]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
MI: extract command completion logic from complete_command()
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
14237686
AB
12019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
2
3 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4 indexed and sliced arrays, and pointers to arrays.
5
e7bd7fba
TT
62019-05-14 Tom Tromey <tromey@adacore.com>
7
8 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
9 styling test.
10
2764128d
TV
112019-05-14 Tom de Vries <tdevries@suse.de>
12
13 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
14 selection entry encoding.
15
71bed2db
TT
162019-05-10 Tom Tromey <tromey@adacore.com>
17
18 * gdb.ada/info_exc.exp: Add "complete" test.
19
63b667ad
TV
202019-05-09 Tom de Vries <tdevries@suse.de>
21
22 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
23 CU-relative.
24
9cfd2b89
TV
252019-05-09 Tom de Vries <tdevries@suse.de>
26
27 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
28 CU-relative.
29
2228ef77
XR
302019-05-08 Joel Brobecker <brobecker@adacore.com>
31
32 * gdb.ada/frame_arg_lang.exp: New testcase.
33 * gdb.ada/frame_arg_lang/bla.adb: New file.
34 * gdb.ada/frame_arg_lang/pck.ads: New file.
35 * gdb.ada/frame_arg_lang/pck.adb: New file.
36 * gdb.ada/frame_arg_lang/foo.c: New file.
37
80e55b13
TT
382019-05-08 Tom Tromey <tromey@adacore.com>
39
40 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
41
9d3421af
TT
422019-05-08 Tom Tromey <tromey@adacore.com>
43
44 * gdb.base/ptype-offsets.exp: Update tests.
45
844333e2
TT
462019-05-08 Tom Tromey <tromey@adacore.com>
47
48 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
49 cases.
50 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
51 "short".
52
988915ee
TT
532019-05-08 Tom Tromey <tromey@adacore.com>
54
55 * gdb.ada/vla.exp: New file.
56 * gdb.ada/vla/vla.adb: New file.
57
7bd55dac
TV
582019-05-07 Tom de Vries <tdevries@suse.de>
59
60 * gdb.base/index-cache.exp (ls_host): Fix return statement.
61
75f06e9d
TV
622019-05-07 Tom de Vries <tdevries@suse.de>
63
64 PR testsuite/24522
65 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
66 section.
67
77e7aaa4
TV
682019-05-07 Tom de Vries <tdevries@suse.de>
69
70 PR testsuite/24522
71 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
72 .debug_aranges section.
73
456ba0fa
TV
742019-05-07 Tom de Vries <tdevries@suse.de>
75
76 PR testsuite/24159
77 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
78
5a56d6a6
TV
792019-05-06 Tom de Vries <tdevries@suse.de>
80
81 * lib/gdb.exp (exec_has_index_section): New proc.
82 * gdb.base/index-cache.exp: Handle case that binfile contains an index
83 section.
84
9d6d4be8
TV
852019-05-04 Tom de Vries <tdevries@suse.de>
86
87 * boards/cc-with-debug-names.exp: New file.
88
222a8d25
TT
892019-05-03 Tom Tromey <tromey@adacore.com>
90
91 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
92 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
93 * gdb.ada/char_enum.exp: Add test.
94
0fdfd794
TV
952019-05-03 Tom de Vries <tdevries@suse.de>
96
97 * boards/cc-with-gdb-index.exp: New file.
98
80062eb9
AB
992019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
100
101 * gdb.rust/simple.exp: Add new test case.
102 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
103 (main): Initialise an instance of the new struct.
104
4504bbde
TT
1052019-05-01 Tom Tromey <tromey@adacore.com>
106
107 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
108 record.
109 (NPR): New variable.
110 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
111 test.
112
d48e62f4
TT
1132019-05-01 Tom Tromey <tromey@adacore.com>
114
115 * gdb.ada/packed_array_assign.exp: Add packed assignment
116 regression test.
117
f59f30f5
TV
1182019-05-01 Tom de Vries <tdevries@suse.de>
119
120 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
121
b70bfc54
TV
1222019-05-01 Tom de Vries <tdevries@suse.de>
123
124 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
125
15f18d14
AT
1262019-04-30 Ali Tamur <tamur@google.com>
127
128 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
129
2ff0a947
TT
1302019-04-30 Tom Tromey <tromey@adacore.com>
131
132 * lib/ada.exp (find_ada_tool): New proc.
133 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
134 * gdb.ada/catch_ex_std.exp: New file.
135 * gdb.ada/catch_ex_std/foo.adb: New file.
136 * gdb.ada/catch_ex_std/some_package.adb: New file.
137 * gdb.ada/catch_ex_std/some_package.ads: New file.
138
a776957c
TT
1392019-04-30 Tom Tromey <tromey@adacore.com>
140
141 PR c++/24470:
142 * gdb.cp/temargs.cc: Add test code from PR.
143
bc68014d
AB
1442019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
145
146 * gdb.fortran/vla-datatypes.exp: Update expected results.
147 * gdb.fortran/vla-ptype.exp: Likewise.
148 * gdb.fortran/vla-type.exp: Likewise.
149 * gdb.fortran/vla-value.exp: Likewise.
150
f1fdc960
AB
1512019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
152
153 * gdb.fortran/ptr-indentation.exp: Update expected results.
154 * gdb.fortran/ptype-on-functions.exp: Likewise.
155 * gdb.fortran/vla-ptr-info.exp: Likewise.
156 * gdb.fortran/vla-value.exp: Likewise.
157
bf7a4de1
AB
1582019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
159
160 * gdb.fortran/ptype-on-functions.exp: New file.
161 * gdb.fortran/ptype-on-functions.f90: New file.
162
bbe75b9d
AB
1632019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
164
165 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
166 case void string.
167
1db455a7
AB
1682019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
169
170 * gdb.fortran/complex.exp: Expand.
171 * gdb.fortran/complex.f: Renamed to...
172 * gdb.fortran/complex.f90: ...this, and extended to add more
173 complex values.
174
b6d03bb2
AB
1752019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
176
177 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
178 MODULO, CMPLX.
179
2e62ab40
AB
1802019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
181 Richard Bunt <richard.bunt@arm.com>
182
183 * gdb.base/max-depth.c: New file.
184 * gdb.base/max-depth.exp: New file.
185 * gdb.python/py-nested-maps.c: New file.
186 * gdb.python/py-nested-maps.exp: New file.
187 * gdb.python/py-nested-maps.py: New file.
188 * gdb.python/py-format-string.exp (test_max_depth): New proc.
189 (test_all_common): Call test_max_depth.
190 * gdb.fortran/max-depth.exp: New file.
191 * gdb.fortran/max-depth.f90: New file.
192 * gdb.go/max-depth.exp: New file.
193 * gdb.go/max-depth.go: New file.
194 * gdb.modula2/max-depth.exp: New file.
195 * gdb.modula2/max-depth.c: New file.
196 * lib/gdb.exp (get_print_expr_at_depths): New proc.
197
d2b584a5
TV
1982019-04-29 Tom de Vries <tdevries@suse.de>
199
200 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
201
136afab8
PW
2022019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
203
204 * gdb.base/callexit.exp: Test may-call-functions off.
205
725cbb63
KS
2062019-04-25 Keith Seitz <keiths@redhat.com>
207
208 PR c++/24367
209 * gdb.cp/meth-typedefs.cc (incomplete_struct)
210 (another_incomplete_struct, test_incomplete): New definitions.
211 (main): Use new definitions.
212 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
213 functions.
214
82433e3e
SDJ
2152019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
216
217 PR corefiles/11608
218 PR corefiles/18187
219 * gdb.base/coredump-filter-build-id.exp: New file.
220
dd06d4d6
AH
2212019-04-25 Alan Hayward <alan.hayward@arm.com>
222
223 * Makefile.in: Pass through GDBSERVER_DEBUG.
224 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
225 (gdbserver,debug): Add board setting.
226 * gdb.trace/tspeed.exp: Skip when debugging.
227 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
228 * lib/gdbserver-support.exp: Likewise
229
1670072e
TT
2302019-04-24 Tom Tromey <tromey@adacore.com>
231
232 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
233 Rust.
234
a59240a4
TT
2352019-04-24 Tom Tromey <tromey@adacore.com>
236
237 * gdb.arch/amd64-eval.exp: Test bitfield return.
238 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
239 (class Foo) <return_bitfields>: New method.
240 (main): Call it.
241
b907456c
AB
2422019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
243
244 * gdb.cp/many-args.cc: New file.
245 * gdb.cp/many-args.exp: New file.
246
5c565afd
TV
2472019-04-23 Tom de Vries <tdevries@suse.de>
248
249 PR gdb/24433
250 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
251
ba22ff86
AH
2522019-04-23 Alan Hayward <alan.hayward@arm.com>
253
254 * gdb.trace/backtrace.exp: Use nopie flag.
255 * gdb.trace/circ.exp: Likewise.
256 * gdb.trace/collection.exp: Likewise.
257 * gdb.trace/ftrace.exp: Likewise.
258 * gdb.trace/mi-trace-unavailable.exp: Likewise.
259 * gdb.trace/mi-traceframe-changed.exp: Likewise.
260 * gdb.trace/qtro.exp: Likewise.
261 * gdb.trace/read-memory.exp: Likewise.
262 * gdb.trace/report.exp: Likewise.
263 * gdb.trace/tfile.exp: Likewise.
264 * gdb.trace/tfind.exp: Likewise.
265 * gdb.trace/unavailable.exp: Likewise.
266
7905fc35
PA
2672019-04-22 Pedro Alves <palves@redhat.com>
268
269 * gdb.base/solib-probes-nosharedlibrary.c,
270 gdb.base/solib-probes-nosharedlibrary.exp: New files.
271
8ecb59f8
TT
2722019-04-19 Tom Tromey <tromey@adacore.com>
273
274 * gdb.ada/ptype_union.c: New file.
275 * gdb.ada/ptype_union.exp: New file.
276
62160ec9
TT
2772019-04-19 Tom Tromey <tromey@adacore.com>
278
279 PR symtab/24423:
280 * gdb.base/list0.h (foo): Add a control-l character.
281
36cd4ba5
TV
2822019-04-18 Tom de Vries <tdevries@suse.de>
283
284 PR gdb/24433
285 * boards/local-board.exp: Set sysroot to "".
286
b73715df
TV
2872019-04-18 Tom de Vries <tdevries@suse.de>
288 Pedro Alves <palves@redhat.com>
289
290 PR gdb/24454
291 * gdb.threads/vfork-follow-child-exec.c: New file.
292 * gdb.threads/vfork-follow-child-exec.exp: New file.
293 * gdb.threads/vfork-follow-child-exit.c: New file.
294 * gdb.threads/vfork-follow-child-exit.exp: New file.
295
4aa866af
LS
2962019-04-15 Leszek Swirski <leszeks@google.com>
297
298 * gdb.arch/amd64-eval.cc: New file.
299 * gdb.arch/amd64-eval.exp: New file.
300
e5a1a79a
AH
3012019-04-11 Alan Hayward <alan.hayward@arm.com>
302
303 * gdb.server/sysroot.c: New test.
304 * gdb.server/sysroot.exp: New file.
305 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
306 matching param.
307
41077b66
AB
3082019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
309
310 * gdb.base/align.exp: Extend test to cover structures containing
311 only static fields.
312
c30391f8
TV
3132019-04-11 Tom de Vries <tdevries@suse.de>
314
315 * boards/cc-with-dwz-m.exp: New file.
316 * boards/cc-with-dwz.exp: New file.
317 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
318
e242fd12
SM
3192019-04-09 Simon Marchi <simon.marchi@efficios.com>
320
321 * gdb.base/start-cpp.exp: New file.
322 * gdb.base/start-cpp.cc: New file.
323
2b0c8b01
KB
3242019-04-08 Kevin Buettner <kevinb@redhat.com>
325
326 * gdb.python/py-thrhandle.exp: Adjust tests to call
327 thread_from_handle instead of thread_from_thread_handle.
328
947210e5
KB
3292019-04-08 Kevin Buettner <kevinb@redhat.com>
330
331 * gdb.python/py-thrhandle.exp: Add tests for
332 gdb.InferiorThread.handle.
333
d7df6549
AB
3342019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
335
336 * gdb.python/py-function.exp: Check calling helper function from
337 all languages.
338 * lib/gdb.exp (gdb_supported_languages): New proc.
339
8bdc1658
AB
3402019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
341
342 * gdb.base/complex-parts.c: New file.
343 * gdb.base/complex-parts.exp: New file.
344
05caa1d2
TT
3452019-04-01 Tom Tromey <tromey@adacore.com>
346
347 PR symtab/23331:
348 * gdb.dwarf2/dw2-ranges-main.c: New file.
349 * gdb.dwarf2/dw2-ranges-psym.c: New file.
350 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
351
7734102d
EZ
3522019-03-30 Simon Marchi <simark@simark.ca>
353
354 * gdb.base/default.exp: Add values for $_gdb_major and
355 $_gdb_minor.
356
188e1fa9
TT
3572019-03-29 Tom Tromey <tromey@adacore.com>
358
359 * gdb.base/help.exp: Tighten apropos regexp.
360
2880242d
KS
3612019-03-29 Keith Seitz <keiths@redhat.com>
362
363 * gdb.fortran/array-bounds.exp: New file.
364 * gdb.fortran/array-bounds.f90: New file.
365
077cad8e
PW
3662019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
367
368 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
369
80047cfc
PW
3702019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
371
372 * gdb.multi/hello.c (main): Increase alarm timer.
373
f489207e
SL
3742019-03-28 Sandra Loosemore <sandra@codesourcery.com>
375
376 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
377 factor when no hardware watchpoint support.
378
c92df149
AH
3792019-03-28 Alan Hayward <alan.hayward@arm.com>
380 Pedro Alves <palves@redhat.com>
381
382 * boards/local-board.exp: set sysroot to /.
383
933aebfa
AH
3842019-03-27 Alan Hayward <alan.hayward@arm.com>
385
386 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
387 in child.
388
9f9aa852
AB
3892019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
390
391 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
392 field.
393 (make_container): Initialise new field.
394 * gdb.python/py-prettyprint.exp: Add new tests.
395 * gdb.python/py-prettyprint.py (class ContainerPrinter)
396 <display_hint>: New method.
397
3714a195
AB
3982019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
399
400 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
401 gdb_continue_to_breakpoint more throughout this test.
402 (run_lang_tests) Supply unique test names, and use
403 gdb_test_no_output.
404
18c77628
AB
4052019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
406
407 * gdb.base/finish-pretty.exp: Update expected results.
408 * gdb.base/pretty-print.c: New file.
409 * gdb.base/pretty-print.exp: New file.
410
9a93502f
PA
4112019-03-25 Pedro Alves <palves@redhat.com>
412
413 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
414 move comments outside list. Append '-i "" eof' section.
415
968aa7ae
AH
4162019-03-22 Alan Hayward <alan.hayward@arm.com>
417
418 * README: Add pie options.
419 * gdb.base/break-interp.exp: Ensure pie is disabled.
420 * gdb.base/dump.exp: Likewise.
421 * lib/gdb.exp (gdb_compile): Add pie option.
422
4c7d57e7
TT
4232019-03-19 Tom Tromey <tromey@adacore.com>
424
425 * gdb.mi/mi2-cli-display.c: New file.
426 * gdb.mi/mi2-cli-display.exp: New file.
427
bff8c71f
TT
4282019-03-18 Joel Brobecker <brobecker@adacore.com>
429 Tom Tromey <tromey@adacore.com>
430
431 * gdb.ada/ptype_array/pck.adb: New file.
432 * gdb.ada/ptype_array/pck.ads: New file.
433 * gdb.ada/ptype_array/foo.adb: New file.
434 * gdb.ada/ptype_array.exp: New file.
435
d085f989
TT
4362019-03-14 Tom Tromey <tromey@adacore.com>
437
438 * gdb.base/style.exp: Add "set style sources" test.
439
b4be1b06
SM
4402019-03-13 Simon Marchi <simon.marchi@ericsson.com>
441
442 * mi-breakpoint-location-ena-dis.exp: Rename to ...
443 * mi-breakpoint-multiple-locations.exp: ... this.
444 (make_breakpoints_pattern): New proc.
445 (do_test): Add mi_version parameter, test -break-insert,
446 -break-info and =breakpoint-created.
447
7cde5fc2
AB
4482019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
449
450 * config/default.exp: Remove 'load_lib gdb.exp'.
451 * config/monitor.exp: Likewise.
452 * config/sid.exp: Likewise.
453 * config/sim.exp: Likewise.
454 * config/slite.exp: Likewise.
455 * config/unix.exp: Likewise.
456 * gdb.base/default.exp: Remove unhelpful comment.
457
efbecbc1
AB
4582019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
459
460 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
461
0841c79a
AB
4622019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
463
464 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
465
4a270568
AB
4662019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
467
468 * gdb.fortran/type-kinds.exp: Update expected results.
469
067630bd
AB
4702019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
471
472 * gdb.fortran/type-kinds.exp: Test new integer type kind.
473
3be47f7a
AB
4742019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
475
476 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
477 function.
478 (test_basic_parsing_of_type_kinds): Expand types tested.
479 (test_parsing_invalid_type_kinds): New function.
480
4d00f5d8
AB
4812019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
482
483 * gdb.fortran/intrinsics.exp: New file.
484 * gdb.fortran/intrinsics.f90: New file.
485 * gdb.fortran/type-kinds.exp: New file.
486
c8f91604
AB
4872019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
488
489 * gdb.fortran/dot-ops.exp: New file.
490
dd9f2c76
AB
4912019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
492
493 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
494 Check upper and lower case logical literals.
495
84ec9724
AB
4962019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
497
498 * gdb.fortran/types.exp (test_float_literal_types_accepted):
499 Remove duplicate tests.
500
c3734e09
AH
5012019-03-06 Alan Hayward <alan.hayward@arm.com>
502
503 * lib/gdb.exp (builtin_cd): rename of cd.
504 (cd): Override builtin.
505
aa3cfbda
RB
5062019-03-06 Richard Bunt <richard.bunt@arm.com>
507
508 * gdb.fortran/function-calls.exp: New file.
509 * gdb.fortran/function-calls.f90: New test.
510
7b63ad86
RB
5112019-03-04 Richard Bunt <richard.bunt@arm.com>
512
513 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
514 on user program standard output.
515 * gdb.fortran/short-circuit-argument-list.f90: Record function
516 calls.
517
01abb042
AH
5182019-02-28 Alan Hayward <alan.hayward@arm.com>
519
c3734e09
AH
520 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
521 failure.
01abb042 522
92137da0
RO
5232019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
524
525 PR gdb/8527
526 * gdb.base/interrupt-daemon-attach.c,
527 gdb.base/interrupt-daemon-attach.exp: New test.
528
5862844d
PA
5292019-02-27 Pedro Alves <palves@redhat.com>
530
531 * gdb.base/page.exp: Add tests for "set width/height -1".
532
8ed25214
PA
5332019-02-27 Pedro Alves <palves@redhat.com>
534
535 * gdb.base/page.exp: Add tests for "set/show width/height" with
536 "infinite" values.
537
6c28e44a
TT
5382019-02-27 Tom Tromey <tromey@adacore.com>
539
540 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
541 2.4.
542 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
543 workaround.
544
bf9a735e
AB
5452019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
546
547 * gdb.base/align.exp: Extend to compile in both C and C++, and add
548 tests for structs with static members.
549
8791793c
TT
5502019-02-26 Tom Tromey <tromey@adacore.com>
551
552 * gdb.python/py-value.exp (test_value_from_buffer): Check for
553 ValueError, not TypeError.
554
bc2a507e
KB
5552019-02-26 Kevin Buettner <kevinb@redhat.com>
556
557 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
558 call from main program.
559
e0e7d3bd
JB
5602019-02-23 Joel Brobecker <brobecker@adacore.com>
561
562 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
563 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
564 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
565 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
566 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
567
9600246d
KS
5682019-02-22 Keith Seitz <keiths@redhat.com>
569
570 PR symtab/23853
571 * gdb.base/symlink-sourcefile.c: New file.
572 * gdb.base/symlink-sourcefile.exp: New file.
573
0c95f9ed
TT
5742019-02-20 Tom Tromey <tom@tromey.com>
575
576 * gdb.base/info_qt.exp: Update.
577
6caa91b6
SM
5782019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
579
580 * gdb.base/source.exp: Move "error in sourced script" code to
581 the end.
582 * gdb.base/source-error.gdb: Move contents to
583 source-error-1.gdb. Add new code to source source-error-1.gdb.
584 * gdb.base/source-error-1.gdb: New file, from previous
585 source-error.gdb.
586
6506371f
TT
5872019-02-17 Tom Tromey <tom@tromey.com>
588
589 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
590 for macro styling.
591 * gdb.base/style.c (SOME_MACRO): New macro.
592
a0087920
TT
5932019-02-17 Tom Tromey <tom@tromey.com>
594
595 * gdb.base/style.exp: Add line-wrapping tests.
596 * gdb.base/page.exp: Add test for quitting during pagination.
597
a2cd4f14
JB
5982019-02-17 Joel Brobecker <brobecker@adacore.com>
599
600 * gdb.ada/big_packed_array: New testcase.
601 * gdb.ada/homonym.exp: Fix incorrect expected output for
602 "break <homonym__get_value>" test.
603
9d70ffbc
WP
6042019-02-13 Weimin Pan <weimin.pan@oracle.com>
605
606 PR breakpoints/21870
607 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
608 and prepare_for_testing. Add comment.
609 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
610 redundant cleanup call. Clean up comment.
611
01c7ae81
WP
6122019-02-12 Weimin Pan <weimin.pan@oracle.com>
613
614 PR breakpoints/21870
615 * gdb.arch/aarch64-dbreg-contents.exp: New file.
616 * gdb.arch/aarch64-dbreg-contents.c: New file.
617
aff29d1c
JB
6182019-02-10 Joel Brobecker <brobecker@adacore.com>
619
620 * gdb.ada/mi_ref_changeable: New testcase.
621
df0da8a2
AH
6222019-02-07 Alan Hayward <alan.hayward@arm.com>
623
624 * gdb.base/attach.exp: Add double attach test.
625
bd447abb
SM
6262019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
627
628 * lib/gdb.exp (default_gdb_start): Don't match pagination
629 prompt.
630 (gdb_init): Set stty_init.
631
1dbc40b9
TT
6322019-01-27 Tom Tromey <tom@tromey.com>
633
634 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
635 skip_python_tests.
636
353229bf
AH
6372019-01-24 Alan Hayward <alan.hayward@arm.com>
638
639 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
640 New structure.
641 (struct struct_static_02_02): Likewise.
642 (struct struct_static_02_03): Likewise.
643 (struct struct_static_02_04): Likewise.
644 (struct struct_static_04_01): Likewise.
645 (struct struct_static_04_02): Likewise.
646 (struct struct_static_04_03): Likewise.
647 (struct struct_static_04_04): Likewise.
648 (struct struct_static_06_01): Likewise.
649 (struct struct_static_06_02): Likewise.
650 (struct struct_static_06_03): Likewise.
651 (struct struct_static_06_04): Likewise.
652 (cmp_struct_static_02_01): Likewise.
653 (cmp_struct_static_02_02): Likewise.
654 (cmp_struct_static_02_03): Likewise.
655 (cmp_struct_static_02_04): Likewise.
656 (cmp_struct_static_04_01): Likewise.
657 (cmp_struct_static_04_02): Likewise.
658 (cmp_struct_static_04_03): Likewise.
659 (cmp_struct_static_04_04): Likewise.
660 (cmp_struct_static_06_01): Likewise.
661 (cmp_struct_static_06_02): Likewise.
662 (cmp_struct_static_06_03): Likewise.
663 (cmp_struct_static_06_04): Likewise.
664 (call_all): Test new structs.
665 * gdb.base/infcall-nested-structs.exp: Likewise.
666
73021deb
AH
6672019-01-21 Alan Hayward <alan.hayward@arm.com>
668 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
669
fc65c7db
AH
6702019-01-21 Alan Hayward <alan.hayward@arm.com>
671 * gdb.base/stack-protector.c: New test.
672 * gdb.base/stack-protector.exp: New file.
673 * gdb.cp/ovldbreak.exp: Only allow a single break line.
674 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
675 option.
676 (gdb_compile): Remove stack protector for GCC and prevent
677 recursion.
678
c24bdb02
KS
6792019-01-16 Keith Seitz <keiths@redhat.com>
680
681 PR gdb/23773
682 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
683
6f072a10
PFC
6842019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
685
686 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
687 aliases.
688 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
689 tests.
690 * gdb.arch/powerpc-vector-regs.c: New file.
691 * gdb.arch/powerpc-vector-regs.exp: New file.
692
a7b8d682
PFC
6932019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
694
695 * gdb.arch/altivec-regs.exp: Fix the list passed to
696 gdb_expect_list when testing "info vector".
697
6eb6fb67
AB
6982019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
699
700 * gdb.base/style.exp: Don't include path in testname.
701
b56f80d8
KS
7022019-01-10 Keith Seitz <keiths@redhat.com>
703
704 PR gdb/23712
705 PR symtab/23010
706 * gdb.dwarf2/multidictionary.exp: New file.
707
041be526
SM
7082019-01-09 Simon Marchi <simon.marchi@ericsson.com>
709
710 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
711 (test_gnuv3_style_demangling): ... this.
712 (test_lucid_style_demangling): Remove.
713 (test_arm_style_demangling): Remove.
714 (test_hp_style_demangling): Remove.
715 (do_tests): Remove calls to the above.
716
d820d0c3
AB
7172019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
718
719 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
720 case.
721
f097f5ad
TT
7222019-01-06 Tom Tromey <tom@tromey.com>
723
724 PR gdb/28155:
725 * gdb.dwarf2/typedef-void-finish.exp: New file.
726
2cd8cc0b
TT
7272018-12-28 Tom Tromey <tom@tromey.com>
728 Simon Marchi <simark@simark.ca>
729
730 * gdb.base/jit-exec.exp: New file.
731 * gdb.base/jit-exec.c: New file.
732 * gdb.base/jit-execd.c: New file.
733
35fb8261
TT
7342018-12-28 Tom Tromey <tom@tromey.com>
735
736 * gdb.base/style.exp: Update test to check for address styling.
737
47fd17cd
TT
7382018-12-28 Tom Tromey <tom@tromey.com>
739
740 * gdb.base/style.exp: Add test for styling of "Reading symbols"
741 message.
742
d47032b7
TT
7432018-12-28 Tom Tromey <tom@tromey.com>
744
745 * gdb.base/style.exp: Add test for version number styling.
746
af79b68d
TT
7472018-12-28 Tom Tromey <tom@tromey.com>
748
749 * gdb.base/style.exp: Add test for print_address_symbolic.
750
0bb296cb
TT
7512018-12-28 Tom Tromey <tom@tromey.com>
752
753 * gdb.base/style.exp: Add test for breakpoint setting.
754
80ae2043
TT
7552018-12-28 Tom Tromey <tom@tromey.com>
756
757 * gdb.base/style.exp: Add test for variable names.
758
cbe56571
TT
7592018-12-28 Tom Tromey <tom@tromey.com>
760
761 * gdb.base/style.exp: New file.
762 * gdb.base/style.c: New file.
763
9162a27c
TT
7642018-12-28 Tom Tromey <tom@tromey.com>
765
766 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
767 "dumb".
768 * gdb.base/readline.exp (operate_and_get_next): Save and restore
769 the TERM environment variable.
770
bc543c90
TT
7712018-12-27 Tom Tromey <tom@tromey.com>
772
773 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
774 pagination test.
775
6f0ffe50
AB
7762018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
777
778 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
779 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
780
b5a1e557
PW
7812018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
782
783 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
784 Filename a.adb changed to bp_fun_addr.adb.
785 gdb.ada/bp_fun_addr.exp: Update test accordingly.
786
6e8b1ab2
JV
7872018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
788
789 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
790 non-PIE executables.
791 * README: Mention the gdb,nopie_flag board setting.
792 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
793 non-PIE executable.
794 * gdb.arch/amd64-entry-value.exp: Likewise.
795 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
796 * gdb.arch/i386-float.exp: Likewise.
797 * gdb.arch/i386-signal.exp: Likewise.
798 * gdb.mi/mi-reg-undefined.exp: Likewise.
799
d00a27c5
PM
8002018-12-21 Paul Marechal <paul.marechal@ericsson.com>
801
802 PR gdb/23974
803 * gdb.base/info-os.exp: Check return for unknown "info os" type.
804
161d081c
PW
8052018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
806
807 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
808 Update order of results accordingly.
809
b001de23
AB
8102018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
811
812 * gdb.base/annota1.exp: Update a test regexp.
813
99e1a184
AB
8142018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
815
816 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
817
7a81c1e2
PW
8182018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
819
820 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
821 (reuse_time): Initialize to REUSE_TIME_CAP.
822 (check_rc): New function.
823 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
824 Check pthread_create rc.
825 (spawner_thread_func): Check pthread_create and pthread_join rc.
826
73e8dc90
PA
8272018-12-08 Pedro Alves <palves@redhat.com>
828
829 * gdb.base/list.exp (test_forward_search): Rename to ...
830 (test_forward_reverse_search): ... this. Also test reverse-search
831 and the forward-search alias.
832
13f2ed32
AB
8332018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
834
835 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
836 local timeout variable before return, and remove all local timeout
837 variable entirely.
838 (gdb_load): Likewise.
839
64d27cfc
TV
8402018-12-01 Tom de Vries <tdevries@suse.de>
841
842 * gdb.base/gdb-caching-proc.exp: New file.
843
f63c03b4
SDJ
8442018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
845
846 * Makefile.in (TIMESTAMP): New variable.
847 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
848 command.
849 (check-single-racy): Likewise.
850 (check/%.exp): Likewise.
851 (check-racy/%.exp): Likewise.
852 (workers/%.worker): Likewise.
853 (build-perf): Likewise.
854 (check-perf): Likewise.
855 * README: Describe new "TS" and "TS_FORMAT" variables.
856 * print-ts.py: New file.
857
1c97054b
BF
8582018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
859
860 PR python/23714
861 * gdb.python/python.exp: Test command repetition after
862 gdb.execute.
863
1871a62d
AB
8642018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
865
866 * gdb.opt/inline-break.exp: Add test that info breakpoint output
867 is correctly aligned.
868
fb5e1ed9
PW
8692018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
870
871 * gdb.ada/info_auto_lang.exp: New testcase.
872 * gdb.ada/info_auto_lang/global_pack.ads: New file.
873 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
874 * gdb.ada/info_auto_lang/some_c.c: New file.
875
43d397ca
PW
8762018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
877
878 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
879 FUNC_lang language syntax.
880
beddd671
PW
8812018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
882
883 * gdb.base/info_minsym.c: New file.
884 * gdb.base/info_minsym.exp: New file.
885
73fc52c4
TT
8862018-11-19 Tom Tromey <tom@tromey.com>
887
888 PR rust/23625:
889 * gdb.rust/simple.exp: Add ptype test. Update expected output.
890 * gdb.rust/expr.exp: Update expected output. Change one test.
891
994b876a
TT
8922018-11-19 Tom Tromey <tom@tromey.com>
893
894 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
895
6769f276
PA
8962018-11-19 Pedro Alves <palves@redhat.com>
897
898 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
899 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
900 see the expected warning.
901
38a72da0
AH
9022018-11-16 Alan Hayward <alan.hayward@arm.com>
903
904 PR gdb/22736:
905 * gdb.cp/infcall-nodebug-lib.c: New test.
906 * gdb.cp/infcall-nodebug-main.c: New test.
907 * gdb.cp/infcall-nodebug.exp: New file.
908
53a89d6e
SM
9092018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
910
911 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
912 completer tests.
913
9325300d
TV
9142018-11-09 Tom de Vries <tdevries@suse.de>
915
916 * gdb.base/msym-lang.c: New test.
917 * gdb.base/msym-lang.exp: New file.
918 * gdb.base/msym-lang-main.c: New test.
919
20f0d60d
TT
9202018-11-08 Tom Tromey <tom@tromey.com>
921
922 PR gdb/23555:
923 PR gdb/23838:
924 * gdb.base/warning.exp: New file.
925
b5420128
JB
9262018-11-08 Jan Beulich <jbeulich@suse.com>
927
928 * testsuite/gdb.arch/i386-avx512.c,
929 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
930
cd115d61
AB
9312018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
932
933 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
934 point hardware.
935
35ee2dc2
AB
9362018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
937
938 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
939 * gdb.dwarf2/missing-type-name.exp: New file.
940
31aceee8
TV
9412018-11-06 Tom de Vries <tdevries@suse.de>
942
943 * gdb.base/many-headers.c: New test.
944 * gdb.base/many-headers.exp: New file.
945
109be305
JW
9462018-11-06 Jim Wilson <jimw@sifive.com>
947
948 * gdb.base/code_elim.exp: For riscv, set additional_flags
949 to include -msmall-data-limit=0.
950
e2b7af72
JB
9512018-11-01 Joel Brobecker <brobecker@adacore.com>
952
953 * gdb.ada/watch_minus_l: New testcase.
954
cdcda965
SM
9552018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
956
957 * gdb.arch/aix-sighandle.c: New file.
958 * gdb.arch/aix-sighandle.exp: New file.
959
92dcebf3
AB
9602018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
961
962 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
963 registers being unions.
964
68b9ac18
TV
9652018-10-31 Tom de Vries <tdevries@suse.de>
966
967 * lib/valgrind.exp: New file.
968 (vgdb_start, vgdb_stop): New procs, factored out of ...
969 * gdb.base/valgrind-bt.exp: ... here, ...
970 * gdb.base/valgrind-disp-step.exp: ... here and ...
971 * gdb.base/valgrind-infcall.exp: ... here.
972
1443936e
TV
9732018-10-31 Tom de Vries <tdevries@suse.de>
974
975 * lib/gdb.exp (get_valueof): Don't output read value in test name.
976
eb77c9df
AB
9772018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
978
979 * gdb.dwarf2/void-type.c: New file.
980 * gdb.dwarf2/void-type.exp: New file.
981
82b5e646
PW
9822018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
983
984 * gdb.base/info_qt.c: New file.
985 * gdb.base/info_qt.exp: New file.
986
8d619c01
EBM
9872018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
988
989 * gdb.arch/powerpc-htm-regs.c: New file.
990 * gdb.arch/powerpc-htm-regs.exp: New file.
991
f2cf6173
EBM
9922018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
993
994 * gdb.arch/powerpc-tar.c: New file.
995 * gdb.arch/powerpc-tar.exp: New file.
996
7ca18ed6
EBM
9972018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
998
999 * gdb.arch/powerpc-ppr-dscr.c: New file.
1000 * gdb.arch/powerpc-ppr-dscr.exp: New file.
1001
bfcc0eba
TV
10022018-10-25 Tom de Vries <tdevries@suse.de>
1003
1004 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
1005
fe1a5cad
TV
10062018-10-24 Tom de Vries <tdevries@suse.de>
1007
1008 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
1009 longer exists error.
1010
a76dc3b7
TV
10112018-10-24 Tom de Vries <tdevries@suse.de>
1012
1013 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
1014
4df46df7
TV
10152018-10-24 Tom de Vries <tdevries@suse.de>
1016
1017 * gdb.base/valgrind-db-attach.exp: Handle removed support for
1018 --db-attach in valgrind.
1019
0dbfcfff
AB
10202018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
1021
1022 * gdb.arch/riscv-reg-aliases.c: New file.
1023 * gdb.arch/riscv-reg-aliases.exp: New file.
1024
b04480b1
AH
10252018-10-19 Alan Hayward <alan.hayward@arm.com>
1026
1027 * gdb.python/py-cmd.exp: Check for gdb_prompt.
1028
2c6ac8d7
AH
10292018-10-19 Alan Hayward <alan.hayward@arm.com>
1030
1031 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
1032
2bc69f25
AH
10332018-10-19 Alan Hayward <alan.hayward@arm.com>
1034
1035 * gdb.cp/ovldbreak.exp: Fix regexps.
1036
1f1ae3a3
AH
10372018-10-19 Alan Hayward <alan.hayward@arm.com>
1038
1039 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
1040
94c18618
SDJ
10412018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
1042
1043 PR cli/23785
1044 * gdb.base/restore.exp: New test to check if "restore" with an
1045 invalid file doesn't segfault.
1046
812cd6eb
TV
10472018-10-18 Tom de Vries <tdevries@suse.de>
1048
1049 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
1050 * gdb.ada/excep_handle.exp: Same.
1051 * gdb.ada/mi_string_access.exp: Same.
1052 * gdb.ada/mi_var_union.exp: Same.
1053 * gdb.arch/arc-analyze-prologue.exp: Same.
1054 * gdb.arch/arc-decode-insn.exp: Same.
1055 * gdb.base/readnever.exp: Same.
1056 * gdb.fortran/printing-types.exp: Same.
1057 * gdb.guile/scm-lazy-string.exp: Same.
1058
c4b90788
TV
10592018-10-16 Tom de Vries <tdevries@suse.de>
1060
1061 PR gdb/23730
1062 * gdb.base/catch-follow-exec.c: Add copyright notice.
1063 * gdb.base/catch-follow-exec.exp: Rewrite to use
1064 gdb_spawn_with_cmdline_opts. Require gdb-native.
1065
8bca2978
SL
10662018-10-12 Sandra Loosemore <sandra@codesourcery.com>
1067
1068 * gdb.trace/actions-changed.exp: Check for arch support.
1069 * gdb.trace/actions.exp: Likewise.
1070 * gdb.trace/ax.exp: Likewise.
1071 * gdb.trace/backtrace.exp: Likewise.
1072 * gdb.trace/change-loc.exp: Likewise.
1073 * gdb.trace/deltrace.exp: Likewise.
1074 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
1075 * gdb.trace/ftrace.exp: Likewise.
1076 * gdb.trace/infotrace.exp: Check for arch support.
1077 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
1078 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
1079 * gdb.trace/mi-tsv-changed.exp: Likewise.
1080 * gdb.trace/packetlen.exp: Likewise.
1081 * gdb.trace/passc-dyn.exp: Likewise.
1082 * gdb.trace/passcount.exp: Likewise.
1083 * gdb.trace/pending.exp: Likewise.
1084 * gdb.trace/range-stepping.exp: Check for shlib support.
1085 * gdb.trace/report.exp: Check for arch support.
1086 * gdb.trace/save-trace.exp: Likewise.
1087 * gdb.trace/signal.exp: Check for signal support.
1088 * gdb.trace/tfind.exp: Check for arch support.
1089 * gdb.trace/trace-break.exp: Check for arch and shlib support.
1090 * gdb.trace/trace-common.h: Add comment.
1091 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
1092 * gdb.trace/trace-enable-disable.exp: Likewise.
1093 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
1094 * gdb.trace/tracecmd.exp: Check for arch support.
1095 * gdb.trace/tspeed.exp: Check for shlib and target support.
1096 * gdb.trace/tstatus.exp: Check for arch support.
1097 * gdb.trace/tsv.exp: Likewise.
1098 * gdb.trace/while-dyn.exp: Likewise.
1099 * gdb.trace/while-stepping.exp: Likewise.
1100 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
1101
f9c49bff
SM
11022018-10-12 Simon Marchi <simon.marchi@ericsson.com>
1103
1104 * gdb.trace/tspeed.exp: Remove nowarnings.
1105 (prepare_for_trace_test): Declare "global ipalib".
1106 * gdb.trace/tspeed.c: Include unistd.h.
1107 (main): Remove superfluous printf argument.
1108
d4330bde
SL
11092018-10-11 Sandra Loosemore <sandra@codesourcery.com>
1110
1111 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
1112 directory prefix on the filename.
1113
8ecfd7bd
SDJ
11142018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
1115
1116 * gdb.gdb/unittest.exp: Update expected message informing that
1117 selftests have been disabled.
1118 * gdb.server/unittest.exp: Likewise.
1119
58bbcd02
TV
11202018-10-09 Tom de Vries <tdevries@suse.de>
1121
1122 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
1123 with runto_main.
1124
9f6b697b
WP
11252018-10-08 Weimin Pan <weimin.pan@oracle.com>
1126
1127 PR c++/16841
1128 * gdb.cp/virtbase2.cc: New file.
1129 * gdb.cp/virtbase2.exp: New file.
1130
add5ded5
TT
11312018-10-06 Tom Tromey <tom@tromey.com>
1132
1133 PR python/19399:
1134 * gdb.python/py-inferior.exp: Add architecture test.
1135
f9e48344
TT
11362018-10-06 Tom Tromey <tom@tromey.com>
1137
1138 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
1139 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
1140
2a8be203
TT
11412018-10-06 Tom Tromey <tom@tromey.com>
1142
1143 * gdb.python/py-breakpoint.exp (check_last_event): Check location
1144 of a "throw" catchpoint.
1145
e04caa70
SDJ
11462018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1147
1148 * gdb.base/info-proc.exp: Update string expected from "help info
1149 proc".
1150
5ca8c39f
TT
11512018-10-04 Tom Tromey <tom@tromey.com>
1152
1153 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
1154 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
1155 (test_initial_complaints, test_empty_complaints): Update.
1156 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1157
3453e7e4
TT
11582018-10-04 Tom Tromey <tom@tromey.com>
1159
1160 PR cli/19551:
1161 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
1162 * lib/gdb.exp (gdb_file_cmd): Update.
1163 * gdb.stabs/weird.exp (print_weird_var): Update.
1164 * gdb.server/solib-list.exp: Update.
1165 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
1166 * gdb.mi/mi-cli.exp: Update.
1167 * gdb.linespec/linespec.exp: Update.
1168 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1169 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
1170 * gdb.cp/cp-relocate.exp: Update.
1171 * gdb.base/sym-file.exp: Update.
1172 * gdb.base/relocate.exp: Update.
1173 * gdb.base/readnever.exp: Update.
1174 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1175 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
1176 * gdb.base/dbx.exp (gdb_file_cmd): Update.
1177 * gdb.base/code_elim.exp: Update.
1178 * gdb.base/break-unload-file.exp (test_break): Update.
1179 * gdb.base/break-interp.exp (test_attach_gdb): Update.
1180 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
1181 Update.
1182 * gdb.base/attach.exp (do_attach_tests): Update.
1183 * gdb.base/sepdebug.exp: Update.
1184 * gdb.python/py-section-script.exp: Update.
1185
6afcf761
TT
11862018-10-04 Tom Tromey <tom@tromey.com>
1187
1188 PR cli/22234:
1189 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
1190 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
1191 output.
1192
fef1b293
TT
11932018-10-04 Tom Tromey <tom@tromey.com>
1194
1195 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
1196 set width and height to 0.
1197 (test_command_line_attach_run): Use -quiet.
1198
ca98345e
SL
11992018-10-03 Sandra Loosemore <sandra@codesourcery.com>
1200
1201 * lib/gdb.exp (skip_ifunc_tests): New.
1202 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
1203 other compile failures.
1204 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
1205
ff34e6ae
SM
12062018-10-01 Simon Marchi <simon.marchi@ericsson.com>
1207
1208 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
1209 is_amd64_regs_target.
1210
6bb8890e
AH
12112018-10-01 Alan Hayward <alan.hayward@arm.com>
1212
1213 * gdb.arch/aarch64-sighandler-regs.c: New test.
1214 * gdb.arch/aarch64-sighandler-regs.exp: New file.
1215 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
1216
224d30d3
MM
12172018-10-01 Markus Metzger <markus.t.metzger@intel.com>
1218
1219 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
1220 assembly.
1221
f67ffa6a
AB
12222018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
1223
1224 * gdb.base/frame-selection.exp: New file.
1225 * gdb.base/frame-selection.c: New file.
1226
9fc3183f
AH
12272018-09-27 Alan Hayward <alan.hayward@arm.com>
1228
1229 * gdb.threads/check-libthread-db.c (thread_routine): Use a
1230 pthread barrier.
1231 (main): Likewise.
1232
d354055e
AB
12332018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
1234
1235 * gdb.base/large-frame-1.c: New file.
1236 * gdb.base/large-frame-2.c: New file.
1237 * gdb.base/large-frame.exp: New file.
1238 * gdb.base/large-frame.h: New file.
1239
db727370
JL
12402018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1241
1242 PR gdb/20948
1243 * gdb.base/write_mem.exp: New test.
1244 * gdb.base/write_mem.c: Likewise.
1245
ae778caf
TT
12462018-09-23 Tom Tromey <tom@tromey.com>
1247
1248 PR python/18852:
1249 * gdb.python/py-parameter.exp: Add test for parameter that throws
1250 on "set".
1251
fd3ba736
TT
12522018-09-23 Tom Tromey <tom@tromey.com>
1253
1254 PR python/17284:
1255 * gdb.python/py-template.exp (test_template_arg): Add test for
1256 negative template argument number.
1257
39a24317
TT
12582018-09-23 Tom Tromey <tom@tromey.com>
1259
1260 PR python/14062:
1261 * gdb.python/python.exp: Add test for post_event error.
1262
f5769a2c
TT
12632018-09-23 Tom Tromey <tom@tromey.com>
1264
1265 PR python/18170:
1266 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
1267 convert pointers to int and long.
1268
1c1e54f6
TT
12692018-09-23 Tom Tromey <tom@tromey.com>
1270
1271 PR python/20126:
1272 * gdb.python/py-value.exp (test_value_numeric_ops): Add
1273 signed-ness conversion tests.
1274
fb4fa946
TT
12752018-09-23 Tom Tromey <tom@tromey.com>
1276
1277 PR python/18352;
1278 * gdb.python/py-value.exp (test_float_conversion): New proc.
1279 Use it.
1280
a466edac
HAQ
12812018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
1282
1283 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
1284
4ee9b0c5
SL
12852018-09-18 Sandra Loosemore <sandra@codesourcery.com>
1286
1287 * gdb.base/complete-empty.exp: Skip tab-completion tests if
1288 no readline.
1289 * gdb.base/utf8-identifiers.exp: Likewise.
1290 * gdb.cp/cpcompletion.exp: Likewise.
1291 * gdb.linespec/cpcompletion.exp: Likewise.
1292 * gdb.linespec/cpls-abi-tag.exp: Likewise.
1293 * gdb.linespec/cpls-ops.exp: Likewise.
1294
23be8da7
RB
12952018-09-19 Richard Bunt <richard.bunt@arm.com>
1296 Chris January <chris.january@arm.com>
1297
1298 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
1299 * gdb.fortran/short-circuit-argument-list.exp: New file.
1300 * gdb.fortran/short-circuit-argument-list.f90: New test.
1301
5031d0ae
SDJ
13022018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1303
1304 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
1305 "arch=" keyword when executing "-stack-list-frames".
1306
b4c0d1a4
SDJ
13072018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1308
1309 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
1310 "arch=" keyword when executing "-stack-list-frames".
1311
7a6d2b45
SDJ
13122018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1313
1314 * gdb.ada/complete.exp: Expect for "@" when doing "complete
1315 break ada".
1316
8588b356
SM
13172018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
1318
1319 PR python/23669
1320 * gdb.python/python.exp: Test gdb.execute("show commands").
1321
65e65158
TT
13222018-09-16 Tom Tromey <tom@tromey.com>
1323
1324 * gdb.base/new-ui.exp (do_execution_tests): Update.
1325 * gdb.base/dbx.exp (test_breakpoints): Update.
1326
bf326452
AH
13272018-09-14 Alan Hayward <alan.hayward@arm.com>
1328
1329 * lib/gdb.exp (gdb_simple_compile): Add proc.
1330 (is_elf_target): Use gdb_simple_compile.
1331 (skip_altivec_tests): Likewise.
1332 (skip_vsx_tests): Likewise.
1333 (skip_tsx_tests): Likewise.
1334 (skip_btrace_tests): Likewise.
1335 (skip_btrace_pt_tests): Likewise.
1336 (gdb_can_simple_compile): Likewise.
1337 (gdb_has_argv0): Likewise.
1338 (gdb_target_symbol_prefix): Likewise.
1339 (target_supports_scheduler_locking): Likewise.
1340
2361b0fb
TT
13412018-09-13 Tom Tromey <tom@tromey.com>
1342
1343 * Makefile.in (TAGS): Recognize proc_with_prefix and
1344 gdb_caching_proc.
1345
0ae1a321
SM
13462018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1347
1348 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
1349 method.
1350
a40bf0c2
SM
13512018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1352
1353 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
1354 and a few other Inferior properties when the Inferior is no
1355 longer valid.
1356
4a3fe98f
TT
13572018-09-13 Tom Tromey <tom@tromey.com>
1358
1359 PR rust/23650:
1360 * gdb.rust/simple.exp: Add test for enum field access error.
1361
098b2108
TT
13622018-09-13 Tom Tromey <tom@tromey.com>
1363
1364 PR rust/23626:
1365 * gdb.rust/simple.rs (EmptyEnum): New type.
1366 (main): Use it.
1367 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
1368
1256af7d
SM
13692018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1370
1371 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
1372 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
1373 * gdb.python/py-symtab.exp: Update test printing an objfile.
1374
4aa8e6c2
SM
13752018-09-12 Simon Marchi <simon.marchi@ericsson.com>
1376
1377 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
1378 object.
1379
c221b2f7
AH
13802018-09-12 Alan Hayward <alan.hayward@arm.com>
1381
1382 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
1383 (support_complex_tests): Use gdb_can_simple_compile.
1384 (is_ilp32_target): Likewise.
1385 (is_lp64_target): Likewise.
1386 (is_64_target): Likewise.
1387 (is_amd64_regs_target): Likewise.
1388 (is_aarch32_target): Likewise.
1389 (gdb_int128_helper): Likewise.
1390
6f1107b5
JK
13912018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1392
1393 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
1394
1f5d1570
JG
13952018-09-10 Jerome Guitton <guitton@adacore.com>
1396
1397 * gdb.ada/same_component_name: Add test for case of tagged record
1398 with variable-length fields.
1399
cc330e39
XR
14002018-09-10 Xavier Roirand <roirand@adacore.com>
1401
1402 * gdb.ada/access_to_unbounded_array.exp: New testcase.
1403 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
1404 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
1405 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
1406
b9c50e9a
XR
14072018-09-10 Xavier Roirand <roirand@adacore.com>
1408
1409 * gdb.ada/mi_string_access.exp: New testcase.
1410 * gdb.ada/mi_string_access/bar.adb: New file.
1411 * gdb.ada/mi_string_access/pck.adb: New file.
1412 * gdb.ada/mi_string_access/pck.asd: New file.
1413
2963898f
XR
14142018-09-10 Xavier Roirand <roirand@adacore.com>
1415
1416 * gdb.ada/mi_var_union.exp: New testcase.
1417 * gdb.ada/mi_var_union/bar.adb: New file.
1418 * gdb.ada/mi_var_union/pck.adb: New file.
1419 * gdb.ada/mi_var_union/pck.asd: New file.
1420
1aac008f
TT
14212018-09-08 Tom Tromey <tom@tromey.com>
1422
1423 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
1424
332cf4c9
TT
14252018-09-08 Tom Tromey <tom@tromey.com>
1426
1427 PR python/16047:
1428 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
1429 (register_pretty_printers): Register new printer.
1430 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
1431 test.
1432 * gdb.python/py-prettyprint.c (int_type3): New typedef.
1433 (an_int_type3): New global.
1434
424da6cf
JB
14352018-09-08 Joel Brobecker <brobecker@adacore.com>
1436
1437 * gdb.ada/expr_with_funcall: New testcase.
1438
2a62dfa9
JB
14392018-09-08 Joel Brobecker <brobecker@adacore.com>
1440
1441 * gdb.ada/packed_array_assign: New testcase.
1442
96b6697f
AB
14432018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
1444
1445 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
1446 names, and add test prefixes to make test names unique.
1447
e4a62c65
TV
14482018-09-05 Tom de Vries <tdevries@suse.de>
1449
1450 * gdb.dwarf2/varval.exp: Add test.
1451
dd083ee2
GB
14522018-09-04 Gary Benson <gbenson@redhat.com>
1453
1454 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
1455 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
1456
aef9346c
TT
14572018-08-31 Tom Tromey <tom@tromey.com>
1458
1459 * gdb.rust/simple.rs: Rename second variable "v".
1460
c67f2e15
AB
14612018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
1462
1463 * gdb.base/funcargs.c (use_a): New function.
1464 (recurse): Call use_a.
1465
078a0207
KS
14662018-08-29 Keith Seitz <keiths@redhat.com>
1467
1468 * gdb.compile/compile-cplus-anonymous.cc: New file.
1469 * gdb.compile/compile-cplus-anonymous.exp: New file.
1470 * gdb.compile/compile-cplus-array-decay.cc: New file.
1471 * gdb.compile/compile-cplus-array-decay.exp: New file.
1472 * gdb.compile/compile-cplus-inherit.cc: New file.
1473 * gdb.compile/compile-cplus-inherit.exp: New file.
1474 * gdb.compile/compile-cplus-member.cc: New file.
1475 * gdb.compile/compile-cplus-member.exp: New file.
1476 * gdb.compile/compile-cplus-method.cc: New file.
1477 * gdb.compile/compile-cplus-method.exp: New file.
1478 * gdb.compile/compile-cplus-mod.c: "New" file.
1479 * gdb.compile/compile-cplus-namespace.cc: New file.
1480 * gdb.compile/compile-cplus-namespace.exp: New file.
1481 * gdb.compile/compile-cplus-nested.cc: New file.
1482 * gdb.compile/compile-cplus-nested.exp: New file.
1483 * gdb.compile/compile-cplus-print.c: "New" file.
1484 * gdb.compile/compile-cplus-print.exp: "New" file.
1485 * gdb.compile/compile-cplus-virtual.cc: New file.
1486 * gdb.compile/compile-cplus-virtual.exp: New file.
1487 * gdb.compile/compile-cplus.c: "New" file.
1488 * gdb.compile/compile-cplus.exp: "New" file.
1489 * lib/compile-support.exp: New file.
1490
b0f492b9
GB
14912018-08-16 Gary Benson <gbenson@redhat.com>
1492
1493 PR gdb/13000:
1494 * gdb.base/batch-exit-status.exp: New file.
1495 * gdb.base/batch-exit-status.good-commands: Likewise.
1496 * gdb.base/batch-exit-status.bad-commands: Likewise.
1497
36eb4c5f
AH
14982018-08-29 Alan Hayward <alan.hayward@arm.com>
1499
1500 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
1501 (struct struct02): Likewise.
1502 (struct struct03): Likewise.
1503 (struct struct04): Likewise.
1504 (struct struct_01_01): New struct.
1505 (struct struct_01_02): Likewise.
1506 (struct struct_01_03): Likewise.
1507 (struct struct_01_04): Likewise.
1508 (struct struct_02_01): Likewise.
1509 (struct struct_02_02): Likewise.
1510 (struct struct_02_03): Likewise.
1511 (struct struct_02_04): Likewise.
1512 (struct struct_04_01): Likewise.
1513 (struct struct_04_02): Likewise.
1514 (struct struct_04_03): Likewise.
1515 (struct struct_04_04): Likewise.
1516 (struct struct_05_01): Likewise.
1517 (struct struct_05_02): Likewise.
1518 (struct struct_05_03): Likewise.
1519 (struct struct_05_04): Likewise.
1520 (cmp_struct01): Remove function.
1521 (cmp_struct02): Likewise.
1522 (cmp_struct03): Likewise.
1523 (cmp_struct04): Likewise.
1524 (cmp_struct_01_01): Add Function.
1525 (cmp_struct_01_02): Likewise.
1526 (cmp_struct_01_03): Likewise.
1527 (cmp_struct_01_04): Likewise.
1528 (cmp_struct_02_01): Likewise.
1529 (cmp_struct_02_02): Likewise.
1530 (cmp_struct_02_03): Likewise.
1531 (cmp_struct_02_04): Likewise.
1532 (cmp_struct_04_01): Likewise.
1533 (cmp_struct_04_02): Likewise.
1534 (cmp_struct_04_03): Likewise.
1535 (cmp_struct_04_04): Likewise.
1536 (cmp_struct_05_01): Likewise.
1537 (cmp_struct_05_02): Likewise.
1538 (cmp_struct_05_03): Likewise.
1539 (cmp_struct_05_04): Likewise.
1540 (call_all): Add new structs.
1541 * gdb.base/infcall-nested-structs.exp: Likewise.
1542
3bf9c013
JV
15432018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
1544
1545 * gdb.python/py-framefilter-mi.exp: Update regexp to
1546 check for "arch" field in frame output.
1547
450d1e88
KB
15482018-08-23 Kevin Buettner <kevinb@redhat.com>
1549
1550 * gdb.dwarf2/dw2-ranges-func.c: New file.
1551 * gdb.dwarf2/dw2-ranges-func.exp: New file.
1552
ae739fe7
SM
15532018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
1554
1555 * gdb.base/term.exp: Compare terminal settings with values from
1556 the inferior.
1557 * gdb.base/term.c: Get and set terminal settings.
1558
6d52907e
JV
15592018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
1560
1561 * lib/mi-support.exp (mi_expect_stop): Update regexp to
1562 accommodate new "arch" field in frame output.
1563 * gdb.mi/mi-return.exp: Likewise.
1564 * gdb.mi/mi-stack.exp: Likewise.
1565 * gdb.mi/mi-syn-frame.exp: Likewise.
1566 * gdb.mi/user-selected-context-sync.exp: Likewise.
1567
be2d111a
MS
15682018-08-19 Michael Spang <spang@google.com>
1569
1570 PR gdb/11786
1571 * gdb.base/gcore-tls-pie.c: New file.
1572 * gdb.base/gcore-tls-pie.exp: New file.
1573
ae3a7c47
KB
15742018-08-18 Kevin Buettner <kevinb@redhat.com>
1575
1576 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
1577 * gdb.dwarf2/varval.c: New file.
1578 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 1579
2ecae92e
AH
15802018-08-17 Alan Hayward <alan.hayward@arm.com>
1581
1582 PR gdb/18931
1583 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
1584
c1854f1d
KS
15852018-08-16 Keith Seitz <keiths@redhat.com>
1586
1587 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
1588 tests expected to pass.
1589
26fb3983
JV
15902018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
1591
1592 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
1593 -data-disassemble -a.
1594 (test_disassembly_bogus_args): Likewise.
1595
67943c00
AB
15962018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
1597
1598 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
1599
5ff2bbae
AB
16002018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
1601
1602 * gdb.base/vla-optimized-out.exp: Add new test.
1603
e5bbcd0f
AB
16042018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
1605
1606 * gdb.base/vla-optimized-out-o3.exp: Delete.
1607 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
1608 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
1609 deleted tests.
1610
9d4a934c
AB
16112018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
1612
1613 PR gdb/18050:
1614 * gdb.server/extended-remote-restart.c: New file.
1615 * gdb.server/extended-remote-restart.exp: New file.
1616
045cf012
SM
16172018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
1618
1619 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
1620 "set variable index = 42".
1621
87d6a7aa
SM
16222018-08-07 Simon Marchi <simon.marchi@ericsson.com>
1623
1624 * boards/index-cache-gdb.exp: New file.
1625 * gdb.dwarf2/index-cache.exp: New file.
1626 * gdb.dwarf2/index-cache.c: New file.
1627 * gdb.base/maint.exp: Check if we are using the index cache.
1628
96d68bd4
RO
16292018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1630
1631 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
1632 MAKEFLAGS.
1633
5a699617
RO
16342018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1635
1636 * dg-extract-results.sh: Move to toplevel contrib.
1637 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
1638 * Makefile.in (check-parallel-racy): Likewise.
1639
5bd18990
AB
16402018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
1641
1642 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
1643 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
1644 tests if the target supports scheduler locking.
1645
3fbbcf47
TV
16462018-08-04 Tom de Vries <tdevries@suse.de>
1647
1648 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
1649
3e1d3d8c
TT
16502018-08-02 Tom Tromey <tom@tromey.com>
1651
1652 PR symtab/16842.
1653 * gdb.cp/temargs.exp: Test "info address" of a template
1654 parameter.
1655
5abe0f0c
JV
16562018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
1657
1658 * gdb.python/py-mi-var-info-path-expression.c: New file.
1659 * gdb.python/py-mi-var-info-path-expression.py: New file.
1660 * gdb.python/py-mi-var-info-path-expression.exp: New file.
1661
fb66cde8
SDJ
16622018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
1663
1664 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
1665 error after "cannot resolve name" string.
1666
c708f4d2
AB
16672018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
1668
1669 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
1670 started.
1671 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
1672
37cc0cae
TV
16732018-07-28 Tom de Vries <tdevries@suse.de>
1674
1675 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
1676
63b4ecf7
TV
16772018-07-26 Tom de Vries <tdevries@suse.de>
1678
1679 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
1680
3c3bb058
AB
16812018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
1682
1683 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
1684 is visible.
1685
9e7f3bbb
TV
16862018-07-26 Tom de Vries <tdevries@suse.de>
1687
1688 PR breakpoints/23366
1689 * gdb.base/catch-follow-exec.c: New test.
1690 * gdb.base/catch-follow-exec.exp: New file.
1691
16f808ec
TV
16922018-07-25 Tom de Vries <tdevries@suse.de>
1693
1694 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
1695 vla-optimized-out.c.
1696
d7154a8d
JV
16972018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
1698
1699 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
1700 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
1701
232a0032
TV
17022018-07-20 Tom de Vries <tdevries@suse.de>
1703
1704 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
1705 NOCLONE macro.
1706 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
1707
fbb1d502
TV
17082018-07-19 Tom de Vries <tdevries@suse.de>
1709
1710 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
1711 regular expression.
1712
42dc7699
TV
17132018-07-18 Tom de Vries <tdevries@suse.de>
1714
1715 * gdb.base/vla-optimized-out.c: New test.
1716 * gdb.base/vla-optimized-out.exp: New file.
1717
7f1f7e23
SDJ
17182018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
1719
1720 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
1721 message "No address associated with hostname" when gdbserver
1722 cannot resolve the hostname.
1723
5759ebb3
PW
17242018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1725
1726 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
1727 Add some test prefixes to make tests unique.
1728
3606ccab
PW
17292018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1730
1731 * gdb.base/frameapply.c: New file.
1732 * gdb.base/frameapply.exp: New file.
1733
529c08b2
PW
17342018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1735
1736 * gdb.base/skip.exp: Update expected error message.
1737
c7ab0aef
SDJ
17382018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1739 Jan Kratochvil <jan.kratochvil@redhat.com>
1740 Paul Fertser <fercerpav@gmail.com>
1741 Tsutomu Seki <sekiriki@gmail.com>
1742
1743 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
1744 parameter.
1745 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
1746 by default.
1747 * boards/native-gdbserver.exp: Likewise.
1748 * gdb.server/run-without-local-binary.exp: Improve regexp used
1749 for detecting when a remote debugging connection succeeds.
1750 * gdb.server/server-connect.exp: New file.
1751 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
1752 Do not prefix the port number with ":".
1753 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
1754 support for detecting and using it. Add '$debughost_gdbserver'
1755 to the list of arguments used to start gdbserver. Handle case
1756 when gdbserver cannot resolve a network name.
1757
16ff70dd
SDJ
17582018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1759
1760 PR c++/23373
1761 * gdb.base/ptype-offsets.cc (struct static_member): New
1762 struct.
1763 (main) <stmember>: New variable.
1764 * gdb.base/ptype-offsets.exp: Add test for printing a struct
1765 with a static member in it.
1766
3541979f
AB
17672018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
1768
1769 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
1770 watchpoints enabled and disabled.
1771
c8ad9b9a
AB
17722018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1773
1774 * gdb.base/examine-backward.exp: Still run tests around address
1775 0x0, even if address 0x0 is not readable. Update the pattern for
1776 matching address 0x0 in expected output.
1777
e0e5e971
AB
17782018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1779
1780 * gdb.base/share-env-with-gdbserver.c (main): Add call to
1781 malloc/free.
1782
1ea5da02
TV
17832018-07-04 Tom de Vries <tdevries@suse.de>
1784
1785 * gdb.dwarf2/dw2-error.exp: Update expected error message.
1786
471b9d15
MR
17872018-07-02 Maciej W. Rozycki <macro@mips.com>
1788
1789 PR tdep/8282
1790 * gdb.arch/mips-disassembler-options.exp: New test.
1791 * gdb.arch/mips-disassembler-options.s: New test source.
1792
75acb486
PA
17932018-06-29 Pedro Alves <palves@redhat.com>
1794
1795 * gdb.threads/names.exp: Adjust expected "info threads" output.
1796
cd2bb709
PA
17972018-06-29 Pedro Alves <palves@redhat.com>
1798
1799 * gdb.opt/inline-break.exp (line number, address): Add "info
1800 break" tests.
1801
991ff292
PA
18022018-06-29 Pedro Alves <palves@redhat.com>
1803
1804 * gdb.opt/inline-break.c (func1): Add "break here" marker.
1805 * gdb.opt/inline-break.exp: Test setting breakpoints by line
1806 number and address and running to them.
1807
356819b6 18082018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
1809
1810 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
1811
2512d7ef
JK
18122018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1813
1814 * lib/compiler.c: Remove executable permission flag.
1815
be1b6474
RB
18162018-06-28 Richard Bunt <richard.bunt@arm.com>
1817
1818 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
1819 code.
1820 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
1821
291f9a96
PT
18222018-06-28 Petr Tesarik <ptesarik@suse.cz>
1823
1824 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
1825
ed6dfe51
PT
18262018-06-28 Petr Tesarik <ptesarik@suse.cz>
1827
1828 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
1829 address argument is omitted.
1830
d4d429d5
PT
18312018-06-28 Petr Tesarik <ptesarik@suse.cz>
1832
1833 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
1834
7ab6656f
OJ
18352018-06-27 Omair Javaid <omair.javaid@linaro.org>
1836
1837 PR gdb/21695
1838 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
1839 * gdb.base/infoline-reloc-main-from-zero.c: New file.
1840
a33ccfc7
TT
18412018-06-26 Tom Tromey <tom@tromey.com>
1842
1843 PR rust/22574:
1844 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
1845 * gdb.rust/simple.rs (struct SimpleLayout): New.
1846
6d72d289
SM
18472018-06-22 Simon Marchi <simon.marchi@ericsson.com>
1848
1849 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
1850 "info registers" output.
1851
8363f9d5
RB
18522018-06-21 Richard Bunt <richard.bunt@arm.com>
1853
1854 * gdb.base/watchpoint-hw-attach.c: New test.
1855 * gdb.base/watchpoint-hw-attach.exp: New file.
1856
f00674fe
SM
18572018-06-20 Simon Marchi <simon.marchi@ericsson.com>
1858
1859 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
1860 through /bin/sh.
1861 * boards/dwarf4-gdb-index.exp: Likewise.
1862 * boards/fission-dwp.exp: Likewise.
1863
1d554008
UW
18642018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
1865
1866 * gdb.base/float128.exp: Add comment and improved fail message
1867 to the failure case of "print large128" test.
1868
d0ac1c44
SM
18692018-06-19 Simon Marchi <simon.marchi@ericsson.com>
1870
1871 * configure.ac: Remove AC_PREREQ.
1872 * configure: Re-generate.
1873
61b04dd0
PA
18742018-06-19 Pedro Alves <palves@redhat.com>
1875
1876 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
1877 (func_extern_caller): New.
1878 (main): Call func_extern_caller.
1879 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
1880 logic change.
1881
f63b508a
SM
18822018-06-18 Weimin Pan <weimin.pan@oracle.com>
1883
1884 PR gdb/16841
1885 * gdb.cp/typedef-base.cc: New file.
1886 * gdb.cp/typedef-base.exp: New file.
1887
0fe3a558
TV
18882018-06-18 Tom de Vries <tdevries@suse.de>
1889
1890 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
1891
7010835a
AB
18922018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1893 Richard Bunt <Richard.Bunt@arm.com>
1894
1895 * gdb.threads/attach-slow-waitpid.c: New file.
1896 * gdb.threads/attach-slow-waitpid.exp: New file.
1897 * gdb.threads/slow-waitpid.c: New file.
1898
14897d65
PA
18992018-06-14 Pedro Alves <palves@redhat.com>
1900
1901 * gdb.base/fork-running-state.c: Include <errno.h>.
1902 (exit_if_relative_exits): New.
1903 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
1904 exits.
1905 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
1906 child exits.
1907
5d9a0608
TV
19082018-06-14 Tom de Vries <tdevries@suse.de>
1909
1910 PR cli/22573
1911 * gdb.base/finish-pretty.c: New test.
1912 * gdb.base/finish-pretty.exp: New file.
1913
11ae5818
PA
19142018-06-14 Pedro Alves <palves@redhat.com>
1915
1916 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
1917 gdb's expected startup output.
1918
1d39de44
PA
19192018-06-14 Pedro Alves <palves@redhat.com>
1920
1921 * lib/selftest-support.exp (selftest_setup): Remove inlined
1922 function handling.
1923
70ee0000
TV
19242018-06-14 Tom de Vries <tdevries@suse.de>
1925
1926 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
1927 matching of breakpoint printing.
1928
11f4b608
TV
19292018-06-13 Tom de Vries <tdevries@suse.de>
1930
1931 PR testsuite/23269
1932 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
1933 (fork_child): ... here, and ...
1934 (fork_parent): ... here.
1935
19362018-06-12 Tom de Vries <tdevries@suse.de>
1937
1938 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
1939
9516f85a
AB
19402018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1941 Stephen Roberts <stephen.roberts@arm.com>
1942
1943 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
1944 rewrite test to describe action performed, rather than possible
1945 failure.
1946
5045b3d7
GB
19472018-06-08 Gary Benson <gbenson@redhat.com>
1948
1949 * gdb.threads/check-libthread-db.exp: New file.
1950 * gdb.threads/check-libthread-db.c: Likewise.
1951
c61b06a1
TT
19522018-06-05 Tom Tromey <tom@tromey.com>
1953
1954 * gdb.base/default.exp: Update expected "show version" output.
1955
eb6af809
TT
19562018-06-05 Tom Tromey <tom@tromey.com>
1957
1958 PR cli/12326:
1959 * gdb.cp/static-print-quit.exp: Update.
1960 * lib/gdb.exp (pagination_prompt): Update.
1961 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
1962 * gdb.python/python.exp: Update.
1963
178d6a63
JB
19642018-06-04 Joel Brobecker <brobecker@adacore.com>
1965
1966 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
1967
8e817061
JB
19682018-06-01 Joel Brobecker <brobecker@adacore.com>
1969
1970 * gdb.ada/bp_fun_addr: New testcase.
1971
e86ca25f
TT
19722018-06-01 Tom Tromey <tom@tromey.com>
1973
1974 * gdb.xml/tdesc-regs.exp (load_description): Update expected
1975 results.
1976 * gdb.dwarf2/method-ptr.exp: Set language to C++.
1977 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
1978 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
1979 * gdb.base/maint.exp (maint_pass_if): Update.
1980
4b2dfa9d
MR
19812018-05-31 Maciej W. Rozycki <macro@mips.com>
1982
1983 * gdb.base/endian.exp: New test.
1984 * gdb.base/endian.c: New test source.
1985
45f25d6c
AB
19862018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
1987
1988 PR gdb/23203
1989 * gdb.base/bt-selected-frame.c: New file.
1990 * gdb.base/bt-selected-frame.exp: New file.
1991 * lib/gdb.exp (get_current_frame_number): New function.
1992
d9f6d7f8
MR
19932018-05-24 Maciej W. Rozycki <macro@mips.com>
1994 Pedro Alves <palves@redhat.com>
1995
1996 * gdb.threads/tls-core.c: Include <stdlib.h>
1997 (thread_proc): Call `abort'.
1998 * gdb.threads/tls-core.exp: Generate a core with core_find too.
1999 (tls_core_test): New procedure, bits factored out from ...
2000 (top level): ... here. Test both native cores and gcore cores.
2001
ff1cf532
TT
20022018-05-23 Tom Tromey <tom@tromey.com>
2003
2004 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
2005
b98664d3
TT
20062018-05-23 Tom Tromey <tom@tromey.com>
2007
2008 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
2009 symfile_complaints.
2010 (test_short_complaints): Likewise.
2011 (test_empty_complaints): Likewise.
2012 (test_initial_complaints): Update.
2013
4e9668d0
TT
20142018-05-23 Tom Tromey <tom@tromey.com>
2015
2016 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
2017
43ba33c7
TT
20182018-05-23 Tom Tromey <tom@tromey.com>
2019
2020 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
2021 (test_short_complaints): Update.
2022
035522c0
PA
20232018-05-22 Pedro Alves <palves@redhat.com>
2024
2025 * gdb.base/remote.exp: Only gdb_start after compiling the
2026 testcase. Issue "disconnect" before testing "set remote" command
2027 defaults. Issue clean_restart before running to main.
2028
cc0be08f
PA
20292018-05-22 Pedro Alves <palves@redhat.com>
2030
2031 * gdb.base/remote.exp: Adjust expected output of "show remote
2032 memory-write-packet-size". Add tests for "set remote
2033 memory-write-packet-size 0" and "set remote
2034 memory-write-packet-size fixed/limit".
2035
b1b60145
PA
20362018-05-22 Pedro Alves <palves@redhat.com>
2037
2038 PR gdb/22973
2039 * gdb.base/utf8-identifiers.c: New file.
2040 * gdb.base/utf8-identifiers.exp: New file.
2041
0ec848ad
PFC
20422018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2043
2044 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
2045
2c3305f6
PFC
20462018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2047
2048 * gdb.arch/powerpc-vsx-gcore.exp: New file.
2049
ce1e8424
TT
20502018-05-18 Tom Tromey <tom@tromey.com>
2051
2052 * gdb.base/ptype-offsets.exp: Update.
2053
ddfe970e
KS
20542018-05-17 Keith Seitz <keiths@redhat.com>
2055
2056 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
2057 in expected breakpoint stop locations.
2058 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
2059 move to proper scope to test variable values.
2060 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
2061 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
2062 New functions.
2063 (main): Call not_inline_func3.
2064 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
2065 inline_func1, inline_func2, and inline_func3. Test that when each
2066 breakpoint is hit, GDB properly reports both the stop location
2067 and the backtrace. Repeat tests for temporary breakpoints.
2068
0726fcc6
MR
20692018-05-15 Maciej W. Rozycki <macro@mips.com>
2070
2071 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
2072 rather then trying to access it in determining whether the PID
2073 of `gdbserver' could have been retrieved.
2074
8ee22052
AB
20752018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
2076
2077 * gdb.arch/amd64-init-x87-values.S: New file.
2078 * gdb.arch/amd64-init-x87-values.exp: New file.
2079
7785df48
JK
20802018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2081
2082 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
2083
56bcdbea
TT
20842018-05-04 Tom Tromey <tom@tromey.com>
2085
2086 PR python/22730:
2087 * gdb.python/python.exp: Test multi-line execute.
2088
a913fffb
TT
20892018-05-04 Tom Tromey <tom@tromey.com>
2090
2091 PR python/22731:
2092 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
2093
7a2c85f2
TT
20942018-05-04 Tom Tromey <tom@tromey.com>
2095
2096 PR gdb/11750:
2097 * gdb.base/define.exp: Test defining a user command inside a user
2098 command.
2099 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
2100
a3b60e45
JK
21012018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2102 Pedro Alves <palves@redhat.com>
2103
2104 PR breakpoints/19806 and support for PR external/20207.
2105 * gdb.base/watchpoint-unaligned.c: New file.
2106 * gdb.base/watchpoint-unaligned.exp: New file.
2107
45fe4a03
AB
21082018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2109
2110 * gdb.base/maint.exp: Make test names unique, use
2111 test_prefix_command_help to test 'help maint info', and remove
2112 repeated test of 'help maint'.
2113
9be2ae8f
TT
21142018-05-04 Tom Tromey <tom@tromey.com>
2115
2116 PR gdb/22619:
2117 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
2118 behavior.
2119
11859c31
AB
21202018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2121
2122 * gdb.base/maint.exp: Process output from 'maint print registers'
2123 line at a time.
2124
089a9490
AB
21252018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2126
2127 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
2128 timeout.
2129
9b0797e2
AB
21302018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
2131
2132 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
2133 filter pattern.
2134
f6ac5f3d
PA
21352018-05-02 Pedro Alves <palves@redhat.com>
2136
2137 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
2138 to_log_command renames.
2139 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2140
77d3c63b
TT
21412018-05-02 Tom Tromey <tom@tromey.com>
2142
2143 * gdb.python/py-parameter.exp: Set test message.
2144
0489430a
TT
21452018-05-02 Tom Tromey <tom@tromey.com>
2146
2147 PR python/20084:
2148 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
2149 PARAM_ZUINTEGER_UNLIMITED tests.
2150
1632f8ba
DR
21512018-04-28 Dan Robertson <danlrobertson89@gmail.com>
2152
2153 PR rust/23124
2154 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
2155 when casting.
2156
6d7bb824
TT
21572018-04-30 Tom Tromey <tom@tromey.com>
2158
2159 * gdb.python/py-type.exp: Check align attribute.
2160 * gdb.python/py-type.c: New "aligncheck" global.
2161
007e1530
TT
21622018-04-30 Tom Tromey <tom@tromey.com>
2163
2164 PR exp/17095:
2165 * gdb.dwarf2/dw2-align.exp: New file.
2166 * gdb.cp/align.exp: New file.
2167 * gdb.base/align.exp: New file.
2168 * lib/gdb.exp (gdb_int128_helper): New proc.
2169 (has_int128_c, has_int128_cxx): New caching procs.
2170
6873858b
TT
21712018-04-27 Tom Tromey <tom@tromey.com>
2172
2173 PR rust/22545:
2174 * gdb.rust/simple.exp: Add inclusive range tests.
2175
79188d8d
PA
21762018-04-26 Pedro Alves <palves@redhat.com>
2177
2178 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
2179 ifunc breakpoint locations correctly of ifunc breakpoints set
2180 while the program resolves the ifunc.
2181
c7075ad5
PA
21822018-04-26 Pedro Alves <palves@redhat.com>
2183
2184 * gdb.base/gnu-ifunc-final.c: New file.
2185 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
2186 * gdb.base/gnu-ifunc.exp (executable): Delete.
2187 (staticexecutable): Adjust.
2188 (lib_opts, exec_opts): Delete.
2189 (make_binsuffix, build, set-break): New procedures.
2190 (misc_tests): New, with tests factored out from the top level.
2191 (top level): Test different combinations of ifunc resolver name,
2192 resolver with and with debug info, and ifunc target with and
2193 without debug info. Wrap static tests with with_target_prefix.
2194
8388016d
PA
21952018-04-26 Pedro Alves <palves@redhat.com>
2196
2197 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
2198 return type" warnings.
2199
249b5733
PA
22002018-04-25 Pedro Alves <palves@redhat.com>
2201
2202 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
2203 killed".
2204 * gdb.base/kill-after-signal.exp: Likewise.
2205 * gdb.threads/kill.exp: Likewise.
2206
f67c0c91
SDJ
22072018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2208 Sergio Durigan Junior <sergiodj@redhat.com>
2209 Pedro Alves <palves@redhat.com>
2210
2211 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
2212 regexps to expect for '[Inferior ... detached]' as well.
2213 * gdb.base/attach.exp: Likewise.
2214 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
2215 "gdb_continue_to_end".
2216 (test_catch_syscall_with_wrong_args): Likewise.
2217 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
2218 ']'. Don't set 'verbose' on.
2219 * gdb.base/foll-vfork.exp: Likewise.
2220 * gdb.base/fork-print-inferior-events.c: New file.
2221 * gdb.base/fork-print-inferior-events.exp: New file.
2222 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
2223 '[Inferior ... has been killed]' message.
2224 * gdb.base/kill-after-signal.exp: Likewise.
2225 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
2226 detach message.
2227 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
2228 message.
2229 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
2230 regexps to expect for '[Inferior ... detached]' as well.
2231 * gdb.threads/process-dies-while-detaching.exp: Likewise.
2232
0a8ddac4
SM
22332018-04-24 Simon Marchi <simon.marchi@ericsson.com>
2234
2235 PR gdb/23104
2236 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
2237
d27d16bf
RB
22382018-04-19 Richard Bunt <richard.bunt@arm.com>
2239
2240 * gdb.threads/multiple-successive-infcall.c: New test.
2241 * gdb.threads/multiple-successive-infcall.exp: New file.
2242
a037790e
TT
22432018-04-17 Tom Tromey <tom@tromey.com>
2244
2245 * gdb.rust/simple.rs (Union): New type.
2246 (main): New local "u".
2247 * gdb.rust/simple.exp (test_one_slice): Add new test case.
2248
e3a91079
AA
22492018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2250
2251 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
2252 number information in output of "whereis" command.
2253 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
2254
b744723f
AA
22552018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2256
2257 * gdb.ada/info_types.exp: Adjust expected output to the line
2258 numbers now printed by "info var/func/type".
2259 * gdb.base/completion.exp: Likewise.
2260 * gdb.base/included.exp: Likewise.
2261 * gdb.cp/cp-relocate.exp: Likewise.
2262 * gdb.cp/cplusfuncs.exp: Likewise.
2263 * gdb.cp/namespace.exp: Likewise.
2264 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
2265
4a4495d6
MM
22662018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2267
2268 * gdb.btrace/cpu.exp: New.
2269
1d509aa6
MM
22702018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2271
2272 * gdb.base/step-indirect-call-thunk.exp: New.
2273 * gdb.base/step-indirect-call-thunk.c: New.
2274 * gdb.reverse/step-indirect-call-thunk.exp: New.
2275 * gdb.reverse/step-indirect-call-thunk.c: New.
2276
6295b6da
SM
22772018-04-11 Simon Marchi <simon.marchi@ericsson.com>
2278
2279 * gdb.base/pie-fork.c: New file.
2280 * gdb.base/pie-fork.exp: New file.
2281
50146e70
TT
22822018-04-11 Tom Tromey <tom@tromey.com>
2283
2284 * gdb.rust/simple.exp: Add test for ".." struct initializer.
2285
f50d8a2e
PA
22862018-04-10 Pedro Alves <palves@redhat.com>
2287
2288 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
2289 exits. Instead loop running forever.
2290 (fork_parent): Run forever too.
2291
a0be7a36
SM
22922018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2293
2294 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
2295 mi_continue_to_line.
2296 * gdb.mi/mi-stack.c (callee4): Add comment.
2297
9b73db36
SM
22982018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2299
2300 * gdb.mi/mi-stack.exp: Fix indentation.
2301
c912f608
SM
23022018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2303
2304 PR gdb/22979
2305 * gdb.arch/amd64-osabi.exp: New file.
2306
26540402
SM
23072018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2308
2309 PR gdb/22980
2310 * gdb.base/osabi.exp: New file.
2311
121ad66c 23122018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
2313
2314 * gdb.cp/static-typedef-print.exp: New file.
2315 * gdb.cp/static-typedef-print.cc: New file.
2316
3fcded8f
JB
23172018-03-27 Joel Brobecker <brobecker@adacore.com>
2318
2319 * gdb.ada/varsize_limit: New testcase.
2320
59cc4834
JB
23212018-03-27 Joel Brobecker <brobecker@adacore.com>
2322
2323 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
2324
2325 * gdb.ada/notcplusplus: New testcase.
2326
2327 * gdb.base/c-linkage-name.c: New file.
2328 * gdb.base/c-linkage-name.exp: New testcase.
2329
4ca59a9f
TT
23302018-03-26 Tom Tromey <tom@tromey.com>
2331
2332 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
2333 * gdb.python/py-framefilter.py (name_error): New global.
2334 (ErrorInName.function): Use name_error.
2335
978d6c75
TT
23362018-03-26 Tom Tromey <tom@tromey.com>
2337
2338 PR backtrace/15582:
2339 * gdb.python/py-framefilter.exp: Add "bt hide" test.
2340
b7fee5a3
KS
23412018-03-23 Keith Seitz <keiths@redhat.com>
2342
2343 PR c++/22968
2344 * gdb.cp/subtypes.exp: New file.
2345 * gdb.cp/subtypes.h: New file.
2346 * gdb.cp/subtypes.cc: New file.
2347 * gdb.cp/subtypes-2.cc: New file.
2348
376be529
AB
23492018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2350
2351 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
2352 (done): Call '_exit' not 'exit' to avoid atexit handlers.
2353 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
2354 -nostartfiles when compiling the test. Confirm that all registers
2355 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
2356
066cfa98
AB
23572018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2358
2359 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
2360 option, syntax was wrong anyway.
2361 * gdb.arch/arm-disp-step.exp: Likewise.
2362 * gdb.arch/sparc64-regs.exp: Likewise.
2363 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
2364 option, syntax was wrong anyway, switch to use
2365 prepare_for_testing.
2366 * gdb.arch/i386-disp-step.exp: Likewise.
2367
079670b9
AA
23682018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
2369
2370 * gdb.ada/exec_changed.exp: Replace "target_info exists
2371 use_gdb_stub" by "use_gdb_stub".
2372 * gdb.ada/start.exp: Likewise.
2373 * gdb.base/async-shell.exp: Likewise.
2374 * gdb.base/attach-pie-misread.exp: Likewise.
2375 * gdb.base/attach-wait-input.exp: Likewise.
2376 * gdb.base/break-entry.exp: Likewise.
2377 * gdb.base/break-interp.exp: Likewise.
2378 * gdb.base/dprintf-detach.exp: Likewise.
2379 * gdb.base/nostdlib.exp: Likewise.
2380 * gdb.base/solib-nodir.exp: Likewise.
2381 * gdb.base/statistics.exp: Likewise.
2382 * gdb.base/testenv.exp: Likewise.
2383 * gdb.mi/mi-exec-run.exp: Likewise.
2384 * gdb.mi/mi-start.exp: Likewise.
2385 * gdb.multi/dummy-frame-restore.exp: Likewise.
2386 * gdb.multi/multi-arch-exec.exp: Likewise.
2387 * gdb.multi/multi-arch.exp: Likewise.
2388 * gdb.multi/tids.exp: Likewise.
2389 * gdb.multi/watchpoint-multi.exp: Likewise.
2390 * gdb.python/py-events.exp: Likewise.
2391 * gdb.threads/attach-into-signal.exp: Likewise.
2392 * gdb.threads/attach-stopped.exp: Likewise.
2393 * gdb.threads/threadapply.exp: Likewise.
2394 * lib/selftest-support.exp: Likewise.
2395
26d6cec4
AA
23962018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
2397
2398 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
2399
4ee89e90
SR
24002018-03-20 Stephen Roberts <stephen.roberts@arm.com>
2401
2402 * gdb.perf/template-breakpoints.cc: New file.
2403 * gdb.perf/template-breakpoints.exp: New file.
2404 * gdb.perf/template-breakpoints.py: New file.
2405
92630041
TT
24062018-03-19 Tom Tromey <tom@tromey.com>
2407
2408 * gdb.rust/simple.rs (main): Add local variables field1, field2,
2409 y0.
2410 * gdb.rust/simple.exp: Test bare identifier form of struct
2411 initializer.
2412
76727919
TT
24132018-03-19 Tom Tromey <tom@tromey.com>
2414
2415 * gdb.gdb/observer.exp: Remove.
2416
194ed413
AA
24172018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2418
2419 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
2420 "qualified" option when setting breakpoints.
2421 * gdb.trace/backtrace.exp: Likewise.
2422 * gdb.trace/circ.exp: Likewise.
2423 * gdb.trace/collection.exp: Likewise.
2424 * gdb.trace/disconnected-tracing.exp: Likewise.
2425 * gdb.trace/ftrace-lock.exp: Likewise.
2426 * gdb.trace/ftrace.exp: Likewise.
2427 * gdb.trace/infotrace.exp: Likewise.
2428 * gdb.trace/packetlen.exp: Likewise.
2429 * gdb.trace/passc-dyn.exp: Likewise.
2430 * gdb.trace/qtro.exp: Likewise.
2431 * gdb.trace/read-memory.exp: Likewise.
2432 * gdb.trace/report.exp: Likewise.
2433 * gdb.trace/signal.exp: Likewise.
2434 * gdb.trace/status-stop.exp: Likewise.
2435 * gdb.trace/strace.exp: Likewise.
2436 * gdb.trace/tfind.exp: Likewise.
2437 * gdb.trace/trace-break.exp: Likewise.
2438 * gdb.trace/trace-condition.exp: Likewise.
2439 * gdb.trace/trace-mt.exp: Likewise.
2440 * gdb.trace/tstatus.exp: Likewise.
2441 * gdb.trace/tsv.exp: Likewise.
2442 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2443 * gdb.trace/unavailable.exp: Likewise.
2444 * gdb.trace/while-dyn.exp: Likewise.
2445
8b067d2c
AA
24462018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2447
2448 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
2449 that libinproctrace is copied to the target.
2450
3ae9ce5d
TT
24512018-03-14 Tom Tromey <tom@tromey.com>
2452
2453 PR cli/14977:
2454 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
2455 a null pointer.
2456 * gdb.base/wchar.exp: Likewise.
2457
b8c2339b
TT
24582018-03-14 Tom Tromey <tom@tromey.com>
2459
2460 PR cli/19918:
2461 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
2462 flag.
2463
4872dc46
SM
24642018-03-08 Simon Marchi <simon.marchi@ericsson.com>
2465
2466 PR gdb/22841
2467 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
2468 "target" to remote_exec.
2469
e4fe3756
SM
24702018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
2471
2472 PR gdb/22841
2473 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
2474 ${board}_upload): Remove.
2475
e95a97d4
AA
24762018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
2477
2478 * gdb.cp/watch-cp.cc: New test.
2479 * gdb.cp/watch-cp.exp: New file.
2480
dbbb1059
AB
24812018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2482
2483 * gdb.base/infcall-nested-structs.exp: New file.
2484 * gdb.base/infcall-nested-structs.c: New file.
2485 * gdb.base/float.exp: Add riscv support.
2486
ecc054c0
TP
24872018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
2488
2489 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
2490 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
2491
25e3c82c
SDJ
24922018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
2493
2494 * gdb.server/abspath.exp: New file.
2495 * lib/gdb.exp (with_cwd): New procedure.
2496
3083294d
SM
24972018-02-28 Simon Marchi <simon.marchi@ericsson.com>
2498
2499 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
2500 use it.
2501 (gdb_is_target_remote_prompt): New proc.
2502 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
2503 (gdb_is_target_native): Pass prompt parameter to
2504 gdb_is_target_1.
2505
3275ef47
SM
25062018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
2507
2508 * gdb.base/load-command.c: New file.
2509 * gdb.base/load-command.exp: New file.
2510 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
2511 (gdb_is_target_1): ...this, and generalize for other targets
2512 than just remote.
2513 (gdb_is_target_remote): Use gdb_is_target_1.
2514 (gdb_is_target_native): use gdb_is_target_1.
2515
6893c19a
TT
25162018-02-26 Tom Tromey <tom@tromey.com>
2517
2518 PR python/16497:
2519 * gdb.python/py-framefilter.exp: Update test.
2520
2ddeaf8a
TT
25212018-02-26 Tom Tromey <tom@tromey.com>
2522
2523 * gdb.dwarf2/variant.c: New file.
2524 * gdb.dwarf2/variant.exp: New file.
2525
c9317f21
TT
25262018-02-26 Tom Tromey <tom@tromey.com>
2527
2528 * gdb.rust/simple.exp: Accept more possible results in enum test.
2529
6f6d0c26
SM
25302018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
2531
2532 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
2533 parentheses.
2534
11b03145
MR
25352018-02-23 Maciej W. Rozycki <macro@mips.com>
2536
2537 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
2538 name of a variable: $actual_linejj -> $actual_line.
2539
54a27fe5
JB
25402018-02-21 John Baldwin <jhb@FreeBSD.org>
2541
2542 * gdb.arch/amd64-i386-address.exp: Fix a typo.
2543
de65820c
MM
25442018-02-20 Markus Metzger <markus.t.metzger@intel.com>
2545
2546 * gdb.btrace/buffer-size.exp: Do not force BTS.
2547
980548fd
PA
25482018-02-14 Pedro Alves <palves@redhat.com>
2549
2550 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
2551 getting a "Quit".
2552
c4e12631
MM
25532018-02-09 Markus Metzger <markus.t.metzger@intel.com>
2554
2555 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
2556 Fix test name.
2557
c2e0e465
SM
25582018-02-07 Simon Marchi <simon.marchi@ericsson.com>
2559
2560 * gdb.cp/m-static.exp: Check type of optimized out static
2561 member.
2562
f7216783
AB
25632018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
2564
2565 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
2566 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
2567
0625771b
LS
25682018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
2569 Leszek Swirski <leszeks@google.com>
2570
2571 * gdb.python/py-prettyprint.c
2572 (struct to_string_returns_value_inner,
2573 struct to_string_returns_value_wrapper): New.
2574 (main): Add tsrvw variable.
2575 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
2576 ToStringReturnsValueWrapper): New classes.
2577 (register_pretty_printers): Register new pretty-printers.
2578 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
2579 recursive pretty printer.
2580 * gdb.python/py-mi.exp: Likewise.
2581
59498c30
LS
25822018-02-01 Leszek Swirski <leszeks@google.com>
2583
2584 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
2585 functions with the same name as an include file are parsed
2586 correctly.
2587
d4d38844
YQ
25882018-02-01 Yao Qi <yao.qi@linaro.org>
2589
2590 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
2591 "\[^\r\n\]*".
2592
07e5f5cf
NP
25932018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
2594
2595 * gdb.arch/powerpc-prologue-frame.s: New file.
2596 * gdb.arch/powerpc-prologue-frame.c: Likewise.
2597 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
2598
929b5ad4
JB
25992018-01-31 Joel Brobecker <brobecker@adacore.com>
2600
2601 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
2602
e671cd59
PA
26032018-01-30 Pedro Alves <palves@redhat.com>
2604
2605 PR gdb/13211
2606 * gdb.base/interrupt-daemon.c: New.
2607 * gdb.base/interrupt-daemon.exp: New.
2608 * gdb.multi/multi-term-settings.c: New.
2609 * gdb.multi/multi-term-settings.exp: New.
2610
fc413dc4
JB
26112018-01-30 Joel Brobecker <brobecker@adacore.com>
2612
2613 * gdb.base/break.exp: Save the location where the breakpoint
2614 on break.c:47 was actually inserted when debugging the version
2615 compiled at -O2 and use it in the expected output of the "info
2616 break" test performed soon after.
2617
5c319bb2
PA
26182018-01-22 Pedro Alves <palves@redhat.com>
2619 Sergio Durigan Junior <sergiodj@redhat.com>
2620
2621 * gdb.base/whatis.exp: Add tests for 'set print object on' +
2622 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
2623
a9e40818
JB
26242018-01-22 Joel Brobecker <brobecker@adacore.com>
2625
2626 * gdb.base/break-include.c, gdb.base/break-include.inc,
2627 gdb.base/break-include.exp: New files.
2628 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
2629 line number now being the actual line number where the breakpoint
2630 was inserted.
2631 * gdb.mi/mi-break.exp: Likewise.
2632 * gdb.mi/mi-reverse.exp: Likewise.
2633 * gdb.mi/mi-simplerun.exp: Ditto.
2634
e707fc44
AB
26352018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
2636
2637 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
2638 varobj.
2639 * gdb.mi/mi-var-create-rtti.exp: Likewise.
2640
ae451627
AB
26412018-01-21 Don Breazeal <donb@codesourcery.com>
2642 Andrew Burgess <andrew.burgess@embecosm.com>
2643
2644 * gdb.mi/basics.c: Add new global.
2645 * gdb.mi/mi-frame-regs.exp: New file.
2646 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
2647 case.
2648
b1b189e0
AB
26492018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
2650
2651 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
2652 non-parameter, and on an unknown symbol.
2653
fcfcc376
TT
26542018-01-19 Tom Tromey <tom@tromey.com>
2655
2656 * gdb.rust/modules.rs (TWENTY_THREE): New global.
2657 * gdb.rust/modules.exp: Add ::-qualified lookup test.
2658
634c1c31
AA
26592018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2660
2661 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
2662 setrlimit and chdir to int.
2663
d6ad07fd
AA
26642018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2665
2666 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
2667 function.
2668 (my_tend): Likewise.
2669 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
2670 rationale of avoiding FP- and vector instructions.
2671
adf8243b
RK
26722018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
2673
2674 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
2675 "info reg" with "\[ \t\]*".
2676 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
2677 "\[ \t\]+".
2678 * gdb.arch/s390-multiarch.exp: Ditto.
2679 * gdb.base/pc-fp.exp: Ditto.
2680 * gdb.reverse/i386-precsave.exp: Ditto.
2681 * gdb.reverse/i386-reverse.exp: Ditto.
2682 * gdb.reverse/i387-env-reverse.exp: Ditto.
2683 * gdb.reverse/i387-stack-reverse.exp: Ditto.
2684
dcc06925
AA
26852018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2686
2687 * lib/gdb.exp (gdb_compile): Re-enable use of
2688 universal_compile_options for languages other than Rust.
2689
25d4fd80
AA
26902018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2691
2692 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
2693
ee7f689e 26942018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
2695
2696 PR gdb/16577
2697 * gdb.base/solib-vanish.exp: New.
2698 * gdb.base/solib-vanish-main.c: New.
2699 * gdb.base/solib-vanish-lib1.c: New.
2700 * gdb.base/solib-vanish-lib2.c: New.
2701
d8447b6b
YQ
27022018-01-17 Yao Qi <yao.qi@linaro.org>
2703
2704 * gdb.compile/compile.exp: Match the address printed for
2705 frame in the output of command "bt".
2706
86d6a90c
TT
27072018-01-15 Tom Tromey <tom@tromey.com>
2708
2709 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
2710 compute sp_reg.
2711
cbcdb1aa
AB
27122018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2713
2714 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
2715 to prepare.
2716 (prepare): Return 0 on error, 1 on success.
2717
eea61984
PA
27182018-01-12 Pedro Alves <palves@redhat.com>
2719
2720 * gdb.base/continue-after-aborted-step-over.c: New.
2721 * gdb.base/continue-after-aborted-step-over.exp: New.
2722
6181e9c2
SM
27232018-01-11 Simon Marchi <simon.marchi@ericsson.com>
2724
2725 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
2726 options when not creating an executable.
2727
3cada740
PA
27282018-01-11 Pedro Alves <palves@redhat.com>
2729
2730 PR remote/22597
2731 * gdb.server/stop-reply-no-thread.c: New file.
2732 * gdb.server/stop-reply-no-thread.exp: New file.
2733
c63d3e8d
PA
27342018-01-10 Pedro Alves <palves@redhat.com>
2735
2736 PR gdb/22670
2737 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
2738 functions too. Test setting breakpoints and printing C functions
2739 with no debug info too.
2740 * gdb.ada/bp_c_mixed_case/qux.c: New file.
2741
d4c2a405
PA
27422018-01-10 Pedro Alves <palves@redhat.com>
2743
2744 PR gdb/22670
2745 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
2746 a fail.
2747
8825213e
PA
27482018-01-10 Pedro Alves <palves@redhat.com>
2749
2750 PR gdb/22670
2751 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
2752
605fd3c6
YQ
27532018-01-08 Simon Marchi <simon.marchi@ericsson.com>
2754
2755 * gdb.server/unittest.exp: Match the output in non-development
2756 mode.
2757
1e5ded6c
YQ
27582018-01-08 Simon Marchi <simon.marchi@ericsson.com>
2759
2760 * gdb.gdb/unittest.exp: Match output in non-development mode.
2761
30066b0b
JB
27622018-01-08 Joel Brobecker <brobecker@adacore.com>
2763
2764 * gdb.ada/access_tagged_param.exp: Relax expected output
2765 for value of "ObjL" in "continue" to pck.inspect breakpoint
2766 test.
2767
04bafb1e
XR
27682018-01-08 Joel Brobecker <brobecker@adacore.com>
2769
9f86398b
JB
2770 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
2771 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 2772
e379cee6
PA
27732018-01-05 Pedro Alves <palves@redhat.com>
2774
2775 PR gdb/18653
2776 * gdb.base/libsegfault.exp: New.
2777
de63c46b
PA
27782018-01-05 Joel Brobecker <brobecker@adacore.com>
2779
2780 PR gdb/22670
2781 * gdb.ada/access_tagged_param.exp: New file.
2782 * gdb.ada/access_tagged_param/foo.adb: New file.
2783
f98fc17b
PA
27842018-01-05 Pedro Alves <palves@redhat.com>
2785
2786 PR gdb/22670
2787 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
2788 exercise lower case too, and to exercise both full matching and
2789 wild matching.
2790
342f8240
JB
27912018-01-05 Joel Brobecker <brobecker@adacore.com>
2792
2793 * gdb.ada/rename_subscript_param: New testcase.
2794
7150d33c
JG
27952018-01-05 Jerome Guitton <guitton@adacore.com>
2796
2797 * gdb.ada/arr_acc_idx_w_gap: New testcase.
2798
cc0e770c
JB
27992018-01-05 Joel Brobecker <brobecker@adacore.com>
2800
2801 * gdb.ada/convvar_comp: New testcase.
2802
672a41aa 28032018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
2804
2805 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
2806 (My_Table): New global variable.
2807 * testsuite/gdb.ada/array_char_idx.exp: Add test.
2808
7365ec2f
JB
28092018-01-04 Joel Brobecker <brobecker@adacore.com>
2810
2811 PR gdb/22670
2812 * gdb.ada/maint_with_ada: New testcase.
2813
289483b6
JB
28142018-01-04 Joel Brobecker <brobecker@adacore.com>
2815
2816 PR gdb/22670
2817 * gdb.ada/bp_c_mixed_case: New testcase.
2818
344420da
JB
28192018-01-04 Joel Brobecker <brobecker@adacore.com>
2820
2821 PR gdb/22670
2822 * gdb.ada/complete.exp: Add "complete break ada" test.
2823
66fc87a0
JB
28242018-01-04 Joel Brobecker <brobecker@adacore.com>
2825
2826 PR gdb/22670
2827 * gdb.ada/info_addr_mixed_case: New testcase.
2828
9f757bf7
XR
28292018-01-03 Xavier Roirand <roirand@adacore.com>
2830
2831 * gdb.ada/excep_handle.exp: New testcase.
2832 * gdb.ada/excep_handle/foo.adb: New file.
2833 * gdb.ada/excep_handle/pck.ads: New file.
2834
bd570f80
JB
28352018-01-03 Joel Brobecker <brobecker@adacore.com>
2836
2837 * gdb.base/step-line.c: Add extra empty line in copyright header.
2838 * gdb.base/step-line.inp: Likewise.
2839
9fe561ab
JB
28402018-01-02 Joel Brobecker <brobecker@adacore.com>
2841
2842 * gdb.ada/dyn_stride.exp: Add slice test.
2843
a405673c
JB
28442018-01-02 Joel Brobecker <brobecker@adacore.com>
2845
2846 * gdb.ada/dyn_stride: New testcase.
2847
cef0f868
SH
28482017-12-27 Stafford Horne <shorne@gmail.com>
2849
2850 * gdb.xml/extra-regs.xml: Add example foo reggroup.
2851 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
2852
b67d92b0
SH
28532017-12-27 Stafford Horne <shorne@gmail.com>
2854
2855 * gdb.base/reggroups.c: New file.
2856 * gdb.base/reggroups.exp: New file.
2857
eccab96d
JB
28582017-12-18 Joel Brobecker <brobecker@adacore.com>
2859
2860 * gdb.dwarf2/ada-valprint-error.c: New file.
2861 * gdb.dwarf2/ada-valprint-error.exp: New file.
2862
0e2da9f0
JB
28632017-12-18 Joel Brobecker <brobecker@adacore.com>
2864
2865 * gdb.ada/assign_arr: New testcase.
2866
cb923fcc
XR
28672017-12-18 Xavier Roirand <roirand@adacore.com>
2868
2869 * gdb.ada/funcall_ptr: New testcase.
2870
7c161838
SDJ
28712017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
2872
2873 PR cli/16224
2874 * gdb.base/ptype-offsets.cc: New file.
2875 * gdb.base/ptype-offsets.exp: New file.
2876
1af17fd9
YQ
28772017-12-15 Yao Qi <yao.qi@linaro.org>
2878
2879 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
2880 if XML is disabled.
2881
828d5846
XR
28822017-12-15 Xavier Roirand <roirand@adacore.com>
2883
2884 * gdb.ada/same_component_name: New testcase.
2885
79e8fcaa
JB
28862017-12-14 Joel Brobecker <brobecker@adacore.com>
2887
2888 * gdb.ada/str_binop_equal: New testcase.
2889
e05fa6f9
JB
28902017-12-14 Joel Brobecker <brobecker@adacore.com>
2891
2892 * gdb.ada/task_switch_in_core: New testcase.
2893
b89641ba
SM
28942017-12-13 Simon Marchi <simon.marchi@ericsson.com>
2895
2896 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
2897 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
2898 call test_bkpt_qualified.
2899 (test_bkpt_qualified): New proc.
2900
6892d2e4
PA
29012017-12-13 Pedro Alves <palves@redhat.com>
2902
2903 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2904 Tighten regexp by matching with an anchor.
2905
a22ecf70
PA
29062017-12-13 Pedro Alves <palves@redhat.com>
2907
2908 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
2909 ("expression with namespace"): New set of tests.
2910 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
2911 (Nested::Test_NS::qux): New.
2912 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
2913 defaults to 'start_quote_char' and 'end_quote_char' parameters.
2914
9937536c
JB
29152017-12-13 Joel Brobecker <brobecker@adacore.com>
2916
2917 * gdb.base/server-del-break.c: New file.
2918 * gdb.base/server-del-break.exp: New file.
2919
fe49c6f5
SH
29202017-12-12 Stafford Horne <shorne@gmail.com>
2921
2922 * gdb.xml/tdesc-regs.exp: Add or1k support.
2923
c3d18620
SH
29242017-12-12 Stafford Horne <shorne@gmail.com>
2925
2926 * gdb.base/bp-permanent.c: Define nop of or1k.
2927
c5f9cfc8
JB
29282017-12-11 Joel Brobecker <brobecker@adacore.com>
2929
2930 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
2931 output with components being reordered.
2932
a9c135fc
JB
29332017-12-11 Joel Brobecker <brobecker@adacore.com>
2934
2935 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
2936 output with components being reordered.
2937
927aa2e7
JK
29382017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2939 Pedro Alves <palves@redhat.com>
2940
2941 * gdb.base/maint.exp (check for .gdb_index): Check also for
2942 .debug_names.
2943 * gdb.dlang/watch-loc.c (.debug_aranges): New.
2944 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
2945 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
2946 (.gdb_index used after symbol reloading): Support also .debug_names.
2947 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
2948
f17d9474
YQ
29492017-12-08 Yao Qi <yao.qi@linaro.org>
2950
2951 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2952 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
2953
a0de8c21
YQ
29542017-12-08 Yao Qi <yao.qi@linaro.org>
2955
2956 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2957 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
2958
a738ea1d
YQ
29592017-12-08 Yao Qi <yao.qi@linaro.org>
2960
2961 * gdb.arch/aarch64-tagged-pointer.c: New file.
2962 * gdb.arch/aarch64-tagged-pointer.exp: New file.
2963
1cd9a73b
SDJ
29642017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
2965
2966 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
2967 "int".
2968
fa6eb693
KS
29692017-12-07 Keith Seitz <keiths@redhat.com>
2970
2971 PR breakpoints/22569
2972 * gdb.linespec/ls-errs.exp: Change expected result of "break
2973 -source this file has spaces.c -line 3".
2974 Check that an explicit source file followed by whitespace is
2975 identified as an invalid explicit location.
2976
883fd55a
KS
29772017-12-07 Keith Seitz <keiths@redhat.com>
2978
2979 * gdb.cp/nested-types.cc: New file.
2980 * gdb.cp/nested-types.exp: New file.
2981 * lib/cp-support.exp: Load data-structures.exp library.
2982 (debug_cp_test_ptype_class): New global.
2983 (cp_ptype_class_verbose, next_line): New procedures.
2984 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
2985 Add and document new return value.
2986 Switch the list of lines to a queue.
2987 Add support for new `type' key for nested type definitions.
2988 Add debugging/troubleshooting messages.
2989 * lib/data-structures.exp: New file.
2990
ec72db3e
SM
29912017-12-07 Simon Marchi <simon.marchi@ericsson.com>
2992
2993 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
2994 with proc_with_prefix, don't use with_test_prefix.
2995
99598d71
TT
29962017-12-07 Tom Tromey <tom@tromey.com>
2997
2998 * gdb.base/break.exp: Add test for empty "commands".
2999
a8806230
YQ
30002017-12-07 Yao Qi <yao.qi@linaro.org>
3001
3002 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
3003 malloc and catch syscall.
3004
824cc835
PM
30052017-12-07 Phil Muldoon <pmuldoon@redhat.com>
3006
3007 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
3008 tests for explicit locations.
3009
7cc244de
PA
30102017-12-06 Pedro Alves <palves@redhat.com>
3011
3012 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
3013 force-disabling XML descriptions.
3014
50a1fdd5
PA
30152017-12-04 Pedro Alves <palves@redhat.com>
3016
3017 PR gdb/22499
3018 * gdb.arch/amd64-disp-step-avx.S: New file.
3019 * gdb.arch/amd64-disp-step-avx.exp: New file.
3020
f0fb2488
PA
30212017-12-03 Pedro Alves <palves@redhat.com>
3022
3023 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
3024 and <string.h>.
3025 (parent_function): Print distinct messages when waitpid fails, or
3026 the child exits with a signal, or the child exits for an unhandled
3027 reason.
3028 * gdb.threads/process-dies-while-detaching.exp
3029 (detach_and_expect_exit): New 'inf_output_re' parameter and use
3030 it. Wait for both inferior output and GDB's prompt. Use an
3031 indirect spawn id list.
3032 (do_detach): New parameter 'child_exit'. Use it to compute
3033 expected inferior output.
3034 (test_detach, test_detach_watch, test_detach_killed_outside):
3035 Adjust to pass down the expected child exit kind.
3036
97cbe998
SDJ
30372017-12-01 Joel Brobecker <brobecker@adacore.com>
3038 Sergio Durigan Junior <sergiodj@redhat.com>
3039 Pedro Alves <palves@redhat.com>
3040
3041 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
3042
40fc416f
SDJ
30432017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
3044
3045 * gdb.base/relocate.exp: Add tests to guarantee that arguments
3046 to 'symbol-file' and 'add-symbol-file' can be
3047 position-independent.
3048
1cc75e92
YQ
30492017-12-01 Yao Qi <yao.qi@linaro.org>
3050
3051 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
3052 the URL in copyright header.
3053 * gdb.arch/aarch64-fp.exp: Likewise.
3054 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
3055 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
3056 * gdb.base/expand-psymtabs.exp: Likewise.
3057 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
3058 * gdb.fortran/common-block.exp: Likewise.
3059 * gdb.fortran/common-block.f90: Likewise.
3060 * gdb.fortran/logical.exp: Likewise.
3061 * gdb.fortran/vla-datatypes.f90: Likewise.
3062 * gdb.fortran/vla-sub.f90: Likewise.
3063
875fb7a7
JB
30642017-11-30 Joel Brobecker <brobecker@adacore.com>
3065
3066 * gdb.ada/repeat_dyn: New testcase.
3067
6f14765f
UW
30682017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
3069
3070 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
3071 Update for changed thread numbering.
3072 * gdb.cell/bt.exp: Update for changed GDB output.
3073
f1af7b94
SM
30742017-11-30 Simon Marchi <simon.marchi@ericsson.com>
3075
3076 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
3077 setting isremote by hand.
3078 * boards/dwarf4-gdb-index.exp: Likewise.
3079 * boards/fission.exp: Likewise.
3080 * boards/stabs.exp: Likewise.
3081
e3919f3e
PA
30822017-11-30 Pedro Alves <palves@redhat.com>
3083
3084 * gdb.linespec/cpls-ops.exp
3085 (check_explicit_skips_function_argument): Extract the underlying
3086 type of size_t instead of hardcoding it.
3087
bd69330d
PA
30882017-11-29 Pedro Alves <palves@redhat.com>
3089
3090 PR c++/19436
3091 * gdb.linespec/cpls-abi-tag.cc: New file.
3092 * gdb.linespec/cpls-abi-tag.exp: New file.
3093
a20714ff
PA
30942017-11-29 Pedro Alves <palves@redhat.com>
3095
3096 * gdb.base/langs.exp: Use -qualified.
3097 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
3098 it.
3099 * gdb.cp/namespace.exp: Use -qualified.
3100 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
3101 (overload-3, template-overload, template-ret-type, const-overload)
3102 (const-overload-quoted, anon-ns, ambiguous-prefix): New
3103 procedures.
3104 (test_driver): Call them.
3105 * gdb.cp/save-bp-qualified.cc: New.
3106 * gdb.cp/save-bp-qualified.exp: New.
3107 * gdb.linespec/explicit.exp: Test -qualified.
3108 * lib/completion-support.exp (completion::explicit_opts_list): Add
3109 "-qualified".
3110 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
3111
f6f1d339
PM
31122017-11-29 Phil Muldoon <pmuldoon@redhat.com>
3113
3114 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
3115
02ca603a
TT
31162017-11-29 Tom Tromey <tom@tromey.com>
3117
3118 * gdb.base/relocate.exp: Update invalid argument test.
3119 Add new tests for invalid arguments.
3120
ed6c0bfb
TP
31212017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3122
3123 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
3124 Return 0 as a long.
3125 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
3126
f106e10e
TP
31272017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3128
3129 * gdb.cp/breakpoint.cc (bar): Set return type to void.
3130 * gdb.cp/psymtab-parameter.cc (func): Likewise.
3131 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
3132 func ().
3133 * gdb.cp/shadow.cc (B.func): Return 0.
3134
10329bb2
JB
31352017-11-27 Joel Brobecker <brobecker@adacore.com>
3136
3137 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
3138 expected output in gdb_expect call to allow the exception
3139 message to be present as well. Fix syntax confusion to avoid
3140 TCL thinking that exception_name is an array.
3141
617cd4bc
UW
31422017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
3143
3144 * gdb.arch/spu-info.c: Include <unistd.h>.
3145 (do_signal_test): Fix broken calls to write.
3146 * gdb.arch/spu-info.exp: Use prepare_for_testing.
3147 Fix checks for empty mailboxes. Update signal tests for corrected
3148 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
3149 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
3150 * gdb.cell/arch.exp: Use standard_output_file.
3151 * gdb.cell/break.exp: Likewise.
3152 * gdb.cell/bt.exp: Likewise.
3153 * gdb.cell/core.exp: Likewise.
3154 * gdb.cell/dwarfaddr.exp: Likewise.
3155 * gdb.cell/ea-cache.exp: Likewise.
3156 * gdb.cell/ea-standalone.exp: Likewise.
3157 * gdb.cell/f-regs.exp: Likewise.
3158 * gdb.cell/fork.exp: Likewise.
3159 * gdb.cell/gcore.exp: Likewise.
3160 * gdb.cell/mem-access.exp: Likewise.
3161 * gdb.cell/ptype.exp: Likewise.
3162 * gdb.cell/registers.exp: Likewise.
3163 * gdb.cell/sizeof.exp: Likewise.
3164 * gdb.cell/solib-symbol.exp: Likewise.
3165 * gdb.cell/solib.exp: Likewise.
617cd4bc 3166
a81aaca0
PA
31672017-11-25 Pedro Alves <palves@redhat.com>
3168
3169 * gdb.base/complete-empty.exp: New file.
3170 * gdb.base/completion.exp: Adjust.
3171
6a3c6ee4
PA
31722017-11-25 Pedro Alves <palves@redhat.com>
3173
3174 * gdb.linespec/cpls-ops.cc: New file.
3175 * gdb.linespec/cpls-ops.exp: New file.
3176 * lib/completion-support.exp (test_complete_prefix_range_re): New,
3177 factored out from ...
3178 (test_complete_prefix_range): ... this.
3179
8955eb2d
PA
31802017-11-24 Pedro Alves <palves@redhat.com>
3181
3182 * gdb.linespec/cpcompletion.exp: New file.
3183 * gdb.linespec/cpls-hyphen.cc: New file.
3184 * gdb.linespec/cpls.cc: New file.
3185 * gdb.linespec/cpls2.cc: New file.
3186 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
3187 test to use test_gdb_complete_unique. Add label completion,
3188 keyword completion and explicit location completion tests.
3189 * lib/completion-support.exp: New file.
3190
e547c119
JB
31912017-11-24 Joel Brobecker <brobecker@adacore.com>
3192
3193 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
3194 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
3195 when hitting an exception catchpoint.
3196
7c3c1aa8
YQ
31972017-11-22 Yao Qi <yao.qi@linaro.org>
3198
3199 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
3200
41bd68f5
SM
32012017-11-22 Simon Marchi <simon.marchi@ericsson.com>
3202
3203 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
3204 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
3205 * gdb.dwarf2/info-locals-optimized-out.c: New file.
3206
1daad298
YQ
32072017-11-22 Yao Qi <yao.qi@linaro.org>
3208
3209 * gdb.base/info-os.exp: Pass pthreads.
3210 * gdb.multi/multi-attach.exp: Likewise.
3211
88465e87
YQ
32122017-11-22 Yao Qi <yao.qi@linaro.org>
3213
3214 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
3215 compiler.
3216
dc196b23
YQ
32172017-11-22 Yao Qi <yao.qi@linaro.org>
3218
3219 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
3220 * gdb.base/break-interp.exp: Likewise.
3221 * gdb.base/jit-attach-pie.exp: Likewise.
3222
2400729e
UW
32232017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3224
3225 * gdb.base/float128.c (large128): New variable.
3226 * gdb.base/float128.exp: Add test to print largest __float128 value.
3227
7a26362d
UW
32282017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3229
3230 * gdb.arch/vsx-regs.exp: Update register content checks.
3231
ed0f4273
UW
32322017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
3233
3234 * gdb.arch/ppc-longdouble.exp: New file.
3235 * gdb.arch/ppc-longdouble.c: Likewise.
3236
a25d69c6
PA
32372017-11-21 Pedro Alves <palves@redhat.com>
3238
3239 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
3240
73fcf641
PA
32412017-11-20 Pedro Alves <palves@redhat.com>
3242
3243 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
3244 (long_double_typedef): New typedefs.
3245 Use DEF on double and long double.
3246 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
3247 cases.
3248 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
3249 and 'long_double_ptr_same_size' locals. Use them to decide
3250 whether cast from array/function to float is valid/invalid.
3251
71a3c369
TT
32522017-11-17 Tom Tromey <tom@tromey.com>
3253
3254 * gdb.rust/traits.rs: New file.
3255 * gdb.rust/traits.exp: New file.
3256
ced9779b
JB
32572017-11-17 Joel Brobecker <brobecker@adacore.com>
3258
3259 * gdb.ada/minsyms: New testcase.
3260
a0922d80
PA
32612017-11-16 Pedro Alves <palves@redhat.com>
3262
3263 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
3264 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
3265
ea04e54c
PA
32662017-11-16 Pedro Alves <palves@redhat.com>
3267
3268 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
3269 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
3270
e849ea89
PA
32712017-11-16 Pedro Alves <palves@redhat.com>
3272
3273 * gdb.server/reconnect-ctrl-c.c: New file.
3274 * gdb.server/reconnect-ctrl-c.exp: New file.
3275
d8ae99a7
PM
32762017-11-16 Phil Muldoon <pmuldoon@redhat.com>
3277
3278 * gdb.python/py-rbreak.exp: New file.
3279 * gdb.python/py-rbreak.c: New file.
3280 * gdb.python/py-rbreak-func2.c: New file.
3281
968a13f8
PA
32822017-11-16 Pedro Alves <palves@redhat.com>
3283
3284 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
3285 pattern.
3286 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
3287 GDB.
3288
71774bc9
SM
32892017-11-15 Simon Marchi <simon.marchi@ericsson.com>
3290
3291 * gdb.tui/completionn.exp (test_tab_completion): Add space in
3292 regex.
3293
ddbb44cf
SM
32942017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
3295
3296 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
3297 test names.
3298
584a564f
PA
32992017-11-09 Pedro Alves <palves@redhat.com>
3300
3301 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
3302 factored out from ...
3303 (top level): ... here, and adjusted to avoid expecting beyond the
3304 prompt in a single gdb_test_multiple.
3305
5ed7a928
PA
33062017-11-09 Pedro Alves <palves@redhat.com>
3307
3308 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
3309 output.
3310 * gdb.server/ext-attach.exp ("kill" test): Likewise.
3311 * gdb.server/ext-restart.exp ("kill" test): Likewise.
3312 * gdb.server/ext-run.exp ("kill" test): Likewise.
3313 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
3314
a60e0738
PA
33152017-11-09 Pedro Alves <palves@redhat.com>
3316
3317 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
3318 match till end of line.
3319
2c88253f
PA
33202017-11-09 Pedro Alves <palves@redhat.com>
3321
3322 * gdb.base/memattr.exp: Tighten regexes to match the end line.
3323
c7a38517
PA
33242017-11-09 Pedro Alves <palves@redhat.com>
3325
3326 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
3327 New procedures, factored out from ...
3328 (top level): ... here, and adjusted to avoid expecting beyond the
3329 prompt in one go.
3330
f29f4b6b
PA
33312017-11-09 Pedro Alves <palves@redhat.com>
3332
3333 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
3334 output. Fix '?' match.
3335
286acbb5
JB
33362017-11-08 Joel Brobecker <brobecker@adacore.com>
3337
3338 * gdb.ada/scoped_watch: New testcase.
3339 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
3340 which is actually correct.
3341 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
3342 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
3343
62d7ae92
PA
33442017-11-08 Pedro Alves <palves@redhat.com>
3345
3346 * gdb.gdb/complaints.exp (test_initial_complaints)
3347 (test_serial_complaints, test_short_complaints): Call
3348 complaint_internal instead of complaint.
3349
280ca31f
DT
33502017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
3351
3352 * gdb.threads/tls-core.c: New file.
3353 * gdb.threads/tls-core.exp: Likewise.
3354
b5ec771e
PA
33552017-11-08 Pedro Alves <palves@redhat.com>
3356
3357 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
3358 (p Exported_Capitalized): New test.
3359 (p exported_capitalized): New test.
3360
a02b41a7
PA
33612017-11-07 Pedro Alves <palves@redhat.com>
3362
3363 * gdb.cp/ena-dis-br-range.exp: Add more tests.
3364
95e95a6d
PA
33652017-11-07 Pedro Alves <palves@redhat.com>
3366
3367 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
3368 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
3369 (disable_invalid, disable_inverted, disable_negative): New
3370 procedures.
3371 ("bad numbers"): New set of tests.
3372
cee62dbd
PA
33732017-11-07 Pedro Alves <palves@redhat.com>
3374
3375 * gdb.cp/ena-dis-br-range.exp: Add tests.
3376
cc638e86
PA
33772017-11-07 Pedro Alves <palves@redhat.com>
3378
3379 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
3380
d0fe4701
XR
33812017-11-07 Xavier Roirand <roirand@adacore.com>
3382 Pedro Alves <palves@redhat.com>
3383
3384 * gdb.base/ena-dis-br.exp: Add reference to
3385 gdb.cp/ena-dis-br-range.exp.
3386 * gdb.cp/ena-dis-br-range.exp: New file.
3387 * gdb.cp/ena-dis-br-range.cc: New file.
3388
46f67f80
PA
33892017-11-06 Pedro Alves <palves@redhat.com>
3390
3391 * gdb.base/attach-non-pgrp-leader.c: New.
3392 * gdb.base/attach-non-pgrp-leader.exp: New.
3393
726e1356
PA
33942017-11-06 Pedro Alves <palves@redhat.com>
3395
3396 * configure.ac: No longer check for termio.h and sgtty.h.
3397 * configure: Regenerate.
3398 * remote-utils.c: Include termios.h instead of gdb_termios.h.
3399 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
3400 Remove termio and sgtty code.
3401
50ab6ace
YQ
34022017-11-03 Yao Qi <yao.qi@linaro.org>
3403
3404 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
3405 in GDB is disabled.
3406
8e68731c
YQ
34072017-11-03 Yao Qi <yao.qi@linaro.org>
3408
3409 * gdb.python/py-thrhandle.exp: Skip it if python is not
3410 enabled.
3411
3a87ae65
SM
34122017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
3413
3414 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
3415 as a breakpoint command.
3416
484d8d36
MD
34172017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
3418
3419 PR python/21213
3420 * gdb.python/py-infthread.exp: Test calling
3421 InferiorThread.inferior () multiple times in a row.
3422
4a27f119
KS
34232017-10-27 Keith Seitz <keiths@redhat.com>
3424
3425 * gdb.opt/inline-break.exp (break_info_1): New procedure.
3426 Test "info break" for every inlined function breakpoint.
3427
bb11dd58
YQ
34282017-10-27 Yao Qi <yao.qi@linaro.org>
3429
3430 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
3431
a43f3893
PF
34322017-10-26 Patrick Frants <osscontribute@gmail.com>
3433
3434 * gdb.cp/classes.exp (test_static_members): Test printing
3435 Outer::instance.
3436 * gdb.cp/classes.c (struct Inner, struct Outer): New.
3437 (Inner::instance, Outer::instance): New.
3438
792ccf00
PA
34392017-10-24 Pedro Alves <palves@redhat.com>
3440
3441 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
3442 extra console" test in two stages.
3443
eb2bfbad
PA
34442017-10-24 Pedro Alves <palves@redhat.com>
3445
3446 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
3447
1f75a651
PA
34482017-10-24 Pedro Alves <palves@redhat.com>
3449
3450 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
3451 loop.
3452
779990d9
PA
34532017-10-24 Pedro Alves <palves@redhat.com>
3454
3455 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
3456 $attempt" and "stoppedtry $stoppedtry" test prefixes.
3457
ad9b8f5d
PA
34582017-10-24 Pedro Alves <palves@redhat.com>
3459
3460 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
3461 parameter and handle it. Don't output read value in test name.
3462
fee6da6e
PA
34632017-10-24 Pedro Alves <palves@redhat.com>
3464
3465 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
3466 custom test name.
3467
10389c2c
PA
34682017-10-24 Pedro Alves <palves@redhat.com>
3469
3470 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
3471 include the unstable output directory name in the test's name.
3472 (initial_setup_simple) <'set args'>: Use custom test name.
3473
a80e65a9
PA
34742017-10-24 Pedro Alves <palves@redhat.com>
3475
3476 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
3477 with explicit test name.
3478
15763a09
PA
34792017-10-20 Pedro Alves <palves@redhat.com>
3480
3481 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
3482 'wait -i'. Use gdb_assert and remote_close.
3483
49a4ce2e
AB
34842017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
3485
3486 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
3487 number from variable rather than hard-coded.
3488
a75868f5
PA
34892017-10-19 Pedro Alves <palves@redhat.com>
3490
3491 * gdb.base/long-inferior-output.c: New file.
3492 * gdb.base/long-inferior-output.exp: New file.
3493
c8ba13ad
KS
34942017-11-18 Keith Seitz <keiths@redhat.com>
3495
3496 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
3497 method.
3498 (main): Call it.
3499 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
3500 Add additional user-defined conversion operator tests.
3501
b27de576
PA
35022017-10-17 Pedro Alves <palves@redhat.com>
3503
3504 * boards/native-stdio-gdbserver.exp: Load "local-board".
3505
8484c955
PA
35062017-10-17 Pedro Alves <palves@redhat.com>
3507
3508 * gdb.base/quit-live.c: New file.
3509 * gdb.base/quit-live.exp: New file.
3510
83d5a34d
KS
35112017-10-16 Keith Seitz <keiths@redhat.com>
3512
3513 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
3514 (class_with_protected_typedef, class_with_private_typedef)
3515 (struct_with_public_typedef, struct_with_protected_typedef)
3516 (struct_with_private_typedef): New classes/structs.
3517 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
3518 typedefs and access specifiers.
3519
739b3f1d
PA
35202017-10-16 Pedro Alves <palves@redhat.com>
3521 Simon Marchi <simon.marchi@polymtl.ca>
3522
3523 * README (Local vs Remote vs Native): New section.
3524 * boards/local-board.exp: New file, with bits factored out from
3525 ...
3526 * boards/native-extended-gdbserver.exp: ... here. Load
3527 "local-board".
3528 * boards/native-gdbserver.exp: Load "local-board".
3529 (${board}_spawn, ${board}_exec): Delete.
3530 * boards/native-stdio-gdbserver.exp: Most contents factored out to
3531 ...
3532 * boards/stdio-gdbserver-base.exp: ... this new file.
3533 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
3534 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
3535 procedure.
3536 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
3537 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
3538 stdio_gdbserver_command.
3539 (${board}_get_remote_address, ${board}_get_comm_port)
3540 (${board}_download, ${board}_upload): Delete.
3541 (get_target_remote_pipe_cmd): New.
3542
fe68b953
SM
35432017-10-16 Simon Marchi <simon.marchi@ericsson.com>
3544
3545 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
3546 test_bkpt_deletion, test_bkpt_cond_and_cmds,
3547 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
3548 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
3549 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
3550 remove with_test_prefix.
3551
300b6685
PA
35522017-10-13 Pedro Alves <palves@redhat.com>
3553
3554 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
3555 * gdb.base/annota1.exp: Use it instead of is_remote.
3556 * gdb.base/annota3.exp: Use it instead of is_remote.
3557 * gdb.cp/annota2.exp: Use it instead of is_remote.
3558 * gdb.cp/annota3.exp: Use it instead of is_remote.
3559 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
3560
50500caf
PA
35612017-10-13 Pedro Alves <palves@redhat.com>
3562
3563 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
3564 (test_num_test_vars, run_and_count_vars, find_env)
3565 (test_set_unset_env, test_inherit_env_var): New procedures.
3566 (top level): Use them.
3567
dad0c6d2
PA
35682017-10-13 Pedro Alves <palves@redhat.com>
3569
3570 * lib/selftest-support.exp (selftest_setup): Extend comments, and
3571 also skip on stub-like targets.
3572
8b0553c1
PA
35732017-10-13 Pedro Alves <palves@redhat.com>
3574
3575 PR gdb/22293
3576 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
3577 (top level): Move some tests to ...
3578 (test_not_found): ... this new procedure.
3579 (top level): Call it.
3580
7594f623
PA
35812017-10-13 Pedro Alves <palves@redhat.com>
3582
3583 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
3584 expect different "info terminal" output if testing with a
3585 non-native target.
3586
ebe3b402
PA
35872017-10-13 Pedro Alves <palves@redhat.com>
3588 Simon Marchi <simon.marchi@polymtl.ca>
3589
3590 PR python/12966
3591 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
3592
42f1b161
PA
35932017-10-13 Pedro Alves <palves@redhat.com>
3594
3595 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
3596 already.
3597
8d6ef72b
PA
35982017-10-13 Pedro Alves <palves@redhat.com>
3599
3600 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
3601 is_remote.
3602
d7bcd5b8
PA
36032017-10-13 Pedro Alves <palves@redhat.com>
3604
3605 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
3606 is_remote.
3607
df479dc6
PA
36082017-10-13 Pedro Alves <palves@redhat.com>
3609
3610 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
3611 is set.
3612 (corefile_test_attach): Likewise. Check can_spawn_for_attach
3613 instead of is_remote.
3614
23fb630a
PA
36152017-10-13 Pedro Alves <palves@redhat.com>
3616
3617 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
3618 (top level): Add comment.
3619
cc77b1dc
PA
36202017-10-13 Pedro Alves <palves@redhat.com>
3621
3622 * gdb.base/remote.exp (top level): Fix comment typo and add
3623 missing return.
3624
27c9e813
PA
36252017-10-13 Pedro Alves <palves@redhat.com>
3626 Simon Marchi <simon.marchi@polymtl.ca>
3627
3628 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
3629 calls and add comments. Skip test if use_gdb_stub is set.
3630 (top level): Use "set cwd" command instead of "cd" command.
3631
5e830d98
PA
36322017-10-13 Pedro Alves <palves@redhat.com>
3633
3634 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
3635 is_remote target check.
3636
f5ca0032
PA
36372017-10-13 Pedro Alves <palves@redhat.com>
3638
3639 * gdb.base/scope.exp: Use build_executable + clean_restart +
3640 gdb_file_cmd instead of prepare_for_testing and no longer skip
3641 "before run" tests on is_remote target boards. Update comments.
3642 * boards/native-extended-gdbserver.exp
3643 (extended_gdbserver_load_last_file): New, factored out from ...
3644 (gdb_load): ... this. Move further below and add comment.
3645 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
3646
8aed1c0d
PA
36472017-10-12 Pedro Alves <palves@redhat.com>
3648
3649 * gdb.base/attach.exp: Remove references to gdb64.
3650 * gdb.base/dbx.exp: Remove references to gdb64.
3651
cfa34c87
SM
36522017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
3653 Pedro Alves <palves@redhat.com>
3654
3655 * gdb.base/label.exp: Remove is_remote target check.
3656
9192b7de
PA
36572017-10-12 Pedro Alves <palves@redhat.com>
3658
3659 * gdb.base/auvx.exp (coredir): Update comment.
3660 (top level) <core_works>: Use "set cwd" command instead of "cd"
3661 command.
3662
6bf0052d
PA
36632017-10-12 Pedro Alves <palves@redhat.com>
3664 Simon Marchi <simon.marchi@polymtl.ca>
3665
3666 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
3667 target boards.
3668
e48ef82d
PA
36692017-10-12 Pedro Alves <palves@redhat.com>
3670 Simon Marchi <simon.marchi@polymtl.ca>
3671
3672 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
3673 Instead skip if there's any gdb_protocol set.
3674
8d7aea57
SM
36752017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
3676 Pedro Alves <palves@redhat.com>
3677
3678 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
3679
30440677
PA
36802017-10-12 Pedro Alves <palves@redhat.com>
3681 Simon Marchi <simon.marchi@polymtl.ca>
3682
3683 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
3684 instead of on dejagnu remote boards.
3685
4e04f045 36862017-10-12 Pedro Alves <palves@redhat.com>
175654b9 3687 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
3688
3689 * gdb.base/inferior-died.exp: Remove is_remote and isnative
3690 checks. Use build_executable + clean_restart instead of
3691 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
3692 of enabling non-stop after starting gdb.
3693
871a186e
PA
36942017-10-12 Pedro Alves <palves@redhat.com>
3695
3696 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
3697 * gdb.threads/non-ldr-exc-2.exp: Ditto.
3698 * gdb.threads/non-ldr-exc-3.exp: Ditto.
3699 * gdb.threads/non-ldr-exc-4.exp: Ditto.
3700
56d704da
AK
37012017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
3702
3703 * gdb.arch/arc-tdesc-cpu.exp: New file.
3704 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
3705
2f20e312
SM
37062017-10-10 Simon Marchi <simon.marchi@ericsson.com>
3707
3708 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
3709
65630365
PA
37102017-10-10 Pedro Alves <palves@redhat.com>
3711
3712 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
3713 expect CLI output.
3714
bf469271
PA
37152017-10-10 Pedro Alves <palves@redhat.com>
3716
3717 * lib/selftest-support.exp (selftest_setup): Update for
3718 captured_command_loop's prototype change.
3719
777a42f1
PA
37202017-10-09 Pedro Alves <palves@redhat.com>
3721
3722 Test both arch1=>arch2 and arch2=>arch1.
3723
3724 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
3725 (srcfile2, binfile2, march1, march2): Remove globals. Largely
3726 factored out to...
3727 (append_arch1_options, append_arch2_options, append_arch_options)
3728 (build_executables): New procedures.
3729 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
3730 local.
3731 (top level): Add new 'first_arch' testing axis.
3732
cbd2b4e3
PA
37332017-10-09 Pedro Alves <palves@redhat.com>
3734
3735 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
3736 (barrier): New.
3737 (thread_start, all_started): New functions.
3738 (main): Spawn new thread and wait until it is scheduled.
3739 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
3740 option.
3741 (do_test): Add 'selected_thread' parameter. Run to all_started
3742 instead of main. Explicitly set the breakpoint at main. Switch
3743 to the SELECTED_THREAD thread.
3744 (top level): Test handling the exec event with either the main
3745 thread or the second thread selected.
3746
5c9e4427
PA
37472017-10-09 Pedro Alves <palves@redhat.com>
3748
3749 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
3750 logic. Move STOP marker after the value checks.
3751 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
3752 regexp.
3753
b3b7c423
SL
37542017-10-06 Sandra Loosemore <sandra@codesourcery.com>
3755
3756 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
3757
3b4b2f16
UW
37582017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
3759
3760 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
3761 integer-to-dfp conversion.
3762 * gdb.base/dfp-test.exp: Likewise.
3763
5cd63fda
PA
37642017-10-04 Pedro Alves <palves@redhat.com>
3765
3766 * gdb.multi/hangout.c: Include <unistd.h>.
3767 (hangout_loop): New function.
3768 (main): Call alarm. Call hangout_loop in a loop.
3769 * gdb.multi/hello.c: Include <unistd.h>.
3770 (hello_loop): New function.
3771 (main): Call alarm. Call hangout_loop in a loop.
3772 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
3773 inferior with the other selected.
3774
4c71c105
SM
37752017-10-04 Simon Marchi <simon.marchi@ericsson.com>
3776
3777 * gdb.mi/list-thread-groups-available.exp: New file.
3778 * gdb.mi/list-thread-groups-available.c: New file.
3779
bc3b087d
SDJ
37802017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3781
3782 * gdb.base/set-cwd.exp: Make it available on
3783 native-extended-gdbserver.
3784
d092c5a2
SDJ
37852017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3786
3787 * gdb.base/set-cwd.c: New file.
3788 * gdb.base/set-cwd.exp: Likewise.
3789
45320ffa
TT
37902017-10-02 Tom Tromey <tom@tromey.com>
3791
3792 PR rust/22236:
3793 * gdb.rust/simple.rs (main): New variable "fslice".
3794 * gdb.rust/simple.exp: Add slice tests. Update string tests.
3795
b3e3859b
TT
37962017-10-02 Tom Tromey <tom@tromey.com>
3797
3798 * gdb.rust/simple.exp: Test ptype of a slice.
3799
01af5e0d
TT
38002017-10-02 Tom Tromey <tom@tromey.com>
3801
3802 * gdb.rust/simple.exp: Test index of slice.
3803
a9bbfbd8
TT
38042017-09-27 Tom Tromey <tom@tromey.com>
3805
3806 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
3807
df8899e5
TP
38082017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
3809 Pedro Alves <palves@redhat.com>
3810
3811 * gdb.base/compare-sections.exp (get value of read-only section): Read
3812 as unsigned value.
3813 (corrupt read-only section): Likewise and don't set written if patching
3814 failed.
3815
757bf54b
KB
38162017-09-21 Kevin Buettner <kevinb@redhat.com>
3817
3818 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
3819 files.
3820
06871ae8
PA
38212017-09-20 Pedro Alves <palves@redhat.com>
3822
3823 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
3824 symbol names in gdb's output.
3825 * gdb.cp/overload.exp ("list all overloads"): Likewise.
3826
e5f25bc5
PA
38272017-09-20 Pedro Alves <palves@redhat.com>
3828
3829 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
3830 Rename to ...
3831 (test_list_ambiguous_symbol): ... this and add a symbol name
3832 parameter. Adjust.
3833 (test_list_ambiguous_function): Reimplement on top of
3834 test_list_ambiguous_symbol and also test listing ambiguous
3835 variables.
3836 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
3837 (ambiguous_fun): ... this.
3838 (ambiguous_var): New.
3839 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
3840 (ambiguous_fun): ... this.
3841 (ambiguous_var): New.
3842
4e5a4f58
JB
38432017-09-19 John Baldwin <jhb@FreeBSD.org>
3844
3845 * gdb.base/starti.c: New file.
3846 * gdb.base/starti.exp: New file.
3847 * lib/gdb.exp (gdb_starti_cmd): New procedure.
3848
26e53f3e
PA
38492017-09-14 Pedro Alves <palves@redhat.com>
3850
3851 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
3852 (top level): Use it instead of runto.
3853
cb791d59
TT
38542017-09-11 Tom Tromey <tom@tromey.com>
3855
3856 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
3857
7c96f8c1
TT
38582017-09-11 Tom Tromey <tom@tromey.com>
3859
3860 * gdb.python/py-infthread.exp: Add tests for new_thread event.
3861 * gdb.python/py-inferior.exp: Add tests for new inferior events.
3862
469412dd
CW
38632017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
3864
3865 * gdb.fortran/printing-types.exp: New file.
3866 * gdb.fortran/printing-types.exp: New file.
3867
e0f86435
BH
38682017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3869
3870 * gdb.fortran/vla-ptype.exp: Fix typos.
3871 * gdb.fortran/vla-value.exp: Same.
3872
9e9af4be
BH
38732017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3874
3875 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
3876 * gdb.mi/mi-var-child-f.exp: Likewise.
3877 * gdb.mi/mi-vla-fortran.exp: Likewise.
3878
a5ad232b
FP
38792017-09-08 Frank Penczek <frank.penczek@intel.com>
3880 Christoph Weinmann <christoph.t.weinmann@intel.com>
3881 Bernhard Heckel <bernhard.heckel@intel.com>
3882
3883 * gdb.fortran/ptr-indentation.f90: New file.
3884 * gdb.fortran/ptr-indentation.exp: New file.
3885
5aec60eb
TT
38862017-09-05 Tom Tromey <tom@tromey.com>
3887
3888 PR gdb/22010:
3889 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
3890
8f8f8152
TP
38912017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
3892
3893 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
3894
fbd1b771
JK
38952017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3896
3897 * gdb.threads/tls-nodebug-pie.c: New file.
3898 * gdb.threads/tls-nodebug-pie.exp: New file.
3899
5eb5f850
TT
39002017-09-05 Tom Tromey <tom@tromey.com>
3901
3902 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
3903 for rust.
3904
ae780a21
SM
39052017-09-05 Simon Marchi <simon.marchi@ericsson.com>
3906
3907 * gdb.multi/multi-arch-exec.exp: Test with different
3908 "follow-exec-mode" settings.
3909 (do_test): New procedure.
3910
3693fdb3
PA
39112017-09-04 Pedro Alves <palves@redhat.com>
3912
3913 * gdb.base/func-static.c (S::method const, S::method volatile)
3914 (S::method volatile const): New methods.
3915 (c_s, v_s, cv_s): New instances.
3916 (main): Call method() on them.
3917 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
3918 (cannot_resolve): New procedure.
3919 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
3920 print-quote-unquoted columns.
3921 (do_test): Test printing each scope too.
3922
e68cb8e0
PA
39232017-09-04 Pedro Alves <palves@redhat.com>
3924
3925 * gdb.base/local-static.exp: Also test with
3926 class::method::variable wholly quoted.
3927 * gdb.cp/m-static.exp (class::method::variable): Remove test.
3928
858be34c
PA
39292017-09-04 Pedro Alves <palves@redhat.com>
3930
3931 * gdb.base/local-static.c: New.
3932 * gdb.base/local-static.cc: New.
3933 * gdb.base/local-static.exp: New.
3934
46a4882b
PA
39352017-09-04 Pedro Alves <palves@redhat.com>
3936
3937 * gdb.asm/asm-source.exp: Add casts to int.
3938 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
3939 (dataglobal64_1, dataglobal64_2): New globals.
3940 * gdb.base/nodebug.exp: Test different expressions involving the
3941 new globals, with print, whatis and ptype. Add casts to int.
3942 * gdb.base/solib-display.exp: Add casts to int.
3943 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
3944 * gdb.cp/m-static.exp: Add cast to int.
3945 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
3946 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
3947 tls variable with no debug info without a cast. Test with a cast
3948 to int too.
3949 * gdb.trace/entry-values.exp: Add casts.
3950
2c5a2be1
PA
39512017-09-04 Pedro Alves <palves@redhat.com>
3952
3953 * gdb.base/nodebug.exp: Test that ptype's error about functions
3954 with unknown return type includes the function name too.
3955
7022349d
PA
39562017-09-04 Pedro Alves <palves@redhat.com>
3957
3958 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
3959 return type of munmap in infcall.
3960 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
3961 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
3962 type of ftell in infcall.
3963 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
3964 type of getpid in infcall.
3965 * gdb.base/infcall-exec.exp: Cast return type of execlp in
3966 infcall.
3967 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
3968 Bail on failure to extract the pid.
3969 * gdb.base/nodebug.c: #include <stdint.h>.
3970 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
3971 New functions.
3972 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
3973 Change expected output of print/whatis/ptype with functions with
3974 no debug info. Test all supported languages. Call
3975 test_call_promotion.
3976 * gdb.compile/compile.exp: Adjust expected output to expect
3977 warning.
3978 * gdb.threads/siginfo-threads.exp: Likewise.
3979
54990598
PA
39802017-09-04 Pedro Alves <palves@redhat.com>
3981
3982 * gdb.base/callfuncs.exp (do_function_calls): New parameter
3983 "prototypes". Test calling float functions via prototyped and
3984 unprototyped function pointers.
3985 (perform_all_tests): New parameter "prototypes". Pass it down.
3986 (top level): Pass down "prototypes" parameter to
3987 perform_all_tests.
3988
34d16ea2
SM
39892017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3990
3991 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
3992 Test with nested loops.
3993
9521ecda
SM
39942017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3995
3996 * gdb.base/commands.exp: Call the new procedures.
3997 (loop_break_test, loop_continue_test): New procedures.
3998
80a65e9b
SM
39992017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4000
4001 * gdb.base/commands.exp: Call new procedure.
4002 (define_if_without_arg_test): New procedure.
4003
e439fa14
PA
40042017-09-04 Pedro Alves <palves@redhat.com>
4005
4006 * gdb.base/list-ambiguous.exp: New file.
4007 * gdb.base/list-ambiguous0.c: New file.
4008 * gdb.base/list-ambiguous1.c: New file.
4009 * gdb.base/list.exp (test_list_range): Adjust expected output.
4010
0a2dde4a
SDJ
40112017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
4012
4013 * gdb.base/share-env-with-gdbserver.c: New file.
4014 * gdb.base/share-env-with-gdbserver.exp: Likewise.
4015
5e89eb3a
SM
40162017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4017
4018 * gdb.base/commands.exp (gdbvar_simple_if_test,
4019 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
4020 progvar_simple_if_test, progvar_simple_while_test,
4021 progvar_complex_if_while_test, user_defined_command_test,
4022 user_defined_command_args_eval,
4023 user_defined_command_args_stack_test,
4024 user_defined_command_manyargs_test, bp_deleted_in_command_test,
4025 temporary_breakpoint_commands,
4026 gdb_test_no_prompt, redefine_hook_test,
4027 redefine_backtrace_test): Remove "global gdb_prompt".
4028
fd437cbc
SM
40292017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4030
4031 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
4032 New proc, call it from toplevel.
4033
87215ad1
SDJ
40342017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4035
4036 PR remote/21852
4037 * gdb.server/normal.c: New file, copied from gdb.base.
4038 * gdb.server/run-without-local-binary.exp: New file.
4039
58afddc6
WP
40402017-08-07 Weimin Pan <weimin.pan@oracle.com>
4041
4042 * gdb.arch/sparc64-adi.exp: New file.
4043 * gdb.arch/sparc64-adi.c: New file.
4044
5277199a
PA
40452017-08-22 Pedro Alves <palves@redhat.com>
4046
4047 * gdb.cp/overload.exp (line_range_pattern): New procedure.
4048 (top level): Add "list all overloads" tests.
4049
14278e1f
TT
40502017-08-22 Tom Tromey <tom@tromey.com>
4051
4052 * gdb.gdb/xfullpath.exp: Remove.
4053
bf223d3e
PA
40542017-08-21 Pedro Alves <palves@redhat.com>
4055
4056 PR gdb/19487
4057 * gdb.base/symbol-alias.c: New.
4058 * gdb.base/symbol-alias2.c: New.
4059 * gdb.base/symbol-alias.exp: New.
4060
c973d0aa
PA
40612017-08-21 Pedro Alves <palves@redhat.com>
4062
4063 * gdb.base/dfp-test.c
4064 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
4065 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
4066 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
4067 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
4068 * gdb.base/whatis-ptype-typedefs.c: New.
4069 * gdb.base/whatis-ptype-typedefs.exp: New.
4070 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
4071 (an_int, an_int_type, an_int_type2): New globals.
4072 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
4073 involving typedefs and cast expressions.
4074 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
4075 (lookup_typedefs_function): New.
4076 (typedefs_pretty_printers_dict): New.
4077 (top level): Register lookup_typedefs_function in
4078 gdb.pretty_printers.
4079
6d580b63
YQ
40802017-08-18 Yao Qi <yao.qi@linaro.org>
4081
4082 * gdb.server/unittest.exp: New.
4083
206726fb
SDJ
40842017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
4085
4086 PR gdb/21954
4087 * gdb.base/environ.exp: Add test to check if 'unset environment'
4088 works.
4089
bf0ec4c2
AA
40902017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4091
4092 * lib/gdb.exp (universal_compile_options): New caching proc.
4093 (gdb_compile): Suppress GCC's coloring of messages.
4094
d6382fff
TT
40952017-08-14 Tom Tromey <tom@tromey.com>
4096
4097 PR gdb/21675:
4098 * gdb.base/printcmds.exp (test_radices): New function.
4099 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
4100 * gdb.base/sizeof.exp (check_valueof): Use p/d.
4101 * lib/gdb.exp (get_integer_valueof): Use p/d.
4102
c2c2dd9f
SM
41032017-08-12 Simon Marchi <simon.marchi@ericsson.com>
4104
4105 * lib/gdb.exp (get_valueof): Don't capture end-of-line
4106 characters.
4107
fdffd6f4
TT
41082017-08-05 Tom Tromey <tom@tromey.com>
4109
4110 * gdb.rust/simple.exp: Allow String to appear in a different
4111 namespace.
4112
27d41eac
YQ
41132017-07-26 Yao Qi <yao.qi@linaro.org>
4114
4115 * gdb.gdb/unittest.exp: Invoke command
4116 "maintenance check xml-descriptions".
4117
031ed05d
AA
41182017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4119
4120 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
4121 calling context.
4122 (hex128): Drop erroneous calculation of parameters.
4123
dcd27ddf
SM
41242017-07-22 Simon Marchi <simon.marchi@ericsson.com>
4125
4126 * gdb.python/py-unwind.exp: Disable stack protection when
4127 building test file.
4128
47e77640
PA
41292017-07-20 Pedro Alves <palves@redhat.com>
4130
4131 * gdb.base/default.exp (set language): Adjust expected output.
4132
62d2a18a
PA
41332017-07-20 Pedro Alves <palves@redhat.com>
4134
4135 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
4136 (test_minsym): ... this, and make static.
4137 (get_pck__foo__bar__minsym): Rename to ...
4138 (get_test_minsym): ... this.
4139 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
4140 symbol names and comments.
4141 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
4142 (get_test_minsym): ... this.
4143 (pck__foo__bar__minsym__2): Rename to ...
4144 (test_minsym): ... this.
4145 (main): Adjust.
4146
c45ec17c
PA
41472017-07-17 Pedro Alves <palves@redhat.com>
4148
4149 * gdb.base/completion.exp: Adjust expected output.
4150 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
4151 the completer works.
4152
c6756f62
PA
41532017-07-17 Pedro Alves <palves@redhat.com>
4154
4155 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
4156
5bd68487
AB
41572017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4158
4159 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
4160
8880f2a9
TT
41612017-07-14 Tom Tromey <tom@tromey.com>
4162
4163 PR rust/21764:
4164 * gdb.rust/simple.exp: Add tests.
4165
65547233
TT
41662017-07-14 Tom Tromey <tom@tromey.com>
4167
4168 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
4169
8f14146e
PA
41702017-07-14 Pedro Alves <palves@redhat.com>
4171
4172 * gdb.linespec/base/one/thefile.cc (z1): New function.
4173 * gdb.linespec/base/two/thefile.cc (z2): New function.
4174 * gdb.linespec/linespec.exp: Add tests.
4175
b4365d02
AB
41762017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4177
4178 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
4179 to mi_create_breakpoint.
4180
5d2cbaa5
AB
41812017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4182
4183 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
4184 mi_create_breakpoint.
4185
11cb5716
IB
41862017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
4187
4188 * gdb.dlang/demangle.exp: Update for demangling changes.
4189
03278692
TT
41902017-07-09 Tom Tromey <tom@tromey.com>
4191
4192 * gdb.dwarf2/shortpiece.exp: New file.
4193
33c5cd75
DB
41942017-07-06 David Blaikie <dblaikie@gmail.com>
4195
4196 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
4197 built from fissiont-multi-cu{1,2}.c.
4198 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
4199 except putting 'main' and 'func' in separate CUs in the same DWO file.
4200 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
4201 test.
4202 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
4203 test.
4204
8455d262
PA
42052017-07-06 Pedro Alves <palves@redhat.com>
4206
4207 * gdb.python/py-unwind.exp: Test flushregs.
4208
dc4bde35
SDJ
42092017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4210
4211 PR cli/21688
4212 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
4213 tests for alias commands and trailing whitespace.
4214
51ed89aa
SDJ
42152017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4216
4217 PR cli/21688
4218 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
4219 procedure. Call it.
4220
eb17d413
PA
42212017-06-29 Pedro Alves <palves@redhat.com>
4222
4223 * gdb.base/printcmds.exp: Add tests.
4224
41664b45
DG
42252017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
4226
4227 PR gdb/21337
4228 * gdb.base/reread-readsym.exp: New file.
4229 * gdb.base/reread-readsym.c: New file.
4230
75312ae3
KB
42312017-06-21 Kevin Buettner <kevinb@redhat.com>
4232
4233 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
4234 subpattern.
4235
66953522
PB
42362017-06-19 Peter Bergner <bergner@vnet.ibm.com>
4237
4238 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
4239 extended mnemonic.
4240 * gdb.arch/powerpc-power9.s: Likewise.
4241
5524b525
AA
42422017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4243
4244 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
4245 on 32-bit x86 targets. Exploit is_*_target macros where
4246 appropriate.
4247
03c8af18
AA
42482017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4249
4250 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
4251 register pieces.
4252
3bf31011
AA
42532017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4254
4255 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
4256 located in one or more DWARF pieces.
4257
805acca0
AA
42582017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4259
4260 * lib/gdb.exp (get_endianness): New proc.
4261 * gdb.arch/aarch64-fp.exp: Use it.
4262 * gdb.arch/altivec-regs.exp: Likewise.
4263 * gdb.arch/e500-regs.exp: Likewise.
4264 * gdb.arch/vsx-regs.exp: Likewise.
4265 * gdb.base/dump.exp: Likewise.
4266 * gdb.base/funcargs.exp: Likewise.
4267 * gdb.base/gnu_vector.exp: Likewise.
4268 * gdb.dwarf2/formdata16.exp: Likewise.
4269 * gdb.dwarf2/implptrpiece.exp: Likewise.
4270 * gdb.dwarf2/nonvar-access.exp: Likewise.
4271 * gdb.python/py-inferior.exp: Likewise.
4272 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4273
e9352324
AA
42742017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4275
4276 PR gdb/21226
4277 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
4278 stack value pieces are taken from the LSB end.
4279
d5d1163e
AA
42802017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4281
4282 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
4283 variable at nonzero offset.
4284
0567c986
AA
42852017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4286
4287 * gdb.dwarf2/var-access.c: New file.
4288 * gdb.dwarf2/var-access.exp: New test.
4289 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
4290
973e9aab
TT
42912017-06-12 Tom Tromey <tom@tromey.com>
4292
4293 * gdb.dwarf2/formdata16.exp: Add tests.
4294
d9109c80
TT
42952017-06-12 Tom Tromey <tom@tromey.com>
4296
4297 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
4298
30a25466
TT
42992017-06-12 Tom Tromey <tom@tromey.com>
4300
4301 PR exp/16225:
4302 * gdb.reverse/i386-sse-reverse.exp: Update tests.
4303 * gdb.arch/vsx-regs.exp: Update tests.
4304 * gdb.arch/s390-vregs.exp (hex128): New proc.
4305 Update test.
4306 * gdb.arch/altivec-regs.exp: Update tests.
4307
aefd8b33
SDJ
43082017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4309
4310 * gdb.base/startup-with-shell.c: New file.
4311 * gdb.base/startup-with-shell.exp: Likewise.
4312
2090129c
SDJ
43132017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4314
4315 * gdb.server/non-existing-program.exp: Update regex in order to
4316 reflect the fact that gdbserver is now using fork_inferior (with a
4317 shell) to startup the inferior.
4318
8e86a419
SM
43192017-05-30 Simon Marchi <simon.marchi@ericsson.com>
4320
4321 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
4322 support function calls from GDB.
4323
e6cf65f2
TT
43242017-05-21 Tom Tromey <tom@tromey.com>
4325
4326 PR rust/21466:
4327 * gdb.rust/unsized.exp: New file.
4328 * gdb.rust/unsized.rs: New file.
4329
43cc5389
TT
43302017-05-19 Tom Tromey <tom@tromey.com>
4331
4332 PR rust/21484:
4333 * gdb.rust/watch.exp: New file.
4334 * gdb.rust/watch.rs: New file.
4335
ec8df234
TT
43362017-05-18 Tom Tromey <tom@tromey.com>
4337
4338 * gdb.rust/simple.exp: Allow Box to be qualified.
4339
3e3e7fae
TP
43402017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
4341
4342 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
4343
59cc050d
PA
43442017-05-18 Pedro Alves <palves@redhat.com>
4345
4346 * gdb.base/fileio.c (test_write, test_read, test_close)
4347 (test_fstat): Don't print 'ret' in the fail path.
4348
c8f6abd1
PA
43492017-05-18 Pedro Alves <palves@redhat.com>
4350
4351 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
4352 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
4353 (test_system, test_rename, test_unlink, test_time): Change
4354 prototypes.
4355 * gdb.base/fileio.exp (stop_msg): Adjust.
4356
d2a03b77
PA
43572017-05-18 Pedro Alves <palves@redhat.com>
4358
4359 * gdb.base/fileio.c (null_str): New global.
4360 (test_stat): Use it.
4361 * gdb.base/fileio.exp: Remove nowarnings.
4362
0d5c6999
YQ
43632017-05-17 Yao Qi <yao.qi@linaro.org>
4364
4365 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
4366
21873064
YQ
43672017-05-17 Simon Marchi <simon.marchi@ericsson.com>
4368
4369 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
4370 argument command.
4371 (top-level): Invoke test_set_inferior_tty.
4372
d512d31c
PA
43732017-05-04 Pedro Alves <palves@redhat.com>
4374
4375 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
4376 Add parens to print call for Python 3.
4377
90cef2ed
KS
43782017-05-03 Keith Seitz <keiths@redhat.com>
4379
4380 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
4381 (main): Call it.
4382
14f819c8
TW
43832017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4384
4385 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
4386 to prev and next.
4387
913aeadd
TW
43882017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4389
4390 * gdb.python/py-record-btrace.exp: Remove test for
4391 gdb.BtraceInstruction.error.
4392
a3be24ad
TW
43932017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4394
4395 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
4396
ae20e79a
TW
43972017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4398
4399 * gdb.python/py-record-btrace-threads.c: New file.
4400 * gdb.python/py-record-btrace-threads.exp: New file.
4401
45ce1b47
SDJ
44022017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
4403
4404 PR testsuite/8595
4405 * gdb.base/environ.exp: Make test available in all architectures.
4406 Move bits related to "info program" testing to
4407 gdb.base/info-program.exp. Rewrite tests to use the two new
4408 procedures mentione below.
4409 (test_set_show_env_var) New procedure.
4410 (test_set_show_env_var_equal): Likewise.
4411 * gdb.base/info-program.exp: New file.
4412
e15c3eb4
KS
44132017-04-27 Keith Seitz <keiths@redhat.com>
4414
4415 * gdb.cp/oranking.cc (test15): New function.
4416 (main): Call test15 and declare additional variables for testing.
4417 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
4418 "p foo101('abc')" tests.
4419 Add tests for cv qualifier overloads.
4420 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
4421 "lvalue reference overload" test.
4422 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
4423 "print value of f1 on Child&& in f2" test.
4424
3a3fd0fd
PA
44252017-04-19 Pedro Alves <palves@redhat.com>
4426
4427 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
4428 procedure.
4429 (top level): Call it.
4430 * lib/gdb.exp (gdb_define_cmd): New procedure.
4431
53375380
PA
44322017-04-12 Pedro Alves <palves@redhat.com>
4433
4434 PR gdb/21323
4435 * gdb.cp/wide_char_types.c: Include <wchar.h>.
4436 (wchar): New global.
4437 * gdb.cp/wide_char_types.exp (wide_char_types_program)
4438 (do_test_wide_char, wide_char_types_no_program, top level): Add
4439 wchar_t testing.
4440
53e710ac
PA
44412017-04-12 Pedro Alves <palves@redhat.com>
4442
4443 PR c++/21323
4444 * gdb.cp/wide_char_types.c: New file.
4445 * gdb.cp/wide_char_types.exp: New file.
4446
0ad9d8c7
SDJ
44472017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
4448
4449 PR gdb/21352
4450 * gdb.trace/tsv.exp: Add test for "tsave -r".
4451
b1b45502
IB
44522017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
4453
4454 * gdb.dlang/watch-loc.c: New file.
4455 * gdb.dlang/watch-loc.exp: New file.
4456
ec13808e
JK
44572017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4458
4459 * gdb.python/py-section-script.exp (sepdebug): New testcases.
4460
fe5f7374
AK
44612017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
4462
4463 * gdb.arch/arc-analyze-prologue.S: New file.
4464 * gdb.arch/arc-analyze-prologue.exp: Likewise.
4465
eea78757
AK
44662017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
4467
4468 * gdb.arch/arc-decode-insn.S: New file.
4469 * gdb.arch/arc-decode-insn.exp: Likewise.
4470
5badf10a
IR
44712017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
4472
4473 PR tdep/20928
4474 * gdb.arch/sparc64-regs.exp: New file.
4475 * gdb.arch/sparc64-regs.S: Likewise.
4476
cee59b3f
TW
44772017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
4478
4479 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
4480 and memory view on Python 3.
4481
c0f55cc6
AV
44822017-03-20 Artemiy Volkov <artemiyv@acm.org>
4483 Keith Seitz <keiths@redhat.com>
4484
4485 PR gdb/14441
4486 * gdb.cp/demangle.exp: Add rvalue reference tests.
4487 * gdb.cp/rvalue-ref-casts.cc: New file.
4488 * gdb.cp/rvalue-ref-casts.exp: New file.
4489 * gdb.cp/rvalue-ref-overload.cc: New file.
4490 * gdb.cp/rvalue-ref-overload.exp: New file.
4491 * gdb.cp/rvalue-ref-params.cc: New file.
4492 * gdb.cp/rvalue-ref-params.exp: New file.
4493 * gdb.cp/rvalue-ref-sizeof.cc: New file.
4494 * gdb.cp/rvalue-ref-sizeof.exp: New file.
4495 * gdb.cp/rvalue-ref-types.cc: New file.
4496 * gdb.cp/rvalue-ref-types.exp: New file.
4497 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
4498 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
4499
51457a05
MAL
45002017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
4501
4502 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
4503 New procedure.
4504
5b291c04
MAL
45052017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
4506
4507 * lib/mi-support.exp (mi_gdb_test): Add additional message
4508 for unexpected output.
4509
59a56148
AA
45102017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4511
4512 * gdb.base/examine-backward.c (Barrier): New character array
4513 constant, to ensure that TestStrings is preceded by a string
4514 terminator.
4515
7942e96e
AA
45162017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4517
4518 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
4519 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
4520 and implicit pointer into such a location.
4521
6ebac3fb
DE
45222017-03-16 Doug Evans <dje@google.com>
4523
4524 * gdb.python/py-lazy-string (pointer): Really add new typedef.
4525
ec3b243d
TP
45262017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
4527
4528 * gdb.cp/m-static.exp: Fix expectation for prototype of
4529 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
4530
45312017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
4532
4533 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
4534 * gdb.guile/scm-lazy-string.c: New file.
4535 * gdb.guile/scm-value.exp: Move lazy string tests to ...
4536 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
4537 for pointer, array, typedef lazy strings.
4538
2cc36e25 45392017-03-16 Doug Evans <dje@google.com>
34b43320
DE
4540
4541 PR python/17728, python/18439, python/18779
4542 * gdb.python/py-value.c (main) Delete locals sptr, sn.
4543 * gdb.python/py-lazy-string.c (pointer): New typedef.
4544 (main): New locals ptr, array, typedef_ptr.
4545 * gdb.python/py-value.exp: Move lazy string tests to ...
4546 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
4547 array, typedef lazy strings.
ec3b243d 4548
0efcde63
AK
45492017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
4550
4551 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
4552 Add optional 'test' parameter.
4553
7978d7c3
SM
45542017-03-13 Simon Marchi <simon.marchi@ericsson.com>
4555
4556 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4557 Skip for versions of DejaGnu < 1.5.
4558
896c0c1e
SM
45592017-03-13 Simon Marchi <simon.marchi@ericsson.com>
4560
4561 * lib/gdb.exp (dejagnu_version): New proc.
4562 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
4563 Use dejagnu_version.
4564
5f4d1085
KS
45652017-03-10 Keith Seitz <keiths@redhat.com>
4566
4567 PR c++/8128
4568 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
4569 type from destructor regexps.
4570 Add a branch which actually passes the test.
4571 Adjust "ptype t5i" test names.
4572
1de05205
PA
45732017-03-08 Pedro Alves <palves@redhat.com>
4574
4575 * gdb.base/step-over-exit.exp: Add explicit test message.
4576
c65d6b55
PA
45772017-03-08 Pedro Alves <palves@redhat.com>
4578
4579 PR gdb/18360
4580 * gdb.threads/interrupt-while-step-over.c: New file.
4581 * gdb.threads/interrupt-while-step-over.exp: New file.
4582
2e86a283
PA
45832017-03-08 Pedro Alves <palves@redhat.com>
4584
4585 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
4586 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
4587
25dcbff6
PA
45882017-03-08 Pedro Alves <palves@redhat.com>
4589
4590 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
4591 PKRU as not supported as a PASS.
4592
dc9366eb
PA
45932017-03-08 Pedro Alves <palves@redhat.com>
4594
4595 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
4596 prefix instead of $binfile1/$binfile2.
4597 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
4598 in test message.
4599 * gdb.python/py-completion.exp: Use "load python file" as test
4600 messages instead of unstable path names.
4601
6e5d74e7
PA
46022017-03-08 Pedro Alves <palves@redhat.com>
4603 Jan Kratochvil <jan.kratochvil@redhat.com>
4604
4605 PR cli/21218
4606 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4607 New proc.
4608 (top level): Call it.
4609
9753a2f6
PA
46102017-03-08 Pedro Alves <palves@redhat.com>
4611
4612 PR tui/21216
4613 * gdb.tui/tui-nl-filtered-output.exp: New file.
4614
1a4dd9dd
PA
46152017-03-08 Pedro Alves <palves@redhat.com>
4616
4617 * gdb.base/completion.exp: Move TUI completion tests to ...
4618 * gdb.tui/completion.exp: ... this new file.
4619
7cbbff33
PA
46202017-03-08 Pedro Alves <palves@redhat.com>
4621
4622 * gdb.base/tui-disasm-long-lines.c,
4623 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
4624 gdb.base/tui-layout.exp: Move to ...
4625 * gdb.tui/: ... this new directory.
4626
5f6fd321
PA
46272017-03-07 Pedro Alves <palves@redhat.com>
4628
4629 * gdb.base/tui-layout.c: New file.
4630 * gdb.base/tui-layout.exp: New file.
4631
44959fa8
PA
46322017-03-07 Pedro Alves <palves@redhat.com>
4633
4634 * gdb.base/tui-layout.c: Rename to ...
4635 * gdb.base/tui-disasm-long-lines.c: ... this.
4636 * gdb.base/tui-layout.exp: Rename to ...
4637 * gdb.base/tui-disasm-long-lines.exp: ... this.
4638
f8c4e718
PA
46392017-03-07 Pedro Alves <palves@redhat.com>
4640
4641 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
4642
6dbb839a 46432017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
4644
4645 * i386-mpx-call.c: New file.
4646 * i386-mpx-call.exp: New file.
4647
65b48a81
PB
46482017-02-28 Peter Bergner <bergner@vnet.ibm.com>
4649
4650 * gdb.arch/powerpc-power.exp: Delete test.
4651 * gdb.arch/powerpc-power.s: Likewise.
4652 * gdb.disasm/disassembler-options.exp: New test.
4653 * gdb.arch/powerpc-altivec.exp: Likewise.
4654 * gdb.arch/powerpc-altivec.s: Likewise.
4655 * gdb.arch/powerpc-altivec2.exp: Likewise.
4656 * gdb.arch/powerpc-altivec2.s: Likewise.
4657 * gdb.arch/powerpc-altivec3.exp: Likewise.
4658 * gdb.arch/powerpc-altivec3.s: Likewise.
4659 * gdb.arch/powerpc-power7.exp: Likewise.
4660 * gdb.arch/powerpc-power7.s: Likewise.
4661 * gdb.arch/powerpc-power8.exp: Likewise.
4662 * gdb.arch/powerpc-power8.s: Likewise.
4663 * gdb.arch/powerpc-power9.exp: Likewise.
4664 * gdb.arch/powerpc-power9.s: Likewise.
4665 * gdb.arch/powerpc-vsx.exp: Likewise.
4666 * gdb.arch/powerpc-vsx.s: Likewise.
4667 * gdb.arch/powerpc-vsx2.exp: Likewise.
4668 * gdb.arch/powerpc-vsx2.s: Likewise.
4669 * gdb.arch/powerpc-vsx3.exp: Likewise.
4670 * gdb.arch/powerpc-vsx3.s: Likewise.
4671 * gdb.arch/arm-disassembler-options.exp: Likewise.
4672 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
4673 * gdb.arch/s390-disassembler-options.exp: Likewise.
4674
17cd4947
LM
46752017-02-23 Luis Machado <lgustavo@codesourcery.com>
4676
4677 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
4678 (check_supported_features): ... this. Changed return type to void.
4679 (supports_rdseed): New static global.
4680 (rdseed): Check supports_rdseed.
4681 (initialize): Call check_supported_features.
4682
2039d74e
EBM
46832017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4684
4685 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
4686 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
4687 and lqarx/stqcx.
4688 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
4689 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
4690
a51d7ecf
EBM
46912017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4692
4693 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
4694 uppercase.
4695
0224619f
JK
46962017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4697
4698 * gdb.dwarf2/formdata16.c: New file.
4699 * gdb.dwarf2/formdata16.exp: New file.
4700 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
4701
216f72a1
JK
47022017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4703
4704 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
4705 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
4706 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
4707 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
4708 DW_AT_GNU_*.
4709
43988095
JK
47102017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4711
4712 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
4713
99e8a4f9
SDJ
47142017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
4715
4716 PR gdb/21164
4717 * gdb.base/maint.exp: Add testcases for when the commands do
4718 not have arguments.
4719
b58a8c0c
TP
47202017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
4721
4722 * gdb.cp/chained-calls.exp: Use p instead of P.
4723
4e746bb6
TW
47242017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
4725
4726 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
4727 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
4728
3f77c769
TT
47292017-02-14 Tom Tromey <tom@tromey.com>
4730
4731 PR python/13598:
4732 * gdb.python/py-events.exp: Add before_prompt event tests.
4733
075beec0
AA
47342017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4735
4736 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
4737
bf5f525c
LM
47382017-02-13 Luis Machado <lgustavo@codesourcery.com>
4739
4740 * gdb.linespec/explicit.c (my_unique_function_name): New function.
4741 (main): Call my_unique_function_name.
4742 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
4743 completion of patterns with a single match.
4744 Add missing -re switches to gdb_test_multiple calls.
4745
13a66184
LM
47462017-02-13 Luis Machado <lgustavo@codesourcery.com>
4747
4748 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
4749 return if core file is not recognized.
4750
26a06916
SM
47512017-02-10 Simon Marchi <simon.marchi@ericsson.com>
4752
4753 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
4754 and extra UIs.
4755
b761ca9e
SM
47562017-02-10 Simon Marchi <simon.marchi@ericsson.com>
4757
4758 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
4759 proc_with_prefix.
4760
b964bee0
TT
47612017-02-10 Tom Tromey <tom@tromey.com>
4762
4763 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
4764
18da0c51
MG
47652017-02-10 Martin Galvan <martingalvan@sourceware.org>
4766
4767 PR gdb/21122
4768 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
4769
604c4576
JG
47702017-02-08 Jerome Guitton <guitton@adacore.com>
4771
4772 * gdb.base/define.exp: Add test for command abbreviations
4773 in define.
4774
20b477a7
LM
47752017-02-06 Luis Machado <lgustavo@codesourcery.com>
4776
4777 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
4778 * gdb.reverse/insn-reverse-x86.c: New file.
4779
3f7b46f2
IR
47802017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
4781
4782 PR tdep/20936
4783 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
4784
f0fd41c1
TT
47852017-02-03 Tom Tromey <tom@tromey.com>
4786
4787 PR rust/21097:
4788 * gdb.rust/simple.exp: Add new tests.
4789
5be5dbf0
PA
47902017-02-02 Pedro Alves <palves@redhat.com>
4791
4792 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
4793 tests.
4794
7346ef59
AA
47952017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4796
4797 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
4798 taking a 2-byte value out of a 4-byte DWARF implicit value on
4799 big-endian targets.
4800 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
4801 logic. Add test cases for DW_OP_implicit.
4802
787f0025
MM
48032017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4804
4805 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
4806
68777c29
MM
48072017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4808
4809 * gdb.btrace/enable.exp: Call gdb_exit before
4810 skip_gdbserver_tests.
4811
0a1c7e28
MM
48122017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4813
4814 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
4815 GDBFLAGS.
4816
b5ac99b0
MM
48172017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4818
4819 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
4820 the test is skipped.
4821 * gdb.btrace/data.exp: Likewise.
4822 * gdb.btrace/delta.exp: Likewise.
4823 * gdb.btrace/dlopen.exp: Likewise.
4824 * gdb.btrace/enable-running.exp: Likewise.
4825 * gdb.btrace/enable.exp: Likewise.
4826 * gdb.btrace/exception.exp: Likewise.
4827 * gdb.btrace/function_call_history.exp: Likewise.
4828 * gdb.btrace/gcore.exp: Likewise.
4829 * gdb.btrace/instruction_history.exp: Likewise.
4830 * gdb.btrace/multi-thread-step.exp: Likewise.
4831 * gdb.btrace/nohist.exp: Likewise.
4832 * gdb.btrace/non-stop.exp: Likewise.
4833 * gdb.btrace/reconnect.exp: Likewise.
4834 * gdb.btrace/record_goto-step.exp: Likewise.
4835 * gdb.btrace/record_goto.exp: Likewise.
4836 * gdb.btrace/rn-dl-bind.exp: Likewise.
4837 * gdb.btrace/segv.exp: Likewise.
4838 * gdb.btrace/step.exp: Likewise.
4839 * gdb.btrace/stepi.exp: Likewise.
4840 * gdb.btrace/tailcall-only.exp: Likewise.
4841 * gdb.btrace/tailcall.exp: Likewise.
4842 * gdb.btrace/tsx.exp: Likewise.
4843 * gdb.btrace/unknown_functions.exp: Likewise.
4844 * gdb.btrace/vdso.exp: Likewise.
4845
cd4007e4
MM
48462017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4847
4848 * gdb.btrace/enable-running.c: New.
4849 * gdb.btrace/enable-running.exp: New.
4850
2735833d
WT
48512017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
4852
4853 * gdb.arch/amd64-gs_base.c: New file.
4854 * gdb.arch/amd64-gs_base.exp: New file.
4855
b51e1e94
LM
48562017-01-26 Luis Machado <lgustavo@codesourcery.com>
4857
4858 * lib/memory.exp: Remove spurious empty newlines.
4859
72ca0410
SM
48602017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
4861
4862 * gdb.python/py-bad-printers.exp: Load python file using "source".
4863 * gdb.python/py-events.exp: Likewise.
4864 * gdb.python/py-evsignal.exp: Likewise.
4865 * gdb.python/py-evthreads.exp: Likewise.
4866 * gdb.python/py-frame-args.exp: Likewise.
4867 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
4868 * gdb.python/py-framefilter-mi.exp: Likewise.
4869 * gdb.python/py-framefilter.exp: Likewise.
4870 * gdb.python/py-mi.exp: Likewise.
4871 * gdb.python/py-pp-maint.exp: Likewise.
4872 * gdb.python/py-pp-registration.exp: Likewise.
4873 * gdb.python/py-prettyprint.exp: Likewise.
4874 (run_lang_tests): Likewise.
4875 * gdb.python/py-typeprint.exp: Likewise.
4876
e309aa65
LM
48772017-01-26 Luis Machado <lgustavo@codesourcery.com>
4878
4879 * lib/memory.exp: New file.
4880 * lib/gdb.exp: Load memory.exp.
4881 * gdb.base/memattr.exp (delete_memory): Move proc to
4882 lib/memory.exp and rename to delete_memory_regions.
4883 Replace delete_memory with delete_memory_regions.
4884 Cleanup memory regions before tests.
4885 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
4886 before tests.
4887
515aff23
LM
48882017-01-26 Luis Machado <lgustavo@codesourcery.com>
4889
4890 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
4891 files.
4892 (initialize): New function conditionally defined.
4893 (testcases): Move within conditional block.
4894 (main): Call initialize.
4895 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
4896 of gdb.reverse/insn-reverse.c.
4897 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
4898 gdb.reverse/insn-reverse.c.
4899
d8b49cf0
YQ
49002017-01-26 Yao Qi <yao.qi@linaro.org>
4901
4902 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
4903 disassemble on address 0.
4904
f13a9a0c
YQ
49052017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
4906 Yao Qi <yao.qi@linaro.org>
4907
4908 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
4909 * gdb.dwarf2/implptr-64bit.S: Remove.
4910 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
4911 variables in caller's context. Add DW_OP_implicit_value.
4912
5ac95241
YQ
49132017-01-25 Yao Qi <yao.qi@linaro.org>
4914
4915 * lib/dwarf.exp (Dwarf::_location): Handle
4916 DW_OP_GNU_implicit_pointer with proper size.
4917
23e82930
LM
49182017-01-20 Luis Machado <lgustavo@codesourcery.com>
4919
4920 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
4921 and add untested calls.
4922
d334ae25
LM
49232017-01-20 Luis Machado <lgustavo@codesourcery.com>
4924
4925 * gdb.python/python.exp: Check line number against what GDB thinks
4926 the line number is for func1.
4927
f5e6296e
IB
49282017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
4929
4930 * gdb.dlang/debug-expr.exp: New file.
4931
5b362f04
LM
49322016-12-23 Luis Machado <lgustavo@codesourcery.com>
4933
4934 Fix test names for the following files:
4935
4936 * gdb.ada/exec_changed.exp
4937 * gdb.ada/info_types.exp
4938 * gdb.arch/aarch64-atomic-inst.exp
4939 * gdb.arch/aarch64-fp.exp
4940 * gdb.arch/altivec-abi.exp
4941 * gdb.arch/altivec-regs.exp
4942 * gdb.arch/amd64-byte.exp
4943 * gdb.arch/amd64-disp-step.exp
4944 * gdb.arch/amd64-dword.exp
4945 * gdb.arch/amd64-entry-value-inline.exp
4946 * gdb.arch/amd64-entry-value-param.exp
4947 * gdb.arch/amd64-entry-value-paramref.exp
4948 * gdb.arch/amd64-entry-value.exp
4949 * gdb.arch/amd64-i386-address.exp
4950 * gdb.arch/amd64-invalid-stack-middle.exp
4951 * gdb.arch/amd64-invalid-stack-top.exp
4952 * gdb.arch/amd64-optimout-repeat.exp
4953 * gdb.arch/amd64-prologue-skip.exp
4954 * gdb.arch/amd64-prologue-xmm.exp
4955 * gdb.arch/amd64-stap-special-operands.exp
4956 * gdb.arch/amd64-stap-wrong-subexp.exp
4957 * gdb.arch/amd64-tailcall-cxx.exp
4958 * gdb.arch/amd64-tailcall-noret.exp
4959 * gdb.arch/amd64-tailcall-ret.exp
4960 * gdb.arch/amd64-tailcall-self.exp
4961 * gdb.arch/amd64-word.exp
4962 * gdb.arch/arm-bl-branch-dest.exp
4963 * gdb.arch/arm-disp-step.exp
4964 * gdb.arch/arm-neon.exp
4965 * gdb.arch/arm-single-step-kernel-helper.exp
4966 * gdb.arch/avr-flash-qualifier.exp
4967 * gdb.arch/disp-step-insn-reloc.exp
4968 * gdb.arch/e500-abi.exp
4969 * gdb.arch/e500-regs.exp
4970 * gdb.arch/ftrace-insn-reloc.exp
4971 * gdb.arch/i386-avx512.exp
4972 * gdb.arch/i386-bp_permanent.exp
4973 * gdb.arch/i386-byte.exp
4974 * gdb.arch/i386-cfi-notcurrent.exp
4975 * gdb.arch/i386-disp-step.exp
4976 * gdb.arch/i386-dr3-watch.exp
4977 * gdb.arch/i386-float.exp
4978 * gdb.arch/i386-gnu-cfi.exp
4979 * gdb.arch/i386-mpx-map.exp
4980 * gdb.arch/i386-mpx-sigsegv.exp
4981 * gdb.arch/i386-mpx-simple_segv.exp
4982 * gdb.arch/i386-mpx.exp
4983 * gdb.arch/i386-permbkpt.exp
4984 * gdb.arch/i386-prologue.exp
4985 * gdb.arch/i386-signal.exp
4986 * gdb.arch/i386-size-overlap.exp
4987 * gdb.arch/i386-unwind.exp
4988 * gdb.arch/i386-word.exp
4989 * gdb.arch/mips-fcr.exp
4990 * gdb.arch/powerpc-d128-regs.exp
4991 * gdb.arch/powerpc-stackless.exp
4992 * gdb.arch/ppc64-atomic-inst.exp
4993 * gdb.arch/s390-stackless.exp
4994 * gdb.arch/s390-tdbregs.exp
4995 * gdb.arch/s390-vregs.exp
4996 * gdb.arch/sparc-sysstep.exp
4997 * gdb.arch/thumb-bx-pc.exp
4998 * gdb.arch/thumb-singlestep.exp
4999 * gdb.arch/thumb2-it.exp
5000 * gdb.arch/vsx-regs.exp
5001 * gdb.asm/asm-source.exp
5002 * gdb.base/a2-run.exp
5003 * gdb.base/advance.exp
5004 * gdb.base/all-bin.exp
5005 * gdb.base/anon.exp
5006 * gdb.base/args.exp
5007 * gdb.base/arithmet.exp
5008 * gdb.base/async-shell.exp
5009 * gdb.base/async.exp
5010 * gdb.base/attach-pie-noexec.exp
5011 * gdb.base/attach-twice.exp
5012 * gdb.base/auto-load.exp
5013 * gdb.base/bang.exp
5014 * gdb.base/bitfields.exp
5015 * gdb.base/break-always.exp
5016 * gdb.base/break-caller-line.exp
5017 * gdb.base/break-entry.exp
5018 * gdb.base/break-inline.exp
5019 * gdb.base/break-on-linker-gcd-function.exp
5020 * gdb.base/break-probes.exp
5021 * gdb.base/break.exp
5022 * gdb.base/breakpoint-shadow.exp
5023 * gdb.base/call-ar-st.exp
5024 * gdb.base/call-sc.exp
5025 * gdb.base/call-signal-resume.exp
5026 * gdb.base/call-strs.exp
5027 * gdb.base/callfuncs.exp
5028 * gdb.base/catch-fork-static.exp
5029 * gdb.base/catch-gdb-caused-signals.exp
5030 * gdb.base/catch-load.exp
5031 * gdb.base/catch-signal-fork.exp
5032 * gdb.base/catch-signal.exp
5033 * gdb.base/catch-syscall.exp
5034 * gdb.base/charset.exp
5035 * gdb.base/checkpoint.exp
5036 * gdb.base/chng-syms.exp
5037 * gdb.base/code-expr.exp
5038 * gdb.base/code_elim.exp
5039 * gdb.base/commands.exp
5040 * gdb.base/completion.exp
5041 * gdb.base/complex.exp
5042 * gdb.base/cond-expr.exp
5043 * gdb.base/condbreak.exp
5044 * gdb.base/consecutive.exp
5045 * gdb.base/continue-all-already-running.exp
5046 * gdb.base/coredump-filter.exp
5047 * gdb.base/corefile.exp
5048 * gdb.base/dbx.exp
5049 * gdb.base/debug-expr.exp
5050 * gdb.base/define.exp
5051 * gdb.base/del.exp
5052 * gdb.base/disabled-location.exp
5053 * gdb.base/disasm-end-cu.exp
5054 * gdb.base/disasm-optim.exp
5055 * gdb.base/display.exp
5056 * gdb.base/duplicate-bp.exp
5057 * gdb.base/ena-dis-br.exp
5058 * gdb.base/ending-run.exp
5059 * gdb.base/enumval.exp
5060 * gdb.base/environ.exp
5061 * gdb.base/eu-strip-infcall.exp
5062 * gdb.base/eval-avoid-side-effects.exp
5063 * gdb.base/eval-skip.exp
5064 * gdb.base/exitsignal.exp
5065 * gdb.base/expand-psymtabs.exp
5066 * gdb.base/filesym.exp
5067 * gdb.base/find-unmapped.exp
5068 * gdb.base/finish.exp
5069 * gdb.base/float.exp
5070 * gdb.base/foll-exec-mode.exp
5071 * gdb.base/foll-exec.exp
5072 * gdb.base/foll-fork.exp
5073 * gdb.base/fortran-sym-case.exp
5074 * gdb.base/freebpcmd.exp
5075 * gdb.base/func-ptr.exp
5076 * gdb.base/func-ptrs.exp
5077 * gdb.base/funcargs.exp
5078 * gdb.base/gcore-buffer-overflow.exp
5079 * gdb.base/gcore-relro-pie.exp
5080 * gdb.base/gcore-relro.exp
5081 * gdb.base/gcore.exp
5082 * gdb.base/gdb1090.exp
5083 * gdb.base/gdb11530.exp
5084 * gdb.base/gdb11531.exp
5085 * gdb.base/gdb1821.exp
5086 * gdb.base/gdbindex-stabs.exp
5087 * gdb.base/gdbvars.exp
5088 * gdb.base/hbreak.exp
5089 * gdb.base/hbreak2.exp
5090 * gdb.base/included.exp
5091 * gdb.base/infcall-input.exp
5092 * gdb.base/inferior-died.exp
5093 * gdb.base/infnan.exp
5094 * gdb.base/info-macros.exp
5095 * gdb.base/info-os.exp
5096 * gdb.base/info-proc.exp
5097 * gdb.base/info-shared.exp
5098 * gdb.base/info-target.exp
5099 * gdb.base/infoline.exp
5100 * gdb.base/interp.exp
5101 * gdb.base/interrupt.exp
5102 * gdb.base/jit-reader.exp
5103 * gdb.base/jit-simple.exp
5104 * gdb.base/kill-after-signal.exp
5105 * gdb.base/kill-detach-inferiors-cmd.exp
5106 * gdb.base/label.exp
5107 * gdb.base/langs.exp
5108 * gdb.base/ldbl_e308.exp
5109 * gdb.base/line-symtabs.exp
5110 * gdb.base/linespecs.exp
5111 * gdb.base/list.exp
5112 * gdb.base/long_long.exp
5113 * gdb.base/longest-types.exp
5114 * gdb.base/maint.exp
5115 * gdb.base/max-value-size.exp
5116 * gdb.base/memattr.exp
5117 * gdb.base/mips_pro.exp
5118 * gdb.base/morestack.exp
5119 * gdb.base/moribund-step.exp
5120 * gdb.base/multi-forks.exp
5121 * gdb.base/nested-addr.exp
5122 * gdb.base/nextoverexit.exp
5123 * gdb.base/noreturn-finish.exp
5124 * gdb.base/noreturn-return.exp
5125 * gdb.base/nostdlib.exp
5126 * gdb.base/offsets.exp
5127 * gdb.base/opaque.exp
5128 * gdb.base/pc-fp.exp
5129 * gdb.base/permissions.exp
5130 * gdb.base/print-symbol-loading.exp
5131 * gdb.base/prologue-include.exp
5132 * gdb.base/psymtab.exp
5133 * gdb.base/ptype.exp
5134 * gdb.base/random-signal.exp
5135 * gdb.base/randomize.exp
5136 * gdb.base/range-stepping.exp
5137 * gdb.base/readline-ask.exp
5138 * gdb.base/recpar.exp
5139 * gdb.base/recurse.exp
5140 * gdb.base/relational.exp
5141 * gdb.base/restore.exp
5142 * gdb.base/return-nodebug.exp
5143 * gdb.base/return.exp
5144 * gdb.base/run-after-attach.exp
5145 * gdb.base/save-bp.exp
5146 * gdb.base/scope.exp
5147 * gdb.base/sect-cmd.exp
5148 * gdb.base/set-lang-auto.exp
5149 * gdb.base/set-noassign.exp
5150 * gdb.base/setvar.exp
5151 * gdb.base/sigall.exp
5152 * gdb.base/sigbpt.exp
5153 * gdb.base/siginfo-addr.exp
5154 * gdb.base/siginfo-infcall.exp
5155 * gdb.base/siginfo-obj.exp
5156 * gdb.base/siginfo.exp
5157 * gdb.base/signals-state-child.exp
5158 * gdb.base/signest.exp
5159 * gdb.base/sigstep.exp
5160 * gdb.base/sizeof.exp
5161 * gdb.base/skip.exp
5162 * gdb.base/solib-corrupted.exp
5163 * gdb.base/solib-nodir.exp
5164 * gdb.base/solib-search.exp
5165 * gdb.base/stack-checking.exp
5166 * gdb.base/stale-infcall.exp
5167 * gdb.base/stap-probe.exp
5168 * gdb.base/start.exp
5169 * gdb.base/step-break.exp
5170 * gdb.base/step-bt.exp
5171 * gdb.base/step-line.exp
5172 * gdb.base/step-over-exit.exp
5173 * gdb.base/step-over-syscall.exp
5174 * gdb.base/step-resume-infcall.exp
5175 * gdb.base/step-test.exp
5176 * gdb.base/store.exp
5177 * gdb.base/structs3.exp
5178 * gdb.base/sym-file.exp
5179 * gdb.base/symbol-without-target_section.exp
5180 * gdb.base/term.exp
5181 * gdb.base/testenv.exp
5182 * gdb.base/ui-redirect.exp
5183 * gdb.base/until.exp
5184 * gdb.base/unwindonsignal.exp
5185 * gdb.base/value-double-free.exp
5186 * gdb.base/vla-datatypes.exp
5187 * gdb.base/vla-ptr.exp
5188 * gdb.base/vla-sideeffect.exp
5189 * gdb.base/volatile.exp
5190 * gdb.base/watch-cond-infcall.exp
5191 * gdb.base/watch-cond.exp
5192 * gdb.base/watch-non-mem.exp
5193 * gdb.base/watch-read.exp
5194 * gdb.base/watch-vfork.exp
5195 * gdb.base/watchpoint-cond-gone.exp
5196 * gdb.base/watchpoint-delete.exp
5197 * gdb.base/watchpoint-hw-hit-once.exp
5198 * gdb.base/watchpoint-hw.exp
5199 * gdb.base/watchpoint-stops-at-right-insn.exp
5200 * gdb.base/watchpoints.exp
5201 * gdb.base/wchar.exp
5202 * gdb.base/whatis-exp.exp
5203 * gdb.btrace/buffer-size.exp
5204 * gdb.btrace/data.exp
5205 * gdb.btrace/delta.exp
5206 * gdb.btrace/dlopen.exp
5207 * gdb.btrace/enable.exp
5208 * gdb.btrace/exception.exp
5209 * gdb.btrace/function_call_history.exp
5210 * gdb.btrace/gcore.exp
5211 * gdb.btrace/instruction_history.exp
5212 * gdb.btrace/nohist.exp
5213 * gdb.btrace/reconnect.exp
5214 * gdb.btrace/record_goto-step.exp
5215 * gdb.btrace/record_goto.exp
5216 * gdb.btrace/rn-dl-bind.exp
5217 * gdb.btrace/segv.exp
5218 * gdb.btrace/step.exp
5219 * gdb.btrace/stepi.exp
5220 * gdb.btrace/tailcall-only.exp
5221 * gdb.btrace/tailcall.exp
5222 * gdb.btrace/tsx.exp
5223 * gdb.btrace/unknown_functions.exp
5224 * gdb.btrace/vdso.exp
5225 * gdb.compile/compile-ifunc.exp
5226 * gdb.compile/compile-ops.exp
5227 * gdb.compile/compile-print.exp
5228 * gdb.compile/compile-setjmp.exp
5229 * gdb.cp/abstract-origin.exp
5230 * gdb.cp/ambiguous.exp
5231 * gdb.cp/annota2.exp
5232 * gdb.cp/annota3.exp
5233 * gdb.cp/anon-ns.exp
5234 * gdb.cp/anon-struct.exp
5235 * gdb.cp/anon-union.exp
5236 * gdb.cp/arg-reference.exp
5237 * gdb.cp/baseenum.exp
5238 * gdb.cp/bool.exp
5239 * gdb.cp/breakpoint.exp
5240 * gdb.cp/bs15503.exp
5241 * gdb.cp/call-c.exp
5242 * gdb.cp/casts.exp
5243 * gdb.cp/chained-calls.exp
5244 * gdb.cp/class2.exp
5245 * gdb.cp/classes.exp
5246 * gdb.cp/cmpd-minsyms.exp
5247 * gdb.cp/converts.exp
5248 * gdb.cp/cp-relocate.exp
5249 * gdb.cp/cpcompletion.exp
5250 * gdb.cp/cpexprs.exp
5251 * gdb.cp/cplabel.exp
5252 * gdb.cp/cplusfuncs.exp
5253 * gdb.cp/cpsizeof.exp
5254 * gdb.cp/ctti.exp
5255 * gdb.cp/derivation.exp
5256 * gdb.cp/destrprint.exp
5257 * gdb.cp/dispcxx.exp
5258 * gdb.cp/enum-class.exp
5259 * gdb.cp/exception.exp
5260 * gdb.cp/exceptprint.exp
5261 * gdb.cp/expand-psymtabs-cxx.exp
5262 * gdb.cp/expand-sals.exp
5263 * gdb.cp/extern-c.exp
5264 * gdb.cp/filename.exp
5265 * gdb.cp/formatted-ref.exp
5266 * gdb.cp/fpointer.exp
5267 * gdb.cp/gdb1355.exp
5268 * gdb.cp/gdb2495.exp
5269 * gdb.cp/hang.exp
5270 * gdb.cp/impl-this.exp
5271 * gdb.cp/infcall-dlopen.exp
5272 * gdb.cp/inherit.exp
5273 * gdb.cp/iostream.exp
5274 * gdb.cp/koenig.exp
5275 * gdb.cp/local.exp
5276 * gdb.cp/m-data.exp
5277 * gdb.cp/m-static.exp
5278 * gdb.cp/mb-ctor.exp
5279 * gdb.cp/mb-inline.exp
5280 * gdb.cp/mb-templates.exp
5281 * gdb.cp/member-name.exp
5282 * gdb.cp/member-ptr.exp
5283 * gdb.cp/meth-typedefs.exp
5284 * gdb.cp/method.exp
5285 * gdb.cp/method2.exp
5286 * gdb.cp/minsym-fallback.exp
5287 * gdb.cp/misc.exp
5288 * gdb.cp/namelessclass.exp
5289 * gdb.cp/namespace-enum.exp
5290 * gdb.cp/namespace-nested-import.exp
5291 * gdb.cp/namespace.exp
5292 * gdb.cp/nextoverthrow.exp
5293 * gdb.cp/no-dmgl-verbose.exp
5294 * gdb.cp/non-trivial-retval.exp
5295 * gdb.cp/noparam.exp
5296 * gdb.cp/nsdecl.exp
5297 * gdb.cp/nsimport.exp
5298 * gdb.cp/nsnested.exp
5299 * gdb.cp/nsnoimports.exp
5300 * gdb.cp/nsrecurs.exp
5301 * gdb.cp/nsstress.exp
5302 * gdb.cp/nsusing.exp
5303 * gdb.cp/operator.exp
5304 * gdb.cp/oranking.exp
5305 * gdb.cp/overload-const.exp
5306 * gdb.cp/overload.exp
5307 * gdb.cp/ovldbreak.exp
5308 * gdb.cp/ovsrch.exp
5309 * gdb.cp/paren-type.exp
5310 * gdb.cp/parse-lang.exp
5311 * gdb.cp/pass-by-ref.exp
5312 * gdb.cp/pr-1023.exp
5313 * gdb.cp/pr-1210.exp
5314 * gdb.cp/pr-574.exp
5315 * gdb.cp/pr10687.exp
5316 * gdb.cp/pr12028.exp
5317 * gdb.cp/pr17132.exp
5318 * gdb.cp/pr17494.exp
5319 * gdb.cp/pr9067.exp
5320 * gdb.cp/pr9167.exp
5321 * gdb.cp/pr9631.exp
5322 * gdb.cp/printmethod.exp
5323 * gdb.cp/psmang.exp
5324 * gdb.cp/psymtab-parameter.exp
5325 * gdb.cp/ptype-cv-cp.exp
5326 * gdb.cp/ptype-flags.exp
5327 * gdb.cp/re-set-overloaded.exp
5328 * gdb.cp/ref-types.exp
5329 * gdb.cp/rtti.exp
5330 * gdb.cp/scope-err.exp
5331 * gdb.cp/shadow.exp
5332 * gdb.cp/smartp.exp
5333 * gdb.cp/static-method.exp
5334 * gdb.cp/static-print-quit.exp
5335 * gdb.cp/temargs.exp
5336 * gdb.cp/templates.exp
5337 * gdb.cp/try_catch.exp
5338 * gdb.cp/typedef-operator.exp
5339 * gdb.cp/typeid.exp
5340 * gdb.cp/userdef.exp
5341 * gdb.cp/using-crash.exp
5342 * gdb.cp/var-tag.exp
5343 * gdb.cp/virtbase.exp
5344 * gdb.cp/virtfunc.exp
5345 * gdb.cp/virtfunc2.exp
5346 * gdb.cp/vla-cxx.exp
5347 * gdb.disasm/t01_mov.exp
5348 * gdb.disasm/t02_mova.exp
5349 * gdb.disasm/t03_add.exp
5350 * gdb.disasm/t04_sub.exp
5351 * gdb.disasm/t05_cmp.exp
5352 * gdb.disasm/t06_ari2.exp
5353 * gdb.disasm/t07_ari3.exp
5354 * gdb.disasm/t08_or.exp
5355 * gdb.disasm/t09_xor.exp
5356 * gdb.disasm/t10_and.exp
5357 * gdb.disasm/t11_logs.exp
5358 * gdb.disasm/t12_bit.exp
5359 * gdb.disasm/t13_otr.exp
5360 * gdb.dlang/circular.exp
5361 * gdb.dwarf2/arr-stride.exp
5362 * gdb.dwarf2/arr-subrange.exp
5363 * gdb.dwarf2/atomic-type.exp
5364 * gdb.dwarf2/bad-regnum.exp
5365 * gdb.dwarf2/bitfield-parent-optimized-out.exp
5366 * gdb.dwarf2/callframecfa.exp
5367 * gdb.dwarf2/clztest.exp
5368 * gdb.dwarf2/corrupt.exp
5369 * gdb.dwarf2/data-loc.exp
5370 * gdb.dwarf2/dup-psym.exp
5371 * gdb.dwarf2/dw2-anon-mptr.exp
5372 * gdb.dwarf2/dw2-anonymous-func.exp
5373 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
5374 * gdb.dwarf2/dw2-bad-unresolved.exp
5375 * gdb.dwarf2/dw2-basic.exp
5376 * gdb.dwarf2/dw2-canonicalize-type.exp
5377 * gdb.dwarf2/dw2-case-insensitive.exp
5378 * gdb.dwarf2/dw2-common-block.exp
5379 * gdb.dwarf2/dw2-compdir-oldgcc.exp
5380 * gdb.dwarf2/dw2-compressed.exp
5381 * gdb.dwarf2/dw2-const.exp
5382 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
5383 * gdb.dwarf2/dw2-cu-size.exp
5384 * gdb.dwarf2/dw2-dup-frame.exp
5385 * gdb.dwarf2/dw2-entry-value.exp
5386 * gdb.dwarf2/dw2-icycle.exp
5387 * gdb.dwarf2/dw2-ifort-parameter.exp
5388 * gdb.dwarf2/dw2-inline-break.exp
5389 * gdb.dwarf2/dw2-inline-param.exp
5390 * gdb.dwarf2/dw2-intercu.exp
5391 * gdb.dwarf2/dw2-intermix.exp
5392 * gdb.dwarf2/dw2-lexical-block-bare.exp
5393 * gdb.dwarf2/dw2-linkage-name-trust.exp
5394 * gdb.dwarf2/dw2-minsym-in-cu.exp
5395 * gdb.dwarf2/dw2-noloc.exp
5396 * gdb.dwarf2/dw2-op-call.exp
5397 * gdb.dwarf2/dw2-op-out-param.exp
5398 * gdb.dwarf2/dw2-opt-structptr.exp
5399 * gdb.dwarf2/dw2-param-error.exp
5400 * gdb.dwarf2/dw2-producer.exp
5401 * gdb.dwarf2/dw2-ranges-base.exp
5402 * gdb.dwarf2/dw2-ref-missing-frame.exp
5403 * gdb.dwarf2/dw2-reg-undefined.exp
5404 * gdb.dwarf2/dw2-regno-invalid.exp
5405 * gdb.dwarf2/dw2-restore.exp
5406 * gdb.dwarf2/dw2-restrict.exp
5407 * gdb.dwarf2/dw2-single-line-discriminators.exp
5408 * gdb.dwarf2/dw2-strp.exp
5409 * gdb.dwarf2/dw2-undefined-ret-addr.exp
5410 * gdb.dwarf2/dw2-unresolved.exp
5411 * gdb.dwarf2/dw2-var-zero-addr.exp
5412 * gdb.dwarf2/dw4-sig-types.exp
5413 * gdb.dwarf2/dwz.exp
5414 * gdb.dwarf2/dynarr-ptr.exp
5415 * gdb.dwarf2/enum-type.exp
5416 * gdb.dwarf2/gdb-index.exp
5417 * gdb.dwarf2/implptr-64bit.exp
5418 * gdb.dwarf2/implptr-optimized-out.exp
5419 * gdb.dwarf2/implptr.exp
5420 * gdb.dwarf2/implref-array.exp
5421 * gdb.dwarf2/implref-const.exp
5422 * gdb.dwarf2/implref-global.exp
5423 * gdb.dwarf2/implref-struct.exp
5424 * gdb.dwarf2/mac-fileno.exp
5425 * gdb.dwarf2/main-subprogram.exp
5426 * gdb.dwarf2/member-ptr-forwardref.exp
5427 * gdb.dwarf2/method-ptr.exp
5428 * gdb.dwarf2/missing-sig-type.exp
5429 * gdb.dwarf2/nonvar-access.exp
5430 * gdb.dwarf2/opaque-type-lookup.exp
5431 * gdb.dwarf2/pieces-optimized-out.exp
5432 * gdb.dwarf2/pieces.exp
5433 * gdb.dwarf2/pr10770.exp
5434 * gdb.dwarf2/pr13961.exp
5435 * gdb.dwarf2/staticvirtual.exp
5436 * gdb.dwarf2/subrange.exp
5437 * gdb.dwarf2/symtab-producer.exp
5438 * gdb.dwarf2/trace-crash.exp
5439 * gdb.dwarf2/typeddwarf.exp
5440 * gdb.dwarf2/valop.exp
5441 * gdb.dwarf2/watch-notconst.exp
5442 * gdb.fortran/array-element.exp
5443 * gdb.fortran/charset.exp
5444 * gdb.fortran/common-block.exp
5445 * gdb.fortran/complex.exp
5446 * gdb.fortran/derived-type-function.exp
5447 * gdb.fortran/derived-type.exp
5448 * gdb.fortran/logical.exp
5449 * gdb.fortran/module.exp
5450 * gdb.fortran/multi-dim.exp
5451 * gdb.fortran/nested-funcs.exp
5452 * gdb.fortran/print-formatted.exp
5453 * gdb.fortran/subarray.exp
5454 * gdb.fortran/vla-alloc-assoc.exp
5455 * gdb.fortran/vla-datatypes.exp
5456 * gdb.fortran/vla-history.exp
5457 * gdb.fortran/vla-ptr-info.exp
5458 * gdb.fortran/vla-ptype-sub.exp
5459 * gdb.fortran/vla-ptype.exp
5460 * gdb.fortran/vla-sizeof.exp
5461 * gdb.fortran/vla-type.exp
5462 * gdb.fortran/vla-value-sub-arbitrary.exp
5463 * gdb.fortran/vla-value-sub-finish.exp
5464 * gdb.fortran/vla-value-sub.exp
5465 * gdb.fortran/vla-value.exp
5466 * gdb.fortran/whatis_type.exp
5467 * gdb.go/chan.exp
5468 * gdb.go/handcall.exp
5469 * gdb.go/hello.exp
5470 * gdb.go/integers.exp
5471 * gdb.go/methods.exp
5472 * gdb.go/package.exp
5473 * gdb.go/strings.exp
5474 * gdb.go/types.exp
5475 * gdb.go/unsafe.exp
5476 * gdb.guile/scm-arch.exp
5477 * gdb.guile/scm-block.exp
5478 * gdb.guile/scm-breakpoint.exp
5479 * gdb.guile/scm-cmd.exp
5480 * gdb.guile/scm-disasm.exp
5481 * gdb.guile/scm-equal.exp
5482 * gdb.guile/scm-frame-args.exp
5483 * gdb.guile/scm-frame-inline.exp
5484 * gdb.guile/scm-frame.exp
5485 * gdb.guile/scm-iterator.exp
5486 * gdb.guile/scm-math.exp
5487 * gdb.guile/scm-objfile.exp
5488 * gdb.guile/scm-ports.exp
5489 * gdb.guile/scm-symbol.exp
5490 * gdb.guile/scm-symtab.exp
5491 * gdb.guile/scm-value-cc.exp
5492 * gdb.guile/types-module.exp
5493 * gdb.linespec/break-ask.exp
5494 * gdb.linespec/cpexplicit.exp
5495 * gdb.linespec/explicit.exp
5496 * gdb.linespec/keywords.exp
5497 * gdb.linespec/linespec.exp
5498 * gdb.linespec/ls-dollar.exp
5499 * gdb.linespec/ls-errs.exp
5500 * gdb.linespec/skip-two.exp
5501 * gdb.linespec/thread.exp
5502 * gdb.mi/mi-async.exp
5503 * gdb.mi/mi-basics.exp
5504 * gdb.mi/mi-break.exp
5505 * gdb.mi/mi-catch-load.exp
5506 * gdb.mi/mi-cli.exp
5507 * gdb.mi/mi-cmd-param-changed.exp
5508 * gdb.mi/mi-console.exp
5509 * gdb.mi/mi-detach.exp
5510 * gdb.mi/mi-disassemble.exp
5511 * gdb.mi/mi-eval.exp
5512 * gdb.mi/mi-file-transfer.exp
5513 * gdb.mi/mi-file.exp
5514 * gdb.mi/mi-fill-memory.exp
5515 * gdb.mi/mi-inheritance-syntax-error.exp
5516 * gdb.mi/mi-linespec-err-cp.exp
5517 * gdb.mi/mi-logging.exp
5518 * gdb.mi/mi-memory-changed.exp
5519 * gdb.mi/mi-read-memory.exp
5520 * gdb.mi/mi-record-changed.exp
5521 * gdb.mi/mi-reg-undefined.exp
5522 * gdb.mi/mi-regs.exp
5523 * gdb.mi/mi-return.exp
5524 * gdb.mi/mi-reverse.exp
5525 * gdb.mi/mi-simplerun.exp
5526 * gdb.mi/mi-solib.exp
5527 * gdb.mi/mi-stack.exp
5528 * gdb.mi/mi-stepi.exp
5529 * gdb.mi/mi-syn-frame.exp
5530 * gdb.mi/mi-until.exp
5531 * gdb.mi/mi-var-block.exp
5532 * gdb.mi/mi-var-child.exp
5533 * gdb.mi/mi-var-cmd.exp
5534 * gdb.mi/mi-var-cp.exp
5535 * gdb.mi/mi-var-display.exp
5536 * gdb.mi/mi-var-invalidate.exp
5537 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
5538 * gdb.mi/mi-vla-fortran.exp
5539 * gdb.mi/mi-watch.exp
5540 * gdb.mi/mi2-var-child.exp
5541 * gdb.mi/user-selected-context-sync.exp
5542 * gdb.modula2/unbounded-array.exp
5543 * gdb.multi/dummy-frame-restore.exp
5544 * gdb.multi/multi-arch-exec.exp
5545 * gdb.multi/multi-arch.exp
5546 * gdb.multi/tids.exp
5547 * gdb.multi/watchpoint-multi.exp
5548 * gdb.opencl/callfuncs.exp
5549 * gdb.opencl/convs_casts.exp
5550 * gdb.opencl/datatypes.exp
5551 * gdb.opencl/operators.exp
5552 * gdb.opencl/vec_comps.exp
5553 * gdb.opt/clobbered-registers-O2.exp
5554 * gdb.opt/inline-break.exp
5555 * gdb.opt/inline-bt.exp
5556 * gdb.opt/inline-cmds.exp
5557 * gdb.opt/inline-locals.exp
5558 * gdb.pascal/case-insensitive-symbols.exp
5559 * gdb.pascal/floats.exp
5560 * gdb.pascal/gdb11492.exp
5561 * gdb.python/lib-types.exp
5562 * gdb.python/py-arch.exp
5563 * gdb.python/py-as-string.exp
5564 * gdb.python/py-bad-printers.exp
5565 * gdb.python/py-block.exp
5566 * gdb.python/py-breakpoint-create-fail.exp
5567 * gdb.python/py-breakpoint.exp
5568 * gdb.python/py-caller-is.exp
5569 * gdb.python/py-cmd.exp
5570 * gdb.python/py-explore-cc.exp
5571 * gdb.python/py-explore.exp
5572 * gdb.python/py-finish-breakpoint.exp
5573 * gdb.python/py-finish-breakpoint2.exp
5574 * gdb.python/py-frame-args.exp
5575 * gdb.python/py-frame-inline.exp
5576 * gdb.python/py-frame.exp
5577 * gdb.python/py-framefilter-mi.exp
5578 * gdb.python/py-infthread.exp
5579 * gdb.python/py-lazy-string.exp
5580 * gdb.python/py-linetable.exp
5581 * gdb.python/py-mi-events.exp
5582 * gdb.python/py-mi-objfile.exp
5583 * gdb.python/py-mi.exp
5584 * gdb.python/py-objfile.exp
5585 * gdb.python/py-pp-integral.exp
5586 * gdb.python/py-pp-maint.exp
5587 * gdb.python/py-pp-re-notag.exp
5588 * gdb.python/py-pp-registration.exp
5589 * gdb.python/py-recurse-unwind.exp
5590 * gdb.python/py-strfns.exp
5591 * gdb.python/py-symbol.exp
5592 * gdb.python/py-symtab.exp
5593 * gdb.python/py-sync-interp.exp
5594 * gdb.python/py-typeprint.exp
5595 * gdb.python/py-unwind-maint.exp
5596 * gdb.python/py-unwind.exp
5597 * gdb.python/py-value-cc.exp
5598 * gdb.python/py-xmethods.exp
5599 * gdb.reverse/amd64-tailcall-reverse.exp
5600 * gdb.reverse/break-precsave.exp
5601 * gdb.reverse/break-reverse.exp
5602 * gdb.reverse/consecutive-precsave.exp
5603 * gdb.reverse/consecutive-reverse.exp
5604 * gdb.reverse/finish-precsave.exp
5605 * gdb.reverse/finish-reverse-bkpt.exp
5606 * gdb.reverse/finish-reverse.exp
5607 * gdb.reverse/fstatat-reverse.exp
5608 * gdb.reverse/getresuid-reverse.exp
5609 * gdb.reverse/i386-precsave.exp
5610 * gdb.reverse/i386-reverse.exp
5611 * gdb.reverse/i386-sse-reverse.exp
5612 * gdb.reverse/i387-env-reverse.exp
5613 * gdb.reverse/i387-stack-reverse.exp
5614 * gdb.reverse/insn-reverse.exp
5615 * gdb.reverse/machinestate-precsave.exp
5616 * gdb.reverse/machinestate.exp
5617 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5618 * gdb.reverse/pipe-reverse.exp
5619 * gdb.reverse/readv-reverse.exp
5620 * gdb.reverse/recvmsg-reverse.exp
5621 * gdb.reverse/rerun-prec.exp
5622 * gdb.reverse/s390-mvcle.exp
5623 * gdb.reverse/step-precsave.exp
5624 * gdb.reverse/step-reverse.exp
5625 * gdb.reverse/time-reverse.exp
5626 * gdb.reverse/until-precsave.exp
5627 * gdb.reverse/until-reverse.exp
5628 * gdb.reverse/waitpid-reverse.exp
5629 * gdb.reverse/watch-precsave.exp
5630 * gdb.reverse/watch-reverse.exp
5631 * gdb.rust/generics.exp
5632 * gdb.rust/methods.exp
5633 * gdb.rust/modules.exp
5634 * gdb.rust/simple.exp
5635 * gdb.server/connect-with-no-symbol-file.exp
5636 * gdb.server/ext-attach.exp
5637 * gdb.server/ext-restart.exp
5638 * gdb.server/ext-wrapper.exp
5639 * gdb.server/file-transfer.exp
5640 * gdb.server/server-exec-info.exp
5641 * gdb.server/server-kill.exp
5642 * gdb.server/server-mon.exp
5643 * gdb.server/wrapper.exp
5644 * gdb.stabs/exclfwd.exp
5645 * gdb.stabs/gdb11479.exp
5646 * gdb.threads/clone-new-thread-event.exp
5647 * gdb.threads/corethreads.exp
5648 * gdb.threads/current-lwp-dead.exp
5649 * gdb.threads/dlopen-libpthread.exp
5650 * gdb.threads/gcore-thread.exp
5651 * gdb.threads/sigstep-threads.exp
5652 * gdb.threads/watchpoint-fork.exp
5653 * gdb.trace/actions-changed.exp
5654 * gdb.trace/backtrace.exp
5655 * gdb.trace/change-loc.exp
5656 * gdb.trace/circ.exp
5657 * gdb.trace/collection.exp
5658 * gdb.trace/disconnected-tracing.exp
5659 * gdb.trace/ftrace.exp
5660 * gdb.trace/mi-trace-frame-collected.exp
5661 * gdb.trace/mi-trace-unavailable.exp
5662 * gdb.trace/mi-traceframe-changed.exp
5663 * gdb.trace/mi-tsv-changed.exp
5664 * gdb.trace/no-attach-trace.exp
5665 * gdb.trace/passc-dyn.exp
5666 * gdb.trace/qtro.exp
5667 * gdb.trace/range-stepping.exp
5668 * gdb.trace/read-memory.exp
5669 * gdb.trace/save-trace.exp
5670 * gdb.trace/signal.exp
5671 * gdb.trace/status-stop.exp
5672 * gdb.trace/tfile.exp
5673 * gdb.trace/trace-break.exp
5674 * gdb.trace/trace-buffer-size.exp
5675 * gdb.trace/trace-condition.exp
5676 * gdb.trace/tracefile-pseudo-reg.exp
5677 * gdb.trace/tstatus.exp
5678 * gdb.trace/unavailable.exp
5679 * gdb.trace/while-dyn.exp
5680 * gdb.trace/while-stepping.exp
5681
34c41c68
DE
56822016-12-22 Doug Evans <xdje42@gmail.com>
5683
5684 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
5685 and msymbols.
5686
16e69324
YQ
56872016-12-19 Yao Qi <yao.qi@linaro.org>
5688
5689 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
5690 (test_with_self): Don't call do_steps_and_nexts, and remove
5691 code about stepping into xmalloc.
5692
f94f411b
YQ
56932016-12-09 Yao Qi <yao.qi@linaro.org>
5694
5695 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
5696
56972016-12-09 Yao Qi <yao.qi@linaro.org>
5698
5699 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
5700
f1b5deee
PA
57012016-12-09 Pedro Alves <palves@redhat.com>
5702
5703 * gdb.base/all-architectures-0.exp: New file.
5704 * gdb.base/all-architectures-1.exp: New file.
5705 * gdb.base/all-architectures-2.exp: New file.
5706 * gdb.base/all-architectures-3.exp: New file.
5707 * gdb.base/all-architectures-4.exp: New file.
5708 * gdb.base/all-architectures-5.exp: New file.
5709 * gdb.base/all-architectures-6.exp: New file.
5710 * gdb.base/all-architectures-7.exp: New file.
5711 * gdb.base/all-architectures.exp.in: New file.
5712
364ca42e
YQ
57132016-12-09 Yao Qi <yao.qi@linaro.org>
5714
5715 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
5716
107c2d62
LM
57172016-12-02 Luis Machado <lgustavo@codesourcery.com>
5718
5719 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
5720 possible.
5721 Remove useless pattern-matching code.
5722
df3ee9ca
PA
57232016-12-02 Pedro Alves <palves@redhat.com>
5724
5725 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
5726 procedure.
5727 (top level): Call it.
5728
ec835369
PA
57292016-12-02 Pedro Alves <palves@redhat.com>
5730
5731 * gdb.base/commands.exp (user_defined_command_args_stack_test):
5732 New procedure.
5733 (top level): Call it.
5734
01770bbd
PA
57352016-12-02 Pedro Alves <palves@redhat.com>
5736
5737 PR cli/20559
5738 * gdb.base/commands.exp (user_defined_command_args_eval): New
5739 procedure.
5740 (top level): Call it.
5741
008459ea
LM
57422016-12-02 Luis Machado <lgustavo@codesourcery.com>
5743
5744 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
5745 timeout handling.
5746
0c1b455e
TT
57472016-12-02 Tom Tromey <tom@tromey.com>
5748
5749 * gdb.dwarf2/main-subprogram.c: New file.
5750 * gdb.dwarf2/main-subprogram.exp: New file.
5751
018572b8
LM
57522016-12-01 Luis Machado <lgustavo@codesourcery.com>
5753
5754 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
5755 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
5756 gdb_test_no_output for a couple of cases.
5757 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
5758
84c93cd5
LM
57592016-12-01 Luis Machado <lgustavo@codesourcery.com>
5760
5761 Fix test names and standardize compilation error messages throughout
5762 the following files:
5763
5764 * gdb.ada/start.exp
5765 * gdb.arch/alpha-step.exp
5766 * gdb.arch/e500-prologue.exp
5767 * gdb.arch/ftrace-insn-reloc.exp
5768 * gdb.arch/gdb1291.exp
5769 * gdb.arch/gdb1431.exp
5770 * gdb.arch/gdb1558.exp
5771 * gdb.arch/i386-dr3-watch.exp
5772 * gdb.arch/i386-sse-stack-align.exp
5773 * gdb.arch/ia64-breakpoint-shadow.exp
5774 * gdb.arch/pa-nullify.exp
5775 * gdb.arch/powerpc-aix-prologue.exp
5776 * gdb.arch/thumb-bx-pc.exp
5777 * gdb.base/annota1.exp
5778 * gdb.base/annota3.exp
5779 * gdb.base/arrayidx.exp
5780 * gdb.base/assign.exp
5781 * gdb.base/attach.exp
5782 * gdb.base/auxv.exp
5783 * gdb.base/bang.exp
5784 * gdb.base/bfp-test.exp
5785 * gdb.base/bigcore.exp
5786 * gdb.base/bitfields2.exp
5787 * gdb.base/break-fun-addr.exp
5788 * gdb.base/break-probes.exp
5789 * gdb.base/call-rt-st.exp
5790 * gdb.base/callexit.exp
5791 * gdb.base/catch-fork-kill.exp
5792 * gdb.base/charset.exp
5793 * gdb.base/checkpoint.exp
5794 * gdb.base/comprdebug.exp
5795 * gdb.base/constvars.exp
5796 * gdb.base/coredump-filter.exp
5797 * gdb.base/cursal.exp
5798 * gdb.base/cvexpr.exp
5799 * gdb.base/detach.exp
5800 * gdb.base/display.exp
5801 * gdb.base/dmsym.exp
5802 * gdb.base/dprintf-pending.exp
5803 * gdb.base/dso2dso.exp
5804 * gdb.base/dtrace-probe.exp
5805 * gdb.base/dump.exp
5806 * gdb.base/enum_cond.exp
5807 * gdb.base/exe-lock.exp
5808 * gdb.base/exec-invalid-sysroot.exp
5809 * gdb.base/execl-update-breakpoints.exp
5810 * gdb.base/exprs.exp
5811 * gdb.base/fileio.exp
5812 * gdb.base/find.exp
5813 * gdb.base/finish.exp
5814 * gdb.base/fixsection.exp
5815 * gdb.base/foll-vfork.exp
5816 * gdb.base/frame-args.exp
5817 * gdb.base/gcore.exp
5818 * gdb.base/gdb1250.exp
5819 * gdb.base/global-var-nested-by-dso.exp
5820 * gdb.base/gnu-ifunc.exp
5821 * gdb.base/hashline1.exp
5822 * gdb.base/hashline2.exp
5823 * gdb.base/hashline3.exp
5824 * gdb.base/hbreak-in-shr-unsupported.exp
5825 * gdb.base/huge.exp
5826 * gdb.base/infcall-input.exp
5827 * gdb.base/info-fun.exp
5828 * gdb.base/info-shared.exp
5829 * gdb.base/jit-simple.exp
5830 * gdb.base/jit-so.exp
5831 * gdb.base/jit.exp
5832 * gdb.base/jump.exp
5833 * gdb.base/label.exp
5834 * gdb.base/lineinc.exp
5835 * gdb.base/logical.exp
5836 * gdb.base/longjmp.exp
5837 * gdb.base/macscp.exp
5838 * gdb.base/miscexprs.exp
5839 * gdb.base/new-ui-echo.exp
5840 * gdb.base/new-ui-pending-input.exp
5841 * gdb.base/new-ui.exp
5842 * gdb.base/nodebug.exp
5843 * gdb.base/nofield.exp
5844 * gdb.base/offsets.exp
5845 * gdb.base/overlays.exp
5846 * gdb.base/pending.exp
5847 * gdb.base/pointers.exp
5848 * gdb.base/pr11022.exp
5849 * gdb.base/printcmds.exp
5850 * gdb.base/prologue.exp
5851 * gdb.base/ptr-typedef.exp
5852 * gdb.base/realname-expand.exp
5853 * gdb.base/relativedebug.exp
5854 * gdb.base/relocate.exp
5855 * gdb.base/remote.exp
5856 * gdb.base/reread.exp
5857 * gdb.base/return2.exp
5858 * gdb.base/savedregs.exp
5859 * gdb.base/sep.exp
5860 * gdb.base/sepdebug.exp
5861 * gdb.base/sepsymtab.exp
5862 * gdb.base/set-inferior-tty.exp
5863 * gdb.base/setshow.exp
5864 * gdb.base/shlib-call.exp
5865 * gdb.base/sigaltstack.exp
5866 * gdb.base/siginfo-addr.exp
5867 * gdb.base/signals.exp
5868 * gdb.base/signull.exp
5869 * gdb.base/sigrepeat.exp
5870 * gdb.base/so-impl-ld.exp
5871 * gdb.base/solib-display.exp
5872 * gdb.base/solib-overlap.exp
5873 * gdb.base/solib-search.exp
5874 * gdb.base/solib-symbol.exp
5875 * gdb.base/structs.exp
5876 * gdb.base/structs2.exp
5877 * gdb.base/symtab-search-order.exp
5878 * gdb.base/twice.exp
5879 * gdb.base/unload.exp
5880 * gdb.base/varargs.exp
5881 * gdb.base/watchpoint-solib.exp
5882 * gdb.base/watchpoint.exp
5883 * gdb.base/whatis.exp
5884 * gdb.base/wrong_frame_bt_full.exp
5885 * gdb.btrace/dlopen.exp
5886 * gdb.cell/ea-standalone.exp
5887 * gdb.cell/ea-test.exp
5888 * gdb.cp/dispcxx.exp
5889 * gdb.cp/gdb2384.exp
5890 * gdb.cp/method2.exp
5891 * gdb.cp/nextoverthrow.exp
5892 * gdb.cp/pr10728.exp
5893 * gdb.disasm/am33.exp
5894 * gdb.disasm/h8300s.exp
5895 * gdb.disasm/mn10300.exp
5896 * gdb.disasm/sh3.exp
5897 * gdb.dwarf2/dw2-dir-file-name.exp
5898 * gdb.fortran/complex.exp
5899 * gdb.fortran/library-module.exp
5900 * gdb.guile/scm-pretty-print.exp
5901 * gdb.guile/scm-symbol.exp
5902 * gdb.guile/scm-type.exp
5903 * gdb.guile/scm-value.exp
5904 * gdb.linespec/linespec.exp
5905 * gdb.mi/gdb701.exp
5906 * gdb.mi/gdb792.exp
5907 * gdb.mi/mi-breakpoint-changed.exp
5908 * gdb.mi/mi-dprintf-pending.exp
5909 * gdb.mi/mi-dprintf.exp
5910 * gdb.mi/mi-exit-code.exp
5911 * gdb.mi/mi-pending.exp
5912 * gdb.mi/mi-solib.exp
5913 * gdb.mi/new-ui-mi-sync.exp
5914 * gdb.mi/pr11022.exp
5915 * gdb.mi/user-selected-context-sync.exp
5916 * gdb.opt/solib-intra-step.exp
5917 * gdb.python/py-events.exp
5918 * gdb.python/py-finish-breakpoint.exp
5919 * gdb.python/py-mi.exp
5920 * gdb.python/py-prettyprint.exp
5921 * gdb.python/py-shared.exp
5922 * gdb.python/py-symbol.exp
5923 * gdb.python/py-template.exp
5924 * gdb.python/py-type.exp
5925 * gdb.python/py-value.exp
5926 * gdb.reverse/solib-precsave.exp
5927 * gdb.reverse/solib-reverse.exp
5928 * gdb.server/solib-list.exp
5929 * gdb.stabs/weird.exp
5930 * gdb.threads/reconnect-signal.exp
5931 * gdb.threads/stepi-random-signal.exp
5932 * gdb.trace/actions.exp
5933 * gdb.trace/ax.exp
5934 * gdb.trace/backtrace.exp
5935 * gdb.trace/change-loc.exp
5936 * gdb.trace/deltrace.exp
5937 * gdb.trace/ftrace-lock.exp
5938 * gdb.trace/ftrace.exp
5939 * gdb.trace/infotrace.exp
5940 * gdb.trace/mi-tracepoint-changed.exp
5941 * gdb.trace/packetlen.exp
5942 * gdb.trace/passcount.exp
5943 * gdb.trace/pending.exp
5944 * gdb.trace/range-stepping.exp
5945 * gdb.trace/report.exp
5946 * gdb.trace/stap-trace.exp
5947 * gdb.trace/tfind.exp
5948 * gdb.trace/trace-break.exp
5949 * gdb.trace/trace-condition.exp
5950 * gdb.trace/trace-enable-disable.exp
5951 * gdb.trace/trace-mt.exp
5952 * gdb.trace/tracecmd.exp
5953 * gdb.trace/tspeed.exp
5954 * gdb.trace/tsv.exp
5955 * lib/perftest.exp
5956
fb9feb35
LM
59572016-12-01 Luis Machado <lgustavo@codesourcery.com>
5958
5959 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
5960 with gdb_test_no_output.
5961 Use command as test name.
5962
cd2ddb6c
LM
59632016-12-01 Luis Machado <lgustavo@codesourcery.com>
5964
5965 Fix test names starting with uppercase throughout the files.
5966
5967 * gdb.ada/assign_1.exp
5968 * gdb.ada/boolean_expr.exp
5969 * gdb.base/arrayidx.exp
5970 * gdb.base/del.exp
5971 * gdb.base/gcore-buffer-overflow.exp
5972 * gdb.base/testenv.exp
5973 * gdb.compile/compile.exp
5974 * gdb.python/py-framefilter-invalidarg.exp
5975 * gdb.python/py-framefilter.exp
5976
bb95117e
LM
59772016-12-01 Luis Machado <lgustavo@codesourcery.com>
5978
5979 Fix test names starting with uppercase throughout the files.
5980
5981 * gdb.ada/array_return.exp
5982 * gdb.ada/expr_delims.exp
5983 * gdb.ada/mi_dyn_arr.exp
5984 * gdb.ada/mi_interface.exp
5985 * gdb.ada/mi_var_array.exp
5986 * gdb.ada/watch_arg.exp
5987 * gdb.arch/alpha-step.exp
5988 * gdb.arch/altivec-regs.exp
5989 * gdb.arch/e500-regs.exp
5990 * gdb.arch/powerpc-d128-regs.exp
5991 * gdb.base/arrayidx.exp
5992 * gdb.base/break.exp
5993 * gdb.base/checkpoint.exp
5994 * gdb.base/debug-expr.exp
5995 * gdb.base/dmsym.exp
5996 * gdb.base/radix.exp
5997 * gdb.base/sepdebug.exp
5998 * gdb.base/testenv.exp
5999 * gdb.base/watch_thread_num.exp
6000 * gdb.base/watchpoint-cond-gone.exp
6001 * gdb.cell/break.exp
6002 * gdb.cell/ea-cache.exp
6003 * gdb.compile/compile.exp
6004 * gdb.cp/gdb2495.exp
6005 * gdb.gdb/selftest.exp
6006 * gdb.gdb/xfullpath.exp
6007 * gdb.go/hello.exp
6008 * gdb.go/integers.exp
6009 * gdb.objc/basicclass.exp
6010 * gdb.pascal/hello.exp
6011 * gdb.pascal/integers.exp
6012 * gdb.python/py-breakpoint.exp
6013 * gdb.python/py-cmd.exp
6014 * gdb.python/py-linetable.exp
6015 * gdb.python/py-xmethods.exp
6016 * gdb.python/python.exp
6017 * gdb.reverse/consecutive-precsave.exp
6018 * gdb.reverse/finish-precsave.exp
6019 * gdb.reverse/i386-precsave.exp
6020 * gdb.reverse/machinestate-precsave.exp
6021 * gdb.reverse/sigall-precsave.exp
6022 * gdb.reverse/solib-precsave.exp
6023 * gdb.reverse/step-precsave.exp
6024 * gdb.reverse/until-precsave.exp
6025 * gdb.reverse/watch-precsave.exp
6026 * gdb.threads/leader-exit.exp
6027 * gdb.threads/pthreads.exp
6028 * gdb.threads/wp-replication.exp
6029 * gdb.trace/actions.exp
6030 * gdb.trace/mi-tsv-changed.exp
6031 * gdb.trace/tsv.exp
6032
de97fdd4
LM
60332016-12-01 Luis Machado <lgustavo@codesourcery.com>
6034
6035 Fix test names starting with uppercase throughout the files.
6036
6037 * gdb.arch/i386-bp_permanent.exp
6038 * gdb.arch/i386-gnu-cfi.exp
6039 * gdb.base/disasm-end-cu.exp
6040 * gdb.base/macscp.exp
6041 * gdb.base/pending.exp
6042 * gdb.base/watch_thread_num.exp
6043 * gdb.cp/exception.exp
6044 * gdb.cp/gdb2495.exp
6045 * gdb.cp/local.exp
6046 * gdb.python/py-evsignal.exp
6047 * gdb.python/python.exp
6048 * gdb.trace/tracecmd.exp
6049
9f058c10
LM
60502016-12-01 Luis Machado <lgustavo@codesourcery.com>
6051
6052 Fix test names starting with uppercase throughout the files.
6053
6054 * gdb.base/charset.exp
6055 * gdb.base/eval.exp
6056 * gdb.base/multi-forks.exp
6057 * gdb.guile/scm-progspace.exp
6058 * gdb.opencl/datatypes.exp
6059 * gdb.python/py-block.exp
6060 * gdb.python/py-function.exp
6061 * gdb.python/py-symbol.exp
6062 * gdb.python/py-symtab.exp
6063 * gdb.python/py-xmethods.exp
6064 * gdb.reverse/break-precsave.exp
6065 * gdb.reverse/break-reverse.exp
6066 * gdb.reverse/consecutive-precsave.exp
6067 * gdb.reverse/consecutive-reverse.exp
6068 * gdb.reverse/finish-precsave.exp
6069 * gdb.reverse/finish-reverse-bkpt.exp
6070 * gdb.reverse/finish-reverse.exp
6071 * gdb.reverse/fstatat-reverse.exp
6072 * gdb.reverse/getresuid-reverse.exp
6073 * gdb.reverse/i386-precsave.exp
6074 * gdb.reverse/i386-reverse.exp
6075 * gdb.reverse/i386-sse-reverse.exp
6076 * gdb.reverse/i387-stack-reverse.exp
6077 * gdb.reverse/insn-reverse.exp
6078 * gdb.reverse/machinestate-precsave.exp
6079 * gdb.reverse/machinestate.exp
6080 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6081 * gdb.reverse/pipe-reverse.exp
6082 * gdb.reverse/readv-reverse.exp
6083 * gdb.reverse/recvmsg-reverse.exp
6084 * gdb.reverse/rerun-prec.exp
6085 * gdb.reverse/s390-mvcle.exp
6086 * gdb.reverse/sigall-precsave.exp
6087 * gdb.reverse/sigall-reverse.exp
6088 * gdb.reverse/solib-precsave.exp
6089 * gdb.reverse/solib-reverse.exp
6090 * gdb.reverse/step-precsave.exp
6091 * gdb.reverse/step-reverse.exp
6092 * gdb.reverse/time-reverse.exp
6093 * gdb.reverse/until-precsave.exp
6094 * gdb.reverse/until-reverse.exp
6095 * gdb.reverse/waitpid-reverse.exp
6096 * gdb.reverse/watch-precsave.exp
6097 * gdb.reverse/watch-reverse.exp
6098
cdc7edd7
LM
60992016-12-01 Luis Machado <lgustavo@codesourcery.com>
6100
6101 Fix test names starting with uppercase throughout the files.
6102
6103 * gdb.arch/i386-mpx-simple_segv.exp
6104 * gdb.arch/i386-mpx.exp
6105 * gdb.arch/i386-permbkpt.exp
6106 * gdb.arch/pa-nullify.exp
6107 * gdb.arch/powerpc-d128-regs.exp
6108 * gdb.arch/vsx-regs.exp
6109 * gdb.base/bfp-test.exp
6110 * gdb.base/break.exp
6111 * gdb.base/breakpoint-shadow.exp
6112 * gdb.base/callfuncs.exp
6113 * gdb.base/charset.exp
6114 * gdb.base/commands.exp
6115 * gdb.base/completion.exp
6116 * gdb.base/dfp-test.exp
6117 * gdb.base/echo.exp
6118 * gdb.base/ending-run.exp
6119 * gdb.base/eval.exp
6120 * gdb.base/expand-psymtabs.exp
6121 * gdb.base/float128.exp
6122 * gdb.base/floatn.exp
6123 * gdb.base/foll-exec-mode.exp
6124 * gdb.base/gdb1056.exp
6125 * gdb.base/gdb11531.exp
6126 * gdb.base/kill-after-signal.exp
6127 * gdb.base/multi-forks.exp
6128 * gdb.base/overlays.exp
6129 * gdb.base/pending.exp
6130 * gdb.base/sepdebug.exp
6131 * gdb.base/testenv.exp
6132 * gdb.base/valgrind-db-attach.exp
6133 * gdb.base/watch_thread_num.exp
6134 * gdb.base/watchpoint-cond-gone.exp
6135 * gdb.base/watchpoint.exp
6136 * gdb.base/watchpoints.exp
6137 * gdb.cp/arg-reference.exp
6138 * gdb.cp/baseenum.exp
6139 * gdb.cp/operator.exp
6140 * gdb.cp/shadow.exp
6141 * gdb.dwarf2/dw2-op-out-param.exp
6142 * gdb.dwarf2/dw2-reg-undefined.exp
6143 * gdb.go/chan.exp
6144 * gdb.go/hello.exp
6145 * gdb.go/integers.exp
6146 * gdb.go/methods.exp
6147 * gdb.go/package.exp
6148 * gdb.guile/scm-parameter.exp
6149 * gdb.guile/scm-progspace.exp
6150 * gdb.guile/scm-value.exp
6151 * gdb.mi/mi-pending.exp
6152 * gdb.mi/user-selected-context-sync.exp
6153 * gdb.multi/multi-attach.exp
6154 * gdb.multi/tids.exp
6155 * gdb.opt/clobbered-registers-O2.exp
6156 * gdb.pascal/floats.exp
6157 * gdb.pascal/integers.exp
6158 * gdb.python/py-block.exp
6159 * gdb.python/py-events.exp
6160 * gdb.python/py-parameter.exp
6161 * gdb.python/py-symbol.exp
6162 * gdb.python/py-symtab.exp
6163 * gdb.python/py-type.exp
6164 * gdb.python/py-value.exp
6165 * gdb.python/py-xmethods.exp
6166 * gdb.python/python.exp
6167 * gdb.reverse/break-precsave.exp
6168 * gdb.reverse/consecutive-precsave.exp
6169 * gdb.reverse/finish-precsave.exp
6170 * gdb.reverse/i386-precsave.exp
6171 * gdb.reverse/machinestate-precsave.exp
6172 * gdb.reverse/sigall-precsave.exp
6173 * gdb.reverse/solib-precsave.exp
6174 * gdb.reverse/step-precsave.exp
6175 * gdb.reverse/until-precsave.exp
6176 * gdb.reverse/watch-precsave.exp
6177 * gdb.server/ext-attach.exp
6178 * gdb.server/ext-restart.exp
6179 * gdb.server/ext-run.exp
6180 * gdb.server/ext-wrapper.exp
6181 * gdb.stabs/gdb11479.exp
6182 * gdb.stabs/weird.exp
6183 * gdb.threads/attach-many-short-lived-threads.exp
6184 * gdb.threads/kill.exp
6185 * gdb.threads/watchpoint-fork.exp
6186
bc6c7af4
LM
61872016-12-01 Luis Machado <lgustavo@codesourcery.com>
6188
6189 Fix test names starting with uppercase throughout all the files below.
6190
6191 * gdb.ada/array_return.exp
6192 * gdb.ada/catch_ex.exp
6193 * gdb.ada/info_exc.exp
6194 * gdb.ada/mi_catch_ex.exp
6195 * gdb.ada/mi_dyn_arr.exp
6196 * gdb.ada/mi_ex_cond.exp
6197 * gdb.ada/mi_exc_info.exp
6198 * gdb.ada/mi_interface.exp
6199 * gdb.ada/mi_task_arg.exp
6200 * gdb.ada/mi_task_info.exp
6201 * gdb.ada/mi_var_array.exp
6202 * gdb.arch/alpha-step.exp
6203 * gdb.arch/amd64-disp-step.exp
6204 * gdb.arch/arm-disp-step.exp
6205 * gdb.arch/disp-step-insn-reloc.exp
6206 * gdb.arch/e500-prologue.exp
6207 * gdb.arch/ftrace-insn-reloc.exp
6208 * gdb.arch/gdb1558.exp
6209 * gdb.arch/i386-bp_permanent.exp
6210 * gdb.arch/i386-disp-step.exp
6211 * gdb.arch/i386-float.exp
6212 * gdb.arch/i386-gnu-cfi.exp
6213 * gdb.arch/ia64-breakpoint-shadow.exp
6214 * gdb.arch/mips16-thunks.exp
6215 * gdb.arch/pa-nullify.exp
6216 * gdb.arch/powerpc-aix-prologue.exp
6217 * gdb.arch/powerpc-power.exp
6218 * gdb.arch/ppc-dfp.exp
6219 * gdb.arch/s390-tdbregs.exp
6220 * gdb.arch/spu-info.exp
6221 * gdb.arch/spu-ls.exp
6222 * gdb.arch/thumb-bx-pc.exp
6223 * gdb.base/advance.exp
6224 * gdb.base/annota-input-while-running.exp
6225 * gdb.base/arrayidx.exp
6226 * gdb.base/asmlabel.exp
6227 * gdb.base/async.exp
6228 * gdb.base/attach-wait-input.exp
6229 * gdb.base/auto-connect-native-target.exp
6230 * gdb.base/batch-preserve-term-settings.exp
6231 * gdb.base/bfp-test.exp
6232 * gdb.base/bigcore.exp
6233 * gdb.base/bp-permanent.exp
6234 * gdb.base/break-always.exp
6235 * gdb.base/break-fun-addr.exp
6236 * gdb.base/break-idempotent.exp
6237 * gdb.base/break-main-file-remove-fail.exp
6238 * gdb.base/break-probes.exp
6239 * gdb.base/break-unload-file.exp
6240 * gdb.base/break.exp
6241 * gdb.base/call-ar-st.exp
6242 * gdb.base/call-rt-st.exp
6243 * gdb.base/call-sc.exp
6244 * gdb.base/call-signal-resume.exp
6245 * gdb.base/call-strs.exp
6246 * gdb.base/callexit.exp
6247 * gdb.base/callfuncs.exp
6248 * gdb.base/catch-gdb-caused-signals.exp
6249 * gdb.base/catch-signal-siginfo-cond.exp
6250 * gdb.base/catch-syscall.exp
6251 * gdb.base/compare-sections.exp
6252 * gdb.base/cond-eval-mode.exp
6253 * gdb.base/condbreak-call-false.exp
6254 * gdb.base/consecutive-step-over.exp
6255 * gdb.base/cursal.exp
6256 * gdb.base/disabled-location.exp
6257 * gdb.base/disasm-end-cu.exp
6258 * gdb.base/display.exp
6259 * gdb.base/double-prompt-target-event-error.exp
6260 * gdb.base/dprintf-bp-same-addr.exp
6261 * gdb.base/dprintf-detach.exp
6262 * gdb.base/dprintf-next.exp
6263 * gdb.base/dprintf-non-stop.exp
6264 * gdb.base/dprintf-pending.exp
6265 * gdb.base/dso2dso.exp
6266 * gdb.base/ending-run.exp
6267 * gdb.base/enum_cond.exp
6268 * gdb.base/examine-backward.exp
6269 * gdb.base/exe-lock.exp
6270 * gdb.base/exec-invalid-sysroot.exp
6271 * gdb.base/execl-update-breakpoints.exp
6272 * gdb.base/execution-termios.exp
6273 * gdb.base/fileio.exp
6274 * gdb.base/fixsection.exp
6275 * gdb.base/foll-exec-mode.exp
6276 * gdb.base/foll-exec.exp
6277 * gdb.base/fork-running-state.exp
6278 * gdb.base/frame-args.exp
6279 * gdb.base/fullpath-expand.exp
6280 * gdb.base/func-ptr.exp
6281 * gdb.base/gcore-relro-pie.exp
6282 * gdb.base/gdb1090.exp
6283 * gdb.base/gdb1555.exp
6284 * gdb.base/global-var-nested-by-dso.exp
6285 * gdb.base/gnu-ifunc.exp
6286 * gdb.base/hbreak-in-shr-unsupported.exp
6287 * gdb.base/hbreak-unmapped.exp
6288 * gdb.base/hook-stop.exp
6289 * gdb.base/infcall-input.exp
6290 * gdb.base/info-fun.exp
6291 * gdb.base/info-shared.exp
6292 * gdb.base/interrupt-noterm.exp
6293 * gdb.base/jit-so.exp
6294 * gdb.base/jit.exp
6295 * gdb.base/line-symtabs.exp
6296 * gdb.base/list.exp
6297 * gdb.base/longjmp.exp
6298 * gdb.base/macscp.exp
6299 * gdb.base/max-value-size.exp
6300 * gdb.base/nodebug.exp
6301 * gdb.base/nofield.exp
6302 * gdb.base/overlays.exp
6303 * gdb.base/paginate-after-ctrl-c-running.exp
6304 * gdb.base/paginate-bg-execution.exp
6305 * gdb.base/paginate-inferior-exit.exp
6306 * gdb.base/pending.exp
6307 * gdb.base/pr11022.exp
6308 * gdb.base/printcmds.exp
6309 * gdb.base/ptr-typedef.exp
6310 * gdb.base/ptype.exp
6311 * gdb.base/randomize.exp
6312 * gdb.base/range-stepping.exp
6313 * gdb.base/realname-expand.exp
6314 * gdb.base/relativedebug.exp
6315 * gdb.base/remote.exp
6316 * gdb.base/savedregs.exp
6317 * gdb.base/sepdebug.exp
6318 * gdb.base/set-noassign.exp
6319 * gdb.base/shlib-call.exp
6320 * gdb.base/shreloc.exp
6321 * gdb.base/sigaltstack.exp
6322 * gdb.base/sigbpt.exp
6323 * gdb.base/siginfo-addr.exp
6324 * gdb.base/siginfo-obj.exp
6325 * gdb.base/siginfo-thread.exp
6326 * gdb.base/signest.exp
6327 * gdb.base/signull.exp
6328 * gdb.base/sigrepeat.exp
6329 * gdb.base/skip.exp
6330 * gdb.base/so-impl-ld.exp
6331 * gdb.base/solib-corrupted.exp
6332 * gdb.base/solib-disc.exp
6333 * gdb.base/solib-display.exp
6334 * gdb.base/solib-overlap.exp
6335 * gdb.base/solib-search.exp
6336 * gdb.base/solib-symbol.exp
6337 * gdb.base/source-execution.exp
6338 * gdb.base/sss-bp-on-user-bp-2.exp
6339 * gdb.base/sss-bp-on-user-bp.exp
6340 * gdb.base/stack-checking.exp
6341 * gdb.base/stale-infcall.exp
6342 * gdb.base/step-break.exp
6343 * gdb.base/step-line.exp
6344 * gdb.base/step-over-exit.exp
6345 * gdb.base/step-test.exp
6346 * gdb.base/structs.exp
6347 * gdb.base/sym-file.exp
6348 * gdb.base/symtab-search-order.exp
6349 * gdb.base/term.exp
6350 * gdb.base/type-opaque.exp
6351 * gdb.base/unload.exp
6352 * gdb.base/until-nodebug.exp
6353 * gdb.base/until.exp
6354 * gdb.base/unwindonsignal.exp
6355 * gdb.base/watch-cond.exp
6356 * gdb.base/watch-non-mem.exp
6357 * gdb.base/watch_thread_num.exp
6358 * gdb.base/watchpoint-reuse-slot.exp
6359 * gdb.base/watchpoint-solib.exp
6360 * gdb.base/watchpoint.exp
6361 * gdb.btrace/dlopen.exp
6362 * gdb.cell/arch.exp
6363 * gdb.cell/break.exp
6364 * gdb.cell/bt.exp
6365 * gdb.cell/core.exp
6366 * gdb.cell/data.exp
6367 * gdb.cell/dwarfaddr.exp
6368 * gdb.cell/ea-cache.exp
6369 * gdb.cell/ea-standalone.exp
6370 * gdb.cell/ea-test.exp
6371 * gdb.cell/f-regs.exp
6372 * gdb.cell/fork.exp
6373 * gdb.cell/gcore.exp
6374 * gdb.cell/mem-access.exp
6375 * gdb.cell/ptype.exp
6376 * gdb.cell/registers.exp
6377 * gdb.cell/sizeof.exp
6378 * gdb.cell/solib-symbol.exp
6379 * gdb.cell/solib.exp
6380 * gdb.compile/compile-tls.exp
6381 * gdb.cp/exception.exp
6382 * gdb.cp/gdb2495.exp
6383 * gdb.cp/local.exp
6384 * gdb.cp/mb-inline.exp
6385 * gdb.cp/mb-templates.exp
6386 * gdb.cp/pr10687.exp
6387 * gdb.cp/pr9167.exp
6388 * gdb.cp/scope-err.exp
6389 * gdb.cp/templates.exp
6390 * gdb.cp/virtfunc.exp
6391 * gdb.dwarf2/dw2-dir-file-name.exp
6392 * gdb.dwarf2/dw2-single-line-discriminators.exp
6393 * gdb.fortran/complex.exp
6394 * gdb.fortran/library-module.exp
6395 * gdb.guile/guile.exp
6396 * gdb.guile/scm-cmd.exp
6397 * gdb.guile/scm-frame-inline.exp
6398 * gdb.guile/scm-objfile.exp
6399 * gdb.guile/scm-pretty-print.exp
6400 * gdb.guile/scm-symbol.exp
6401 * gdb.guile/scm-type.exp
6402 * gdb.guile/scm-value.exp
6403 * gdb.linespec/keywords.exp
6404 * gdb.linespec/ls-errs.exp
6405 * gdb.linespec/macro-relative.exp
6406 * gdb.linespec/thread.exp
6407 * gdb.mi/mi-breakpoint-changed.exp
6408 * gdb.mi/mi-dprintf-pending.exp
6409 * gdb.mi/mi-fullname-deleted.exp
6410 * gdb.mi/mi-logging.exp
6411 * gdb.mi/mi-pending.exp
6412 * gdb.mi/mi-solib.exp
6413 * gdb.mi/new-ui-mi-sync.exp
6414 * gdb.mi/user-selected-context-sync.exp
6415 * gdb.multi/dummy-frame-restore.exp
6416 * gdb.multi/multi-arch-exec.exp
6417 * gdb.multi/remove-inferiors.exp
6418 * gdb.multi/watchpoint-multi-exit.exp
6419 * gdb.opt/solib-intra-step.exp
6420 * gdb.perf/backtrace.exp
6421 * gdb.perf/single-step.exp
6422 * gdb.perf/skip-command.exp
6423 * gdb.perf/skip-prologue.exp
6424 * gdb.perf/solib.exp
6425 * gdb.python/lib-types.exp
6426 * gdb.python/py-as-string.exp
6427 * gdb.python/py-bad-printers.exp
6428 * gdb.python/py-block.exp
6429 * gdb.python/py-breakpoint.exp
6430 * gdb.python/py-cmd.exp
6431 * gdb.python/py-events.exp
6432 * gdb.python/py-evthreads.exp
6433 * gdb.python/py-finish-breakpoint.exp
6434 * gdb.python/py-finish-breakpoint2.exp
6435 * gdb.python/py-frame-inline.exp
6436 * gdb.python/py-frame.exp
6437 * gdb.python/py-inferior.exp
6438 * gdb.python/py-infthread.exp
6439 * gdb.python/py-mi.exp
6440 * gdb.python/py-objfile.exp
6441 * gdb.python/py-pp-maint.exp
6442 * gdb.python/py-pp-registration.exp
6443 * gdb.python/py-prettyprint.exp
6444 * gdb.python/py-recurse-unwind.exp
6445 * gdb.python/py-shared.exp
6446 * gdb.python/py-symbol.exp
6447 * gdb.python/py-symtab.exp
6448 * gdb.python/py-template.exp
6449 * gdb.python/py-type.exp
6450 * gdb.python/py-unwind-maint.exp
6451 * gdb.python/py-unwind.exp
6452 * gdb.python/py-value.exp
6453 * gdb.python/python.exp
6454 * gdb.reverse/finish-reverse-bkpt.exp
6455 * gdb.reverse/insn-reverse.exp
6456 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6457 * gdb.reverse/solib-precsave.exp
6458 * gdb.reverse/solib-reverse.exp
6459 * gdb.stabs/gdb11479.exp
6460 * gdb.stabs/weird.exp
6461 * gdb.threads/fork-child-threads.exp
6462 * gdb.threads/fork-plus-threads.exp
6463 * gdb.threads/fork-thread-pending.exp
6464 * gdb.threads/forking-threads-plus-breakpoint.exp
6465 * gdb.threads/hand-call-in-threads.exp
6466 * gdb.threads/interrupted-hand-call.exp
6467 * gdb.threads/linux-dp.exp
6468 * gdb.threads/local-watch-wrong-thread.exp
6469 * gdb.threads/next-while-other-thread-longjmps.exp
6470 * gdb.threads/non-ldr-exit.exp
6471 * gdb.threads/pending-step.exp
6472 * gdb.threads/print-threads.exp
6473 * gdb.threads/process-dies-while-detaching.exp
6474 * gdb.threads/process-dies-while-handling-bp.exp
6475 * gdb.threads/pthreads.exp
6476 * gdb.threads/queue-signal.exp
6477 * gdb.threads/reconnect-signal.exp
6478 * gdb.threads/signal-command-handle-nopass.exp
6479 * gdb.threads/signal-command-multiple-signals-pending.exp
6480 * gdb.threads/signal-delivered-right-thread.exp
6481 * gdb.threads/signal-sigtrap.exp
6482 * gdb.threads/sigthread.exp
6483 * gdb.threads/staticthreads.exp
6484 * gdb.threads/stepi-random-signal.exp
6485 * gdb.threads/thread-unwindonsignal.exp
6486 * gdb.threads/thread_check.exp
6487 * gdb.threads/thread_events.exp
6488 * gdb.threads/tid-reuse.exp
6489 * gdb.threads/tls-nodebug.exp
6490 * gdb.threads/tls-shared.exp
6491 * gdb.threads/tls-so_extern.exp
6492 * gdb.threads/tls.exp
6493 * gdb.threads/wp-replication.exp
6494 * gdb.trace/actions-changed.exp
6495 * gdb.trace/actions.exp
6496 * gdb.trace/backtrace.exp
6497 * gdb.trace/change-loc.exp
6498 * gdb.trace/collection.exp
6499 * gdb.trace/deltrace.exp
6500 * gdb.trace/disconnected-tracing.exp
6501 * gdb.trace/entry-values.exp
6502 * gdb.trace/ftrace-lock.exp
6503 * gdb.trace/ftrace.exp
6504 * gdb.trace/infotrace.exp
6505 * gdb.trace/mi-trace-frame-collected.exp
6506 * gdb.trace/mi-trace-unavailable.exp
6507 * gdb.trace/mi-traceframe-changed.exp
6508 * gdb.trace/mi-tracepoint-changed.exp
6509 * gdb.trace/mi-tsv-changed.exp
6510 * gdb.trace/no-attach-trace.exp
6511 * gdb.trace/packetlen.exp
6512 * gdb.trace/passc-dyn.exp
6513 * gdb.trace/passcount.exp
6514 * gdb.trace/pending.exp
6515 * gdb.trace/pr16508.exp
6516 * gdb.trace/qtro.exp
6517 * gdb.trace/range-stepping.exp
6518 * gdb.trace/read-memory.exp
6519 * gdb.trace/report.exp
6520 * gdb.trace/save-trace.exp
6521 * gdb.trace/signal.exp
6522 * gdb.trace/stap-trace.exp
6523 * gdb.trace/status-stop.exp
6524 * gdb.trace/strace.exp
6525 * gdb.trace/tfile.exp
6526 * gdb.trace/tfind.exp
6527 * gdb.trace/trace-break.exp
6528 * gdb.trace/trace-condition.exp
6529 * gdb.trace/trace-enable-disable.exp
6530 * gdb.trace/trace-mt.exp
6531 * gdb.trace/tracecmd.exp
6532 * gdb.trace/tracefile-pseudo-reg.exp
6533 * gdb.trace/tspeed.exp
6534 * gdb.trace/tstatus.exp
6535 * gdb.trace/tsv.exp
6536 * gdb.trace/unavailable.exp
6537 * gdb.trace/while-dyn.exp
6538 * gdb.trace/while-stepping.exp
6539 * lib/gdb-guile.exp
6540 * lib/gdb.exp
6541 * lib/mi-support.exp
6542 * lib/pascal.exp
6543 * lib/perftest.exp
6544 * lib/prelink-support.exp
6545 * lib/selftest-support.exp
6546
ad02e4fe
SM
65472016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
6548
6549 * Makefile.in: Include disable-implicit-rules.mk.
6550
22347e55
AA
65512016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6552
6553 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
6554 non-byte-aligned bit fields.
6555
da5b30da
AA
65562016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6557
6558 PR gdb/12616
6559 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
6560 respects the DW_AT_data_bit_offset attribute.
6561
b593ecca
SM
65622016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
6563
6564 * gdb.base/default.exp: Fix output of "set language".
6565
3b165252
SM
65662016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
6567
6568 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
6569 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
6570 make.
6571 * configure.ac: Remove checks for the make program.
6572 * configure: Re-generate.
6573
1a2f3d7f
KB
65742016-11-16 Kevin Buettner <kevinb@redhat.com>
6575
6576 * gdb.python/py-recurse-unwind.c (main): Add loop.
6577 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
6578 to read_register() and gdb.parse_and_eval(). Make each code
6579 call a separate case that can be individually tested.
6580 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
6581 proc. Call cont_and_backtrace for each of the code paths that
6582 we want to test in the unwinder.
6583
b7f38fda
AA
65842016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
6585
6586 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
6587 the definition of struct S.
6588
1f8db343
CM
65892016-11-11 Catherine Moore <clm@codesourcery.com>
6590
6591 * gdb.base/dump.exp: Identify verilog format dump tests as such.
6592
fad0c9fb
PA
65932016-11-09 Pedro Alves <palves@redhat.com>
6594
6595 * gdb.base/commands.exp (runto_or_return): New procedure.
6596 (gdbvar_simple_if_test, gdbvar_simple_while_test)
6597 (gdbvar_complex_if_while_test, progvar_simple_if_test)
6598 (progvar_simple_while_test, progvar_complex_if_while_test)
6599 (if_while_breakpoint_command_test)
6600 (infrun_breakpoint_command_test, breakpoint_command_test)
6601 (user_defined_command_test, watchpoint_command_test)
6602 (test_command_prompt_position, redefine_hook_test)
6603 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
6604 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
6605 multi_line_input and multi_line. Remove gdb_expect and
6606 gdb_stop_suppressing_tests uses.
6607 * lib/gdb.exp (valnum_re): New global.
6608 (multi_line_input): New procedure.
6609
8354c62c
SM
66102016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
6611
6612 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
6613 Remove.
6614 (test_setup): Define with proc_with_prefix.
6615 (test_cli_inferior): Likewise.
6616 (test_cli_thread): Likewise.
6617 (test_cli_frame): Likewise.
6618 (test_cli_select_frame): Likewise.
6619 (test_cli_up_down): Likewise.
6620 (test_mi_thread_select): Likewise.
6621 (test_mi_stack_select_frame): Likewise.
6622 (test_cli_in_mi_inferior): Likewise.
6623 (test_cli_in_mi_thread): Likewise.
6624 (test_cli_in_mi_frame): Likewise.
6625 (top level): Do not use with_test_prefix_procname.
6626
64f367a2
PA
66272016-11-09 Pedro Alves <palves@redhat.com>
6628
6629 * gdb.base/commands.exp (gdbvar_simple_if_test)
6630 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
6631 (progvar_simple_if_test, progvar_simple_while_test)
6632 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
6633 (infrun_breakpoint_command_test, breakpoint_command_test)
6634 (user_defined_command_test, watchpoint_command_test)
6635 (test_command_prompt_position, deprecated_command_test)
6636 (bp_deleted_in_command, temporary_breakpoint_commands)
6637 (stray_arg0_test, source_file_with_indented_comment)
6638 (recursive_source_test, if_commands_test)
6639 (error_clears_commands_left, redefine_hook_test)
6640 (redefine_backtrace_test): Use proc_with_prefix.
6641 * lib/gdb.exp (proc_with_prefix): New proc.
6642
0bb65f1e
AA
66432016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6644
6645 * gdb.base/tui-layout.c: New file.
6646 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
6647 disassembly window contains very long lines.
6648
7353f247
TT
66492016-11-08 Tom Tromey <tom@tromey.com>
6650
6651 * gdb.python/py-value.exp (test_value_creation): Make "long" test
6652 depend on Python 2.
6653
30a7bb83
TT
66542016-11-08 Tom Tromey <tom@tromey.com>
6655
6656 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
6657 New method.
6658
cdf5a07c
MG
66592016-10-29 Manish Goregaokar <manish@mozilla.com>
6660
2806dc7e 6661 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 6662
51a789c3
MG
66632016-10-27 Manish Goregaokar <manish@mozilla.com>
6664
2806dc7e
PA
6665 * gdb.rust/simple.rs: Add test for univariant enums without
6666 discriminants and for encoded struct-like enums.
51a789c3 6667
f610ab6d
PA
66682016-10-28 Pedro Alves <palves@redhat.com>
6669
6670 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
6671 gdb_test_multiple, tighten regexps and match symtabs and line
6672 tables incrementally.
6673
b129b0ca
LM
66742016-10-28 Luis Machado <lgustavo@codesourcery.com>
6675
6676 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
6677 general.
6678
ecf45d2c
SL
66792016-10-25 Luis Machado <lgustavo@codesourcery.com>
6680
6681 * gdb.base/exec-invalid-sysroot.exp: New file.
6682
b8d38ee4
JK
66832016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6684
6685 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
6686
f90fd8c2
JK
66872016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6688
6689 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
6690
2d2476aa
MR
66912016-10-19 Maciej W. Rozycki <macro@imgtec.com>
6692
2806dc7e
PA
6693 * gdb.base/killed-outside.exp: Remove $options from a call to
6694 `prepare_for_testing'.
2d2476aa 6695
e42b25a0
SM
66962016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6697
6698 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6699 Change test message.
6700
3ccdb432
SM
67012016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6702
6703 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6704 Update comment.
6705
5bad3170
SM
67062016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6707
6708 * gdb.trace/mi-trace-save.exp: New file.
6709
5ad9dba7
YQ
67102016-10-13 Yao Qi <yao.qi@linaro.org>
6711
6712 * gdb.base/code_elim.exp (get_var_address): Remove.
6713 * gdb.base/relocate.exp: Likewise.
6714 * gdb.base/shreloc.exp: Likewise.
6715 * lib/gdb.exp (get_var_address): New.
6716
62df7e21
YQ
67172016-10-13 Yao Qi <yao.qi@linaro.org>
6718
6719 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
6720 floating point tests if $skip_float_test is false.
6721
4dac951e
LM
67222016-10-12 Luis Machado <lgustavo@codesourcery.com>
6723
6724 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
6725 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
6726 argc values.
6727 Add 1 to argc so we guarantee distinct initial/modified argc values.
6728
8f1a8fc4
JK
67292016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6730
6731 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
6732
16c85b5d
JK
67332016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6734
6735 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
6736 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
6737 * gdb.arch/vsx-regs.exp: Likewise.
6738
1d0e042a
YQ
67392016-10-07 Yao Qi <yao.qi@linaro.org>
6740
6741 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
6742
68dadef5
MM
67432016-10-07 Markus Metzger <markus.t.metzger@intel.com>
6744
6745 * gdb.python/python.exp: Test decode_line("*0").
6746
33fa2c6e
DE
67472016-10-06 Doug Evans <dje@google.com>
6748
6749 * gdb.python/py-value.exp (test_value_creation): Add test for large
6750 unsigned 64-bit value.
6751
9c37b5ae
TT
67522016-10-06 Tom Tromey <tom@tromey.com>
6753
6754 * gdb.compile/compile.exp: Change java tests to rust.
6755 * gdb.base/setshow.exp: Change java tests to rust.
6756 * gdb.base/default.exp: Remove java from language list.
6757 * README (Examples): Update language example.
6758 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
6759 test.
6760 * lib/gdb.exp (skip_java_tests): Remove.
6761 * lib/java.exp: Remove.
6762 * gdb.java: Remove.
6763
78b86327
MR
67642016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6765
6766 * gdb.arch/mips-fcr.exp: New test.
6767 * gdb.arch/mips-fcr.c: Source for the new test.
6768
7470adbb
MR
67692016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6770
6771 * gdb.base/solib-disc.exp: Use `standard_output_file'
6772 throughout.
6773
4a556533
PA
67742016-10-06 Pedro Alves <palves@redhat.com>
6775
6776 * gdb.base/jit-simple-dl.c: New file.
6777 * gdb.base/jit-simple-jit.c: New file, factored out from ...
6778 * gdb.base/jit-simple.c: ... this.
6779 * gdb.base/jit-simple.exp (jit_run): Delete.
6780 (build_jit): New proc.
6781 (jit_test_reread): Recompile either the main program or the shared
6782 library, depending on what is being tested. Skip changing address
6783 if caller wants to. Compare before/after addresses. If testing
6784 standalone, explicitly load the binary. Test "maint info
6785 breakpoints".
6786 (top level): Add "standalone vs shared lib" and "change address"
6787 vs "same address" axes.
6788
5a122fbc
PA
67892016-10-06 Pedro Alves <palves@redhat.com>
6790
6791 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
6792 call.
6793 (jit_run): Delete.
6794 (jit_test_reread): Use with_test_prefix. Reload the main binary
6795 explicitly. Compare the before/after addresses of the JIT
6796 descriptor.
6797
ee8da4b8
DE
67982016-08-15 Doug Evans <dje@google.com>
6799
6800 * gdb.xml/extra-regs.xml: Update, end field now required, default type
6801 for single bitfields is bool.
6802 * gdb.xml/tdesc-regs.exp: Ditto.
6803
f389f6fe
JK
68042016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6805
6806 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
6807
fdebf1a4
YQ
68082016-10-05 Yao Qi <yao.qi@linaro.org>
6809
6810 * lib/gdb.exp (support_complex_tests): Return zero if
6811 gdb_skip_float_test return true.
6812
9c36d954 68132016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 6814 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
6815
6816 PR gdb/20487
6817 * gdb.mi/user-selected-context-sync.exp: New file.
6818 * gdb.mi/user-selected-context-sync.c: New file.
6819
4034d0ff 68202016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 6821 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
6822
6823 PR gdb/20487
6824 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
6825 =thread-select-event check.
6826
a4297203
PB
68272016-09-29 Peter Bergner <bergner@vnet.ibm.com>
6828
6829 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
6830 the compulsory L operand changes.
6831 * gdb.arch/powerpc-power.s: Likewise.
6832
bb805577
JK
68332016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6834
6835 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
6836 * gdb.base/jit-attach-pie.c: New file.
6837 * gdb.base/jit-attach-pie.exp: New file.
6838
6d61dee5
PA
68392016-09-28 Pedro Alves <palves@redhat.com>
6840
6841 * gdb.base/infcall-input.c: New file.
6842 * gdb.base/infcall-input.exp: New file.
6843
f73842fc
YQ
68442016-09-22 Yao Qi <yao.qi@linaro.org>
6845
6846 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
6847 (gdb_exit): Rename it to ...
6848 (gdbserver_gdb_exit): ... Close GDBserver.
6849 (gdb_exit): New proc, call gdbserver_gdb_exit.
6850 (mi_gdb_exit): Likewise.
6851
90681dab
YQ
68522016-09-22 Yao Qi <yao.qi@linaro.org>
6853
6854 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
6855 path.
6856 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
6857 Remove duplication.
6858
9c211fd8
YQ
68592016-09-22 Yao Qi <yao.qi@linaro.org>
6860
6861 * lib/gdbserver-support.exp: Check the existence of
6862 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
6863
ad0a504f
AK
68642016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
6865
6866 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
6867
36cf1806
TT
68682016-09-21 Tom Tromey <tom@tromey.com>
6869
6870 PR gdb/20604:
6871 * gdb.base/quit.exp: New file.
6872
74172ecf
SM
68732016-09-21 Simon Marchi <simon.marchi@ericsson.com>
6874
6875 * .gitignore: New file.
6876
3d0ec882
MR
68772016-09-21 Maciej W. Rozycki <macro@imgtec.com>
6878
6879 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
6880 throughout.
6881
8193adea
AA
68822016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6883
6884 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
6885
d41a5c09
JK
68862016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6887
6888 * gdb.cp/casts.cc (decltype): Move it ...
6889 (main): ... with its call to ...
6890 * gdb.cp/casts03.cc: ... a new file.
6891 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
6892
d2dfe700
JK
68932016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6894
6895 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
6896
e2a92b16
PB
68972016-09-15 Peter Bergner <bergner@vnet.ibm.com>
6898
6899 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
6900 and sync up the test with tests in gas/testsuite/gas/ppc.
6901 * gdb.arch/powerpc-power.exp: Likewise.
6902
49b4de64
JK
69032016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6904
6905 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
6906
2c29df25
SDJ
69072016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
6908 Jan Kratochvil <jan.kratochvil@redhat.com>
6909
6910 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
6911 make m1's definition to be different from m2's. Use 'dummy' as an
6912 argument for probe 'two'.
6913
cc3c2846
JB
69142016-09-10 Jon Beniston <jon@beniston.com>
6915
6916 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
6917 for sim target.
6918
e1b2624a
AA
69192016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6920
6921 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
6922 variable declaration.
6923 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
6924 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
6925 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
6926 received HWCAP as its argument.
6927
4295e285
PA
69282016-09-06 Pedro Alves <palves@redhat.com>
6929
6930 * gdb.base/new-ui-pending-input.c: New file.
6931 * gdb.base/new-ui-pending-input.exp: New file.
6932 * gdb.exp (clear_gdb_spawn_id): New procedure.
6933 (with_spawn_id): Check whether gdb_spawn_id exists before
6934 referencing it. If gdb_spawn_id didn't exist on entry, clear it
6935 on exit.
6936
00d5215e
UW
69372016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6938
6939 * gdb.base/float128.c: New file.
6940 * gdb.base/float128.exp: Likewise.
6941 * gdb.base/floatn.c: Likewise.
6942 * gdb.base/floatn.exp: Likewise.
6943
a9ff5f12
UW
69442016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6945
6946 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
6947
f245535c
PA
69482016-09-05 Pedro Alves <palves@redhat.com>
6949
6950 PR backtrace/19927
6951 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
6952 unwinders are immediately called as side effect of "source" or
6953 "disable unwinder" commands.
6954 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
6955
ae9cf263
YQ
69562016-09-02 Yao Qi <yao.qi@linaro.org>
6957
6958 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
6959 is true and $type is "float" or "double".
6960
27aba047
YQ
69612016-09-02 Yao Qi <yao.qi@linaro.org>
6962
6963 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
6964 true.
6965 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
6966 * gdb.base/call-rt-st.exp: Likewise.
6967 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
6968 return value instead of gdb,skip_float_test.
6969 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
6970 (do_function_calls): Use its return value instead of
6971 gdb,skip_float_test.
6972 * gdb.base/finish.exp: Likewise.
6973 * gdb.base/funcargs.exp: Likewise.
6974 * gdb.base/return.exp: Likewise.
6975 * gdb.base/return2.exp: Likewise.
6976 * gdb.base/varargs.exp: Likewise.
6977 * lib/gdb.exp (gdb_skip_float_test): Change it to
6978 gdb_caching_proc. Detect the broken ptrace on arm-linux.
6979
5af962df
AA
69802016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
6981
6982 * gdb.multi/tids.exp: Test "thread apply all".
6983
7fac6910
JK
69842016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6985
6986 * gdb.base/default.exp (tty): Remove.
6987
bb1fe4ac
KB
69882016-08-24 Kevin Buettner <kevinb@redhat.com>
6989
2806dc7e
PA
6990 * gdb.python/py-recurse-unwind.c: New file.
6991 * gdb.python/py-recurse-unwind.py: New file.
6992 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 6993
0a1ddfa6
SM
69942016-08-24 Simon Marchi <simon.marchi@ericsson.com>
6995
6996 * gdb.base/set-inferior-tty.exp: New file.
6997 * gdb.base/set-inferior-tty.c: New file.
6998
d9de1fe3
PA
69992016-08-23 Pedro Alves <palves@redhat.com>
7000
7001 PR gdb/20494
7002 * gdb.base/new-ui-echo.c: New file.
7003 * gdb.base/new-ui-echo.exp: New file.
7004
e9d9abd7
YQ
70052016-08-23 Yao Qi <yao.qi@linaro.org>
7006
7007 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
7008 gdbserver_spawn.
7009 * gdb.server/connect-without-multi-process.exp (do_test):
7010 Likewise.
7011
3589529e
YQ
70122016-08-23 Yao Qi <yao.qi@linaro.org>
7013
7014 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
7015 standalone_txt. Delete gdb_txt and standalone_txt on host
7016 and target. Spawn the binary on target. Copy files from
7017 target to host.
7018
6bb90213
PA
70192016-08-22 Pedro Alves <palves@redhat.com>
7020
7021 PR gdb/20505
7022 * gdb.base/vdso-warning.exp: Test core dumps too. Use
7023 with_test_prefix. Factor out bits to ...
7024 (test_no_vdso): ... this new procedure.
7025
20c2c024
CL
70262016-08-19 Carl Love <cel@us.ibm.com>
7027
7028 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
7029 maintaining separate logic for constructing the output path.
7030 * gdb.arch/powerpc-d128-regs.exp: Likewise.
7031 * gdb.arch/ppc-dfp.exp: Likewise.
7032 * gdb.arch/ppc-fp.exp: Likewise.
7033 * gdb.arch/vsx-regs.exp: Likewise.
7034 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
7035 binprefix for generating the additional binary files.
7036
0646e07d
PA
70372016-08-19 Pedro Alves <palves@redhat.com>
7038
7039 * gdb.trace/mi-trace-frame-collected.exp
7040 (test_trace_frame_collected): On x32, expect two registers.
7041
46da9242
CL
70422016-08-18 Carl Love <cel@us.ibm.com>
7043
7044 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
7045 and sync up the test with tests in gas/testsuite/gas/ppc.
7046 * gdb.arch/powerpc-power.exp: Likewise.
7047
eb2332d7
SM
70482016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7049
7050 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
7051 expected error message.
7052
63c61e04
SM
70532016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7054
7055 * gdb.multi/remove-inferiors.exp: New file.
7056 * gdb.multi/remove-inferiors.c: New file.
7057
7b17065f
YQ
70582016-08-12 Yao Qi <yao.qi@linaro.org>
7059
7060 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
7061 argument list.
7062
01d3dedf
PA
70632016-08-10 Pedro Alves <palves@redhat.com>
7064
7065 PR gdb/19187
7066 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
7067 setup_kfails.
7068
3eb7562a
PA
70692016-08-09 Pedro Alves <palves@redhat.com>
7070 Simon Marchi <simon.marchi@ericsson.com>
7071
7072 PR gdb/20418
7073 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
7074 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
7075
80614914
PA
70762016-08-09 Pedro Alves <palves@redhat.com>
7077
7078 PR mi/20431
7079 * gdb.mi/mi-cmd-error.exp: New file.
7080
f348d89a
PA
70812016-08-09 Pedro Alves <palves@redhat.com>
7082
7083 PR gdb/18653
7084 * gdb.base/signals-state-child.c: New file.
7085 * gdb.base/signals-state-child.exp: New file.
7086 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
7087
e5ca03b4
PA
70882016-08-09 Pedro Alves <palves@redhat.com>
7089
7090 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
7091
282a0691
TT
70922016-08-03 Tom Tromey <tom@tromey.com>
7093
7094 PR python/18565:
7095 * gdb.python/py-frame-inline.exp: Add Frame.function test.
7096
41bfcd63
YQ
70972016-08-01 Yao Qi <yao.qi@linaro.org>
7098
7099 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
7100 variable mode to "multi-process" if $multi_process is 1, otherwise
7101 set it to "single-process".
7102
e3465b24
YQ
71032016-08-01 Yao Qi <yao.qi@linaro.org>
7104
7105 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
7106 * gdb.cp/cpexprs.exp: Likewise.
7107 * gdb.cp/m-static.exp: Likewise.
7108
0b31a4bc
TT
71092016-07-26 Tom Tromey <tom@tromey.com>
7110
7111 PR python/20190:
7112 * gdb.threads/tls.exp (check_thread_local): Add python symbol
7113 test.
7114
e0461dbb
MM
71152016-07-26 Markus Metzger <markus.t.metzger@intel.com>
7116
7117 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
7118 selecting assembly source files.
7119 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
7120 assembly source files.
7121 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
7122 assembly source files.
7123 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
7124 selecting assembly source files.
7125
8194e927
SM
71262016-07-25 Simon Marchi <simon.marchi@ericsson.com>
7127
7128 * gdb.base/new-ui.exp (do_test_invalid_args): New
7129 procedure.
7130
c0272db5
TW
71312016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
7132
7133 * gdb.btrace/reconnect.c: New file.
7134 * gdb.btrace/reconnect.exp: New file.
7135
e3487908
GKB
71362016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
7137
7138 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
7139 to test_catch_syscall_group.
7140 (test_catch_syscall_group): New.
7141
12df5c00
TT
71422016-07-21 Tom Tromey <tom@tromey.com>
7143
7144 * gdb.rust/simple.rs (main): Use empty struct expression.
7145 * gdb.rust/simple.exp: Add tests for empty struct expression.
7146
bae62ee2
YQ
71472016-07-21 Yao Qi <yao.qi@linaro.org>
7148
7149 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
7150 if gdb_skip_xml_test is true on some targets.
7151
b1b53fb3
YQ
71522016-07-21 Yao Qi <yao.qi@linaro.org>
7153
7154 * gdb.server/solib-list.exp: Unset last_loaded_file.
7155
027d97f8
JK
71562016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7157
7158 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
7159 "step into captured_main (args)".
7160
7674d381
JK
71612016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7162
7163 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
7164
72b5d099
JK
71652016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7166
7167 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
7168
1f960ced
PA
71692016-07-19 Pedro Alves <palves@redhat.com>
7170
7171 * gdb.opt/inline-break.exp: Remove optimize=-O2.
7172 * gdb.opt/inline-bt.exp: Likewise.
7173 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
7174 additional_flags=-Winline.
7175 * gdb.opt/inline-locals.exp: Likewise.
7176 * gdb.opt/inline-markers.c (ATTR): Define.
7177 (inlined_fn): Use it.
7178
f25827c1
YQ
71792016-07-19 Yao Qi <yao.qi@linaro.org>
7180
7181 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
7182 (test_with_self): Remove some code. Remove argument executable.
7183 (top-level): Use do_self_tests.
7184
37539ebe
DB
71852016-07-15 Zachary Welch <zwelch@codesourcery.com>
7186 Don Breazeal <donb@codesourcery.com>
7187
7188 * gdb.base/maint.exp: Escape paths used in regular expressions.
7189 * gdb.stabs/weird.exp: Likewise.
7190
dac790e1
TT
71912016-07-13 Tom Tromey <tom@tromey.com>
7192
7193 PR python/15620, PR python/18620:
7194 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
7195 (test_bkpt_events): New procs.
7196
93daf339
TT
71972016-07-13 Tom Tromey <tom@tromey.com>
7198
7199 PR python/17698:
7200 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
7201 test.
7202 (test_watchpoints): Likewise.
7203 (test_bkpt_pending): New proc.
7204
6571a381
TT
72052016-07-13 Tom Tromey <tom@tromey.com>
7206
7207 PR cli/18053:
7208 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
7209 completion test.
7210
e8732474
JK
72112016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7212
7213 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
7214 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
7215 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
7216 f_label.
7217 (g): Rename g_end_lbl to g_label.
7218 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
7219 low_pc and high_pc.
7220 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
7221
e0f3fd7c
TT
72222016-07-12 Tom Tromey <tom@tromey.com>
7223
7224 PR python/19293:
7225 * gdb.python/py-unwind-maint.exp: Update tests.
7226
3cfe46b6
YQ
72272016-07-12 Yao Qi <yao.qi@linaro.org>
7228
7229 * lib/selftest-support.exp (selftest_setup): Match the output
7230 when captured_main is inlined.
7231
4f19a0e6
WT
72322016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7233
7234 * gdb.fortran/derived-types.exp (result_line, result_line_2):
7235 New variables.
7236 (print this%a, print this%b, print this): New tests.
7237 * gdb.fortran/derived-types.f90 (this): New object and
7238 initialization.
7239
986cf455
SM
72402016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7241
7242 * gdb.ada/arraydim.exp: Remove extra directory level in build
7243 directory.
7244
f0464b23
SM
72452016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7246
7247 * lib/ada.exp: Remove extra directory level in build directory.
7248 * gdb.ada/cond_lang.exp: Likewise.
7249 * gdb.ada/exec_changed.exp: Likewise.
7250 * gdb.ada/lang_switch.exp: Likewise.
7251
42d94011
MG
72522016-07-06 Manish Goregaokar <manish@mozilla.com>
7253
2806dc7e
PA
7254 * simple.rs: Add test for raw pointer subscripting.
7255 * simple.exp: Add test expectations.
42d94011 7256
647c264c
YQ
72572016-07-05 Yao Qi <yao.qi@linaro.org>
7258
7259 * gdb.mi/mi-reverse.exp: Match =record-started output.
7260
20aa2c60
PA
72612016-07-01 Pedro Alves <palves@redhat.com>
7262
7263 * gdb.base/jit-reader.exp (info_registers_current_frame): New
7264 procedure.
7265 (jit_reader_test): Test the jit reader's unwinder.
7266 * gdb.base/jithost.c (jit_function_00_code): New global.
7267 (main): Use memcpy to fill in the mmapped code, instead of poking
7268 bytes manually here.
7269 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
7270 value.
7271 (read_debug_info): Save the function's range.
7272 (read_sp): New function.
7273 (unwind_frame): Use it. Also unwind RBP.
7274 (get_frame_id): Use read_sp.
7275 (gdb_init_reader): Use calloc instead of malloc.
7276 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
7277 parameter. Use gdb_test_multiple.
7278
ced2dffb
PA
72792016-07-01 Pedro Alves <palves@redhat.com>
7280 Antoine Tremblay <antoine.tremblay@ericsson.com>
7281
7282 * gdb.threads/process-dies-while-detaching.c: New file.
7283 * gdb.threads/process-dies-while-detaching.exp: New file.
7284
63000888
PA
72852016-07-01 Pedro Alves <palves@redhat.com>
7286
7287 * gdb.multi/watchpoint-multi-exit.c: New file.
7288 * gdb.multi/watchpoint-multi-exit.exp: New file.
7289
038d4868
PA
72902016-06-30 Pedro Alves <palves@redhat.com>
7291
7292 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
7293 unset inferior_spawn_id.
7294
994e9c83
PA
72952016-06-30 Pedro Alves <palves@redhat.com>
7296
7297 * lib/mi-support.exp (default_mi_gdb_start): Declare global
7298 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
7299
e5653468
YQ
73002016-06-29 Yao Qi <yao.qi@linaro.org>
7301
7302 * gdb.base/return.c: Add copyright header.
7303
803b47e5
TT
73042016-06-29 Tom Tromey <tom@tromey.com>
7305
7306 PR python/20129:
7307 * gdb.python/py-framefilter.exp: Add tests for setting priority
7308 and disabling of non-existent frame filter.
7309
28244707
YQ
73102016-06-29 Yao Qi <yao.qi@linaro.org>
7311
7312 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
7313 0x0f07ff.
7314
a31d2f06
YQ
73152016-06-28 Yao Qi <yao.qi@linaro.org>
7316
7317 * gdb.base/catch-syscall.exp: Remove check on isnative and target
7318 triplets. Start gdb, execute catch syscall, and continue. Check
7319 gdb's output to determine catch syscall is supported.
7320
921d8f54
MG
73212016-06-27 Manish Goregaokar <manish@mozilla.com>
7322
25d49b86
PA
7323 * gdb.rust/simple.rs: Add test for returning unit in a function.
7324 * gdb.rust/simple.exp: Add expectation for functions returning
7325 unit.
921d8f54 7326
f4952523
PMR
73272016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
7328
7329 * gdb.python/py-breakpoint-create-fail.c,
7330 gdb.python/py-breakpoint-create-fail.exp,
7331 gdb.python/py-breakpoint-create-fail.py: New testcase.
7332
fccb08f8
MG
73332016-06-25 Manish Goregaokar <manish@mozilla.com>
7334
7335 PR gdb/20239
7336 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
7337 * gdb.rust/simple.exp: Add test expectations for new NonZero
7338 tests.
fccb08f8 7339
6b850546
DT
73402016-06-24 David Taylor <dtaylor@emc.com>
7341
7342 * gdb.base/offsets.exp: New file.
7343 * gdb.base/offsets.c: New file.
7344
17621150
TT
73452016-06-23 Tom Tromey <tom@tromey.com>
7346
7347 PR gdb/16483:
7348 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
7349 before any filters are loaded.
7350
04d59df6
WT
73512016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
7352
7353 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
7354 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
7355 structs.
7356 * gdb.fortran/derived-type-function.exp: New file.
7357 * gdb.fortran/derived-type-function.f90: New file.
7358
7359
ac69f786
PA
73602016-06-21 Pedro Alves <palves@redhat.com>
7361
7362 * gdb.base/new-ui.exp: New file.
7363 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
7364 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
7365 (with_spawn_id): New procedure.
7366
49940788
PA
73672016-06-21 Pedro Alves <palves@redhat.com>
7368
7369 * gdb.mi/mi-exec-run.exp: New file.
7370
ef274d26
PA
73712016-06-21 Pedro Alves <palves@redhat.com>
7372
7373 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
7374 breakpoint command's output on the main UI.
7375 (test_break): New procedure, factored out from calls in the top
7376 level.
7377 (top level): Use foreach_with_prefix to test MI as main UI and as
7378 separate UI.
7379
468afe6c
PA
73802016-06-21 Pedro Alves <palves@redhat.com>
7381
7382 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
7383 (test_awatch_creation_and_listing)
7384 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
7385 Remove 'type' parameter.
7386 (test_watchpoint_all): New parameter mi_mode. Remove
7387 with_test_prefix.
7388 (top level): Use foreach_with_prefix, and add main/separate UI MI
7389 testing axis.
7390
51f77c37
PA
73912016-06-21 Pedro Alves <palves@redhat.com>
7392
7393 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
7394 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
7395 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
7396 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
7397 (gdb_main_spawn_id, mi_spawn_id): Declare and
7398 comment.
7399 (mi_create_inferior_pty): New procedure,
7400 factored out from default_mi_gdb_start.
7401 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
7402 procedures.
7403 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
7404 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
7405 Use mi_create_inferior_pty.
7406 (mi_gdb_start): Use eval to pass down args list.
7407
8980e177
PA
74082016-06-21 Pedro Alves <palves@redhat.com>
7409
7410 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
7411 * gdb.opt/inline-cmds.exp: Add MI tests.
7412
f38d3ad1
PA
74132016-06-21 Pedro Alves <palves@redhat.com>
7414
7415 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
7416
45db7c09
PA
74172016-06-21 Pedro Alves <palves@redhat.com>
7418
7419 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
7420 (top level): Use it instead of mi_execute_to.
7421
5a069ab3
PA
74222016-06-21 Pedro Alves <palves@redhat.com>
7423
7424 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
7425 (cont_handler_str): New.
7426 (signal_stop_handler): Set stop_handler_str instead of printing to
7427 stdout.
7428 (continue_handler): Set cont_handler_str instead of printing to
7429 stdout.
7430 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
7431 mi_send_resuming_command. Print stop_handler_str and
7432 cont_handler_str instead of expecting the python events print
7433 directly.
7434
2838cc1d
SD
74352016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
7436
7437 * gdb.base/jit-reader.exp: New file.
7438 * gdb.base/jithost.c: New file.
7439 * gdb.base/jithost.h: New file.
7440 * gdb.base/jitreader.c : New file.
7441 * gdb.base/jit-protocol.h: New file.
7442
21a77091
YQ
74432016-06-17 Yao Qi <yao.qi@linaro.org>
7444
7445 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
7446 parameters follow_fork and detach_on_fork. Set follow-fork-mode
7447 and detach-on-fork. Adjust tests.
7448 (top level): Invoke break_cond_on_syscall with combinations of
7449 syscall, follow-fork-mode and detach-on-fork.
7450
f50bf8e5
YQ
74512016-06-17 Yao Qi <yao.qi@linaro.org>
7452
7453 * gdb.base/step-over-exit.c: New.
7454 * gdb.base/step-over-exit.exp: New.
7455
a28d8e50
YTL
74562016-06-17 Yan-Ting Lin <currygt52@gmail.com>
7457
7458 * gdb.base/float.exp: Add target check for nds32*-*-*.
7459 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
7460
cad8e26d
AB
74612016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
7462
7463 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
7464 for unsupported target features.
7465 * gdb.base/call-rt-st.exp: Likewise.
7466 * gdb.base/call-sc.exp: Likewise.
7467 * gdb.base/call-signal-resume.exp: Likewise.
7468 * gdb.base/call-strs.exp: Likewise.
7469 * gdb.base/callexit.exp: Likewise.
7470 * gdb.base/callfuncs.exp: Likewise.
7471 * gdb.base/nodebug.exp: Likewise.
7472 * gdb.base/printcmds.exp: Likewise.
7473 * gdb.base/ptype.exp: Likewise.
7474 * gdb.base/structs.exp: Likewise.
7475 * gdb.base/unwindonsignal.exp: Likewise.
7476 * gdb.cp/gdb2495.exp: Likewise.
7477 * gdb.cp/templates.exp: Likewise.
7478 * gdb.cp/virtfunc.exp: Likewise.
7479 * gdb.threads/hand-call-in-threads.exp: Likewise.
7480 * gdb.threads/interrupted-hand-call.exp: Likewise.
7481 * gdb.threads/thread-unwindonsignal.exp: Likewise.
7482
347dc102
TT
74832016-06-10 Tom Tromey <tom@tromey.com>
7484
7485 PR rust/20110:
7486 * gdb.rust/expr.exp: Add test for integer constant larger than
7487 i32.
7488
5e13cf25
BH
74892016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
7490
7491 * gdb.fortran/nested-funcs.exp: New.
7492 * gdb.fortran/nested-funcs.f90: New.
7493
bb556f1f
TK
74942016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
7495
7496 * gdb.base/examine-backward.c: New file.
7497 * gdb.base/examine-backward.exp: New file.
7498
38b022b4
SM
74992016-06-06 Simon Marchi <simon.marchi@ericsson.com>
7500
7501 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
7502 matching.
7503
1b40ec05
TT
75042016-06-02 Tom Tromey <tom@tromey.com>
7505
7506 PR python/18984:
7507 * gdb.python/py-shared.exp: Add solib_name test.
7508
193bd378
SM
75092016-06-02 Simon Marchi <simon.marchi@ericsson.com>
7510
7511 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
7512
3326303b
MG
75132016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
7514
7515 PR c++/19893
7516 * gdb.dwarf2/implref.exp: Rename to...
7517 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
7518 * gdb.dwarf2/implref-array.c: New file.
7519 * gdb.dwarf2/implref-array.exp: Likewise.
7520 * gdb.dwarf2/implref-global.c: Likewise.
7521 * gdb.dwarf2/implref-global.exp: Likewise.
7522 * gdb.dwarf2/implref-struct.c: Likewise.
7523 * gdb.dwarf2/implref-struct.exp: Likewise.
7524
825c8ef2
AT
75252016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7526
7527 * gdb.trace/trace-condition.exp: Add 64bit tests.
7528
2320162a
AT
75292016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7530
7531 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
7532 bits types.
7533 (main): Adapt to 8 to 64 bits types.
7534 * gdb.trace/trace-condition.exp: Add new tests.
7535
a7818233
AT
75362016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7537
7538 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
7539
0d336466
AT
75402016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7541
7542 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
7543 Move condition tests...
7544 * gdb.trace/trace-condition.exp: Here.
7545
7faeb45a
AT
75462016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7547
7548 * gdb.trace/trace-condition.exp: Add counter-case tests.
7549
e385593e
JK
75502016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7551
7552 PR c++/15231
7553 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
7554 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
7555
744608cc
PA
75562016-05-27 Pedro Alves <palves@redhat.com>
7557
7558 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7559 New procedure.
7560 (top level): Call it, and bail out of DejaGnu is known to be bad.
7561
ac775bf4
AB
75622016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
7563
7564 * gdb.base/whatis.c: Extend the test case.
7565 * gdb.base/whatis.exp: Add additional tests.
7566
2bbad2ea
BH
75672016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7568
7569* gdb.fortran/type.f90: Add pointer variable.
7570* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
7571
8b70175d
BH
75722016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7573
7574 * gdb.fortran/vla-type.exp: Fix testcase name.
7575
86d8a848
BH
75762016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7577
7578 * gdb.fortran/vla-type.exp: Access elements in nested structs.
7579
e188eb36
BH
75802016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7581
7582 * gdb.fortran/type.f90: Add nested structures.
7583 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
7584 * gdb.fortran/derived-type.exp: Adapt expected output.
7585 * gdb.fortran/vla-type.exp: Adapt expected output.
7586
9b2db1fd
BH
75872016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7588
7589 * gdb.fortran/whatis_type.exp: Adapt expected output.
7590
72b17055
BH
75912016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7592
7593 * gdb.fortran/print_type.exp: Fix expected output.
7594 * gdb.fortran/whatis_type.exp: Fix expected output.
7595
3cd81d8d
BH
75962016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7597
7598 * gdb.fortran/whatis_type.exp: Use multi_line.
7599
ddae9462
TT
76002016-05-24 Tom Tromey <tom@tromey.com>
7601
7602 PR python/17386:
7603 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
7604 use value as an index.
7605
1957f6b8
TT
76062016-05-23 Tom Tromey <tom@tromey.com>
7607
7608 PR python/17981:
7609 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
7610 no-breakpoint case.
7611
026a9174
PA
76122016-05-24 Pedro Alves <palves@redhat.com>
7613
7614 PR gdb/19828
7615 * gdb.threads/clone-attach-detach.c: New file.
7616 * gdb.threads/clone-attach-detach.exp: New file.
7617
e70a7231
FR
76182016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
7619
7620 * gdb.base/annota-input-while-running.exp: Fix syntax error.
7621
0f6ed0e0
TT
76222016-05-23 Tom Tromey <tom@tromey.com>
7623
7624 PR python/19438, PR python/18393:
7625 * gdb.python/py-progspace.exp: Add "dir" test.
7626 * gdb.python/py-objfile.exp: Add "dir" test.
7627
ffd19d61
YQ
76282016-05-23 Yao Qi <yao.qi@linaro.org>
7629
7630 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
7631 * gdb.arch/thumb2-it.exp: Likewise.
7632
9e8f9b05
SM
76332016-05-18 Simon Marchi <simon.marchi@ericsson.com>
7634
7635 * gdb.mi/mi-threads-interrupt.c: New file.
7636 * gdb.mi/mi-threads-interrupt.exp: New file.
7637
61c6156d
SM
76382016-05-17 Simon Marchi <simon.marchi@ericsson.com>
7639
7640 PR gdb/18077
7641 * gdb.mi/mi-async-run.exp: New file.
7642 * gdb.mi/mi-async-run.c: New file.
7643
67218854
TT
76442016-05-17 Tom Tromey <tom@tromey.com>
7645 Manish Goregaokar <manishsmail@gmail.com>
7646
7647 * lib/rust-support.exp: New file.
7648 * lib/gdb.exp (skip_rust_tests): New proc.
7649 (build_executable_from_specs): Handle rust.
7650 * lib/future.exp (gdb_find_rustc): New proc.
7651 (gdb_default_target_compile): Handle rust.
7652 * gdb.rust/expr.exp: New file.
7653 * gdb.rust/generics.exp: New file.
7654 * gdb.rust/generics.rs: New file.
7655 * gdb.rust/methods.exp: New file.
7656 * gdb.rust/methods.rs: New file.
7657 * gdb.rust/modules.exp: New file.
7658 * gdb.rust/modules.rs: New file.
7659 * gdb.rust/simple.exp: New file.
7660 * gdb.rust/simple.rs: New file.
7661
c44af4eb
TT
76622016-05-17 Tom Tromey <tom@tromey.com>
7663
7664 * gdb.base/default.exp (set language): Add rust.
7665
dcd1f979
TT
76662016-05-17 Tom Tromey <tom@tromey.com>
7667
7668 * gdb.gdb/unittest.exp: New file.
7669
155b7f57
YQ
76702016-05-16 Yao Qi <yao.qi@linaro.org>
7671
7672 * gdb.base/batch-preserve-term-settings.exp: Remove variable
7673 shell_prompt. Update shell_prompt_re.
7674
8ddd5a6c
DE
76752016-05-12 Doug Evans <dje@google.com>
7676
7677 PR symtab/19999
7678 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
7679 $options when building executable.
7680 * gdb.dwarf2/fission-loclists-pie.S: New file.
7681 * gdb.dwarf2/fission-loclists-pie.exp: New file.
7682
02e370d9
SM
76832016-05-04 Simon Marchi <simon.marchi@ericsson.com>
7684
7685 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
7686 of [is_remote target],
7687
8929ad8b
SM
76882016-05-04 Simon Marchi <simon.marchi@ericsson.com>
7689
7690 * lib/gdb.exp (use_gdb_stub): New procedure.
7691
6c447423
DE
76922016-05-03 Yunlian Jiang <yunlian@google.com>
7693 Doug Evans <dje@google.com>
7694
7695 PR symtab/19914
7696 * gdb.dwarf2/dwp-sepdebug.c: New file.
7697 * gdb.dwarf2/dwp-sepdebug.exp: New file.
7698
444e826c
SM
76992016-05-02 Simon Marchi <simon.marchi@ericsson.com>
7700
7701 * gdb.base/detach.exp: Remove is_remote check.
7702
740feeaa
SM
77032016-05-02 Simon Marchi <simon.marchi@ericsson.com>
7704
7705 * gdb.base/annota-input-while-running.exp: Don't check for
7706 [is_remote target]. Enable annotations after running to main.
7707 Remove unused "set test..." line.
7708
9080ac9d
SM
77092016-04-28 Simon Marchi <simon.marchi@ericsson.com>
7710
7711 * gdb.trace/trace-enable-disable.exp: New file.
7712 * gdb.trace/trace-enable-disable.c: New file.
7713
952ebca5
SM
77142016-04-28 Simon Marchi <simon.marchi@ericsson.com>
7715
7716 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
7717 use it in info sharedlibrary test.
7718 * gdb.trace/ftrace-lock.exp: Likewise.
7719 * gdb.trace/ftrace.exp: Likewise.
7720 * gdb.trace/range-stepping.exp: Likewise.
7721 * gdb.trace/trace-break.exp: Likewise.
7722 * gdb.trace/trace-condition.exp: Likewise.
7723 * gdb.trace/trace-mt.exp: Likewise.
7724
d9019901
SM
77252016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7726
7727 * lib/gdb.exp (gdb_load_shlibs): Rename to...
7728 (gdb_load_shlib): ... this.
7729 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
7730 gdb_load_shlib.
7731 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
7732 * gdb.base/ctxobj.exp: Likewise.
7733 * gdb.base/dprintf-pending.exp: Likewise.
7734 * gdb.base/dso2dso.exp: Likewise.
7735 * gdb.base/fixsection.exp: Likewise.
7736 * gdb.base/gcore-relro.exp: Likewise.
7737 * gdb.base/gdb1555.exp: Likewise.
7738 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7739 * gdb.base/gnu-ifunc.exp: Likewise.
7740 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
7741 * gdb.base/jit-so.exp (one_jit_test): Likewise.
7742 * gdb.base/pending.exp: Likewise.
7743 * gdb.base/print-file-var.exp: Likewise.
7744 * gdb.base/print-symbol-loading.exp: Likewise.
7745 * gdb.base/shlib-call.exp: Likewise.
7746 * gdb.base/shreloc.exp: Likewise.
7747 * gdb.base/so-impl-ld.exp: Likewise.
7748 * gdb.base/solib-disc.exp: Likewise.
7749 * gdb.base/solib-nodir.exp: Likewise.
7750 * gdb.base/solib-overlap.exp: Likewise.
7751 * gdb.base/solib-symbol.exp: Likewise.
7752 * gdb.base/solib-weak.exp (do_test): Likewise.
7753 * gdb.base/sym-file.exp: Likewise.
7754 * gdb.base/symtab-search-order.exp: Likewise.
7755 * gdb.base/type-opaque.exp: Likewise.
7756 * gdb.base/unload.exp: Likewise.
7757 * gdb.base/watchpoint-solib.exp: Likewise.
7758 * gdb.compile/compile.exp: Likewise.
7759 * gdb.cp/gdb2384.exp: Likewise.
7760 * gdb.cp/infcall-dlopen.exp: Likewise.
7761 * gdb.cp/re-set-overloaded.exp: Likewise.
7762 * gdb.fortran/library-module.exp: Likewise.
7763 * gdb.opt/solib-intra-step.exp: Likewise.
7764 * gdb.python/py-finish-breakpoint.exp: Likewise.
7765 * gdb.python/py-shared.exp: Likewise.
7766 * gdb.reverse/solib-precsave.exp: Likewise.
7767 * gdb.reverse/solib-reverse.exp: Likewise.
7768 * gdb.server/solib-list.exp: Likewise.
7769 * gdb.threads/dlopen-libpthread.exp: Likewise.
7770 * gdb.threads/tls-shared.exp: Likewise.
7771 * gdb.threads/tls-so_extern.exp: Likewise.
7772 * gdb.trace/change-loc.exp: Likewise.
7773 * gdb.trace/ftrace-lock.exp: Likewise.
7774 * gdb.trace/ftrace.exp: Likewise.
7775 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
7776 * gdb.trace/pending.exp: Likewise.
7777 * gdb.trace/range-stepping.exp: Likewise.
7778 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
7779 (strace_info_marker): Likewise.
7780 (strace_probe_marker): Likewise.
7781 (strace_trace_on_same_addr): Likewise.
7782 (strace_trace_on_diff_addr): Likewise.
7783 * gdb.trace/trace-break.exp: Likewise.
7784 * gdb.trace/trace-condition.exp: Likewise.
7785 * gdb.trace/trace-mt.exp: Likewise.
7786
fca4cfd9
SM
77872016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7788
7789 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
7790 result of gdb_remote_download.
7791 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
7792 * gdb.base/dso2dso.exp: Likewise.
7793 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7794 * gdb.base/print-file-var.exp: Likewise.
7795 * gdb.base/shlib-call.exp: Likewise.
7796 * gdb.base/shreloc.exp: Likewise.
7797 * gdb.base/solib-overlap.exp: Likewise.
7798 * gdb.base/solib-weak.exp (do_test): Likewise.
7799 * gdb.base/unload.exp: Likewise.
7800
11cf4ffb
YQ
78012016-04-27 Yao Qi <yao.qi@linaro.org>
7802
7803 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
7804 exists.
7805
3e2e34f8
KB
78062016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7807
7808 * vla-type.exp: Print structure from toplevel.
7809
8f07e298
BH
78102016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7811
7812 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
7813 of dynamic types.
7814 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
7815 of dynamic types.
7816
9920b434
BH
78172016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7818
7819 * gdb.fortran/vla-type.f90: New file.
7820 * gdb.fortran/vla-type.exp: New file.
7821
f3abeff5
YQ
78222016-04-25 Yao Qi <yao.qi@linaro.org>
7823
7824 * gdb.base/branch-to-self.c: New file.
7825 * gdb.base/branch-to-self.exp: New file.
7826
0a5d52f0
YQ
78272016-04-22 Yao Qi <yao.qi@linaro.org>
7828
7829 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
7830 more after $hex.
7831
495346f6
YQ
78322016-04-22 Yao Qi <yao.qi@linaro.org>
7833
7834 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
7835 * gdb.base/annota3.exp: Likewise.
7836
4a7e075c
YQ
78372016-04-22 Yao Qi <yao.qi@linaro.org>
7838
7839 * gdb.reverse/step-precsave.exp: Do one step and test program
7840 stops in "callee" and do multiple steps until program goes out
7841 of "callee".
7842 * gdb.reverse/step-reverse.exp: Likewise.
7843
5b061e98
YQ
78442016-04-22 Yao Qi <yao.qi@linaro.org>
7845
7846 * gdb.trace/signal.exp: Also pass if
7847 $tracepoint_hits($i) > $iterations.
7848
5c5dc57f
YQ
78492016-04-22 Yao Qi <yao.qi@linaro.org>
7850
7851 * gdb.trace/signal.c: New file.
7852 * gdb.trace/signal.exp: New file.
7853
a55411b9
DE
78542016-04-19 Doug Evans <xdje42@gmail.com>
7855
7856 * gdb.base/bad-file.exp: New file.
7857
a22df60a
MG
78582016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
7859
7860 * gdb.dwarf2/implref.exp: New file.
7861
0c13f7e5
BH
78622016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7863
7864 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
7865 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
7866 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
7867 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
7868 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
7869 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
7870 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
7871 * lib/fortran.exp (fortran_int4): New procedure.
7872 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
7873 (fortran_logical4): Likewise.
7874
9b9b09e9
BH
78752016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
7876
7877 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
7878
a14d1f4d
BH
78792016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7880
7881 * lib/compiler.c: Add Intel specific preprocessor macros.
7882 * lib/compiler.cc: Likewise.
25d49b86 7883
7d49b1d0
LM
78842016-04-13 Luis Machado <lgustavo@codesourcery.com>
7885
7886 * gdb.server/connect-with-no-symbol-file.c: New file.
7887 * gdb.server/connect-with-no-symbol-file.exp: New file.
7888
8392fa22
SM
78892016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7890
7891 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
7892
8c4c4aeb
SM
78932016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7894
7895 * boards/gdbserver-base.exp (${board}_download): Copy source file to
7896 standard output directory.
7897
45e3745e
AT
78982016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
7899
7900 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
7901
e26b7e41
MM
79022016-04-13 Markus Metzger <markus.t.metzger@intel.com>
7903
7904 * gdb.btrace/instruction_history.c (loop): Add declaration.
7905
8ce09462
AT
79062016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7907
7908 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
7909
2e88a1ea
SM
79102016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
7911
7912 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
7913 parentheses to print.
7914 (continue_handler): Likewise.
7915
f48e22e3
SM
79162016-04-08 Simon Marchi <simon.marchi@ericsson.com>
7917
7918 * gdb.server/solib-list.exp: Remove is_remote check.
7919 Pass shlib= to gdb_compile. Don't link shared library with
7920 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
7921 Run binary filename through "readlink -f" on the target.
7922
096be756
PA
79232016-04-08 Pedro Alves <palves@redhat.com>
7924
7925 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
7926 interpreter filename as argument to gdbserver_spawn.
7927 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7928 Return empty if $last_loaded_file does not exist.
7929
06500533
JK
79302016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7931
7932 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
7933 * gdb.base/jit-main.c: Use exit after usage.
7934
2d35e871
JK
79352016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7936
7937 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
7938 GDBHISTSIZE prior to the tests.
7939 * gdb.base/gdbinit-history.exp: Likewise.
7940
79412016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
7942
7943 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
7944 instead of build_executable. Use gdb_load_shlibs.
7945
c8064e7e
YQ
79462016-04-07 Yao Qi <yao.qi@linaro.org>
7947
7948 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
7949 Execute "si" command.
7950
bde47561
YQ
79512016-04-07 Yao Qi <yao.qi@linaro.org>
7952
7953 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
7954 number instead of the comments on some line.
7955
b16f8a3b
DB
79562016-04-06 Don Breazeal <donb@codesourcery.com>
7957
7958 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
7959 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
7960
c2f901df
SM
79612016-04-06 Simon Marchi <simon.marchi@ericsson.com>
7962
7963 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
7964 standard_output_file. Remove unused binfile variable.
7965
ac17fda0
CU
79662016-04-05 Catalin Udma <catalin.udma@freescale.com>
7967
7968 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
7969 * gdb.python/py-mi-objfile.exp: Match "list main" output
7970 in console format.
7971
03a8c4df
SM
79722016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
7973
7974 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
7975 absolute.
7976
6e774b13
SM
79772016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7978
7979 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
7980 absolute.
7981 * gdb.trace/ftrace.exp: Likewise.
7982 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
7983 targets as well.
7984 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
7985 (gdb_load_shlibs): Copy libraries to test directory when testing
7986 natively. Only set solib-search-path if testing remotely.
7987 * lib/mi-support.exp (mi_load_shlibs): Likewise.
7988
7817ea46
SM
79892016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7990
7991 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
7992 gdb_download. Use it even if the target is not remote.
7993 * gdb.base/jit.exp (compile_jit_test): Likewise.
7994 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
7995 output directory if the destination board is local, otherwise use
7996 the standard remote_download from DejaGnu.
7997 (gdb_download): Remove.
7998 (gdb_load_shlibs): Use gdb_remote_download instead of
7999 gdb_download.
8000 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8001 Use gdb_remote_download instead of gdb_download. Use it even if
8002 the target is not remote.
8003 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
8004 instead of gdb_download.
8005
7beb7f68
SM
80062016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
8007
8008 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
8009 (test_insert_delete_modify): Call mi_load_shlibs before trying to
8010 run.
8011
cc63428a
AV
80122016-04-01 Artemiy Volkov <artemiyv@acm.org>
8013
8014 PR gdb/19820
8015 * gdb.base/printcmds.exp: Add artificial arrays tests.
8016
64cdf930
PA
80172016-03-31 Pedro Alves <palves@redhat.com>
8018
8019 PR gdb/19858
8020 * gdb.base/jit-main.c: Include unistd.h.
8021 (ATTACH): Define to 0 if not already defined.
8022 (wait_for_gdb, mypid): New globals.
8023 (WAIT_FOR_GDB): New macro.
8024 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
8025 some breakpoint locations.
8026 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
8027 New procedures.
8028 (one_jit_test): Add REATTACH parameter, and handle it. Use
8029 continue_to_test_location.
8030 (top level): Test attach, and adjusts calls to one_jit_test.
8031
40dea8cb
PA
80322016-03-31 Pedro Alves <palves@redhat.com>
8033
8034 PR gdb/19858
8035 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
8036 BINSUFFIX parameter, and handle it.
8037 (top level): Adjust calls compile_jit_test.
8038
e7ea3ec7
CU
80392016-03-31 Catalin Udma <catalin.udma@freescale.com>
8040
8041 PR python/19743
8042 * gdb.python/py-mi-events-gdb.py: New file.
8043 * gdb.python/py-mi-events.c: New file.
8044 * gdb.python/py-mi-events.exp: New file.
8045
e6359af3
YQ
80462016-03-30 Yao Qi <yao.qi@linaro.org>
8047
8048 * gdb.reverse/until-precsave.exp: Match function name only.
8049 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
8050 Move malloc to a condition block.
8051 * gdb.reverse/until-reverse.exp: Match function name only.
8052
a4105d04
MK
80532016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
8054
8055 * gdb.trace/ftrace.exp: Set arg0exp for s390.
8056 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
8057 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
8058 variable for GPR 0 instead of assuming it is register 0.
8059 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
8060 * lib/trace-support.exp: Add s390 registers.
8061
bfa6adb9
YQ
80622016-03-29 Yao Qi <yao.qi@linaro.org>
8063
8064 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
8065
1e6697ea
YQ
80662016-03-24 Yao Qi <yao.qi@linaro.org>
8067
8068 * gdb.reverse/break-reverse.exp: Add quotation mark in the
8069 test message.
8070
64bcd522
AA
80712016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8072
8073 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
8074 maintaining separate logic for constructing the output path.
8075
7868401b
DB
80762016-03-16 Don Breazeal <donb@codesourcery.com>
8077
8078 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
8079 Retry fork and waitpid on interrupted system call errors.
8080 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8081 Use with_timeout_factor to increase timeout by factor of 10.
8082
1cafadb4
DB
80832016-03-15 Don Breazeal <donb@codesourcery.com>
8084
8085 * gdb.cp/scope-err.cc: New test program.
8086 * gdb.cp/scope-err.exp: New test script.
8087 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
8088 lines and "set breakpoint here" comment.
8089 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
8090 Fixed some whitespace and format issues.
8091 * gdb.mi/mi-linespec-err-cp.cc: New test program.
8092 * gdb.mi/mi-linespec-err-cp.exp: New test script.
8093
81516450
DE
80942016-03-15 Doug Evans <dje@google.com>
8095
8096 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
8097 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
8098 All callers updated. Add tests for enums, mixed flags register.
8099
aa52b601
DE
81002016-03-15 Doug Evans <dje@google.com>
8101
8102 * gdb.base/skip.c (main): Call test_skip_file_and_function.
8103 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
8104
fa4ff313
SM
81052016-03-14 Simon Marchi <simon.marchi@ericsson.com>
8106
8107 * gdb.base/default.exp: Add $_as_string to the list of expected
8108 convenience functions.
8109
f2403c39
AB
81102016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
8111
8112 * gdb.base/maint.exp: New tests for 'maint info line-table'.
8113
f2f3ccb9
SM
81142016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
8115
8116 * gdb.python/py-as-string.exp: New file.
8117 * gdb.python/py-as-string.c: New file.
8118
00dbd492
PA
81192016-03-09 Pedro Alves <palves@redhat.com>
8120
8121 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
8122 signal" -> "Thread NN received signal" output change.
8123 * gdb.threads/ia64-sigill.exp: Likewise.
8124 * gdb.threads/linux-dp.exp: Likewise.
8125 * gdb.threads/manythreads.exp: Likewise.
8126 * gdb.threads/pending-step.exp: Likewise.
8127 * gdb.threads/print-threads.exp: Likewise.
8128 * gdb.threads/sigstep-threads.exp: Likewise.
8129 * gdb.threads/staticthreads.exp: Likewise.
8130 * gdb.threads/tls.exp: Likewise.
8131
1e6697ea
YQ
81322016-03-09 Pedro Alves <palves@redhat.com>
8133
8134 * gdb.base/command-line-input.exp: New file.
8135
b04fd3be
MK
81362016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8137
8138 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
8139 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
8140 * gdb.trace/pending.exp: Accept leading dot before function name.
8141 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
8142 * lib/trace-support.exp: Set registers for ppc.
8143
98fa59e9
MK
81442016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8145
8146 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
8147 use it for disassembly; accept .main in addition to main in backtrace.
8148
f77198c8
MK
81492016-03-09 Wei-cheng Wang <cole945@gmail.com>
8150 Marcin Kościelnicki <koriakin@0x04.net>
8151
8152 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
8153 (gdb_recursion_test_ptr): New global variable.
8154 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
8155 gdb_recursion_test.
8156 (gdb_c_test): Ditto.
8157
ba84e0da
MK
81582016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8159
8160 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
8161 ordering.
8162
4366d36e
MK
81632016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8164
8165 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
8166 (bar): Add bar_start_lbl label.
8167 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
8168 of foo/bar for emitting DWARF and tracing.
8169
5eb264df
SDJ
81702016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
8171
8172 * analyze-racy-logs.py: Set executable bit.
8173
fb6a751f
SDJ
81742016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
8175
8176 * Makefile.in (DEFAULT_RACY_ITER): New variable.
8177 (CHECK_TARGET_TMP): Likewise.
8178 (check-single-racy): New rule.
8179 (check-parallel-racy): Likewise.
8180 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
8181 (do-check-parallel-racy): New rule.
8182 (check-racy/%.exp): Likewise.
8183 * README (Racy testcases): New section.
8184 * analyze-racy-logs.py: New file.
8185
bdf7e230
DE
81862016-03-03 Doug Evans <dje@google.com>
8187
8188 * gdb.base/skip.exp: Use with_test_prefix.
8189
4719d415
YQ
81902016-03-03 Yao Qi <yao.qi@linaro.org>
8191
8192 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
8193 Invoke step_over_syscall "clone" and break_cond_on_syscall
8194 "clone".
8195 * gdb.base/step-over-clone.c: New file.
8196
ea507862
YQ
81972016-03-03 Yao Qi <yao.qi@linaro.org>
8198
8199 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
8200 code format.
8201
8fc8cbda
YQ
82022016-03-03 Yao Qi <yao.qi@linaro.org>
8203
8204 * gdb.base/disp-step-fork.c: Rename to ...
8205 * gdb.base/step-over-fork.c: ... it. New file.
8206 * gdb.base/disp-step-vfork.c: Rename to ...
8207 * gdb.base/step-over-vfork.c: ... it. New file.
8208 * gdb.base/disp-step-syscall.exp: Rename to ...
8209 * gdb.base/step-over-syscall.exp: ... it. New file.
8210 (disp_step_cross_syscall): Rename to ...
8211 (step_over_syscall): ... it.
8212
92fa70b0
YQ
82132016-03-03 Yao Qi <yao.qi@linaro.org>
8214
8215 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
8216 If target supports condition evaluation on target, invoke
8217 break_cond_on_syscall for fork and vfork.
8218
e197ad3c
YQ
82192016-03-03 Yao Qi <yao.qi@linaro.org>
8220
8221 * gdb.base/disp-step-syscall.exp: Don't invoke
8222 support_displaced_stepping.
8223 (disp_step_cross_syscall): Test with displaced stepping off and
8224 on if supported.
8225
0b47da9f
YQ
82262016-03-03 Yao Qi <yao.qi@linaro.org>
8227
8228 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
8229 proc.
8230 (setup): New proc.
8231 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
8232 and setup.
8233
065ab6dc
BH
82342016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8235
8236 * gdb.fortran/vla-history.exp: Remove breakpoint.
8237
07e448ad 82382016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8239
25d49b86
PA
8240 * gdb.fortran/vla-history.exp: Lookup array elements and printing
8241 exceeds timeout.
07e448ad 8242
9ac2d526 82432016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8244
25d49b86
PA
8245 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
8246 breakpoint.
9ac2d526 8247
17807369
BH
82482016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8249
8250 * gdb.mi/vla.f90: Nullify pointer after declaration.
8251
86e501af
PA
82522016-03-01 Pedro Alves <palves@redhat.com>
8253
8254 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
8255
1e903e32
PA
82562016-03-01 Pedro Alves <palves@redhat.com>
8257
8258 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
8259 before anything else.
8260 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
8261 _GNU_SOURCE here.
8262 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
8263 before anything else.
8264 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
8265
6ccb54e2
PA
82662016-03-01 Pedro Alves <palves@redhat.com>
8267
8268 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
8269
30ca9da1
YQ
82702016-03-01 Yao Qi <yao.qi@linaro.org>
8271
8272 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
8273 prepare_for_testing.
8274
dc856b38
YQ
82752016-03-01 Yao Qi <yao.qi@linaro.org>
8276
8277 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
8278
4a932159
AA
82792016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8280
8281 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
8282 manually constructing the output path.
8283
f2489477
AA
82842016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8285
8286 * gdb.arch/s390-stackless.S: New.
8287 * gdb.arch/s390-stackless.exp: New.
8288
38899f16
IB
82892016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
8290
8291 * gdb.dlang/circular.c: New file.
8292 * gdb.dlang/circular.exp: New file.
8293
9fde51ed
YQ
82942016-02-26 Yao Qi <yao.qi@linaro.org>
8295
8296 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
8297 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
8298 (testcases): Update.
8299
ce90fefe
YQ
83002016-02-26 Yao Qi <yao.qi@linaro.org>
8301
8302 * gdb.reverse/aarch64.c: Rename to ...
8303 * gdb.reverse/insn-reverse.c: ... it.
8304 * gdb.reverse/aarch64.exp: Rename to ...
8305 * gdb.reverse/insn-reverse.exp: ... it.
8306
3263bceb
YQ
83072016-02-26 Yao Qi <yao.qi@linaro.org>
8308
8309 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
8310 (testcase_ftype): New.
8311 (testcases): New array.
8312 (n_testcases): New.
8313 (main): Call each element in testcases.
8314 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
8315 (read_testcase): New.
8316 Do the tests in a loop.
8317
6cb59ff1
YQ
83182016-02-25 Yao Qi <yao.qi@linaro.org>
8319
8320 * gdb.base/branches.c: Remove.
8321
ae91f625
MK
83222016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8323
8324 PR gdb/13808
8325 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
8326
678b48b7
MK
83272016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8328
8329 * gdb.trace/ftrace.exp: Remove unnecessary target check.
8330
7337a6f2
MK
83312016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8332
8333 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
8334 change x86_64 call_insn to 'callq'.
8335
861ca91f
AT
83362016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
8337
8338 * gdb.trace/tfile-avx.c: Move to...
8339 * gdb.trace/tracefile-pseudo-reg.c: Here.
8340 * gdb.trace/tfile-avx.exp: Move to...
8341 * gdb.trace/tracefile-pseudo-reg.exp: Here.
8342
bf74e428
GB
83432016-02-24 Gary Benson <gbenson@redhat.com>
8344
8345 * gdb.base/attach-pie-noexec.exp: Do not expect an error
8346 message on attach.
8347
cce0e923
DE
83482016-02-23 Doug Evans <dje@google.com>
8349
8350 * gdb.base/skip.c (test_skip): New function.
8351 (end_test_skip_file_and_function): New function.
8352 (test_skip_file_and_function): New function.
8353 * gdb.base/skip1.c (test_skip): New function.
8354 (skip1_test_skip_file_and_function): New function.
8355 * gdb.base/skip.exp: Add tests for new skip options.
8356 * gdb.base/skip-solib.exp: Update expected output.
8357 * gdb.perf/skip-command.cc: New file.
8358 * gdb.perf/skip-command.exp: New file.
8359 * gdb.perf/skip-command.py: New file.
8360
4000e47e
MK
83612016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
8362
8363 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
8364 info registers pattern.
8365
24f75ead
IB
83662016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
8367
8368 * lib/future.exp: Add D support.
8369 (gdb_find_gdc): New proc.
8370 (gdb_default_target_compile): Add D support.
8371
fbb7bcbe
WW
83722016-02-18 Wei-cheng Wang <cole945@gmail.com>
8373
8374 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
8375 user+system time.
8376 (trace_speed_test): Determine the iteration count for a time
8377 between 15..30 seconds.
8378
012b3a21
WT
83792016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
8380
8381 * gdb.arch/i386-mpx-sigsegv.c: New file.
8382 * gdb.arch/i386-mpx-sigsegv.exp: New file.
8383 * gdb.arch/i386-mpx-simple_segv.c: New file.
8384 * gdb.arch/i386-mpx-simple_segv.exp: New file.
8385
2d5189bd
YQ
83862016-02-18 Yao Qi <yao.qi@linaro.org>
8387
8388 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
8389 Don't call setup_kfail.
8390
40fb20d0
YQ
83912016-02-18 Yao Qi <yao.qi@linaro.org>
8392
8393 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8394 Set "set breakpoint condition-evaluation" per $cond_bp_target.
8395
21b1f8d2
DE
83962016-02-16 Doug Evans <dje@google.com>
8397
8398 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
8399 * gdb.base/skip1.c: Ditto.
8400 * gdb.base/skip.exp: Whitespace cleanup.
8401
4041ed77
DB
84022016-02-16 Don Breazeal <donb@codesourcery.com>
8403
8404 PR remote/19496
8405 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8406 Remove kfail for PR remote/19496.
8407
c4ef31bf
SM
84082016-02-16 Simon Marchi <simon.marchi@ericsson.com>
8409
8410 * lib/gdb.exp (standard_temp_file): Return a path specific to
8411 the runtest invocation.
8412
266b65b3
SM
84132016-02-16 Simon Marchi <simon.marchi@ericsson.com>
8414
8415 * gdb.trace/save-trace.exp: Change relative path to be in the
8416 standard output directory.
8417
a7a0a6a9
JK
84182016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8419
8420 * gdb.arch/i386-prologue.c: Add missing prototypes.
8421
c99dbb42
JK
84222016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8423
8424 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
8425 * gdb.arch/i386-prologue.exp: Likewise.
8426 * gdb.arch/i386-size.exp: Likewise.
8427
aa480355
SM
84282016-02-15 Simon Marchi <simon.marchi@ericsson.com>
8429
8430 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
8431 define object file path.
8432 * gdb.btrace/gcore.exp: Use standard_output_file to define core
8433 file path.
8434 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
8435 standard_output_file to define binfile.
8436
ba881f50
JK
84372016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8438
8439 Fix compatibility with recent gfortran-5.3.1.
8440 * gdb.fortran/vla-history.exp (print vla1 allocated)
8441 (print vla2 allocated, print $2, print $3): Remove
8442 (print $4): Rename to ...
8443 (print $2): ... here.
8444 (print $9): Rename to ...
8445 (print $5): ... here.
8446 (print $10): Rename to ...
8447 (print $6): ... here.
8448 * gdb.fortran/vla.f90: Add pvla initialization.
8449
e9fb005c
JK
84502016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8451
8452 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
8453 New test.
8454 * gdb.fortran/vla-value-sub.exp: Likewise.
8455
e44e00ff
MK
84562016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
8457
8458 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
8459
97e94151
SM
84602016-02-12 Simon Marchi <simon.marchi@ericsson.com>
8461
8462 * i386-biarch-core.exp: Define corefile using
8463 standard_output_file.
8464
01113bc1
YQ
84652016-02-12 Yao Qi <yao.qi@linaro.org>
8466
8467 * gdb.arch/arm-single-step-kernel-helper.c: New.
8468 * gdb.arch/arm-single-step-kernel-helper.exp: New.
8469
33b4777c
MM
84702016-02-12 Markus Metzger <markus.t.metzger@intel.com>
8471
8472 * gdb.btrace/tailcall-only.exp: New.
8473 * gdb.btrace/tailcall-only.c: New.
8474 * gdb.btrace/x86_64-tailcall-only.S: New.
8475 * gdb.btrace/i686-tailcall-only.S: New.
8476
acc23c11
PA
84772016-02-11 Pedro Alves <palves@redhat.com>
8478
8479 * README (Parallel testing): Add missing double quotes.
8480
e352bf0a
PA
84812016-02-11 Pedro Alves <palves@redhat.com>
8482
8483 * README (Parallel testing): New section.
8484 (GDB_PARALLEL): Rewrite.
8485 (FORCE_PARALLEL): Document.
8486
9f5fed78
MK
84872016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
8488
8489 * gdb.trace/tfile-avx.c: New test.
8490 * gdb.trace/tfile-avx.exp: New test.
8491
9ef9e6a6
KS
84922016-02-09 Keith Seitz <keiths@redhat.com>
8493
8494 PR breakpoints/19546
8495 * gdb.base/infcall-exec.c: New file.
8496 * gdb.base/infcall-exec2.c: New file.
8497 * gdb.base/infcall-exec.exp: New file.
8498
a96e36da
KS
84992016-02-09 Keith Seitz <keiths@redhat.com>
8500
8501 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
8502 (toplevel): Call test_bkpt_address.
8503
9f61929f
KS
85042016-02-09 Keith Seitz <keiths@redhat.com>
8505
8506 PR python/19506
8507 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
8508 (toplevel): Call test_bkpt_address.
8509
1e94266c
SM
85102016-02-09 Simon Marchi <simon.marchi@ericsson.com>
8511
8512 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
8513 to AC_OUTPUT.
8514 * configure: Regenerate.
8515
2a7f3dff
PA
85162016-02-09 Pedro Alves <palves@redhat.com>
8517
8518 PR breakpoints/19548
8519 * gdb.base/execl-update-breakpoints.c (some_function): New
8520 function.
8521 (main): Call it.
8522 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
8523 Tighten expected GDB output.
8524
2151ccc5
SM
85252016-02-08 Simon Marchi <simon.marchi@ericsson.com>
8526
8527 * Makefile.in (ALL_SUBDIRS): Remove.
8528 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
8529 (distclean maintainer-clean realclean): Likewise.
8530 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
8531 * configure: Regenerate.
8532 * gdb.ada/Makefile.in: Delete.
8533 * gdb.arch/Makefile.in: Likewise.
8534 * gdb.asm/Makefile.in: Likewise.
8535 * gdb.base/Makefile.in: Likewise.
8536 * gdb.btrace/Makefile.in: Likewise.
8537 * gdb.cell/Makefile.in: Likewise.
8538 * gdb.compile/Makefile.in: Likewise.
8539 * gdb.cp/Makefile.in: Likewise.
8540 * gdb.disasm/Makefile.in: Likewise.
8541 * gdb.dlang/Makefile.in: Likewise.
8542 * gdb.dwarf2/Makefile.in: Likewise.
8543 * gdb.fortran/Makefile.in: Likewise.
8544 * gdb.gdb/Makefile.in: Likewise.
8545 * gdb.go/Makefile.in: Likewise.
8546 * gdb.guile/Makefile.in: Likewise.
8547 * gdb.java/Makefile.in: Likewise.
8548 * gdb.linespec/Makefile.in: Likewise.
8549 * gdb.mi/Makefile.in: Likewise.
8550 * gdb.modula2/Makefile.in: Likewise.
8551 * gdb.multi/Makefile.in: Likewise.
8552 * gdb.objc/Makefile.in: Likewise.
8553 * gdb.opencl/Makefile.in: Likewise.
8554 * gdb.opt/Makefile.in: Likewise.
8555 * gdb.pascal/Makefile.in: Likewise.
8556 * gdb.perf/Makefile.in: Likewise.
8557 * gdb.python/Makefile.in: Likewise.
8558 * gdb.reverse/Makefile.in: Likewise.
8559 * gdb.server/Makefile.in: Likewise.
8560 * gdb.stabs/Makefile.in: Likewise.
8561 * gdb.threads/Makefile.in: Likewise.
8562 * gdb.trace/Makefile.in: Likewise.
8563 * gdb.xml/Makefile.in: Likewise.
8564 * lib/gdb.exp (make_gdb_parallel_path): Add check for
8565 GDB_PARALLEL.
8566 (standard_output_file): Remove check for GDB_PARALLEL, always
8567 return path in outputs/$subdir/$testname.
8568
437277d4
SM
85692016-02-08 Simon Marchi <simon.marchi@ericsson.com>
8570
8571 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
8572 (site.exp): Assign abs_srcdir to tcl's srcdir.
8573
31d913c7
YQ
85742016-02-04 Yao Qi <yao.qi@linaro.org>
8575
8576 * gdb.base/foll-exec-mode.c: Include limits.h.
8577 (main): Add parameters argc and argv. Get directory from
8578 argv[0].
8579 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
8580 compilation.
8581 * gdb.base/foll-exec.c: Include limits.h.
8582 (main): Add parameters argc and argv.
8583 Get directory from argv[0].
8584 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
8585 Adjust tests on the number of lines as source code changed.
8586 * gdb.base/foll-vfork-exit.c: Include limits.h.
8587 (main): Add one line of statement before vfork.
8588 * gdb.base/foll-vfork.c: Include limits.h and string.h.
8589 (main): Add parameters argc and argv. Get directory from
8590 argv[0].
8591 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
8592 (setup_gdb): Set tbreak to skip some source lines.
8593 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
8594 (main): Add parameters argc and argv. Get directory from
8595 argv[0].
8596 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
8597 compilation.
8598 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
8599 (main): Add parameters argc and argv. Get directory from
8600 argv[0].
8601 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
8602 compilation.
8603
9482b9fb
DE
86042016-02-01 Doug Evans <dje@google.com>
8605
8606 * gdb.base/skip.exp: Clean up multiple references to same test name.
8607
6b2e4f10
PA
86082016-02-01 Pedro Alves <palves@redhat.com>
8609
ccb6afd6 8610 PR remote/19496
6b2e4f10
PA
8611 * gdb.threads/forking-threads-plus-breakpoint.exp
8612 (displaced_stepping_supported): New global.
8613 (probe_displaced_stepping_support): New procedure.
8614 (do_test): Add 'displaced' parameter, and use it.
8615 (top level): Check for displaced stepping support. Add displaced
8616 stepping on/off testing axis.
8617
37a8db1a
AB
86182016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
8619
8620 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
8621 pointer. Don't perform further tests on the unassociated pointer
8622 if the first test fails.
8623
5fdf6324
AB
86242016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
8625
8626 * gdb.base/max-value-size.c: New file.
8627 * gdb.base/max-value-size.exp: New file.
8628 * gdb.base/huge.exp: Disable max-value-size for this test.
8629
935c6144
IB
86302016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
8631
8632 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8633
7fe8399d
YQ
86342016-01-28 Yao Qi <yao.qi@linaro.org>
8635
8636 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
8637
a2077e25
PA
86382016-01-25 Pedro Alves <palves@redhat.com>
8639
8640 PR threads/19461
8641 * gdb.base/fork-running-state.c: New file.
8642 * gdb.base/fork-running-state.exp: New file.
8643
1d2736d4
PA
86442016-01-25 Pedro Alves <palves@redhat.com>
8645
8646 PR gdb/19494
8647 * gdb.base/catch-fork-kill.c: New file.
8648 * gdb.base/catch-fork-kill.exp: New file.
8649
f1da4b11
PA
86502016-01-25 Pedro Alves <palves@redhat.com>
8651
8652 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
8653 Delete, moved to lib/gdb.exp.
8654 * gdb.threads/forking-threads-plus-breakpoint.exp
8655 (foreach_with_prefix): Likewise.
8656 * gdb.threads/process-dies-while-handling-bp.exp
8657 (foreach_with_prefix): Likewise.
8658 * lib/gdb.exp (foreach_with_prefix): New procedure.
8659
45f38546
MK
86602016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
8661
8662 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
8663 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
8664
dc29a1ce
MK
86652016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
8666
8667 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
8668 endian targets.
8669
092127d7
JK
86702016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8671 Pedro Alves <palves@redhat.com>
8672
8673 Fix testsuite compatibility with Guile.
8674 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
8675 number.
8676
31d765d3
JK
86772016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8678
8679 Fix testsuite compatibility with Guile.
8680 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
8681 (thread 1): New test for backtrace through signal handler.
8682
1ac78c04
YQ
86832016-01-22 Yao Qi <yao.qi@linaro.org>
8684
8685 PR testsuite/19491
8686 * gdb.base/multi-forks.c: Include
8687 ../lib/unbuffer_output.c
8688 (main): Call gdb_unbuffer_output.
8689
4f5946a8
DE
86902016-01-21 Doug Evans <dje@google.com>
8691
8692 * lib/ada.exp (gdb_compile_ada): Fix typo.
8693
305e13e6
JB
86942016-01-21 Joel Brobecker <brobecker@adacore.com>
8695
8696 * gdb.base/break-fun-addr.exp: New file.
8697 * gdb.base/break-fun-addr1.c: New file.
8698 * gdb.base/break-fun-addr2.c: New file.
8699
5f5dfff6
SM
87002016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
8701
8702 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
8703 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
8704 enum flag values.
8705
fd356fa2
AA
87062016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8707
8708 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
8709 when GDB can not set the vector return value. Add more comments
8710 for clarification.
8711
9df22175
AT
87122016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
8713
8714 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
8715 command.
8716
41d1845e
SM
87172016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8718
8719 * Makefile.in (DO_RUNTEST): Add --status and update usages.
8720
01ac6840
SM
87212016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8722
8723 * Makefile.in (check-single): Pass --status to runtest.
8724 (check/%.exp): Likewise.
8725
87262016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8727
8728 * Makefile.in (check-parallel): Propagate return code from make
8729 do-check-parallel.
8730
bd0a71fa
MK
87312016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
8732
8733 * gdb.trace/ftrace.exp: Fix expected message on continue.
8734 * gdb.trace/pending.exp: Fix expected message on continue.
8735 * gdb.trace/trace-break.exp: Fix expected message on continue.
8736
8bcbad33
SM
87372016-01-18 Simon Marchi <simon.marchi@ericsson.com>
8738
8739 * lib/gdb.exp (gdb_test): Remove unused global references.
8740
f303dbd6
PA
87412016-01-18 Pedro Alves <palves@redhat.com>
8742
8743 * gdb.base/async-shell.exp: Adjust expected output.
8744 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
8745 * gdb.base/siginfo-thread.exp: Adjust expected output.
8746 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
8747 * gdb.java/jnpe.exp: Adjust expected output.
8748 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
8749 * gdb.threads/continue-pending-status.exp: Adjust expected output.
8750 * gdb.threads/leader-exit.exp: Adjust expected output.
8751 * gdb.threads/manythreads.exp: Adjust expected output.
8752 * gdb.threads/pthreads.exp: Adjust expected output.
8753 * gdb.threads/schedlock.exp: Adjust expected output.
8754 * gdb.threads/siginfo-threads.exp: Adjust expected output.
8755 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
8756 expected output.
8757 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
8758 output.
8759 * gdb.threads/sigthread.exp: Adjust expected output.
8760 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
8761
b2789696
YQ
87622016-01-18 Yao Qi <yao.qi@linaro.org>
8763
8764 * gdb.guile/scm-section-script.c: Replace @progbits with
8765 %progbits.
8766 * gdb.python/py-section-script.c: Likewise.
8767
71ef29a8
PA
87682016-01-15 Pedro Alves <palves@redhat.com>
8769
8770 * gdb.multi/tids.exp: Test star wildcard ranges.
8771
3f5b7598
PA
87722016-01-15 Pedro Alves <palves@redhat.com>
8773
8774 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
8775 command from "thread apply" invocation.
8776 (thr_apply_info_thr_invalid): Default the expected output to the
8777 input tid list.
8778 (top level): Add tests that use convenience variables. Add tests
8779 for "thread apply" with a valid TID list, but missing the command.
8780
663f6d42
PA
87812016-01-13 Pedro Alves <palves@redhat.com>
8782
8783 * gdb.base/default.exp: Expect $_gthread as well.
8784 * gdb.multi/tids.exp: Test $_gthread.
8785 * gdb.threads/thread-specific.exp: Test $_gthread.
8786
c84f6bbf
PA
87872016-01-13 Pedro Alves <palves@redhat.com>
8788
8789 * gdb.multi/tids.exp: Test "info threads -gid".
8790
22a02324
PA
87912016-01-13 Pedro Alves <palves@redhat.com>
8792
8793 * gdb.multi/tids.exp: Test InferiorThread.global_num and
8794 Breakpoint.thread.
8795 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
8796
5d5658a1
PA
87972016-01-07 Pedro Alves <palves@redhat.com>
8798
8799 * gdb.base/break.exp: Adjust to output changes.
8800 * gdb.base/hbreak2.exp: Likewise.
8801 * gdb.base/sepdebug.exp: Likewise.
8802 * gdb.base/watch_thread_num.exp: Likewise.
8803 * gdb.linespec/keywords.exp: Likewise.
8804 * gdb.multi/info-threads.exp: Likewise.
8805 * gdb.threads/thread-find.exp: Likewise.
8806 * gdb.multi/tids.c: New file.
8807 * gdb.multi/tids.exp: New file.
8808
84654457
PA
88092016-01-13 Pedro Alves <palves@redhat.com>
8810
8811 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
8812
e3940304
PA
88132016-01-13 Pedro Alves <palves@redhat.com>
8814
8815 * gdb.base/default.exp: Expect $_inferior as well.
8816 * gdb.multi/base.exp: Test $_inferior.
8817
a911d87a
PA
88182016-01-13 Pedro Alves <palves@redhat.com>
8819
8820 PR breakpoints/19388
8821 * gdb.base/catch-signal-siginfo-cond.c: New file.
8822 * gdb.base/catch-signal-siginfo-cond.exp: New file.
8823
82075af2
JS
88242016-01-12 Josh Stone <jistone@redhat.com>
8825 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8826
8827 * gdb.base/catch-syscall.c (do_execve): New variable.
8828 (main): Conditionally trigger an execve.
8829 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
8830 (test_catch_syscall_execve): New, check entry/return across execve.
8831 (do_syscall_tests): Call test_catch_syscall_execve.
8832
e46eeedd
PA
88332016-01-12 Pedro Alves <palves@redhat.com>
8834
8835 * gdb.base/random-signal.exp (do_test): New procedure, with body
8836 of testcase moved in.
8837
01d8c27e
JK
88382016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8839 Pedro Alves <palves@redhat.com>
8840
8841 * gdb.base/funcargs.exp (finish from indirectly called function):
8842 Reintroduce the case for 'First'.
8843
9a706302
JK
88442016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8845 Pedro Alves <palves@redhat.com>
8846
8847 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
8848 (tcatch_vfork_then_child_follow_exec)
8849 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
8850 identification.
8851
c0ecb95f
JK
88522016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8853
8854 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
8855 and repeats to unlimited.
8856 * gdb.python/py-value.exp: Likewise.
8857 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
8858 and repeats to unlimited.
8859
6cfc1fcb
JK
88602016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8861
8862 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
8863 and reordering the functions.
8864 * gdb.multi/hangout.c: Likewise.
8865 * gdb.multi/hello.c: Likewise.
8866
582a1b00
SM
88672016-01-08 Simon Marchi <simon.marchi@ericsson.com>
8868
8869 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
8870 absolute.
8871 (SingleStatisticTestResult.report): Use dict.keys instead of
8872 dict.iterkeys.
8873
79bc59cb
PA
88742016-01-06 Pedro Alves <palves@redhat.com>
8875
8876 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
8877
43368e1d
MM
88782016-01-04 Markus Metzger <markus.t.metzger@intel.com>
8879
8880 * gdb.btrace/dlopen.exp: New.
8881 * gdb.btrace/dlopen.c: New.
8882 * gdb.btrace/dlopen-dso.c: New.
8883
79fad5b8
SL
88842015-12-25 Sandra Loosemore <sandra@codesourcery.com>
8885
8886 * lib/gdb.exp (gdb_test): Update comments to clarify that the
8887 PATTERN argument is optional.
8888
ab8314b3
JB
88892015-12-24 Joel Brobecker <brobecker@adacore.com>
8890
8891 * lib/ada.exp (target_compile_ada_from_dir): New function.
8892 (gdb_compile_ada): Reimplement avoiding the use of project files.
8893 * gdb.ada/gnat_ada.gpr: Delete.
8894 * gdb.ada/cond_lang.exp: Adjust test to make path before
8895 filename optional.
8896 * gdb.ada/small_reg_param.exp: Likewise.
8897
fe33faff
SM
88982015-12-22 Simon Marchi <simon.marchi@ericsson.com>
8899
8900 * gdb.base/foll-vork.exp: Remove HP-UX special case.
8901
6d265cb4
TP
89022015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
8903
8904 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
8905 case.
8906
10125099
SM
89072015-12-21 Simon Marchi <simon.marchi@ericsson.com>
8908
8909 * gdb.base/break.exp: Remove dead code.
8910 * gdb.base/sepdebug.exp: Likewise.
8911
3ca22649
SM
89122015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8913
8914 * gdb.asm/asm-source.exp: Remove HP-UX references.
8915 * gdb.base/annota1.exp: Likewise.
8916 * gdb.base/annota3.exp: Likewise.
8917 * gdb.base/attach.exp: Likewise.
8918 * gdb.base/bigcore.exp: Likewise.
8919 * gdb.base/break.exp: Likewise.
8920 * gdb.base/call-ar-st.exp: Likewise.
8921 * gdb.base/callfuncs.exp: Likewise.
8922 * gdb.base/catch-fork-static.exp: Likewise.
8923 * gdb.base/display.exp: Likewise.
8924 * gdb.base/foll-exec-mode.exp: Likewise.
8925 * gdb.base/foll-exec.exp: Likewise.
8926 * gdb.base/foll-fork.exp: Likewise.
8927 * gdb.base/foll-vfork.exp: Likewise.
8928 * gdb.base/funcargs.exp: Likewise.
8929 * gdb.base/hbreak2.exp: Likewise.
8930 * gdb.base/inferior-died.exp: Likewise.
8931 * gdb.base/interrupt.exp: Likewise.
8932 * gdb.base/multi-forks.exp: Likewise.
8933 * gdb.base/nodebug.exp: Likewise.
8934 * gdb.base/sepdebug.exp: Likewise.
8935 * gdb.base/solib1.c: Likewise.
8936 * gdb.base/step-test.exp: Likewise.
8937 * gdb.mi/non-stop.c: Likewise.
8938 * gdb.mi/pthreads.c: Likewise.
8939 * gdb.multi/bkpt-multi-exec.ex: Likewise.
8940 * gdb.threads/pthreads.c: Likewise.
8941 * gdb.threads/staticthreads.exp: Likewise.
8942 * lib/future.exp: Likewise.
8943 * lib/gdb.exp: Likewise.
8944 * gdb.base/so-indr-cl.c: Remove.
8945 * gdb.base/so-indr-cl.exp: Likewise.
8946 * gdb.base/solib.c: Likewise.
8947 * gdb.base/solib.exp: Likewise.
8948 * gdb.base/solib2.c: Likewise.
8949
b6304613
SM
89502015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8951
8952 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
8953 * gdb.base/call-ar-st.exp: Likewise.
8954 * gdb.base/callfuncs.exp: Likewise.
8955 * gdb.base/condbreak.exp: Likewise.
8956 * gdb.base/constvars.exp: Likewise.
8957 * gdb.base/hbreak2.exp: Likewise.
8958 * gdb.base/langs.exp: Likewise.
8959 * gdb.base/list.exp: Likewise.
8960 * gdb.base/long_long.exp: Likewise.
8961 * gdb.base/ptype.exp: Likewise.
8962 * gdb.base/scope.exp: Likewise.
8963 * gdb.base/signals.exp: Likewise.
8964 * gdb.base/so-impl-ld.exp: Likewise.
8965 * gdb.base/varargs.exp: Likewise.
8966 * gdb.base/volatile.exp: Likewise.
8967 * gdb.base/whatis.exp: Likewise.
8968 * gdb.cp/cplusfuncs.exp: Likewise.
8969 * gdb.cp/inherit.exp: Likewise.
8970 * gdb.cp/local.exp: Likewise.
8971 * gdb.cp/member-ptr.exp: Likewise.
8972 * gdb.cp/method.exp: Likewise.
8973 * gdb.cp/overload.exp: Likewise.
8974 * gdb.cp/templates.exp: Likewise.
8975 * gdb.stabs/weird.exp: Likewise.
8976 * lib/compiler.c: Likewise.
8977 * lib/compiler.cc: Likewise.
8978 * lib/cp-support.exp: Likewise.
8979 * lib/gdb.exp: Likewise.
8980
bf401b07
SM
89812015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
8982
8983 * configure.ac: Remove HP-UX case.
8984 * configure: Regenerate.
8985
aff9c0f8
SM
89862015-12-18 Simon Marchi <simon.marchi@ericsson.com>
8987
8988 * lib/gdb.exp (gdb_compile): Add function doc.
8989
a6904d5a
PA
89902015-12-17 Pedro Alves <palves@redhat.com>
8991
8992 PR threads/19354
8993 * gdb.multi/info-threads.exp: New file.
8994
a22279dd
YQ
89952015-12-15 Yao Qi <yao.qi@linaro.org>
8996
8997 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
8998 is aarch64*-*-*.
8999
0588c796
SL
90002015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9001
9002 * gdb.base/history-duplicates.exp: Skip if no readline support.
9003
5d978e17
SL
90042015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9005
9006 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
9007
7e763b86
SL
90082015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9009
9010 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
9011
87a3a92c
SL
90122015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9013
9014 * gdb.base/completion.exp: Skip tests that interrupt GDB with
9015 ctrl-C if nointerrupts target property is set.
9016 * gdb.base/double-prompt-target-event-error.exp: Likewise.
9017 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
9018 * gdb.base/paginate-bg-execution.exp: Likewise.
9019 * gdb.base/paginate-execution-startup.exp: Likewise.
9020 * gdb.base/random-signal.exp: Likewise.
9021 * gdb.base/range-stepping.exp: Likewise.
9022 * gdb.cp/annota2.exp: Likewise.
9023 * gdb.cp/annota3.exp: Likewise.
9024 * gdb.gdb/selftest.exp: Likewise.
9025 * gdb.threads/continue-pending-status.exp: Likewise.
9026 * gdb.threads/leader-exit.exp: Likewise.
9027 * gdb.threads/manythreads.exp: Likewise.
9028 * gdb.threads/pthreads.exp: Likewise.
9029 * gdb.threads/schedlock.exp: Likewise.
9030 * gdb.threads/sigthread.exp: Likewise.
9031
a8f077dc
DB
90322015-12-11 Don Breazeal <donb@codesourcery.com>
9033
9034 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
9035 remote.
9036 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
9037 * gdb.base/foll-exec.exp (main): Enable for target remote.
9038 * gdb.base/foll-fork.exp (main): Likewise.
9039 * gdb.base/foll-vfork.exp (main): Likewise.
9040 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
9041 (proc continue_to_exit_bp_loc): Use clean_restart.
9042 * gdb.base/pie-execl.exp (main): Disable for target remote.
9043 * gdb.base/watch-vfork.exp (main): Enable for target remote.
9044 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
9045 * gdb.threads/execl.exp (main): Likewise.
9046 * gdb.threads/fork-child-threads.exp (main): Likewise.
9047 * gdb.threads/fork-plus-threads.exp (main): Disable for target
9048 remote.
9049 * gdb.threads/fork-thread-pending.exp (main): Enable for target
9050 remote.
9051 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
9052 pid.tid style ptids, instead of just tid.
9053 * gdb.threads/thread-execl.exp (main): Enable for target remote.
9054 * gdb.threads/watchpoint-fork.exp (main): Likewise.
9055 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
9056 ptids, instead of just tid.
9057
3b2464a8
AB
90582015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9059
9060 * gdb.base/list.exp (test_list_forward): Add end of file error
9061 test.
9062 (test_repeat_list_command): Add end of file error test.
9063 (test_list_backwards): Add beginning of file error test.
9064
a0def019
AB
90652015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9066
9067 * gdb.base/list.exp (test_list_invalid_args): New function,
9068 defined, and called.
9069
5c000dff
AB
90702015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9071
9072 * gdb.base/list.exp (test_list): Make test names unique.
9073
f1637ebe
YQ
90742015-12-11 Yao Qi <yao.qi@linaro.org>
9075
9076 * gdb.base/coremaker2.c: Remove.
9077
36d6fc0a
PA
90782015-12-10 Pedro Alves <palves@redhat.com>
9079
9080 * gdb.multi/base.exp: Remove stale "spaces" references.
9081
762f7747
PA
90822015-12-10 Pedro Alves <palves@redhat.com>
9083
9084 * gdb.multi/base.exp: Don't use nowarnings.
9085 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
9086 * gdb.multi/hangout.c: Include stdio.h.
9087 * gdb.multi/hello.c: Include stdlib.h.
9088 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
9089 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
9090 * gdb.multi/multi-arch.exp: Don't use nowarnings.
9091
28d2bfb9
AB
90922015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
9093
9094 * gdb.dwarf2/dw2-ranges-base.c: New file.
9095 * gdb.dwarf2/dw2-ranges-base.exp: New file.
9096 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
9097 support additional line table, and debug ranges generation.
9098 (Dwarf::ranges): New function, generate .debug_ranges.
9099 (Dwarf::lines): Support generating simple line table programs.
9100 (Dwarf::assemble): Initialise new namespace variables.
9101
5fc2beac
KB
91022015-12-09 Kevin Buettner <kevinb@redhat.com>
9103
9104 * gdb.base/async.exp (proc test_background): Add case for
9105 asynchronous execution not supported.
9106
1c35a88f
LM
91072015-12-09 Luis Machado <lgustavo@codesourcery.com>
9108
9109 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
9110 format and change test names to make them unique.
9111
b593e3d9
RK
91122015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
9113 Pedro Alves <pedro@redhat.com>
9114
9115 PR gdb/18702
9116 Add checking of floatformats setup on x86_64 hosts.
9117 * gdb.arch/i386-float.S (main): Load bigval and smallval.
9118 (smallval, bigval): New labels/constants.
9119 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
9120 float" after loading bigval and smallval.
9121
d72413e6
PMR
91222015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
9123
9124 * gdb.ada/fun_overload_menu.exp: New testcase.
9125 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
9126
ece66d65
JS
91272015-12-04 Josh Stone <jistone@redhat.com>
9128
9129 * gdb.base/catch-fork-static.exp: New.
9130
41d0efca
YQ
91312015-12-03 Yao Qi <yao.qi@linaro.org>
9132
9133 * gdb.base/sizeof.c: Don't include stdio.h and
9134 ../lib/unbuffer_output.c.
9135 (main): New variable 'size' and 'value'. Remove printf and
9136 gdb_unbuffer_output. Assign return value to size and value.
9137 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
9138 at the beginning.
9139 (check_sizeof): Check the result by printing variable 'size'.
9140 (check_valueof): Check the result by printing variable 'value'.
9141
99fd02d9
YQ
91422015-12-01 Yao Qi <yao.qi@linaro.org>
9143
9144 * gdb.base/disp-step-syscall.exp: Define syscall instruction
9145 for aarch64*-*-linux* target.
9146
f2faf941
PA
91472015-11-30 Pedro Alves <palves@redhat.com>
9148
9149 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
9150
04bf20c5
PA
91512015-11-30 Pedro Alves <palves@redhat.com>
9152
9153 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
9154 Handle non-stop mode vCont replies.
9155
09df4675
PA
91562015-11-30 Pedro Alves <palves@redhat.com>
9157
9158 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
9159 prepare_for_testing. Start gdb with "set non-stop on" appended to
9160 GDBFLAGS. Lax expected stop output.
9161
58b584af
YQ
91622015-11-27 Yao Qi <yao.qi@linaro.org>
9163
9164 * gdb.arch/arm-neon.exp: New.
9165 * gdb.arch/arm-neon.c: New.
9166
dfcb77a8
YQ
91672015-11-27 Yao Qi <yao.qi@linaro.org>
9168
9169 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
9170
88e8ec1b
YQ
91712015-11-27 Yao Qi <yao.qi@linaro.org>
9172
9173 * gdb.cp/annota2.exp: Allow multiple occurrences of the
9174 frames-invalid annotation.
9175
bfde72c2
YQ
91762015-11-27 Yao Qi <yao.qi@linaro.org>
9177
9178 * gdb.cp/annota2.exp: Use ${frames_invalid}.
9179
f6512a69
SM
91802015-11-26 Simon Marchi <simon.marchi@ericsson.com>
9181
9182 * gdb.threads/names.exp: New file.
9183 * gdb.threads/names.c: New file.
9184 * README: Mention gdb,no_thread_names.
9185
46a3515b
MM
91862015-11-26 Markus Metzger <markus.t.metzger@intel.com>
9187
9188 PR 19297
9189 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
9190 support" error.
9191
62147a22
PA
91922015-11-24 Pedro Alves <palves@redhat.com>
9193
9194 PR 17539
9195 * gdb.base/display.exp: Expect displays to be sorted in ascending
9196 order. Use multi_line.
9197 * gdb.base/solib-display.exp: Likewise.
9198
2f341b6e
PA
91992015-11-24 Pedro Alves <palves@redhat.com>
9200
9201 PR 17539
25d49b86
PA
9202 * gdb.base/display.exp: Expect displays to be sorted in ascending
9203 order. Use multi_line.
9204 * gdb.base/solib-display.exp: Likewise.
2f341b6e 9205
7e0aa6aa
PA
92062015-11-24 Pedro Alves <palves@redhat.com>
9207
9208 PR 17539
9209 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
9210 threads in ascending order.
9211 * gdb.base/foll-fork.exp: Likewise.
9212 * gdb.base/foll-vfork.exp: Likewise.
9213 * gdb.base/multi-forks.exp: Likewise.
9214 * gdb.mi/mi-nonstop.exp: Likewise.
9215 * gdb.mi/mi-nsintrall.exp: Likewise.
9216 * gdb.multi/base.exp: Likewise.
9217 * gdb.multi/multi-arch.exp: Likewise.
9218 * gdb.python/py-inferior.exp: Likewise.
9219 * gdb.threads/break-while-running.exp: Likewise.
9220 * gdb.threads/execl.exp: Likewise.
9221 * gdb.threads/gcore-thread.exp: Likewise.
9222 * gdb.threads/info-threads-cur-sal.exp: Likewise.
9223 * gdb.threads/kill.exp: Likewise.
9224 * gdb.threads/linux-dp.exp: Likewise.
9225 * gdb.threads/multiple-step-overs.exp: Likewise.
9226 * gdb.threads/next-bp-other-thread.exp: Likewise.
9227 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
9228 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
9229 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
9230 * gdb.threads/thread-find.exp: Likewise.
9231 * gdb.threads/tls.exp: Likewise.
9232 * lib/mi-support.exp (mi_reverse_list): Delete.
9233 (mi_check_thread_states): No longer reverse list.
9234
2cc57ad8
PA
92352015-11-24 Pedro Alves <palves@redhat.com>
9236
9237 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
9238 use lowercase.
9239
c93e8391
SM
92402015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9241
9242 * gdb.trace/actions.c: Include trace-common.h.
9243 (main): Add a location for a fast tracepoint.
9244 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
9245 the normal tracepoints.
9246 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
9247
045ccf91
SM
92482015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9249
9250 * save-trace.exp: Factor out code to these...
9251 (gdb_save_tracepoints): New.
9252 (gdb_load_tracepoints): New.
9253 (do_save_load_test): New.
9254
5506f9f6
KB
92552015-11-23 Kevin Buettner <kevinb@redhat.com>
9256
9257 * gdb.base/asmlabel.exp: New test.
9258 * gdb.base/asmlabel.c: New test case.
9259
16c3b12f
JB
92602015-11-23 Joel Brobecker <brobecker@adacore.com>
9261
9262 * gdb.base/wrong_frame_bt_full-main.c: New file.
9263 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
9264 * gdb.base/wrong_frame_bt_full.exp: New file.
9265
155bfbd3
JB
92662015-11-23 Joel Brobecker <brobecker@adacore.com>
9267
9268 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
9269
bb097445
JM
92702015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9271
206853a0 9272 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
9273 pstate register when comparing registers values in
9274 sparc64-*-linux-gnu targets to avoid spurious differences.
9275
9c88ed8f
JM
92762015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9277
206853a0 9278 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 9279
96161e25
SL
92802015-11-19 Sandra Loosemore <sandra@codesourcery.com>
9281
9282 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
9283 as type argument to gdb_compile.
9284 * gdb.base/nested-subp2.exp: Likewise.
9285 * gdb.base/nested-subp3.exp: Likewise.
9286
340c2830
DV
92872015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
9288
9289 * lib/dwarf.exp (_note): Fix left shift of negative value.
9290 * gdb.trace/trace-condition.exp: Likewise.
9291
c1862d0f
YQ
92922015-11-13 Yao Qi <yao.qi@linaro.org>
9293
9294 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
9295 comments about d10v.
9296 (test_scalar_returns): Likewise.
9297 * gdb.base/d10v.ld: Remove.
9298 * gdb.base/overlays.exp: Remove the target triplet checking for
9299 d10v-*-*.
9300 * gdb.base/structs.exp (test_struct_returns): Remove the
9301 comments about d10v.
9302 (test_struct_calls): Likewise.
9303
77ae9c19
YQ
93042015-11-13 Yao Qi <yao.qi@linaro.org>
9305
9306 * gdb.base/gnu_vector.exp: Check the return value by "p res".
9307 * gdb.base/gnu_vector.c: Don't include stdio.h.
9308 (main): Don't print res and call add_some_intvecs.
9309
430e004e
MK
93102015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
9311
9312 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
9313 macro.
9314 (func5): Removed.
9315 (func4): Use FAST_TRACEPOINT_LABEL.
9316 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
9317 macro.
9318 (func): Removed.
9319 (thread_function): Use FAST_TRACEPOINT_LABEL.
9320 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
9321 (func): Remove.
9322 (marker): Use FAST_TRACEPOINT_LABEL.
9323 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
9324 (pendfunc1): Remove.
9325 (pendfunc): Use FAST_TRACEPOINT_LABEL.
9326 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
9327 (foo): Remove.
9328 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
9329 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
9330 macro.
9331 (func): Remove.
9332 (marker): Use FAST_TRACEPOINT_LABEL.
9333 * gdb.trace/trace-common.h: New header.
9334 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
9335 macro.
9336 (func): Remove.
9337 (marker): Use FAST_TRACEPOINT_LABEL.
9338 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
9339 (func): Remove.
9340 (thread_function): Use FAST_TRACEPOINT_LABEL.
9341
6e7675a7
MK
93422015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
9343
9344 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
9345 in front.
9346 * gdb.trace/change-loc.exp: Use global pcreg definition.
9347 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
9348 * gdb.trace/entry-values.exp: Use global spreg definition, add $
9349 in front.
9350 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
9351 * gdb.trace/pending.exp: Likewise.
9352 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
9353 * gdb.trace/trace-break.exp: Likewise.
9354 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
9355 in front.
9356 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
9357 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
9358 in front.
9359 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
9360
dddc0e16
JB
93612015-11-09 Joel Brobecker <brobecker@adacore.com>
9362
9363 * gdb.ada/fin_fun_out: New testcase.
9364
c6f0b406
KB
93652015-11-07 Kevin Buettner <kevinb@redhat.com>
9366
9367 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
9368 value associated with DW_AT_byte_size.
9369 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
9370 constants for DW_AT_byte_size, DW_AT_lower_bound, and
9371 DW_AT_upper_bound.
9372
f01dcfd9
KB
93732015-11-07 Kevin Buettner <kevinb@redhat.com>
9374
9375 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
9376 (gdb_target_symbol_prefix_flags): Define in terms of _asm
9377 version.
9378 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
9379 gdb.dwarf2/dw2-canonicalize-type.exp,
9380 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
9381 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
9382 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
9383 provided by gdb_target_symbol_prefix_flags_asm.
9384 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
9385 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
9386 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
9387 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
9388 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
9389 macros where needed). Use this macro for symbols which require
9390 the prefix provided by SYMBOL_PREFIX.
9391
2223449a
KB
93922015-11-05 Kevin Buettner <kevinb@redhat.com>
9393
9394 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
9395 New procs.
9396 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
9397 representing expressions, of more than one list element.
9398 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
9399 to prepend linker symbol prefix to f.
9400 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
9401 table_1 and table_2.
9402 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
9403 Likewise, for f and g.
9404 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
9405 for ptr.
9406 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
9407 for main.
9408 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
9409 table_1_ptr and table_2_ptr.
9410
6f2f1a3a
JK
94112015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9412 Joel Brobecker <brobecker@adacore.com>
9413
9414 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
9415
566c56c9
MK
94162015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
9417
9418 * gdb.reverse/s390-mvcle.c: New test.
9419 * gdb.reverse/s390-mvcle.exp: New file.
9420 * lib/gdb.exp: Enable reverse tests on s390*-linux.
9421
d5f0636b
MK
94222015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
9423
9424 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
9425
7ad8b86c
MK
94262015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
9427
9428 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
9429 reaching marker2.
9430 * gdb.reverse/getresuid-reverse.exp: Likewise.
9431 * gdb.reverse/pipe-reverse.exp: Likewise.
9432 * gdb.reverse/readv-reverse.exp: Likewise.
9433 * gdb.reverse/recvmsg-reverse.exp: Likewise.
9434 * gdb.reverse/time-reverse.exp: Likewise.
9435 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
9436
4081c0f1
YQ
94372015-10-30 Yao Qi <yao.qi@linaro.org>
9438
9439 * gdb.threads/wp-replication.c (watch_count_done): Remove.
9440 (empty_cycle): Remove.
9441 (main): Don't call empty_cycle. Don't use watch_count_done.
9442 * gdb.threads/wp-replication.exp: Don't set breakpoint on
9443 empty_cycle. Rewrite the code counting HW watchpoints.
9444
452b4ba5
MK
94452015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
9446
9447 * gdb.reverse/fstatat-reverse.c: New test.
9448 * gdb.reverse/fstatat-reverse.exp: New file.
9449 * gdb.reverse/getresuid-reverse.c: New test.
9450 * gdb.reverse/getresuid-reverse.exp: New file.
9451 * gdb.reverse/pipe-reverse.c: New test.
9452 * gdb.reverse/pipe-reverse.exp: New file.
9453 * gdb.reverse/readv-reverse.c: New test.
9454 * gdb.reverse/readv-reverse.exp: New file.
9455 * gdb.reverse/recvmsg-reverse.c: New test.
9456 * gdb.reverse/recvmsg-reverse.exp: New file.
9457 * gdb.reverse/time-reverse.c: New test.
9458 * gdb.reverse/time-reverse.exp: New file.
9459 * gdb.reverse/waitpid-reverse.c: New test.
9460 * gdb.reverse/waitpid-reverse.exp: New file.
9461
5e2e7507
JK
94622015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9463
9464 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
9465
0fde2c53
DE
94662015-10-26 Doug Evans <dje@google.com>
9467
9468 PR symtab/17391
9469 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
9470 * gdb.dwarf2/bad-regnum.c: New file.
9471 * gdb.dwarf2/bad-regnum.exp: New file.
9472
1a70ae97
DE
94732015-10-26 Doug Evans <dje@google.com>
9474
9475 PR python/18938
9476 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
9477 file.
9478
27dc26ab
JK
94792015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9480
9481 * gdb.compile/compile.exp (compile code globalvar): Update expectation
9482 for a change by "Mention language in compile error message".
9483
bed91f4d
SM
94842015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
9485
9486 PR python/18073
9487 * gdb.python/py-type.c (C::a_method): New.
9488 (C::a_const_method): New.
9489 (C::a_static_method): New.
9490 (a_function): New.
9491 * gdb.python/py-type.exp (test_fields): Test getting fields
9492 from function and method.
9493
3f2f83dd
KB
94942015-10-21 Keven Boell <keven.boell@intel.com>
9495
9496 * gdb.fortran/vla-alloc-assoc.exp: New file.
9497 * gdb.fortran/vla-datatypes.exp: New file.
9498 * gdb.fortran/vla-datatypes.f90: New file.
9499 * gdb.fortran/vla-history.exp: New file.
9500 * gdb.fortran/vla-ptype-sub.exp: New file.
9501 * gdb.fortran/vla-ptype.exp: New file.
9502 * gdb.fortran/vla-sizeof.exp: New file.
9503 * gdb.fortran/vla-sub.f90: New file.
9504 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
9505 * gdb.fortran/vla-value-sub-finish.exp: New file.
9506 * gdb.fortran/vla-value-sub.exp: New file.
9507 * gdb.fortran/vla-value.exp: New file.
9508 * gdb.fortran/vla-ptr-info.exp: New file.
9509 * gdb.mi/mi-vla-fortran.exp: New file.
9510 * gdb.mi/vla.f90: New file.
9511
27145d50
SL
95122015-10-21 Sandra Loosemore <sandra@codesourcery.com>
9513
9514 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
9515 of hardwired timeout value.
9516
5f3ff4f8
JK
95172015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9518 Pedro Alves <palves@redhat.com>
9519
9520 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
9521 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
9522
bfd09d20
JS
95232015-10-19 Josh Stone <jistone@redhat.com>
9524
9525 * gdb.base/catch-syscall.c: Include <sched.h>.
9526 (unknown_syscall): New variable.
9527 (main): Trigger a vfork and an unknown syscall.
9528 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
9529 (unknown_syscall_number): Likewise.
9530 (check_call_to_syscall): Accept an optional syscall pattern.
9531 (check_return_from_syscall): Likewise.
9532 (check_continue): Likewise.
9533 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
9534 (test_catch_syscall_skipping_return): New test toggling off 'catch
9535 syscall' to step over the syscall return, then toggling back on.
9536 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
9537 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
9538 (do_syscall_tests): Call test_catch_syscall_without_args and
9539 test_catch_syscall_mid_vfork.
9540 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
9541 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
9542
b32b93c6
AS
95432015-10-19 Andrew Stubbs <ams@codesourcery.com>
9544
9545 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
9546 print g_vE): Add new pass patterns.
9547 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
9548 print various symbol names for vptr fields.
9549
9d622bda
AB
95502015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
9551
9552 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
9553 results.
9554
0fd8ac1c
YQ
95552015-10-12 Yao Qi <yao.qi@linaro.org>
9556
9557 * gdb.arch/disp-step-insn-reloc.exp: New test case.
9558
34240514
YQ
95592015-10-12 Yao Qi <yao.qi@linaro.org>
9560
9561 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
9562 is aarch64*-*-linux*.
9563
8240f442
YQ
95642015-10-12 Yao Qi <yao.qi@linaro.org>
9565
9566 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
9567 (can_relocate_bcond_true): ... it.
9568 (can_relocate_bcond_false): New function.
9569 (foo): Likewise.
9570 (can_relocate_bl): Likewise.
9571 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
9572 can_relocate_bl.
9573
2520f728
PMR
95742015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
9575
9576 * gdb.base/nested-addr.c: New file.
9577 * gdb.base/nested-addr.exp: New testcase.
9578
abcef95a
MM
95792015-10-09 Markus Metzger <markus.t.metzger@intel.com>
9580
9581 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
9582 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
9583 its output. Ignore the output of "record goto begin" and instead
9584 check that GDB is replaying.
9585
145e3ddb
PA
95862015-10-09 Pedro Alves <palves@redhat.com>
9587
9588 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
9589 (top level): Use it in the run with no args test.
9590
d5d8c4e1
IB
95912015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
9592
9593 * gdb.dlang/properties.exp: New file.
9594
06e635ef
SL
95952015-10-02 Sandra Loosemore <sandra@codesourcery.com>
9596
9597 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
9598 whether or not address 0x1000 is mapped on the target.
9599
e019fd1d
SM
96002015-09-30 Simon Marchi <simon.marchi@ericsson.com>
9601
9602 * gdb.python/py-type.exp: Do not run tests if binaries fail to
9603 build.
9604
77ba2a67
MM
96052015-09-30 Markus Metzger <markus.t.metzger@intel.com>
9606
9607 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
9608 instruction-history test.
9609
c60eb31f
DE
96102015-09-28 Doug Evans <dje@google.com>
9611
9612 * gdb.base/gcore.c (array_func): Add reference to static_array.
9613
9a3c8263
SM
96142015-09-25 Simon Marchi <simon.marchi@ericsson.com>
9615
9616 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
9617 source line.
9618
9720e656
SL
96192015-09-24 Sandra Loosemore <sandra@codesourcery.com>
9620
9621 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
9622 short or char as base type.
9623
938d3bf2
SL
96242015-09-23 Sandra Loosemore <sandra@codesourcery.com>
9625
9626 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
9627 to allow any size enum.
9628
e6c2c623
PMR
96292015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
9630
9631 * gdb.ada/array_ptr_renaming.exp: New testcase.
9632 * gdb.ada/array_ptr_renaming/foo.adb: New file.
9633 * gdb.ada/array_ptr_renaming/pack.ads: New file.
9634
06da0f77
PL
96352015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9636
9637 * gdb.trace/ftrace-lock.c: New file.
9638 * gdb.trace/ftrace-lock.exp: New file.
9639
4f51c22a
PL
96402015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9641
9642 * gdb.arch/insn-reloc.c: New file.
9643 * gdb.arch/ftrace-insn-reloc.exp: New file.
9644
7041adf4
PL
96452015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9646
9647 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
9648 instruction.
9649 * gdb.trace/pendshr1.c (pendfunc): Likewise.
9650 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
9651 * gdb.trace/range-stepping.c: Likewise.
9652 * gdb.trace/trace-break.c: Likewise.
9653 * gdb.trace/trace-mt.c (thread_function): Likewise.
9654 * gdb.trace/ftrace.c (marker): Likewise.
9655 * gdb.trace/trace-condition.c (marker): Likewise.
9656 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
9657 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
9658 is_aarch64_target.
9659
015d2e7e
DE
96602015-09-18 Doug Evans <xdje42@gmail.com>
9661
9662 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
9663 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
9664
26b188a2
SL
96652015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9666
9667 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
9668 the breakpoint.
9669
79dc332b
SL
96702015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9671
9672 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
9673 the pending breakpoint. Remove timeout override for "Run till
9674 MI pending breakpoint on pendfunc3 on thread 2" test.
9675
f57929f2
SL
96762015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9677
9678 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
9679 filename pattern.
9680
3f469b17
SL
96812015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9682
9683 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
9684 in breakpoint filename pattern.
9685
515b89b3
SL
96862015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9687
7800dbe4
SL
9688 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
9689
96902015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9691
515b89b3
SL
9692 * gdb.linespec/explicit.exp: Check for readline support for
9693 tab-completion tests. Fix obvious typo.
9694
d2939ba2
MM
96952015-09-18 Markus Metzger <markus.t.metzger@intel.com>
9696
9697 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
9698 and replay.
9699
cbb55fa7
MM
97002015-09-18 Markus Metzger <markus.t.metzger@intel.com>
9701
9702 * gdb.btrace/non-stop.c: New.
9703 * gdb.btrace/non-stop.exp: New.
9704
43691ca1
PL
97052015-09-17 Pierre Langlois <pierre.langlois@arm.com>
9706 Yao Qi <yao.qi@linaro.org>
9707
9708 * gdb.trace/trace-condition.c: New file.
9709 * gdb.trace/trace-condition.exp: New file.
9710
d78908cf
WW
97112015-09-16 Wei-cheng Wang <cole945@gmail.com>
9712
9713 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
9714 for testing bytecode compilation.
9715
1ed415e2
PA
97162015-09-16 Pedro Alves <palves@redhat.com>
9717 Sandra Loosemore <sandra@codesourcery.com>
9718
9719 * gdb.threads/non-stop-fair-events.c (timeout): New global.
9720 (SECONDS): Redefine.
9721 (main): Call pthread_kill and alarm early.
9722 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
9723 support.
9724 (test): If the target can't hardware step and doesn't support
9725 displaced stepping, increase the timeout.
9726
d136eff5
PA
97272015-09-16 Pedro Alves <palves@redhat.com>
9728
9729 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
9730 (enable_debug): New procedures.
9731 (test): Use them. Bail out if waiting for threads fails.
9732 (top level): Bail out if a test fails.
9733
991f019c
YQ
97342015-09-16 Yao Qi <yao.qi@linaro.org>
9735
9736 * gdb.asm/asm-source.exp: Set asm-arch for
9737 aarch64*-*-* target.
9738 * gdb.asm/aarch64.inc: New file.
9739
bfca584f
PMR
97402015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
9741
9742 * gdb.ada/array_of_variable_length.exp: New testcase.
9743 * gdb.ada/array_of_variable_length/foo.adb: New file.
9744 * gdb.ada/array_of_variable_length/pck.adb: New file.
9745 * gdb.ada/array_of_variable_length/pck.ads: New file.
9746
b326e587
DE
97472015-09-15 Doug Evans <dje@google.com>
9748
9749 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
9750 of function static local variable.
9751
5382cfab
PW
97522015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9753
9754 * gdb.threads/tls-so_extern.exp: New test file.
9755 * gdb.threads/tls-so_extern.c: New test file.
9756 * gdb.threads/tls-so_extern_main.c: New test file.
9757
141c5cc4
JK
97582015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9759
9760 * gdb.opt/solib-intra-step-lib.c: New file.
9761 * gdb.opt/solib-intra-step-main.c: New file.
9762 * gdb.opt/solib-intra-step.exp: New file.
9763
d15dcecd
PA
97642015-09-15 Pedro Alves <palves@redhat.com>
9765
9766 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
9767 gdb_continue_to_breakpoint instead of gdb_test_multiple.
9768
4c2f2a79
PA
97692015-09-14 Pedro Alves <palves@redhat.com>
9770
9771 * gdb.base/hook-stop-continue.c: Delete.
9772 * gdb.base/hook-stop-continue.exp: Delete.
9773 * gdb.base/hook-stop-frame.c: Delete.
9774 * gdb.base/hook-stop-frame.exp: Delete.
9775 * gdb.base/hook-stop.c: New file.
9776 * gdb.base/hook-stop.exp: New file.
9777
919e6dbe
PMR
97782015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
9779
9780 * gdb.ada/access_to_packed_array.exp: New testcase.
9781 * gdb.ada/access_to_packed_array/foo.adb: New file.
9782 * gdb.ada/access_to_packed_array/pack.adb: New file.
9783 * gdb.ada/access_to_packed_array/pack.ads: New file.
9784
157280a4
MM
97852015-09-14 Markus Metzger <markus.t.metzger@intel.com>
9786
9787 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
9788 buffer size test.
9789
2fd33e94
DB
97902015-09-11 Don Breazeal <donb@codesourcery.com>
9791
9792 * gdb.base/foll-exec.c: Add copyright header. Fix
9793 formatting issues.
9794 * gdb.base/foll-exec.exp (zap_session): Delete proc.
9795 (do_exec_tests): Use clean_restart in place of zap_session,
9796 and for test initialization. Fix formatting issues. Use
9797 fail in place of perror.
9798 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
9799 an expect statement to match an expression with output from
9800 the program under debug.
9801 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
9802 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
9803 * gdb.threads/non-ldr-exc-2.exp: Likewise.
9804 * gdb.threads/non-ldr-exc-3.exp: Likewise.
9805 * gdb.threads/non-ldr-exc-4.exp: Likewise.
9806
e70b6e8e
DE
98072015-09-09 Doug Evans <dje@google.com>
9808
9809 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
9810
7a551a51
DE
98112015-09-09 Doug Evans <dje@google.com>
9812
9813 * gdb.base/pie-execl.exp: Fix result test of build_executable.
9814
4c666f84
DE
98152015-09-09 Doug Evans <dje@google.com>
9816
9817 * gdb.base/savedregs.exp: Fix typo.
9818
243a9253
PA
98192015-09-09 Pedro Alves <palves@redhat.com>
9820
9821 * gdb.mi/mi-cli.exp: Add CLI finish tests.
9822
c0fa8fbd
SL
98232015-09-08 Sandra Loosemore <sandra@codesourcery.com>
9824
9825 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
9826 command actually switches threads. Give up on remaining
9827 tests if target fails to stop at breakpoint.
9828
cd7c1778
PMR
98292015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
9830
9831 * gdb.ada/funcall_char.exp: New testcase.
9832 * gdb.ada/funcall_char/foo.adb: New file.
9833
dc5c8746
PMR
98342015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
9835
9836 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
9837 expected outputs. Add two testcases for completing ambiguous
9838 functions.
9839 * gdb.ada/complete/aux_pck.adb: New file.
9840 * gdb.ada/complete/aux_pck.ads: New file.
9841 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
9842 Ambiguous_Func functions.
9843 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
9844 * gdb.ada/complete/pck.adb: Likewise.
9845
4e83a1e7
UW
98462015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
9847
9848 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
9849 failures to run the test program under GDB.
9850
8ce74153
LM
98512015-08-26 Luis Machado <lgustavo@codesourcery.com>
9852
9853 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
9854 to C.
9855
e9756d52
PP
98562015-08-26 Patrick Palka <patrick@parcs.ath.cx>
9857
9858 * gdb.base/run-after-attach.exp: New test file.
9859 * gdb.base/run-after-attach.c: New test file.
9860
8d37573b
DB
98612015-08-26 Don Breazeal <donb@codesourcery.com>
9862
9863 * gdb.base/foll-exec-2.c: New test program.
9864 * gdb.base/foll-exec-2.exp: New test.
9865
63e43d3a
PMR
98662015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
9867
9868 * gdb.base/nested-subp1.exp: New file.
9869 * gdb.base/nested-subp1.c: New file.
9870 * gdb.base/nested-subp2.exp: New file.
9871 * gdb.base/nested-subp2.c: New file.
9872 * gdb.base/nested-subp3.exp: New file.
9873 * gdb.base/nested-subp3.c: New file.
9874
3d40fbb5
PA
98752015-08-24 Pedro Alves <palves@redhat.com>
9876
9877 * gdb.server/connect-without-multi-process.c: New file.
9878 * gdb.server/connect-without-multi-process.exp: New file.
9879
4422ac93
LM
98802015-08-24 Luis Machado <lgustavo@codesourcery.com>
9881
9882 * gdb.opt/inline-markers.c: Make z int.
9883
91dddb86
LM
98842015-08-24 Luis Machado <lgustavo@codesourcery.com>
9885
9886 * gdb.opt/inline-markers.c: Make z volatile.
9887
a48847ee
LM
98882015-08-24 Luis Machado <lgustavo@codesourcery.com>
9889
9890 * gdb.opt/inline-bt.c: New volatile global z.
9891 * gdb.opt/inline-cmds.c: Likewise.
9892 * gdb.opt/inline-locals.c: Likewise.
9893 * gdb.opt/inline-markers.c: New extern global z.
9894 (marker): Use z.
9895 (inline_fn): Likewise.
9896
0ebbc52b
PA
98972015-08-24 Pedro Alves <palves@redhat.com>
9898
9899 * config/m32r-stub.exp: Remove file.
9900 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
9901 * gdb.base/call-rt-st.exp: Likewise.
9902 * gdb.base/call-strs.exp: Likewise.
9903 * gdb.base/default.exp: Remove references to h8300-*-hms and
9904 *-*-udi*.
9905 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
9906
77c365df
AA
99072015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9908
9909 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
9910 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
9911 and "return" use KFAIL when GDB can not read/write the vector
9912 return value.
9913
4313b8c0
GB
99142015-08-21 Gary Benson <gbenson@redhat.com>
9915
9916 * gdb.trace/pending.exp: Cope with remote transfer warnings.
9917
0e433b32
PA
99182015-08-20 Pedro Alves <palves@redhat.com>
9919
9920 * gdb.server/solib-list.exp: No longer expect an interior stop in
9921 non-stop mode.
9922
221e1a37
PA
99232015-08-20 Pedro Alves <palves@redhat.com>
9924
9925 * gdb.server/connect-stopped-target.c: New file.
9926 * gdb.server/connect-stopped-target.exp: New file.
9927
40e3ad0e
PA
99282015-08-20 Pedro Alves <palves@redhat.com>
9929
9930 * gdb.dwarf2/comp-unit-lang.exp: New file.
9931 * gdb.dwarf2/comp-unit-lang.c: New file.
9932
af39b327
PMR
99332015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
9934
9935 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
9936 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
9937
7d45c7c3 99382015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 9939
7d45c7c3
KB
9940 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
9941 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
9942
4d6cceb4
DE
99432015-08-18 Doug Evans <dje@google.com>
9944 Adrian Sendroiu <adrian.sendroiu@freescale.com>
9945
9946 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
9947 skip_python_tests. New arg prompt_regexp.
9948 (skip_python_tests): New function.
9949 * lib/mi-support.exp (mi_skip_python_tests): New function.
9950 * gdb.python/py-mi-objfile-gdb.py: New file.
9951 * gdb.python/py-mi-objfile.c: New file.
9952 * gdb.python/py-mi-objfile.exp: New file.
9953
ad89c2aa
KS
99542015-08-17 Keith Seitz <keiths@redhat.com>
9955
9956 * gdb.linespec/explicit.exp: Move strace test from here ...
9957 * gdb.trace/strace.exp: ... to here.
9958
e3ae3c43
PP
99592015-08-15 Patrick Palka <patrick@parcs.ath.cx>
9960
9961 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
9962 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
9963
604b2636
DE
99642015-08-14 Doug Evans <xdje42@gmail.com>
9965
9966 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
9967 inferior before selecting a new file.
9968
6ff0ba5f
DE
99692015-08-14 Doug Evans <xdje42@gmail.com>
9970
9971 * gdb.mi/mi-disassemble.exp: Update.
9972 * gdb.base/disasm-optim.S: New file.
9973 * gdb.base/disasm-optim.c: New file.
9974 * gdb.base/disasm-optim.h: New file.
9975 * gdb.base/disasm-optim.exp: New file.
9976
9ca98f92
KS
99772015-08-14 Keith Seitz <keiths@redhat.com>
9978
9979 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
9980 "evaluated-by".
9981
52bbc560
JB
99822015-08-13 Joel Brobecker <brobecker@adacore.com>
9983
9984 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
9985
5d8c3ed3
PMR
99862015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
9987
9988 * gdb.ada/fun_renaming.exp: New testcase.
9989 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
9990 * gdb.ada/fun_renaming/pack.adb: New file.
9991 * gdb.ada/fun_renaming/pack.ads: New file.
9992
ea8812bc
KS
99932015-08-12 Keith Seitz <keiths@redhat.com>
9994
9995 * gdb.base/dso2dso.exp: Pass basename of source file in call to
9996 gdb_get_line_number.
9997
4dafcdeb
JB
99982015-08-12 Joel Brobecker <brobecker@adacore.com>
9999
10000 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
10001 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
10002 gdb.base/dso2dso.exp: New files.
10003
5ba32597
SDJ
100042015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
10005 Pedro Alves <palves@redhat.com>
10006 Keith Seitz <keiths@redhat.com>
10007
10008 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
10009 GDBFLAGS.
10010
b6dafabf
PP
100112015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10012
10013 * gdb.base/gdbhistsize-history.exp
10014 (test_histsize_history_setting): Use save_vars.
10015 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10016 Use save_vars.
10017 (test_no_truncation_of_unlimited_history_file): Use save_vars.
10018 * gdb.base/readline.exp: Use save_vars.
10019
abe8e607
PP
100202015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10021
10022 * lib/gdb.exp (save_vars): New proc.
10023
629500fa
KS
100242015-08-11 Keith Seitz <keiths@redhat.com>
10025
10026 * gdb.base/help.exp: Update help_breakpoint_text.
10027
eb8c4e2e
KS
100282015-08-11 Keith Seitz <keiths@redhat.com>
10029
10030 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
10031 (at toplevel): Call test_explicit_breakpoints.
10032 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
10033 breakpoints.
10034 * lib/mi-support.exp (mi_make_breakpoint): Add support for
10035 breakpoint conditions, "-cond".
10036
87f0e720
KS
100372015-08-11 Keith Seitz <keiths@redhat.com>
10038
10039 * gdb.linespec/3explicit.c: New file.
10040 * gdb.linespec/cpexplicit.cc: New file.
10041 * gdb.linespec/cpexplicit.exp: New file.
10042 * gdb.linespec/explicit.c: New file.
10043 * gdb.linespec/explicit.exp: New file.
10044 * gdb.linespec/explicit2.c: New file.
10045 * gdb.linespec/ls-errs.exp: Add explicit location tests.
10046 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
10047 before using in the matching pattern.
10048 Clarify that `prefix' is a regular expression.
10049
f00aae0f
KS
100502015-08-11 Keith Seitz <keiths@redhat.com>
10051
10052 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
10053 test.
10054 Add tests for missing ",FMT" and ",".
10055
e27852be
DE
100562015-08-10 Doug Evans <dje@google.com>
10057 Keith Seitz <keiths@redhat.com>
10058
10059 PR gdb/17960
10060 * gdb.base/completion.exp: Add location completer tests.
10061
7f03bd92
PA
100622015-08-07 Pedro Alves <palves@redhat.com>
10063
10064 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
10065 tests here.
10066 (top level): Run do_test with and without displaced stepping.
10067
3fc8eb30
PA
100682015-08-07 Pedro Alves <palves@redhat.com>
10069
10070 * gdb.base/valgrind-disp-step.c: New file.
10071 * gdb.base/valgrind-disp-step.exp: New file.
10072
d4569d7b
PA
100732015-08-07 Pedro Alves <palves@redhat.com>
10074
10075 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
10076 Delete function.
10077 (main): Add alarm. Run an infinite loop instead of calling
10078 wait_threads.
10079 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
10080 comment.
10081 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
10082 Delete function.
10083 (main): Add alarm. Run an infinite loop instead of calling
10084 wait_threads.
10085 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
10086 comment.
10087
e1316e60
PA
100882015-08-07 Pedro Alves <palves@redhat.com>
10089
10090 * gdb.base/checkpoint-ns.exp: New file.
10091 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
10092 standard_testfile.
10093
da8c46d2
MM
100942015-08-07 Markus Metzger <markus.t.metzger@intel.com>
10095
10096 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
10097 * gdb.btrace/instruction_history.exp: Update.
10098 * gdb.btrace/tsx.exp: New.
10099 * gdb.btrace/tsx.c: New.
10100
de1c2c52
PA
101012015-08-06 Pedro Alves <palves@redhat.com>
10102
10103 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
10104 increase timeout.
10105 * gdb.reverse/until-precsave.exp: Bump timeouts.
10106
782e0bf4
PA
101072015-08-06 Pedro Alves <palves@redhat.com>
10108
10109 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
10110
83e97ed0
PA
101112015-08-06 Pedro Alves <palves@redhat.com>
10112
10113 PR gdb/18749
10114 * gdb.threads/process-dies-while-handling-bp.c: New file.
10115 * gdb.threads/process-dies-while-handling-bp.exp: New file.
10116
863d01bd
PA
101172015-08-06 Pedro Alves <palves@redhat.com>
10118
10119 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
10120 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
10121
0a39bb32
PA
101222015-08-05 Pedro Alves <palves@redhat.com>
10123
10124 * gdb.threads/next-while-other-thread-longjmps.c: New file.
10125 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
10126
ee2d2b10
SL
101272015-08-03 Sandra Loosemore <sandra@codesourcery.com>
10128
10129 * gdb.base/bp-permanent.exp: Report test as unsupported if
10130 the target cannot stop at the permanent breakpoint.
10131
4e1bdb00
DE
101322015-08-03 Doug Evans <dje@google.com>
10133
10134 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
10135 10000.
10136
3d338901
DE
101372015-08-03 Doug Evans <dje@google.com>
10138
10139 * Makefile.in (workers/%.worker, build-perf): New rule.
10140 (GDB_PERFTEST_MODE): New variable.
10141 (check-perf): Use it.
10142 (clean): Clean up gdb.perf parallel build subdirs.
10143 * lib/build-piece.exp: New file.
10144 * lib/gdb.exp (make_gdb_parallel_path): New function
10145 (standard_output_file, standard_temp_file): Call it.
10146 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10147 of $GDB_PARALLEL.
10148 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
10149
af061d3e
DE
101502015-08-03 Doug Evans <dje@google.com>
10151
8e1afc81 10152 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
10153 (LOG_FILE_NAME): New global.
10154 (TextReporter.__init__): Initialize self.txt_sum.
10155 (TextReporter.report): Add support for multiple data-points.
10156 Move report to perftest.sum, put raw data in perftest.log.
10157 (TextReporter.start): Open sum and log files.
10158 (TextReporter.end): Close sum and log files.
8e1afc81
DE
10159 * gdb.perf/lib/perftest/testresult.py
10160 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 10161
2c8c5d37
PA
101622015-07-31 Pedro Alves <palves@redhat.com>
10163
10164 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
10165 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10166 kill_wait_spawned_process instead of explicit "kill -9".
10167 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
10168 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10169 kill_wait_spawned_process.
10170 * gdb.base/attach-twice.exp: Likewise.
10171 * gdb.base/attach.exp: Likewise.
10172 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
10173 gdb_test_multiple.
10174 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
10175 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10176 kill_wait_spawned_process.
10177 * gdb.base/valgrind-infcall.exp: Likewise.
10178 * gdb.multi/multi-attach.exp: Likewise.
10179 * gdb.python/py-prompt.exp: Likewise.
10180 * gdb.python/py-sync-interp.exp: Likewise.
10181 * gdb.server/ext-attach.exp: Likewise.
10182 * gdb.threads/attach-into-signal.exp (corefunc): Use
10183 spawn_wait_for_attach, spawn_id_get_pid and
10184 kill_wait_spawned_process.
10185 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
10186 spawn_wait_for_attach returning a spawn id instead of a pid. Use
10187 spawn_id_get_pid and kill_wait_spawned_process.
10188 * gdb.threads/attach-stopped.exp (corefunc): Use
10189 spawn_wait_for_attach, spawn_id_get_pid and
10190 kill_wait_spawned_process.
10191 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
10192 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10193 kill_wait_spawned_process instead of explicit "kill -9".
10194 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
10195 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
10196 (spawn_wait_for_attach): Use spawn instead of exec to spawn
10197 processes. Don't map cygwin/windows pids here. Now returns a
10198 spawn id list.
10199
032a0fca
SL
102002015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10201
10202 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
10203 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
10204 correct patch.
10205
61a934ca
SL
102062015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10207
10208 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
10209
4bc4d428
SL
102102015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10211
10212 Reapply:
10213 2014-05-21 Mark Wielaard <mjw@redhat.com>
10214
10215 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10216
998d452a
PA
102172015-07-30 Pedro Alves <palves@redhat.com>
10218
10219 * linux-low.c (handle_extended_wait): Set the child's last
10220 reported status to TARGET_WAITKIND_STOPPED.
10221
69dde7dc
PA
102222015-07-30 Pedro Alves <palves@redhat.com>
10223
10224 PR threads/18600
10225 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
10226 only shows inferior 1.
10227
4dd63d48
PA
102282015-07-30 Simon Marchi <simon.marchi@ericsson.com>
10229 Pedro Alves <palves@redhat.com>
10230
10231 PR threads/18600
10232 * gdb.threads/fork-plus-threads.c: New file.
10233 * gdb.threads/fork-plus-threads.exp: New file.
10234
d618e4c5
PP
102352015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10236
10237 * gdb.base/batch-preserve-term-settings.exp
10238 (test_terminal_settings_preserved_after_cli_exit): Use
10239 send_quit_command.
10240
1eef6428
PA
102412015-07-29 Pedro Alves <palves@redhat.com>
10242 Don Breazeal <donb@codesourcery.com>
10243
10244 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
10245 output from both inferior_spawn_id and gdb_spawn_id.
10246
7da5b897
SDJ
102472015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10248
10249 * gdb.threads/attach-into-signal.exp (corefunc): Use
10250 with_test_prefix on nested loops, uniquefying the test messages.
10251
dac804df
SDJ
102522015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10253
10254 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
10255 commit.
10256
06265e53
PP
102572015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10258
10259 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
10260 New proc.
10261 (test_terminal_settings_preserved_after_sigterm): New test.
10262
18206ca3
PP
102632015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10264
10265 * gdb.base/batch-preserve-term-settings.exp
10266 (test_terminal_settings_preserved_after_cli_exit): New test.
10267
90074d11
PP
102682015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10269
10270 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
10271 manipulation of saved_gdbflags.
10272 (test_terminal_settings_preserved): Remove global declaration of
10273 the unused variable pagination_prompt. Remove manipulation of
10274 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
10275 GDBFLAGS.
10276
eb1a7902
PA
102772015-07-29 Pedro Alves <palves@redhat.com>
10278
10279 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
10280
8b75dd3b
PA
102812015-07-29 Pedro Alves <palves@redhat.com>
10282
10283 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
10284 at the top.
10285
dedad4e3
PA
102862015-07-29 Pedro Alves <palves@redhat.com>
10287
10288 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
10289 (main): Call gdb_unbuffer_output.
10290 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
10291 (main): Call gdb_unbuffer_output.
10292 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
10293 (main): Call gdb_unbuffer_output.
10294 * gdb.base/call-strs.exp: Adjust to step over the
10295 gdb_unbuffer_output call.
10296 * gdb.base/catch-gdb-caused-signals.c: Include
10297 "../lib/unbuffer_output.c".
10298 (main): Call gdb_unbuffer_output.
10299 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
10300 (main): Call gdb_unbuffer_output.
10301 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
10302 (main): Call gdb_unbuffer_output.
10303 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
10304 (main): Call gdb_unbuffer_output.
10305 * gdb.base/shlib-call.exp: Adjust to step over the
10306 gdb_unbuffer_output call.
10307 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
10308 (main): Call gdb_unbuffer_output.
10309 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
10310 (main): Call gdb_unbuffer_output.
10311 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
10312 (main): Rename to ...
10313 (test): ... this.
10314 (main): Reimplement.
10315 * gdb.base/varargs.exp: Run to test instead of to main.
10316 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10317 (main): Call gdb_unbuffer_output.
10318
58789a91
PA
103192015-07-29 Pedro Alves <palves@redhat.com>
10320
10321 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
10322 factore out from mi_continue_dprintf. For call-style dprintfs,
10323 expect dprintf output out of $inferior_spawn_id.
10324 (mi_continue_dprintf): Use mi_expect_dprintf.
10325 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10326 (main): Call gdb_unbuffer_output.
10327
e8376742
PA
103282015-07-29 Pedro Alves <palves@redhat.com>
10329
10330 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
10331 (default_mi_gdb_start): Set inferior_spawn_id instead of
10332 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
10333 gdb_spawn_id.
10334 (mi_gdb_test): Always expect inferior output from both
10335 $inferior_spawn_id and $gdb_spawn_id.
10336
08280010
PA
103372015-07-29 Pedro Alves <palves@redhat.com>
10338
10339 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
10340 send_inferior and $inferior_spawn_id.
10341
4d30e432
PA
103422015-07-29 Pedro Alves <palves@redhat.com>
10343
10344 * gdb.gdb/complaints.exp (test_initial_complaints)
10345 (test_serial_complaints, test_short_complaints): Use
10346 gdb_test_stdio.
10347 (test_empty_complaint): Handle $inferior_spawn_id !=
10348 $gdb_spawn_id.
10349
0d30a335
PA
103502015-07-29 Pedro Alves <palves@redhat.com>
10351
10352 * gdb.base/varargs.exp: Use gdb_test_stdio.
10353
39413b29
PA
103542015-07-29 Pedro Alves <palves@redhat.com>
10355
10356 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
10357
7cb000a9
PA
103582015-07-29 Pedro Alves <palves@redhat.com>
10359
10360 * gdb.base/ending-run.exp: Use gdb_test_stdio.
10361
d7b8ac82
PA
103622015-07-29 Pedro Alves <palves@redhat.com>
10363
10364 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
10365 parameter into two new parameters, "inf_result" and "gdb_result".
10366 Expect inferior output and gdb output from $inferior_spawn_id and
10367 $gdb_spawn_id, respectively. Adjust all callers.
10368
789c3a0c
PA
103692015-07-29 Pedro Alves <palves@redhat.com>
10370
10371 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
10372 of gdb_test_sequence.
10373
77e760c3
PA
103742015-07-29 Pedro Alves <palves@redhat.com>
10375
10376 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
10377 (saw_spurious_output): Expect inferior output from
10378 $inferior_spawn_id. Use gdb_test_stdio.
10379
8396d2cd
PA
103802015-07-29 Pedro Alves <palves@redhat.com>
10381
10382 * gdb.base/dprintf.exp: Use standard_testfile. Change
10383 prepare_for_testing call.
10384 (srcfile): Don't set.
10385 (restart): New procedure.
10386 (test_dprintf): New procecure, use to continue over dprintfs.
10387 (test_call, test_agent): New procedures, tests moved here.
10388 Restart gdb and recreate dprintfs. Adjust expected output.
10389
2051d61f
PA
103902015-07-29 Pedro Alves <palves@redhat.com>
10391
10392 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
10393
452397af
PA
103942015-07-29 Pedro Alves <palves@redhat.com>
10395
10396 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
10397
8aed9555
PA
103982015-07-29 Pedro Alves <palves@redhat.com>
10399
10400 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
10401 gdb_test_stdio.
10402
188a61b4
PA
104032015-07-29 Pedro Alves <palves@redhat.com>
10404
10405 * lib/gdb.exp (gdb_test_stdio): New procedure.
10406
12264a45
PA
104072015-07-29 Pedro Alves <palves@redhat.com>
10408
10409 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
10410
23ffc893
PA
104112015-07-29 Pedro Alves <palves@redhat.com>
10412
10413 * gdb.base/call-signal-resume.exp: Remove check for
10414 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
10415 * gdb.base/unwindonsignal.exp: Likewise.
10416 * gdb.base/call-signals.c (gen_signal): Remove printf call.
10417 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
10418
65566918
PA
104192015-07-29 Pedro Alves <palves@redhat.com>
10420
10421 * gdb.base/siginfo-addr.c (pass): New function.
10422 (handler): Call it iff si_addr is correct.
10423 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
10424 Set a breakpoint at "pass" and continue to it.
10425
d60a9221
SDJ
104262015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
10427
10428 * gdb.python/py-objfile.exp: Make some tests have unique names.
10429 * gdb.python/py-pp-registration.exp: Likewise.
10430
bde40b8f
PA
104312015-07-28 Pedro Alves <palves@redhat.com>
10432
10433 * gdb.server/server-exec-info.exp: Issue a "disconnect".
10434
13e1dec8
SM
104352015-07-27 Simon Marchi <simon.marchi@ericsson.com>
10436
10437 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
10438
da33c9a7
SM
104392015-07-27 Simon Marchi <simon.marchi@ericsson.com>
10440
10441 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
10442
077836f7
PP
104432015-07-27 Patrick Palka <patrick@parcs.ath.cx>
10444
10445 * gdb.base/gdb-sigterm-2.exp: New test.
10446
b8cc7b2e
DE
104472015-07-25 Doug Evans <xdje42@gmail.com>
10448
10449 Revert:
10450 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10451 (workers/%.worker, build-perf): New rule.
10452 (GDB_PERFTEST_MODE): New variable.
10453 (check-perf): Use it.
10454 (clean): Clean up gdb.perf parallel build subdirs.
10455 * lib/build-piece.exp: New file.
10456 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10457 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10458 name.
10459 (standard_temp_file): Ditto.
10460 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10461 of $GDB_PARALLEL.
10462
c8bd4544
DE
104632015-07-24 Doug Evans <dje@google.com>
10464
10465 * gdb.perf/lib/perftest/utils.py: New file.
10466 * gdb.perf/gm-hello.cc: New file.
10467 * gdb.perf/gm-pervasive-typedef.cc: New file.
10468 * gdb.perf/gm-pervasive-typedef.h: New file.
10469 * gdb.perf/gm-std.cc: New file.
10470 * gdb.perf/gm-std.h: New file.
10471 * gdb.perf/gm-use-cerr.cc: New file.
10472 * gdb.perf/gm-utils.h: New file.
10473 * gdb.perf/gmonster-null-lookup.py: New file.
10474 * gdb.perf/gmonster-pervasive-typedef.py: New file.
10475 * gdb.perf/gmonster-print-cerr.py: New file.
10476 * gdb.perf/gmonster-ptype-string.py: New file.
10477 * gdb.perf/gmonster-runto-main.py: New file.
10478 * gdb.perf/gmonster-select-file.py: New file.
10479 * gdb.perf/gmonster1-null-lookup.exp: New file.
10480 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
10481 * gdb.perf/gmonster1-print-cerr.exp: New file.
10482 * gdb.perf/gmonster1-ptype-string.exp: New file.
10483 * gdb.perf/gmonster1-runto-main.exp: New file.
10484 * gdb.perf/gmonster1-select-file.exp: New file.
10485 * gdb.perf/gmonster1.cc: New file.
10486 * gdb.perf/gmonster1.exp: New file.
10487 * gdb.perf/gmonster2-null-lookup.exp: New file.
10488 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
10489 * gdb.perf/gmonster2-print-cerr.exp: New file.
10490 * gdb.perf/gmonster2-ptype-string.exp: New file.
10491 * gdb.perf/gmonster2-runto-main.exp: New file.
10492 * gdb.perf/gmonster2-select-file.exp: New file.
10493 * gdb.perf/gmonster2.cc: New file.
10494 * gdb.perf/gmonster2.exp: New file.
10495
6eab34f3
DE
104962015-07-24 Doug Evans <dje@google.com>
10497
10498 * gdb.perf/README: New file.
10499 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
10500 * lib/gen-perf-test.exp: New file.
10501
63738bfd
DE
105022015-07-24 Doug Evans <dje@google.com>
10503
10504 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
10505 (PerfTest::startup): New function.
10506 (PerfTest::run): Return result of calling body.
10507 (PerfTest::assemble): Rewrite.
10508 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
10509 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
10510 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
10511 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
10512 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
10513
7b606f95
DE
105142015-07-24 Doug Evans <dje@google.com>
10515
10516 * lib/gdb.exp (clean_restart): Make executable optional.
10517
a97b16b8
DE
105182015-07-24 Doug Evans <dje@google.com>
10519
10520 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
10521 compiler_info references.
10522 * gdb.cp/temargs.exp: Ditto.
10523 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
10524 (get_compiler_info): Early exit if already computed. Set compiler_info
10525 to "unknown" if there was a problem.
10526 (test_compiler_info): Add function comment. Call get_compiler_info.
10527
35baa57f
DE
105282015-07-24 Doug Evans <dje@google.com>
10529
10530 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10531 (workers/%.worker, build-perf): New rule.
10532 (GDB_PERFTEST_MODE): New variable.
10533 (check-perf): Use it.
10534 (clean): Clean up gdb.perf parallel build subdirs.
10535 * lib/build-piece.exp: New file.
10536 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10537 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10538 name.
10539 (standard_temp_file): Ditto.
10540 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10541 of $GDB_PARALLEL.
10542
6ebea266
DE
105432015-07-24 Doug Evans <dje@google.com>
10544
10545 * lib/future.exp (gdb_default_target_compile): New option
10546 "early_flags".
10547 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
10548 --as-needed.
10549
1e76a7e9
SDJ
105502015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
10551
10552 * gdb.base/catch-syscall.exp: Call gdb_exit before
10553 gdb_skip_xml_test.
10554
5068630a
PA
105552015-07-24 Pedro Alves <palves@redhat.com>
10556
10557 * gdb.python/py-events.exp: Accept output between the stop event
10558 and the prompt.
10559 * gdb.python/py-evsignal.exp: Likewise.
10560 * gdb.python/py-evthreads.exp: Likewise.
10561
77598427
PA
105622015-07-24 Pedro Alves <palves@redhat.com>
10563
10564 PR gdb/18717
10565 * gdb.threads/non-ldr-exit.c: New file.
10566 * gdb.threads/non-ldr-exit.exp: New file.
10567
11e6c98f
YQ
105682015-07-24 Yao Qi <yao.qi@linaro.org>
10569
10570 * gdb.server/ext-wrapper.exp: Test --wrapper option when
10571 restarting process.
10572
51aee833
YQ
105732015-07-24 Yao Qi <yao.qi@linaro.org>
10574
10575 * gdb.server/ext-restart.exp: New file.
10576
8cfe207c
YQ
105772015-07-24 Yao Qi <yao.qi@linaro.org>
10578
10579 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
10580 argument options.
10581 * gdb.server/ext-wrapper.exp: New file.
10582
cc12ce38
DE
105832015-07-23 Doug Evans <dje@google.com>
10584
10585 * gdb.dwarf2/dw2-dummy-cu.S: New file.
10586 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
10587
d0d84780
PMR
105882015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
10589
10590 * gdb.ada/var_arr_typedef.exp: New testcase.
10591 * gdb.ada/var_arr_typedef/pack.adb: New file.
10592 * gdb.ada/var_arr_typedef/pack.ads: New file.
10593 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
10594
8b558f79
JB
105952015-07-20 Joel Brobecker <brobecker@adacore.com>
10596
10597 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
10598
775a3298
JK
105992015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10600
10601 * gdb.arch/i386-biarch-core.exp: Replace istarget
10602 by "complete set gnutarget". Remove expectation for the "core-file"
10603 command.
10604
db1ff28b
JK
106052015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10606
10607 Revert the previous commit:
10608 Tests for validate symbol file using build-id.
10609
0a94970d
JK
106102015-07-15 Aleksandar Ristovski <aristovski@qnx.com
10611
10612 Tests for validate symbol file using build-id.
10613 * gdb.base/solib-mismatch-lib.c: New file.
10614 * gdb.base/solib-mismatch-libmod.c: New file.
10615 * gdb.base/solib-mismatch.c: New file.
10616 * gdb.base/solib-mismatch.exp: New file.
10617
03346981
SL
106182015-07-15 Sandra Loosemore <sandra@codesourcery.com>
10619
10620 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
10621 nios2-*-linux*.
10622 * gdb.base/sigbpt.exp (stepi_out): Likewise.
10623 * gdb.base/siginfo.exp: Likewise.
10624 * gdb.base/sigstep.exp (advance, advancei): Likewise.
10625
42422cc7
PL
106262015-07-15 Pierre Langlois <pierre.langlois@arm.com>
10627
10628 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
10629 Move it to ...
10630 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
10631 ... here.
10632 * gdb.trace/range-stepping.exp: Check that the target supports
10633 range stepping.
10634
cfa68bae
JK
106352015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10636
10637 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
10638
8ffdba26
PA
106392015-07-14 Pedro Alves <palves@redhat.com>
10640
10641 * gdb.base/killed-outside.exp: New file.
10642 * gdb.base/killed-outside.c: New file.
10643
218a5a11
JK
106442015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10645
10646 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
10647 (n at main): New.
10648 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
10649
e03ed3c6
AA
106502015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
10651
10652 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
10653 infcall tests instead of setting up for KFAIL.
10654
485668e5
MM
106552015-07-10 Markus Metzger <markus.t.metzger@intel.com>
10656
10657 * gdb.btrace/record_goto-step.exp: New.
10658
08464196
JK
106592015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10660
10661 PR compile/18484
10662 * gdb.compile/compile.c (struct struct_type): Add volatile to
10663 selffield's type.
10664 * gdb.compile/compile.exp
10665 (compile code struct_object.selffield = &struct_object): Skip further
10666 struct_object tests if this one xfails.
10667
bcf5c1d9
RC
106682015-07-08 Robert O'Callahan <robert@ocallahan.org>
10669
10670 PR exp/18617
10671 * gdb.trace/ax.exp: Add test.
10672
4931af25
YQ
106732015-07-07 Yao Qi <yao.qi@linaro.org>
10674
10675 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
10676 instead of istarget "aarch64*-*-*".
10677 * gdb.arch/aarch64-fp.exp: Likewise.
10678 * gdb.base/float.exp: Likewise.
10679 * gdb.reverse/aarch64.exp: Likewise.
10680 * lib/gdb.exp (is_aarch64_target): New proc.
10681
9fcf688e
YQ
106822015-07-07 Yao Qi <yao.qi@linaro.org>
10683
10684 * lib/gdb.exp (is_aarch32_target): New proc.
10685 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
10686 instead of "istarget "arm*-*-*"".
10687 * gdb.arch/arm-disp-step.exp: Likewise.
10688 * gdb.arch/thumb-bx-pc.exp: Likewise.
10689 * gdb.arch/thumb-prologue.exp: Likewise.
10690 * gdb.arch/thumb-singlestep.exp: Likewise.
10691 * gdb.base/disp-step-syscall.exp: Likewise.
10692 * gdb.base/float.exp: Likewise.
10693
fbd8d50d
YQ
106942015-07-07 Yao Qi <yao.qi@linaro.org>
10695
10696 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
10697 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
10698
71be1fdc
YQ
106992015-07-07 Yao Qi <yao.qi@linaro.org>
10700
10701 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
10702 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
10703 if it exists.
10704 * gdb.multi/multi-arch.exp: Likewise.
10705
3e221d36
SM
107062015-07-07 Simon Marchi <simon.marchi@ericsson.com>
10707
10708 * gdb.python/py-lazy-string.exp: Add missing parentheses to
10709 print.
10710
d441430b
YQ
107112015-07-07 Yao Qi <yao.qi@linaro.org>
10712
10713 * gdb.arch/thumb-singlestep.exp: Do one more single step.
10714
06f810bd
MG
107152015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
10716
10717 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
10718 '[' and ']' characters.
10719
5e61e7c0
IB
107202015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
10721
10722 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10723
28bf096c
PA
107242015-06-29 Pedro Alves <palves@redhat.com>
10725
10726 PR threads/18127
10727 * gdb.threads/hand-call-new-thread.c: New file.
10728 * gdb.threads/hand-call-new-thread.c: New file.
10729
ee93cd5e
KS
107302015-06-26 Keith Seitz <keiths@redhat.com>
10731 Doug Evans <dje@google.com>
10732
10733 PR 16253
10734 * gdb.cp/var-tag-2.cc: New file.
10735 * gdb.cp/var-tag-3.cc: New file.
10736 * gdb.cp/var-tag-4.cc: New file.
10737 * gdb.cp/var-tag.cc: New file.
10738 * gdb.cp/var-tag.exp: New file.
10739
fc637f04
PP
107402015-06-26 Patrick Palka <patrick@parcs.ath.cx>
10741
10742 * gdb.base/history-duplicates.exp: New test.
10743
2e52ae68
PP
107442015-06-26 Patrick Palka <patrick@parcs.ath.cx>
10745
10746 * gdb.base/completion.exp: Test the completion of the "focus"
10747 command.
10748
6e22494e
JK
107492015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10750
10751 * gdb.arch/amd64-prologue-skip.S: New file.
10752 * gdb.arch/amd64-prologue-skip.exp: New file.
10753
bf7b9cd9
SM
107542015-06-25 Simon Marchi <simon.marchi@ericsson.com>
10755
10756 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
10757 is_address_zero_readable check.
10758
201e8dfd
PB
107592015-06-24 Peter Bergner <bergner@vnet.ibm.com>
10760
10761 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
10762 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
10763
5cd867b4
YQ
107642015-06-24 Yao Qi <yao.qi@linaro.org>
10765
10766 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
10767 linux targets.
10768
4d7be007
YQ
107692015-06-24 Yao Qi <yao.qi@linaro.org>
10770
10771 * lib/gdb.exp (supports_get_siginfo_type): New proc.
10772 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
10773 * gdb.base/siginfo-thread.exp: Likewise.
10774
07fcd301
YQ
107752015-06-22 Yao Qi <yao.qi@linaro.org>
10776
10777 * boards/remote-gdbserver-on-localhost.exp: Add comments.
10778
52042a00
YQ
107792015-06-22 Yao Qi <yao.qi@linaro.org>
10780
10781 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
10782 aarch64*-*-*.
10783 (skip_hw_watchpoint_tests): Likewise.
10784
74bd41ce
PP
107852015-06-18 Patrick Palka <patrick@parcs.ath.cx>
10786
10787 * gdb.base/gdbinit-history.exp: Test the interaction between
10788 setting GDBHISTSIZE and setting the history size via .gdbinit.
10789
bc460514
PP
107902015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10791
10792 PR gdb/16999
10793 * gdb.base/gdbhistsize-history.exp: New test.
10794
b58c513b
PP
107952015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10796
10797 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
10798 with GDBHISTSIZE.
10799 * gdb.base/readline.exp: Likewise.
10800
92046791
YQ
108012015-06-17 Yao Qi <yao.qi@linaro.org>
10802
10803 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
10804 line.
10805
2093d2d3
PP
108062015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10807
10808 * gdb.base/gdbinit-history.exp: Add test case to check that
10809 an unlimited history file does not get truncated on exit.
10810
e6c693af
AA
108112015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10812
10813 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
10814 (VECTOR): New macro. Use it...
10815 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
10816 ...for these typedefs.
10817 (int8, char1, int1, double1): New typedefs.
10818 (struct just_int2, struct two_int2): New structures.
10819 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
10820 (add_structvecs, add_singlevecs): New functions.
10821 (main): Call add_some_intvecs twice.
10822 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
10823 the compile and exit upon failure. Try compiling for the "native"
10824 architecture. Test inferior function calls with vector arguments
10825 and vector return value handling with "finish" and "return".
10826
c74f7d1c
JT
108272015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
10828
10829 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
10830 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
10831 PE file.
10832 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
10833
98aa42ee
AT
108342015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10835
10836 PR breakpoints/16465
10837 * gdb.mi/mi-dprintf-pending.c: New file.
10838 * gdb.mi/mi-dprintf-pending.exp: New test.
10839 * gdb.mi/mi-dprintf-pendshr.c: New file.
10840
7d73c23c 108412015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 10842 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
10843
10844 * gdb.arch/i386-mpx-map.c: New file.
10845 * gdb.arch/i386-mpx-map.exp: New File.
10846
108472015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10848
10849 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
10850 * gdb.arch/i386-mpx.exp: Indentation fixed.
10851
108522015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10853
10854 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
10855 function and improved indentation.
10856 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
10857 gdb_test_multiple. Added additional tests to skip the test.
10858
108592015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10860
10861 * gdb.arch/i386-avx512.c: Change path in include file.
10862 * gdb.arch/i386-avx512.exp: Change include dir path
10863 compilation flag.
10864 * gdb.arch/i386-mpx.c: Change path in include file.
10865 * gdb.arch/i386-mpx.exp: Change include dir path compilation
10866 flag.
10867
d5eba19a
JK
108682015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10869
10870 * gdb.compile/compile-print.exp (compile print *vararray@3)
10871 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
10872
7f361056
JK
108732015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10874
10875 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
10876 (do not keep jit in memory): ... this.
10877 (expect 5): Change it to ...
10878 (expect no 5): ... this.
10879
3b462ec2
SM
108802015-06-02 Simon Marchi <simon.marchi@ericsson.com>
10881
10882 PR gdb/15564
10883 * gdb.mi/mi-detach.exp: New file.
10884
e0619de6
JK
108852015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10886
10887 PR symtab/18392
10888 * gdb.arch/amd64-tailcall-self.S: New file.
10889 * gdb.arch/amd64-tailcall-self.c: New file.
10890 * gdb.arch/amd64-tailcall-self.exp: New file.
10891
e970cb34
DB
108922015-05-28 Don Breazeal <donb@codesourcery.com>
10893
10894 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
10895 tests for remote targets by checking is_target_gdbserver.
10896
b2e2f908
DE
108972015-05-27 Doug Evans <dje@google.com>
10898
10899 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
10900 * gdb.dwarf2/opaque-type-lookup.c: New file.
10901 * gdb.dwarf2/opaque-type-lookup.exp: New file.
10902
82c7be31
DE
109032015-05-26 Doug Evans <dje@google.com>
10904
10905 * gdb.cp/iostream.cc: New file.
10906 * gdb.cp/iostream.exp: New file.
10907
b4f54984
DE
109082015-05-26 Doug Evans <dje@google.com>
10909
10910 * gdb.dwarf2/dw2-op-call.exp: Update.
10911 * gdb.dwarf2/dw4-sig-types.exp: Update.
10912 * gdb.dwarf2/implptr.exp: Update.
10913 * gdb.mi/mi-cmd-param-changed.exp: Update.
10914
4ea6efe9
DE
109152015-05-26 Doug Evans <dje@google.com>
10916
10917 * gdb.python/py-lazy-string.c: New file.
10918 * gdb.python/py-lazy-string.exp: New file.
10919 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
10920 (main): Update. Add estring3.
10921 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
10922 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
10923
f6bb7db3
YQ
109242015-05-26 Omair Javaid <omair.javaid@linaro.org>
10925 Yao Qi <yao.qi@linaro.org>
10926
10927 * gdb.reverse/aarch64.c: New.
10928 * gdb.reverse/aarch64.exp: New.
10929
a81bfbd0
OJ
109302015-05-26 Omair Javaid <omair.javaid@linaro.org>
10931
25d49b86
PA
10932 * lib/gdb.exp (supports_process_record): Return true for
10933 aarch64*-linux*.
a81bfbd0
OJ
10934 (supports_reverse): Likewise.
10935
158bf1b4
PP
109362015-05-22 Patrick Palka <patrick@parcs.ath.cx>
10937
10938 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10939 Use with_test_prefix.
10940
a0145030
AB
109412015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
10942
10943 * gdb.base/completion.exp: Add test for completion of layout
10944 names.
10945
ebe3b578
AB
109462015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
10947
10948 * lib/gdb.exp (skip_tui_tests): New proc.
10949 * gdb.base/tui-layout.exp: Check skip_tui_tests.
10950
84204ed7
PA
109512015-05-19 Pedro Alves <palves@redhat.com>
10952
10953 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10954 Save the whole env array instead of just HOME. Unset HISTSIZE in
10955 the environment while testing. Restore whole environment
10956 afterwards.
10957
37442ce1
DE
109582015-05-16 Doug Evans <xdje42@gmail.com>
10959
10960 * gdb.guile/scm-ports.c: New file.
10961 * gdb.guile/scm-ports.exp: Add memory port tests.
10962
36de76f9
JK
109632015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10964
10965 * gdb.compile/compile-print.c: New file.
10966 * gdb.compile/compile-print.exp: New file.
10967
3a9558c4
JK
109682015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10969
10970 * gdb.compile/compile-ops.exp: Cast param to void.
10971 * gdb.compile/compile.exp: Complete type for _gdb_expr.
10972 (compile code struct_object.selffield = &struct_object): Add xfail.
10973
aa715135
JG
109742015-05-15 Joel Brobecker <brobecker@adacore.com>
10975
10976 * gdb.ada/arr_enum_with_gap: New testcase.
10977
931e5bc3
JG
109782015-05-15 Joel Brobecker <brobecker@adacore.com>
10979
10980 * gdb.ada/byte_packed_arr: New testcase.
10981
9cd4d857
JB
109822015-05-15 Joel Brobecker <brobecker@adacore.com>
10983
10984 * gdb.ada/pckd_neg: New testcase.
10985
ebfd00d2
PP
109862015-05-13 Patrick Palka <patrick@parcs.ath.cx>
10987
10988 PR gdb/17820
10989 * gdb.base/gdbinit-history.exp: New test.
10990 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
10991 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
10992
4c082a81
SC
109932015-05-09 Siva Chandra Reddy <sivachandra@google.com>
10994
10995 * gdb.python/py-xmethods.cc: Enhance test case.
10996 * gdb.python/py-xmethods.exp: New tests.
10997 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
10998 function.
10999 (B_indexoper): Likewise.
11000 (global_dm_list) : Add new xmethod worker functions.
11001
f7797074
SDJ
110022015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
11003
11004 * gdb.base/coredump-filter.exp: Correctly unset
11005 "coredump_var_addr" array.
11006
a4674e4e
PA
110072015-05-08 Pedro Alves <palves@redhat.com>
11008
11009 * gdb.server/non-existing-program.exp: Unset spawn_id.
11010
df2eb078
SC
110112015-05-08 Siva Chandra Reddy <sivachandra@google.com>
11012
11013 PR python/18291
11014 * gdb.python/py-xmethods.exp: Add tests.
11015
422349a3
YQ
110162015-05-08 Yao Qi <yao.qi@linaro.org>
11017
11018 PR gdb/18208
11019 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
11020 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
11021 function set_coredump_filter, and remove remote_exec call.
11022 Remove argument ipid. Callers update.
11023 (top level): Don't get inferior's PID.
11024
63fc80ce
AA
110252015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
11026
11027 * gdb.base/watch_thread_num.exp: Skip test on targets without
11028 access watchpoints.
11029
80ad801e
PA
110302015-05-06 Pedro Alves <palves@redhat.com>
11031
11032 PR server/18081
11033 * gdb.server/non-existing-program.exp: New file.
11034
0fa7fe50
JB
110352015-05-05 Joel Brobecker <brobecker@adacore.com>
11036
11037 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
11038
3ea89b92
PMR
110392015-05-05 Joel Brobecker <brobecker@adacore.com>
11040
11041 * gdb.ada/out_of_line_in_inlined: New testcase.
11042
87b8eff0
JB
110432015-05-05 Joel Brobecker <brobecker@adacore.com>
11044
11045 * gdb.ada/var_rec_arr: New testcase.
11046
5fccc635
YQ
110472015-04-30 Yao Qi <yao.qi@linaro.org>
11048
11049 * gdb.base/break-idempotent.exp: If
11050 skip_hw_watchpoint_multi_tests returns true, skip the tests
11051 on "rwatch" and "awatch".
11052
42d38f42
YQ
110532015-04-30 Yao Qi <yao.qi@linaro.org>
11054
11055 * gdb.base/relativedebug.exp: Invoke gdb command
11056 "info sharedlibrary", and if libc.so doesn't have debug info,
11057 skip the test.
11058
2ce1cdbf
DE
110592015-04-29 Doug Evans <dje@google.com>
11060
11061 * gdb.python/py-xmethods.exp: Add ptype tests.
11062 * gdb.python/py-xmethods.py (E_method_char_worker): Add
11063 get_result_type method.
11064
f24a38c5
LM
110652015-04-29 Luis Machado <lgustavo@codesourcery.com>
11066
11067 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
11068 the target does not support hardware watchpoints.
11069
ecbf2b3c
LM
110702015-04-29 Luis Machado <lgustavo@codesourcery.com>
11071
11072 * gdb.base/break-always.exp: Abort testing if writing to memory
11073 causes an error.
11074
34f5f757
DE
110752015-04-28 Doug Evans <dje@google.com>
11076
11077 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
11078 * gdb.python/py-pp-registration.exp: ... here. New file.
11079 * gdb.python/py-pp-registration.c: New file.
11080 * gdb.python/py-pp-registration.py: New file.
11081
69b4374a
DE
110822015-04-28 Doug Evans <dje@google.com>
11083
11084 * gdb.python/py-bad-printers.c: New file.
11085 * gdb.python/py-bad-printers.py: New file.
11086 * gdb.python/py-bad-printers.exp: New file.
11087
59fb7612
SS
110882015-04-28 Sasha Smundak <asmundak@google.com>
11089
11090 * gdb.python/py-type.exp: New test.
11091
2631b16a
AW
110922015-04-28 Andy Wingo <wingo@igalia.com>
11093
11094 * gdb.python/py-parameter.exp:
11095 * gdb.guile/scm-parameter.exp: Escape the path that we are
11096 matching against, as it might contain characters that are special
11097 to regular expressions.
11098
460efde1
JB
110992015-04-27 Joel Brobecker <brobecker@adacore.com>
11100
11101 * gdb.ada/rec_comp: New testcase.
11102
2d369d8e
SDJ
111032015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
11104
11105 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
11106 before using it.
11107
cf75d6c3
AB
111082015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
11109
11110 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
11111 new tests for verilog output.
11112
8dbe7ca5
YQ
111132015-04-24 Yao Qi <yao.qi@linaro.org>
11114
11115 * boards/remote-gdbserver-on-localhost.exp: New file.
11116
4ef9fb2f
PA
111172015-04-23 Pedro Alves <palves@redhat.com>
11118
11119 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
11120 $inferior_spawn_id instead of $inferior_spawn_id directly. On
11121 "end of file", remove $inferior_spawn_id from the indirect list.
11122
0a803169
PA
111232015-04-23 Pedro Alves <palves@redhat.com>
11124
11125 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
11126
749ef8f8
PA
111272015-04-23 Pedro Alves <palves@redhat.com>
11128
11129 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
11130 on $any_spawn_id instead of only on $gdb_spawn_id.
11131
8aae4344
PM
111322015-04-21 Pierre Muller <muller@sourceware.org>
11133
11134 PR pascal/17815
11135 * lib/pascal.exp (gpc_compile): Add new option "class".
11136 (fpc_compile): Likewise.
11137 * gdb.pascal/case-insensitive-symbols.pas: New file.
11138 * gdb.pascal/case-insensitive-symbols.exp: New file.
11139
1586c8fb
GB
111402015-04-20 Gary Benson <gbenson@redhat.com>
11141
11142 * gdb.base/attach.exp: Fix three extended remote failures.
11143
1b6e6f5c
GB
111442015-04-17 Gary Benson <gbenson@redhat.com>
11145
11146 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
11147 the main executable over the remote protocol.
11148
e797481d
PA
111492015-04-16 Pedro Alves <palves@redhat.com>
11150
11151 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
11152 a new gdbserver if gdbserver_reconnect_p is set.
11153
1ca99c42
PA
111542015-04-16 Pedro Alves <palves@redhat.com>
11155
11156 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
11157 is set, don't exit gdbserver.
11158
af9fd6f8
AA
111592015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11160
11161 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
11162 appropriate .insn, such that an older assembler can be used.
11163 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
11164 the z/Architecture instruction set on 31-bit targets as well.
11165
04ff1e61
AA
111662015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11167
11168 * gdb.go/handcall.exp: Remove all logic related to the first
11169 breakpoint and rely on go_runto_main instead.
11170 * gdb.go/strings.exp: Likewise.
11171 * gdb.go/unsafe.exp: Likewise.
11172 * gdb.go/hello.exp: Likewise. Also rename the remaining
11173 breakpoint marker to "breakpoint 1".
11174 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
11175 * gdb.go/strings.go: Likewise.
11176 * gdb.go/unsafe.go: Likewise.
11177 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
11178 "set breakpoint 2 here" and rename the remaining breakpoint marker
11179 to "breakpoint 1".
11180
40d2f8d6
SM
111812015-04-15 Simon Marchi <simon.marchi@ericsson.com>
11182
11183 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
11184 if itertools.imap is not present.
11185 * gdb.python/py-objfile.exp: Add parentheses.
11186 * gdb.python/py-type.exp: Same.
11187 * gdb.python/py-unwind-maint.py: Same.
11188
8cbc97c6
YQ
111892015-04-15 Yao Qi <yao.qi@linaro.org>
11190
11191 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
11192 of ":$ptr_size" and set its form explicitly.
11193
45fd756c
YQ
111942015-04-15 Pedro Alves <palves@redhat.com>
11195 Yao Qi <yao.qi@linaro.org>
11196
11197 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
11198 timeout by factor of 4.
11199 (test_regular_watch): Likewise.
11200 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
11201 * gdb.reverse/sigall-reverse.exp: Likewise.
11202 * gdb.reverse/until-precsave.exp: Likewise.
11203 * lib/gdb.exp (with_timeout_factor): New proc.
11204 (gdb_expect): Move some code to ...
11205 (get_largest_timeout): ... here. New procedure.
11206
9e811bc3
LM
112072015-04-14 Luis Machado <lgustavo@codesourcery.com>
11208
11209 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
11210
0ff6fcb2
LM
112112015-04-13 Luis Machado <lgustavo@codesourcery.com>
11212
11213 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
11214 to write to the .text section.
11215
7578d5f7
LM
112162015-04-13 Luis Machado <lgustavo@codesourcery.com>
11217
11218 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
11219 Handle the case of targets that do not provide PID information.
11220
2efe15c4
YQ
112212015-04-13 Yao Qi <yao.qi@linaro.org>
11222
11223 * lib/gdbserver-support.exp (gdb_exit): Catch exception
11224 and use expect instead of gdb_expect.
11225
8cd8f2f8
SDJ
112262015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
11227
11228 * gdb.base/coredump-filter.exp: Rename variable "addr" to
11229 "coredump_var_addr" to avoid naming conflict with other testcases.
11230
9ee41772
PA
112312015-04-10 Pedro Alves <palves@redhat.com>
11232
11233 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
11234 gdb_test_sequence and gdb_assert.
11235
07473109
PA
112362015-04-10 Pedro Alves <palves@redhat.com>
11237
11238 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
11239 test messages that don't include the breakpoint address.
11240
de3db44c
YQ
112412015-04-10 Yao Qi <yao.qi@linaro.org>
11242
11243 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
11244 false for some offset and width combinations which aren't
11245 supported by linux kernel.
11246
c79d856c
PA
112472015-04-10 Pedro Alves <palves@redhat.com>
11248
11249 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
11250 procedure, factored out from ...
11251 (top level): ... here. Add "set displaced-stepping" testing axis.
11252 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
11253 parameter "displaced". Use it.
11254 (top level): Use foreach and add "set displaced-stepping" testing
11255 axis.
11256
ebc90b50
PA
112572015-04-10 Pedro Alves <palves@redhat.com>
11258
11259 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
11260 Remove comment.
11261 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
11262 both the address of the instruction that triggers the watchpoint
11263 and the address of the instruction immediately after, and use
11264 those addresses for the test. Fix comment.
11265
8f572e5c
PA
112662015-04-10 Pedro Alves <palves@redhat.com>
11267
11268 * gdb.base/sigstep.exp (breakpoint_to_handler)
11269 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
11270 Test "backtrace" in handler.
11271 (breakpoint_over_handler): New parameter 'displaced'. Use it.
11272 (top level): Add new "displaced" test axis to
11273 breakpoint_to_handler, breakpoint_to_handler_entry and
11274 breakpoint_over_handler.
11275
8d707a12
PA
112762015-04-10 Pedro Alves <palves@redhat.com>
11277
11278 PR gdb/18216
11279 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
11280
ef713951
YQ
112812015-04-10 Yao Qi <yao.qi@linaro.org>
11282
11283 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
11284 (test_add_rn_pc): New function.
11285 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
11286 (top level): Invoke test_add_rn_pc.
11287
906d60cf
PA
112882015-04-10 Pedro Alves <palves@redhat.com>
11289
11290 PR gdb/13858
11291 * gdb.base/step-over-no-symbols.exp: New file.
11292
f2983cc3
AW
112932015-04-09 Andy Wingo <wingo@igalia.com>
11294
11295 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
11296 after the Python tests.
11297
6d62641c
SDJ
112982015-04-08 Keith Seitz <keiths@redhat.com>
11299
11300 PR python/16699
11301 * gdb.python/py-completion.exp: New tests for completion.
11302 * gdb.python/py-completion.py (CompleteLimit1): New class.
11303 (CompleteLimit2): Likewise.
11304 (CompleteLimit3): Likewise.
11305 (CompleteLimit4): Likewise.
11306 (CompleteLimit5): Likewise.
11307 (CompleteLimit6): Likewise.
11308 (CompleteLimit7): Likewise.
11309
f3770638
PA
113102015-04-08 Pedro Alves <palves@redhat.com>
11311
11312 PR gdb/18214
11313 PR gdb/18216
11314 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
11315 function.
11316 (main): Install it as SIGUSR1 handler.
11317 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
11318 parameter. Always use "setup" as prefix. Toggle "set
11319 displaced-stepping" off/on depending on global. Don't switch to
11320 thread 1 here.
11321 (top level): Add displaced stepping "off/on" test axis. Update
11322 "setup" calls. Wrap each subtest with with_test_prefix. Test
11323 continuing with a queued signal in each thread.
11324
4496bed7
PA
113252015-04-08 Pedro Alves <palves@redhat.com>
11326
11327 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
11328 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
11329 gdb_breakpoint instead of gdb_test that doesn't expect anything.
11330 Return early if running to main fails.
11331 * gdb.trace/while-stepping.exp: Likewise.
11332
b97fde92
PA
113332015-04-07 Pedro Alves <palves@redhat.com>
11334
11335 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
11336 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
11337 interact with inferior program.
11338
f71c18e7
PA
113392015-04-07 Pedro Alves <palves@redhat.com>
11340
11341 * lib/gdb.exp (inferior_spawn_id): New global.
11342 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
11343 spawn id after processing the user code.
11344 (default_gdb_start): Set inferior_spawn_id.
11345 (send_inferior): New procedure.
11346 * lib/gdbserver-support.exp (gdbserver_start): Set
11347 inferior_spawn_id.
11348 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
11349
6423214f
PA
113502015-04-07 Pedro Alves <palves@redhat.com>
11351
11352 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
11353 * lib/gdbserver-support.exp (gdbserver_start): Make
11354 $server_spawn_id global.
11355 (gdbserver_start): Don't wait for gdbserver's spawn id with
11356 expect_background.
11357 (close_gdbserver): New procedure.
11358 (gdb_exit): Rename the default version and reimplement.
11359
71c0ee8c
PA
113602015-04-07 Pedro Alves <palves@redhat.com>
11361
72f4393d 11362 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
11363 append the substituted item, not the original item.
11364
203bc29b
PA
113652015-04-07 Pedro Alves <palves@redhat.com>
11366
11367 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
11368 gdb_expect.
11369
508a3ddf
PA
113702015-04-07 Pedro Alves <palves@redhat.com>
11371
11372 * gdb.base/interrupt.exp: Don't handle the case of the inferior
11373 output appearing once only.
11374
9f6dbe2b
PA
113752015-04-07 Pedro Alves <palves@redhat.com>
11376
11377 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
11378 that doesn't expect anything. Return early if running to main
11379 fails.
11380
337532fa
YQ
113812015-04-07 Yao Qi <yao.qi@linaro.org>
11382
11383 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
11384 (child_function): Call alarm.
11385 (main): Move call to alarm into the loop.
11386 * gdb.threads/non-stop-fair-events.exp: Build program with
11387 -DTIMEOUT=$timeout.
11388
01b622d4
DE
113892015-04-06 Doug Evans <xdje42@gmail.com>
11390
11391 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
11392 Fix dest parameter to board_info.
11393 (fpc_compile): Ditto.
11394 (gdb_compile_pascal): Rename dest arg to destfile.
11395
961f4160
PMR
113962015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
11397
11398 * gdb.ada/funcall_ref.exp: New file.
11399 * gdb.ada/funcall_ref/foo.adb: New file.
11400
cafda597
YQ
114012015-04-02 Yao Qi <yao.qi@linaro.org>
11402
11403 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
11404 is remote.
11405
fed040c6
GB
114062015-04-02 Gary Benson <gbenson@redhat.com>
11407
11408 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
11409
d11916aa
SS
114102015-04-01 Sasha Smundak <asmundak@google.com>
11411
11412 * gdb.python/py-unwind-maint.c: New file.
11413 * gdb.python/py-unwind-maint.exp: New test.
11414 * gdb.python/py-unwind-maint.py: New file.
11415 * gdb.python/py-unwind.c: New file.
11416 * gdb.python/py-unwind.exp: New test.
11417 * gdb.python/py-unwind.py: New test.
11418
a1471180
PA
114192015-04-01 Pedro Alves <palves@redhat.com>
11420
11421 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
11422 to fail instead of non-existent $test.
11423
0bbeccb1
PA
114242015-04-01 Pedro Alves <palves@redhat.com>
11425
11426 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
11427 GDBFLAGS if not empty.
11428
3c724c8c
PMR
114292015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
11430
11431 * gdb.ada/complete.exp: Remove "multi_line".
11432 * gdb.ada/info_exc.exp: Remove "multi_line".
11433 * gdb.ada/packed_tagged.exp: Remove "multi_line".
11434 * gdb.ada/ptype_field.exp: Remove "multi_line".
11435 * gdb.ada/sym_print_name.exp: Remove "multi_line".
11436 * gdb.ada/tagged.exp: Remove "multi_line".
11437 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
11438 [multi_line ...]
11439 * gdb.btrace/delta.exp: Likewise.
11440 * gdb.btrace/exception.exp: Likewise.
11441 * gdb.btrace/function_call_history.exp: Likewise.
11442 * gdb.btrace/instruction_history.exp: Likewise.
11443 * gdb.btrace/nohist.exp: Likewise.
11444 * gdb.btrace/record_goto.exp: Likewise.
11445 * gdb.btrace/segv.exp: Likewise.
11446 * gdb.btrace/stepi.exp: Likewise.
11447 * gdb.btrace/tailcall.exp: Likewise.
11448 * gdb.btrace/unknown_functions.exp: Likewise.
11449 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
11450 * lib/gdb.exp: Add the "multi_line" helper.
11451
4eec2deb
PA
114522015-04-01 Pedro Alves <palves@redhat.com>
11453
11454 * gdb.threads/tid-reuse.c: New file.
11455 * gdb.threads/tid-reuse.exp: New file.
11456
df8411da
SDJ
114572015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
11458
11459 PR corefiles/16092
11460 * gdb.base/coredump-filter.c: New file.
11461 * gdb.base/coredump-filter.exp: Likewise.
11462
6ef37366
PM
114632015-03-27 Petr Machata <pmachata@redhat.com>
11464
11465 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
11466 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
11467 (Dwarf::assemble): Initialize them.
11468 (Dwarf::lines): New function.
11469
7ec911b0
JT
114702015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
11471
11472 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
11473 SYMBOL_PREFIX for x86_64-*-cygwin.
11474
ff908ebf
AW
114752015-03-26 Andy Wingo <wingo@igalia.com>
11476
11477 PR symtab/18148
11478 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
11479 const_value but not a location.
11480 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
11481 location defined in non-main CUs are visible.
11482
6d5f0679
YQ
114832015-03-26 Yao Qi <yao.qi@linaro.org>
11484
11485 PR testsuite/18139
11486 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
11487 Add a line number entry for the same line.
11488 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
11489 Add a line number entry for the same line.
11490
2898689b
YQ
114912015-03-26 Yao Qi <yao.qi@linaro.org>
11492
11493 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
11494 .int 0.
11495 (func): Likewise. Add .Lfunc_1 label.
11496 Use .Lfunc_1 label.
11497 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
11498 .int 0.
11499 (func): Likewise.
11500 Use .Lfunc_1 label.
11501
85180498
YQ
115022015-03-26 Yao Qi <yao.qi@linaro.org>
11503
11504 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
11505 Call gdb_compile instead to compile each .s files without debug
11506 information.
11507
8aa08a8d
YQ
115082015-03-26 Yao Qi <yao.qi@linaro.org>
11509
11510 * gdb.base/savedregs.exp (process_saved_regs): Make
11511 "Saved registers:" optional in the pattern.
11512
66849923
MM
115132015-03-25 Markus Metzger <markus.t.metzger@intel.com>
11514
11515 * gdb.btrace/next.exp: Merged into step.exp.
11516 * gdb.btrace/finish.exp: Merged into step.exp.
11517 * gdb.btrace/nexti.exp: Merged into stepi.exp.
11518 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
11519 "record goto" and checking the exact replay position.
11520 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
11521 check for "Recording format" in "info record" output.
11522 * gdb.btrace/record_goto.exp: Choose test file based on target.
11523 * gdb.btrace/x86-record_goto.S: Renamed into ...
11524 * gdb.btrace/x86_64-record_goto.S: ... this.
11525 * gdb.btrace/i686-record_goto.S: New.
11526 * gdb.btrace/x86-tailcall.S: Renamed into ...
11527 * gdb.btrace/x86_64-tailcall.S: ... this.
11528 * gdb.btrace/i686-tailcall.S: New.
11529 * gdb.btrace/x86-tailcall.c: Renamed into ...
11530 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
11531 separate statements. Update test.
11532 * gdb.btrace/delta.exp: Use record_goto.c as test file.
11533 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
11534 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
11535 * gdb.btrace/tailcall.exp: Choose test file based on target.
11536 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
11537
11cc1b74
MM
115382015-03-25 Markus Metzger <markus.t.metzger@intel.com>
11539
11540 * gdb.btrace/exception.exp: Increase BTS buffer size.
11541
a25d8bf9
PA
115422015-03-24 Pedro Alves <palves@redhat.com>
11543
11544 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
11545
856e7dd6
PA
115462015-03-24 Pedro Alves <palves@redhat.com>
11547
11548 * gdb.threads/schedlock.exp (test_step): No longer expect that
11549 "set scheduler-locking step" with "next" over a function call runs
11550 threads unlocked.
11551
ad235a41
AT
115522015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11553
11554 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
11555
15630549
AT
115562015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11557
11558 PR breakpoints/16466
11559 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
11560 * gdb.mi/mi-pending.c (thread_func): New function.
11561 (int main): Add threading support required.
11562 * gdb.mi/mi-pending.exp: Add tests for this issue.
11563 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
11564 (pendfunc2): Remove stdio dependency.
11565 * gdb.mi/mi-pendshr2.c: New file.
11566
693dca06
KS
115672015-03-23 Keith Seitz <keiths@redhat.com>
11568
11569 * gdb.linespec/keywords.c: New file.
11570 * gdb.linespec/keywords.exp: New file.
11571
7e993ebf
KS
115722015-03-23 Keith Seitz <keiths@redhat.com>
11573
11574 PR gdb/18021
11575 * gdb.dwarf2/staticvirtual.exp: New test.
11576
bc23328c
JK
115772015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11578
11579 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
11580 * README: Remove HP-UX and gdb.hp.
11581 (configuration):
11582 * configure: Regenerate.
11583 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
11584 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
11585 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
11586 gdb.hp/gdb.defects/Makefile.
11587 * gdb.hp/Makefile.in: File deleted.
11588 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
11589 * gdb.hp/gdb.aCC/optimize.c: File deleted.
11590 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
11591 * gdb.hp/gdb.aCC/run.c: File deleted.
11592 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
11593 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
11594 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
11595 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
11596 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
11597 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
11598 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
11599 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
11600 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
11601 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
11602 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
11603 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
11604 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
11605 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
11606 * gdb.hp/gdb.base-hp/reg.s: File deleted.
11607 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
11608 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
11609 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
11610 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
11611 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
11612 * gdb.hp/gdb.compat/Makefile.in: File deleted.
11613 * gdb.hp/gdb.compat/average.c: File deleted.
11614 * gdb.hp/gdb.compat/sum.c: File deleted.
11615 * gdb.hp/gdb.compat/xdb.c: File deleted.
11616 * gdb.hp/gdb.compat/xdb0.c: File deleted.
11617 * gdb.hp/gdb.compat/xdb0.h: File deleted.
11618 * gdb.hp/gdb.compat/xdb1.c: File deleted.
11619 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
11620 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
11621 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
11622 * gdb.hp/gdb.defects/Makefile.in: File deleted.
11623 * gdb.hp/gdb.defects/bs14602.c: File deleted.
11624 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
11625 * gdb.hp/gdb.defects/solib-d.c: File deleted.
11626 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
11627 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
11628 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
11629 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
11630 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
11631 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
11632 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
11633 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
11634 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
11635 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
11636 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
11637 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
11638 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
11639 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
11640 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
11641 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
11642 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
11643 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
11644 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
11645 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
11646 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
11647 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
11648 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
11649 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
11650 * gdb.hp/tools/odump: File deleted.
11651
8bf3b159
PA
116522015-03-19 Pedro Alves <palves@redhat.com>
11653
11654 * gdb.threads/continue-pending-status.exp (saw_thread_2)
11655 (saw_thread_3): New globals.
11656 (top level): Increment them when an event for the corresponding
11657 thread is seen.
11658 (no thread starvation): New test.
11659
eb54c8bf
PA
116602015-03-19 Pedro Alves <palves@redhat.com>
11661
11662 * gdb.threads/continue-pending-status.c: New file.
11663 * gdb.threads/continue-pending-status.exp: New file.
11664
32d2e5d6
PA
116652015-03-18 Pedro Alves <palves@redhat.com>
11666
11667 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11668 Use gdb_is_target_remote instead of is_remote. Use
11669 gdb_test_multiple instead of gdb_expect. Exit early if
11670 gdb_test_multiple hits its internal matches. Tighten stepi tests
11671 expected output. Fail on exit with any signal, instead of just
11672 SIGILL.
11673
f68f11b7
YQ
116742015-03-18 Yao Qi <yao.qi@linaro.org>
11675
11676 PR tdep/18107
11677 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
11678 variable.
11679 * gdb.base/catch-syscall.exp: Don't skip it on
11680 aarch64*-*-linux* target. Remove elements in all_syscalls.
11681 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
11682 target.
11683 (setup_all_syscalls): New proc.
11684
ca5fd19b
YQ
116852015-03-16 Yao Qi <yao.qi@linaro.org>
11686
11687 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
11688 (top level): Skip tests if valid_addr_p returns false for
11689 $cmd1 or $cmd2.
11690
85642ba0
AW
116912015-03-11 Andy Wingo <wingo@igalia.com>
11692
11693 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
11694
e03f9645
YQ
116952015-03-11 Yao Qi <yao.qi@linaro.org>
11696
11697 * gdb.base/catch-syscall.exp: Fix typo in comments.
11698
5d0962b2
YQ
116992015-03-11 Yao Qi <yao.qi@linaro.org>
11700
11701 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
11702
b2df3cef
PA
117032015-03-09 Pedro Alves <palves@redhat.com>
11704
11705 * dg-extract-results.py: Delete.
11706
ef878e53
PA
117072015-03-09 Pedro Alves <palves@redhat.com>
11708
11709 Merge dg-extract-results.sh from GCC upstream (r218843).
11710
11711 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
11712 * dg-extract-results.sh: Use --text with grep to avoid issues with
11713 binary files. Fall back to cat -v, if that doesn't work.
11714
9494d219
PA
117152015-03-05 Pedro Alves <palves@redhat.com>
11716
11717 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
11718
a8d9763a
SM
117192015-03-04 Simon Marchi <simon.marchi@ericsson.com>
11720
11721 * lib/mi-support.exp (mi_expect_interrupt): Accept
11722 alternative event for when in all-stop mode.
11723
be9957b8
PA
117242015-03-04 Pedro Alves <palves@redhat.com>
11725
11726 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
11727
d57be0f4 117282015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
11729
11730 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
11731
c214c7cf
AA
117322015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11733
11734 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
11735 regexps for GDB's current line display, accept a hex address
11736 preceding the line number.
11737
6d74a497
AA
117382015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11739
11740 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
11741 the 'arch1' variable for "s390*-linux*" targets.
11742
511aee7c
PA
117432015-03-04 Pedro Alves <palves@redhat.com>
11744
11745 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
11746 (main): Pass missing retval argument to pthread_join call.
11747
95e50b27
PA
117482015-03-02 Pedro Alves <palves@redhat.com>
11749
11750 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
11751 (top level): Call do_test with non-stop as well.
11752
28054d69
PA
117532015-03-02 Pedro Alves <palves@redhat.com>
11754
11755 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
11756 -1.
11757
4fa5d7b4
AA
117582015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11759
11760 * gdb.arch/s390-vregs.exp: New test.
11761 * gdb.arch/s390-vregs.S: New file.
11762
97c18565
PA
117632015-02-27 Pedro Alves <palves@redhat.com>
11764
11765 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
11766 call to catch_command_errors.
11767 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
11768 catch_command_errors.
11769
a37bfa30
PA
117702015-02-27 Pedro Alves <palves@redhat.com>
11771
11772 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
11773 "true" for boolean result.
11774 * gdb.gdb/selftest.exp (test_with_self): Also accept full
11775 prototype of main.
11776
6f98576f
PA
117772015-02-27 Pedro Alves <palves@redhat.com>
11778
11779 * lib/unbuffer_output.c: New file.
11780 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
11781 (main): Call gdb_unbuffer_output.
11782
eba5ab56
YQ
117832015-02-27 Yao Qi <yao.qi@linaro.org>
11784
11785 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
11786 target.
11787
0def5aaa
DE
117882015-02-26 Doug Evans <dje@google.com>
11789
11790 * gdb.cp/class2.cc (Dbase, D): New classes.
11791 (main): New local delta.
11792 * gdb.cp/class2.exp: Test printing delta.
11793 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
11794 (dynbar): New global.
11795 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
11796
081a1c2c
JK
117972015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11798
11799 * gdb.compile/compile-ifunc.c: New file.
11800 * gdb.compile/compile-ifunc.exp: New file.
11801
2f41223f
AT
118022015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
11803
11804 * gdb.base/structs.exp: Check for correct struct on finish.
11805
03eddd80
YQ
118062015-02-26 Yao Qi <yao.qi@linaro.org>
11807
11808 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
11809 is zero.
11810
80c57053
JK
118112015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11812
11813 * gdb.arch/cordic.ko.bz2: New file.
11814 * gdb.arch/cordic.ko.debug.bz2: New file.
11815 * gdb.arch/ppc64-symtab-cordic.exp: New file.
11816
21613c12
YQ
118172015-02-25 Yao Qi <yao.qi@linaro.org>
11818
11819 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
11820 aarch64*-*-* target.
11821
d8b901ed
PA
118222015-02-23 Pedro Alves <palves@redhat.com>
11823
11824 * lib/gdb.exp (delete_breakpoints): Rewrite using
11825 gdb_test_multiple.
11826
e5b85ead
PA
118272015-02-23 Pedro Alves <palves@redhat.com>
11828
11829 * gdb.base/info-os.c: Include stdlib.h.
11830
85c3a371
DE
118312015-02-22 Doug Evans <xdje42@gmail.com>
11832
11833 PR symtab/17855
11834 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
11835 is read after symbols have been re-read.
11836 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
11837 * gdb.ada/exec_changed/second.adb (Second): Ditto.
11838
96553a0c
DE
118392015-02-21 Doug Evans <dje@google.com>
11840
11841 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
11842
97a0c697
JK
118432015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11844
11845 PR corefiles/17808
11846 * gdb.arch/i386-biarch-core.core.bz2: New file.
11847 * gdb.arch/i386-biarch-core.exp: New file.
11848
a47cd6e9
PA
118492015-02-21 Pedro Alves <palves@redhat.com>
11850
11851 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
11852 runto_main fails.
11853
c5facdc4
PA
118542015-02-20 Pedro Alves <palves@redhat.com>
11855
11856 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
11857 info probes.
11858
2db9a427
PA
118592015-02-20 Pedro Alves <palves@redhat.com>
11860
11861 * gdb.threads/multi-create-ns-info-thr.exp: New file.
11862
60fb7e9e
PA
118632015-02-20 Pedro Alves <palves@redhat.com>
11864
11865 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
11866 clean_restart before gdb_target_supports_trace.
11867
5c5019c2
PA
118682015-02-20 Pedro Alves <palves@redhat.com>
11869
11870 PR threads/18006
11871 * gdb.threads/clone-thread_db.c: New file.
11872 * gdb.threads/clone-thread_db.exp: New file.
11873
c9587f88
AT
118742015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
11875
11876 PR breakpoints/16812
11877 * gdb.base/catch-gdb-caused-signals.c: New file.
11878 * gdb.base/catch-gdb-caused-signals.exp: New file.
11879
f6a88844
JM
118802015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
11881
11882 * configure: Regenerated.
11883 * configure.ac: Use GDB_AC_TRANSFORM.
11884 * aclocal.m4: sinclude ../transform.m4.
11885
497c491b
JM
118862015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11887
11888 * lib/dtrace.exp: New file.
11889 * gdb.base/dtrace-probe.exp: Likewise.
11890 * gdb.base/dtrace-probe.d: Likewise.
11891 * gdb.base/dtrace-probe.c: Likewise.
11892 * lib/pdtrace.in: Likewise.
11893 * configure.ac: Output variables with the transformed names of
11894 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
11895 * configure: Regenerated.
11896
03e98035
JM
118972015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11898
11899 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
11900 expected message when trying to access $_probe_* convenience
11901 variables while not on a probe.
11902
63cc30e9
JK
119032015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11904
11905 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
11906
0703599a
PA
119072015-02-11 Pedro Alves <pedro@codesourcery.com>
11908
11909 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
11910 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
11911
7e60a48e
DE
119122015-02-10 Doug Evans <xdje42@gmail.com>
11913
11914 * lib/gdb.exp (gdb_load): Always return a result.
11915
01b088bc
PA
119162015-02-10 Pedro Alves <palves@redhat.com>
11917
11918 * gdb.threads/signal-sigtrap.c: New file.
11919 * gdb.threads/signal-sigtrap.exp: New file.
11920
b05ec7a5
AT
119212015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
11922
11923 * gdb.trace/no-attach-trace.c: New file.
11924 * gdb.trace/no-attach-trace.exp: New file.
11925
a2c2acaf
MW
119262015-02-09 Mark Wielaard <mjw@redhat.com>
11927
11928 * gdb.dwarf2/atomic.c: New file.
11929 * gdb.dwarf2/atomic-type.exp: Likewise.
11930
31fd9caa
MM
119312015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11932
11933 * gdb.btrace/buffer-size.exp: Update "info record" output.
11934 * gdb.btrace/delta.exp: Update "info record" output.
11935 * gdb.btrace/enable.exp: Update "info record" output.
11936 * gdb.btrace/finish.exp: Update "info record" output.
11937 * gdb.btrace/instruction_history.exp: Update "info record" output.
11938 * gdb.btrace/next.exp: Update "info record" output.
11939 * gdb.btrace/nexti.exp: Update "info record" output.
11940 * gdb.btrace/step.exp: Update "info record" output.
11941 * gdb.btrace/stepi.exp: Update "info record" output.
11942 * gdb.btrace/nohist.exp: Update "info record" output.
11943
d33501a5
MM
119442015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11945
11946 * gdb.btrace/buffer-size: New.
11947
f4abbc16
MM
119482015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11949
11950 * gdb.btrace/delta.exp: Update "info record" output.
11951 * gdb.btrace/enable.exp: Update "info record" output.
11952 * gdb.btrace/finish.exp: Update "info record" output.
11953 * gdb.btrace/instruction_history.exp: Update "info record" output.
11954 * gdb.btrace/next.exp: Update "info record" output.
11955 * gdb.btrace/nexti.exp: Update "info record" output.
11956 * gdb.btrace/step.exp: Update "info record" output.
11957 * gdb.btrace/stepi.exp: Update "info record" output.
11958 * gdb.btrace/nohist.exp: Update "info record" output.
11959
b9d61307
SM
119602015-02-06 Simon Marchi <simon.marchi@ericsson.com>
11961
11962 PR gdb/15678
11963 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
11964
e584fdbc
PA
119652015-02-06 Pedro Alves <palves@redhat.com>
11966
11967 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
11968 macro.
11969 (seconds_left, again): New globals.
11970 (main): Wait seconds_left in a 1-second sleep loop instead of
11971 sleeping 180 seconds. If 'again' is set, reset the seconds
11972 counter.
11973 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
11974 'again' in the inferior before detaching. Print the seconds left.
11975 (options): New global.
11976 (top level): Build program with -DTIMEOUT=$timeout.
11977
77f41761
PA
119782015-02-06 Pedro Alves <palves@redhat.com>
11979
11980 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
11981 determine how many seconds to pass to 'alarm'.
11982 * gdb.base/gdb-sigterm.exp (top level): Build program with
11983 -DTIMEOUT=$timeout.
11984 (do_test): Return success/failure indication. Add more verbose
11985 logging. Don't fail if 200 single steps are seen. Instead, fail
11986 when the test times out.
11987 (passes): New global.
11988 (top level): Break the testing loop if testing fails on any
11989 iteration. Use gdb_assert.
11990
b9394193
DB
119912015-02-04 Don Breazeal <donb@codesourcery.com>
11992
11993 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
11994 and initialize them.
11995 (ipc_cleanup): New function.
11996 (main): Don't declare shmid, semid, and msqid. Add a call to
11997 atexit so that we call ipc_cleanup on exit.
11998
42d9e528
PA
119992015-02-04 Pedro Alves <palves@redhat.com>
12000
12001 * boards/native-extended-gdbserver.exp: Remove any target variant
12002 specifications from the board name before clearing the isremote
12003 flag from board_info.
12004
ae6ae975
DE
120052015-01-31 Doug Evans <xdje42@gmail.com>
12006
12007 * gdb.base/maint.exp <maint print type argc>: Update expected output.
12008
cfb069a8
GB
120092015-01-31 Gary Benson <gbenson@redhat.com>
12010
12011 * gdb.base/completion.exp: Disable completion limiting for
12012 existing tests. Add new tests to check completion limiting.
12013 * gdb.linespec/ls-errs.exp: Disable completion limiting.
12014
5dd31d79
DE
120152015-01-31 Doug Evans <xdje42@gmail.com>
12016
12017 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
12018
9f050062
DE
120192015-01-31 Doug Evans <xdje42@gmail.com>
12020
12021 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
12022 entries. Duplicate file section script entries.
12023 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
12024 inlined entries. Add test for safe-path rejection.
12025 * gdb.python/py-section-script.c: Add duplicate inlined section script
12026 entries. Duplicate file section script entries.
12027 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
12028 inlined entries. Add test for safe-path rejection.
12029
df25ebbd
JB
120302015-01-29 Joel Brobecker <brobecker@adacore.com>
12031
12032 * gdb.ada/disc_arr_bound: New testcase.
12033
4a0ca9ec
JB
120342015-01-29 Joel Brobecker <brobecker@adacore.com>
12035
12036 * gdb.ada/mi_var_array: New testcase.
12037
3a8b707a
DE
120382015-01-27 Doug Evans <dje@google.com>
12039
12040 * gdb.python/py-objfile.exp: Add tests for objfile.username.
12041 Add test for objfile.filename, objfile.username after objfile
12042 has been unloaded.
12043
f8313f6e
JB
120442015-01-26 Joel Brobecker <brobecker@adacore.com>
12045
12046 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
12047 the second test to print the name attribute of value
12048 returned by the call to gdb.lookup_type, and adjust
12049 the expected output accordingly.
12050
37bc665e
MW
120512015-01-25 Mark Wielaard <mjw@redhat.com>
12052
12053 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
12054 * gdb.base/disp-step-fork.c: Include unistd.h.
12055 * gdb.base/siginfo-obj.c: Include stdio.h.
12056 * gdb.base/siginfo-thread.c: Likewise.
12057 * gdb.mi/non-stop.c: Include unistd.h.
12058 * gdb.mi/nsthrexec.c: Include stdio.h.
12059 * gdb.mi/pthreads.c: Include unistd.h.
12060 * gdb.modula2/unbounded1.c (main): Declare returns int.
12061 * gdb.reverse/consecutive-reverse.c: Likewise.
12062 * gdb.threads/create-fail.c: Include unistd.h.
12063 * gdb.threads/killed.c: Likewise.
12064 * gdb.threads/linux-dp.c: Likewise.
12065 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
12066 * gdb.threads/non-ldr-exc-2.c: Likewise.
12067 * gdb.threads/non-ldr-exc-3.c: Likewise.
12068 * gdb.threads/non-ldr-exc-4.c: Likewise.
12069 * gdb.threads/pthreads.c: Include unistd.h.
12070 (main): Declare returns int.
12071 * gdb.threads/tls-main.c (foo): New declaration.
12072 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
12073
f7e5394d
SM
120742015-01-23 Simon Marchi <simon.marchi@ericsson.com>
12075
12076 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
12077 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
12078
743649fd
MW
120792015-01-15 Mark Wielaard <mjw@redhat.com>
12080
12081 * gdb.base/noreturn-return.c: New file.
12082 * gdb.base/noreturn-return.exp: New file.
12083 * gdb.base/noreturn-finish.c: New file.
12084 * gdb.base/noreturn-finish.exp: New file.
12085
198297aa
PA
120862015-01-23 Pedro Alves <palves@redhat.com>
12087
12088 * gdb.threads/continue-pending-after-query.c: New file.
12089 * gdb.threads/continue-pending-after-query.exp: New file.
12090
717cf30c
AG
120912015-01-22 Anders Granlund <anders.granlund@ericsson.com>
12092 Simon Marchi <simon.marchi@ericsson.com>
12093
12094 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
12095 * gdb.base/valgrind-db-attach.exp: Same.
12096 * gdb.base/valgrind-infcall.exp: Same.
12097 * lib/mi-support.exp (default_mi_gdb_start): Same.
12098 * lib/prompt.exp (default_prompt_gdb_start): Same.
12099 * lib/gdb.exp (default_gdb_spawn): Same.
12100 (gdb_interact): New.
12101
12102
4b62a76e
JK
121032015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12104
12105 * gdb.compile/compile.exp (pointer to jit function): New test.
12106
b4cdae6f
WW
121072015-01-17 Wei-cheng Wang <cole945@gmail.com>
12108
12109 * lib/gdb.exp (supports_process_record): Return true for
12110 powerpc*-*-linux*.
12111 (supports_reverse): Likewise.
12112
d221e7ef
DB
121132015-01-15 Don Breazeal <donb@codesourcery.com>
12114
12115 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
12116 instead of checking whether the target board is remote and
12117 use spawn_wait_for_attach instead of exec/sleep.
12118 * gdb.base/attach-twice.exp: Likewise.
12119
bafffb51
JB
121202015-01-15 Joel Brobecker <brobecker@adacore.com>
12121
12122 * gdb.ada/var_arr_attrs: New testcase.
12123
5589af0e
PA
121242015-01-14 Pedro Alves <palves@redhat.com>
12125 Joel Brobecker <brobecker@adacore.com>
12126
12127 PR gdb/17525
12128 * gdb.base/bp-cmds-execution-x-script.c: New file.
12129 * gdb.base/bp-cmds-execution-x-script.exp: New file.
12130 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
12131
6c400b59
PA
121322015-01-14 Pedro Alves <palves@redhat.com>
12133
12134 PR cli/17828
12135 * gdb.base/batch-preserve-term-settings.c: New file.
12136 * gdb.base/batch-preserve-term-settings.exp: New file.
12137
e02c96a7
DE
121382015-01-13 Doug Evans <dje@google.com>
12139
12140 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
12141 binary.
12142
576fd14c
JB
121432015-01-13 Joel Brobecker <brobecker@adacore.com>
12144
12145 * Makefile.in (clean mostlyclean): Do not delete *.py.
12146
04dccad0
JB
121472015-01-13 Joel Brobecker <brobecker@adacore.com>
12148
12149 * gdb.python/py-lookup-type.exp: New file.
12150
3d230f71
PA
121512015-01-12 Pedro Alves <palves@redhat.com>
12152
12153 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
12154 restore GDBFLAGS before returning.
12155
7e67715d
JK
121562015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12157
12158 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
12159 is_amd64_regs_target and is_x86_like_target.
12160
f2e0d4b4
DE
121612015-01-11 Doug Evans <xdje42@gmail.com>
12162
12163 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
12164 is given without an explicit form.
12165 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
12166 attributes.
12167 * gdb.dwarf/corrupt.exp: Ditto.
12168 * gdb.dwarf2/enum-type.exp: Ditto.
12169 * gdb.trace/entry-values.exp: Ditto.
12170 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
12171
439250fb
DE
121722015-01-11 Doug Evans <xdje42@gmail.com>
12173
12174 PR gdb/15830
12175 * gdb.base/maint.exp: Remove references to "maint demangle".
12176 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
12177 Add tests for explicitly specifying language to demangle.
12178 * gdb.dlang/demangle.exp: Ditto.
12179
ede9f622
PA
121802015-01-09 Pedro Alves <palves@redhat.com>
12181
12182 * gdb.threads/non-stop-fair-events.c: New file.
12183 * gdb.threads/non-stop-fair-events.exp: New file.
12184
a7b796db
PA
121852015-01-09 Pedro Alves <palves@redhat.com>
12186
12187 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
12188 the global scope. Set a breakpoint after all threads are started
12189 rather than stepping over two source lines. Expect the prompt.
12190 * gdb.base/watch_thread_num.c (threads_started_barrier): New
12191 global.
12192 (NUM): Now 15.
12193 (main): Use threads_started_barrier to wait for all threads to
12194 start. Main thread no longer calls thread_function. Exit after
12195 180 seconds.
12196 (loop): New function.
12197 (thread_function): Wait on threads_started_barrier barrier. Call
12198 'loop' at each iteration.
12199 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
12200 threads have started, instead of hardcoding number of "next"
12201 steps. Use an access watchpoint instead of a write watchpoint.
12202
9665ffdd
PA
122032015-01-09 Pedro Alves <palves@redhat.com>
12204
12205 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
12206 (thread_func): Wait on barrier.
12207 (main): Wait for all threads to start before stopping GDB.
12208 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
12209 global.
12210 (thread1_func, thread2_func): Wait on barrier.
12211 (main): Wait for all threads to start before stopping GDB.
12212 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
12213 New global.
12214 (thread1_func, thread2_func): Wait on barrier.
12215 (main): Wait for all threads to start before stopping GDB.
12216
c945a99f
PA
122172015-01-09 Pedro Alves <palves@redhat.com>
12218
12219 * gdb.threads/attach-many-short-lived-threads.c: New file.
12220 * gdb.threads/attach-many-short-lived-threads.exp: New file.
12221
c1a747c1
PA
122222014-01-09 Pedro Alves <palves@redhat.com>
12223
12224 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
12225 instead of to thread 2.
12226 * gdb.threads/signal-command-multiple-signals-pending.c (main):
12227 Add barrier around each pthread_create call instead of around all
12228 calls.
12229 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
12230 Set a break on thread_function and have the child threads hit it
12231 one at at a time.
12232
60b3033e
PA
122332015-01-09 Pedro Alves <palves@redhat.com>
12234
12235 * lib/gdb.exp (can_spawn_for_attach): New procedure.
12236 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
12237 false.
12238 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
12239 checking whether the target board is remote.
12240 * gdb.multi/multi-attach.exp: Likewise.
12241 * gdb.python/py-sync-interp.exp: Likewise.
12242 * gdb.server/ext-attach.exp: Likewise.
12243 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
12244 tests that need to attach, instead of checking whether the target
12245 board is remote at the top of the file.
12246
acc018ac
YQ
122472015-01-08 Yao Qi <yao@codesourcery.com>
12248
12249 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
12250
50a18af8
JK
122512015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12252
12253 Fix testcase compilation.
12254 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
12255
8503d6e1
JB
122562015-01-06 Joel Brobecker <brobecker@adacore.com>
12257
12258 * gdb.python/py-type.exp: Add a couple test about empty
12259 array creation, and negative-length array creation.
12260
cc73dbcc
DE
122612015-01-02 Doug Evans <xdje42@gmail.com>
12262
12263 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
12264
0300bbc7
DE
122652015-01-02 Doug Evans <dje@google.com>
12266
12267 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
12268
9d85a0ec
YQ
122692014-12-29 Yao Qi <yao@codesourcery.com>
12270
12271 * gdb.trace/entry-values.exp: Update comments. Rename variable
12272 bar_call_foo to returned_from_foo.
12273
87186c6a
MMN
122742014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
12275
12276 PR gdb/17394
12277 * gdb.linespec/break-asm-file.c: New file.
12278 * gdb.linespec/break-asm-file.exp: New file.
12279 * gdb.linespec/break-asm-file0.s: New file.
12280 * gdb.linespec/break-asm-file1.s: New file.
12281
1bab7383
YQ
122822014-12-18 Nigel Stephens <nigel@mips.com>
12283 Maciej W. Rozycki <macro@codesourcery.com>
12284
12285 * gdb.base/float.exp: Handle the new output from "info float" on
12286 MIPS targets.
12287
1bc1068a
JK
122882014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12289
12290 Fix MinGW compilation.
12291 * gdb.compile/compile-ops.exp: Update untested message if
12292 !skip_compile_feature_tests.
12293 * gdb.compile/compile-setjmp.exp: Likewise.
12294 * gdb.compile/compile-tls.exp: Likewise.
12295 * gdb.compile/compile.exp: Likewise.
12296 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
12297 supported on this host".
12298
b6615d10
DE
122992014-12-16 Doug Evans <xdje42@gmail.com>
12300
12301 * boards/stabs.exp: New file.
12302
25dda427
AA
123032014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
12304
12305 * gdb.base/completion.exp: Adjust to format changes of "maint
12306 print user-registers".
12307
bf330350
CU
123082014-12-16 Catalin Udma <catalin.udma@freescale.com>
12309
12310 PR server/17457
12311 * gdb.arch/aarch64-fp.c: New file.
12312 * gdb.arch/aarch64-fp.exp: New file.
12313
395cf596
SDJ
123142014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
12315
12316 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
12317 r210637, r210913, r211666, r215400, r215817).
12318
12319 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
12320 * dg-extract-results.py: New file.
12321 * dg-extract-results.sh: Use it if the environment seems
12322 suitable.
12323
12324 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
12325
12326 * dg-extract-results.py (parse_run): Handle warnings that
12327 are printed before a test harness is run.
12328
12329 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
12330
12331 * dg-extract-results.py (Named): Remove __cmp__ method.
12332 (output_variation): Use a key to sort variation.harnesses.
12333
12334 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
12335
12336 * dg-extract-results.py: For Python 3, force sys.stdout to
12337 handle surrogate escape sequences.
12338 (safe_open): New function.
12339 (output_segment, main): Use it.
12340
12341 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
12342
12343 * dg-extract-results.py (Prog.result_re): Include options
12344 in test name.
12345
12346 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
12347
12348 * dg-extract-results.py (output_variation): Always sort if
12349 do_sum.
12350
e882ef3c
SM
123512014-12-15 Simon Marchi <simon.marchi@ericsson.com>
12352
12353 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
12354 as long as we get pagination notifications.
12355
4992aa20
JM
123562014-12-15 Jason Merrill <jason@redhat.com>
12357
12358 * Makefile.in (check-gdb.%): Restore.
12359 * README: Mention it.
12360
c1b5a1a6
JB
123612014-12-13 Joel Brobecker <brobecker@adacore.com>
12362
12363 * gdb.ada/str_uninit: New testcase.
12364
5537b577
JK
123652014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12366
12367 PR symtab/17642
12368 * gdb.base/vla-stub-define.c: New file.
12369 * gdb.base/vla-stub.c: New file.
12370 * gdb.base/vla-stub.exp: New file.
12371
bb2ec1b3
TT
123722014-12-12 Phil Muldoon <pmuldoon@redhat.com>
12373 Jan Kratochvil <jan.kratochvil@redhat.com>
12374 Tom Tromey <tromey@redhat.com>
12375
12376 * configure.ac: Add gdb.compile/.
12377 * configure: Regenerate.
12378 * gdb.compile/Makefile.in: New file.
12379 * gdb.compile/compile-ops.exp: New file.
12380 * gdb.compile/compile-ops.c: New file.
12381 * gdb.compile/compile-tls.c: New file.
12382 * gdb.compile/compile-tls.exp: New file.
12383 * gdb.compile/compile-constvar.S: New file.
12384 * gdb.compile/compile-constvar.c: New file.
12385 * gdb.compile/compile-mod.c: New file.
12386 * gdb.compile/compile-nodebug.c: New file.
12387 * gdb.compile/compile-setjmp-mod.c: New file.
12388 * gdb.compile/compile-setjmp.c: New file.
12389 * gdb.compile/compile-setjmp.exp: New file.
12390 * gdb.compile/compile-shlib.c: New file.
12391 * gdb.compile/compile.c: New file.
12392 * gdb.compile/compile.exp: New file.
12393 * lib/gdb.exp (skip_compile_feature_tests): New proc.
12394
4ff709eb
TT
123952014-12-12 Tom Tromey <tromey@redhat.com>
12396
12397 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
12398 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
12399
6dddd6a5
DE
124002014-12-12 Doug Evans <dje@google.com>
12401
12402 * lib/gdb-python.exp (get_python_valueof): New function.
12403 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
12404
71c24708
AA
124052014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12406
12407 * gdb.base/completion.exp: Add test for completion of "info
12408 registers ".
12409
3e29f34a
MR
124102014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
12411
12412 * gdb.base/func-ptrs.c: New file.
12413 * gdb.base/func-ptrs.exp: New file.
12414
fc126975
SM
124152014-12-10 Simon Marchi <simon.marchi@ericsson.com>
12416
12417 PR breakpoints/17012
12418 * gdb.base/dprintf-detach.c: New file.
12419 * gdb.base/dprintf-detach.exp: New file.
12420
0a46d518
SM
124212014-12-10 Simon Marchi <simon.marchi@ericsson.com>
12422
12423 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
12424 * lib/gdb.exp (target_is_gdbserver): New procedure.
12425
a0be3e44
DE
124262014-12-08 Doug Evans <dje@google.com>
12427
12428 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
12429
df1b803a
YQ
124302014-12-05 Yao Qi <yao@codesourcery.com>
12431
12432 * gdb.guile/scm-error.exp: Remove the third argument to
12433 gdb_remote_download.
12434 * gdb.guile/scm-frame-args.exp: Likewise.
12435 * gdb.guile/scm-section-script.exp: Likewise.
12436
ddb9f679
YQ
124372014-12-05 Yao Qi <yao@codesourcery.com>
12438
12439 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
12440
86e4ed39
DE
124412014-12-04 Doug Evans <dje@google.com>
12442
12443 * gdb.python/py-objfile.exp: Add tests for
12444 objfile.add_separate_debug_file.
12445
7c50a931
DE
124462014-12-04 Doug Evans <dje@google.com>
12447
12448 * lib/gdb.exp (get_build_id): New function.
12449 (build_id_debug_filename_get): Rewrite to use it.
12450 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
12451
621661e3
MR
124522014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
12453
12454 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
12455 `method(long)', not just 0x0.
12456 * gdb.cp/nsalias.exp: Align code labels to 4.
12457 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
12458 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
12459 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
12460 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
12461 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
12462 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
12463
29f0c3b7
DE
124642014-12-02 Doug Evans <dje@google.com>
12465
e1e061e7 12466 PR symtab/17602
29f0c3b7 12467 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 12468 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
12469 * gdb.cp/anon-ns.exp: Update.
12470
162078c8
NB
124712014-12-02 Nick Bull <nicholaspbull@gmail.com>
12472
12473 * gdb.python/py-events.py (inferior_call_handler): New.
12474 (register_changed_handler, memory_changed_handler): New.
12475 (test_events.invoke): Register new handlers.
12476 * gdb.python/py-events.exp: Add tests for inferior call,
12477 memory_changed and register_changed events.
12478
fdb09caf
AA
124792014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12480
12481 * gdb.base/execl-update-breakpoints.exp: Specify the link address
12482 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
12483 if the linker doesn't understand this.
12484
55cfb2c4
SM
124852014-12-01 Simon Marchi <simon.marchi@ericsson.com>
12486
12487 * gdb.python/python.exp: Change expected reply to help().
12488
9e8cd6df
YQ
124892014-12-01 Yao Qi <yao@codesourcery.com>
12490
12491 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
12492 AC_CONFIG_SUBDIRS(gdb.gdbtk).
12493 * configure: Re-generated.
12494
6c659fc2
SC
124952014-11-28 Siva Chandra Reddy <sivachandra@google.com>
12496
12497 * gdb.cp/chained-calls.cc: New file.
12498 * gdb.cp/chained-calls.exp: New file.
12499 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
12500
d7fc3181
SM
125012014-11-28 Simon Marchi <simon.marchi@ericsson.com>
12502
12503 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
12504 * gdb.dwarf2/symtab-producer.exp: Same.
12505 * gdb.gdb/python-interrupts.exp: Same.
12506 * gdb.gdb/python-selftest.exp: Same.
12507 * gdb.python/py-linetable.exp: Same.
12508 * gdb.python/py-type.exp: Same.
12509 * gdb.python/py-value-cc.exp: Same.
12510 * gdb.python/py-value.exp: Same.
12511
10e79639
YQ
125122014-11-28 Yao Qi <yao@codesourcery.com>
12513
12514 * gdb.base/break-probes.exp: Match library name prefixed with
12515 sysroot.
12516
f28a0564
SM
125172014-11-27 Simon Marchi <simon.marchi@ericsson.com>
12518
12519 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
12520 test expected output. Add parentheses for the call to print.
12521 Remove L suffix from integers.
12522
3fe1ce1d
DE
125232014-11-26 Doug Evans <dje@google.com>
12524
12525 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
12526
84429e27
YQ
125272014-11-22 Yao Qi <yao@codesourcery.com>
12528
12529 * gdb.trace/entry-values.c: Remove asms.
12530 (foo): Add foo_label.
12531 (bar): Add bar_label.
12532 * gdb.trace/entry-values.exp: Remove code computing foo's
12533 length and bar's length.
12534 (Dwarf::assemble): Invoke function_range for bar and use
12535 MACRO_AT_func for foo.
12536
26741859
YQ
125372014-11-22 Yao Qi <yao@codesourcery.com>
12538
12539 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
12540 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
12541 Use .Lgcc43_procstart instead of gcc43.
12542
45e44d27
JB
125432014-11-21 Joel Brobecker <brobecker@adacore.com>
12544
12545 * gdb.ada/n_arr_bound: New testcase.
12546
458c8db8
SDJ
125472014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
12548
12549 PR breakpoints/10737
12550 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
12551 test_catch_syscall_multi_arch.
12552 (test_catch_syscall_multi_arch): New function.
12553
43f3e411
DE
125542014-11-20 Doug Evans <xdje42@gmail.com>
12555
12556 * gdb.base/maint.exp: Update expected output.
12557
0d7b2549
AA
125582014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
12559
12560 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
12561 4-byte instruction on S390.
12562
8908fca5
JB
125632014-11-19 Joel Brobecker <brobecker@adacore.com>
12564
12565 * gdb.ada/arr_arr: New testcase.
12566
4a46959e
JB
125672014-11-19 Joel Brobecker <brobecker@adacore.com>
12568
12569 * gdb.ada/pkd_arr_elem: New Testcase.
12570
470e2f4e
LM
125712014-11-18 Luis Machado <lgustavo@codesourcery.com>
12572
12573 * gdb.reverse/break-precsave: Expect completion message for
12574 core file reads.
12575 * gdb.reverse/consecutive-precsave.exp: Likewise.
12576 * gdb.reverse/finish-precsave.exp: Likewise.
12577 * gdb.reverse/i386-precsave.exp: Likewise.
12578 * gdb.reverse/machinestate-precsave.exp: Likewise.
12579 * gdb.reverse/sigall-precsave.exp: Likewise.
12580 * gdb.reverse/solib-precsave.exp: Likewise.
12581 * gdb.reverse/step-precsave.exp: Likewise.
12582 * gdb.reverse/until-precsave.exp: Likewise.
12583 * gdb.reverse/watch-precsave.exp: Likewise.
12584
a267f3ad
AA
125852014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12586
12587 * gdb.base/bp-permanent.c: Include unistd.h.
12588 * gdb.python/py-framefilter-mi.c (main): Add return type.
12589 * gdb.python/py-framefilter.c (main): Likewise.
12590 * gdb.trace/actions-changed.c (main): Likewise.
12591
12084a9a
AA
125922014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12593
12594 * gdb.mi/until.c: Add eye-catchers.
12595 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
12596 line numbers.
12597
dc7e1a77
AA
125982014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12599
12600 * gdb.base/condbreak.exp: Drop references to removed non-prototype
12601 function header variants in break1.c.
12602 * gdb.base/ena-dis-br.exp: Likewise.
12603 * gdb.base/hbreak2.exp: Likewise.
12604 * gdb.reverse/until-precsave.exp: Drop references to removed
12605 non-prototype function header variants in ur1.c.
12606 * gdb.reverse/until-reverse.exp: Likewise.
12607
41c77605
PM
126082014-11-17 Petr Machata <pmachata@redhat.com>
12609
12610 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
12611 ${_cu_offset_size} bytes abbrev offset.
12612
34248c3a
DE
126132014-11-15 Doug Evans <xdje42@gmail.com>
12614
12615 PR symtab/17559
12616 * gdb.base/line-symtabs.exp: New file.
12617 * gdb.base/line-symtabs.c: New file.
12618 * gdb.base/line-symtabs.h: New file.
12619
646da059
YQ
126202014-11-14 Yao Qi <yao@codesourcery.com>
12621
12622 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
12623 (func): Add label func_label.
12624 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
12625 Replace low_pc and high_pc with MACRO_AT_range.
12626 Replace name, low_pc and high_pc with MACRO_AT_func.
12627
9301ebe6
YQ
126282014-11-14 Yao Qi <yao@codesourcery.com>
12629
12630 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
12631 Replace name, low_pc and high_pc with MACRO_AT_func.
12632
f166b542
YQ
126332014-11-14 Yao Qi <yao@codesourcery.com>
12634
12635 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
12636 produce debug information.
12637 * gdb.dwarf2/implptr-optimized-out.S: Removed.
12638
0f6e71e3
YQ
126392014-11-14 Yao Qi <yao@codesourcery.com>
12640
12641 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
12642 object and get function length.
12643 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
12644 with MACRO_AT_func.
12645 (top-level): Replace gdb_compile and clean_restart with
12646 prepare_for_testing.
12647 * gdb.dwarf2/main.c (main): Add label main_label.
12648
876c4df9
YQ
126492014-11-14 Yao Qi <yao@codesourcery.com>
12650
12651 * lib/dwarf.exp (function_range): New procedure.
12652 (Dwarf::_handle_macro_at_func): New procedure.
12653 (Dwarf::_handle_macro_at_range): New procedure.
12654 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
12655
02ad9cf1
YQ
126562014-11-14 Yao Qi <yao@codesourcery.com>
12657
12658 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
12659 (_handle_attribute): New procedure.
12660
a59add0c
AA
126612014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12662
12663 * gdb.ada/cond_lang/foo.c (callme): Add return type.
12664 * gdb.base/call-sc.c (zed): Likewise.
12665 * gdb.base/checkpoint.c (main): Likewise.
12666 * gdb.base/dump.c (main): Likewise.
12667 * gdb.base/gcore.c (main): Likewise.
12668 * gdb.base/huge.c (main): Likewise.
12669 * gdb.base/multi-forks.c (main): Likewise.
12670 * gdb.base/pr10179-a.c (main): Likewise.
12671 * gdb.base/savedregs.c (main): Likewise.
12672 * gdb.base/sigaltstack.c (main): Likewise.
12673 * gdb.base/siginfo.c (main): Likewise.
12674 * gdb.base/structs.c (zed): Likewise.
12675 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
12676 * gdb.mi/mi-syn-frame.c (main): Likewise.
12677 * gdb.mi/until.c (foo, main): Likewise.
12678 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
12679 * gdb.base/solib-weak.c (foo): Declare.
12680 * gdb.base/attach-twice.c: Include stdio.h.
12681 * gdb.base/weaklib1.c: Likewise.
12682 * gdb.base/weaklib2.c: Likewise.
12683 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
12684 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
12685 unistd.h.
12686 * gdb.base/attach-pie-misread.c: Include stdlib.h.
12687 * gdb.mi/mi-exit-code.c: Likewise.
12688 * gdb.base/break-interp-lib.c: Include string.h.
12689 * gdb.base/coremaker.c: Likewise.
12690 * gdb.base/testenv.c: Likewise.
12691 * gdb.python/py-finish-breakpoint.c: Likewise.
12692 * gdb.base/inferior-died.c: Include sys/wait.h.
12693 * gdb.base/fileio.c: Include time.h.
12694 * gdb.base/async-shell.c: Include unistd.h.
12695 * gdb.base/dprintf-non-stop.c: Likewise.
12696 * gdb.base/info-os.c: Likewise.
12697 * gdb.mi/mi-console.c: Likewise.
12698 * gdb.mi/watch-nonstop.c: Likewise.
12699 * gdb.python/py-events.c: Likewise.
12700 * gdb.base/async.c (baz): Move up before its invocation.
12701 * gdb.base/code_elim2.c (my_global_func): Likewise.
12702 * gdb.base/skip-solib-lib.c (multiply): Likewise.
12703 * gdb.base/advance.c (func2): Likewise.
12704
3b5d5997
AA
127052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12706
12707 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
12708 variant.
12709 * gdb.base/annota3.c: Likewise.
12710 * gdb.base/async.c: Likewise.
12711 * gdb.base/average.c: Likewise.
12712 * gdb.base/call-ar-st.c: Likewise.
12713 * gdb.base/call-rt-st.c: Likewise.
12714 * gdb.base/call-sc.c: Likewise.
12715 * gdb.base/call-strs.c: Likewise.
12716 * gdb.base/ending-run.c: Likewise.
12717 * gdb.base/execd-prog.c: Likewise.
12718 * gdb.base/exprs.c: Likewise.
12719 * gdb.base/foll-exec.c: Likewise.
12720 * gdb.base/foll-fork.c: Likewise.
12721 * gdb.base/foll-vfork.c: Likewise.
12722 * gdb.base/funcargs.c: Likewise.
12723 * gdb.base/gcore.c: Likewise.
12724 * gdb.base/jump.c: Likewise.
12725 * gdb.base/langs0.c: Likewise.
12726 * gdb.base/langs1.c: Likewise.
12727 * gdb.base/langs2.c: Likewise.
12728 * gdb.base/mips_pro.c: Likewise.
12729 * gdb.base/nodebug.c: Likewise.
12730 * gdb.base/opaque0.c: Likewise.
12731 * gdb.base/opaque1.c: Likewise.
12732 * gdb.base/recurse.c: Likewise.
12733 * gdb.base/run.c: Likewise.
12734 * gdb.base/scope0.c: Likewise.
12735 * gdb.base/scope1.c: Likewise.
12736 * gdb.base/setshow.c: Likewise.
12737 * gdb.base/setvar.c: Likewise.
12738 * gdb.base/shmain.c: Likewise.
12739 * gdb.base/shr1.c: Likewise.
12740 * gdb.base/shr2.c: Likewise.
12741 * gdb.base/sigall.c: Likewise.
12742 * gdb.base/signals.c: Likewise.
12743 * gdb.base/so-indr-cl.c: Likewise.
12744 * gdb.base/solib2.c: Likewise.
12745 * gdb.base/structs.c: Likewise.
12746 * gdb.base/sum.c: Likewise.
12747 * gdb.base/vforked-prog.c: Likewise.
12748 * gdb.base/watchpoint.c: Likewise.
12749 * gdb.reverse/shr2.c: Likewise.
12750 * gdb.reverse/until-reverse.c: Likewise.
12751 * gdb.reverse/ur1.c: Likewise.
12752 * gdb.reverse/watch-reverse.c: Likewise.
12753
066a77c5
AA
127542014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12755
12756 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
12757 variant.
12758 * gdb.base/sepdebug.exp: Drop references to removed code.
12759
4f204ea5
AA
127602014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12761
12762 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
12763 variant. Preserve original line numbering.
12764 * gdb.base/list1.c: Likewise.
12765
3b377a3a
AA
127662014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12767
12768 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
12769 variant.
12770 * gdb.base/break1.c: Likewise.
12771 * gdb.base/break.exp: Drop references to removed code.
12772
e444df73
AA
127732014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12774
12775 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
12776 variant.
12777
8008f2a7
AA
127782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12779
12780 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
12781
a5a06887
AA
127822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12783
12784 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
12785 logic into perform_all_tests() and invoke it with and without
12786 function header prototypes.
12787 (do_function_calls): Remove conditional XFAIL for PR 5318.
12788 (rerun_and_prepare): Remove duplicate code.
12789 (perform_all_tests): New. Main logic moved here.
12790
44dba9b9
AA
127912014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12792
12793 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
12794 code guarded by #ifdef NO_PROTOTYPES.
12795 (t_double_many_args): Likewise.
12796 (DEF_FUNC_MANY_ARGS_1): Likewise.
12797 (DEF_FUNC_VALUES_1): Likewise.
12798 (t_structs_ldc): Renamed from t_structs_fc in conditional code
12799 guarded by #ifdef PROTOTYPES.
12800
d1fbcd56
AA
128012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12802
12803 * gdb.mi/mi-console.c: Add eye-catcher.
12804 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
12805 instead of literal line number.
12806
b0e59b8f
AA
128072014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12808
12809 * gdb.base/shr2.c: Add eye-catcher.
12810 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
12811 line number.
12812
78f98cca
AA
128132014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12814
12815 * gdb.base/jump.c: Add eye-catchers.
12816 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
12817 numbers.
12818
58fa2af0
AA
128192014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12820
12821 * gdb.base/execd-prog.c: Add eye-catchers.
12822 * gdb.base/foll-exec.c: Likewise.
12823 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
12824 line numbers.
12825
04e5059b
AA
128262014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12827
12828 * gdb.base/ending-run.c: Add eye-catchers.
12829 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
12830 literal line numbers.
12831
dbfdb174
AA
128322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12833
12834 * gdb.base/call-rt-st.c: Add eye-catchers.
12835 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
12836 literal line numbers.
12837
888a2ade
AA
128382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12839
12840 * gdb.base/call-ar-st.c: Add eye-catchers.
12841 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
12842 literal line numbers.
12843
6acc2dde
AA
128442014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12845
12846 * gdb.base/average.c: Add eye-catchers.
12847 * gdb.base/sum.c: Likewise.
12848 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
12849 regexps dynamically.
12850
9ecfcd1d
AA
128512014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12852
12853 * gdb.base/solib1.c: Add eye-catchers.
12854 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
12855 literal line numbers.
12856
78708b7c
PA
128572014-11-12 Pedro Alves <palves@redhat.com>
12858
12859 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
12860 leader has exited.
12861
af48d08f
PA
128622014-11-12 Pedro Alves <palves@redhat.com>
12863
12864 * gdb.arch/i386-bp_permanent.c: New file.
12865 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
12866 (srcfile): Set to i386-bp_permanent.c.
12867 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
12868 that stepi does not execute the 'leave' instruction, instead of
12869 testing it does execute.
12870 * gdb.base/bp-permanent.c: New file.
12871 * gdb.base/bp-permanent.exp: New file.
12872
af3768e9
DE
128732014-11-10 Doug Evans <xdje42@gmail.com>
12874
12875 PR symtab/17564
12876 * gdb.base/symtab-search-order.exp: New file.
12877 * gdb.base/symtab-search-order.c: New file.
12878 * gdb.base/symtab-search-order-1.c: New file.
12879 * gdb.base/symtab-search-order-shlib-1.c: New file.
12880
9de00a4a
PA
128812014-11-07 Pedro Alves <palves@redhat.com>
12882
12883 PR gdb/17511
12884 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
12885 i?86-*-linux*.
12886
e0f52461
SC
128872014-11-03 Siva Chandra Reddy <sivachandra@google.com>
12888
12889 PR c++/17494
12890 * gdb.cp/pr17494.cc: New file.
12891 * gdb.cp/pr17494.exp: New file.
12892
6ce8c980
YQ
128932014-11-02 Yao Qi <yao@codesourcery.com>
12894
12895 * gdb.python/python.exp: Get working directory and match the
12896 output of "set extended-prompt \\w " with it.
12897
02be9a71
DE
128982014-10-30 Doug Evans <dje@google.com>
12899
12900 * gdb.python/py-objfile.exp: Add tests for setting random attributes
12901 in objfiles.
12902 * gdb.python/py-progspace.exp: Add tests for setting random attributes
12903 in progspaces.
12904
3bdff46b
LM
129052014-10-30 Janis Johnson <janisjo@codesourcery.com>
12906
12907 * gdb.base/fullpath-expand.exp: Skip for a remote host.
12908 * gdb.base/realname-expand.exp: Likewise.
12909 * gdb.linespec/macro-relative.exp: Likewise.
12910
ab917dfb
PA
129112014-10-29 Pedro Alves <palves@redhat.com>
12912
12913 PR gdb/17408
12914 * gdb.threads/schedlock.c (some_function): New function.
12915 (call_function): New global.
12916 (MAYBE_CALL_SOME_FUNCTION): New macro.
12917 (thread_function): Call it.
12918 * gdb.threads/schedlock.exp (get_args): Add description parameter,
12919 and use it instead of a global counter. Adjust all callers.
12920 (get_current_thread): Use "find current thread" for test message
12921 here rather than having all callers pass down the same string.
12922 (goto_loop): New procedure, factored out from ...
12923 (my_continue): ... this.
12924 (step_ten_loops): Change parameter from test message to command to
12925 use. Adjust.
12926 (list_count): Delete global.
12927 (check_result): New procedure, factored out from duplicate top
12928 level code.
12929 (continue tests): Wrap in with_test_prefix.
12930 (test_step): New procedure, factored out from duplicate top level
12931 code.
12932 (top level): Test "step" in combination with all scheduler-locking
12933 modes. Test "next" in combination with all scheduler-locking
12934 modes, and in combination with stepping over a function call or
12935 not.
12936 * gdb.threads/next-bp-other-thread.c: New file.
12937 * gdb.threads/next-bp-other-thread.exp: New file.
12938
d3d4baed
PA
129392014-10-29 Pedro Alves <palves@redhat.com>
12940
12941 PR python/17372
12942 * gdb.python/python.exp: Test a multi-line command that spawns
12943 interactive Python.
12944 * gdb.base/multi-line-starts-subshell.exp: New file.
12945
563e8d85
YQ
129462014-10-29 Yao Qi <yao@codesourcery.com>
12947
12948 * gdb.base/fileio.exp: Make directories on host.
12949
0ea4d52e
YQ
129502014-10-29 Yao Qi <yao@codesourcery.com>
12951
12952 * gdb.base/fileio.c (test_write): Close the file.
12953
7f5ef605
PA
129542014-10-28 Pedro Alves <palves@redhat.com>
12955
12956 PR gdb/12623
12957 * gdb.base/sigstep.c (no_handler): New global.
12958 (main): If 'no_handler is true, set the signal handlers to
12959 SIG_IGN.
12960 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
12961 with_sw_watch and no_handler parameters. Handle them.
12962 (top level) <stepping over handler when stopped at a breakpoint
12963 test>: Add a test axis for testing with a software watchpoint, and
12964 another for testing with the signal handler set to SIG_IGN.
12965 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
12966 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
12967
abbdbd03
PA
129682014-10-28 Pedro Alves <palves@redhat.com>
12969
12970 PR gdb/17511
12971 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
12972 * gdb.base/sigstep.exp (other_handler_location): New global.
12973 (advance): Support stepping into the signal handler, and running
12974 commands while in the handler.
12975 (in_handler_map): New global.
12976 (top level): In the advance test, add combinations for getting
12977 into the handler with stepping commands, and for running commands
12978 in the handler. Add comment descripting the advancei tests.
12979
1df4399f
PA
129802014-10-28 Pedro Alves <palves@redhat.com>
12981
12982 * gdb.base/sigstep.exp: Use build_executable instead of
12983 prepare_for_testing.
12984 (top level): Move code that starts GDB, runs to main and creates a
12985 display to ...
12986 (restart): ... this new procedure.
12987 (top level): Move backtrace from signal handler test to ...
12988 (validate_backtrace): ... this new procedure.
12989 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
12990 with_test_prefix. Always restart GDB.
12991 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
12992 with_test_prefix. Always restart GDB. No need to delete
12993 breakpoints after the test.
12994 (test_skip_handler): Remove prefix parameter.
12995 (skip_over_handler, breakpoint_to_handler)
12996 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
12997 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
12998 restart GDB. No need to delete breakpoints after the test.
12999 (top level): Use foreach to call the test procedures with
13000 different commands.
13001
a5b6e449
PA
130022014-10-28 Pedro Alves <palves@redhat.com>
13003
13004 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
13005 instead of GNATS numbers.
13006 * gdb.base/sigbpt.exp: Likewise.
13007 * gdb.base/siginfo.exp: Likewise.
13008 * gdb.base/sigstep.exp: Likewise.
13009
e5f8a7cc
PA
130102014-10-27 Pedro Alves <palves@redhat.com>
13011
13012 * gdb.base/sigstep.c (dummy): New global.
13013 (main): Issue a couple writes to the new global.
13014 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
13015 procedures.
13016 (skip_over_handler): Use test_skip_handler.
13017 (top level): Call skip_over_handler for stepi and nexti too.
13018 (breakpoint_over_handler): Use test_skip_handler.
13019 (top level): Call breakpoint_over_handler for stepi and nexti too.
13020
763905a3
YQ
130212014-10-27 Yao Qi <yao@codesourcery.com>
13022
13023 * gdb.trace/tfile.c (adjust_function_address)
13024 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
13025 function descriptor.
13026
6f259a23
DB
130272014-10-24 Don Breazeal <donb@codesourcery.com>
13028
13029 * gdb.base/foll-fork.exp (test_follow_fork,
13030 catch_fork_child_follow): Check for updated fork messages emitted
13031 from infrun.c.
13032 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
13033 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
13034 vfork_and_exec_child_follow_through_step): Check for updated vfork
13035 messages emitted from infrun.c.
13036
09dd9a69
PA
130372014-10-24 Pedro Alves <palves@redhat.com>
13038
13039 * gdb.base/corefile.exp: Remove references to ultrix.
13040 * gdb.base/interrupt.exp: Likewise.
13041 * gdb.base/whatis.exp: Likewise.
13042 * gdb.gdb/selftest.exp: Likewise.
13043 * gdb.threads/manythreads.exp: Likewise.
13044 * gdb.threads/print-threads.exp: Likewise.
13045 * gdb.threads/pthreads.exp:: Likewise.
13046 * gdb.threads/schedlock.exp: Likewise.
13047
3433cfa5
SC
130482014-10-24 Siva Chandra Reddy <sivachandra@google.com>
13049
13050 * gdb.cp/non-trivial-retval.cc: Add a test case.
13051 * gdb.cp/non-trivial-retval.exp: Add a test.
13052
092f880b
YQ
130532014-10-20 Yao Qi <yao@codesourcery.com>
13054
13055 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
13056 * gdb.python/py-objfile-script-gdb.py: New file.
13057 * gdb.python/py-objfile-script.exp: Update reference to
13058 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
13059 of remote_download. Remove the dest file.
13060
acbdb7f3
YQ
130612014-10-20 Yao Qi <yao@codesourcery.com>
13062
13063 * gdb.base/checkpoint.exp: Don't remove file copied on host.
13064 * gdb.base/step-line.exp: Likewise.
13065 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13066 * gdb.dwarf2/dw2-basic.exp: Likewise.
13067 * gdb.dwarf2/dw2-compressed.exp: Likewise.
13068 * gdb.dwarf2/dw2-filename.exp: Likewise.
13069 * gdb.dwarf2/dw2-intercu.exp: Likewise.
13070 * gdb.dwarf2/dw2-intermix.exp: Likewise.
13071 * gdb.dwarf2/dw2-producer.exp: Likewise.
13072 * gdb.dwarf2/mac-fileno.exp: Likewise.
13073 * gdb.python/py-frame-args.exp: Likewise.
13074 * gdb.python/py-framefilter.exp: Likewise.
13075 * gdb.python/py-mi.exp: Likewise.
13076 * gdb.python/py-objfile-script.exp: Likewise
13077 * gdb.python/py-pp-integral.exp: Likewise.
13078 * gdb.python/py-pp-re-notag.exp: Likewise.
13079 * gdb.python/py-prettyprint.exp: Likewise.
13080 * gdb.python/py-section-script.exp: Likewise.
13081 * gdb.python/py-typeprint.exp: Likewise.
13082 * gdb.python/py-xmethods.exp: Likewise.
13083 * gdb.stabs/weird.exp: Likewise.
13084 * gdb.xml/tdesc-regs.exp: Likewise.
13085
bd286a29
KCY
130862014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
13087
13088 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
13089 (out_cu): Use addr_len for the size of addresses.
13090 (out_line): Likewise. Size DW_LNE_set_address instruction
13091 according to addr_len.
13092 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
13093 (FUNC): Add START_INSNS to definition.
13094
673dc4a0
YQ
130952014-10-18 Yao Qi <yao@codesourcery.com>
13096
13097 * gdb.base/argv0-symlink.exp: Check argv[0] value if
13098 gdb_has_argv0 return true.
13099 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
13100 check [target_info exists noargs], check [gdb_has_argv0]
13101 instead.
13102 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13103 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
13104 procedures.
13105
4ffbba72
DE
131062014-10-17 Doug Evans <dje@google.com>
13107
13108 * gdb.python/py-events.exp: Update expected output for clear_objfiles
13109 event.
13110 * gdb.python/py-events.py: Add clear_objfiles event.
13111
d096d8c1
DE
131122014-10-17 Doug Evans <dje@google.com>
13113
13114 * gdb.python/py-objfile.exp: Test progspace attribute.
13115
a80db015
LM
131162014-10-17 Luis Machado <lgustavo@codesourcery.com>
13117
13118 * gdb.guile/scm-breakpoint.exp: Do not assume any
13119 directory separators when matching source file paths.
13120 * gdb.python/py-breakpoint.exp: Likewise.
13121 * gdb.reverse/break-precsave.exp: Likewise.
13122 * gdb.reverse/break-reverse.exp: Likewise.
13123 * gdb.reverse/consecutive-precsave.exp: Likewise.
13124 * gdb.reverse/finish-precsave.exp: Likewise.
13125 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
13126 * gdb.reverse/finish-reverse.exp: Likewise.
13127 * gdb.reverse/i386-precsave.exp: Likewise.
13128 * gdb.reverse/i387-env-reverse.exp: Likewise.
13129 * gdb.reverse/i387-stack-reverse.exp: Likewise.
13130 * gdb.reverse/machinestate-precsave.exp: Likewise.
13131 * gdb.reverse/machinestate.exp: Likewise.
13132 * gdb.reverse/sigall-precsave.exp: Likewise.
13133 * gdb.reverse/solib-precsave.exp: Likewise.
13134 * gdb.reverse/step-precsave.exp: Likewise.
13135 * gdb.reverse/until-precsave.exp: Likewise.
13136 * gdb.reverse/watch-precsave.exp: Likewise.
13137 * gdb.reverse/watch-reverse.exp: Likewise.
13138
b22089ab
YQ
131392014-10-17 Yao Qi <yao@codesourcery.com>
13140
13141 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
13142 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
13143
6c4486e6
PA
131442014-10-17 Pedro Alves <palves@redhat.com>
13145
13146 PR gdb/17471
13147 * gdb.base/bg-execution-repeat.c: New file.
13148 * gdb.base/bg-execution-repeat.exp: New file.
13149
0ff33695
PA
131502014-10-17 Pedro Alves <palves@redhat.com>
13151
13152 PR gdb/17300
13153 * gdb.base/continue-all-already-running.c: New file.
13154 * gdb.base/continue-all-already-running.exp: New file.
13155
6fdebc3d
PA
131562014-10-17 Pedro Alves <palves@redhat.com>
13157
13158 PR gdb/17472
13159 * gdb.base/annota-input-while-running.c: New file.
13160 * gdb.base/annota-input-while-running.exp: New file.
13161
32a8097b
PA
131622014-10-17 Pedro Alves <palves@redhat.com>
13163
13164 * gdb.base/callfuncs.exp: emove references to osf.
13165 * gdb.base/sigall.exp: Likewise.
13166 * gdb.gdb/selftest.exp: Likewise.
13167 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
13168 * gdb.mi/non-stop.c: Likewise.
13169 * gdb.mi/pthreads.c: Likewise.
13170 * gdb.reverse/sigall-precsave.exp: Likewise.
13171 * gdb.reverse/sigall-reverse.exp: Likewise.
13172 * gdb.threads/pthreads.c: Likewise.
13173 * gdb.threads/pthreads.exp: Likewise.
13174
7a3517ff
YQ
131752014-10-17 Yao Qi <yao@codesourcery.com>
13176
13177 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
13178 check 'target_info exists noargs'.
13179 (test_command_prompt_position): Likewise.
13180 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
13181 Remove "set args".
13182 (progvar_simple_while_test): Likewise.
13183 (progvar_complex_if_while_test): Likewise.
13184 (if_while_breakpoint_command_test): Likewise.
13185 (infrun_breakpoint_command_test): Likewise.
13186 (breakpoint_command_test): Likewise.
13187 (watchpoint_command_test): Likewise.
13188 (bp_deleted_in_command_test): Likewise.
13189 (temporary_breakpoint_commands): Likewise.
13190
bb99c472
YQ
131912014-10-16 Yao Qi <yao@codesourcery.com>
13192
13193 * gdb.base/remotetimeout.exp: Remove noargs checking.
13194
7c16b83e
PA
131952014-10-15 Pedro Alves <palves@redhat.com>
13196
13197 PR breakpoints/9649
13198 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
13199 * gdb.base/breakpoint-in-ro-region.exp
13200 (probe_target_hardware_step): New procedure.
13201 (top level): Probe hardware stepping and hardware breakpoint
13202 support. Test stepping through a read-only region, with both
13203 "breakpoint auto-hw" on and off and both "always-inserted" on and
13204 off.
13205
35a49624
IB
132062014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
13207
13208 * gdb.dlang/demangle.exp: Update for demangling changes.
13209
2d1c107c
SC
132102014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13211
13212 * gdb.cp/non-trivial-retval.cc: Add new test cases.
13213 * gdb.cp/non-trivial-retval.exp: Add new tests.
13214
778811d5
SC
132152014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13216
13217 PR c++/13403
13218 PR c++/15154
13219 * gdb.cp/non-trivial-retval.cc: New file.
13220 * gdb.cp/non-trivial-retval.exp: New file.
13221
10c5f0a8
YQ
132222014-10-15 Yao Qi <yao@codesourcery.com>
13223
13224 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
13225 remote host.
13226
65d7b369
YQ
132272014-10-15 Yao Qi <yao@codesourcery.com>
13228
13229 * gdb.python/py-symbol.exp: Match file base name if host is
13230 remote, otherwise match file name with dir name.
13231 * gdb.python/py-symtab.exp: Likewise.
13232 * gdb.python/python.exp: Likewise.
13233
46dc1394
YQ
132342014-10-15 Yao Qi <yao@codesourcery.com>
13235
13236 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
13237 pattern.
13238 * gdb.python/py-symtab.exp: Likewise.
13239 * gdb.python/python.exp: Remove trailing ".*". Fix typo
13240 locationn.
13241
c40cc657
JB
132422014-10-14 Joel Brobecker <brobecker@adacore.com>
13243
13244 * gdb.ada/addr_arith: New testcase.
13245
2abf49e1
MR
132462014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
13247
13248 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
13249 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
13250 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
13251 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
13252
f7088df3
SDJ
132532014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
13254
13255 * gdb.arch/stap-eval-lang-ada.S: Likewise.
13256 * gdb.arch/stap-eval-lang-ada.c: Likewise.
13257 * gdb.arch/stap-eval-lang-ada.exp: New file.
13258
4dc06805
YQ
132592014-10-14 Yao Qi <yao@codesourcery.com>
13260
13261 * gdb.mi/mi-var-child.c (nothing1): New function.
13262 (nothing2): New function.
13263 (do_children_tests): Set function pointers by nothing1 and
13264 nothing2.
13265 * gdb.mi/mi-var-child.exp: Step over new added statements.
13266 Update test to match the new output.
13267 * gdb.mi/var-cmd.c (nothing1): New function.
13268 (nothing2): New function.
13269 (do_children_tests): Set function pointers by nothing1 and
13270 nothing2.
13271 * gdb.mi/mi-var-display.exp: Update test to match output.
13272 Step to the line specified by $line_dct_nothing.
13273 Increase the number of lines to step.
13274
46a93de2
YQ
132752014-10-14 Yao Qi <yao@codesourcery.com>
13276
13277 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
13278 tests.
13279 * gdb.mi/mi2-var-child.exp: Likewise.
13280
14ea52ee
DE
132812014-10-13 Doug Evans <dje@google.com>
13282
13283 * gdb.python/py-objfile.exp: Change name of file name test.
13284
e5c6e92b
DE
132852014-10-13 Doug Evans <dje@google.com>
13286
13287 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
13288 from the start of the CU.
13289
c780cc2f
JK
132902014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13291 Yao Qi <yao@codesourcery.com>
13292
13293 Fix "save breakpoints" for "catch" command.
13294 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
13295 Remove -nonewline. Match also the added "main" line.
13296
99894e11
JK
132972014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13298
13299 Fix "save breakpoints" for "disable $bpnum" command.
13300 * gdb.base/save-bp.c (main): Add label.
13301 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
13302
6e1ac5a3
JK
133032014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13304
13305 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
13306
754dd2b0
YQ
133072014-10-11 Yao Qi <yao@codesourcery.com>
13308
13309 * gdb.server/server-kill.exp: Execute command
13310 "set remote trace-status-packet on" before "tstatus".
13311
f90183d7
YQ
133122014-10-11 Yao Qi <yao@codesourcery.com>
13313
13314 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
13315 (main): Call getppid.
13316 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
13317 and continue to it. Read variable "server_pid".
13318
bf40a607
YQ
133192014-10-11 Yao Qi <yao@codesourcery.com>
13320
13321 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
13322
052ca370
YQ
133232014-10-11 Yao Qi <yao@codesourcery.com>
13324
13325 * gdb.threads/thread-find.exp: Don't execute command
13326 "info threads".
13327 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
13328 * gdb.threads/linux-dp.exp: Don't check the condition
13329 $threads_created equals to zero.
13330
3831839c
PA
133312014-10-10 Pedro Alves <palves@redhat.com>
13332
13333 * gdb.base/bigcore.exp: Remove references to IRIX.
13334 * gdb.base/funcargs.exp: Likewise.
13335 * gdb.base/interrupt.exp: Likewise.
13336 * gdb.base/mips_pro.exp: Likewise.
13337 * gdb.base/nodebug.exp: Likewise.
13338 * gdb.base/setvar.exp: Likewise.
13339 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
13340
8b9a549d
PA
133412014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13342 Pedro Alves <palves@redhat.com>
13343
13344 PR symtab/14466
13345 * gdb.base/vdso-warning.c: New file.
13346 * gdb.base/vdso-warning.exp: New file.
13347
d48ba5e8
DE
133482014-10-02 Doug Evans <dje@google.com>
13349
13350 * gdb.base/structs.c (main): Don't run forever.
13351
2278c276
PA
133522014-10-02 Pedro Alves <palves@redhat.com>
13353
13354 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
13355 (top level) <stop threads 1, stop threads 2>: Use it.
13356
b57bacec
PA
133572014-10-02 Pedro Alves <palves@redhat.com>
13358
13359 * gdb.threads/break-while-running.exp (test): Add new
13360 'update_thread_list' argument. Skip "info threads" if false.
13361 (top level): Add new 'update_thread_list' axis.
13362
13fd3ff3
PA
133632014-10-02 Pedro Alves <palves@redhat.com>
13364
13365 PR breakpoints/17431
13366 * gdb.base/execl-update-breakpoints.c: New file.
13367 * gdb.base/execl-update-breakpoints.exp: New file.
13368
0fec99e8
PA
133692014-10-01 Pedro Alves <palves@redhat.com>
13370
13371 * gdb.base/breakpoint-in-ro-region.c: New file.
13372 * gdb.base/breakpoint-in-ro-region.exp: New file.
13373
2ddf4301
SM
133742014-10-01 Simon Marchi <simon.marchi@ericsson.com>
13375
13376 * gdb.mi/mi-exit-code.exp: New file.
13377 * gdb.mi/mi-exit-code.c: New file.
13378
6a5f3f43
YQ
133792014-09-30 Yao Qi <yao@codesourcery.com>
13380
13381 * lib/prelink-support.exp (build_executable_own_libs): Error if
13382 the target isn't native.
13383
345bcc73
YQ
133842014-09-30 Yao Qi <yao@codesourcery.com>
13385
13386 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
13387 false.
13388
a25a5a45
PA
133892014-09-22 Pedro Alves <palves@redhat.com>
13390
13391 * gdb.threads/break-while-running.exp: New file.
13392 * gdb.threads/break-while-running.c: New file.
13393
00ba3162
YQ
133942014-09-19 Yao Qi <yao@codesourcery.com>
13395
13396 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
13397 Invoke test. Restart GDB with --readnow and invoke test again.
13398
c3b7b696
YQ
133992014-09-19 Yao Qi <yao@codesourcery.com>
13400
13401 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
13402 proc set_breakpoint_on_gcd_function. Invoke
13403 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
13404 invoke set_breakpoint_on_gcd_function again.
13405
2b4fd423
DE
134062014-09-18 Doug Evans <dje@google.com>
13407
13408 * gdb.dwarf2/symtab-producer.exp: New file.
13409
a5947601
SDJ
134102014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
13411
13412 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
13413 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
13414 * gdb.base/global-var-nested-by-dso.c: Likewise.
13415 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13416
91c19059
SDJ
134172014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
13418 Pedro Alves <palves@redhat.com>
13419
13420 * gdb.base/watch-bitfields.exp: Pass string other than test file
13421 name to prepare_for_testing.
13422 (watch): New procedure.
13423 (expect_watchpoint): Use with_test_prefix.
13424 (top level): Factor out tests to ...
13425 (test_watch_location, test_regular_watch): ... these new
13426 procedures, and use with_test_prefix and gdb_continue_to_end.
13427
bb9d5f81
PP
134282014-09-16 Patrick Palka <patrick@parcs.ath.cx>
13429
13430 PR breakpoints/12526
13431 * gdb.base/watch-bitfields.exp: New file.
13432 * gdb.base/watch-bitfields.c: New file.
13433
635856f5
PA
134342014-09-16 Pedro Alves <palves@redhat.com>
13435
13436 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
13437 software and hardware addresses, not software address against
13438 itself.
13439
7280ceea
PA
134402014-09-16 Pedro Alves <palves@redhat.com>
13441
13442 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
13443 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
13444
428b16bd
PA
134452014-09-16 Pedro Alves <palves@redhat.com>
13446
13447 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
13448 files.
13449 * gdb.base/a2-run.exp: Remove all code guarded by istarget
13450 "*-*-vxworks*" throughout.
13451 * gdb.base/break.exp: Likewise.
13452 * gdb.base/default.exp: Likewise.
13453 * gdb.base/scope.exp: Likewise.
13454 * gdb.base/sepdebug.exp: Likewise.
13455 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
13456 throughout.
13457 * gdb.base/run.c: Likewise.
13458 * gdb.base/sepdebug.c: Likewise.
13459 * gdb.hp/gdb.aCC/run.c: Likewise.
13460 * gdb.reverse/until-reverse.c: Likewise.
13461 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
13462
666d413c
YQ
134632014-09-16 Yao Qi <yao@codesourcery.com>
13464
13465 * boards/local-remote-host-native.exp: New file.
13466
57cbd724
DE
134672014-09-14 Doug Evans <xdje42@gmail.com>
13468
13469 * gdb.threads/queue-signal.c (thread_count): New variable.
13470 (thread_count_mutex, thread_count_condvar): New variables.
13471 (incr_thread_count, wait_all_threads_running): New functions.
13472 (main): Wait for all threads to be in their thread functions.
13473
81219e53
DE
134742014-09-13 Doug Evans <xdje42@gmail.com>
13475
13476 * gdb.threads/queue-signal.c: New file.
13477 * gdb.threads/queue-signal.exp: New file.
13478
3714cea7
DE
134792014-09-13 Doug Evans <xdje42@gmail.com>
13480
13481 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
13482 be consistent with what default_gdb_init uses.
13483 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
13484 the plain text of the prompt. Add some logging printfs.
13485 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
13486
fa43b1d7
PA
134872014-09-12 Pedro Alves <palves@redhat.com>
13488
13489 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
13490 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
13491 * gdb.arch/i386-size-overlap.exp: Likewise.
13492 * gdb.arch/i386-size.exp: Likewise.
13493 * gdb.arch/i386-unwind.exp: Likewise.
13494 * gdb.base/a2-run.exp: Likewise.
13495 * gdb.base/break.exp: Likewise.
13496 * gdb.base/charset.exp: Likewise.
13497 * gdb.base/chng-syms.exp: Likewise.
13498 * gdb.base/commands.exp: Likewise.
13499 * gdb.base/dbx.exp: Likewise.
13500 * gdb.base/find.exp: Likewise.
13501 * gdb.base/funcargs.exp: Likewise.
13502 * gdb.base/jit-simple.exp: Likewise.
13503 * gdb.base/reread.exp: Likewise.
13504 * gdb.base/sepdebug.exp: Likewise.
13505 * gdb.base/step-bt.exp: Likewise.
13506 * gdb.cp/mb-inline.exp: Likewise.
13507 * gdb.cp/mb-templates.exp: Likewise.
13508 * gdb.objc/basicclass.exp: Likewise.
13509 * gdb.threads/killed.exp: Likewise.
13510
9d9bf2df
EBM
135112014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13512
13513 PR tdep/17379
13514 * gdb.arch/powerpc-stackless.S: New file.
13515 * gdb.arch/powerpc-stackless.exp: New file.
13516
1cf2f1b0
JK
135172014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13518
13519 * gdb.base/attach.c: Include unistd.h.
13520 (main): Call alarm. Add label postloop.
13521 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
13522 gdb_breakpoint, gdb_continue_to_breakpoint.
13523 (test_command_line_attach_run): Kill ${testpid} in one exit path.
13524
98880d46
PA
135252014-09-11 Pedro Alves <palves@redhat.com>
13526
13527 PR gdb/17347
13528 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
13529 * gdb.base/attach.exp (test_command_line_attach_run): New
13530 procedure.
13531 (top level): Call it.
13532
4c92ff2c
PA
135332014-09-11 Pedro Alves <palves@redhat.com>
13534
13535 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
13536 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
13537 (do_command_attach_tests): Use spawn_wait_for_attach.
13538 * gdb.base/solib-overlap.exp: Likewise.
13539 * gdb.multi/multi-attach.exp: Likewise.
13540 * gdb.python/py-prompt.exp: Likewise.
13541 * gdb.python/py-sync-interp.exp: Likewise.
13542 * gdb.server/ext-attach.exp: Likewise.
13543
3adc1a7d
GKB
135442014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
13545
13546 * gdb.fortran/array-element.exp: Remove unexpected "continue"
13547 command in testcase. Simplify testcase.
13548
96334934
JB
135492014-09-10 Joel Brobecker <brobecker@adacore.com>
13550
13551 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
13552
eb479039
JB
135532014-09-10 Joel Brobecker <brobecker@adacore.com>
13554
13555 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
13556
deede10c
JB
135572014-09-10 Joel Brobecker <brobecker@adacore.com>
13558
13559 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
13560
7828a5f5
JB
135612014-09-10 Joel Brobecker <brobecker@adacore.com>
13562
13563 * gdb.dwarf2/dynarr-ptr.c: New file.
13564 * gdb.dwarf2/dynarr-ptr.exp: New file.
13565
33aeebcf
MR
135662014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13567
13568 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
13569 of 30 rather than hardcoding 120 for a slow test case. Take the
13570 `gdb,timeout' target setting into account for this calculation.
13571 Don't extend the timeout for the test cases that don't need it.
13572
7b415901
MR
135732014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13574
13575 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
13576 a factor of 2 for a slow test case. Take the `gdb,timeout'
13577 target setting into account for this calculation.
13578 * gdb.reverse/until-precsave.exp: Increase the timeout by
13579 a factor of 15 and 3 respectively rather than adding 120
13580 for a pair of slow test cases. Take the `gdb,timeout'
13581 target setting into account for this calculation.
13582
4a40f85a
MR
135832014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13584
13585 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
13586 timeout, don't pass one down to gdb_expect.
13587 (gdb_expect): Rework timeout selection.
13588
09635af7
MR
135892014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13590
13591 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
13592 exception on timeout.
13593 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
13594 (gdbserver_start_extended): Catch any `gdbserver_start' error
13595 exceptions.
13596 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
13597 * lib/mi-support.exp (mi_gdb_target_load): Catch any
13598 `gdbserver_gdb_load' error exceptions.
13599
2bdd10b7
MR
136002014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13601
13602 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
13603 120 on waiting for the TCP socket to open.
13604
316935f0
DE
136052014-09-09 Doug Evans <xdje42@gmail.com>
13606
13607 * gdb.base/default.exp (show_conv_list): Add _caller_is,
13608 _caller_matches, _any_caller_is, _any_caller_matches.
13609
83740597
DE
136102014-09-09 Doug Evans <xdje42@gmail.com>
13611
13612 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
13613
4c122fc3
YQ
136142014-09-09 Yao Qi <yao@codesourcery.com>
13615
13616 * gdb.mi/mi-var-display.exp: Set print symbol off.
13617
a9f116cb
GKB
136182014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
13619
13620 PR gdb/17035
13621 * gdb.base/commands.exp: Add tests to verify user-defined
13622 commands with empty bodies.
13623 * gdb.python/py-cmd.exp: Test that we don't show user-defined
13624 python commands in `show user command`.
13625 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
13626 scheme commands in `show user command`.
13627
c75bd3a2
JK
136282014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13629
13630 PR python/17355
13631 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
13632 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
13633 * gdb.python/py-framefilter-invalidarg.exp: New file.
13634 * gdb.python/py-framefilter-invalidarg.py: New file.
13635
faa42425
DE
136362014-09-06 Doug Evans <xdje42@gmail.com>
13637
13638 PR 15276
13639 * gdb.python/py-caller-is.c: New file.
13640 * gdb.python/py-caller-is.exp: New file.
13641
474ca4f6
SDJ
136422014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
13643
13644 PR gdb/17235
13645 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
13646 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
13647
eb0b0463
SDJ
136482014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
13649
13650 PR fortran/17237
13651 * gdb.fortran/print-formatted.exp: New file.
13652 * gdb.fortran/print-formatted.f90: Likewise.
13653
5f3b99cf
SS
136542014-09-03 Sasha Smundak <asmundak@google.com>
13655
13656 * gdb.python/py-frame.exp: Test Frame.read_register.
13657
7d793aa9
SDJ
136582014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
13659
13660 PR python/16699
13661 * gdb.python/py-completion.exp: New file.
13662 * gdb.python/py-completion.py: Likewise.
13663
fb0576e9
DE
136642014-08-28 Doug Evans <dje@google.com>
13665
13666 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
13667 eax,etc. are live with values set by gdb and thus the compiler can't
13668 use them.
13669 * gdb.arch/i386-pseudo.c (main): Ditto.
13670
ee92b0dd
DE
136712014-08-27 Doug Evans <dje@google.com>
13672
13673 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
13674
6649db35
DE
136752014-08-25 Doug Evans <dje@google.com>
13676
13677 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
13678 (main): Ditto.
13679
564b7600
DE
136802014-08-25 Doug Evans <dje@google.com>
13681
13682 * gdb.threads/thread-execl.exp: #include <stdio.h>.
13683
3881fb67
YQ
136842014-08-24 Yao Qi <yao@codesourcery.com>
13685
13686 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
13687 symbol off.
13688 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
13689
a05a36a5
DE
136902014-08-22 Doug Evans <dje@google.com>
13691
13692 PR 17276
13693 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
13694 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
13695 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
13696
7c343b48
YQ
136972014-08-22 Yao Qi <yao@codesourcery.com>
13698
13699 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
13700 * gdb.python/py-finish-breakpoint2.exp: Likewise.
13701 * gdb.python/python.exp: Likewise. Use .py file on the host
13702 instead of the build.
13703
22fd09ae
JK
137042014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13705
13706 * gdb.threads/gcore-stale-thread.c: New file.
13707 * gdb.threads/gcore-stale-thread.exp: New file.
13708
a8454a7c
PA
137092014-08-21 Pedro Alves <palves@redhat.com>
13710
13711 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
13712 * gdb.base/gcore-relro-pie.exp: Likewise.
13713 * gdb.base/gcore-relro.exp: Likewise.
13714 * gdb.base/gcore.exp: Likewise.
13715 * gdb.base/print-symbol-loading.exp: Likewise.
13716 * gdb.threads/gcore-thread.exp: Likewise.
13717 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
13718
2a31c623
PA
137192014-08-20 Pedro Alves <palves@redhat.com>
13720 Jan Kratochvil <jan.kratochvil@redhat.com>
13721
13722 * Makefile.in (EXTRA_RULES, CC): New variables, get from
13723 configure.
13724 (EXPECT): Handle READ1 being set.
13725 (all): Depend on EXTRA_RULES.
13726 (check-read1, expect-read1, read1.so, read1): New rules.
13727 * README (Testsuite Parameters): Document the READ1 make variable.
13728 (Race detection): New section.
13729 * configure: Regenerate.
13730 * configure.ac: If build==host==target, and running under a
13731 GNU/glibc system, add read1 to the extra Makefile rules.
13732 (EXTRA_RULES): AC_SUBST it.
13733 * lib/read1.c: New file.
13734
d36430db
JB
137352014-08-20 Joel Brobecker <brobecker@adacore.com>
13736
13737 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
13738 the handling of variables declared as a typedef to an array
13739 which a DW_AT_data_location attribute.
13740
9a0dc9e3
PA
137412014-08-19 Andrew Burgess <aburgess@broadcom.com>
13742 Pedro Alves <palves@redhat.com>
13743
13744 PR symtab/14604
13745 PR symtab/14605
13746 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
13747 gdb_test.
13748
0718a8da
PA
137492014-08-19 Pedro Alves <palves@redhat.com>
13750
13751 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
13752
13b448cd
YQ
137532014-08-19 Yao Qi <yao@codesourcery.com>
13754
13755 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
13756 right line.
13757
1cbf5077
DB
137582014-08-18 David Blaikie <dblaikie@gmail.com>
13759
13760 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
13761
bf0fae19
JB
137622014-08-18 Joel Brobecker <brobecker@adacore.com>
13763
13764 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
13765 attribute in array range.
13766
3c8c5dcc
JB
137672014-08-18 Joel Brobecker <brobecker@adacore.com>
13768
13769 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
13770
e66d4446
SC
137712014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13772
13773 PR c++/17132
13774 * gdb.cp/pr17132.cc: New file.
13775 * gdb.cp/pr17132.exp: New file.
13776
940df408
SC
137772014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13778
13779 * gdb.python/py-xmethods.py (A_getarrayind)
13780 (E_method_char_worker.__call__, E_method_int_worker.__call__):
13781 Use 'print' with function call syntax.
13782 (E_method_matcher.match): Fix tab vs space indentation mixup.
13783
ebcc6c3a
YQ
137842014-08-15 Yao Qi <yao@codesourcery.com>
13785
13786 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
13787 false.
13788
775e0f04
YQ
137892014-08-15 Yao Qi <yao@codesourcery.com>
13790
13791 * gdb.cp/casts.exp: Set print symbol off.
13792 * gdb.cp/class2.exp: Likewise.
13793 * gdb.cp/overload.exp: Likewise.
13794 * gdb.cp/templates.exp: Likewise.
13795
d769e349
DE
137962014-08-11 Doug Evans <dje@google.com>
13797
13798 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
13799 (test_load_shlib): Update.
13800
20c6f1e1
YQ
138012014-08-09 Yao Qi <yao@codesourcery.com>
13802
13803 * gdb.base/display.exp: Invoke is_address_zero_readable.
13804 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
13805 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13806 * gdb.base/hbreak-unmapped.exp: Return if
13807 is_address_zero_readable returns true.
13808 * gdb.base/signest.exp: Likewise.
13809 * gdb.base/signull.exp: Likewise.
13810 * gdb.base/sigbpt.exp: Likewise.
13811 * gdb.guile/scm-disasm.exp: Do the test if
13812 is_address_zero_readable returns false.
13813 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
13814 * gdb.python/py-arch.exp: Likewise.
13815 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
13816 * lib/gdb.exp (is_address_zero_readable): New proc.
13817
5792e8e3
YQ
138182014-08-09 Yao Qi <yao@codesourcery.com>
13819
13820 PR testsuite/13443
13821 * gdb.mi/mi-var-display.exp: Make test messages unique.
13822
3cecbbbe
TT
138232014-08-04 Tom Tromey <tromey@redhat.com>
13824
13825 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
13826 target 0".
13827
00b51ff5
TT
138282014-08-04 Tom Tromey <tromey@redhat.com>
13829
13830 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
13831 "target_resume".
13832
6908c509
JB
138332014-08-01 Joel Brobecker <brobecker@adacore.com>
13834
13835 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
13836 inner_vla_struct_object_size.
13837 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
13838 as xfail.
13839
cc6563d2
PA
138402014-07-30 Pedro Alves <palves@redhat.com>
13841
13842 * gdb.threads/signal-command-handle-nopass.exp (test): Add
13843 comment.
13844
7e09a223
YQ
138452014-07-29 Yao Qi <yao@codesourcery.com>
13846
13847 PR gdb/17206
13848 * gdb.base/until-nodebug.exp: New.
13849
7ebdbe92
DE
138502014-07-28 Doug Evans <xdje42@gmail.com>
13851
13852 PR guile/17203
13853 * gdb.guile/scm-parameter.exp: Add tests for trying to create
13854 previously existing parameter, and previously ambiguously spelled
13855 parameter.
13856
fdb1adc6
WN
138572014-07-28 Will Newton <will.newton@linaro.org>
13858
13859 * gdb.base/varargs.exp: Remove KFAILs for ARM.
13860
186fcde0
DE
138612014-07-26 Ludovic Courtès <ludo@gnu.org>
13862 Doug Evans <xdje42@gmail.com>
13863
13864 PR guile/17146
13865 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
13866
70509625
PA
138672014-07-25 Pedro Alves <palves@redhat.com>
13868
13869 * gdb.threads/signal-command-handle-nopass.c: New file.
13870 * gdb.threads/signal-command-handle-nopass.exp: New file.
13871 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
13872 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
13873 * gdb.threads/signal-delivered-right-thread.c: New file.
13874 * gdb.threads/signal-delivered-right-thread.exp: New file.
13875
c3f814a1
PA
138762014-07-25 Pedro Alves <palves@redhat.com>
13877
13878 * gdb.base/double-prompt-target-event-error.exp
13879 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
13880 match.
13881 (cancel_pagination_in_target_event): Rework double prompt
13882 detection.
13883 * gdb.base/paginate-after-ctrl-c-running.exp
13884 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
13885 <return>' match.
13886 * gdb.base/paginate-bg-execution.exp
13887 (test_bg_execution_pagination_return)
13888 (test_bg_execution_pagination_cancel): Remove '-notransfer
13889 <return>' matches.
13890 * gdb.base/paginate-execution-startup.exp
13891 (test_fg_execution_pagination_return)
13892 (test_fg_execution_pagination_cancel): Remove '-notransfer
13893 <return>' matches.
13894 * gdb.base/paginate-inferior-exit.exp
13895 (test_paginate_inferior_exited): Remove '-notransfer <return>'
13896 match.
13897 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
13898 * lib/gdb.exp (pagination_prompt): Run text through
13899 string_to_regexp.
13900 (gdb_test_multiple): Match $pagination_prompt instead of
13901 "<return>".
13902 (string_to_regexp): Move to lib/gdb-utils.exp.
13903
e214cf6c
JK
139042014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13905
13906 * gdb.arch/amd64-entry-value-paramref.S: New file.
13907 * gdb.arch/amd64-entry-value-paramref.cc: New file.
13908 * gdb.arch/amd64-entry-value-paramref.exp: New file.
13909 * gdb.arch/amd64-optimout-repeat.S: New file.
13910 * gdb.arch/amd64-optimout-repeat.c: New file.
13911 * gdb.arch/amd64-optimout-repeat.exp: New file.
13912
17d0c5c8
JK
139132014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13914
13915 PR gdb/17170
13916 * gdb.base/statistics.exp: New file.
13917
b8b8facf
DE
139182014-07-17 Doug Evans <dje@google.com>
13919
74b49205 13920 PR gdb/17170
b8b8facf
DE
13921 * gdb.base/maint.exp: Update testing of per-command stats.
13922
1b5d0ab3
PA
139232014-07-16 Pedro Alves <palves@redhat.com>
13924
13925 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
13926 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
13927 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
13928 (tfile_write_buf): New functions.
13929 (add_memory_block): Rewrite using the above.
13930 (adjust_function_address): New function.
13931 (FUNCTION_ADDRESS): New macro.
13932 (write_basic_trace_file): Remove short_x local, and use
13933 tfile_write_16. Change type of func_addr local to unsigned long
13934 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
13935 here. Cast argument of add_memory_block to char pointer.
13936 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
13937 (main): Remove parameters.
13938 * gdb.trace/tfile.exp: Remove nowarnings.
13939
4d974e88
SM
139402014-07-15 Simon Marchi <simon.marchi@ericsson.com>
13941
13942 * gdb.base/debug-expr.exp: Test string evaluation with
13943 "debug expression" on.
13944
41e99568
PA
139452014-07-15 Pedro Alves <palves@redhat.com>
13946
13947 * gdb.base/reread.exp: Use clean_restart.
13948
487d9753
PL
139492014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
13950
13951 * gdb.arch/avr-flash-qualifer.c: New.
13952 * gdb.arch/avr-flash-qualifer.exp: New.
13953
cc1c52ad
PA
139542014-07-14 Pedro Alves <palves@redhat.com>
13955
13956 * gdb.base/paginate-after-ctrl-c-running.c: New file.
13957 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
13958
1e973570
PA
139592014-07-14 Pedro Alves <palves@redhat.com>
13960
13961 * gdb.base/double-prompt-target-event-error.c: New file.
13962 * gdb.base/double-prompt-target-event-error.exp: New file.
13963
93d6eb10
PA
139642014-07-14 Pedro Alves <palves@redhat.com>
13965
13966 PR gdb/17072
13967 * gdb.base/paginate-inferior-exit.c: New file.
13968 * gdb.base/paginate-inferior-exit.exp: New file.
13969
0017922d
PA
139702014-07-14 Pedro Alves <palves@redhat.com>
13971
13972 PR gdb/17072
13973 * gdb.base/paginate-bg-execution.c: New file.
13974 * gdb.base/paginate-bg-execution.exp: New file.
13975
94696ad3
PA
139762014-07-14 Pedro Alves <palves@redhat.com>
13977
13978 PR gdb/17072
13979 * gdb.base/paginate-execution-startup.c: New file.
13980 * gdb.base/paginate-execution-startup.exp: New file.
13981 * lib/gdb.exp (pagination_prompt): New global.
13982 (default_gdb_spawn): New procedure, factored out from
13983 default_gdb_spawn.
13984 (default_gdb_start): Adjust to call default_gdb_spawn.
13985 (gdb_spawn): New procedure.
13986
bd293940
PA
139872014-07-14 Pedro Alves <palves@redhat.com>
13988
13989 * lib/gdb.exp (gdb_assert): New procedure.
13990 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
13991
c933f875
PA
139922014-07-14 Pedro Alves <palves@redhat.com>
13993
13994 * gdb.base/execution-termios.c: New file.
13995 * gdb.base/execution-termios.exp: New file.
13996
d98b7a16
TT
139972014-07-14 Tom Tromey <tromey@redhat.com>
13998
13999 * gdb.cp/vla-cxx.cc: New file.
14000 * gdb.cp/vla-cxx.exp: New file.
14001
548740d6
TT
140022014-07-14 Tom Tromey <tromey@redhat.com>
14003
14004 * gdb.reverse/rerun-prec.c: New file.
14005 * gdb.reverse/rerun-prec.exp: New file.
14006
a25eb028
MR
140072014-07-12 Maciej W. Rozycki <macro@mips.com>
14008 Maciej W. Rozycki <macro@codesourcery.com>
14009
14010 * lib/gdb-utils.exp: New file.
14011 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
14012 inline `gdb_init_command' processing.
14013 (gdb_start_cmd): Likewise.
14014 * lib/mi-support.exp (mi_run_cmd): Likewise.
14015 * README: Document `gdb_init_command' and `gdb_init_commands'.
14016
218c2655
JK
140172014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14018
14019 Fix false FAIL running under a very long directory name.
14020 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
14021 and "set print elements 10000". Twice.
14022
5401fde3
YQ
140232014-07-11 Yao Qi <yao@codesourcery.com>
14024
14025 * gdb.base/exprs.exp: "set print symbol off".
14026
e76126e8
PA
140272014-07-11 Pedro Alves <palves@redhat.com>
14028
14029 * gdb.threads/kill.c: New file.
14030 * gdb.threads/kill.exp: New file.
14031
2d6f0de6
YQ
140322014-07-10 Yao Qi <yao@codesourcery.com>
14033
14034 * gdb.trace/tfile.c (write_basic_trace_file)
14035 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
14036 address written to trace file.
14037
7180e04a
PA
140382014-07-09 Pedro Alves <palves@redhat.com>
14039
14040 * gdb.base/attach-wait-input.exp: New file.
14041 * gdb.base/attach-wait-input.c: New file.
14042
9a9a7608
AB
140432014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
14044
14045 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
14046 setting up test structures.
14047 (main): Call new test function.
14048 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
14049 test function, continue into test function and walk test
14050 structures.
14051
161ac41e
YQ
140522014-07-02 Yao Qi <yao@codesourcery.com>
14053
14054 * gdb.trace/entry-values.c: Define labels 'foo_start' and
14055 'bar_start' at the beginning of functions 'foo' and 'bar'
14056 respectively.
14057 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
14058 instead of 'foo' and 'bar'.
14059
1f267ae3
MM
140602014-07-08 Markus Metzger <markus.t.metzger@intel.com>
14061
14062 * gdb.btrace/segv.exp: New.
14063 * gdb.btrace/segv.c: New.
14064
2b239efb
LM
140652014-07-02 Luis Machado <lgustavo@codesourcery.com>
14066
14067 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
14068 instruction.
14069
cf363f18
MW
140702014-06-30 Mark Wielaard <mjw@redhat.com>
14071
14072 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
14073 vulture, vilify, villar): New volatile array constants.
14074 (vindictive, vegetation): New const volatile array constants.
14075 * gdb.base/volatile.exp: Test volatile and const volatile array
14076 types.
14077
aebf9d24
AA
140782014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14079
14080 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
14081 target lacks support for awatch, rwatch, or hbreak.
14082
b67a2c6f
YQ
140832014-06-27 Yao Qi <yao@codesourcery.com>
14084
14085 * gdb.multi/dummy-frame-restore.exp: New.
14086 * gdb.multi/dummy-frame-restore.c: New.
14087
aef92902
MM
140882014-06-25 Markus Metzger <markus.t.metzger@intel.com>
14089
14090 * gdb.btrace/gcore.exp: New.
14091
8e9db26e
PA
140922014-06-23 Pedro Alves <palves@redhat.com>
14093
14094 * gdb.base/watchpoint-reuse-slot.c: New file.
14095 * gdb.base/watchpoint-reuse-slot.exp: New file.
14096
70afc5b7
SC
140972014-06-23 Siva Chandra Reddy <sivachandra@google.com>
14098
14099 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
14100 progspace's filename in 'info', 'enable' and 'disable' command
14101 tests.
14102
b972bd9c
JK
141032014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14104
14105 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
14106 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14107 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
14108
125f8a3d
GB
141092014-06-20 Gary Benson <gbenson@redhat.com>
14110
14111 * gdb.arch/i386-avx.exp: Fix include file location.
14112 * gdb.arch/i386-sse.exp: Likewise.
14113
3ed9baed
IB
141142014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
14115
14116 * gdb.dlang/expression.exp: New file.
14117
034f788c
PA
141182014-06-19 Pedro Alves <palves@redhat.com>
14119
14120 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
14121 out from ...
14122 (top level): ... here. Iterate running tests under different
14123 scheduler-locking settings.
14124
45371d0c
LM
141252014-06-18 Luis Machado <lgustavo@codesourcery.com>
14126
14127 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
14128 to DW_FORM_addr and use non-zero addresses.
14129
5d376983
SC
141302014-06-18 Siva Chandra Reddy <sivachandra@google.com>
14131
14132 PR gdb/17017
14133 * gdb.python/py-xmethods.cc: Add global function call counters and
14134 increment them in their respective functions. Remove "cout"
14135 statements.
14136 * gdb.python/py-xmethods.exp: Make tests check the global function
14137 call counters instead of depending on inferior IO.
14138
a1aa2221
LM
141392014-06-18 Don Breazeal <donb@codesourcery.com>
14140
14141 * gdb.base/foll-fork.exp (default_fork_parent_follow):
14142 Deleted procedure.
14143 (explicit_fork_parent_follow): Deleted procedure.
14144 (explicit_fork_child_follow): Deleted procedure.
14145 (test_follow_fork): New procedure.
14146 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 14147 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
14148 procedure calls.
14149
0fc05997
YQ
141502014-06-17 Yao Qi <yao@codesourcery.com>
14151
14152 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
14153 CP1252.
14154
70795c52
LM
141552014-06-17 Luis Machado <lgustavo@codesourcery.com>
14156
14157 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
14158 Initialize ptr and S explicitly.
14159 (skip_type_update_when_not_use_rtti_test): Likewise.
14160
6be47f0c
KS
141612014-06-16 Keith Seitz <keiths@redhat.com>
14162
14163 PR mi/15863
14164 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
14165 the inferior is started.
14166
d03de421
PA
141672014-06-16 Pedro Alves <palves@redhat.com>
14168
14169 * gdb.base/break-main-file-remove-fail.c: New file.
14170 * gdb.base/break-main-file-remove-fail.exp: New file.
14171 * gdb.base/break-unload-file.exp: Use build_executable instead of
14172 prepare_for_testing.
14173 (test_break): New parameter "initial_load". Handle it.
14174 (top level): Add initial_load cmdline/file axis.
14175
f9579b99
TT
141762014-06-12 Tom Tromey <tromey@redhat.com>
14177
14178 * gdb.base/completion.exp: Don't use directory name in test.
14179
3657956b
GB
141802014-06-09 Gary Benson <gbenson@redhat.com>
14181
14182 * gdb.base/sigall.c [Functions to send signals]: Reorder to
14183 separate the always-available ANSI-standard signals from the
14184 signals that require checking.
14185 (main): Likewise.
14186 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
14187 Likewise.
14188 (main): Likewise.
14189
4186eb54
KS
141902014-06-07 Keith Seitz <keiths@redhat.com>
14191
14192 Revert:
14193 PR c++/16253
14194 * gdb.cp/var-tag.cc: New file.
14195 * gdb.cp/var-tag.exp: New file.
14196 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14197 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14198 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14199 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14200
25326a28 142012014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
14202
14203 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
14204
829155c9
PA
142052014-06-06 Pedro Alves <palves@redhat.com>
14206
14207 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
14208 in target debug output instead of looking at RSP packets,
14209 disabling the test on any target that uses hardware stepping.
14210 Update comments.
14211
61c8d22e
PA
142122014-06-06 Pedro Alves <palves@redhat.com>
14213
14214 * gdb.base/break-unload-file.exp: Fix typo.
14215
d9a47287
YQ
142162014-06-06 Yao Qi <yao@codesourcery.com>
14217
14218 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
14219 from "jit_function" to "^jit_function".
14220
e5e01dbf
YQ
142212014-06-06 Yao Qi <yao@codesourcery.com>
14222
14223 * gdb.base/async.c (foo): Add one statement.
14224 * gdb.base/async.exp: Get the next instruction address and
14225 match the output of "nexti" by instruction address. Match
14226 the hex address in the output of "finish".
14227
73ba372c
GB
142282014-06-06 Gary Benson <gbenson@redhat.com>
14229
14230 * gdb.base/call-signals.c: Remove preprocessor conditionals
14231 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
14232 SIGSEGV and SIGTERM.
14233 * gdb.base/sigall.c: Likewise.
14234 * gdb.base/unwindonsignal.c: Likewise.
14235 * gdb.reverse/sigall-reverse.c: Likewise.
14236
831517df
YQ
142372014-06-06 Yao Qi <yao@codesourcery.com>
14238
14239 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
14240 readable, skip the test.
14241
b8b91e98
YQ
142422014-06-06 Yao Qi <yao@codesourcery.com>
14243
14244 * gdb.threads/staticthreads.c (thread_function): Move the line
14245 setting breakpoint on forward.
14246 * gdb.threads/staticthreads.exp: Update comments.
14247
fb934770
LC
142482014-06-05 Ludovic Courtès <ludo@gnu.org>
14249
14250 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
14251 "history-append! type error".
14252
6ef284bd
SM
142532014-06-05 Simon Marchi <simon.marchi@ericsson.com>
14254
14255 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
14256 erroneous dprintf expected input.
14257
a872e241
DE
142582014-06-04 Doug Evans <xdje42@gmail.com>
14259
14260 * gdb.guile/scm-generics.exp: Delete.
14261
16f691fb
DE
142622014-06-04 Doug Evans <xdje42@gmail.com>
14263
14264 * gdb.guile/scm-breakpoint.exp: Update.
14265 Add tests for breakpoint registration.
14266
012370f6
TT
142672014-06-04 Tom Tromey <tromey@redhat.com>
14268
14269 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
14270 VLA-in-union.
14271 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
14272 inner_vla_struct, vla_union types. Initialize objects of those
14273 types and compute their sizes.
14274
9f5a4cef
HZ
142752014-06-04 Nathan Sidwell <nathan@codesourcery.com>
14276 Hui Zhu <hui@codesourcery.com>
14277
14278 * gdb.base/fileio.exp: Add test for shell not available as well as
14279 available.
14280 * gdb.base/fileio.c (test_system): Check for shell twice.
14281
90a45c4d
YQ
142822014-06-04 Yao Qi <yao@codesourcery.com>
14283
14284 * gdb.base/auto-connect-native-target.exp: Remove redundant
14285 space from the regexp pattern.
14286
70017e41
YQ
142872014-06-04 Yao Qi <yao@codesourcery.com>
14288
14289 * gdb.base/default.exp: Replace "child" with "native" in
14290 regexp pattern.
14291
883964a7
SC
142922014-06-03 Siva Chandra Reddy <sivachandra@google.com>
14293
14294 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
14295 * gdb.python/py-xmethods.exp: New tests to test xmethods.
14296 * gdb.python/py-xmethods.py: Python script supporting the
14297 new testcase and tests.
14298
ef370185
JB
142992014-06-03 Joel Brobecker <brobecker@adacore.com>
14300 Pedro Alves <palves@redhat.com>
14301
14302 PR breakpoints/17000
14303 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
14304 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
14305
1e2ccb61
BM
143062014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
14307
14308 * gdb.base/subst.exp: Add tests to verify partial path matching
14309 output.
14310
c6ec5ab2
PA
143112014-06-03 Pedro Alves <palves@redhat.com>
14312
14313 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
14314 target that doesn't use software single-stepping.
14315
835c559f
PA
143162014-06-03 Pedro Alves <palves@redhat.com>
14317
14318 PR breakpoints/17000
14319 * gdb.base/sss-bp-on-user-bp-2.c: New file.
14320 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
14321
06eb1586
DE
143222014-06-02 Doug Evans <xdje42@gmail.com>
14323
14324 * gdb.guile/scm-parameter.exp: New file.
14325
e698b8c4
DE
143262014-06-02 Doug Evans <xdje42@gmail.com>
14327
14328 * gdb.guile/scm-cmd.c: New file.
14329 * gdb.guile/scm-cmd.exp: New file.
14330
ded03782
DE
143312014-06-02 Doug Evans <xdje42@gmail.com>
14332
14333 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
14334 pretty-printer lookup.
14335 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
14336 (make-pp_s-printer): Call it.
14337 (make-pretty-printer-from-dict): New function.
14338 (lookup-pretty-printer-maker-from-dict): New function.
14339 (*pretty-printer*): Simplify.
14340 (make-objfile-pp_s-printer): New function.
14341 (install-objfile-pretty-printers!): New function.
14342 (make-progspace-pp_s-printer): New function.
14343 (install-progspace-pretty-printers!): New function.
14344 * gdb.guile/scm-progspace.c: New file.
14345 * gdb.guile/scm-progspace.exp: New file.
14346
41fac0cf
PA
143472014-06-02 Pedro Alves <palves@redhat.com>
14348
14349 * gdb.base/dprintf-bp-same-addr.c: New file.
14350 * gdb.base/dprintf-bp-same-addr.exp: New file.
14351
96ae5695
EBM
143522014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14353
14354 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
14355 * gdb.arch/powerpc-power.s: Likewise.
14356
da02b3a8
JB
143572014-06-02 Joel Brobecker <brobecker@adacore.com>
14358
14359 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
14360
c72b2e7b
YQ
143612014-06-01 Yao Qi <yao@codesourcery.com>
14362
14363 * gdb.base/watchpoint.exp (test_watch_location): Check null
14364 pointer can be dereferenced. If not, do the test, otherwise
14365 skip it.
14366
53e8a631
AB
143672014-05-30 Andrew Burgess <aburgess@broadcom.com>
14368
14369 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
14370 results.
14371 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
14372
938f0e2f
AB
143732014-05-30 Andrew Burgess <aburgess@broadcom.com>
14374
14375 * gdb.arch/amd64-invalid-stack-middle.S: New file.
14376 * gdb.arch/amd64-invalid-stack-middle.c: New file.
14377 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
14378 * gdb.arch/amd64-invalid-stack-top.c: New file.
14379 * gdb.arch/amd64-invalid-stack-top.exp: New file.
14380
9ba6657a
PA
143812014-05-30 Pedro Alves <palves@redhat.com>
14382
14383 PR breakpoints/17000
14384 * gdb.base/sss-bp-on-user-bp.c: New file.
14385 * gdb.base/sss-bp-on-user-bp.exp: New file.
14386
522c09bf
DB
143872014-05-30 David Blaikie <dblaikie@gmail.com>
14388
14389 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
14390 gnu_inline semantics via attribute.
14391 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
14392 source explicitly specifies the required semantics.
14393
bf4ef81e
MR
143942014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
14395
14396 * gdb.reverse/sigall-reverse.exp: Fix a typo.
14397
329ea579
PA
143982014-05-29 Pedro Alves <palves@redhat.com>
14399 Tom Tromey <tromey@redhat.com>
14400
14401 * gdb.base/async-shell.exp: Don't enable target-async.
14402 * gdb.base/async.exp
14403 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
14404 parameter. Adjust.
14405 (top level): Don't test with "target-async".
14406 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
14407 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
14408 * gdb.base/inferior-died.exp: Don't enable target-async.
14409 * gdb.base/interrupt-noterm.exp: Likewise.
14410 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
14411 * gdb.mi/mi-nonstop-exit.exp: Likewise.
14412 * gdb.mi/mi-nonstop.exp: Likewise.
14413 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
14414 * gdb.mi/mi-nsintrall.exp: Likewise.
14415 * gdb.mi/mi-nsmoribund.exp: Likewise.
14416 * gdb.mi/mi-nsthrexec.exp: Likewise.
14417 * gdb.mi/mi-watch-nonstop.exp: Likewise.
14418 * gdb.multi/watchpoint-multi.exp: Adjust comment.
14419 * gdb.python/py-evsignal.exp: Don't enable target-async.
14420 * gdb.python/py-evthreads.exp: Likewise.
14421 * gdb.python/py-prompt.exp: Likewise.
14422 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
14423 * gdb.server/solib-list.exp: Don't enable target-async.
14424 * gdb.threads/thread-specific-bp.exp: Likewise.
14425 * lib/mi-support.exp: Adjust to use mi-async.
14426
fd664c91
PA
144272014-05-29 Pedro Alves <palves@redhat.com>
14428
14429 PR gdb/13860
14430 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
14431 reason, even in sync mode.
14432
251bde03
PA
144332014-05-29 Pedro Alves <palves@redhat.com>
14434 Hui Zhu <hui@codesourcery.com>
14435
14436 PR PR15693
14437 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
14438 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
14439 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
14440 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
14441
7f3c0343
JB
144422014-05-28 Joel Brobecker <brobecker@adacore.com>
14443
14444 * config/monitor.exp (gdb_target_monitor): Replace use of
14445 "set remotebaud" by "set serial baud".
14446
b2715b27
AW
144472014-05-26 Andy Wingo <wingo@igalia.com>
14448
14449 * gdb.guile/scm-breakpoint.exp:
14450 * gdb.guile/scm-gsmob.exp: Update to use plain old object
14451 properties instead of gdb-object-properties.
14452
498a4489
YQ
144532014-05-26 Yao Qi <yao@codesourcery.com>
14454
14455 * gdb.server/no-thread-db.exp: Specify source file name
14456 explicitly when setting a breakpoint.
14457
589fdceb
MM
144582014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14459
14460 * gdb.btrace/vdso.c: New.
14461 * gdb.btrace/vdso.exp: New.
14462
e9089e05
MM
144632014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14464
14465 * gdb.base/gcore.exp (capture_command_output): Move ...
14466 * lib/gdb.exp (capture_command_output): ... here.
14467
67b5c0c1
MM
144682014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14469
14470 * gdb.btrace/data.exp: Test memory access during btrace replay.
14471
a2199296
SM
144722014-05-22 Simon Marchi <simon.marchi@ericsson.com>
14473
14474 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
14475
17b2616c
PA
144762014-05-21 Pedro Alves <palves@redhat.com>
14477
14478 PR gdb/13860
14479 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
14480 (top level): Test that output related to execution commands is
14481 sent to the console with CLI commands, but not with MI commands.
14482 Test that breakpoint events are always mirrored to the console.
14483 Also expect the new source line to be output after a "next" in
14484 async mode too. Make it a pass/fail test.
14485 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
14486 output.
14487 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
14488
5166082f
PA
144892014-05-21 Pedro Alves <palves@redhat.com>
14490
14491 * gdb.base/list.exp (build_pattern, test_list): New procedures.
14492 Use them to test variations of "list" after reaching a breakpoint.
14493 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
14494 Test "list" with listsize 10 after reaching a breakpoint.
14495 * gdb.python/python.exp (decode_line current location line
14496 number): Adjust expected line number.
14497
2f25d70f
SM
144982014-05-21 Simon Marchi <simon.marchi@ericsson.com>
14499
14500 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
14501 behavior for $args, pass it directly to "run".
14502
ff604a67
MR
145032014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
14504
14505 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
14506 30000 to 65536.
14507
6a3cb8e8
PA
145082014-05-21 Pedro Alves <palves@redhat.com>
14509
14510 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
14511 auto-connect-native-target off".
14512 * gdb.base/auto-connect-native-target.c: New file.
14513 * gdb.base/auto-connect-native-target.exp: New file.
14514
4ebfc96e
PA
145152014-05-21 Pedro Alves <palves@redhat.com>
14516
14517 * gdb.base/default.exp: Test "target native" instead of "target
14518 child".
14519
36d46afb
MW
145202014-05-21 Mark Wielaard <mjw@redhat.com>
14521
14522 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14523
5876f503
JK
145242014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14525
14526 Fix TLS access for -static -pthread.
14527 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
14528 <HAVE_TLS> (thread_function, main): Initialize it.
14529 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
14530 Add clean_restart.
14531 <$have_tls != "">: Check TLSVAR.
14532
0256a6ac
PA
145332014-05-21 Pedro Alves <palves@redhat.com>
14534
14535 * gdb.base/dcache-line-read-error.c: New.
14536 * gdb.base/dcache-line-read-error.exp: New.
14537
936d2992
PA
145382014-05-20 Pedro Alves <palves@redhat.com>
14539
14540 * gdb.base/compare-sections.c: New file.
14541 * gdb.base/compare-sections.exp: New file.
14542
802e8e6d
PA
145432014-05-20 Pedro Alves <palves@redhat.com>
14544
14545 * gdb.base/break-idempotent.c: New file.
14546 * gdb.base/break-idempotent.exp: New file.
14547
e59fa00f
MM
145482014-05-20 Markus Metzger <markus.t.metzger@intel.com>
14549
14550 * gdb.btrace/nohist.exp: New.
14551
8b696e31
YQ
145522014-05-20 Yao Qi <yao@codesourcery.com>
14553
14554 * lib/gdb.exp (gdb_init): Set timeout if test file is under
14555 gdb.reverse directory and gdb_reverse_timeout exists in board
14556 setting.
14557 * README: Document gdb_reverse_timeout.
14558
73c9764f
YQ
145592014-05-20 Yao Qi <yao@codesourcery.com>
14560
14561 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
14562 'test_file_name'. Treat args as a string instead of a list.
14563 (gdb_init): Rename argument 'args' by 'test_file_name'.
14564
f1f4348a
JK
145652014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14566
14567 * gdb.arch/powerpc-power.exp: New file.
14568 * gdb.arch/powerpc-power.s: New file.
14569
0dbe70ce
DE
145702014-05-16 Doug Evans <dje@google.com>
14571
14572 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
14573 * gdb.base/completion.exp: Check that all expected files exist
14574 before doing file completion.
0dbe70ce 14575
8d551b02
DE
145762014-05-16 Doug Evans <dje@google.com>
14577
14578 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
14579 Update.
14580 (do_syscall_tests_without_xml): Update.
14581
73eb7709
PA
145822014-05-16 Pedro Alves <palves@redhat.com>
14583
14584 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
14585 instead of "unknown output after running".
14586
3fae92fc
YQ
145872014-05-16 Yao Qi <yao@codesourcery.com>
14588
14589 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
14590 file1.txt from host at the end.
14591 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14592
c2b2ccc5
DE
145932014-05-15 Doug Evans <dje@google.com>
14594
14595 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
14596 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
14597 loading file. Add test for TU lookup.
14598
8c217a4b
SM
145992014-05-15 Simon Marchi <simon.marchi@ericsson.com>
14600
14601 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
14602 calling "-exec-arguments" or "set args" before running the
14603 inferior.
14604
3deb39c6
SM
146052014-05-15 Simon Marchi <simon.marchi@ericsson.com>
14606
14607 * lib/mi-support.exp (mi_expect_stop): Expect message for
14608 inferiors that exit with non-zero exit code.
14609
71a79f8c
YQ
146102014-05-14 Yao Qi <yao@codesourcery.com>
14611
14612 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
14613 match absolute path on remote host.
14614 (test_file_list_exec_source_files): Remove "/" from the
14615 pattern.
14616
f23fcd46
YQ
146172014-05-14 Yao Qi <yao@codesourcery.com>
14618
14619 * boards/local-remote-host-notty.exp (${board}_file): New
14620 proc.
14621
9404b58f
KM
146222014-05-07 Kyle McMartin <kyle@redhat.com>
14623
14624 Pushed by Joel Brobecker <brobecker@adacore.com>.
14625 * gdb.arch/aarch64-atomic-inst.c: New file.
14626 * gdb.arch/aarch64-atomic-inst.exp: New file.
14627
5e45f04c
YQ
146282014-05-07 Yao Qi <yao@codesourcery.com>
14629
14630 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
14631 in current context" too.
14632
c888a17d
KS
146332014-05-05 Keith Seitz <keiths@redhat.com>
14634
14635 * gdb.linespec/ls-dollar.exp: Add test for linespec
14636 file:convenience_variable.
14637
290a839c
YQ
146382014-05-05 Yao Qi <yao@codesourcery.com>
14639
14640 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
14641 traceframes into tfile and ctf trace files. Read data from
14642 trace file and test collected data.
14643 (gdb_collect_locals_test): Likewise.
14644 (gdb_unavailable_registers_test): Likewise.
14645 (gdb_unavailable_floats): Likewise.
14646 (gdb_collect_globals_test): Likewise.
14647 (top-level): Append "ctf" to trace_file_targets if GDB
14648 supports.
14649
b5262cd0
YQ
146502014-05-05 Yao Qi <yao@codesourcery.com>
14651
14652 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
14653 code to ...
14654 (gdb_collect_args_test_1): ... it. New proc.
14655 (gdb_collect_locals_test): Move some code to ...
14656 (gdb_collect_locals_test_1): ... it. New proc.
14657 (gdb_unavailable_registers_test): Move some code to ...
14658 (gdb_unavailable_registers_test_1): ... it. New proc.
14659 (gdb_unavailable_floats): Move some code to ...
14660 (gdb_unavailable_floats_1): ... it. New proc.
14661
30a1e6cc
SDJ
146622014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
14663
14664 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
14665 probes to test for bitness recognition.
14666 * gdb.arch/amd64-stap-optional-prefix.exp
14667 (test_probe_value_without_reg): New procedure.
14668 Add code to test for different kinds of bitness.
14669
f33da99a
SDJ
146702014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
14671
14672 PR breakpoints/16889
14673 * gdb.arch/amd64-stap-optional-prefix.S: New file.
14674 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14675
5b80f00d
PA
146762014-05-01 Pedro Alves <palves@redhat.com>
14677
14678 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
14679 gdb_file_cmd if no file is specified.
14680 * boards/native-extended-gdbserver.exp (gdb_load): Use the
14681 last_loaded_file to set the remote exec-file.
14682
f8c2a73c
PA
146832014-05-01 Pedro Alves <palves@redhat.com>
14684
14685 * boards/local-remote-host.exp: New file.
14686
be6e8ac7
PA
146872014-05-01 Pedro Alves <palves@redhat.com>
14688
14689 * boards/local-remote-host.exp: Rename to ...
14690 * boards/local-remote-host-notty.exp: ... this.
14691
cac0dc8f
JB
146922014-04-28 Joel Brobecker <brobecker@adacore.com>
14693
14694 * gdb.ada/dyn_arrayidx: New testcase.
14695
9730e6cc
YQ
146962014-04-26 Yao Qi <yao@codesourcery.com>
14697
14698 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
14699 and compute the length of function main. Save it in
14700 $main_length.
14701 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
14702 (top-level): Use gdb_compile to compile objects into
14703 executable and restart GDB. Remove invocation to
14704 prepare_for_testing.
14705
7ae1a6a6
PA
147062014-04-25 Simon Marchi <simon.marchi@ericsson.com>
14707 Pedro Alves <palves@redhat.com>
14708
14709 PR server/16255
14710 * gdb.multi/multi-attach.c: New file.
14711 * gdb.multi/multi-attach.exp: New file.
14712
4082afcc
PA
147132014-04-25 Pedro Alves <palves@redhat.com>
14714
14715 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
14716 user.
14717 (top level): Test that "set remote conditional-breakpoints-packet
14718 off" works as intended.
14719 * gdb.base/dprintf.exp: Test that "set remote
14720 breakpoint-commands-packet off" works as intended.
14721 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
14722 New function.
14723 (top level): Call it.
14724 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
14725 remote fast-tracepoints-packet off" works as intended.
14726 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
14727 * lib/gdb.exp (gdb_is_target_remote): ... here.
14728
2abc3f8d
DB
147292014-04-24 David Blaikie <dblaikie@gmail.com>
14730
14731 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
14732 ensure clang would not discard them.
14733 * gdb.base/gdbvars.c: Ditto.
14734 * gdb.base/memattr.c: Ditto.
14735 * gdb.base/whatis.c: Ditto.
14736 * gdb.python/py-prettyprint.c: Ditto.
14737 * gdb.trace/actions.c: Ditto.
14738 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
14739 ensure clang would not discard it.
14740
bfd39632
DB
147412014-04-24 David Blaikie <dblaikie@gmail.com>
14742
14743 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
14744 clang to emit the full definition of type required by the test
14745 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
14746
22842ff6
DB
147472014-04-24 David Blaikie <dblaikie@gmail.com>
14748
14749 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
14750 coax Clang into emitting the definition of the type.
14751 * gdb.cp/pr10728-x.h (y): Ditto.
14752 * gdb.cp/pr10728-y.cc (y): Ditto.
14753
c2e827ad
DB
147542014-04-24 David Blaikie <dblaikie@gmail.com>
14755
14756 * gdb.base/label.exp: XFAIL label related tests under Clang.
14757 * gdb.cp/cplabel.exp: Ditto.
14758 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
14759 under Clang those using labels.
14760
4c2d33e7
YQ
147612014-04-25 Yao Qi <yao@codesourcery.com>
14762
14763 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
14764 double_label.
14765 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
14766 partial_label and double_label.
14767
56083b99
DB
147682014-04-24 David Blaikie <dblaikie@gmail.com>
14769
14770 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
14771
25d4e99d
DB
147722014-04-24 David Blaikie <dblaikie@gmail.com>
14773
14774 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
14775 of the function to work across GCC and Clang.
14776 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
14777 pointer types (const void ** const V void **).
14778
01f9f808
MS
147792014-04-24 Michael Sturm <michael.sturm@mintel.com>
14780 Walfred Tedeschi <walfred.tedeschi@intel.com>
14781
14782 * Makefile.in (EXECUTABLES): Added i386-avx512.
14783 * gdb.arch/i386-avx512.c: New file.
14784 * gdb.arch/i386-avx512.exp: Likewise.
14785
4b48d439
KS
147862014-04-23 Keith Seitz <keiths@redhat.com>
14787
14788 * lib/mi-support.exp (mi_list_breakpoints): Delete.
14789 (mi_make_breakpoint_table): New procedure.
14790 (mi_create_breakpoint): Use mi_make_breakpoint
14791 and return the result.
14792 (mi_make_breakpoint): New procedure.
14793 (mi_build_kv_pairs): New procedure.
14794
14795 * gdb.mi/mi-break.exp: Remove unused globals,
14796 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
14797 All callers updated.
14798 * gdb.mi/mi-dprintf.exp: Use variable to track command
14799 number.
14800 Update all callers of mi_create_breakpoint and use
14801 mi_make_breakpoint_table.
14802 Remove any unused global variables.
14803 * gdb.mi/mi-nonstop.exp: Likewise.
14804 * gdb.mi/mi-nsintrall.exp: Likewise.
14805 * gdb.mi/mi-nsmoribund.exp: Likewise.
14806 * gdb.mi/mi-nsthrexec.exp: Likewise.
14807 * gdb.mi/mi-reverse.exp: Likewise.
14808 * gdb.mi/mi-simplerun.exp: Likewise.
14809 * gdb.mi/mi-stepn.exp: Likewise.
14810 * gdb.mi/mi-syn-frame.exp: Likewise.
14811 * gdb.mi/mi-until.exp: Likewise.
14812 * gdb.mi/mi-var-cp.exp: Likewise.
14813 * gdb.mi/mi-var-display.exp: Likewise.
14814 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
14815 * gdb.mi/mi2-var-child.exp: Likewise.
14816 * gdb.mi/mi-vla-c99.exp: Likewise.
14817 * lib/mi-support.exp: Likewise.
14818
14819 From Ian Lance Taylor <iant@cygnus.com>:
14820 * lib/gdb.exp (parse_args): New procedure.
14821
08351840
PA
148222014-04-23 Pedro Alves <palves@redhat.com>
14823
14824 * gdb.base/break-unload-file.c: New file.
14825 * gdb.base/break-unload-file.exp: New file.
14826 * gdb.base/sym-file-lib.c (baz): New function.
14827 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
14828 field.
14829 (load): Store the segment's mapped size.
14830 (unload): New function.
14831 (unload_shlib): New function.
14832 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
14833 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
14834 set a breakpoint at baz, and call it.
14835 * gdb.base/sym-file.exp: New tests for stale breakpoint
14836 instructions.
14837
076855f9
PA
148382014-04-23 Pedro Alves <palves@redhat.com>
14839
14840 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
14841 * gdb.base/hbreak-in-shr-unsupported.c: New file.
14842 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
14843 * gdb.base/hbreak-unmapped.c: New file.
14844 * gdb.base/hbreak-unmapped.exp: New file.
14845 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
14846 * lib/gdb.exp (gdb_is_target_remote): ... here.
14847
483805cf
PA
148482014-04-22 Pedro Alves <palves@redhat.com>
14849
14850 * gdb.base/consecutive-step-over.c: New file.
14851 * gdb.base/consecutive-step-over.exp: New file.
14852
06d97543
PA
148532014-04-22 Pedro Alves <palves@redhat.com>
14854
14855 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
14856 instead of send_gdb/gdb_expect.
14857
b4429ea2
YQ
148582014-04-22 Yao Qi <yao@codesourcery.com>
14859
14860 * lib/trace-support.exp (generate_tracefile): New procedure.
14861 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
14862 return 0.
14863 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
14864 if generate_tracefile returns 1.
14865
51d48146
PA
148662014-04-18 Tom Tromey <palves@redhat.com>
14867 Pedro alves <tromey@redhat.com>
14868
14869 PR backtrace/15558
14870 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
14871 with a backtrace limit.
14872 * gdb.python/py-frame-inline.exp: Test running to an inline
14873 function with a backtrace limit, and printing the newest frame.
14874 * gdb.python/py-frame-inline.c (main): Call f.
14875
bd1dce5f
MS
148762014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14877
14878 * gdb.java/jnpe.exp: Drop srcdir from untested path.
14879
40d1a503
MS
148802014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14881
14882 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
14883 Drop prefix from unsupported source file path.
14884
389b98f7
YQ
148852014-04-17 Yao Qi <yao@codesourcery.com>
14886
14887 * lib/gdb.exp (with_target_charset): New proc.
14888 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
14889 with_target_charset.
14890 (test_print_strings): Likewise.
14891 (test_repeat_bytes): Likewise.
14892 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
14893 for some tests.
14894
22869d73
KS
148952014-04-16 Keith Seitz <keiths@redhat.com>
14896
14897 PR gdb/15827
14898 * gdb.dwarf2/corrupt.c: New file.
14899 * gdb.dwarf2/corrupt.exp: New file.
14900
c4f87ca6
KS
149012014-04-16 Keith Seitz <keiths@redhat.com>
14902
14903 PR c++/16597
14904 * gdb.cp/namelessclass.cc: New file.
14905 * gdb.cp/namelessclass.exp: New file.
14906 * gdb.cp/namelessclass.S: New file.
14907
ab19de87
DE
149082014-04-16 Doug Evans <dje@google.com>
14909
14910 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
14911 Add comment.
14912 (gdbserver_default_get_comm_port): New function.
14913 (gdbserver_start): Check if board file provided
14914 "gdbserver,get_comm_port" and use it if so.
14915 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
14916 (gdb,socketport): Set to "stdio".
14917 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
14918 (stdio_gdbserver_template): Delete.
14919 (${board}_get_remote_address): Update.
14920 (${board}_build_remote_cmd): Delete.
14921 (${board}_get_comm_port): New function.
14922 (${board}_spawn): Update.
14923 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
14924 Delete.
14925 (${board}_get_remote_address): Update.
14926 (${board}_get_comm_port): New function.
14927
fc98a809
AB
149282014-04-16 Andrew Burgess <aburgess@broadcom.com>
14929
14930 * gdb.base/memattr.exp: Improve regexps to handle memory regions
14931 appearing in any order.
14932
87fd9e6e
DE
149332014-04-15 Doug Evans <dje@google.com>
14934
14935 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
14936 uninitialized value of "description".
14937
099fc3ea
KS
149382014-04-15 Keith Seitz <keiths@redhat.com>
14939
14940 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
14941 Remove unused globals.
14942 (test_running_the_program): Likewise.
14943 (test_controlled_execution): Likewise.
14944 (test_controlling_breakpoints): Likewise.
14945 (test_program_termination): Likewise.
14946
5da151d4
KS
149472014-04-15 Keith Seitz <keiths@redhat.com>
14948
14949 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
14950 unused globals.
14951 (test_rbreak_creation_and_listing): Likewise.
14952 (test_ignore_count): Likewise.
14953 (test_error): Likewise.
14954
35e5d2f0
PA
149552014-04-15 Pedro Alves <palves@redhat.com>
14956
14957 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
14958 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
14959 sym-file-loader.c.
14960 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14961 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14962 to sym-file-loader.c.
14963 (struct library): Forward declare.
14964 (load_shlib, lookup_function): Change prototypes.
14965 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14966 (translate_offset): Remove declarations.
14967 (get_text_addr): New declaration.
14968 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
14969 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
14970 sym-file-loader.h.
14971 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14972 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14973 here from sym-file-loader.h.
14974 (struct library): New structure.
14975 (load_shlib, lookup_function): Change prototypes and adjust to
14976 work with a struct library.
14977 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14978 (translate_offset): Make static.
14979 (get_text_addr): New function.
14980 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
14981
eb4c1710
PA
149822014-04-15 Pedro Alves <palves@redhat.com>
14983
14984 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
14985
2d1baf52
PA
149862014-04-15 Pedro Alves <palves@redhat.com>
14987
14988 * gdb.base/sym-file-loader.c: Include <limits.h>.
14989 (SELF_LINK): New define.
14990 (get_origin): New function.
14991 (load_shlib): Use it.
14992 * gdb.base/sym-file.exp: Don't early return if the target is
14993 remote. Use runto_main, and issue fail is that fails. Use
14994 gdb_load_shlibs.
14995 (shlib_name): Delete.
14996 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
14997
7dd6df01
PA
149982014-04-15 Pedro Alves <palves@redhat.com>
14999
15000 * gdb.base/sym-file.exp: Remove regex characters from test
15001 message. Don't refer to breakpoint numbers in test messages.
15002
b50c8614
KS
150032014-04-14 Keith Seitz <keiths@redhat.com>
15004
15005 PR c++/16253
15006 * gdb.cp/var-tag.cc: New file.
15007 * gdb.cp/var-tag.exp: New file.
15008 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15009 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15010 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15011 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15012
3d567982
TT
150132014-04-14 Tom Tromey <tromey@redhat.com>
15014
15015 * gdb.cp/classes.exp (test_enums): Handle underlying type.
15016 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
15017 type.
15018 * gdb.cp/enum-class.exp: New file.
15019 * gdb.cp/enum-class.cc: New file.
15020
0626fc76
TT
150212014-04-14 Tom Tromey <tromey@redhat.com>
15022
15023 * gdb.dwarf2/enum-type.exp: New file.
15024
dca325b3
SA
150252014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15026
15027 * gdb.mi/mi-vla-c99.exp: New file.
15028 * gdb.mi/vla.c: New file.
15029
5854b38a
SA
150302014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15031
15032 * gdb.base/vla-datatypes.c: New file.
15033 * gdb.base/vla-datatypes.exp: New file.
15034
463bb957
SA
150352014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15036
15037 * gdb.base/vla-ptr.c: New file.
15038 * gdb.base/vla-ptr.exp: New file.
15039
3dd170be
SA
150402014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15041
15042 * gdb.dwarf2/count.exp: New file.
15043
5ecaaa66
SA
150442014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15045
15046 * gdb.base/vla-sideeffect.c: New file.
15047 * gdb.base/vla-sideeffect.exp: New file.
15048
41f1ada5
DB
150492014-04-14 David Blaikie <dblaikie@gmail.com>
15050
15051 * gdb.mi/non-stop.c: Add return value for non-void function return
15052 statement.
15053 * gdb.threads/staticthreads.c: Ditto.
15054
0be03e84
DE
150552014-04-12 Siva Chandra Reddy <sivachandra@google.com>
15056 Doug Evans <xdje42@gmail.com>
15057
15058 * gdb.guile/scm-value.c: Improve test case.
15059 * gdb.guile/scm-value.exp: Add new test.
15060
f180a1fb
DB
150612014-04-11 David Blaikie <dblaikie@gmail.com>
15062
15063 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
15064 override Clang's default.
15065
6b662e19
JB
150662014-04-11 Joel Brobecker <brobecker@adacore.com>
15067
15068 Revert the following changes (regressions):
15069
15070 * gdb.base/vla-sideeffect.c: New file.
15071 * gdb.base/vla-sideeffect.exp: New file.
15072
15073 * gdb.dwarf2/count.exp: New file.
15074
15075 * gdb.base/vla-multi.c: New file.
15076 * gdb.base/vla-multi.exp: New file.
15077
15078 * gdb.base/vla-ptr.c: New file.
15079 * gdb.base/vla-ptr.exp: New file.
15080
15081 * gdb.base/vla-datatypes.c: New file.
15082 * gdb.base/vla-datatypes.exp: New file.
15083
15084 * gdb.mi/mi-vla-c99.exp: New file.
15085 * gdb.mi/vla.c: New file.
15086
245a5f0b
KS
150872014-04-11 Keith Seitz <keiths@redhat.com>
15088
15089 PR c++/16675
15090 * gdb.cp/cpsizeof.exp: New file.
15091 * gdb.cp/cpsizeof.cc: New file.
15092
58a84dcf
SA
150932014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15094
191a8a90
JB
15095 * gdb.mi/mi-vla-c99.exp: New file.
15096 * gdb.mi/vla.c: New file.
58a84dcf 15097
c8655f75
SA
150982014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15099
15100 * gdb.base/vla-datatypes.c: New file.
15101 * gdb.base/vla-datatypes.exp: New file.
15102
024e13b4
SA
151032014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15104
15105 * gdb.base/vla-ptr.c: New file.
15106 * gdb.base/vla-ptr.exp: New file.
15107
1a237e0e
SA
151082014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15109
15110 * gdb.base/vla-multi.c: New file.
15111 * gdb.base/vla-multi.exp: New file.
15112
504f3432
SA
151132014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15114
15115 * gdb.dwarf2/count.exp: New file.
15116
3bce8237
SA
151172014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15118
191a8a90
JB
15119 * gdb.base/vla-sideeffect.c: New file.
15120 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 15121
322f9c21
YQ
151222014-04-11 Yao Qi <yao@codesourcery.com>
15123
15124 * gdb.base/completion.exp: Check file exists before running tests
15125 on file completion.
15126
d708bcd1
PA
151272014-04-10 Pedro Alves <palves@redhat.com>
15128
15129 * gdb.base/cond-eval-mode.c: New file.
15130 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
15131 prepare_for_testing to build the new file. Check result of
15132 runto_main.
15133 (test_break, test_watch): New procedures.
15134 (top level): Use them.
15135
ae1d2761
PM
151362014-04-08 Pierre Muller <muller@sourceware.org>
15137
15138 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
15139 Ctrl-V use for mingw hosts.
15140
7af389b8
SC
151412014-04-07 Siva Chandra Reddy <sivachandra@google.com>
15142
15143 * gdb.python/py-value.c: Improve test case.
15144 * gdb.python/py-value.exp: Add new test.
15145
5e703181
DE
151462014-04-07 David Blaikie <dblaikie@gmail.com>
15147
15148 * lib/compiler.c: Identify the clang compiler.
15149 * lib/compiler.cc: Ditto.
15150
9810b410
YQ
151512014-04-03 Yao Qi <yao@codesourcery.com>
15152
15153 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
15154
98d1b8dc
AB
151552014-04-01 Anton Blanchard <anton@samba.org>
15156
15157 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
15158 messages unique.
15159
3114cea1
AB
151602014-04-01 Anton Blanchard <anton@samba.org>
15161
15162 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
15163 prepare_for_testing.
15164
62f7182c
AB
151652014-04-01 Anton Blanchard <anton@samba.org>
15166
15167 * gdb.arch/ppc64-atomic-inst.c: Remove.
15168 * gdb.arch/ppc64-atomic-inst.S: New file.
15169 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
15170
770e7fc7
DE
151712014-03-31 Doug Evans <dje@google.com>
15172
15173 * gdb.base/print-symbol-loading-lib.c: New file.
15174 * gdb.base/print-symbol-loading-main.c: New file.
15175 * gdb.base/print-symbol-loading.exp: New file.
15176
46e2bafa
YQ
151772014-03-31 Yao Qi <yao@codesourcery.com>
15178
15179 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
15180
8776cfe9
JB
151812014-03-28 Joel Brobecker <brobecker@adacore.com>
15182
15183 * gdb.ada/mi_dyn_arr: New testcase.
15184
5d1ef361
DE
151852014-03-27 Doug Evans <dje@google.com>
15186
15187 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
15188
b5bee914
YQ
151892014-03-27 Yao Qi <yao@codesourcery.com>
15190
15191 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
15192 if target is nios2-*-*.
15193
0d4d0e77
YQ
151942014-03-26 Yao Qi <yao@codesourcery.com>
15195
15196 * lib/gdb.exp (readline_is_used): New proc.
15197 * gdb.base/completion.exp: Move tests on command complete up.
15198 Skip the rest of tests if readline is not used.
15199 * gdb.ada/complete.exp: Skp the test if readline is not
15200 used.
15201 * gdb.base/filesym.exp: Likewise.
15202 * gdb.base/macscp.exp: Likewise.
15203 * gdb.base/readline-ask.exp: Likewise.
15204 * gdb.base/readline.exp: Likewise.
15205 * gdb.python/py-cmd.exp: Likewise.
15206 * gdb.trace/tfile.exp: Likewise.
15207
29361eee
YQ
152082014-03-26 Yao Qi <yao@codesourcery.com>
15209
15210 * gdb.base/macscp.exp: Fix code format issues.
15211
bc9a5525
UW
152122014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
15213
15214 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
15215 * gdb.asm/powerpc64le.inc: New file.
15216
d3839ede
PA
152172014-03-25 Pedro Alves <palves@redhat.com>
15218 Doug Evans <dje@google.com>
15219
15220 * gdb.base/source-execution.c: New file.
15221 * gdb.base/source-execution.exp: New file.
15222 * gdb.base/source-execution.gdb: New file.
15223
01672a57
DE
152242014-03-24 Doug Evans <dje@google.com>
15225
15226 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
15227 using fission.
15228
88bbeca9
HZ
152292014-03-24 Hui Zhu <hui@codesourcery.com>
15230 Pedro Alves <palves@redhat.com>
15231
15232 PR breakpoints/16101
15233 * gdb.base/dprintf.exp: Use unsupported rather than changing the
15234 test pass/fail messages. Detect missing support for dprintf when
15235 breakpoints are actually inserted.
15236 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
15237 breakpoints are actually inserted.
15238 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
15239 fails.
15240
d2348791
JK
152412014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15242
15243 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
15244
feef67ab
DE
152452014-03-22 Doug Evans <xdje42@gmail.com>
15246
15247 * gdb.python/python.exp (python not supported): Verify multi-line
15248 python command issues an error.
25d743f9 15249 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 15250 guile command issues an error.
feef67ab 15251
ecebef6a
MR
152522014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
15253
15254 * gdb.threads/thread-specific.exp: Handle the lack of usable
15255 $this_breakpoint and $this_thread.
15256
ccdd1909
HZ
152572014-03-21 Hui Zhu <hui@codesourcery.com>
15258
15259 * gdb.base/attach.exp (do_command_attach_tests): New.
15260
beb460e8
PA
152612014-03-20 Tom Tromey <tromey@redhat.com>
15262 Pedro Alves <palves@redhat.com>
15263
15264 PR cli/15718
15265 * gdb.base/condbreak-call-false.c: New file.
15266 * gdb.base/condbreak-call-false.exp: New file.
15267
40acf43a
PA
152682014-03-20 Pedro Alves <palves@redhat.com>
15269
15270 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
15271 Delete.
15272 (block_signals, unblock_signals): Delete.
15273 (child_function_2, main): Remove references to deleted variable
15274 and functions.
15275
9f5e1e02
PA
152762014-03-20 Pedro Alves <palves@redhat.com>
15277
15278 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
15279 Use pthread_kill to signal thread 2.
15280 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15281 Adjust to make the test send itself a signal rather than using the
15282 host's "kill" command.
15283
99619bea
PA
152842014-03-20 Pedro Alves <palves@redhat.com>
15285
15286 * gdb.threads/multiple-step-overs.c: New file.
15287 * gdb.threads/multiple-step-overs.exp: New file.
15288 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15289 Adjust expected infrun debug output.
15290
2adfaa28
PA
152912014-03-20 Pedro Alves <palves@redhat.com>
15292
15293 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
15294 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
15295
31e77af2
PA
152962014-03-20 Pedro Alves <palves@redhat.com>
15297
15298 PR breakpoints/7143
15299 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
15300 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
15301 of gdb_test_multiple.
15302 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
15303 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
15304
b9f437de
PA
153052014-03-20 Pedro Alves <palves@redhat.com>
15306
15307 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
15308 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
15309
05adc73e
PA
153102014-03-19 Pedro Alves <palves@redhat.com>
15311
15312 * gdb.base/async.exp: Remove early return.
15313
6048b950
PA
153142014-03-19 Pedro Alves <palves@redhat.com>
15315
15316 * gdb.base/async.exp (step& tests): Pass explicit test messages.
15317
8bcfb00a
PA
153182014-03-19 Pedro Alves <palves@redhat.com>
15319
15320 * gdb.base/async.exp (test_background): Expect \r\n after
15321 "completed." in the fail pattern.
15322
884e37dc
PA
153232014-03-19 Pedro Alves <palves@redhat.com>
15324
15325 * gdb.base/async.exp (test_background): New procedure.
15326 Use it for all background execution command tests.
15327
148e57e2
PA
153282014-03-19 Pedro Alves <palves@redhat.com>
15329
15330 * gdb.base/async.exp: Use prepare_for_testing.
15331
f48088c7
PA
153322014-03-19 Pedro Alves <palves@redhat.com>
15333
15334 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
15335 the same line.
15336
e2f6c966
PA
153372014-03-19 Pedro Alves <palves@redhat.com>
15338
15339 * gdb.base/async.c (main): Add "jump here" and "until here" line
15340 marker comments.
15341 * gdb.base/async.exp (jump_here): New global.
15342 (jump& test): Use it.
15343 (until_here): New global.
15344 (until& test): Use it.
15345
c30568d4
PA
153462014-03-19 Pedro Alves <palves@redhat.com>
15347
15348 * gdb.base/async.exp: Don't frob gdb_protocol.
15349
0172b6a7
DE
153502014-03-18 Doug Evans <xdje42@gmail.com>
15351
15352 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
15353 Fix spelling of exec-done-display.
15354
06c868a8
JK
153552014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
15356
15357 PR gdb/15358
15358 * gdb.base/gdb-sigterm.c: New file.
15359 * gdb.base/gdb-sigterm.exp: New file.
15360
0c7e1a46
PA
153612014-03-18 Pedro Alves <palves@redhat.com>
15362
15363 PR gdb/13860
15364 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
15365 * lib/mi-support.exp (mi_expect_stop): Add special handling for
15366 solib-event.
15367
f7c77d93
JB
153682014-03-17 Joel Brobecker <brobecker@adacore.com>
15369
15370 * gdb.ada/pckd_arr_ren: New testcase.
15371
5a1e8c7a
DE
153722014-03-13 Doug Evans <xdje42@gmail.com>
15373
15374 PR guile/16612
15375 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
15376 collect after discarding symbols.
15377
350e1a76
DE
153782014-03-13 Ludovic Courtès <ludo@gnu.org>
15379 Doug Evans <xdje42@gmail.com>
15380
15381 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
15382 to history survives a gc.
15383
a69900ae
PA
153842014-03-13 Pedro Alves <palves@redhat.com>
15385
15386 * gdb.base/default.exp: Don't test "target procfs".
15387
5db9f0bd
PA
153882014-03-13 Pedro Alves <palves@redhat.com>
15389
15390 * gdb.base/default.exp: Update "target child" and "target procfs"
15391 tests to not expect "Unix".
15392
b3ccfe11
TT
153932014-03-12 Tom Tromey <tromey@redhat.com>
15394
15395 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
15396 New procs. Add target-async tests.
15397 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
15398 Add target-async tests.
15399
646f4417
AA
154002014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15401
15402 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
15403 'func_start' and 'func_end' for the beginning and end of the
15404 function code, respectively.
15405 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
15406 'func_end' instead of 'func' and 'main'.
15407
288c211f
AA
154082014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15409
15410 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
15411 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
15412 generate the debug info assembler source.
15413
e0c0f156
AA
154142014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15415
15416 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
15417 * gdb.dwarf2/arr-subrange.exp: Likewise.
15418 * gdb.dwarf2/dwz.exp: Likewise.
15419 * gdb.dwarf2/method-ptr.exp: Likewise.
15420 * gdb.dwarf2/missing-sig-type.exp: Likewise.
15421 * gdb.dwarf2/subrange.exp: Likewise.
15422 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
15423 * gdb.dwarf2/implptrpiece.exp: Likewise.
15424 * gdb.dwarf2/nostaticblock.exp: Likewise.
15425
0e5c4555
AA
154262014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15427
15428 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
15429 directory to absolute path name arguments.
15430
5ec18f2b
JG
154312014-03-10 Joel Brobecker <brobecker@adacore.com>
15432
15433 * gdb.ada/tagged_access: New testcase.
15434
847fc4f2
MM
154352014-03-07 Markus Metzger <markus.t.metzger@intel.com>
15436
15437 * gdb.btrace/data.exp: Update expected output.
15438
cc3da688
YQ
154392014-03-06 Yao Qi <yao@codesourcery.com>
15440
15441 * gdb.trace/pr16508.exp: New file.
15442
0f26cec1
PA
154432014-03-05 Pedro Alves <palves@redhat.com>
15444
15445 PR gdb/16575
15446 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
15447 procedure.
15448 (top level): Adjust to use it. Add tests that exercise breakpoint
15449 interaction with the code-cache.
15450
7a5a839f
LC
154512014-02-26 Ludovic Courtès <ludo@gnu.org>
15452
15453 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
15454 test for 'history-append!'.
15455
31aa7e4e
JB
154562014-02-26 Joel Brobecker <brobecker@adacore.com>
15457
15458 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
15459 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
15460 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
15461 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
15462 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
15463 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
15464
1b588015
JB
154652014-02-26 Joel Brobecker <brobecker@adacore.com>
15466
15467 * testsuite/gdb.python/py-pp-re-notag.c: New file.
15468 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
15469 * testsuite/gdb.python/py-pp-re-notag.p: New file.
15470
55426c9d
JB
154712014-02-26 Joel Brobecker <brobecker@adacore.com>
15472
15473 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
15474
dc53a7ad
JB
154752014-02-26 Joel Brobecker <brobecker@adacore.com>
15476
15477 * gdb.dwarf2/arr-stride.c: New file.
15478 * gdb.dwarf2/arr-stride.exp: New file.
15479
12ab52e9
PA
154802014-02-26 Pedro Alves <palves@redhat.com>
15481
15482 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
15483 that won't ever trigger. Make sure that GDB reports the correct
15484 breakpoint that caused the stop.
15485
849c862e
JK
154862014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15487
15488 PR gdb/16626
15489 * gdb.base/auto-load-script: New file.
15490 * gdb.base/auto-load.c: New file.
15491 * gdb.base/auto-load.exp: New file.
15492
71b7d793
JK
15493 PR gdb/16626
15494 * gdb.base/auto-load.exp: Fix out-of-srctree run.
15495
e2f0d509
JK
154962014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15497
15498 Fix dw2-icycle.exp -fsanitize=address GDB crash.
15499 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
15500
50cc37c8
DE
155012014-02-24 Doug Evans <dje@google.com>
15502
15503 * lib/gdb.exp (run_on_host): Log error output if program fails.
15504
ea4758f2
PA
155052014-02-21 Pedro Alves <palves@redhat.com>
15506
15507 * gdb.threads/step-after-sr-lock.c: Rename to ...
15508 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
15509 * gdb.threads/step-after-sr-lock.exp: Rename to ...
15510 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15511 ... this.
15512
d7b30f67
SDJ
155132014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
15514
15515 PR tdep/16397
15516 * gdb.arch/amd64-stap-special-operands.exp: New file.
15517 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
15518 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
15519 * gdb.arch/amd64-stap-triplet.S: Likewise.
15520 * gdb.arch/amd64-stap-triplet.c: Likewise.
15521
83deb43f
JB
155222014-02-20 Joel Brobecker <brobecker@adacore.com>
15523
15524 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
15525 in .section pseudo-op.
15526
adde2bff
DE
155272014-02-20 lin zuojian <manjian2006@gmail.com>
15528 Joel Brobecker <brobecker@adacore.com>
15529 Doug Evans <xdje42@gmail.com>
15530
15531 PR symtab/16581
15532 * gdb.dwarf2/dw2-icycle.S: New file.
15533 * gdb.dwarf2/dw2-icycle.c: New file.
15534 * gdb.dwarf2/dw2-icycle.exp: New file.
15535
f7bd0f78
SC
155362014-02-19 Siva Chandra Reddy <sivachandra@google.com>
15537
15538 * gdb.python/py-value-cc.cc: Improve test case to enable testing
15539 operations on gdb.Value objects.
15540 * gdb.python/py-value-cc.exp: Add new test to test operations on
15541 gdb.Value objects.
15542
c17ef0d5
DE
155432014-02-18 Doug Evans <dje@google.com>
15544
15545 * Makefile.in (TESTS): New variable.
15546 (expanded_tests, expanded_tests_or_none): New variables
15547 (check-single): Pass $(expanded_tests_or_none) to runtest.
15548 (check-parallel): Only run tests in $(TESTS) if non-empty.
15549 (check/no-matching-tests-found): New rule.
15550 * README: Document TESTS makefile variable.
15551
5dd3176f
DE
155522014-02-18 Doug Evans <dje@google.com>
15553
15554 * Makefile.in (check-parallel): rm -rf outputs temp.
15555
0b10be4f
JK
155562014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15557
15558 Fix "ERROR: no fileid for" in the testsuite.
15559 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
15560
85f224e7
DE
155612014-02-12 Doug Evans <dje@google.com>
15562
15563 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
15564 (MISCELLANEOUS): New variable.
15565 (clean): rm -rf $(MISCELLANEOUS).
15566 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
15567 dwp live in the same directory as symlinks, with each symlink pointed
15568 to a differently named file in a different directory.
15569
149b30ff
DE
155702014-02-11 Doug Evans <dje@google.com>
15571
15572 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
15573 of Tcl file commands.
15574
1dfdac32
MK
155752014-02-10 Mark Kettenis <kettenis@gnu.org>
15576
15577 * gdb.threads/step-after-sr-lock.exp: Avoid executing
15578 "kill -SIGUSR1 -1".
15579
aa4fb036
JB
155802014-02-10 Joel Brobecker <brobecker@adacore.com>
15581
15582 * gdb.ada/tick_length_array_enum_idx: New testcase.
15583
ed3ef339
DE
155842014-02-10 Doug Evans <xdje42@gmail.com>
15585
15586 * configure.ac (AC_OUTPUT): Add gdb.guile.
15587 * configure: Regenerate.
15588 * lib/gdb-guile.exp: New file.
15589 * lib/gdb.exp (get_target_charset): New function.
15590 * gdb.base/help.exp: Update expected output from "apropos apropos".
15591 * gdb.guile/Makefile.in: New file.
15592 * gdb.guile/guile.exp: New file.
15593 * gdb.guile/scm-arch.c: New file.
15594 * gdb.guile/scm-arch.exp: New file.
15595 * gdb.guile/scm-block.c: New file.
15596 * gdb.guile/scm-block.exp: New file.
15597 * gdb.guile/scm-breakpoint.c: New file.
15598 * gdb.guile/scm-breakpoint.exp: New file.
15599 * gdb.guile/scm-disasm.c: New file.
15600 * gdb.guile/scm-disasm.exp: New file.
15601 * gdb.guile/scm-equal.c: New file.
15602 * gdb.guile/scm-equal.exp: New file.
15603 * gdb.guile/scm-error.exp: New file.
15604 * gdb.guile/scm-error.scm: New file.
15605 * gdb.guile/scm-frame-args.c: New file.
15606 * gdb.guile/scm-frame-args.exp: New file.
15607 * gdb.guile/scm-frame-args.scm: New file.
15608 * gdb.guile/scm-frame-inline.c: New file.
15609 * gdb.guile/scm-frame-inline.exp: New file.
15610 * gdb.guile/scm-frame.c: New file.
15611 * gdb.guile/scm-frame.exp: New file.
15612 * gdb.guile/scm-generics.exp: New file.
15613 * gdb.guile/scm-gsmob.exp: New file.
15614 * gdb.guile/scm-iterator.c: New file.
15615 * gdb.guile/scm-iterator.exp: New file.
15616 * gdb.guile/scm-math.c: New file.
15617 * gdb.guile/scm-math.exp: New file.
15618 * gdb.guile/scm-objfile-script-gdb.in: New file.
15619 * gdb.guile/scm-objfile-script.c: New file.
15620 * gdb.guile/scm-objfile-script.exp: New file.
15621 * gdb.guile/scm-objfile.c: New file.
15622 * gdb.guile/scm-objfile.exp: New file.
15623 * gdb.guile/scm-ports.exp: New file.
15624 * gdb.guile/scm-pretty-print.c: New file.
15625 * gdb.guile/scm-pretty-print.exp: New file.
15626 * gdb.guile/scm-pretty-print.scm: New file.
15627 * gdb.guile/scm-section-script.c: New file.
15628 * gdb.guile/scm-section-script.exp: New file.
15629 * gdb.guile/scm-section-script.scm: New file.
15630 * gdb.guile/scm-symbol.c: New file.
15631 * gdb.guile/scm-symbol.exp: New file.
15632 * gdb.guile/scm-symtab-2.c: New file.
15633 * gdb.guile/scm-symtab.c: New file.
15634 * gdb.guile/scm-symtab.exp: New file.
15635 * gdb.guile/scm-type.c: New file.
15636 * gdb.guile/scm-type.exp: New file.
15637 * gdb.guile/scm-value-cc.cc: New file.
15638 * gdb.guile/scm-value-cc.exp: New file.
15639 * gdb.guile/scm-value.c: New file.
15640 * gdb.guile/scm-value.exp: New file.
15641 * gdb.guile/source2.scm: New file.
15642 * gdb.guile/types-module.cc: New file.
15643 * gdb.guile/types-module.exp: New file.
15644
7026a7c1
YQ
156452014-02-10 Yao Qi <yao@codesourcery.com>
15646
15647 PR testsuite/16543
15648 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
15649 * configure: Regenerated.
15650 * Makefile.in: New file.
15651
6c466447
AS
156522014-02-08 Andreas Schwab <schwab@linux-m68k.org>
15653
15654 * gdb.python/py-framefilter.exp: Fix typo.
15655
6e854735
YQ
156562014-02-08 Yao Qi <yao@codesourcery.com>
15657
15658 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
15659 that no =breakpoint-modified is emitted when breakpoints are
15660 modified through MI commands.
15661
d137e6dc
PA
156622014-02-07 Pedro Alves <pedro@codesourcery.com>
15663 Pedro Alves <palves@redhat.com>
15664
15665 * gdb.threads/step-after-sr-lock.c: New file.
15666 * gdb.threads/step-after-sr-lock.exp: New file.
15667
b5ee5a50
PA
156682014-02-07 Pedro Alves <palves@redhat.com>
15669
15670 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
15671
3c77faf3
JK
156722014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
15673
15674 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
15675 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
15676
6dddc817
DE
156772014-02-06 Doug Evans <xdje42@gmail.com>
15678
15679 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
15680 output.
15681
15682 * gdb.gdb/python-interrupts.exp: New file.
15683
de7b2893
YQ
156842014-02-05 Yao Qi <yao@codesourcery.com>
15685
15686 * gdb.trace/report.exp (use_collected_data): Test the output
15687 of "info threads" and "info inferiors".
15688
66d032ac
YQ
156892014-02-05 Yao Qi <yao@codesourcery.com>
15690
15691 Revert this patch:
15692
15693 2013-05-24 Yao Qi <yao@codesourcery.com>
15694
15695 * gdb.trace/tfile.exp: Test inferior and thread.
15696
591a12a1
UW
156972014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15698
15699 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
15700 on a function.
15701 * gdb.base/step-bt.c: Call hello via function pointer to make
15702 sure its first instruction is executed on powerpc64le-linux.
15703
0ff3e01f
UW
157042014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15705
15706 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
15707
084ee545
UW
157082014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15709
15710 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
15711 of the test patterns for use on little-endian systems.
15712
6ed14ff3
UW
157132014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15714
15715 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
15716 (decimal_vector): Fix for little-endian.
15717
401e27fd
JM
157182014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
15719
15720 * gdb.arch/sparc-sysstep.exp: New file.
15721 * gdb.arch/sparc-sysstep.c: Likewise.
15722
15723 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
15724
8b924729
EBM
157252014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15726
15727 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
15728
fb151210
JB
157292014-01-23 Tom Tromey <tromey@redhat.com>
15730
15731 * gdb.ada/array_char_idx: New testcase.
15732
0740f8d8
TT
157332014-01-23 Tom Tromey <tromey@redhat.com>
15734
15735 PR python/16487:
15736 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
15737 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
15738 classes.
15739
21909fa1
TT
157402014-01-23 Tom Tromey <tromey@redhat.com>
15741
15742 PR python/16491:
15743 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
15744 string from an inferior frame.
15745 * gdb.python/py-framefilter-mi.exp: Update.
15746
87ce2a04
DE
157472014-01-22 Doug Evans <dje@google.com>
15748
15749 * gdb.server/server-mon.exp: Add tests for "set debug-format".
15750
237b092b
AA
157512014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15752
15753 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
15754
d674a709
AA
157552014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15756
15757 * gdb.trace/entry-values.exp: Remove excess space character from
15758 regex patterns. Handle s390 call instruction.
15759
20fa3390
AA
157602014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15761
15762 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
15763 define "*_start" label. Make "name" static.
15764 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
15765 ${name} by references to ${name}_start.
15766
78466714
AA
157672014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15768
15769 * gdb.base/info-macros.exp: Remove "debug" from the compile
15770 options.
15771
ec9f644a
IB
157722014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15773
15774 * gdb.dlang/demangle.exp: New file.
15775
94b1b47e
IB
157762014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15777
15778 * gdb.dlang/primitive-types.exp: New file.
15779
7f420862
IB
157802014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15781
15782 * configure.ac: Create gdb.dlang/Makefile.
15783 * configure: Regenerate.
15784 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
15785 * gdb.dlang/Makefile.in: New file.
15786 * lib/d-support.exp: New file.
15787 * lib/gdb.exp (skip_d_tests): New proc.
15788
52834460
MM
157892014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15790
15791 * gdb.btrace/delta.exp: Check reverse stepi.
15792 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
15793 * gdb.btrace/finish.exp: New.
15794 * gdb.btrace/next.exp: New.
15795 * gdb.btrace/nexti.exp: New.
15796 * gdb.btrace/record_goto.c: Add comments.
15797 * gdb.btrace/step.exp: New.
15798 * gdb.btrace/stepi.exp: New.
15799 * gdb.btrace/multi-thread-step.c: New.
15800 * gdb.btrace/multi-thread-step.exp: New.
15801 * gdb.btrace/rn-dl-bind.c: New.
15802 * gdb.btrace/rn-dl-bind.exp: New.
15803 * gdb.btrace/data.c: New.
15804 * gdb.btrace/data.exp: New.
15805 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15806
6e07b1d2
MM
158072014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15808
15809 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
15810 * gdb.btrace/exception.exp: Update.
15811 * gdb.btrace/instruction_history.exp: Update.
15812 * gdb.btrace/record_goto.exp: Update.
15813 * gdb.btrace/tailcall.exp: Update.
15814 * gdb.btrace/unknown_functions.exp: Update.
15815 * gdb.btrace/delta.exp: New.
15816
0b722aec
MM
158172014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15818
15819 * gdb.btrace/record_goto.exp: Add backtrace test.
15820 * gdb.btrace/tailcall.exp: Add backtrace test.
15821
066ce621
MM
158222014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15823
15824 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
15825 * gdb.btrace/record_goto.c: New.
15826 * gdb.btrace/record_goto.exp: New.
15827 * gdb.btrace/x86-record_goto.S: New.
15828
0688d04e
MM
158292014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15830
15831 * gdb.btrace/function_call_history.exp: Update tests.
15832 * gdb.btrace/instruction_history.exp: Update tests.
15833
8710b709
MM
158342014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15835
15836 * gdb.btrace/function_call_history.exp: Fix expected field
15837 order for "record function-call-history".
15838 Add new tests for "record function-call-history /c".
15839 * gdb.btrace/exception.cc: New.
15840 * gdb.btrace/exception.exp: New.
15841 * gdb.btrace/tailcall.exp: New.
15842 * gdb.btrace/x86-tailcall.S: New.
15843 * gdb.btrace/x86-tailcall.c: New.
15844 * gdb.btrace/unknown_functions.c: New.
15845 * gdb.btrace/unknown_functions.exp: New.
15846 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15847
5de9129b
MM
158482014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15849
15850 * gdb.btrace/instruction_history.exp: Update.
15851 * gdb.btrace/function_call_history.exp: Update.
15852
23a7fe75
MM
158532014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15854
15855 * gdb.btrace/function_call_history.exp: Fix expected function
15856 trace.
15857 * gdb.btrace/instruction_history.exp: Initialize traced.
15858 Remove traced_functions.
15859
724c7dd8
MM
158602014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15861
15862 * gdb.btrace/function_call_history.exp: Update
15863 * gdb.btrace/instruction_history.exp: Update.
15864
6d78d93b
MM
158652014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15866
15867 * gdb.btrace/enable.exp: Update expected text.
15868
93a360cc
OJ
158692014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
15870
15871 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
15872 bytes.
15873
3772b53f
MR
158742014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
15875
15876 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
15877
596662fa
OJ
158782014-01-15 Omair Javaid <omair.javaid@linaro.org>
15879
15880 * lib/gdb.exp (supports_process_record): Return true for
15881 arm*-linux*. (supports_reverse): Likewise.
15882
b5b08fb4
SC
158832014-01-13 Siva Chandra Reddy <sivachandra@google.com>
15884
15885 PR python/15464
15886 PR python/16113
15887 * gdb.python/py-type.c: Enhance test case.
15888 * gdb.python/py-value-cc.cc: Likewise
15889 * gdb.python/py-type.exp: Add new tests.
15890 * gdb.python/py-value-cc.exp: Likewise
15891
52d7fb13
AA
158922014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15893 Pedro Alves <palves@redhat.com>
15894
15895 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
15896 Make "name" extern.
15897 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
15898 references to ${name}_start by references to ${name}.
15899
a2cd8cfe
JB
159002014-01-10 Joel Brobecker <brobecker@adacore.com>
15901
15902 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
15903
4e23fced
JB
159042014-01-10 Joel Brobecker <brobecker@adacore.com>
15905
15906 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
15907
c6a9e42c
PA
159082014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
15909 Pedro Alves <palves@redhat.com>
15910
15911 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 15912 mi_gdb_target_load.
c6a9e42c 15913
b7ea362b
PA
159142014-01-08 Pedro Alves <palves@redhat.com>
15915
15916 * gdb.threads/reconnect-signal.c: New file.
15917 * gdb.threads/reconnect-signal.exp: New file.
15918
5e3f4fab
EBM
159192014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15920
15921 * gdb.base/source-dir.exp: New file.
15922
79301218
JB
159232014-01-07 Joel Brobecker <brobecker@adacore.com>
15924
15925 * gdb.ada/mi_interface: New testcase.
15926
8e355c5d
JB
159272014-01-07 Joel Brobecker <brobecker@adacore.com>
15928
15929 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
15930 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
15931 gdb.ada/pp-rec-component/pck.ads: New files.
15932
c0d48811
JB
159332014-01-07 Joel Brobecker <brobecker@adacore.com>
15934
15935 * gdb.python/py-pp-integral.c: New file.
15936 * gdb.python/py-pp-integral.py: New file.
15937 * gdb.python/py-pp-integral.exp: New file.
15938
17b609c3 15939For older changes see ChangeLog-1993-2013.
c906108c 15940\f
8d8cb839
EZ
15941;; Local Variables:
15942;; mode: change-log
15943;; left-margin: 8
15944;; fill-column: 74
15945;; version-control: never
15946;; End:
902f2ccb 15947
42a4f53d 15948 Copyright 2014-2019 Free Software Foundation, Inc.
902f2ccb
MC
15949 Copying and distribution of this file, with or without modification,
15950 are permitted provided the copyright notice and this notice are preserved.