]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
gdb/rust: Handle printing structures containing strings
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
80062eb9
AB
12019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.rust/simple.exp: Add new test case.
4 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
5 (main): Initialise an instance of the new struct.
6
4504bbde
TT
72019-05-01 Tom Tromey <tromey@adacore.com>
8
9 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
10 record.
11 (NPR): New variable.
12 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
13 test.
14
d48e62f4
TT
152019-05-01 Tom Tromey <tromey@adacore.com>
16
17 * gdb.ada/packed_array_assign.exp: Add packed assignment
18 regression test.
19
f59f30f5
TV
202019-05-01 Tom de Vries <tdevries@suse.de>
21
22 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
23
b70bfc54
TV
242019-05-01 Tom de Vries <tdevries@suse.de>
25
26 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
27
15f18d14
AT
282019-04-30 Ali Tamur <tamur@google.com>
29
30 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
31
2ff0a947
TT
322019-04-30 Tom Tromey <tromey@adacore.com>
33
34 * lib/ada.exp (find_ada_tool): New proc.
35 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
36 * gdb.ada/catch_ex_std.exp: New file.
37 * gdb.ada/catch_ex_std/foo.adb: New file.
38 * gdb.ada/catch_ex_std/some_package.adb: New file.
39 * gdb.ada/catch_ex_std/some_package.ads: New file.
40
a776957c
TT
412019-04-30 Tom Tromey <tromey@adacore.com>
42
43 PR c++/24470:
44 * gdb.cp/temargs.cc: Add test code from PR.
45
bc68014d
AB
462019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
47
48 * gdb.fortran/vla-datatypes.exp: Update expected results.
49 * gdb.fortran/vla-ptype.exp: Likewise.
50 * gdb.fortran/vla-type.exp: Likewise.
51 * gdb.fortran/vla-value.exp: Likewise.
52
f1fdc960
AB
532019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
54
55 * gdb.fortran/ptr-indentation.exp: Update expected results.
56 * gdb.fortran/ptype-on-functions.exp: Likewise.
57 * gdb.fortran/vla-ptr-info.exp: Likewise.
58 * gdb.fortran/vla-value.exp: Likewise.
59
bf7a4de1
AB
602019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
61
62 * gdb.fortran/ptype-on-functions.exp: New file.
63 * gdb.fortran/ptype-on-functions.f90: New file.
64
bbe75b9d
AB
652019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
66
67 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
68 case void string.
69
1db455a7
AB
702019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
71
72 * gdb.fortran/complex.exp: Expand.
73 * gdb.fortran/complex.f: Renamed to...
74 * gdb.fortran/complex.f90: ...this, and extended to add more
75 complex values.
76
b6d03bb2
AB
772019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
78
79 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
80 MODULO, CMPLX.
81
2e62ab40
AB
822019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
83 Richard Bunt <richard.bunt@arm.com>
84
85 * gdb.base/max-depth.c: New file.
86 * gdb.base/max-depth.exp: New file.
87 * gdb.python/py-nested-maps.c: New file.
88 * gdb.python/py-nested-maps.exp: New file.
89 * gdb.python/py-nested-maps.py: New file.
90 * gdb.python/py-format-string.exp (test_max_depth): New proc.
91 (test_all_common): Call test_max_depth.
92 * gdb.fortran/max-depth.exp: New file.
93 * gdb.fortran/max-depth.f90: New file.
94 * gdb.go/max-depth.exp: New file.
95 * gdb.go/max-depth.go: New file.
96 * gdb.modula2/max-depth.exp: New file.
97 * gdb.modula2/max-depth.c: New file.
98 * lib/gdb.exp (get_print_expr_at_depths): New proc.
99
d2b584a5
TV
1002019-04-29 Tom de Vries <tdevries@suse.de>
101
102 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
103
136afab8
PW
1042019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
105
106 * gdb.base/callexit.exp: Test may-call-functions off.
107
725cbb63
KS
1082019-04-25 Keith Seitz <keiths@redhat.com>
109
110 PR c++/24367
111 * gdb.cp/meth-typedefs.cc (incomplete_struct)
112 (another_incomplete_struct, test_incomplete): New definitions.
113 (main): Use new definitions.
114 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
115 functions.
116
82433e3e
SDJ
1172019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
118
119 PR corefiles/11608
120 PR corefiles/18187
121 * gdb.base/coredump-filter-build-id.exp: New file.
122
dd06d4d6
AH
1232019-04-25 Alan Hayward <alan.hayward@arm.com>
124
125 * Makefile.in: Pass through GDBSERVER_DEBUG.
126 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
127 (gdbserver,debug): Add board setting.
128 * gdb.trace/tspeed.exp: Skip when debugging.
129 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
130 * lib/gdbserver-support.exp: Likewise
131
1670072e
TT
1322019-04-24 Tom Tromey <tromey@adacore.com>
133
134 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
135 Rust.
136
a59240a4
TT
1372019-04-24 Tom Tromey <tromey@adacore.com>
138
139 * gdb.arch/amd64-eval.exp: Test bitfield return.
140 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
141 (class Foo) <return_bitfields>: New method.
142 (main): Call it.
143
b907456c
AB
1442019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
145
146 * gdb.cp/many-args.cc: New file.
147 * gdb.cp/many-args.exp: New file.
148
5c565afd
TV
1492019-04-23 Tom de Vries <tdevries@suse.de>
150
151 PR gdb/24433
152 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
153
ba22ff86
AH
1542019-04-23 Alan Hayward <alan.hayward@arm.com>
155
156 * gdb.trace/backtrace.exp: Use nopie flag.
157 * gdb.trace/circ.exp: Likewise.
158 * gdb.trace/collection.exp: Likewise.
159 * gdb.trace/ftrace.exp: Likewise.
160 * gdb.trace/mi-trace-unavailable.exp: Likewise.
161 * gdb.trace/mi-traceframe-changed.exp: Likewise.
162 * gdb.trace/qtro.exp: Likewise.
163 * gdb.trace/read-memory.exp: Likewise.
164 * gdb.trace/report.exp: Likewise.
165 * gdb.trace/tfile.exp: Likewise.
166 * gdb.trace/tfind.exp: Likewise.
167 * gdb.trace/unavailable.exp: Likewise.
168
7905fc35
PA
1692019-04-22 Pedro Alves <palves@redhat.com>
170
171 * gdb.base/solib-probes-nosharedlibrary.c,
172 gdb.base/solib-probes-nosharedlibrary.exp: New files.
173
8ecb59f8
TT
1742019-04-19 Tom Tromey <tromey@adacore.com>
175
176 * gdb.ada/ptype_union.c: New file.
177 * gdb.ada/ptype_union.exp: New file.
178
62160ec9
TT
1792019-04-19 Tom Tromey <tromey@adacore.com>
180
181 PR symtab/24423:
182 * gdb.base/list0.h (foo): Add a control-l character.
183
36cd4ba5
TV
1842019-04-18 Tom de Vries <tdevries@suse.de>
185
186 PR gdb/24433
187 * boards/local-board.exp: Set sysroot to "".
188
b73715df
TV
1892019-04-18 Tom de Vries <tdevries@suse.de>
190 Pedro Alves <palves@redhat.com>
191
192 PR gdb/24454
193 * gdb.threads/vfork-follow-child-exec.c: New file.
194 * gdb.threads/vfork-follow-child-exec.exp: New file.
195 * gdb.threads/vfork-follow-child-exit.c: New file.
196 * gdb.threads/vfork-follow-child-exit.exp: New file.
197
4aa866af
LS
1982019-04-15 Leszek Swirski <leszeks@google.com>
199
200 * gdb.arch/amd64-eval.cc: New file.
201 * gdb.arch/amd64-eval.exp: New file.
202
e5a1a79a
AH
2032019-04-11 Alan Hayward <alan.hayward@arm.com>
204
205 * gdb.server/sysroot.c: New test.
206 * gdb.server/sysroot.exp: New file.
207 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
208 matching param.
209
41077b66
AB
2102019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
211
212 * gdb.base/align.exp: Extend test to cover structures containing
213 only static fields.
214
c30391f8
TV
2152019-04-11 Tom de Vries <tdevries@suse.de>
216
217 * boards/cc-with-dwz-m.exp: New file.
218 * boards/cc-with-dwz.exp: New file.
219 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
220
e242fd12
SM
2212019-04-09 Simon Marchi <simon.marchi@efficios.com>
222
223 * gdb.base/start-cpp.exp: New file.
224 * gdb.base/start-cpp.cc: New file.
225
2b0c8b01
KB
2262019-04-08 Kevin Buettner <kevinb@redhat.com>
227
228 * gdb.python/py-thrhandle.exp: Adjust tests to call
229 thread_from_handle instead of thread_from_thread_handle.
230
947210e5
KB
2312019-04-08 Kevin Buettner <kevinb@redhat.com>
232
233 * gdb.python/py-thrhandle.exp: Add tests for
234 gdb.InferiorThread.handle.
235
d7df6549
AB
2362019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
237
238 * gdb.python/py-function.exp: Check calling helper function from
239 all languages.
240 * lib/gdb.exp (gdb_supported_languages): New proc.
241
8bdc1658
AB
2422019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
243
244 * gdb.base/complex-parts.c: New file.
245 * gdb.base/complex-parts.exp: New file.
246
05caa1d2
TT
2472019-04-01 Tom Tromey <tromey@adacore.com>
248
249 PR symtab/23331:
250 * gdb.dwarf2/dw2-ranges-main.c: New file.
251 * gdb.dwarf2/dw2-ranges-psym.c: New file.
252 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
253
7734102d
EZ
2542019-03-30 Simon Marchi <simark@simark.ca>
255
256 * gdb.base/default.exp: Add values for $_gdb_major and
257 $_gdb_minor.
258
188e1fa9
TT
2592019-03-29 Tom Tromey <tromey@adacore.com>
260
261 * gdb.base/help.exp: Tighten apropos regexp.
262
2880242d
KS
2632019-03-29 Keith Seitz <keiths@redhat.com>
264
265 * gdb.fortran/array-bounds.exp: New file.
266 * gdb.fortran/array-bounds.f90: New file.
267
077cad8e
PW
2682019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
269
270 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
271
80047cfc
PW
2722019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
273
274 * gdb.multi/hello.c (main): Increase alarm timer.
275
f489207e
SL
2762019-03-28 Sandra Loosemore <sandra@codesourcery.com>
277
278 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
279 factor when no hardware watchpoint support.
280
c92df149
AH
2812019-03-28 Alan Hayward <alan.hayward@arm.com>
282 Pedro Alves <palves@redhat.com>
283
284 * boards/local-board.exp: set sysroot to /.
285
933aebfa
AH
2862019-03-27 Alan Hayward <alan.hayward@arm.com>
287
288 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
289 in child.
290
9f9aa852
AB
2912019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
292
293 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
294 field.
295 (make_container): Initialise new field.
296 * gdb.python/py-prettyprint.exp: Add new tests.
297 * gdb.python/py-prettyprint.py (class ContainerPrinter)
298 <display_hint>: New method.
299
3714a195
AB
3002019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
301
302 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
303 gdb_continue_to_breakpoint more throughout this test.
304 (run_lang_tests) Supply unique test names, and use
305 gdb_test_no_output.
306
18c77628
AB
3072019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
308
309 * gdb.base/finish-pretty.exp: Update expected results.
310 * gdb.base/pretty-print.c: New file.
311 * gdb.base/pretty-print.exp: New file.
312
9a93502f
PA
3132019-03-25 Pedro Alves <palves@redhat.com>
314
315 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
316 move comments outside list. Append '-i "" eof' section.
317
968aa7ae
AH
3182019-03-22 Alan Hayward <alan.hayward@arm.com>
319
320 * README: Add pie options.
321 * gdb.base/break-interp.exp: Ensure pie is disabled.
322 * gdb.base/dump.exp: Likewise.
323 * lib/gdb.exp (gdb_compile): Add pie option.
324
4c7d57e7
TT
3252019-03-19 Tom Tromey <tromey@adacore.com>
326
327 * gdb.mi/mi2-cli-display.c: New file.
328 * gdb.mi/mi2-cli-display.exp: New file.
329
bff8c71f
TT
3302019-03-18 Joel Brobecker <brobecker@adacore.com>
331 Tom Tromey <tromey@adacore.com>
332
333 * gdb.ada/ptype_array/pck.adb: New file.
334 * gdb.ada/ptype_array/pck.ads: New file.
335 * gdb.ada/ptype_array/foo.adb: New file.
336 * gdb.ada/ptype_array.exp: New file.
337
d085f989
TT
3382019-03-14 Tom Tromey <tromey@adacore.com>
339
340 * gdb.base/style.exp: Add "set style sources" test.
341
b4be1b06
SM
3422019-03-13 Simon Marchi <simon.marchi@ericsson.com>
343
344 * mi-breakpoint-location-ena-dis.exp: Rename to ...
345 * mi-breakpoint-multiple-locations.exp: ... this.
346 (make_breakpoints_pattern): New proc.
347 (do_test): Add mi_version parameter, test -break-insert,
348 -break-info and =breakpoint-created.
349
7cde5fc2
AB
3502019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
351
352 * config/default.exp: Remove 'load_lib gdb.exp'.
353 * config/monitor.exp: Likewise.
354 * config/sid.exp: Likewise.
355 * config/sim.exp: Likewise.
356 * config/slite.exp: Likewise.
357 * config/unix.exp: Likewise.
358 * gdb.base/default.exp: Remove unhelpful comment.
359
efbecbc1
AB
3602019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
361
362 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
363
0841c79a
AB
3642019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
365
366 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
367
4a270568
AB
3682019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
369
370 * gdb.fortran/type-kinds.exp: Update expected results.
371
067630bd
AB
3722019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
373
374 * gdb.fortran/type-kinds.exp: Test new integer type kind.
375
3be47f7a
AB
3762019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
377
378 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
379 function.
380 (test_basic_parsing_of_type_kinds): Expand types tested.
381 (test_parsing_invalid_type_kinds): New function.
382
4d00f5d8
AB
3832019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
384
385 * gdb.fortran/intrinsics.exp: New file.
386 * gdb.fortran/intrinsics.f90: New file.
387 * gdb.fortran/type-kinds.exp: New file.
388
c8f91604
AB
3892019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
390
391 * gdb.fortran/dot-ops.exp: New file.
392
dd9f2c76
AB
3932019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
394
395 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
396 Check upper and lower case logical literals.
397
84ec9724
AB
3982019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
399
400 * gdb.fortran/types.exp (test_float_literal_types_accepted):
401 Remove duplicate tests.
402
c3734e09
AH
4032019-03-06 Alan Hayward <alan.hayward@arm.com>
404
405 * lib/gdb.exp (builtin_cd): rename of cd.
406 (cd): Override builtin.
407
aa3cfbda
RB
4082019-03-06 Richard Bunt <richard.bunt@arm.com>
409
410 * gdb.fortran/function-calls.exp: New file.
411 * gdb.fortran/function-calls.f90: New test.
412
7b63ad86
RB
4132019-03-04 Richard Bunt <richard.bunt@arm.com>
414
415 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
416 on user program standard output.
417 * gdb.fortran/short-circuit-argument-list.f90: Record function
418 calls.
419
01abb042
AH
4202019-02-28 Alan Hayward <alan.hayward@arm.com>
421
c3734e09
AH
422 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
423 failure.
01abb042 424
92137da0
RO
4252019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
426
427 PR gdb/8527
428 * gdb.base/interrupt-daemon-attach.c,
429 gdb.base/interrupt-daemon-attach.exp: New test.
430
5862844d
PA
4312019-02-27 Pedro Alves <palves@redhat.com>
432
433 * gdb.base/page.exp: Add tests for "set width/height -1".
434
8ed25214
PA
4352019-02-27 Pedro Alves <palves@redhat.com>
436
437 * gdb.base/page.exp: Add tests for "set/show width/height" with
438 "infinite" values.
439
6c28e44a
TT
4402019-02-27 Tom Tromey <tromey@adacore.com>
441
442 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
443 2.4.
444 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
445 workaround.
446
bf9a735e
AB
4472019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
448
449 * gdb.base/align.exp: Extend to compile in both C and C++, and add
450 tests for structs with static members.
451
8791793c
TT
4522019-02-26 Tom Tromey <tromey@adacore.com>
453
454 * gdb.python/py-value.exp (test_value_from_buffer): Check for
455 ValueError, not TypeError.
456
bc2a507e
KB
4572019-02-26 Kevin Buettner <kevinb@redhat.com>
458
459 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
460 call from main program.
461
e0e7d3bd
JB
4622019-02-23 Joel Brobecker <brobecker@adacore.com>
463
464 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
465 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
466 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
467 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
468 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
469
9600246d
KS
4702019-02-22 Keith Seitz <keiths@redhat.com>
471
472 PR symtab/23853
473 * gdb.base/symlink-sourcefile.c: New file.
474 * gdb.base/symlink-sourcefile.exp: New file.
475
0c95f9ed
TT
4762019-02-20 Tom Tromey <tom@tromey.com>
477
478 * gdb.base/info_qt.exp: Update.
479
6caa91b6
SM
4802019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
481
482 * gdb.base/source.exp: Move "error in sourced script" code to
483 the end.
484 * gdb.base/source-error.gdb: Move contents to
485 source-error-1.gdb. Add new code to source source-error-1.gdb.
486 * gdb.base/source-error-1.gdb: New file, from previous
487 source-error.gdb.
488
6506371f
TT
4892019-02-17 Tom Tromey <tom@tromey.com>
490
491 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
492 for macro styling.
493 * gdb.base/style.c (SOME_MACRO): New macro.
494
a0087920
TT
4952019-02-17 Tom Tromey <tom@tromey.com>
496
497 * gdb.base/style.exp: Add line-wrapping tests.
498 * gdb.base/page.exp: Add test for quitting during pagination.
499
a2cd4f14
JB
5002019-02-17 Joel Brobecker <brobecker@adacore.com>
501
502 * gdb.ada/big_packed_array: New testcase.
503 * gdb.ada/homonym.exp: Fix incorrect expected output for
504 "break <homonym__get_value>" test.
505
9d70ffbc
WP
5062019-02-13 Weimin Pan <weimin.pan@oracle.com>
507
508 PR breakpoints/21870
509 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
510 and prepare_for_testing. Add comment.
511 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
512 redundant cleanup call. Clean up comment.
513
01c7ae81
WP
5142019-02-12 Weimin Pan <weimin.pan@oracle.com>
515
516 PR breakpoints/21870
517 * gdb.arch/aarch64-dbreg-contents.exp: New file.
518 * gdb.arch/aarch64-dbreg-contents.c: New file.
519
aff29d1c
JB
5202019-02-10 Joel Brobecker <brobecker@adacore.com>
521
522 * gdb.ada/mi_ref_changeable: New testcase.
523
df0da8a2
AH
5242019-02-07 Alan Hayward <alan.hayward@arm.com>
525
526 * gdb.base/attach.exp: Add double attach test.
527
bd447abb
SM
5282019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
529
530 * lib/gdb.exp (default_gdb_start): Don't match pagination
531 prompt.
532 (gdb_init): Set stty_init.
533
1dbc40b9
TT
5342019-01-27 Tom Tromey <tom@tromey.com>
535
536 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
537 skip_python_tests.
538
353229bf
AH
5392019-01-24 Alan Hayward <alan.hayward@arm.com>
540
541 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
542 New structure.
543 (struct struct_static_02_02): Likewise.
544 (struct struct_static_02_03): Likewise.
545 (struct struct_static_02_04): Likewise.
546 (struct struct_static_04_01): Likewise.
547 (struct struct_static_04_02): Likewise.
548 (struct struct_static_04_03): Likewise.
549 (struct struct_static_04_04): Likewise.
550 (struct struct_static_06_01): Likewise.
551 (struct struct_static_06_02): Likewise.
552 (struct struct_static_06_03): Likewise.
553 (struct struct_static_06_04): Likewise.
554 (cmp_struct_static_02_01): Likewise.
555 (cmp_struct_static_02_02): Likewise.
556 (cmp_struct_static_02_03): Likewise.
557 (cmp_struct_static_02_04): Likewise.
558 (cmp_struct_static_04_01): Likewise.
559 (cmp_struct_static_04_02): Likewise.
560 (cmp_struct_static_04_03): Likewise.
561 (cmp_struct_static_04_04): Likewise.
562 (cmp_struct_static_06_01): Likewise.
563 (cmp_struct_static_06_02): Likewise.
564 (cmp_struct_static_06_03): Likewise.
565 (cmp_struct_static_06_04): Likewise.
566 (call_all): Test new structs.
567 * gdb.base/infcall-nested-structs.exp: Likewise.
568
73021deb
AH
5692019-01-21 Alan Hayward <alan.hayward@arm.com>
570 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
571
fc65c7db
AH
5722019-01-21 Alan Hayward <alan.hayward@arm.com>
573 * gdb.base/stack-protector.c: New test.
574 * gdb.base/stack-protector.exp: New file.
575 * gdb.cp/ovldbreak.exp: Only allow a single break line.
576 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
577 option.
578 (gdb_compile): Remove stack protector for GCC and prevent
579 recursion.
580
c24bdb02
KS
5812019-01-16 Keith Seitz <keiths@redhat.com>
582
583 PR gdb/23773
584 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
585
6f072a10
PFC
5862019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
587
588 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
589 aliases.
590 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
591 tests.
592 * gdb.arch/powerpc-vector-regs.c: New file.
593 * gdb.arch/powerpc-vector-regs.exp: New file.
594
a7b8d682
PFC
5952019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
596
597 * gdb.arch/altivec-regs.exp: Fix the list passed to
598 gdb_expect_list when testing "info vector".
599
6eb6fb67
AB
6002019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
601
602 * gdb.base/style.exp: Don't include path in testname.
603
b56f80d8
KS
6042019-01-10 Keith Seitz <keiths@redhat.com>
605
606 PR gdb/23712
607 PR symtab/23010
608 * gdb.dwarf2/multidictionary.exp: New file.
609
041be526
SM
6102019-01-09 Simon Marchi <simon.marchi@ericsson.com>
611
612 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
613 (test_gnuv3_style_demangling): ... this.
614 (test_lucid_style_demangling): Remove.
615 (test_arm_style_demangling): Remove.
616 (test_hp_style_demangling): Remove.
617 (do_tests): Remove calls to the above.
618
d820d0c3
AB
6192019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
620
621 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
622 case.
623
f097f5ad
TT
6242019-01-06 Tom Tromey <tom@tromey.com>
625
626 PR gdb/28155:
627 * gdb.dwarf2/typedef-void-finish.exp: New file.
628
2cd8cc0b
TT
6292018-12-28 Tom Tromey <tom@tromey.com>
630 Simon Marchi <simark@simark.ca>
631
632 * gdb.base/jit-exec.exp: New file.
633 * gdb.base/jit-exec.c: New file.
634 * gdb.base/jit-execd.c: New file.
635
35fb8261
TT
6362018-12-28 Tom Tromey <tom@tromey.com>
637
638 * gdb.base/style.exp: Update test to check for address styling.
639
47fd17cd
TT
6402018-12-28 Tom Tromey <tom@tromey.com>
641
642 * gdb.base/style.exp: Add test for styling of "Reading symbols"
643 message.
644
d47032b7
TT
6452018-12-28 Tom Tromey <tom@tromey.com>
646
647 * gdb.base/style.exp: Add test for version number styling.
648
af79b68d
TT
6492018-12-28 Tom Tromey <tom@tromey.com>
650
651 * gdb.base/style.exp: Add test for print_address_symbolic.
652
0bb296cb
TT
6532018-12-28 Tom Tromey <tom@tromey.com>
654
655 * gdb.base/style.exp: Add test for breakpoint setting.
656
80ae2043
TT
6572018-12-28 Tom Tromey <tom@tromey.com>
658
659 * gdb.base/style.exp: Add test for variable names.
660
cbe56571
TT
6612018-12-28 Tom Tromey <tom@tromey.com>
662
663 * gdb.base/style.exp: New file.
664 * gdb.base/style.c: New file.
665
9162a27c
TT
6662018-12-28 Tom Tromey <tom@tromey.com>
667
668 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
669 "dumb".
670 * gdb.base/readline.exp (operate_and_get_next): Save and restore
671 the TERM environment variable.
672
bc543c90
TT
6732018-12-27 Tom Tromey <tom@tromey.com>
674
675 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
676 pagination test.
677
6f0ffe50
AB
6782018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
679
680 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
681 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
682
b5a1e557
PW
6832018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
684
685 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
686 Filename a.adb changed to bp_fun_addr.adb.
687 gdb.ada/bp_fun_addr.exp: Update test accordingly.
688
6e8b1ab2
JV
6892018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
690
691 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
692 non-PIE executables.
693 * README: Mention the gdb,nopie_flag board setting.
694 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
695 non-PIE executable.
696 * gdb.arch/amd64-entry-value.exp: Likewise.
697 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
698 * gdb.arch/i386-float.exp: Likewise.
699 * gdb.arch/i386-signal.exp: Likewise.
700 * gdb.mi/mi-reg-undefined.exp: Likewise.
701
d00a27c5
PM
7022018-12-21 Paul Marechal <paul.marechal@ericsson.com>
703
704 PR gdb/23974
705 * gdb.base/info-os.exp: Check return for unknown "info os" type.
706
161d081c
PW
7072018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
708
709 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
710 Update order of results accordingly.
711
b001de23
AB
7122018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
713
714 * gdb.base/annota1.exp: Update a test regexp.
715
99e1a184
AB
7162018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
717
718 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
719
7a81c1e2
PW
7202018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
721
722 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
723 (reuse_time): Initialize to REUSE_TIME_CAP.
724 (check_rc): New function.
725 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
726 Check pthread_create rc.
727 (spawner_thread_func): Check pthread_create and pthread_join rc.
728
73e8dc90
PA
7292018-12-08 Pedro Alves <palves@redhat.com>
730
731 * gdb.base/list.exp (test_forward_search): Rename to ...
732 (test_forward_reverse_search): ... this. Also test reverse-search
733 and the forward-search alias.
734
13f2ed32
AB
7352018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
736
737 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
738 local timeout variable before return, and remove all local timeout
739 variable entirely.
740 (gdb_load): Likewise.
741
64d27cfc
TV
7422018-12-01 Tom de Vries <tdevries@suse.de>
743
744 * gdb.base/gdb-caching-proc.exp: New file.
745
f63c03b4
SDJ
7462018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
747
748 * Makefile.in (TIMESTAMP): New variable.
749 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
750 command.
751 (check-single-racy): Likewise.
752 (check/%.exp): Likewise.
753 (check-racy/%.exp): Likewise.
754 (workers/%.worker): Likewise.
755 (build-perf): Likewise.
756 (check-perf): Likewise.
757 * README: Describe new "TS" and "TS_FORMAT" variables.
758 * print-ts.py: New file.
759
1c97054b
BF
7602018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
761
762 PR python/23714
763 * gdb.python/python.exp: Test command repetition after
764 gdb.execute.
765
1871a62d
AB
7662018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
767
768 * gdb.opt/inline-break.exp: Add test that info breakpoint output
769 is correctly aligned.
770
fb5e1ed9
PW
7712018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
772
773 * gdb.ada/info_auto_lang.exp: New testcase.
774 * gdb.ada/info_auto_lang/global_pack.ads: New file.
775 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
776 * gdb.ada/info_auto_lang/some_c.c: New file.
777
43d397ca
PW
7782018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
779
780 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
781 FUNC_lang language syntax.
782
beddd671
PW
7832018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
784
785 * gdb.base/info_minsym.c: New file.
786 * gdb.base/info_minsym.exp: New file.
787
73fc52c4
TT
7882018-11-19 Tom Tromey <tom@tromey.com>
789
790 PR rust/23625:
791 * gdb.rust/simple.exp: Add ptype test. Update expected output.
792 * gdb.rust/expr.exp: Update expected output. Change one test.
793
994b876a
TT
7942018-11-19 Tom Tromey <tom@tromey.com>
795
796 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
797
6769f276
PA
7982018-11-19 Pedro Alves <palves@redhat.com>
799
800 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
801 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
802 see the expected warning.
803
38a72da0
AH
8042018-11-16 Alan Hayward <alan.hayward@arm.com>
805
806 PR gdb/22736:
807 * gdb.cp/infcall-nodebug-lib.c: New test.
808 * gdb.cp/infcall-nodebug-main.c: New test.
809 * gdb.cp/infcall-nodebug.exp: New file.
810
53a89d6e
SM
8112018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
812
813 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
814 completer tests.
815
9325300d
TV
8162018-11-09 Tom de Vries <tdevries@suse.de>
817
818 * gdb.base/msym-lang.c: New test.
819 * gdb.base/msym-lang.exp: New file.
820 * gdb.base/msym-lang-main.c: New test.
821
20f0d60d
TT
8222018-11-08 Tom Tromey <tom@tromey.com>
823
824 PR gdb/23555:
825 PR gdb/23838:
826 * gdb.base/warning.exp: New file.
827
b5420128
JB
8282018-11-08 Jan Beulich <jbeulich@suse.com>
829
830 * testsuite/gdb.arch/i386-avx512.c,
831 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
832
cd115d61
AB
8332018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
834
835 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
836 point hardware.
837
35ee2dc2
AB
8382018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
839
840 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
841 * gdb.dwarf2/missing-type-name.exp: New file.
842
31aceee8
TV
8432018-11-06 Tom de Vries <tdevries@suse.de>
844
845 * gdb.base/many-headers.c: New test.
846 * gdb.base/many-headers.exp: New file.
847
109be305
JW
8482018-11-06 Jim Wilson <jimw@sifive.com>
849
850 * gdb.base/code_elim.exp: For riscv, set additional_flags
851 to include -msmall-data-limit=0.
852
e2b7af72
JB
8532018-11-01 Joel Brobecker <brobecker@adacore.com>
854
855 * gdb.ada/watch_minus_l: New testcase.
856
cdcda965
SM
8572018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
858
859 * gdb.arch/aix-sighandle.c: New file.
860 * gdb.arch/aix-sighandle.exp: New file.
861
92dcebf3
AB
8622018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
863
864 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
865 registers being unions.
866
68b9ac18
TV
8672018-10-31 Tom de Vries <tdevries@suse.de>
868
869 * lib/valgrind.exp: New file.
870 (vgdb_start, vgdb_stop): New procs, factored out of ...
871 * gdb.base/valgrind-bt.exp: ... here, ...
872 * gdb.base/valgrind-disp-step.exp: ... here and ...
873 * gdb.base/valgrind-infcall.exp: ... here.
874
1443936e
TV
8752018-10-31 Tom de Vries <tdevries@suse.de>
876
877 * lib/gdb.exp (get_valueof): Don't output read value in test name.
878
eb77c9df
AB
8792018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
880
881 * gdb.dwarf2/void-type.c: New file.
882 * gdb.dwarf2/void-type.exp: New file.
883
82b5e646
PW
8842018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
885
886 * gdb.base/info_qt.c: New file.
887 * gdb.base/info_qt.exp: New file.
888
8d619c01
EBM
8892018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
890
891 * gdb.arch/powerpc-htm-regs.c: New file.
892 * gdb.arch/powerpc-htm-regs.exp: New file.
893
f2cf6173
EBM
8942018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
895
896 * gdb.arch/powerpc-tar.c: New file.
897 * gdb.arch/powerpc-tar.exp: New file.
898
7ca18ed6
EBM
8992018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
900
901 * gdb.arch/powerpc-ppr-dscr.c: New file.
902 * gdb.arch/powerpc-ppr-dscr.exp: New file.
903
bfcc0eba
TV
9042018-10-25 Tom de Vries <tdevries@suse.de>
905
906 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
907
fe1a5cad
TV
9082018-10-24 Tom de Vries <tdevries@suse.de>
909
910 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
911 longer exists error.
912
a76dc3b7
TV
9132018-10-24 Tom de Vries <tdevries@suse.de>
914
915 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
916
4df46df7
TV
9172018-10-24 Tom de Vries <tdevries@suse.de>
918
919 * gdb.base/valgrind-db-attach.exp: Handle removed support for
920 --db-attach in valgrind.
921
0dbfcfff
AB
9222018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
923
924 * gdb.arch/riscv-reg-aliases.c: New file.
925 * gdb.arch/riscv-reg-aliases.exp: New file.
926
b04480b1
AH
9272018-10-19 Alan Hayward <alan.hayward@arm.com>
928
929 * gdb.python/py-cmd.exp: Check for gdb_prompt.
930
2c6ac8d7
AH
9312018-10-19 Alan Hayward <alan.hayward@arm.com>
932
933 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
934
2bc69f25
AH
9352018-10-19 Alan Hayward <alan.hayward@arm.com>
936
937 * gdb.cp/ovldbreak.exp: Fix regexps.
938
1f1ae3a3
AH
9392018-10-19 Alan Hayward <alan.hayward@arm.com>
940
941 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
942
94c18618
SDJ
9432018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
944
945 PR cli/23785
946 * gdb.base/restore.exp: New test to check if "restore" with an
947 invalid file doesn't segfault.
948
812cd6eb
TV
9492018-10-18 Tom de Vries <tdevries@suse.de>
950
951 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
952 * gdb.ada/excep_handle.exp: Same.
953 * gdb.ada/mi_string_access.exp: Same.
954 * gdb.ada/mi_var_union.exp: Same.
955 * gdb.arch/arc-analyze-prologue.exp: Same.
956 * gdb.arch/arc-decode-insn.exp: Same.
957 * gdb.base/readnever.exp: Same.
958 * gdb.fortran/printing-types.exp: Same.
959 * gdb.guile/scm-lazy-string.exp: Same.
960
c4b90788
TV
9612018-10-16 Tom de Vries <tdevries@suse.de>
962
963 PR gdb/23730
964 * gdb.base/catch-follow-exec.c: Add copyright notice.
965 * gdb.base/catch-follow-exec.exp: Rewrite to use
966 gdb_spawn_with_cmdline_opts. Require gdb-native.
967
8bca2978
SL
9682018-10-12 Sandra Loosemore <sandra@codesourcery.com>
969
970 * gdb.trace/actions-changed.exp: Check for arch support.
971 * gdb.trace/actions.exp: Likewise.
972 * gdb.trace/ax.exp: Likewise.
973 * gdb.trace/backtrace.exp: Likewise.
974 * gdb.trace/change-loc.exp: Likewise.
975 * gdb.trace/deltrace.exp: Likewise.
976 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
977 * gdb.trace/ftrace.exp: Likewise.
978 * gdb.trace/infotrace.exp: Check for arch support.
979 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
980 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
981 * gdb.trace/mi-tsv-changed.exp: Likewise.
982 * gdb.trace/packetlen.exp: Likewise.
983 * gdb.trace/passc-dyn.exp: Likewise.
984 * gdb.trace/passcount.exp: Likewise.
985 * gdb.trace/pending.exp: Likewise.
986 * gdb.trace/range-stepping.exp: Check for shlib support.
987 * gdb.trace/report.exp: Check for arch support.
988 * gdb.trace/save-trace.exp: Likewise.
989 * gdb.trace/signal.exp: Check for signal support.
990 * gdb.trace/tfind.exp: Check for arch support.
991 * gdb.trace/trace-break.exp: Check for arch and shlib support.
992 * gdb.trace/trace-common.h: Add comment.
993 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
994 * gdb.trace/trace-enable-disable.exp: Likewise.
995 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
996 * gdb.trace/tracecmd.exp: Check for arch support.
997 * gdb.trace/tspeed.exp: Check for shlib and target support.
998 * gdb.trace/tstatus.exp: Check for arch support.
999 * gdb.trace/tsv.exp: Likewise.
1000 * gdb.trace/while-dyn.exp: Likewise.
1001 * gdb.trace/while-stepping.exp: Likewise.
1002 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
1003
f9c49bff
SM
10042018-10-12 Simon Marchi <simon.marchi@ericsson.com>
1005
1006 * gdb.trace/tspeed.exp: Remove nowarnings.
1007 (prepare_for_trace_test): Declare "global ipalib".
1008 * gdb.trace/tspeed.c: Include unistd.h.
1009 (main): Remove superfluous printf argument.
1010
d4330bde
SL
10112018-10-11 Sandra Loosemore <sandra@codesourcery.com>
1012
1013 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
1014 directory prefix on the filename.
1015
8ecfd7bd
SDJ
10162018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
1017
1018 * gdb.gdb/unittest.exp: Update expected message informing that
1019 selftests have been disabled.
1020 * gdb.server/unittest.exp: Likewise.
1021
58bbcd02
TV
10222018-10-09 Tom de Vries <tdevries@suse.de>
1023
1024 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
1025 with runto_main.
1026
9f6b697b
WP
10272018-10-08 Weimin Pan <weimin.pan@oracle.com>
1028
1029 PR c++/16841
1030 * gdb.cp/virtbase2.cc: New file.
1031 * gdb.cp/virtbase2.exp: New file.
1032
add5ded5
TT
10332018-10-06 Tom Tromey <tom@tromey.com>
1034
1035 PR python/19399:
1036 * gdb.python/py-inferior.exp: Add architecture test.
1037
f9e48344
TT
10382018-10-06 Tom Tromey <tom@tromey.com>
1039
1040 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
1041 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
1042
2a8be203
TT
10432018-10-06 Tom Tromey <tom@tromey.com>
1044
1045 * gdb.python/py-breakpoint.exp (check_last_event): Check location
1046 of a "throw" catchpoint.
1047
e04caa70
SDJ
10482018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1049
1050 * gdb.base/info-proc.exp: Update string expected from "help info
1051 proc".
1052
5ca8c39f
TT
10532018-10-04 Tom Tromey <tom@tromey.com>
1054
1055 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
1056 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
1057 (test_initial_complaints, test_empty_complaints): Update.
1058 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1059
3453e7e4
TT
10602018-10-04 Tom Tromey <tom@tromey.com>
1061
1062 PR cli/19551:
1063 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
1064 * lib/gdb.exp (gdb_file_cmd): Update.
1065 * gdb.stabs/weird.exp (print_weird_var): Update.
1066 * gdb.server/solib-list.exp: Update.
1067 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
1068 * gdb.mi/mi-cli.exp: Update.
1069 * gdb.linespec/linespec.exp: Update.
1070 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1071 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
1072 * gdb.cp/cp-relocate.exp: Update.
1073 * gdb.base/sym-file.exp: Update.
1074 * gdb.base/relocate.exp: Update.
1075 * gdb.base/readnever.exp: Update.
1076 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1077 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
1078 * gdb.base/dbx.exp (gdb_file_cmd): Update.
1079 * gdb.base/code_elim.exp: Update.
1080 * gdb.base/break-unload-file.exp (test_break): Update.
1081 * gdb.base/break-interp.exp (test_attach_gdb): Update.
1082 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
1083 Update.
1084 * gdb.base/attach.exp (do_attach_tests): Update.
1085 * gdb.base/sepdebug.exp: Update.
1086 * gdb.python/py-section-script.exp: Update.
1087
6afcf761
TT
10882018-10-04 Tom Tromey <tom@tromey.com>
1089
1090 PR cli/22234:
1091 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
1092 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
1093 output.
1094
fef1b293
TT
10952018-10-04 Tom Tromey <tom@tromey.com>
1096
1097 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
1098 set width and height to 0.
1099 (test_command_line_attach_run): Use -quiet.
1100
ca98345e
SL
11012018-10-03 Sandra Loosemore <sandra@codesourcery.com>
1102
1103 * lib/gdb.exp (skip_ifunc_tests): New.
1104 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
1105 other compile failures.
1106 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
1107
ff34e6ae
SM
11082018-10-01 Simon Marchi <simon.marchi@ericsson.com>
1109
1110 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
1111 is_amd64_regs_target.
1112
6bb8890e
AH
11132018-10-01 Alan Hayward <alan.hayward@arm.com>
1114
1115 * gdb.arch/aarch64-sighandler-regs.c: New test.
1116 * gdb.arch/aarch64-sighandler-regs.exp: New file.
1117 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
1118
224d30d3
MM
11192018-10-01 Markus Metzger <markus.t.metzger@intel.com>
1120
1121 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
1122 assembly.
1123
f67ffa6a
AB
11242018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
1125
1126 * gdb.base/frame-selection.exp: New file.
1127 * gdb.base/frame-selection.c: New file.
1128
9fc3183f
AH
11292018-09-27 Alan Hayward <alan.hayward@arm.com>
1130
1131 * gdb.threads/check-libthread-db.c (thread_routine): Use a
1132 pthread barrier.
1133 (main): Likewise.
1134
d354055e
AB
11352018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
1136
1137 * gdb.base/large-frame-1.c: New file.
1138 * gdb.base/large-frame-2.c: New file.
1139 * gdb.base/large-frame.exp: New file.
1140 * gdb.base/large-frame.h: New file.
1141
db727370
JL
11422018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1143
1144 PR gdb/20948
1145 * gdb.base/write_mem.exp: New test.
1146 * gdb.base/write_mem.c: Likewise.
1147
ae778caf
TT
11482018-09-23 Tom Tromey <tom@tromey.com>
1149
1150 PR python/18852:
1151 * gdb.python/py-parameter.exp: Add test for parameter that throws
1152 on "set".
1153
fd3ba736
TT
11542018-09-23 Tom Tromey <tom@tromey.com>
1155
1156 PR python/17284:
1157 * gdb.python/py-template.exp (test_template_arg): Add test for
1158 negative template argument number.
1159
39a24317
TT
11602018-09-23 Tom Tromey <tom@tromey.com>
1161
1162 PR python/14062:
1163 * gdb.python/python.exp: Add test for post_event error.
1164
f5769a2c
TT
11652018-09-23 Tom Tromey <tom@tromey.com>
1166
1167 PR python/18170:
1168 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
1169 convert pointers to int and long.
1170
1c1e54f6
TT
11712018-09-23 Tom Tromey <tom@tromey.com>
1172
1173 PR python/20126:
1174 * gdb.python/py-value.exp (test_value_numeric_ops): Add
1175 signed-ness conversion tests.
1176
fb4fa946
TT
11772018-09-23 Tom Tromey <tom@tromey.com>
1178
1179 PR python/18352;
1180 * gdb.python/py-value.exp (test_float_conversion): New proc.
1181 Use it.
1182
a466edac
HAQ
11832018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
1184
1185 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
1186
4ee9b0c5
SL
11872018-09-18 Sandra Loosemore <sandra@codesourcery.com>
1188
1189 * gdb.base/complete-empty.exp: Skip tab-completion tests if
1190 no readline.
1191 * gdb.base/utf8-identifiers.exp: Likewise.
1192 * gdb.cp/cpcompletion.exp: Likewise.
1193 * gdb.linespec/cpcompletion.exp: Likewise.
1194 * gdb.linespec/cpls-abi-tag.exp: Likewise.
1195 * gdb.linespec/cpls-ops.exp: Likewise.
1196
23be8da7
RB
11972018-09-19 Richard Bunt <richard.bunt@arm.com>
1198 Chris January <chris.january@arm.com>
1199
1200 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
1201 * gdb.fortran/short-circuit-argument-list.exp: New file.
1202 * gdb.fortran/short-circuit-argument-list.f90: New test.
1203
5031d0ae
SDJ
12042018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1205
1206 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
1207 "arch=" keyword when executing "-stack-list-frames".
1208
b4c0d1a4
SDJ
12092018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1210
1211 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
1212 "arch=" keyword when executing "-stack-list-frames".
1213
7a6d2b45
SDJ
12142018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1215
1216 * gdb.ada/complete.exp: Expect for "@" when doing "complete
1217 break ada".
1218
8588b356
SM
12192018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
1220
1221 PR python/23669
1222 * gdb.python/python.exp: Test gdb.execute("show commands").
1223
65e65158
TT
12242018-09-16 Tom Tromey <tom@tromey.com>
1225
1226 * gdb.base/new-ui.exp (do_execution_tests): Update.
1227 * gdb.base/dbx.exp (test_breakpoints): Update.
1228
bf326452
AH
12292018-09-14 Alan Hayward <alan.hayward@arm.com>
1230
1231 * lib/gdb.exp (gdb_simple_compile): Add proc.
1232 (is_elf_target): Use gdb_simple_compile.
1233 (skip_altivec_tests): Likewise.
1234 (skip_vsx_tests): Likewise.
1235 (skip_tsx_tests): Likewise.
1236 (skip_btrace_tests): Likewise.
1237 (skip_btrace_pt_tests): Likewise.
1238 (gdb_can_simple_compile): Likewise.
1239 (gdb_has_argv0): Likewise.
1240 (gdb_target_symbol_prefix): Likewise.
1241 (target_supports_scheduler_locking): Likewise.
1242
2361b0fb
TT
12432018-09-13 Tom Tromey <tom@tromey.com>
1244
1245 * Makefile.in (TAGS): Recognize proc_with_prefix and
1246 gdb_caching_proc.
1247
0ae1a321
SM
12482018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1249
1250 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
1251 method.
1252
a40bf0c2
SM
12532018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1254
1255 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
1256 and a few other Inferior properties when the Inferior is no
1257 longer valid.
1258
4a3fe98f
TT
12592018-09-13 Tom Tromey <tom@tromey.com>
1260
1261 PR rust/23650:
1262 * gdb.rust/simple.exp: Add test for enum field access error.
1263
098b2108
TT
12642018-09-13 Tom Tromey <tom@tromey.com>
1265
1266 PR rust/23626:
1267 * gdb.rust/simple.rs (EmptyEnum): New type.
1268 (main): Use it.
1269 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
1270
1256af7d
SM
12712018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1272
1273 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
1274 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
1275 * gdb.python/py-symtab.exp: Update test printing an objfile.
1276
4aa8e6c2
SM
12772018-09-12 Simon Marchi <simon.marchi@ericsson.com>
1278
1279 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
1280 object.
1281
c221b2f7
AH
12822018-09-12 Alan Hayward <alan.hayward@arm.com>
1283
1284 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
1285 (support_complex_tests): Use gdb_can_simple_compile.
1286 (is_ilp32_target): Likewise.
1287 (is_lp64_target): Likewise.
1288 (is_64_target): Likewise.
1289 (is_amd64_regs_target): Likewise.
1290 (is_aarch32_target): Likewise.
1291 (gdb_int128_helper): Likewise.
1292
6f1107b5
JK
12932018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1294
1295 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
1296
1f5d1570
JG
12972018-09-10 Jerome Guitton <guitton@adacore.com>
1298
1299 * gdb.ada/same_component_name: Add test for case of tagged record
1300 with variable-length fields.
1301
cc330e39
XR
13022018-09-10 Xavier Roirand <roirand@adacore.com>
1303
1304 * gdb.ada/access_to_unbounded_array.exp: New testcase.
1305 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
1306 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
1307 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
1308
b9c50e9a
XR
13092018-09-10 Xavier Roirand <roirand@adacore.com>
1310
1311 * gdb.ada/mi_string_access.exp: New testcase.
1312 * gdb.ada/mi_string_access/bar.adb: New file.
1313 * gdb.ada/mi_string_access/pck.adb: New file.
1314 * gdb.ada/mi_string_access/pck.asd: New file.
1315
2963898f
XR
13162018-09-10 Xavier Roirand <roirand@adacore.com>
1317
1318 * gdb.ada/mi_var_union.exp: New testcase.
1319 * gdb.ada/mi_var_union/bar.adb: New file.
1320 * gdb.ada/mi_var_union/pck.adb: New file.
1321 * gdb.ada/mi_var_union/pck.asd: New file.
1322
1aac008f
TT
13232018-09-08 Tom Tromey <tom@tromey.com>
1324
1325 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
1326
332cf4c9
TT
13272018-09-08 Tom Tromey <tom@tromey.com>
1328
1329 PR python/16047:
1330 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
1331 (register_pretty_printers): Register new printer.
1332 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
1333 test.
1334 * gdb.python/py-prettyprint.c (int_type3): New typedef.
1335 (an_int_type3): New global.
1336
424da6cf
JB
13372018-09-08 Joel Brobecker <brobecker@adacore.com>
1338
1339 * gdb.ada/expr_with_funcall: New testcase.
1340
2a62dfa9
JB
13412018-09-08 Joel Brobecker <brobecker@adacore.com>
1342
1343 * gdb.ada/packed_array_assign: New testcase.
1344
96b6697f
AB
13452018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
1346
1347 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
1348 names, and add test prefixes to make test names unique.
1349
e4a62c65
TV
13502018-09-05 Tom de Vries <tdevries@suse.de>
1351
1352 * gdb.dwarf2/varval.exp: Add test.
1353
dd083ee2
GB
13542018-09-04 Gary Benson <gbenson@redhat.com>
1355
1356 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
1357 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
1358
aef9346c
TT
13592018-08-31 Tom Tromey <tom@tromey.com>
1360
1361 * gdb.rust/simple.rs: Rename second variable "v".
1362
c67f2e15
AB
13632018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
1364
1365 * gdb.base/funcargs.c (use_a): New function.
1366 (recurse): Call use_a.
1367
078a0207
KS
13682018-08-29 Keith Seitz <keiths@redhat.com>
1369
1370 * gdb.compile/compile-cplus-anonymous.cc: New file.
1371 * gdb.compile/compile-cplus-anonymous.exp: New file.
1372 * gdb.compile/compile-cplus-array-decay.cc: New file.
1373 * gdb.compile/compile-cplus-array-decay.exp: New file.
1374 * gdb.compile/compile-cplus-inherit.cc: New file.
1375 * gdb.compile/compile-cplus-inherit.exp: New file.
1376 * gdb.compile/compile-cplus-member.cc: New file.
1377 * gdb.compile/compile-cplus-member.exp: New file.
1378 * gdb.compile/compile-cplus-method.cc: New file.
1379 * gdb.compile/compile-cplus-method.exp: New file.
1380 * gdb.compile/compile-cplus-mod.c: "New" file.
1381 * gdb.compile/compile-cplus-namespace.cc: New file.
1382 * gdb.compile/compile-cplus-namespace.exp: New file.
1383 * gdb.compile/compile-cplus-nested.cc: New file.
1384 * gdb.compile/compile-cplus-nested.exp: New file.
1385 * gdb.compile/compile-cplus-print.c: "New" file.
1386 * gdb.compile/compile-cplus-print.exp: "New" file.
1387 * gdb.compile/compile-cplus-virtual.cc: New file.
1388 * gdb.compile/compile-cplus-virtual.exp: New file.
1389 * gdb.compile/compile-cplus.c: "New" file.
1390 * gdb.compile/compile-cplus.exp: "New" file.
1391 * lib/compile-support.exp: New file.
1392
b0f492b9
GB
13932018-08-16 Gary Benson <gbenson@redhat.com>
1394
1395 PR gdb/13000:
1396 * gdb.base/batch-exit-status.exp: New file.
1397 * gdb.base/batch-exit-status.good-commands: Likewise.
1398 * gdb.base/batch-exit-status.bad-commands: Likewise.
1399
36eb4c5f
AH
14002018-08-29 Alan Hayward <alan.hayward@arm.com>
1401
1402 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
1403 (struct struct02): Likewise.
1404 (struct struct03): Likewise.
1405 (struct struct04): Likewise.
1406 (struct struct_01_01): New struct.
1407 (struct struct_01_02): Likewise.
1408 (struct struct_01_03): Likewise.
1409 (struct struct_01_04): Likewise.
1410 (struct struct_02_01): Likewise.
1411 (struct struct_02_02): Likewise.
1412 (struct struct_02_03): Likewise.
1413 (struct struct_02_04): Likewise.
1414 (struct struct_04_01): Likewise.
1415 (struct struct_04_02): Likewise.
1416 (struct struct_04_03): Likewise.
1417 (struct struct_04_04): Likewise.
1418 (struct struct_05_01): Likewise.
1419 (struct struct_05_02): Likewise.
1420 (struct struct_05_03): Likewise.
1421 (struct struct_05_04): Likewise.
1422 (cmp_struct01): Remove function.
1423 (cmp_struct02): Likewise.
1424 (cmp_struct03): Likewise.
1425 (cmp_struct04): Likewise.
1426 (cmp_struct_01_01): Add Function.
1427 (cmp_struct_01_02): Likewise.
1428 (cmp_struct_01_03): Likewise.
1429 (cmp_struct_01_04): Likewise.
1430 (cmp_struct_02_01): Likewise.
1431 (cmp_struct_02_02): Likewise.
1432 (cmp_struct_02_03): Likewise.
1433 (cmp_struct_02_04): Likewise.
1434 (cmp_struct_04_01): Likewise.
1435 (cmp_struct_04_02): Likewise.
1436 (cmp_struct_04_03): Likewise.
1437 (cmp_struct_04_04): Likewise.
1438 (cmp_struct_05_01): Likewise.
1439 (cmp_struct_05_02): Likewise.
1440 (cmp_struct_05_03): Likewise.
1441 (cmp_struct_05_04): Likewise.
1442 (call_all): Add new structs.
1443 * gdb.base/infcall-nested-structs.exp: Likewise.
1444
3bf9c013
JV
14452018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
1446
1447 * gdb.python/py-framefilter-mi.exp: Update regexp to
1448 check for "arch" field in frame output.
1449
450d1e88
KB
14502018-08-23 Kevin Buettner <kevinb@redhat.com>
1451
1452 * gdb.dwarf2/dw2-ranges-func.c: New file.
1453 * gdb.dwarf2/dw2-ranges-func.exp: New file.
1454
ae739fe7
SM
14552018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
1456
1457 * gdb.base/term.exp: Compare terminal settings with values from
1458 the inferior.
1459 * gdb.base/term.c: Get and set terminal settings.
1460
6d52907e
JV
14612018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
1462
1463 * lib/mi-support.exp (mi_expect_stop): Update regexp to
1464 accommodate new "arch" field in frame output.
1465 * gdb.mi/mi-return.exp: Likewise.
1466 * gdb.mi/mi-stack.exp: Likewise.
1467 * gdb.mi/mi-syn-frame.exp: Likewise.
1468 * gdb.mi/user-selected-context-sync.exp: Likewise.
1469
be2d111a
MS
14702018-08-19 Michael Spang <spang@google.com>
1471
1472 PR gdb/11786
1473 * gdb.base/gcore-tls-pie.c: New file.
1474 * gdb.base/gcore-tls-pie.exp: New file.
1475
ae3a7c47
KB
14762018-08-18 Kevin Buettner <kevinb@redhat.com>
1477
1478 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
1479 * gdb.dwarf2/varval.c: New file.
1480 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 1481
2ecae92e
AH
14822018-08-17 Alan Hayward <alan.hayward@arm.com>
1483
1484 PR gdb/18931
1485 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
1486
c1854f1d
KS
14872018-08-16 Keith Seitz <keiths@redhat.com>
1488
1489 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
1490 tests expected to pass.
1491
26fb3983
JV
14922018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
1493
1494 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
1495 -data-disassemble -a.
1496 (test_disassembly_bogus_args): Likewise.
1497
67943c00
AB
14982018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
1499
1500 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
1501
5ff2bbae
AB
15022018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
1503
1504 * gdb.base/vla-optimized-out.exp: Add new test.
1505
e5bbcd0f
AB
15062018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
1507
1508 * gdb.base/vla-optimized-out-o3.exp: Delete.
1509 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
1510 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
1511 deleted tests.
1512
9d4a934c
AB
15132018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
1514
1515 PR gdb/18050:
1516 * gdb.server/extended-remote-restart.c: New file.
1517 * gdb.server/extended-remote-restart.exp: New file.
1518
045cf012
SM
15192018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
1520
1521 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
1522 "set variable index = 42".
1523
87d6a7aa
SM
15242018-08-07 Simon Marchi <simon.marchi@ericsson.com>
1525
1526 * boards/index-cache-gdb.exp: New file.
1527 * gdb.dwarf2/index-cache.exp: New file.
1528 * gdb.dwarf2/index-cache.c: New file.
1529 * gdb.base/maint.exp: Check if we are using the index cache.
1530
96d68bd4
RO
15312018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1532
1533 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
1534 MAKEFLAGS.
1535
5a699617
RO
15362018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1537
1538 * dg-extract-results.sh: Move to toplevel contrib.
1539 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
1540 * Makefile.in (check-parallel-racy): Likewise.
1541
5bd18990
AB
15422018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
1543
1544 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
1545 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
1546 tests if the target supports scheduler locking.
1547
3fbbcf47
TV
15482018-08-04 Tom de Vries <tdevries@suse.de>
1549
1550 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
1551
3e1d3d8c
TT
15522018-08-02 Tom Tromey <tom@tromey.com>
1553
1554 PR symtab/16842.
1555 * gdb.cp/temargs.exp: Test "info address" of a template
1556 parameter.
1557
5abe0f0c
JV
15582018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
1559
1560 * gdb.python/py-mi-var-info-path-expression.c: New file.
1561 * gdb.python/py-mi-var-info-path-expression.py: New file.
1562 * gdb.python/py-mi-var-info-path-expression.exp: New file.
1563
fb66cde8
SDJ
15642018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
1565
1566 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
1567 error after "cannot resolve name" string.
1568
c708f4d2
AB
15692018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
1570
1571 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
1572 started.
1573 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
1574
37cc0cae
TV
15752018-07-28 Tom de Vries <tdevries@suse.de>
1576
1577 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
1578
63b4ecf7
TV
15792018-07-26 Tom de Vries <tdevries@suse.de>
1580
1581 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
1582
3c3bb058
AB
15832018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
1584
1585 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
1586 is visible.
1587
9e7f3bbb
TV
15882018-07-26 Tom de Vries <tdevries@suse.de>
1589
1590 PR breakpoints/23366
1591 * gdb.base/catch-follow-exec.c: New test.
1592 * gdb.base/catch-follow-exec.exp: New file.
1593
16f808ec
TV
15942018-07-25 Tom de Vries <tdevries@suse.de>
1595
1596 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
1597 vla-optimized-out.c.
1598
d7154a8d
JV
15992018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
1600
1601 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
1602 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
1603
232a0032
TV
16042018-07-20 Tom de Vries <tdevries@suse.de>
1605
1606 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
1607 NOCLONE macro.
1608 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
1609
fbb1d502
TV
16102018-07-19 Tom de Vries <tdevries@suse.de>
1611
1612 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
1613 regular expression.
1614
42dc7699
TV
16152018-07-18 Tom de Vries <tdevries@suse.de>
1616
1617 * gdb.base/vla-optimized-out.c: New test.
1618 * gdb.base/vla-optimized-out.exp: New file.
1619
7f1f7e23
SDJ
16202018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
1621
1622 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
1623 message "No address associated with hostname" when gdbserver
1624 cannot resolve the hostname.
1625
5759ebb3
PW
16262018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1627
1628 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
1629 Add some test prefixes to make tests unique.
1630
3606ccab
PW
16312018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1632
1633 * gdb.base/frameapply.c: New file.
1634 * gdb.base/frameapply.exp: New file.
1635
529c08b2
PW
16362018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1637
1638 * gdb.base/skip.exp: Update expected error message.
1639
c7ab0aef
SDJ
16402018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1641 Jan Kratochvil <jan.kratochvil@redhat.com>
1642 Paul Fertser <fercerpav@gmail.com>
1643 Tsutomu Seki <sekiriki@gmail.com>
1644
1645 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
1646 parameter.
1647 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
1648 by default.
1649 * boards/native-gdbserver.exp: Likewise.
1650 * gdb.server/run-without-local-binary.exp: Improve regexp used
1651 for detecting when a remote debugging connection succeeds.
1652 * gdb.server/server-connect.exp: New file.
1653 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
1654 Do not prefix the port number with ":".
1655 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
1656 support for detecting and using it. Add '$debughost_gdbserver'
1657 to the list of arguments used to start gdbserver. Handle case
1658 when gdbserver cannot resolve a network name.
1659
16ff70dd
SDJ
16602018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1661
1662 PR c++/23373
1663 * gdb.base/ptype-offsets.cc (struct static_member): New
1664 struct.
1665 (main) <stmember>: New variable.
1666 * gdb.base/ptype-offsets.exp: Add test for printing a struct
1667 with a static member in it.
1668
3541979f
AB
16692018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
1670
1671 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
1672 watchpoints enabled and disabled.
1673
c8ad9b9a
AB
16742018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1675
1676 * gdb.base/examine-backward.exp: Still run tests around address
1677 0x0, even if address 0x0 is not readable. Update the pattern for
1678 matching address 0x0 in expected output.
1679
e0e5e971
AB
16802018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1681
1682 * gdb.base/share-env-with-gdbserver.c (main): Add call to
1683 malloc/free.
1684
1ea5da02
TV
16852018-07-04 Tom de Vries <tdevries@suse.de>
1686
1687 * gdb.dwarf2/dw2-error.exp: Update expected error message.
1688
471b9d15
MR
16892018-07-02 Maciej W. Rozycki <macro@mips.com>
1690
1691 PR tdep/8282
1692 * gdb.arch/mips-disassembler-options.exp: New test.
1693 * gdb.arch/mips-disassembler-options.s: New test source.
1694
75acb486
PA
16952018-06-29 Pedro Alves <palves@redhat.com>
1696
1697 * gdb.threads/names.exp: Adjust expected "info threads" output.
1698
cd2bb709
PA
16992018-06-29 Pedro Alves <palves@redhat.com>
1700
1701 * gdb.opt/inline-break.exp (line number, address): Add "info
1702 break" tests.
1703
991ff292
PA
17042018-06-29 Pedro Alves <palves@redhat.com>
1705
1706 * gdb.opt/inline-break.c (func1): Add "break here" marker.
1707 * gdb.opt/inline-break.exp: Test setting breakpoints by line
1708 number and address and running to them.
1709
356819b6 17102018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
1711
1712 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
1713
2512d7ef
JK
17142018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1715
1716 * lib/compiler.c: Remove executable permission flag.
1717
be1b6474
RB
17182018-06-28 Richard Bunt <richard.bunt@arm.com>
1719
1720 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
1721 code.
1722 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
1723
291f9a96
PT
17242018-06-28 Petr Tesarik <ptesarik@suse.cz>
1725
1726 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
1727
ed6dfe51
PT
17282018-06-28 Petr Tesarik <ptesarik@suse.cz>
1729
1730 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
1731 address argument is omitted.
1732
d4d429d5
PT
17332018-06-28 Petr Tesarik <ptesarik@suse.cz>
1734
1735 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
1736
7ab6656f
OJ
17372018-06-27 Omair Javaid <omair.javaid@linaro.org>
1738
1739 PR gdb/21695
1740 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
1741 * gdb.base/infoline-reloc-main-from-zero.c: New file.
1742
a33ccfc7
TT
17432018-06-26 Tom Tromey <tom@tromey.com>
1744
1745 PR rust/22574:
1746 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
1747 * gdb.rust/simple.rs (struct SimpleLayout): New.
1748
6d72d289
SM
17492018-06-22 Simon Marchi <simon.marchi@ericsson.com>
1750
1751 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
1752 "info registers" output.
1753
8363f9d5
RB
17542018-06-21 Richard Bunt <richard.bunt@arm.com>
1755
1756 * gdb.base/watchpoint-hw-attach.c: New test.
1757 * gdb.base/watchpoint-hw-attach.exp: New file.
1758
f00674fe
SM
17592018-06-20 Simon Marchi <simon.marchi@ericsson.com>
1760
1761 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
1762 through /bin/sh.
1763 * boards/dwarf4-gdb-index.exp: Likewise.
1764 * boards/fission-dwp.exp: Likewise.
1765
1d554008
UW
17662018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
1767
1768 * gdb.base/float128.exp: Add comment and improved fail message
1769 to the failure case of "print large128" test.
1770
d0ac1c44
SM
17712018-06-19 Simon Marchi <simon.marchi@ericsson.com>
1772
1773 * configure.ac: Remove AC_PREREQ.
1774 * configure: Re-generate.
1775
61b04dd0
PA
17762018-06-19 Pedro Alves <palves@redhat.com>
1777
1778 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
1779 (func_extern_caller): New.
1780 (main): Call func_extern_caller.
1781 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
1782 logic change.
1783
f63b508a
SM
17842018-06-18 Weimin Pan <weimin.pan@oracle.com>
1785
1786 PR gdb/16841
1787 * gdb.cp/typedef-base.cc: New file.
1788 * gdb.cp/typedef-base.exp: New file.
1789
0fe3a558
TV
17902018-06-18 Tom de Vries <tdevries@suse.de>
1791
1792 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
1793
7010835a
AB
17942018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1795 Richard Bunt <Richard.Bunt@arm.com>
1796
1797 * gdb.threads/attach-slow-waitpid.c: New file.
1798 * gdb.threads/attach-slow-waitpid.exp: New file.
1799 * gdb.threads/slow-waitpid.c: New file.
1800
14897d65
PA
18012018-06-14 Pedro Alves <palves@redhat.com>
1802
1803 * gdb.base/fork-running-state.c: Include <errno.h>.
1804 (exit_if_relative_exits): New.
1805 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
1806 exits.
1807 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
1808 child exits.
1809
5d9a0608
TV
18102018-06-14 Tom de Vries <tdevries@suse.de>
1811
1812 PR cli/22573
1813 * gdb.base/finish-pretty.c: New test.
1814 * gdb.base/finish-pretty.exp: New file.
1815
11ae5818
PA
18162018-06-14 Pedro Alves <palves@redhat.com>
1817
1818 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
1819 gdb's expected startup output.
1820
1d39de44
PA
18212018-06-14 Pedro Alves <palves@redhat.com>
1822
1823 * lib/selftest-support.exp (selftest_setup): Remove inlined
1824 function handling.
1825
70ee0000
TV
18262018-06-14 Tom de Vries <tdevries@suse.de>
1827
1828 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
1829 matching of breakpoint printing.
1830
11f4b608
TV
18312018-06-13 Tom de Vries <tdevries@suse.de>
1832
1833 PR testsuite/23269
1834 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
1835 (fork_child): ... here, and ...
1836 (fork_parent): ... here.
1837
18382018-06-12 Tom de Vries <tdevries@suse.de>
1839
1840 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
1841
9516f85a
AB
18422018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1843 Stephen Roberts <stephen.roberts@arm.com>
1844
1845 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
1846 rewrite test to describe action performed, rather than possible
1847 failure.
1848
5045b3d7
GB
18492018-06-08 Gary Benson <gbenson@redhat.com>
1850
1851 * gdb.threads/check-libthread-db.exp: New file.
1852 * gdb.threads/check-libthread-db.c: Likewise.
1853
c61b06a1
TT
18542018-06-05 Tom Tromey <tom@tromey.com>
1855
1856 * gdb.base/default.exp: Update expected "show version" output.
1857
eb6af809
TT
18582018-06-05 Tom Tromey <tom@tromey.com>
1859
1860 PR cli/12326:
1861 * gdb.cp/static-print-quit.exp: Update.
1862 * lib/gdb.exp (pagination_prompt): Update.
1863 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
1864 * gdb.python/python.exp: Update.
1865
178d6a63
JB
18662018-06-04 Joel Brobecker <brobecker@adacore.com>
1867
1868 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
1869
8e817061
JB
18702018-06-01 Joel Brobecker <brobecker@adacore.com>
1871
1872 * gdb.ada/bp_fun_addr: New testcase.
1873
e86ca25f
TT
18742018-06-01 Tom Tromey <tom@tromey.com>
1875
1876 * gdb.xml/tdesc-regs.exp (load_description): Update expected
1877 results.
1878 * gdb.dwarf2/method-ptr.exp: Set language to C++.
1879 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
1880 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
1881 * gdb.base/maint.exp (maint_pass_if): Update.
1882
4b2dfa9d
MR
18832018-05-31 Maciej W. Rozycki <macro@mips.com>
1884
1885 * gdb.base/endian.exp: New test.
1886 * gdb.base/endian.c: New test source.
1887
45f25d6c
AB
18882018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
1889
1890 PR gdb/23203
1891 * gdb.base/bt-selected-frame.c: New file.
1892 * gdb.base/bt-selected-frame.exp: New file.
1893 * lib/gdb.exp (get_current_frame_number): New function.
1894
d9f6d7f8
MR
18952018-05-24 Maciej W. Rozycki <macro@mips.com>
1896 Pedro Alves <palves@redhat.com>
1897
1898 * gdb.threads/tls-core.c: Include <stdlib.h>
1899 (thread_proc): Call `abort'.
1900 * gdb.threads/tls-core.exp: Generate a core with core_find too.
1901 (tls_core_test): New procedure, bits factored out from ...
1902 (top level): ... here. Test both native cores and gcore cores.
1903
ff1cf532
TT
19042018-05-23 Tom Tromey <tom@tromey.com>
1905
1906 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
1907
b98664d3
TT
19082018-05-23 Tom Tromey <tom@tromey.com>
1909
1910 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
1911 symfile_complaints.
1912 (test_short_complaints): Likewise.
1913 (test_empty_complaints): Likewise.
1914 (test_initial_complaints): Update.
1915
4e9668d0
TT
19162018-05-23 Tom Tromey <tom@tromey.com>
1917
1918 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
1919
43ba33c7
TT
19202018-05-23 Tom Tromey <tom@tromey.com>
1921
1922 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
1923 (test_short_complaints): Update.
1924
035522c0
PA
19252018-05-22 Pedro Alves <palves@redhat.com>
1926
1927 * gdb.base/remote.exp: Only gdb_start after compiling the
1928 testcase. Issue "disconnect" before testing "set remote" command
1929 defaults. Issue clean_restart before running to main.
1930
cc0be08f
PA
19312018-05-22 Pedro Alves <palves@redhat.com>
1932
1933 * gdb.base/remote.exp: Adjust expected output of "show remote
1934 memory-write-packet-size". Add tests for "set remote
1935 memory-write-packet-size 0" and "set remote
1936 memory-write-packet-size fixed/limit".
1937
b1b60145
PA
19382018-05-22 Pedro Alves <palves@redhat.com>
1939
1940 PR gdb/22973
1941 * gdb.base/utf8-identifiers.c: New file.
1942 * gdb.base/utf8-identifiers.exp: New file.
1943
0ec848ad
PFC
19442018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1945
1946 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
1947
2c3305f6
PFC
19482018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1949
1950 * gdb.arch/powerpc-vsx-gcore.exp: New file.
1951
ce1e8424
TT
19522018-05-18 Tom Tromey <tom@tromey.com>
1953
1954 * gdb.base/ptype-offsets.exp: Update.
1955
ddfe970e
KS
19562018-05-17 Keith Seitz <keiths@redhat.com>
1957
1958 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
1959 in expected breakpoint stop locations.
1960 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
1961 move to proper scope to test variable values.
1962 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
1963 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
1964 New functions.
1965 (main): Call not_inline_func3.
1966 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
1967 inline_func1, inline_func2, and inline_func3. Test that when each
1968 breakpoint is hit, GDB properly reports both the stop location
1969 and the backtrace. Repeat tests for temporary breakpoints.
1970
0726fcc6
MR
19712018-05-15 Maciej W. Rozycki <macro@mips.com>
1972
1973 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
1974 rather then trying to access it in determining whether the PID
1975 of `gdbserver' could have been retrieved.
1976
8ee22052
AB
19772018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
1978
1979 * gdb.arch/amd64-init-x87-values.S: New file.
1980 * gdb.arch/amd64-init-x87-values.exp: New file.
1981
7785df48
JK
19822018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1983
1984 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
1985
56bcdbea
TT
19862018-05-04 Tom Tromey <tom@tromey.com>
1987
1988 PR python/22730:
1989 * gdb.python/python.exp: Test multi-line execute.
1990
a913fffb
TT
19912018-05-04 Tom Tromey <tom@tromey.com>
1992
1993 PR python/22731:
1994 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
1995
7a2c85f2
TT
19962018-05-04 Tom Tromey <tom@tromey.com>
1997
1998 PR gdb/11750:
1999 * gdb.base/define.exp: Test defining a user command inside a user
2000 command.
2001 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
2002
a3b60e45
JK
20032018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2004 Pedro Alves <palves@redhat.com>
2005
2006 PR breakpoints/19806 and support for PR external/20207.
2007 * gdb.base/watchpoint-unaligned.c: New file.
2008 * gdb.base/watchpoint-unaligned.exp: New file.
2009
45fe4a03
AB
20102018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2011
2012 * gdb.base/maint.exp: Make test names unique, use
2013 test_prefix_command_help to test 'help maint info', and remove
2014 repeated test of 'help maint'.
2015
9be2ae8f
TT
20162018-05-04 Tom Tromey <tom@tromey.com>
2017
2018 PR gdb/22619:
2019 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
2020 behavior.
2021
11859c31
AB
20222018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2023
2024 * gdb.base/maint.exp: Process output from 'maint print registers'
2025 line at a time.
2026
089a9490
AB
20272018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2028
2029 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
2030 timeout.
2031
9b0797e2
AB
20322018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
2033
2034 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
2035 filter pattern.
2036
f6ac5f3d
PA
20372018-05-02 Pedro Alves <palves@redhat.com>
2038
2039 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
2040 to_log_command renames.
2041 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2042
77d3c63b
TT
20432018-05-02 Tom Tromey <tom@tromey.com>
2044
2045 * gdb.python/py-parameter.exp: Set test message.
2046
0489430a
TT
20472018-05-02 Tom Tromey <tom@tromey.com>
2048
2049 PR python/20084:
2050 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
2051 PARAM_ZUINTEGER_UNLIMITED tests.
2052
1632f8ba
DR
20532018-04-28 Dan Robertson <danlrobertson89@gmail.com>
2054
2055 PR rust/23124
2056 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
2057 when casting.
2058
6d7bb824
TT
20592018-04-30 Tom Tromey <tom@tromey.com>
2060
2061 * gdb.python/py-type.exp: Check align attribute.
2062 * gdb.python/py-type.c: New "aligncheck" global.
2063
007e1530
TT
20642018-04-30 Tom Tromey <tom@tromey.com>
2065
2066 PR exp/17095:
2067 * gdb.dwarf2/dw2-align.exp: New file.
2068 * gdb.cp/align.exp: New file.
2069 * gdb.base/align.exp: New file.
2070 * lib/gdb.exp (gdb_int128_helper): New proc.
2071 (has_int128_c, has_int128_cxx): New caching procs.
2072
6873858b
TT
20732018-04-27 Tom Tromey <tom@tromey.com>
2074
2075 PR rust/22545:
2076 * gdb.rust/simple.exp: Add inclusive range tests.
2077
79188d8d
PA
20782018-04-26 Pedro Alves <palves@redhat.com>
2079
2080 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
2081 ifunc breakpoint locations correctly of ifunc breakpoints set
2082 while the program resolves the ifunc.
2083
c7075ad5
PA
20842018-04-26 Pedro Alves <palves@redhat.com>
2085
2086 * gdb.base/gnu-ifunc-final.c: New file.
2087 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
2088 * gdb.base/gnu-ifunc.exp (executable): Delete.
2089 (staticexecutable): Adjust.
2090 (lib_opts, exec_opts): Delete.
2091 (make_binsuffix, build, set-break): New procedures.
2092 (misc_tests): New, with tests factored out from the top level.
2093 (top level): Test different combinations of ifunc resolver name,
2094 resolver with and with debug info, and ifunc target with and
2095 without debug info. Wrap static tests with with_target_prefix.
2096
8388016d
PA
20972018-04-26 Pedro Alves <palves@redhat.com>
2098
2099 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
2100 return type" warnings.
2101
249b5733
PA
21022018-04-25 Pedro Alves <palves@redhat.com>
2103
2104 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
2105 killed".
2106 * gdb.base/kill-after-signal.exp: Likewise.
2107 * gdb.threads/kill.exp: Likewise.
2108
f67c0c91
SDJ
21092018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2110 Sergio Durigan Junior <sergiodj@redhat.com>
2111 Pedro Alves <palves@redhat.com>
2112
2113 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
2114 regexps to expect for '[Inferior ... detached]' as well.
2115 * gdb.base/attach.exp: Likewise.
2116 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
2117 "gdb_continue_to_end".
2118 (test_catch_syscall_with_wrong_args): Likewise.
2119 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
2120 ']'. Don't set 'verbose' on.
2121 * gdb.base/foll-vfork.exp: Likewise.
2122 * gdb.base/fork-print-inferior-events.c: New file.
2123 * gdb.base/fork-print-inferior-events.exp: New file.
2124 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
2125 '[Inferior ... has been killed]' message.
2126 * gdb.base/kill-after-signal.exp: Likewise.
2127 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
2128 detach message.
2129 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
2130 message.
2131 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
2132 regexps to expect for '[Inferior ... detached]' as well.
2133 * gdb.threads/process-dies-while-detaching.exp: Likewise.
2134
0a8ddac4
SM
21352018-04-24 Simon Marchi <simon.marchi@ericsson.com>
2136
2137 PR gdb/23104
2138 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
2139
d27d16bf
RB
21402018-04-19 Richard Bunt <richard.bunt@arm.com>
2141
2142 * gdb.threads/multiple-successive-infcall.c: New test.
2143 * gdb.threads/multiple-successive-infcall.exp: New file.
2144
a037790e
TT
21452018-04-17 Tom Tromey <tom@tromey.com>
2146
2147 * gdb.rust/simple.rs (Union): New type.
2148 (main): New local "u".
2149 * gdb.rust/simple.exp (test_one_slice): Add new test case.
2150
e3a91079
AA
21512018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2152
2153 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
2154 number information in output of "whereis" command.
2155 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
2156
b744723f
AA
21572018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2158
2159 * gdb.ada/info_types.exp: Adjust expected output to the line
2160 numbers now printed by "info var/func/type".
2161 * gdb.base/completion.exp: Likewise.
2162 * gdb.base/included.exp: Likewise.
2163 * gdb.cp/cp-relocate.exp: Likewise.
2164 * gdb.cp/cplusfuncs.exp: Likewise.
2165 * gdb.cp/namespace.exp: Likewise.
2166 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
2167
4a4495d6
MM
21682018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2169
2170 * gdb.btrace/cpu.exp: New.
2171
1d509aa6
MM
21722018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2173
2174 * gdb.base/step-indirect-call-thunk.exp: New.
2175 * gdb.base/step-indirect-call-thunk.c: New.
2176 * gdb.reverse/step-indirect-call-thunk.exp: New.
2177 * gdb.reverse/step-indirect-call-thunk.c: New.
2178
6295b6da
SM
21792018-04-11 Simon Marchi <simon.marchi@ericsson.com>
2180
2181 * gdb.base/pie-fork.c: New file.
2182 * gdb.base/pie-fork.exp: New file.
2183
50146e70
TT
21842018-04-11 Tom Tromey <tom@tromey.com>
2185
2186 * gdb.rust/simple.exp: Add test for ".." struct initializer.
2187
f50d8a2e
PA
21882018-04-10 Pedro Alves <palves@redhat.com>
2189
2190 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
2191 exits. Instead loop running forever.
2192 (fork_parent): Run forever too.
2193
a0be7a36
SM
21942018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2195
2196 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
2197 mi_continue_to_line.
2198 * gdb.mi/mi-stack.c (callee4): Add comment.
2199
9b73db36
SM
22002018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2201
2202 * gdb.mi/mi-stack.exp: Fix indentation.
2203
c912f608
SM
22042018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2205
2206 PR gdb/22979
2207 * gdb.arch/amd64-osabi.exp: New file.
2208
26540402
SM
22092018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2210
2211 PR gdb/22980
2212 * gdb.base/osabi.exp: New file.
2213
121ad66c 22142018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
2215
2216 * gdb.cp/static-typedef-print.exp: New file.
2217 * gdb.cp/static-typedef-print.cc: New file.
2218
3fcded8f
JB
22192018-03-27 Joel Brobecker <brobecker@adacore.com>
2220
2221 * gdb.ada/varsize_limit: New testcase.
2222
59cc4834
JB
22232018-03-27 Joel Brobecker <brobecker@adacore.com>
2224
2225 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
2226
2227 * gdb.ada/notcplusplus: New testcase.
2228
2229 * gdb.base/c-linkage-name.c: New file.
2230 * gdb.base/c-linkage-name.exp: New testcase.
2231
4ca59a9f
TT
22322018-03-26 Tom Tromey <tom@tromey.com>
2233
2234 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
2235 * gdb.python/py-framefilter.py (name_error): New global.
2236 (ErrorInName.function): Use name_error.
2237
978d6c75
TT
22382018-03-26 Tom Tromey <tom@tromey.com>
2239
2240 PR backtrace/15582:
2241 * gdb.python/py-framefilter.exp: Add "bt hide" test.
2242
b7fee5a3
KS
22432018-03-23 Keith Seitz <keiths@redhat.com>
2244
2245 PR c++/22968
2246 * gdb.cp/subtypes.exp: New file.
2247 * gdb.cp/subtypes.h: New file.
2248 * gdb.cp/subtypes.cc: New file.
2249 * gdb.cp/subtypes-2.cc: New file.
2250
376be529
AB
22512018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2252
2253 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
2254 (done): Call '_exit' not 'exit' to avoid atexit handlers.
2255 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
2256 -nostartfiles when compiling the test. Confirm that all registers
2257 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
2258
066cfa98
AB
22592018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2260
2261 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
2262 option, syntax was wrong anyway.
2263 * gdb.arch/arm-disp-step.exp: Likewise.
2264 * gdb.arch/sparc64-regs.exp: Likewise.
2265 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
2266 option, syntax was wrong anyway, switch to use
2267 prepare_for_testing.
2268 * gdb.arch/i386-disp-step.exp: Likewise.
2269
079670b9
AA
22702018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
2271
2272 * gdb.ada/exec_changed.exp: Replace "target_info exists
2273 use_gdb_stub" by "use_gdb_stub".
2274 * gdb.ada/start.exp: Likewise.
2275 * gdb.base/async-shell.exp: Likewise.
2276 * gdb.base/attach-pie-misread.exp: Likewise.
2277 * gdb.base/attach-wait-input.exp: Likewise.
2278 * gdb.base/break-entry.exp: Likewise.
2279 * gdb.base/break-interp.exp: Likewise.
2280 * gdb.base/dprintf-detach.exp: Likewise.
2281 * gdb.base/nostdlib.exp: Likewise.
2282 * gdb.base/solib-nodir.exp: Likewise.
2283 * gdb.base/statistics.exp: Likewise.
2284 * gdb.base/testenv.exp: Likewise.
2285 * gdb.mi/mi-exec-run.exp: Likewise.
2286 * gdb.mi/mi-start.exp: Likewise.
2287 * gdb.multi/dummy-frame-restore.exp: Likewise.
2288 * gdb.multi/multi-arch-exec.exp: Likewise.
2289 * gdb.multi/multi-arch.exp: Likewise.
2290 * gdb.multi/tids.exp: Likewise.
2291 * gdb.multi/watchpoint-multi.exp: Likewise.
2292 * gdb.python/py-events.exp: Likewise.
2293 * gdb.threads/attach-into-signal.exp: Likewise.
2294 * gdb.threads/attach-stopped.exp: Likewise.
2295 * gdb.threads/threadapply.exp: Likewise.
2296 * lib/selftest-support.exp: Likewise.
2297
26d6cec4
AA
22982018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
2299
2300 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
2301
4ee89e90
SR
23022018-03-20 Stephen Roberts <stephen.roberts@arm.com>
2303
2304 * gdb.perf/template-breakpoints.cc: New file.
2305 * gdb.perf/template-breakpoints.exp: New file.
2306 * gdb.perf/template-breakpoints.py: New file.
2307
92630041
TT
23082018-03-19 Tom Tromey <tom@tromey.com>
2309
2310 * gdb.rust/simple.rs (main): Add local variables field1, field2,
2311 y0.
2312 * gdb.rust/simple.exp: Test bare identifier form of struct
2313 initializer.
2314
76727919
TT
23152018-03-19 Tom Tromey <tom@tromey.com>
2316
2317 * gdb.gdb/observer.exp: Remove.
2318
194ed413
AA
23192018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2320
2321 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
2322 "qualified" option when setting breakpoints.
2323 * gdb.trace/backtrace.exp: Likewise.
2324 * gdb.trace/circ.exp: Likewise.
2325 * gdb.trace/collection.exp: Likewise.
2326 * gdb.trace/disconnected-tracing.exp: Likewise.
2327 * gdb.trace/ftrace-lock.exp: Likewise.
2328 * gdb.trace/ftrace.exp: Likewise.
2329 * gdb.trace/infotrace.exp: Likewise.
2330 * gdb.trace/packetlen.exp: Likewise.
2331 * gdb.trace/passc-dyn.exp: Likewise.
2332 * gdb.trace/qtro.exp: Likewise.
2333 * gdb.trace/read-memory.exp: Likewise.
2334 * gdb.trace/report.exp: Likewise.
2335 * gdb.trace/signal.exp: Likewise.
2336 * gdb.trace/status-stop.exp: Likewise.
2337 * gdb.trace/strace.exp: Likewise.
2338 * gdb.trace/tfind.exp: Likewise.
2339 * gdb.trace/trace-break.exp: Likewise.
2340 * gdb.trace/trace-condition.exp: Likewise.
2341 * gdb.trace/trace-mt.exp: Likewise.
2342 * gdb.trace/tstatus.exp: Likewise.
2343 * gdb.trace/tsv.exp: Likewise.
2344 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2345 * gdb.trace/unavailable.exp: Likewise.
2346 * gdb.trace/while-dyn.exp: Likewise.
2347
8b067d2c
AA
23482018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2349
2350 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
2351 that libinproctrace is copied to the target.
2352
3ae9ce5d
TT
23532018-03-14 Tom Tromey <tom@tromey.com>
2354
2355 PR cli/14977:
2356 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
2357 a null pointer.
2358 * gdb.base/wchar.exp: Likewise.
2359
b8c2339b
TT
23602018-03-14 Tom Tromey <tom@tromey.com>
2361
2362 PR cli/19918:
2363 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
2364 flag.
2365
4872dc46
SM
23662018-03-08 Simon Marchi <simon.marchi@ericsson.com>
2367
2368 PR gdb/22841
2369 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
2370 "target" to remote_exec.
2371
e4fe3756
SM
23722018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
2373
2374 PR gdb/22841
2375 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
2376 ${board}_upload): Remove.
2377
e95a97d4
AA
23782018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
2379
2380 * gdb.cp/watch-cp.cc: New test.
2381 * gdb.cp/watch-cp.exp: New file.
2382
dbbb1059
AB
23832018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2384
2385 * gdb.base/infcall-nested-structs.exp: New file.
2386 * gdb.base/infcall-nested-structs.c: New file.
2387 * gdb.base/float.exp: Add riscv support.
2388
ecc054c0
TP
23892018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
2390
2391 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
2392 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
2393
25e3c82c
SDJ
23942018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
2395
2396 * gdb.server/abspath.exp: New file.
2397 * lib/gdb.exp (with_cwd): New procedure.
2398
3083294d
SM
23992018-02-28 Simon Marchi <simon.marchi@ericsson.com>
2400
2401 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
2402 use it.
2403 (gdb_is_target_remote_prompt): New proc.
2404 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
2405 (gdb_is_target_native): Pass prompt parameter to
2406 gdb_is_target_1.
2407
3275ef47
SM
24082018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
2409
2410 * gdb.base/load-command.c: New file.
2411 * gdb.base/load-command.exp: New file.
2412 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
2413 (gdb_is_target_1): ...this, and generalize for other targets
2414 than just remote.
2415 (gdb_is_target_remote): Use gdb_is_target_1.
2416 (gdb_is_target_native): use gdb_is_target_1.
2417
6893c19a
TT
24182018-02-26 Tom Tromey <tom@tromey.com>
2419
2420 PR python/16497:
2421 * gdb.python/py-framefilter.exp: Update test.
2422
2ddeaf8a
TT
24232018-02-26 Tom Tromey <tom@tromey.com>
2424
2425 * gdb.dwarf2/variant.c: New file.
2426 * gdb.dwarf2/variant.exp: New file.
2427
c9317f21
TT
24282018-02-26 Tom Tromey <tom@tromey.com>
2429
2430 * gdb.rust/simple.exp: Accept more possible results in enum test.
2431
6f6d0c26
SM
24322018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
2433
2434 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
2435 parentheses.
2436
11b03145
MR
24372018-02-23 Maciej W. Rozycki <macro@mips.com>
2438
2439 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
2440 name of a variable: $actual_linejj -> $actual_line.
2441
54a27fe5
JB
24422018-02-21 John Baldwin <jhb@FreeBSD.org>
2443
2444 * gdb.arch/amd64-i386-address.exp: Fix a typo.
2445
de65820c
MM
24462018-02-20 Markus Metzger <markus.t.metzger@intel.com>
2447
2448 * gdb.btrace/buffer-size.exp: Do not force BTS.
2449
980548fd
PA
24502018-02-14 Pedro Alves <palves@redhat.com>
2451
2452 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
2453 getting a "Quit".
2454
c4e12631
MM
24552018-02-09 Markus Metzger <markus.t.metzger@intel.com>
2456
2457 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
2458 Fix test name.
2459
c2e0e465
SM
24602018-02-07 Simon Marchi <simon.marchi@ericsson.com>
2461
2462 * gdb.cp/m-static.exp: Check type of optimized out static
2463 member.
2464
f7216783
AB
24652018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
2466
2467 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
2468 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
2469
0625771b
LS
24702018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
2471 Leszek Swirski <leszeks@google.com>
2472
2473 * gdb.python/py-prettyprint.c
2474 (struct to_string_returns_value_inner,
2475 struct to_string_returns_value_wrapper): New.
2476 (main): Add tsrvw variable.
2477 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
2478 ToStringReturnsValueWrapper): New classes.
2479 (register_pretty_printers): Register new pretty-printers.
2480 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
2481 recursive pretty printer.
2482 * gdb.python/py-mi.exp: Likewise.
2483
59498c30
LS
24842018-02-01 Leszek Swirski <leszeks@google.com>
2485
2486 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
2487 functions with the same name as an include file are parsed
2488 correctly.
2489
d4d38844
YQ
24902018-02-01 Yao Qi <yao.qi@linaro.org>
2491
2492 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
2493 "\[^\r\n\]*".
2494
07e5f5cf
NP
24952018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
2496
2497 * gdb.arch/powerpc-prologue-frame.s: New file.
2498 * gdb.arch/powerpc-prologue-frame.c: Likewise.
2499 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
2500
929b5ad4
JB
25012018-01-31 Joel Brobecker <brobecker@adacore.com>
2502
2503 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
2504
e671cd59
PA
25052018-01-30 Pedro Alves <palves@redhat.com>
2506
2507 PR gdb/13211
2508 * gdb.base/interrupt-daemon.c: New.
2509 * gdb.base/interrupt-daemon.exp: New.
2510 * gdb.multi/multi-term-settings.c: New.
2511 * gdb.multi/multi-term-settings.exp: New.
2512
fc413dc4
JB
25132018-01-30 Joel Brobecker <brobecker@adacore.com>
2514
2515 * gdb.base/break.exp: Save the location where the breakpoint
2516 on break.c:47 was actually inserted when debugging the version
2517 compiled at -O2 and use it in the expected output of the "info
2518 break" test performed soon after.
2519
5c319bb2
PA
25202018-01-22 Pedro Alves <palves@redhat.com>
2521 Sergio Durigan Junior <sergiodj@redhat.com>
2522
2523 * gdb.base/whatis.exp: Add tests for 'set print object on' +
2524 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
2525
a9e40818
JB
25262018-01-22 Joel Brobecker <brobecker@adacore.com>
2527
2528 * gdb.base/break-include.c, gdb.base/break-include.inc,
2529 gdb.base/break-include.exp: New files.
2530 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
2531 line number now being the actual line number where the breakpoint
2532 was inserted.
2533 * gdb.mi/mi-break.exp: Likewise.
2534 * gdb.mi/mi-reverse.exp: Likewise.
2535 * gdb.mi/mi-simplerun.exp: Ditto.
2536
e707fc44
AB
25372018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
2538
2539 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
2540 varobj.
2541 * gdb.mi/mi-var-create-rtti.exp: Likewise.
2542
ae451627
AB
25432018-01-21 Don Breazeal <donb@codesourcery.com>
2544 Andrew Burgess <andrew.burgess@embecosm.com>
2545
2546 * gdb.mi/basics.c: Add new global.
2547 * gdb.mi/mi-frame-regs.exp: New file.
2548 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
2549 case.
2550
b1b189e0
AB
25512018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
2552
2553 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
2554 non-parameter, and on an unknown symbol.
2555
fcfcc376
TT
25562018-01-19 Tom Tromey <tom@tromey.com>
2557
2558 * gdb.rust/modules.rs (TWENTY_THREE): New global.
2559 * gdb.rust/modules.exp: Add ::-qualified lookup test.
2560
634c1c31
AA
25612018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2562
2563 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
2564 setrlimit and chdir to int.
2565
d6ad07fd
AA
25662018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2567
2568 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
2569 function.
2570 (my_tend): Likewise.
2571 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
2572 rationale of avoiding FP- and vector instructions.
2573
adf8243b
RK
25742018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
2575
2576 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
2577 "info reg" with "\[ \t\]*".
2578 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
2579 "\[ \t\]+".
2580 * gdb.arch/s390-multiarch.exp: Ditto.
2581 * gdb.base/pc-fp.exp: Ditto.
2582 * gdb.reverse/i386-precsave.exp: Ditto.
2583 * gdb.reverse/i386-reverse.exp: Ditto.
2584 * gdb.reverse/i387-env-reverse.exp: Ditto.
2585 * gdb.reverse/i387-stack-reverse.exp: Ditto.
2586
dcc06925
AA
25872018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2588
2589 * lib/gdb.exp (gdb_compile): Re-enable use of
2590 universal_compile_options for languages other than Rust.
2591
25d4fd80
AA
25922018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2593
2594 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
2595
ee7f689e 25962018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
2597
2598 PR gdb/16577
2599 * gdb.base/solib-vanish.exp: New.
2600 * gdb.base/solib-vanish-main.c: New.
2601 * gdb.base/solib-vanish-lib1.c: New.
2602 * gdb.base/solib-vanish-lib2.c: New.
2603
d8447b6b
YQ
26042018-01-17 Yao Qi <yao.qi@linaro.org>
2605
2606 * gdb.compile/compile.exp: Match the address printed for
2607 frame in the output of command "bt".
2608
86d6a90c
TT
26092018-01-15 Tom Tromey <tom@tromey.com>
2610
2611 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
2612 compute sp_reg.
2613
cbcdb1aa
AB
26142018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2615
2616 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
2617 to prepare.
2618 (prepare): Return 0 on error, 1 on success.
2619
eea61984
PA
26202018-01-12 Pedro Alves <palves@redhat.com>
2621
2622 * gdb.base/continue-after-aborted-step-over.c: New.
2623 * gdb.base/continue-after-aborted-step-over.exp: New.
2624
6181e9c2
SM
26252018-01-11 Simon Marchi <simon.marchi@ericsson.com>
2626
2627 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
2628 options when not creating an executable.
2629
3cada740
PA
26302018-01-11 Pedro Alves <palves@redhat.com>
2631
2632 PR remote/22597
2633 * gdb.server/stop-reply-no-thread.c: New file.
2634 * gdb.server/stop-reply-no-thread.exp: New file.
2635
c63d3e8d
PA
26362018-01-10 Pedro Alves <palves@redhat.com>
2637
2638 PR gdb/22670
2639 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
2640 functions too. Test setting breakpoints and printing C functions
2641 with no debug info too.
2642 * gdb.ada/bp_c_mixed_case/qux.c: New file.
2643
d4c2a405
PA
26442018-01-10 Pedro Alves <palves@redhat.com>
2645
2646 PR gdb/22670
2647 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
2648 a fail.
2649
8825213e
PA
26502018-01-10 Pedro Alves <palves@redhat.com>
2651
2652 PR gdb/22670
2653 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
2654
605fd3c6
YQ
26552018-01-08 Simon Marchi <simon.marchi@ericsson.com>
2656
2657 * gdb.server/unittest.exp: Match the output in non-development
2658 mode.
2659
1e5ded6c
YQ
26602018-01-08 Simon Marchi <simon.marchi@ericsson.com>
2661
2662 * gdb.gdb/unittest.exp: Match output in non-development mode.
2663
30066b0b
JB
26642018-01-08 Joel Brobecker <brobecker@adacore.com>
2665
2666 * gdb.ada/access_tagged_param.exp: Relax expected output
2667 for value of "ObjL" in "continue" to pck.inspect breakpoint
2668 test.
2669
04bafb1e
XR
26702018-01-08 Joel Brobecker <brobecker@adacore.com>
2671
9f86398b
JB
2672 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
2673 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 2674
e379cee6
PA
26752018-01-05 Pedro Alves <palves@redhat.com>
2676
2677 PR gdb/18653
2678 * gdb.base/libsegfault.exp: New.
2679
de63c46b
PA
26802018-01-05 Joel Brobecker <brobecker@adacore.com>
2681
2682 PR gdb/22670
2683 * gdb.ada/access_tagged_param.exp: New file.
2684 * gdb.ada/access_tagged_param/foo.adb: New file.
2685
f98fc17b
PA
26862018-01-05 Pedro Alves <palves@redhat.com>
2687
2688 PR gdb/22670
2689 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
2690 exercise lower case too, and to exercise both full matching and
2691 wild matching.
2692
342f8240
JB
26932018-01-05 Joel Brobecker <brobecker@adacore.com>
2694
2695 * gdb.ada/rename_subscript_param: New testcase.
2696
7150d33c
JG
26972018-01-05 Jerome Guitton <guitton@adacore.com>
2698
2699 * gdb.ada/arr_acc_idx_w_gap: New testcase.
2700
cc0e770c
JB
27012018-01-05 Joel Brobecker <brobecker@adacore.com>
2702
2703 * gdb.ada/convvar_comp: New testcase.
2704
672a41aa 27052018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
2706
2707 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
2708 (My_Table): New global variable.
2709 * testsuite/gdb.ada/array_char_idx.exp: Add test.
2710
7365ec2f
JB
27112018-01-04 Joel Brobecker <brobecker@adacore.com>
2712
2713 PR gdb/22670
2714 * gdb.ada/maint_with_ada: New testcase.
2715
289483b6
JB
27162018-01-04 Joel Brobecker <brobecker@adacore.com>
2717
2718 PR gdb/22670
2719 * gdb.ada/bp_c_mixed_case: New testcase.
2720
344420da
JB
27212018-01-04 Joel Brobecker <brobecker@adacore.com>
2722
2723 PR gdb/22670
2724 * gdb.ada/complete.exp: Add "complete break ada" test.
2725
66fc87a0
JB
27262018-01-04 Joel Brobecker <brobecker@adacore.com>
2727
2728 PR gdb/22670
2729 * gdb.ada/info_addr_mixed_case: New testcase.
2730
9f757bf7
XR
27312018-01-03 Xavier Roirand <roirand@adacore.com>
2732
2733 * gdb.ada/excep_handle.exp: New testcase.
2734 * gdb.ada/excep_handle/foo.adb: New file.
2735 * gdb.ada/excep_handle/pck.ads: New file.
2736
bd570f80
JB
27372018-01-03 Joel Brobecker <brobecker@adacore.com>
2738
2739 * gdb.base/step-line.c: Add extra empty line in copyright header.
2740 * gdb.base/step-line.inp: Likewise.
2741
9fe561ab
JB
27422018-01-02 Joel Brobecker <brobecker@adacore.com>
2743
2744 * gdb.ada/dyn_stride.exp: Add slice test.
2745
a405673c
JB
27462018-01-02 Joel Brobecker <brobecker@adacore.com>
2747
2748 * gdb.ada/dyn_stride: New testcase.
2749
cef0f868
SH
27502017-12-27 Stafford Horne <shorne@gmail.com>
2751
2752 * gdb.xml/extra-regs.xml: Add example foo reggroup.
2753 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
2754
b67d92b0
SH
27552017-12-27 Stafford Horne <shorne@gmail.com>
2756
2757 * gdb.base/reggroups.c: New file.
2758 * gdb.base/reggroups.exp: New file.
2759
eccab96d
JB
27602017-12-18 Joel Brobecker <brobecker@adacore.com>
2761
2762 * gdb.dwarf2/ada-valprint-error.c: New file.
2763 * gdb.dwarf2/ada-valprint-error.exp: New file.
2764
0e2da9f0
JB
27652017-12-18 Joel Brobecker <brobecker@adacore.com>
2766
2767 * gdb.ada/assign_arr: New testcase.
2768
cb923fcc
XR
27692017-12-18 Xavier Roirand <roirand@adacore.com>
2770
2771 * gdb.ada/funcall_ptr: New testcase.
2772
7c161838
SDJ
27732017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
2774
2775 PR cli/16224
2776 * gdb.base/ptype-offsets.cc: New file.
2777 * gdb.base/ptype-offsets.exp: New file.
2778
1af17fd9
YQ
27792017-12-15 Yao Qi <yao.qi@linaro.org>
2780
2781 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
2782 if XML is disabled.
2783
828d5846
XR
27842017-12-15 Xavier Roirand <roirand@adacore.com>
2785
2786 * gdb.ada/same_component_name: New testcase.
2787
79e8fcaa
JB
27882017-12-14 Joel Brobecker <brobecker@adacore.com>
2789
2790 * gdb.ada/str_binop_equal: New testcase.
2791
e05fa6f9
JB
27922017-12-14 Joel Brobecker <brobecker@adacore.com>
2793
2794 * gdb.ada/task_switch_in_core: New testcase.
2795
b89641ba
SM
27962017-12-13 Simon Marchi <simon.marchi@ericsson.com>
2797
2798 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
2799 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
2800 call test_bkpt_qualified.
2801 (test_bkpt_qualified): New proc.
2802
6892d2e4
PA
28032017-12-13 Pedro Alves <palves@redhat.com>
2804
2805 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2806 Tighten regexp by matching with an anchor.
2807
a22ecf70
PA
28082017-12-13 Pedro Alves <palves@redhat.com>
2809
2810 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
2811 ("expression with namespace"): New set of tests.
2812 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
2813 (Nested::Test_NS::qux): New.
2814 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
2815 defaults to 'start_quote_char' and 'end_quote_char' parameters.
2816
9937536c
JB
28172017-12-13 Joel Brobecker <brobecker@adacore.com>
2818
2819 * gdb.base/server-del-break.c: New file.
2820 * gdb.base/server-del-break.exp: New file.
2821
fe49c6f5
SH
28222017-12-12 Stafford Horne <shorne@gmail.com>
2823
2824 * gdb.xml/tdesc-regs.exp: Add or1k support.
2825
c3d18620
SH
28262017-12-12 Stafford Horne <shorne@gmail.com>
2827
2828 * gdb.base/bp-permanent.c: Define nop of or1k.
2829
c5f9cfc8
JB
28302017-12-11 Joel Brobecker <brobecker@adacore.com>
2831
2832 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
2833 output with components being reordered.
2834
a9c135fc
JB
28352017-12-11 Joel Brobecker <brobecker@adacore.com>
2836
2837 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
2838 output with components being reordered.
2839
927aa2e7
JK
28402017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2841 Pedro Alves <palves@redhat.com>
2842
2843 * gdb.base/maint.exp (check for .gdb_index): Check also for
2844 .debug_names.
2845 * gdb.dlang/watch-loc.c (.debug_aranges): New.
2846 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
2847 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
2848 (.gdb_index used after symbol reloading): Support also .debug_names.
2849 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
2850
f17d9474
YQ
28512017-12-08 Yao Qi <yao.qi@linaro.org>
2852
2853 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2854 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
2855
a0de8c21
YQ
28562017-12-08 Yao Qi <yao.qi@linaro.org>
2857
2858 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2859 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
2860
a738ea1d
YQ
28612017-12-08 Yao Qi <yao.qi@linaro.org>
2862
2863 * gdb.arch/aarch64-tagged-pointer.c: New file.
2864 * gdb.arch/aarch64-tagged-pointer.exp: New file.
2865
1cd9a73b
SDJ
28662017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
2867
2868 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
2869 "int".
2870
fa6eb693
KS
28712017-12-07 Keith Seitz <keiths@redhat.com>
2872
2873 PR breakpoints/22569
2874 * gdb.linespec/ls-errs.exp: Change expected result of "break
2875 -source this file has spaces.c -line 3".
2876 Check that an explicit source file followed by whitespace is
2877 identified as an invalid explicit location.
2878
883fd55a
KS
28792017-12-07 Keith Seitz <keiths@redhat.com>
2880
2881 * gdb.cp/nested-types.cc: New file.
2882 * gdb.cp/nested-types.exp: New file.
2883 * lib/cp-support.exp: Load data-structures.exp library.
2884 (debug_cp_test_ptype_class): New global.
2885 (cp_ptype_class_verbose, next_line): New procedures.
2886 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
2887 Add and document new return value.
2888 Switch the list of lines to a queue.
2889 Add support for new `type' key for nested type definitions.
2890 Add debugging/troubleshooting messages.
2891 * lib/data-structures.exp: New file.
2892
ec72db3e
SM
28932017-12-07 Simon Marchi <simon.marchi@ericsson.com>
2894
2895 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
2896 with proc_with_prefix, don't use with_test_prefix.
2897
99598d71
TT
28982017-12-07 Tom Tromey <tom@tromey.com>
2899
2900 * gdb.base/break.exp: Add test for empty "commands".
2901
a8806230
YQ
29022017-12-07 Yao Qi <yao.qi@linaro.org>
2903
2904 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
2905 malloc and catch syscall.
2906
824cc835
PM
29072017-12-07 Phil Muldoon <pmuldoon@redhat.com>
2908
2909 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
2910 tests for explicit locations.
2911
7cc244de
PA
29122017-12-06 Pedro Alves <palves@redhat.com>
2913
2914 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
2915 force-disabling XML descriptions.
2916
50a1fdd5
PA
29172017-12-04 Pedro Alves <palves@redhat.com>
2918
2919 PR gdb/22499
2920 * gdb.arch/amd64-disp-step-avx.S: New file.
2921 * gdb.arch/amd64-disp-step-avx.exp: New file.
2922
f0fb2488
PA
29232017-12-03 Pedro Alves <palves@redhat.com>
2924
2925 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
2926 and <string.h>.
2927 (parent_function): Print distinct messages when waitpid fails, or
2928 the child exits with a signal, or the child exits for an unhandled
2929 reason.
2930 * gdb.threads/process-dies-while-detaching.exp
2931 (detach_and_expect_exit): New 'inf_output_re' parameter and use
2932 it. Wait for both inferior output and GDB's prompt. Use an
2933 indirect spawn id list.
2934 (do_detach): New parameter 'child_exit'. Use it to compute
2935 expected inferior output.
2936 (test_detach, test_detach_watch, test_detach_killed_outside):
2937 Adjust to pass down the expected child exit kind.
2938
97cbe998
SDJ
29392017-12-01 Joel Brobecker <brobecker@adacore.com>
2940 Sergio Durigan Junior <sergiodj@redhat.com>
2941 Pedro Alves <palves@redhat.com>
2942
2943 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
2944
40fc416f
SDJ
29452017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
2946
2947 * gdb.base/relocate.exp: Add tests to guarantee that arguments
2948 to 'symbol-file' and 'add-symbol-file' can be
2949 position-independent.
2950
1cc75e92
YQ
29512017-12-01 Yao Qi <yao.qi@linaro.org>
2952
2953 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
2954 the URL in copyright header.
2955 * gdb.arch/aarch64-fp.exp: Likewise.
2956 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
2957 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
2958 * gdb.base/expand-psymtabs.exp: Likewise.
2959 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
2960 * gdb.fortran/common-block.exp: Likewise.
2961 * gdb.fortran/common-block.f90: Likewise.
2962 * gdb.fortran/logical.exp: Likewise.
2963 * gdb.fortran/vla-datatypes.f90: Likewise.
2964 * gdb.fortran/vla-sub.f90: Likewise.
2965
875fb7a7
JB
29662017-11-30 Joel Brobecker <brobecker@adacore.com>
2967
2968 * gdb.ada/repeat_dyn: New testcase.
2969
6f14765f
UW
29702017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
2971
2972 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
2973 Update for changed thread numbering.
2974 * gdb.cell/bt.exp: Update for changed GDB output.
2975
f1af7b94
SM
29762017-11-30 Simon Marchi <simon.marchi@ericsson.com>
2977
2978 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
2979 setting isremote by hand.
2980 * boards/dwarf4-gdb-index.exp: Likewise.
2981 * boards/fission.exp: Likewise.
2982 * boards/stabs.exp: Likewise.
2983
e3919f3e
PA
29842017-11-30 Pedro Alves <palves@redhat.com>
2985
2986 * gdb.linespec/cpls-ops.exp
2987 (check_explicit_skips_function_argument): Extract the underlying
2988 type of size_t instead of hardcoding it.
2989
bd69330d
PA
29902017-11-29 Pedro Alves <palves@redhat.com>
2991
2992 PR c++/19436
2993 * gdb.linespec/cpls-abi-tag.cc: New file.
2994 * gdb.linespec/cpls-abi-tag.exp: New file.
2995
a20714ff
PA
29962017-11-29 Pedro Alves <palves@redhat.com>
2997
2998 * gdb.base/langs.exp: Use -qualified.
2999 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
3000 it.
3001 * gdb.cp/namespace.exp: Use -qualified.
3002 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
3003 (overload-3, template-overload, template-ret-type, const-overload)
3004 (const-overload-quoted, anon-ns, ambiguous-prefix): New
3005 procedures.
3006 (test_driver): Call them.
3007 * gdb.cp/save-bp-qualified.cc: New.
3008 * gdb.cp/save-bp-qualified.exp: New.
3009 * gdb.linespec/explicit.exp: Test -qualified.
3010 * lib/completion-support.exp (completion::explicit_opts_list): Add
3011 "-qualified".
3012 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
3013
f6f1d339
PM
30142017-11-29 Phil Muldoon <pmuldoon@redhat.com>
3015
3016 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
3017
02ca603a
TT
30182017-11-29 Tom Tromey <tom@tromey.com>
3019
3020 * gdb.base/relocate.exp: Update invalid argument test.
3021 Add new tests for invalid arguments.
3022
ed6c0bfb
TP
30232017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3024
3025 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
3026 Return 0 as a long.
3027 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
3028
f106e10e
TP
30292017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3030
3031 * gdb.cp/breakpoint.cc (bar): Set return type to void.
3032 * gdb.cp/psymtab-parameter.cc (func): Likewise.
3033 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
3034 func ().
3035 * gdb.cp/shadow.cc (B.func): Return 0.
3036
10329bb2
JB
30372017-11-27 Joel Brobecker <brobecker@adacore.com>
3038
3039 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
3040 expected output in gdb_expect call to allow the exception
3041 message to be present as well. Fix syntax confusion to avoid
3042 TCL thinking that exception_name is an array.
3043
617cd4bc
UW
30442017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
3045
3046 * gdb.arch/spu-info.c: Include <unistd.h>.
3047 (do_signal_test): Fix broken calls to write.
3048 * gdb.arch/spu-info.exp: Use prepare_for_testing.
3049 Fix checks for empty mailboxes. Update signal tests for corrected
3050 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
3051 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
3052 * gdb.cell/arch.exp: Use standard_output_file.
3053 * gdb.cell/break.exp: Likewise.
3054 * gdb.cell/bt.exp: Likewise.
3055 * gdb.cell/core.exp: Likewise.
3056 * gdb.cell/dwarfaddr.exp: Likewise.
3057 * gdb.cell/ea-cache.exp: Likewise.
3058 * gdb.cell/ea-standalone.exp: Likewise.
3059 * gdb.cell/f-regs.exp: Likewise.
3060 * gdb.cell/fork.exp: Likewise.
3061 * gdb.cell/gcore.exp: Likewise.
3062 * gdb.cell/mem-access.exp: Likewise.
3063 * gdb.cell/ptype.exp: Likewise.
3064 * gdb.cell/registers.exp: Likewise.
3065 * gdb.cell/sizeof.exp: Likewise.
3066 * gdb.cell/solib-symbol.exp: Likewise.
3067 * gdb.cell/solib.exp: Likewise.
617cd4bc 3068
a81aaca0
PA
30692017-11-25 Pedro Alves <palves@redhat.com>
3070
3071 * gdb.base/complete-empty.exp: New file.
3072 * gdb.base/completion.exp: Adjust.
3073
6a3c6ee4
PA
30742017-11-25 Pedro Alves <palves@redhat.com>
3075
3076 * gdb.linespec/cpls-ops.cc: New file.
3077 * gdb.linespec/cpls-ops.exp: New file.
3078 * lib/completion-support.exp (test_complete_prefix_range_re): New,
3079 factored out from ...
3080 (test_complete_prefix_range): ... this.
3081
8955eb2d
PA
30822017-11-24 Pedro Alves <palves@redhat.com>
3083
3084 * gdb.linespec/cpcompletion.exp: New file.
3085 * gdb.linespec/cpls-hyphen.cc: New file.
3086 * gdb.linespec/cpls.cc: New file.
3087 * gdb.linespec/cpls2.cc: New file.
3088 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
3089 test to use test_gdb_complete_unique. Add label completion,
3090 keyword completion and explicit location completion tests.
3091 * lib/completion-support.exp: New file.
3092
e547c119
JB
30932017-11-24 Joel Brobecker <brobecker@adacore.com>
3094
3095 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
3096 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
3097 when hitting an exception catchpoint.
3098
7c3c1aa8
YQ
30992017-11-22 Yao Qi <yao.qi@linaro.org>
3100
3101 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
3102
41bd68f5
SM
31032017-11-22 Simon Marchi <simon.marchi@ericsson.com>
3104
3105 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
3106 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
3107 * gdb.dwarf2/info-locals-optimized-out.c: New file.
3108
1daad298
YQ
31092017-11-22 Yao Qi <yao.qi@linaro.org>
3110
3111 * gdb.base/info-os.exp: Pass pthreads.
3112 * gdb.multi/multi-attach.exp: Likewise.
3113
88465e87
YQ
31142017-11-22 Yao Qi <yao.qi@linaro.org>
3115
3116 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
3117 compiler.
3118
dc196b23
YQ
31192017-11-22 Yao Qi <yao.qi@linaro.org>
3120
3121 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
3122 * gdb.base/break-interp.exp: Likewise.
3123 * gdb.base/jit-attach-pie.exp: Likewise.
3124
2400729e
UW
31252017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3126
3127 * gdb.base/float128.c (large128): New variable.
3128 * gdb.base/float128.exp: Add test to print largest __float128 value.
3129
7a26362d
UW
31302017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3131
3132 * gdb.arch/vsx-regs.exp: Update register content checks.
3133
ed0f4273
UW
31342017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
3135
3136 * gdb.arch/ppc-longdouble.exp: New file.
3137 * gdb.arch/ppc-longdouble.c: Likewise.
3138
a25d69c6
PA
31392017-11-21 Pedro Alves <palves@redhat.com>
3140
3141 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
3142
73fcf641
PA
31432017-11-20 Pedro Alves <palves@redhat.com>
3144
3145 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
3146 (long_double_typedef): New typedefs.
3147 Use DEF on double and long double.
3148 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
3149 cases.
3150 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
3151 and 'long_double_ptr_same_size' locals. Use them to decide
3152 whether cast from array/function to float is valid/invalid.
3153
71a3c369
TT
31542017-11-17 Tom Tromey <tom@tromey.com>
3155
3156 * gdb.rust/traits.rs: New file.
3157 * gdb.rust/traits.exp: New file.
3158
ced9779b
JB
31592017-11-17 Joel Brobecker <brobecker@adacore.com>
3160
3161 * gdb.ada/minsyms: New testcase.
3162
a0922d80
PA
31632017-11-16 Pedro Alves <palves@redhat.com>
3164
3165 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
3166 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
3167
ea04e54c
PA
31682017-11-16 Pedro Alves <palves@redhat.com>
3169
3170 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
3171 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
3172
e849ea89
PA
31732017-11-16 Pedro Alves <palves@redhat.com>
3174
3175 * gdb.server/reconnect-ctrl-c.c: New file.
3176 * gdb.server/reconnect-ctrl-c.exp: New file.
3177
d8ae99a7
PM
31782017-11-16 Phil Muldoon <pmuldoon@redhat.com>
3179
3180 * gdb.python/py-rbreak.exp: New file.
3181 * gdb.python/py-rbreak.c: New file.
3182 * gdb.python/py-rbreak-func2.c: New file.
3183
968a13f8
PA
31842017-11-16 Pedro Alves <palves@redhat.com>
3185
3186 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
3187 pattern.
3188 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
3189 GDB.
3190
71774bc9
SM
31912017-11-15 Simon Marchi <simon.marchi@ericsson.com>
3192
3193 * gdb.tui/completionn.exp (test_tab_completion): Add space in
3194 regex.
3195
ddbb44cf
SM
31962017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
3197
3198 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
3199 test names.
3200
584a564f
PA
32012017-11-09 Pedro Alves <palves@redhat.com>
3202
3203 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
3204 factored out from ...
3205 (top level): ... here, and adjusted to avoid expecting beyond the
3206 prompt in a single gdb_test_multiple.
3207
5ed7a928
PA
32082017-11-09 Pedro Alves <palves@redhat.com>
3209
3210 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
3211 output.
3212 * gdb.server/ext-attach.exp ("kill" test): Likewise.
3213 * gdb.server/ext-restart.exp ("kill" test): Likewise.
3214 * gdb.server/ext-run.exp ("kill" test): Likewise.
3215 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
3216
a60e0738
PA
32172017-11-09 Pedro Alves <palves@redhat.com>
3218
3219 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
3220 match till end of line.
3221
2c88253f
PA
32222017-11-09 Pedro Alves <palves@redhat.com>
3223
3224 * gdb.base/memattr.exp: Tighten regexes to match the end line.
3225
c7a38517
PA
32262017-11-09 Pedro Alves <palves@redhat.com>
3227
3228 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
3229 New procedures, factored out from ...
3230 (top level): ... here, and adjusted to avoid expecting beyond the
3231 prompt in one go.
3232
f29f4b6b
PA
32332017-11-09 Pedro Alves <palves@redhat.com>
3234
3235 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
3236 output. Fix '?' match.
3237
286acbb5
JB
32382017-11-08 Joel Brobecker <brobecker@adacore.com>
3239
3240 * gdb.ada/scoped_watch: New testcase.
3241 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
3242 which is actually correct.
3243 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
3244 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
3245
62d7ae92
PA
32462017-11-08 Pedro Alves <palves@redhat.com>
3247
3248 * gdb.gdb/complaints.exp (test_initial_complaints)
3249 (test_serial_complaints, test_short_complaints): Call
3250 complaint_internal instead of complaint.
3251
280ca31f
DT
32522017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
3253
3254 * gdb.threads/tls-core.c: New file.
3255 * gdb.threads/tls-core.exp: Likewise.
3256
b5ec771e
PA
32572017-11-08 Pedro Alves <palves@redhat.com>
3258
3259 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
3260 (p Exported_Capitalized): New test.
3261 (p exported_capitalized): New test.
3262
a02b41a7
PA
32632017-11-07 Pedro Alves <palves@redhat.com>
3264
3265 * gdb.cp/ena-dis-br-range.exp: Add more tests.
3266
95e95a6d
PA
32672017-11-07 Pedro Alves <palves@redhat.com>
3268
3269 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
3270 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
3271 (disable_invalid, disable_inverted, disable_negative): New
3272 procedures.
3273 ("bad numbers"): New set of tests.
3274
cee62dbd
PA
32752017-11-07 Pedro Alves <palves@redhat.com>
3276
3277 * gdb.cp/ena-dis-br-range.exp: Add tests.
3278
cc638e86
PA
32792017-11-07 Pedro Alves <palves@redhat.com>
3280
3281 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
3282
d0fe4701
XR
32832017-11-07 Xavier Roirand <roirand@adacore.com>
3284 Pedro Alves <palves@redhat.com>
3285
3286 * gdb.base/ena-dis-br.exp: Add reference to
3287 gdb.cp/ena-dis-br-range.exp.
3288 * gdb.cp/ena-dis-br-range.exp: New file.
3289 * gdb.cp/ena-dis-br-range.cc: New file.
3290
46f67f80
PA
32912017-11-06 Pedro Alves <palves@redhat.com>
3292
3293 * gdb.base/attach-non-pgrp-leader.c: New.
3294 * gdb.base/attach-non-pgrp-leader.exp: New.
3295
726e1356
PA
32962017-11-06 Pedro Alves <palves@redhat.com>
3297
3298 * configure.ac: No longer check for termio.h and sgtty.h.
3299 * configure: Regenerate.
3300 * remote-utils.c: Include termios.h instead of gdb_termios.h.
3301 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
3302 Remove termio and sgtty code.
3303
50ab6ace
YQ
33042017-11-03 Yao Qi <yao.qi@linaro.org>
3305
3306 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
3307 in GDB is disabled.
3308
8e68731c
YQ
33092017-11-03 Yao Qi <yao.qi@linaro.org>
3310
3311 * gdb.python/py-thrhandle.exp: Skip it if python is not
3312 enabled.
3313
3a87ae65
SM
33142017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
3315
3316 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
3317 as a breakpoint command.
3318
484d8d36
MD
33192017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
3320
3321 PR python/21213
3322 * gdb.python/py-infthread.exp: Test calling
3323 InferiorThread.inferior () multiple times in a row.
3324
4a27f119
KS
33252017-10-27 Keith Seitz <keiths@redhat.com>
3326
3327 * gdb.opt/inline-break.exp (break_info_1): New procedure.
3328 Test "info break" for every inlined function breakpoint.
3329
bb11dd58
YQ
33302017-10-27 Yao Qi <yao.qi@linaro.org>
3331
3332 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
3333
a43f3893
PF
33342017-10-26 Patrick Frants <osscontribute@gmail.com>
3335
3336 * gdb.cp/classes.exp (test_static_members): Test printing
3337 Outer::instance.
3338 * gdb.cp/classes.c (struct Inner, struct Outer): New.
3339 (Inner::instance, Outer::instance): New.
3340
792ccf00
PA
33412017-10-24 Pedro Alves <palves@redhat.com>
3342
3343 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
3344 extra console" test in two stages.
3345
eb2bfbad
PA
33462017-10-24 Pedro Alves <palves@redhat.com>
3347
3348 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
3349
1f75a651
PA
33502017-10-24 Pedro Alves <palves@redhat.com>
3351
3352 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
3353 loop.
3354
779990d9
PA
33552017-10-24 Pedro Alves <palves@redhat.com>
3356
3357 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
3358 $attempt" and "stoppedtry $stoppedtry" test prefixes.
3359
ad9b8f5d
PA
33602017-10-24 Pedro Alves <palves@redhat.com>
3361
3362 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
3363 parameter and handle it. Don't output read value in test name.
3364
fee6da6e
PA
33652017-10-24 Pedro Alves <palves@redhat.com>
3366
3367 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
3368 custom test name.
3369
10389c2c
PA
33702017-10-24 Pedro Alves <palves@redhat.com>
3371
3372 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
3373 include the unstable output directory name in the test's name.
3374 (initial_setup_simple) <'set args'>: Use custom test name.
3375
a80e65a9
PA
33762017-10-24 Pedro Alves <palves@redhat.com>
3377
3378 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
3379 with explicit test name.
3380
15763a09
PA
33812017-10-20 Pedro Alves <palves@redhat.com>
3382
3383 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
3384 'wait -i'. Use gdb_assert and remote_close.
3385
49a4ce2e
AB
33862017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
3387
3388 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
3389 number from variable rather than hard-coded.
3390
a75868f5
PA
33912017-10-19 Pedro Alves <palves@redhat.com>
3392
3393 * gdb.base/long-inferior-output.c: New file.
3394 * gdb.base/long-inferior-output.exp: New file.
3395
c8ba13ad
KS
33962017-11-18 Keith Seitz <keiths@redhat.com>
3397
3398 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
3399 method.
3400 (main): Call it.
3401 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
3402 Add additional user-defined conversion operator tests.
3403
b27de576
PA
34042017-10-17 Pedro Alves <palves@redhat.com>
3405
3406 * boards/native-stdio-gdbserver.exp: Load "local-board".
3407
8484c955
PA
34082017-10-17 Pedro Alves <palves@redhat.com>
3409
3410 * gdb.base/quit-live.c: New file.
3411 * gdb.base/quit-live.exp: New file.
3412
83d5a34d
KS
34132017-10-16 Keith Seitz <keiths@redhat.com>
3414
3415 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
3416 (class_with_protected_typedef, class_with_private_typedef)
3417 (struct_with_public_typedef, struct_with_protected_typedef)
3418 (struct_with_private_typedef): New classes/structs.
3419 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
3420 typedefs and access specifiers.
3421
739b3f1d
PA
34222017-10-16 Pedro Alves <palves@redhat.com>
3423 Simon Marchi <simon.marchi@polymtl.ca>
3424
3425 * README (Local vs Remote vs Native): New section.
3426 * boards/local-board.exp: New file, with bits factored out from
3427 ...
3428 * boards/native-extended-gdbserver.exp: ... here. Load
3429 "local-board".
3430 * boards/native-gdbserver.exp: Load "local-board".
3431 (${board}_spawn, ${board}_exec): Delete.
3432 * boards/native-stdio-gdbserver.exp: Most contents factored out to
3433 ...
3434 * boards/stdio-gdbserver-base.exp: ... this new file.
3435 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
3436 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
3437 procedure.
3438 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
3439 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
3440 stdio_gdbserver_command.
3441 (${board}_get_remote_address, ${board}_get_comm_port)
3442 (${board}_download, ${board}_upload): Delete.
3443 (get_target_remote_pipe_cmd): New.
3444
fe68b953
SM
34452017-10-16 Simon Marchi <simon.marchi@ericsson.com>
3446
3447 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
3448 test_bkpt_deletion, test_bkpt_cond_and_cmds,
3449 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
3450 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
3451 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
3452 remove with_test_prefix.
3453
300b6685
PA
34542017-10-13 Pedro Alves <palves@redhat.com>
3455
3456 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
3457 * gdb.base/annota1.exp: Use it instead of is_remote.
3458 * gdb.base/annota3.exp: Use it instead of is_remote.
3459 * gdb.cp/annota2.exp: Use it instead of is_remote.
3460 * gdb.cp/annota3.exp: Use it instead of is_remote.
3461 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
3462
50500caf
PA
34632017-10-13 Pedro Alves <palves@redhat.com>
3464
3465 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
3466 (test_num_test_vars, run_and_count_vars, find_env)
3467 (test_set_unset_env, test_inherit_env_var): New procedures.
3468 (top level): Use them.
3469
dad0c6d2
PA
34702017-10-13 Pedro Alves <palves@redhat.com>
3471
3472 * lib/selftest-support.exp (selftest_setup): Extend comments, and
3473 also skip on stub-like targets.
3474
8b0553c1
PA
34752017-10-13 Pedro Alves <palves@redhat.com>
3476
3477 PR gdb/22293
3478 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
3479 (top level): Move some tests to ...
3480 (test_not_found): ... this new procedure.
3481 (top level): Call it.
3482
7594f623
PA
34832017-10-13 Pedro Alves <palves@redhat.com>
3484
3485 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
3486 expect different "info terminal" output if testing with a
3487 non-native target.
3488
ebe3b402
PA
34892017-10-13 Pedro Alves <palves@redhat.com>
3490 Simon Marchi <simon.marchi@polymtl.ca>
3491
3492 PR python/12966
3493 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
3494
42f1b161
PA
34952017-10-13 Pedro Alves <palves@redhat.com>
3496
3497 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
3498 already.
3499
8d6ef72b
PA
35002017-10-13 Pedro Alves <palves@redhat.com>
3501
3502 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
3503 is_remote.
3504
d7bcd5b8
PA
35052017-10-13 Pedro Alves <palves@redhat.com>
3506
3507 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
3508 is_remote.
3509
df479dc6
PA
35102017-10-13 Pedro Alves <palves@redhat.com>
3511
3512 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
3513 is set.
3514 (corefile_test_attach): Likewise. Check can_spawn_for_attach
3515 instead of is_remote.
3516
23fb630a
PA
35172017-10-13 Pedro Alves <palves@redhat.com>
3518
3519 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
3520 (top level): Add comment.
3521
cc77b1dc
PA
35222017-10-13 Pedro Alves <palves@redhat.com>
3523
3524 * gdb.base/remote.exp (top level): Fix comment typo and add
3525 missing return.
3526
27c9e813
PA
35272017-10-13 Pedro Alves <palves@redhat.com>
3528 Simon Marchi <simon.marchi@polymtl.ca>
3529
3530 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
3531 calls and add comments. Skip test if use_gdb_stub is set.
3532 (top level): Use "set cwd" command instead of "cd" command.
3533
5e830d98
PA
35342017-10-13 Pedro Alves <palves@redhat.com>
3535
3536 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
3537 is_remote target check.
3538
f5ca0032
PA
35392017-10-13 Pedro Alves <palves@redhat.com>
3540
3541 * gdb.base/scope.exp: Use build_executable + clean_restart +
3542 gdb_file_cmd instead of prepare_for_testing and no longer skip
3543 "before run" tests on is_remote target boards. Update comments.
3544 * boards/native-extended-gdbserver.exp
3545 (extended_gdbserver_load_last_file): New, factored out from ...
3546 (gdb_load): ... this. Move further below and add comment.
3547 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
3548
8aed1c0d
PA
35492017-10-12 Pedro Alves <palves@redhat.com>
3550
3551 * gdb.base/attach.exp: Remove references to gdb64.
3552 * gdb.base/dbx.exp: Remove references to gdb64.
3553
cfa34c87
SM
35542017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
3555 Pedro Alves <palves@redhat.com>
3556
3557 * gdb.base/label.exp: Remove is_remote target check.
3558
9192b7de
PA
35592017-10-12 Pedro Alves <palves@redhat.com>
3560
3561 * gdb.base/auvx.exp (coredir): Update comment.
3562 (top level) <core_works>: Use "set cwd" command instead of "cd"
3563 command.
3564
6bf0052d
PA
35652017-10-12 Pedro Alves <palves@redhat.com>
3566 Simon Marchi <simon.marchi@polymtl.ca>
3567
3568 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
3569 target boards.
3570
e48ef82d
PA
35712017-10-12 Pedro Alves <palves@redhat.com>
3572 Simon Marchi <simon.marchi@polymtl.ca>
3573
3574 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
3575 Instead skip if there's any gdb_protocol set.
3576
8d7aea57
SM
35772017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
3578 Pedro Alves <palves@redhat.com>
3579
3580 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
3581
30440677
PA
35822017-10-12 Pedro Alves <palves@redhat.com>
3583 Simon Marchi <simon.marchi@polymtl.ca>
3584
3585 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
3586 instead of on dejagnu remote boards.
3587
4e04f045 35882017-10-12 Pedro Alves <palves@redhat.com>
175654b9 3589 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
3590
3591 * gdb.base/inferior-died.exp: Remove is_remote and isnative
3592 checks. Use build_executable + clean_restart instead of
3593 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
3594 of enabling non-stop after starting gdb.
3595
871a186e
PA
35962017-10-12 Pedro Alves <palves@redhat.com>
3597
3598 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
3599 * gdb.threads/non-ldr-exc-2.exp: Ditto.
3600 * gdb.threads/non-ldr-exc-3.exp: Ditto.
3601 * gdb.threads/non-ldr-exc-4.exp: Ditto.
3602
56d704da
AK
36032017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
3604
3605 * gdb.arch/arc-tdesc-cpu.exp: New file.
3606 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
3607
2f20e312
SM
36082017-10-10 Simon Marchi <simon.marchi@ericsson.com>
3609
3610 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
3611
65630365
PA
36122017-10-10 Pedro Alves <palves@redhat.com>
3613
3614 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
3615 expect CLI output.
3616
bf469271
PA
36172017-10-10 Pedro Alves <palves@redhat.com>
3618
3619 * lib/selftest-support.exp (selftest_setup): Update for
3620 captured_command_loop's prototype change.
3621
777a42f1
PA
36222017-10-09 Pedro Alves <palves@redhat.com>
3623
3624 Test both arch1=>arch2 and arch2=>arch1.
3625
3626 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
3627 (srcfile2, binfile2, march1, march2): Remove globals. Largely
3628 factored out to...
3629 (append_arch1_options, append_arch2_options, append_arch_options)
3630 (build_executables): New procedures.
3631 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
3632 local.
3633 (top level): Add new 'first_arch' testing axis.
3634
cbd2b4e3
PA
36352017-10-09 Pedro Alves <palves@redhat.com>
3636
3637 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
3638 (barrier): New.
3639 (thread_start, all_started): New functions.
3640 (main): Spawn new thread and wait until it is scheduled.
3641 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
3642 option.
3643 (do_test): Add 'selected_thread' parameter. Run to all_started
3644 instead of main. Explicitly set the breakpoint at main. Switch
3645 to the SELECTED_THREAD thread.
3646 (top level): Test handling the exec event with either the main
3647 thread or the second thread selected.
3648
5c9e4427
PA
36492017-10-09 Pedro Alves <palves@redhat.com>
3650
3651 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
3652 logic. Move STOP marker after the value checks.
3653 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
3654 regexp.
3655
b3b7c423
SL
36562017-10-06 Sandra Loosemore <sandra@codesourcery.com>
3657
3658 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
3659
3b4b2f16
UW
36602017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
3661
3662 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
3663 integer-to-dfp conversion.
3664 * gdb.base/dfp-test.exp: Likewise.
3665
5cd63fda
PA
36662017-10-04 Pedro Alves <palves@redhat.com>
3667
3668 * gdb.multi/hangout.c: Include <unistd.h>.
3669 (hangout_loop): New function.
3670 (main): Call alarm. Call hangout_loop in a loop.
3671 * gdb.multi/hello.c: Include <unistd.h>.
3672 (hello_loop): New function.
3673 (main): Call alarm. Call hangout_loop in a loop.
3674 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
3675 inferior with the other selected.
3676
4c71c105
SM
36772017-10-04 Simon Marchi <simon.marchi@ericsson.com>
3678
3679 * gdb.mi/list-thread-groups-available.exp: New file.
3680 * gdb.mi/list-thread-groups-available.c: New file.
3681
bc3b087d
SDJ
36822017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3683
3684 * gdb.base/set-cwd.exp: Make it available on
3685 native-extended-gdbserver.
3686
d092c5a2
SDJ
36872017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3688
3689 * gdb.base/set-cwd.c: New file.
3690 * gdb.base/set-cwd.exp: Likewise.
3691
45320ffa
TT
36922017-10-02 Tom Tromey <tom@tromey.com>
3693
3694 PR rust/22236:
3695 * gdb.rust/simple.rs (main): New variable "fslice".
3696 * gdb.rust/simple.exp: Add slice tests. Update string tests.
3697
b3e3859b
TT
36982017-10-02 Tom Tromey <tom@tromey.com>
3699
3700 * gdb.rust/simple.exp: Test ptype of a slice.
3701
01af5e0d
TT
37022017-10-02 Tom Tromey <tom@tromey.com>
3703
3704 * gdb.rust/simple.exp: Test index of slice.
3705
a9bbfbd8
TT
37062017-09-27 Tom Tromey <tom@tromey.com>
3707
3708 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
3709
df8899e5
TP
37102017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
3711 Pedro Alves <palves@redhat.com>
3712
3713 * gdb.base/compare-sections.exp (get value of read-only section): Read
3714 as unsigned value.
3715 (corrupt read-only section): Likewise and don't set written if patching
3716 failed.
3717
757bf54b
KB
37182017-09-21 Kevin Buettner <kevinb@redhat.com>
3719
3720 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
3721 files.
3722
06871ae8
PA
37232017-09-20 Pedro Alves <palves@redhat.com>
3724
3725 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
3726 symbol names in gdb's output.
3727 * gdb.cp/overload.exp ("list all overloads"): Likewise.
3728
e5f25bc5
PA
37292017-09-20 Pedro Alves <palves@redhat.com>
3730
3731 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
3732 Rename to ...
3733 (test_list_ambiguous_symbol): ... this and add a symbol name
3734 parameter. Adjust.
3735 (test_list_ambiguous_function): Reimplement on top of
3736 test_list_ambiguous_symbol and also test listing ambiguous
3737 variables.
3738 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
3739 (ambiguous_fun): ... this.
3740 (ambiguous_var): New.
3741 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
3742 (ambiguous_fun): ... this.
3743 (ambiguous_var): New.
3744
4e5a4f58
JB
37452017-09-19 John Baldwin <jhb@FreeBSD.org>
3746
3747 * gdb.base/starti.c: New file.
3748 * gdb.base/starti.exp: New file.
3749 * lib/gdb.exp (gdb_starti_cmd): New procedure.
3750
26e53f3e
PA
37512017-09-14 Pedro Alves <palves@redhat.com>
3752
3753 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
3754 (top level): Use it instead of runto.
3755
cb791d59
TT
37562017-09-11 Tom Tromey <tom@tromey.com>
3757
3758 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
3759
7c96f8c1
TT
37602017-09-11 Tom Tromey <tom@tromey.com>
3761
3762 * gdb.python/py-infthread.exp: Add tests for new_thread event.
3763 * gdb.python/py-inferior.exp: Add tests for new inferior events.
3764
469412dd
CW
37652017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
3766
3767 * gdb.fortran/printing-types.exp: New file.
3768 * gdb.fortran/printing-types.exp: New file.
3769
e0f86435
BH
37702017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3771
3772 * gdb.fortran/vla-ptype.exp: Fix typos.
3773 * gdb.fortran/vla-value.exp: Same.
3774
9e9af4be
BH
37752017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3776
3777 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
3778 * gdb.mi/mi-var-child-f.exp: Likewise.
3779 * gdb.mi/mi-vla-fortran.exp: Likewise.
3780
a5ad232b
FP
37812017-09-08 Frank Penczek <frank.penczek@intel.com>
3782 Christoph Weinmann <christoph.t.weinmann@intel.com>
3783 Bernhard Heckel <bernhard.heckel@intel.com>
3784
3785 * gdb.fortran/ptr-indentation.f90: New file.
3786 * gdb.fortran/ptr-indentation.exp: New file.
3787
5aec60eb
TT
37882017-09-05 Tom Tromey <tom@tromey.com>
3789
3790 PR gdb/22010:
3791 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
3792
8f8f8152
TP
37932017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
3794
3795 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
3796
fbd1b771
JK
37972017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3798
3799 * gdb.threads/tls-nodebug-pie.c: New file.
3800 * gdb.threads/tls-nodebug-pie.exp: New file.
3801
5eb5f850
TT
38022017-09-05 Tom Tromey <tom@tromey.com>
3803
3804 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
3805 for rust.
3806
ae780a21
SM
38072017-09-05 Simon Marchi <simon.marchi@ericsson.com>
3808
3809 * gdb.multi/multi-arch-exec.exp: Test with different
3810 "follow-exec-mode" settings.
3811 (do_test): New procedure.
3812
3693fdb3
PA
38132017-09-04 Pedro Alves <palves@redhat.com>
3814
3815 * gdb.base/func-static.c (S::method const, S::method volatile)
3816 (S::method volatile const): New methods.
3817 (c_s, v_s, cv_s): New instances.
3818 (main): Call method() on them.
3819 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
3820 (cannot_resolve): New procedure.
3821 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
3822 print-quote-unquoted columns.
3823 (do_test): Test printing each scope too.
3824
e68cb8e0
PA
38252017-09-04 Pedro Alves <palves@redhat.com>
3826
3827 * gdb.base/local-static.exp: Also test with
3828 class::method::variable wholly quoted.
3829 * gdb.cp/m-static.exp (class::method::variable): Remove test.
3830
858be34c
PA
38312017-09-04 Pedro Alves <palves@redhat.com>
3832
3833 * gdb.base/local-static.c: New.
3834 * gdb.base/local-static.cc: New.
3835 * gdb.base/local-static.exp: New.
3836
46a4882b
PA
38372017-09-04 Pedro Alves <palves@redhat.com>
3838
3839 * gdb.asm/asm-source.exp: Add casts to int.
3840 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
3841 (dataglobal64_1, dataglobal64_2): New globals.
3842 * gdb.base/nodebug.exp: Test different expressions involving the
3843 new globals, with print, whatis and ptype. Add casts to int.
3844 * gdb.base/solib-display.exp: Add casts to int.
3845 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
3846 * gdb.cp/m-static.exp: Add cast to int.
3847 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
3848 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
3849 tls variable with no debug info without a cast. Test with a cast
3850 to int too.
3851 * gdb.trace/entry-values.exp: Add casts.
3852
2c5a2be1
PA
38532017-09-04 Pedro Alves <palves@redhat.com>
3854
3855 * gdb.base/nodebug.exp: Test that ptype's error about functions
3856 with unknown return type includes the function name too.
3857
7022349d
PA
38582017-09-04 Pedro Alves <palves@redhat.com>
3859
3860 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
3861 return type of munmap in infcall.
3862 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
3863 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
3864 type of ftell in infcall.
3865 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
3866 type of getpid in infcall.
3867 * gdb.base/infcall-exec.exp: Cast return type of execlp in
3868 infcall.
3869 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
3870 Bail on failure to extract the pid.
3871 * gdb.base/nodebug.c: #include <stdint.h>.
3872 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
3873 New functions.
3874 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
3875 Change expected output of print/whatis/ptype with functions with
3876 no debug info. Test all supported languages. Call
3877 test_call_promotion.
3878 * gdb.compile/compile.exp: Adjust expected output to expect
3879 warning.
3880 * gdb.threads/siginfo-threads.exp: Likewise.
3881
54990598
PA
38822017-09-04 Pedro Alves <palves@redhat.com>
3883
3884 * gdb.base/callfuncs.exp (do_function_calls): New parameter
3885 "prototypes". Test calling float functions via prototyped and
3886 unprototyped function pointers.
3887 (perform_all_tests): New parameter "prototypes". Pass it down.
3888 (top level): Pass down "prototypes" parameter to
3889 perform_all_tests.
3890
34d16ea2
SM
38912017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3892
3893 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
3894 Test with nested loops.
3895
9521ecda
SM
38962017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3897
3898 * gdb.base/commands.exp: Call the new procedures.
3899 (loop_break_test, loop_continue_test): New procedures.
3900
80a65e9b
SM
39012017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3902
3903 * gdb.base/commands.exp: Call new procedure.
3904 (define_if_without_arg_test): New procedure.
3905
e439fa14
PA
39062017-09-04 Pedro Alves <palves@redhat.com>
3907
3908 * gdb.base/list-ambiguous.exp: New file.
3909 * gdb.base/list-ambiguous0.c: New file.
3910 * gdb.base/list-ambiguous1.c: New file.
3911 * gdb.base/list.exp (test_list_range): Adjust expected output.
3912
0a2dde4a
SDJ
39132017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
3914
3915 * gdb.base/share-env-with-gdbserver.c: New file.
3916 * gdb.base/share-env-with-gdbserver.exp: Likewise.
3917
5e89eb3a
SM
39182017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3919
3920 * gdb.base/commands.exp (gdbvar_simple_if_test,
3921 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
3922 progvar_simple_if_test, progvar_simple_while_test,
3923 progvar_complex_if_while_test, user_defined_command_test,
3924 user_defined_command_args_eval,
3925 user_defined_command_args_stack_test,
3926 user_defined_command_manyargs_test, bp_deleted_in_command_test,
3927 temporary_breakpoint_commands,
3928 gdb_test_no_prompt, redefine_hook_test,
3929 redefine_backtrace_test): Remove "global gdb_prompt".
3930
fd437cbc
SM
39312017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3932
3933 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
3934 New proc, call it from toplevel.
3935
87215ad1
SDJ
39362017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
3937
3938 PR remote/21852
3939 * gdb.server/normal.c: New file, copied from gdb.base.
3940 * gdb.server/run-without-local-binary.exp: New file.
3941
58afddc6
WP
39422017-08-07 Weimin Pan <weimin.pan@oracle.com>
3943
3944 * gdb.arch/sparc64-adi.exp: New file.
3945 * gdb.arch/sparc64-adi.c: New file.
3946
5277199a
PA
39472017-08-22 Pedro Alves <palves@redhat.com>
3948
3949 * gdb.cp/overload.exp (line_range_pattern): New procedure.
3950 (top level): Add "list all overloads" tests.
3951
14278e1f
TT
39522017-08-22 Tom Tromey <tom@tromey.com>
3953
3954 * gdb.gdb/xfullpath.exp: Remove.
3955
bf223d3e
PA
39562017-08-21 Pedro Alves <palves@redhat.com>
3957
3958 PR gdb/19487
3959 * gdb.base/symbol-alias.c: New.
3960 * gdb.base/symbol-alias2.c: New.
3961 * gdb.base/symbol-alias.exp: New.
3962
c973d0aa
PA
39632017-08-21 Pedro Alves <palves@redhat.com>
3964
3965 * gdb.base/dfp-test.c
3966 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
3967 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
3968 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
3969 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
3970 * gdb.base/whatis-ptype-typedefs.c: New.
3971 * gdb.base/whatis-ptype-typedefs.exp: New.
3972 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
3973 (an_int, an_int_type, an_int_type2): New globals.
3974 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
3975 involving typedefs and cast expressions.
3976 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
3977 (lookup_typedefs_function): New.
3978 (typedefs_pretty_printers_dict): New.
3979 (top level): Register lookup_typedefs_function in
3980 gdb.pretty_printers.
3981
6d580b63
YQ
39822017-08-18 Yao Qi <yao.qi@linaro.org>
3983
3984 * gdb.server/unittest.exp: New.
3985
206726fb
SDJ
39862017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
3987
3988 PR gdb/21954
3989 * gdb.base/environ.exp: Add test to check if 'unset environment'
3990 works.
3991
bf0ec4c2
AA
39922017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3993
3994 * lib/gdb.exp (universal_compile_options): New caching proc.
3995 (gdb_compile): Suppress GCC's coloring of messages.
3996
d6382fff
TT
39972017-08-14 Tom Tromey <tom@tromey.com>
3998
3999 PR gdb/21675:
4000 * gdb.base/printcmds.exp (test_radices): New function.
4001 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
4002 * gdb.base/sizeof.exp (check_valueof): Use p/d.
4003 * lib/gdb.exp (get_integer_valueof): Use p/d.
4004
c2c2dd9f
SM
40052017-08-12 Simon Marchi <simon.marchi@ericsson.com>
4006
4007 * lib/gdb.exp (get_valueof): Don't capture end-of-line
4008 characters.
4009
fdffd6f4
TT
40102017-08-05 Tom Tromey <tom@tromey.com>
4011
4012 * gdb.rust/simple.exp: Allow String to appear in a different
4013 namespace.
4014
27d41eac
YQ
40152017-07-26 Yao Qi <yao.qi@linaro.org>
4016
4017 * gdb.gdb/unittest.exp: Invoke command
4018 "maintenance check xml-descriptions".
4019
031ed05d
AA
40202017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4021
4022 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
4023 calling context.
4024 (hex128): Drop erroneous calculation of parameters.
4025
dcd27ddf
SM
40262017-07-22 Simon Marchi <simon.marchi@ericsson.com>
4027
4028 * gdb.python/py-unwind.exp: Disable stack protection when
4029 building test file.
4030
47e77640
PA
40312017-07-20 Pedro Alves <palves@redhat.com>
4032
4033 * gdb.base/default.exp (set language): Adjust expected output.
4034
62d2a18a
PA
40352017-07-20 Pedro Alves <palves@redhat.com>
4036
4037 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
4038 (test_minsym): ... this, and make static.
4039 (get_pck__foo__bar__minsym): Rename to ...
4040 (get_test_minsym): ... this.
4041 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
4042 symbol names and comments.
4043 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
4044 (get_test_minsym): ... this.
4045 (pck__foo__bar__minsym__2): Rename to ...
4046 (test_minsym): ... this.
4047 (main): Adjust.
4048
c45ec17c
PA
40492017-07-17 Pedro Alves <palves@redhat.com>
4050
4051 * gdb.base/completion.exp: Adjust expected output.
4052 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
4053 the completer works.
4054
c6756f62
PA
40552017-07-17 Pedro Alves <palves@redhat.com>
4056
4057 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
4058
5bd68487
AB
40592017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4060
4061 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
4062
8880f2a9
TT
40632017-07-14 Tom Tromey <tom@tromey.com>
4064
4065 PR rust/21764:
4066 * gdb.rust/simple.exp: Add tests.
4067
65547233
TT
40682017-07-14 Tom Tromey <tom@tromey.com>
4069
4070 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
4071
8f14146e
PA
40722017-07-14 Pedro Alves <palves@redhat.com>
4073
4074 * gdb.linespec/base/one/thefile.cc (z1): New function.
4075 * gdb.linespec/base/two/thefile.cc (z2): New function.
4076 * gdb.linespec/linespec.exp: Add tests.
4077
b4365d02
AB
40782017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4079
4080 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
4081 to mi_create_breakpoint.
4082
5d2cbaa5
AB
40832017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4084
4085 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
4086 mi_create_breakpoint.
4087
11cb5716
IB
40882017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
4089
4090 * gdb.dlang/demangle.exp: Update for demangling changes.
4091
03278692
TT
40922017-07-09 Tom Tromey <tom@tromey.com>
4093
4094 * gdb.dwarf2/shortpiece.exp: New file.
4095
33c5cd75
DB
40962017-07-06 David Blaikie <dblaikie@gmail.com>
4097
4098 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
4099 built from fissiont-multi-cu{1,2}.c.
4100 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
4101 except putting 'main' and 'func' in separate CUs in the same DWO file.
4102 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
4103 test.
4104 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
4105 test.
4106
8455d262
PA
41072017-07-06 Pedro Alves <palves@redhat.com>
4108
4109 * gdb.python/py-unwind.exp: Test flushregs.
4110
dc4bde35
SDJ
41112017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4112
4113 PR cli/21688
4114 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
4115 tests for alias commands and trailing whitespace.
4116
51ed89aa
SDJ
41172017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4118
4119 PR cli/21688
4120 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
4121 procedure. Call it.
4122
eb17d413
PA
41232017-06-29 Pedro Alves <palves@redhat.com>
4124
4125 * gdb.base/printcmds.exp: Add tests.
4126
41664b45
DG
41272017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
4128
4129 PR gdb/21337
4130 * gdb.base/reread-readsym.exp: New file.
4131 * gdb.base/reread-readsym.c: New file.
4132
75312ae3
KB
41332017-06-21 Kevin Buettner <kevinb@redhat.com>
4134
4135 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
4136 subpattern.
4137
66953522
PB
41382017-06-19 Peter Bergner <bergner@vnet.ibm.com>
4139
4140 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
4141 extended mnemonic.
4142 * gdb.arch/powerpc-power9.s: Likewise.
4143
5524b525
AA
41442017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4145
4146 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
4147 on 32-bit x86 targets. Exploit is_*_target macros where
4148 appropriate.
4149
03c8af18
AA
41502017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4151
4152 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
4153 register pieces.
4154
3bf31011
AA
41552017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4156
4157 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
4158 located in one or more DWARF pieces.
4159
805acca0
AA
41602017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4161
4162 * lib/gdb.exp (get_endianness): New proc.
4163 * gdb.arch/aarch64-fp.exp: Use it.
4164 * gdb.arch/altivec-regs.exp: Likewise.
4165 * gdb.arch/e500-regs.exp: Likewise.
4166 * gdb.arch/vsx-regs.exp: Likewise.
4167 * gdb.base/dump.exp: Likewise.
4168 * gdb.base/funcargs.exp: Likewise.
4169 * gdb.base/gnu_vector.exp: Likewise.
4170 * gdb.dwarf2/formdata16.exp: Likewise.
4171 * gdb.dwarf2/implptrpiece.exp: Likewise.
4172 * gdb.dwarf2/nonvar-access.exp: Likewise.
4173 * gdb.python/py-inferior.exp: Likewise.
4174 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4175
e9352324
AA
41762017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4177
4178 PR gdb/21226
4179 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
4180 stack value pieces are taken from the LSB end.
4181
d5d1163e
AA
41822017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4183
4184 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
4185 variable at nonzero offset.
4186
0567c986
AA
41872017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4188
4189 * gdb.dwarf2/var-access.c: New file.
4190 * gdb.dwarf2/var-access.exp: New test.
4191 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
4192
973e9aab
TT
41932017-06-12 Tom Tromey <tom@tromey.com>
4194
4195 * gdb.dwarf2/formdata16.exp: Add tests.
4196
d9109c80
TT
41972017-06-12 Tom Tromey <tom@tromey.com>
4198
4199 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
4200
30a25466
TT
42012017-06-12 Tom Tromey <tom@tromey.com>
4202
4203 PR exp/16225:
4204 * gdb.reverse/i386-sse-reverse.exp: Update tests.
4205 * gdb.arch/vsx-regs.exp: Update tests.
4206 * gdb.arch/s390-vregs.exp (hex128): New proc.
4207 Update test.
4208 * gdb.arch/altivec-regs.exp: Update tests.
4209
aefd8b33
SDJ
42102017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4211
4212 * gdb.base/startup-with-shell.c: New file.
4213 * gdb.base/startup-with-shell.exp: Likewise.
4214
2090129c
SDJ
42152017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4216
4217 * gdb.server/non-existing-program.exp: Update regex in order to
4218 reflect the fact that gdbserver is now using fork_inferior (with a
4219 shell) to startup the inferior.
4220
8e86a419
SM
42212017-05-30 Simon Marchi <simon.marchi@ericsson.com>
4222
4223 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
4224 support function calls from GDB.
4225
e6cf65f2
TT
42262017-05-21 Tom Tromey <tom@tromey.com>
4227
4228 PR rust/21466:
4229 * gdb.rust/unsized.exp: New file.
4230 * gdb.rust/unsized.rs: New file.
4231
43cc5389
TT
42322017-05-19 Tom Tromey <tom@tromey.com>
4233
4234 PR rust/21484:
4235 * gdb.rust/watch.exp: New file.
4236 * gdb.rust/watch.rs: New file.
4237
ec8df234
TT
42382017-05-18 Tom Tromey <tom@tromey.com>
4239
4240 * gdb.rust/simple.exp: Allow Box to be qualified.
4241
3e3e7fae
TP
42422017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
4243
4244 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
4245
59cc050d
PA
42462017-05-18 Pedro Alves <palves@redhat.com>
4247
4248 * gdb.base/fileio.c (test_write, test_read, test_close)
4249 (test_fstat): Don't print 'ret' in the fail path.
4250
c8f6abd1
PA
42512017-05-18 Pedro Alves <palves@redhat.com>
4252
4253 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
4254 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
4255 (test_system, test_rename, test_unlink, test_time): Change
4256 prototypes.
4257 * gdb.base/fileio.exp (stop_msg): Adjust.
4258
d2a03b77
PA
42592017-05-18 Pedro Alves <palves@redhat.com>
4260
4261 * gdb.base/fileio.c (null_str): New global.
4262 (test_stat): Use it.
4263 * gdb.base/fileio.exp: Remove nowarnings.
4264
0d5c6999
YQ
42652017-05-17 Yao Qi <yao.qi@linaro.org>
4266
4267 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
4268
21873064
YQ
42692017-05-17 Simon Marchi <simon.marchi@ericsson.com>
4270
4271 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
4272 argument command.
4273 (top-level): Invoke test_set_inferior_tty.
4274
d512d31c
PA
42752017-05-04 Pedro Alves <palves@redhat.com>
4276
4277 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
4278 Add parens to print call for Python 3.
4279
90cef2ed
KS
42802017-05-03 Keith Seitz <keiths@redhat.com>
4281
4282 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
4283 (main): Call it.
4284
14f819c8
TW
42852017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4286
4287 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
4288 to prev and next.
4289
913aeadd
TW
42902017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4291
4292 * gdb.python/py-record-btrace.exp: Remove test for
4293 gdb.BtraceInstruction.error.
4294
a3be24ad
TW
42952017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4296
4297 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
4298
ae20e79a
TW
42992017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4300
4301 * gdb.python/py-record-btrace-threads.c: New file.
4302 * gdb.python/py-record-btrace-threads.exp: New file.
4303
45ce1b47
SDJ
43042017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
4305
4306 PR testsuite/8595
4307 * gdb.base/environ.exp: Make test available in all architectures.
4308 Move bits related to "info program" testing to
4309 gdb.base/info-program.exp. Rewrite tests to use the two new
4310 procedures mentione below.
4311 (test_set_show_env_var) New procedure.
4312 (test_set_show_env_var_equal): Likewise.
4313 * gdb.base/info-program.exp: New file.
4314
e15c3eb4
KS
43152017-04-27 Keith Seitz <keiths@redhat.com>
4316
4317 * gdb.cp/oranking.cc (test15): New function.
4318 (main): Call test15 and declare additional variables for testing.
4319 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
4320 "p foo101('abc')" tests.
4321 Add tests for cv qualifier overloads.
4322 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
4323 "lvalue reference overload" test.
4324 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
4325 "print value of f1 on Child&& in f2" test.
4326
3a3fd0fd
PA
43272017-04-19 Pedro Alves <palves@redhat.com>
4328
4329 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
4330 procedure.
4331 (top level): Call it.
4332 * lib/gdb.exp (gdb_define_cmd): New procedure.
4333
53375380
PA
43342017-04-12 Pedro Alves <palves@redhat.com>
4335
4336 PR gdb/21323
4337 * gdb.cp/wide_char_types.c: Include <wchar.h>.
4338 (wchar): New global.
4339 * gdb.cp/wide_char_types.exp (wide_char_types_program)
4340 (do_test_wide_char, wide_char_types_no_program, top level): Add
4341 wchar_t testing.
4342
53e710ac
PA
43432017-04-12 Pedro Alves <palves@redhat.com>
4344
4345 PR c++/21323
4346 * gdb.cp/wide_char_types.c: New file.
4347 * gdb.cp/wide_char_types.exp: New file.
4348
0ad9d8c7
SDJ
43492017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
4350
4351 PR gdb/21352
4352 * gdb.trace/tsv.exp: Add test for "tsave -r".
4353
b1b45502
IB
43542017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
4355
4356 * gdb.dlang/watch-loc.c: New file.
4357 * gdb.dlang/watch-loc.exp: New file.
4358
ec13808e
JK
43592017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4360
4361 * gdb.python/py-section-script.exp (sepdebug): New testcases.
4362
fe5f7374
AK
43632017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
4364
4365 * gdb.arch/arc-analyze-prologue.S: New file.
4366 * gdb.arch/arc-analyze-prologue.exp: Likewise.
4367
eea78757
AK
43682017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
4369
4370 * gdb.arch/arc-decode-insn.S: New file.
4371 * gdb.arch/arc-decode-insn.exp: Likewise.
4372
5badf10a
IR
43732017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
4374
4375 PR tdep/20928
4376 * gdb.arch/sparc64-regs.exp: New file.
4377 * gdb.arch/sparc64-regs.S: Likewise.
4378
cee59b3f
TW
43792017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
4380
4381 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
4382 and memory view on Python 3.
4383
c0f55cc6
AV
43842017-03-20 Artemiy Volkov <artemiyv@acm.org>
4385 Keith Seitz <keiths@redhat.com>
4386
4387 PR gdb/14441
4388 * gdb.cp/demangle.exp: Add rvalue reference tests.
4389 * gdb.cp/rvalue-ref-casts.cc: New file.
4390 * gdb.cp/rvalue-ref-casts.exp: New file.
4391 * gdb.cp/rvalue-ref-overload.cc: New file.
4392 * gdb.cp/rvalue-ref-overload.exp: New file.
4393 * gdb.cp/rvalue-ref-params.cc: New file.
4394 * gdb.cp/rvalue-ref-params.exp: New file.
4395 * gdb.cp/rvalue-ref-sizeof.cc: New file.
4396 * gdb.cp/rvalue-ref-sizeof.exp: New file.
4397 * gdb.cp/rvalue-ref-types.cc: New file.
4398 * gdb.cp/rvalue-ref-types.exp: New file.
4399 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
4400 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
4401
51457a05
MAL
44022017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
4403
4404 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
4405 New procedure.
4406
5b291c04
MAL
44072017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
4408
4409 * lib/mi-support.exp (mi_gdb_test): Add additional message
4410 for unexpected output.
4411
59a56148
AA
44122017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4413
4414 * gdb.base/examine-backward.c (Barrier): New character array
4415 constant, to ensure that TestStrings is preceded by a string
4416 terminator.
4417
7942e96e
AA
44182017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4419
4420 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
4421 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
4422 and implicit pointer into such a location.
4423
6ebac3fb
DE
44242017-03-16 Doug Evans <dje@google.com>
4425
4426 * gdb.python/py-lazy-string (pointer): Really add new typedef.
4427
ec3b243d
TP
44282017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
4429
4430 * gdb.cp/m-static.exp: Fix expectation for prototype of
4431 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
4432
44332017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
4434
4435 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
4436 * gdb.guile/scm-lazy-string.c: New file.
4437 * gdb.guile/scm-value.exp: Move lazy string tests to ...
4438 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
4439 for pointer, array, typedef lazy strings.
4440
2cc36e25 44412017-03-16 Doug Evans <dje@google.com>
34b43320
DE
4442
4443 PR python/17728, python/18439, python/18779
4444 * gdb.python/py-value.c (main) Delete locals sptr, sn.
4445 * gdb.python/py-lazy-string.c (pointer): New typedef.
4446 (main): New locals ptr, array, typedef_ptr.
4447 * gdb.python/py-value.exp: Move lazy string tests to ...
4448 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
4449 array, typedef lazy strings.
ec3b243d 4450
0efcde63
AK
44512017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
4452
4453 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
4454 Add optional 'test' parameter.
4455
7978d7c3
SM
44562017-03-13 Simon Marchi <simon.marchi@ericsson.com>
4457
4458 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4459 Skip for versions of DejaGnu < 1.5.
4460
896c0c1e
SM
44612017-03-13 Simon Marchi <simon.marchi@ericsson.com>
4462
4463 * lib/gdb.exp (dejagnu_version): New proc.
4464 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
4465 Use dejagnu_version.
4466
5f4d1085
KS
44672017-03-10 Keith Seitz <keiths@redhat.com>
4468
4469 PR c++/8128
4470 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
4471 type from destructor regexps.
4472 Add a branch which actually passes the test.
4473 Adjust "ptype t5i" test names.
4474
1de05205
PA
44752017-03-08 Pedro Alves <palves@redhat.com>
4476
4477 * gdb.base/step-over-exit.exp: Add explicit test message.
4478
c65d6b55
PA
44792017-03-08 Pedro Alves <palves@redhat.com>
4480
4481 PR gdb/18360
4482 * gdb.threads/interrupt-while-step-over.c: New file.
4483 * gdb.threads/interrupt-while-step-over.exp: New file.
4484
2e86a283
PA
44852017-03-08 Pedro Alves <palves@redhat.com>
4486
4487 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
4488 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
4489
25dcbff6
PA
44902017-03-08 Pedro Alves <palves@redhat.com>
4491
4492 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
4493 PKRU as not supported as a PASS.
4494
dc9366eb
PA
44952017-03-08 Pedro Alves <palves@redhat.com>
4496
4497 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
4498 prefix instead of $binfile1/$binfile2.
4499 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
4500 in test message.
4501 * gdb.python/py-completion.exp: Use "load python file" as test
4502 messages instead of unstable path names.
4503
6e5d74e7
PA
45042017-03-08 Pedro Alves <palves@redhat.com>
4505 Jan Kratochvil <jan.kratochvil@redhat.com>
4506
4507 PR cli/21218
4508 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4509 New proc.
4510 (top level): Call it.
4511
9753a2f6
PA
45122017-03-08 Pedro Alves <palves@redhat.com>
4513
4514 PR tui/21216
4515 * gdb.tui/tui-nl-filtered-output.exp: New file.
4516
1a4dd9dd
PA
45172017-03-08 Pedro Alves <palves@redhat.com>
4518
4519 * gdb.base/completion.exp: Move TUI completion tests to ...
4520 * gdb.tui/completion.exp: ... this new file.
4521
7cbbff33
PA
45222017-03-08 Pedro Alves <palves@redhat.com>
4523
4524 * gdb.base/tui-disasm-long-lines.c,
4525 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
4526 gdb.base/tui-layout.exp: Move to ...
4527 * gdb.tui/: ... this new directory.
4528
5f6fd321
PA
45292017-03-07 Pedro Alves <palves@redhat.com>
4530
4531 * gdb.base/tui-layout.c: New file.
4532 * gdb.base/tui-layout.exp: New file.
4533
44959fa8
PA
45342017-03-07 Pedro Alves <palves@redhat.com>
4535
4536 * gdb.base/tui-layout.c: Rename to ...
4537 * gdb.base/tui-disasm-long-lines.c: ... this.
4538 * gdb.base/tui-layout.exp: Rename to ...
4539 * gdb.base/tui-disasm-long-lines.exp: ... this.
4540
f8c4e718
PA
45412017-03-07 Pedro Alves <palves@redhat.com>
4542
4543 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
4544
6dbb839a 45452017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
4546
4547 * i386-mpx-call.c: New file.
4548 * i386-mpx-call.exp: New file.
4549
65b48a81
PB
45502017-02-28 Peter Bergner <bergner@vnet.ibm.com>
4551
4552 * gdb.arch/powerpc-power.exp: Delete test.
4553 * gdb.arch/powerpc-power.s: Likewise.
4554 * gdb.disasm/disassembler-options.exp: New test.
4555 * gdb.arch/powerpc-altivec.exp: Likewise.
4556 * gdb.arch/powerpc-altivec.s: Likewise.
4557 * gdb.arch/powerpc-altivec2.exp: Likewise.
4558 * gdb.arch/powerpc-altivec2.s: Likewise.
4559 * gdb.arch/powerpc-altivec3.exp: Likewise.
4560 * gdb.arch/powerpc-altivec3.s: Likewise.
4561 * gdb.arch/powerpc-power7.exp: Likewise.
4562 * gdb.arch/powerpc-power7.s: Likewise.
4563 * gdb.arch/powerpc-power8.exp: Likewise.
4564 * gdb.arch/powerpc-power8.s: Likewise.
4565 * gdb.arch/powerpc-power9.exp: Likewise.
4566 * gdb.arch/powerpc-power9.s: Likewise.
4567 * gdb.arch/powerpc-vsx.exp: Likewise.
4568 * gdb.arch/powerpc-vsx.s: Likewise.
4569 * gdb.arch/powerpc-vsx2.exp: Likewise.
4570 * gdb.arch/powerpc-vsx2.s: Likewise.
4571 * gdb.arch/powerpc-vsx3.exp: Likewise.
4572 * gdb.arch/powerpc-vsx3.s: Likewise.
4573 * gdb.arch/arm-disassembler-options.exp: Likewise.
4574 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
4575 * gdb.arch/s390-disassembler-options.exp: Likewise.
4576
17cd4947
LM
45772017-02-23 Luis Machado <lgustavo@codesourcery.com>
4578
4579 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
4580 (check_supported_features): ... this. Changed return type to void.
4581 (supports_rdseed): New static global.
4582 (rdseed): Check supports_rdseed.
4583 (initialize): Call check_supported_features.
4584
2039d74e
EBM
45852017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4586
4587 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
4588 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
4589 and lqarx/stqcx.
4590 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
4591 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
4592
a51d7ecf
EBM
45932017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4594
4595 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
4596 uppercase.
4597
0224619f
JK
45982017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4599
4600 * gdb.dwarf2/formdata16.c: New file.
4601 * gdb.dwarf2/formdata16.exp: New file.
4602 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
4603
216f72a1
JK
46042017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4605
4606 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
4607 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
4608 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
4609 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
4610 DW_AT_GNU_*.
4611
43988095
JK
46122017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4613
4614 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
4615
99e8a4f9
SDJ
46162017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
4617
4618 PR gdb/21164
4619 * gdb.base/maint.exp: Add testcases for when the commands do
4620 not have arguments.
4621
b58a8c0c
TP
46222017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
4623
4624 * gdb.cp/chained-calls.exp: Use p instead of P.
4625
4e746bb6
TW
46262017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
4627
4628 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
4629 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
4630
3f77c769
TT
46312017-02-14 Tom Tromey <tom@tromey.com>
4632
4633 PR python/13598:
4634 * gdb.python/py-events.exp: Add before_prompt event tests.
4635
075beec0
AA
46362017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4637
4638 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
4639
bf5f525c
LM
46402017-02-13 Luis Machado <lgustavo@codesourcery.com>
4641
4642 * gdb.linespec/explicit.c (my_unique_function_name): New function.
4643 (main): Call my_unique_function_name.
4644 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
4645 completion of patterns with a single match.
4646 Add missing -re switches to gdb_test_multiple calls.
4647
13a66184
LM
46482017-02-13 Luis Machado <lgustavo@codesourcery.com>
4649
4650 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
4651 return if core file is not recognized.
4652
26a06916
SM
46532017-02-10 Simon Marchi <simon.marchi@ericsson.com>
4654
4655 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
4656 and extra UIs.
4657
b761ca9e
SM
46582017-02-10 Simon Marchi <simon.marchi@ericsson.com>
4659
4660 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
4661 proc_with_prefix.
4662
b964bee0
TT
46632017-02-10 Tom Tromey <tom@tromey.com>
4664
4665 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
4666
18da0c51
MG
46672017-02-10 Martin Galvan <martingalvan@sourceware.org>
4668
4669 PR gdb/21122
4670 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
4671
604c4576
JG
46722017-02-08 Jerome Guitton <guitton@adacore.com>
4673
4674 * gdb.base/define.exp: Add test for command abbreviations
4675 in define.
4676
20b477a7
LM
46772017-02-06 Luis Machado <lgustavo@codesourcery.com>
4678
4679 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
4680 * gdb.reverse/insn-reverse-x86.c: New file.
4681
3f7b46f2
IR
46822017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
4683
4684 PR tdep/20936
4685 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
4686
f0fd41c1
TT
46872017-02-03 Tom Tromey <tom@tromey.com>
4688
4689 PR rust/21097:
4690 * gdb.rust/simple.exp: Add new tests.
4691
5be5dbf0
PA
46922017-02-02 Pedro Alves <palves@redhat.com>
4693
4694 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
4695 tests.
4696
7346ef59
AA
46972017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4698
4699 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
4700 taking a 2-byte value out of a 4-byte DWARF implicit value on
4701 big-endian targets.
4702 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
4703 logic. Add test cases for DW_OP_implicit.
4704
787f0025
MM
47052017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4706
4707 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
4708
68777c29
MM
47092017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4710
4711 * gdb.btrace/enable.exp: Call gdb_exit before
4712 skip_gdbserver_tests.
4713
0a1c7e28
MM
47142017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4715
4716 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
4717 GDBFLAGS.
4718
b5ac99b0
MM
47192017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4720
4721 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
4722 the test is skipped.
4723 * gdb.btrace/data.exp: Likewise.
4724 * gdb.btrace/delta.exp: Likewise.
4725 * gdb.btrace/dlopen.exp: Likewise.
4726 * gdb.btrace/enable-running.exp: Likewise.
4727 * gdb.btrace/enable.exp: Likewise.
4728 * gdb.btrace/exception.exp: Likewise.
4729 * gdb.btrace/function_call_history.exp: Likewise.
4730 * gdb.btrace/gcore.exp: Likewise.
4731 * gdb.btrace/instruction_history.exp: Likewise.
4732 * gdb.btrace/multi-thread-step.exp: Likewise.
4733 * gdb.btrace/nohist.exp: Likewise.
4734 * gdb.btrace/non-stop.exp: Likewise.
4735 * gdb.btrace/reconnect.exp: Likewise.
4736 * gdb.btrace/record_goto-step.exp: Likewise.
4737 * gdb.btrace/record_goto.exp: Likewise.
4738 * gdb.btrace/rn-dl-bind.exp: Likewise.
4739 * gdb.btrace/segv.exp: Likewise.
4740 * gdb.btrace/step.exp: Likewise.
4741 * gdb.btrace/stepi.exp: Likewise.
4742 * gdb.btrace/tailcall-only.exp: Likewise.
4743 * gdb.btrace/tailcall.exp: Likewise.
4744 * gdb.btrace/tsx.exp: Likewise.
4745 * gdb.btrace/unknown_functions.exp: Likewise.
4746 * gdb.btrace/vdso.exp: Likewise.
4747
cd4007e4
MM
47482017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4749
4750 * gdb.btrace/enable-running.c: New.
4751 * gdb.btrace/enable-running.exp: New.
4752
2735833d
WT
47532017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
4754
4755 * gdb.arch/amd64-gs_base.c: New file.
4756 * gdb.arch/amd64-gs_base.exp: New file.
4757
b51e1e94
LM
47582017-01-26 Luis Machado <lgustavo@codesourcery.com>
4759
4760 * lib/memory.exp: Remove spurious empty newlines.
4761
72ca0410
SM
47622017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
4763
4764 * gdb.python/py-bad-printers.exp: Load python file using "source".
4765 * gdb.python/py-events.exp: Likewise.
4766 * gdb.python/py-evsignal.exp: Likewise.
4767 * gdb.python/py-evthreads.exp: Likewise.
4768 * gdb.python/py-frame-args.exp: Likewise.
4769 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
4770 * gdb.python/py-framefilter-mi.exp: Likewise.
4771 * gdb.python/py-framefilter.exp: Likewise.
4772 * gdb.python/py-mi.exp: Likewise.
4773 * gdb.python/py-pp-maint.exp: Likewise.
4774 * gdb.python/py-pp-registration.exp: Likewise.
4775 * gdb.python/py-prettyprint.exp: Likewise.
4776 (run_lang_tests): Likewise.
4777 * gdb.python/py-typeprint.exp: Likewise.
4778
e309aa65
LM
47792017-01-26 Luis Machado <lgustavo@codesourcery.com>
4780
4781 * lib/memory.exp: New file.
4782 * lib/gdb.exp: Load memory.exp.
4783 * gdb.base/memattr.exp (delete_memory): Move proc to
4784 lib/memory.exp and rename to delete_memory_regions.
4785 Replace delete_memory with delete_memory_regions.
4786 Cleanup memory regions before tests.
4787 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
4788 before tests.
4789
515aff23
LM
47902017-01-26 Luis Machado <lgustavo@codesourcery.com>
4791
4792 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
4793 files.
4794 (initialize): New function conditionally defined.
4795 (testcases): Move within conditional block.
4796 (main): Call initialize.
4797 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
4798 of gdb.reverse/insn-reverse.c.
4799 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
4800 gdb.reverse/insn-reverse.c.
4801
d8b49cf0
YQ
48022017-01-26 Yao Qi <yao.qi@linaro.org>
4803
4804 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
4805 disassemble on address 0.
4806
f13a9a0c
YQ
48072017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
4808 Yao Qi <yao.qi@linaro.org>
4809
4810 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
4811 * gdb.dwarf2/implptr-64bit.S: Remove.
4812 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
4813 variables in caller's context. Add DW_OP_implicit_value.
4814
5ac95241
YQ
48152017-01-25 Yao Qi <yao.qi@linaro.org>
4816
4817 * lib/dwarf.exp (Dwarf::_location): Handle
4818 DW_OP_GNU_implicit_pointer with proper size.
4819
23e82930
LM
48202017-01-20 Luis Machado <lgustavo@codesourcery.com>
4821
4822 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
4823 and add untested calls.
4824
d334ae25
LM
48252017-01-20 Luis Machado <lgustavo@codesourcery.com>
4826
4827 * gdb.python/python.exp: Check line number against what GDB thinks
4828 the line number is for func1.
4829
f5e6296e
IB
48302017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
4831
4832 * gdb.dlang/debug-expr.exp: New file.
4833
5b362f04
LM
48342016-12-23 Luis Machado <lgustavo@codesourcery.com>
4835
4836 Fix test names for the following files:
4837
4838 * gdb.ada/exec_changed.exp
4839 * gdb.ada/info_types.exp
4840 * gdb.arch/aarch64-atomic-inst.exp
4841 * gdb.arch/aarch64-fp.exp
4842 * gdb.arch/altivec-abi.exp
4843 * gdb.arch/altivec-regs.exp
4844 * gdb.arch/amd64-byte.exp
4845 * gdb.arch/amd64-disp-step.exp
4846 * gdb.arch/amd64-dword.exp
4847 * gdb.arch/amd64-entry-value-inline.exp
4848 * gdb.arch/amd64-entry-value-param.exp
4849 * gdb.arch/amd64-entry-value-paramref.exp
4850 * gdb.arch/amd64-entry-value.exp
4851 * gdb.arch/amd64-i386-address.exp
4852 * gdb.arch/amd64-invalid-stack-middle.exp
4853 * gdb.arch/amd64-invalid-stack-top.exp
4854 * gdb.arch/amd64-optimout-repeat.exp
4855 * gdb.arch/amd64-prologue-skip.exp
4856 * gdb.arch/amd64-prologue-xmm.exp
4857 * gdb.arch/amd64-stap-special-operands.exp
4858 * gdb.arch/amd64-stap-wrong-subexp.exp
4859 * gdb.arch/amd64-tailcall-cxx.exp
4860 * gdb.arch/amd64-tailcall-noret.exp
4861 * gdb.arch/amd64-tailcall-ret.exp
4862 * gdb.arch/amd64-tailcall-self.exp
4863 * gdb.arch/amd64-word.exp
4864 * gdb.arch/arm-bl-branch-dest.exp
4865 * gdb.arch/arm-disp-step.exp
4866 * gdb.arch/arm-neon.exp
4867 * gdb.arch/arm-single-step-kernel-helper.exp
4868 * gdb.arch/avr-flash-qualifier.exp
4869 * gdb.arch/disp-step-insn-reloc.exp
4870 * gdb.arch/e500-abi.exp
4871 * gdb.arch/e500-regs.exp
4872 * gdb.arch/ftrace-insn-reloc.exp
4873 * gdb.arch/i386-avx512.exp
4874 * gdb.arch/i386-bp_permanent.exp
4875 * gdb.arch/i386-byte.exp
4876 * gdb.arch/i386-cfi-notcurrent.exp
4877 * gdb.arch/i386-disp-step.exp
4878 * gdb.arch/i386-dr3-watch.exp
4879 * gdb.arch/i386-float.exp
4880 * gdb.arch/i386-gnu-cfi.exp
4881 * gdb.arch/i386-mpx-map.exp
4882 * gdb.arch/i386-mpx-sigsegv.exp
4883 * gdb.arch/i386-mpx-simple_segv.exp
4884 * gdb.arch/i386-mpx.exp
4885 * gdb.arch/i386-permbkpt.exp
4886 * gdb.arch/i386-prologue.exp
4887 * gdb.arch/i386-signal.exp
4888 * gdb.arch/i386-size-overlap.exp
4889 * gdb.arch/i386-unwind.exp
4890 * gdb.arch/i386-word.exp
4891 * gdb.arch/mips-fcr.exp
4892 * gdb.arch/powerpc-d128-regs.exp
4893 * gdb.arch/powerpc-stackless.exp
4894 * gdb.arch/ppc64-atomic-inst.exp
4895 * gdb.arch/s390-stackless.exp
4896 * gdb.arch/s390-tdbregs.exp
4897 * gdb.arch/s390-vregs.exp
4898 * gdb.arch/sparc-sysstep.exp
4899 * gdb.arch/thumb-bx-pc.exp
4900 * gdb.arch/thumb-singlestep.exp
4901 * gdb.arch/thumb2-it.exp
4902 * gdb.arch/vsx-regs.exp
4903 * gdb.asm/asm-source.exp
4904 * gdb.base/a2-run.exp
4905 * gdb.base/advance.exp
4906 * gdb.base/all-bin.exp
4907 * gdb.base/anon.exp
4908 * gdb.base/args.exp
4909 * gdb.base/arithmet.exp
4910 * gdb.base/async-shell.exp
4911 * gdb.base/async.exp
4912 * gdb.base/attach-pie-noexec.exp
4913 * gdb.base/attach-twice.exp
4914 * gdb.base/auto-load.exp
4915 * gdb.base/bang.exp
4916 * gdb.base/bitfields.exp
4917 * gdb.base/break-always.exp
4918 * gdb.base/break-caller-line.exp
4919 * gdb.base/break-entry.exp
4920 * gdb.base/break-inline.exp
4921 * gdb.base/break-on-linker-gcd-function.exp
4922 * gdb.base/break-probes.exp
4923 * gdb.base/break.exp
4924 * gdb.base/breakpoint-shadow.exp
4925 * gdb.base/call-ar-st.exp
4926 * gdb.base/call-sc.exp
4927 * gdb.base/call-signal-resume.exp
4928 * gdb.base/call-strs.exp
4929 * gdb.base/callfuncs.exp
4930 * gdb.base/catch-fork-static.exp
4931 * gdb.base/catch-gdb-caused-signals.exp
4932 * gdb.base/catch-load.exp
4933 * gdb.base/catch-signal-fork.exp
4934 * gdb.base/catch-signal.exp
4935 * gdb.base/catch-syscall.exp
4936 * gdb.base/charset.exp
4937 * gdb.base/checkpoint.exp
4938 * gdb.base/chng-syms.exp
4939 * gdb.base/code-expr.exp
4940 * gdb.base/code_elim.exp
4941 * gdb.base/commands.exp
4942 * gdb.base/completion.exp
4943 * gdb.base/complex.exp
4944 * gdb.base/cond-expr.exp
4945 * gdb.base/condbreak.exp
4946 * gdb.base/consecutive.exp
4947 * gdb.base/continue-all-already-running.exp
4948 * gdb.base/coredump-filter.exp
4949 * gdb.base/corefile.exp
4950 * gdb.base/dbx.exp
4951 * gdb.base/debug-expr.exp
4952 * gdb.base/define.exp
4953 * gdb.base/del.exp
4954 * gdb.base/disabled-location.exp
4955 * gdb.base/disasm-end-cu.exp
4956 * gdb.base/disasm-optim.exp
4957 * gdb.base/display.exp
4958 * gdb.base/duplicate-bp.exp
4959 * gdb.base/ena-dis-br.exp
4960 * gdb.base/ending-run.exp
4961 * gdb.base/enumval.exp
4962 * gdb.base/environ.exp
4963 * gdb.base/eu-strip-infcall.exp
4964 * gdb.base/eval-avoid-side-effects.exp
4965 * gdb.base/eval-skip.exp
4966 * gdb.base/exitsignal.exp
4967 * gdb.base/expand-psymtabs.exp
4968 * gdb.base/filesym.exp
4969 * gdb.base/find-unmapped.exp
4970 * gdb.base/finish.exp
4971 * gdb.base/float.exp
4972 * gdb.base/foll-exec-mode.exp
4973 * gdb.base/foll-exec.exp
4974 * gdb.base/foll-fork.exp
4975 * gdb.base/fortran-sym-case.exp
4976 * gdb.base/freebpcmd.exp
4977 * gdb.base/func-ptr.exp
4978 * gdb.base/func-ptrs.exp
4979 * gdb.base/funcargs.exp
4980 * gdb.base/gcore-buffer-overflow.exp
4981 * gdb.base/gcore-relro-pie.exp
4982 * gdb.base/gcore-relro.exp
4983 * gdb.base/gcore.exp
4984 * gdb.base/gdb1090.exp
4985 * gdb.base/gdb11530.exp
4986 * gdb.base/gdb11531.exp
4987 * gdb.base/gdb1821.exp
4988 * gdb.base/gdbindex-stabs.exp
4989 * gdb.base/gdbvars.exp
4990 * gdb.base/hbreak.exp
4991 * gdb.base/hbreak2.exp
4992 * gdb.base/included.exp
4993 * gdb.base/infcall-input.exp
4994 * gdb.base/inferior-died.exp
4995 * gdb.base/infnan.exp
4996 * gdb.base/info-macros.exp
4997 * gdb.base/info-os.exp
4998 * gdb.base/info-proc.exp
4999 * gdb.base/info-shared.exp
5000 * gdb.base/info-target.exp
5001 * gdb.base/infoline.exp
5002 * gdb.base/interp.exp
5003 * gdb.base/interrupt.exp
5004 * gdb.base/jit-reader.exp
5005 * gdb.base/jit-simple.exp
5006 * gdb.base/kill-after-signal.exp
5007 * gdb.base/kill-detach-inferiors-cmd.exp
5008 * gdb.base/label.exp
5009 * gdb.base/langs.exp
5010 * gdb.base/ldbl_e308.exp
5011 * gdb.base/line-symtabs.exp
5012 * gdb.base/linespecs.exp
5013 * gdb.base/list.exp
5014 * gdb.base/long_long.exp
5015 * gdb.base/longest-types.exp
5016 * gdb.base/maint.exp
5017 * gdb.base/max-value-size.exp
5018 * gdb.base/memattr.exp
5019 * gdb.base/mips_pro.exp
5020 * gdb.base/morestack.exp
5021 * gdb.base/moribund-step.exp
5022 * gdb.base/multi-forks.exp
5023 * gdb.base/nested-addr.exp
5024 * gdb.base/nextoverexit.exp
5025 * gdb.base/noreturn-finish.exp
5026 * gdb.base/noreturn-return.exp
5027 * gdb.base/nostdlib.exp
5028 * gdb.base/offsets.exp
5029 * gdb.base/opaque.exp
5030 * gdb.base/pc-fp.exp
5031 * gdb.base/permissions.exp
5032 * gdb.base/print-symbol-loading.exp
5033 * gdb.base/prologue-include.exp
5034 * gdb.base/psymtab.exp
5035 * gdb.base/ptype.exp
5036 * gdb.base/random-signal.exp
5037 * gdb.base/randomize.exp
5038 * gdb.base/range-stepping.exp
5039 * gdb.base/readline-ask.exp
5040 * gdb.base/recpar.exp
5041 * gdb.base/recurse.exp
5042 * gdb.base/relational.exp
5043 * gdb.base/restore.exp
5044 * gdb.base/return-nodebug.exp
5045 * gdb.base/return.exp
5046 * gdb.base/run-after-attach.exp
5047 * gdb.base/save-bp.exp
5048 * gdb.base/scope.exp
5049 * gdb.base/sect-cmd.exp
5050 * gdb.base/set-lang-auto.exp
5051 * gdb.base/set-noassign.exp
5052 * gdb.base/setvar.exp
5053 * gdb.base/sigall.exp
5054 * gdb.base/sigbpt.exp
5055 * gdb.base/siginfo-addr.exp
5056 * gdb.base/siginfo-infcall.exp
5057 * gdb.base/siginfo-obj.exp
5058 * gdb.base/siginfo.exp
5059 * gdb.base/signals-state-child.exp
5060 * gdb.base/signest.exp
5061 * gdb.base/sigstep.exp
5062 * gdb.base/sizeof.exp
5063 * gdb.base/skip.exp
5064 * gdb.base/solib-corrupted.exp
5065 * gdb.base/solib-nodir.exp
5066 * gdb.base/solib-search.exp
5067 * gdb.base/stack-checking.exp
5068 * gdb.base/stale-infcall.exp
5069 * gdb.base/stap-probe.exp
5070 * gdb.base/start.exp
5071 * gdb.base/step-break.exp
5072 * gdb.base/step-bt.exp
5073 * gdb.base/step-line.exp
5074 * gdb.base/step-over-exit.exp
5075 * gdb.base/step-over-syscall.exp
5076 * gdb.base/step-resume-infcall.exp
5077 * gdb.base/step-test.exp
5078 * gdb.base/store.exp
5079 * gdb.base/structs3.exp
5080 * gdb.base/sym-file.exp
5081 * gdb.base/symbol-without-target_section.exp
5082 * gdb.base/term.exp
5083 * gdb.base/testenv.exp
5084 * gdb.base/ui-redirect.exp
5085 * gdb.base/until.exp
5086 * gdb.base/unwindonsignal.exp
5087 * gdb.base/value-double-free.exp
5088 * gdb.base/vla-datatypes.exp
5089 * gdb.base/vla-ptr.exp
5090 * gdb.base/vla-sideeffect.exp
5091 * gdb.base/volatile.exp
5092 * gdb.base/watch-cond-infcall.exp
5093 * gdb.base/watch-cond.exp
5094 * gdb.base/watch-non-mem.exp
5095 * gdb.base/watch-read.exp
5096 * gdb.base/watch-vfork.exp
5097 * gdb.base/watchpoint-cond-gone.exp
5098 * gdb.base/watchpoint-delete.exp
5099 * gdb.base/watchpoint-hw-hit-once.exp
5100 * gdb.base/watchpoint-hw.exp
5101 * gdb.base/watchpoint-stops-at-right-insn.exp
5102 * gdb.base/watchpoints.exp
5103 * gdb.base/wchar.exp
5104 * gdb.base/whatis-exp.exp
5105 * gdb.btrace/buffer-size.exp
5106 * gdb.btrace/data.exp
5107 * gdb.btrace/delta.exp
5108 * gdb.btrace/dlopen.exp
5109 * gdb.btrace/enable.exp
5110 * gdb.btrace/exception.exp
5111 * gdb.btrace/function_call_history.exp
5112 * gdb.btrace/gcore.exp
5113 * gdb.btrace/instruction_history.exp
5114 * gdb.btrace/nohist.exp
5115 * gdb.btrace/reconnect.exp
5116 * gdb.btrace/record_goto-step.exp
5117 * gdb.btrace/record_goto.exp
5118 * gdb.btrace/rn-dl-bind.exp
5119 * gdb.btrace/segv.exp
5120 * gdb.btrace/step.exp
5121 * gdb.btrace/stepi.exp
5122 * gdb.btrace/tailcall-only.exp
5123 * gdb.btrace/tailcall.exp
5124 * gdb.btrace/tsx.exp
5125 * gdb.btrace/unknown_functions.exp
5126 * gdb.btrace/vdso.exp
5127 * gdb.compile/compile-ifunc.exp
5128 * gdb.compile/compile-ops.exp
5129 * gdb.compile/compile-print.exp
5130 * gdb.compile/compile-setjmp.exp
5131 * gdb.cp/abstract-origin.exp
5132 * gdb.cp/ambiguous.exp
5133 * gdb.cp/annota2.exp
5134 * gdb.cp/annota3.exp
5135 * gdb.cp/anon-ns.exp
5136 * gdb.cp/anon-struct.exp
5137 * gdb.cp/anon-union.exp
5138 * gdb.cp/arg-reference.exp
5139 * gdb.cp/baseenum.exp
5140 * gdb.cp/bool.exp
5141 * gdb.cp/breakpoint.exp
5142 * gdb.cp/bs15503.exp
5143 * gdb.cp/call-c.exp
5144 * gdb.cp/casts.exp
5145 * gdb.cp/chained-calls.exp
5146 * gdb.cp/class2.exp
5147 * gdb.cp/classes.exp
5148 * gdb.cp/cmpd-minsyms.exp
5149 * gdb.cp/converts.exp
5150 * gdb.cp/cp-relocate.exp
5151 * gdb.cp/cpcompletion.exp
5152 * gdb.cp/cpexprs.exp
5153 * gdb.cp/cplabel.exp
5154 * gdb.cp/cplusfuncs.exp
5155 * gdb.cp/cpsizeof.exp
5156 * gdb.cp/ctti.exp
5157 * gdb.cp/derivation.exp
5158 * gdb.cp/destrprint.exp
5159 * gdb.cp/dispcxx.exp
5160 * gdb.cp/enum-class.exp
5161 * gdb.cp/exception.exp
5162 * gdb.cp/exceptprint.exp
5163 * gdb.cp/expand-psymtabs-cxx.exp
5164 * gdb.cp/expand-sals.exp
5165 * gdb.cp/extern-c.exp
5166 * gdb.cp/filename.exp
5167 * gdb.cp/formatted-ref.exp
5168 * gdb.cp/fpointer.exp
5169 * gdb.cp/gdb1355.exp
5170 * gdb.cp/gdb2495.exp
5171 * gdb.cp/hang.exp
5172 * gdb.cp/impl-this.exp
5173 * gdb.cp/infcall-dlopen.exp
5174 * gdb.cp/inherit.exp
5175 * gdb.cp/iostream.exp
5176 * gdb.cp/koenig.exp
5177 * gdb.cp/local.exp
5178 * gdb.cp/m-data.exp
5179 * gdb.cp/m-static.exp
5180 * gdb.cp/mb-ctor.exp
5181 * gdb.cp/mb-inline.exp
5182 * gdb.cp/mb-templates.exp
5183 * gdb.cp/member-name.exp
5184 * gdb.cp/member-ptr.exp
5185 * gdb.cp/meth-typedefs.exp
5186 * gdb.cp/method.exp
5187 * gdb.cp/method2.exp
5188 * gdb.cp/minsym-fallback.exp
5189 * gdb.cp/misc.exp
5190 * gdb.cp/namelessclass.exp
5191 * gdb.cp/namespace-enum.exp
5192 * gdb.cp/namespace-nested-import.exp
5193 * gdb.cp/namespace.exp
5194 * gdb.cp/nextoverthrow.exp
5195 * gdb.cp/no-dmgl-verbose.exp
5196 * gdb.cp/non-trivial-retval.exp
5197 * gdb.cp/noparam.exp
5198 * gdb.cp/nsdecl.exp
5199 * gdb.cp/nsimport.exp
5200 * gdb.cp/nsnested.exp
5201 * gdb.cp/nsnoimports.exp
5202 * gdb.cp/nsrecurs.exp
5203 * gdb.cp/nsstress.exp
5204 * gdb.cp/nsusing.exp
5205 * gdb.cp/operator.exp
5206 * gdb.cp/oranking.exp
5207 * gdb.cp/overload-const.exp
5208 * gdb.cp/overload.exp
5209 * gdb.cp/ovldbreak.exp
5210 * gdb.cp/ovsrch.exp
5211 * gdb.cp/paren-type.exp
5212 * gdb.cp/parse-lang.exp
5213 * gdb.cp/pass-by-ref.exp
5214 * gdb.cp/pr-1023.exp
5215 * gdb.cp/pr-1210.exp
5216 * gdb.cp/pr-574.exp
5217 * gdb.cp/pr10687.exp
5218 * gdb.cp/pr12028.exp
5219 * gdb.cp/pr17132.exp
5220 * gdb.cp/pr17494.exp
5221 * gdb.cp/pr9067.exp
5222 * gdb.cp/pr9167.exp
5223 * gdb.cp/pr9631.exp
5224 * gdb.cp/printmethod.exp
5225 * gdb.cp/psmang.exp
5226 * gdb.cp/psymtab-parameter.exp
5227 * gdb.cp/ptype-cv-cp.exp
5228 * gdb.cp/ptype-flags.exp
5229 * gdb.cp/re-set-overloaded.exp
5230 * gdb.cp/ref-types.exp
5231 * gdb.cp/rtti.exp
5232 * gdb.cp/scope-err.exp
5233 * gdb.cp/shadow.exp
5234 * gdb.cp/smartp.exp
5235 * gdb.cp/static-method.exp
5236 * gdb.cp/static-print-quit.exp
5237 * gdb.cp/temargs.exp
5238 * gdb.cp/templates.exp
5239 * gdb.cp/try_catch.exp
5240 * gdb.cp/typedef-operator.exp
5241 * gdb.cp/typeid.exp
5242 * gdb.cp/userdef.exp
5243 * gdb.cp/using-crash.exp
5244 * gdb.cp/var-tag.exp
5245 * gdb.cp/virtbase.exp
5246 * gdb.cp/virtfunc.exp
5247 * gdb.cp/virtfunc2.exp
5248 * gdb.cp/vla-cxx.exp
5249 * gdb.disasm/t01_mov.exp
5250 * gdb.disasm/t02_mova.exp
5251 * gdb.disasm/t03_add.exp
5252 * gdb.disasm/t04_sub.exp
5253 * gdb.disasm/t05_cmp.exp
5254 * gdb.disasm/t06_ari2.exp
5255 * gdb.disasm/t07_ari3.exp
5256 * gdb.disasm/t08_or.exp
5257 * gdb.disasm/t09_xor.exp
5258 * gdb.disasm/t10_and.exp
5259 * gdb.disasm/t11_logs.exp
5260 * gdb.disasm/t12_bit.exp
5261 * gdb.disasm/t13_otr.exp
5262 * gdb.dlang/circular.exp
5263 * gdb.dwarf2/arr-stride.exp
5264 * gdb.dwarf2/arr-subrange.exp
5265 * gdb.dwarf2/atomic-type.exp
5266 * gdb.dwarf2/bad-regnum.exp
5267 * gdb.dwarf2/bitfield-parent-optimized-out.exp
5268 * gdb.dwarf2/callframecfa.exp
5269 * gdb.dwarf2/clztest.exp
5270 * gdb.dwarf2/corrupt.exp
5271 * gdb.dwarf2/data-loc.exp
5272 * gdb.dwarf2/dup-psym.exp
5273 * gdb.dwarf2/dw2-anon-mptr.exp
5274 * gdb.dwarf2/dw2-anonymous-func.exp
5275 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
5276 * gdb.dwarf2/dw2-bad-unresolved.exp
5277 * gdb.dwarf2/dw2-basic.exp
5278 * gdb.dwarf2/dw2-canonicalize-type.exp
5279 * gdb.dwarf2/dw2-case-insensitive.exp
5280 * gdb.dwarf2/dw2-common-block.exp
5281 * gdb.dwarf2/dw2-compdir-oldgcc.exp
5282 * gdb.dwarf2/dw2-compressed.exp
5283 * gdb.dwarf2/dw2-const.exp
5284 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
5285 * gdb.dwarf2/dw2-cu-size.exp
5286 * gdb.dwarf2/dw2-dup-frame.exp
5287 * gdb.dwarf2/dw2-entry-value.exp
5288 * gdb.dwarf2/dw2-icycle.exp
5289 * gdb.dwarf2/dw2-ifort-parameter.exp
5290 * gdb.dwarf2/dw2-inline-break.exp
5291 * gdb.dwarf2/dw2-inline-param.exp
5292 * gdb.dwarf2/dw2-intercu.exp
5293 * gdb.dwarf2/dw2-intermix.exp
5294 * gdb.dwarf2/dw2-lexical-block-bare.exp
5295 * gdb.dwarf2/dw2-linkage-name-trust.exp
5296 * gdb.dwarf2/dw2-minsym-in-cu.exp
5297 * gdb.dwarf2/dw2-noloc.exp
5298 * gdb.dwarf2/dw2-op-call.exp
5299 * gdb.dwarf2/dw2-op-out-param.exp
5300 * gdb.dwarf2/dw2-opt-structptr.exp
5301 * gdb.dwarf2/dw2-param-error.exp
5302 * gdb.dwarf2/dw2-producer.exp
5303 * gdb.dwarf2/dw2-ranges-base.exp
5304 * gdb.dwarf2/dw2-ref-missing-frame.exp
5305 * gdb.dwarf2/dw2-reg-undefined.exp
5306 * gdb.dwarf2/dw2-regno-invalid.exp
5307 * gdb.dwarf2/dw2-restore.exp
5308 * gdb.dwarf2/dw2-restrict.exp
5309 * gdb.dwarf2/dw2-single-line-discriminators.exp
5310 * gdb.dwarf2/dw2-strp.exp
5311 * gdb.dwarf2/dw2-undefined-ret-addr.exp
5312 * gdb.dwarf2/dw2-unresolved.exp
5313 * gdb.dwarf2/dw2-var-zero-addr.exp
5314 * gdb.dwarf2/dw4-sig-types.exp
5315 * gdb.dwarf2/dwz.exp
5316 * gdb.dwarf2/dynarr-ptr.exp
5317 * gdb.dwarf2/enum-type.exp
5318 * gdb.dwarf2/gdb-index.exp
5319 * gdb.dwarf2/implptr-64bit.exp
5320 * gdb.dwarf2/implptr-optimized-out.exp
5321 * gdb.dwarf2/implptr.exp
5322 * gdb.dwarf2/implref-array.exp
5323 * gdb.dwarf2/implref-const.exp
5324 * gdb.dwarf2/implref-global.exp
5325 * gdb.dwarf2/implref-struct.exp
5326 * gdb.dwarf2/mac-fileno.exp
5327 * gdb.dwarf2/main-subprogram.exp
5328 * gdb.dwarf2/member-ptr-forwardref.exp
5329 * gdb.dwarf2/method-ptr.exp
5330 * gdb.dwarf2/missing-sig-type.exp
5331 * gdb.dwarf2/nonvar-access.exp
5332 * gdb.dwarf2/opaque-type-lookup.exp
5333 * gdb.dwarf2/pieces-optimized-out.exp
5334 * gdb.dwarf2/pieces.exp
5335 * gdb.dwarf2/pr10770.exp
5336 * gdb.dwarf2/pr13961.exp
5337 * gdb.dwarf2/staticvirtual.exp
5338 * gdb.dwarf2/subrange.exp
5339 * gdb.dwarf2/symtab-producer.exp
5340 * gdb.dwarf2/trace-crash.exp
5341 * gdb.dwarf2/typeddwarf.exp
5342 * gdb.dwarf2/valop.exp
5343 * gdb.dwarf2/watch-notconst.exp
5344 * gdb.fortran/array-element.exp
5345 * gdb.fortran/charset.exp
5346 * gdb.fortran/common-block.exp
5347 * gdb.fortran/complex.exp
5348 * gdb.fortran/derived-type-function.exp
5349 * gdb.fortran/derived-type.exp
5350 * gdb.fortran/logical.exp
5351 * gdb.fortran/module.exp
5352 * gdb.fortran/multi-dim.exp
5353 * gdb.fortran/nested-funcs.exp
5354 * gdb.fortran/print-formatted.exp
5355 * gdb.fortran/subarray.exp
5356 * gdb.fortran/vla-alloc-assoc.exp
5357 * gdb.fortran/vla-datatypes.exp
5358 * gdb.fortran/vla-history.exp
5359 * gdb.fortran/vla-ptr-info.exp
5360 * gdb.fortran/vla-ptype-sub.exp
5361 * gdb.fortran/vla-ptype.exp
5362 * gdb.fortran/vla-sizeof.exp
5363 * gdb.fortran/vla-type.exp
5364 * gdb.fortran/vla-value-sub-arbitrary.exp
5365 * gdb.fortran/vla-value-sub-finish.exp
5366 * gdb.fortran/vla-value-sub.exp
5367 * gdb.fortran/vla-value.exp
5368 * gdb.fortran/whatis_type.exp
5369 * gdb.go/chan.exp
5370 * gdb.go/handcall.exp
5371 * gdb.go/hello.exp
5372 * gdb.go/integers.exp
5373 * gdb.go/methods.exp
5374 * gdb.go/package.exp
5375 * gdb.go/strings.exp
5376 * gdb.go/types.exp
5377 * gdb.go/unsafe.exp
5378 * gdb.guile/scm-arch.exp
5379 * gdb.guile/scm-block.exp
5380 * gdb.guile/scm-breakpoint.exp
5381 * gdb.guile/scm-cmd.exp
5382 * gdb.guile/scm-disasm.exp
5383 * gdb.guile/scm-equal.exp
5384 * gdb.guile/scm-frame-args.exp
5385 * gdb.guile/scm-frame-inline.exp
5386 * gdb.guile/scm-frame.exp
5387 * gdb.guile/scm-iterator.exp
5388 * gdb.guile/scm-math.exp
5389 * gdb.guile/scm-objfile.exp
5390 * gdb.guile/scm-ports.exp
5391 * gdb.guile/scm-symbol.exp
5392 * gdb.guile/scm-symtab.exp
5393 * gdb.guile/scm-value-cc.exp
5394 * gdb.guile/types-module.exp
5395 * gdb.linespec/break-ask.exp
5396 * gdb.linespec/cpexplicit.exp
5397 * gdb.linespec/explicit.exp
5398 * gdb.linespec/keywords.exp
5399 * gdb.linespec/linespec.exp
5400 * gdb.linespec/ls-dollar.exp
5401 * gdb.linespec/ls-errs.exp
5402 * gdb.linespec/skip-two.exp
5403 * gdb.linespec/thread.exp
5404 * gdb.mi/mi-async.exp
5405 * gdb.mi/mi-basics.exp
5406 * gdb.mi/mi-break.exp
5407 * gdb.mi/mi-catch-load.exp
5408 * gdb.mi/mi-cli.exp
5409 * gdb.mi/mi-cmd-param-changed.exp
5410 * gdb.mi/mi-console.exp
5411 * gdb.mi/mi-detach.exp
5412 * gdb.mi/mi-disassemble.exp
5413 * gdb.mi/mi-eval.exp
5414 * gdb.mi/mi-file-transfer.exp
5415 * gdb.mi/mi-file.exp
5416 * gdb.mi/mi-fill-memory.exp
5417 * gdb.mi/mi-inheritance-syntax-error.exp
5418 * gdb.mi/mi-linespec-err-cp.exp
5419 * gdb.mi/mi-logging.exp
5420 * gdb.mi/mi-memory-changed.exp
5421 * gdb.mi/mi-read-memory.exp
5422 * gdb.mi/mi-record-changed.exp
5423 * gdb.mi/mi-reg-undefined.exp
5424 * gdb.mi/mi-regs.exp
5425 * gdb.mi/mi-return.exp
5426 * gdb.mi/mi-reverse.exp
5427 * gdb.mi/mi-simplerun.exp
5428 * gdb.mi/mi-solib.exp
5429 * gdb.mi/mi-stack.exp
5430 * gdb.mi/mi-stepi.exp
5431 * gdb.mi/mi-syn-frame.exp
5432 * gdb.mi/mi-until.exp
5433 * gdb.mi/mi-var-block.exp
5434 * gdb.mi/mi-var-child.exp
5435 * gdb.mi/mi-var-cmd.exp
5436 * gdb.mi/mi-var-cp.exp
5437 * gdb.mi/mi-var-display.exp
5438 * gdb.mi/mi-var-invalidate.exp
5439 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
5440 * gdb.mi/mi-vla-fortran.exp
5441 * gdb.mi/mi-watch.exp
5442 * gdb.mi/mi2-var-child.exp
5443 * gdb.mi/user-selected-context-sync.exp
5444 * gdb.modula2/unbounded-array.exp
5445 * gdb.multi/dummy-frame-restore.exp
5446 * gdb.multi/multi-arch-exec.exp
5447 * gdb.multi/multi-arch.exp
5448 * gdb.multi/tids.exp
5449 * gdb.multi/watchpoint-multi.exp
5450 * gdb.opencl/callfuncs.exp
5451 * gdb.opencl/convs_casts.exp
5452 * gdb.opencl/datatypes.exp
5453 * gdb.opencl/operators.exp
5454 * gdb.opencl/vec_comps.exp
5455 * gdb.opt/clobbered-registers-O2.exp
5456 * gdb.opt/inline-break.exp
5457 * gdb.opt/inline-bt.exp
5458 * gdb.opt/inline-cmds.exp
5459 * gdb.opt/inline-locals.exp
5460 * gdb.pascal/case-insensitive-symbols.exp
5461 * gdb.pascal/floats.exp
5462 * gdb.pascal/gdb11492.exp
5463 * gdb.python/lib-types.exp
5464 * gdb.python/py-arch.exp
5465 * gdb.python/py-as-string.exp
5466 * gdb.python/py-bad-printers.exp
5467 * gdb.python/py-block.exp
5468 * gdb.python/py-breakpoint-create-fail.exp
5469 * gdb.python/py-breakpoint.exp
5470 * gdb.python/py-caller-is.exp
5471 * gdb.python/py-cmd.exp
5472 * gdb.python/py-explore-cc.exp
5473 * gdb.python/py-explore.exp
5474 * gdb.python/py-finish-breakpoint.exp
5475 * gdb.python/py-finish-breakpoint2.exp
5476 * gdb.python/py-frame-args.exp
5477 * gdb.python/py-frame-inline.exp
5478 * gdb.python/py-frame.exp
5479 * gdb.python/py-framefilter-mi.exp
5480 * gdb.python/py-infthread.exp
5481 * gdb.python/py-lazy-string.exp
5482 * gdb.python/py-linetable.exp
5483 * gdb.python/py-mi-events.exp
5484 * gdb.python/py-mi-objfile.exp
5485 * gdb.python/py-mi.exp
5486 * gdb.python/py-objfile.exp
5487 * gdb.python/py-pp-integral.exp
5488 * gdb.python/py-pp-maint.exp
5489 * gdb.python/py-pp-re-notag.exp
5490 * gdb.python/py-pp-registration.exp
5491 * gdb.python/py-recurse-unwind.exp
5492 * gdb.python/py-strfns.exp
5493 * gdb.python/py-symbol.exp
5494 * gdb.python/py-symtab.exp
5495 * gdb.python/py-sync-interp.exp
5496 * gdb.python/py-typeprint.exp
5497 * gdb.python/py-unwind-maint.exp
5498 * gdb.python/py-unwind.exp
5499 * gdb.python/py-value-cc.exp
5500 * gdb.python/py-xmethods.exp
5501 * gdb.reverse/amd64-tailcall-reverse.exp
5502 * gdb.reverse/break-precsave.exp
5503 * gdb.reverse/break-reverse.exp
5504 * gdb.reverse/consecutive-precsave.exp
5505 * gdb.reverse/consecutive-reverse.exp
5506 * gdb.reverse/finish-precsave.exp
5507 * gdb.reverse/finish-reverse-bkpt.exp
5508 * gdb.reverse/finish-reverse.exp
5509 * gdb.reverse/fstatat-reverse.exp
5510 * gdb.reverse/getresuid-reverse.exp
5511 * gdb.reverse/i386-precsave.exp
5512 * gdb.reverse/i386-reverse.exp
5513 * gdb.reverse/i386-sse-reverse.exp
5514 * gdb.reverse/i387-env-reverse.exp
5515 * gdb.reverse/i387-stack-reverse.exp
5516 * gdb.reverse/insn-reverse.exp
5517 * gdb.reverse/machinestate-precsave.exp
5518 * gdb.reverse/machinestate.exp
5519 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5520 * gdb.reverse/pipe-reverse.exp
5521 * gdb.reverse/readv-reverse.exp
5522 * gdb.reverse/recvmsg-reverse.exp
5523 * gdb.reverse/rerun-prec.exp
5524 * gdb.reverse/s390-mvcle.exp
5525 * gdb.reverse/step-precsave.exp
5526 * gdb.reverse/step-reverse.exp
5527 * gdb.reverse/time-reverse.exp
5528 * gdb.reverse/until-precsave.exp
5529 * gdb.reverse/until-reverse.exp
5530 * gdb.reverse/waitpid-reverse.exp
5531 * gdb.reverse/watch-precsave.exp
5532 * gdb.reverse/watch-reverse.exp
5533 * gdb.rust/generics.exp
5534 * gdb.rust/methods.exp
5535 * gdb.rust/modules.exp
5536 * gdb.rust/simple.exp
5537 * gdb.server/connect-with-no-symbol-file.exp
5538 * gdb.server/ext-attach.exp
5539 * gdb.server/ext-restart.exp
5540 * gdb.server/ext-wrapper.exp
5541 * gdb.server/file-transfer.exp
5542 * gdb.server/server-exec-info.exp
5543 * gdb.server/server-kill.exp
5544 * gdb.server/server-mon.exp
5545 * gdb.server/wrapper.exp
5546 * gdb.stabs/exclfwd.exp
5547 * gdb.stabs/gdb11479.exp
5548 * gdb.threads/clone-new-thread-event.exp
5549 * gdb.threads/corethreads.exp
5550 * gdb.threads/current-lwp-dead.exp
5551 * gdb.threads/dlopen-libpthread.exp
5552 * gdb.threads/gcore-thread.exp
5553 * gdb.threads/sigstep-threads.exp
5554 * gdb.threads/watchpoint-fork.exp
5555 * gdb.trace/actions-changed.exp
5556 * gdb.trace/backtrace.exp
5557 * gdb.trace/change-loc.exp
5558 * gdb.trace/circ.exp
5559 * gdb.trace/collection.exp
5560 * gdb.trace/disconnected-tracing.exp
5561 * gdb.trace/ftrace.exp
5562 * gdb.trace/mi-trace-frame-collected.exp
5563 * gdb.trace/mi-trace-unavailable.exp
5564 * gdb.trace/mi-traceframe-changed.exp
5565 * gdb.trace/mi-tsv-changed.exp
5566 * gdb.trace/no-attach-trace.exp
5567 * gdb.trace/passc-dyn.exp
5568 * gdb.trace/qtro.exp
5569 * gdb.trace/range-stepping.exp
5570 * gdb.trace/read-memory.exp
5571 * gdb.trace/save-trace.exp
5572 * gdb.trace/signal.exp
5573 * gdb.trace/status-stop.exp
5574 * gdb.trace/tfile.exp
5575 * gdb.trace/trace-break.exp
5576 * gdb.trace/trace-buffer-size.exp
5577 * gdb.trace/trace-condition.exp
5578 * gdb.trace/tracefile-pseudo-reg.exp
5579 * gdb.trace/tstatus.exp
5580 * gdb.trace/unavailable.exp
5581 * gdb.trace/while-dyn.exp
5582 * gdb.trace/while-stepping.exp
5583
34c41c68
DE
55842016-12-22 Doug Evans <xdje42@gmail.com>
5585
5586 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
5587 and msymbols.
5588
16e69324
YQ
55892016-12-19 Yao Qi <yao.qi@linaro.org>
5590
5591 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
5592 (test_with_self): Don't call do_steps_and_nexts, and remove
5593 code about stepping into xmalloc.
5594
f94f411b
YQ
55952016-12-09 Yao Qi <yao.qi@linaro.org>
5596
5597 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
5598
55992016-12-09 Yao Qi <yao.qi@linaro.org>
5600
5601 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
5602
f1b5deee
PA
56032016-12-09 Pedro Alves <palves@redhat.com>
5604
5605 * gdb.base/all-architectures-0.exp: New file.
5606 * gdb.base/all-architectures-1.exp: New file.
5607 * gdb.base/all-architectures-2.exp: New file.
5608 * gdb.base/all-architectures-3.exp: New file.
5609 * gdb.base/all-architectures-4.exp: New file.
5610 * gdb.base/all-architectures-5.exp: New file.
5611 * gdb.base/all-architectures-6.exp: New file.
5612 * gdb.base/all-architectures-7.exp: New file.
5613 * gdb.base/all-architectures.exp.in: New file.
5614
364ca42e
YQ
56152016-12-09 Yao Qi <yao.qi@linaro.org>
5616
5617 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
5618
107c2d62
LM
56192016-12-02 Luis Machado <lgustavo@codesourcery.com>
5620
5621 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
5622 possible.
5623 Remove useless pattern-matching code.
5624
df3ee9ca
PA
56252016-12-02 Pedro Alves <palves@redhat.com>
5626
5627 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
5628 procedure.
5629 (top level): Call it.
5630
ec835369
PA
56312016-12-02 Pedro Alves <palves@redhat.com>
5632
5633 * gdb.base/commands.exp (user_defined_command_args_stack_test):
5634 New procedure.
5635 (top level): Call it.
5636
01770bbd
PA
56372016-12-02 Pedro Alves <palves@redhat.com>
5638
5639 PR cli/20559
5640 * gdb.base/commands.exp (user_defined_command_args_eval): New
5641 procedure.
5642 (top level): Call it.
5643
008459ea
LM
56442016-12-02 Luis Machado <lgustavo@codesourcery.com>
5645
5646 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
5647 timeout handling.
5648
0c1b455e
TT
56492016-12-02 Tom Tromey <tom@tromey.com>
5650
5651 * gdb.dwarf2/main-subprogram.c: New file.
5652 * gdb.dwarf2/main-subprogram.exp: New file.
5653
018572b8
LM
56542016-12-01 Luis Machado <lgustavo@codesourcery.com>
5655
5656 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
5657 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
5658 gdb_test_no_output for a couple of cases.
5659 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
5660
84c93cd5
LM
56612016-12-01 Luis Machado <lgustavo@codesourcery.com>
5662
5663 Fix test names and standardize compilation error messages throughout
5664 the following files:
5665
5666 * gdb.ada/start.exp
5667 * gdb.arch/alpha-step.exp
5668 * gdb.arch/e500-prologue.exp
5669 * gdb.arch/ftrace-insn-reloc.exp
5670 * gdb.arch/gdb1291.exp
5671 * gdb.arch/gdb1431.exp
5672 * gdb.arch/gdb1558.exp
5673 * gdb.arch/i386-dr3-watch.exp
5674 * gdb.arch/i386-sse-stack-align.exp
5675 * gdb.arch/ia64-breakpoint-shadow.exp
5676 * gdb.arch/pa-nullify.exp
5677 * gdb.arch/powerpc-aix-prologue.exp
5678 * gdb.arch/thumb-bx-pc.exp
5679 * gdb.base/annota1.exp
5680 * gdb.base/annota3.exp
5681 * gdb.base/arrayidx.exp
5682 * gdb.base/assign.exp
5683 * gdb.base/attach.exp
5684 * gdb.base/auxv.exp
5685 * gdb.base/bang.exp
5686 * gdb.base/bfp-test.exp
5687 * gdb.base/bigcore.exp
5688 * gdb.base/bitfields2.exp
5689 * gdb.base/break-fun-addr.exp
5690 * gdb.base/break-probes.exp
5691 * gdb.base/call-rt-st.exp
5692 * gdb.base/callexit.exp
5693 * gdb.base/catch-fork-kill.exp
5694 * gdb.base/charset.exp
5695 * gdb.base/checkpoint.exp
5696 * gdb.base/comprdebug.exp
5697 * gdb.base/constvars.exp
5698 * gdb.base/coredump-filter.exp
5699 * gdb.base/cursal.exp
5700 * gdb.base/cvexpr.exp
5701 * gdb.base/detach.exp
5702 * gdb.base/display.exp
5703 * gdb.base/dmsym.exp
5704 * gdb.base/dprintf-pending.exp
5705 * gdb.base/dso2dso.exp
5706 * gdb.base/dtrace-probe.exp
5707 * gdb.base/dump.exp
5708 * gdb.base/enum_cond.exp
5709 * gdb.base/exe-lock.exp
5710 * gdb.base/exec-invalid-sysroot.exp
5711 * gdb.base/execl-update-breakpoints.exp
5712 * gdb.base/exprs.exp
5713 * gdb.base/fileio.exp
5714 * gdb.base/find.exp
5715 * gdb.base/finish.exp
5716 * gdb.base/fixsection.exp
5717 * gdb.base/foll-vfork.exp
5718 * gdb.base/frame-args.exp
5719 * gdb.base/gcore.exp
5720 * gdb.base/gdb1250.exp
5721 * gdb.base/global-var-nested-by-dso.exp
5722 * gdb.base/gnu-ifunc.exp
5723 * gdb.base/hashline1.exp
5724 * gdb.base/hashline2.exp
5725 * gdb.base/hashline3.exp
5726 * gdb.base/hbreak-in-shr-unsupported.exp
5727 * gdb.base/huge.exp
5728 * gdb.base/infcall-input.exp
5729 * gdb.base/info-fun.exp
5730 * gdb.base/info-shared.exp
5731 * gdb.base/jit-simple.exp
5732 * gdb.base/jit-so.exp
5733 * gdb.base/jit.exp
5734 * gdb.base/jump.exp
5735 * gdb.base/label.exp
5736 * gdb.base/lineinc.exp
5737 * gdb.base/logical.exp
5738 * gdb.base/longjmp.exp
5739 * gdb.base/macscp.exp
5740 * gdb.base/miscexprs.exp
5741 * gdb.base/new-ui-echo.exp
5742 * gdb.base/new-ui-pending-input.exp
5743 * gdb.base/new-ui.exp
5744 * gdb.base/nodebug.exp
5745 * gdb.base/nofield.exp
5746 * gdb.base/offsets.exp
5747 * gdb.base/overlays.exp
5748 * gdb.base/pending.exp
5749 * gdb.base/pointers.exp
5750 * gdb.base/pr11022.exp
5751 * gdb.base/printcmds.exp
5752 * gdb.base/prologue.exp
5753 * gdb.base/ptr-typedef.exp
5754 * gdb.base/realname-expand.exp
5755 * gdb.base/relativedebug.exp
5756 * gdb.base/relocate.exp
5757 * gdb.base/remote.exp
5758 * gdb.base/reread.exp
5759 * gdb.base/return2.exp
5760 * gdb.base/savedregs.exp
5761 * gdb.base/sep.exp
5762 * gdb.base/sepdebug.exp
5763 * gdb.base/sepsymtab.exp
5764 * gdb.base/set-inferior-tty.exp
5765 * gdb.base/setshow.exp
5766 * gdb.base/shlib-call.exp
5767 * gdb.base/sigaltstack.exp
5768 * gdb.base/siginfo-addr.exp
5769 * gdb.base/signals.exp
5770 * gdb.base/signull.exp
5771 * gdb.base/sigrepeat.exp
5772 * gdb.base/so-impl-ld.exp
5773 * gdb.base/solib-display.exp
5774 * gdb.base/solib-overlap.exp
5775 * gdb.base/solib-search.exp
5776 * gdb.base/solib-symbol.exp
5777 * gdb.base/structs.exp
5778 * gdb.base/structs2.exp
5779 * gdb.base/symtab-search-order.exp
5780 * gdb.base/twice.exp
5781 * gdb.base/unload.exp
5782 * gdb.base/varargs.exp
5783 * gdb.base/watchpoint-solib.exp
5784 * gdb.base/watchpoint.exp
5785 * gdb.base/whatis.exp
5786 * gdb.base/wrong_frame_bt_full.exp
5787 * gdb.btrace/dlopen.exp
5788 * gdb.cell/ea-standalone.exp
5789 * gdb.cell/ea-test.exp
5790 * gdb.cp/dispcxx.exp
5791 * gdb.cp/gdb2384.exp
5792 * gdb.cp/method2.exp
5793 * gdb.cp/nextoverthrow.exp
5794 * gdb.cp/pr10728.exp
5795 * gdb.disasm/am33.exp
5796 * gdb.disasm/h8300s.exp
5797 * gdb.disasm/mn10300.exp
5798 * gdb.disasm/sh3.exp
5799 * gdb.dwarf2/dw2-dir-file-name.exp
5800 * gdb.fortran/complex.exp
5801 * gdb.fortran/library-module.exp
5802 * gdb.guile/scm-pretty-print.exp
5803 * gdb.guile/scm-symbol.exp
5804 * gdb.guile/scm-type.exp
5805 * gdb.guile/scm-value.exp
5806 * gdb.linespec/linespec.exp
5807 * gdb.mi/gdb701.exp
5808 * gdb.mi/gdb792.exp
5809 * gdb.mi/mi-breakpoint-changed.exp
5810 * gdb.mi/mi-dprintf-pending.exp
5811 * gdb.mi/mi-dprintf.exp
5812 * gdb.mi/mi-exit-code.exp
5813 * gdb.mi/mi-pending.exp
5814 * gdb.mi/mi-solib.exp
5815 * gdb.mi/new-ui-mi-sync.exp
5816 * gdb.mi/pr11022.exp
5817 * gdb.mi/user-selected-context-sync.exp
5818 * gdb.opt/solib-intra-step.exp
5819 * gdb.python/py-events.exp
5820 * gdb.python/py-finish-breakpoint.exp
5821 * gdb.python/py-mi.exp
5822 * gdb.python/py-prettyprint.exp
5823 * gdb.python/py-shared.exp
5824 * gdb.python/py-symbol.exp
5825 * gdb.python/py-template.exp
5826 * gdb.python/py-type.exp
5827 * gdb.python/py-value.exp
5828 * gdb.reverse/solib-precsave.exp
5829 * gdb.reverse/solib-reverse.exp
5830 * gdb.server/solib-list.exp
5831 * gdb.stabs/weird.exp
5832 * gdb.threads/reconnect-signal.exp
5833 * gdb.threads/stepi-random-signal.exp
5834 * gdb.trace/actions.exp
5835 * gdb.trace/ax.exp
5836 * gdb.trace/backtrace.exp
5837 * gdb.trace/change-loc.exp
5838 * gdb.trace/deltrace.exp
5839 * gdb.trace/ftrace-lock.exp
5840 * gdb.trace/ftrace.exp
5841 * gdb.trace/infotrace.exp
5842 * gdb.trace/mi-tracepoint-changed.exp
5843 * gdb.trace/packetlen.exp
5844 * gdb.trace/passcount.exp
5845 * gdb.trace/pending.exp
5846 * gdb.trace/range-stepping.exp
5847 * gdb.trace/report.exp
5848 * gdb.trace/stap-trace.exp
5849 * gdb.trace/tfind.exp
5850 * gdb.trace/trace-break.exp
5851 * gdb.trace/trace-condition.exp
5852 * gdb.trace/trace-enable-disable.exp
5853 * gdb.trace/trace-mt.exp
5854 * gdb.trace/tracecmd.exp
5855 * gdb.trace/tspeed.exp
5856 * gdb.trace/tsv.exp
5857 * lib/perftest.exp
5858
fb9feb35
LM
58592016-12-01 Luis Machado <lgustavo@codesourcery.com>
5860
5861 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
5862 with gdb_test_no_output.
5863 Use command as test name.
5864
cd2ddb6c
LM
58652016-12-01 Luis Machado <lgustavo@codesourcery.com>
5866
5867 Fix test names starting with uppercase throughout the files.
5868
5869 * gdb.ada/assign_1.exp
5870 * gdb.ada/boolean_expr.exp
5871 * gdb.base/arrayidx.exp
5872 * gdb.base/del.exp
5873 * gdb.base/gcore-buffer-overflow.exp
5874 * gdb.base/testenv.exp
5875 * gdb.compile/compile.exp
5876 * gdb.python/py-framefilter-invalidarg.exp
5877 * gdb.python/py-framefilter.exp
5878
bb95117e
LM
58792016-12-01 Luis Machado <lgustavo@codesourcery.com>
5880
5881 Fix test names starting with uppercase throughout the files.
5882
5883 * gdb.ada/array_return.exp
5884 * gdb.ada/expr_delims.exp
5885 * gdb.ada/mi_dyn_arr.exp
5886 * gdb.ada/mi_interface.exp
5887 * gdb.ada/mi_var_array.exp
5888 * gdb.ada/watch_arg.exp
5889 * gdb.arch/alpha-step.exp
5890 * gdb.arch/altivec-regs.exp
5891 * gdb.arch/e500-regs.exp
5892 * gdb.arch/powerpc-d128-regs.exp
5893 * gdb.base/arrayidx.exp
5894 * gdb.base/break.exp
5895 * gdb.base/checkpoint.exp
5896 * gdb.base/debug-expr.exp
5897 * gdb.base/dmsym.exp
5898 * gdb.base/radix.exp
5899 * gdb.base/sepdebug.exp
5900 * gdb.base/testenv.exp
5901 * gdb.base/watch_thread_num.exp
5902 * gdb.base/watchpoint-cond-gone.exp
5903 * gdb.cell/break.exp
5904 * gdb.cell/ea-cache.exp
5905 * gdb.compile/compile.exp
5906 * gdb.cp/gdb2495.exp
5907 * gdb.gdb/selftest.exp
5908 * gdb.gdb/xfullpath.exp
5909 * gdb.go/hello.exp
5910 * gdb.go/integers.exp
5911 * gdb.objc/basicclass.exp
5912 * gdb.pascal/hello.exp
5913 * gdb.pascal/integers.exp
5914 * gdb.python/py-breakpoint.exp
5915 * gdb.python/py-cmd.exp
5916 * gdb.python/py-linetable.exp
5917 * gdb.python/py-xmethods.exp
5918 * gdb.python/python.exp
5919 * gdb.reverse/consecutive-precsave.exp
5920 * gdb.reverse/finish-precsave.exp
5921 * gdb.reverse/i386-precsave.exp
5922 * gdb.reverse/machinestate-precsave.exp
5923 * gdb.reverse/sigall-precsave.exp
5924 * gdb.reverse/solib-precsave.exp
5925 * gdb.reverse/step-precsave.exp
5926 * gdb.reverse/until-precsave.exp
5927 * gdb.reverse/watch-precsave.exp
5928 * gdb.threads/leader-exit.exp
5929 * gdb.threads/pthreads.exp
5930 * gdb.threads/wp-replication.exp
5931 * gdb.trace/actions.exp
5932 * gdb.trace/mi-tsv-changed.exp
5933 * gdb.trace/tsv.exp
5934
de97fdd4
LM
59352016-12-01 Luis Machado <lgustavo@codesourcery.com>
5936
5937 Fix test names starting with uppercase throughout the files.
5938
5939 * gdb.arch/i386-bp_permanent.exp
5940 * gdb.arch/i386-gnu-cfi.exp
5941 * gdb.base/disasm-end-cu.exp
5942 * gdb.base/macscp.exp
5943 * gdb.base/pending.exp
5944 * gdb.base/watch_thread_num.exp
5945 * gdb.cp/exception.exp
5946 * gdb.cp/gdb2495.exp
5947 * gdb.cp/local.exp
5948 * gdb.python/py-evsignal.exp
5949 * gdb.python/python.exp
5950 * gdb.trace/tracecmd.exp
5951
9f058c10
LM
59522016-12-01 Luis Machado <lgustavo@codesourcery.com>
5953
5954 Fix test names starting with uppercase throughout the files.
5955
5956 * gdb.base/charset.exp
5957 * gdb.base/eval.exp
5958 * gdb.base/multi-forks.exp
5959 * gdb.guile/scm-progspace.exp
5960 * gdb.opencl/datatypes.exp
5961 * gdb.python/py-block.exp
5962 * gdb.python/py-function.exp
5963 * gdb.python/py-symbol.exp
5964 * gdb.python/py-symtab.exp
5965 * gdb.python/py-xmethods.exp
5966 * gdb.reverse/break-precsave.exp
5967 * gdb.reverse/break-reverse.exp
5968 * gdb.reverse/consecutive-precsave.exp
5969 * gdb.reverse/consecutive-reverse.exp
5970 * gdb.reverse/finish-precsave.exp
5971 * gdb.reverse/finish-reverse-bkpt.exp
5972 * gdb.reverse/finish-reverse.exp
5973 * gdb.reverse/fstatat-reverse.exp
5974 * gdb.reverse/getresuid-reverse.exp
5975 * gdb.reverse/i386-precsave.exp
5976 * gdb.reverse/i386-reverse.exp
5977 * gdb.reverse/i386-sse-reverse.exp
5978 * gdb.reverse/i387-stack-reverse.exp
5979 * gdb.reverse/insn-reverse.exp
5980 * gdb.reverse/machinestate-precsave.exp
5981 * gdb.reverse/machinestate.exp
5982 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5983 * gdb.reverse/pipe-reverse.exp
5984 * gdb.reverse/readv-reverse.exp
5985 * gdb.reverse/recvmsg-reverse.exp
5986 * gdb.reverse/rerun-prec.exp
5987 * gdb.reverse/s390-mvcle.exp
5988 * gdb.reverse/sigall-precsave.exp
5989 * gdb.reverse/sigall-reverse.exp
5990 * gdb.reverse/solib-precsave.exp
5991 * gdb.reverse/solib-reverse.exp
5992 * gdb.reverse/step-precsave.exp
5993 * gdb.reverse/step-reverse.exp
5994 * gdb.reverse/time-reverse.exp
5995 * gdb.reverse/until-precsave.exp
5996 * gdb.reverse/until-reverse.exp
5997 * gdb.reverse/waitpid-reverse.exp
5998 * gdb.reverse/watch-precsave.exp
5999 * gdb.reverse/watch-reverse.exp
6000
cdc7edd7
LM
60012016-12-01 Luis Machado <lgustavo@codesourcery.com>
6002
6003 Fix test names starting with uppercase throughout the files.
6004
6005 * gdb.arch/i386-mpx-simple_segv.exp
6006 * gdb.arch/i386-mpx.exp
6007 * gdb.arch/i386-permbkpt.exp
6008 * gdb.arch/pa-nullify.exp
6009 * gdb.arch/powerpc-d128-regs.exp
6010 * gdb.arch/vsx-regs.exp
6011 * gdb.base/bfp-test.exp
6012 * gdb.base/break.exp
6013 * gdb.base/breakpoint-shadow.exp
6014 * gdb.base/callfuncs.exp
6015 * gdb.base/charset.exp
6016 * gdb.base/commands.exp
6017 * gdb.base/completion.exp
6018 * gdb.base/dfp-test.exp
6019 * gdb.base/echo.exp
6020 * gdb.base/ending-run.exp
6021 * gdb.base/eval.exp
6022 * gdb.base/expand-psymtabs.exp
6023 * gdb.base/float128.exp
6024 * gdb.base/floatn.exp
6025 * gdb.base/foll-exec-mode.exp
6026 * gdb.base/gdb1056.exp
6027 * gdb.base/gdb11531.exp
6028 * gdb.base/kill-after-signal.exp
6029 * gdb.base/multi-forks.exp
6030 * gdb.base/overlays.exp
6031 * gdb.base/pending.exp
6032 * gdb.base/sepdebug.exp
6033 * gdb.base/testenv.exp
6034 * gdb.base/valgrind-db-attach.exp
6035 * gdb.base/watch_thread_num.exp
6036 * gdb.base/watchpoint-cond-gone.exp
6037 * gdb.base/watchpoint.exp
6038 * gdb.base/watchpoints.exp
6039 * gdb.cp/arg-reference.exp
6040 * gdb.cp/baseenum.exp
6041 * gdb.cp/operator.exp
6042 * gdb.cp/shadow.exp
6043 * gdb.dwarf2/dw2-op-out-param.exp
6044 * gdb.dwarf2/dw2-reg-undefined.exp
6045 * gdb.go/chan.exp
6046 * gdb.go/hello.exp
6047 * gdb.go/integers.exp
6048 * gdb.go/methods.exp
6049 * gdb.go/package.exp
6050 * gdb.guile/scm-parameter.exp
6051 * gdb.guile/scm-progspace.exp
6052 * gdb.guile/scm-value.exp
6053 * gdb.mi/mi-pending.exp
6054 * gdb.mi/user-selected-context-sync.exp
6055 * gdb.multi/multi-attach.exp
6056 * gdb.multi/tids.exp
6057 * gdb.opt/clobbered-registers-O2.exp
6058 * gdb.pascal/floats.exp
6059 * gdb.pascal/integers.exp
6060 * gdb.python/py-block.exp
6061 * gdb.python/py-events.exp
6062 * gdb.python/py-parameter.exp
6063 * gdb.python/py-symbol.exp
6064 * gdb.python/py-symtab.exp
6065 * gdb.python/py-type.exp
6066 * gdb.python/py-value.exp
6067 * gdb.python/py-xmethods.exp
6068 * gdb.python/python.exp
6069 * gdb.reverse/break-precsave.exp
6070 * gdb.reverse/consecutive-precsave.exp
6071 * gdb.reverse/finish-precsave.exp
6072 * gdb.reverse/i386-precsave.exp
6073 * gdb.reverse/machinestate-precsave.exp
6074 * gdb.reverse/sigall-precsave.exp
6075 * gdb.reverse/solib-precsave.exp
6076 * gdb.reverse/step-precsave.exp
6077 * gdb.reverse/until-precsave.exp
6078 * gdb.reverse/watch-precsave.exp
6079 * gdb.server/ext-attach.exp
6080 * gdb.server/ext-restart.exp
6081 * gdb.server/ext-run.exp
6082 * gdb.server/ext-wrapper.exp
6083 * gdb.stabs/gdb11479.exp
6084 * gdb.stabs/weird.exp
6085 * gdb.threads/attach-many-short-lived-threads.exp
6086 * gdb.threads/kill.exp
6087 * gdb.threads/watchpoint-fork.exp
6088
bc6c7af4
LM
60892016-12-01 Luis Machado <lgustavo@codesourcery.com>
6090
6091 Fix test names starting with uppercase throughout all the files below.
6092
6093 * gdb.ada/array_return.exp
6094 * gdb.ada/catch_ex.exp
6095 * gdb.ada/info_exc.exp
6096 * gdb.ada/mi_catch_ex.exp
6097 * gdb.ada/mi_dyn_arr.exp
6098 * gdb.ada/mi_ex_cond.exp
6099 * gdb.ada/mi_exc_info.exp
6100 * gdb.ada/mi_interface.exp
6101 * gdb.ada/mi_task_arg.exp
6102 * gdb.ada/mi_task_info.exp
6103 * gdb.ada/mi_var_array.exp
6104 * gdb.arch/alpha-step.exp
6105 * gdb.arch/amd64-disp-step.exp
6106 * gdb.arch/arm-disp-step.exp
6107 * gdb.arch/disp-step-insn-reloc.exp
6108 * gdb.arch/e500-prologue.exp
6109 * gdb.arch/ftrace-insn-reloc.exp
6110 * gdb.arch/gdb1558.exp
6111 * gdb.arch/i386-bp_permanent.exp
6112 * gdb.arch/i386-disp-step.exp
6113 * gdb.arch/i386-float.exp
6114 * gdb.arch/i386-gnu-cfi.exp
6115 * gdb.arch/ia64-breakpoint-shadow.exp
6116 * gdb.arch/mips16-thunks.exp
6117 * gdb.arch/pa-nullify.exp
6118 * gdb.arch/powerpc-aix-prologue.exp
6119 * gdb.arch/powerpc-power.exp
6120 * gdb.arch/ppc-dfp.exp
6121 * gdb.arch/s390-tdbregs.exp
6122 * gdb.arch/spu-info.exp
6123 * gdb.arch/spu-ls.exp
6124 * gdb.arch/thumb-bx-pc.exp
6125 * gdb.base/advance.exp
6126 * gdb.base/annota-input-while-running.exp
6127 * gdb.base/arrayidx.exp
6128 * gdb.base/asmlabel.exp
6129 * gdb.base/async.exp
6130 * gdb.base/attach-wait-input.exp
6131 * gdb.base/auto-connect-native-target.exp
6132 * gdb.base/batch-preserve-term-settings.exp
6133 * gdb.base/bfp-test.exp
6134 * gdb.base/bigcore.exp
6135 * gdb.base/bp-permanent.exp
6136 * gdb.base/break-always.exp
6137 * gdb.base/break-fun-addr.exp
6138 * gdb.base/break-idempotent.exp
6139 * gdb.base/break-main-file-remove-fail.exp
6140 * gdb.base/break-probes.exp
6141 * gdb.base/break-unload-file.exp
6142 * gdb.base/break.exp
6143 * gdb.base/call-ar-st.exp
6144 * gdb.base/call-rt-st.exp
6145 * gdb.base/call-sc.exp
6146 * gdb.base/call-signal-resume.exp
6147 * gdb.base/call-strs.exp
6148 * gdb.base/callexit.exp
6149 * gdb.base/callfuncs.exp
6150 * gdb.base/catch-gdb-caused-signals.exp
6151 * gdb.base/catch-signal-siginfo-cond.exp
6152 * gdb.base/catch-syscall.exp
6153 * gdb.base/compare-sections.exp
6154 * gdb.base/cond-eval-mode.exp
6155 * gdb.base/condbreak-call-false.exp
6156 * gdb.base/consecutive-step-over.exp
6157 * gdb.base/cursal.exp
6158 * gdb.base/disabled-location.exp
6159 * gdb.base/disasm-end-cu.exp
6160 * gdb.base/display.exp
6161 * gdb.base/double-prompt-target-event-error.exp
6162 * gdb.base/dprintf-bp-same-addr.exp
6163 * gdb.base/dprintf-detach.exp
6164 * gdb.base/dprintf-next.exp
6165 * gdb.base/dprintf-non-stop.exp
6166 * gdb.base/dprintf-pending.exp
6167 * gdb.base/dso2dso.exp
6168 * gdb.base/ending-run.exp
6169 * gdb.base/enum_cond.exp
6170 * gdb.base/examine-backward.exp
6171 * gdb.base/exe-lock.exp
6172 * gdb.base/exec-invalid-sysroot.exp
6173 * gdb.base/execl-update-breakpoints.exp
6174 * gdb.base/execution-termios.exp
6175 * gdb.base/fileio.exp
6176 * gdb.base/fixsection.exp
6177 * gdb.base/foll-exec-mode.exp
6178 * gdb.base/foll-exec.exp
6179 * gdb.base/fork-running-state.exp
6180 * gdb.base/frame-args.exp
6181 * gdb.base/fullpath-expand.exp
6182 * gdb.base/func-ptr.exp
6183 * gdb.base/gcore-relro-pie.exp
6184 * gdb.base/gdb1090.exp
6185 * gdb.base/gdb1555.exp
6186 * gdb.base/global-var-nested-by-dso.exp
6187 * gdb.base/gnu-ifunc.exp
6188 * gdb.base/hbreak-in-shr-unsupported.exp
6189 * gdb.base/hbreak-unmapped.exp
6190 * gdb.base/hook-stop.exp
6191 * gdb.base/infcall-input.exp
6192 * gdb.base/info-fun.exp
6193 * gdb.base/info-shared.exp
6194 * gdb.base/interrupt-noterm.exp
6195 * gdb.base/jit-so.exp
6196 * gdb.base/jit.exp
6197 * gdb.base/line-symtabs.exp
6198 * gdb.base/list.exp
6199 * gdb.base/longjmp.exp
6200 * gdb.base/macscp.exp
6201 * gdb.base/max-value-size.exp
6202 * gdb.base/nodebug.exp
6203 * gdb.base/nofield.exp
6204 * gdb.base/overlays.exp
6205 * gdb.base/paginate-after-ctrl-c-running.exp
6206 * gdb.base/paginate-bg-execution.exp
6207 * gdb.base/paginate-inferior-exit.exp
6208 * gdb.base/pending.exp
6209 * gdb.base/pr11022.exp
6210 * gdb.base/printcmds.exp
6211 * gdb.base/ptr-typedef.exp
6212 * gdb.base/ptype.exp
6213 * gdb.base/randomize.exp
6214 * gdb.base/range-stepping.exp
6215 * gdb.base/realname-expand.exp
6216 * gdb.base/relativedebug.exp
6217 * gdb.base/remote.exp
6218 * gdb.base/savedregs.exp
6219 * gdb.base/sepdebug.exp
6220 * gdb.base/set-noassign.exp
6221 * gdb.base/shlib-call.exp
6222 * gdb.base/shreloc.exp
6223 * gdb.base/sigaltstack.exp
6224 * gdb.base/sigbpt.exp
6225 * gdb.base/siginfo-addr.exp
6226 * gdb.base/siginfo-obj.exp
6227 * gdb.base/siginfo-thread.exp
6228 * gdb.base/signest.exp
6229 * gdb.base/signull.exp
6230 * gdb.base/sigrepeat.exp
6231 * gdb.base/skip.exp
6232 * gdb.base/so-impl-ld.exp
6233 * gdb.base/solib-corrupted.exp
6234 * gdb.base/solib-disc.exp
6235 * gdb.base/solib-display.exp
6236 * gdb.base/solib-overlap.exp
6237 * gdb.base/solib-search.exp
6238 * gdb.base/solib-symbol.exp
6239 * gdb.base/source-execution.exp
6240 * gdb.base/sss-bp-on-user-bp-2.exp
6241 * gdb.base/sss-bp-on-user-bp.exp
6242 * gdb.base/stack-checking.exp
6243 * gdb.base/stale-infcall.exp
6244 * gdb.base/step-break.exp
6245 * gdb.base/step-line.exp
6246 * gdb.base/step-over-exit.exp
6247 * gdb.base/step-test.exp
6248 * gdb.base/structs.exp
6249 * gdb.base/sym-file.exp
6250 * gdb.base/symtab-search-order.exp
6251 * gdb.base/term.exp
6252 * gdb.base/type-opaque.exp
6253 * gdb.base/unload.exp
6254 * gdb.base/until-nodebug.exp
6255 * gdb.base/until.exp
6256 * gdb.base/unwindonsignal.exp
6257 * gdb.base/watch-cond.exp
6258 * gdb.base/watch-non-mem.exp
6259 * gdb.base/watch_thread_num.exp
6260 * gdb.base/watchpoint-reuse-slot.exp
6261 * gdb.base/watchpoint-solib.exp
6262 * gdb.base/watchpoint.exp
6263 * gdb.btrace/dlopen.exp
6264 * gdb.cell/arch.exp
6265 * gdb.cell/break.exp
6266 * gdb.cell/bt.exp
6267 * gdb.cell/core.exp
6268 * gdb.cell/data.exp
6269 * gdb.cell/dwarfaddr.exp
6270 * gdb.cell/ea-cache.exp
6271 * gdb.cell/ea-standalone.exp
6272 * gdb.cell/ea-test.exp
6273 * gdb.cell/f-regs.exp
6274 * gdb.cell/fork.exp
6275 * gdb.cell/gcore.exp
6276 * gdb.cell/mem-access.exp
6277 * gdb.cell/ptype.exp
6278 * gdb.cell/registers.exp
6279 * gdb.cell/sizeof.exp
6280 * gdb.cell/solib-symbol.exp
6281 * gdb.cell/solib.exp
6282 * gdb.compile/compile-tls.exp
6283 * gdb.cp/exception.exp
6284 * gdb.cp/gdb2495.exp
6285 * gdb.cp/local.exp
6286 * gdb.cp/mb-inline.exp
6287 * gdb.cp/mb-templates.exp
6288 * gdb.cp/pr10687.exp
6289 * gdb.cp/pr9167.exp
6290 * gdb.cp/scope-err.exp
6291 * gdb.cp/templates.exp
6292 * gdb.cp/virtfunc.exp
6293 * gdb.dwarf2/dw2-dir-file-name.exp
6294 * gdb.dwarf2/dw2-single-line-discriminators.exp
6295 * gdb.fortran/complex.exp
6296 * gdb.fortran/library-module.exp
6297 * gdb.guile/guile.exp
6298 * gdb.guile/scm-cmd.exp
6299 * gdb.guile/scm-frame-inline.exp
6300 * gdb.guile/scm-objfile.exp
6301 * gdb.guile/scm-pretty-print.exp
6302 * gdb.guile/scm-symbol.exp
6303 * gdb.guile/scm-type.exp
6304 * gdb.guile/scm-value.exp
6305 * gdb.linespec/keywords.exp
6306 * gdb.linespec/ls-errs.exp
6307 * gdb.linespec/macro-relative.exp
6308 * gdb.linespec/thread.exp
6309 * gdb.mi/mi-breakpoint-changed.exp
6310 * gdb.mi/mi-dprintf-pending.exp
6311 * gdb.mi/mi-fullname-deleted.exp
6312 * gdb.mi/mi-logging.exp
6313 * gdb.mi/mi-pending.exp
6314 * gdb.mi/mi-solib.exp
6315 * gdb.mi/new-ui-mi-sync.exp
6316 * gdb.mi/user-selected-context-sync.exp
6317 * gdb.multi/dummy-frame-restore.exp
6318 * gdb.multi/multi-arch-exec.exp
6319 * gdb.multi/remove-inferiors.exp
6320 * gdb.multi/watchpoint-multi-exit.exp
6321 * gdb.opt/solib-intra-step.exp
6322 * gdb.perf/backtrace.exp
6323 * gdb.perf/single-step.exp
6324 * gdb.perf/skip-command.exp
6325 * gdb.perf/skip-prologue.exp
6326 * gdb.perf/solib.exp
6327 * gdb.python/lib-types.exp
6328 * gdb.python/py-as-string.exp
6329 * gdb.python/py-bad-printers.exp
6330 * gdb.python/py-block.exp
6331 * gdb.python/py-breakpoint.exp
6332 * gdb.python/py-cmd.exp
6333 * gdb.python/py-events.exp
6334 * gdb.python/py-evthreads.exp
6335 * gdb.python/py-finish-breakpoint.exp
6336 * gdb.python/py-finish-breakpoint2.exp
6337 * gdb.python/py-frame-inline.exp
6338 * gdb.python/py-frame.exp
6339 * gdb.python/py-inferior.exp
6340 * gdb.python/py-infthread.exp
6341 * gdb.python/py-mi.exp
6342 * gdb.python/py-objfile.exp
6343 * gdb.python/py-pp-maint.exp
6344 * gdb.python/py-pp-registration.exp
6345 * gdb.python/py-prettyprint.exp
6346 * gdb.python/py-recurse-unwind.exp
6347 * gdb.python/py-shared.exp
6348 * gdb.python/py-symbol.exp
6349 * gdb.python/py-symtab.exp
6350 * gdb.python/py-template.exp
6351 * gdb.python/py-type.exp
6352 * gdb.python/py-unwind-maint.exp
6353 * gdb.python/py-unwind.exp
6354 * gdb.python/py-value.exp
6355 * gdb.python/python.exp
6356 * gdb.reverse/finish-reverse-bkpt.exp
6357 * gdb.reverse/insn-reverse.exp
6358 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6359 * gdb.reverse/solib-precsave.exp
6360 * gdb.reverse/solib-reverse.exp
6361 * gdb.stabs/gdb11479.exp
6362 * gdb.stabs/weird.exp
6363 * gdb.threads/fork-child-threads.exp
6364 * gdb.threads/fork-plus-threads.exp
6365 * gdb.threads/fork-thread-pending.exp
6366 * gdb.threads/forking-threads-plus-breakpoint.exp
6367 * gdb.threads/hand-call-in-threads.exp
6368 * gdb.threads/interrupted-hand-call.exp
6369 * gdb.threads/linux-dp.exp
6370 * gdb.threads/local-watch-wrong-thread.exp
6371 * gdb.threads/next-while-other-thread-longjmps.exp
6372 * gdb.threads/non-ldr-exit.exp
6373 * gdb.threads/pending-step.exp
6374 * gdb.threads/print-threads.exp
6375 * gdb.threads/process-dies-while-detaching.exp
6376 * gdb.threads/process-dies-while-handling-bp.exp
6377 * gdb.threads/pthreads.exp
6378 * gdb.threads/queue-signal.exp
6379 * gdb.threads/reconnect-signal.exp
6380 * gdb.threads/signal-command-handle-nopass.exp
6381 * gdb.threads/signal-command-multiple-signals-pending.exp
6382 * gdb.threads/signal-delivered-right-thread.exp
6383 * gdb.threads/signal-sigtrap.exp
6384 * gdb.threads/sigthread.exp
6385 * gdb.threads/staticthreads.exp
6386 * gdb.threads/stepi-random-signal.exp
6387 * gdb.threads/thread-unwindonsignal.exp
6388 * gdb.threads/thread_check.exp
6389 * gdb.threads/thread_events.exp
6390 * gdb.threads/tid-reuse.exp
6391 * gdb.threads/tls-nodebug.exp
6392 * gdb.threads/tls-shared.exp
6393 * gdb.threads/tls-so_extern.exp
6394 * gdb.threads/tls.exp
6395 * gdb.threads/wp-replication.exp
6396 * gdb.trace/actions-changed.exp
6397 * gdb.trace/actions.exp
6398 * gdb.trace/backtrace.exp
6399 * gdb.trace/change-loc.exp
6400 * gdb.trace/collection.exp
6401 * gdb.trace/deltrace.exp
6402 * gdb.trace/disconnected-tracing.exp
6403 * gdb.trace/entry-values.exp
6404 * gdb.trace/ftrace-lock.exp
6405 * gdb.trace/ftrace.exp
6406 * gdb.trace/infotrace.exp
6407 * gdb.trace/mi-trace-frame-collected.exp
6408 * gdb.trace/mi-trace-unavailable.exp
6409 * gdb.trace/mi-traceframe-changed.exp
6410 * gdb.trace/mi-tracepoint-changed.exp
6411 * gdb.trace/mi-tsv-changed.exp
6412 * gdb.trace/no-attach-trace.exp
6413 * gdb.trace/packetlen.exp
6414 * gdb.trace/passc-dyn.exp
6415 * gdb.trace/passcount.exp
6416 * gdb.trace/pending.exp
6417 * gdb.trace/pr16508.exp
6418 * gdb.trace/qtro.exp
6419 * gdb.trace/range-stepping.exp
6420 * gdb.trace/read-memory.exp
6421 * gdb.trace/report.exp
6422 * gdb.trace/save-trace.exp
6423 * gdb.trace/signal.exp
6424 * gdb.trace/stap-trace.exp
6425 * gdb.trace/status-stop.exp
6426 * gdb.trace/strace.exp
6427 * gdb.trace/tfile.exp
6428 * gdb.trace/tfind.exp
6429 * gdb.trace/trace-break.exp
6430 * gdb.trace/trace-condition.exp
6431 * gdb.trace/trace-enable-disable.exp
6432 * gdb.trace/trace-mt.exp
6433 * gdb.trace/tracecmd.exp
6434 * gdb.trace/tracefile-pseudo-reg.exp
6435 * gdb.trace/tspeed.exp
6436 * gdb.trace/tstatus.exp
6437 * gdb.trace/tsv.exp
6438 * gdb.trace/unavailable.exp
6439 * gdb.trace/while-dyn.exp
6440 * gdb.trace/while-stepping.exp
6441 * lib/gdb-guile.exp
6442 * lib/gdb.exp
6443 * lib/mi-support.exp
6444 * lib/pascal.exp
6445 * lib/perftest.exp
6446 * lib/prelink-support.exp
6447 * lib/selftest-support.exp
6448
ad02e4fe
SM
64492016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
6450
6451 * Makefile.in: Include disable-implicit-rules.mk.
6452
22347e55
AA
64532016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6454
6455 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
6456 non-byte-aligned bit fields.
6457
da5b30da
AA
64582016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6459
6460 PR gdb/12616
6461 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
6462 respects the DW_AT_data_bit_offset attribute.
6463
b593ecca
SM
64642016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
6465
6466 * gdb.base/default.exp: Fix output of "set language".
6467
3b165252
SM
64682016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
6469
6470 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
6471 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
6472 make.
6473 * configure.ac: Remove checks for the make program.
6474 * configure: Re-generate.
6475
1a2f3d7f
KB
64762016-11-16 Kevin Buettner <kevinb@redhat.com>
6477
6478 * gdb.python/py-recurse-unwind.c (main): Add loop.
6479 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
6480 to read_register() and gdb.parse_and_eval(). Make each code
6481 call a separate case that can be individually tested.
6482 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
6483 proc. Call cont_and_backtrace for each of the code paths that
6484 we want to test in the unwinder.
6485
b7f38fda
AA
64862016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
6487
6488 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
6489 the definition of struct S.
6490
1f8db343
CM
64912016-11-11 Catherine Moore <clm@codesourcery.com>
6492
6493 * gdb.base/dump.exp: Identify verilog format dump tests as such.
6494
fad0c9fb
PA
64952016-11-09 Pedro Alves <palves@redhat.com>
6496
6497 * gdb.base/commands.exp (runto_or_return): New procedure.
6498 (gdbvar_simple_if_test, gdbvar_simple_while_test)
6499 (gdbvar_complex_if_while_test, progvar_simple_if_test)
6500 (progvar_simple_while_test, progvar_complex_if_while_test)
6501 (if_while_breakpoint_command_test)
6502 (infrun_breakpoint_command_test, breakpoint_command_test)
6503 (user_defined_command_test, watchpoint_command_test)
6504 (test_command_prompt_position, redefine_hook_test)
6505 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
6506 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
6507 multi_line_input and multi_line. Remove gdb_expect and
6508 gdb_stop_suppressing_tests uses.
6509 * lib/gdb.exp (valnum_re): New global.
6510 (multi_line_input): New procedure.
6511
8354c62c
SM
65122016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
6513
6514 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
6515 Remove.
6516 (test_setup): Define with proc_with_prefix.
6517 (test_cli_inferior): Likewise.
6518 (test_cli_thread): Likewise.
6519 (test_cli_frame): Likewise.
6520 (test_cli_select_frame): Likewise.
6521 (test_cli_up_down): Likewise.
6522 (test_mi_thread_select): Likewise.
6523 (test_mi_stack_select_frame): Likewise.
6524 (test_cli_in_mi_inferior): Likewise.
6525 (test_cli_in_mi_thread): Likewise.
6526 (test_cli_in_mi_frame): Likewise.
6527 (top level): Do not use with_test_prefix_procname.
6528
64f367a2
PA
65292016-11-09 Pedro Alves <palves@redhat.com>
6530
6531 * gdb.base/commands.exp (gdbvar_simple_if_test)
6532 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
6533 (progvar_simple_if_test, progvar_simple_while_test)
6534 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
6535 (infrun_breakpoint_command_test, breakpoint_command_test)
6536 (user_defined_command_test, watchpoint_command_test)
6537 (test_command_prompt_position, deprecated_command_test)
6538 (bp_deleted_in_command, temporary_breakpoint_commands)
6539 (stray_arg0_test, source_file_with_indented_comment)
6540 (recursive_source_test, if_commands_test)
6541 (error_clears_commands_left, redefine_hook_test)
6542 (redefine_backtrace_test): Use proc_with_prefix.
6543 * lib/gdb.exp (proc_with_prefix): New proc.
6544
0bb65f1e
AA
65452016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6546
6547 * gdb.base/tui-layout.c: New file.
6548 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
6549 disassembly window contains very long lines.
6550
7353f247
TT
65512016-11-08 Tom Tromey <tom@tromey.com>
6552
6553 * gdb.python/py-value.exp (test_value_creation): Make "long" test
6554 depend on Python 2.
6555
30a7bb83
TT
65562016-11-08 Tom Tromey <tom@tromey.com>
6557
6558 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
6559 New method.
6560
cdf5a07c
MG
65612016-10-29 Manish Goregaokar <manish@mozilla.com>
6562
2806dc7e 6563 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 6564
51a789c3
MG
65652016-10-27 Manish Goregaokar <manish@mozilla.com>
6566
2806dc7e
PA
6567 * gdb.rust/simple.rs: Add test for univariant enums without
6568 discriminants and for encoded struct-like enums.
51a789c3 6569
f610ab6d
PA
65702016-10-28 Pedro Alves <palves@redhat.com>
6571
6572 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
6573 gdb_test_multiple, tighten regexps and match symtabs and line
6574 tables incrementally.
6575
b129b0ca
LM
65762016-10-28 Luis Machado <lgustavo@codesourcery.com>
6577
6578 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
6579 general.
6580
ecf45d2c
SL
65812016-10-25 Luis Machado <lgustavo@codesourcery.com>
6582
6583 * gdb.base/exec-invalid-sysroot.exp: New file.
6584
b8d38ee4
JK
65852016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6586
6587 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
6588
f90fd8c2
JK
65892016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6590
6591 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
6592
2d2476aa
MR
65932016-10-19 Maciej W. Rozycki <macro@imgtec.com>
6594
2806dc7e
PA
6595 * gdb.base/killed-outside.exp: Remove $options from a call to
6596 `prepare_for_testing'.
2d2476aa 6597
e42b25a0
SM
65982016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6599
6600 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6601 Change test message.
6602
3ccdb432
SM
66032016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6604
6605 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6606 Update comment.
6607
5bad3170
SM
66082016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6609
6610 * gdb.trace/mi-trace-save.exp: New file.
6611
5ad9dba7
YQ
66122016-10-13 Yao Qi <yao.qi@linaro.org>
6613
6614 * gdb.base/code_elim.exp (get_var_address): Remove.
6615 * gdb.base/relocate.exp: Likewise.
6616 * gdb.base/shreloc.exp: Likewise.
6617 * lib/gdb.exp (get_var_address): New.
6618
62df7e21
YQ
66192016-10-13 Yao Qi <yao.qi@linaro.org>
6620
6621 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
6622 floating point tests if $skip_float_test is false.
6623
4dac951e
LM
66242016-10-12 Luis Machado <lgustavo@codesourcery.com>
6625
6626 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
6627 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
6628 argc values.
6629 Add 1 to argc so we guarantee distinct initial/modified argc values.
6630
8f1a8fc4
JK
66312016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6632
6633 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
6634
16c85b5d
JK
66352016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6636
6637 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
6638 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
6639 * gdb.arch/vsx-regs.exp: Likewise.
6640
1d0e042a
YQ
66412016-10-07 Yao Qi <yao.qi@linaro.org>
6642
6643 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
6644
68dadef5
MM
66452016-10-07 Markus Metzger <markus.t.metzger@intel.com>
6646
6647 * gdb.python/python.exp: Test decode_line("*0").
6648
33fa2c6e
DE
66492016-10-06 Doug Evans <dje@google.com>
6650
6651 * gdb.python/py-value.exp (test_value_creation): Add test for large
6652 unsigned 64-bit value.
6653
9c37b5ae
TT
66542016-10-06 Tom Tromey <tom@tromey.com>
6655
6656 * gdb.compile/compile.exp: Change java tests to rust.
6657 * gdb.base/setshow.exp: Change java tests to rust.
6658 * gdb.base/default.exp: Remove java from language list.
6659 * README (Examples): Update language example.
6660 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
6661 test.
6662 * lib/gdb.exp (skip_java_tests): Remove.
6663 * lib/java.exp: Remove.
6664 * gdb.java: Remove.
6665
78b86327
MR
66662016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6667
6668 * gdb.arch/mips-fcr.exp: New test.
6669 * gdb.arch/mips-fcr.c: Source for the new test.
6670
7470adbb
MR
66712016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6672
6673 * gdb.base/solib-disc.exp: Use `standard_output_file'
6674 throughout.
6675
4a556533
PA
66762016-10-06 Pedro Alves <palves@redhat.com>
6677
6678 * gdb.base/jit-simple-dl.c: New file.
6679 * gdb.base/jit-simple-jit.c: New file, factored out from ...
6680 * gdb.base/jit-simple.c: ... this.
6681 * gdb.base/jit-simple.exp (jit_run): Delete.
6682 (build_jit): New proc.
6683 (jit_test_reread): Recompile either the main program or the shared
6684 library, depending on what is being tested. Skip changing address
6685 if caller wants to. Compare before/after addresses. If testing
6686 standalone, explicitly load the binary. Test "maint info
6687 breakpoints".
6688 (top level): Add "standalone vs shared lib" and "change address"
6689 vs "same address" axes.
6690
5a122fbc
PA
66912016-10-06 Pedro Alves <palves@redhat.com>
6692
6693 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
6694 call.
6695 (jit_run): Delete.
6696 (jit_test_reread): Use with_test_prefix. Reload the main binary
6697 explicitly. Compare the before/after addresses of the JIT
6698 descriptor.
6699
ee8da4b8
DE
67002016-08-15 Doug Evans <dje@google.com>
6701
6702 * gdb.xml/extra-regs.xml: Update, end field now required, default type
6703 for single bitfields is bool.
6704 * gdb.xml/tdesc-regs.exp: Ditto.
6705
f389f6fe
JK
67062016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6707
6708 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
6709
fdebf1a4
YQ
67102016-10-05 Yao Qi <yao.qi@linaro.org>
6711
6712 * lib/gdb.exp (support_complex_tests): Return zero if
6713 gdb_skip_float_test return true.
6714
9c36d954 67152016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 6716 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
6717
6718 PR gdb/20487
6719 * gdb.mi/user-selected-context-sync.exp: New file.
6720 * gdb.mi/user-selected-context-sync.c: New file.
6721
4034d0ff 67222016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 6723 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
6724
6725 PR gdb/20487
6726 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
6727 =thread-select-event check.
6728
a4297203
PB
67292016-09-29 Peter Bergner <bergner@vnet.ibm.com>
6730
6731 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
6732 the compulsory L operand changes.
6733 * gdb.arch/powerpc-power.s: Likewise.
6734
bb805577
JK
67352016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6736
6737 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
6738 * gdb.base/jit-attach-pie.c: New file.
6739 * gdb.base/jit-attach-pie.exp: New file.
6740
6d61dee5
PA
67412016-09-28 Pedro Alves <palves@redhat.com>
6742
6743 * gdb.base/infcall-input.c: New file.
6744 * gdb.base/infcall-input.exp: New file.
6745
f73842fc
YQ
67462016-09-22 Yao Qi <yao.qi@linaro.org>
6747
6748 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
6749 (gdb_exit): Rename it to ...
6750 (gdbserver_gdb_exit): ... Close GDBserver.
6751 (gdb_exit): New proc, call gdbserver_gdb_exit.
6752 (mi_gdb_exit): Likewise.
6753
90681dab
YQ
67542016-09-22 Yao Qi <yao.qi@linaro.org>
6755
6756 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
6757 path.
6758 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
6759 Remove duplication.
6760
9c211fd8
YQ
67612016-09-22 Yao Qi <yao.qi@linaro.org>
6762
6763 * lib/gdbserver-support.exp: Check the existence of
6764 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
6765
ad0a504f
AK
67662016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
6767
6768 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
6769
36cf1806
TT
67702016-09-21 Tom Tromey <tom@tromey.com>
6771
6772 PR gdb/20604:
6773 * gdb.base/quit.exp: New file.
6774
74172ecf
SM
67752016-09-21 Simon Marchi <simon.marchi@ericsson.com>
6776
6777 * .gitignore: New file.
6778
3d0ec882
MR
67792016-09-21 Maciej W. Rozycki <macro@imgtec.com>
6780
6781 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
6782 throughout.
6783
8193adea
AA
67842016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6785
6786 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
6787
d41a5c09
JK
67882016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6789
6790 * gdb.cp/casts.cc (decltype): Move it ...
6791 (main): ... with its call to ...
6792 * gdb.cp/casts03.cc: ... a new file.
6793 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
6794
d2dfe700
JK
67952016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6796
6797 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
6798
e2a92b16
PB
67992016-09-15 Peter Bergner <bergner@vnet.ibm.com>
6800
6801 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
6802 and sync up the test with tests in gas/testsuite/gas/ppc.
6803 * gdb.arch/powerpc-power.exp: Likewise.
6804
49b4de64
JK
68052016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6806
6807 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
6808
2c29df25
SDJ
68092016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
6810 Jan Kratochvil <jan.kratochvil@redhat.com>
6811
6812 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
6813 make m1's definition to be different from m2's. Use 'dummy' as an
6814 argument for probe 'two'.
6815
cc3c2846
JB
68162016-09-10 Jon Beniston <jon@beniston.com>
6817
6818 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
6819 for sim target.
6820
e1b2624a
AA
68212016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6822
6823 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
6824 variable declaration.
6825 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
6826 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
6827 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
6828 received HWCAP as its argument.
6829
4295e285
PA
68302016-09-06 Pedro Alves <palves@redhat.com>
6831
6832 * gdb.base/new-ui-pending-input.c: New file.
6833 * gdb.base/new-ui-pending-input.exp: New file.
6834 * gdb.exp (clear_gdb_spawn_id): New procedure.
6835 (with_spawn_id): Check whether gdb_spawn_id exists before
6836 referencing it. If gdb_spawn_id didn't exist on entry, clear it
6837 on exit.
6838
00d5215e
UW
68392016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6840
6841 * gdb.base/float128.c: New file.
6842 * gdb.base/float128.exp: Likewise.
6843 * gdb.base/floatn.c: Likewise.
6844 * gdb.base/floatn.exp: Likewise.
6845
a9ff5f12
UW
68462016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6847
6848 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
6849
f245535c
PA
68502016-09-05 Pedro Alves <palves@redhat.com>
6851
6852 PR backtrace/19927
6853 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
6854 unwinders are immediately called as side effect of "source" or
6855 "disable unwinder" commands.
6856 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
6857
ae9cf263
YQ
68582016-09-02 Yao Qi <yao.qi@linaro.org>
6859
6860 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
6861 is true and $type is "float" or "double".
6862
27aba047
YQ
68632016-09-02 Yao Qi <yao.qi@linaro.org>
6864
6865 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
6866 true.
6867 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
6868 * gdb.base/call-rt-st.exp: Likewise.
6869 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
6870 return value instead of gdb,skip_float_test.
6871 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
6872 (do_function_calls): Use its return value instead of
6873 gdb,skip_float_test.
6874 * gdb.base/finish.exp: Likewise.
6875 * gdb.base/funcargs.exp: Likewise.
6876 * gdb.base/return.exp: Likewise.
6877 * gdb.base/return2.exp: Likewise.
6878 * gdb.base/varargs.exp: Likewise.
6879 * lib/gdb.exp (gdb_skip_float_test): Change it to
6880 gdb_caching_proc. Detect the broken ptrace on arm-linux.
6881
5af962df
AA
68822016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
6883
6884 * gdb.multi/tids.exp: Test "thread apply all".
6885
7fac6910
JK
68862016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6887
6888 * gdb.base/default.exp (tty): Remove.
6889
bb1fe4ac
KB
68902016-08-24 Kevin Buettner <kevinb@redhat.com>
6891
2806dc7e
PA
6892 * gdb.python/py-recurse-unwind.c: New file.
6893 * gdb.python/py-recurse-unwind.py: New file.
6894 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 6895
0a1ddfa6
SM
68962016-08-24 Simon Marchi <simon.marchi@ericsson.com>
6897
6898 * gdb.base/set-inferior-tty.exp: New file.
6899 * gdb.base/set-inferior-tty.c: New file.
6900
d9de1fe3
PA
69012016-08-23 Pedro Alves <palves@redhat.com>
6902
6903 PR gdb/20494
6904 * gdb.base/new-ui-echo.c: New file.
6905 * gdb.base/new-ui-echo.exp: New file.
6906
e9d9abd7
YQ
69072016-08-23 Yao Qi <yao.qi@linaro.org>
6908
6909 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
6910 gdbserver_spawn.
6911 * gdb.server/connect-without-multi-process.exp (do_test):
6912 Likewise.
6913
3589529e
YQ
69142016-08-23 Yao Qi <yao.qi@linaro.org>
6915
6916 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
6917 standalone_txt. Delete gdb_txt and standalone_txt on host
6918 and target. Spawn the binary on target. Copy files from
6919 target to host.
6920
6bb90213
PA
69212016-08-22 Pedro Alves <palves@redhat.com>
6922
6923 PR gdb/20505
6924 * gdb.base/vdso-warning.exp: Test core dumps too. Use
6925 with_test_prefix. Factor out bits to ...
6926 (test_no_vdso): ... this new procedure.
6927
20c2c024
CL
69282016-08-19 Carl Love <cel@us.ibm.com>
6929
6930 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
6931 maintaining separate logic for constructing the output path.
6932 * gdb.arch/powerpc-d128-regs.exp: Likewise.
6933 * gdb.arch/ppc-dfp.exp: Likewise.
6934 * gdb.arch/ppc-fp.exp: Likewise.
6935 * gdb.arch/vsx-regs.exp: Likewise.
6936 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
6937 binprefix for generating the additional binary files.
6938
0646e07d
PA
69392016-08-19 Pedro Alves <palves@redhat.com>
6940
6941 * gdb.trace/mi-trace-frame-collected.exp
6942 (test_trace_frame_collected): On x32, expect two registers.
6943
46da9242
CL
69442016-08-18 Carl Love <cel@us.ibm.com>
6945
6946 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
6947 and sync up the test with tests in gas/testsuite/gas/ppc.
6948 * gdb.arch/powerpc-power.exp: Likewise.
6949
eb2332d7
SM
69502016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6951
6952 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
6953 expected error message.
6954
63c61e04
SM
69552016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6956
6957 * gdb.multi/remove-inferiors.exp: New file.
6958 * gdb.multi/remove-inferiors.c: New file.
6959
7b17065f
YQ
69602016-08-12 Yao Qi <yao.qi@linaro.org>
6961
6962 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
6963 argument list.
6964
01d3dedf
PA
69652016-08-10 Pedro Alves <palves@redhat.com>
6966
6967 PR gdb/19187
6968 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
6969 setup_kfails.
6970
3eb7562a
PA
69712016-08-09 Pedro Alves <palves@redhat.com>
6972 Simon Marchi <simon.marchi@ericsson.com>
6973
6974 PR gdb/20418
6975 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
6976 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
6977
80614914
PA
69782016-08-09 Pedro Alves <palves@redhat.com>
6979
6980 PR mi/20431
6981 * gdb.mi/mi-cmd-error.exp: New file.
6982
f348d89a
PA
69832016-08-09 Pedro Alves <palves@redhat.com>
6984
6985 PR gdb/18653
6986 * gdb.base/signals-state-child.c: New file.
6987 * gdb.base/signals-state-child.exp: New file.
6988 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
6989
e5ca03b4
PA
69902016-08-09 Pedro Alves <palves@redhat.com>
6991
6992 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
6993
282a0691
TT
69942016-08-03 Tom Tromey <tom@tromey.com>
6995
6996 PR python/18565:
6997 * gdb.python/py-frame-inline.exp: Add Frame.function test.
6998
41bfcd63
YQ
69992016-08-01 Yao Qi <yao.qi@linaro.org>
7000
7001 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
7002 variable mode to "multi-process" if $multi_process is 1, otherwise
7003 set it to "single-process".
7004
e3465b24
YQ
70052016-08-01 Yao Qi <yao.qi@linaro.org>
7006
7007 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
7008 * gdb.cp/cpexprs.exp: Likewise.
7009 * gdb.cp/m-static.exp: Likewise.
7010
0b31a4bc
TT
70112016-07-26 Tom Tromey <tom@tromey.com>
7012
7013 PR python/20190:
7014 * gdb.threads/tls.exp (check_thread_local): Add python symbol
7015 test.
7016
e0461dbb
MM
70172016-07-26 Markus Metzger <markus.t.metzger@intel.com>
7018
7019 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
7020 selecting assembly source files.
7021 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
7022 assembly source files.
7023 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
7024 assembly source files.
7025 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
7026 selecting assembly source files.
7027
8194e927
SM
70282016-07-25 Simon Marchi <simon.marchi@ericsson.com>
7029
7030 * gdb.base/new-ui.exp (do_test_invalid_args): New
7031 procedure.
7032
c0272db5
TW
70332016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
7034
7035 * gdb.btrace/reconnect.c: New file.
7036 * gdb.btrace/reconnect.exp: New file.
7037
e3487908
GKB
70382016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
7039
7040 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
7041 to test_catch_syscall_group.
7042 (test_catch_syscall_group): New.
7043
12df5c00
TT
70442016-07-21 Tom Tromey <tom@tromey.com>
7045
7046 * gdb.rust/simple.rs (main): Use empty struct expression.
7047 * gdb.rust/simple.exp: Add tests for empty struct expression.
7048
bae62ee2
YQ
70492016-07-21 Yao Qi <yao.qi@linaro.org>
7050
7051 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
7052 if gdb_skip_xml_test is true on some targets.
7053
b1b53fb3
YQ
70542016-07-21 Yao Qi <yao.qi@linaro.org>
7055
7056 * gdb.server/solib-list.exp: Unset last_loaded_file.
7057
027d97f8
JK
70582016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7059
7060 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
7061 "step into captured_main (args)".
7062
7674d381
JK
70632016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7064
7065 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
7066
72b5d099
JK
70672016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7068
7069 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
7070
1f960ced
PA
70712016-07-19 Pedro Alves <palves@redhat.com>
7072
7073 * gdb.opt/inline-break.exp: Remove optimize=-O2.
7074 * gdb.opt/inline-bt.exp: Likewise.
7075 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
7076 additional_flags=-Winline.
7077 * gdb.opt/inline-locals.exp: Likewise.
7078 * gdb.opt/inline-markers.c (ATTR): Define.
7079 (inlined_fn): Use it.
7080
f25827c1
YQ
70812016-07-19 Yao Qi <yao.qi@linaro.org>
7082
7083 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
7084 (test_with_self): Remove some code. Remove argument executable.
7085 (top-level): Use do_self_tests.
7086
37539ebe
DB
70872016-07-15 Zachary Welch <zwelch@codesourcery.com>
7088 Don Breazeal <donb@codesourcery.com>
7089
7090 * gdb.base/maint.exp: Escape paths used in regular expressions.
7091 * gdb.stabs/weird.exp: Likewise.
7092
dac790e1
TT
70932016-07-13 Tom Tromey <tom@tromey.com>
7094
7095 PR python/15620, PR python/18620:
7096 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
7097 (test_bkpt_events): New procs.
7098
93daf339
TT
70992016-07-13 Tom Tromey <tom@tromey.com>
7100
7101 PR python/17698:
7102 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
7103 test.
7104 (test_watchpoints): Likewise.
7105 (test_bkpt_pending): New proc.
7106
6571a381
TT
71072016-07-13 Tom Tromey <tom@tromey.com>
7108
7109 PR cli/18053:
7110 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
7111 completion test.
7112
e8732474
JK
71132016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7114
7115 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
7116 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
7117 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
7118 f_label.
7119 (g): Rename g_end_lbl to g_label.
7120 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
7121 low_pc and high_pc.
7122 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
7123
e0f3fd7c
TT
71242016-07-12 Tom Tromey <tom@tromey.com>
7125
7126 PR python/19293:
7127 * gdb.python/py-unwind-maint.exp: Update tests.
7128
3cfe46b6
YQ
71292016-07-12 Yao Qi <yao.qi@linaro.org>
7130
7131 * lib/selftest-support.exp (selftest_setup): Match the output
7132 when captured_main is inlined.
7133
4f19a0e6
WT
71342016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7135
7136 * gdb.fortran/derived-types.exp (result_line, result_line_2):
7137 New variables.
7138 (print this%a, print this%b, print this): New tests.
7139 * gdb.fortran/derived-types.f90 (this): New object and
7140 initialization.
7141
986cf455
SM
71422016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7143
7144 * gdb.ada/arraydim.exp: Remove extra directory level in build
7145 directory.
7146
f0464b23
SM
71472016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7148
7149 * lib/ada.exp: Remove extra directory level in build directory.
7150 * gdb.ada/cond_lang.exp: Likewise.
7151 * gdb.ada/exec_changed.exp: Likewise.
7152 * gdb.ada/lang_switch.exp: Likewise.
7153
42d94011
MG
71542016-07-06 Manish Goregaokar <manish@mozilla.com>
7155
2806dc7e
PA
7156 * simple.rs: Add test for raw pointer subscripting.
7157 * simple.exp: Add test expectations.
42d94011 7158
647c264c
YQ
71592016-07-05 Yao Qi <yao.qi@linaro.org>
7160
7161 * gdb.mi/mi-reverse.exp: Match =record-started output.
7162
20aa2c60
PA
71632016-07-01 Pedro Alves <palves@redhat.com>
7164
7165 * gdb.base/jit-reader.exp (info_registers_current_frame): New
7166 procedure.
7167 (jit_reader_test): Test the jit reader's unwinder.
7168 * gdb.base/jithost.c (jit_function_00_code): New global.
7169 (main): Use memcpy to fill in the mmapped code, instead of poking
7170 bytes manually here.
7171 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
7172 value.
7173 (read_debug_info): Save the function's range.
7174 (read_sp): New function.
7175 (unwind_frame): Use it. Also unwind RBP.
7176 (get_frame_id): Use read_sp.
7177 (gdb_init_reader): Use calloc instead of malloc.
7178 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
7179 parameter. Use gdb_test_multiple.
7180
ced2dffb
PA
71812016-07-01 Pedro Alves <palves@redhat.com>
7182 Antoine Tremblay <antoine.tremblay@ericsson.com>
7183
7184 * gdb.threads/process-dies-while-detaching.c: New file.
7185 * gdb.threads/process-dies-while-detaching.exp: New file.
7186
63000888
PA
71872016-07-01 Pedro Alves <palves@redhat.com>
7188
7189 * gdb.multi/watchpoint-multi-exit.c: New file.
7190 * gdb.multi/watchpoint-multi-exit.exp: New file.
7191
038d4868
PA
71922016-06-30 Pedro Alves <palves@redhat.com>
7193
7194 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
7195 unset inferior_spawn_id.
7196
994e9c83
PA
71972016-06-30 Pedro Alves <palves@redhat.com>
7198
7199 * lib/mi-support.exp (default_mi_gdb_start): Declare global
7200 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
7201
e5653468
YQ
72022016-06-29 Yao Qi <yao.qi@linaro.org>
7203
7204 * gdb.base/return.c: Add copyright header.
7205
803b47e5
TT
72062016-06-29 Tom Tromey <tom@tromey.com>
7207
7208 PR python/20129:
7209 * gdb.python/py-framefilter.exp: Add tests for setting priority
7210 and disabling of non-existent frame filter.
7211
28244707
YQ
72122016-06-29 Yao Qi <yao.qi@linaro.org>
7213
7214 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
7215 0x0f07ff.
7216
a31d2f06
YQ
72172016-06-28 Yao Qi <yao.qi@linaro.org>
7218
7219 * gdb.base/catch-syscall.exp: Remove check on isnative and target
7220 triplets. Start gdb, execute catch syscall, and continue. Check
7221 gdb's output to determine catch syscall is supported.
7222
921d8f54
MG
72232016-06-27 Manish Goregaokar <manish@mozilla.com>
7224
25d49b86
PA
7225 * gdb.rust/simple.rs: Add test for returning unit in a function.
7226 * gdb.rust/simple.exp: Add expectation for functions returning
7227 unit.
921d8f54 7228
f4952523
PMR
72292016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
7230
7231 * gdb.python/py-breakpoint-create-fail.c,
7232 gdb.python/py-breakpoint-create-fail.exp,
7233 gdb.python/py-breakpoint-create-fail.py: New testcase.
7234
fccb08f8
MG
72352016-06-25 Manish Goregaokar <manish@mozilla.com>
7236
7237 PR gdb/20239
7238 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
7239 * gdb.rust/simple.exp: Add test expectations for new NonZero
7240 tests.
fccb08f8 7241
6b850546
DT
72422016-06-24 David Taylor <dtaylor@emc.com>
7243
7244 * gdb.base/offsets.exp: New file.
7245 * gdb.base/offsets.c: New file.
7246
17621150
TT
72472016-06-23 Tom Tromey <tom@tromey.com>
7248
7249 PR gdb/16483:
7250 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
7251 before any filters are loaded.
7252
04d59df6
WT
72532016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
7254
7255 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
7256 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
7257 structs.
7258 * gdb.fortran/derived-type-function.exp: New file.
7259 * gdb.fortran/derived-type-function.f90: New file.
7260
7261
ac69f786
PA
72622016-06-21 Pedro Alves <palves@redhat.com>
7263
7264 * gdb.base/new-ui.exp: New file.
7265 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
7266 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
7267 (with_spawn_id): New procedure.
7268
49940788
PA
72692016-06-21 Pedro Alves <palves@redhat.com>
7270
7271 * gdb.mi/mi-exec-run.exp: New file.
7272
ef274d26
PA
72732016-06-21 Pedro Alves <palves@redhat.com>
7274
7275 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
7276 breakpoint command's output on the main UI.
7277 (test_break): New procedure, factored out from calls in the top
7278 level.
7279 (top level): Use foreach_with_prefix to test MI as main UI and as
7280 separate UI.
7281
468afe6c
PA
72822016-06-21 Pedro Alves <palves@redhat.com>
7283
7284 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
7285 (test_awatch_creation_and_listing)
7286 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
7287 Remove 'type' parameter.
7288 (test_watchpoint_all): New parameter mi_mode. Remove
7289 with_test_prefix.
7290 (top level): Use foreach_with_prefix, and add main/separate UI MI
7291 testing axis.
7292
51f77c37
PA
72932016-06-21 Pedro Alves <palves@redhat.com>
7294
7295 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
7296 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
7297 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
7298 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
7299 (gdb_main_spawn_id, mi_spawn_id): Declare and
7300 comment.
7301 (mi_create_inferior_pty): New procedure,
7302 factored out from default_mi_gdb_start.
7303 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
7304 procedures.
7305 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
7306 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
7307 Use mi_create_inferior_pty.
7308 (mi_gdb_start): Use eval to pass down args list.
7309
8980e177
PA
73102016-06-21 Pedro Alves <palves@redhat.com>
7311
7312 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
7313 * gdb.opt/inline-cmds.exp: Add MI tests.
7314
f38d3ad1
PA
73152016-06-21 Pedro Alves <palves@redhat.com>
7316
7317 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
7318
45db7c09
PA
73192016-06-21 Pedro Alves <palves@redhat.com>
7320
7321 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
7322 (top level): Use it instead of mi_execute_to.
7323
5a069ab3
PA
73242016-06-21 Pedro Alves <palves@redhat.com>
7325
7326 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
7327 (cont_handler_str): New.
7328 (signal_stop_handler): Set stop_handler_str instead of printing to
7329 stdout.
7330 (continue_handler): Set cont_handler_str instead of printing to
7331 stdout.
7332 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
7333 mi_send_resuming_command. Print stop_handler_str and
7334 cont_handler_str instead of expecting the python events print
7335 directly.
7336
2838cc1d
SD
73372016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
7338
7339 * gdb.base/jit-reader.exp: New file.
7340 * gdb.base/jithost.c: New file.
7341 * gdb.base/jithost.h: New file.
7342 * gdb.base/jitreader.c : New file.
7343 * gdb.base/jit-protocol.h: New file.
7344
21a77091
YQ
73452016-06-17 Yao Qi <yao.qi@linaro.org>
7346
7347 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
7348 parameters follow_fork and detach_on_fork. Set follow-fork-mode
7349 and detach-on-fork. Adjust tests.
7350 (top level): Invoke break_cond_on_syscall with combinations of
7351 syscall, follow-fork-mode and detach-on-fork.
7352
f50bf8e5
YQ
73532016-06-17 Yao Qi <yao.qi@linaro.org>
7354
7355 * gdb.base/step-over-exit.c: New.
7356 * gdb.base/step-over-exit.exp: New.
7357
a28d8e50
YTL
73582016-06-17 Yan-Ting Lin <currygt52@gmail.com>
7359
7360 * gdb.base/float.exp: Add target check for nds32*-*-*.
7361 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
7362
cad8e26d
AB
73632016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
7364
7365 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
7366 for unsupported target features.
7367 * gdb.base/call-rt-st.exp: Likewise.
7368 * gdb.base/call-sc.exp: Likewise.
7369 * gdb.base/call-signal-resume.exp: Likewise.
7370 * gdb.base/call-strs.exp: Likewise.
7371 * gdb.base/callexit.exp: Likewise.
7372 * gdb.base/callfuncs.exp: Likewise.
7373 * gdb.base/nodebug.exp: Likewise.
7374 * gdb.base/printcmds.exp: Likewise.
7375 * gdb.base/ptype.exp: Likewise.
7376 * gdb.base/structs.exp: Likewise.
7377 * gdb.base/unwindonsignal.exp: Likewise.
7378 * gdb.cp/gdb2495.exp: Likewise.
7379 * gdb.cp/templates.exp: Likewise.
7380 * gdb.cp/virtfunc.exp: Likewise.
7381 * gdb.threads/hand-call-in-threads.exp: Likewise.
7382 * gdb.threads/interrupted-hand-call.exp: Likewise.
7383 * gdb.threads/thread-unwindonsignal.exp: Likewise.
7384
347dc102
TT
73852016-06-10 Tom Tromey <tom@tromey.com>
7386
7387 PR rust/20110:
7388 * gdb.rust/expr.exp: Add test for integer constant larger than
7389 i32.
7390
5e13cf25
BH
73912016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
7392
7393 * gdb.fortran/nested-funcs.exp: New.
7394 * gdb.fortran/nested-funcs.f90: New.
7395
bb556f1f
TK
73962016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
7397
7398 * gdb.base/examine-backward.c: New file.
7399 * gdb.base/examine-backward.exp: New file.
7400
38b022b4
SM
74012016-06-06 Simon Marchi <simon.marchi@ericsson.com>
7402
7403 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
7404 matching.
7405
1b40ec05
TT
74062016-06-02 Tom Tromey <tom@tromey.com>
7407
7408 PR python/18984:
7409 * gdb.python/py-shared.exp: Add solib_name test.
7410
193bd378
SM
74112016-06-02 Simon Marchi <simon.marchi@ericsson.com>
7412
7413 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
7414
3326303b
MG
74152016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
7416
7417 PR c++/19893
7418 * gdb.dwarf2/implref.exp: Rename to...
7419 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
7420 * gdb.dwarf2/implref-array.c: New file.
7421 * gdb.dwarf2/implref-array.exp: Likewise.
7422 * gdb.dwarf2/implref-global.c: Likewise.
7423 * gdb.dwarf2/implref-global.exp: Likewise.
7424 * gdb.dwarf2/implref-struct.c: Likewise.
7425 * gdb.dwarf2/implref-struct.exp: Likewise.
7426
825c8ef2
AT
74272016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7428
7429 * gdb.trace/trace-condition.exp: Add 64bit tests.
7430
2320162a
AT
74312016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7432
7433 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
7434 bits types.
7435 (main): Adapt to 8 to 64 bits types.
7436 * gdb.trace/trace-condition.exp: Add new tests.
7437
a7818233
AT
74382016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7439
7440 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
7441
0d336466
AT
74422016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7443
7444 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
7445 Move condition tests...
7446 * gdb.trace/trace-condition.exp: Here.
7447
7faeb45a
AT
74482016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7449
7450 * gdb.trace/trace-condition.exp: Add counter-case tests.
7451
e385593e
JK
74522016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7453
7454 PR c++/15231
7455 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
7456 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
7457
744608cc
PA
74582016-05-27 Pedro Alves <palves@redhat.com>
7459
7460 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7461 New procedure.
7462 (top level): Call it, and bail out of DejaGnu is known to be bad.
7463
ac775bf4
AB
74642016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
7465
7466 * gdb.base/whatis.c: Extend the test case.
7467 * gdb.base/whatis.exp: Add additional tests.
7468
2bbad2ea
BH
74692016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7470
7471* gdb.fortran/type.f90: Add pointer variable.
7472* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
7473
8b70175d
BH
74742016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7475
7476 * gdb.fortran/vla-type.exp: Fix testcase name.
7477
86d8a848
BH
74782016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7479
7480 * gdb.fortran/vla-type.exp: Access elements in nested structs.
7481
e188eb36
BH
74822016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7483
7484 * gdb.fortran/type.f90: Add nested structures.
7485 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
7486 * gdb.fortran/derived-type.exp: Adapt expected output.
7487 * gdb.fortran/vla-type.exp: Adapt expected output.
7488
9b2db1fd
BH
74892016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7490
7491 * gdb.fortran/whatis_type.exp: Adapt expected output.
7492
72b17055
BH
74932016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7494
7495 * gdb.fortran/print_type.exp: Fix expected output.
7496 * gdb.fortran/whatis_type.exp: Fix expected output.
7497
3cd81d8d
BH
74982016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7499
7500 * gdb.fortran/whatis_type.exp: Use multi_line.
7501
ddae9462
TT
75022016-05-24 Tom Tromey <tom@tromey.com>
7503
7504 PR python/17386:
7505 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
7506 use value as an index.
7507
1957f6b8
TT
75082016-05-23 Tom Tromey <tom@tromey.com>
7509
7510 PR python/17981:
7511 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
7512 no-breakpoint case.
7513
026a9174
PA
75142016-05-24 Pedro Alves <palves@redhat.com>
7515
7516 PR gdb/19828
7517 * gdb.threads/clone-attach-detach.c: New file.
7518 * gdb.threads/clone-attach-detach.exp: New file.
7519
e70a7231
FR
75202016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
7521
7522 * gdb.base/annota-input-while-running.exp: Fix syntax error.
7523
0f6ed0e0
TT
75242016-05-23 Tom Tromey <tom@tromey.com>
7525
7526 PR python/19438, PR python/18393:
7527 * gdb.python/py-progspace.exp: Add "dir" test.
7528 * gdb.python/py-objfile.exp: Add "dir" test.
7529
ffd19d61
YQ
75302016-05-23 Yao Qi <yao.qi@linaro.org>
7531
7532 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
7533 * gdb.arch/thumb2-it.exp: Likewise.
7534
9e8f9b05
SM
75352016-05-18 Simon Marchi <simon.marchi@ericsson.com>
7536
7537 * gdb.mi/mi-threads-interrupt.c: New file.
7538 * gdb.mi/mi-threads-interrupt.exp: New file.
7539
61c6156d
SM
75402016-05-17 Simon Marchi <simon.marchi@ericsson.com>
7541
7542 PR gdb/18077
7543 * gdb.mi/mi-async-run.exp: New file.
7544 * gdb.mi/mi-async-run.c: New file.
7545
67218854
TT
75462016-05-17 Tom Tromey <tom@tromey.com>
7547 Manish Goregaokar <manishsmail@gmail.com>
7548
7549 * lib/rust-support.exp: New file.
7550 * lib/gdb.exp (skip_rust_tests): New proc.
7551 (build_executable_from_specs): Handle rust.
7552 * lib/future.exp (gdb_find_rustc): New proc.
7553 (gdb_default_target_compile): Handle rust.
7554 * gdb.rust/expr.exp: New file.
7555 * gdb.rust/generics.exp: New file.
7556 * gdb.rust/generics.rs: New file.
7557 * gdb.rust/methods.exp: New file.
7558 * gdb.rust/methods.rs: New file.
7559 * gdb.rust/modules.exp: New file.
7560 * gdb.rust/modules.rs: New file.
7561 * gdb.rust/simple.exp: New file.
7562 * gdb.rust/simple.rs: New file.
7563
c44af4eb
TT
75642016-05-17 Tom Tromey <tom@tromey.com>
7565
7566 * gdb.base/default.exp (set language): Add rust.
7567
dcd1f979
TT
75682016-05-17 Tom Tromey <tom@tromey.com>
7569
7570 * gdb.gdb/unittest.exp: New file.
7571
155b7f57
YQ
75722016-05-16 Yao Qi <yao.qi@linaro.org>
7573
7574 * gdb.base/batch-preserve-term-settings.exp: Remove variable
7575 shell_prompt. Update shell_prompt_re.
7576
8ddd5a6c
DE
75772016-05-12 Doug Evans <dje@google.com>
7578
7579 PR symtab/19999
7580 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
7581 $options when building executable.
7582 * gdb.dwarf2/fission-loclists-pie.S: New file.
7583 * gdb.dwarf2/fission-loclists-pie.exp: New file.
7584
02e370d9
SM
75852016-05-04 Simon Marchi <simon.marchi@ericsson.com>
7586
7587 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
7588 of [is_remote target],
7589
8929ad8b
SM
75902016-05-04 Simon Marchi <simon.marchi@ericsson.com>
7591
7592 * lib/gdb.exp (use_gdb_stub): New procedure.
7593
6c447423
DE
75942016-05-03 Yunlian Jiang <yunlian@google.com>
7595 Doug Evans <dje@google.com>
7596
7597 PR symtab/19914
7598 * gdb.dwarf2/dwp-sepdebug.c: New file.
7599 * gdb.dwarf2/dwp-sepdebug.exp: New file.
7600
444e826c
SM
76012016-05-02 Simon Marchi <simon.marchi@ericsson.com>
7602
7603 * gdb.base/detach.exp: Remove is_remote check.
7604
740feeaa
SM
76052016-05-02 Simon Marchi <simon.marchi@ericsson.com>
7606
7607 * gdb.base/annota-input-while-running.exp: Don't check for
7608 [is_remote target]. Enable annotations after running to main.
7609 Remove unused "set test..." line.
7610
9080ac9d
SM
76112016-04-28 Simon Marchi <simon.marchi@ericsson.com>
7612
7613 * gdb.trace/trace-enable-disable.exp: New file.
7614 * gdb.trace/trace-enable-disable.c: New file.
7615
952ebca5
SM
76162016-04-28 Simon Marchi <simon.marchi@ericsson.com>
7617
7618 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
7619 use it in info sharedlibrary test.
7620 * gdb.trace/ftrace-lock.exp: Likewise.
7621 * gdb.trace/ftrace.exp: Likewise.
7622 * gdb.trace/range-stepping.exp: Likewise.
7623 * gdb.trace/trace-break.exp: Likewise.
7624 * gdb.trace/trace-condition.exp: Likewise.
7625 * gdb.trace/trace-mt.exp: Likewise.
7626
d9019901
SM
76272016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7628
7629 * lib/gdb.exp (gdb_load_shlibs): Rename to...
7630 (gdb_load_shlib): ... this.
7631 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
7632 gdb_load_shlib.
7633 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
7634 * gdb.base/ctxobj.exp: Likewise.
7635 * gdb.base/dprintf-pending.exp: Likewise.
7636 * gdb.base/dso2dso.exp: Likewise.
7637 * gdb.base/fixsection.exp: Likewise.
7638 * gdb.base/gcore-relro.exp: Likewise.
7639 * gdb.base/gdb1555.exp: Likewise.
7640 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7641 * gdb.base/gnu-ifunc.exp: Likewise.
7642 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
7643 * gdb.base/jit-so.exp (one_jit_test): Likewise.
7644 * gdb.base/pending.exp: Likewise.
7645 * gdb.base/print-file-var.exp: Likewise.
7646 * gdb.base/print-symbol-loading.exp: Likewise.
7647 * gdb.base/shlib-call.exp: Likewise.
7648 * gdb.base/shreloc.exp: Likewise.
7649 * gdb.base/so-impl-ld.exp: Likewise.
7650 * gdb.base/solib-disc.exp: Likewise.
7651 * gdb.base/solib-nodir.exp: Likewise.
7652 * gdb.base/solib-overlap.exp: Likewise.
7653 * gdb.base/solib-symbol.exp: Likewise.
7654 * gdb.base/solib-weak.exp (do_test): Likewise.
7655 * gdb.base/sym-file.exp: Likewise.
7656 * gdb.base/symtab-search-order.exp: Likewise.
7657 * gdb.base/type-opaque.exp: Likewise.
7658 * gdb.base/unload.exp: Likewise.
7659 * gdb.base/watchpoint-solib.exp: Likewise.
7660 * gdb.compile/compile.exp: Likewise.
7661 * gdb.cp/gdb2384.exp: Likewise.
7662 * gdb.cp/infcall-dlopen.exp: Likewise.
7663 * gdb.cp/re-set-overloaded.exp: Likewise.
7664 * gdb.fortran/library-module.exp: Likewise.
7665 * gdb.opt/solib-intra-step.exp: Likewise.
7666 * gdb.python/py-finish-breakpoint.exp: Likewise.
7667 * gdb.python/py-shared.exp: Likewise.
7668 * gdb.reverse/solib-precsave.exp: Likewise.
7669 * gdb.reverse/solib-reverse.exp: Likewise.
7670 * gdb.server/solib-list.exp: Likewise.
7671 * gdb.threads/dlopen-libpthread.exp: Likewise.
7672 * gdb.threads/tls-shared.exp: Likewise.
7673 * gdb.threads/tls-so_extern.exp: Likewise.
7674 * gdb.trace/change-loc.exp: Likewise.
7675 * gdb.trace/ftrace-lock.exp: Likewise.
7676 * gdb.trace/ftrace.exp: Likewise.
7677 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
7678 * gdb.trace/pending.exp: Likewise.
7679 * gdb.trace/range-stepping.exp: Likewise.
7680 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
7681 (strace_info_marker): Likewise.
7682 (strace_probe_marker): Likewise.
7683 (strace_trace_on_same_addr): Likewise.
7684 (strace_trace_on_diff_addr): Likewise.
7685 * gdb.trace/trace-break.exp: Likewise.
7686 * gdb.trace/trace-condition.exp: Likewise.
7687 * gdb.trace/trace-mt.exp: Likewise.
7688
fca4cfd9
SM
76892016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7690
7691 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
7692 result of gdb_remote_download.
7693 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
7694 * gdb.base/dso2dso.exp: Likewise.
7695 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7696 * gdb.base/print-file-var.exp: Likewise.
7697 * gdb.base/shlib-call.exp: Likewise.
7698 * gdb.base/shreloc.exp: Likewise.
7699 * gdb.base/solib-overlap.exp: Likewise.
7700 * gdb.base/solib-weak.exp (do_test): Likewise.
7701 * gdb.base/unload.exp: Likewise.
7702
11cf4ffb
YQ
77032016-04-27 Yao Qi <yao.qi@linaro.org>
7704
7705 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
7706 exists.
7707
3e2e34f8
KB
77082016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7709
7710 * vla-type.exp: Print structure from toplevel.
7711
8f07e298
BH
77122016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7713
7714 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
7715 of dynamic types.
7716 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
7717 of dynamic types.
7718
9920b434
BH
77192016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7720
7721 * gdb.fortran/vla-type.f90: New file.
7722 * gdb.fortran/vla-type.exp: New file.
7723
f3abeff5
YQ
77242016-04-25 Yao Qi <yao.qi@linaro.org>
7725
7726 * gdb.base/branch-to-self.c: New file.
7727 * gdb.base/branch-to-self.exp: New file.
7728
0a5d52f0
YQ
77292016-04-22 Yao Qi <yao.qi@linaro.org>
7730
7731 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
7732 more after $hex.
7733
495346f6
YQ
77342016-04-22 Yao Qi <yao.qi@linaro.org>
7735
7736 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
7737 * gdb.base/annota3.exp: Likewise.
7738
4a7e075c
YQ
77392016-04-22 Yao Qi <yao.qi@linaro.org>
7740
7741 * gdb.reverse/step-precsave.exp: Do one step and test program
7742 stops in "callee" and do multiple steps until program goes out
7743 of "callee".
7744 * gdb.reverse/step-reverse.exp: Likewise.
7745
5b061e98
YQ
77462016-04-22 Yao Qi <yao.qi@linaro.org>
7747
7748 * gdb.trace/signal.exp: Also pass if
7749 $tracepoint_hits($i) > $iterations.
7750
5c5dc57f
YQ
77512016-04-22 Yao Qi <yao.qi@linaro.org>
7752
7753 * gdb.trace/signal.c: New file.
7754 * gdb.trace/signal.exp: New file.
7755
a55411b9
DE
77562016-04-19 Doug Evans <xdje42@gmail.com>
7757
7758 * gdb.base/bad-file.exp: New file.
7759
a22df60a
MG
77602016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
7761
7762 * gdb.dwarf2/implref.exp: New file.
7763
0c13f7e5
BH
77642016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7765
7766 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
7767 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
7768 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
7769 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
7770 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
7771 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
7772 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
7773 * lib/fortran.exp (fortran_int4): New procedure.
7774 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
7775 (fortran_logical4): Likewise.
7776
9b9b09e9
BH
77772016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
7778
7779 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
7780
a14d1f4d
BH
77812016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7782
7783 * lib/compiler.c: Add Intel specific preprocessor macros.
7784 * lib/compiler.cc: Likewise.
25d49b86 7785
7d49b1d0
LM
77862016-04-13 Luis Machado <lgustavo@codesourcery.com>
7787
7788 * gdb.server/connect-with-no-symbol-file.c: New file.
7789 * gdb.server/connect-with-no-symbol-file.exp: New file.
7790
8392fa22
SM
77912016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7792
7793 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
7794
8c4c4aeb
SM
77952016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7796
7797 * boards/gdbserver-base.exp (${board}_download): Copy source file to
7798 standard output directory.
7799
45e3745e
AT
78002016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
7801
7802 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
7803
e26b7e41
MM
78042016-04-13 Markus Metzger <markus.t.metzger@intel.com>
7805
7806 * gdb.btrace/instruction_history.c (loop): Add declaration.
7807
8ce09462
AT
78082016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7809
7810 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
7811
2e88a1ea
SM
78122016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
7813
7814 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
7815 parentheses to print.
7816 (continue_handler): Likewise.
7817
f48e22e3
SM
78182016-04-08 Simon Marchi <simon.marchi@ericsson.com>
7819
7820 * gdb.server/solib-list.exp: Remove is_remote check.
7821 Pass shlib= to gdb_compile. Don't link shared library with
7822 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
7823 Run binary filename through "readlink -f" on the target.
7824
096be756
PA
78252016-04-08 Pedro Alves <palves@redhat.com>
7826
7827 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
7828 interpreter filename as argument to gdbserver_spawn.
7829 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7830 Return empty if $last_loaded_file does not exist.
7831
06500533
JK
78322016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7833
7834 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
7835 * gdb.base/jit-main.c: Use exit after usage.
7836
2d35e871
JK
78372016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7838
7839 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
7840 GDBHISTSIZE prior to the tests.
7841 * gdb.base/gdbinit-history.exp: Likewise.
7842
78432016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
7844
7845 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
7846 instead of build_executable. Use gdb_load_shlibs.
7847
c8064e7e
YQ
78482016-04-07 Yao Qi <yao.qi@linaro.org>
7849
7850 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
7851 Execute "si" command.
7852
bde47561
YQ
78532016-04-07 Yao Qi <yao.qi@linaro.org>
7854
7855 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
7856 number instead of the comments on some line.
7857
b16f8a3b
DB
78582016-04-06 Don Breazeal <donb@codesourcery.com>
7859
7860 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
7861 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
7862
c2f901df
SM
78632016-04-06 Simon Marchi <simon.marchi@ericsson.com>
7864
7865 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
7866 standard_output_file. Remove unused binfile variable.
7867
ac17fda0
CU
78682016-04-05 Catalin Udma <catalin.udma@freescale.com>
7869
7870 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
7871 * gdb.python/py-mi-objfile.exp: Match "list main" output
7872 in console format.
7873
03a8c4df
SM
78742016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
7875
7876 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
7877 absolute.
7878
6e774b13
SM
78792016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7880
7881 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
7882 absolute.
7883 * gdb.trace/ftrace.exp: Likewise.
7884 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
7885 targets as well.
7886 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
7887 (gdb_load_shlibs): Copy libraries to test directory when testing
7888 natively. Only set solib-search-path if testing remotely.
7889 * lib/mi-support.exp (mi_load_shlibs): Likewise.
7890
7817ea46
SM
78912016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7892
7893 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
7894 gdb_download. Use it even if the target is not remote.
7895 * gdb.base/jit.exp (compile_jit_test): Likewise.
7896 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
7897 output directory if the destination board is local, otherwise use
7898 the standard remote_download from DejaGnu.
7899 (gdb_download): Remove.
7900 (gdb_load_shlibs): Use gdb_remote_download instead of
7901 gdb_download.
7902 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7903 Use gdb_remote_download instead of gdb_download. Use it even if
7904 the target is not remote.
7905 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
7906 instead of gdb_download.
7907
7beb7f68
SM
79082016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
7909
7910 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
7911 (test_insert_delete_modify): Call mi_load_shlibs before trying to
7912 run.
7913
cc63428a
AV
79142016-04-01 Artemiy Volkov <artemiyv@acm.org>
7915
7916 PR gdb/19820
7917 * gdb.base/printcmds.exp: Add artificial arrays tests.
7918
64cdf930
PA
79192016-03-31 Pedro Alves <palves@redhat.com>
7920
7921 PR gdb/19858
7922 * gdb.base/jit-main.c: Include unistd.h.
7923 (ATTACH): Define to 0 if not already defined.
7924 (wait_for_gdb, mypid): New globals.
7925 (WAIT_FOR_GDB): New macro.
7926 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
7927 some breakpoint locations.
7928 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
7929 New procedures.
7930 (one_jit_test): Add REATTACH parameter, and handle it. Use
7931 continue_to_test_location.
7932 (top level): Test attach, and adjusts calls to one_jit_test.
7933
40dea8cb
PA
79342016-03-31 Pedro Alves <palves@redhat.com>
7935
7936 PR gdb/19858
7937 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
7938 BINSUFFIX parameter, and handle it.
7939 (top level): Adjust calls compile_jit_test.
7940
e7ea3ec7
CU
79412016-03-31 Catalin Udma <catalin.udma@freescale.com>
7942
7943 PR python/19743
7944 * gdb.python/py-mi-events-gdb.py: New file.
7945 * gdb.python/py-mi-events.c: New file.
7946 * gdb.python/py-mi-events.exp: New file.
7947
e6359af3
YQ
79482016-03-30 Yao Qi <yao.qi@linaro.org>
7949
7950 * gdb.reverse/until-precsave.exp: Match function name only.
7951 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
7952 Move malloc to a condition block.
7953 * gdb.reverse/until-reverse.exp: Match function name only.
7954
a4105d04
MK
79552016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
7956
7957 * gdb.trace/ftrace.exp: Set arg0exp for s390.
7958 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
7959 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
7960 variable for GPR 0 instead of assuming it is register 0.
7961 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
7962 * lib/trace-support.exp: Add s390 registers.
7963
bfa6adb9
YQ
79642016-03-29 Yao Qi <yao.qi@linaro.org>
7965
7966 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
7967
1e6697ea
YQ
79682016-03-24 Yao Qi <yao.qi@linaro.org>
7969
7970 * gdb.reverse/break-reverse.exp: Add quotation mark in the
7971 test message.
7972
64bcd522
AA
79732016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7974
7975 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
7976 maintaining separate logic for constructing the output path.
7977
7868401b
DB
79782016-03-16 Don Breazeal <donb@codesourcery.com>
7979
7980 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
7981 Retry fork and waitpid on interrupted system call errors.
7982 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7983 Use with_timeout_factor to increase timeout by factor of 10.
7984
1cafadb4
DB
79852016-03-15 Don Breazeal <donb@codesourcery.com>
7986
7987 * gdb.cp/scope-err.cc: New test program.
7988 * gdb.cp/scope-err.exp: New test script.
7989 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
7990 lines and "set breakpoint here" comment.
7991 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
7992 Fixed some whitespace and format issues.
7993 * gdb.mi/mi-linespec-err-cp.cc: New test program.
7994 * gdb.mi/mi-linespec-err-cp.exp: New test script.
7995
81516450
DE
79962016-03-15 Doug Evans <dje@google.com>
7997
7998 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
7999 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
8000 All callers updated. Add tests for enums, mixed flags register.
8001
aa52b601
DE
80022016-03-15 Doug Evans <dje@google.com>
8003
8004 * gdb.base/skip.c (main): Call test_skip_file_and_function.
8005 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
8006
fa4ff313
SM
80072016-03-14 Simon Marchi <simon.marchi@ericsson.com>
8008
8009 * gdb.base/default.exp: Add $_as_string to the list of expected
8010 convenience functions.
8011
f2403c39
AB
80122016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
8013
8014 * gdb.base/maint.exp: New tests for 'maint info line-table'.
8015
f2f3ccb9
SM
80162016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
8017
8018 * gdb.python/py-as-string.exp: New file.
8019 * gdb.python/py-as-string.c: New file.
8020
00dbd492
PA
80212016-03-09 Pedro Alves <palves@redhat.com>
8022
8023 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
8024 signal" -> "Thread NN received signal" output change.
8025 * gdb.threads/ia64-sigill.exp: Likewise.
8026 * gdb.threads/linux-dp.exp: Likewise.
8027 * gdb.threads/manythreads.exp: Likewise.
8028 * gdb.threads/pending-step.exp: Likewise.
8029 * gdb.threads/print-threads.exp: Likewise.
8030 * gdb.threads/sigstep-threads.exp: Likewise.
8031 * gdb.threads/staticthreads.exp: Likewise.
8032 * gdb.threads/tls.exp: Likewise.
8033
1e6697ea
YQ
80342016-03-09 Pedro Alves <palves@redhat.com>
8035
8036 * gdb.base/command-line-input.exp: New file.
8037
b04fd3be
MK
80382016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8039
8040 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
8041 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
8042 * gdb.trace/pending.exp: Accept leading dot before function name.
8043 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
8044 * lib/trace-support.exp: Set registers for ppc.
8045
98fa59e9
MK
80462016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8047
8048 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
8049 use it for disassembly; accept .main in addition to main in backtrace.
8050
f77198c8
MK
80512016-03-09 Wei-cheng Wang <cole945@gmail.com>
8052 Marcin Kościelnicki <koriakin@0x04.net>
8053
8054 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
8055 (gdb_recursion_test_ptr): New global variable.
8056 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
8057 gdb_recursion_test.
8058 (gdb_c_test): Ditto.
8059
ba84e0da
MK
80602016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8061
8062 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
8063 ordering.
8064
4366d36e
MK
80652016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8066
8067 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
8068 (bar): Add bar_start_lbl label.
8069 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
8070 of foo/bar for emitting DWARF and tracing.
8071
5eb264df
SDJ
80722016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
8073
8074 * analyze-racy-logs.py: Set executable bit.
8075
fb6a751f
SDJ
80762016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
8077
8078 * Makefile.in (DEFAULT_RACY_ITER): New variable.
8079 (CHECK_TARGET_TMP): Likewise.
8080 (check-single-racy): New rule.
8081 (check-parallel-racy): Likewise.
8082 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
8083 (do-check-parallel-racy): New rule.
8084 (check-racy/%.exp): Likewise.
8085 * README (Racy testcases): New section.
8086 * analyze-racy-logs.py: New file.
8087
bdf7e230
DE
80882016-03-03 Doug Evans <dje@google.com>
8089
8090 * gdb.base/skip.exp: Use with_test_prefix.
8091
4719d415
YQ
80922016-03-03 Yao Qi <yao.qi@linaro.org>
8093
8094 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
8095 Invoke step_over_syscall "clone" and break_cond_on_syscall
8096 "clone".
8097 * gdb.base/step-over-clone.c: New file.
8098
ea507862
YQ
80992016-03-03 Yao Qi <yao.qi@linaro.org>
8100
8101 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
8102 code format.
8103
8fc8cbda
YQ
81042016-03-03 Yao Qi <yao.qi@linaro.org>
8105
8106 * gdb.base/disp-step-fork.c: Rename to ...
8107 * gdb.base/step-over-fork.c: ... it. New file.
8108 * gdb.base/disp-step-vfork.c: Rename to ...
8109 * gdb.base/step-over-vfork.c: ... it. New file.
8110 * gdb.base/disp-step-syscall.exp: Rename to ...
8111 * gdb.base/step-over-syscall.exp: ... it. New file.
8112 (disp_step_cross_syscall): Rename to ...
8113 (step_over_syscall): ... it.
8114
92fa70b0
YQ
81152016-03-03 Yao Qi <yao.qi@linaro.org>
8116
8117 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
8118 If target supports condition evaluation on target, invoke
8119 break_cond_on_syscall for fork and vfork.
8120
e197ad3c
YQ
81212016-03-03 Yao Qi <yao.qi@linaro.org>
8122
8123 * gdb.base/disp-step-syscall.exp: Don't invoke
8124 support_displaced_stepping.
8125 (disp_step_cross_syscall): Test with displaced stepping off and
8126 on if supported.
8127
0b47da9f
YQ
81282016-03-03 Yao Qi <yao.qi@linaro.org>
8129
8130 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
8131 proc.
8132 (setup): New proc.
8133 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
8134 and setup.
8135
065ab6dc
BH
81362016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8137
8138 * gdb.fortran/vla-history.exp: Remove breakpoint.
8139
07e448ad 81402016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8141
25d49b86
PA
8142 * gdb.fortran/vla-history.exp: Lookup array elements and printing
8143 exceeds timeout.
07e448ad 8144
9ac2d526 81452016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8146
25d49b86
PA
8147 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
8148 breakpoint.
9ac2d526 8149
17807369
BH
81502016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8151
8152 * gdb.mi/vla.f90: Nullify pointer after declaration.
8153
86e501af
PA
81542016-03-01 Pedro Alves <palves@redhat.com>
8155
8156 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
8157
1e903e32
PA
81582016-03-01 Pedro Alves <palves@redhat.com>
8159
8160 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
8161 before anything else.
8162 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
8163 _GNU_SOURCE here.
8164 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
8165 before anything else.
8166 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
8167
6ccb54e2
PA
81682016-03-01 Pedro Alves <palves@redhat.com>
8169
8170 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
8171
30ca9da1
YQ
81722016-03-01 Yao Qi <yao.qi@linaro.org>
8173
8174 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
8175 prepare_for_testing.
8176
dc856b38
YQ
81772016-03-01 Yao Qi <yao.qi@linaro.org>
8178
8179 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
8180
4a932159
AA
81812016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8182
8183 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
8184 manually constructing the output path.
8185
f2489477
AA
81862016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8187
8188 * gdb.arch/s390-stackless.S: New.
8189 * gdb.arch/s390-stackless.exp: New.
8190
38899f16
IB
81912016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
8192
8193 * gdb.dlang/circular.c: New file.
8194 * gdb.dlang/circular.exp: New file.
8195
9fde51ed
YQ
81962016-02-26 Yao Qi <yao.qi@linaro.org>
8197
8198 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
8199 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
8200 (testcases): Update.
8201
ce90fefe
YQ
82022016-02-26 Yao Qi <yao.qi@linaro.org>
8203
8204 * gdb.reverse/aarch64.c: Rename to ...
8205 * gdb.reverse/insn-reverse.c: ... it.
8206 * gdb.reverse/aarch64.exp: Rename to ...
8207 * gdb.reverse/insn-reverse.exp: ... it.
8208
3263bceb
YQ
82092016-02-26 Yao Qi <yao.qi@linaro.org>
8210
8211 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
8212 (testcase_ftype): New.
8213 (testcases): New array.
8214 (n_testcases): New.
8215 (main): Call each element in testcases.
8216 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
8217 (read_testcase): New.
8218 Do the tests in a loop.
8219
6cb59ff1
YQ
82202016-02-25 Yao Qi <yao.qi@linaro.org>
8221
8222 * gdb.base/branches.c: Remove.
8223
ae91f625
MK
82242016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8225
8226 PR gdb/13808
8227 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
8228
678b48b7
MK
82292016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8230
8231 * gdb.trace/ftrace.exp: Remove unnecessary target check.
8232
7337a6f2
MK
82332016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8234
8235 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
8236 change x86_64 call_insn to 'callq'.
8237
861ca91f
AT
82382016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
8239
8240 * gdb.trace/tfile-avx.c: Move to...
8241 * gdb.trace/tracefile-pseudo-reg.c: Here.
8242 * gdb.trace/tfile-avx.exp: Move to...
8243 * gdb.trace/tracefile-pseudo-reg.exp: Here.
8244
bf74e428
GB
82452016-02-24 Gary Benson <gbenson@redhat.com>
8246
8247 * gdb.base/attach-pie-noexec.exp: Do not expect an error
8248 message on attach.
8249
cce0e923
DE
82502016-02-23 Doug Evans <dje@google.com>
8251
8252 * gdb.base/skip.c (test_skip): New function.
8253 (end_test_skip_file_and_function): New function.
8254 (test_skip_file_and_function): New function.
8255 * gdb.base/skip1.c (test_skip): New function.
8256 (skip1_test_skip_file_and_function): New function.
8257 * gdb.base/skip.exp: Add tests for new skip options.
8258 * gdb.base/skip-solib.exp: Update expected output.
8259 * gdb.perf/skip-command.cc: New file.
8260 * gdb.perf/skip-command.exp: New file.
8261 * gdb.perf/skip-command.py: New file.
8262
4000e47e
MK
82632016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
8264
8265 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
8266 info registers pattern.
8267
24f75ead
IB
82682016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
8269
8270 * lib/future.exp: Add D support.
8271 (gdb_find_gdc): New proc.
8272 (gdb_default_target_compile): Add D support.
8273
fbb7bcbe
WW
82742016-02-18 Wei-cheng Wang <cole945@gmail.com>
8275
8276 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
8277 user+system time.
8278 (trace_speed_test): Determine the iteration count for a time
8279 between 15..30 seconds.
8280
012b3a21
WT
82812016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
8282
8283 * gdb.arch/i386-mpx-sigsegv.c: New file.
8284 * gdb.arch/i386-mpx-sigsegv.exp: New file.
8285 * gdb.arch/i386-mpx-simple_segv.c: New file.
8286 * gdb.arch/i386-mpx-simple_segv.exp: New file.
8287
2d5189bd
YQ
82882016-02-18 Yao Qi <yao.qi@linaro.org>
8289
8290 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
8291 Don't call setup_kfail.
8292
40fb20d0
YQ
82932016-02-18 Yao Qi <yao.qi@linaro.org>
8294
8295 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8296 Set "set breakpoint condition-evaluation" per $cond_bp_target.
8297
21b1f8d2
DE
82982016-02-16 Doug Evans <dje@google.com>
8299
8300 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
8301 * gdb.base/skip1.c: Ditto.
8302 * gdb.base/skip.exp: Whitespace cleanup.
8303
4041ed77
DB
83042016-02-16 Don Breazeal <donb@codesourcery.com>
8305
8306 PR remote/19496
8307 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8308 Remove kfail for PR remote/19496.
8309
c4ef31bf
SM
83102016-02-16 Simon Marchi <simon.marchi@ericsson.com>
8311
8312 * lib/gdb.exp (standard_temp_file): Return a path specific to
8313 the runtest invocation.
8314
266b65b3
SM
83152016-02-16 Simon Marchi <simon.marchi@ericsson.com>
8316
8317 * gdb.trace/save-trace.exp: Change relative path to be in the
8318 standard output directory.
8319
a7a0a6a9
JK
83202016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8321
8322 * gdb.arch/i386-prologue.c: Add missing prototypes.
8323
c99dbb42
JK
83242016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8325
8326 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
8327 * gdb.arch/i386-prologue.exp: Likewise.
8328 * gdb.arch/i386-size.exp: Likewise.
8329
aa480355
SM
83302016-02-15 Simon Marchi <simon.marchi@ericsson.com>
8331
8332 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
8333 define object file path.
8334 * gdb.btrace/gcore.exp: Use standard_output_file to define core
8335 file path.
8336 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
8337 standard_output_file to define binfile.
8338
ba881f50
JK
83392016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8340
8341 Fix compatibility with recent gfortran-5.3.1.
8342 * gdb.fortran/vla-history.exp (print vla1 allocated)
8343 (print vla2 allocated, print $2, print $3): Remove
8344 (print $4): Rename to ...
8345 (print $2): ... here.
8346 (print $9): Rename to ...
8347 (print $5): ... here.
8348 (print $10): Rename to ...
8349 (print $6): ... here.
8350 * gdb.fortran/vla.f90: Add pvla initialization.
8351
e9fb005c
JK
83522016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8353
8354 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
8355 New test.
8356 * gdb.fortran/vla-value-sub.exp: Likewise.
8357
e44e00ff
MK
83582016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
8359
8360 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
8361
97e94151
SM
83622016-02-12 Simon Marchi <simon.marchi@ericsson.com>
8363
8364 * i386-biarch-core.exp: Define corefile using
8365 standard_output_file.
8366
01113bc1
YQ
83672016-02-12 Yao Qi <yao.qi@linaro.org>
8368
8369 * gdb.arch/arm-single-step-kernel-helper.c: New.
8370 * gdb.arch/arm-single-step-kernel-helper.exp: New.
8371
33b4777c
MM
83722016-02-12 Markus Metzger <markus.t.metzger@intel.com>
8373
8374 * gdb.btrace/tailcall-only.exp: New.
8375 * gdb.btrace/tailcall-only.c: New.
8376 * gdb.btrace/x86_64-tailcall-only.S: New.
8377 * gdb.btrace/i686-tailcall-only.S: New.
8378
acc23c11
PA
83792016-02-11 Pedro Alves <palves@redhat.com>
8380
8381 * README (Parallel testing): Add missing double quotes.
8382
e352bf0a
PA
83832016-02-11 Pedro Alves <palves@redhat.com>
8384
8385 * README (Parallel testing): New section.
8386 (GDB_PARALLEL): Rewrite.
8387 (FORCE_PARALLEL): Document.
8388
9f5fed78
MK
83892016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
8390
8391 * gdb.trace/tfile-avx.c: New test.
8392 * gdb.trace/tfile-avx.exp: New test.
8393
9ef9e6a6
KS
83942016-02-09 Keith Seitz <keiths@redhat.com>
8395
8396 PR breakpoints/19546
8397 * gdb.base/infcall-exec.c: New file.
8398 * gdb.base/infcall-exec2.c: New file.
8399 * gdb.base/infcall-exec.exp: New file.
8400
a96e36da
KS
84012016-02-09 Keith Seitz <keiths@redhat.com>
8402
8403 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
8404 (toplevel): Call test_bkpt_address.
8405
9f61929f
KS
84062016-02-09 Keith Seitz <keiths@redhat.com>
8407
8408 PR python/19506
8409 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
8410 (toplevel): Call test_bkpt_address.
8411
1e94266c
SM
84122016-02-09 Simon Marchi <simon.marchi@ericsson.com>
8413
8414 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
8415 to AC_OUTPUT.
8416 * configure: Regenerate.
8417
2a7f3dff
PA
84182016-02-09 Pedro Alves <palves@redhat.com>
8419
8420 PR breakpoints/19548
8421 * gdb.base/execl-update-breakpoints.c (some_function): New
8422 function.
8423 (main): Call it.
8424 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
8425 Tighten expected GDB output.
8426
2151ccc5
SM
84272016-02-08 Simon Marchi <simon.marchi@ericsson.com>
8428
8429 * Makefile.in (ALL_SUBDIRS): Remove.
8430 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
8431 (distclean maintainer-clean realclean): Likewise.
8432 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
8433 * configure: Regenerate.
8434 * gdb.ada/Makefile.in: Delete.
8435 * gdb.arch/Makefile.in: Likewise.
8436 * gdb.asm/Makefile.in: Likewise.
8437 * gdb.base/Makefile.in: Likewise.
8438 * gdb.btrace/Makefile.in: Likewise.
8439 * gdb.cell/Makefile.in: Likewise.
8440 * gdb.compile/Makefile.in: Likewise.
8441 * gdb.cp/Makefile.in: Likewise.
8442 * gdb.disasm/Makefile.in: Likewise.
8443 * gdb.dlang/Makefile.in: Likewise.
8444 * gdb.dwarf2/Makefile.in: Likewise.
8445 * gdb.fortran/Makefile.in: Likewise.
8446 * gdb.gdb/Makefile.in: Likewise.
8447 * gdb.go/Makefile.in: Likewise.
8448 * gdb.guile/Makefile.in: Likewise.
8449 * gdb.java/Makefile.in: Likewise.
8450 * gdb.linespec/Makefile.in: Likewise.
8451 * gdb.mi/Makefile.in: Likewise.
8452 * gdb.modula2/Makefile.in: Likewise.
8453 * gdb.multi/Makefile.in: Likewise.
8454 * gdb.objc/Makefile.in: Likewise.
8455 * gdb.opencl/Makefile.in: Likewise.
8456 * gdb.opt/Makefile.in: Likewise.
8457 * gdb.pascal/Makefile.in: Likewise.
8458 * gdb.perf/Makefile.in: Likewise.
8459 * gdb.python/Makefile.in: Likewise.
8460 * gdb.reverse/Makefile.in: Likewise.
8461 * gdb.server/Makefile.in: Likewise.
8462 * gdb.stabs/Makefile.in: Likewise.
8463 * gdb.threads/Makefile.in: Likewise.
8464 * gdb.trace/Makefile.in: Likewise.
8465 * gdb.xml/Makefile.in: Likewise.
8466 * lib/gdb.exp (make_gdb_parallel_path): Add check for
8467 GDB_PARALLEL.
8468 (standard_output_file): Remove check for GDB_PARALLEL, always
8469 return path in outputs/$subdir/$testname.
8470
437277d4
SM
84712016-02-08 Simon Marchi <simon.marchi@ericsson.com>
8472
8473 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
8474 (site.exp): Assign abs_srcdir to tcl's srcdir.
8475
31d913c7
YQ
84762016-02-04 Yao Qi <yao.qi@linaro.org>
8477
8478 * gdb.base/foll-exec-mode.c: Include limits.h.
8479 (main): Add parameters argc and argv. Get directory from
8480 argv[0].
8481 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
8482 compilation.
8483 * gdb.base/foll-exec.c: Include limits.h.
8484 (main): Add parameters argc and argv.
8485 Get directory from argv[0].
8486 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
8487 Adjust tests on the number of lines as source code changed.
8488 * gdb.base/foll-vfork-exit.c: Include limits.h.
8489 (main): Add one line of statement before vfork.
8490 * gdb.base/foll-vfork.c: Include limits.h and string.h.
8491 (main): Add parameters argc and argv. Get directory from
8492 argv[0].
8493 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
8494 (setup_gdb): Set tbreak to skip some source lines.
8495 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
8496 (main): Add parameters argc and argv. Get directory from
8497 argv[0].
8498 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
8499 compilation.
8500 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
8501 (main): Add parameters argc and argv. Get directory from
8502 argv[0].
8503 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
8504 compilation.
8505
9482b9fb
DE
85062016-02-01 Doug Evans <dje@google.com>
8507
8508 * gdb.base/skip.exp: Clean up multiple references to same test name.
8509
6b2e4f10
PA
85102016-02-01 Pedro Alves <palves@redhat.com>
8511
ccb6afd6 8512 PR remote/19496
6b2e4f10
PA
8513 * gdb.threads/forking-threads-plus-breakpoint.exp
8514 (displaced_stepping_supported): New global.
8515 (probe_displaced_stepping_support): New procedure.
8516 (do_test): Add 'displaced' parameter, and use it.
8517 (top level): Check for displaced stepping support. Add displaced
8518 stepping on/off testing axis.
8519
37a8db1a
AB
85202016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
8521
8522 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
8523 pointer. Don't perform further tests on the unassociated pointer
8524 if the first test fails.
8525
5fdf6324
AB
85262016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
8527
8528 * gdb.base/max-value-size.c: New file.
8529 * gdb.base/max-value-size.exp: New file.
8530 * gdb.base/huge.exp: Disable max-value-size for this test.
8531
935c6144
IB
85322016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
8533
8534 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8535
7fe8399d
YQ
85362016-01-28 Yao Qi <yao.qi@linaro.org>
8537
8538 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
8539
a2077e25
PA
85402016-01-25 Pedro Alves <palves@redhat.com>
8541
8542 PR threads/19461
8543 * gdb.base/fork-running-state.c: New file.
8544 * gdb.base/fork-running-state.exp: New file.
8545
1d2736d4
PA
85462016-01-25 Pedro Alves <palves@redhat.com>
8547
8548 PR gdb/19494
8549 * gdb.base/catch-fork-kill.c: New file.
8550 * gdb.base/catch-fork-kill.exp: New file.
8551
f1da4b11
PA
85522016-01-25 Pedro Alves <palves@redhat.com>
8553
8554 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
8555 Delete, moved to lib/gdb.exp.
8556 * gdb.threads/forking-threads-plus-breakpoint.exp
8557 (foreach_with_prefix): Likewise.
8558 * gdb.threads/process-dies-while-handling-bp.exp
8559 (foreach_with_prefix): Likewise.
8560 * lib/gdb.exp (foreach_with_prefix): New procedure.
8561
45f38546
MK
85622016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
8563
8564 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
8565 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
8566
dc29a1ce
MK
85672016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
8568
8569 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
8570 endian targets.
8571
092127d7
JK
85722016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8573 Pedro Alves <palves@redhat.com>
8574
8575 Fix testsuite compatibility with Guile.
8576 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
8577 number.
8578
31d765d3
JK
85792016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8580
8581 Fix testsuite compatibility with Guile.
8582 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
8583 (thread 1): New test for backtrace through signal handler.
8584
1ac78c04
YQ
85852016-01-22 Yao Qi <yao.qi@linaro.org>
8586
8587 PR testsuite/19491
8588 * gdb.base/multi-forks.c: Include
8589 ../lib/unbuffer_output.c
8590 (main): Call gdb_unbuffer_output.
8591
4f5946a8
DE
85922016-01-21 Doug Evans <dje@google.com>
8593
8594 * lib/ada.exp (gdb_compile_ada): Fix typo.
8595
305e13e6
JB
85962016-01-21 Joel Brobecker <brobecker@adacore.com>
8597
8598 * gdb.base/break-fun-addr.exp: New file.
8599 * gdb.base/break-fun-addr1.c: New file.
8600 * gdb.base/break-fun-addr2.c: New file.
8601
5f5dfff6
SM
86022016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
8603
8604 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
8605 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
8606 enum flag values.
8607
fd356fa2
AA
86082016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8609
8610 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
8611 when GDB can not set the vector return value. Add more comments
8612 for clarification.
8613
9df22175
AT
86142016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
8615
8616 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
8617 command.
8618
41d1845e
SM
86192016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8620
8621 * Makefile.in (DO_RUNTEST): Add --status and update usages.
8622
01ac6840
SM
86232016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8624
8625 * Makefile.in (check-single): Pass --status to runtest.
8626 (check/%.exp): Likewise.
8627
86282016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8629
8630 * Makefile.in (check-parallel): Propagate return code from make
8631 do-check-parallel.
8632
bd0a71fa
MK
86332016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
8634
8635 * gdb.trace/ftrace.exp: Fix expected message on continue.
8636 * gdb.trace/pending.exp: Fix expected message on continue.
8637 * gdb.trace/trace-break.exp: Fix expected message on continue.
8638
8bcbad33
SM
86392016-01-18 Simon Marchi <simon.marchi@ericsson.com>
8640
8641 * lib/gdb.exp (gdb_test): Remove unused global references.
8642
f303dbd6
PA
86432016-01-18 Pedro Alves <palves@redhat.com>
8644
8645 * gdb.base/async-shell.exp: Adjust expected output.
8646 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
8647 * gdb.base/siginfo-thread.exp: Adjust expected output.
8648 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
8649 * gdb.java/jnpe.exp: Adjust expected output.
8650 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
8651 * gdb.threads/continue-pending-status.exp: Adjust expected output.
8652 * gdb.threads/leader-exit.exp: Adjust expected output.
8653 * gdb.threads/manythreads.exp: Adjust expected output.
8654 * gdb.threads/pthreads.exp: Adjust expected output.
8655 * gdb.threads/schedlock.exp: Adjust expected output.
8656 * gdb.threads/siginfo-threads.exp: Adjust expected output.
8657 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
8658 expected output.
8659 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
8660 output.
8661 * gdb.threads/sigthread.exp: Adjust expected output.
8662 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
8663
b2789696
YQ
86642016-01-18 Yao Qi <yao.qi@linaro.org>
8665
8666 * gdb.guile/scm-section-script.c: Replace @progbits with
8667 %progbits.
8668 * gdb.python/py-section-script.c: Likewise.
8669
71ef29a8
PA
86702016-01-15 Pedro Alves <palves@redhat.com>
8671
8672 * gdb.multi/tids.exp: Test star wildcard ranges.
8673
3f5b7598
PA
86742016-01-15 Pedro Alves <palves@redhat.com>
8675
8676 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
8677 command from "thread apply" invocation.
8678 (thr_apply_info_thr_invalid): Default the expected output to the
8679 input tid list.
8680 (top level): Add tests that use convenience variables. Add tests
8681 for "thread apply" with a valid TID list, but missing the command.
8682
663f6d42
PA
86832016-01-13 Pedro Alves <palves@redhat.com>
8684
8685 * gdb.base/default.exp: Expect $_gthread as well.
8686 * gdb.multi/tids.exp: Test $_gthread.
8687 * gdb.threads/thread-specific.exp: Test $_gthread.
8688
c84f6bbf
PA
86892016-01-13 Pedro Alves <palves@redhat.com>
8690
8691 * gdb.multi/tids.exp: Test "info threads -gid".
8692
22a02324
PA
86932016-01-13 Pedro Alves <palves@redhat.com>
8694
8695 * gdb.multi/tids.exp: Test InferiorThread.global_num and
8696 Breakpoint.thread.
8697 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
8698
5d5658a1
PA
86992016-01-07 Pedro Alves <palves@redhat.com>
8700
8701 * gdb.base/break.exp: Adjust to output changes.
8702 * gdb.base/hbreak2.exp: Likewise.
8703 * gdb.base/sepdebug.exp: Likewise.
8704 * gdb.base/watch_thread_num.exp: Likewise.
8705 * gdb.linespec/keywords.exp: Likewise.
8706 * gdb.multi/info-threads.exp: Likewise.
8707 * gdb.threads/thread-find.exp: Likewise.
8708 * gdb.multi/tids.c: New file.
8709 * gdb.multi/tids.exp: New file.
8710
84654457
PA
87112016-01-13 Pedro Alves <palves@redhat.com>
8712
8713 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
8714
e3940304
PA
87152016-01-13 Pedro Alves <palves@redhat.com>
8716
8717 * gdb.base/default.exp: Expect $_inferior as well.
8718 * gdb.multi/base.exp: Test $_inferior.
8719
a911d87a
PA
87202016-01-13 Pedro Alves <palves@redhat.com>
8721
8722 PR breakpoints/19388
8723 * gdb.base/catch-signal-siginfo-cond.c: New file.
8724 * gdb.base/catch-signal-siginfo-cond.exp: New file.
8725
82075af2
JS
87262016-01-12 Josh Stone <jistone@redhat.com>
8727 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8728
8729 * gdb.base/catch-syscall.c (do_execve): New variable.
8730 (main): Conditionally trigger an execve.
8731 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
8732 (test_catch_syscall_execve): New, check entry/return across execve.
8733 (do_syscall_tests): Call test_catch_syscall_execve.
8734
e46eeedd
PA
87352016-01-12 Pedro Alves <palves@redhat.com>
8736
8737 * gdb.base/random-signal.exp (do_test): New procedure, with body
8738 of testcase moved in.
8739
01d8c27e
JK
87402016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8741 Pedro Alves <palves@redhat.com>
8742
8743 * gdb.base/funcargs.exp (finish from indirectly called function):
8744 Reintroduce the case for 'First'.
8745
9a706302
JK
87462016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8747 Pedro Alves <palves@redhat.com>
8748
8749 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
8750 (tcatch_vfork_then_child_follow_exec)
8751 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
8752 identification.
8753
c0ecb95f
JK
87542016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8755
8756 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
8757 and repeats to unlimited.
8758 * gdb.python/py-value.exp: Likewise.
8759 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
8760 and repeats to unlimited.
8761
6cfc1fcb
JK
87622016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8763
8764 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
8765 and reordering the functions.
8766 * gdb.multi/hangout.c: Likewise.
8767 * gdb.multi/hello.c: Likewise.
8768
582a1b00
SM
87692016-01-08 Simon Marchi <simon.marchi@ericsson.com>
8770
8771 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
8772 absolute.
8773 (SingleStatisticTestResult.report): Use dict.keys instead of
8774 dict.iterkeys.
8775
79bc59cb
PA
87762016-01-06 Pedro Alves <palves@redhat.com>
8777
8778 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
8779
43368e1d
MM
87802016-01-04 Markus Metzger <markus.t.metzger@intel.com>
8781
8782 * gdb.btrace/dlopen.exp: New.
8783 * gdb.btrace/dlopen.c: New.
8784 * gdb.btrace/dlopen-dso.c: New.
8785
79fad5b8
SL
87862015-12-25 Sandra Loosemore <sandra@codesourcery.com>
8787
8788 * lib/gdb.exp (gdb_test): Update comments to clarify that the
8789 PATTERN argument is optional.
8790
ab8314b3
JB
87912015-12-24 Joel Brobecker <brobecker@adacore.com>
8792
8793 * lib/ada.exp (target_compile_ada_from_dir): New function.
8794 (gdb_compile_ada): Reimplement avoiding the use of project files.
8795 * gdb.ada/gnat_ada.gpr: Delete.
8796 * gdb.ada/cond_lang.exp: Adjust test to make path before
8797 filename optional.
8798 * gdb.ada/small_reg_param.exp: Likewise.
8799
fe33faff
SM
88002015-12-22 Simon Marchi <simon.marchi@ericsson.com>
8801
8802 * gdb.base/foll-vork.exp: Remove HP-UX special case.
8803
6d265cb4
TP
88042015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
8805
8806 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
8807 case.
8808
10125099
SM
88092015-12-21 Simon Marchi <simon.marchi@ericsson.com>
8810
8811 * gdb.base/break.exp: Remove dead code.
8812 * gdb.base/sepdebug.exp: Likewise.
8813
3ca22649
SM
88142015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8815
8816 * gdb.asm/asm-source.exp: Remove HP-UX references.
8817 * gdb.base/annota1.exp: Likewise.
8818 * gdb.base/annota3.exp: Likewise.
8819 * gdb.base/attach.exp: Likewise.
8820 * gdb.base/bigcore.exp: Likewise.
8821 * gdb.base/break.exp: Likewise.
8822 * gdb.base/call-ar-st.exp: Likewise.
8823 * gdb.base/callfuncs.exp: Likewise.
8824 * gdb.base/catch-fork-static.exp: Likewise.
8825 * gdb.base/display.exp: Likewise.
8826 * gdb.base/foll-exec-mode.exp: Likewise.
8827 * gdb.base/foll-exec.exp: Likewise.
8828 * gdb.base/foll-fork.exp: Likewise.
8829 * gdb.base/foll-vfork.exp: Likewise.
8830 * gdb.base/funcargs.exp: Likewise.
8831 * gdb.base/hbreak2.exp: Likewise.
8832 * gdb.base/inferior-died.exp: Likewise.
8833 * gdb.base/interrupt.exp: Likewise.
8834 * gdb.base/multi-forks.exp: Likewise.
8835 * gdb.base/nodebug.exp: Likewise.
8836 * gdb.base/sepdebug.exp: Likewise.
8837 * gdb.base/solib1.c: Likewise.
8838 * gdb.base/step-test.exp: Likewise.
8839 * gdb.mi/non-stop.c: Likewise.
8840 * gdb.mi/pthreads.c: Likewise.
8841 * gdb.multi/bkpt-multi-exec.ex: Likewise.
8842 * gdb.threads/pthreads.c: Likewise.
8843 * gdb.threads/staticthreads.exp: Likewise.
8844 * lib/future.exp: Likewise.
8845 * lib/gdb.exp: Likewise.
8846 * gdb.base/so-indr-cl.c: Remove.
8847 * gdb.base/so-indr-cl.exp: Likewise.
8848 * gdb.base/solib.c: Likewise.
8849 * gdb.base/solib.exp: Likewise.
8850 * gdb.base/solib2.c: Likewise.
8851
b6304613
SM
88522015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8853
8854 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
8855 * gdb.base/call-ar-st.exp: Likewise.
8856 * gdb.base/callfuncs.exp: Likewise.
8857 * gdb.base/condbreak.exp: Likewise.
8858 * gdb.base/constvars.exp: Likewise.
8859 * gdb.base/hbreak2.exp: Likewise.
8860 * gdb.base/langs.exp: Likewise.
8861 * gdb.base/list.exp: Likewise.
8862 * gdb.base/long_long.exp: Likewise.
8863 * gdb.base/ptype.exp: Likewise.
8864 * gdb.base/scope.exp: Likewise.
8865 * gdb.base/signals.exp: Likewise.
8866 * gdb.base/so-impl-ld.exp: Likewise.
8867 * gdb.base/varargs.exp: Likewise.
8868 * gdb.base/volatile.exp: Likewise.
8869 * gdb.base/whatis.exp: Likewise.
8870 * gdb.cp/cplusfuncs.exp: Likewise.
8871 * gdb.cp/inherit.exp: Likewise.
8872 * gdb.cp/local.exp: Likewise.
8873 * gdb.cp/member-ptr.exp: Likewise.
8874 * gdb.cp/method.exp: Likewise.
8875 * gdb.cp/overload.exp: Likewise.
8876 * gdb.cp/templates.exp: Likewise.
8877 * gdb.stabs/weird.exp: Likewise.
8878 * lib/compiler.c: Likewise.
8879 * lib/compiler.cc: Likewise.
8880 * lib/cp-support.exp: Likewise.
8881 * lib/gdb.exp: Likewise.
8882
bf401b07
SM
88832015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
8884
8885 * configure.ac: Remove HP-UX case.
8886 * configure: Regenerate.
8887
aff9c0f8
SM
88882015-12-18 Simon Marchi <simon.marchi@ericsson.com>
8889
8890 * lib/gdb.exp (gdb_compile): Add function doc.
8891
a6904d5a
PA
88922015-12-17 Pedro Alves <palves@redhat.com>
8893
8894 PR threads/19354
8895 * gdb.multi/info-threads.exp: New file.
8896
a22279dd
YQ
88972015-12-15 Yao Qi <yao.qi@linaro.org>
8898
8899 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
8900 is aarch64*-*-*.
8901
0588c796
SL
89022015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8903
8904 * gdb.base/history-duplicates.exp: Skip if no readline support.
8905
5d978e17
SL
89062015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8907
8908 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
8909
7e763b86
SL
89102015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8911
8912 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
8913
87a3a92c
SL
89142015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8915
8916 * gdb.base/completion.exp: Skip tests that interrupt GDB with
8917 ctrl-C if nointerrupts target property is set.
8918 * gdb.base/double-prompt-target-event-error.exp: Likewise.
8919 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
8920 * gdb.base/paginate-bg-execution.exp: Likewise.
8921 * gdb.base/paginate-execution-startup.exp: Likewise.
8922 * gdb.base/random-signal.exp: Likewise.
8923 * gdb.base/range-stepping.exp: Likewise.
8924 * gdb.cp/annota2.exp: Likewise.
8925 * gdb.cp/annota3.exp: Likewise.
8926 * gdb.gdb/selftest.exp: Likewise.
8927 * gdb.threads/continue-pending-status.exp: Likewise.
8928 * gdb.threads/leader-exit.exp: Likewise.
8929 * gdb.threads/manythreads.exp: Likewise.
8930 * gdb.threads/pthreads.exp: Likewise.
8931 * gdb.threads/schedlock.exp: Likewise.
8932 * gdb.threads/sigthread.exp: Likewise.
8933
a8f077dc
DB
89342015-12-11 Don Breazeal <donb@codesourcery.com>
8935
8936 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
8937 remote.
8938 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
8939 * gdb.base/foll-exec.exp (main): Enable for target remote.
8940 * gdb.base/foll-fork.exp (main): Likewise.
8941 * gdb.base/foll-vfork.exp (main): Likewise.
8942 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
8943 (proc continue_to_exit_bp_loc): Use clean_restart.
8944 * gdb.base/pie-execl.exp (main): Disable for target remote.
8945 * gdb.base/watch-vfork.exp (main): Enable for target remote.
8946 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
8947 * gdb.threads/execl.exp (main): Likewise.
8948 * gdb.threads/fork-child-threads.exp (main): Likewise.
8949 * gdb.threads/fork-plus-threads.exp (main): Disable for target
8950 remote.
8951 * gdb.threads/fork-thread-pending.exp (main): Enable for target
8952 remote.
8953 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
8954 pid.tid style ptids, instead of just tid.
8955 * gdb.threads/thread-execl.exp (main): Enable for target remote.
8956 * gdb.threads/watchpoint-fork.exp (main): Likewise.
8957 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
8958 ptids, instead of just tid.
8959
3b2464a8
AB
89602015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8961
8962 * gdb.base/list.exp (test_list_forward): Add end of file error
8963 test.
8964 (test_repeat_list_command): Add end of file error test.
8965 (test_list_backwards): Add beginning of file error test.
8966
a0def019
AB
89672015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8968
8969 * gdb.base/list.exp (test_list_invalid_args): New function,
8970 defined, and called.
8971
5c000dff
AB
89722015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8973
8974 * gdb.base/list.exp (test_list): Make test names unique.
8975
f1637ebe
YQ
89762015-12-11 Yao Qi <yao.qi@linaro.org>
8977
8978 * gdb.base/coremaker2.c: Remove.
8979
36d6fc0a
PA
89802015-12-10 Pedro Alves <palves@redhat.com>
8981
8982 * gdb.multi/base.exp: Remove stale "spaces" references.
8983
762f7747
PA
89842015-12-10 Pedro Alves <palves@redhat.com>
8985
8986 * gdb.multi/base.exp: Don't use nowarnings.
8987 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
8988 * gdb.multi/hangout.c: Include stdio.h.
8989 * gdb.multi/hello.c: Include stdlib.h.
8990 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
8991 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
8992 * gdb.multi/multi-arch.exp: Don't use nowarnings.
8993
28d2bfb9
AB
89942015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
8995
8996 * gdb.dwarf2/dw2-ranges-base.c: New file.
8997 * gdb.dwarf2/dw2-ranges-base.exp: New file.
8998 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
8999 support additional line table, and debug ranges generation.
9000 (Dwarf::ranges): New function, generate .debug_ranges.
9001 (Dwarf::lines): Support generating simple line table programs.
9002 (Dwarf::assemble): Initialise new namespace variables.
9003
5fc2beac
KB
90042015-12-09 Kevin Buettner <kevinb@redhat.com>
9005
9006 * gdb.base/async.exp (proc test_background): Add case for
9007 asynchronous execution not supported.
9008
1c35a88f
LM
90092015-12-09 Luis Machado <lgustavo@codesourcery.com>
9010
9011 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
9012 format and change test names to make them unique.
9013
b593e3d9
RK
90142015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
9015 Pedro Alves <pedro@redhat.com>
9016
9017 PR gdb/18702
9018 Add checking of floatformats setup on x86_64 hosts.
9019 * gdb.arch/i386-float.S (main): Load bigval and smallval.
9020 (smallval, bigval): New labels/constants.
9021 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
9022 float" after loading bigval and smallval.
9023
d72413e6
PMR
90242015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
9025
9026 * gdb.ada/fun_overload_menu.exp: New testcase.
9027 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
9028
ece66d65
JS
90292015-12-04 Josh Stone <jistone@redhat.com>
9030
9031 * gdb.base/catch-fork-static.exp: New.
9032
41d0efca
YQ
90332015-12-03 Yao Qi <yao.qi@linaro.org>
9034
9035 * gdb.base/sizeof.c: Don't include stdio.h and
9036 ../lib/unbuffer_output.c.
9037 (main): New variable 'size' and 'value'. Remove printf and
9038 gdb_unbuffer_output. Assign return value to size and value.
9039 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
9040 at the beginning.
9041 (check_sizeof): Check the result by printing variable 'size'.
9042 (check_valueof): Check the result by printing variable 'value'.
9043
99fd02d9
YQ
90442015-12-01 Yao Qi <yao.qi@linaro.org>
9045
9046 * gdb.base/disp-step-syscall.exp: Define syscall instruction
9047 for aarch64*-*-linux* target.
9048
f2faf941
PA
90492015-11-30 Pedro Alves <palves@redhat.com>
9050
9051 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
9052
04bf20c5
PA
90532015-11-30 Pedro Alves <palves@redhat.com>
9054
9055 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
9056 Handle non-stop mode vCont replies.
9057
09df4675
PA
90582015-11-30 Pedro Alves <palves@redhat.com>
9059
9060 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
9061 prepare_for_testing. Start gdb with "set non-stop on" appended to
9062 GDBFLAGS. Lax expected stop output.
9063
58b584af
YQ
90642015-11-27 Yao Qi <yao.qi@linaro.org>
9065
9066 * gdb.arch/arm-neon.exp: New.
9067 * gdb.arch/arm-neon.c: New.
9068
dfcb77a8
YQ
90692015-11-27 Yao Qi <yao.qi@linaro.org>
9070
9071 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
9072
88e8ec1b
YQ
90732015-11-27 Yao Qi <yao.qi@linaro.org>
9074
9075 * gdb.cp/annota2.exp: Allow multiple occurrences of the
9076 frames-invalid annotation.
9077
bfde72c2
YQ
90782015-11-27 Yao Qi <yao.qi@linaro.org>
9079
9080 * gdb.cp/annota2.exp: Use ${frames_invalid}.
9081
f6512a69
SM
90822015-11-26 Simon Marchi <simon.marchi@ericsson.com>
9083
9084 * gdb.threads/names.exp: New file.
9085 * gdb.threads/names.c: New file.
9086 * README: Mention gdb,no_thread_names.
9087
46a3515b
MM
90882015-11-26 Markus Metzger <markus.t.metzger@intel.com>
9089
9090 PR 19297
9091 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
9092 support" error.
9093
62147a22
PA
90942015-11-24 Pedro Alves <palves@redhat.com>
9095
9096 PR 17539
9097 * gdb.base/display.exp: Expect displays to be sorted in ascending
9098 order. Use multi_line.
9099 * gdb.base/solib-display.exp: Likewise.
9100
2f341b6e
PA
91012015-11-24 Pedro Alves <palves@redhat.com>
9102
9103 PR 17539
25d49b86
PA
9104 * gdb.base/display.exp: Expect displays to be sorted in ascending
9105 order. Use multi_line.
9106 * gdb.base/solib-display.exp: Likewise.
2f341b6e 9107
7e0aa6aa
PA
91082015-11-24 Pedro Alves <palves@redhat.com>
9109
9110 PR 17539
9111 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
9112 threads in ascending order.
9113 * gdb.base/foll-fork.exp: Likewise.
9114 * gdb.base/foll-vfork.exp: Likewise.
9115 * gdb.base/multi-forks.exp: Likewise.
9116 * gdb.mi/mi-nonstop.exp: Likewise.
9117 * gdb.mi/mi-nsintrall.exp: Likewise.
9118 * gdb.multi/base.exp: Likewise.
9119 * gdb.multi/multi-arch.exp: Likewise.
9120 * gdb.python/py-inferior.exp: Likewise.
9121 * gdb.threads/break-while-running.exp: Likewise.
9122 * gdb.threads/execl.exp: Likewise.
9123 * gdb.threads/gcore-thread.exp: Likewise.
9124 * gdb.threads/info-threads-cur-sal.exp: Likewise.
9125 * gdb.threads/kill.exp: Likewise.
9126 * gdb.threads/linux-dp.exp: Likewise.
9127 * gdb.threads/multiple-step-overs.exp: Likewise.
9128 * gdb.threads/next-bp-other-thread.exp: Likewise.
9129 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
9130 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
9131 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
9132 * gdb.threads/thread-find.exp: Likewise.
9133 * gdb.threads/tls.exp: Likewise.
9134 * lib/mi-support.exp (mi_reverse_list): Delete.
9135 (mi_check_thread_states): No longer reverse list.
9136
2cc57ad8
PA
91372015-11-24 Pedro Alves <palves@redhat.com>
9138
9139 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
9140 use lowercase.
9141
c93e8391
SM
91422015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9143
9144 * gdb.trace/actions.c: Include trace-common.h.
9145 (main): Add a location for a fast tracepoint.
9146 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
9147 the normal tracepoints.
9148 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
9149
045ccf91
SM
91502015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9151
9152 * save-trace.exp: Factor out code to these...
9153 (gdb_save_tracepoints): New.
9154 (gdb_load_tracepoints): New.
9155 (do_save_load_test): New.
9156
5506f9f6
KB
91572015-11-23 Kevin Buettner <kevinb@redhat.com>
9158
9159 * gdb.base/asmlabel.exp: New test.
9160 * gdb.base/asmlabel.c: New test case.
9161
16c3b12f
JB
91622015-11-23 Joel Brobecker <brobecker@adacore.com>
9163
9164 * gdb.base/wrong_frame_bt_full-main.c: New file.
9165 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
9166 * gdb.base/wrong_frame_bt_full.exp: New file.
9167
155bfbd3
JB
91682015-11-23 Joel Brobecker <brobecker@adacore.com>
9169
9170 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
9171
bb097445
JM
91722015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9173
206853a0 9174 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
9175 pstate register when comparing registers values in
9176 sparc64-*-linux-gnu targets to avoid spurious differences.
9177
9c88ed8f
JM
91782015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9179
206853a0 9180 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 9181
96161e25
SL
91822015-11-19 Sandra Loosemore <sandra@codesourcery.com>
9183
9184 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
9185 as type argument to gdb_compile.
9186 * gdb.base/nested-subp2.exp: Likewise.
9187 * gdb.base/nested-subp3.exp: Likewise.
9188
340c2830
DV
91892015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
9190
9191 * lib/dwarf.exp (_note): Fix left shift of negative value.
9192 * gdb.trace/trace-condition.exp: Likewise.
9193
c1862d0f
YQ
91942015-11-13 Yao Qi <yao.qi@linaro.org>
9195
9196 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
9197 comments about d10v.
9198 (test_scalar_returns): Likewise.
9199 * gdb.base/d10v.ld: Remove.
9200 * gdb.base/overlays.exp: Remove the target triplet checking for
9201 d10v-*-*.
9202 * gdb.base/structs.exp (test_struct_returns): Remove the
9203 comments about d10v.
9204 (test_struct_calls): Likewise.
9205
77ae9c19
YQ
92062015-11-13 Yao Qi <yao.qi@linaro.org>
9207
9208 * gdb.base/gnu_vector.exp: Check the return value by "p res".
9209 * gdb.base/gnu_vector.c: Don't include stdio.h.
9210 (main): Don't print res and call add_some_intvecs.
9211
430e004e
MK
92122015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
9213
9214 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
9215 macro.
9216 (func5): Removed.
9217 (func4): Use FAST_TRACEPOINT_LABEL.
9218 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
9219 macro.
9220 (func): Removed.
9221 (thread_function): Use FAST_TRACEPOINT_LABEL.
9222 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
9223 (func): Remove.
9224 (marker): Use FAST_TRACEPOINT_LABEL.
9225 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
9226 (pendfunc1): Remove.
9227 (pendfunc): Use FAST_TRACEPOINT_LABEL.
9228 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
9229 (foo): Remove.
9230 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
9231 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
9232 macro.
9233 (func): Remove.
9234 (marker): Use FAST_TRACEPOINT_LABEL.
9235 * gdb.trace/trace-common.h: New header.
9236 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
9237 macro.
9238 (func): Remove.
9239 (marker): Use FAST_TRACEPOINT_LABEL.
9240 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
9241 (func): Remove.
9242 (thread_function): Use FAST_TRACEPOINT_LABEL.
9243
6e7675a7
MK
92442015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
9245
9246 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
9247 in front.
9248 * gdb.trace/change-loc.exp: Use global pcreg definition.
9249 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
9250 * gdb.trace/entry-values.exp: Use global spreg definition, add $
9251 in front.
9252 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
9253 * gdb.trace/pending.exp: Likewise.
9254 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
9255 * gdb.trace/trace-break.exp: Likewise.
9256 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
9257 in front.
9258 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
9259 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
9260 in front.
9261 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
9262
dddc0e16
JB
92632015-11-09 Joel Brobecker <brobecker@adacore.com>
9264
9265 * gdb.ada/fin_fun_out: New testcase.
9266
c6f0b406
KB
92672015-11-07 Kevin Buettner <kevinb@redhat.com>
9268
9269 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
9270 value associated with DW_AT_byte_size.
9271 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
9272 constants for DW_AT_byte_size, DW_AT_lower_bound, and
9273 DW_AT_upper_bound.
9274
f01dcfd9
KB
92752015-11-07 Kevin Buettner <kevinb@redhat.com>
9276
9277 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
9278 (gdb_target_symbol_prefix_flags): Define in terms of _asm
9279 version.
9280 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
9281 gdb.dwarf2/dw2-canonicalize-type.exp,
9282 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
9283 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
9284 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
9285 provided by gdb_target_symbol_prefix_flags_asm.
9286 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
9287 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
9288 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
9289 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
9290 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
9291 macros where needed). Use this macro for symbols which require
9292 the prefix provided by SYMBOL_PREFIX.
9293
2223449a
KB
92942015-11-05 Kevin Buettner <kevinb@redhat.com>
9295
9296 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
9297 New procs.
9298 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
9299 representing expressions, of more than one list element.
9300 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
9301 to prepend linker symbol prefix to f.
9302 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
9303 table_1 and table_2.
9304 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
9305 Likewise, for f and g.
9306 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
9307 for ptr.
9308 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
9309 for main.
9310 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
9311 table_1_ptr and table_2_ptr.
9312
6f2f1a3a
JK
93132015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9314 Joel Brobecker <brobecker@adacore.com>
9315
9316 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
9317
566c56c9
MK
93182015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
9319
9320 * gdb.reverse/s390-mvcle.c: New test.
9321 * gdb.reverse/s390-mvcle.exp: New file.
9322 * lib/gdb.exp: Enable reverse tests on s390*-linux.
9323
d5f0636b
MK
93242015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
9325
9326 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
9327
7ad8b86c
MK
93282015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
9329
9330 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
9331 reaching marker2.
9332 * gdb.reverse/getresuid-reverse.exp: Likewise.
9333 * gdb.reverse/pipe-reverse.exp: Likewise.
9334 * gdb.reverse/readv-reverse.exp: Likewise.
9335 * gdb.reverse/recvmsg-reverse.exp: Likewise.
9336 * gdb.reverse/time-reverse.exp: Likewise.
9337 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
9338
4081c0f1
YQ
93392015-10-30 Yao Qi <yao.qi@linaro.org>
9340
9341 * gdb.threads/wp-replication.c (watch_count_done): Remove.
9342 (empty_cycle): Remove.
9343 (main): Don't call empty_cycle. Don't use watch_count_done.
9344 * gdb.threads/wp-replication.exp: Don't set breakpoint on
9345 empty_cycle. Rewrite the code counting HW watchpoints.
9346
452b4ba5
MK
93472015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
9348
9349 * gdb.reverse/fstatat-reverse.c: New test.
9350 * gdb.reverse/fstatat-reverse.exp: New file.
9351 * gdb.reverse/getresuid-reverse.c: New test.
9352 * gdb.reverse/getresuid-reverse.exp: New file.
9353 * gdb.reverse/pipe-reverse.c: New test.
9354 * gdb.reverse/pipe-reverse.exp: New file.
9355 * gdb.reverse/readv-reverse.c: New test.
9356 * gdb.reverse/readv-reverse.exp: New file.
9357 * gdb.reverse/recvmsg-reverse.c: New test.
9358 * gdb.reverse/recvmsg-reverse.exp: New file.
9359 * gdb.reverse/time-reverse.c: New test.
9360 * gdb.reverse/time-reverse.exp: New file.
9361 * gdb.reverse/waitpid-reverse.c: New test.
9362 * gdb.reverse/waitpid-reverse.exp: New file.
9363
5e2e7507
JK
93642015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9365
9366 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
9367
0fde2c53
DE
93682015-10-26 Doug Evans <dje@google.com>
9369
9370 PR symtab/17391
9371 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
9372 * gdb.dwarf2/bad-regnum.c: New file.
9373 * gdb.dwarf2/bad-regnum.exp: New file.
9374
1a70ae97
DE
93752015-10-26 Doug Evans <dje@google.com>
9376
9377 PR python/18938
9378 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
9379 file.
9380
27dc26ab
JK
93812015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9382
9383 * gdb.compile/compile.exp (compile code globalvar): Update expectation
9384 for a change by "Mention language in compile error message".
9385
bed91f4d
SM
93862015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
9387
9388 PR python/18073
9389 * gdb.python/py-type.c (C::a_method): New.
9390 (C::a_const_method): New.
9391 (C::a_static_method): New.
9392 (a_function): New.
9393 * gdb.python/py-type.exp (test_fields): Test getting fields
9394 from function and method.
9395
3f2f83dd
KB
93962015-10-21 Keven Boell <keven.boell@intel.com>
9397
9398 * gdb.fortran/vla-alloc-assoc.exp: New file.
9399 * gdb.fortran/vla-datatypes.exp: New file.
9400 * gdb.fortran/vla-datatypes.f90: New file.
9401 * gdb.fortran/vla-history.exp: New file.
9402 * gdb.fortran/vla-ptype-sub.exp: New file.
9403 * gdb.fortran/vla-ptype.exp: New file.
9404 * gdb.fortran/vla-sizeof.exp: New file.
9405 * gdb.fortran/vla-sub.f90: New file.
9406 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
9407 * gdb.fortran/vla-value-sub-finish.exp: New file.
9408 * gdb.fortran/vla-value-sub.exp: New file.
9409 * gdb.fortran/vla-value.exp: New file.
9410 * gdb.fortran/vla-ptr-info.exp: New file.
9411 * gdb.mi/mi-vla-fortran.exp: New file.
9412 * gdb.mi/vla.f90: New file.
9413
27145d50
SL
94142015-10-21 Sandra Loosemore <sandra@codesourcery.com>
9415
9416 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
9417 of hardwired timeout value.
9418
5f3ff4f8
JK
94192015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9420 Pedro Alves <palves@redhat.com>
9421
9422 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
9423 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
9424
bfd09d20
JS
94252015-10-19 Josh Stone <jistone@redhat.com>
9426
9427 * gdb.base/catch-syscall.c: Include <sched.h>.
9428 (unknown_syscall): New variable.
9429 (main): Trigger a vfork and an unknown syscall.
9430 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
9431 (unknown_syscall_number): Likewise.
9432 (check_call_to_syscall): Accept an optional syscall pattern.
9433 (check_return_from_syscall): Likewise.
9434 (check_continue): Likewise.
9435 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
9436 (test_catch_syscall_skipping_return): New test toggling off 'catch
9437 syscall' to step over the syscall return, then toggling back on.
9438 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
9439 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
9440 (do_syscall_tests): Call test_catch_syscall_without_args and
9441 test_catch_syscall_mid_vfork.
9442 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
9443 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
9444
b32b93c6
AS
94452015-10-19 Andrew Stubbs <ams@codesourcery.com>
9446
9447 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
9448 print g_vE): Add new pass patterns.
9449 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
9450 print various symbol names for vptr fields.
9451
9d622bda
AB
94522015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
9453
9454 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
9455 results.
9456
0fd8ac1c
YQ
94572015-10-12 Yao Qi <yao.qi@linaro.org>
9458
9459 * gdb.arch/disp-step-insn-reloc.exp: New test case.
9460
34240514
YQ
94612015-10-12 Yao Qi <yao.qi@linaro.org>
9462
9463 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
9464 is aarch64*-*-linux*.
9465
8240f442
YQ
94662015-10-12 Yao Qi <yao.qi@linaro.org>
9467
9468 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
9469 (can_relocate_bcond_true): ... it.
9470 (can_relocate_bcond_false): New function.
9471 (foo): Likewise.
9472 (can_relocate_bl): Likewise.
9473 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
9474 can_relocate_bl.
9475
2520f728
PMR
94762015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
9477
9478 * gdb.base/nested-addr.c: New file.
9479 * gdb.base/nested-addr.exp: New testcase.
9480
abcef95a
MM
94812015-10-09 Markus Metzger <markus.t.metzger@intel.com>
9482
9483 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
9484 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
9485 its output. Ignore the output of "record goto begin" and instead
9486 check that GDB is replaying.
9487
145e3ddb
PA
94882015-10-09 Pedro Alves <palves@redhat.com>
9489
9490 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
9491 (top level): Use it in the run with no args test.
9492
d5d8c4e1
IB
94932015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
9494
9495 * gdb.dlang/properties.exp: New file.
9496
06e635ef
SL
94972015-10-02 Sandra Loosemore <sandra@codesourcery.com>
9498
9499 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
9500 whether or not address 0x1000 is mapped on the target.
9501
e019fd1d
SM
95022015-09-30 Simon Marchi <simon.marchi@ericsson.com>
9503
9504 * gdb.python/py-type.exp: Do not run tests if binaries fail to
9505 build.
9506
77ba2a67
MM
95072015-09-30 Markus Metzger <markus.t.metzger@intel.com>
9508
9509 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
9510 instruction-history test.
9511
c60eb31f
DE
95122015-09-28 Doug Evans <dje@google.com>
9513
9514 * gdb.base/gcore.c (array_func): Add reference to static_array.
9515
9a3c8263
SM
95162015-09-25 Simon Marchi <simon.marchi@ericsson.com>
9517
9518 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
9519 source line.
9520
9720e656
SL
95212015-09-24 Sandra Loosemore <sandra@codesourcery.com>
9522
9523 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
9524 short or char as base type.
9525
938d3bf2
SL
95262015-09-23 Sandra Loosemore <sandra@codesourcery.com>
9527
9528 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
9529 to allow any size enum.
9530
e6c2c623
PMR
95312015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
9532
9533 * gdb.ada/array_ptr_renaming.exp: New testcase.
9534 * gdb.ada/array_ptr_renaming/foo.adb: New file.
9535 * gdb.ada/array_ptr_renaming/pack.ads: New file.
9536
06da0f77
PL
95372015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9538
9539 * gdb.trace/ftrace-lock.c: New file.
9540 * gdb.trace/ftrace-lock.exp: New file.
9541
4f51c22a
PL
95422015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9543
9544 * gdb.arch/insn-reloc.c: New file.
9545 * gdb.arch/ftrace-insn-reloc.exp: New file.
9546
7041adf4
PL
95472015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9548
9549 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
9550 instruction.
9551 * gdb.trace/pendshr1.c (pendfunc): Likewise.
9552 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
9553 * gdb.trace/range-stepping.c: Likewise.
9554 * gdb.trace/trace-break.c: Likewise.
9555 * gdb.trace/trace-mt.c (thread_function): Likewise.
9556 * gdb.trace/ftrace.c (marker): Likewise.
9557 * gdb.trace/trace-condition.c (marker): Likewise.
9558 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
9559 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
9560 is_aarch64_target.
9561
015d2e7e
DE
95622015-09-18 Doug Evans <xdje42@gmail.com>
9563
9564 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
9565 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
9566
26b188a2
SL
95672015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9568
9569 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
9570 the breakpoint.
9571
79dc332b
SL
95722015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9573
9574 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
9575 the pending breakpoint. Remove timeout override for "Run till
9576 MI pending breakpoint on pendfunc3 on thread 2" test.
9577
f57929f2
SL
95782015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9579
9580 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
9581 filename pattern.
9582
3f469b17
SL
95832015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9584
9585 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
9586 in breakpoint filename pattern.
9587
515b89b3
SL
95882015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9589
7800dbe4
SL
9590 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
9591
95922015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9593
515b89b3
SL
9594 * gdb.linespec/explicit.exp: Check for readline support for
9595 tab-completion tests. Fix obvious typo.
9596
d2939ba2
MM
95972015-09-18 Markus Metzger <markus.t.metzger@intel.com>
9598
9599 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
9600 and replay.
9601
cbb55fa7
MM
96022015-09-18 Markus Metzger <markus.t.metzger@intel.com>
9603
9604 * gdb.btrace/non-stop.c: New.
9605 * gdb.btrace/non-stop.exp: New.
9606
43691ca1
PL
96072015-09-17 Pierre Langlois <pierre.langlois@arm.com>
9608 Yao Qi <yao.qi@linaro.org>
9609
9610 * gdb.trace/trace-condition.c: New file.
9611 * gdb.trace/trace-condition.exp: New file.
9612
d78908cf
WW
96132015-09-16 Wei-cheng Wang <cole945@gmail.com>
9614
9615 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
9616 for testing bytecode compilation.
9617
1ed415e2
PA
96182015-09-16 Pedro Alves <palves@redhat.com>
9619 Sandra Loosemore <sandra@codesourcery.com>
9620
9621 * gdb.threads/non-stop-fair-events.c (timeout): New global.
9622 (SECONDS): Redefine.
9623 (main): Call pthread_kill and alarm early.
9624 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
9625 support.
9626 (test): If the target can't hardware step and doesn't support
9627 displaced stepping, increase the timeout.
9628
d136eff5
PA
96292015-09-16 Pedro Alves <palves@redhat.com>
9630
9631 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
9632 (enable_debug): New procedures.
9633 (test): Use them. Bail out if waiting for threads fails.
9634 (top level): Bail out if a test fails.
9635
991f019c
YQ
96362015-09-16 Yao Qi <yao.qi@linaro.org>
9637
9638 * gdb.asm/asm-source.exp: Set asm-arch for
9639 aarch64*-*-* target.
9640 * gdb.asm/aarch64.inc: New file.
9641
bfca584f
PMR
96422015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
9643
9644 * gdb.ada/array_of_variable_length.exp: New testcase.
9645 * gdb.ada/array_of_variable_length/foo.adb: New file.
9646 * gdb.ada/array_of_variable_length/pck.adb: New file.
9647 * gdb.ada/array_of_variable_length/pck.ads: New file.
9648
b326e587
DE
96492015-09-15 Doug Evans <dje@google.com>
9650
9651 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
9652 of function static local variable.
9653
5382cfab
PW
96542015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9655
9656 * gdb.threads/tls-so_extern.exp: New test file.
9657 * gdb.threads/tls-so_extern.c: New test file.
9658 * gdb.threads/tls-so_extern_main.c: New test file.
9659
141c5cc4
JK
96602015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9661
9662 * gdb.opt/solib-intra-step-lib.c: New file.
9663 * gdb.opt/solib-intra-step-main.c: New file.
9664 * gdb.opt/solib-intra-step.exp: New file.
9665
d15dcecd
PA
96662015-09-15 Pedro Alves <palves@redhat.com>
9667
9668 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
9669 gdb_continue_to_breakpoint instead of gdb_test_multiple.
9670
4c2f2a79
PA
96712015-09-14 Pedro Alves <palves@redhat.com>
9672
9673 * gdb.base/hook-stop-continue.c: Delete.
9674 * gdb.base/hook-stop-continue.exp: Delete.
9675 * gdb.base/hook-stop-frame.c: Delete.
9676 * gdb.base/hook-stop-frame.exp: Delete.
9677 * gdb.base/hook-stop.c: New file.
9678 * gdb.base/hook-stop.exp: New file.
9679
919e6dbe
PMR
96802015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
9681
9682 * gdb.ada/access_to_packed_array.exp: New testcase.
9683 * gdb.ada/access_to_packed_array/foo.adb: New file.
9684 * gdb.ada/access_to_packed_array/pack.adb: New file.
9685 * gdb.ada/access_to_packed_array/pack.ads: New file.
9686
157280a4
MM
96872015-09-14 Markus Metzger <markus.t.metzger@intel.com>
9688
9689 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
9690 buffer size test.
9691
2fd33e94
DB
96922015-09-11 Don Breazeal <donb@codesourcery.com>
9693
9694 * gdb.base/foll-exec.c: Add copyright header. Fix
9695 formatting issues.
9696 * gdb.base/foll-exec.exp (zap_session): Delete proc.
9697 (do_exec_tests): Use clean_restart in place of zap_session,
9698 and for test initialization. Fix formatting issues. Use
9699 fail in place of perror.
9700 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
9701 an expect statement to match an expression with output from
9702 the program under debug.
9703 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
9704 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
9705 * gdb.threads/non-ldr-exc-2.exp: Likewise.
9706 * gdb.threads/non-ldr-exc-3.exp: Likewise.
9707 * gdb.threads/non-ldr-exc-4.exp: Likewise.
9708
e70b6e8e
DE
97092015-09-09 Doug Evans <dje@google.com>
9710
9711 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
9712
7a551a51
DE
97132015-09-09 Doug Evans <dje@google.com>
9714
9715 * gdb.base/pie-execl.exp: Fix result test of build_executable.
9716
4c666f84
DE
97172015-09-09 Doug Evans <dje@google.com>
9718
9719 * gdb.base/savedregs.exp: Fix typo.
9720
243a9253
PA
97212015-09-09 Pedro Alves <palves@redhat.com>
9722
9723 * gdb.mi/mi-cli.exp: Add CLI finish tests.
9724
c0fa8fbd
SL
97252015-09-08 Sandra Loosemore <sandra@codesourcery.com>
9726
9727 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
9728 command actually switches threads. Give up on remaining
9729 tests if target fails to stop at breakpoint.
9730
cd7c1778
PMR
97312015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
9732
9733 * gdb.ada/funcall_char.exp: New testcase.
9734 * gdb.ada/funcall_char/foo.adb: New file.
9735
dc5c8746
PMR
97362015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
9737
9738 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
9739 expected outputs. Add two testcases for completing ambiguous
9740 functions.
9741 * gdb.ada/complete/aux_pck.adb: New file.
9742 * gdb.ada/complete/aux_pck.ads: New file.
9743 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
9744 Ambiguous_Func functions.
9745 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
9746 * gdb.ada/complete/pck.adb: Likewise.
9747
4e83a1e7
UW
97482015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
9749
9750 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
9751 failures to run the test program under GDB.
9752
8ce74153
LM
97532015-08-26 Luis Machado <lgustavo@codesourcery.com>
9754
9755 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
9756 to C.
9757
e9756d52
PP
97582015-08-26 Patrick Palka <patrick@parcs.ath.cx>
9759
9760 * gdb.base/run-after-attach.exp: New test file.
9761 * gdb.base/run-after-attach.c: New test file.
9762
8d37573b
DB
97632015-08-26 Don Breazeal <donb@codesourcery.com>
9764
9765 * gdb.base/foll-exec-2.c: New test program.
9766 * gdb.base/foll-exec-2.exp: New test.
9767
63e43d3a
PMR
97682015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
9769
9770 * gdb.base/nested-subp1.exp: New file.
9771 * gdb.base/nested-subp1.c: New file.
9772 * gdb.base/nested-subp2.exp: New file.
9773 * gdb.base/nested-subp2.c: New file.
9774 * gdb.base/nested-subp3.exp: New file.
9775 * gdb.base/nested-subp3.c: New file.
9776
3d40fbb5
PA
97772015-08-24 Pedro Alves <palves@redhat.com>
9778
9779 * gdb.server/connect-without-multi-process.c: New file.
9780 * gdb.server/connect-without-multi-process.exp: New file.
9781
4422ac93
LM
97822015-08-24 Luis Machado <lgustavo@codesourcery.com>
9783
9784 * gdb.opt/inline-markers.c: Make z int.
9785
91dddb86
LM
97862015-08-24 Luis Machado <lgustavo@codesourcery.com>
9787
9788 * gdb.opt/inline-markers.c: Make z volatile.
9789
a48847ee
LM
97902015-08-24 Luis Machado <lgustavo@codesourcery.com>
9791
9792 * gdb.opt/inline-bt.c: New volatile global z.
9793 * gdb.opt/inline-cmds.c: Likewise.
9794 * gdb.opt/inline-locals.c: Likewise.
9795 * gdb.opt/inline-markers.c: New extern global z.
9796 (marker): Use z.
9797 (inline_fn): Likewise.
9798
0ebbc52b
PA
97992015-08-24 Pedro Alves <palves@redhat.com>
9800
9801 * config/m32r-stub.exp: Remove file.
9802 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
9803 * gdb.base/call-rt-st.exp: Likewise.
9804 * gdb.base/call-strs.exp: Likewise.
9805 * gdb.base/default.exp: Remove references to h8300-*-hms and
9806 *-*-udi*.
9807 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
9808
77c365df
AA
98092015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9810
9811 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
9812 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
9813 and "return" use KFAIL when GDB can not read/write the vector
9814 return value.
9815
4313b8c0
GB
98162015-08-21 Gary Benson <gbenson@redhat.com>
9817
9818 * gdb.trace/pending.exp: Cope with remote transfer warnings.
9819
0e433b32
PA
98202015-08-20 Pedro Alves <palves@redhat.com>
9821
9822 * gdb.server/solib-list.exp: No longer expect an interior stop in
9823 non-stop mode.
9824
221e1a37
PA
98252015-08-20 Pedro Alves <palves@redhat.com>
9826
9827 * gdb.server/connect-stopped-target.c: New file.
9828 * gdb.server/connect-stopped-target.exp: New file.
9829
40e3ad0e
PA
98302015-08-20 Pedro Alves <palves@redhat.com>
9831
9832 * gdb.dwarf2/comp-unit-lang.exp: New file.
9833 * gdb.dwarf2/comp-unit-lang.c: New file.
9834
af39b327
PMR
98352015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
9836
9837 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
9838 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
9839
7d45c7c3 98402015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 9841
7d45c7c3
KB
9842 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
9843 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
9844
4d6cceb4
DE
98452015-08-18 Doug Evans <dje@google.com>
9846 Adrian Sendroiu <adrian.sendroiu@freescale.com>
9847
9848 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
9849 skip_python_tests. New arg prompt_regexp.
9850 (skip_python_tests): New function.
9851 * lib/mi-support.exp (mi_skip_python_tests): New function.
9852 * gdb.python/py-mi-objfile-gdb.py: New file.
9853 * gdb.python/py-mi-objfile.c: New file.
9854 * gdb.python/py-mi-objfile.exp: New file.
9855
ad89c2aa
KS
98562015-08-17 Keith Seitz <keiths@redhat.com>
9857
9858 * gdb.linespec/explicit.exp: Move strace test from here ...
9859 * gdb.trace/strace.exp: ... to here.
9860
e3ae3c43
PP
98612015-08-15 Patrick Palka <patrick@parcs.ath.cx>
9862
9863 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
9864 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
9865
604b2636
DE
98662015-08-14 Doug Evans <xdje42@gmail.com>
9867
9868 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
9869 inferior before selecting a new file.
9870
6ff0ba5f
DE
98712015-08-14 Doug Evans <xdje42@gmail.com>
9872
9873 * gdb.mi/mi-disassemble.exp: Update.
9874 * gdb.base/disasm-optim.S: New file.
9875 * gdb.base/disasm-optim.c: New file.
9876 * gdb.base/disasm-optim.h: New file.
9877 * gdb.base/disasm-optim.exp: New file.
9878
9ca98f92
KS
98792015-08-14 Keith Seitz <keiths@redhat.com>
9880
9881 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
9882 "evaluated-by".
9883
52bbc560
JB
98842015-08-13 Joel Brobecker <brobecker@adacore.com>
9885
9886 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
9887
5d8c3ed3
PMR
98882015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
9889
9890 * gdb.ada/fun_renaming.exp: New testcase.
9891 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
9892 * gdb.ada/fun_renaming/pack.adb: New file.
9893 * gdb.ada/fun_renaming/pack.ads: New file.
9894
ea8812bc
KS
98952015-08-12 Keith Seitz <keiths@redhat.com>
9896
9897 * gdb.base/dso2dso.exp: Pass basename of source file in call to
9898 gdb_get_line_number.
9899
4dafcdeb
JB
99002015-08-12 Joel Brobecker <brobecker@adacore.com>
9901
9902 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
9903 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
9904 gdb.base/dso2dso.exp: New files.
9905
5ba32597
SDJ
99062015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
9907 Pedro Alves <palves@redhat.com>
9908 Keith Seitz <keiths@redhat.com>
9909
9910 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
9911 GDBFLAGS.
9912
b6dafabf
PP
99132015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9914
9915 * gdb.base/gdbhistsize-history.exp
9916 (test_histsize_history_setting): Use save_vars.
9917 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9918 Use save_vars.
9919 (test_no_truncation_of_unlimited_history_file): Use save_vars.
9920 * gdb.base/readline.exp: Use save_vars.
9921
abe8e607
PP
99222015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9923
9924 * lib/gdb.exp (save_vars): New proc.
9925
629500fa
KS
99262015-08-11 Keith Seitz <keiths@redhat.com>
9927
9928 * gdb.base/help.exp: Update help_breakpoint_text.
9929
eb8c4e2e
KS
99302015-08-11 Keith Seitz <keiths@redhat.com>
9931
9932 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
9933 (at toplevel): Call test_explicit_breakpoints.
9934 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
9935 breakpoints.
9936 * lib/mi-support.exp (mi_make_breakpoint): Add support for
9937 breakpoint conditions, "-cond".
9938
87f0e720
KS
99392015-08-11 Keith Seitz <keiths@redhat.com>
9940
9941 * gdb.linespec/3explicit.c: New file.
9942 * gdb.linespec/cpexplicit.cc: New file.
9943 * gdb.linespec/cpexplicit.exp: New file.
9944 * gdb.linespec/explicit.c: New file.
9945 * gdb.linespec/explicit.exp: New file.
9946 * gdb.linespec/explicit2.c: New file.
9947 * gdb.linespec/ls-errs.exp: Add explicit location tests.
9948 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
9949 before using in the matching pattern.
9950 Clarify that `prefix' is a regular expression.
9951
f00aae0f
KS
99522015-08-11 Keith Seitz <keiths@redhat.com>
9953
9954 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
9955 test.
9956 Add tests for missing ",FMT" and ",".
9957
e27852be
DE
99582015-08-10 Doug Evans <dje@google.com>
9959 Keith Seitz <keiths@redhat.com>
9960
9961 PR gdb/17960
9962 * gdb.base/completion.exp: Add location completer tests.
9963
7f03bd92
PA
99642015-08-07 Pedro Alves <palves@redhat.com>
9965
9966 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
9967 tests here.
9968 (top level): Run do_test with and without displaced stepping.
9969
3fc8eb30
PA
99702015-08-07 Pedro Alves <palves@redhat.com>
9971
9972 * gdb.base/valgrind-disp-step.c: New file.
9973 * gdb.base/valgrind-disp-step.exp: New file.
9974
d4569d7b
PA
99752015-08-07 Pedro Alves <palves@redhat.com>
9976
9977 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
9978 Delete function.
9979 (main): Add alarm. Run an infinite loop instead of calling
9980 wait_threads.
9981 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
9982 comment.
9983 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
9984 Delete function.
9985 (main): Add alarm. Run an infinite loop instead of calling
9986 wait_threads.
9987 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
9988 comment.
9989
e1316e60
PA
99902015-08-07 Pedro Alves <palves@redhat.com>
9991
9992 * gdb.base/checkpoint-ns.exp: New file.
9993 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
9994 standard_testfile.
9995
da8c46d2
MM
99962015-08-07 Markus Metzger <markus.t.metzger@intel.com>
9997
9998 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
9999 * gdb.btrace/instruction_history.exp: Update.
10000 * gdb.btrace/tsx.exp: New.
10001 * gdb.btrace/tsx.c: New.
10002
de1c2c52
PA
100032015-08-06 Pedro Alves <palves@redhat.com>
10004
10005 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
10006 increase timeout.
10007 * gdb.reverse/until-precsave.exp: Bump timeouts.
10008
782e0bf4
PA
100092015-08-06 Pedro Alves <palves@redhat.com>
10010
10011 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
10012
83e97ed0
PA
100132015-08-06 Pedro Alves <palves@redhat.com>
10014
10015 PR gdb/18749
10016 * gdb.threads/process-dies-while-handling-bp.c: New file.
10017 * gdb.threads/process-dies-while-handling-bp.exp: New file.
10018
863d01bd
PA
100192015-08-06 Pedro Alves <palves@redhat.com>
10020
10021 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
10022 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
10023
0a39bb32
PA
100242015-08-05 Pedro Alves <palves@redhat.com>
10025
10026 * gdb.threads/next-while-other-thread-longjmps.c: New file.
10027 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
10028
ee2d2b10
SL
100292015-08-03 Sandra Loosemore <sandra@codesourcery.com>
10030
10031 * gdb.base/bp-permanent.exp: Report test as unsupported if
10032 the target cannot stop at the permanent breakpoint.
10033
4e1bdb00
DE
100342015-08-03 Doug Evans <dje@google.com>
10035
10036 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
10037 10000.
10038
3d338901
DE
100392015-08-03 Doug Evans <dje@google.com>
10040
10041 * Makefile.in (workers/%.worker, build-perf): New rule.
10042 (GDB_PERFTEST_MODE): New variable.
10043 (check-perf): Use it.
10044 (clean): Clean up gdb.perf parallel build subdirs.
10045 * lib/build-piece.exp: New file.
10046 * lib/gdb.exp (make_gdb_parallel_path): New function
10047 (standard_output_file, standard_temp_file): Call it.
10048 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10049 of $GDB_PARALLEL.
10050 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
10051
af061d3e
DE
100522015-08-03 Doug Evans <dje@google.com>
10053
8e1afc81 10054 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
10055 (LOG_FILE_NAME): New global.
10056 (TextReporter.__init__): Initialize self.txt_sum.
10057 (TextReporter.report): Add support for multiple data-points.
10058 Move report to perftest.sum, put raw data in perftest.log.
10059 (TextReporter.start): Open sum and log files.
10060 (TextReporter.end): Close sum and log files.
8e1afc81
DE
10061 * gdb.perf/lib/perftest/testresult.py
10062 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 10063
2c8c5d37
PA
100642015-07-31 Pedro Alves <palves@redhat.com>
10065
10066 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
10067 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10068 kill_wait_spawned_process instead of explicit "kill -9".
10069 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
10070 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10071 kill_wait_spawned_process.
10072 * gdb.base/attach-twice.exp: Likewise.
10073 * gdb.base/attach.exp: Likewise.
10074 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
10075 gdb_test_multiple.
10076 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
10077 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10078 kill_wait_spawned_process.
10079 * gdb.base/valgrind-infcall.exp: Likewise.
10080 * gdb.multi/multi-attach.exp: Likewise.
10081 * gdb.python/py-prompt.exp: Likewise.
10082 * gdb.python/py-sync-interp.exp: Likewise.
10083 * gdb.server/ext-attach.exp: Likewise.
10084 * gdb.threads/attach-into-signal.exp (corefunc): Use
10085 spawn_wait_for_attach, spawn_id_get_pid and
10086 kill_wait_spawned_process.
10087 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
10088 spawn_wait_for_attach returning a spawn id instead of a pid. Use
10089 spawn_id_get_pid and kill_wait_spawned_process.
10090 * gdb.threads/attach-stopped.exp (corefunc): Use
10091 spawn_wait_for_attach, spawn_id_get_pid and
10092 kill_wait_spawned_process.
10093 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
10094 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10095 kill_wait_spawned_process instead of explicit "kill -9".
10096 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
10097 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
10098 (spawn_wait_for_attach): Use spawn instead of exec to spawn
10099 processes. Don't map cygwin/windows pids here. Now returns a
10100 spawn id list.
10101
032a0fca
SL
101022015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10103
10104 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
10105 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
10106 correct patch.
10107
61a934ca
SL
101082015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10109
10110 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
10111
4bc4d428
SL
101122015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10113
10114 Reapply:
10115 2014-05-21 Mark Wielaard <mjw@redhat.com>
10116
10117 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10118
998d452a
PA
101192015-07-30 Pedro Alves <palves@redhat.com>
10120
10121 * linux-low.c (handle_extended_wait): Set the child's last
10122 reported status to TARGET_WAITKIND_STOPPED.
10123
69dde7dc
PA
101242015-07-30 Pedro Alves <palves@redhat.com>
10125
10126 PR threads/18600
10127 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
10128 only shows inferior 1.
10129
4dd63d48
PA
101302015-07-30 Simon Marchi <simon.marchi@ericsson.com>
10131 Pedro Alves <palves@redhat.com>
10132
10133 PR threads/18600
10134 * gdb.threads/fork-plus-threads.c: New file.
10135 * gdb.threads/fork-plus-threads.exp: New file.
10136
d618e4c5
PP
101372015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10138
10139 * gdb.base/batch-preserve-term-settings.exp
10140 (test_terminal_settings_preserved_after_cli_exit): Use
10141 send_quit_command.
10142
1eef6428
PA
101432015-07-29 Pedro Alves <palves@redhat.com>
10144 Don Breazeal <donb@codesourcery.com>
10145
10146 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
10147 output from both inferior_spawn_id and gdb_spawn_id.
10148
7da5b897
SDJ
101492015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10150
10151 * gdb.threads/attach-into-signal.exp (corefunc): Use
10152 with_test_prefix on nested loops, uniquefying the test messages.
10153
dac804df
SDJ
101542015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10155
10156 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
10157 commit.
10158
06265e53
PP
101592015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10160
10161 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
10162 New proc.
10163 (test_terminal_settings_preserved_after_sigterm): New test.
10164
18206ca3
PP
101652015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10166
10167 * gdb.base/batch-preserve-term-settings.exp
10168 (test_terminal_settings_preserved_after_cli_exit): New test.
10169
90074d11
PP
101702015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10171
10172 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
10173 manipulation of saved_gdbflags.
10174 (test_terminal_settings_preserved): Remove global declaration of
10175 the unused variable pagination_prompt. Remove manipulation of
10176 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
10177 GDBFLAGS.
10178
eb1a7902
PA
101792015-07-29 Pedro Alves <palves@redhat.com>
10180
10181 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
10182
8b75dd3b
PA
101832015-07-29 Pedro Alves <palves@redhat.com>
10184
10185 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
10186 at the top.
10187
dedad4e3
PA
101882015-07-29 Pedro Alves <palves@redhat.com>
10189
10190 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
10191 (main): Call gdb_unbuffer_output.
10192 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
10193 (main): Call gdb_unbuffer_output.
10194 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
10195 (main): Call gdb_unbuffer_output.
10196 * gdb.base/call-strs.exp: Adjust to step over the
10197 gdb_unbuffer_output call.
10198 * gdb.base/catch-gdb-caused-signals.c: Include
10199 "../lib/unbuffer_output.c".
10200 (main): Call gdb_unbuffer_output.
10201 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
10202 (main): Call gdb_unbuffer_output.
10203 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
10204 (main): Call gdb_unbuffer_output.
10205 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
10206 (main): Call gdb_unbuffer_output.
10207 * gdb.base/shlib-call.exp: Adjust to step over the
10208 gdb_unbuffer_output call.
10209 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
10210 (main): Call gdb_unbuffer_output.
10211 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
10212 (main): Call gdb_unbuffer_output.
10213 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
10214 (main): Rename to ...
10215 (test): ... this.
10216 (main): Reimplement.
10217 * gdb.base/varargs.exp: Run to test instead of to main.
10218 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10219 (main): Call gdb_unbuffer_output.
10220
58789a91
PA
102212015-07-29 Pedro Alves <palves@redhat.com>
10222
10223 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
10224 factore out from mi_continue_dprintf. For call-style dprintfs,
10225 expect dprintf output out of $inferior_spawn_id.
10226 (mi_continue_dprintf): Use mi_expect_dprintf.
10227 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10228 (main): Call gdb_unbuffer_output.
10229
e8376742
PA
102302015-07-29 Pedro Alves <palves@redhat.com>
10231
10232 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
10233 (default_mi_gdb_start): Set inferior_spawn_id instead of
10234 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
10235 gdb_spawn_id.
10236 (mi_gdb_test): Always expect inferior output from both
10237 $inferior_spawn_id and $gdb_spawn_id.
10238
08280010
PA
102392015-07-29 Pedro Alves <palves@redhat.com>
10240
10241 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
10242 send_inferior and $inferior_spawn_id.
10243
4d30e432
PA
102442015-07-29 Pedro Alves <palves@redhat.com>
10245
10246 * gdb.gdb/complaints.exp (test_initial_complaints)
10247 (test_serial_complaints, test_short_complaints): Use
10248 gdb_test_stdio.
10249 (test_empty_complaint): Handle $inferior_spawn_id !=
10250 $gdb_spawn_id.
10251
0d30a335
PA
102522015-07-29 Pedro Alves <palves@redhat.com>
10253
10254 * gdb.base/varargs.exp: Use gdb_test_stdio.
10255
39413b29
PA
102562015-07-29 Pedro Alves <palves@redhat.com>
10257
10258 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
10259
7cb000a9
PA
102602015-07-29 Pedro Alves <palves@redhat.com>
10261
10262 * gdb.base/ending-run.exp: Use gdb_test_stdio.
10263
d7b8ac82
PA
102642015-07-29 Pedro Alves <palves@redhat.com>
10265
10266 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
10267 parameter into two new parameters, "inf_result" and "gdb_result".
10268 Expect inferior output and gdb output from $inferior_spawn_id and
10269 $gdb_spawn_id, respectively. Adjust all callers.
10270
789c3a0c
PA
102712015-07-29 Pedro Alves <palves@redhat.com>
10272
10273 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
10274 of gdb_test_sequence.
10275
77e760c3
PA
102762015-07-29 Pedro Alves <palves@redhat.com>
10277
10278 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
10279 (saw_spurious_output): Expect inferior output from
10280 $inferior_spawn_id. Use gdb_test_stdio.
10281
8396d2cd
PA
102822015-07-29 Pedro Alves <palves@redhat.com>
10283
10284 * gdb.base/dprintf.exp: Use standard_testfile. Change
10285 prepare_for_testing call.
10286 (srcfile): Don't set.
10287 (restart): New procedure.
10288 (test_dprintf): New procecure, use to continue over dprintfs.
10289 (test_call, test_agent): New procedures, tests moved here.
10290 Restart gdb and recreate dprintfs. Adjust expected output.
10291
2051d61f
PA
102922015-07-29 Pedro Alves <palves@redhat.com>
10293
10294 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
10295
452397af
PA
102962015-07-29 Pedro Alves <palves@redhat.com>
10297
10298 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
10299
8aed9555
PA
103002015-07-29 Pedro Alves <palves@redhat.com>
10301
10302 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
10303 gdb_test_stdio.
10304
188a61b4
PA
103052015-07-29 Pedro Alves <palves@redhat.com>
10306
10307 * lib/gdb.exp (gdb_test_stdio): New procedure.
10308
12264a45
PA
103092015-07-29 Pedro Alves <palves@redhat.com>
10310
10311 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
10312
23ffc893
PA
103132015-07-29 Pedro Alves <palves@redhat.com>
10314
10315 * gdb.base/call-signal-resume.exp: Remove check for
10316 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
10317 * gdb.base/unwindonsignal.exp: Likewise.
10318 * gdb.base/call-signals.c (gen_signal): Remove printf call.
10319 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
10320
65566918
PA
103212015-07-29 Pedro Alves <palves@redhat.com>
10322
10323 * gdb.base/siginfo-addr.c (pass): New function.
10324 (handler): Call it iff si_addr is correct.
10325 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
10326 Set a breakpoint at "pass" and continue to it.
10327
d60a9221
SDJ
103282015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
10329
10330 * gdb.python/py-objfile.exp: Make some tests have unique names.
10331 * gdb.python/py-pp-registration.exp: Likewise.
10332
bde40b8f
PA
103332015-07-28 Pedro Alves <palves@redhat.com>
10334
10335 * gdb.server/server-exec-info.exp: Issue a "disconnect".
10336
13e1dec8
SM
103372015-07-27 Simon Marchi <simon.marchi@ericsson.com>
10338
10339 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
10340
da33c9a7
SM
103412015-07-27 Simon Marchi <simon.marchi@ericsson.com>
10342
10343 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
10344
077836f7
PP
103452015-07-27 Patrick Palka <patrick@parcs.ath.cx>
10346
10347 * gdb.base/gdb-sigterm-2.exp: New test.
10348
b8cc7b2e
DE
103492015-07-25 Doug Evans <xdje42@gmail.com>
10350
10351 Revert:
10352 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10353 (workers/%.worker, build-perf): New rule.
10354 (GDB_PERFTEST_MODE): New variable.
10355 (check-perf): Use it.
10356 (clean): Clean up gdb.perf parallel build subdirs.
10357 * lib/build-piece.exp: New file.
10358 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10359 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10360 name.
10361 (standard_temp_file): Ditto.
10362 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10363 of $GDB_PARALLEL.
10364
c8bd4544
DE
103652015-07-24 Doug Evans <dje@google.com>
10366
10367 * gdb.perf/lib/perftest/utils.py: New file.
10368 * gdb.perf/gm-hello.cc: New file.
10369 * gdb.perf/gm-pervasive-typedef.cc: New file.
10370 * gdb.perf/gm-pervasive-typedef.h: New file.
10371 * gdb.perf/gm-std.cc: New file.
10372 * gdb.perf/gm-std.h: New file.
10373 * gdb.perf/gm-use-cerr.cc: New file.
10374 * gdb.perf/gm-utils.h: New file.
10375 * gdb.perf/gmonster-null-lookup.py: New file.
10376 * gdb.perf/gmonster-pervasive-typedef.py: New file.
10377 * gdb.perf/gmonster-print-cerr.py: New file.
10378 * gdb.perf/gmonster-ptype-string.py: New file.
10379 * gdb.perf/gmonster-runto-main.py: New file.
10380 * gdb.perf/gmonster-select-file.py: New file.
10381 * gdb.perf/gmonster1-null-lookup.exp: New file.
10382 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
10383 * gdb.perf/gmonster1-print-cerr.exp: New file.
10384 * gdb.perf/gmonster1-ptype-string.exp: New file.
10385 * gdb.perf/gmonster1-runto-main.exp: New file.
10386 * gdb.perf/gmonster1-select-file.exp: New file.
10387 * gdb.perf/gmonster1.cc: New file.
10388 * gdb.perf/gmonster1.exp: New file.
10389 * gdb.perf/gmonster2-null-lookup.exp: New file.
10390 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
10391 * gdb.perf/gmonster2-print-cerr.exp: New file.
10392 * gdb.perf/gmonster2-ptype-string.exp: New file.
10393 * gdb.perf/gmonster2-runto-main.exp: New file.
10394 * gdb.perf/gmonster2-select-file.exp: New file.
10395 * gdb.perf/gmonster2.cc: New file.
10396 * gdb.perf/gmonster2.exp: New file.
10397
6eab34f3
DE
103982015-07-24 Doug Evans <dje@google.com>
10399
10400 * gdb.perf/README: New file.
10401 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
10402 * lib/gen-perf-test.exp: New file.
10403
63738bfd
DE
104042015-07-24 Doug Evans <dje@google.com>
10405
10406 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
10407 (PerfTest::startup): New function.
10408 (PerfTest::run): Return result of calling body.
10409 (PerfTest::assemble): Rewrite.
10410 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
10411 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
10412 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
10413 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
10414 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
10415
7b606f95
DE
104162015-07-24 Doug Evans <dje@google.com>
10417
10418 * lib/gdb.exp (clean_restart): Make executable optional.
10419
a97b16b8
DE
104202015-07-24 Doug Evans <dje@google.com>
10421
10422 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
10423 compiler_info references.
10424 * gdb.cp/temargs.exp: Ditto.
10425 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
10426 (get_compiler_info): Early exit if already computed. Set compiler_info
10427 to "unknown" if there was a problem.
10428 (test_compiler_info): Add function comment. Call get_compiler_info.
10429
35baa57f
DE
104302015-07-24 Doug Evans <dje@google.com>
10431
10432 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10433 (workers/%.worker, build-perf): New rule.
10434 (GDB_PERFTEST_MODE): New variable.
10435 (check-perf): Use it.
10436 (clean): Clean up gdb.perf parallel build subdirs.
10437 * lib/build-piece.exp: New file.
10438 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10439 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10440 name.
10441 (standard_temp_file): Ditto.
10442 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10443 of $GDB_PARALLEL.
10444
6ebea266
DE
104452015-07-24 Doug Evans <dje@google.com>
10446
10447 * lib/future.exp (gdb_default_target_compile): New option
10448 "early_flags".
10449 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
10450 --as-needed.
10451
1e76a7e9
SDJ
104522015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
10453
10454 * gdb.base/catch-syscall.exp: Call gdb_exit before
10455 gdb_skip_xml_test.
10456
5068630a
PA
104572015-07-24 Pedro Alves <palves@redhat.com>
10458
10459 * gdb.python/py-events.exp: Accept output between the stop event
10460 and the prompt.
10461 * gdb.python/py-evsignal.exp: Likewise.
10462 * gdb.python/py-evthreads.exp: Likewise.
10463
77598427
PA
104642015-07-24 Pedro Alves <palves@redhat.com>
10465
10466 PR gdb/18717
10467 * gdb.threads/non-ldr-exit.c: New file.
10468 * gdb.threads/non-ldr-exit.exp: New file.
10469
11e6c98f
YQ
104702015-07-24 Yao Qi <yao.qi@linaro.org>
10471
10472 * gdb.server/ext-wrapper.exp: Test --wrapper option when
10473 restarting process.
10474
51aee833
YQ
104752015-07-24 Yao Qi <yao.qi@linaro.org>
10476
10477 * gdb.server/ext-restart.exp: New file.
10478
8cfe207c
YQ
104792015-07-24 Yao Qi <yao.qi@linaro.org>
10480
10481 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
10482 argument options.
10483 * gdb.server/ext-wrapper.exp: New file.
10484
cc12ce38
DE
104852015-07-23 Doug Evans <dje@google.com>
10486
10487 * gdb.dwarf2/dw2-dummy-cu.S: New file.
10488 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
10489
d0d84780
PMR
104902015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
10491
10492 * gdb.ada/var_arr_typedef.exp: New testcase.
10493 * gdb.ada/var_arr_typedef/pack.adb: New file.
10494 * gdb.ada/var_arr_typedef/pack.ads: New file.
10495 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
10496
8b558f79
JB
104972015-07-20 Joel Brobecker <brobecker@adacore.com>
10498
10499 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
10500
775a3298
JK
105012015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10502
10503 * gdb.arch/i386-biarch-core.exp: Replace istarget
10504 by "complete set gnutarget". Remove expectation for the "core-file"
10505 command.
10506
db1ff28b
JK
105072015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10508
10509 Revert the previous commit:
10510 Tests for validate symbol file using build-id.
10511
0a94970d
JK
105122015-07-15 Aleksandar Ristovski <aristovski@qnx.com
10513
10514 Tests for validate symbol file using build-id.
10515 * gdb.base/solib-mismatch-lib.c: New file.
10516 * gdb.base/solib-mismatch-libmod.c: New file.
10517 * gdb.base/solib-mismatch.c: New file.
10518 * gdb.base/solib-mismatch.exp: New file.
10519
03346981
SL
105202015-07-15 Sandra Loosemore <sandra@codesourcery.com>
10521
10522 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
10523 nios2-*-linux*.
10524 * gdb.base/sigbpt.exp (stepi_out): Likewise.
10525 * gdb.base/siginfo.exp: Likewise.
10526 * gdb.base/sigstep.exp (advance, advancei): Likewise.
10527
42422cc7
PL
105282015-07-15 Pierre Langlois <pierre.langlois@arm.com>
10529
10530 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
10531 Move it to ...
10532 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
10533 ... here.
10534 * gdb.trace/range-stepping.exp: Check that the target supports
10535 range stepping.
10536
cfa68bae
JK
105372015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10538
10539 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
10540
8ffdba26
PA
105412015-07-14 Pedro Alves <palves@redhat.com>
10542
10543 * gdb.base/killed-outside.exp: New file.
10544 * gdb.base/killed-outside.c: New file.
10545
218a5a11
JK
105462015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10547
10548 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
10549 (n at main): New.
10550 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
10551
e03ed3c6
AA
105522015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
10553
10554 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
10555 infcall tests instead of setting up for KFAIL.
10556
485668e5
MM
105572015-07-10 Markus Metzger <markus.t.metzger@intel.com>
10558
10559 * gdb.btrace/record_goto-step.exp: New.
10560
08464196
JK
105612015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10562
10563 PR compile/18484
10564 * gdb.compile/compile.c (struct struct_type): Add volatile to
10565 selffield's type.
10566 * gdb.compile/compile.exp
10567 (compile code struct_object.selffield = &struct_object): Skip further
10568 struct_object tests if this one xfails.
10569
bcf5c1d9
RC
105702015-07-08 Robert O'Callahan <robert@ocallahan.org>
10571
10572 PR exp/18617
10573 * gdb.trace/ax.exp: Add test.
10574
4931af25
YQ
105752015-07-07 Yao Qi <yao.qi@linaro.org>
10576
10577 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
10578 instead of istarget "aarch64*-*-*".
10579 * gdb.arch/aarch64-fp.exp: Likewise.
10580 * gdb.base/float.exp: Likewise.
10581 * gdb.reverse/aarch64.exp: Likewise.
10582 * lib/gdb.exp (is_aarch64_target): New proc.
10583
9fcf688e
YQ
105842015-07-07 Yao Qi <yao.qi@linaro.org>
10585
10586 * lib/gdb.exp (is_aarch32_target): New proc.
10587 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
10588 instead of "istarget "arm*-*-*"".
10589 * gdb.arch/arm-disp-step.exp: Likewise.
10590 * gdb.arch/thumb-bx-pc.exp: Likewise.
10591 * gdb.arch/thumb-prologue.exp: Likewise.
10592 * gdb.arch/thumb-singlestep.exp: Likewise.
10593 * gdb.base/disp-step-syscall.exp: Likewise.
10594 * gdb.base/float.exp: Likewise.
10595
fbd8d50d
YQ
105962015-07-07 Yao Qi <yao.qi@linaro.org>
10597
10598 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
10599 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
10600
71be1fdc
YQ
106012015-07-07 Yao Qi <yao.qi@linaro.org>
10602
10603 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
10604 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
10605 if it exists.
10606 * gdb.multi/multi-arch.exp: Likewise.
10607
3e221d36
SM
106082015-07-07 Simon Marchi <simon.marchi@ericsson.com>
10609
10610 * gdb.python/py-lazy-string.exp: Add missing parentheses to
10611 print.
10612
d441430b
YQ
106132015-07-07 Yao Qi <yao.qi@linaro.org>
10614
10615 * gdb.arch/thumb-singlestep.exp: Do one more single step.
10616
06f810bd
MG
106172015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
10618
10619 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
10620 '[' and ']' characters.
10621
5e61e7c0
IB
106222015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
10623
10624 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10625
28bf096c
PA
106262015-06-29 Pedro Alves <palves@redhat.com>
10627
10628 PR threads/18127
10629 * gdb.threads/hand-call-new-thread.c: New file.
10630 * gdb.threads/hand-call-new-thread.c: New file.
10631
ee93cd5e
KS
106322015-06-26 Keith Seitz <keiths@redhat.com>
10633 Doug Evans <dje@google.com>
10634
10635 PR 16253
10636 * gdb.cp/var-tag-2.cc: New file.
10637 * gdb.cp/var-tag-3.cc: New file.
10638 * gdb.cp/var-tag-4.cc: New file.
10639 * gdb.cp/var-tag.cc: New file.
10640 * gdb.cp/var-tag.exp: New file.
10641
fc637f04
PP
106422015-06-26 Patrick Palka <patrick@parcs.ath.cx>
10643
10644 * gdb.base/history-duplicates.exp: New test.
10645
2e52ae68
PP
106462015-06-26 Patrick Palka <patrick@parcs.ath.cx>
10647
10648 * gdb.base/completion.exp: Test the completion of the "focus"
10649 command.
10650
6e22494e
JK
106512015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10652
10653 * gdb.arch/amd64-prologue-skip.S: New file.
10654 * gdb.arch/amd64-prologue-skip.exp: New file.
10655
bf7b9cd9
SM
106562015-06-25 Simon Marchi <simon.marchi@ericsson.com>
10657
10658 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
10659 is_address_zero_readable check.
10660
201e8dfd
PB
106612015-06-24 Peter Bergner <bergner@vnet.ibm.com>
10662
10663 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
10664 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
10665
5cd867b4
YQ
106662015-06-24 Yao Qi <yao.qi@linaro.org>
10667
10668 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
10669 linux targets.
10670
4d7be007
YQ
106712015-06-24 Yao Qi <yao.qi@linaro.org>
10672
10673 * lib/gdb.exp (supports_get_siginfo_type): New proc.
10674 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
10675 * gdb.base/siginfo-thread.exp: Likewise.
10676
07fcd301
YQ
106772015-06-22 Yao Qi <yao.qi@linaro.org>
10678
10679 * boards/remote-gdbserver-on-localhost.exp: Add comments.
10680
52042a00
YQ
106812015-06-22 Yao Qi <yao.qi@linaro.org>
10682
10683 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
10684 aarch64*-*-*.
10685 (skip_hw_watchpoint_tests): Likewise.
10686
74bd41ce
PP
106872015-06-18 Patrick Palka <patrick@parcs.ath.cx>
10688
10689 * gdb.base/gdbinit-history.exp: Test the interaction between
10690 setting GDBHISTSIZE and setting the history size via .gdbinit.
10691
bc460514
PP
106922015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10693
10694 PR gdb/16999
10695 * gdb.base/gdbhistsize-history.exp: New test.
10696
b58c513b
PP
106972015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10698
10699 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
10700 with GDBHISTSIZE.
10701 * gdb.base/readline.exp: Likewise.
10702
92046791
YQ
107032015-06-17 Yao Qi <yao.qi@linaro.org>
10704
10705 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
10706 line.
10707
2093d2d3
PP
107082015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10709
10710 * gdb.base/gdbinit-history.exp: Add test case to check that
10711 an unlimited history file does not get truncated on exit.
10712
e6c693af
AA
107132015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10714
10715 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
10716 (VECTOR): New macro. Use it...
10717 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
10718 ...for these typedefs.
10719 (int8, char1, int1, double1): New typedefs.
10720 (struct just_int2, struct two_int2): New structures.
10721 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
10722 (add_structvecs, add_singlevecs): New functions.
10723 (main): Call add_some_intvecs twice.
10724 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
10725 the compile and exit upon failure. Try compiling for the "native"
10726 architecture. Test inferior function calls with vector arguments
10727 and vector return value handling with "finish" and "return".
10728
c74f7d1c
JT
107292015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
10730
10731 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
10732 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
10733 PE file.
10734 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
10735
98aa42ee
AT
107362015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10737
10738 PR breakpoints/16465
10739 * gdb.mi/mi-dprintf-pending.c: New file.
10740 * gdb.mi/mi-dprintf-pending.exp: New test.
10741 * gdb.mi/mi-dprintf-pendshr.c: New file.
10742
7d73c23c 107432015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 10744 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
10745
10746 * gdb.arch/i386-mpx-map.c: New file.
10747 * gdb.arch/i386-mpx-map.exp: New File.
10748
107492015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10750
10751 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
10752 * gdb.arch/i386-mpx.exp: Indentation fixed.
10753
107542015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10755
10756 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
10757 function and improved indentation.
10758 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
10759 gdb_test_multiple. Added additional tests to skip the test.
10760
107612015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10762
10763 * gdb.arch/i386-avx512.c: Change path in include file.
10764 * gdb.arch/i386-avx512.exp: Change include dir path
10765 compilation flag.
10766 * gdb.arch/i386-mpx.c: Change path in include file.
10767 * gdb.arch/i386-mpx.exp: Change include dir path compilation
10768 flag.
10769
d5eba19a
JK
107702015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10771
10772 * gdb.compile/compile-print.exp (compile print *vararray@3)
10773 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
10774
7f361056
JK
107752015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10776
10777 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
10778 (do not keep jit in memory): ... this.
10779 (expect 5): Change it to ...
10780 (expect no 5): ... this.
10781
3b462ec2
SM
107822015-06-02 Simon Marchi <simon.marchi@ericsson.com>
10783
10784 PR gdb/15564
10785 * gdb.mi/mi-detach.exp: New file.
10786
e0619de6
JK
107872015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10788
10789 PR symtab/18392
10790 * gdb.arch/amd64-tailcall-self.S: New file.
10791 * gdb.arch/amd64-tailcall-self.c: New file.
10792 * gdb.arch/amd64-tailcall-self.exp: New file.
10793
e970cb34
DB
107942015-05-28 Don Breazeal <donb@codesourcery.com>
10795
10796 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
10797 tests for remote targets by checking is_target_gdbserver.
10798
b2e2f908
DE
107992015-05-27 Doug Evans <dje@google.com>
10800
10801 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
10802 * gdb.dwarf2/opaque-type-lookup.c: New file.
10803 * gdb.dwarf2/opaque-type-lookup.exp: New file.
10804
82c7be31
DE
108052015-05-26 Doug Evans <dje@google.com>
10806
10807 * gdb.cp/iostream.cc: New file.
10808 * gdb.cp/iostream.exp: New file.
10809
b4f54984
DE
108102015-05-26 Doug Evans <dje@google.com>
10811
10812 * gdb.dwarf2/dw2-op-call.exp: Update.
10813 * gdb.dwarf2/dw4-sig-types.exp: Update.
10814 * gdb.dwarf2/implptr.exp: Update.
10815 * gdb.mi/mi-cmd-param-changed.exp: Update.
10816
4ea6efe9
DE
108172015-05-26 Doug Evans <dje@google.com>
10818
10819 * gdb.python/py-lazy-string.c: New file.
10820 * gdb.python/py-lazy-string.exp: New file.
10821 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
10822 (main): Update. Add estring3.
10823 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
10824 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
10825
f6bb7db3
YQ
108262015-05-26 Omair Javaid <omair.javaid@linaro.org>
10827 Yao Qi <yao.qi@linaro.org>
10828
10829 * gdb.reverse/aarch64.c: New.
10830 * gdb.reverse/aarch64.exp: New.
10831
a81bfbd0
OJ
108322015-05-26 Omair Javaid <omair.javaid@linaro.org>
10833
25d49b86
PA
10834 * lib/gdb.exp (supports_process_record): Return true for
10835 aarch64*-linux*.
a81bfbd0
OJ
10836 (supports_reverse): Likewise.
10837
158bf1b4
PP
108382015-05-22 Patrick Palka <patrick@parcs.ath.cx>
10839
10840 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10841 Use with_test_prefix.
10842
a0145030
AB
108432015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
10844
10845 * gdb.base/completion.exp: Add test for completion of layout
10846 names.
10847
ebe3b578
AB
108482015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
10849
10850 * lib/gdb.exp (skip_tui_tests): New proc.
10851 * gdb.base/tui-layout.exp: Check skip_tui_tests.
10852
84204ed7
PA
108532015-05-19 Pedro Alves <palves@redhat.com>
10854
10855 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10856 Save the whole env array instead of just HOME. Unset HISTSIZE in
10857 the environment while testing. Restore whole environment
10858 afterwards.
10859
37442ce1
DE
108602015-05-16 Doug Evans <xdje42@gmail.com>
10861
10862 * gdb.guile/scm-ports.c: New file.
10863 * gdb.guile/scm-ports.exp: Add memory port tests.
10864
36de76f9
JK
108652015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10866
10867 * gdb.compile/compile-print.c: New file.
10868 * gdb.compile/compile-print.exp: New file.
10869
3a9558c4
JK
108702015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10871
10872 * gdb.compile/compile-ops.exp: Cast param to void.
10873 * gdb.compile/compile.exp: Complete type for _gdb_expr.
10874 (compile code struct_object.selffield = &struct_object): Add xfail.
10875
aa715135
JG
108762015-05-15 Joel Brobecker <brobecker@adacore.com>
10877
10878 * gdb.ada/arr_enum_with_gap: New testcase.
10879
931e5bc3
JG
108802015-05-15 Joel Brobecker <brobecker@adacore.com>
10881
10882 * gdb.ada/byte_packed_arr: New testcase.
10883
9cd4d857
JB
108842015-05-15 Joel Brobecker <brobecker@adacore.com>
10885
10886 * gdb.ada/pckd_neg: New testcase.
10887
ebfd00d2
PP
108882015-05-13 Patrick Palka <patrick@parcs.ath.cx>
10889
10890 PR gdb/17820
10891 * gdb.base/gdbinit-history.exp: New test.
10892 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
10893 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
10894
4c082a81
SC
108952015-05-09 Siva Chandra Reddy <sivachandra@google.com>
10896
10897 * gdb.python/py-xmethods.cc: Enhance test case.
10898 * gdb.python/py-xmethods.exp: New tests.
10899 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
10900 function.
10901 (B_indexoper): Likewise.
10902 (global_dm_list) : Add new xmethod worker functions.
10903
f7797074
SDJ
109042015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
10905
10906 * gdb.base/coredump-filter.exp: Correctly unset
10907 "coredump_var_addr" array.
10908
a4674e4e
PA
109092015-05-08 Pedro Alves <palves@redhat.com>
10910
10911 * gdb.server/non-existing-program.exp: Unset spawn_id.
10912
df2eb078
SC
109132015-05-08 Siva Chandra Reddy <sivachandra@google.com>
10914
10915 PR python/18291
10916 * gdb.python/py-xmethods.exp: Add tests.
10917
422349a3
YQ
109182015-05-08 Yao Qi <yao.qi@linaro.org>
10919
10920 PR gdb/18208
10921 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
10922 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
10923 function set_coredump_filter, and remove remote_exec call.
10924 Remove argument ipid. Callers update.
10925 (top level): Don't get inferior's PID.
10926
63fc80ce
AA
109272015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
10928
10929 * gdb.base/watch_thread_num.exp: Skip test on targets without
10930 access watchpoints.
10931
80ad801e
PA
109322015-05-06 Pedro Alves <palves@redhat.com>
10933
10934 PR server/18081
10935 * gdb.server/non-existing-program.exp: New file.
10936
0fa7fe50
JB
109372015-05-05 Joel Brobecker <brobecker@adacore.com>
10938
10939 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
10940
3ea89b92
PMR
109412015-05-05 Joel Brobecker <brobecker@adacore.com>
10942
10943 * gdb.ada/out_of_line_in_inlined: New testcase.
10944
87b8eff0
JB
109452015-05-05 Joel Brobecker <brobecker@adacore.com>
10946
10947 * gdb.ada/var_rec_arr: New testcase.
10948
5fccc635
YQ
109492015-04-30 Yao Qi <yao.qi@linaro.org>
10950
10951 * gdb.base/break-idempotent.exp: If
10952 skip_hw_watchpoint_multi_tests returns true, skip the tests
10953 on "rwatch" and "awatch".
10954
42d38f42
YQ
109552015-04-30 Yao Qi <yao.qi@linaro.org>
10956
10957 * gdb.base/relativedebug.exp: Invoke gdb command
10958 "info sharedlibrary", and if libc.so doesn't have debug info,
10959 skip the test.
10960
2ce1cdbf
DE
109612015-04-29 Doug Evans <dje@google.com>
10962
10963 * gdb.python/py-xmethods.exp: Add ptype tests.
10964 * gdb.python/py-xmethods.py (E_method_char_worker): Add
10965 get_result_type method.
10966
f24a38c5
LM
109672015-04-29 Luis Machado <lgustavo@codesourcery.com>
10968
10969 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
10970 the target does not support hardware watchpoints.
10971
ecbf2b3c
LM
109722015-04-29 Luis Machado <lgustavo@codesourcery.com>
10973
10974 * gdb.base/break-always.exp: Abort testing if writing to memory
10975 causes an error.
10976
34f5f757
DE
109772015-04-28 Doug Evans <dje@google.com>
10978
10979 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
10980 * gdb.python/py-pp-registration.exp: ... here. New file.
10981 * gdb.python/py-pp-registration.c: New file.
10982 * gdb.python/py-pp-registration.py: New file.
10983
69b4374a
DE
109842015-04-28 Doug Evans <dje@google.com>
10985
10986 * gdb.python/py-bad-printers.c: New file.
10987 * gdb.python/py-bad-printers.py: New file.
10988 * gdb.python/py-bad-printers.exp: New file.
10989
59fb7612
SS
109902015-04-28 Sasha Smundak <asmundak@google.com>
10991
10992 * gdb.python/py-type.exp: New test.
10993
2631b16a
AW
109942015-04-28 Andy Wingo <wingo@igalia.com>
10995
10996 * gdb.python/py-parameter.exp:
10997 * gdb.guile/scm-parameter.exp: Escape the path that we are
10998 matching against, as it might contain characters that are special
10999 to regular expressions.
11000
460efde1
JB
110012015-04-27 Joel Brobecker <brobecker@adacore.com>
11002
11003 * gdb.ada/rec_comp: New testcase.
11004
2d369d8e
SDJ
110052015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
11006
11007 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
11008 before using it.
11009
cf75d6c3
AB
110102015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
11011
11012 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
11013 new tests for verilog output.
11014
8dbe7ca5
YQ
110152015-04-24 Yao Qi <yao.qi@linaro.org>
11016
11017 * boards/remote-gdbserver-on-localhost.exp: New file.
11018
4ef9fb2f
PA
110192015-04-23 Pedro Alves <palves@redhat.com>
11020
11021 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
11022 $inferior_spawn_id instead of $inferior_spawn_id directly. On
11023 "end of file", remove $inferior_spawn_id from the indirect list.
11024
0a803169
PA
110252015-04-23 Pedro Alves <palves@redhat.com>
11026
11027 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
11028
749ef8f8
PA
110292015-04-23 Pedro Alves <palves@redhat.com>
11030
11031 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
11032 on $any_spawn_id instead of only on $gdb_spawn_id.
11033
8aae4344
PM
110342015-04-21 Pierre Muller <muller@sourceware.org>
11035
11036 PR pascal/17815
11037 * lib/pascal.exp (gpc_compile): Add new option "class".
11038 (fpc_compile): Likewise.
11039 * gdb.pascal/case-insensitive-symbols.pas: New file.
11040 * gdb.pascal/case-insensitive-symbols.exp: New file.
11041
1586c8fb
GB
110422015-04-20 Gary Benson <gbenson@redhat.com>
11043
11044 * gdb.base/attach.exp: Fix three extended remote failures.
11045
1b6e6f5c
GB
110462015-04-17 Gary Benson <gbenson@redhat.com>
11047
11048 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
11049 the main executable over the remote protocol.
11050
e797481d
PA
110512015-04-16 Pedro Alves <palves@redhat.com>
11052
11053 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
11054 a new gdbserver if gdbserver_reconnect_p is set.
11055
1ca99c42
PA
110562015-04-16 Pedro Alves <palves@redhat.com>
11057
11058 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
11059 is set, don't exit gdbserver.
11060
af9fd6f8
AA
110612015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11062
11063 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
11064 appropriate .insn, such that an older assembler can be used.
11065 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
11066 the z/Architecture instruction set on 31-bit targets as well.
11067
04ff1e61
AA
110682015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11069
11070 * gdb.go/handcall.exp: Remove all logic related to the first
11071 breakpoint and rely on go_runto_main instead.
11072 * gdb.go/strings.exp: Likewise.
11073 * gdb.go/unsafe.exp: Likewise.
11074 * gdb.go/hello.exp: Likewise. Also rename the remaining
11075 breakpoint marker to "breakpoint 1".
11076 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
11077 * gdb.go/strings.go: Likewise.
11078 * gdb.go/unsafe.go: Likewise.
11079 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
11080 "set breakpoint 2 here" and rename the remaining breakpoint marker
11081 to "breakpoint 1".
11082
40d2f8d6
SM
110832015-04-15 Simon Marchi <simon.marchi@ericsson.com>
11084
11085 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
11086 if itertools.imap is not present.
11087 * gdb.python/py-objfile.exp: Add parentheses.
11088 * gdb.python/py-type.exp: Same.
11089 * gdb.python/py-unwind-maint.py: Same.
11090
8cbc97c6
YQ
110912015-04-15 Yao Qi <yao.qi@linaro.org>
11092
11093 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
11094 of ":$ptr_size" and set its form explicitly.
11095
45fd756c
YQ
110962015-04-15 Pedro Alves <palves@redhat.com>
11097 Yao Qi <yao.qi@linaro.org>
11098
11099 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
11100 timeout by factor of 4.
11101 (test_regular_watch): Likewise.
11102 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
11103 * gdb.reverse/sigall-reverse.exp: Likewise.
11104 * gdb.reverse/until-precsave.exp: Likewise.
11105 * lib/gdb.exp (with_timeout_factor): New proc.
11106 (gdb_expect): Move some code to ...
11107 (get_largest_timeout): ... here. New procedure.
11108
9e811bc3
LM
111092015-04-14 Luis Machado <lgustavo@codesourcery.com>
11110
11111 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
11112
0ff6fcb2
LM
111132015-04-13 Luis Machado <lgustavo@codesourcery.com>
11114
11115 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
11116 to write to the .text section.
11117
7578d5f7
LM
111182015-04-13 Luis Machado <lgustavo@codesourcery.com>
11119
11120 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
11121 Handle the case of targets that do not provide PID information.
11122
2efe15c4
YQ
111232015-04-13 Yao Qi <yao.qi@linaro.org>
11124
11125 * lib/gdbserver-support.exp (gdb_exit): Catch exception
11126 and use expect instead of gdb_expect.
11127
8cd8f2f8
SDJ
111282015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
11129
11130 * gdb.base/coredump-filter.exp: Rename variable "addr" to
11131 "coredump_var_addr" to avoid naming conflict with other testcases.
11132
9ee41772
PA
111332015-04-10 Pedro Alves <palves@redhat.com>
11134
11135 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
11136 gdb_test_sequence and gdb_assert.
11137
07473109
PA
111382015-04-10 Pedro Alves <palves@redhat.com>
11139
11140 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
11141 test messages that don't include the breakpoint address.
11142
de3db44c
YQ
111432015-04-10 Yao Qi <yao.qi@linaro.org>
11144
11145 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
11146 false for some offset and width combinations which aren't
11147 supported by linux kernel.
11148
c79d856c
PA
111492015-04-10 Pedro Alves <palves@redhat.com>
11150
11151 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
11152 procedure, factored out from ...
11153 (top level): ... here. Add "set displaced-stepping" testing axis.
11154 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
11155 parameter "displaced". Use it.
11156 (top level): Use foreach and add "set displaced-stepping" testing
11157 axis.
11158
ebc90b50
PA
111592015-04-10 Pedro Alves <palves@redhat.com>
11160
11161 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
11162 Remove comment.
11163 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
11164 both the address of the instruction that triggers the watchpoint
11165 and the address of the instruction immediately after, and use
11166 those addresses for the test. Fix comment.
11167
8f572e5c
PA
111682015-04-10 Pedro Alves <palves@redhat.com>
11169
11170 * gdb.base/sigstep.exp (breakpoint_to_handler)
11171 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
11172 Test "backtrace" in handler.
11173 (breakpoint_over_handler): New parameter 'displaced'. Use it.
11174 (top level): Add new "displaced" test axis to
11175 breakpoint_to_handler, breakpoint_to_handler_entry and
11176 breakpoint_over_handler.
11177
8d707a12
PA
111782015-04-10 Pedro Alves <palves@redhat.com>
11179
11180 PR gdb/18216
11181 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
11182
ef713951
YQ
111832015-04-10 Yao Qi <yao.qi@linaro.org>
11184
11185 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
11186 (test_add_rn_pc): New function.
11187 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
11188 (top level): Invoke test_add_rn_pc.
11189
906d60cf
PA
111902015-04-10 Pedro Alves <palves@redhat.com>
11191
11192 PR gdb/13858
11193 * gdb.base/step-over-no-symbols.exp: New file.
11194
f2983cc3
AW
111952015-04-09 Andy Wingo <wingo@igalia.com>
11196
11197 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
11198 after the Python tests.
11199
6d62641c
SDJ
112002015-04-08 Keith Seitz <keiths@redhat.com>
11201
11202 PR python/16699
11203 * gdb.python/py-completion.exp: New tests for completion.
11204 * gdb.python/py-completion.py (CompleteLimit1): New class.
11205 (CompleteLimit2): Likewise.
11206 (CompleteLimit3): Likewise.
11207 (CompleteLimit4): Likewise.
11208 (CompleteLimit5): Likewise.
11209 (CompleteLimit6): Likewise.
11210 (CompleteLimit7): Likewise.
11211
f3770638
PA
112122015-04-08 Pedro Alves <palves@redhat.com>
11213
11214 PR gdb/18214
11215 PR gdb/18216
11216 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
11217 function.
11218 (main): Install it as SIGUSR1 handler.
11219 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
11220 parameter. Always use "setup" as prefix. Toggle "set
11221 displaced-stepping" off/on depending on global. Don't switch to
11222 thread 1 here.
11223 (top level): Add displaced stepping "off/on" test axis. Update
11224 "setup" calls. Wrap each subtest with with_test_prefix. Test
11225 continuing with a queued signal in each thread.
11226
4496bed7
PA
112272015-04-08 Pedro Alves <palves@redhat.com>
11228
11229 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
11230 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
11231 gdb_breakpoint instead of gdb_test that doesn't expect anything.
11232 Return early if running to main fails.
11233 * gdb.trace/while-stepping.exp: Likewise.
11234
b97fde92
PA
112352015-04-07 Pedro Alves <palves@redhat.com>
11236
11237 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
11238 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
11239 interact with inferior program.
11240
f71c18e7
PA
112412015-04-07 Pedro Alves <palves@redhat.com>
11242
11243 * lib/gdb.exp (inferior_spawn_id): New global.
11244 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
11245 spawn id after processing the user code.
11246 (default_gdb_start): Set inferior_spawn_id.
11247 (send_inferior): New procedure.
11248 * lib/gdbserver-support.exp (gdbserver_start): Set
11249 inferior_spawn_id.
11250 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
11251
6423214f
PA
112522015-04-07 Pedro Alves <palves@redhat.com>
11253
11254 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
11255 * lib/gdbserver-support.exp (gdbserver_start): Make
11256 $server_spawn_id global.
11257 (gdbserver_start): Don't wait for gdbserver's spawn id with
11258 expect_background.
11259 (close_gdbserver): New procedure.
11260 (gdb_exit): Rename the default version and reimplement.
11261
71c0ee8c
PA
112622015-04-07 Pedro Alves <palves@redhat.com>
11263
72f4393d 11264 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
11265 append the substituted item, not the original item.
11266
203bc29b
PA
112672015-04-07 Pedro Alves <palves@redhat.com>
11268
11269 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
11270 gdb_expect.
11271
508a3ddf
PA
112722015-04-07 Pedro Alves <palves@redhat.com>
11273
11274 * gdb.base/interrupt.exp: Don't handle the case of the inferior
11275 output appearing once only.
11276
9f6dbe2b
PA
112772015-04-07 Pedro Alves <palves@redhat.com>
11278
11279 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
11280 that doesn't expect anything. Return early if running to main
11281 fails.
11282
337532fa
YQ
112832015-04-07 Yao Qi <yao.qi@linaro.org>
11284
11285 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
11286 (child_function): Call alarm.
11287 (main): Move call to alarm into the loop.
11288 * gdb.threads/non-stop-fair-events.exp: Build program with
11289 -DTIMEOUT=$timeout.
11290
01b622d4
DE
112912015-04-06 Doug Evans <xdje42@gmail.com>
11292
11293 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
11294 Fix dest parameter to board_info.
11295 (fpc_compile): Ditto.
11296 (gdb_compile_pascal): Rename dest arg to destfile.
11297
961f4160
PMR
112982015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
11299
11300 * gdb.ada/funcall_ref.exp: New file.
11301 * gdb.ada/funcall_ref/foo.adb: New file.
11302
cafda597
YQ
113032015-04-02 Yao Qi <yao.qi@linaro.org>
11304
11305 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
11306 is remote.
11307
fed040c6
GB
113082015-04-02 Gary Benson <gbenson@redhat.com>
11309
11310 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
11311
d11916aa
SS
113122015-04-01 Sasha Smundak <asmundak@google.com>
11313
11314 * gdb.python/py-unwind-maint.c: New file.
11315 * gdb.python/py-unwind-maint.exp: New test.
11316 * gdb.python/py-unwind-maint.py: New file.
11317 * gdb.python/py-unwind.c: New file.
11318 * gdb.python/py-unwind.exp: New test.
11319 * gdb.python/py-unwind.py: New test.
11320
a1471180
PA
113212015-04-01 Pedro Alves <palves@redhat.com>
11322
11323 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
11324 to fail instead of non-existent $test.
11325
0bbeccb1
PA
113262015-04-01 Pedro Alves <palves@redhat.com>
11327
11328 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
11329 GDBFLAGS if not empty.
11330
3c724c8c
PMR
113312015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
11332
11333 * gdb.ada/complete.exp: Remove "multi_line".
11334 * gdb.ada/info_exc.exp: Remove "multi_line".
11335 * gdb.ada/packed_tagged.exp: Remove "multi_line".
11336 * gdb.ada/ptype_field.exp: Remove "multi_line".
11337 * gdb.ada/sym_print_name.exp: Remove "multi_line".
11338 * gdb.ada/tagged.exp: Remove "multi_line".
11339 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
11340 [multi_line ...]
11341 * gdb.btrace/delta.exp: Likewise.
11342 * gdb.btrace/exception.exp: Likewise.
11343 * gdb.btrace/function_call_history.exp: Likewise.
11344 * gdb.btrace/instruction_history.exp: Likewise.
11345 * gdb.btrace/nohist.exp: Likewise.
11346 * gdb.btrace/record_goto.exp: Likewise.
11347 * gdb.btrace/segv.exp: Likewise.
11348 * gdb.btrace/stepi.exp: Likewise.
11349 * gdb.btrace/tailcall.exp: Likewise.
11350 * gdb.btrace/unknown_functions.exp: Likewise.
11351 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
11352 * lib/gdb.exp: Add the "multi_line" helper.
11353
4eec2deb
PA
113542015-04-01 Pedro Alves <palves@redhat.com>
11355
11356 * gdb.threads/tid-reuse.c: New file.
11357 * gdb.threads/tid-reuse.exp: New file.
11358
df8411da
SDJ
113592015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
11360
11361 PR corefiles/16092
11362 * gdb.base/coredump-filter.c: New file.
11363 * gdb.base/coredump-filter.exp: Likewise.
11364
6ef37366
PM
113652015-03-27 Petr Machata <pmachata@redhat.com>
11366
11367 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
11368 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
11369 (Dwarf::assemble): Initialize them.
11370 (Dwarf::lines): New function.
11371
7ec911b0
JT
113722015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
11373
11374 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
11375 SYMBOL_PREFIX for x86_64-*-cygwin.
11376
ff908ebf
AW
113772015-03-26 Andy Wingo <wingo@igalia.com>
11378
11379 PR symtab/18148
11380 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
11381 const_value but not a location.
11382 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
11383 location defined in non-main CUs are visible.
11384
6d5f0679
YQ
113852015-03-26 Yao Qi <yao.qi@linaro.org>
11386
11387 PR testsuite/18139
11388 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
11389 Add a line number entry for the same line.
11390 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
11391 Add a line number entry for the same line.
11392
2898689b
YQ
113932015-03-26 Yao Qi <yao.qi@linaro.org>
11394
11395 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
11396 .int 0.
11397 (func): Likewise. Add .Lfunc_1 label.
11398 Use .Lfunc_1 label.
11399 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
11400 .int 0.
11401 (func): Likewise.
11402 Use .Lfunc_1 label.
11403
85180498
YQ
114042015-03-26 Yao Qi <yao.qi@linaro.org>
11405
11406 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
11407 Call gdb_compile instead to compile each .s files without debug
11408 information.
11409
8aa08a8d
YQ
114102015-03-26 Yao Qi <yao.qi@linaro.org>
11411
11412 * gdb.base/savedregs.exp (process_saved_regs): Make
11413 "Saved registers:" optional in the pattern.
11414
66849923
MM
114152015-03-25 Markus Metzger <markus.t.metzger@intel.com>
11416
11417 * gdb.btrace/next.exp: Merged into step.exp.
11418 * gdb.btrace/finish.exp: Merged into step.exp.
11419 * gdb.btrace/nexti.exp: Merged into stepi.exp.
11420 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
11421 "record goto" and checking the exact replay position.
11422 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
11423 check for "Recording format" in "info record" output.
11424 * gdb.btrace/record_goto.exp: Choose test file based on target.
11425 * gdb.btrace/x86-record_goto.S: Renamed into ...
11426 * gdb.btrace/x86_64-record_goto.S: ... this.
11427 * gdb.btrace/i686-record_goto.S: New.
11428 * gdb.btrace/x86-tailcall.S: Renamed into ...
11429 * gdb.btrace/x86_64-tailcall.S: ... this.
11430 * gdb.btrace/i686-tailcall.S: New.
11431 * gdb.btrace/x86-tailcall.c: Renamed into ...
11432 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
11433 separate statements. Update test.
11434 * gdb.btrace/delta.exp: Use record_goto.c as test file.
11435 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
11436 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
11437 * gdb.btrace/tailcall.exp: Choose test file based on target.
11438 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
11439
11cc1b74
MM
114402015-03-25 Markus Metzger <markus.t.metzger@intel.com>
11441
11442 * gdb.btrace/exception.exp: Increase BTS buffer size.
11443
a25d8bf9
PA
114442015-03-24 Pedro Alves <palves@redhat.com>
11445
11446 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
11447
856e7dd6
PA
114482015-03-24 Pedro Alves <palves@redhat.com>
11449
11450 * gdb.threads/schedlock.exp (test_step): No longer expect that
11451 "set scheduler-locking step" with "next" over a function call runs
11452 threads unlocked.
11453
ad235a41
AT
114542015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11455
11456 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
11457
15630549
AT
114582015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11459
11460 PR breakpoints/16466
11461 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
11462 * gdb.mi/mi-pending.c (thread_func): New function.
11463 (int main): Add threading support required.
11464 * gdb.mi/mi-pending.exp: Add tests for this issue.
11465 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
11466 (pendfunc2): Remove stdio dependency.
11467 * gdb.mi/mi-pendshr2.c: New file.
11468
693dca06
KS
114692015-03-23 Keith Seitz <keiths@redhat.com>
11470
11471 * gdb.linespec/keywords.c: New file.
11472 * gdb.linespec/keywords.exp: New file.
11473
7e993ebf
KS
114742015-03-23 Keith Seitz <keiths@redhat.com>
11475
11476 PR gdb/18021
11477 * gdb.dwarf2/staticvirtual.exp: New test.
11478
bc23328c
JK
114792015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11480
11481 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
11482 * README: Remove HP-UX and gdb.hp.
11483 (configuration):
11484 * configure: Regenerate.
11485 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
11486 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
11487 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
11488 gdb.hp/gdb.defects/Makefile.
11489 * gdb.hp/Makefile.in: File deleted.
11490 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
11491 * gdb.hp/gdb.aCC/optimize.c: File deleted.
11492 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
11493 * gdb.hp/gdb.aCC/run.c: File deleted.
11494 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
11495 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
11496 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
11497 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
11498 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
11499 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
11500 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
11501 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
11502 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
11503 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
11504 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
11505 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
11506 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
11507 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
11508 * gdb.hp/gdb.base-hp/reg.s: File deleted.
11509 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
11510 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
11511 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
11512 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
11513 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
11514 * gdb.hp/gdb.compat/Makefile.in: File deleted.
11515 * gdb.hp/gdb.compat/average.c: File deleted.
11516 * gdb.hp/gdb.compat/sum.c: File deleted.
11517 * gdb.hp/gdb.compat/xdb.c: File deleted.
11518 * gdb.hp/gdb.compat/xdb0.c: File deleted.
11519 * gdb.hp/gdb.compat/xdb0.h: File deleted.
11520 * gdb.hp/gdb.compat/xdb1.c: File deleted.
11521 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
11522 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
11523 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
11524 * gdb.hp/gdb.defects/Makefile.in: File deleted.
11525 * gdb.hp/gdb.defects/bs14602.c: File deleted.
11526 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
11527 * gdb.hp/gdb.defects/solib-d.c: File deleted.
11528 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
11529 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
11530 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
11531 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
11532 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
11533 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
11534 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
11535 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
11536 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
11537 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
11538 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
11539 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
11540 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
11541 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
11542 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
11543 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
11544 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
11545 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
11546 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
11547 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
11548 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
11549 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
11550 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
11551 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
11552 * gdb.hp/tools/odump: File deleted.
11553
8bf3b159
PA
115542015-03-19 Pedro Alves <palves@redhat.com>
11555
11556 * gdb.threads/continue-pending-status.exp (saw_thread_2)
11557 (saw_thread_3): New globals.
11558 (top level): Increment them when an event for the corresponding
11559 thread is seen.
11560 (no thread starvation): New test.
11561
eb54c8bf
PA
115622015-03-19 Pedro Alves <palves@redhat.com>
11563
11564 * gdb.threads/continue-pending-status.c: New file.
11565 * gdb.threads/continue-pending-status.exp: New file.
11566
32d2e5d6
PA
115672015-03-18 Pedro Alves <palves@redhat.com>
11568
11569 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11570 Use gdb_is_target_remote instead of is_remote. Use
11571 gdb_test_multiple instead of gdb_expect. Exit early if
11572 gdb_test_multiple hits its internal matches. Tighten stepi tests
11573 expected output. Fail on exit with any signal, instead of just
11574 SIGILL.
11575
f68f11b7
YQ
115762015-03-18 Yao Qi <yao.qi@linaro.org>
11577
11578 PR tdep/18107
11579 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
11580 variable.
11581 * gdb.base/catch-syscall.exp: Don't skip it on
11582 aarch64*-*-linux* target. Remove elements in all_syscalls.
11583 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
11584 target.
11585 (setup_all_syscalls): New proc.
11586
ca5fd19b
YQ
115872015-03-16 Yao Qi <yao.qi@linaro.org>
11588
11589 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
11590 (top level): Skip tests if valid_addr_p returns false for
11591 $cmd1 or $cmd2.
11592
85642ba0
AW
115932015-03-11 Andy Wingo <wingo@igalia.com>
11594
11595 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
11596
e03f9645
YQ
115972015-03-11 Yao Qi <yao.qi@linaro.org>
11598
11599 * gdb.base/catch-syscall.exp: Fix typo in comments.
11600
5d0962b2
YQ
116012015-03-11 Yao Qi <yao.qi@linaro.org>
11602
11603 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
11604
b2df3cef
PA
116052015-03-09 Pedro Alves <palves@redhat.com>
11606
11607 * dg-extract-results.py: Delete.
11608
ef878e53
PA
116092015-03-09 Pedro Alves <palves@redhat.com>
11610
11611 Merge dg-extract-results.sh from GCC upstream (r218843).
11612
11613 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
11614 * dg-extract-results.sh: Use --text with grep to avoid issues with
11615 binary files. Fall back to cat -v, if that doesn't work.
11616
9494d219
PA
116172015-03-05 Pedro Alves <palves@redhat.com>
11618
11619 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
11620
a8d9763a
SM
116212015-03-04 Simon Marchi <simon.marchi@ericsson.com>
11622
11623 * lib/mi-support.exp (mi_expect_interrupt): Accept
11624 alternative event for when in all-stop mode.
11625
be9957b8
PA
116262015-03-04 Pedro Alves <palves@redhat.com>
11627
11628 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
11629
d57be0f4 116302015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
11631
11632 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
11633
c214c7cf
AA
116342015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11635
11636 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
11637 regexps for GDB's current line display, accept a hex address
11638 preceding the line number.
11639
6d74a497
AA
116402015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11641
11642 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
11643 the 'arch1' variable for "s390*-linux*" targets.
11644
511aee7c
PA
116452015-03-04 Pedro Alves <palves@redhat.com>
11646
11647 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
11648 (main): Pass missing retval argument to pthread_join call.
11649
95e50b27
PA
116502015-03-02 Pedro Alves <palves@redhat.com>
11651
11652 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
11653 (top level): Call do_test with non-stop as well.
11654
28054d69
PA
116552015-03-02 Pedro Alves <palves@redhat.com>
11656
11657 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
11658 -1.
11659
4fa5d7b4
AA
116602015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11661
11662 * gdb.arch/s390-vregs.exp: New test.
11663 * gdb.arch/s390-vregs.S: New file.
11664
97c18565
PA
116652015-02-27 Pedro Alves <palves@redhat.com>
11666
11667 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
11668 call to catch_command_errors.
11669 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
11670 catch_command_errors.
11671
a37bfa30
PA
116722015-02-27 Pedro Alves <palves@redhat.com>
11673
11674 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
11675 "true" for boolean result.
11676 * gdb.gdb/selftest.exp (test_with_self): Also accept full
11677 prototype of main.
11678
6f98576f
PA
116792015-02-27 Pedro Alves <palves@redhat.com>
11680
11681 * lib/unbuffer_output.c: New file.
11682 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
11683 (main): Call gdb_unbuffer_output.
11684
eba5ab56
YQ
116852015-02-27 Yao Qi <yao.qi@linaro.org>
11686
11687 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
11688 target.
11689
0def5aaa
DE
116902015-02-26 Doug Evans <dje@google.com>
11691
11692 * gdb.cp/class2.cc (Dbase, D): New classes.
11693 (main): New local delta.
11694 * gdb.cp/class2.exp: Test printing delta.
11695 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
11696 (dynbar): New global.
11697 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
11698
081a1c2c
JK
116992015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11700
11701 * gdb.compile/compile-ifunc.c: New file.
11702 * gdb.compile/compile-ifunc.exp: New file.
11703
2f41223f
AT
117042015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
11705
11706 * gdb.base/structs.exp: Check for correct struct on finish.
11707
03eddd80
YQ
117082015-02-26 Yao Qi <yao.qi@linaro.org>
11709
11710 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
11711 is zero.
11712
80c57053
JK
117132015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11714
11715 * gdb.arch/cordic.ko.bz2: New file.
11716 * gdb.arch/cordic.ko.debug.bz2: New file.
11717 * gdb.arch/ppc64-symtab-cordic.exp: New file.
11718
21613c12
YQ
117192015-02-25 Yao Qi <yao.qi@linaro.org>
11720
11721 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
11722 aarch64*-*-* target.
11723
d8b901ed
PA
117242015-02-23 Pedro Alves <palves@redhat.com>
11725
11726 * lib/gdb.exp (delete_breakpoints): Rewrite using
11727 gdb_test_multiple.
11728
e5b85ead
PA
117292015-02-23 Pedro Alves <palves@redhat.com>
11730
11731 * gdb.base/info-os.c: Include stdlib.h.
11732
85c3a371
DE
117332015-02-22 Doug Evans <xdje42@gmail.com>
11734
11735 PR symtab/17855
11736 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
11737 is read after symbols have been re-read.
11738 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
11739 * gdb.ada/exec_changed/second.adb (Second): Ditto.
11740
96553a0c
DE
117412015-02-21 Doug Evans <dje@google.com>
11742
11743 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
11744
97a0c697
JK
117452015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11746
11747 PR corefiles/17808
11748 * gdb.arch/i386-biarch-core.core.bz2: New file.
11749 * gdb.arch/i386-biarch-core.exp: New file.
11750
a47cd6e9
PA
117512015-02-21 Pedro Alves <palves@redhat.com>
11752
11753 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
11754 runto_main fails.
11755
c5facdc4
PA
117562015-02-20 Pedro Alves <palves@redhat.com>
11757
11758 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
11759 info probes.
11760
2db9a427
PA
117612015-02-20 Pedro Alves <palves@redhat.com>
11762
11763 * gdb.threads/multi-create-ns-info-thr.exp: New file.
11764
60fb7e9e
PA
117652015-02-20 Pedro Alves <palves@redhat.com>
11766
11767 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
11768 clean_restart before gdb_target_supports_trace.
11769
5c5019c2
PA
117702015-02-20 Pedro Alves <palves@redhat.com>
11771
11772 PR threads/18006
11773 * gdb.threads/clone-thread_db.c: New file.
11774 * gdb.threads/clone-thread_db.exp: New file.
11775
c9587f88
AT
117762015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
11777
11778 PR breakpoints/16812
11779 * gdb.base/catch-gdb-caused-signals.c: New file.
11780 * gdb.base/catch-gdb-caused-signals.exp: New file.
11781
f6a88844
JM
117822015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
11783
11784 * configure: Regenerated.
11785 * configure.ac: Use GDB_AC_TRANSFORM.
11786 * aclocal.m4: sinclude ../transform.m4.
11787
497c491b
JM
117882015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11789
11790 * lib/dtrace.exp: New file.
11791 * gdb.base/dtrace-probe.exp: Likewise.
11792 * gdb.base/dtrace-probe.d: Likewise.
11793 * gdb.base/dtrace-probe.c: Likewise.
11794 * lib/pdtrace.in: Likewise.
11795 * configure.ac: Output variables with the transformed names of
11796 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
11797 * configure: Regenerated.
11798
03e98035
JM
117992015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11800
11801 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
11802 expected message when trying to access $_probe_* convenience
11803 variables while not on a probe.
11804
63cc30e9
JK
118052015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11806
11807 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
11808
0703599a
PA
118092015-02-11 Pedro Alves <pedro@codesourcery.com>
11810
11811 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
11812 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
11813
7e60a48e
DE
118142015-02-10 Doug Evans <xdje42@gmail.com>
11815
11816 * lib/gdb.exp (gdb_load): Always return a result.
11817
01b088bc
PA
118182015-02-10 Pedro Alves <palves@redhat.com>
11819
11820 * gdb.threads/signal-sigtrap.c: New file.
11821 * gdb.threads/signal-sigtrap.exp: New file.
11822
b05ec7a5
AT
118232015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
11824
11825 * gdb.trace/no-attach-trace.c: New file.
11826 * gdb.trace/no-attach-trace.exp: New file.
11827
a2c2acaf
MW
118282015-02-09 Mark Wielaard <mjw@redhat.com>
11829
11830 * gdb.dwarf2/atomic.c: New file.
11831 * gdb.dwarf2/atomic-type.exp: Likewise.
11832
31fd9caa
MM
118332015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11834
11835 * gdb.btrace/buffer-size.exp: Update "info record" output.
11836 * gdb.btrace/delta.exp: Update "info record" output.
11837 * gdb.btrace/enable.exp: Update "info record" output.
11838 * gdb.btrace/finish.exp: Update "info record" output.
11839 * gdb.btrace/instruction_history.exp: Update "info record" output.
11840 * gdb.btrace/next.exp: Update "info record" output.
11841 * gdb.btrace/nexti.exp: Update "info record" output.
11842 * gdb.btrace/step.exp: Update "info record" output.
11843 * gdb.btrace/stepi.exp: Update "info record" output.
11844 * gdb.btrace/nohist.exp: Update "info record" output.
11845
d33501a5
MM
118462015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11847
11848 * gdb.btrace/buffer-size: New.
11849
f4abbc16
MM
118502015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11851
11852 * gdb.btrace/delta.exp: Update "info record" output.
11853 * gdb.btrace/enable.exp: Update "info record" output.
11854 * gdb.btrace/finish.exp: Update "info record" output.
11855 * gdb.btrace/instruction_history.exp: Update "info record" output.
11856 * gdb.btrace/next.exp: Update "info record" output.
11857 * gdb.btrace/nexti.exp: Update "info record" output.
11858 * gdb.btrace/step.exp: Update "info record" output.
11859 * gdb.btrace/stepi.exp: Update "info record" output.
11860 * gdb.btrace/nohist.exp: Update "info record" output.
11861
b9d61307
SM
118622015-02-06 Simon Marchi <simon.marchi@ericsson.com>
11863
11864 PR gdb/15678
11865 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
11866
e584fdbc
PA
118672015-02-06 Pedro Alves <palves@redhat.com>
11868
11869 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
11870 macro.
11871 (seconds_left, again): New globals.
11872 (main): Wait seconds_left in a 1-second sleep loop instead of
11873 sleeping 180 seconds. If 'again' is set, reset the seconds
11874 counter.
11875 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
11876 'again' in the inferior before detaching. Print the seconds left.
11877 (options): New global.
11878 (top level): Build program with -DTIMEOUT=$timeout.
11879
77f41761
PA
118802015-02-06 Pedro Alves <palves@redhat.com>
11881
11882 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
11883 determine how many seconds to pass to 'alarm'.
11884 * gdb.base/gdb-sigterm.exp (top level): Build program with
11885 -DTIMEOUT=$timeout.
11886 (do_test): Return success/failure indication. Add more verbose
11887 logging. Don't fail if 200 single steps are seen. Instead, fail
11888 when the test times out.
11889 (passes): New global.
11890 (top level): Break the testing loop if testing fails on any
11891 iteration. Use gdb_assert.
11892
b9394193
DB
118932015-02-04 Don Breazeal <donb@codesourcery.com>
11894
11895 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
11896 and initialize them.
11897 (ipc_cleanup): New function.
11898 (main): Don't declare shmid, semid, and msqid. Add a call to
11899 atexit so that we call ipc_cleanup on exit.
11900
42d9e528
PA
119012015-02-04 Pedro Alves <palves@redhat.com>
11902
11903 * boards/native-extended-gdbserver.exp: Remove any target variant
11904 specifications from the board name before clearing the isremote
11905 flag from board_info.
11906
ae6ae975
DE
119072015-01-31 Doug Evans <xdje42@gmail.com>
11908
11909 * gdb.base/maint.exp <maint print type argc>: Update expected output.
11910
cfb069a8
GB
119112015-01-31 Gary Benson <gbenson@redhat.com>
11912
11913 * gdb.base/completion.exp: Disable completion limiting for
11914 existing tests. Add new tests to check completion limiting.
11915 * gdb.linespec/ls-errs.exp: Disable completion limiting.
11916
5dd31d79
DE
119172015-01-31 Doug Evans <xdje42@gmail.com>
11918
11919 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
11920
9f050062
DE
119212015-01-31 Doug Evans <xdje42@gmail.com>
11922
11923 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
11924 entries. Duplicate file section script entries.
11925 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
11926 inlined entries. Add test for safe-path rejection.
11927 * gdb.python/py-section-script.c: Add duplicate inlined section script
11928 entries. Duplicate file section script entries.
11929 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
11930 inlined entries. Add test for safe-path rejection.
11931
df25ebbd
JB
119322015-01-29 Joel Brobecker <brobecker@adacore.com>
11933
11934 * gdb.ada/disc_arr_bound: New testcase.
11935
4a0ca9ec
JB
119362015-01-29 Joel Brobecker <brobecker@adacore.com>
11937
11938 * gdb.ada/mi_var_array: New testcase.
11939
3a8b707a
DE
119402015-01-27 Doug Evans <dje@google.com>
11941
11942 * gdb.python/py-objfile.exp: Add tests for objfile.username.
11943 Add test for objfile.filename, objfile.username after objfile
11944 has been unloaded.
11945
f8313f6e
JB
119462015-01-26 Joel Brobecker <brobecker@adacore.com>
11947
11948 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
11949 the second test to print the name attribute of value
11950 returned by the call to gdb.lookup_type, and adjust
11951 the expected output accordingly.
11952
37bc665e
MW
119532015-01-25 Mark Wielaard <mjw@redhat.com>
11954
11955 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
11956 * gdb.base/disp-step-fork.c: Include unistd.h.
11957 * gdb.base/siginfo-obj.c: Include stdio.h.
11958 * gdb.base/siginfo-thread.c: Likewise.
11959 * gdb.mi/non-stop.c: Include unistd.h.
11960 * gdb.mi/nsthrexec.c: Include stdio.h.
11961 * gdb.mi/pthreads.c: Include unistd.h.
11962 * gdb.modula2/unbounded1.c (main): Declare returns int.
11963 * gdb.reverse/consecutive-reverse.c: Likewise.
11964 * gdb.threads/create-fail.c: Include unistd.h.
11965 * gdb.threads/killed.c: Likewise.
11966 * gdb.threads/linux-dp.c: Likewise.
11967 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
11968 * gdb.threads/non-ldr-exc-2.c: Likewise.
11969 * gdb.threads/non-ldr-exc-3.c: Likewise.
11970 * gdb.threads/non-ldr-exc-4.c: Likewise.
11971 * gdb.threads/pthreads.c: Include unistd.h.
11972 (main): Declare returns int.
11973 * gdb.threads/tls-main.c (foo): New declaration.
11974 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
11975
f7e5394d
SM
119762015-01-23 Simon Marchi <simon.marchi@ericsson.com>
11977
11978 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
11979 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
11980
743649fd
MW
119812015-01-15 Mark Wielaard <mjw@redhat.com>
11982
11983 * gdb.base/noreturn-return.c: New file.
11984 * gdb.base/noreturn-return.exp: New file.
11985 * gdb.base/noreturn-finish.c: New file.
11986 * gdb.base/noreturn-finish.exp: New file.
11987
198297aa
PA
119882015-01-23 Pedro Alves <palves@redhat.com>
11989
11990 * gdb.threads/continue-pending-after-query.c: New file.
11991 * gdb.threads/continue-pending-after-query.exp: New file.
11992
717cf30c
AG
119932015-01-22 Anders Granlund <anders.granlund@ericsson.com>
11994 Simon Marchi <simon.marchi@ericsson.com>
11995
11996 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
11997 * gdb.base/valgrind-db-attach.exp: Same.
11998 * gdb.base/valgrind-infcall.exp: Same.
11999 * lib/mi-support.exp (default_mi_gdb_start): Same.
12000 * lib/prompt.exp (default_prompt_gdb_start): Same.
12001 * lib/gdb.exp (default_gdb_spawn): Same.
12002 (gdb_interact): New.
12003
12004
4b62a76e
JK
120052015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12006
12007 * gdb.compile/compile.exp (pointer to jit function): New test.
12008
b4cdae6f
WW
120092015-01-17 Wei-cheng Wang <cole945@gmail.com>
12010
12011 * lib/gdb.exp (supports_process_record): Return true for
12012 powerpc*-*-linux*.
12013 (supports_reverse): Likewise.
12014
d221e7ef
DB
120152015-01-15 Don Breazeal <donb@codesourcery.com>
12016
12017 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
12018 instead of checking whether the target board is remote and
12019 use spawn_wait_for_attach instead of exec/sleep.
12020 * gdb.base/attach-twice.exp: Likewise.
12021
bafffb51
JB
120222015-01-15 Joel Brobecker <brobecker@adacore.com>
12023
12024 * gdb.ada/var_arr_attrs: New testcase.
12025
5589af0e
PA
120262015-01-14 Pedro Alves <palves@redhat.com>
12027 Joel Brobecker <brobecker@adacore.com>
12028
12029 PR gdb/17525
12030 * gdb.base/bp-cmds-execution-x-script.c: New file.
12031 * gdb.base/bp-cmds-execution-x-script.exp: New file.
12032 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
12033
6c400b59
PA
120342015-01-14 Pedro Alves <palves@redhat.com>
12035
12036 PR cli/17828
12037 * gdb.base/batch-preserve-term-settings.c: New file.
12038 * gdb.base/batch-preserve-term-settings.exp: New file.
12039
e02c96a7
DE
120402015-01-13 Doug Evans <dje@google.com>
12041
12042 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
12043 binary.
12044
576fd14c
JB
120452015-01-13 Joel Brobecker <brobecker@adacore.com>
12046
12047 * Makefile.in (clean mostlyclean): Do not delete *.py.
12048
04dccad0
JB
120492015-01-13 Joel Brobecker <brobecker@adacore.com>
12050
12051 * gdb.python/py-lookup-type.exp: New file.
12052
3d230f71
PA
120532015-01-12 Pedro Alves <palves@redhat.com>
12054
12055 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
12056 restore GDBFLAGS before returning.
12057
7e67715d
JK
120582015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12059
12060 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
12061 is_amd64_regs_target and is_x86_like_target.
12062
f2e0d4b4
DE
120632015-01-11 Doug Evans <xdje42@gmail.com>
12064
12065 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
12066 is given without an explicit form.
12067 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
12068 attributes.
12069 * gdb.dwarf/corrupt.exp: Ditto.
12070 * gdb.dwarf2/enum-type.exp: Ditto.
12071 * gdb.trace/entry-values.exp: Ditto.
12072 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
12073
439250fb
DE
120742015-01-11 Doug Evans <xdje42@gmail.com>
12075
12076 PR gdb/15830
12077 * gdb.base/maint.exp: Remove references to "maint demangle".
12078 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
12079 Add tests for explicitly specifying language to demangle.
12080 * gdb.dlang/demangle.exp: Ditto.
12081
ede9f622
PA
120822015-01-09 Pedro Alves <palves@redhat.com>
12083
12084 * gdb.threads/non-stop-fair-events.c: New file.
12085 * gdb.threads/non-stop-fair-events.exp: New file.
12086
a7b796db
PA
120872015-01-09 Pedro Alves <palves@redhat.com>
12088
12089 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
12090 the global scope. Set a breakpoint after all threads are started
12091 rather than stepping over two source lines. Expect the prompt.
12092 * gdb.base/watch_thread_num.c (threads_started_barrier): New
12093 global.
12094 (NUM): Now 15.
12095 (main): Use threads_started_barrier to wait for all threads to
12096 start. Main thread no longer calls thread_function. Exit after
12097 180 seconds.
12098 (loop): New function.
12099 (thread_function): Wait on threads_started_barrier barrier. Call
12100 'loop' at each iteration.
12101 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
12102 threads have started, instead of hardcoding number of "next"
12103 steps. Use an access watchpoint instead of a write watchpoint.
12104
9665ffdd
PA
121052015-01-09 Pedro Alves <palves@redhat.com>
12106
12107 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
12108 (thread_func): Wait on barrier.
12109 (main): Wait for all threads to start before stopping GDB.
12110 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
12111 global.
12112 (thread1_func, thread2_func): Wait on barrier.
12113 (main): Wait for all threads to start before stopping GDB.
12114 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
12115 New global.
12116 (thread1_func, thread2_func): Wait on barrier.
12117 (main): Wait for all threads to start before stopping GDB.
12118
c945a99f
PA
121192015-01-09 Pedro Alves <palves@redhat.com>
12120
12121 * gdb.threads/attach-many-short-lived-threads.c: New file.
12122 * gdb.threads/attach-many-short-lived-threads.exp: New file.
12123
c1a747c1
PA
121242014-01-09 Pedro Alves <palves@redhat.com>
12125
12126 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
12127 instead of to thread 2.
12128 * gdb.threads/signal-command-multiple-signals-pending.c (main):
12129 Add barrier around each pthread_create call instead of around all
12130 calls.
12131 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
12132 Set a break on thread_function and have the child threads hit it
12133 one at at a time.
12134
60b3033e
PA
121352015-01-09 Pedro Alves <palves@redhat.com>
12136
12137 * lib/gdb.exp (can_spawn_for_attach): New procedure.
12138 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
12139 false.
12140 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
12141 checking whether the target board is remote.
12142 * gdb.multi/multi-attach.exp: Likewise.
12143 * gdb.python/py-sync-interp.exp: Likewise.
12144 * gdb.server/ext-attach.exp: Likewise.
12145 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
12146 tests that need to attach, instead of checking whether the target
12147 board is remote at the top of the file.
12148
acc018ac
YQ
121492015-01-08 Yao Qi <yao@codesourcery.com>
12150
12151 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
12152
50a18af8
JK
121532015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12154
12155 Fix testcase compilation.
12156 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
12157
8503d6e1
JB
121582015-01-06 Joel Brobecker <brobecker@adacore.com>
12159
12160 * gdb.python/py-type.exp: Add a couple test about empty
12161 array creation, and negative-length array creation.
12162
cc73dbcc
DE
121632015-01-02 Doug Evans <xdje42@gmail.com>
12164
12165 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
12166
0300bbc7
DE
121672015-01-02 Doug Evans <dje@google.com>
12168
12169 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
12170
9d85a0ec
YQ
121712014-12-29 Yao Qi <yao@codesourcery.com>
12172
12173 * gdb.trace/entry-values.exp: Update comments. Rename variable
12174 bar_call_foo to returned_from_foo.
12175
87186c6a
MMN
121762014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
12177
12178 PR gdb/17394
12179 * gdb.linespec/break-asm-file.c: New file.
12180 * gdb.linespec/break-asm-file.exp: New file.
12181 * gdb.linespec/break-asm-file0.s: New file.
12182 * gdb.linespec/break-asm-file1.s: New file.
12183
1bab7383
YQ
121842014-12-18 Nigel Stephens <nigel@mips.com>
12185 Maciej W. Rozycki <macro@codesourcery.com>
12186
12187 * gdb.base/float.exp: Handle the new output from "info float" on
12188 MIPS targets.
12189
1bc1068a
JK
121902014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12191
12192 Fix MinGW compilation.
12193 * gdb.compile/compile-ops.exp: Update untested message if
12194 !skip_compile_feature_tests.
12195 * gdb.compile/compile-setjmp.exp: Likewise.
12196 * gdb.compile/compile-tls.exp: Likewise.
12197 * gdb.compile/compile.exp: Likewise.
12198 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
12199 supported on this host".
12200
b6615d10
DE
122012014-12-16 Doug Evans <xdje42@gmail.com>
12202
12203 * boards/stabs.exp: New file.
12204
25dda427
AA
122052014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
12206
12207 * gdb.base/completion.exp: Adjust to format changes of "maint
12208 print user-registers".
12209
bf330350
CU
122102014-12-16 Catalin Udma <catalin.udma@freescale.com>
12211
12212 PR server/17457
12213 * gdb.arch/aarch64-fp.c: New file.
12214 * gdb.arch/aarch64-fp.exp: New file.
12215
395cf596
SDJ
122162014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
12217
12218 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
12219 r210637, r210913, r211666, r215400, r215817).
12220
12221 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
12222 * dg-extract-results.py: New file.
12223 * dg-extract-results.sh: Use it if the environment seems
12224 suitable.
12225
12226 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
12227
12228 * dg-extract-results.py (parse_run): Handle warnings that
12229 are printed before a test harness is run.
12230
12231 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
12232
12233 * dg-extract-results.py (Named): Remove __cmp__ method.
12234 (output_variation): Use a key to sort variation.harnesses.
12235
12236 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
12237
12238 * dg-extract-results.py: For Python 3, force sys.stdout to
12239 handle surrogate escape sequences.
12240 (safe_open): New function.
12241 (output_segment, main): Use it.
12242
12243 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
12244
12245 * dg-extract-results.py (Prog.result_re): Include options
12246 in test name.
12247
12248 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
12249
12250 * dg-extract-results.py (output_variation): Always sort if
12251 do_sum.
12252
e882ef3c
SM
122532014-12-15 Simon Marchi <simon.marchi@ericsson.com>
12254
12255 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
12256 as long as we get pagination notifications.
12257
4992aa20
JM
122582014-12-15 Jason Merrill <jason@redhat.com>
12259
12260 * Makefile.in (check-gdb.%): Restore.
12261 * README: Mention it.
12262
c1b5a1a6
JB
122632014-12-13 Joel Brobecker <brobecker@adacore.com>
12264
12265 * gdb.ada/str_uninit: New testcase.
12266
5537b577
JK
122672014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12268
12269 PR symtab/17642
12270 * gdb.base/vla-stub-define.c: New file.
12271 * gdb.base/vla-stub.c: New file.
12272 * gdb.base/vla-stub.exp: New file.
12273
bb2ec1b3
TT
122742014-12-12 Phil Muldoon <pmuldoon@redhat.com>
12275 Jan Kratochvil <jan.kratochvil@redhat.com>
12276 Tom Tromey <tromey@redhat.com>
12277
12278 * configure.ac: Add gdb.compile/.
12279 * configure: Regenerate.
12280 * gdb.compile/Makefile.in: New file.
12281 * gdb.compile/compile-ops.exp: New file.
12282 * gdb.compile/compile-ops.c: New file.
12283 * gdb.compile/compile-tls.c: New file.
12284 * gdb.compile/compile-tls.exp: New file.
12285 * gdb.compile/compile-constvar.S: New file.
12286 * gdb.compile/compile-constvar.c: New file.
12287 * gdb.compile/compile-mod.c: New file.
12288 * gdb.compile/compile-nodebug.c: New file.
12289 * gdb.compile/compile-setjmp-mod.c: New file.
12290 * gdb.compile/compile-setjmp.c: New file.
12291 * gdb.compile/compile-setjmp.exp: New file.
12292 * gdb.compile/compile-shlib.c: New file.
12293 * gdb.compile/compile.c: New file.
12294 * gdb.compile/compile.exp: New file.
12295 * lib/gdb.exp (skip_compile_feature_tests): New proc.
12296
4ff709eb
TT
122972014-12-12 Tom Tromey <tromey@redhat.com>
12298
12299 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
12300 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
12301
6dddd6a5
DE
123022014-12-12 Doug Evans <dje@google.com>
12303
12304 * lib/gdb-python.exp (get_python_valueof): New function.
12305 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
12306
71c24708
AA
123072014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12308
12309 * gdb.base/completion.exp: Add test for completion of "info
12310 registers ".
12311
3e29f34a
MR
123122014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
12313
12314 * gdb.base/func-ptrs.c: New file.
12315 * gdb.base/func-ptrs.exp: New file.
12316
fc126975
SM
123172014-12-10 Simon Marchi <simon.marchi@ericsson.com>
12318
12319 PR breakpoints/17012
12320 * gdb.base/dprintf-detach.c: New file.
12321 * gdb.base/dprintf-detach.exp: New file.
12322
0a46d518
SM
123232014-12-10 Simon Marchi <simon.marchi@ericsson.com>
12324
12325 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
12326 * lib/gdb.exp (target_is_gdbserver): New procedure.
12327
a0be3e44
DE
123282014-12-08 Doug Evans <dje@google.com>
12329
12330 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
12331
df1b803a
YQ
123322014-12-05 Yao Qi <yao@codesourcery.com>
12333
12334 * gdb.guile/scm-error.exp: Remove the third argument to
12335 gdb_remote_download.
12336 * gdb.guile/scm-frame-args.exp: Likewise.
12337 * gdb.guile/scm-section-script.exp: Likewise.
12338
ddb9f679
YQ
123392014-12-05 Yao Qi <yao@codesourcery.com>
12340
12341 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
12342
86e4ed39
DE
123432014-12-04 Doug Evans <dje@google.com>
12344
12345 * gdb.python/py-objfile.exp: Add tests for
12346 objfile.add_separate_debug_file.
12347
7c50a931
DE
123482014-12-04 Doug Evans <dje@google.com>
12349
12350 * lib/gdb.exp (get_build_id): New function.
12351 (build_id_debug_filename_get): Rewrite to use it.
12352 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
12353
621661e3
MR
123542014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
12355
12356 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
12357 `method(long)', not just 0x0.
12358 * gdb.cp/nsalias.exp: Align code labels to 4.
12359 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
12360 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
12361 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
12362 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
12363 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
12364 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
12365
29f0c3b7
DE
123662014-12-02 Doug Evans <dje@google.com>
12367
e1e061e7 12368 PR symtab/17602
29f0c3b7 12369 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 12370 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
12371 * gdb.cp/anon-ns.exp: Update.
12372
162078c8
NB
123732014-12-02 Nick Bull <nicholaspbull@gmail.com>
12374
12375 * gdb.python/py-events.py (inferior_call_handler): New.
12376 (register_changed_handler, memory_changed_handler): New.
12377 (test_events.invoke): Register new handlers.
12378 * gdb.python/py-events.exp: Add tests for inferior call,
12379 memory_changed and register_changed events.
12380
fdb09caf
AA
123812014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12382
12383 * gdb.base/execl-update-breakpoints.exp: Specify the link address
12384 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
12385 if the linker doesn't understand this.
12386
55cfb2c4
SM
123872014-12-01 Simon Marchi <simon.marchi@ericsson.com>
12388
12389 * gdb.python/python.exp: Change expected reply to help().
12390
9e8cd6df
YQ
123912014-12-01 Yao Qi <yao@codesourcery.com>
12392
12393 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
12394 AC_CONFIG_SUBDIRS(gdb.gdbtk).
12395 * configure: Re-generated.
12396
6c659fc2
SC
123972014-11-28 Siva Chandra Reddy <sivachandra@google.com>
12398
12399 * gdb.cp/chained-calls.cc: New file.
12400 * gdb.cp/chained-calls.exp: New file.
12401 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
12402
d7fc3181
SM
124032014-11-28 Simon Marchi <simon.marchi@ericsson.com>
12404
12405 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
12406 * gdb.dwarf2/symtab-producer.exp: Same.
12407 * gdb.gdb/python-interrupts.exp: Same.
12408 * gdb.gdb/python-selftest.exp: Same.
12409 * gdb.python/py-linetable.exp: Same.
12410 * gdb.python/py-type.exp: Same.
12411 * gdb.python/py-value-cc.exp: Same.
12412 * gdb.python/py-value.exp: Same.
12413
10e79639
YQ
124142014-11-28 Yao Qi <yao@codesourcery.com>
12415
12416 * gdb.base/break-probes.exp: Match library name prefixed with
12417 sysroot.
12418
f28a0564
SM
124192014-11-27 Simon Marchi <simon.marchi@ericsson.com>
12420
12421 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
12422 test expected output. Add parentheses for the call to print.
12423 Remove L suffix from integers.
12424
3fe1ce1d
DE
124252014-11-26 Doug Evans <dje@google.com>
12426
12427 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
12428
84429e27
YQ
124292014-11-22 Yao Qi <yao@codesourcery.com>
12430
12431 * gdb.trace/entry-values.c: Remove asms.
12432 (foo): Add foo_label.
12433 (bar): Add bar_label.
12434 * gdb.trace/entry-values.exp: Remove code computing foo's
12435 length and bar's length.
12436 (Dwarf::assemble): Invoke function_range for bar and use
12437 MACRO_AT_func for foo.
12438
26741859
YQ
124392014-11-22 Yao Qi <yao@codesourcery.com>
12440
12441 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
12442 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
12443 Use .Lgcc43_procstart instead of gcc43.
12444
45e44d27
JB
124452014-11-21 Joel Brobecker <brobecker@adacore.com>
12446
12447 * gdb.ada/n_arr_bound: New testcase.
12448
458c8db8
SDJ
124492014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
12450
12451 PR breakpoints/10737
12452 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
12453 test_catch_syscall_multi_arch.
12454 (test_catch_syscall_multi_arch): New function.
12455
43f3e411
DE
124562014-11-20 Doug Evans <xdje42@gmail.com>
12457
12458 * gdb.base/maint.exp: Update expected output.
12459
0d7b2549
AA
124602014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
12461
12462 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
12463 4-byte instruction on S390.
12464
8908fca5
JB
124652014-11-19 Joel Brobecker <brobecker@adacore.com>
12466
12467 * gdb.ada/arr_arr: New testcase.
12468
4a46959e
JB
124692014-11-19 Joel Brobecker <brobecker@adacore.com>
12470
12471 * gdb.ada/pkd_arr_elem: New Testcase.
12472
470e2f4e
LM
124732014-11-18 Luis Machado <lgustavo@codesourcery.com>
12474
12475 * gdb.reverse/break-precsave: Expect completion message for
12476 core file reads.
12477 * gdb.reverse/consecutive-precsave.exp: Likewise.
12478 * gdb.reverse/finish-precsave.exp: Likewise.
12479 * gdb.reverse/i386-precsave.exp: Likewise.
12480 * gdb.reverse/machinestate-precsave.exp: Likewise.
12481 * gdb.reverse/sigall-precsave.exp: Likewise.
12482 * gdb.reverse/solib-precsave.exp: Likewise.
12483 * gdb.reverse/step-precsave.exp: Likewise.
12484 * gdb.reverse/until-precsave.exp: Likewise.
12485 * gdb.reverse/watch-precsave.exp: Likewise.
12486
a267f3ad
AA
124872014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12488
12489 * gdb.base/bp-permanent.c: Include unistd.h.
12490 * gdb.python/py-framefilter-mi.c (main): Add return type.
12491 * gdb.python/py-framefilter.c (main): Likewise.
12492 * gdb.trace/actions-changed.c (main): Likewise.
12493
12084a9a
AA
124942014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12495
12496 * gdb.mi/until.c: Add eye-catchers.
12497 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
12498 line numbers.
12499
dc7e1a77
AA
125002014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12501
12502 * gdb.base/condbreak.exp: Drop references to removed non-prototype
12503 function header variants in break1.c.
12504 * gdb.base/ena-dis-br.exp: Likewise.
12505 * gdb.base/hbreak2.exp: Likewise.
12506 * gdb.reverse/until-precsave.exp: Drop references to removed
12507 non-prototype function header variants in ur1.c.
12508 * gdb.reverse/until-reverse.exp: Likewise.
12509
41c77605
PM
125102014-11-17 Petr Machata <pmachata@redhat.com>
12511
12512 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
12513 ${_cu_offset_size} bytes abbrev offset.
12514
34248c3a
DE
125152014-11-15 Doug Evans <xdje42@gmail.com>
12516
12517 PR symtab/17559
12518 * gdb.base/line-symtabs.exp: New file.
12519 * gdb.base/line-symtabs.c: New file.
12520 * gdb.base/line-symtabs.h: New file.
12521
646da059
YQ
125222014-11-14 Yao Qi <yao@codesourcery.com>
12523
12524 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
12525 (func): Add label func_label.
12526 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
12527 Replace low_pc and high_pc with MACRO_AT_range.
12528 Replace name, low_pc and high_pc with MACRO_AT_func.
12529
9301ebe6
YQ
125302014-11-14 Yao Qi <yao@codesourcery.com>
12531
12532 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
12533 Replace name, low_pc and high_pc with MACRO_AT_func.
12534
f166b542
YQ
125352014-11-14 Yao Qi <yao@codesourcery.com>
12536
12537 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
12538 produce debug information.
12539 * gdb.dwarf2/implptr-optimized-out.S: Removed.
12540
0f6e71e3
YQ
125412014-11-14 Yao Qi <yao@codesourcery.com>
12542
12543 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
12544 object and get function length.
12545 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
12546 with MACRO_AT_func.
12547 (top-level): Replace gdb_compile and clean_restart with
12548 prepare_for_testing.
12549 * gdb.dwarf2/main.c (main): Add label main_label.
12550
876c4df9
YQ
125512014-11-14 Yao Qi <yao@codesourcery.com>
12552
12553 * lib/dwarf.exp (function_range): New procedure.
12554 (Dwarf::_handle_macro_at_func): New procedure.
12555 (Dwarf::_handle_macro_at_range): New procedure.
12556 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
12557
02ad9cf1
YQ
125582014-11-14 Yao Qi <yao@codesourcery.com>
12559
12560 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
12561 (_handle_attribute): New procedure.
12562
a59add0c
AA
125632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12564
12565 * gdb.ada/cond_lang/foo.c (callme): Add return type.
12566 * gdb.base/call-sc.c (zed): Likewise.
12567 * gdb.base/checkpoint.c (main): Likewise.
12568 * gdb.base/dump.c (main): Likewise.
12569 * gdb.base/gcore.c (main): Likewise.
12570 * gdb.base/huge.c (main): Likewise.
12571 * gdb.base/multi-forks.c (main): Likewise.
12572 * gdb.base/pr10179-a.c (main): Likewise.
12573 * gdb.base/savedregs.c (main): Likewise.
12574 * gdb.base/sigaltstack.c (main): Likewise.
12575 * gdb.base/siginfo.c (main): Likewise.
12576 * gdb.base/structs.c (zed): Likewise.
12577 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
12578 * gdb.mi/mi-syn-frame.c (main): Likewise.
12579 * gdb.mi/until.c (foo, main): Likewise.
12580 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
12581 * gdb.base/solib-weak.c (foo): Declare.
12582 * gdb.base/attach-twice.c: Include stdio.h.
12583 * gdb.base/weaklib1.c: Likewise.
12584 * gdb.base/weaklib2.c: Likewise.
12585 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
12586 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
12587 unistd.h.
12588 * gdb.base/attach-pie-misread.c: Include stdlib.h.
12589 * gdb.mi/mi-exit-code.c: Likewise.
12590 * gdb.base/break-interp-lib.c: Include string.h.
12591 * gdb.base/coremaker.c: Likewise.
12592 * gdb.base/testenv.c: Likewise.
12593 * gdb.python/py-finish-breakpoint.c: Likewise.
12594 * gdb.base/inferior-died.c: Include sys/wait.h.
12595 * gdb.base/fileio.c: Include time.h.
12596 * gdb.base/async-shell.c: Include unistd.h.
12597 * gdb.base/dprintf-non-stop.c: Likewise.
12598 * gdb.base/info-os.c: Likewise.
12599 * gdb.mi/mi-console.c: Likewise.
12600 * gdb.mi/watch-nonstop.c: Likewise.
12601 * gdb.python/py-events.c: Likewise.
12602 * gdb.base/async.c (baz): Move up before its invocation.
12603 * gdb.base/code_elim2.c (my_global_func): Likewise.
12604 * gdb.base/skip-solib-lib.c (multiply): Likewise.
12605 * gdb.base/advance.c (func2): Likewise.
12606
3b5d5997
AA
126072014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12608
12609 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
12610 variant.
12611 * gdb.base/annota3.c: Likewise.
12612 * gdb.base/async.c: Likewise.
12613 * gdb.base/average.c: Likewise.
12614 * gdb.base/call-ar-st.c: Likewise.
12615 * gdb.base/call-rt-st.c: Likewise.
12616 * gdb.base/call-sc.c: Likewise.
12617 * gdb.base/call-strs.c: Likewise.
12618 * gdb.base/ending-run.c: Likewise.
12619 * gdb.base/execd-prog.c: Likewise.
12620 * gdb.base/exprs.c: Likewise.
12621 * gdb.base/foll-exec.c: Likewise.
12622 * gdb.base/foll-fork.c: Likewise.
12623 * gdb.base/foll-vfork.c: Likewise.
12624 * gdb.base/funcargs.c: Likewise.
12625 * gdb.base/gcore.c: Likewise.
12626 * gdb.base/jump.c: Likewise.
12627 * gdb.base/langs0.c: Likewise.
12628 * gdb.base/langs1.c: Likewise.
12629 * gdb.base/langs2.c: Likewise.
12630 * gdb.base/mips_pro.c: Likewise.
12631 * gdb.base/nodebug.c: Likewise.
12632 * gdb.base/opaque0.c: Likewise.
12633 * gdb.base/opaque1.c: Likewise.
12634 * gdb.base/recurse.c: Likewise.
12635 * gdb.base/run.c: Likewise.
12636 * gdb.base/scope0.c: Likewise.
12637 * gdb.base/scope1.c: Likewise.
12638 * gdb.base/setshow.c: Likewise.
12639 * gdb.base/setvar.c: Likewise.
12640 * gdb.base/shmain.c: Likewise.
12641 * gdb.base/shr1.c: Likewise.
12642 * gdb.base/shr2.c: Likewise.
12643 * gdb.base/sigall.c: Likewise.
12644 * gdb.base/signals.c: Likewise.
12645 * gdb.base/so-indr-cl.c: Likewise.
12646 * gdb.base/solib2.c: Likewise.
12647 * gdb.base/structs.c: Likewise.
12648 * gdb.base/sum.c: Likewise.
12649 * gdb.base/vforked-prog.c: Likewise.
12650 * gdb.base/watchpoint.c: Likewise.
12651 * gdb.reverse/shr2.c: Likewise.
12652 * gdb.reverse/until-reverse.c: Likewise.
12653 * gdb.reverse/ur1.c: Likewise.
12654 * gdb.reverse/watch-reverse.c: Likewise.
12655
066a77c5
AA
126562014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12657
12658 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
12659 variant.
12660 * gdb.base/sepdebug.exp: Drop references to removed code.
12661
4f204ea5
AA
126622014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12663
12664 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
12665 variant. Preserve original line numbering.
12666 * gdb.base/list1.c: Likewise.
12667
3b377a3a
AA
126682014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12669
12670 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
12671 variant.
12672 * gdb.base/break1.c: Likewise.
12673 * gdb.base/break.exp: Drop references to removed code.
12674
e444df73
AA
126752014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12676
12677 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
12678 variant.
12679
8008f2a7
AA
126802014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12681
12682 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
12683
a5a06887
AA
126842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12685
12686 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
12687 logic into perform_all_tests() and invoke it with and without
12688 function header prototypes.
12689 (do_function_calls): Remove conditional XFAIL for PR 5318.
12690 (rerun_and_prepare): Remove duplicate code.
12691 (perform_all_tests): New. Main logic moved here.
12692
44dba9b9
AA
126932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12694
12695 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
12696 code guarded by #ifdef NO_PROTOTYPES.
12697 (t_double_many_args): Likewise.
12698 (DEF_FUNC_MANY_ARGS_1): Likewise.
12699 (DEF_FUNC_VALUES_1): Likewise.
12700 (t_structs_ldc): Renamed from t_structs_fc in conditional code
12701 guarded by #ifdef PROTOTYPES.
12702
d1fbcd56
AA
127032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12704
12705 * gdb.mi/mi-console.c: Add eye-catcher.
12706 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
12707 instead of literal line number.
12708
b0e59b8f
AA
127092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12710
12711 * gdb.base/shr2.c: Add eye-catcher.
12712 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
12713 line number.
12714
78f98cca
AA
127152014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12716
12717 * gdb.base/jump.c: Add eye-catchers.
12718 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
12719 numbers.
12720
58fa2af0
AA
127212014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12722
12723 * gdb.base/execd-prog.c: Add eye-catchers.
12724 * gdb.base/foll-exec.c: Likewise.
12725 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
12726 line numbers.
12727
04e5059b
AA
127282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12729
12730 * gdb.base/ending-run.c: Add eye-catchers.
12731 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
12732 literal line numbers.
12733
dbfdb174
AA
127342014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12735
12736 * gdb.base/call-rt-st.c: Add eye-catchers.
12737 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
12738 literal line numbers.
12739
888a2ade
AA
127402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12741
12742 * gdb.base/call-ar-st.c: Add eye-catchers.
12743 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
12744 literal line numbers.
12745
6acc2dde
AA
127462014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12747
12748 * gdb.base/average.c: Add eye-catchers.
12749 * gdb.base/sum.c: Likewise.
12750 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
12751 regexps dynamically.
12752
9ecfcd1d
AA
127532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12754
12755 * gdb.base/solib1.c: Add eye-catchers.
12756 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
12757 literal line numbers.
12758
78708b7c
PA
127592014-11-12 Pedro Alves <palves@redhat.com>
12760
12761 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
12762 leader has exited.
12763
af48d08f
PA
127642014-11-12 Pedro Alves <palves@redhat.com>
12765
12766 * gdb.arch/i386-bp_permanent.c: New file.
12767 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
12768 (srcfile): Set to i386-bp_permanent.c.
12769 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
12770 that stepi does not execute the 'leave' instruction, instead of
12771 testing it does execute.
12772 * gdb.base/bp-permanent.c: New file.
12773 * gdb.base/bp-permanent.exp: New file.
12774
af3768e9
DE
127752014-11-10 Doug Evans <xdje42@gmail.com>
12776
12777 PR symtab/17564
12778 * gdb.base/symtab-search-order.exp: New file.
12779 * gdb.base/symtab-search-order.c: New file.
12780 * gdb.base/symtab-search-order-1.c: New file.
12781 * gdb.base/symtab-search-order-shlib-1.c: New file.
12782
9de00a4a
PA
127832014-11-07 Pedro Alves <palves@redhat.com>
12784
12785 PR gdb/17511
12786 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
12787 i?86-*-linux*.
12788
e0f52461
SC
127892014-11-03 Siva Chandra Reddy <sivachandra@google.com>
12790
12791 PR c++/17494
12792 * gdb.cp/pr17494.cc: New file.
12793 * gdb.cp/pr17494.exp: New file.
12794
6ce8c980
YQ
127952014-11-02 Yao Qi <yao@codesourcery.com>
12796
12797 * gdb.python/python.exp: Get working directory and match the
12798 output of "set extended-prompt \\w " with it.
12799
02be9a71
DE
128002014-10-30 Doug Evans <dje@google.com>
12801
12802 * gdb.python/py-objfile.exp: Add tests for setting random attributes
12803 in objfiles.
12804 * gdb.python/py-progspace.exp: Add tests for setting random attributes
12805 in progspaces.
12806
3bdff46b
LM
128072014-10-30 Janis Johnson <janisjo@codesourcery.com>
12808
12809 * gdb.base/fullpath-expand.exp: Skip for a remote host.
12810 * gdb.base/realname-expand.exp: Likewise.
12811 * gdb.linespec/macro-relative.exp: Likewise.
12812
ab917dfb
PA
128132014-10-29 Pedro Alves <palves@redhat.com>
12814
12815 PR gdb/17408
12816 * gdb.threads/schedlock.c (some_function): New function.
12817 (call_function): New global.
12818 (MAYBE_CALL_SOME_FUNCTION): New macro.
12819 (thread_function): Call it.
12820 * gdb.threads/schedlock.exp (get_args): Add description parameter,
12821 and use it instead of a global counter. Adjust all callers.
12822 (get_current_thread): Use "find current thread" for test message
12823 here rather than having all callers pass down the same string.
12824 (goto_loop): New procedure, factored out from ...
12825 (my_continue): ... this.
12826 (step_ten_loops): Change parameter from test message to command to
12827 use. Adjust.
12828 (list_count): Delete global.
12829 (check_result): New procedure, factored out from duplicate top
12830 level code.
12831 (continue tests): Wrap in with_test_prefix.
12832 (test_step): New procedure, factored out from duplicate top level
12833 code.
12834 (top level): Test "step" in combination with all scheduler-locking
12835 modes. Test "next" in combination with all scheduler-locking
12836 modes, and in combination with stepping over a function call or
12837 not.
12838 * gdb.threads/next-bp-other-thread.c: New file.
12839 * gdb.threads/next-bp-other-thread.exp: New file.
12840
d3d4baed
PA
128412014-10-29 Pedro Alves <palves@redhat.com>
12842
12843 PR python/17372
12844 * gdb.python/python.exp: Test a multi-line command that spawns
12845 interactive Python.
12846 * gdb.base/multi-line-starts-subshell.exp: New file.
12847
563e8d85
YQ
128482014-10-29 Yao Qi <yao@codesourcery.com>
12849
12850 * gdb.base/fileio.exp: Make directories on host.
12851
0ea4d52e
YQ
128522014-10-29 Yao Qi <yao@codesourcery.com>
12853
12854 * gdb.base/fileio.c (test_write): Close the file.
12855
7f5ef605
PA
128562014-10-28 Pedro Alves <palves@redhat.com>
12857
12858 PR gdb/12623
12859 * gdb.base/sigstep.c (no_handler): New global.
12860 (main): If 'no_handler is true, set the signal handlers to
12861 SIG_IGN.
12862 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
12863 with_sw_watch and no_handler parameters. Handle them.
12864 (top level) <stepping over handler when stopped at a breakpoint
12865 test>: Add a test axis for testing with a software watchpoint, and
12866 another for testing with the signal handler set to SIG_IGN.
12867 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
12868 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
12869
abbdbd03
PA
128702014-10-28 Pedro Alves <palves@redhat.com>
12871
12872 PR gdb/17511
12873 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
12874 * gdb.base/sigstep.exp (other_handler_location): New global.
12875 (advance): Support stepping into the signal handler, and running
12876 commands while in the handler.
12877 (in_handler_map): New global.
12878 (top level): In the advance test, add combinations for getting
12879 into the handler with stepping commands, and for running commands
12880 in the handler. Add comment descripting the advancei tests.
12881
1df4399f
PA
128822014-10-28 Pedro Alves <palves@redhat.com>
12883
12884 * gdb.base/sigstep.exp: Use build_executable instead of
12885 prepare_for_testing.
12886 (top level): Move code that starts GDB, runs to main and creates a
12887 display to ...
12888 (restart): ... this new procedure.
12889 (top level): Move backtrace from signal handler test to ...
12890 (validate_backtrace): ... this new procedure.
12891 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
12892 with_test_prefix. Always restart GDB.
12893 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
12894 with_test_prefix. Always restart GDB. No need to delete
12895 breakpoints after the test.
12896 (test_skip_handler): Remove prefix parameter.
12897 (skip_over_handler, breakpoint_to_handler)
12898 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
12899 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
12900 restart GDB. No need to delete breakpoints after the test.
12901 (top level): Use foreach to call the test procedures with
12902 different commands.
12903
a5b6e449
PA
129042014-10-28 Pedro Alves <palves@redhat.com>
12905
12906 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
12907 instead of GNATS numbers.
12908 * gdb.base/sigbpt.exp: Likewise.
12909 * gdb.base/siginfo.exp: Likewise.
12910 * gdb.base/sigstep.exp: Likewise.
12911
e5f8a7cc
PA
129122014-10-27 Pedro Alves <palves@redhat.com>
12913
12914 * gdb.base/sigstep.c (dummy): New global.
12915 (main): Issue a couple writes to the new global.
12916 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
12917 procedures.
12918 (skip_over_handler): Use test_skip_handler.
12919 (top level): Call skip_over_handler for stepi and nexti too.
12920 (breakpoint_over_handler): Use test_skip_handler.
12921 (top level): Call breakpoint_over_handler for stepi and nexti too.
12922
763905a3
YQ
129232014-10-27 Yao Qi <yao@codesourcery.com>
12924
12925 * gdb.trace/tfile.c (adjust_function_address)
12926 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
12927 function descriptor.
12928
6f259a23
DB
129292014-10-24 Don Breazeal <donb@codesourcery.com>
12930
12931 * gdb.base/foll-fork.exp (test_follow_fork,
12932 catch_fork_child_follow): Check for updated fork messages emitted
12933 from infrun.c.
12934 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
12935 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
12936 vfork_and_exec_child_follow_through_step): Check for updated vfork
12937 messages emitted from infrun.c.
12938
09dd9a69
PA
129392014-10-24 Pedro Alves <palves@redhat.com>
12940
12941 * gdb.base/corefile.exp: Remove references to ultrix.
12942 * gdb.base/interrupt.exp: Likewise.
12943 * gdb.base/whatis.exp: Likewise.
12944 * gdb.gdb/selftest.exp: Likewise.
12945 * gdb.threads/manythreads.exp: Likewise.
12946 * gdb.threads/print-threads.exp: Likewise.
12947 * gdb.threads/pthreads.exp:: Likewise.
12948 * gdb.threads/schedlock.exp: Likewise.
12949
3433cfa5
SC
129502014-10-24 Siva Chandra Reddy <sivachandra@google.com>
12951
12952 * gdb.cp/non-trivial-retval.cc: Add a test case.
12953 * gdb.cp/non-trivial-retval.exp: Add a test.
12954
092f880b
YQ
129552014-10-20 Yao Qi <yao@codesourcery.com>
12956
12957 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
12958 * gdb.python/py-objfile-script-gdb.py: New file.
12959 * gdb.python/py-objfile-script.exp: Update reference to
12960 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
12961 of remote_download. Remove the dest file.
12962
acbdb7f3
YQ
129632014-10-20 Yao Qi <yao@codesourcery.com>
12964
12965 * gdb.base/checkpoint.exp: Don't remove file copied on host.
12966 * gdb.base/step-line.exp: Likewise.
12967 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12968 * gdb.dwarf2/dw2-basic.exp: Likewise.
12969 * gdb.dwarf2/dw2-compressed.exp: Likewise.
12970 * gdb.dwarf2/dw2-filename.exp: Likewise.
12971 * gdb.dwarf2/dw2-intercu.exp: Likewise.
12972 * gdb.dwarf2/dw2-intermix.exp: Likewise.
12973 * gdb.dwarf2/dw2-producer.exp: Likewise.
12974 * gdb.dwarf2/mac-fileno.exp: Likewise.
12975 * gdb.python/py-frame-args.exp: Likewise.
12976 * gdb.python/py-framefilter.exp: Likewise.
12977 * gdb.python/py-mi.exp: Likewise.
12978 * gdb.python/py-objfile-script.exp: Likewise
12979 * gdb.python/py-pp-integral.exp: Likewise.
12980 * gdb.python/py-pp-re-notag.exp: Likewise.
12981 * gdb.python/py-prettyprint.exp: Likewise.
12982 * gdb.python/py-section-script.exp: Likewise.
12983 * gdb.python/py-typeprint.exp: Likewise.
12984 * gdb.python/py-xmethods.exp: Likewise.
12985 * gdb.stabs/weird.exp: Likewise.
12986 * gdb.xml/tdesc-regs.exp: Likewise.
12987
bd286a29
KCY
129882014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
12989
12990 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
12991 (out_cu): Use addr_len for the size of addresses.
12992 (out_line): Likewise. Size DW_LNE_set_address instruction
12993 according to addr_len.
12994 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
12995 (FUNC): Add START_INSNS to definition.
12996
673dc4a0
YQ
129972014-10-18 Yao Qi <yao@codesourcery.com>
12998
12999 * gdb.base/argv0-symlink.exp: Check argv[0] value if
13000 gdb_has_argv0 return true.
13001 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
13002 check [target_info exists noargs], check [gdb_has_argv0]
13003 instead.
13004 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13005 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
13006 procedures.
13007
4ffbba72
DE
130082014-10-17 Doug Evans <dje@google.com>
13009
13010 * gdb.python/py-events.exp: Update expected output for clear_objfiles
13011 event.
13012 * gdb.python/py-events.py: Add clear_objfiles event.
13013
d096d8c1
DE
130142014-10-17 Doug Evans <dje@google.com>
13015
13016 * gdb.python/py-objfile.exp: Test progspace attribute.
13017
a80db015
LM
130182014-10-17 Luis Machado <lgustavo@codesourcery.com>
13019
13020 * gdb.guile/scm-breakpoint.exp: Do not assume any
13021 directory separators when matching source file paths.
13022 * gdb.python/py-breakpoint.exp: Likewise.
13023 * gdb.reverse/break-precsave.exp: Likewise.
13024 * gdb.reverse/break-reverse.exp: Likewise.
13025 * gdb.reverse/consecutive-precsave.exp: Likewise.
13026 * gdb.reverse/finish-precsave.exp: Likewise.
13027 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
13028 * gdb.reverse/finish-reverse.exp: Likewise.
13029 * gdb.reverse/i386-precsave.exp: Likewise.
13030 * gdb.reverse/i387-env-reverse.exp: Likewise.
13031 * gdb.reverse/i387-stack-reverse.exp: Likewise.
13032 * gdb.reverse/machinestate-precsave.exp: Likewise.
13033 * gdb.reverse/machinestate.exp: Likewise.
13034 * gdb.reverse/sigall-precsave.exp: Likewise.
13035 * gdb.reverse/solib-precsave.exp: Likewise.
13036 * gdb.reverse/step-precsave.exp: Likewise.
13037 * gdb.reverse/until-precsave.exp: Likewise.
13038 * gdb.reverse/watch-precsave.exp: Likewise.
13039 * gdb.reverse/watch-reverse.exp: Likewise.
13040
b22089ab
YQ
130412014-10-17 Yao Qi <yao@codesourcery.com>
13042
13043 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
13044 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
13045
6c4486e6
PA
130462014-10-17 Pedro Alves <palves@redhat.com>
13047
13048 PR gdb/17471
13049 * gdb.base/bg-execution-repeat.c: New file.
13050 * gdb.base/bg-execution-repeat.exp: New file.
13051
0ff33695
PA
130522014-10-17 Pedro Alves <palves@redhat.com>
13053
13054 PR gdb/17300
13055 * gdb.base/continue-all-already-running.c: New file.
13056 * gdb.base/continue-all-already-running.exp: New file.
13057
6fdebc3d
PA
130582014-10-17 Pedro Alves <palves@redhat.com>
13059
13060 PR gdb/17472
13061 * gdb.base/annota-input-while-running.c: New file.
13062 * gdb.base/annota-input-while-running.exp: New file.
13063
32a8097b
PA
130642014-10-17 Pedro Alves <palves@redhat.com>
13065
13066 * gdb.base/callfuncs.exp: emove references to osf.
13067 * gdb.base/sigall.exp: Likewise.
13068 * gdb.gdb/selftest.exp: Likewise.
13069 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
13070 * gdb.mi/non-stop.c: Likewise.
13071 * gdb.mi/pthreads.c: Likewise.
13072 * gdb.reverse/sigall-precsave.exp: Likewise.
13073 * gdb.reverse/sigall-reverse.exp: Likewise.
13074 * gdb.threads/pthreads.c: Likewise.
13075 * gdb.threads/pthreads.exp: Likewise.
13076
7a3517ff
YQ
130772014-10-17 Yao Qi <yao@codesourcery.com>
13078
13079 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
13080 check 'target_info exists noargs'.
13081 (test_command_prompt_position): Likewise.
13082 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
13083 Remove "set args".
13084 (progvar_simple_while_test): Likewise.
13085 (progvar_complex_if_while_test): Likewise.
13086 (if_while_breakpoint_command_test): Likewise.
13087 (infrun_breakpoint_command_test): Likewise.
13088 (breakpoint_command_test): Likewise.
13089 (watchpoint_command_test): Likewise.
13090 (bp_deleted_in_command_test): Likewise.
13091 (temporary_breakpoint_commands): Likewise.
13092
bb99c472
YQ
130932014-10-16 Yao Qi <yao@codesourcery.com>
13094
13095 * gdb.base/remotetimeout.exp: Remove noargs checking.
13096
7c16b83e
PA
130972014-10-15 Pedro Alves <palves@redhat.com>
13098
13099 PR breakpoints/9649
13100 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
13101 * gdb.base/breakpoint-in-ro-region.exp
13102 (probe_target_hardware_step): New procedure.
13103 (top level): Probe hardware stepping and hardware breakpoint
13104 support. Test stepping through a read-only region, with both
13105 "breakpoint auto-hw" on and off and both "always-inserted" on and
13106 off.
13107
35a49624
IB
131082014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
13109
13110 * gdb.dlang/demangle.exp: Update for demangling changes.
13111
2d1c107c
SC
131122014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13113
13114 * gdb.cp/non-trivial-retval.cc: Add new test cases.
13115 * gdb.cp/non-trivial-retval.exp: Add new tests.
13116
778811d5
SC
131172014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13118
13119 PR c++/13403
13120 PR c++/15154
13121 * gdb.cp/non-trivial-retval.cc: New file.
13122 * gdb.cp/non-trivial-retval.exp: New file.
13123
10c5f0a8
YQ
131242014-10-15 Yao Qi <yao@codesourcery.com>
13125
13126 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
13127 remote host.
13128
65d7b369
YQ
131292014-10-15 Yao Qi <yao@codesourcery.com>
13130
13131 * gdb.python/py-symbol.exp: Match file base name if host is
13132 remote, otherwise match file name with dir name.
13133 * gdb.python/py-symtab.exp: Likewise.
13134 * gdb.python/python.exp: Likewise.
13135
46dc1394
YQ
131362014-10-15 Yao Qi <yao@codesourcery.com>
13137
13138 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
13139 pattern.
13140 * gdb.python/py-symtab.exp: Likewise.
13141 * gdb.python/python.exp: Remove trailing ".*". Fix typo
13142 locationn.
13143
c40cc657
JB
131442014-10-14 Joel Brobecker <brobecker@adacore.com>
13145
13146 * gdb.ada/addr_arith: New testcase.
13147
2abf49e1
MR
131482014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
13149
13150 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
13151 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
13152 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
13153 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
13154
f7088df3
SDJ
131552014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
13156
13157 * gdb.arch/stap-eval-lang-ada.S: Likewise.
13158 * gdb.arch/stap-eval-lang-ada.c: Likewise.
13159 * gdb.arch/stap-eval-lang-ada.exp: New file.
13160
4dc06805
YQ
131612014-10-14 Yao Qi <yao@codesourcery.com>
13162
13163 * gdb.mi/mi-var-child.c (nothing1): New function.
13164 (nothing2): New function.
13165 (do_children_tests): Set function pointers by nothing1 and
13166 nothing2.
13167 * gdb.mi/mi-var-child.exp: Step over new added statements.
13168 Update test to match the new output.
13169 * gdb.mi/var-cmd.c (nothing1): New function.
13170 (nothing2): New function.
13171 (do_children_tests): Set function pointers by nothing1 and
13172 nothing2.
13173 * gdb.mi/mi-var-display.exp: Update test to match output.
13174 Step to the line specified by $line_dct_nothing.
13175 Increase the number of lines to step.
13176
46a93de2
YQ
131772014-10-14 Yao Qi <yao@codesourcery.com>
13178
13179 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
13180 tests.
13181 * gdb.mi/mi2-var-child.exp: Likewise.
13182
14ea52ee
DE
131832014-10-13 Doug Evans <dje@google.com>
13184
13185 * gdb.python/py-objfile.exp: Change name of file name test.
13186
e5c6e92b
DE
131872014-10-13 Doug Evans <dje@google.com>
13188
13189 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
13190 from the start of the CU.
13191
c780cc2f
JK
131922014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13193 Yao Qi <yao@codesourcery.com>
13194
13195 Fix "save breakpoints" for "catch" command.
13196 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
13197 Remove -nonewline. Match also the added "main" line.
13198
99894e11
JK
131992014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13200
13201 Fix "save breakpoints" for "disable $bpnum" command.
13202 * gdb.base/save-bp.c (main): Add label.
13203 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
13204
6e1ac5a3
JK
132052014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13206
13207 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
13208
754dd2b0
YQ
132092014-10-11 Yao Qi <yao@codesourcery.com>
13210
13211 * gdb.server/server-kill.exp: Execute command
13212 "set remote trace-status-packet on" before "tstatus".
13213
f90183d7
YQ
132142014-10-11 Yao Qi <yao@codesourcery.com>
13215
13216 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
13217 (main): Call getppid.
13218 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
13219 and continue to it. Read variable "server_pid".
13220
bf40a607
YQ
132212014-10-11 Yao Qi <yao@codesourcery.com>
13222
13223 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
13224
052ca370
YQ
132252014-10-11 Yao Qi <yao@codesourcery.com>
13226
13227 * gdb.threads/thread-find.exp: Don't execute command
13228 "info threads".
13229 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
13230 * gdb.threads/linux-dp.exp: Don't check the condition
13231 $threads_created equals to zero.
13232
3831839c
PA
132332014-10-10 Pedro Alves <palves@redhat.com>
13234
13235 * gdb.base/bigcore.exp: Remove references to IRIX.
13236 * gdb.base/funcargs.exp: Likewise.
13237 * gdb.base/interrupt.exp: Likewise.
13238 * gdb.base/mips_pro.exp: Likewise.
13239 * gdb.base/nodebug.exp: Likewise.
13240 * gdb.base/setvar.exp: Likewise.
13241 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
13242
8b9a549d
PA
132432014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13244 Pedro Alves <palves@redhat.com>
13245
13246 PR symtab/14466
13247 * gdb.base/vdso-warning.c: New file.
13248 * gdb.base/vdso-warning.exp: New file.
13249
d48ba5e8
DE
132502014-10-02 Doug Evans <dje@google.com>
13251
13252 * gdb.base/structs.c (main): Don't run forever.
13253
2278c276
PA
132542014-10-02 Pedro Alves <palves@redhat.com>
13255
13256 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
13257 (top level) <stop threads 1, stop threads 2>: Use it.
13258
b57bacec
PA
132592014-10-02 Pedro Alves <palves@redhat.com>
13260
13261 * gdb.threads/break-while-running.exp (test): Add new
13262 'update_thread_list' argument. Skip "info threads" if false.
13263 (top level): Add new 'update_thread_list' axis.
13264
13fd3ff3
PA
132652014-10-02 Pedro Alves <palves@redhat.com>
13266
13267 PR breakpoints/17431
13268 * gdb.base/execl-update-breakpoints.c: New file.
13269 * gdb.base/execl-update-breakpoints.exp: New file.
13270
0fec99e8
PA
132712014-10-01 Pedro Alves <palves@redhat.com>
13272
13273 * gdb.base/breakpoint-in-ro-region.c: New file.
13274 * gdb.base/breakpoint-in-ro-region.exp: New file.
13275
2ddf4301
SM
132762014-10-01 Simon Marchi <simon.marchi@ericsson.com>
13277
13278 * gdb.mi/mi-exit-code.exp: New file.
13279 * gdb.mi/mi-exit-code.c: New file.
13280
6a5f3f43
YQ
132812014-09-30 Yao Qi <yao@codesourcery.com>
13282
13283 * lib/prelink-support.exp (build_executable_own_libs): Error if
13284 the target isn't native.
13285
345bcc73
YQ
132862014-09-30 Yao Qi <yao@codesourcery.com>
13287
13288 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
13289 false.
13290
a25a5a45
PA
132912014-09-22 Pedro Alves <palves@redhat.com>
13292
13293 * gdb.threads/break-while-running.exp: New file.
13294 * gdb.threads/break-while-running.c: New file.
13295
00ba3162
YQ
132962014-09-19 Yao Qi <yao@codesourcery.com>
13297
13298 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
13299 Invoke test. Restart GDB with --readnow and invoke test again.
13300
c3b7b696
YQ
133012014-09-19 Yao Qi <yao@codesourcery.com>
13302
13303 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
13304 proc set_breakpoint_on_gcd_function. Invoke
13305 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
13306 invoke set_breakpoint_on_gcd_function again.
13307
2b4fd423
DE
133082014-09-18 Doug Evans <dje@google.com>
13309
13310 * gdb.dwarf2/symtab-producer.exp: New file.
13311
a5947601
SDJ
133122014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
13313
13314 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
13315 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
13316 * gdb.base/global-var-nested-by-dso.c: Likewise.
13317 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13318
91c19059
SDJ
133192014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
13320 Pedro Alves <palves@redhat.com>
13321
13322 * gdb.base/watch-bitfields.exp: Pass string other than test file
13323 name to prepare_for_testing.
13324 (watch): New procedure.
13325 (expect_watchpoint): Use with_test_prefix.
13326 (top level): Factor out tests to ...
13327 (test_watch_location, test_regular_watch): ... these new
13328 procedures, and use with_test_prefix and gdb_continue_to_end.
13329
bb9d5f81
PP
133302014-09-16 Patrick Palka <patrick@parcs.ath.cx>
13331
13332 PR breakpoints/12526
13333 * gdb.base/watch-bitfields.exp: New file.
13334 * gdb.base/watch-bitfields.c: New file.
13335
635856f5
PA
133362014-09-16 Pedro Alves <palves@redhat.com>
13337
13338 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
13339 software and hardware addresses, not software address against
13340 itself.
13341
7280ceea
PA
133422014-09-16 Pedro Alves <palves@redhat.com>
13343
13344 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
13345 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
13346
428b16bd
PA
133472014-09-16 Pedro Alves <palves@redhat.com>
13348
13349 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
13350 files.
13351 * gdb.base/a2-run.exp: Remove all code guarded by istarget
13352 "*-*-vxworks*" throughout.
13353 * gdb.base/break.exp: Likewise.
13354 * gdb.base/default.exp: Likewise.
13355 * gdb.base/scope.exp: Likewise.
13356 * gdb.base/sepdebug.exp: Likewise.
13357 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
13358 throughout.
13359 * gdb.base/run.c: Likewise.
13360 * gdb.base/sepdebug.c: Likewise.
13361 * gdb.hp/gdb.aCC/run.c: Likewise.
13362 * gdb.reverse/until-reverse.c: Likewise.
13363 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
13364
666d413c
YQ
133652014-09-16 Yao Qi <yao@codesourcery.com>
13366
13367 * boards/local-remote-host-native.exp: New file.
13368
57cbd724
DE
133692014-09-14 Doug Evans <xdje42@gmail.com>
13370
13371 * gdb.threads/queue-signal.c (thread_count): New variable.
13372 (thread_count_mutex, thread_count_condvar): New variables.
13373 (incr_thread_count, wait_all_threads_running): New functions.
13374 (main): Wait for all threads to be in their thread functions.
13375
81219e53
DE
133762014-09-13 Doug Evans <xdje42@gmail.com>
13377
13378 * gdb.threads/queue-signal.c: New file.
13379 * gdb.threads/queue-signal.exp: New file.
13380
3714cea7
DE
133812014-09-13 Doug Evans <xdje42@gmail.com>
13382
13383 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
13384 be consistent with what default_gdb_init uses.
13385 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
13386 the plain text of the prompt. Add some logging printfs.
13387 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
13388
fa43b1d7
PA
133892014-09-12 Pedro Alves <palves@redhat.com>
13390
13391 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
13392 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
13393 * gdb.arch/i386-size-overlap.exp: Likewise.
13394 * gdb.arch/i386-size.exp: Likewise.
13395 * gdb.arch/i386-unwind.exp: Likewise.
13396 * gdb.base/a2-run.exp: Likewise.
13397 * gdb.base/break.exp: Likewise.
13398 * gdb.base/charset.exp: Likewise.
13399 * gdb.base/chng-syms.exp: Likewise.
13400 * gdb.base/commands.exp: Likewise.
13401 * gdb.base/dbx.exp: Likewise.
13402 * gdb.base/find.exp: Likewise.
13403 * gdb.base/funcargs.exp: Likewise.
13404 * gdb.base/jit-simple.exp: Likewise.
13405 * gdb.base/reread.exp: Likewise.
13406 * gdb.base/sepdebug.exp: Likewise.
13407 * gdb.base/step-bt.exp: Likewise.
13408 * gdb.cp/mb-inline.exp: Likewise.
13409 * gdb.cp/mb-templates.exp: Likewise.
13410 * gdb.objc/basicclass.exp: Likewise.
13411 * gdb.threads/killed.exp: Likewise.
13412
9d9bf2df
EBM
134132014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13414
13415 PR tdep/17379
13416 * gdb.arch/powerpc-stackless.S: New file.
13417 * gdb.arch/powerpc-stackless.exp: New file.
13418
1cf2f1b0
JK
134192014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13420
13421 * gdb.base/attach.c: Include unistd.h.
13422 (main): Call alarm. Add label postloop.
13423 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
13424 gdb_breakpoint, gdb_continue_to_breakpoint.
13425 (test_command_line_attach_run): Kill ${testpid} in one exit path.
13426
98880d46
PA
134272014-09-11 Pedro Alves <palves@redhat.com>
13428
13429 PR gdb/17347
13430 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
13431 * gdb.base/attach.exp (test_command_line_attach_run): New
13432 procedure.
13433 (top level): Call it.
13434
4c92ff2c
PA
134352014-09-11 Pedro Alves <palves@redhat.com>
13436
13437 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
13438 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
13439 (do_command_attach_tests): Use spawn_wait_for_attach.
13440 * gdb.base/solib-overlap.exp: Likewise.
13441 * gdb.multi/multi-attach.exp: Likewise.
13442 * gdb.python/py-prompt.exp: Likewise.
13443 * gdb.python/py-sync-interp.exp: Likewise.
13444 * gdb.server/ext-attach.exp: Likewise.
13445
3adc1a7d
GKB
134462014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
13447
13448 * gdb.fortran/array-element.exp: Remove unexpected "continue"
13449 command in testcase. Simplify testcase.
13450
96334934
JB
134512014-09-10 Joel Brobecker <brobecker@adacore.com>
13452
13453 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
13454
eb479039
JB
134552014-09-10 Joel Brobecker <brobecker@adacore.com>
13456
13457 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
13458
deede10c
JB
134592014-09-10 Joel Brobecker <brobecker@adacore.com>
13460
13461 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
13462
7828a5f5
JB
134632014-09-10 Joel Brobecker <brobecker@adacore.com>
13464
13465 * gdb.dwarf2/dynarr-ptr.c: New file.
13466 * gdb.dwarf2/dynarr-ptr.exp: New file.
13467
33aeebcf
MR
134682014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13469
13470 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
13471 of 30 rather than hardcoding 120 for a slow test case. Take the
13472 `gdb,timeout' target setting into account for this calculation.
13473 Don't extend the timeout for the test cases that don't need it.
13474
7b415901
MR
134752014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13476
13477 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
13478 a factor of 2 for a slow test case. Take the `gdb,timeout'
13479 target setting into account for this calculation.
13480 * gdb.reverse/until-precsave.exp: Increase the timeout by
13481 a factor of 15 and 3 respectively rather than adding 120
13482 for a pair of slow test cases. Take the `gdb,timeout'
13483 target setting into account for this calculation.
13484
4a40f85a
MR
134852014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13486
13487 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
13488 timeout, don't pass one down to gdb_expect.
13489 (gdb_expect): Rework timeout selection.
13490
09635af7
MR
134912014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13492
13493 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
13494 exception on timeout.
13495 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
13496 (gdbserver_start_extended): Catch any `gdbserver_start' error
13497 exceptions.
13498 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
13499 * lib/mi-support.exp (mi_gdb_target_load): Catch any
13500 `gdbserver_gdb_load' error exceptions.
13501
2bdd10b7
MR
135022014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13503
13504 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
13505 120 on waiting for the TCP socket to open.
13506
316935f0
DE
135072014-09-09 Doug Evans <xdje42@gmail.com>
13508
13509 * gdb.base/default.exp (show_conv_list): Add _caller_is,
13510 _caller_matches, _any_caller_is, _any_caller_matches.
13511
83740597
DE
135122014-09-09 Doug Evans <xdje42@gmail.com>
13513
13514 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
13515
4c122fc3
YQ
135162014-09-09 Yao Qi <yao@codesourcery.com>
13517
13518 * gdb.mi/mi-var-display.exp: Set print symbol off.
13519
a9f116cb
GKB
135202014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
13521
13522 PR gdb/17035
13523 * gdb.base/commands.exp: Add tests to verify user-defined
13524 commands with empty bodies.
13525 * gdb.python/py-cmd.exp: Test that we don't show user-defined
13526 python commands in `show user command`.
13527 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
13528 scheme commands in `show user command`.
13529
c75bd3a2
JK
135302014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13531
13532 PR python/17355
13533 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
13534 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
13535 * gdb.python/py-framefilter-invalidarg.exp: New file.
13536 * gdb.python/py-framefilter-invalidarg.py: New file.
13537
faa42425
DE
135382014-09-06 Doug Evans <xdje42@gmail.com>
13539
13540 PR 15276
13541 * gdb.python/py-caller-is.c: New file.
13542 * gdb.python/py-caller-is.exp: New file.
13543
474ca4f6
SDJ
135442014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
13545
13546 PR gdb/17235
13547 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
13548 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
13549
eb0b0463
SDJ
135502014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
13551
13552 PR fortran/17237
13553 * gdb.fortran/print-formatted.exp: New file.
13554 * gdb.fortran/print-formatted.f90: Likewise.
13555
5f3b99cf
SS
135562014-09-03 Sasha Smundak <asmundak@google.com>
13557
13558 * gdb.python/py-frame.exp: Test Frame.read_register.
13559
7d793aa9
SDJ
135602014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
13561
13562 PR python/16699
13563 * gdb.python/py-completion.exp: New file.
13564 * gdb.python/py-completion.py: Likewise.
13565
fb0576e9
DE
135662014-08-28 Doug Evans <dje@google.com>
13567
13568 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
13569 eax,etc. are live with values set by gdb and thus the compiler can't
13570 use them.
13571 * gdb.arch/i386-pseudo.c (main): Ditto.
13572
ee92b0dd
DE
135732014-08-27 Doug Evans <dje@google.com>
13574
13575 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
13576
6649db35
DE
135772014-08-25 Doug Evans <dje@google.com>
13578
13579 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
13580 (main): Ditto.
13581
564b7600
DE
135822014-08-25 Doug Evans <dje@google.com>
13583
13584 * gdb.threads/thread-execl.exp: #include <stdio.h>.
13585
3881fb67
YQ
135862014-08-24 Yao Qi <yao@codesourcery.com>
13587
13588 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
13589 symbol off.
13590 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
13591
a05a36a5
DE
135922014-08-22 Doug Evans <dje@google.com>
13593
13594 PR 17276
13595 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
13596 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
13597 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
13598
7c343b48
YQ
135992014-08-22 Yao Qi <yao@codesourcery.com>
13600
13601 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
13602 * gdb.python/py-finish-breakpoint2.exp: Likewise.
13603 * gdb.python/python.exp: Likewise. Use .py file on the host
13604 instead of the build.
13605
22fd09ae
JK
136062014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13607
13608 * gdb.threads/gcore-stale-thread.c: New file.
13609 * gdb.threads/gcore-stale-thread.exp: New file.
13610
a8454a7c
PA
136112014-08-21 Pedro Alves <palves@redhat.com>
13612
13613 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
13614 * gdb.base/gcore-relro-pie.exp: Likewise.
13615 * gdb.base/gcore-relro.exp: Likewise.
13616 * gdb.base/gcore.exp: Likewise.
13617 * gdb.base/print-symbol-loading.exp: Likewise.
13618 * gdb.threads/gcore-thread.exp: Likewise.
13619 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
13620
2a31c623
PA
136212014-08-20 Pedro Alves <palves@redhat.com>
13622 Jan Kratochvil <jan.kratochvil@redhat.com>
13623
13624 * Makefile.in (EXTRA_RULES, CC): New variables, get from
13625 configure.
13626 (EXPECT): Handle READ1 being set.
13627 (all): Depend on EXTRA_RULES.
13628 (check-read1, expect-read1, read1.so, read1): New rules.
13629 * README (Testsuite Parameters): Document the READ1 make variable.
13630 (Race detection): New section.
13631 * configure: Regenerate.
13632 * configure.ac: If build==host==target, and running under a
13633 GNU/glibc system, add read1 to the extra Makefile rules.
13634 (EXTRA_RULES): AC_SUBST it.
13635 * lib/read1.c: New file.
13636
d36430db
JB
136372014-08-20 Joel Brobecker <brobecker@adacore.com>
13638
13639 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
13640 the handling of variables declared as a typedef to an array
13641 which a DW_AT_data_location attribute.
13642
9a0dc9e3
PA
136432014-08-19 Andrew Burgess <aburgess@broadcom.com>
13644 Pedro Alves <palves@redhat.com>
13645
13646 PR symtab/14604
13647 PR symtab/14605
13648 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
13649 gdb_test.
13650
0718a8da
PA
136512014-08-19 Pedro Alves <palves@redhat.com>
13652
13653 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
13654
13b448cd
YQ
136552014-08-19 Yao Qi <yao@codesourcery.com>
13656
13657 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
13658 right line.
13659
1cbf5077
DB
136602014-08-18 David Blaikie <dblaikie@gmail.com>
13661
13662 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
13663
bf0fae19
JB
136642014-08-18 Joel Brobecker <brobecker@adacore.com>
13665
13666 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
13667 attribute in array range.
13668
3c8c5dcc
JB
136692014-08-18 Joel Brobecker <brobecker@adacore.com>
13670
13671 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
13672
e66d4446
SC
136732014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13674
13675 PR c++/17132
13676 * gdb.cp/pr17132.cc: New file.
13677 * gdb.cp/pr17132.exp: New file.
13678
940df408
SC
136792014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13680
13681 * gdb.python/py-xmethods.py (A_getarrayind)
13682 (E_method_char_worker.__call__, E_method_int_worker.__call__):
13683 Use 'print' with function call syntax.
13684 (E_method_matcher.match): Fix tab vs space indentation mixup.
13685
ebcc6c3a
YQ
136862014-08-15 Yao Qi <yao@codesourcery.com>
13687
13688 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
13689 false.
13690
775e0f04
YQ
136912014-08-15 Yao Qi <yao@codesourcery.com>
13692
13693 * gdb.cp/casts.exp: Set print symbol off.
13694 * gdb.cp/class2.exp: Likewise.
13695 * gdb.cp/overload.exp: Likewise.
13696 * gdb.cp/templates.exp: Likewise.
13697
d769e349
DE
136982014-08-11 Doug Evans <dje@google.com>
13699
13700 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
13701 (test_load_shlib): Update.
13702
20c6f1e1
YQ
137032014-08-09 Yao Qi <yao@codesourcery.com>
13704
13705 * gdb.base/display.exp: Invoke is_address_zero_readable.
13706 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
13707 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13708 * gdb.base/hbreak-unmapped.exp: Return if
13709 is_address_zero_readable returns true.
13710 * gdb.base/signest.exp: Likewise.
13711 * gdb.base/signull.exp: Likewise.
13712 * gdb.base/sigbpt.exp: Likewise.
13713 * gdb.guile/scm-disasm.exp: Do the test if
13714 is_address_zero_readable returns false.
13715 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
13716 * gdb.python/py-arch.exp: Likewise.
13717 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
13718 * lib/gdb.exp (is_address_zero_readable): New proc.
13719
5792e8e3
YQ
137202014-08-09 Yao Qi <yao@codesourcery.com>
13721
13722 PR testsuite/13443
13723 * gdb.mi/mi-var-display.exp: Make test messages unique.
13724
3cecbbbe
TT
137252014-08-04 Tom Tromey <tromey@redhat.com>
13726
13727 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
13728 target 0".
13729
00b51ff5
TT
137302014-08-04 Tom Tromey <tromey@redhat.com>
13731
13732 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
13733 "target_resume".
13734
6908c509
JB
137352014-08-01 Joel Brobecker <brobecker@adacore.com>
13736
13737 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
13738 inner_vla_struct_object_size.
13739 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
13740 as xfail.
13741
cc6563d2
PA
137422014-07-30 Pedro Alves <palves@redhat.com>
13743
13744 * gdb.threads/signal-command-handle-nopass.exp (test): Add
13745 comment.
13746
7e09a223
YQ
137472014-07-29 Yao Qi <yao@codesourcery.com>
13748
13749 PR gdb/17206
13750 * gdb.base/until-nodebug.exp: New.
13751
7ebdbe92
DE
137522014-07-28 Doug Evans <xdje42@gmail.com>
13753
13754 PR guile/17203
13755 * gdb.guile/scm-parameter.exp: Add tests for trying to create
13756 previously existing parameter, and previously ambiguously spelled
13757 parameter.
13758
fdb1adc6
WN
137592014-07-28 Will Newton <will.newton@linaro.org>
13760
13761 * gdb.base/varargs.exp: Remove KFAILs for ARM.
13762
186fcde0
DE
137632014-07-26 Ludovic Courtès <ludo@gnu.org>
13764 Doug Evans <xdje42@gmail.com>
13765
13766 PR guile/17146
13767 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
13768
70509625
PA
137692014-07-25 Pedro Alves <palves@redhat.com>
13770
13771 * gdb.threads/signal-command-handle-nopass.c: New file.
13772 * gdb.threads/signal-command-handle-nopass.exp: New file.
13773 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
13774 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
13775 * gdb.threads/signal-delivered-right-thread.c: New file.
13776 * gdb.threads/signal-delivered-right-thread.exp: New file.
13777
c3f814a1
PA
137782014-07-25 Pedro Alves <palves@redhat.com>
13779
13780 * gdb.base/double-prompt-target-event-error.exp
13781 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
13782 match.
13783 (cancel_pagination_in_target_event): Rework double prompt
13784 detection.
13785 * gdb.base/paginate-after-ctrl-c-running.exp
13786 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
13787 <return>' match.
13788 * gdb.base/paginate-bg-execution.exp
13789 (test_bg_execution_pagination_return)
13790 (test_bg_execution_pagination_cancel): Remove '-notransfer
13791 <return>' matches.
13792 * gdb.base/paginate-execution-startup.exp
13793 (test_fg_execution_pagination_return)
13794 (test_fg_execution_pagination_cancel): Remove '-notransfer
13795 <return>' matches.
13796 * gdb.base/paginate-inferior-exit.exp
13797 (test_paginate_inferior_exited): Remove '-notransfer <return>'
13798 match.
13799 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
13800 * lib/gdb.exp (pagination_prompt): Run text through
13801 string_to_regexp.
13802 (gdb_test_multiple): Match $pagination_prompt instead of
13803 "<return>".
13804 (string_to_regexp): Move to lib/gdb-utils.exp.
13805
e214cf6c
JK
138062014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13807
13808 * gdb.arch/amd64-entry-value-paramref.S: New file.
13809 * gdb.arch/amd64-entry-value-paramref.cc: New file.
13810 * gdb.arch/amd64-entry-value-paramref.exp: New file.
13811 * gdb.arch/amd64-optimout-repeat.S: New file.
13812 * gdb.arch/amd64-optimout-repeat.c: New file.
13813 * gdb.arch/amd64-optimout-repeat.exp: New file.
13814
17d0c5c8
JK
138152014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13816
13817 PR gdb/17170
13818 * gdb.base/statistics.exp: New file.
13819
b8b8facf
DE
138202014-07-17 Doug Evans <dje@google.com>
13821
74b49205 13822 PR gdb/17170
b8b8facf
DE
13823 * gdb.base/maint.exp: Update testing of per-command stats.
13824
1b5d0ab3
PA
138252014-07-16 Pedro Alves <palves@redhat.com>
13826
13827 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
13828 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
13829 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
13830 (tfile_write_buf): New functions.
13831 (add_memory_block): Rewrite using the above.
13832 (adjust_function_address): New function.
13833 (FUNCTION_ADDRESS): New macro.
13834 (write_basic_trace_file): Remove short_x local, and use
13835 tfile_write_16. Change type of func_addr local to unsigned long
13836 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
13837 here. Cast argument of add_memory_block to char pointer.
13838 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
13839 (main): Remove parameters.
13840 * gdb.trace/tfile.exp: Remove nowarnings.
13841
4d974e88
SM
138422014-07-15 Simon Marchi <simon.marchi@ericsson.com>
13843
13844 * gdb.base/debug-expr.exp: Test string evaluation with
13845 "debug expression" on.
13846
41e99568
PA
138472014-07-15 Pedro Alves <palves@redhat.com>
13848
13849 * gdb.base/reread.exp: Use clean_restart.
13850
487d9753
PL
138512014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
13852
13853 * gdb.arch/avr-flash-qualifer.c: New.
13854 * gdb.arch/avr-flash-qualifer.exp: New.
13855
cc1c52ad
PA
138562014-07-14 Pedro Alves <palves@redhat.com>
13857
13858 * gdb.base/paginate-after-ctrl-c-running.c: New file.
13859 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
13860
1e973570
PA
138612014-07-14 Pedro Alves <palves@redhat.com>
13862
13863 * gdb.base/double-prompt-target-event-error.c: New file.
13864 * gdb.base/double-prompt-target-event-error.exp: New file.
13865
93d6eb10
PA
138662014-07-14 Pedro Alves <palves@redhat.com>
13867
13868 PR gdb/17072
13869 * gdb.base/paginate-inferior-exit.c: New file.
13870 * gdb.base/paginate-inferior-exit.exp: New file.
13871
0017922d
PA
138722014-07-14 Pedro Alves <palves@redhat.com>
13873
13874 PR gdb/17072
13875 * gdb.base/paginate-bg-execution.c: New file.
13876 * gdb.base/paginate-bg-execution.exp: New file.
13877
94696ad3
PA
138782014-07-14 Pedro Alves <palves@redhat.com>
13879
13880 PR gdb/17072
13881 * gdb.base/paginate-execution-startup.c: New file.
13882 * gdb.base/paginate-execution-startup.exp: New file.
13883 * lib/gdb.exp (pagination_prompt): New global.
13884 (default_gdb_spawn): New procedure, factored out from
13885 default_gdb_spawn.
13886 (default_gdb_start): Adjust to call default_gdb_spawn.
13887 (gdb_spawn): New procedure.
13888
bd293940
PA
138892014-07-14 Pedro Alves <palves@redhat.com>
13890
13891 * lib/gdb.exp (gdb_assert): New procedure.
13892 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
13893
c933f875
PA
138942014-07-14 Pedro Alves <palves@redhat.com>
13895
13896 * gdb.base/execution-termios.c: New file.
13897 * gdb.base/execution-termios.exp: New file.
13898
d98b7a16
TT
138992014-07-14 Tom Tromey <tromey@redhat.com>
13900
13901 * gdb.cp/vla-cxx.cc: New file.
13902 * gdb.cp/vla-cxx.exp: New file.
13903
548740d6
TT
139042014-07-14 Tom Tromey <tromey@redhat.com>
13905
13906 * gdb.reverse/rerun-prec.c: New file.
13907 * gdb.reverse/rerun-prec.exp: New file.
13908
a25eb028
MR
139092014-07-12 Maciej W. Rozycki <macro@mips.com>
13910 Maciej W. Rozycki <macro@codesourcery.com>
13911
13912 * lib/gdb-utils.exp: New file.
13913 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
13914 inline `gdb_init_command' processing.
13915 (gdb_start_cmd): Likewise.
13916 * lib/mi-support.exp (mi_run_cmd): Likewise.
13917 * README: Document `gdb_init_command' and `gdb_init_commands'.
13918
218c2655
JK
139192014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13920
13921 Fix false FAIL running under a very long directory name.
13922 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
13923 and "set print elements 10000". Twice.
13924
5401fde3
YQ
139252014-07-11 Yao Qi <yao@codesourcery.com>
13926
13927 * gdb.base/exprs.exp: "set print symbol off".
13928
e76126e8
PA
139292014-07-11 Pedro Alves <palves@redhat.com>
13930
13931 * gdb.threads/kill.c: New file.
13932 * gdb.threads/kill.exp: New file.
13933
2d6f0de6
YQ
139342014-07-10 Yao Qi <yao@codesourcery.com>
13935
13936 * gdb.trace/tfile.c (write_basic_trace_file)
13937 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
13938 address written to trace file.
13939
7180e04a
PA
139402014-07-09 Pedro Alves <palves@redhat.com>
13941
13942 * gdb.base/attach-wait-input.exp: New file.
13943 * gdb.base/attach-wait-input.c: New file.
13944
9a9a7608
AB
139452014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
13946
13947 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
13948 setting up test structures.
13949 (main): Call new test function.
13950 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
13951 test function, continue into test function and walk test
13952 structures.
13953
161ac41e
YQ
139542014-07-02 Yao Qi <yao@codesourcery.com>
13955
13956 * gdb.trace/entry-values.c: Define labels 'foo_start' and
13957 'bar_start' at the beginning of functions 'foo' and 'bar'
13958 respectively.
13959 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
13960 instead of 'foo' and 'bar'.
13961
1f267ae3
MM
139622014-07-08 Markus Metzger <markus.t.metzger@intel.com>
13963
13964 * gdb.btrace/segv.exp: New.
13965 * gdb.btrace/segv.c: New.
13966
2b239efb
LM
139672014-07-02 Luis Machado <lgustavo@codesourcery.com>
13968
13969 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
13970 instruction.
13971
cf363f18
MW
139722014-06-30 Mark Wielaard <mjw@redhat.com>
13973
13974 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
13975 vulture, vilify, villar): New volatile array constants.
13976 (vindictive, vegetation): New const volatile array constants.
13977 * gdb.base/volatile.exp: Test volatile and const volatile array
13978 types.
13979
aebf9d24
AA
139802014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
13981
13982 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
13983 target lacks support for awatch, rwatch, or hbreak.
13984
b67a2c6f
YQ
139852014-06-27 Yao Qi <yao@codesourcery.com>
13986
13987 * gdb.multi/dummy-frame-restore.exp: New.
13988 * gdb.multi/dummy-frame-restore.c: New.
13989
aef92902
MM
139902014-06-25 Markus Metzger <markus.t.metzger@intel.com>
13991
13992 * gdb.btrace/gcore.exp: New.
13993
8e9db26e
PA
139942014-06-23 Pedro Alves <palves@redhat.com>
13995
13996 * gdb.base/watchpoint-reuse-slot.c: New file.
13997 * gdb.base/watchpoint-reuse-slot.exp: New file.
13998
70afc5b7
SC
139992014-06-23 Siva Chandra Reddy <sivachandra@google.com>
14000
14001 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
14002 progspace's filename in 'info', 'enable' and 'disable' command
14003 tests.
14004
b972bd9c
JK
140052014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14006
14007 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
14008 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14009 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
14010
125f8a3d
GB
140112014-06-20 Gary Benson <gbenson@redhat.com>
14012
14013 * gdb.arch/i386-avx.exp: Fix include file location.
14014 * gdb.arch/i386-sse.exp: Likewise.
14015
3ed9baed
IB
140162014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
14017
14018 * gdb.dlang/expression.exp: New file.
14019
034f788c
PA
140202014-06-19 Pedro Alves <palves@redhat.com>
14021
14022 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
14023 out from ...
14024 (top level): ... here. Iterate running tests under different
14025 scheduler-locking settings.
14026
45371d0c
LM
140272014-06-18 Luis Machado <lgustavo@codesourcery.com>
14028
14029 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
14030 to DW_FORM_addr and use non-zero addresses.
14031
5d376983
SC
140322014-06-18 Siva Chandra Reddy <sivachandra@google.com>
14033
14034 PR gdb/17017
14035 * gdb.python/py-xmethods.cc: Add global function call counters and
14036 increment them in their respective functions. Remove "cout"
14037 statements.
14038 * gdb.python/py-xmethods.exp: Make tests check the global function
14039 call counters instead of depending on inferior IO.
14040
a1aa2221
LM
140412014-06-18 Don Breazeal <donb@codesourcery.com>
14042
14043 * gdb.base/foll-fork.exp (default_fork_parent_follow):
14044 Deleted procedure.
14045 (explicit_fork_parent_follow): Deleted procedure.
14046 (explicit_fork_child_follow): Deleted procedure.
14047 (test_follow_fork): New procedure.
14048 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 14049 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
14050 procedure calls.
14051
0fc05997
YQ
140522014-06-17 Yao Qi <yao@codesourcery.com>
14053
14054 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
14055 CP1252.
14056
70795c52
LM
140572014-06-17 Luis Machado <lgustavo@codesourcery.com>
14058
14059 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
14060 Initialize ptr and S explicitly.
14061 (skip_type_update_when_not_use_rtti_test): Likewise.
14062
6be47f0c
KS
140632014-06-16 Keith Seitz <keiths@redhat.com>
14064
14065 PR mi/15863
14066 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
14067 the inferior is started.
14068
d03de421
PA
140692014-06-16 Pedro Alves <palves@redhat.com>
14070
14071 * gdb.base/break-main-file-remove-fail.c: New file.
14072 * gdb.base/break-main-file-remove-fail.exp: New file.
14073 * gdb.base/break-unload-file.exp: Use build_executable instead of
14074 prepare_for_testing.
14075 (test_break): New parameter "initial_load". Handle it.
14076 (top level): Add initial_load cmdline/file axis.
14077
f9579b99
TT
140782014-06-12 Tom Tromey <tromey@redhat.com>
14079
14080 * gdb.base/completion.exp: Don't use directory name in test.
14081
3657956b
GB
140822014-06-09 Gary Benson <gbenson@redhat.com>
14083
14084 * gdb.base/sigall.c [Functions to send signals]: Reorder to
14085 separate the always-available ANSI-standard signals from the
14086 signals that require checking.
14087 (main): Likewise.
14088 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
14089 Likewise.
14090 (main): Likewise.
14091
4186eb54
KS
140922014-06-07 Keith Seitz <keiths@redhat.com>
14093
14094 Revert:
14095 PR c++/16253
14096 * gdb.cp/var-tag.cc: New file.
14097 * gdb.cp/var-tag.exp: New file.
14098 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14099 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14100 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14101 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14102
25326a28 141032014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
14104
14105 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
14106
829155c9
PA
141072014-06-06 Pedro Alves <palves@redhat.com>
14108
14109 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
14110 in target debug output instead of looking at RSP packets,
14111 disabling the test on any target that uses hardware stepping.
14112 Update comments.
14113
61c8d22e
PA
141142014-06-06 Pedro Alves <palves@redhat.com>
14115
14116 * gdb.base/break-unload-file.exp: Fix typo.
14117
d9a47287
YQ
141182014-06-06 Yao Qi <yao@codesourcery.com>
14119
14120 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
14121 from "jit_function" to "^jit_function".
14122
e5e01dbf
YQ
141232014-06-06 Yao Qi <yao@codesourcery.com>
14124
14125 * gdb.base/async.c (foo): Add one statement.
14126 * gdb.base/async.exp: Get the next instruction address and
14127 match the output of "nexti" by instruction address. Match
14128 the hex address in the output of "finish".
14129
73ba372c
GB
141302014-06-06 Gary Benson <gbenson@redhat.com>
14131
14132 * gdb.base/call-signals.c: Remove preprocessor conditionals
14133 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
14134 SIGSEGV and SIGTERM.
14135 * gdb.base/sigall.c: Likewise.
14136 * gdb.base/unwindonsignal.c: Likewise.
14137 * gdb.reverse/sigall-reverse.c: Likewise.
14138
831517df
YQ
141392014-06-06 Yao Qi <yao@codesourcery.com>
14140
14141 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
14142 readable, skip the test.
14143
b8b91e98
YQ
141442014-06-06 Yao Qi <yao@codesourcery.com>
14145
14146 * gdb.threads/staticthreads.c (thread_function): Move the line
14147 setting breakpoint on forward.
14148 * gdb.threads/staticthreads.exp: Update comments.
14149
fb934770
LC
141502014-06-05 Ludovic Courtès <ludo@gnu.org>
14151
14152 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
14153 "history-append! type error".
14154
6ef284bd
SM
141552014-06-05 Simon Marchi <simon.marchi@ericsson.com>
14156
14157 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
14158 erroneous dprintf expected input.
14159
a872e241
DE
141602014-06-04 Doug Evans <xdje42@gmail.com>
14161
14162 * gdb.guile/scm-generics.exp: Delete.
14163
16f691fb
DE
141642014-06-04 Doug Evans <xdje42@gmail.com>
14165
14166 * gdb.guile/scm-breakpoint.exp: Update.
14167 Add tests for breakpoint registration.
14168
012370f6
TT
141692014-06-04 Tom Tromey <tromey@redhat.com>
14170
14171 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
14172 VLA-in-union.
14173 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
14174 inner_vla_struct, vla_union types. Initialize objects of those
14175 types and compute their sizes.
14176
9f5a4cef
HZ
141772014-06-04 Nathan Sidwell <nathan@codesourcery.com>
14178 Hui Zhu <hui@codesourcery.com>
14179
14180 * gdb.base/fileio.exp: Add test for shell not available as well as
14181 available.
14182 * gdb.base/fileio.c (test_system): Check for shell twice.
14183
90a45c4d
YQ
141842014-06-04 Yao Qi <yao@codesourcery.com>
14185
14186 * gdb.base/auto-connect-native-target.exp: Remove redundant
14187 space from the regexp pattern.
14188
70017e41
YQ
141892014-06-04 Yao Qi <yao@codesourcery.com>
14190
14191 * gdb.base/default.exp: Replace "child" with "native" in
14192 regexp pattern.
14193
883964a7
SC
141942014-06-03 Siva Chandra Reddy <sivachandra@google.com>
14195
14196 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
14197 * gdb.python/py-xmethods.exp: New tests to test xmethods.
14198 * gdb.python/py-xmethods.py: Python script supporting the
14199 new testcase and tests.
14200
ef370185
JB
142012014-06-03 Joel Brobecker <brobecker@adacore.com>
14202 Pedro Alves <palves@redhat.com>
14203
14204 PR breakpoints/17000
14205 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
14206 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
14207
1e2ccb61
BM
142082014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
14209
14210 * gdb.base/subst.exp: Add tests to verify partial path matching
14211 output.
14212
c6ec5ab2
PA
142132014-06-03 Pedro Alves <palves@redhat.com>
14214
14215 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
14216 target that doesn't use software single-stepping.
14217
835c559f
PA
142182014-06-03 Pedro Alves <palves@redhat.com>
14219
14220 PR breakpoints/17000
14221 * gdb.base/sss-bp-on-user-bp-2.c: New file.
14222 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
14223
06eb1586
DE
142242014-06-02 Doug Evans <xdje42@gmail.com>
14225
14226 * gdb.guile/scm-parameter.exp: New file.
14227
e698b8c4
DE
142282014-06-02 Doug Evans <xdje42@gmail.com>
14229
14230 * gdb.guile/scm-cmd.c: New file.
14231 * gdb.guile/scm-cmd.exp: New file.
14232
ded03782
DE
142332014-06-02 Doug Evans <xdje42@gmail.com>
14234
14235 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
14236 pretty-printer lookup.
14237 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
14238 (make-pp_s-printer): Call it.
14239 (make-pretty-printer-from-dict): New function.
14240 (lookup-pretty-printer-maker-from-dict): New function.
14241 (*pretty-printer*): Simplify.
14242 (make-objfile-pp_s-printer): New function.
14243 (install-objfile-pretty-printers!): New function.
14244 (make-progspace-pp_s-printer): New function.
14245 (install-progspace-pretty-printers!): New function.
14246 * gdb.guile/scm-progspace.c: New file.
14247 * gdb.guile/scm-progspace.exp: New file.
14248
41fac0cf
PA
142492014-06-02 Pedro Alves <palves@redhat.com>
14250
14251 * gdb.base/dprintf-bp-same-addr.c: New file.
14252 * gdb.base/dprintf-bp-same-addr.exp: New file.
14253
96ae5695
EBM
142542014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14255
14256 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
14257 * gdb.arch/powerpc-power.s: Likewise.
14258
da02b3a8
JB
142592014-06-02 Joel Brobecker <brobecker@adacore.com>
14260
14261 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
14262
c72b2e7b
YQ
142632014-06-01 Yao Qi <yao@codesourcery.com>
14264
14265 * gdb.base/watchpoint.exp (test_watch_location): Check null
14266 pointer can be dereferenced. If not, do the test, otherwise
14267 skip it.
14268
53e8a631
AB
142692014-05-30 Andrew Burgess <aburgess@broadcom.com>
14270
14271 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
14272 results.
14273 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
14274
938f0e2f
AB
142752014-05-30 Andrew Burgess <aburgess@broadcom.com>
14276
14277 * gdb.arch/amd64-invalid-stack-middle.S: New file.
14278 * gdb.arch/amd64-invalid-stack-middle.c: New file.
14279 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
14280 * gdb.arch/amd64-invalid-stack-top.c: New file.
14281 * gdb.arch/amd64-invalid-stack-top.exp: New file.
14282
9ba6657a
PA
142832014-05-30 Pedro Alves <palves@redhat.com>
14284
14285 PR breakpoints/17000
14286 * gdb.base/sss-bp-on-user-bp.c: New file.
14287 * gdb.base/sss-bp-on-user-bp.exp: New file.
14288
522c09bf
DB
142892014-05-30 David Blaikie <dblaikie@gmail.com>
14290
14291 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
14292 gnu_inline semantics via attribute.
14293 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
14294 source explicitly specifies the required semantics.
14295
bf4ef81e
MR
142962014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
14297
14298 * gdb.reverse/sigall-reverse.exp: Fix a typo.
14299
329ea579
PA
143002014-05-29 Pedro Alves <palves@redhat.com>
14301 Tom Tromey <tromey@redhat.com>
14302
14303 * gdb.base/async-shell.exp: Don't enable target-async.
14304 * gdb.base/async.exp
14305 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
14306 parameter. Adjust.
14307 (top level): Don't test with "target-async".
14308 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
14309 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
14310 * gdb.base/inferior-died.exp: Don't enable target-async.
14311 * gdb.base/interrupt-noterm.exp: Likewise.
14312 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
14313 * gdb.mi/mi-nonstop-exit.exp: Likewise.
14314 * gdb.mi/mi-nonstop.exp: Likewise.
14315 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
14316 * gdb.mi/mi-nsintrall.exp: Likewise.
14317 * gdb.mi/mi-nsmoribund.exp: Likewise.
14318 * gdb.mi/mi-nsthrexec.exp: Likewise.
14319 * gdb.mi/mi-watch-nonstop.exp: Likewise.
14320 * gdb.multi/watchpoint-multi.exp: Adjust comment.
14321 * gdb.python/py-evsignal.exp: Don't enable target-async.
14322 * gdb.python/py-evthreads.exp: Likewise.
14323 * gdb.python/py-prompt.exp: Likewise.
14324 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
14325 * gdb.server/solib-list.exp: Don't enable target-async.
14326 * gdb.threads/thread-specific-bp.exp: Likewise.
14327 * lib/mi-support.exp: Adjust to use mi-async.
14328
fd664c91
PA
143292014-05-29 Pedro Alves <palves@redhat.com>
14330
14331 PR gdb/13860
14332 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
14333 reason, even in sync mode.
14334
251bde03
PA
143352014-05-29 Pedro Alves <palves@redhat.com>
14336 Hui Zhu <hui@codesourcery.com>
14337
14338 PR PR15693
14339 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
14340 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
14341 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
14342 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
14343
7f3c0343
JB
143442014-05-28 Joel Brobecker <brobecker@adacore.com>
14345
14346 * config/monitor.exp (gdb_target_monitor): Replace use of
14347 "set remotebaud" by "set serial baud".
14348
b2715b27
AW
143492014-05-26 Andy Wingo <wingo@igalia.com>
14350
14351 * gdb.guile/scm-breakpoint.exp:
14352 * gdb.guile/scm-gsmob.exp: Update to use plain old object
14353 properties instead of gdb-object-properties.
14354
498a4489
YQ
143552014-05-26 Yao Qi <yao@codesourcery.com>
14356
14357 * gdb.server/no-thread-db.exp: Specify source file name
14358 explicitly when setting a breakpoint.
14359
589fdceb
MM
143602014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14361
14362 * gdb.btrace/vdso.c: New.
14363 * gdb.btrace/vdso.exp: New.
14364
e9089e05
MM
143652014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14366
14367 * gdb.base/gcore.exp (capture_command_output): Move ...
14368 * lib/gdb.exp (capture_command_output): ... here.
14369
67b5c0c1
MM
143702014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14371
14372 * gdb.btrace/data.exp: Test memory access during btrace replay.
14373
a2199296
SM
143742014-05-22 Simon Marchi <simon.marchi@ericsson.com>
14375
14376 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
14377
17b2616c
PA
143782014-05-21 Pedro Alves <palves@redhat.com>
14379
14380 PR gdb/13860
14381 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
14382 (top level): Test that output related to execution commands is
14383 sent to the console with CLI commands, but not with MI commands.
14384 Test that breakpoint events are always mirrored to the console.
14385 Also expect the new source line to be output after a "next" in
14386 async mode too. Make it a pass/fail test.
14387 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
14388 output.
14389 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
14390
5166082f
PA
143912014-05-21 Pedro Alves <palves@redhat.com>
14392
14393 * gdb.base/list.exp (build_pattern, test_list): New procedures.
14394 Use them to test variations of "list" after reaching a breakpoint.
14395 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
14396 Test "list" with listsize 10 after reaching a breakpoint.
14397 * gdb.python/python.exp (decode_line current location line
14398 number): Adjust expected line number.
14399
2f25d70f
SM
144002014-05-21 Simon Marchi <simon.marchi@ericsson.com>
14401
14402 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
14403 behavior for $args, pass it directly to "run".
14404
ff604a67
MR
144052014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
14406
14407 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
14408 30000 to 65536.
14409
6a3cb8e8
PA
144102014-05-21 Pedro Alves <palves@redhat.com>
14411
14412 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
14413 auto-connect-native-target off".
14414 * gdb.base/auto-connect-native-target.c: New file.
14415 * gdb.base/auto-connect-native-target.exp: New file.
14416
4ebfc96e
PA
144172014-05-21 Pedro Alves <palves@redhat.com>
14418
14419 * gdb.base/default.exp: Test "target native" instead of "target
14420 child".
14421
36d46afb
MW
144222014-05-21 Mark Wielaard <mjw@redhat.com>
14423
14424 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14425
5876f503
JK
144262014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14427
14428 Fix TLS access for -static -pthread.
14429 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
14430 <HAVE_TLS> (thread_function, main): Initialize it.
14431 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
14432 Add clean_restart.
14433 <$have_tls != "">: Check TLSVAR.
14434
0256a6ac
PA
144352014-05-21 Pedro Alves <palves@redhat.com>
14436
14437 * gdb.base/dcache-line-read-error.c: New.
14438 * gdb.base/dcache-line-read-error.exp: New.
14439
936d2992
PA
144402014-05-20 Pedro Alves <palves@redhat.com>
14441
14442 * gdb.base/compare-sections.c: New file.
14443 * gdb.base/compare-sections.exp: New file.
14444
802e8e6d
PA
144452014-05-20 Pedro Alves <palves@redhat.com>
14446
14447 * gdb.base/break-idempotent.c: New file.
14448 * gdb.base/break-idempotent.exp: New file.
14449
e59fa00f
MM
144502014-05-20 Markus Metzger <markus.t.metzger@intel.com>
14451
14452 * gdb.btrace/nohist.exp: New.
14453
8b696e31
YQ
144542014-05-20 Yao Qi <yao@codesourcery.com>
14455
14456 * lib/gdb.exp (gdb_init): Set timeout if test file is under
14457 gdb.reverse directory and gdb_reverse_timeout exists in board
14458 setting.
14459 * README: Document gdb_reverse_timeout.
14460
73c9764f
YQ
144612014-05-20 Yao Qi <yao@codesourcery.com>
14462
14463 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
14464 'test_file_name'. Treat args as a string instead of a list.
14465 (gdb_init): Rename argument 'args' by 'test_file_name'.
14466
f1f4348a
JK
144672014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14468
14469 * gdb.arch/powerpc-power.exp: New file.
14470 * gdb.arch/powerpc-power.s: New file.
14471
0dbe70ce
DE
144722014-05-16 Doug Evans <dje@google.com>
14473
14474 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
14475 * gdb.base/completion.exp: Check that all expected files exist
14476 before doing file completion.
0dbe70ce 14477
8d551b02
DE
144782014-05-16 Doug Evans <dje@google.com>
14479
14480 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
14481 Update.
14482 (do_syscall_tests_without_xml): Update.
14483
73eb7709
PA
144842014-05-16 Pedro Alves <palves@redhat.com>
14485
14486 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
14487 instead of "unknown output after running".
14488
3fae92fc
YQ
144892014-05-16 Yao Qi <yao@codesourcery.com>
14490
14491 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
14492 file1.txt from host at the end.
14493 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14494
c2b2ccc5
DE
144952014-05-15 Doug Evans <dje@google.com>
14496
14497 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
14498 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
14499 loading file. Add test for TU lookup.
14500
8c217a4b
SM
145012014-05-15 Simon Marchi <simon.marchi@ericsson.com>
14502
14503 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
14504 calling "-exec-arguments" or "set args" before running the
14505 inferior.
14506
3deb39c6
SM
145072014-05-15 Simon Marchi <simon.marchi@ericsson.com>
14508
14509 * lib/mi-support.exp (mi_expect_stop): Expect message for
14510 inferiors that exit with non-zero exit code.
14511
71a79f8c
YQ
145122014-05-14 Yao Qi <yao@codesourcery.com>
14513
14514 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
14515 match absolute path on remote host.
14516 (test_file_list_exec_source_files): Remove "/" from the
14517 pattern.
14518
f23fcd46
YQ
145192014-05-14 Yao Qi <yao@codesourcery.com>
14520
14521 * boards/local-remote-host-notty.exp (${board}_file): New
14522 proc.
14523
9404b58f
KM
145242014-05-07 Kyle McMartin <kyle@redhat.com>
14525
14526 Pushed by Joel Brobecker <brobecker@adacore.com>.
14527 * gdb.arch/aarch64-atomic-inst.c: New file.
14528 * gdb.arch/aarch64-atomic-inst.exp: New file.
14529
5e45f04c
YQ
145302014-05-07 Yao Qi <yao@codesourcery.com>
14531
14532 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
14533 in current context" too.
14534
c888a17d
KS
145352014-05-05 Keith Seitz <keiths@redhat.com>
14536
14537 * gdb.linespec/ls-dollar.exp: Add test for linespec
14538 file:convenience_variable.
14539
290a839c
YQ
145402014-05-05 Yao Qi <yao@codesourcery.com>
14541
14542 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
14543 traceframes into tfile and ctf trace files. Read data from
14544 trace file and test collected data.
14545 (gdb_collect_locals_test): Likewise.
14546 (gdb_unavailable_registers_test): Likewise.
14547 (gdb_unavailable_floats): Likewise.
14548 (gdb_collect_globals_test): Likewise.
14549 (top-level): Append "ctf" to trace_file_targets if GDB
14550 supports.
14551
b5262cd0
YQ
145522014-05-05 Yao Qi <yao@codesourcery.com>
14553
14554 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
14555 code to ...
14556 (gdb_collect_args_test_1): ... it. New proc.
14557 (gdb_collect_locals_test): Move some code to ...
14558 (gdb_collect_locals_test_1): ... it. New proc.
14559 (gdb_unavailable_registers_test): Move some code to ...
14560 (gdb_unavailable_registers_test_1): ... it. New proc.
14561 (gdb_unavailable_floats): Move some code to ...
14562 (gdb_unavailable_floats_1): ... it. New proc.
14563
30a1e6cc
SDJ
145642014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
14565
14566 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
14567 probes to test for bitness recognition.
14568 * gdb.arch/amd64-stap-optional-prefix.exp
14569 (test_probe_value_without_reg): New procedure.
14570 Add code to test for different kinds of bitness.
14571
f33da99a
SDJ
145722014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
14573
14574 PR breakpoints/16889
14575 * gdb.arch/amd64-stap-optional-prefix.S: New file.
14576 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14577
5b80f00d
PA
145782014-05-01 Pedro Alves <palves@redhat.com>
14579
14580 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
14581 gdb_file_cmd if no file is specified.
14582 * boards/native-extended-gdbserver.exp (gdb_load): Use the
14583 last_loaded_file to set the remote exec-file.
14584
f8c2a73c
PA
145852014-05-01 Pedro Alves <palves@redhat.com>
14586
14587 * boards/local-remote-host.exp: New file.
14588
be6e8ac7
PA
145892014-05-01 Pedro Alves <palves@redhat.com>
14590
14591 * boards/local-remote-host.exp: Rename to ...
14592 * boards/local-remote-host-notty.exp: ... this.
14593
cac0dc8f
JB
145942014-04-28 Joel Brobecker <brobecker@adacore.com>
14595
14596 * gdb.ada/dyn_arrayidx: New testcase.
14597
9730e6cc
YQ
145982014-04-26 Yao Qi <yao@codesourcery.com>
14599
14600 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
14601 and compute the length of function main. Save it in
14602 $main_length.
14603 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
14604 (top-level): Use gdb_compile to compile objects into
14605 executable and restart GDB. Remove invocation to
14606 prepare_for_testing.
14607
7ae1a6a6
PA
146082014-04-25 Simon Marchi <simon.marchi@ericsson.com>
14609 Pedro Alves <palves@redhat.com>
14610
14611 PR server/16255
14612 * gdb.multi/multi-attach.c: New file.
14613 * gdb.multi/multi-attach.exp: New file.
14614
4082afcc
PA
146152014-04-25 Pedro Alves <palves@redhat.com>
14616
14617 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
14618 user.
14619 (top level): Test that "set remote conditional-breakpoints-packet
14620 off" works as intended.
14621 * gdb.base/dprintf.exp: Test that "set remote
14622 breakpoint-commands-packet off" works as intended.
14623 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
14624 New function.
14625 (top level): Call it.
14626 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
14627 remote fast-tracepoints-packet off" works as intended.
14628 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
14629 * lib/gdb.exp (gdb_is_target_remote): ... here.
14630
2abc3f8d
DB
146312014-04-24 David Blaikie <dblaikie@gmail.com>
14632
14633 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
14634 ensure clang would not discard them.
14635 * gdb.base/gdbvars.c: Ditto.
14636 * gdb.base/memattr.c: Ditto.
14637 * gdb.base/whatis.c: Ditto.
14638 * gdb.python/py-prettyprint.c: Ditto.
14639 * gdb.trace/actions.c: Ditto.
14640 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
14641 ensure clang would not discard it.
14642
bfd39632
DB
146432014-04-24 David Blaikie <dblaikie@gmail.com>
14644
14645 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
14646 clang to emit the full definition of type required by the test
14647 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
14648
22842ff6
DB
146492014-04-24 David Blaikie <dblaikie@gmail.com>
14650
14651 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
14652 coax Clang into emitting the definition of the type.
14653 * gdb.cp/pr10728-x.h (y): Ditto.
14654 * gdb.cp/pr10728-y.cc (y): Ditto.
14655
c2e827ad
DB
146562014-04-24 David Blaikie <dblaikie@gmail.com>
14657
14658 * gdb.base/label.exp: XFAIL label related tests under Clang.
14659 * gdb.cp/cplabel.exp: Ditto.
14660 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
14661 under Clang those using labels.
14662
4c2d33e7
YQ
146632014-04-25 Yao Qi <yao@codesourcery.com>
14664
14665 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
14666 double_label.
14667 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
14668 partial_label and double_label.
14669
56083b99
DB
146702014-04-24 David Blaikie <dblaikie@gmail.com>
14671
14672 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
14673
25d4e99d
DB
146742014-04-24 David Blaikie <dblaikie@gmail.com>
14675
14676 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
14677 of the function to work across GCC and Clang.
14678 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
14679 pointer types (const void ** const V void **).
14680
01f9f808
MS
146812014-04-24 Michael Sturm <michael.sturm@mintel.com>
14682 Walfred Tedeschi <walfred.tedeschi@intel.com>
14683
14684 * Makefile.in (EXECUTABLES): Added i386-avx512.
14685 * gdb.arch/i386-avx512.c: New file.
14686 * gdb.arch/i386-avx512.exp: Likewise.
14687
4b48d439
KS
146882014-04-23 Keith Seitz <keiths@redhat.com>
14689
14690 * lib/mi-support.exp (mi_list_breakpoints): Delete.
14691 (mi_make_breakpoint_table): New procedure.
14692 (mi_create_breakpoint): Use mi_make_breakpoint
14693 and return the result.
14694 (mi_make_breakpoint): New procedure.
14695 (mi_build_kv_pairs): New procedure.
14696
14697 * gdb.mi/mi-break.exp: Remove unused globals,
14698 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
14699 All callers updated.
14700 * gdb.mi/mi-dprintf.exp: Use variable to track command
14701 number.
14702 Update all callers of mi_create_breakpoint and use
14703 mi_make_breakpoint_table.
14704 Remove any unused global variables.
14705 * gdb.mi/mi-nonstop.exp: Likewise.
14706 * gdb.mi/mi-nsintrall.exp: Likewise.
14707 * gdb.mi/mi-nsmoribund.exp: Likewise.
14708 * gdb.mi/mi-nsthrexec.exp: Likewise.
14709 * gdb.mi/mi-reverse.exp: Likewise.
14710 * gdb.mi/mi-simplerun.exp: Likewise.
14711 * gdb.mi/mi-stepn.exp: Likewise.
14712 * gdb.mi/mi-syn-frame.exp: Likewise.
14713 * gdb.mi/mi-until.exp: Likewise.
14714 * gdb.mi/mi-var-cp.exp: Likewise.
14715 * gdb.mi/mi-var-display.exp: Likewise.
14716 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
14717 * gdb.mi/mi2-var-child.exp: Likewise.
14718 * gdb.mi/mi-vla-c99.exp: Likewise.
14719 * lib/mi-support.exp: Likewise.
14720
14721 From Ian Lance Taylor <iant@cygnus.com>:
14722 * lib/gdb.exp (parse_args): New procedure.
14723
08351840
PA
147242014-04-23 Pedro Alves <palves@redhat.com>
14725
14726 * gdb.base/break-unload-file.c: New file.
14727 * gdb.base/break-unload-file.exp: New file.
14728 * gdb.base/sym-file-lib.c (baz): New function.
14729 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
14730 field.
14731 (load): Store the segment's mapped size.
14732 (unload): New function.
14733 (unload_shlib): New function.
14734 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
14735 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
14736 set a breakpoint at baz, and call it.
14737 * gdb.base/sym-file.exp: New tests for stale breakpoint
14738 instructions.
14739
076855f9
PA
147402014-04-23 Pedro Alves <palves@redhat.com>
14741
14742 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
14743 * gdb.base/hbreak-in-shr-unsupported.c: New file.
14744 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
14745 * gdb.base/hbreak-unmapped.c: New file.
14746 * gdb.base/hbreak-unmapped.exp: New file.
14747 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
14748 * lib/gdb.exp (gdb_is_target_remote): ... here.
14749
483805cf
PA
147502014-04-22 Pedro Alves <palves@redhat.com>
14751
14752 * gdb.base/consecutive-step-over.c: New file.
14753 * gdb.base/consecutive-step-over.exp: New file.
14754
06d97543
PA
147552014-04-22 Pedro Alves <palves@redhat.com>
14756
14757 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
14758 instead of send_gdb/gdb_expect.
14759
b4429ea2
YQ
147602014-04-22 Yao Qi <yao@codesourcery.com>
14761
14762 * lib/trace-support.exp (generate_tracefile): New procedure.
14763 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
14764 return 0.
14765 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
14766 if generate_tracefile returns 1.
14767
51d48146
PA
147682014-04-18 Tom Tromey <palves@redhat.com>
14769 Pedro alves <tromey@redhat.com>
14770
14771 PR backtrace/15558
14772 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
14773 with a backtrace limit.
14774 * gdb.python/py-frame-inline.exp: Test running to an inline
14775 function with a backtrace limit, and printing the newest frame.
14776 * gdb.python/py-frame-inline.c (main): Call f.
14777
bd1dce5f
MS
147782014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14779
14780 * gdb.java/jnpe.exp: Drop srcdir from untested path.
14781
40d1a503
MS
147822014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14783
14784 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
14785 Drop prefix from unsupported source file path.
14786
389b98f7
YQ
147872014-04-17 Yao Qi <yao@codesourcery.com>
14788
14789 * lib/gdb.exp (with_target_charset): New proc.
14790 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
14791 with_target_charset.
14792 (test_print_strings): Likewise.
14793 (test_repeat_bytes): Likewise.
14794 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
14795 for some tests.
14796
22869d73
KS
147972014-04-16 Keith Seitz <keiths@redhat.com>
14798
14799 PR gdb/15827
14800 * gdb.dwarf2/corrupt.c: New file.
14801 * gdb.dwarf2/corrupt.exp: New file.
14802
c4f87ca6
KS
148032014-04-16 Keith Seitz <keiths@redhat.com>
14804
14805 PR c++/16597
14806 * gdb.cp/namelessclass.cc: New file.
14807 * gdb.cp/namelessclass.exp: New file.
14808 * gdb.cp/namelessclass.S: New file.
14809
ab19de87
DE
148102014-04-16 Doug Evans <dje@google.com>
14811
14812 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
14813 Add comment.
14814 (gdbserver_default_get_comm_port): New function.
14815 (gdbserver_start): Check if board file provided
14816 "gdbserver,get_comm_port" and use it if so.
14817 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
14818 (gdb,socketport): Set to "stdio".
14819 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
14820 (stdio_gdbserver_template): Delete.
14821 (${board}_get_remote_address): Update.
14822 (${board}_build_remote_cmd): Delete.
14823 (${board}_get_comm_port): New function.
14824 (${board}_spawn): Update.
14825 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
14826 Delete.
14827 (${board}_get_remote_address): Update.
14828 (${board}_get_comm_port): New function.
14829
fc98a809
AB
148302014-04-16 Andrew Burgess <aburgess@broadcom.com>
14831
14832 * gdb.base/memattr.exp: Improve regexps to handle memory regions
14833 appearing in any order.
14834
87fd9e6e
DE
148352014-04-15 Doug Evans <dje@google.com>
14836
14837 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
14838 uninitialized value of "description".
14839
099fc3ea
KS
148402014-04-15 Keith Seitz <keiths@redhat.com>
14841
14842 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
14843 Remove unused globals.
14844 (test_running_the_program): Likewise.
14845 (test_controlled_execution): Likewise.
14846 (test_controlling_breakpoints): Likewise.
14847 (test_program_termination): Likewise.
14848
5da151d4
KS
148492014-04-15 Keith Seitz <keiths@redhat.com>
14850
14851 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
14852 unused globals.
14853 (test_rbreak_creation_and_listing): Likewise.
14854 (test_ignore_count): Likewise.
14855 (test_error): Likewise.
14856
35e5d2f0
PA
148572014-04-15 Pedro Alves <palves@redhat.com>
14858
14859 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
14860 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
14861 sym-file-loader.c.
14862 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14863 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14864 to sym-file-loader.c.
14865 (struct library): Forward declare.
14866 (load_shlib, lookup_function): Change prototypes.
14867 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14868 (translate_offset): Remove declarations.
14869 (get_text_addr): New declaration.
14870 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
14871 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
14872 sym-file-loader.h.
14873 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14874 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14875 here from sym-file-loader.h.
14876 (struct library): New structure.
14877 (load_shlib, lookup_function): Change prototypes and adjust to
14878 work with a struct library.
14879 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14880 (translate_offset): Make static.
14881 (get_text_addr): New function.
14882 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
14883
eb4c1710
PA
148842014-04-15 Pedro Alves <palves@redhat.com>
14885
14886 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
14887
2d1baf52
PA
148882014-04-15 Pedro Alves <palves@redhat.com>
14889
14890 * gdb.base/sym-file-loader.c: Include <limits.h>.
14891 (SELF_LINK): New define.
14892 (get_origin): New function.
14893 (load_shlib): Use it.
14894 * gdb.base/sym-file.exp: Don't early return if the target is
14895 remote. Use runto_main, and issue fail is that fails. Use
14896 gdb_load_shlibs.
14897 (shlib_name): Delete.
14898 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
14899
7dd6df01
PA
149002014-04-15 Pedro Alves <palves@redhat.com>
14901
14902 * gdb.base/sym-file.exp: Remove regex characters from test
14903 message. Don't refer to breakpoint numbers in test messages.
14904
b50c8614
KS
149052014-04-14 Keith Seitz <keiths@redhat.com>
14906
14907 PR c++/16253
14908 * gdb.cp/var-tag.cc: New file.
14909 * gdb.cp/var-tag.exp: New file.
14910 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14911 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14912 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14913 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14914
3d567982
TT
149152014-04-14 Tom Tromey <tromey@redhat.com>
14916
14917 * gdb.cp/classes.exp (test_enums): Handle underlying type.
14918 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
14919 type.
14920 * gdb.cp/enum-class.exp: New file.
14921 * gdb.cp/enum-class.cc: New file.
14922
0626fc76
TT
149232014-04-14 Tom Tromey <tromey@redhat.com>
14924
14925 * gdb.dwarf2/enum-type.exp: New file.
14926
dca325b3
SA
149272014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14928
14929 * gdb.mi/mi-vla-c99.exp: New file.
14930 * gdb.mi/vla.c: New file.
14931
5854b38a
SA
149322014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14933
14934 * gdb.base/vla-datatypes.c: New file.
14935 * gdb.base/vla-datatypes.exp: New file.
14936
463bb957
SA
149372014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14938
14939 * gdb.base/vla-ptr.c: New file.
14940 * gdb.base/vla-ptr.exp: New file.
14941
3dd170be
SA
149422014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14943
14944 * gdb.dwarf2/count.exp: New file.
14945
5ecaaa66
SA
149462014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14947
14948 * gdb.base/vla-sideeffect.c: New file.
14949 * gdb.base/vla-sideeffect.exp: New file.
14950
41f1ada5
DB
149512014-04-14 David Blaikie <dblaikie@gmail.com>
14952
14953 * gdb.mi/non-stop.c: Add return value for non-void function return
14954 statement.
14955 * gdb.threads/staticthreads.c: Ditto.
14956
0be03e84
DE
149572014-04-12 Siva Chandra Reddy <sivachandra@google.com>
14958 Doug Evans <xdje42@gmail.com>
14959
14960 * gdb.guile/scm-value.c: Improve test case.
14961 * gdb.guile/scm-value.exp: Add new test.
14962
f180a1fb
DB
149632014-04-11 David Blaikie <dblaikie@gmail.com>
14964
14965 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
14966 override Clang's default.
14967
6b662e19
JB
149682014-04-11 Joel Brobecker <brobecker@adacore.com>
14969
14970 Revert the following changes (regressions):
14971
14972 * gdb.base/vla-sideeffect.c: New file.
14973 * gdb.base/vla-sideeffect.exp: New file.
14974
14975 * gdb.dwarf2/count.exp: New file.
14976
14977 * gdb.base/vla-multi.c: New file.
14978 * gdb.base/vla-multi.exp: New file.
14979
14980 * gdb.base/vla-ptr.c: New file.
14981 * gdb.base/vla-ptr.exp: New file.
14982
14983 * gdb.base/vla-datatypes.c: New file.
14984 * gdb.base/vla-datatypes.exp: New file.
14985
14986 * gdb.mi/mi-vla-c99.exp: New file.
14987 * gdb.mi/vla.c: New file.
14988
245a5f0b
KS
149892014-04-11 Keith Seitz <keiths@redhat.com>
14990
14991 PR c++/16675
14992 * gdb.cp/cpsizeof.exp: New file.
14993 * gdb.cp/cpsizeof.cc: New file.
14994
58a84dcf
SA
149952014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14996
191a8a90
JB
14997 * gdb.mi/mi-vla-c99.exp: New file.
14998 * gdb.mi/vla.c: New file.
58a84dcf 14999
c8655f75
SA
150002014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15001
15002 * gdb.base/vla-datatypes.c: New file.
15003 * gdb.base/vla-datatypes.exp: New file.
15004
024e13b4
SA
150052014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15006
15007 * gdb.base/vla-ptr.c: New file.
15008 * gdb.base/vla-ptr.exp: New file.
15009
1a237e0e
SA
150102014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15011
15012 * gdb.base/vla-multi.c: New file.
15013 * gdb.base/vla-multi.exp: New file.
15014
504f3432
SA
150152014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15016
15017 * gdb.dwarf2/count.exp: New file.
15018
3bce8237
SA
150192014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15020
191a8a90
JB
15021 * gdb.base/vla-sideeffect.c: New file.
15022 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 15023
322f9c21
YQ
150242014-04-11 Yao Qi <yao@codesourcery.com>
15025
15026 * gdb.base/completion.exp: Check file exists before running tests
15027 on file completion.
15028
d708bcd1
PA
150292014-04-10 Pedro Alves <palves@redhat.com>
15030
15031 * gdb.base/cond-eval-mode.c: New file.
15032 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
15033 prepare_for_testing to build the new file. Check result of
15034 runto_main.
15035 (test_break, test_watch): New procedures.
15036 (top level): Use them.
15037
ae1d2761
PM
150382014-04-08 Pierre Muller <muller@sourceware.org>
15039
15040 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
15041 Ctrl-V use for mingw hosts.
15042
7af389b8
SC
150432014-04-07 Siva Chandra Reddy <sivachandra@google.com>
15044
15045 * gdb.python/py-value.c: Improve test case.
15046 * gdb.python/py-value.exp: Add new test.
15047
5e703181
DE
150482014-04-07 David Blaikie <dblaikie@gmail.com>
15049
15050 * lib/compiler.c: Identify the clang compiler.
15051 * lib/compiler.cc: Ditto.
15052
9810b410
YQ
150532014-04-03 Yao Qi <yao@codesourcery.com>
15054
15055 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
15056
98d1b8dc
AB
150572014-04-01 Anton Blanchard <anton@samba.org>
15058
15059 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
15060 messages unique.
15061
3114cea1
AB
150622014-04-01 Anton Blanchard <anton@samba.org>
15063
15064 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
15065 prepare_for_testing.
15066
62f7182c
AB
150672014-04-01 Anton Blanchard <anton@samba.org>
15068
15069 * gdb.arch/ppc64-atomic-inst.c: Remove.
15070 * gdb.arch/ppc64-atomic-inst.S: New file.
15071 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
15072
770e7fc7
DE
150732014-03-31 Doug Evans <dje@google.com>
15074
15075 * gdb.base/print-symbol-loading-lib.c: New file.
15076 * gdb.base/print-symbol-loading-main.c: New file.
15077 * gdb.base/print-symbol-loading.exp: New file.
15078
46e2bafa
YQ
150792014-03-31 Yao Qi <yao@codesourcery.com>
15080
15081 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
15082
8776cfe9
JB
150832014-03-28 Joel Brobecker <brobecker@adacore.com>
15084
15085 * gdb.ada/mi_dyn_arr: New testcase.
15086
5d1ef361
DE
150872014-03-27 Doug Evans <dje@google.com>
15088
15089 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
15090
b5bee914
YQ
150912014-03-27 Yao Qi <yao@codesourcery.com>
15092
15093 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
15094 if target is nios2-*-*.
15095
0d4d0e77
YQ
150962014-03-26 Yao Qi <yao@codesourcery.com>
15097
15098 * lib/gdb.exp (readline_is_used): New proc.
15099 * gdb.base/completion.exp: Move tests on command complete up.
15100 Skip the rest of tests if readline is not used.
15101 * gdb.ada/complete.exp: Skp the test if readline is not
15102 used.
15103 * gdb.base/filesym.exp: Likewise.
15104 * gdb.base/macscp.exp: Likewise.
15105 * gdb.base/readline-ask.exp: Likewise.
15106 * gdb.base/readline.exp: Likewise.
15107 * gdb.python/py-cmd.exp: Likewise.
15108 * gdb.trace/tfile.exp: Likewise.
15109
29361eee
YQ
151102014-03-26 Yao Qi <yao@codesourcery.com>
15111
15112 * gdb.base/macscp.exp: Fix code format issues.
15113
bc9a5525
UW
151142014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
15115
15116 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
15117 * gdb.asm/powerpc64le.inc: New file.
15118
d3839ede
PA
151192014-03-25 Pedro Alves <palves@redhat.com>
15120 Doug Evans <dje@google.com>
15121
15122 * gdb.base/source-execution.c: New file.
15123 * gdb.base/source-execution.exp: New file.
15124 * gdb.base/source-execution.gdb: New file.
15125
01672a57
DE
151262014-03-24 Doug Evans <dje@google.com>
15127
15128 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
15129 using fission.
15130
88bbeca9
HZ
151312014-03-24 Hui Zhu <hui@codesourcery.com>
15132 Pedro Alves <palves@redhat.com>
15133
15134 PR breakpoints/16101
15135 * gdb.base/dprintf.exp: Use unsupported rather than changing the
15136 test pass/fail messages. Detect missing support for dprintf when
15137 breakpoints are actually inserted.
15138 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
15139 breakpoints are actually inserted.
15140 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
15141 fails.
15142
d2348791
JK
151432014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15144
15145 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
15146
feef67ab
DE
151472014-03-22 Doug Evans <xdje42@gmail.com>
15148
15149 * gdb.python/python.exp (python not supported): Verify multi-line
15150 python command issues an error.
25d743f9 15151 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 15152 guile command issues an error.
feef67ab 15153
ecebef6a
MR
151542014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
15155
15156 * gdb.threads/thread-specific.exp: Handle the lack of usable
15157 $this_breakpoint and $this_thread.
15158
ccdd1909
HZ
151592014-03-21 Hui Zhu <hui@codesourcery.com>
15160
15161 * gdb.base/attach.exp (do_command_attach_tests): New.
15162
beb460e8
PA
151632014-03-20 Tom Tromey <tromey@redhat.com>
15164 Pedro Alves <palves@redhat.com>
15165
15166 PR cli/15718
15167 * gdb.base/condbreak-call-false.c: New file.
15168 * gdb.base/condbreak-call-false.exp: New file.
15169
40acf43a
PA
151702014-03-20 Pedro Alves <palves@redhat.com>
15171
15172 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
15173 Delete.
15174 (block_signals, unblock_signals): Delete.
15175 (child_function_2, main): Remove references to deleted variable
15176 and functions.
15177
9f5e1e02
PA
151782014-03-20 Pedro Alves <palves@redhat.com>
15179
15180 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
15181 Use pthread_kill to signal thread 2.
15182 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15183 Adjust to make the test send itself a signal rather than using the
15184 host's "kill" command.
15185
99619bea
PA
151862014-03-20 Pedro Alves <palves@redhat.com>
15187
15188 * gdb.threads/multiple-step-overs.c: New file.
15189 * gdb.threads/multiple-step-overs.exp: New file.
15190 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15191 Adjust expected infrun debug output.
15192
2adfaa28
PA
151932014-03-20 Pedro Alves <palves@redhat.com>
15194
15195 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
15196 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
15197
31e77af2
PA
151982014-03-20 Pedro Alves <palves@redhat.com>
15199
15200 PR breakpoints/7143
15201 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
15202 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
15203 of gdb_test_multiple.
15204 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
15205 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
15206
b9f437de
PA
152072014-03-20 Pedro Alves <palves@redhat.com>
15208
15209 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
15210 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
15211
05adc73e
PA
152122014-03-19 Pedro Alves <palves@redhat.com>
15213
15214 * gdb.base/async.exp: Remove early return.
15215
6048b950
PA
152162014-03-19 Pedro Alves <palves@redhat.com>
15217
15218 * gdb.base/async.exp (step& tests): Pass explicit test messages.
15219
8bcfb00a
PA
152202014-03-19 Pedro Alves <palves@redhat.com>
15221
15222 * gdb.base/async.exp (test_background): Expect \r\n after
15223 "completed." in the fail pattern.
15224
884e37dc
PA
152252014-03-19 Pedro Alves <palves@redhat.com>
15226
15227 * gdb.base/async.exp (test_background): New procedure.
15228 Use it for all background execution command tests.
15229
148e57e2
PA
152302014-03-19 Pedro Alves <palves@redhat.com>
15231
15232 * gdb.base/async.exp: Use prepare_for_testing.
15233
f48088c7
PA
152342014-03-19 Pedro Alves <palves@redhat.com>
15235
15236 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
15237 the same line.
15238
e2f6c966
PA
152392014-03-19 Pedro Alves <palves@redhat.com>
15240
15241 * gdb.base/async.c (main): Add "jump here" and "until here" line
15242 marker comments.
15243 * gdb.base/async.exp (jump_here): New global.
15244 (jump& test): Use it.
15245 (until_here): New global.
15246 (until& test): Use it.
15247
c30568d4
PA
152482014-03-19 Pedro Alves <palves@redhat.com>
15249
15250 * gdb.base/async.exp: Don't frob gdb_protocol.
15251
0172b6a7
DE
152522014-03-18 Doug Evans <xdje42@gmail.com>
15253
15254 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
15255 Fix spelling of exec-done-display.
15256
06c868a8
JK
152572014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
15258
15259 PR gdb/15358
15260 * gdb.base/gdb-sigterm.c: New file.
15261 * gdb.base/gdb-sigterm.exp: New file.
15262
0c7e1a46
PA
152632014-03-18 Pedro Alves <palves@redhat.com>
15264
15265 PR gdb/13860
15266 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
15267 * lib/mi-support.exp (mi_expect_stop): Add special handling for
15268 solib-event.
15269
f7c77d93
JB
152702014-03-17 Joel Brobecker <brobecker@adacore.com>
15271
15272 * gdb.ada/pckd_arr_ren: New testcase.
15273
5a1e8c7a
DE
152742014-03-13 Doug Evans <xdje42@gmail.com>
15275
15276 PR guile/16612
15277 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
15278 collect after discarding symbols.
15279
350e1a76
DE
152802014-03-13 Ludovic Courtès <ludo@gnu.org>
15281 Doug Evans <xdje42@gmail.com>
15282
15283 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
15284 to history survives a gc.
15285
a69900ae
PA
152862014-03-13 Pedro Alves <palves@redhat.com>
15287
15288 * gdb.base/default.exp: Don't test "target procfs".
15289
5db9f0bd
PA
152902014-03-13 Pedro Alves <palves@redhat.com>
15291
15292 * gdb.base/default.exp: Update "target child" and "target procfs"
15293 tests to not expect "Unix".
15294
b3ccfe11
TT
152952014-03-12 Tom Tromey <tromey@redhat.com>
15296
15297 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
15298 New procs. Add target-async tests.
15299 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
15300 Add target-async tests.
15301
646f4417
AA
153022014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15303
15304 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
15305 'func_start' and 'func_end' for the beginning and end of the
15306 function code, respectively.
15307 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
15308 'func_end' instead of 'func' and 'main'.
15309
288c211f
AA
153102014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15311
15312 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
15313 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
15314 generate the debug info assembler source.
15315
e0c0f156
AA
153162014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15317
15318 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
15319 * gdb.dwarf2/arr-subrange.exp: Likewise.
15320 * gdb.dwarf2/dwz.exp: Likewise.
15321 * gdb.dwarf2/method-ptr.exp: Likewise.
15322 * gdb.dwarf2/missing-sig-type.exp: Likewise.
15323 * gdb.dwarf2/subrange.exp: Likewise.
15324 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
15325 * gdb.dwarf2/implptrpiece.exp: Likewise.
15326 * gdb.dwarf2/nostaticblock.exp: Likewise.
15327
0e5c4555
AA
153282014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15329
15330 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
15331 directory to absolute path name arguments.
15332
5ec18f2b
JG
153332014-03-10 Joel Brobecker <brobecker@adacore.com>
15334
15335 * gdb.ada/tagged_access: New testcase.
15336
847fc4f2
MM
153372014-03-07 Markus Metzger <markus.t.metzger@intel.com>
15338
15339 * gdb.btrace/data.exp: Update expected output.
15340
cc3da688
YQ
153412014-03-06 Yao Qi <yao@codesourcery.com>
15342
15343 * gdb.trace/pr16508.exp: New file.
15344
0f26cec1
PA
153452014-03-05 Pedro Alves <palves@redhat.com>
15346
15347 PR gdb/16575
15348 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
15349 procedure.
15350 (top level): Adjust to use it. Add tests that exercise breakpoint
15351 interaction with the code-cache.
15352
7a5a839f
LC
153532014-02-26 Ludovic Courtès <ludo@gnu.org>
15354
15355 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
15356 test for 'history-append!'.
15357
31aa7e4e
JB
153582014-02-26 Joel Brobecker <brobecker@adacore.com>
15359
15360 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
15361 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
15362 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
15363 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
15364 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
15365 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
15366
1b588015
JB
153672014-02-26 Joel Brobecker <brobecker@adacore.com>
15368
15369 * testsuite/gdb.python/py-pp-re-notag.c: New file.
15370 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
15371 * testsuite/gdb.python/py-pp-re-notag.p: New file.
15372
55426c9d
JB
153732014-02-26 Joel Brobecker <brobecker@adacore.com>
15374
15375 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
15376
dc53a7ad
JB
153772014-02-26 Joel Brobecker <brobecker@adacore.com>
15378
15379 * gdb.dwarf2/arr-stride.c: New file.
15380 * gdb.dwarf2/arr-stride.exp: New file.
15381
12ab52e9
PA
153822014-02-26 Pedro Alves <palves@redhat.com>
15383
15384 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
15385 that won't ever trigger. Make sure that GDB reports the correct
15386 breakpoint that caused the stop.
15387
849c862e
JK
153882014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15389
15390 PR gdb/16626
15391 * gdb.base/auto-load-script: New file.
15392 * gdb.base/auto-load.c: New file.
15393 * gdb.base/auto-load.exp: New file.
15394
71b7d793
JK
15395 PR gdb/16626
15396 * gdb.base/auto-load.exp: Fix out-of-srctree run.
15397
e2f0d509
JK
153982014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15399
15400 Fix dw2-icycle.exp -fsanitize=address GDB crash.
15401 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
15402
50cc37c8
DE
154032014-02-24 Doug Evans <dje@google.com>
15404
15405 * lib/gdb.exp (run_on_host): Log error output if program fails.
15406
ea4758f2
PA
154072014-02-21 Pedro Alves <palves@redhat.com>
15408
15409 * gdb.threads/step-after-sr-lock.c: Rename to ...
15410 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
15411 * gdb.threads/step-after-sr-lock.exp: Rename to ...
15412 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15413 ... this.
15414
d7b30f67
SDJ
154152014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
15416
15417 PR tdep/16397
15418 * gdb.arch/amd64-stap-special-operands.exp: New file.
15419 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
15420 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
15421 * gdb.arch/amd64-stap-triplet.S: Likewise.
15422 * gdb.arch/amd64-stap-triplet.c: Likewise.
15423
83deb43f
JB
154242014-02-20 Joel Brobecker <brobecker@adacore.com>
15425
15426 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
15427 in .section pseudo-op.
15428
adde2bff
DE
154292014-02-20 lin zuojian <manjian2006@gmail.com>
15430 Joel Brobecker <brobecker@adacore.com>
15431 Doug Evans <xdje42@gmail.com>
15432
15433 PR symtab/16581
15434 * gdb.dwarf2/dw2-icycle.S: New file.
15435 * gdb.dwarf2/dw2-icycle.c: New file.
15436 * gdb.dwarf2/dw2-icycle.exp: New file.
15437
f7bd0f78
SC
154382014-02-19 Siva Chandra Reddy <sivachandra@google.com>
15439
15440 * gdb.python/py-value-cc.cc: Improve test case to enable testing
15441 operations on gdb.Value objects.
15442 * gdb.python/py-value-cc.exp: Add new test to test operations on
15443 gdb.Value objects.
15444
c17ef0d5
DE
154452014-02-18 Doug Evans <dje@google.com>
15446
15447 * Makefile.in (TESTS): New variable.
15448 (expanded_tests, expanded_tests_or_none): New variables
15449 (check-single): Pass $(expanded_tests_or_none) to runtest.
15450 (check-parallel): Only run tests in $(TESTS) if non-empty.
15451 (check/no-matching-tests-found): New rule.
15452 * README: Document TESTS makefile variable.
15453
5dd3176f
DE
154542014-02-18 Doug Evans <dje@google.com>
15455
15456 * Makefile.in (check-parallel): rm -rf outputs temp.
15457
0b10be4f
JK
154582014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15459
15460 Fix "ERROR: no fileid for" in the testsuite.
15461 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
15462
85f224e7
DE
154632014-02-12 Doug Evans <dje@google.com>
15464
15465 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
15466 (MISCELLANEOUS): New variable.
15467 (clean): rm -rf $(MISCELLANEOUS).
15468 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
15469 dwp live in the same directory as symlinks, with each symlink pointed
15470 to a differently named file in a different directory.
15471
149b30ff
DE
154722014-02-11 Doug Evans <dje@google.com>
15473
15474 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
15475 of Tcl file commands.
15476
1dfdac32
MK
154772014-02-10 Mark Kettenis <kettenis@gnu.org>
15478
15479 * gdb.threads/step-after-sr-lock.exp: Avoid executing
15480 "kill -SIGUSR1 -1".
15481
aa4fb036
JB
154822014-02-10 Joel Brobecker <brobecker@adacore.com>
15483
15484 * gdb.ada/tick_length_array_enum_idx: New testcase.
15485
ed3ef339
DE
154862014-02-10 Doug Evans <xdje42@gmail.com>
15487
15488 * configure.ac (AC_OUTPUT): Add gdb.guile.
15489 * configure: Regenerate.
15490 * lib/gdb-guile.exp: New file.
15491 * lib/gdb.exp (get_target_charset): New function.
15492 * gdb.base/help.exp: Update expected output from "apropos apropos".
15493 * gdb.guile/Makefile.in: New file.
15494 * gdb.guile/guile.exp: New file.
15495 * gdb.guile/scm-arch.c: New file.
15496 * gdb.guile/scm-arch.exp: New file.
15497 * gdb.guile/scm-block.c: New file.
15498 * gdb.guile/scm-block.exp: New file.
15499 * gdb.guile/scm-breakpoint.c: New file.
15500 * gdb.guile/scm-breakpoint.exp: New file.
15501 * gdb.guile/scm-disasm.c: New file.
15502 * gdb.guile/scm-disasm.exp: New file.
15503 * gdb.guile/scm-equal.c: New file.
15504 * gdb.guile/scm-equal.exp: New file.
15505 * gdb.guile/scm-error.exp: New file.
15506 * gdb.guile/scm-error.scm: New file.
15507 * gdb.guile/scm-frame-args.c: New file.
15508 * gdb.guile/scm-frame-args.exp: New file.
15509 * gdb.guile/scm-frame-args.scm: New file.
15510 * gdb.guile/scm-frame-inline.c: New file.
15511 * gdb.guile/scm-frame-inline.exp: New file.
15512 * gdb.guile/scm-frame.c: New file.
15513 * gdb.guile/scm-frame.exp: New file.
15514 * gdb.guile/scm-generics.exp: New file.
15515 * gdb.guile/scm-gsmob.exp: New file.
15516 * gdb.guile/scm-iterator.c: New file.
15517 * gdb.guile/scm-iterator.exp: New file.
15518 * gdb.guile/scm-math.c: New file.
15519 * gdb.guile/scm-math.exp: New file.
15520 * gdb.guile/scm-objfile-script-gdb.in: New file.
15521 * gdb.guile/scm-objfile-script.c: New file.
15522 * gdb.guile/scm-objfile-script.exp: New file.
15523 * gdb.guile/scm-objfile.c: New file.
15524 * gdb.guile/scm-objfile.exp: New file.
15525 * gdb.guile/scm-ports.exp: New file.
15526 * gdb.guile/scm-pretty-print.c: New file.
15527 * gdb.guile/scm-pretty-print.exp: New file.
15528 * gdb.guile/scm-pretty-print.scm: New file.
15529 * gdb.guile/scm-section-script.c: New file.
15530 * gdb.guile/scm-section-script.exp: New file.
15531 * gdb.guile/scm-section-script.scm: New file.
15532 * gdb.guile/scm-symbol.c: New file.
15533 * gdb.guile/scm-symbol.exp: New file.
15534 * gdb.guile/scm-symtab-2.c: New file.
15535 * gdb.guile/scm-symtab.c: New file.
15536 * gdb.guile/scm-symtab.exp: New file.
15537 * gdb.guile/scm-type.c: New file.
15538 * gdb.guile/scm-type.exp: New file.
15539 * gdb.guile/scm-value-cc.cc: New file.
15540 * gdb.guile/scm-value-cc.exp: New file.
15541 * gdb.guile/scm-value.c: New file.
15542 * gdb.guile/scm-value.exp: New file.
15543 * gdb.guile/source2.scm: New file.
15544 * gdb.guile/types-module.cc: New file.
15545 * gdb.guile/types-module.exp: New file.
15546
7026a7c1
YQ
155472014-02-10 Yao Qi <yao@codesourcery.com>
15548
15549 PR testsuite/16543
15550 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
15551 * configure: Regenerated.
15552 * Makefile.in: New file.
15553
6c466447
AS
155542014-02-08 Andreas Schwab <schwab@linux-m68k.org>
15555
15556 * gdb.python/py-framefilter.exp: Fix typo.
15557
6e854735
YQ
155582014-02-08 Yao Qi <yao@codesourcery.com>
15559
15560 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
15561 that no =breakpoint-modified is emitted when breakpoints are
15562 modified through MI commands.
15563
d137e6dc
PA
155642014-02-07 Pedro Alves <pedro@codesourcery.com>
15565 Pedro Alves <palves@redhat.com>
15566
15567 * gdb.threads/step-after-sr-lock.c: New file.
15568 * gdb.threads/step-after-sr-lock.exp: New file.
15569
b5ee5a50
PA
155702014-02-07 Pedro Alves <palves@redhat.com>
15571
15572 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
15573
3c77faf3
JK
155742014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
15575
15576 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
15577 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
15578
6dddc817
DE
155792014-02-06 Doug Evans <xdje42@gmail.com>
15580
15581 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
15582 output.
15583
15584 * gdb.gdb/python-interrupts.exp: New file.
15585
de7b2893
YQ
155862014-02-05 Yao Qi <yao@codesourcery.com>
15587
15588 * gdb.trace/report.exp (use_collected_data): Test the output
15589 of "info threads" and "info inferiors".
15590
66d032ac
YQ
155912014-02-05 Yao Qi <yao@codesourcery.com>
15592
15593 Revert this patch:
15594
15595 2013-05-24 Yao Qi <yao@codesourcery.com>
15596
15597 * gdb.trace/tfile.exp: Test inferior and thread.
15598
591a12a1
UW
155992014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15600
15601 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
15602 on a function.
15603 * gdb.base/step-bt.c: Call hello via function pointer to make
15604 sure its first instruction is executed on powerpc64le-linux.
15605
0ff3e01f
UW
156062014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15607
15608 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
15609
084ee545
UW
156102014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15611
15612 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
15613 of the test patterns for use on little-endian systems.
15614
6ed14ff3
UW
156152014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15616
15617 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
15618 (decimal_vector): Fix for little-endian.
15619
401e27fd
JM
156202014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
15621
15622 * gdb.arch/sparc-sysstep.exp: New file.
15623 * gdb.arch/sparc-sysstep.c: Likewise.
15624
15625 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
15626
8b924729
EBM
156272014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15628
15629 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
15630
fb151210
JB
156312014-01-23 Tom Tromey <tromey@redhat.com>
15632
15633 * gdb.ada/array_char_idx: New testcase.
15634
0740f8d8
TT
156352014-01-23 Tom Tromey <tromey@redhat.com>
15636
15637 PR python/16487:
15638 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
15639 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
15640 classes.
15641
21909fa1
TT
156422014-01-23 Tom Tromey <tromey@redhat.com>
15643
15644 PR python/16491:
15645 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
15646 string from an inferior frame.
15647 * gdb.python/py-framefilter-mi.exp: Update.
15648
87ce2a04
DE
156492014-01-22 Doug Evans <dje@google.com>
15650
15651 * gdb.server/server-mon.exp: Add tests for "set debug-format".
15652
237b092b
AA
156532014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15654
15655 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
15656
d674a709
AA
156572014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15658
15659 * gdb.trace/entry-values.exp: Remove excess space character from
15660 regex patterns. Handle s390 call instruction.
15661
20fa3390
AA
156622014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15663
15664 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
15665 define "*_start" label. Make "name" static.
15666 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
15667 ${name} by references to ${name}_start.
15668
78466714
AA
156692014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15670
15671 * gdb.base/info-macros.exp: Remove "debug" from the compile
15672 options.
15673
ec9f644a
IB
156742014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15675
15676 * gdb.dlang/demangle.exp: New file.
15677
94b1b47e
IB
156782014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15679
15680 * gdb.dlang/primitive-types.exp: New file.
15681
7f420862
IB
156822014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15683
15684 * configure.ac: Create gdb.dlang/Makefile.
15685 * configure: Regenerate.
15686 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
15687 * gdb.dlang/Makefile.in: New file.
15688 * lib/d-support.exp: New file.
15689 * lib/gdb.exp (skip_d_tests): New proc.
15690
52834460
MM
156912014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15692
15693 * gdb.btrace/delta.exp: Check reverse stepi.
15694 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
15695 * gdb.btrace/finish.exp: New.
15696 * gdb.btrace/next.exp: New.
15697 * gdb.btrace/nexti.exp: New.
15698 * gdb.btrace/record_goto.c: Add comments.
15699 * gdb.btrace/step.exp: New.
15700 * gdb.btrace/stepi.exp: New.
15701 * gdb.btrace/multi-thread-step.c: New.
15702 * gdb.btrace/multi-thread-step.exp: New.
15703 * gdb.btrace/rn-dl-bind.c: New.
15704 * gdb.btrace/rn-dl-bind.exp: New.
15705 * gdb.btrace/data.c: New.
15706 * gdb.btrace/data.exp: New.
15707 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15708
6e07b1d2
MM
157092014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15710
15711 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
15712 * gdb.btrace/exception.exp: Update.
15713 * gdb.btrace/instruction_history.exp: Update.
15714 * gdb.btrace/record_goto.exp: Update.
15715 * gdb.btrace/tailcall.exp: Update.
15716 * gdb.btrace/unknown_functions.exp: Update.
15717 * gdb.btrace/delta.exp: New.
15718
0b722aec
MM
157192014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15720
15721 * gdb.btrace/record_goto.exp: Add backtrace test.
15722 * gdb.btrace/tailcall.exp: Add backtrace test.
15723
066ce621
MM
157242014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15725
15726 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
15727 * gdb.btrace/record_goto.c: New.
15728 * gdb.btrace/record_goto.exp: New.
15729 * gdb.btrace/x86-record_goto.S: New.
15730
0688d04e
MM
157312014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15732
15733 * gdb.btrace/function_call_history.exp: Update tests.
15734 * gdb.btrace/instruction_history.exp: Update tests.
15735
8710b709
MM
157362014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15737
15738 * gdb.btrace/function_call_history.exp: Fix expected field
15739 order for "record function-call-history".
15740 Add new tests for "record function-call-history /c".
15741 * gdb.btrace/exception.cc: New.
15742 * gdb.btrace/exception.exp: New.
15743 * gdb.btrace/tailcall.exp: New.
15744 * gdb.btrace/x86-tailcall.S: New.
15745 * gdb.btrace/x86-tailcall.c: New.
15746 * gdb.btrace/unknown_functions.c: New.
15747 * gdb.btrace/unknown_functions.exp: New.
15748 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15749
5de9129b
MM
157502014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15751
15752 * gdb.btrace/instruction_history.exp: Update.
15753 * gdb.btrace/function_call_history.exp: Update.
15754
23a7fe75
MM
157552014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15756
15757 * gdb.btrace/function_call_history.exp: Fix expected function
15758 trace.
15759 * gdb.btrace/instruction_history.exp: Initialize traced.
15760 Remove traced_functions.
15761
724c7dd8
MM
157622014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15763
15764 * gdb.btrace/function_call_history.exp: Update
15765 * gdb.btrace/instruction_history.exp: Update.
15766
6d78d93b
MM
157672014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15768
15769 * gdb.btrace/enable.exp: Update expected text.
15770
93a360cc
OJ
157712014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
15772
15773 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
15774 bytes.
15775
3772b53f
MR
157762014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
15777
15778 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
15779
596662fa
OJ
157802014-01-15 Omair Javaid <omair.javaid@linaro.org>
15781
15782 * lib/gdb.exp (supports_process_record): Return true for
15783 arm*-linux*. (supports_reverse): Likewise.
15784
b5b08fb4
SC
157852014-01-13 Siva Chandra Reddy <sivachandra@google.com>
15786
15787 PR python/15464
15788 PR python/16113
15789 * gdb.python/py-type.c: Enhance test case.
15790 * gdb.python/py-value-cc.cc: Likewise
15791 * gdb.python/py-type.exp: Add new tests.
15792 * gdb.python/py-value-cc.exp: Likewise
15793
52d7fb13
AA
157942014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15795 Pedro Alves <palves@redhat.com>
15796
15797 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
15798 Make "name" extern.
15799 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
15800 references to ${name}_start by references to ${name}.
15801
a2cd8cfe
JB
158022014-01-10 Joel Brobecker <brobecker@adacore.com>
15803
15804 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
15805
4e23fced
JB
158062014-01-10 Joel Brobecker <brobecker@adacore.com>
15807
15808 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
15809
c6a9e42c
PA
158102014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
15811 Pedro Alves <palves@redhat.com>
15812
15813 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 15814 mi_gdb_target_load.
c6a9e42c 15815
b7ea362b
PA
158162014-01-08 Pedro Alves <palves@redhat.com>
15817
15818 * gdb.threads/reconnect-signal.c: New file.
15819 * gdb.threads/reconnect-signal.exp: New file.
15820
5e3f4fab
EBM
158212014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15822
15823 * gdb.base/source-dir.exp: New file.
15824
79301218
JB
158252014-01-07 Joel Brobecker <brobecker@adacore.com>
15826
15827 * gdb.ada/mi_interface: New testcase.
15828
8e355c5d
JB
158292014-01-07 Joel Brobecker <brobecker@adacore.com>
15830
15831 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
15832 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
15833 gdb.ada/pp-rec-component/pck.ads: New files.
15834
c0d48811
JB
158352014-01-07 Joel Brobecker <brobecker@adacore.com>
15836
15837 * gdb.python/py-pp-integral.c: New file.
15838 * gdb.python/py-pp-integral.py: New file.
15839 * gdb.python/py-pp-integral.exp: New file.
15840
17b609c3 15841For older changes see ChangeLog-1993-2013.
c906108c 15842\f
8d8cb839
EZ
15843;; Local Variables:
15844;; mode: change-log
15845;; left-margin: 8
15846;; fill-column: 74
15847;; version-control: never
15848;; End:
902f2ccb 15849
42a4f53d 15850 Copyright 2014-2019 Free Software Foundation, Inc.
902f2ccb
MC
15851 Copying and distribution of this file, with or without modification,
15852 are permitted provided the copyright notice and this notice are preserved.