[gdb/testsuite] Fix handling of DW_FORM_ref_addr in dwarf assembler
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
456ba0fa
TV
12019-05-07 Tom de Vries <tdevries@suse.de>
2
3 PR testsuite/24159
4 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
5
5a56d6a6
TV
62019-05-06 Tom de Vries <tdevries@suse.de>
7
8 * lib/gdb.exp (exec_has_index_section): New proc.
9 * gdb.base/index-cache.exp: Handle case that binfile contains an index
10 section.
11
9d6d4be8
TV
122019-05-04 Tom de Vries <tdevries@suse.de>
13
14 * boards/cc-with-debug-names.exp: New file.
15
222a8d25
TT
162019-05-03 Tom Tromey <tromey@adacore.com>
17
18 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
19 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
20 * gdb.ada/char_enum.exp: Add test.
21
0fdfd794
TV
222019-05-03 Tom de Vries <tdevries@suse.de>
23
24 * boards/cc-with-gdb-index.exp: New file.
25
80062eb9
AB
262019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
27
28 * gdb.rust/simple.exp: Add new test case.
29 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
30 (main): Initialise an instance of the new struct.
31
4504bbde
TT
322019-05-01 Tom Tromey <tromey@adacore.com>
33
34 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
35 record.
36 (NPR): New variable.
37 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
38 test.
39
d48e62f4
TT
402019-05-01 Tom Tromey <tromey@adacore.com>
41
42 * gdb.ada/packed_array_assign.exp: Add packed assignment
43 regression test.
44
f59f30f5
TV
452019-05-01 Tom de Vries <tdevries@suse.de>
46
47 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
48
b70bfc54
TV
492019-05-01 Tom de Vries <tdevries@suse.de>
50
51 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
52
15f18d14
AT
532019-04-30 Ali Tamur <tamur@google.com>
54
55 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
56
2ff0a947
TT
572019-04-30 Tom Tromey <tromey@adacore.com>
58
59 * lib/ada.exp (find_ada_tool): New proc.
60 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
61 * gdb.ada/catch_ex_std.exp: New file.
62 * gdb.ada/catch_ex_std/foo.adb: New file.
63 * gdb.ada/catch_ex_std/some_package.adb: New file.
64 * gdb.ada/catch_ex_std/some_package.ads: New file.
65
a776957c
TT
662019-04-30 Tom Tromey <tromey@adacore.com>
67
68 PR c++/24470:
69 * gdb.cp/temargs.cc: Add test code from PR.
70
bc68014d
AB
712019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
72
73 * gdb.fortran/vla-datatypes.exp: Update expected results.
74 * gdb.fortran/vla-ptype.exp: Likewise.
75 * gdb.fortran/vla-type.exp: Likewise.
76 * gdb.fortran/vla-value.exp: Likewise.
77
f1fdc960
AB
782019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
79
80 * gdb.fortran/ptr-indentation.exp: Update expected results.
81 * gdb.fortran/ptype-on-functions.exp: Likewise.
82 * gdb.fortran/vla-ptr-info.exp: Likewise.
83 * gdb.fortran/vla-value.exp: Likewise.
84
bf7a4de1
AB
852019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
86
87 * gdb.fortran/ptype-on-functions.exp: New file.
88 * gdb.fortran/ptype-on-functions.f90: New file.
89
bbe75b9d
AB
902019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
91
92 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
93 case void string.
94
1db455a7
AB
952019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
96
97 * gdb.fortran/complex.exp: Expand.
98 * gdb.fortran/complex.f: Renamed to...
99 * gdb.fortran/complex.f90: ...this, and extended to add more
100 complex values.
101
b6d03bb2
AB
1022019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
103
104 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
105 MODULO, CMPLX.
106
2e62ab40
AB
1072019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
108 Richard Bunt <richard.bunt@arm.com>
109
110 * gdb.base/max-depth.c: New file.
111 * gdb.base/max-depth.exp: New file.
112 * gdb.python/py-nested-maps.c: New file.
113 * gdb.python/py-nested-maps.exp: New file.
114 * gdb.python/py-nested-maps.py: New file.
115 * gdb.python/py-format-string.exp (test_max_depth): New proc.
116 (test_all_common): Call test_max_depth.
117 * gdb.fortran/max-depth.exp: New file.
118 * gdb.fortran/max-depth.f90: New file.
119 * gdb.go/max-depth.exp: New file.
120 * gdb.go/max-depth.go: New file.
121 * gdb.modula2/max-depth.exp: New file.
122 * gdb.modula2/max-depth.c: New file.
123 * lib/gdb.exp (get_print_expr_at_depths): New proc.
124
d2b584a5
TV
1252019-04-29 Tom de Vries <tdevries@suse.de>
126
127 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
128
136afab8
PW
1292019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
130
131 * gdb.base/callexit.exp: Test may-call-functions off.
132
725cbb63
KS
1332019-04-25 Keith Seitz <keiths@redhat.com>
134
135 PR c++/24367
136 * gdb.cp/meth-typedefs.cc (incomplete_struct)
137 (another_incomplete_struct, test_incomplete): New definitions.
138 (main): Use new definitions.
139 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
140 functions.
141
82433e3e
SDJ
1422019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
143
144 PR corefiles/11608
145 PR corefiles/18187
146 * gdb.base/coredump-filter-build-id.exp: New file.
147
dd06d4d6
AH
1482019-04-25 Alan Hayward <alan.hayward@arm.com>
149
150 * Makefile.in: Pass through GDBSERVER_DEBUG.
151 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
152 (gdbserver,debug): Add board setting.
153 * gdb.trace/tspeed.exp: Skip when debugging.
154 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
155 * lib/gdbserver-support.exp: Likewise
156
1670072e
TT
1572019-04-24 Tom Tromey <tromey@adacore.com>
158
159 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
160 Rust.
161
a59240a4
TT
1622019-04-24 Tom Tromey <tromey@adacore.com>
163
164 * gdb.arch/amd64-eval.exp: Test bitfield return.
165 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
166 (class Foo) <return_bitfields>: New method.
167 (main): Call it.
168
b907456c
AB
1692019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
170
171 * gdb.cp/many-args.cc: New file.
172 * gdb.cp/many-args.exp: New file.
173
5c565afd
TV
1742019-04-23 Tom de Vries <tdevries@suse.de>
175
176 PR gdb/24433
177 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
178
ba22ff86
AH
1792019-04-23 Alan Hayward <alan.hayward@arm.com>
180
181 * gdb.trace/backtrace.exp: Use nopie flag.
182 * gdb.trace/circ.exp: Likewise.
183 * gdb.trace/collection.exp: Likewise.
184 * gdb.trace/ftrace.exp: Likewise.
185 * gdb.trace/mi-trace-unavailable.exp: Likewise.
186 * gdb.trace/mi-traceframe-changed.exp: Likewise.
187 * gdb.trace/qtro.exp: Likewise.
188 * gdb.trace/read-memory.exp: Likewise.
189 * gdb.trace/report.exp: Likewise.
190 * gdb.trace/tfile.exp: Likewise.
191 * gdb.trace/tfind.exp: Likewise.
192 * gdb.trace/unavailable.exp: Likewise.
193
7905fc35
PA
1942019-04-22 Pedro Alves <palves@redhat.com>
195
196 * gdb.base/solib-probes-nosharedlibrary.c,
197 gdb.base/solib-probes-nosharedlibrary.exp: New files.
198
8ecb59f8
TT
1992019-04-19 Tom Tromey <tromey@adacore.com>
200
201 * gdb.ada/ptype_union.c: New file.
202 * gdb.ada/ptype_union.exp: New file.
203
62160ec9
TT
2042019-04-19 Tom Tromey <tromey@adacore.com>
205
206 PR symtab/24423:
207 * gdb.base/list0.h (foo): Add a control-l character.
208
36cd4ba5
TV
2092019-04-18 Tom de Vries <tdevries@suse.de>
210
211 PR gdb/24433
212 * boards/local-board.exp: Set sysroot to "".
213
b73715df
TV
2142019-04-18 Tom de Vries <tdevries@suse.de>
215 Pedro Alves <palves@redhat.com>
216
217 PR gdb/24454
218 * gdb.threads/vfork-follow-child-exec.c: New file.
219 * gdb.threads/vfork-follow-child-exec.exp: New file.
220 * gdb.threads/vfork-follow-child-exit.c: New file.
221 * gdb.threads/vfork-follow-child-exit.exp: New file.
222
4aa866af
LS
2232019-04-15 Leszek Swirski <leszeks@google.com>
224
225 * gdb.arch/amd64-eval.cc: New file.
226 * gdb.arch/amd64-eval.exp: New file.
227
e5a1a79a
AH
2282019-04-11 Alan Hayward <alan.hayward@arm.com>
229
230 * gdb.server/sysroot.c: New test.
231 * gdb.server/sysroot.exp: New file.
232 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
233 matching param.
234
41077b66
AB
2352019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
236
237 * gdb.base/align.exp: Extend test to cover structures containing
238 only static fields.
239
c30391f8
TV
2402019-04-11 Tom de Vries <tdevries@suse.de>
241
242 * boards/cc-with-dwz-m.exp: New file.
243 * boards/cc-with-dwz.exp: New file.
244 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
245
e242fd12
SM
2462019-04-09 Simon Marchi <simon.marchi@efficios.com>
247
248 * gdb.base/start-cpp.exp: New file.
249 * gdb.base/start-cpp.cc: New file.
250
2b0c8b01
KB
2512019-04-08 Kevin Buettner <kevinb@redhat.com>
252
253 * gdb.python/py-thrhandle.exp: Adjust tests to call
254 thread_from_handle instead of thread_from_thread_handle.
255
947210e5
KB
2562019-04-08 Kevin Buettner <kevinb@redhat.com>
257
258 * gdb.python/py-thrhandle.exp: Add tests for
259 gdb.InferiorThread.handle.
260
d7df6549
AB
2612019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
262
263 * gdb.python/py-function.exp: Check calling helper function from
264 all languages.
265 * lib/gdb.exp (gdb_supported_languages): New proc.
266
8bdc1658
AB
2672019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
268
269 * gdb.base/complex-parts.c: New file.
270 * gdb.base/complex-parts.exp: New file.
271
05caa1d2
TT
2722019-04-01 Tom Tromey <tromey@adacore.com>
273
274 PR symtab/23331:
275 * gdb.dwarf2/dw2-ranges-main.c: New file.
276 * gdb.dwarf2/dw2-ranges-psym.c: New file.
277 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
278
7734102d
EZ
2792019-03-30 Simon Marchi <simark@simark.ca>
280
281 * gdb.base/default.exp: Add values for $_gdb_major and
282 $_gdb_minor.
283
188e1fa9
TT
2842019-03-29 Tom Tromey <tromey@adacore.com>
285
286 * gdb.base/help.exp: Tighten apropos regexp.
287
2880242d
KS
2882019-03-29 Keith Seitz <keiths@redhat.com>
289
290 * gdb.fortran/array-bounds.exp: New file.
291 * gdb.fortran/array-bounds.f90: New file.
292
077cad8e
PW
2932019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
294
295 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
296
80047cfc
PW
2972019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
298
299 * gdb.multi/hello.c (main): Increase alarm timer.
300
f489207e
SL
3012019-03-28 Sandra Loosemore <sandra@codesourcery.com>
302
303 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
304 factor when no hardware watchpoint support.
305
c92df149
AH
3062019-03-28 Alan Hayward <alan.hayward@arm.com>
307 Pedro Alves <palves@redhat.com>
308
309 * boards/local-board.exp: set sysroot to /.
310
933aebfa
AH
3112019-03-27 Alan Hayward <alan.hayward@arm.com>
312
313 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
314 in child.
315
9f9aa852
AB
3162019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
317
318 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
319 field.
320 (make_container): Initialise new field.
321 * gdb.python/py-prettyprint.exp: Add new tests.
322 * gdb.python/py-prettyprint.py (class ContainerPrinter)
323 <display_hint>: New method.
324
3714a195
AB
3252019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
326
327 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
328 gdb_continue_to_breakpoint more throughout this test.
329 (run_lang_tests) Supply unique test names, and use
330 gdb_test_no_output.
331
18c77628
AB
3322019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
333
334 * gdb.base/finish-pretty.exp: Update expected results.
335 * gdb.base/pretty-print.c: New file.
336 * gdb.base/pretty-print.exp: New file.
337
9a93502f
PA
3382019-03-25 Pedro Alves <palves@redhat.com>
339
340 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
341 move comments outside list. Append '-i "" eof' section.
342
968aa7ae
AH
3432019-03-22 Alan Hayward <alan.hayward@arm.com>
344
345 * README: Add pie options.
346 * gdb.base/break-interp.exp: Ensure pie is disabled.
347 * gdb.base/dump.exp: Likewise.
348 * lib/gdb.exp (gdb_compile): Add pie option.
349
4c7d57e7
TT
3502019-03-19 Tom Tromey <tromey@adacore.com>
351
352 * gdb.mi/mi2-cli-display.c: New file.
353 * gdb.mi/mi2-cli-display.exp: New file.
354
bff8c71f
TT
3552019-03-18 Joel Brobecker <brobecker@adacore.com>
356 Tom Tromey <tromey@adacore.com>
357
358 * gdb.ada/ptype_array/pck.adb: New file.
359 * gdb.ada/ptype_array/pck.ads: New file.
360 * gdb.ada/ptype_array/foo.adb: New file.
361 * gdb.ada/ptype_array.exp: New file.
362
d085f989
TT
3632019-03-14 Tom Tromey <tromey@adacore.com>
364
365 * gdb.base/style.exp: Add "set style sources" test.
366
b4be1b06
SM
3672019-03-13 Simon Marchi <simon.marchi@ericsson.com>
368
369 * mi-breakpoint-location-ena-dis.exp: Rename to ...
370 * mi-breakpoint-multiple-locations.exp: ... this.
371 (make_breakpoints_pattern): New proc.
372 (do_test): Add mi_version parameter, test -break-insert,
373 -break-info and =breakpoint-created.
374
7cde5fc2
AB
3752019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
376
377 * config/default.exp: Remove 'load_lib gdb.exp'.
378 * config/monitor.exp: Likewise.
379 * config/sid.exp: Likewise.
380 * config/sim.exp: Likewise.
381 * config/slite.exp: Likewise.
382 * config/unix.exp: Likewise.
383 * gdb.base/default.exp: Remove unhelpful comment.
384
efbecbc1
AB
3852019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
386
387 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
388
0841c79a
AB
3892019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
390
391 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
392
4a270568
AB
3932019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
394
395 * gdb.fortran/type-kinds.exp: Update expected results.
396
067630bd
AB
3972019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
398
399 * gdb.fortran/type-kinds.exp: Test new integer type kind.
400
3be47f7a
AB
4012019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
402
403 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
404 function.
405 (test_basic_parsing_of_type_kinds): Expand types tested.
406 (test_parsing_invalid_type_kinds): New function.
407
4d00f5d8
AB
4082019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
409
410 * gdb.fortran/intrinsics.exp: New file.
411 * gdb.fortran/intrinsics.f90: New file.
412 * gdb.fortran/type-kinds.exp: New file.
413
c8f91604
AB
4142019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
415
416 * gdb.fortran/dot-ops.exp: New file.
417
dd9f2c76
AB
4182019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
419
420 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
421 Check upper and lower case logical literals.
422
84ec9724
AB
4232019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
424
425 * gdb.fortran/types.exp (test_float_literal_types_accepted):
426 Remove duplicate tests.
427
c3734e09
AH
4282019-03-06 Alan Hayward <alan.hayward@arm.com>
429
430 * lib/gdb.exp (builtin_cd): rename of cd.
431 (cd): Override builtin.
432
aa3cfbda
RB
4332019-03-06 Richard Bunt <richard.bunt@arm.com>
434
435 * gdb.fortran/function-calls.exp: New file.
436 * gdb.fortran/function-calls.f90: New test.
437
7b63ad86
RB
4382019-03-04 Richard Bunt <richard.bunt@arm.com>
439
440 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
441 on user program standard output.
442 * gdb.fortran/short-circuit-argument-list.f90: Record function
443 calls.
444
01abb042
AH
4452019-02-28 Alan Hayward <alan.hayward@arm.com>
446
c3734e09
AH
447 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
448 failure.
01abb042 449
92137da0
RO
4502019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
451
452 PR gdb/8527
453 * gdb.base/interrupt-daemon-attach.c,
454 gdb.base/interrupt-daemon-attach.exp: New test.
455
5862844d
PA
4562019-02-27 Pedro Alves <palves@redhat.com>
457
458 * gdb.base/page.exp: Add tests for "set width/height -1".
459
8ed25214
PA
4602019-02-27 Pedro Alves <palves@redhat.com>
461
462 * gdb.base/page.exp: Add tests for "set/show width/height" with
463 "infinite" values.
464
6c28e44a
TT
4652019-02-27 Tom Tromey <tromey@adacore.com>
466
467 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
468 2.4.
469 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
470 workaround.
471
bf9a735e
AB
4722019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
473
474 * gdb.base/align.exp: Extend to compile in both C and C++, and add
475 tests for structs with static members.
476
8791793c
TT
4772019-02-26 Tom Tromey <tromey@adacore.com>
478
479 * gdb.python/py-value.exp (test_value_from_buffer): Check for
480 ValueError, not TypeError.
481
bc2a507e
KB
4822019-02-26 Kevin Buettner <kevinb@redhat.com>
483
484 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
485 call from main program.
486
e0e7d3bd
JB
4872019-02-23 Joel Brobecker <brobecker@adacore.com>
488
489 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
490 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
491 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
492 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
493 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
494
9600246d
KS
4952019-02-22 Keith Seitz <keiths@redhat.com>
496
497 PR symtab/23853
498 * gdb.base/symlink-sourcefile.c: New file.
499 * gdb.base/symlink-sourcefile.exp: New file.
500
0c95f9ed
TT
5012019-02-20 Tom Tromey <tom@tromey.com>
502
503 * gdb.base/info_qt.exp: Update.
504
6caa91b6
SM
5052019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
506
507 * gdb.base/source.exp: Move "error in sourced script" code to
508 the end.
509 * gdb.base/source-error.gdb: Move contents to
510 source-error-1.gdb. Add new code to source source-error-1.gdb.
511 * gdb.base/source-error-1.gdb: New file, from previous
512 source-error.gdb.
513
6506371f
TT
5142019-02-17 Tom Tromey <tom@tromey.com>
515
516 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
517 for macro styling.
518 * gdb.base/style.c (SOME_MACRO): New macro.
519
a0087920
TT
5202019-02-17 Tom Tromey <tom@tromey.com>
521
522 * gdb.base/style.exp: Add line-wrapping tests.
523 * gdb.base/page.exp: Add test for quitting during pagination.
524
a2cd4f14
JB
5252019-02-17 Joel Brobecker <brobecker@adacore.com>
526
527 * gdb.ada/big_packed_array: New testcase.
528 * gdb.ada/homonym.exp: Fix incorrect expected output for
529 "break <homonym__get_value>" test.
530
9d70ffbc
WP
5312019-02-13 Weimin Pan <weimin.pan@oracle.com>
532
533 PR breakpoints/21870
534 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
535 and prepare_for_testing. Add comment.
536 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
537 redundant cleanup call. Clean up comment.
538
01c7ae81
WP
5392019-02-12 Weimin Pan <weimin.pan@oracle.com>
540
541 PR breakpoints/21870
542 * gdb.arch/aarch64-dbreg-contents.exp: New file.
543 * gdb.arch/aarch64-dbreg-contents.c: New file.
544
aff29d1c
JB
5452019-02-10 Joel Brobecker <brobecker@adacore.com>
546
547 * gdb.ada/mi_ref_changeable: New testcase.
548
df0da8a2
AH
5492019-02-07 Alan Hayward <alan.hayward@arm.com>
550
551 * gdb.base/attach.exp: Add double attach test.
552
bd447abb
SM
5532019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
554
555 * lib/gdb.exp (default_gdb_start): Don't match pagination
556 prompt.
557 (gdb_init): Set stty_init.
558
1dbc40b9
TT
5592019-01-27 Tom Tromey <tom@tromey.com>
560
561 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
562 skip_python_tests.
563
353229bf
AH
5642019-01-24 Alan Hayward <alan.hayward@arm.com>
565
566 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
567 New structure.
568 (struct struct_static_02_02): Likewise.
569 (struct struct_static_02_03): Likewise.
570 (struct struct_static_02_04): Likewise.
571 (struct struct_static_04_01): Likewise.
572 (struct struct_static_04_02): Likewise.
573 (struct struct_static_04_03): Likewise.
574 (struct struct_static_04_04): Likewise.
575 (struct struct_static_06_01): Likewise.
576 (struct struct_static_06_02): Likewise.
577 (struct struct_static_06_03): Likewise.
578 (struct struct_static_06_04): Likewise.
579 (cmp_struct_static_02_01): Likewise.
580 (cmp_struct_static_02_02): Likewise.
581 (cmp_struct_static_02_03): Likewise.
582 (cmp_struct_static_02_04): Likewise.
583 (cmp_struct_static_04_01): Likewise.
584 (cmp_struct_static_04_02): Likewise.
585 (cmp_struct_static_04_03): Likewise.
586 (cmp_struct_static_04_04): Likewise.
587 (cmp_struct_static_06_01): Likewise.
588 (cmp_struct_static_06_02): Likewise.
589 (cmp_struct_static_06_03): Likewise.
590 (cmp_struct_static_06_04): Likewise.
591 (call_all): Test new structs.
592 * gdb.base/infcall-nested-structs.exp: Likewise.
593
73021deb
AH
5942019-01-21 Alan Hayward <alan.hayward@arm.com>
595 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
596
fc65c7db
AH
5972019-01-21 Alan Hayward <alan.hayward@arm.com>
598 * gdb.base/stack-protector.c: New test.
599 * gdb.base/stack-protector.exp: New file.
600 * gdb.cp/ovldbreak.exp: Only allow a single break line.
601 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
602 option.
603 (gdb_compile): Remove stack protector for GCC and prevent
604 recursion.
605
c24bdb02
KS
6062019-01-16 Keith Seitz <keiths@redhat.com>
607
608 PR gdb/23773
609 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
610
6f072a10
PFC
6112019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
612
613 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
614 aliases.
615 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
616 tests.
617 * gdb.arch/powerpc-vector-regs.c: New file.
618 * gdb.arch/powerpc-vector-regs.exp: New file.
619
a7b8d682
PFC
6202019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
621
622 * gdb.arch/altivec-regs.exp: Fix the list passed to
623 gdb_expect_list when testing "info vector".
624
6eb6fb67
AB
6252019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
626
627 * gdb.base/style.exp: Don't include path in testname.
628
b56f80d8
KS
6292019-01-10 Keith Seitz <keiths@redhat.com>
630
631 PR gdb/23712
632 PR symtab/23010
633 * gdb.dwarf2/multidictionary.exp: New file.
634
041be526
SM
6352019-01-09 Simon Marchi <simon.marchi@ericsson.com>
636
637 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
638 (test_gnuv3_style_demangling): ... this.
639 (test_lucid_style_demangling): Remove.
640 (test_arm_style_demangling): Remove.
641 (test_hp_style_demangling): Remove.
642 (do_tests): Remove calls to the above.
643
d820d0c3
AB
6442019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
645
646 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
647 case.
648
f097f5ad
TT
6492019-01-06 Tom Tromey <tom@tromey.com>
650
651 PR gdb/28155:
652 * gdb.dwarf2/typedef-void-finish.exp: New file.
653
2cd8cc0b
TT
6542018-12-28 Tom Tromey <tom@tromey.com>
655 Simon Marchi <simark@simark.ca>
656
657 * gdb.base/jit-exec.exp: New file.
658 * gdb.base/jit-exec.c: New file.
659 * gdb.base/jit-execd.c: New file.
660
35fb8261
TT
6612018-12-28 Tom Tromey <tom@tromey.com>
662
663 * gdb.base/style.exp: Update test to check for address styling.
664
47fd17cd
TT
6652018-12-28 Tom Tromey <tom@tromey.com>
666
667 * gdb.base/style.exp: Add test for styling of "Reading symbols"
668 message.
669
d47032b7
TT
6702018-12-28 Tom Tromey <tom@tromey.com>
671
672 * gdb.base/style.exp: Add test for version number styling.
673
af79b68d
TT
6742018-12-28 Tom Tromey <tom@tromey.com>
675
676 * gdb.base/style.exp: Add test for print_address_symbolic.
677
0bb296cb
TT
6782018-12-28 Tom Tromey <tom@tromey.com>
679
680 * gdb.base/style.exp: Add test for breakpoint setting.
681
80ae2043
TT
6822018-12-28 Tom Tromey <tom@tromey.com>
683
684 * gdb.base/style.exp: Add test for variable names.
685
cbe56571
TT
6862018-12-28 Tom Tromey <tom@tromey.com>
687
688 * gdb.base/style.exp: New file.
689 * gdb.base/style.c: New file.
690
9162a27c
TT
6912018-12-28 Tom Tromey <tom@tromey.com>
692
693 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
694 "dumb".
695 * gdb.base/readline.exp (operate_and_get_next): Save and restore
696 the TERM environment variable.
697
bc543c90
TT
6982018-12-27 Tom Tromey <tom@tromey.com>
699
700 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
701 pagination test.
702
6f0ffe50
AB
7032018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
704
705 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
706 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
707
b5a1e557
PW
7082018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
709
710 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
711 Filename a.adb changed to bp_fun_addr.adb.
712 gdb.ada/bp_fun_addr.exp: Update test accordingly.
713
6e8b1ab2
JV
7142018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
715
716 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
717 non-PIE executables.
718 * README: Mention the gdb,nopie_flag board setting.
719 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
720 non-PIE executable.
721 * gdb.arch/amd64-entry-value.exp: Likewise.
722 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
723 * gdb.arch/i386-float.exp: Likewise.
724 * gdb.arch/i386-signal.exp: Likewise.
725 * gdb.mi/mi-reg-undefined.exp: Likewise.
726
d00a27c5
PM
7272018-12-21 Paul Marechal <paul.marechal@ericsson.com>
728
729 PR gdb/23974
730 * gdb.base/info-os.exp: Check return for unknown "info os" type.
731
161d081c
PW
7322018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
733
734 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
735 Update order of results accordingly.
736
b001de23
AB
7372018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
738
739 * gdb.base/annota1.exp: Update a test regexp.
740
99e1a184
AB
7412018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
742
743 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
744
7a81c1e2
PW
7452018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
746
747 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
748 (reuse_time): Initialize to REUSE_TIME_CAP.
749 (check_rc): New function.
750 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
751 Check pthread_create rc.
752 (spawner_thread_func): Check pthread_create and pthread_join rc.
753
73e8dc90
PA
7542018-12-08 Pedro Alves <palves@redhat.com>
755
756 * gdb.base/list.exp (test_forward_search): Rename to ...
757 (test_forward_reverse_search): ... this. Also test reverse-search
758 and the forward-search alias.
759
13f2ed32
AB
7602018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
761
762 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
763 local timeout variable before return, and remove all local timeout
764 variable entirely.
765 (gdb_load): Likewise.
766
64d27cfc
TV
7672018-12-01 Tom de Vries <tdevries@suse.de>
768
769 * gdb.base/gdb-caching-proc.exp: New file.
770
f63c03b4
SDJ
7712018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
772
773 * Makefile.in (TIMESTAMP): New variable.
774 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
775 command.
776 (check-single-racy): Likewise.
777 (check/%.exp): Likewise.
778 (check-racy/%.exp): Likewise.
779 (workers/%.worker): Likewise.
780 (build-perf): Likewise.
781 (check-perf): Likewise.
782 * README: Describe new "TS" and "TS_FORMAT" variables.
783 * print-ts.py: New file.
784
1c97054b
BF
7852018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
786
787 PR python/23714
788 * gdb.python/python.exp: Test command repetition after
789 gdb.execute.
790
1871a62d
AB
7912018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
792
793 * gdb.opt/inline-break.exp: Add test that info breakpoint output
794 is correctly aligned.
795
fb5e1ed9
PW
7962018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
797
798 * gdb.ada/info_auto_lang.exp: New testcase.
799 * gdb.ada/info_auto_lang/global_pack.ads: New file.
800 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
801 * gdb.ada/info_auto_lang/some_c.c: New file.
802
43d397ca
PW
8032018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
804
805 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
806 FUNC_lang language syntax.
807
beddd671
PW
8082018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
809
810 * gdb.base/info_minsym.c: New file.
811 * gdb.base/info_minsym.exp: New file.
812
73fc52c4
TT
8132018-11-19 Tom Tromey <tom@tromey.com>
814
815 PR rust/23625:
816 * gdb.rust/simple.exp: Add ptype test. Update expected output.
817 * gdb.rust/expr.exp: Update expected output. Change one test.
818
994b876a
TT
8192018-11-19 Tom Tromey <tom@tromey.com>
820
821 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
822
6769f276
PA
8232018-11-19 Pedro Alves <palves@redhat.com>
824
825 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
826 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
827 see the expected warning.
828
38a72da0
AH
8292018-11-16 Alan Hayward <alan.hayward@arm.com>
830
831 PR gdb/22736:
832 * gdb.cp/infcall-nodebug-lib.c: New test.
833 * gdb.cp/infcall-nodebug-main.c: New test.
834 * gdb.cp/infcall-nodebug.exp: New file.
835
53a89d6e
SM
8362018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
837
838 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
839 completer tests.
840
9325300d
TV
8412018-11-09 Tom de Vries <tdevries@suse.de>
842
843 * gdb.base/msym-lang.c: New test.
844 * gdb.base/msym-lang.exp: New file.
845 * gdb.base/msym-lang-main.c: New test.
846
20f0d60d
TT
8472018-11-08 Tom Tromey <tom@tromey.com>
848
849 PR gdb/23555:
850 PR gdb/23838:
851 * gdb.base/warning.exp: New file.
852
b5420128
JB
8532018-11-08 Jan Beulich <jbeulich@suse.com>
854
855 * testsuite/gdb.arch/i386-avx512.c,
856 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
857
cd115d61
AB
8582018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
859
860 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
861 point hardware.
862
35ee2dc2
AB
8632018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
864
865 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
866 * gdb.dwarf2/missing-type-name.exp: New file.
867
31aceee8
TV
8682018-11-06 Tom de Vries <tdevries@suse.de>
869
870 * gdb.base/many-headers.c: New test.
871 * gdb.base/many-headers.exp: New file.
872
109be305
JW
8732018-11-06 Jim Wilson <jimw@sifive.com>
874
875 * gdb.base/code_elim.exp: For riscv, set additional_flags
876 to include -msmall-data-limit=0.
877
e2b7af72
JB
8782018-11-01 Joel Brobecker <brobecker@adacore.com>
879
880 * gdb.ada/watch_minus_l: New testcase.
881
cdcda965
SM
8822018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
883
884 * gdb.arch/aix-sighandle.c: New file.
885 * gdb.arch/aix-sighandle.exp: New file.
886
92dcebf3
AB
8872018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
888
889 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
890 registers being unions.
891
68b9ac18
TV
8922018-10-31 Tom de Vries <tdevries@suse.de>
893
894 * lib/valgrind.exp: New file.
895 (vgdb_start, vgdb_stop): New procs, factored out of ...
896 * gdb.base/valgrind-bt.exp: ... here, ...
897 * gdb.base/valgrind-disp-step.exp: ... here and ...
898 * gdb.base/valgrind-infcall.exp: ... here.
899
1443936e
TV
9002018-10-31 Tom de Vries <tdevries@suse.de>
901
902 * lib/gdb.exp (get_valueof): Don't output read value in test name.
903
eb77c9df
AB
9042018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
905
906 * gdb.dwarf2/void-type.c: New file.
907 * gdb.dwarf2/void-type.exp: New file.
908
82b5e646
PW
9092018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
910
911 * gdb.base/info_qt.c: New file.
912 * gdb.base/info_qt.exp: New file.
913
8d619c01
EBM
9142018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
915
916 * gdb.arch/powerpc-htm-regs.c: New file.
917 * gdb.arch/powerpc-htm-regs.exp: New file.
918
f2cf6173
EBM
9192018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
920
921 * gdb.arch/powerpc-tar.c: New file.
922 * gdb.arch/powerpc-tar.exp: New file.
923
7ca18ed6
EBM
9242018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
925
926 * gdb.arch/powerpc-ppr-dscr.c: New file.
927 * gdb.arch/powerpc-ppr-dscr.exp: New file.
928
bfcc0eba
TV
9292018-10-25 Tom de Vries <tdevries@suse.de>
930
931 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
932
fe1a5cad
TV
9332018-10-24 Tom de Vries <tdevries@suse.de>
934
935 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
936 longer exists error.
937
a76dc3b7
TV
9382018-10-24 Tom de Vries <tdevries@suse.de>
939
940 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
941
4df46df7
TV
9422018-10-24 Tom de Vries <tdevries@suse.de>
943
944 * gdb.base/valgrind-db-attach.exp: Handle removed support for
945 --db-attach in valgrind.
946
0dbfcfff
AB
9472018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
948
949 * gdb.arch/riscv-reg-aliases.c: New file.
950 * gdb.arch/riscv-reg-aliases.exp: New file.
951
b04480b1
AH
9522018-10-19 Alan Hayward <alan.hayward@arm.com>
953
954 * gdb.python/py-cmd.exp: Check for gdb_prompt.
955
2c6ac8d7
AH
9562018-10-19 Alan Hayward <alan.hayward@arm.com>
957
958 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
959
2bc69f25
AH
9602018-10-19 Alan Hayward <alan.hayward@arm.com>
961
962 * gdb.cp/ovldbreak.exp: Fix regexps.
963
1f1ae3a3
AH
9642018-10-19 Alan Hayward <alan.hayward@arm.com>
965
966 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
967
94c18618
SDJ
9682018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
969
970 PR cli/23785
971 * gdb.base/restore.exp: New test to check if "restore" with an
972 invalid file doesn't segfault.
973
812cd6eb
TV
9742018-10-18 Tom de Vries <tdevries@suse.de>
975
976 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
977 * gdb.ada/excep_handle.exp: Same.
978 * gdb.ada/mi_string_access.exp: Same.
979 * gdb.ada/mi_var_union.exp: Same.
980 * gdb.arch/arc-analyze-prologue.exp: Same.
981 * gdb.arch/arc-decode-insn.exp: Same.
982 * gdb.base/readnever.exp: Same.
983 * gdb.fortran/printing-types.exp: Same.
984 * gdb.guile/scm-lazy-string.exp: Same.
985
c4b90788
TV
9862018-10-16 Tom de Vries <tdevries@suse.de>
987
988 PR gdb/23730
989 * gdb.base/catch-follow-exec.c: Add copyright notice.
990 * gdb.base/catch-follow-exec.exp: Rewrite to use
991 gdb_spawn_with_cmdline_opts. Require gdb-native.
992
8bca2978
SL
9932018-10-12 Sandra Loosemore <sandra@codesourcery.com>
994
995 * gdb.trace/actions-changed.exp: Check for arch support.
996 * gdb.trace/actions.exp: Likewise.
997 * gdb.trace/ax.exp: Likewise.
998 * gdb.trace/backtrace.exp: Likewise.
999 * gdb.trace/change-loc.exp: Likewise.
1000 * gdb.trace/deltrace.exp: Likewise.
1001 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
1002 * gdb.trace/ftrace.exp: Likewise.
1003 * gdb.trace/infotrace.exp: Check for arch support.
1004 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
1005 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
1006 * gdb.trace/mi-tsv-changed.exp: Likewise.
1007 * gdb.trace/packetlen.exp: Likewise.
1008 * gdb.trace/passc-dyn.exp: Likewise.
1009 * gdb.trace/passcount.exp: Likewise.
1010 * gdb.trace/pending.exp: Likewise.
1011 * gdb.trace/range-stepping.exp: Check for shlib support.
1012 * gdb.trace/report.exp: Check for arch support.
1013 * gdb.trace/save-trace.exp: Likewise.
1014 * gdb.trace/signal.exp: Check for signal support.
1015 * gdb.trace/tfind.exp: Check for arch support.
1016 * gdb.trace/trace-break.exp: Check for arch and shlib support.
1017 * gdb.trace/trace-common.h: Add comment.
1018 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
1019 * gdb.trace/trace-enable-disable.exp: Likewise.
1020 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
1021 * gdb.trace/tracecmd.exp: Check for arch support.
1022 * gdb.trace/tspeed.exp: Check for shlib and target support.
1023 * gdb.trace/tstatus.exp: Check for arch support.
1024 * gdb.trace/tsv.exp: Likewise.
1025 * gdb.trace/while-dyn.exp: Likewise.
1026 * gdb.trace/while-stepping.exp: Likewise.
1027 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
1028
f9c49bff
SM
10292018-10-12 Simon Marchi <simon.marchi@ericsson.com>
1030
1031 * gdb.trace/tspeed.exp: Remove nowarnings.
1032 (prepare_for_trace_test): Declare "global ipalib".
1033 * gdb.trace/tspeed.c: Include unistd.h.
1034 (main): Remove superfluous printf argument.
1035
d4330bde
SL
10362018-10-11 Sandra Loosemore <sandra@codesourcery.com>
1037
1038 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
1039 directory prefix on the filename.
1040
8ecfd7bd
SDJ
10412018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
1042
1043 * gdb.gdb/unittest.exp: Update expected message informing that
1044 selftests have been disabled.
1045 * gdb.server/unittest.exp: Likewise.
1046
58bbcd02
TV
10472018-10-09 Tom de Vries <tdevries@suse.de>
1048
1049 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
1050 with runto_main.
1051
9f6b697b
WP
10522018-10-08 Weimin Pan <weimin.pan@oracle.com>
1053
1054 PR c++/16841
1055 * gdb.cp/virtbase2.cc: New file.
1056 * gdb.cp/virtbase2.exp: New file.
1057
add5ded5
TT
10582018-10-06 Tom Tromey <tom@tromey.com>
1059
1060 PR python/19399:
1061 * gdb.python/py-inferior.exp: Add architecture test.
1062
f9e48344
TT
10632018-10-06 Tom Tromey <tom@tromey.com>
1064
1065 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
1066 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
1067
2a8be203
TT
10682018-10-06 Tom Tromey <tom@tromey.com>
1069
1070 * gdb.python/py-breakpoint.exp (check_last_event): Check location
1071 of a "throw" catchpoint.
1072
e04caa70
SDJ
10732018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1074
1075 * gdb.base/info-proc.exp: Update string expected from "help info
1076 proc".
1077
5ca8c39f
TT
10782018-10-04 Tom Tromey <tom@tromey.com>
1079
1080 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
1081 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
1082 (test_initial_complaints, test_empty_complaints): Update.
1083 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1084
3453e7e4
TT
10852018-10-04 Tom Tromey <tom@tromey.com>
1086
1087 PR cli/19551:
1088 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
1089 * lib/gdb.exp (gdb_file_cmd): Update.
1090 * gdb.stabs/weird.exp (print_weird_var): Update.
1091 * gdb.server/solib-list.exp: Update.
1092 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
1093 * gdb.mi/mi-cli.exp: Update.
1094 * gdb.linespec/linespec.exp: Update.
1095 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1096 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
1097 * gdb.cp/cp-relocate.exp: Update.
1098 * gdb.base/sym-file.exp: Update.
1099 * gdb.base/relocate.exp: Update.
1100 * gdb.base/readnever.exp: Update.
1101 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1102 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
1103 * gdb.base/dbx.exp (gdb_file_cmd): Update.
1104 * gdb.base/code_elim.exp: Update.
1105 * gdb.base/break-unload-file.exp (test_break): Update.
1106 * gdb.base/break-interp.exp (test_attach_gdb): Update.
1107 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
1108 Update.
1109 * gdb.base/attach.exp (do_attach_tests): Update.
1110 * gdb.base/sepdebug.exp: Update.
1111 * gdb.python/py-section-script.exp: Update.
1112
6afcf761
TT
11132018-10-04 Tom Tromey <tom@tromey.com>
1114
1115 PR cli/22234:
1116 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
1117 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
1118 output.
1119
fef1b293
TT
11202018-10-04 Tom Tromey <tom@tromey.com>
1121
1122 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
1123 set width and height to 0.
1124 (test_command_line_attach_run): Use -quiet.
1125
ca98345e
SL
11262018-10-03 Sandra Loosemore <sandra@codesourcery.com>
1127
1128 * lib/gdb.exp (skip_ifunc_tests): New.
1129 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
1130 other compile failures.
1131 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
1132
ff34e6ae
SM
11332018-10-01 Simon Marchi <simon.marchi@ericsson.com>
1134
1135 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
1136 is_amd64_regs_target.
1137
6bb8890e
AH
11382018-10-01 Alan Hayward <alan.hayward@arm.com>
1139
1140 * gdb.arch/aarch64-sighandler-regs.c: New test.
1141 * gdb.arch/aarch64-sighandler-regs.exp: New file.
1142 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
1143
224d30d3
MM
11442018-10-01 Markus Metzger <markus.t.metzger@intel.com>
1145
1146 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
1147 assembly.
1148
f67ffa6a
AB
11492018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
1150
1151 * gdb.base/frame-selection.exp: New file.
1152 * gdb.base/frame-selection.c: New file.
1153
9fc3183f
AH
11542018-09-27 Alan Hayward <alan.hayward@arm.com>
1155
1156 * gdb.threads/check-libthread-db.c (thread_routine): Use a
1157 pthread barrier.
1158 (main): Likewise.
1159
d354055e
AB
11602018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
1161
1162 * gdb.base/large-frame-1.c: New file.
1163 * gdb.base/large-frame-2.c: New file.
1164 * gdb.base/large-frame.exp: New file.
1165 * gdb.base/large-frame.h: New file.
1166
db727370
JL
11672018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1168
1169 PR gdb/20948
1170 * gdb.base/write_mem.exp: New test.
1171 * gdb.base/write_mem.c: Likewise.
1172
ae778caf
TT
11732018-09-23 Tom Tromey <tom@tromey.com>
1174
1175 PR python/18852:
1176 * gdb.python/py-parameter.exp: Add test for parameter that throws
1177 on "set".
1178
fd3ba736
TT
11792018-09-23 Tom Tromey <tom@tromey.com>
1180
1181 PR python/17284:
1182 * gdb.python/py-template.exp (test_template_arg): Add test for
1183 negative template argument number.
1184
39a24317
TT
11852018-09-23 Tom Tromey <tom@tromey.com>
1186
1187 PR python/14062:
1188 * gdb.python/python.exp: Add test for post_event error.
1189
f5769a2c
TT
11902018-09-23 Tom Tromey <tom@tromey.com>
1191
1192 PR python/18170:
1193 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
1194 convert pointers to int and long.
1195
1c1e54f6
TT
11962018-09-23 Tom Tromey <tom@tromey.com>
1197
1198 PR python/20126:
1199 * gdb.python/py-value.exp (test_value_numeric_ops): Add
1200 signed-ness conversion tests.
1201
fb4fa946
TT
12022018-09-23 Tom Tromey <tom@tromey.com>
1203
1204 PR python/18352;
1205 * gdb.python/py-value.exp (test_float_conversion): New proc.
1206 Use it.
1207
a466edac
HAQ
12082018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
1209
1210 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
1211
4ee9b0c5
SL
12122018-09-18 Sandra Loosemore <sandra@codesourcery.com>
1213
1214 * gdb.base/complete-empty.exp: Skip tab-completion tests if
1215 no readline.
1216 * gdb.base/utf8-identifiers.exp: Likewise.
1217 * gdb.cp/cpcompletion.exp: Likewise.
1218 * gdb.linespec/cpcompletion.exp: Likewise.
1219 * gdb.linespec/cpls-abi-tag.exp: Likewise.
1220 * gdb.linespec/cpls-ops.exp: Likewise.
1221
23be8da7
RB
12222018-09-19 Richard Bunt <richard.bunt@arm.com>
1223 Chris January <chris.january@arm.com>
1224
1225 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
1226 * gdb.fortran/short-circuit-argument-list.exp: New file.
1227 * gdb.fortran/short-circuit-argument-list.f90: New test.
1228
5031d0ae
SDJ
12292018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1230
1231 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
1232 "arch=" keyword when executing "-stack-list-frames".
1233
b4c0d1a4
SDJ
12342018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1235
1236 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
1237 "arch=" keyword when executing "-stack-list-frames".
1238
7a6d2b45
SDJ
12392018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1240
1241 * gdb.ada/complete.exp: Expect for "@" when doing "complete
1242 break ada".
1243
8588b356
SM
12442018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
1245
1246 PR python/23669
1247 * gdb.python/python.exp: Test gdb.execute("show commands").
1248
65e65158
TT
12492018-09-16 Tom Tromey <tom@tromey.com>
1250
1251 * gdb.base/new-ui.exp (do_execution_tests): Update.
1252 * gdb.base/dbx.exp (test_breakpoints): Update.
1253
bf326452
AH
12542018-09-14 Alan Hayward <alan.hayward@arm.com>
1255
1256 * lib/gdb.exp (gdb_simple_compile): Add proc.
1257 (is_elf_target): Use gdb_simple_compile.
1258 (skip_altivec_tests): Likewise.
1259 (skip_vsx_tests): Likewise.
1260 (skip_tsx_tests): Likewise.
1261 (skip_btrace_tests): Likewise.
1262 (skip_btrace_pt_tests): Likewise.
1263 (gdb_can_simple_compile): Likewise.
1264 (gdb_has_argv0): Likewise.
1265 (gdb_target_symbol_prefix): Likewise.
1266 (target_supports_scheduler_locking): Likewise.
1267
2361b0fb
TT
12682018-09-13 Tom Tromey <tom@tromey.com>
1269
1270 * Makefile.in (TAGS): Recognize proc_with_prefix and
1271 gdb_caching_proc.
1272
0ae1a321
SM
12732018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1274
1275 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
1276 method.
1277
a40bf0c2
SM
12782018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1279
1280 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
1281 and a few other Inferior properties when the Inferior is no
1282 longer valid.
1283
4a3fe98f
TT
12842018-09-13 Tom Tromey <tom@tromey.com>
1285
1286 PR rust/23650:
1287 * gdb.rust/simple.exp: Add test for enum field access error.
1288
098b2108
TT
12892018-09-13 Tom Tromey <tom@tromey.com>
1290
1291 PR rust/23626:
1292 * gdb.rust/simple.rs (EmptyEnum): New type.
1293 (main): Use it.
1294 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
1295
1256af7d
SM
12962018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1297
1298 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
1299 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
1300 * gdb.python/py-symtab.exp: Update test printing an objfile.
1301
4aa8e6c2
SM
13022018-09-12 Simon Marchi <simon.marchi@ericsson.com>
1303
1304 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
1305 object.
1306
c221b2f7
AH
13072018-09-12 Alan Hayward <alan.hayward@arm.com>
1308
1309 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
1310 (support_complex_tests): Use gdb_can_simple_compile.
1311 (is_ilp32_target): Likewise.
1312 (is_lp64_target): Likewise.
1313 (is_64_target): Likewise.
1314 (is_amd64_regs_target): Likewise.
1315 (is_aarch32_target): Likewise.
1316 (gdb_int128_helper): Likewise.
1317
6f1107b5
JK
13182018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1319
1320 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
1321
1f5d1570
JG
13222018-09-10 Jerome Guitton <guitton@adacore.com>
1323
1324 * gdb.ada/same_component_name: Add test for case of tagged record
1325 with variable-length fields.
1326
cc330e39
XR
13272018-09-10 Xavier Roirand <roirand@adacore.com>
1328
1329 * gdb.ada/access_to_unbounded_array.exp: New testcase.
1330 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
1331 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
1332 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
1333
b9c50e9a
XR
13342018-09-10 Xavier Roirand <roirand@adacore.com>
1335
1336 * gdb.ada/mi_string_access.exp: New testcase.
1337 * gdb.ada/mi_string_access/bar.adb: New file.
1338 * gdb.ada/mi_string_access/pck.adb: New file.
1339 * gdb.ada/mi_string_access/pck.asd: New file.
1340
2963898f
XR
13412018-09-10 Xavier Roirand <roirand@adacore.com>
1342
1343 * gdb.ada/mi_var_union.exp: New testcase.
1344 * gdb.ada/mi_var_union/bar.adb: New file.
1345 * gdb.ada/mi_var_union/pck.adb: New file.
1346 * gdb.ada/mi_var_union/pck.asd: New file.
1347
1aac008f
TT
13482018-09-08 Tom Tromey <tom@tromey.com>
1349
1350 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
1351
332cf4c9
TT
13522018-09-08 Tom Tromey <tom@tromey.com>
1353
1354 PR python/16047:
1355 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
1356 (register_pretty_printers): Register new printer.
1357 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
1358 test.
1359 * gdb.python/py-prettyprint.c (int_type3): New typedef.
1360 (an_int_type3): New global.
1361
424da6cf
JB
13622018-09-08 Joel Brobecker <brobecker@adacore.com>
1363
1364 * gdb.ada/expr_with_funcall: New testcase.
1365
2a62dfa9
JB
13662018-09-08 Joel Brobecker <brobecker@adacore.com>
1367
1368 * gdb.ada/packed_array_assign: New testcase.
1369
96b6697f
AB
13702018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
1371
1372 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
1373 names, and add test prefixes to make test names unique.
1374
e4a62c65
TV
13752018-09-05 Tom de Vries <tdevries@suse.de>
1376
1377 * gdb.dwarf2/varval.exp: Add test.
1378
dd083ee2
GB
13792018-09-04 Gary Benson <gbenson@redhat.com>
1380
1381 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
1382 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
1383
aef9346c
TT
13842018-08-31 Tom Tromey <tom@tromey.com>
1385
1386 * gdb.rust/simple.rs: Rename second variable "v".
1387
c67f2e15
AB
13882018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
1389
1390 * gdb.base/funcargs.c (use_a): New function.
1391 (recurse): Call use_a.
1392
078a0207
KS
13932018-08-29 Keith Seitz <keiths@redhat.com>
1394
1395 * gdb.compile/compile-cplus-anonymous.cc: New file.
1396 * gdb.compile/compile-cplus-anonymous.exp: New file.
1397 * gdb.compile/compile-cplus-array-decay.cc: New file.
1398 * gdb.compile/compile-cplus-array-decay.exp: New file.
1399 * gdb.compile/compile-cplus-inherit.cc: New file.
1400 * gdb.compile/compile-cplus-inherit.exp: New file.
1401 * gdb.compile/compile-cplus-member.cc: New file.
1402 * gdb.compile/compile-cplus-member.exp: New file.
1403 * gdb.compile/compile-cplus-method.cc: New file.
1404 * gdb.compile/compile-cplus-method.exp: New file.
1405 * gdb.compile/compile-cplus-mod.c: "New" file.
1406 * gdb.compile/compile-cplus-namespace.cc: New file.
1407 * gdb.compile/compile-cplus-namespace.exp: New file.
1408 * gdb.compile/compile-cplus-nested.cc: New file.
1409 * gdb.compile/compile-cplus-nested.exp: New file.
1410 * gdb.compile/compile-cplus-print.c: "New" file.
1411 * gdb.compile/compile-cplus-print.exp: "New" file.
1412 * gdb.compile/compile-cplus-virtual.cc: New file.
1413 * gdb.compile/compile-cplus-virtual.exp: New file.
1414 * gdb.compile/compile-cplus.c: "New" file.
1415 * gdb.compile/compile-cplus.exp: "New" file.
1416 * lib/compile-support.exp: New file.
1417
b0f492b9
GB
14182018-08-16 Gary Benson <gbenson@redhat.com>
1419
1420 PR gdb/13000:
1421 * gdb.base/batch-exit-status.exp: New file.
1422 * gdb.base/batch-exit-status.good-commands: Likewise.
1423 * gdb.base/batch-exit-status.bad-commands: Likewise.
1424
36eb4c5f
AH
14252018-08-29 Alan Hayward <alan.hayward@arm.com>
1426
1427 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
1428 (struct struct02): Likewise.
1429 (struct struct03): Likewise.
1430 (struct struct04): Likewise.
1431 (struct struct_01_01): New struct.
1432 (struct struct_01_02): Likewise.
1433 (struct struct_01_03): Likewise.
1434 (struct struct_01_04): Likewise.
1435 (struct struct_02_01): Likewise.
1436 (struct struct_02_02): Likewise.
1437 (struct struct_02_03): Likewise.
1438 (struct struct_02_04): Likewise.
1439 (struct struct_04_01): Likewise.
1440 (struct struct_04_02): Likewise.
1441 (struct struct_04_03): Likewise.
1442 (struct struct_04_04): Likewise.
1443 (struct struct_05_01): Likewise.
1444 (struct struct_05_02): Likewise.
1445 (struct struct_05_03): Likewise.
1446 (struct struct_05_04): Likewise.
1447 (cmp_struct01): Remove function.
1448 (cmp_struct02): Likewise.
1449 (cmp_struct03): Likewise.
1450 (cmp_struct04): Likewise.
1451 (cmp_struct_01_01): Add Function.
1452 (cmp_struct_01_02): Likewise.
1453 (cmp_struct_01_03): Likewise.
1454 (cmp_struct_01_04): Likewise.
1455 (cmp_struct_02_01): Likewise.
1456 (cmp_struct_02_02): Likewise.
1457 (cmp_struct_02_03): Likewise.
1458 (cmp_struct_02_04): Likewise.
1459 (cmp_struct_04_01): Likewise.
1460 (cmp_struct_04_02): Likewise.
1461 (cmp_struct_04_03): Likewise.
1462 (cmp_struct_04_04): Likewise.
1463 (cmp_struct_05_01): Likewise.
1464 (cmp_struct_05_02): Likewise.
1465 (cmp_struct_05_03): Likewise.
1466 (cmp_struct_05_04): Likewise.
1467 (call_all): Add new structs.
1468 * gdb.base/infcall-nested-structs.exp: Likewise.
1469
3bf9c013
JV
14702018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
1471
1472 * gdb.python/py-framefilter-mi.exp: Update regexp to
1473 check for "arch" field in frame output.
1474
450d1e88
KB
14752018-08-23 Kevin Buettner <kevinb@redhat.com>
1476
1477 * gdb.dwarf2/dw2-ranges-func.c: New file.
1478 * gdb.dwarf2/dw2-ranges-func.exp: New file.
1479
ae739fe7
SM
14802018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
1481
1482 * gdb.base/term.exp: Compare terminal settings with values from
1483 the inferior.
1484 * gdb.base/term.c: Get and set terminal settings.
1485
6d52907e
JV
14862018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
1487
1488 * lib/mi-support.exp (mi_expect_stop): Update regexp to
1489 accommodate new "arch" field in frame output.
1490 * gdb.mi/mi-return.exp: Likewise.
1491 * gdb.mi/mi-stack.exp: Likewise.
1492 * gdb.mi/mi-syn-frame.exp: Likewise.
1493 * gdb.mi/user-selected-context-sync.exp: Likewise.
1494
be2d111a
MS
14952018-08-19 Michael Spang <spang@google.com>
1496
1497 PR gdb/11786
1498 * gdb.base/gcore-tls-pie.c: New file.
1499 * gdb.base/gcore-tls-pie.exp: New file.
1500
ae3a7c47
KB
15012018-08-18 Kevin Buettner <kevinb@redhat.com>
1502
1503 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
1504 * gdb.dwarf2/varval.c: New file.
1505 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 1506
2ecae92e
AH
15072018-08-17 Alan Hayward <alan.hayward@arm.com>
1508
1509 PR gdb/18931
1510 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
1511
c1854f1d
KS
15122018-08-16 Keith Seitz <keiths@redhat.com>
1513
1514 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
1515 tests expected to pass.
1516
26fb3983
JV
15172018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
1518
1519 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
1520 -data-disassemble -a.
1521 (test_disassembly_bogus_args): Likewise.
1522
67943c00
AB
15232018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
1524
1525 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
1526
5ff2bbae
AB
15272018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
1528
1529 * gdb.base/vla-optimized-out.exp: Add new test.
1530
e5bbcd0f
AB
15312018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
1532
1533 * gdb.base/vla-optimized-out-o3.exp: Delete.
1534 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
1535 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
1536 deleted tests.
1537
9d4a934c
AB
15382018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
1539
1540 PR gdb/18050:
1541 * gdb.server/extended-remote-restart.c: New file.
1542 * gdb.server/extended-remote-restart.exp: New file.
1543
045cf012
SM
15442018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
1545
1546 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
1547 "set variable index = 42".
1548
87d6a7aa
SM
15492018-08-07 Simon Marchi <simon.marchi@ericsson.com>
1550
1551 * boards/index-cache-gdb.exp: New file.
1552 * gdb.dwarf2/index-cache.exp: New file.
1553 * gdb.dwarf2/index-cache.c: New file.
1554 * gdb.base/maint.exp: Check if we are using the index cache.
1555
96d68bd4
RO
15562018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1557
1558 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
1559 MAKEFLAGS.
1560
5a699617
RO
15612018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1562
1563 * dg-extract-results.sh: Move to toplevel contrib.
1564 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
1565 * Makefile.in (check-parallel-racy): Likewise.
1566
5bd18990
AB
15672018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
1568
1569 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
1570 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
1571 tests if the target supports scheduler locking.
1572
3fbbcf47
TV
15732018-08-04 Tom de Vries <tdevries@suse.de>
1574
1575 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
1576
3e1d3d8c
TT
15772018-08-02 Tom Tromey <tom@tromey.com>
1578
1579 PR symtab/16842.
1580 * gdb.cp/temargs.exp: Test "info address" of a template
1581 parameter.
1582
5abe0f0c
JV
15832018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
1584
1585 * gdb.python/py-mi-var-info-path-expression.c: New file.
1586 * gdb.python/py-mi-var-info-path-expression.py: New file.
1587 * gdb.python/py-mi-var-info-path-expression.exp: New file.
1588
fb66cde8
SDJ
15892018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
1590
1591 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
1592 error after "cannot resolve name" string.
1593
c708f4d2
AB
15942018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
1595
1596 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
1597 started.
1598 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
1599
37cc0cae
TV
16002018-07-28 Tom de Vries <tdevries@suse.de>
1601
1602 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
1603
63b4ecf7
TV
16042018-07-26 Tom de Vries <tdevries@suse.de>
1605
1606 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
1607
3c3bb058
AB
16082018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
1609
1610 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
1611 is visible.
1612
9e7f3bbb
TV
16132018-07-26 Tom de Vries <tdevries@suse.de>
1614
1615 PR breakpoints/23366
1616 * gdb.base/catch-follow-exec.c: New test.
1617 * gdb.base/catch-follow-exec.exp: New file.
1618
16f808ec
TV
16192018-07-25 Tom de Vries <tdevries@suse.de>
1620
1621 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
1622 vla-optimized-out.c.
1623
d7154a8d
JV
16242018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
1625
1626 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
1627 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
1628
232a0032
TV
16292018-07-20 Tom de Vries <tdevries@suse.de>
1630
1631 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
1632 NOCLONE macro.
1633 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
1634
fbb1d502
TV
16352018-07-19 Tom de Vries <tdevries@suse.de>
1636
1637 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
1638 regular expression.
1639
42dc7699
TV
16402018-07-18 Tom de Vries <tdevries@suse.de>
1641
1642 * gdb.base/vla-optimized-out.c: New test.
1643 * gdb.base/vla-optimized-out.exp: New file.
1644
7f1f7e23
SDJ
16452018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
1646
1647 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
1648 message "No address associated with hostname" when gdbserver
1649 cannot resolve the hostname.
1650
5759ebb3
PW
16512018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1652
1653 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
1654 Add some test prefixes to make tests unique.
1655
3606ccab
PW
16562018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1657
1658 * gdb.base/frameapply.c: New file.
1659 * gdb.base/frameapply.exp: New file.
1660
529c08b2
PW
16612018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1662
1663 * gdb.base/skip.exp: Update expected error message.
1664
c7ab0aef
SDJ
16652018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1666 Jan Kratochvil <jan.kratochvil@redhat.com>
1667 Paul Fertser <fercerpav@gmail.com>
1668 Tsutomu Seki <sekiriki@gmail.com>
1669
1670 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
1671 parameter.
1672 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
1673 by default.
1674 * boards/native-gdbserver.exp: Likewise.
1675 * gdb.server/run-without-local-binary.exp: Improve regexp used
1676 for detecting when a remote debugging connection succeeds.
1677 * gdb.server/server-connect.exp: New file.
1678 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
1679 Do not prefix the port number with ":".
1680 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
1681 support for detecting and using it. Add '$debughost_gdbserver'
1682 to the list of arguments used to start gdbserver. Handle case
1683 when gdbserver cannot resolve a network name.
1684
16ff70dd
SDJ
16852018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1686
1687 PR c++/23373
1688 * gdb.base/ptype-offsets.cc (struct static_member): New
1689 struct.
1690 (main) <stmember>: New variable.
1691 * gdb.base/ptype-offsets.exp: Add test for printing a struct
1692 with a static member in it.
1693
3541979f
AB
16942018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
1695
1696 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
1697 watchpoints enabled and disabled.
1698
c8ad9b9a
AB
16992018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1700
1701 * gdb.base/examine-backward.exp: Still run tests around address
1702 0x0, even if address 0x0 is not readable. Update the pattern for
1703 matching address 0x0 in expected output.
1704
e0e5e971
AB
17052018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1706
1707 * gdb.base/share-env-with-gdbserver.c (main): Add call to
1708 malloc/free.
1709
1ea5da02
TV
17102018-07-04 Tom de Vries <tdevries@suse.de>
1711
1712 * gdb.dwarf2/dw2-error.exp: Update expected error message.
1713
471b9d15
MR
17142018-07-02 Maciej W. Rozycki <macro@mips.com>
1715
1716 PR tdep/8282
1717 * gdb.arch/mips-disassembler-options.exp: New test.
1718 * gdb.arch/mips-disassembler-options.s: New test source.
1719
75acb486
PA
17202018-06-29 Pedro Alves <palves@redhat.com>
1721
1722 * gdb.threads/names.exp: Adjust expected "info threads" output.
1723
cd2bb709
PA
17242018-06-29 Pedro Alves <palves@redhat.com>
1725
1726 * gdb.opt/inline-break.exp (line number, address): Add "info
1727 break" tests.
1728
991ff292
PA
17292018-06-29 Pedro Alves <palves@redhat.com>
1730
1731 * gdb.opt/inline-break.c (func1): Add "break here" marker.
1732 * gdb.opt/inline-break.exp: Test setting breakpoints by line
1733 number and address and running to them.
1734
356819b6 17352018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
1736
1737 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
1738
2512d7ef
JK
17392018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1740
1741 * lib/compiler.c: Remove executable permission flag.
1742
be1b6474
RB
17432018-06-28 Richard Bunt <richard.bunt@arm.com>
1744
1745 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
1746 code.
1747 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
1748
291f9a96
PT
17492018-06-28 Petr Tesarik <ptesarik@suse.cz>
1750
1751 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
1752
ed6dfe51
PT
17532018-06-28 Petr Tesarik <ptesarik@suse.cz>
1754
1755 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
1756 address argument is omitted.
1757
d4d429d5
PT
17582018-06-28 Petr Tesarik <ptesarik@suse.cz>
1759
1760 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
1761
7ab6656f
OJ
17622018-06-27 Omair Javaid <omair.javaid@linaro.org>
1763
1764 PR gdb/21695
1765 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
1766 * gdb.base/infoline-reloc-main-from-zero.c: New file.
1767
a33ccfc7
TT
17682018-06-26 Tom Tromey <tom@tromey.com>
1769
1770 PR rust/22574:
1771 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
1772 * gdb.rust/simple.rs (struct SimpleLayout): New.
1773
6d72d289
SM
17742018-06-22 Simon Marchi <simon.marchi@ericsson.com>
1775
1776 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
1777 "info registers" output.
1778
8363f9d5
RB
17792018-06-21 Richard Bunt <richard.bunt@arm.com>
1780
1781 * gdb.base/watchpoint-hw-attach.c: New test.
1782 * gdb.base/watchpoint-hw-attach.exp: New file.
1783
f00674fe
SM
17842018-06-20 Simon Marchi <simon.marchi@ericsson.com>
1785
1786 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
1787 through /bin/sh.
1788 * boards/dwarf4-gdb-index.exp: Likewise.
1789 * boards/fission-dwp.exp: Likewise.
1790
1d554008
UW
17912018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
1792
1793 * gdb.base/float128.exp: Add comment and improved fail message
1794 to the failure case of "print large128" test.
1795
d0ac1c44
SM
17962018-06-19 Simon Marchi <simon.marchi@ericsson.com>
1797
1798 * configure.ac: Remove AC_PREREQ.
1799 * configure: Re-generate.
1800
61b04dd0
PA
18012018-06-19 Pedro Alves <palves@redhat.com>
1802
1803 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
1804 (func_extern_caller): New.
1805 (main): Call func_extern_caller.
1806 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
1807 logic change.
1808
f63b508a
SM
18092018-06-18 Weimin Pan <weimin.pan@oracle.com>
1810
1811 PR gdb/16841
1812 * gdb.cp/typedef-base.cc: New file.
1813 * gdb.cp/typedef-base.exp: New file.
1814
0fe3a558
TV
18152018-06-18 Tom de Vries <tdevries@suse.de>
1816
1817 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
1818
7010835a
AB
18192018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1820 Richard Bunt <Richard.Bunt@arm.com>
1821
1822 * gdb.threads/attach-slow-waitpid.c: New file.
1823 * gdb.threads/attach-slow-waitpid.exp: New file.
1824 * gdb.threads/slow-waitpid.c: New file.
1825
14897d65
PA
18262018-06-14 Pedro Alves <palves@redhat.com>
1827
1828 * gdb.base/fork-running-state.c: Include <errno.h>.
1829 (exit_if_relative_exits): New.
1830 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
1831 exits.
1832 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
1833 child exits.
1834
5d9a0608
TV
18352018-06-14 Tom de Vries <tdevries@suse.de>
1836
1837 PR cli/22573
1838 * gdb.base/finish-pretty.c: New test.
1839 * gdb.base/finish-pretty.exp: New file.
1840
11ae5818
PA
18412018-06-14 Pedro Alves <palves@redhat.com>
1842
1843 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
1844 gdb's expected startup output.
1845
1d39de44
PA
18462018-06-14 Pedro Alves <palves@redhat.com>
1847
1848 * lib/selftest-support.exp (selftest_setup): Remove inlined
1849 function handling.
1850
70ee0000
TV
18512018-06-14 Tom de Vries <tdevries@suse.de>
1852
1853 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
1854 matching of breakpoint printing.
1855
11f4b608
TV
18562018-06-13 Tom de Vries <tdevries@suse.de>
1857
1858 PR testsuite/23269
1859 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
1860 (fork_child): ... here, and ...
1861 (fork_parent): ... here.
1862
18632018-06-12 Tom de Vries <tdevries@suse.de>
1864
1865 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
1866
9516f85a
AB
18672018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1868 Stephen Roberts <stephen.roberts@arm.com>
1869
1870 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
1871 rewrite test to describe action performed, rather than possible
1872 failure.
1873
5045b3d7
GB
18742018-06-08 Gary Benson <gbenson@redhat.com>
1875
1876 * gdb.threads/check-libthread-db.exp: New file.
1877 * gdb.threads/check-libthread-db.c: Likewise.
1878
c61b06a1
TT
18792018-06-05 Tom Tromey <tom@tromey.com>
1880
1881 * gdb.base/default.exp: Update expected "show version" output.
1882
eb6af809
TT
18832018-06-05 Tom Tromey <tom@tromey.com>
1884
1885 PR cli/12326:
1886 * gdb.cp/static-print-quit.exp: Update.
1887 * lib/gdb.exp (pagination_prompt): Update.
1888 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
1889 * gdb.python/python.exp: Update.
1890
178d6a63
JB
18912018-06-04 Joel Brobecker <brobecker@adacore.com>
1892
1893 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
1894
8e817061
JB
18952018-06-01 Joel Brobecker <brobecker@adacore.com>
1896
1897 * gdb.ada/bp_fun_addr: New testcase.
1898
e86ca25f
TT
18992018-06-01 Tom Tromey <tom@tromey.com>
1900
1901 * gdb.xml/tdesc-regs.exp (load_description): Update expected
1902 results.
1903 * gdb.dwarf2/method-ptr.exp: Set language to C++.
1904 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
1905 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
1906 * gdb.base/maint.exp (maint_pass_if): Update.
1907
4b2dfa9d
MR
19082018-05-31 Maciej W. Rozycki <macro@mips.com>
1909
1910 * gdb.base/endian.exp: New test.
1911 * gdb.base/endian.c: New test source.
1912
45f25d6c
AB
19132018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
1914
1915 PR gdb/23203
1916 * gdb.base/bt-selected-frame.c: New file.
1917 * gdb.base/bt-selected-frame.exp: New file.
1918 * lib/gdb.exp (get_current_frame_number): New function.
1919
d9f6d7f8
MR
19202018-05-24 Maciej W. Rozycki <macro@mips.com>
1921 Pedro Alves <palves@redhat.com>
1922
1923 * gdb.threads/tls-core.c: Include <stdlib.h>
1924 (thread_proc): Call `abort'.
1925 * gdb.threads/tls-core.exp: Generate a core with core_find too.
1926 (tls_core_test): New procedure, bits factored out from ...
1927 (top level): ... here. Test both native cores and gcore cores.
1928
ff1cf532
TT
19292018-05-23 Tom Tromey <tom@tromey.com>
1930
1931 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
1932
b98664d3
TT
19332018-05-23 Tom Tromey <tom@tromey.com>
1934
1935 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
1936 symfile_complaints.
1937 (test_short_complaints): Likewise.
1938 (test_empty_complaints): Likewise.
1939 (test_initial_complaints): Update.
1940
4e9668d0
TT
19412018-05-23 Tom Tromey <tom@tromey.com>
1942
1943 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
1944
43ba33c7
TT
19452018-05-23 Tom Tromey <tom@tromey.com>
1946
1947 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
1948 (test_short_complaints): Update.
1949
035522c0
PA
19502018-05-22 Pedro Alves <palves@redhat.com>
1951
1952 * gdb.base/remote.exp: Only gdb_start after compiling the
1953 testcase. Issue "disconnect" before testing "set remote" command
1954 defaults. Issue clean_restart before running to main.
1955
cc0be08f
PA
19562018-05-22 Pedro Alves <palves@redhat.com>
1957
1958 * gdb.base/remote.exp: Adjust expected output of "show remote
1959 memory-write-packet-size". Add tests for "set remote
1960 memory-write-packet-size 0" and "set remote
1961 memory-write-packet-size fixed/limit".
1962
b1b60145
PA
19632018-05-22 Pedro Alves <palves@redhat.com>
1964
1965 PR gdb/22973
1966 * gdb.base/utf8-identifiers.c: New file.
1967 * gdb.base/utf8-identifiers.exp: New file.
1968
0ec848ad
PFC
19692018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1970
1971 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
1972
2c3305f6
PFC
19732018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1974
1975 * gdb.arch/powerpc-vsx-gcore.exp: New file.
1976
ce1e8424
TT
19772018-05-18 Tom Tromey <tom@tromey.com>
1978
1979 * gdb.base/ptype-offsets.exp: Update.
1980
ddfe970e
KS
19812018-05-17 Keith Seitz <keiths@redhat.com>
1982
1983 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
1984 in expected breakpoint stop locations.
1985 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
1986 move to proper scope to test variable values.
1987 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
1988 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
1989 New functions.
1990 (main): Call not_inline_func3.
1991 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
1992 inline_func1, inline_func2, and inline_func3. Test that when each
1993 breakpoint is hit, GDB properly reports both the stop location
1994 and the backtrace. Repeat tests for temporary breakpoints.
1995
0726fcc6
MR
19962018-05-15 Maciej W. Rozycki <macro@mips.com>
1997
1998 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
1999 rather then trying to access it in determining whether the PID
2000 of `gdbserver' could have been retrieved.
2001
8ee22052
AB
20022018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
2003
2004 * gdb.arch/amd64-init-x87-values.S: New file.
2005 * gdb.arch/amd64-init-x87-values.exp: New file.
2006
7785df48
JK
20072018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2008
2009 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
2010
56bcdbea
TT
20112018-05-04 Tom Tromey <tom@tromey.com>
2012
2013 PR python/22730:
2014 * gdb.python/python.exp: Test multi-line execute.
2015
a913fffb
TT
20162018-05-04 Tom Tromey <tom@tromey.com>
2017
2018 PR python/22731:
2019 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
2020
7a2c85f2
TT
20212018-05-04 Tom Tromey <tom@tromey.com>
2022
2023 PR gdb/11750:
2024 * gdb.base/define.exp: Test defining a user command inside a user
2025 command.
2026 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
2027
a3b60e45
JK
20282018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2029 Pedro Alves <palves@redhat.com>
2030
2031 PR breakpoints/19806 and support for PR external/20207.
2032 * gdb.base/watchpoint-unaligned.c: New file.
2033 * gdb.base/watchpoint-unaligned.exp: New file.
2034
45fe4a03
AB
20352018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2036
2037 * gdb.base/maint.exp: Make test names unique, use
2038 test_prefix_command_help to test 'help maint info', and remove
2039 repeated test of 'help maint'.
2040
9be2ae8f
TT
20412018-05-04 Tom Tromey <tom@tromey.com>
2042
2043 PR gdb/22619:
2044 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
2045 behavior.
2046
11859c31
AB
20472018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2048
2049 * gdb.base/maint.exp: Process output from 'maint print registers'
2050 line at a time.
2051
089a9490
AB
20522018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2053
2054 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
2055 timeout.
2056
9b0797e2
AB
20572018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
2058
2059 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
2060 filter pattern.
2061
f6ac5f3d
PA
20622018-05-02 Pedro Alves <palves@redhat.com>
2063
2064 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
2065 to_log_command renames.
2066 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2067
77d3c63b
TT
20682018-05-02 Tom Tromey <tom@tromey.com>
2069
2070 * gdb.python/py-parameter.exp: Set test message.
2071
0489430a
TT
20722018-05-02 Tom Tromey <tom@tromey.com>
2073
2074 PR python/20084:
2075 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
2076 PARAM_ZUINTEGER_UNLIMITED tests.
2077
1632f8ba
DR
20782018-04-28 Dan Robertson <danlrobertson89@gmail.com>
2079
2080 PR rust/23124
2081 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
2082 when casting.
2083
6d7bb824
TT
20842018-04-30 Tom Tromey <tom@tromey.com>
2085
2086 * gdb.python/py-type.exp: Check align attribute.
2087 * gdb.python/py-type.c: New "aligncheck" global.
2088
007e1530
TT
20892018-04-30 Tom Tromey <tom@tromey.com>
2090
2091 PR exp/17095:
2092 * gdb.dwarf2/dw2-align.exp: New file.
2093 * gdb.cp/align.exp: New file.
2094 * gdb.base/align.exp: New file.
2095 * lib/gdb.exp (gdb_int128_helper): New proc.
2096 (has_int128_c, has_int128_cxx): New caching procs.
2097
6873858b
TT
20982018-04-27 Tom Tromey <tom@tromey.com>
2099
2100 PR rust/22545:
2101 * gdb.rust/simple.exp: Add inclusive range tests.
2102
79188d8d
PA
21032018-04-26 Pedro Alves <palves@redhat.com>
2104
2105 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
2106 ifunc breakpoint locations correctly of ifunc breakpoints set
2107 while the program resolves the ifunc.
2108
c7075ad5
PA
21092018-04-26 Pedro Alves <palves@redhat.com>
2110
2111 * gdb.base/gnu-ifunc-final.c: New file.
2112 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
2113 * gdb.base/gnu-ifunc.exp (executable): Delete.
2114 (staticexecutable): Adjust.
2115 (lib_opts, exec_opts): Delete.
2116 (make_binsuffix, build, set-break): New procedures.
2117 (misc_tests): New, with tests factored out from the top level.
2118 (top level): Test different combinations of ifunc resolver name,
2119 resolver with and with debug info, and ifunc target with and
2120 without debug info. Wrap static tests with with_target_prefix.
2121
8388016d
PA
21222018-04-26 Pedro Alves <palves@redhat.com>
2123
2124 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
2125 return type" warnings.
2126
249b5733
PA
21272018-04-25 Pedro Alves <palves@redhat.com>
2128
2129 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
2130 killed".
2131 * gdb.base/kill-after-signal.exp: Likewise.
2132 * gdb.threads/kill.exp: Likewise.
2133
f67c0c91
SDJ
21342018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2135 Sergio Durigan Junior <sergiodj@redhat.com>
2136 Pedro Alves <palves@redhat.com>
2137
2138 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
2139 regexps to expect for '[Inferior ... detached]' as well.
2140 * gdb.base/attach.exp: Likewise.
2141 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
2142 "gdb_continue_to_end".
2143 (test_catch_syscall_with_wrong_args): Likewise.
2144 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
2145 ']'. Don't set 'verbose' on.
2146 * gdb.base/foll-vfork.exp: Likewise.
2147 * gdb.base/fork-print-inferior-events.c: New file.
2148 * gdb.base/fork-print-inferior-events.exp: New file.
2149 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
2150 '[Inferior ... has been killed]' message.
2151 * gdb.base/kill-after-signal.exp: Likewise.
2152 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
2153 detach message.
2154 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
2155 message.
2156 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
2157 regexps to expect for '[Inferior ... detached]' as well.
2158 * gdb.threads/process-dies-while-detaching.exp: Likewise.
2159
0a8ddac4
SM
21602018-04-24 Simon Marchi <simon.marchi@ericsson.com>
2161
2162 PR gdb/23104
2163 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
2164
d27d16bf
RB
21652018-04-19 Richard Bunt <richard.bunt@arm.com>
2166
2167 * gdb.threads/multiple-successive-infcall.c: New test.
2168 * gdb.threads/multiple-successive-infcall.exp: New file.
2169
a037790e
TT
21702018-04-17 Tom Tromey <tom@tromey.com>
2171
2172 * gdb.rust/simple.rs (Union): New type.
2173 (main): New local "u".
2174 * gdb.rust/simple.exp (test_one_slice): Add new test case.
2175
e3a91079
AA
21762018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2177
2178 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
2179 number information in output of "whereis" command.
2180 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
2181
b744723f
AA
21822018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2183
2184 * gdb.ada/info_types.exp: Adjust expected output to the line
2185 numbers now printed by "info var/func/type".
2186 * gdb.base/completion.exp: Likewise.
2187 * gdb.base/included.exp: Likewise.
2188 * gdb.cp/cp-relocate.exp: Likewise.
2189 * gdb.cp/cplusfuncs.exp: Likewise.
2190 * gdb.cp/namespace.exp: Likewise.
2191 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
2192
4a4495d6
MM
21932018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2194
2195 * gdb.btrace/cpu.exp: New.
2196
1d509aa6
MM
21972018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2198
2199 * gdb.base/step-indirect-call-thunk.exp: New.
2200 * gdb.base/step-indirect-call-thunk.c: New.
2201 * gdb.reverse/step-indirect-call-thunk.exp: New.
2202 * gdb.reverse/step-indirect-call-thunk.c: New.
2203
6295b6da
SM
22042018-04-11 Simon Marchi <simon.marchi@ericsson.com>
2205
2206 * gdb.base/pie-fork.c: New file.
2207 * gdb.base/pie-fork.exp: New file.
2208
50146e70
TT
22092018-04-11 Tom Tromey <tom@tromey.com>
2210
2211 * gdb.rust/simple.exp: Add test for ".." struct initializer.
2212
f50d8a2e
PA
22132018-04-10 Pedro Alves <palves@redhat.com>
2214
2215 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
2216 exits. Instead loop running forever.
2217 (fork_parent): Run forever too.
2218
a0be7a36
SM
22192018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2220
2221 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
2222 mi_continue_to_line.
2223 * gdb.mi/mi-stack.c (callee4): Add comment.
2224
9b73db36
SM
22252018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2226
2227 * gdb.mi/mi-stack.exp: Fix indentation.
2228
c912f608
SM
22292018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2230
2231 PR gdb/22979
2232 * gdb.arch/amd64-osabi.exp: New file.
2233
26540402
SM
22342018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2235
2236 PR gdb/22980
2237 * gdb.base/osabi.exp: New file.
2238
121ad66c 22392018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
2240
2241 * gdb.cp/static-typedef-print.exp: New file.
2242 * gdb.cp/static-typedef-print.cc: New file.
2243
3fcded8f
JB
22442018-03-27 Joel Brobecker <brobecker@adacore.com>
2245
2246 * gdb.ada/varsize_limit: New testcase.
2247
59cc4834
JB
22482018-03-27 Joel Brobecker <brobecker@adacore.com>
2249
2250 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
2251
2252 * gdb.ada/notcplusplus: New testcase.
2253
2254 * gdb.base/c-linkage-name.c: New file.
2255 * gdb.base/c-linkage-name.exp: New testcase.
2256
4ca59a9f
TT
22572018-03-26 Tom Tromey <tom@tromey.com>
2258
2259 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
2260 * gdb.python/py-framefilter.py (name_error): New global.
2261 (ErrorInName.function): Use name_error.
2262
978d6c75
TT
22632018-03-26 Tom Tromey <tom@tromey.com>
2264
2265 PR backtrace/15582:
2266 * gdb.python/py-framefilter.exp: Add "bt hide" test.
2267
b7fee5a3
KS
22682018-03-23 Keith Seitz <keiths@redhat.com>
2269
2270 PR c++/22968
2271 * gdb.cp/subtypes.exp: New file.
2272 * gdb.cp/subtypes.h: New file.
2273 * gdb.cp/subtypes.cc: New file.
2274 * gdb.cp/subtypes-2.cc: New file.
2275
376be529
AB
22762018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2277
2278 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
2279 (done): Call '_exit' not 'exit' to avoid atexit handlers.
2280 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
2281 -nostartfiles when compiling the test. Confirm that all registers
2282 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
2283
066cfa98
AB
22842018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2285
2286 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
2287 option, syntax was wrong anyway.
2288 * gdb.arch/arm-disp-step.exp: Likewise.
2289 * gdb.arch/sparc64-regs.exp: Likewise.
2290 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
2291 option, syntax was wrong anyway, switch to use
2292 prepare_for_testing.
2293 * gdb.arch/i386-disp-step.exp: Likewise.
2294
079670b9
AA
22952018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
2296
2297 * gdb.ada/exec_changed.exp: Replace "target_info exists
2298 use_gdb_stub" by "use_gdb_stub".
2299 * gdb.ada/start.exp: Likewise.
2300 * gdb.base/async-shell.exp: Likewise.
2301 * gdb.base/attach-pie-misread.exp: Likewise.
2302 * gdb.base/attach-wait-input.exp: Likewise.
2303 * gdb.base/break-entry.exp: Likewise.
2304 * gdb.base/break-interp.exp: Likewise.
2305 * gdb.base/dprintf-detach.exp: Likewise.
2306 * gdb.base/nostdlib.exp: Likewise.
2307 * gdb.base/solib-nodir.exp: Likewise.
2308 * gdb.base/statistics.exp: Likewise.
2309 * gdb.base/testenv.exp: Likewise.
2310 * gdb.mi/mi-exec-run.exp: Likewise.
2311 * gdb.mi/mi-start.exp: Likewise.
2312 * gdb.multi/dummy-frame-restore.exp: Likewise.
2313 * gdb.multi/multi-arch-exec.exp: Likewise.
2314 * gdb.multi/multi-arch.exp: Likewise.
2315 * gdb.multi/tids.exp: Likewise.
2316 * gdb.multi/watchpoint-multi.exp: Likewise.
2317 * gdb.python/py-events.exp: Likewise.
2318 * gdb.threads/attach-into-signal.exp: Likewise.
2319 * gdb.threads/attach-stopped.exp: Likewise.
2320 * gdb.threads/threadapply.exp: Likewise.
2321 * lib/selftest-support.exp: Likewise.
2322
26d6cec4
AA
23232018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
2324
2325 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
2326
4ee89e90
SR
23272018-03-20 Stephen Roberts <stephen.roberts@arm.com>
2328
2329 * gdb.perf/template-breakpoints.cc: New file.
2330 * gdb.perf/template-breakpoints.exp: New file.
2331 * gdb.perf/template-breakpoints.py: New file.
2332
92630041
TT
23332018-03-19 Tom Tromey <tom@tromey.com>
2334
2335 * gdb.rust/simple.rs (main): Add local variables field1, field2,
2336 y0.
2337 * gdb.rust/simple.exp: Test bare identifier form of struct
2338 initializer.
2339
76727919
TT
23402018-03-19 Tom Tromey <tom@tromey.com>
2341
2342 * gdb.gdb/observer.exp: Remove.
2343
194ed413
AA
23442018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2345
2346 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
2347 "qualified" option when setting breakpoints.
2348 * gdb.trace/backtrace.exp: Likewise.
2349 * gdb.trace/circ.exp: Likewise.
2350 * gdb.trace/collection.exp: Likewise.
2351 * gdb.trace/disconnected-tracing.exp: Likewise.
2352 * gdb.trace/ftrace-lock.exp: Likewise.
2353 * gdb.trace/ftrace.exp: Likewise.
2354 * gdb.trace/infotrace.exp: Likewise.
2355 * gdb.trace/packetlen.exp: Likewise.
2356 * gdb.trace/passc-dyn.exp: Likewise.
2357 * gdb.trace/qtro.exp: Likewise.
2358 * gdb.trace/read-memory.exp: Likewise.
2359 * gdb.trace/report.exp: Likewise.
2360 * gdb.trace/signal.exp: Likewise.
2361 * gdb.trace/status-stop.exp: Likewise.
2362 * gdb.trace/strace.exp: Likewise.
2363 * gdb.trace/tfind.exp: Likewise.
2364 * gdb.trace/trace-break.exp: Likewise.
2365 * gdb.trace/trace-condition.exp: Likewise.
2366 * gdb.trace/trace-mt.exp: Likewise.
2367 * gdb.trace/tstatus.exp: Likewise.
2368 * gdb.trace/tsv.exp: Likewise.
2369 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2370 * gdb.trace/unavailable.exp: Likewise.
2371 * gdb.trace/while-dyn.exp: Likewise.
2372
8b067d2c
AA
23732018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2374
2375 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
2376 that libinproctrace is copied to the target.
2377
3ae9ce5d
TT
23782018-03-14 Tom Tromey <tom@tromey.com>
2379
2380 PR cli/14977:
2381 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
2382 a null pointer.
2383 * gdb.base/wchar.exp: Likewise.
2384
b8c2339b
TT
23852018-03-14 Tom Tromey <tom@tromey.com>
2386
2387 PR cli/19918:
2388 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
2389 flag.
2390
4872dc46
SM
23912018-03-08 Simon Marchi <simon.marchi@ericsson.com>
2392
2393 PR gdb/22841
2394 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
2395 "target" to remote_exec.
2396
e4fe3756
SM
23972018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
2398
2399 PR gdb/22841
2400 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
2401 ${board}_upload): Remove.
2402
e95a97d4
AA
24032018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
2404
2405 * gdb.cp/watch-cp.cc: New test.
2406 * gdb.cp/watch-cp.exp: New file.
2407
dbbb1059
AB
24082018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2409
2410 * gdb.base/infcall-nested-structs.exp: New file.
2411 * gdb.base/infcall-nested-structs.c: New file.
2412 * gdb.base/float.exp: Add riscv support.
2413
ecc054c0
TP
24142018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
2415
2416 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
2417 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
2418
25e3c82c
SDJ
24192018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
2420
2421 * gdb.server/abspath.exp: New file.
2422 * lib/gdb.exp (with_cwd): New procedure.
2423
3083294d
SM
24242018-02-28 Simon Marchi <simon.marchi@ericsson.com>
2425
2426 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
2427 use it.
2428 (gdb_is_target_remote_prompt): New proc.
2429 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
2430 (gdb_is_target_native): Pass prompt parameter to
2431 gdb_is_target_1.
2432
3275ef47
SM
24332018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
2434
2435 * gdb.base/load-command.c: New file.
2436 * gdb.base/load-command.exp: New file.
2437 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
2438 (gdb_is_target_1): ...this, and generalize for other targets
2439 than just remote.
2440 (gdb_is_target_remote): Use gdb_is_target_1.
2441 (gdb_is_target_native): use gdb_is_target_1.
2442
6893c19a
TT
24432018-02-26 Tom Tromey <tom@tromey.com>
2444
2445 PR python/16497:
2446 * gdb.python/py-framefilter.exp: Update test.
2447
2ddeaf8a
TT
24482018-02-26 Tom Tromey <tom@tromey.com>
2449
2450 * gdb.dwarf2/variant.c: New file.
2451 * gdb.dwarf2/variant.exp: New file.
2452
c9317f21
TT
24532018-02-26 Tom Tromey <tom@tromey.com>
2454
2455 * gdb.rust/simple.exp: Accept more possible results in enum test.
2456
6f6d0c26
SM
24572018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
2458
2459 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
2460 parentheses.
2461
11b03145
MR
24622018-02-23 Maciej W. Rozycki <macro@mips.com>
2463
2464 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
2465 name of a variable: $actual_linejj -> $actual_line.
2466
54a27fe5
JB
24672018-02-21 John Baldwin <jhb@FreeBSD.org>
2468
2469 * gdb.arch/amd64-i386-address.exp: Fix a typo.
2470
de65820c
MM
24712018-02-20 Markus Metzger <markus.t.metzger@intel.com>
2472
2473 * gdb.btrace/buffer-size.exp: Do not force BTS.
2474
980548fd
PA
24752018-02-14 Pedro Alves <palves@redhat.com>
2476
2477 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
2478 getting a "Quit".
2479
c4e12631
MM
24802018-02-09 Markus Metzger <markus.t.metzger@intel.com>
2481
2482 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
2483 Fix test name.
2484
c2e0e465
SM
24852018-02-07 Simon Marchi <simon.marchi@ericsson.com>
2486
2487 * gdb.cp/m-static.exp: Check type of optimized out static
2488 member.
2489
f7216783
AB
24902018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
2491
2492 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
2493 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
2494
0625771b
LS
24952018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
2496 Leszek Swirski <leszeks@google.com>
2497
2498 * gdb.python/py-prettyprint.c
2499 (struct to_string_returns_value_inner,
2500 struct to_string_returns_value_wrapper): New.
2501 (main): Add tsrvw variable.
2502 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
2503 ToStringReturnsValueWrapper): New classes.
2504 (register_pretty_printers): Register new pretty-printers.
2505 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
2506 recursive pretty printer.
2507 * gdb.python/py-mi.exp: Likewise.
2508
59498c30
LS
25092018-02-01 Leszek Swirski <leszeks@google.com>
2510
2511 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
2512 functions with the same name as an include file are parsed
2513 correctly.
2514
d4d38844
YQ
25152018-02-01 Yao Qi <yao.qi@linaro.org>
2516
2517 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
2518 "\[^\r\n\]*".
2519
07e5f5cf
NP
25202018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
2521
2522 * gdb.arch/powerpc-prologue-frame.s: New file.
2523 * gdb.arch/powerpc-prologue-frame.c: Likewise.
2524 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
2525
929b5ad4
JB
25262018-01-31 Joel Brobecker <brobecker@adacore.com>
2527
2528 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
2529
e671cd59
PA
25302018-01-30 Pedro Alves <palves@redhat.com>
2531
2532 PR gdb/13211
2533 * gdb.base/interrupt-daemon.c: New.
2534 * gdb.base/interrupt-daemon.exp: New.
2535 * gdb.multi/multi-term-settings.c: New.
2536 * gdb.multi/multi-term-settings.exp: New.
2537
fc413dc4
JB
25382018-01-30 Joel Brobecker <brobecker@adacore.com>
2539
2540 * gdb.base/break.exp: Save the location where the breakpoint
2541 on break.c:47 was actually inserted when debugging the version
2542 compiled at -O2 and use it in the expected output of the "info
2543 break" test performed soon after.
2544
5c319bb2
PA
25452018-01-22 Pedro Alves <palves@redhat.com>
2546 Sergio Durigan Junior <sergiodj@redhat.com>
2547
2548 * gdb.base/whatis.exp: Add tests for 'set print object on' +
2549 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
2550
a9e40818
JB
25512018-01-22 Joel Brobecker <brobecker@adacore.com>
2552
2553 * gdb.base/break-include.c, gdb.base/break-include.inc,
2554 gdb.base/break-include.exp: New files.
2555 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
2556 line number now being the actual line number where the breakpoint
2557 was inserted.
2558 * gdb.mi/mi-break.exp: Likewise.
2559 * gdb.mi/mi-reverse.exp: Likewise.
2560 * gdb.mi/mi-simplerun.exp: Ditto.
2561
e707fc44
AB
25622018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
2563
2564 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
2565 varobj.
2566 * gdb.mi/mi-var-create-rtti.exp: Likewise.
2567
ae451627
AB
25682018-01-21 Don Breazeal <donb@codesourcery.com>
2569 Andrew Burgess <andrew.burgess@embecosm.com>
2570
2571 * gdb.mi/basics.c: Add new global.
2572 * gdb.mi/mi-frame-regs.exp: New file.
2573 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
2574 case.
2575
b1b189e0
AB
25762018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
2577
2578 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
2579 non-parameter, and on an unknown symbol.
2580
fcfcc376
TT
25812018-01-19 Tom Tromey <tom@tromey.com>
2582
2583 * gdb.rust/modules.rs (TWENTY_THREE): New global.
2584 * gdb.rust/modules.exp: Add ::-qualified lookup test.
2585
634c1c31
AA
25862018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2587
2588 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
2589 setrlimit and chdir to int.
2590
d6ad07fd
AA
25912018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2592
2593 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
2594 function.
2595 (my_tend): Likewise.
2596 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
2597 rationale of avoiding FP- and vector instructions.
2598
adf8243b
RK
25992018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
2600
2601 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
2602 "info reg" with "\[ \t\]*".
2603 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
2604 "\[ \t\]+".
2605 * gdb.arch/s390-multiarch.exp: Ditto.
2606 * gdb.base/pc-fp.exp: Ditto.
2607 * gdb.reverse/i386-precsave.exp: Ditto.
2608 * gdb.reverse/i386-reverse.exp: Ditto.
2609 * gdb.reverse/i387-env-reverse.exp: Ditto.
2610 * gdb.reverse/i387-stack-reverse.exp: Ditto.
2611
dcc06925
AA
26122018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2613
2614 * lib/gdb.exp (gdb_compile): Re-enable use of
2615 universal_compile_options for languages other than Rust.
2616
25d4fd80
AA
26172018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2618
2619 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
2620
ee7f689e 26212018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
2622
2623 PR gdb/16577
2624 * gdb.base/solib-vanish.exp: New.
2625 * gdb.base/solib-vanish-main.c: New.
2626 * gdb.base/solib-vanish-lib1.c: New.
2627 * gdb.base/solib-vanish-lib2.c: New.
2628
d8447b6b
YQ
26292018-01-17 Yao Qi <yao.qi@linaro.org>
2630
2631 * gdb.compile/compile.exp: Match the address printed for
2632 frame in the output of command "bt".
2633
86d6a90c
TT
26342018-01-15 Tom Tromey <tom@tromey.com>
2635
2636 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
2637 compute sp_reg.
2638
cbcdb1aa
AB
26392018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2640
2641 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
2642 to prepare.
2643 (prepare): Return 0 on error, 1 on success.
2644
eea61984
PA
26452018-01-12 Pedro Alves <palves@redhat.com>
2646
2647 * gdb.base/continue-after-aborted-step-over.c: New.
2648 * gdb.base/continue-after-aborted-step-over.exp: New.
2649
6181e9c2
SM
26502018-01-11 Simon Marchi <simon.marchi@ericsson.com>
2651
2652 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
2653 options when not creating an executable.
2654
3cada740
PA
26552018-01-11 Pedro Alves <palves@redhat.com>
2656
2657 PR remote/22597
2658 * gdb.server/stop-reply-no-thread.c: New file.
2659 * gdb.server/stop-reply-no-thread.exp: New file.
2660
c63d3e8d
PA
26612018-01-10 Pedro Alves <palves@redhat.com>
2662
2663 PR gdb/22670
2664 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
2665 functions too. Test setting breakpoints and printing C functions
2666 with no debug info too.
2667 * gdb.ada/bp_c_mixed_case/qux.c: New file.
2668
d4c2a405
PA
26692018-01-10 Pedro Alves <palves@redhat.com>
2670
2671 PR gdb/22670
2672 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
2673 a fail.
2674
8825213e
PA
26752018-01-10 Pedro Alves <palves@redhat.com>
2676
2677 PR gdb/22670
2678 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
2679
605fd3c6
YQ
26802018-01-08 Simon Marchi <simon.marchi@ericsson.com>
2681
2682 * gdb.server/unittest.exp: Match the output in non-development
2683 mode.
2684
1e5ded6c
YQ
26852018-01-08 Simon Marchi <simon.marchi@ericsson.com>
2686
2687 * gdb.gdb/unittest.exp: Match output in non-development mode.
2688
30066b0b
JB
26892018-01-08 Joel Brobecker <brobecker@adacore.com>
2690
2691 * gdb.ada/access_tagged_param.exp: Relax expected output
2692 for value of "ObjL" in "continue" to pck.inspect breakpoint
2693 test.
2694
04bafb1e
XR
26952018-01-08 Joel Brobecker <brobecker@adacore.com>
2696
9f86398b
JB
2697 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
2698 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 2699
e379cee6
PA
27002018-01-05 Pedro Alves <palves@redhat.com>
2701
2702 PR gdb/18653
2703 * gdb.base/libsegfault.exp: New.
2704
de63c46b
PA
27052018-01-05 Joel Brobecker <brobecker@adacore.com>
2706
2707 PR gdb/22670
2708 * gdb.ada/access_tagged_param.exp: New file.
2709 * gdb.ada/access_tagged_param/foo.adb: New file.
2710
f98fc17b
PA
27112018-01-05 Pedro Alves <palves@redhat.com>
2712
2713 PR gdb/22670
2714 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
2715 exercise lower case too, and to exercise both full matching and
2716 wild matching.
2717
342f8240
JB
27182018-01-05 Joel Brobecker <brobecker@adacore.com>
2719
2720 * gdb.ada/rename_subscript_param: New testcase.
2721
7150d33c
JG
27222018-01-05 Jerome Guitton <guitton@adacore.com>
2723
2724 * gdb.ada/arr_acc_idx_w_gap: New testcase.
2725
cc0e770c
JB
27262018-01-05 Joel Brobecker <brobecker@adacore.com>
2727
2728 * gdb.ada/convvar_comp: New testcase.
2729
672a41aa 27302018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
2731
2732 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
2733 (My_Table): New global variable.
2734 * testsuite/gdb.ada/array_char_idx.exp: Add test.
2735
7365ec2f
JB
27362018-01-04 Joel Brobecker <brobecker@adacore.com>
2737
2738 PR gdb/22670
2739 * gdb.ada/maint_with_ada: New testcase.
2740
289483b6
JB
27412018-01-04 Joel Brobecker <brobecker@adacore.com>
2742
2743 PR gdb/22670
2744 * gdb.ada/bp_c_mixed_case: New testcase.
2745
344420da
JB
27462018-01-04 Joel Brobecker <brobecker@adacore.com>
2747
2748 PR gdb/22670
2749 * gdb.ada/complete.exp: Add "complete break ada" test.
2750
66fc87a0
JB
27512018-01-04 Joel Brobecker <brobecker@adacore.com>
2752
2753 PR gdb/22670
2754 * gdb.ada/info_addr_mixed_case: New testcase.
2755
9f757bf7
XR
27562018-01-03 Xavier Roirand <roirand@adacore.com>
2757
2758 * gdb.ada/excep_handle.exp: New testcase.
2759 * gdb.ada/excep_handle/foo.adb: New file.
2760 * gdb.ada/excep_handle/pck.ads: New file.
2761
bd570f80
JB
27622018-01-03 Joel Brobecker <brobecker@adacore.com>
2763
2764 * gdb.base/step-line.c: Add extra empty line in copyright header.
2765 * gdb.base/step-line.inp: Likewise.
2766
9fe561ab
JB
27672018-01-02 Joel Brobecker <brobecker@adacore.com>
2768
2769 * gdb.ada/dyn_stride.exp: Add slice test.
2770
a405673c
JB
27712018-01-02 Joel Brobecker <brobecker@adacore.com>
2772
2773 * gdb.ada/dyn_stride: New testcase.
2774
cef0f868
SH
27752017-12-27 Stafford Horne <shorne@gmail.com>
2776
2777 * gdb.xml/extra-regs.xml: Add example foo reggroup.
2778 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
2779
b67d92b0
SH
27802017-12-27 Stafford Horne <shorne@gmail.com>
2781
2782 * gdb.base/reggroups.c: New file.
2783 * gdb.base/reggroups.exp: New file.
2784
eccab96d
JB
27852017-12-18 Joel Brobecker <brobecker@adacore.com>
2786
2787 * gdb.dwarf2/ada-valprint-error.c: New file.
2788 * gdb.dwarf2/ada-valprint-error.exp: New file.
2789
0e2da9f0
JB
27902017-12-18 Joel Brobecker <brobecker@adacore.com>
2791
2792 * gdb.ada/assign_arr: New testcase.
2793
cb923fcc
XR
27942017-12-18 Xavier Roirand <roirand@adacore.com>
2795
2796 * gdb.ada/funcall_ptr: New testcase.
2797
7c161838
SDJ
27982017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
2799
2800 PR cli/16224
2801 * gdb.base/ptype-offsets.cc: New file.
2802 * gdb.base/ptype-offsets.exp: New file.
2803
1af17fd9
YQ
28042017-12-15 Yao Qi <yao.qi@linaro.org>
2805
2806 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
2807 if XML is disabled.
2808
828d5846
XR
28092017-12-15 Xavier Roirand <roirand@adacore.com>
2810
2811 * gdb.ada/same_component_name: New testcase.
2812
79e8fcaa
JB
28132017-12-14 Joel Brobecker <brobecker@adacore.com>
2814
2815 * gdb.ada/str_binop_equal: New testcase.
2816
e05fa6f9
JB
28172017-12-14 Joel Brobecker <brobecker@adacore.com>
2818
2819 * gdb.ada/task_switch_in_core: New testcase.
2820
b89641ba
SM
28212017-12-13 Simon Marchi <simon.marchi@ericsson.com>
2822
2823 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
2824 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
2825 call test_bkpt_qualified.
2826 (test_bkpt_qualified): New proc.
2827
6892d2e4
PA
28282017-12-13 Pedro Alves <palves@redhat.com>
2829
2830 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2831 Tighten regexp by matching with an anchor.
2832
a22ecf70
PA
28332017-12-13 Pedro Alves <palves@redhat.com>
2834
2835 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
2836 ("expression with namespace"): New set of tests.
2837 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
2838 (Nested::Test_NS::qux): New.
2839 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
2840 defaults to 'start_quote_char' and 'end_quote_char' parameters.
2841
9937536c
JB
28422017-12-13 Joel Brobecker <brobecker@adacore.com>
2843
2844 * gdb.base/server-del-break.c: New file.
2845 * gdb.base/server-del-break.exp: New file.
2846
fe49c6f5
SH
28472017-12-12 Stafford Horne <shorne@gmail.com>
2848
2849 * gdb.xml/tdesc-regs.exp: Add or1k support.
2850
c3d18620
SH
28512017-12-12 Stafford Horne <shorne@gmail.com>
2852
2853 * gdb.base/bp-permanent.c: Define nop of or1k.
2854
c5f9cfc8
JB
28552017-12-11 Joel Brobecker <brobecker@adacore.com>
2856
2857 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
2858 output with components being reordered.
2859
a9c135fc
JB
28602017-12-11 Joel Brobecker <brobecker@adacore.com>
2861
2862 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
2863 output with components being reordered.
2864
927aa2e7
JK
28652017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2866 Pedro Alves <palves@redhat.com>
2867
2868 * gdb.base/maint.exp (check for .gdb_index): Check also for
2869 .debug_names.
2870 * gdb.dlang/watch-loc.c (.debug_aranges): New.
2871 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
2872 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
2873 (.gdb_index used after symbol reloading): Support also .debug_names.
2874 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
2875
f17d9474
YQ
28762017-12-08 Yao Qi <yao.qi@linaro.org>
2877
2878 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2879 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
2880
a0de8c21
YQ
28812017-12-08 Yao Qi <yao.qi@linaro.org>
2882
2883 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2884 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
2885
a738ea1d
YQ
28862017-12-08 Yao Qi <yao.qi@linaro.org>
2887
2888 * gdb.arch/aarch64-tagged-pointer.c: New file.
2889 * gdb.arch/aarch64-tagged-pointer.exp: New file.
2890
1cd9a73b
SDJ
28912017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
2892
2893 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
2894 "int".
2895
fa6eb693
KS
28962017-12-07 Keith Seitz <keiths@redhat.com>
2897
2898 PR breakpoints/22569
2899 * gdb.linespec/ls-errs.exp: Change expected result of "break
2900 -source this file has spaces.c -line 3".
2901 Check that an explicit source file followed by whitespace is
2902 identified as an invalid explicit location.
2903
883fd55a
KS
29042017-12-07 Keith Seitz <keiths@redhat.com>
2905
2906 * gdb.cp/nested-types.cc: New file.
2907 * gdb.cp/nested-types.exp: New file.
2908 * lib/cp-support.exp: Load data-structures.exp library.
2909 (debug_cp_test_ptype_class): New global.
2910 (cp_ptype_class_verbose, next_line): New procedures.
2911 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
2912 Add and document new return value.
2913 Switch the list of lines to a queue.
2914 Add support for new `type' key for nested type definitions.
2915 Add debugging/troubleshooting messages.
2916 * lib/data-structures.exp: New file.
2917
ec72db3e
SM
29182017-12-07 Simon Marchi <simon.marchi@ericsson.com>
2919
2920 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
2921 with proc_with_prefix, don't use with_test_prefix.
2922
99598d71
TT
29232017-12-07 Tom Tromey <tom@tromey.com>
2924
2925 * gdb.base/break.exp: Add test for empty "commands".
2926
a8806230
YQ
29272017-12-07 Yao Qi <yao.qi@linaro.org>
2928
2929 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
2930 malloc and catch syscall.
2931
824cc835
PM
29322017-12-07 Phil Muldoon <pmuldoon@redhat.com>
2933
2934 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
2935 tests for explicit locations.
2936
7cc244de
PA
29372017-12-06 Pedro Alves <palves@redhat.com>
2938
2939 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
2940 force-disabling XML descriptions.
2941
50a1fdd5
PA
29422017-12-04 Pedro Alves <palves@redhat.com>
2943
2944 PR gdb/22499
2945 * gdb.arch/amd64-disp-step-avx.S: New file.
2946 * gdb.arch/amd64-disp-step-avx.exp: New file.
2947
f0fb2488
PA
29482017-12-03 Pedro Alves <palves@redhat.com>
2949
2950 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
2951 and <string.h>.
2952 (parent_function): Print distinct messages when waitpid fails, or
2953 the child exits with a signal, or the child exits for an unhandled
2954 reason.
2955 * gdb.threads/process-dies-while-detaching.exp
2956 (detach_and_expect_exit): New 'inf_output_re' parameter and use
2957 it. Wait for both inferior output and GDB's prompt. Use an
2958 indirect spawn id list.
2959 (do_detach): New parameter 'child_exit'. Use it to compute
2960 expected inferior output.
2961 (test_detach, test_detach_watch, test_detach_killed_outside):
2962 Adjust to pass down the expected child exit kind.
2963
97cbe998
SDJ
29642017-12-01 Joel Brobecker <brobecker@adacore.com>
2965 Sergio Durigan Junior <sergiodj@redhat.com>
2966 Pedro Alves <palves@redhat.com>
2967
2968 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
2969
40fc416f
SDJ
29702017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
2971
2972 * gdb.base/relocate.exp: Add tests to guarantee that arguments
2973 to 'symbol-file' and 'add-symbol-file' can be
2974 position-independent.
2975
1cc75e92
YQ
29762017-12-01 Yao Qi <yao.qi@linaro.org>
2977
2978 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
2979 the URL in copyright header.
2980 * gdb.arch/aarch64-fp.exp: Likewise.
2981 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
2982 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
2983 * gdb.base/expand-psymtabs.exp: Likewise.
2984 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
2985 * gdb.fortran/common-block.exp: Likewise.
2986 * gdb.fortran/common-block.f90: Likewise.
2987 * gdb.fortran/logical.exp: Likewise.
2988 * gdb.fortran/vla-datatypes.f90: Likewise.
2989 * gdb.fortran/vla-sub.f90: Likewise.
2990
875fb7a7
JB
29912017-11-30 Joel Brobecker <brobecker@adacore.com>
2992
2993 * gdb.ada/repeat_dyn: New testcase.
2994
6f14765f
UW
29952017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
2996
2997 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
2998 Update for changed thread numbering.
2999 * gdb.cell/bt.exp: Update for changed GDB output.
3000
f1af7b94
SM
30012017-11-30 Simon Marchi <simon.marchi@ericsson.com>
3002
3003 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
3004 setting isremote by hand.
3005 * boards/dwarf4-gdb-index.exp: Likewise.
3006 * boards/fission.exp: Likewise.
3007 * boards/stabs.exp: Likewise.
3008
e3919f3e
PA
30092017-11-30 Pedro Alves <palves@redhat.com>
3010
3011 * gdb.linespec/cpls-ops.exp
3012 (check_explicit_skips_function_argument): Extract the underlying
3013 type of size_t instead of hardcoding it.
3014
bd69330d
PA
30152017-11-29 Pedro Alves <palves@redhat.com>
3016
3017 PR c++/19436
3018 * gdb.linespec/cpls-abi-tag.cc: New file.
3019 * gdb.linespec/cpls-abi-tag.exp: New file.
3020
a20714ff
PA
30212017-11-29 Pedro Alves <palves@redhat.com>
3022
3023 * gdb.base/langs.exp: Use -qualified.
3024 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
3025 it.
3026 * gdb.cp/namespace.exp: Use -qualified.
3027 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
3028 (overload-3, template-overload, template-ret-type, const-overload)
3029 (const-overload-quoted, anon-ns, ambiguous-prefix): New
3030 procedures.
3031 (test_driver): Call them.
3032 * gdb.cp/save-bp-qualified.cc: New.
3033 * gdb.cp/save-bp-qualified.exp: New.
3034 * gdb.linespec/explicit.exp: Test -qualified.
3035 * lib/completion-support.exp (completion::explicit_opts_list): Add
3036 "-qualified".
3037 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
3038
f6f1d339
PM
30392017-11-29 Phil Muldoon <pmuldoon@redhat.com>
3040
3041 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
3042
02ca603a
TT
30432017-11-29 Tom Tromey <tom@tromey.com>
3044
3045 * gdb.base/relocate.exp: Update invalid argument test.
3046 Add new tests for invalid arguments.
3047
ed6c0bfb
TP
30482017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3049
3050 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
3051 Return 0 as a long.
3052 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
3053
f106e10e
TP
30542017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3055
3056 * gdb.cp/breakpoint.cc (bar): Set return type to void.
3057 * gdb.cp/psymtab-parameter.cc (func): Likewise.
3058 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
3059 func ().
3060 * gdb.cp/shadow.cc (B.func): Return 0.
3061
10329bb2
JB
30622017-11-27 Joel Brobecker <brobecker@adacore.com>
3063
3064 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
3065 expected output in gdb_expect call to allow the exception
3066 message to be present as well. Fix syntax confusion to avoid
3067 TCL thinking that exception_name is an array.
3068
617cd4bc
UW
30692017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
3070
3071 * gdb.arch/spu-info.c: Include <unistd.h>.
3072 (do_signal_test): Fix broken calls to write.
3073 * gdb.arch/spu-info.exp: Use prepare_for_testing.
3074 Fix checks for empty mailboxes. Update signal tests for corrected
3075 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
3076 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
3077 * gdb.cell/arch.exp: Use standard_output_file.
3078 * gdb.cell/break.exp: Likewise.
3079 * gdb.cell/bt.exp: Likewise.
3080 * gdb.cell/core.exp: Likewise.
3081 * gdb.cell/dwarfaddr.exp: Likewise.
3082 * gdb.cell/ea-cache.exp: Likewise.
3083 * gdb.cell/ea-standalone.exp: Likewise.
3084 * gdb.cell/f-regs.exp: Likewise.
3085 * gdb.cell/fork.exp: Likewise.
3086 * gdb.cell/gcore.exp: Likewise.
3087 * gdb.cell/mem-access.exp: Likewise.
3088 * gdb.cell/ptype.exp: Likewise.
3089 * gdb.cell/registers.exp: Likewise.
3090 * gdb.cell/sizeof.exp: Likewise.
3091 * gdb.cell/solib-symbol.exp: Likewise.
3092 * gdb.cell/solib.exp: Likewise.
617cd4bc 3093
a81aaca0
PA
30942017-11-25 Pedro Alves <palves@redhat.com>
3095
3096 * gdb.base/complete-empty.exp: New file.
3097 * gdb.base/completion.exp: Adjust.
3098
6a3c6ee4
PA
30992017-11-25 Pedro Alves <palves@redhat.com>
3100
3101 * gdb.linespec/cpls-ops.cc: New file.
3102 * gdb.linespec/cpls-ops.exp: New file.
3103 * lib/completion-support.exp (test_complete_prefix_range_re): New,
3104 factored out from ...
3105 (test_complete_prefix_range): ... this.
3106
8955eb2d
PA
31072017-11-24 Pedro Alves <palves@redhat.com>
3108
3109 * gdb.linespec/cpcompletion.exp: New file.
3110 * gdb.linespec/cpls-hyphen.cc: New file.
3111 * gdb.linespec/cpls.cc: New file.
3112 * gdb.linespec/cpls2.cc: New file.
3113 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
3114 test to use test_gdb_complete_unique. Add label completion,
3115 keyword completion and explicit location completion tests.
3116 * lib/completion-support.exp: New file.
3117
e547c119
JB
31182017-11-24 Joel Brobecker <brobecker@adacore.com>
3119
3120 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
3121 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
3122 when hitting an exception catchpoint.
3123
7c3c1aa8
YQ
31242017-11-22 Yao Qi <yao.qi@linaro.org>
3125
3126 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
3127
41bd68f5
SM
31282017-11-22 Simon Marchi <simon.marchi@ericsson.com>
3129
3130 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
3131 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
3132 * gdb.dwarf2/info-locals-optimized-out.c: New file.
3133
1daad298
YQ
31342017-11-22 Yao Qi <yao.qi@linaro.org>
3135
3136 * gdb.base/info-os.exp: Pass pthreads.
3137 * gdb.multi/multi-attach.exp: Likewise.
3138
88465e87
YQ
31392017-11-22 Yao Qi <yao.qi@linaro.org>
3140
3141 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
3142 compiler.
3143
dc196b23
YQ
31442017-11-22 Yao Qi <yao.qi@linaro.org>
3145
3146 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
3147 * gdb.base/break-interp.exp: Likewise.
3148 * gdb.base/jit-attach-pie.exp: Likewise.
3149
2400729e
UW
31502017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3151
3152 * gdb.base/float128.c (large128): New variable.
3153 * gdb.base/float128.exp: Add test to print largest __float128 value.
3154
7a26362d
UW
31552017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3156
3157 * gdb.arch/vsx-regs.exp: Update register content checks.
3158
ed0f4273
UW
31592017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
3160
3161 * gdb.arch/ppc-longdouble.exp: New file.
3162 * gdb.arch/ppc-longdouble.c: Likewise.
3163
a25d69c6
PA
31642017-11-21 Pedro Alves <palves@redhat.com>
3165
3166 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
3167
73fcf641
PA
31682017-11-20 Pedro Alves <palves@redhat.com>
3169
3170 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
3171 (long_double_typedef): New typedefs.
3172 Use DEF on double and long double.
3173 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
3174 cases.
3175 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
3176 and 'long_double_ptr_same_size' locals. Use them to decide
3177 whether cast from array/function to float is valid/invalid.
3178
71a3c369
TT
31792017-11-17 Tom Tromey <tom@tromey.com>
3180
3181 * gdb.rust/traits.rs: New file.
3182 * gdb.rust/traits.exp: New file.
3183
ced9779b
JB
31842017-11-17 Joel Brobecker <brobecker@adacore.com>
3185
3186 * gdb.ada/minsyms: New testcase.
3187
a0922d80
PA
31882017-11-16 Pedro Alves <palves@redhat.com>
3189
3190 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
3191 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
3192
ea04e54c
PA
31932017-11-16 Pedro Alves <palves@redhat.com>
3194
3195 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
3196 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
3197
e849ea89
PA
31982017-11-16 Pedro Alves <palves@redhat.com>
3199
3200 * gdb.server/reconnect-ctrl-c.c: New file.
3201 * gdb.server/reconnect-ctrl-c.exp: New file.
3202
d8ae99a7
PM
32032017-11-16 Phil Muldoon <pmuldoon@redhat.com>
3204
3205 * gdb.python/py-rbreak.exp: New file.
3206 * gdb.python/py-rbreak.c: New file.
3207 * gdb.python/py-rbreak-func2.c: New file.
3208
968a13f8
PA
32092017-11-16 Pedro Alves <palves@redhat.com>
3210
3211 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
3212 pattern.
3213 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
3214 GDB.
3215
71774bc9
SM
32162017-11-15 Simon Marchi <simon.marchi@ericsson.com>
3217
3218 * gdb.tui/completionn.exp (test_tab_completion): Add space in
3219 regex.
3220
ddbb44cf
SM
32212017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
3222
3223 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
3224 test names.
3225
584a564f
PA
32262017-11-09 Pedro Alves <palves@redhat.com>
3227
3228 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
3229 factored out from ...
3230 (top level): ... here, and adjusted to avoid expecting beyond the
3231 prompt in a single gdb_test_multiple.
3232
5ed7a928
PA
32332017-11-09 Pedro Alves <palves@redhat.com>
3234
3235 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
3236 output.
3237 * gdb.server/ext-attach.exp ("kill" test): Likewise.
3238 * gdb.server/ext-restart.exp ("kill" test): Likewise.
3239 * gdb.server/ext-run.exp ("kill" test): Likewise.
3240 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
3241
a60e0738
PA
32422017-11-09 Pedro Alves <palves@redhat.com>
3243
3244 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
3245 match till end of line.
3246
2c88253f
PA
32472017-11-09 Pedro Alves <palves@redhat.com>
3248
3249 * gdb.base/memattr.exp: Tighten regexes to match the end line.
3250
c7a38517
PA
32512017-11-09 Pedro Alves <palves@redhat.com>
3252
3253 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
3254 New procedures, factored out from ...
3255 (top level): ... here, and adjusted to avoid expecting beyond the
3256 prompt in one go.
3257
f29f4b6b
PA
32582017-11-09 Pedro Alves <palves@redhat.com>
3259
3260 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
3261 output. Fix '?' match.
3262
286acbb5
JB
32632017-11-08 Joel Brobecker <brobecker@adacore.com>
3264
3265 * gdb.ada/scoped_watch: New testcase.
3266 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
3267 which is actually correct.
3268 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
3269 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
3270
62d7ae92
PA
32712017-11-08 Pedro Alves <palves@redhat.com>
3272
3273 * gdb.gdb/complaints.exp (test_initial_complaints)
3274 (test_serial_complaints, test_short_complaints): Call
3275 complaint_internal instead of complaint.
3276
280ca31f
DT
32772017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
3278
3279 * gdb.threads/tls-core.c: New file.
3280 * gdb.threads/tls-core.exp: Likewise.
3281
b5ec771e
PA
32822017-11-08 Pedro Alves <palves@redhat.com>
3283
3284 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
3285 (p Exported_Capitalized): New test.
3286 (p exported_capitalized): New test.
3287
a02b41a7
PA
32882017-11-07 Pedro Alves <palves@redhat.com>
3289
3290 * gdb.cp/ena-dis-br-range.exp: Add more tests.
3291
95e95a6d
PA
32922017-11-07 Pedro Alves <palves@redhat.com>
3293
3294 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
3295 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
3296 (disable_invalid, disable_inverted, disable_negative): New
3297 procedures.
3298 ("bad numbers"): New set of tests.
3299
cee62dbd
PA
33002017-11-07 Pedro Alves <palves@redhat.com>
3301
3302 * gdb.cp/ena-dis-br-range.exp: Add tests.
3303
cc638e86
PA
33042017-11-07 Pedro Alves <palves@redhat.com>
3305
3306 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
3307
d0fe4701
XR
33082017-11-07 Xavier Roirand <roirand@adacore.com>
3309 Pedro Alves <palves@redhat.com>
3310
3311 * gdb.base/ena-dis-br.exp: Add reference to
3312 gdb.cp/ena-dis-br-range.exp.
3313 * gdb.cp/ena-dis-br-range.exp: New file.
3314 * gdb.cp/ena-dis-br-range.cc: New file.
3315
46f67f80
PA
33162017-11-06 Pedro Alves <palves@redhat.com>
3317
3318 * gdb.base/attach-non-pgrp-leader.c: New.
3319 * gdb.base/attach-non-pgrp-leader.exp: New.
3320
726e1356
PA
33212017-11-06 Pedro Alves <palves@redhat.com>
3322
3323 * configure.ac: No longer check for termio.h and sgtty.h.
3324 * configure: Regenerate.
3325 * remote-utils.c: Include termios.h instead of gdb_termios.h.
3326 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
3327 Remove termio and sgtty code.
3328
50ab6ace
YQ
33292017-11-03 Yao Qi <yao.qi@linaro.org>
3330
3331 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
3332 in GDB is disabled.
3333
8e68731c
YQ
33342017-11-03 Yao Qi <yao.qi@linaro.org>
3335
3336 * gdb.python/py-thrhandle.exp: Skip it if python is not
3337 enabled.
3338
3a87ae65
SM
33392017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
3340
3341 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
3342 as a breakpoint command.
3343
484d8d36
MD
33442017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
3345
3346 PR python/21213
3347 * gdb.python/py-infthread.exp: Test calling
3348 InferiorThread.inferior () multiple times in a row.
3349
4a27f119
KS
33502017-10-27 Keith Seitz <keiths@redhat.com>
3351
3352 * gdb.opt/inline-break.exp (break_info_1): New procedure.
3353 Test "info break" for every inlined function breakpoint.
3354
bb11dd58
YQ
33552017-10-27 Yao Qi <yao.qi@linaro.org>
3356
3357 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
3358
a43f3893
PF
33592017-10-26 Patrick Frants <osscontribute@gmail.com>
3360
3361 * gdb.cp/classes.exp (test_static_members): Test printing
3362 Outer::instance.
3363 * gdb.cp/classes.c (struct Inner, struct Outer): New.
3364 (Inner::instance, Outer::instance): New.
3365
792ccf00
PA
33662017-10-24 Pedro Alves <palves@redhat.com>
3367
3368 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
3369 extra console" test in two stages.
3370
eb2bfbad
PA
33712017-10-24 Pedro Alves <palves@redhat.com>
3372
3373 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
3374
1f75a651
PA
33752017-10-24 Pedro Alves <palves@redhat.com>
3376
3377 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
3378 loop.
3379
779990d9
PA
33802017-10-24 Pedro Alves <palves@redhat.com>
3381
3382 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
3383 $attempt" and "stoppedtry $stoppedtry" test prefixes.
3384
ad9b8f5d
PA
33852017-10-24 Pedro Alves <palves@redhat.com>
3386
3387 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
3388 parameter and handle it. Don't output read value in test name.
3389
fee6da6e
PA
33902017-10-24 Pedro Alves <palves@redhat.com>
3391
3392 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
3393 custom test name.
3394
10389c2c
PA
33952017-10-24 Pedro Alves <palves@redhat.com>
3396
3397 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
3398 include the unstable output directory name in the test's name.
3399 (initial_setup_simple) <'set args'>: Use custom test name.
3400
a80e65a9
PA
34012017-10-24 Pedro Alves <palves@redhat.com>
3402
3403 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
3404 with explicit test name.
3405
15763a09
PA
34062017-10-20 Pedro Alves <palves@redhat.com>
3407
3408 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
3409 'wait -i'. Use gdb_assert and remote_close.
3410
49a4ce2e
AB
34112017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
3412
3413 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
3414 number from variable rather than hard-coded.
3415
a75868f5
PA
34162017-10-19 Pedro Alves <palves@redhat.com>
3417
3418 * gdb.base/long-inferior-output.c: New file.
3419 * gdb.base/long-inferior-output.exp: New file.
3420
c8ba13ad
KS
34212017-11-18 Keith Seitz <keiths@redhat.com>
3422
3423 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
3424 method.
3425 (main): Call it.
3426 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
3427 Add additional user-defined conversion operator tests.
3428
b27de576
PA
34292017-10-17 Pedro Alves <palves@redhat.com>
3430
3431 * boards/native-stdio-gdbserver.exp: Load "local-board".
3432
8484c955
PA
34332017-10-17 Pedro Alves <palves@redhat.com>
3434
3435 * gdb.base/quit-live.c: New file.
3436 * gdb.base/quit-live.exp: New file.
3437
83d5a34d
KS
34382017-10-16 Keith Seitz <keiths@redhat.com>
3439
3440 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
3441 (class_with_protected_typedef, class_with_private_typedef)
3442 (struct_with_public_typedef, struct_with_protected_typedef)
3443 (struct_with_private_typedef): New classes/structs.
3444 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
3445 typedefs and access specifiers.
3446
739b3f1d
PA
34472017-10-16 Pedro Alves <palves@redhat.com>
3448 Simon Marchi <simon.marchi@polymtl.ca>
3449
3450 * README (Local vs Remote vs Native): New section.
3451 * boards/local-board.exp: New file, with bits factored out from
3452 ...
3453 * boards/native-extended-gdbserver.exp: ... here. Load
3454 "local-board".
3455 * boards/native-gdbserver.exp: Load "local-board".
3456 (${board}_spawn, ${board}_exec): Delete.
3457 * boards/native-stdio-gdbserver.exp: Most contents factored out to
3458 ...
3459 * boards/stdio-gdbserver-base.exp: ... this new file.
3460 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
3461 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
3462 procedure.
3463 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
3464 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
3465 stdio_gdbserver_command.
3466 (${board}_get_remote_address, ${board}_get_comm_port)
3467 (${board}_download, ${board}_upload): Delete.
3468 (get_target_remote_pipe_cmd): New.
3469
fe68b953
SM
34702017-10-16 Simon Marchi <simon.marchi@ericsson.com>
3471
3472 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
3473 test_bkpt_deletion, test_bkpt_cond_and_cmds,
3474 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
3475 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
3476 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
3477 remove with_test_prefix.
3478
300b6685
PA
34792017-10-13 Pedro Alves <palves@redhat.com>
3480
3481 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
3482 * gdb.base/annota1.exp: Use it instead of is_remote.
3483 * gdb.base/annota3.exp: Use it instead of is_remote.
3484 * gdb.cp/annota2.exp: Use it instead of is_remote.
3485 * gdb.cp/annota3.exp: Use it instead of is_remote.
3486 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
3487
50500caf
PA
34882017-10-13 Pedro Alves <palves@redhat.com>
3489
3490 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
3491 (test_num_test_vars, run_and_count_vars, find_env)
3492 (test_set_unset_env, test_inherit_env_var): New procedures.
3493 (top level): Use them.
3494
dad0c6d2
PA
34952017-10-13 Pedro Alves <palves@redhat.com>
3496
3497 * lib/selftest-support.exp (selftest_setup): Extend comments, and
3498 also skip on stub-like targets.
3499
8b0553c1
PA
35002017-10-13 Pedro Alves <palves@redhat.com>
3501
3502 PR gdb/22293
3503 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
3504 (top level): Move some tests to ...
3505 (test_not_found): ... this new procedure.
3506 (top level): Call it.
3507
7594f623
PA
35082017-10-13 Pedro Alves <palves@redhat.com>
3509
3510 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
3511 expect different "info terminal" output if testing with a
3512 non-native target.
3513
ebe3b402
PA
35142017-10-13 Pedro Alves <palves@redhat.com>
3515 Simon Marchi <simon.marchi@polymtl.ca>
3516
3517 PR python/12966
3518 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
3519
42f1b161
PA
35202017-10-13 Pedro Alves <palves@redhat.com>
3521
3522 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
3523 already.
3524
8d6ef72b
PA
35252017-10-13 Pedro Alves <palves@redhat.com>
3526
3527 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
3528 is_remote.
3529
d7bcd5b8
PA
35302017-10-13 Pedro Alves <palves@redhat.com>
3531
3532 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
3533 is_remote.
3534
df479dc6
PA
35352017-10-13 Pedro Alves <palves@redhat.com>
3536
3537 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
3538 is set.
3539 (corefile_test_attach): Likewise. Check can_spawn_for_attach
3540 instead of is_remote.
3541
23fb630a
PA
35422017-10-13 Pedro Alves <palves@redhat.com>
3543
3544 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
3545 (top level): Add comment.
3546
cc77b1dc
PA
35472017-10-13 Pedro Alves <palves@redhat.com>
3548
3549 * gdb.base/remote.exp (top level): Fix comment typo and add
3550 missing return.
3551
27c9e813
PA
35522017-10-13 Pedro Alves <palves@redhat.com>
3553 Simon Marchi <simon.marchi@polymtl.ca>
3554
3555 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
3556 calls and add comments. Skip test if use_gdb_stub is set.
3557 (top level): Use "set cwd" command instead of "cd" command.
3558
5e830d98
PA
35592017-10-13 Pedro Alves <palves@redhat.com>
3560
3561 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
3562 is_remote target check.
3563
f5ca0032
PA
35642017-10-13 Pedro Alves <palves@redhat.com>
3565
3566 * gdb.base/scope.exp: Use build_executable + clean_restart +
3567 gdb_file_cmd instead of prepare_for_testing and no longer skip
3568 "before run" tests on is_remote target boards. Update comments.
3569 * boards/native-extended-gdbserver.exp
3570 (extended_gdbserver_load_last_file): New, factored out from ...
3571 (gdb_load): ... this. Move further below and add comment.
3572 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
3573
8aed1c0d
PA
35742017-10-12 Pedro Alves <palves@redhat.com>
3575
3576 * gdb.base/attach.exp: Remove references to gdb64.
3577 * gdb.base/dbx.exp: Remove references to gdb64.
3578
cfa34c87
SM
35792017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
3580 Pedro Alves <palves@redhat.com>
3581
3582 * gdb.base/label.exp: Remove is_remote target check.
3583
9192b7de
PA
35842017-10-12 Pedro Alves <palves@redhat.com>
3585
3586 * gdb.base/auvx.exp (coredir): Update comment.
3587 (top level) <core_works>: Use "set cwd" command instead of "cd"
3588 command.
3589
6bf0052d
PA
35902017-10-12 Pedro Alves <palves@redhat.com>
3591 Simon Marchi <simon.marchi@polymtl.ca>
3592
3593 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
3594 target boards.
3595
e48ef82d
PA
35962017-10-12 Pedro Alves <palves@redhat.com>
3597 Simon Marchi <simon.marchi@polymtl.ca>
3598
3599 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
3600 Instead skip if there's any gdb_protocol set.
3601
8d7aea57
SM
36022017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
3603 Pedro Alves <palves@redhat.com>
3604
3605 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
3606
30440677
PA
36072017-10-12 Pedro Alves <palves@redhat.com>
3608 Simon Marchi <simon.marchi@polymtl.ca>
3609
3610 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
3611 instead of on dejagnu remote boards.
3612
4e04f045 36132017-10-12 Pedro Alves <palves@redhat.com>
175654b9 3614 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
3615
3616 * gdb.base/inferior-died.exp: Remove is_remote and isnative
3617 checks. Use build_executable + clean_restart instead of
3618 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
3619 of enabling non-stop after starting gdb.
3620
871a186e
PA
36212017-10-12 Pedro Alves <palves@redhat.com>
3622
3623 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
3624 * gdb.threads/non-ldr-exc-2.exp: Ditto.
3625 * gdb.threads/non-ldr-exc-3.exp: Ditto.
3626 * gdb.threads/non-ldr-exc-4.exp: Ditto.
3627
56d704da
AK
36282017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
3629
3630 * gdb.arch/arc-tdesc-cpu.exp: New file.
3631 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
3632
2f20e312
SM
36332017-10-10 Simon Marchi <simon.marchi@ericsson.com>
3634
3635 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
3636
65630365
PA
36372017-10-10 Pedro Alves <palves@redhat.com>
3638
3639 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
3640 expect CLI output.
3641
bf469271
PA
36422017-10-10 Pedro Alves <palves@redhat.com>
3643
3644 * lib/selftest-support.exp (selftest_setup): Update for
3645 captured_command_loop's prototype change.
3646
777a42f1
PA
36472017-10-09 Pedro Alves <palves@redhat.com>
3648
3649 Test both arch1=>arch2 and arch2=>arch1.
3650
3651 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
3652 (srcfile2, binfile2, march1, march2): Remove globals. Largely
3653 factored out to...
3654 (append_arch1_options, append_arch2_options, append_arch_options)
3655 (build_executables): New procedures.
3656 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
3657 local.
3658 (top level): Add new 'first_arch' testing axis.
3659
cbd2b4e3
PA
36602017-10-09 Pedro Alves <palves@redhat.com>
3661
3662 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
3663 (barrier): New.
3664 (thread_start, all_started): New functions.
3665 (main): Spawn new thread and wait until it is scheduled.
3666 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
3667 option.
3668 (do_test): Add 'selected_thread' parameter. Run to all_started
3669 instead of main. Explicitly set the breakpoint at main. Switch
3670 to the SELECTED_THREAD thread.
3671 (top level): Test handling the exec event with either the main
3672 thread or the second thread selected.
3673
5c9e4427
PA
36742017-10-09 Pedro Alves <palves@redhat.com>
3675
3676 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
3677 logic. Move STOP marker after the value checks.
3678 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
3679 regexp.
3680
b3b7c423
SL
36812017-10-06 Sandra Loosemore <sandra@codesourcery.com>
3682
3683 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
3684
3b4b2f16
UW
36852017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
3686
3687 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
3688 integer-to-dfp conversion.
3689 * gdb.base/dfp-test.exp: Likewise.
3690
5cd63fda
PA
36912017-10-04 Pedro Alves <palves@redhat.com>
3692
3693 * gdb.multi/hangout.c: Include <unistd.h>.
3694 (hangout_loop): New function.
3695 (main): Call alarm. Call hangout_loop in a loop.
3696 * gdb.multi/hello.c: Include <unistd.h>.
3697 (hello_loop): New function.
3698 (main): Call alarm. Call hangout_loop in a loop.
3699 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
3700 inferior with the other selected.
3701
4c71c105
SM
37022017-10-04 Simon Marchi <simon.marchi@ericsson.com>
3703
3704 * gdb.mi/list-thread-groups-available.exp: New file.
3705 * gdb.mi/list-thread-groups-available.c: New file.
3706
bc3b087d
SDJ
37072017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3708
3709 * gdb.base/set-cwd.exp: Make it available on
3710 native-extended-gdbserver.
3711
d092c5a2
SDJ
37122017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3713
3714 * gdb.base/set-cwd.c: New file.
3715 * gdb.base/set-cwd.exp: Likewise.
3716
45320ffa
TT
37172017-10-02 Tom Tromey <tom@tromey.com>
3718
3719 PR rust/22236:
3720 * gdb.rust/simple.rs (main): New variable "fslice".
3721 * gdb.rust/simple.exp: Add slice tests. Update string tests.
3722
b3e3859b
TT
37232017-10-02 Tom Tromey <tom@tromey.com>
3724
3725 * gdb.rust/simple.exp: Test ptype of a slice.
3726
01af5e0d
TT
37272017-10-02 Tom Tromey <tom@tromey.com>
3728
3729 * gdb.rust/simple.exp: Test index of slice.
3730
a9bbfbd8
TT
37312017-09-27 Tom Tromey <tom@tromey.com>
3732
3733 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
3734
df8899e5
TP
37352017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
3736 Pedro Alves <palves@redhat.com>
3737
3738 * gdb.base/compare-sections.exp (get value of read-only section): Read
3739 as unsigned value.
3740 (corrupt read-only section): Likewise and don't set written if patching
3741 failed.
3742
757bf54b
KB
37432017-09-21 Kevin Buettner <kevinb@redhat.com>
3744
3745 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
3746 files.
3747
06871ae8
PA
37482017-09-20 Pedro Alves <palves@redhat.com>
3749
3750 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
3751 symbol names in gdb's output.
3752 * gdb.cp/overload.exp ("list all overloads"): Likewise.
3753
e5f25bc5
PA
37542017-09-20 Pedro Alves <palves@redhat.com>
3755
3756 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
3757 Rename to ...
3758 (test_list_ambiguous_symbol): ... this and add a symbol name
3759 parameter. Adjust.
3760 (test_list_ambiguous_function): Reimplement on top of
3761 test_list_ambiguous_symbol and also test listing ambiguous
3762 variables.
3763 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
3764 (ambiguous_fun): ... this.
3765 (ambiguous_var): New.
3766 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
3767 (ambiguous_fun): ... this.
3768 (ambiguous_var): New.
3769
4e5a4f58
JB
37702017-09-19 John Baldwin <jhb@FreeBSD.org>
3771
3772 * gdb.base/starti.c: New file.
3773 * gdb.base/starti.exp: New file.
3774 * lib/gdb.exp (gdb_starti_cmd): New procedure.
3775
26e53f3e
PA
37762017-09-14 Pedro Alves <palves@redhat.com>
3777
3778 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
3779 (top level): Use it instead of runto.
3780
cb791d59
TT
37812017-09-11 Tom Tromey <tom@tromey.com>
3782
3783 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
3784
7c96f8c1
TT
37852017-09-11 Tom Tromey <tom@tromey.com>
3786
3787 * gdb.python/py-infthread.exp: Add tests for new_thread event.
3788 * gdb.python/py-inferior.exp: Add tests for new inferior events.
3789
469412dd
CW
37902017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
3791
3792 * gdb.fortran/printing-types.exp: New file.
3793 * gdb.fortran/printing-types.exp: New file.
3794
e0f86435
BH
37952017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3796
3797 * gdb.fortran/vla-ptype.exp: Fix typos.
3798 * gdb.fortran/vla-value.exp: Same.
3799
9e9af4be
BH
38002017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3801
3802 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
3803 * gdb.mi/mi-var-child-f.exp: Likewise.
3804 * gdb.mi/mi-vla-fortran.exp: Likewise.
3805
a5ad232b
FP
38062017-09-08 Frank Penczek <frank.penczek@intel.com>
3807 Christoph Weinmann <christoph.t.weinmann@intel.com>
3808 Bernhard Heckel <bernhard.heckel@intel.com>
3809
3810 * gdb.fortran/ptr-indentation.f90: New file.
3811 * gdb.fortran/ptr-indentation.exp: New file.
3812
5aec60eb
TT
38132017-09-05 Tom Tromey <tom@tromey.com>
3814
3815 PR gdb/22010:
3816 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
3817
8f8f8152
TP
38182017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
3819
3820 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
3821
fbd1b771
JK
38222017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3823
3824 * gdb.threads/tls-nodebug-pie.c: New file.
3825 * gdb.threads/tls-nodebug-pie.exp: New file.
3826
5eb5f850
TT
38272017-09-05 Tom Tromey <tom@tromey.com>
3828
3829 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
3830 for rust.
3831
ae780a21
SM
38322017-09-05 Simon Marchi <simon.marchi@ericsson.com>
3833
3834 * gdb.multi/multi-arch-exec.exp: Test with different
3835 "follow-exec-mode" settings.
3836 (do_test): New procedure.
3837
3693fdb3
PA
38382017-09-04 Pedro Alves <palves@redhat.com>
3839
3840 * gdb.base/func-static.c (S::method const, S::method volatile)
3841 (S::method volatile const): New methods.
3842 (c_s, v_s, cv_s): New instances.
3843 (main): Call method() on them.
3844 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
3845 (cannot_resolve): New procedure.
3846 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
3847 print-quote-unquoted columns.
3848 (do_test): Test printing each scope too.
3849
e68cb8e0
PA
38502017-09-04 Pedro Alves <palves@redhat.com>
3851
3852 * gdb.base/local-static.exp: Also test with
3853 class::method::variable wholly quoted.
3854 * gdb.cp/m-static.exp (class::method::variable): Remove test.
3855
858be34c
PA
38562017-09-04 Pedro Alves <palves@redhat.com>
3857
3858 * gdb.base/local-static.c: New.
3859 * gdb.base/local-static.cc: New.
3860 * gdb.base/local-static.exp: New.
3861
46a4882b
PA
38622017-09-04 Pedro Alves <palves@redhat.com>
3863
3864 * gdb.asm/asm-source.exp: Add casts to int.
3865 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
3866 (dataglobal64_1, dataglobal64_2): New globals.
3867 * gdb.base/nodebug.exp: Test different expressions involving the
3868 new globals, with print, whatis and ptype. Add casts to int.
3869 * gdb.base/solib-display.exp: Add casts to int.
3870 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
3871 * gdb.cp/m-static.exp: Add cast to int.
3872 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
3873 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
3874 tls variable with no debug info without a cast. Test with a cast
3875 to int too.
3876 * gdb.trace/entry-values.exp: Add casts.
3877
2c5a2be1
PA
38782017-09-04 Pedro Alves <palves@redhat.com>
3879
3880 * gdb.base/nodebug.exp: Test that ptype's error about functions
3881 with unknown return type includes the function name too.
3882
7022349d
PA
38832017-09-04 Pedro Alves <palves@redhat.com>
3884
3885 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
3886 return type of munmap in infcall.
3887 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
3888 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
3889 type of ftell in infcall.
3890 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
3891 type of getpid in infcall.
3892 * gdb.base/infcall-exec.exp: Cast return type of execlp in
3893 infcall.
3894 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
3895 Bail on failure to extract the pid.
3896 * gdb.base/nodebug.c: #include <stdint.h>.
3897 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
3898 New functions.
3899 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
3900 Change expected output of print/whatis/ptype with functions with
3901 no debug info. Test all supported languages. Call
3902 test_call_promotion.
3903 * gdb.compile/compile.exp: Adjust expected output to expect
3904 warning.
3905 * gdb.threads/siginfo-threads.exp: Likewise.
3906
54990598
PA
39072017-09-04 Pedro Alves <palves@redhat.com>
3908
3909 * gdb.base/callfuncs.exp (do_function_calls): New parameter
3910 "prototypes". Test calling float functions via prototyped and
3911 unprototyped function pointers.
3912 (perform_all_tests): New parameter "prototypes". Pass it down.
3913 (top level): Pass down "prototypes" parameter to
3914 perform_all_tests.
3915
34d16ea2
SM
39162017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3917
3918 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
3919 Test with nested loops.
3920
9521ecda
SM
39212017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3922
3923 * gdb.base/commands.exp: Call the new procedures.
3924 (loop_break_test, loop_continue_test): New procedures.
3925
80a65e9b
SM
39262017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3927
3928 * gdb.base/commands.exp: Call new procedure.
3929 (define_if_without_arg_test): New procedure.
3930
e439fa14
PA
39312017-09-04 Pedro Alves <palves@redhat.com>
3932
3933 * gdb.base/list-ambiguous.exp: New file.
3934 * gdb.base/list-ambiguous0.c: New file.
3935 * gdb.base/list-ambiguous1.c: New file.
3936 * gdb.base/list.exp (test_list_range): Adjust expected output.
3937
0a2dde4a
SDJ
39382017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
3939
3940 * gdb.base/share-env-with-gdbserver.c: New file.
3941 * gdb.base/share-env-with-gdbserver.exp: Likewise.
3942
5e89eb3a
SM
39432017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3944
3945 * gdb.base/commands.exp (gdbvar_simple_if_test,
3946 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
3947 progvar_simple_if_test, progvar_simple_while_test,
3948 progvar_complex_if_while_test, user_defined_command_test,
3949 user_defined_command_args_eval,
3950 user_defined_command_args_stack_test,
3951 user_defined_command_manyargs_test, bp_deleted_in_command_test,
3952 temporary_breakpoint_commands,
3953 gdb_test_no_prompt, redefine_hook_test,
3954 redefine_backtrace_test): Remove "global gdb_prompt".
3955
fd437cbc
SM
39562017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3957
3958 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
3959 New proc, call it from toplevel.
3960
87215ad1
SDJ
39612017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
3962
3963 PR remote/21852
3964 * gdb.server/normal.c: New file, copied from gdb.base.
3965 * gdb.server/run-without-local-binary.exp: New file.
3966
58afddc6
WP
39672017-08-07 Weimin Pan <weimin.pan@oracle.com>
3968
3969 * gdb.arch/sparc64-adi.exp: New file.
3970 * gdb.arch/sparc64-adi.c: New file.
3971
5277199a
PA
39722017-08-22 Pedro Alves <palves@redhat.com>
3973
3974 * gdb.cp/overload.exp (line_range_pattern): New procedure.
3975 (top level): Add "list all overloads" tests.
3976
14278e1f
TT
39772017-08-22 Tom Tromey <tom@tromey.com>
3978
3979 * gdb.gdb/xfullpath.exp: Remove.
3980
bf223d3e
PA
39812017-08-21 Pedro Alves <palves@redhat.com>
3982
3983 PR gdb/19487
3984 * gdb.base/symbol-alias.c: New.
3985 * gdb.base/symbol-alias2.c: New.
3986 * gdb.base/symbol-alias.exp: New.
3987
c973d0aa
PA
39882017-08-21 Pedro Alves <palves@redhat.com>
3989
3990 * gdb.base/dfp-test.c
3991 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
3992 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
3993 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
3994 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
3995 * gdb.base/whatis-ptype-typedefs.c: New.
3996 * gdb.base/whatis-ptype-typedefs.exp: New.
3997 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
3998 (an_int, an_int_type, an_int_type2): New globals.
3999 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
4000 involving typedefs and cast expressions.
4001 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
4002 (lookup_typedefs_function): New.
4003 (typedefs_pretty_printers_dict): New.
4004 (top level): Register lookup_typedefs_function in
4005 gdb.pretty_printers.
4006
6d580b63
YQ
40072017-08-18 Yao Qi <yao.qi@linaro.org>
4008
4009 * gdb.server/unittest.exp: New.
4010
206726fb
SDJ
40112017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
4012
4013 PR gdb/21954
4014 * gdb.base/environ.exp: Add test to check if 'unset environment'
4015 works.
4016
bf0ec4c2
AA
40172017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4018
4019 * lib/gdb.exp (universal_compile_options): New caching proc.
4020 (gdb_compile): Suppress GCC's coloring of messages.
4021
d6382fff
TT
40222017-08-14 Tom Tromey <tom@tromey.com>
4023
4024 PR gdb/21675:
4025 * gdb.base/printcmds.exp (test_radices): New function.
4026 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
4027 * gdb.base/sizeof.exp (check_valueof): Use p/d.
4028 * lib/gdb.exp (get_integer_valueof): Use p/d.
4029
c2c2dd9f
SM
40302017-08-12 Simon Marchi <simon.marchi@ericsson.com>
4031
4032 * lib/gdb.exp (get_valueof): Don't capture end-of-line
4033 characters.
4034
fdffd6f4
TT
40352017-08-05 Tom Tromey <tom@tromey.com>
4036
4037 * gdb.rust/simple.exp: Allow String to appear in a different
4038 namespace.
4039
27d41eac
YQ
40402017-07-26 Yao Qi <yao.qi@linaro.org>
4041
4042 * gdb.gdb/unittest.exp: Invoke command
4043 "maintenance check xml-descriptions".
4044
031ed05d
AA
40452017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4046
4047 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
4048 calling context.
4049 (hex128): Drop erroneous calculation of parameters.
4050
dcd27ddf
SM
40512017-07-22 Simon Marchi <simon.marchi@ericsson.com>
4052
4053 * gdb.python/py-unwind.exp: Disable stack protection when
4054 building test file.
4055
47e77640
PA
40562017-07-20 Pedro Alves <palves@redhat.com>
4057
4058 * gdb.base/default.exp (set language): Adjust expected output.
4059
62d2a18a
PA
40602017-07-20 Pedro Alves <palves@redhat.com>
4061
4062 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
4063 (test_minsym): ... this, and make static.
4064 (get_pck__foo__bar__minsym): Rename to ...
4065 (get_test_minsym): ... this.
4066 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
4067 symbol names and comments.
4068 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
4069 (get_test_minsym): ... this.
4070 (pck__foo__bar__minsym__2): Rename to ...
4071 (test_minsym): ... this.
4072 (main): Adjust.
4073
c45ec17c
PA
40742017-07-17 Pedro Alves <palves@redhat.com>
4075
4076 * gdb.base/completion.exp: Adjust expected output.
4077 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
4078 the completer works.
4079
c6756f62
PA
40802017-07-17 Pedro Alves <palves@redhat.com>
4081
4082 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
4083
5bd68487
AB
40842017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4085
4086 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
4087
8880f2a9
TT
40882017-07-14 Tom Tromey <tom@tromey.com>
4089
4090 PR rust/21764:
4091 * gdb.rust/simple.exp: Add tests.
4092
65547233
TT
40932017-07-14 Tom Tromey <tom@tromey.com>
4094
4095 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
4096
8f14146e
PA
40972017-07-14 Pedro Alves <palves@redhat.com>
4098
4099 * gdb.linespec/base/one/thefile.cc (z1): New function.
4100 * gdb.linespec/base/two/thefile.cc (z2): New function.
4101 * gdb.linespec/linespec.exp: Add tests.
4102
b4365d02
AB
41032017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4104
4105 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
4106 to mi_create_breakpoint.
4107
5d2cbaa5
AB
41082017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4109
4110 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
4111 mi_create_breakpoint.
4112
11cb5716
IB
41132017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
4114
4115 * gdb.dlang/demangle.exp: Update for demangling changes.
4116
03278692
TT
41172017-07-09 Tom Tromey <tom@tromey.com>
4118
4119 * gdb.dwarf2/shortpiece.exp: New file.
4120
33c5cd75
DB
41212017-07-06 David Blaikie <dblaikie@gmail.com>
4122
4123 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
4124 built from fissiont-multi-cu{1,2}.c.
4125 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
4126 except putting 'main' and 'func' in separate CUs in the same DWO file.
4127 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
4128 test.
4129 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
4130 test.
4131
8455d262
PA
41322017-07-06 Pedro Alves <palves@redhat.com>
4133
4134 * gdb.python/py-unwind.exp: Test flushregs.
4135
dc4bde35
SDJ
41362017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4137
4138 PR cli/21688
4139 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
4140 tests for alias commands and trailing whitespace.
4141
51ed89aa
SDJ
41422017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4143
4144 PR cli/21688
4145 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
4146 procedure. Call it.
4147
eb17d413
PA
41482017-06-29 Pedro Alves <palves@redhat.com>
4149
4150 * gdb.base/printcmds.exp: Add tests.
4151
41664b45
DG
41522017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
4153
4154 PR gdb/21337
4155 * gdb.base/reread-readsym.exp: New file.
4156 * gdb.base/reread-readsym.c: New file.
4157
75312ae3
KB
41582017-06-21 Kevin Buettner <kevinb@redhat.com>
4159
4160 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
4161 subpattern.
4162
66953522
PB
41632017-06-19 Peter Bergner <bergner@vnet.ibm.com>
4164
4165 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
4166 extended mnemonic.
4167 * gdb.arch/powerpc-power9.s: Likewise.
4168
5524b525
AA
41692017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4170
4171 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
4172 on 32-bit x86 targets. Exploit is_*_target macros where
4173 appropriate.
4174
03c8af18
AA
41752017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4176
4177 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
4178 register pieces.
4179
3bf31011
AA
41802017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4181
4182 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
4183 located in one or more DWARF pieces.
4184
805acca0
AA
41852017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4186
4187 * lib/gdb.exp (get_endianness): New proc.
4188 * gdb.arch/aarch64-fp.exp: Use it.
4189 * gdb.arch/altivec-regs.exp: Likewise.
4190 * gdb.arch/e500-regs.exp: Likewise.
4191 * gdb.arch/vsx-regs.exp: Likewise.
4192 * gdb.base/dump.exp: Likewise.
4193 * gdb.base/funcargs.exp: Likewise.
4194 * gdb.base/gnu_vector.exp: Likewise.
4195 * gdb.dwarf2/formdata16.exp: Likewise.
4196 * gdb.dwarf2/implptrpiece.exp: Likewise.
4197 * gdb.dwarf2/nonvar-access.exp: Likewise.
4198 * gdb.python/py-inferior.exp: Likewise.
4199 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4200
e9352324
AA
42012017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4202
4203 PR gdb/21226
4204 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
4205 stack value pieces are taken from the LSB end.
4206
d5d1163e
AA
42072017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4208
4209 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
4210 variable at nonzero offset.
4211
0567c986
AA
42122017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4213
4214 * gdb.dwarf2/var-access.c: New file.
4215 * gdb.dwarf2/var-access.exp: New test.
4216 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
4217
973e9aab
TT
42182017-06-12 Tom Tromey <tom@tromey.com>
4219
4220 * gdb.dwarf2/formdata16.exp: Add tests.
4221
d9109c80
TT
42222017-06-12 Tom Tromey <tom@tromey.com>
4223
4224 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
4225
30a25466
TT
42262017-06-12 Tom Tromey <tom@tromey.com>
4227
4228 PR exp/16225:
4229 * gdb.reverse/i386-sse-reverse.exp: Update tests.
4230 * gdb.arch/vsx-regs.exp: Update tests.
4231 * gdb.arch/s390-vregs.exp (hex128): New proc.
4232 Update test.
4233 * gdb.arch/altivec-regs.exp: Update tests.
4234
aefd8b33
SDJ
42352017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4236
4237 * gdb.base/startup-with-shell.c: New file.
4238 * gdb.base/startup-with-shell.exp: Likewise.
4239
2090129c
SDJ
42402017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4241
4242 * gdb.server/non-existing-program.exp: Update regex in order to
4243 reflect the fact that gdbserver is now using fork_inferior (with a
4244 shell) to startup the inferior.
4245
8e86a419
SM
42462017-05-30 Simon Marchi <simon.marchi@ericsson.com>
4247
4248 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
4249 support function calls from GDB.
4250
e6cf65f2
TT
42512017-05-21 Tom Tromey <tom@tromey.com>
4252
4253 PR rust/21466:
4254 * gdb.rust/unsized.exp: New file.
4255 * gdb.rust/unsized.rs: New file.
4256
43cc5389
TT
42572017-05-19 Tom Tromey <tom@tromey.com>
4258
4259 PR rust/21484:
4260 * gdb.rust/watch.exp: New file.
4261 * gdb.rust/watch.rs: New file.
4262
ec8df234
TT
42632017-05-18 Tom Tromey <tom@tromey.com>
4264
4265 * gdb.rust/simple.exp: Allow Box to be qualified.
4266
3e3e7fae
TP
42672017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
4268
4269 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
4270
59cc050d
PA
42712017-05-18 Pedro Alves <palves@redhat.com>
4272
4273 * gdb.base/fileio.c (test_write, test_read, test_close)
4274 (test_fstat): Don't print 'ret' in the fail path.
4275
c8f6abd1
PA
42762017-05-18 Pedro Alves <palves@redhat.com>
4277
4278 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
4279 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
4280 (test_system, test_rename, test_unlink, test_time): Change
4281 prototypes.
4282 * gdb.base/fileio.exp (stop_msg): Adjust.
4283
d2a03b77
PA
42842017-05-18 Pedro Alves <palves@redhat.com>
4285
4286 * gdb.base/fileio.c (null_str): New global.
4287 (test_stat): Use it.
4288 * gdb.base/fileio.exp: Remove nowarnings.
4289
0d5c6999
YQ
42902017-05-17 Yao Qi <yao.qi@linaro.org>
4291
4292 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
4293
21873064
YQ
42942017-05-17 Simon Marchi <simon.marchi@ericsson.com>
4295
4296 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
4297 argument command.
4298 (top-level): Invoke test_set_inferior_tty.
4299
d512d31c
PA
43002017-05-04 Pedro Alves <palves@redhat.com>
4301
4302 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
4303 Add parens to print call for Python 3.
4304
90cef2ed
KS
43052017-05-03 Keith Seitz <keiths@redhat.com>
4306
4307 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
4308 (main): Call it.
4309
14f819c8
TW
43102017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4311
4312 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
4313 to prev and next.
4314
913aeadd
TW
43152017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4316
4317 * gdb.python/py-record-btrace.exp: Remove test for
4318 gdb.BtraceInstruction.error.
4319
a3be24ad
TW
43202017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4321
4322 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
4323
ae20e79a
TW
43242017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4325
4326 * gdb.python/py-record-btrace-threads.c: New file.
4327 * gdb.python/py-record-btrace-threads.exp: New file.
4328
45ce1b47
SDJ
43292017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
4330
4331 PR testsuite/8595
4332 * gdb.base/environ.exp: Make test available in all architectures.
4333 Move bits related to "info program" testing to
4334 gdb.base/info-program.exp. Rewrite tests to use the two new
4335 procedures mentione below.
4336 (test_set_show_env_var) New procedure.
4337 (test_set_show_env_var_equal): Likewise.
4338 * gdb.base/info-program.exp: New file.
4339
e15c3eb4
KS
43402017-04-27 Keith Seitz <keiths@redhat.com>
4341
4342 * gdb.cp/oranking.cc (test15): New function.
4343 (main): Call test15 and declare additional variables for testing.
4344 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
4345 "p foo101('abc')" tests.
4346 Add tests for cv qualifier overloads.
4347 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
4348 "lvalue reference overload" test.
4349 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
4350 "print value of f1 on Child&& in f2" test.
4351
3a3fd0fd
PA
43522017-04-19 Pedro Alves <palves@redhat.com>
4353
4354 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
4355 procedure.
4356 (top level): Call it.
4357 * lib/gdb.exp (gdb_define_cmd): New procedure.
4358
53375380
PA
43592017-04-12 Pedro Alves <palves@redhat.com>
4360
4361 PR gdb/21323
4362 * gdb.cp/wide_char_types.c: Include <wchar.h>.
4363 (wchar): New global.
4364 * gdb.cp/wide_char_types.exp (wide_char_types_program)
4365 (do_test_wide_char, wide_char_types_no_program, top level): Add
4366 wchar_t testing.
4367
53e710ac
PA
43682017-04-12 Pedro Alves <palves@redhat.com>
4369
4370 PR c++/21323
4371 * gdb.cp/wide_char_types.c: New file.
4372 * gdb.cp/wide_char_types.exp: New file.
4373
0ad9d8c7
SDJ
43742017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
4375
4376 PR gdb/21352
4377 * gdb.trace/tsv.exp: Add test for "tsave -r".
4378
b1b45502
IB
43792017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
4380
4381 * gdb.dlang/watch-loc.c: New file.
4382 * gdb.dlang/watch-loc.exp: New file.
4383
ec13808e
JK
43842017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4385
4386 * gdb.python/py-section-script.exp (sepdebug): New testcases.
4387
fe5f7374
AK
43882017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
4389
4390 * gdb.arch/arc-analyze-prologue.S: New file.
4391 * gdb.arch/arc-analyze-prologue.exp: Likewise.
4392
eea78757
AK
43932017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
4394
4395 * gdb.arch/arc-decode-insn.S: New file.
4396 * gdb.arch/arc-decode-insn.exp: Likewise.
4397
5badf10a
IR
43982017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
4399
4400 PR tdep/20928
4401 * gdb.arch/sparc64-regs.exp: New file.
4402 * gdb.arch/sparc64-regs.S: Likewise.
4403
cee59b3f
TW
44042017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
4405
4406 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
4407 and memory view on Python 3.
4408
c0f55cc6
AV
44092017-03-20 Artemiy Volkov <artemiyv@acm.org>
4410 Keith Seitz <keiths@redhat.com>
4411
4412 PR gdb/14441
4413 * gdb.cp/demangle.exp: Add rvalue reference tests.
4414 * gdb.cp/rvalue-ref-casts.cc: New file.
4415 * gdb.cp/rvalue-ref-casts.exp: New file.
4416 * gdb.cp/rvalue-ref-overload.cc: New file.
4417 * gdb.cp/rvalue-ref-overload.exp: New file.
4418 * gdb.cp/rvalue-ref-params.cc: New file.
4419 * gdb.cp/rvalue-ref-params.exp: New file.
4420 * gdb.cp/rvalue-ref-sizeof.cc: New file.
4421 * gdb.cp/rvalue-ref-sizeof.exp: New file.
4422 * gdb.cp/rvalue-ref-types.cc: New file.
4423 * gdb.cp/rvalue-ref-types.exp: New file.
4424 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
4425 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
4426
51457a05
MAL
44272017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
4428
4429 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
4430 New procedure.
4431
5b291c04
MAL
44322017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
4433
4434 * lib/mi-support.exp (mi_gdb_test): Add additional message
4435 for unexpected output.
4436
59a56148
AA
44372017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4438
4439 * gdb.base/examine-backward.c (Barrier): New character array
4440 constant, to ensure that TestStrings is preceded by a string
4441 terminator.
4442
7942e96e
AA
44432017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4444
4445 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
4446 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
4447 and implicit pointer into such a location.
4448
6ebac3fb
DE
44492017-03-16 Doug Evans <dje@google.com>
4450
4451 * gdb.python/py-lazy-string (pointer): Really add new typedef.
4452
ec3b243d
TP
44532017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
4454
4455 * gdb.cp/m-static.exp: Fix expectation for prototype of
4456 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
4457
44582017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
4459
4460 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
4461 * gdb.guile/scm-lazy-string.c: New file.
4462 * gdb.guile/scm-value.exp: Move lazy string tests to ...
4463 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
4464 for pointer, array, typedef lazy strings.
4465
2cc36e25 44662017-03-16 Doug Evans <dje@google.com>
34b43320
DE
4467
4468 PR python/17728, python/18439, python/18779
4469 * gdb.python/py-value.c (main) Delete locals sptr, sn.
4470 * gdb.python/py-lazy-string.c (pointer): New typedef.
4471 (main): New locals ptr, array, typedef_ptr.
4472 * gdb.python/py-value.exp: Move lazy string tests to ...
4473 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
4474 array, typedef lazy strings.
ec3b243d 4475
0efcde63
AK
44762017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
4477
4478 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
4479 Add optional 'test' parameter.
4480
7978d7c3
SM
44812017-03-13 Simon Marchi <simon.marchi@ericsson.com>
4482
4483 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4484 Skip for versions of DejaGnu < 1.5.
4485
896c0c1e
SM
44862017-03-13 Simon Marchi <simon.marchi@ericsson.com>
4487
4488 * lib/gdb.exp (dejagnu_version): New proc.
4489 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
4490 Use dejagnu_version.
4491
5f4d1085
KS
44922017-03-10 Keith Seitz <keiths@redhat.com>
4493
4494 PR c++/8128
4495 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
4496 type from destructor regexps.
4497 Add a branch which actually passes the test.
4498 Adjust "ptype t5i" test names.
4499
1de05205
PA
45002017-03-08 Pedro Alves <palves@redhat.com>
4501
4502 * gdb.base/step-over-exit.exp: Add explicit test message.
4503
c65d6b55
PA
45042017-03-08 Pedro Alves <palves@redhat.com>
4505
4506 PR gdb/18360
4507 * gdb.threads/interrupt-while-step-over.c: New file.
4508 * gdb.threads/interrupt-while-step-over.exp: New file.
4509
2e86a283
PA
45102017-03-08 Pedro Alves <palves@redhat.com>
4511
4512 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
4513 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
4514
25dcbff6
PA
45152017-03-08 Pedro Alves <palves@redhat.com>
4516
4517 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
4518 PKRU as not supported as a PASS.
4519
dc9366eb
PA
45202017-03-08 Pedro Alves <palves@redhat.com>
4521
4522 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
4523 prefix instead of $binfile1/$binfile2.
4524 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
4525 in test message.
4526 * gdb.python/py-completion.exp: Use "load python file" as test
4527 messages instead of unstable path names.
4528
6e5d74e7
PA
45292017-03-08 Pedro Alves <palves@redhat.com>
4530 Jan Kratochvil <jan.kratochvil@redhat.com>
4531
4532 PR cli/21218
4533 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4534 New proc.
4535 (top level): Call it.
4536
9753a2f6
PA
45372017-03-08 Pedro Alves <palves@redhat.com>
4538
4539 PR tui/21216
4540 * gdb.tui/tui-nl-filtered-output.exp: New file.
4541
1a4dd9dd
PA
45422017-03-08 Pedro Alves <palves@redhat.com>
4543
4544 * gdb.base/completion.exp: Move TUI completion tests to ...
4545 * gdb.tui/completion.exp: ... this new file.
4546
7cbbff33
PA
45472017-03-08 Pedro Alves <palves@redhat.com>
4548
4549 * gdb.base/tui-disasm-long-lines.c,
4550 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
4551 gdb.base/tui-layout.exp: Move to ...
4552 * gdb.tui/: ... this new directory.
4553
5f6fd321
PA
45542017-03-07 Pedro Alves <palves@redhat.com>
4555
4556 * gdb.base/tui-layout.c: New file.
4557 * gdb.base/tui-layout.exp: New file.
4558
44959fa8
PA
45592017-03-07 Pedro Alves <palves@redhat.com>
4560
4561 * gdb.base/tui-layout.c: Rename to ...
4562 * gdb.base/tui-disasm-long-lines.c: ... this.
4563 * gdb.base/tui-layout.exp: Rename to ...
4564 * gdb.base/tui-disasm-long-lines.exp: ... this.
4565
f8c4e718
PA
45662017-03-07 Pedro Alves <palves@redhat.com>
4567
4568 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
4569
6dbb839a 45702017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
4571
4572 * i386-mpx-call.c: New file.
4573 * i386-mpx-call.exp: New file.
4574
65b48a81
PB
45752017-02-28 Peter Bergner <bergner@vnet.ibm.com>
4576
4577 * gdb.arch/powerpc-power.exp: Delete test.
4578 * gdb.arch/powerpc-power.s: Likewise.
4579 * gdb.disasm/disassembler-options.exp: New test.
4580 * gdb.arch/powerpc-altivec.exp: Likewise.
4581 * gdb.arch/powerpc-altivec.s: Likewise.
4582 * gdb.arch/powerpc-altivec2.exp: Likewise.
4583 * gdb.arch/powerpc-altivec2.s: Likewise.
4584 * gdb.arch/powerpc-altivec3.exp: Likewise.
4585 * gdb.arch/powerpc-altivec3.s: Likewise.
4586 * gdb.arch/powerpc-power7.exp: Likewise.
4587 * gdb.arch/powerpc-power7.s: Likewise.
4588 * gdb.arch/powerpc-power8.exp: Likewise.
4589 * gdb.arch/powerpc-power8.s: Likewise.
4590 * gdb.arch/powerpc-power9.exp: Likewise.
4591 * gdb.arch/powerpc-power9.s: Likewise.
4592 * gdb.arch/powerpc-vsx.exp: Likewise.
4593 * gdb.arch/powerpc-vsx.s: Likewise.
4594 * gdb.arch/powerpc-vsx2.exp: Likewise.
4595 * gdb.arch/powerpc-vsx2.s: Likewise.
4596 * gdb.arch/powerpc-vsx3.exp: Likewise.
4597 * gdb.arch/powerpc-vsx3.s: Likewise.
4598 * gdb.arch/arm-disassembler-options.exp: Likewise.
4599 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
4600 * gdb.arch/s390-disassembler-options.exp: Likewise.
4601
17cd4947
LM
46022017-02-23 Luis Machado <lgustavo@codesourcery.com>
4603
4604 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
4605 (check_supported_features): ... this. Changed return type to void.
4606 (supports_rdseed): New static global.
4607 (rdseed): Check supports_rdseed.
4608 (initialize): Call check_supported_features.
4609
2039d74e
EBM
46102017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4611
4612 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
4613 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
4614 and lqarx/stqcx.
4615 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
4616 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
4617
a51d7ecf
EBM
46182017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4619
4620 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
4621 uppercase.
4622
0224619f
JK
46232017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4624
4625 * gdb.dwarf2/formdata16.c: New file.
4626 * gdb.dwarf2/formdata16.exp: New file.
4627 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
4628
216f72a1
JK
46292017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4630
4631 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
4632 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
4633 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
4634 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
4635 DW_AT_GNU_*.
4636
43988095
JK
46372017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4638
4639 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
4640
99e8a4f9
SDJ
46412017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
4642
4643 PR gdb/21164
4644 * gdb.base/maint.exp: Add testcases for when the commands do
4645 not have arguments.
4646
b58a8c0c
TP
46472017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
4648
4649 * gdb.cp/chained-calls.exp: Use p instead of P.
4650
4e746bb6
TW
46512017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
4652
4653 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
4654 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
4655
3f77c769
TT
46562017-02-14 Tom Tromey <tom@tromey.com>
4657
4658 PR python/13598:
4659 * gdb.python/py-events.exp: Add before_prompt event tests.
4660
075beec0
AA
46612017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4662
4663 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
4664
bf5f525c
LM
46652017-02-13 Luis Machado <lgustavo@codesourcery.com>
4666
4667 * gdb.linespec/explicit.c (my_unique_function_name): New function.
4668 (main): Call my_unique_function_name.
4669 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
4670 completion of patterns with a single match.
4671 Add missing -re switches to gdb_test_multiple calls.
4672
13a66184
LM
46732017-02-13 Luis Machado <lgustavo@codesourcery.com>
4674
4675 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
4676 return if core file is not recognized.
4677
26a06916
SM
46782017-02-10 Simon Marchi <simon.marchi@ericsson.com>
4679
4680 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
4681 and extra UIs.
4682
b761ca9e
SM
46832017-02-10 Simon Marchi <simon.marchi@ericsson.com>
4684
4685 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
4686 proc_with_prefix.
4687
b964bee0
TT
46882017-02-10 Tom Tromey <tom@tromey.com>
4689
4690 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
4691
18da0c51
MG
46922017-02-10 Martin Galvan <martingalvan@sourceware.org>
4693
4694 PR gdb/21122
4695 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
4696
604c4576
JG
46972017-02-08 Jerome Guitton <guitton@adacore.com>
4698
4699 * gdb.base/define.exp: Add test for command abbreviations
4700 in define.
4701
20b477a7
LM
47022017-02-06 Luis Machado <lgustavo@codesourcery.com>
4703
4704 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
4705 * gdb.reverse/insn-reverse-x86.c: New file.
4706
3f7b46f2
IR
47072017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
4708
4709 PR tdep/20936
4710 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
4711
f0fd41c1
TT
47122017-02-03 Tom Tromey <tom@tromey.com>
4713
4714 PR rust/21097:
4715 * gdb.rust/simple.exp: Add new tests.
4716
5be5dbf0
PA
47172017-02-02 Pedro Alves <palves@redhat.com>
4718
4719 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
4720 tests.
4721
7346ef59
AA
47222017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4723
4724 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
4725 taking a 2-byte value out of a 4-byte DWARF implicit value on
4726 big-endian targets.
4727 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
4728 logic. Add test cases for DW_OP_implicit.
4729
787f0025
MM
47302017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4731
4732 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
4733
68777c29
MM
47342017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4735
4736 * gdb.btrace/enable.exp: Call gdb_exit before
4737 skip_gdbserver_tests.
4738
0a1c7e28
MM
47392017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4740
4741 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
4742 GDBFLAGS.
4743
b5ac99b0
MM
47442017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4745
4746 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
4747 the test is skipped.
4748 * gdb.btrace/data.exp: Likewise.
4749 * gdb.btrace/delta.exp: Likewise.
4750 * gdb.btrace/dlopen.exp: Likewise.
4751 * gdb.btrace/enable-running.exp: Likewise.
4752 * gdb.btrace/enable.exp: Likewise.
4753 * gdb.btrace/exception.exp: Likewise.
4754 * gdb.btrace/function_call_history.exp: Likewise.
4755 * gdb.btrace/gcore.exp: Likewise.
4756 * gdb.btrace/instruction_history.exp: Likewise.
4757 * gdb.btrace/multi-thread-step.exp: Likewise.
4758 * gdb.btrace/nohist.exp: Likewise.
4759 * gdb.btrace/non-stop.exp: Likewise.
4760 * gdb.btrace/reconnect.exp: Likewise.
4761 * gdb.btrace/record_goto-step.exp: Likewise.
4762 * gdb.btrace/record_goto.exp: Likewise.
4763 * gdb.btrace/rn-dl-bind.exp: Likewise.
4764 * gdb.btrace/segv.exp: Likewise.
4765 * gdb.btrace/step.exp: Likewise.
4766 * gdb.btrace/stepi.exp: Likewise.
4767 * gdb.btrace/tailcall-only.exp: Likewise.
4768 * gdb.btrace/tailcall.exp: Likewise.
4769 * gdb.btrace/tsx.exp: Likewise.
4770 * gdb.btrace/unknown_functions.exp: Likewise.
4771 * gdb.btrace/vdso.exp: Likewise.
4772
cd4007e4
MM
47732017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4774
4775 * gdb.btrace/enable-running.c: New.
4776 * gdb.btrace/enable-running.exp: New.
4777
2735833d
WT
47782017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
4779
4780 * gdb.arch/amd64-gs_base.c: New file.
4781 * gdb.arch/amd64-gs_base.exp: New file.
4782
b51e1e94
LM
47832017-01-26 Luis Machado <lgustavo@codesourcery.com>
4784
4785 * lib/memory.exp: Remove spurious empty newlines.
4786
72ca0410
SM
47872017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
4788
4789 * gdb.python/py-bad-printers.exp: Load python file using "source".
4790 * gdb.python/py-events.exp: Likewise.
4791 * gdb.python/py-evsignal.exp: Likewise.
4792 * gdb.python/py-evthreads.exp: Likewise.
4793 * gdb.python/py-frame-args.exp: Likewise.
4794 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
4795 * gdb.python/py-framefilter-mi.exp: Likewise.
4796 * gdb.python/py-framefilter.exp: Likewise.
4797 * gdb.python/py-mi.exp: Likewise.
4798 * gdb.python/py-pp-maint.exp: Likewise.
4799 * gdb.python/py-pp-registration.exp: Likewise.
4800 * gdb.python/py-prettyprint.exp: Likewise.
4801 (run_lang_tests): Likewise.
4802 * gdb.python/py-typeprint.exp: Likewise.
4803
e309aa65
LM
48042017-01-26 Luis Machado <lgustavo@codesourcery.com>
4805
4806 * lib/memory.exp: New file.
4807 * lib/gdb.exp: Load memory.exp.
4808 * gdb.base/memattr.exp (delete_memory): Move proc to
4809 lib/memory.exp and rename to delete_memory_regions.
4810 Replace delete_memory with delete_memory_regions.
4811 Cleanup memory regions before tests.
4812 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
4813 before tests.
4814
515aff23
LM
48152017-01-26 Luis Machado <lgustavo@codesourcery.com>
4816
4817 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
4818 files.
4819 (initialize): New function conditionally defined.
4820 (testcases): Move within conditional block.
4821 (main): Call initialize.
4822 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
4823 of gdb.reverse/insn-reverse.c.
4824 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
4825 gdb.reverse/insn-reverse.c.
4826
d8b49cf0
YQ
48272017-01-26 Yao Qi <yao.qi@linaro.org>
4828
4829 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
4830 disassemble on address 0.
4831
f13a9a0c
YQ
48322017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
4833 Yao Qi <yao.qi@linaro.org>
4834
4835 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
4836 * gdb.dwarf2/implptr-64bit.S: Remove.
4837 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
4838 variables in caller's context. Add DW_OP_implicit_value.
4839
5ac95241
YQ
48402017-01-25 Yao Qi <yao.qi@linaro.org>
4841
4842 * lib/dwarf.exp (Dwarf::_location): Handle
4843 DW_OP_GNU_implicit_pointer with proper size.
4844
23e82930
LM
48452017-01-20 Luis Machado <lgustavo@codesourcery.com>
4846
4847 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
4848 and add untested calls.
4849
d334ae25
LM
48502017-01-20 Luis Machado <lgustavo@codesourcery.com>
4851
4852 * gdb.python/python.exp: Check line number against what GDB thinks
4853 the line number is for func1.
4854
f5e6296e
IB
48552017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
4856
4857 * gdb.dlang/debug-expr.exp: New file.
4858
5b362f04
LM
48592016-12-23 Luis Machado <lgustavo@codesourcery.com>
4860
4861 Fix test names for the following files:
4862
4863 * gdb.ada/exec_changed.exp
4864 * gdb.ada/info_types.exp
4865 * gdb.arch/aarch64-atomic-inst.exp
4866 * gdb.arch/aarch64-fp.exp
4867 * gdb.arch/altivec-abi.exp
4868 * gdb.arch/altivec-regs.exp
4869 * gdb.arch/amd64-byte.exp
4870 * gdb.arch/amd64-disp-step.exp
4871 * gdb.arch/amd64-dword.exp
4872 * gdb.arch/amd64-entry-value-inline.exp
4873 * gdb.arch/amd64-entry-value-param.exp
4874 * gdb.arch/amd64-entry-value-paramref.exp
4875 * gdb.arch/amd64-entry-value.exp
4876 * gdb.arch/amd64-i386-address.exp
4877 * gdb.arch/amd64-invalid-stack-middle.exp
4878 * gdb.arch/amd64-invalid-stack-top.exp
4879 * gdb.arch/amd64-optimout-repeat.exp
4880 * gdb.arch/amd64-prologue-skip.exp
4881 * gdb.arch/amd64-prologue-xmm.exp
4882 * gdb.arch/amd64-stap-special-operands.exp
4883 * gdb.arch/amd64-stap-wrong-subexp.exp
4884 * gdb.arch/amd64-tailcall-cxx.exp
4885 * gdb.arch/amd64-tailcall-noret.exp
4886 * gdb.arch/amd64-tailcall-ret.exp
4887 * gdb.arch/amd64-tailcall-self.exp
4888 * gdb.arch/amd64-word.exp
4889 * gdb.arch/arm-bl-branch-dest.exp
4890 * gdb.arch/arm-disp-step.exp
4891 * gdb.arch/arm-neon.exp
4892 * gdb.arch/arm-single-step-kernel-helper.exp
4893 * gdb.arch/avr-flash-qualifier.exp
4894 * gdb.arch/disp-step-insn-reloc.exp
4895 * gdb.arch/e500-abi.exp
4896 * gdb.arch/e500-regs.exp
4897 * gdb.arch/ftrace-insn-reloc.exp
4898 * gdb.arch/i386-avx512.exp
4899 * gdb.arch/i386-bp_permanent.exp
4900 * gdb.arch/i386-byte.exp
4901 * gdb.arch/i386-cfi-notcurrent.exp
4902 * gdb.arch/i386-disp-step.exp
4903 * gdb.arch/i386-dr3-watch.exp
4904 * gdb.arch/i386-float.exp
4905 * gdb.arch/i386-gnu-cfi.exp
4906 * gdb.arch/i386-mpx-map.exp
4907 * gdb.arch/i386-mpx-sigsegv.exp
4908 * gdb.arch/i386-mpx-simple_segv.exp
4909 * gdb.arch/i386-mpx.exp
4910 * gdb.arch/i386-permbkpt.exp
4911 * gdb.arch/i386-prologue.exp
4912 * gdb.arch/i386-signal.exp
4913 * gdb.arch/i386-size-overlap.exp
4914 * gdb.arch/i386-unwind.exp
4915 * gdb.arch/i386-word.exp
4916 * gdb.arch/mips-fcr.exp
4917 * gdb.arch/powerpc-d128-regs.exp
4918 * gdb.arch/powerpc-stackless.exp
4919 * gdb.arch/ppc64-atomic-inst.exp
4920 * gdb.arch/s390-stackless.exp
4921 * gdb.arch/s390-tdbregs.exp
4922 * gdb.arch/s390-vregs.exp
4923 * gdb.arch/sparc-sysstep.exp
4924 * gdb.arch/thumb-bx-pc.exp
4925 * gdb.arch/thumb-singlestep.exp
4926 * gdb.arch/thumb2-it.exp
4927 * gdb.arch/vsx-regs.exp
4928 * gdb.asm/asm-source.exp
4929 * gdb.base/a2-run.exp
4930 * gdb.base/advance.exp
4931 * gdb.base/all-bin.exp
4932 * gdb.base/anon.exp
4933 * gdb.base/args.exp
4934 * gdb.base/arithmet.exp
4935 * gdb.base/async-shell.exp
4936 * gdb.base/async.exp
4937 * gdb.base/attach-pie-noexec.exp
4938 * gdb.base/attach-twice.exp
4939 * gdb.base/auto-load.exp
4940 * gdb.base/bang.exp
4941 * gdb.base/bitfields.exp
4942 * gdb.base/break-always.exp
4943 * gdb.base/break-caller-line.exp
4944 * gdb.base/break-entry.exp
4945 * gdb.base/break-inline.exp
4946 * gdb.base/break-on-linker-gcd-function.exp
4947 * gdb.base/break-probes.exp
4948 * gdb.base/break.exp
4949 * gdb.base/breakpoint-shadow.exp
4950 * gdb.base/call-ar-st.exp
4951 * gdb.base/call-sc.exp
4952 * gdb.base/call-signal-resume.exp
4953 * gdb.base/call-strs.exp
4954 * gdb.base/callfuncs.exp
4955 * gdb.base/catch-fork-static.exp
4956 * gdb.base/catch-gdb-caused-signals.exp
4957 * gdb.base/catch-load.exp
4958 * gdb.base/catch-signal-fork.exp
4959 * gdb.base/catch-signal.exp
4960 * gdb.base/catch-syscall.exp
4961 * gdb.base/charset.exp
4962 * gdb.base/checkpoint.exp
4963 * gdb.base/chng-syms.exp
4964 * gdb.base/code-expr.exp
4965 * gdb.base/code_elim.exp
4966 * gdb.base/commands.exp
4967 * gdb.base/completion.exp
4968 * gdb.base/complex.exp
4969 * gdb.base/cond-expr.exp
4970 * gdb.base/condbreak.exp
4971 * gdb.base/consecutive.exp
4972 * gdb.base/continue-all-already-running.exp
4973 * gdb.base/coredump-filter.exp
4974 * gdb.base/corefile.exp
4975 * gdb.base/dbx.exp
4976 * gdb.base/debug-expr.exp
4977 * gdb.base/define.exp
4978 * gdb.base/del.exp
4979 * gdb.base/disabled-location.exp
4980 * gdb.base/disasm-end-cu.exp
4981 * gdb.base/disasm-optim.exp
4982 * gdb.base/display.exp
4983 * gdb.base/duplicate-bp.exp
4984 * gdb.base/ena-dis-br.exp
4985 * gdb.base/ending-run.exp
4986 * gdb.base/enumval.exp
4987 * gdb.base/environ.exp
4988 * gdb.base/eu-strip-infcall.exp
4989 * gdb.base/eval-avoid-side-effects.exp
4990 * gdb.base/eval-skip.exp
4991 * gdb.base/exitsignal.exp
4992 * gdb.base/expand-psymtabs.exp
4993 * gdb.base/filesym.exp
4994 * gdb.base/find-unmapped.exp
4995 * gdb.base/finish.exp
4996 * gdb.base/float.exp
4997 * gdb.base/foll-exec-mode.exp
4998 * gdb.base/foll-exec.exp
4999 * gdb.base/foll-fork.exp
5000 * gdb.base/fortran-sym-case.exp
5001 * gdb.base/freebpcmd.exp
5002 * gdb.base/func-ptr.exp
5003 * gdb.base/func-ptrs.exp
5004 * gdb.base/funcargs.exp
5005 * gdb.base/gcore-buffer-overflow.exp
5006 * gdb.base/gcore-relro-pie.exp
5007 * gdb.base/gcore-relro.exp
5008 * gdb.base/gcore.exp
5009 * gdb.base/gdb1090.exp
5010 * gdb.base/gdb11530.exp
5011 * gdb.base/gdb11531.exp
5012 * gdb.base/gdb1821.exp
5013 * gdb.base/gdbindex-stabs.exp
5014 * gdb.base/gdbvars.exp
5015 * gdb.base/hbreak.exp
5016 * gdb.base/hbreak2.exp
5017 * gdb.base/included.exp
5018 * gdb.base/infcall-input.exp
5019 * gdb.base/inferior-died.exp
5020 * gdb.base/infnan.exp
5021 * gdb.base/info-macros.exp
5022 * gdb.base/info-os.exp
5023 * gdb.base/info-proc.exp
5024 * gdb.base/info-shared.exp
5025 * gdb.base/info-target.exp
5026 * gdb.base/infoline.exp
5027 * gdb.base/interp.exp
5028 * gdb.base/interrupt.exp
5029 * gdb.base/jit-reader.exp
5030 * gdb.base/jit-simple.exp
5031 * gdb.base/kill-after-signal.exp
5032 * gdb.base/kill-detach-inferiors-cmd.exp
5033 * gdb.base/label.exp
5034 * gdb.base/langs.exp
5035 * gdb.base/ldbl_e308.exp
5036 * gdb.base/line-symtabs.exp
5037 * gdb.base/linespecs.exp
5038 * gdb.base/list.exp
5039 * gdb.base/long_long.exp
5040 * gdb.base/longest-types.exp
5041 * gdb.base/maint.exp
5042 * gdb.base/max-value-size.exp
5043 * gdb.base/memattr.exp
5044 * gdb.base/mips_pro.exp
5045 * gdb.base/morestack.exp
5046 * gdb.base/moribund-step.exp
5047 * gdb.base/multi-forks.exp
5048 * gdb.base/nested-addr.exp
5049 * gdb.base/nextoverexit.exp
5050 * gdb.base/noreturn-finish.exp
5051 * gdb.base/noreturn-return.exp
5052 * gdb.base/nostdlib.exp
5053 * gdb.base/offsets.exp
5054 * gdb.base/opaque.exp
5055 * gdb.base/pc-fp.exp
5056 * gdb.base/permissions.exp
5057 * gdb.base/print-symbol-loading.exp
5058 * gdb.base/prologue-include.exp
5059 * gdb.base/psymtab.exp
5060 * gdb.base/ptype.exp
5061 * gdb.base/random-signal.exp
5062 * gdb.base/randomize.exp
5063 * gdb.base/range-stepping.exp
5064 * gdb.base/readline-ask.exp
5065 * gdb.base/recpar.exp
5066 * gdb.base/recurse.exp
5067 * gdb.base/relational.exp
5068 * gdb.base/restore.exp
5069 * gdb.base/return-nodebug.exp
5070 * gdb.base/return.exp
5071 * gdb.base/run-after-attach.exp
5072 * gdb.base/save-bp.exp
5073 * gdb.base/scope.exp
5074 * gdb.base/sect-cmd.exp
5075 * gdb.base/set-lang-auto.exp
5076 * gdb.base/set-noassign.exp
5077 * gdb.base/setvar.exp
5078 * gdb.base/sigall.exp
5079 * gdb.base/sigbpt.exp
5080 * gdb.base/siginfo-addr.exp
5081 * gdb.base/siginfo-infcall.exp
5082 * gdb.base/siginfo-obj.exp
5083 * gdb.base/siginfo.exp
5084 * gdb.base/signals-state-child.exp
5085 * gdb.base/signest.exp
5086 * gdb.base/sigstep.exp
5087 * gdb.base/sizeof.exp
5088 * gdb.base/skip.exp
5089 * gdb.base/solib-corrupted.exp
5090 * gdb.base/solib-nodir.exp
5091 * gdb.base/solib-search.exp
5092 * gdb.base/stack-checking.exp
5093 * gdb.base/stale-infcall.exp
5094 * gdb.base/stap-probe.exp
5095 * gdb.base/start.exp
5096 * gdb.base/step-break.exp
5097 * gdb.base/step-bt.exp
5098 * gdb.base/step-line.exp
5099 * gdb.base/step-over-exit.exp
5100 * gdb.base/step-over-syscall.exp
5101 * gdb.base/step-resume-infcall.exp
5102 * gdb.base/step-test.exp
5103 * gdb.base/store.exp
5104 * gdb.base/structs3.exp
5105 * gdb.base/sym-file.exp
5106 * gdb.base/symbol-without-target_section.exp
5107 * gdb.base/term.exp
5108 * gdb.base/testenv.exp
5109 * gdb.base/ui-redirect.exp
5110 * gdb.base/until.exp
5111 * gdb.base/unwindonsignal.exp
5112 * gdb.base/value-double-free.exp
5113 * gdb.base/vla-datatypes.exp
5114 * gdb.base/vla-ptr.exp
5115 * gdb.base/vla-sideeffect.exp
5116 * gdb.base/volatile.exp
5117 * gdb.base/watch-cond-infcall.exp
5118 * gdb.base/watch-cond.exp
5119 * gdb.base/watch-non-mem.exp
5120 * gdb.base/watch-read.exp
5121 * gdb.base/watch-vfork.exp
5122 * gdb.base/watchpoint-cond-gone.exp
5123 * gdb.base/watchpoint-delete.exp
5124 * gdb.base/watchpoint-hw-hit-once.exp
5125 * gdb.base/watchpoint-hw.exp
5126 * gdb.base/watchpoint-stops-at-right-insn.exp
5127 * gdb.base/watchpoints.exp
5128 * gdb.base/wchar.exp
5129 * gdb.base/whatis-exp.exp
5130 * gdb.btrace/buffer-size.exp
5131 * gdb.btrace/data.exp
5132 * gdb.btrace/delta.exp
5133 * gdb.btrace/dlopen.exp
5134 * gdb.btrace/enable.exp
5135 * gdb.btrace/exception.exp
5136 * gdb.btrace/function_call_history.exp
5137 * gdb.btrace/gcore.exp
5138 * gdb.btrace/instruction_history.exp
5139 * gdb.btrace/nohist.exp
5140 * gdb.btrace/reconnect.exp
5141 * gdb.btrace/record_goto-step.exp
5142 * gdb.btrace/record_goto.exp
5143 * gdb.btrace/rn-dl-bind.exp
5144 * gdb.btrace/segv.exp
5145 * gdb.btrace/step.exp
5146 * gdb.btrace/stepi.exp
5147 * gdb.btrace/tailcall-only.exp
5148 * gdb.btrace/tailcall.exp
5149 * gdb.btrace/tsx.exp
5150 * gdb.btrace/unknown_functions.exp
5151 * gdb.btrace/vdso.exp
5152 * gdb.compile/compile-ifunc.exp
5153 * gdb.compile/compile-ops.exp
5154 * gdb.compile/compile-print.exp
5155 * gdb.compile/compile-setjmp.exp
5156 * gdb.cp/abstract-origin.exp
5157 * gdb.cp/ambiguous.exp
5158 * gdb.cp/annota2.exp
5159 * gdb.cp/annota3.exp
5160 * gdb.cp/anon-ns.exp
5161 * gdb.cp/anon-struct.exp
5162 * gdb.cp/anon-union.exp
5163 * gdb.cp/arg-reference.exp
5164 * gdb.cp/baseenum.exp
5165 * gdb.cp/bool.exp
5166 * gdb.cp/breakpoint.exp
5167 * gdb.cp/bs15503.exp
5168 * gdb.cp/call-c.exp
5169 * gdb.cp/casts.exp
5170 * gdb.cp/chained-calls.exp
5171 * gdb.cp/class2.exp
5172 * gdb.cp/classes.exp
5173 * gdb.cp/cmpd-minsyms.exp
5174 * gdb.cp/converts.exp
5175 * gdb.cp/cp-relocate.exp
5176 * gdb.cp/cpcompletion.exp
5177 * gdb.cp/cpexprs.exp
5178 * gdb.cp/cplabel.exp
5179 * gdb.cp/cplusfuncs.exp
5180 * gdb.cp/cpsizeof.exp
5181 * gdb.cp/ctti.exp
5182 * gdb.cp/derivation.exp
5183 * gdb.cp/destrprint.exp
5184 * gdb.cp/dispcxx.exp
5185 * gdb.cp/enum-class.exp
5186 * gdb.cp/exception.exp
5187 * gdb.cp/exceptprint.exp
5188 * gdb.cp/expand-psymtabs-cxx.exp
5189 * gdb.cp/expand-sals.exp
5190 * gdb.cp/extern-c.exp
5191 * gdb.cp/filename.exp
5192 * gdb.cp/formatted-ref.exp
5193 * gdb.cp/fpointer.exp
5194 * gdb.cp/gdb1355.exp
5195 * gdb.cp/gdb2495.exp
5196 * gdb.cp/hang.exp
5197 * gdb.cp/impl-this.exp
5198 * gdb.cp/infcall-dlopen.exp
5199 * gdb.cp/inherit.exp
5200 * gdb.cp/iostream.exp
5201 * gdb.cp/koenig.exp
5202 * gdb.cp/local.exp
5203 * gdb.cp/m-data.exp
5204 * gdb.cp/m-static.exp
5205 * gdb.cp/mb-ctor.exp
5206 * gdb.cp/mb-inline.exp
5207 * gdb.cp/mb-templates.exp
5208 * gdb.cp/member-name.exp
5209 * gdb.cp/member-ptr.exp
5210 * gdb.cp/meth-typedefs.exp
5211 * gdb.cp/method.exp
5212 * gdb.cp/method2.exp
5213 * gdb.cp/minsym-fallback.exp
5214 * gdb.cp/misc.exp
5215 * gdb.cp/namelessclass.exp
5216 * gdb.cp/namespace-enum.exp
5217 * gdb.cp/namespace-nested-import.exp
5218 * gdb.cp/namespace.exp
5219 * gdb.cp/nextoverthrow.exp
5220 * gdb.cp/no-dmgl-verbose.exp
5221 * gdb.cp/non-trivial-retval.exp
5222 * gdb.cp/noparam.exp
5223 * gdb.cp/nsdecl.exp
5224 * gdb.cp/nsimport.exp
5225 * gdb.cp/nsnested.exp
5226 * gdb.cp/nsnoimports.exp
5227 * gdb.cp/nsrecurs.exp
5228 * gdb.cp/nsstress.exp
5229 * gdb.cp/nsusing.exp
5230 * gdb.cp/operator.exp
5231 * gdb.cp/oranking.exp
5232 * gdb.cp/overload-const.exp
5233 * gdb.cp/overload.exp
5234 * gdb.cp/ovldbreak.exp
5235 * gdb.cp/ovsrch.exp
5236 * gdb.cp/paren-type.exp
5237 * gdb.cp/parse-lang.exp
5238 * gdb.cp/pass-by-ref.exp
5239 * gdb.cp/pr-1023.exp
5240 * gdb.cp/pr-1210.exp
5241 * gdb.cp/pr-574.exp
5242 * gdb.cp/pr10687.exp
5243 * gdb.cp/pr12028.exp
5244 * gdb.cp/pr17132.exp
5245 * gdb.cp/pr17494.exp
5246 * gdb.cp/pr9067.exp
5247 * gdb.cp/pr9167.exp
5248 * gdb.cp/pr9631.exp
5249 * gdb.cp/printmethod.exp
5250 * gdb.cp/psmang.exp
5251 * gdb.cp/psymtab-parameter.exp
5252 * gdb.cp/ptype-cv-cp.exp
5253 * gdb.cp/ptype-flags.exp
5254 * gdb.cp/re-set-overloaded.exp
5255 * gdb.cp/ref-types.exp
5256 * gdb.cp/rtti.exp
5257 * gdb.cp/scope-err.exp
5258 * gdb.cp/shadow.exp
5259 * gdb.cp/smartp.exp
5260 * gdb.cp/static-method.exp
5261 * gdb.cp/static-print-quit.exp
5262 * gdb.cp/temargs.exp
5263 * gdb.cp/templates.exp
5264 * gdb.cp/try_catch.exp
5265 * gdb.cp/typedef-operator.exp
5266 * gdb.cp/typeid.exp
5267 * gdb.cp/userdef.exp
5268 * gdb.cp/using-crash.exp
5269 * gdb.cp/var-tag.exp
5270 * gdb.cp/virtbase.exp
5271 * gdb.cp/virtfunc.exp
5272 * gdb.cp/virtfunc2.exp
5273 * gdb.cp/vla-cxx.exp
5274 * gdb.disasm/t01_mov.exp
5275 * gdb.disasm/t02_mova.exp
5276 * gdb.disasm/t03_add.exp
5277 * gdb.disasm/t04_sub.exp
5278 * gdb.disasm/t05_cmp.exp
5279 * gdb.disasm/t06_ari2.exp
5280 * gdb.disasm/t07_ari3.exp
5281 * gdb.disasm/t08_or.exp
5282 * gdb.disasm/t09_xor.exp
5283 * gdb.disasm/t10_and.exp
5284 * gdb.disasm/t11_logs.exp
5285 * gdb.disasm/t12_bit.exp
5286 * gdb.disasm/t13_otr.exp
5287 * gdb.dlang/circular.exp
5288 * gdb.dwarf2/arr-stride.exp
5289 * gdb.dwarf2/arr-subrange.exp
5290 * gdb.dwarf2/atomic-type.exp
5291 * gdb.dwarf2/bad-regnum.exp
5292 * gdb.dwarf2/bitfield-parent-optimized-out.exp
5293 * gdb.dwarf2/callframecfa.exp
5294 * gdb.dwarf2/clztest.exp
5295 * gdb.dwarf2/corrupt.exp
5296 * gdb.dwarf2/data-loc.exp
5297 * gdb.dwarf2/dup-psym.exp
5298 * gdb.dwarf2/dw2-anon-mptr.exp
5299 * gdb.dwarf2/dw2-anonymous-func.exp
5300 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
5301 * gdb.dwarf2/dw2-bad-unresolved.exp
5302 * gdb.dwarf2/dw2-basic.exp
5303 * gdb.dwarf2/dw2-canonicalize-type.exp
5304 * gdb.dwarf2/dw2-case-insensitive.exp
5305 * gdb.dwarf2/dw2-common-block.exp
5306 * gdb.dwarf2/dw2-compdir-oldgcc.exp
5307 * gdb.dwarf2/dw2-compressed.exp
5308 * gdb.dwarf2/dw2-const.exp
5309 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
5310 * gdb.dwarf2/dw2-cu-size.exp
5311 * gdb.dwarf2/dw2-dup-frame.exp
5312 * gdb.dwarf2/dw2-entry-value.exp
5313 * gdb.dwarf2/dw2-icycle.exp
5314 * gdb.dwarf2/dw2-ifort-parameter.exp
5315 * gdb.dwarf2/dw2-inline-break.exp
5316 * gdb.dwarf2/dw2-inline-param.exp
5317 * gdb.dwarf2/dw2-intercu.exp
5318 * gdb.dwarf2/dw2-intermix.exp
5319 * gdb.dwarf2/dw2-lexical-block-bare.exp
5320 * gdb.dwarf2/dw2-linkage-name-trust.exp
5321 * gdb.dwarf2/dw2-minsym-in-cu.exp
5322 * gdb.dwarf2/dw2-noloc.exp
5323 * gdb.dwarf2/dw2-op-call.exp
5324 * gdb.dwarf2/dw2-op-out-param.exp
5325 * gdb.dwarf2/dw2-opt-structptr.exp
5326 * gdb.dwarf2/dw2-param-error.exp
5327 * gdb.dwarf2/dw2-producer.exp
5328 * gdb.dwarf2/dw2-ranges-base.exp
5329 * gdb.dwarf2/dw2-ref-missing-frame.exp
5330 * gdb.dwarf2/dw2-reg-undefined.exp
5331 * gdb.dwarf2/dw2-regno-invalid.exp
5332 * gdb.dwarf2/dw2-restore.exp
5333 * gdb.dwarf2/dw2-restrict.exp
5334 * gdb.dwarf2/dw2-single-line-discriminators.exp
5335 * gdb.dwarf2/dw2-strp.exp
5336 * gdb.dwarf2/dw2-undefined-ret-addr.exp
5337 * gdb.dwarf2/dw2-unresolved.exp
5338 * gdb.dwarf2/dw2-var-zero-addr.exp
5339 * gdb.dwarf2/dw4-sig-types.exp
5340 * gdb.dwarf2/dwz.exp
5341 * gdb.dwarf2/dynarr-ptr.exp
5342 * gdb.dwarf2/enum-type.exp
5343 * gdb.dwarf2/gdb-index.exp
5344 * gdb.dwarf2/implptr-64bit.exp
5345 * gdb.dwarf2/implptr-optimized-out.exp
5346 * gdb.dwarf2/implptr.exp
5347 * gdb.dwarf2/implref-array.exp
5348 * gdb.dwarf2/implref-const.exp
5349 * gdb.dwarf2/implref-global.exp
5350 * gdb.dwarf2/implref-struct.exp
5351 * gdb.dwarf2/mac-fileno.exp
5352 * gdb.dwarf2/main-subprogram.exp
5353 * gdb.dwarf2/member-ptr-forwardref.exp
5354 * gdb.dwarf2/method-ptr.exp
5355 * gdb.dwarf2/missing-sig-type.exp
5356 * gdb.dwarf2/nonvar-access.exp
5357 * gdb.dwarf2/opaque-type-lookup.exp
5358 * gdb.dwarf2/pieces-optimized-out.exp
5359 * gdb.dwarf2/pieces.exp
5360 * gdb.dwarf2/pr10770.exp
5361 * gdb.dwarf2/pr13961.exp
5362 * gdb.dwarf2/staticvirtual.exp
5363 * gdb.dwarf2/subrange.exp
5364 * gdb.dwarf2/symtab-producer.exp
5365 * gdb.dwarf2/trace-crash.exp
5366 * gdb.dwarf2/typeddwarf.exp
5367 * gdb.dwarf2/valop.exp
5368 * gdb.dwarf2/watch-notconst.exp
5369 * gdb.fortran/array-element.exp
5370 * gdb.fortran/charset.exp
5371 * gdb.fortran/common-block.exp
5372 * gdb.fortran/complex.exp
5373 * gdb.fortran/derived-type-function.exp
5374 * gdb.fortran/derived-type.exp
5375 * gdb.fortran/logical.exp
5376 * gdb.fortran/module.exp
5377 * gdb.fortran/multi-dim.exp
5378 * gdb.fortran/nested-funcs.exp
5379 * gdb.fortran/print-formatted.exp
5380 * gdb.fortran/subarray.exp
5381 * gdb.fortran/vla-alloc-assoc.exp
5382 * gdb.fortran/vla-datatypes.exp
5383 * gdb.fortran/vla-history.exp
5384 * gdb.fortran/vla-ptr-info.exp
5385 * gdb.fortran/vla-ptype-sub.exp
5386 * gdb.fortran/vla-ptype.exp
5387 * gdb.fortran/vla-sizeof.exp
5388 * gdb.fortran/vla-type.exp
5389 * gdb.fortran/vla-value-sub-arbitrary.exp
5390 * gdb.fortran/vla-value-sub-finish.exp
5391 * gdb.fortran/vla-value-sub.exp
5392 * gdb.fortran/vla-value.exp
5393 * gdb.fortran/whatis_type.exp
5394 * gdb.go/chan.exp
5395 * gdb.go/handcall.exp
5396 * gdb.go/hello.exp
5397 * gdb.go/integers.exp
5398 * gdb.go/methods.exp
5399 * gdb.go/package.exp
5400 * gdb.go/strings.exp
5401 * gdb.go/types.exp
5402 * gdb.go/unsafe.exp
5403 * gdb.guile/scm-arch.exp
5404 * gdb.guile/scm-block.exp
5405 * gdb.guile/scm-breakpoint.exp
5406 * gdb.guile/scm-cmd.exp
5407 * gdb.guile/scm-disasm.exp
5408 * gdb.guile/scm-equal.exp
5409 * gdb.guile/scm-frame-args.exp
5410 * gdb.guile/scm-frame-inline.exp
5411 * gdb.guile/scm-frame.exp
5412 * gdb.guile/scm-iterator.exp
5413 * gdb.guile/scm-math.exp
5414 * gdb.guile/scm-objfile.exp
5415 * gdb.guile/scm-ports.exp
5416 * gdb.guile/scm-symbol.exp
5417 * gdb.guile/scm-symtab.exp
5418 * gdb.guile/scm-value-cc.exp
5419 * gdb.guile/types-module.exp
5420 * gdb.linespec/break-ask.exp
5421 * gdb.linespec/cpexplicit.exp
5422 * gdb.linespec/explicit.exp
5423 * gdb.linespec/keywords.exp
5424 * gdb.linespec/linespec.exp
5425 * gdb.linespec/ls-dollar.exp
5426 * gdb.linespec/ls-errs.exp
5427 * gdb.linespec/skip-two.exp
5428 * gdb.linespec/thread.exp
5429 * gdb.mi/mi-async.exp
5430 * gdb.mi/mi-basics.exp
5431 * gdb.mi/mi-break.exp
5432 * gdb.mi/mi-catch-load.exp
5433 * gdb.mi/mi-cli.exp
5434 * gdb.mi/mi-cmd-param-changed.exp
5435 * gdb.mi/mi-console.exp
5436 * gdb.mi/mi-detach.exp
5437 * gdb.mi/mi-disassemble.exp
5438 * gdb.mi/mi-eval.exp
5439 * gdb.mi/mi-file-transfer.exp
5440 * gdb.mi/mi-file.exp
5441 * gdb.mi/mi-fill-memory.exp
5442 * gdb.mi/mi-inheritance-syntax-error.exp
5443 * gdb.mi/mi-linespec-err-cp.exp
5444 * gdb.mi/mi-logging.exp
5445 * gdb.mi/mi-memory-changed.exp
5446 * gdb.mi/mi-read-memory.exp
5447 * gdb.mi/mi-record-changed.exp
5448 * gdb.mi/mi-reg-undefined.exp
5449 * gdb.mi/mi-regs.exp
5450 * gdb.mi/mi-return.exp
5451 * gdb.mi/mi-reverse.exp
5452 * gdb.mi/mi-simplerun.exp
5453 * gdb.mi/mi-solib.exp
5454 * gdb.mi/mi-stack.exp
5455 * gdb.mi/mi-stepi.exp
5456 * gdb.mi/mi-syn-frame.exp
5457 * gdb.mi/mi-until.exp
5458 * gdb.mi/mi-var-block.exp
5459 * gdb.mi/mi-var-child.exp
5460 * gdb.mi/mi-var-cmd.exp
5461 * gdb.mi/mi-var-cp.exp
5462 * gdb.mi/mi-var-display.exp
5463 * gdb.mi/mi-var-invalidate.exp
5464 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
5465 * gdb.mi/mi-vla-fortran.exp
5466 * gdb.mi/mi-watch.exp
5467 * gdb.mi/mi2-var-child.exp
5468 * gdb.mi/user-selected-context-sync.exp
5469 * gdb.modula2/unbounded-array.exp
5470 * gdb.multi/dummy-frame-restore.exp
5471 * gdb.multi/multi-arch-exec.exp
5472 * gdb.multi/multi-arch.exp
5473 * gdb.multi/tids.exp
5474 * gdb.multi/watchpoint-multi.exp
5475 * gdb.opencl/callfuncs.exp
5476 * gdb.opencl/convs_casts.exp
5477 * gdb.opencl/datatypes.exp
5478 * gdb.opencl/operators.exp
5479 * gdb.opencl/vec_comps.exp
5480 * gdb.opt/clobbered-registers-O2.exp
5481 * gdb.opt/inline-break.exp
5482 * gdb.opt/inline-bt.exp
5483 * gdb.opt/inline-cmds.exp
5484 * gdb.opt/inline-locals.exp
5485 * gdb.pascal/case-insensitive-symbols.exp
5486 * gdb.pascal/floats.exp
5487 * gdb.pascal/gdb11492.exp
5488 * gdb.python/lib-types.exp
5489 * gdb.python/py-arch.exp
5490 * gdb.python/py-as-string.exp
5491 * gdb.python/py-bad-printers.exp
5492 * gdb.python/py-block.exp
5493 * gdb.python/py-breakpoint-create-fail.exp
5494 * gdb.python/py-breakpoint.exp
5495 * gdb.python/py-caller-is.exp
5496 * gdb.python/py-cmd.exp
5497 * gdb.python/py-explore-cc.exp
5498 * gdb.python/py-explore.exp
5499 * gdb.python/py-finish-breakpoint.exp
5500 * gdb.python/py-finish-breakpoint2.exp
5501 * gdb.python/py-frame-args.exp
5502 * gdb.python/py-frame-inline.exp
5503 * gdb.python/py-frame.exp
5504 * gdb.python/py-framefilter-mi.exp
5505 * gdb.python/py-infthread.exp
5506 * gdb.python/py-lazy-string.exp
5507 * gdb.python/py-linetable.exp
5508 * gdb.python/py-mi-events.exp
5509 * gdb.python/py-mi-objfile.exp
5510 * gdb.python/py-mi.exp
5511 * gdb.python/py-objfile.exp
5512 * gdb.python/py-pp-integral.exp
5513 * gdb.python/py-pp-maint.exp
5514 * gdb.python/py-pp-re-notag.exp
5515 * gdb.python/py-pp-registration.exp
5516 * gdb.python/py-recurse-unwind.exp
5517 * gdb.python/py-strfns.exp
5518 * gdb.python/py-symbol.exp
5519 * gdb.python/py-symtab.exp
5520 * gdb.python/py-sync-interp.exp
5521 * gdb.python/py-typeprint.exp
5522 * gdb.python/py-unwind-maint.exp
5523 * gdb.python/py-unwind.exp
5524 * gdb.python/py-value-cc.exp
5525 * gdb.python/py-xmethods.exp
5526 * gdb.reverse/amd64-tailcall-reverse.exp
5527 * gdb.reverse/break-precsave.exp
5528 * gdb.reverse/break-reverse.exp
5529 * gdb.reverse/consecutive-precsave.exp
5530 * gdb.reverse/consecutive-reverse.exp
5531 * gdb.reverse/finish-precsave.exp
5532 * gdb.reverse/finish-reverse-bkpt.exp
5533 * gdb.reverse/finish-reverse.exp
5534 * gdb.reverse/fstatat-reverse.exp
5535 * gdb.reverse/getresuid-reverse.exp
5536 * gdb.reverse/i386-precsave.exp
5537 * gdb.reverse/i386-reverse.exp
5538 * gdb.reverse/i386-sse-reverse.exp
5539 * gdb.reverse/i387-env-reverse.exp
5540 * gdb.reverse/i387-stack-reverse.exp
5541 * gdb.reverse/insn-reverse.exp
5542 * gdb.reverse/machinestate-precsave.exp
5543 * gdb.reverse/machinestate.exp
5544 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5545 * gdb.reverse/pipe-reverse.exp
5546 * gdb.reverse/readv-reverse.exp
5547 * gdb.reverse/recvmsg-reverse.exp
5548 * gdb.reverse/rerun-prec.exp
5549 * gdb.reverse/s390-mvcle.exp
5550 * gdb.reverse/step-precsave.exp
5551 * gdb.reverse/step-reverse.exp
5552 * gdb.reverse/time-reverse.exp
5553 * gdb.reverse/until-precsave.exp
5554 * gdb.reverse/until-reverse.exp
5555 * gdb.reverse/waitpid-reverse.exp
5556 * gdb.reverse/watch-precsave.exp
5557 * gdb.reverse/watch-reverse.exp
5558 * gdb.rust/generics.exp
5559 * gdb.rust/methods.exp
5560 * gdb.rust/modules.exp
5561 * gdb.rust/simple.exp
5562 * gdb.server/connect-with-no-symbol-file.exp
5563 * gdb.server/ext-attach.exp
5564 * gdb.server/ext-restart.exp
5565 * gdb.server/ext-wrapper.exp
5566 * gdb.server/file-transfer.exp
5567 * gdb.server/server-exec-info.exp
5568 * gdb.server/server-kill.exp
5569 * gdb.server/server-mon.exp
5570 * gdb.server/wrapper.exp
5571 * gdb.stabs/exclfwd.exp
5572 * gdb.stabs/gdb11479.exp
5573 * gdb.threads/clone-new-thread-event.exp
5574 * gdb.threads/corethreads.exp
5575 * gdb.threads/current-lwp-dead.exp
5576 * gdb.threads/dlopen-libpthread.exp
5577 * gdb.threads/gcore-thread.exp
5578 * gdb.threads/sigstep-threads.exp
5579 * gdb.threads/watchpoint-fork.exp
5580 * gdb.trace/actions-changed.exp
5581 * gdb.trace/backtrace.exp
5582 * gdb.trace/change-loc.exp
5583 * gdb.trace/circ.exp
5584 * gdb.trace/collection.exp
5585 * gdb.trace/disconnected-tracing.exp
5586 * gdb.trace/ftrace.exp
5587 * gdb.trace/mi-trace-frame-collected.exp
5588 * gdb.trace/mi-trace-unavailable.exp
5589 * gdb.trace/mi-traceframe-changed.exp
5590 * gdb.trace/mi-tsv-changed.exp
5591 * gdb.trace/no-attach-trace.exp
5592 * gdb.trace/passc-dyn.exp
5593 * gdb.trace/qtro.exp
5594 * gdb.trace/range-stepping.exp
5595 * gdb.trace/read-memory.exp
5596 * gdb.trace/save-trace.exp
5597 * gdb.trace/signal.exp
5598 * gdb.trace/status-stop.exp
5599 * gdb.trace/tfile.exp
5600 * gdb.trace/trace-break.exp
5601 * gdb.trace/trace-buffer-size.exp
5602 * gdb.trace/trace-condition.exp
5603 * gdb.trace/tracefile-pseudo-reg.exp
5604 * gdb.trace/tstatus.exp
5605 * gdb.trace/unavailable.exp
5606 * gdb.trace/while-dyn.exp
5607 * gdb.trace/while-stepping.exp
5608
34c41c68
DE
56092016-12-22 Doug Evans <xdje42@gmail.com>
5610
5611 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
5612 and msymbols.
5613
16e69324
YQ
56142016-12-19 Yao Qi <yao.qi@linaro.org>
5615
5616 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
5617 (test_with_self): Don't call do_steps_and_nexts, and remove
5618 code about stepping into xmalloc.
5619
f94f411b
YQ
56202016-12-09 Yao Qi <yao.qi@linaro.org>
5621
5622 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
5623
56242016-12-09 Yao Qi <yao.qi@linaro.org>
5625
5626 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
5627
f1b5deee
PA
56282016-12-09 Pedro Alves <palves@redhat.com>
5629
5630 * gdb.base/all-architectures-0.exp: New file.
5631 * gdb.base/all-architectures-1.exp: New file.
5632 * gdb.base/all-architectures-2.exp: New file.
5633 * gdb.base/all-architectures-3.exp: New file.
5634 * gdb.base/all-architectures-4.exp: New file.
5635 * gdb.base/all-architectures-5.exp: New file.
5636 * gdb.base/all-architectures-6.exp: New file.
5637 * gdb.base/all-architectures-7.exp: New file.
5638 * gdb.base/all-architectures.exp.in: New file.
5639
364ca42e
YQ
56402016-12-09 Yao Qi <yao.qi@linaro.org>
5641
5642 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
5643
107c2d62
LM
56442016-12-02 Luis Machado <lgustavo@codesourcery.com>
5645
5646 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
5647 possible.
5648 Remove useless pattern-matching code.
5649
df3ee9ca
PA
56502016-12-02 Pedro Alves <palves@redhat.com>
5651
5652 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
5653 procedure.
5654 (top level): Call it.
5655
ec835369
PA
56562016-12-02 Pedro Alves <palves@redhat.com>
5657
5658 * gdb.base/commands.exp (user_defined_command_args_stack_test):
5659 New procedure.
5660 (top level): Call it.
5661
01770bbd
PA
56622016-12-02 Pedro Alves <palves@redhat.com>
5663
5664 PR cli/20559
5665 * gdb.base/commands.exp (user_defined_command_args_eval): New
5666 procedure.
5667 (top level): Call it.
5668
008459ea
LM
56692016-12-02 Luis Machado <lgustavo@codesourcery.com>
5670
5671 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
5672 timeout handling.
5673
0c1b455e
TT
56742016-12-02 Tom Tromey <tom@tromey.com>
5675
5676 * gdb.dwarf2/main-subprogram.c: New file.
5677 * gdb.dwarf2/main-subprogram.exp: New file.
5678
018572b8
LM
56792016-12-01 Luis Machado <lgustavo@codesourcery.com>
5680
5681 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
5682 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
5683 gdb_test_no_output for a couple of cases.
5684 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
5685
84c93cd5
LM
56862016-12-01 Luis Machado <lgustavo@codesourcery.com>
5687
5688 Fix test names and standardize compilation error messages throughout
5689 the following files:
5690
5691 * gdb.ada/start.exp
5692 * gdb.arch/alpha-step.exp
5693 * gdb.arch/e500-prologue.exp
5694 * gdb.arch/ftrace-insn-reloc.exp
5695 * gdb.arch/gdb1291.exp
5696 * gdb.arch/gdb1431.exp
5697 * gdb.arch/gdb1558.exp
5698 * gdb.arch/i386-dr3-watch.exp
5699 * gdb.arch/i386-sse-stack-align.exp
5700 * gdb.arch/ia64-breakpoint-shadow.exp
5701 * gdb.arch/pa-nullify.exp
5702 * gdb.arch/powerpc-aix-prologue.exp
5703 * gdb.arch/thumb-bx-pc.exp
5704 * gdb.base/annota1.exp
5705 * gdb.base/annota3.exp
5706 * gdb.base/arrayidx.exp
5707 * gdb.base/assign.exp
5708 * gdb.base/attach.exp
5709 * gdb.base/auxv.exp
5710 * gdb.base/bang.exp
5711 * gdb.base/bfp-test.exp
5712 * gdb.base/bigcore.exp
5713 * gdb.base/bitfields2.exp
5714 * gdb.base/break-fun-addr.exp
5715 * gdb.base/break-probes.exp
5716 * gdb.base/call-rt-st.exp
5717 * gdb.base/callexit.exp
5718 * gdb.base/catch-fork-kill.exp
5719 * gdb.base/charset.exp
5720 * gdb.base/checkpoint.exp
5721 * gdb.base/comprdebug.exp
5722 * gdb.base/constvars.exp
5723 * gdb.base/coredump-filter.exp
5724 * gdb.base/cursal.exp
5725 * gdb.base/cvexpr.exp
5726 * gdb.base/detach.exp
5727 * gdb.base/display.exp
5728 * gdb.base/dmsym.exp
5729 * gdb.base/dprintf-pending.exp
5730 * gdb.base/dso2dso.exp
5731 * gdb.base/dtrace-probe.exp
5732 * gdb.base/dump.exp
5733 * gdb.base/enum_cond.exp
5734 * gdb.base/exe-lock.exp
5735 * gdb.base/exec-invalid-sysroot.exp
5736 * gdb.base/execl-update-breakpoints.exp
5737 * gdb.base/exprs.exp
5738 * gdb.base/fileio.exp
5739 * gdb.base/find.exp
5740 * gdb.base/finish.exp
5741 * gdb.base/fixsection.exp
5742 * gdb.base/foll-vfork.exp
5743 * gdb.base/frame-args.exp
5744 * gdb.base/gcore.exp
5745 * gdb.base/gdb1250.exp
5746 * gdb.base/global-var-nested-by-dso.exp
5747 * gdb.base/gnu-ifunc.exp
5748 * gdb.base/hashline1.exp
5749 * gdb.base/hashline2.exp
5750 * gdb.base/hashline3.exp
5751 * gdb.base/hbreak-in-shr-unsupported.exp
5752 * gdb.base/huge.exp
5753 * gdb.base/infcall-input.exp
5754 * gdb.base/info-fun.exp
5755 * gdb.base/info-shared.exp
5756 * gdb.base/jit-simple.exp
5757 * gdb.base/jit-so.exp
5758 * gdb.base/jit.exp
5759 * gdb.base/jump.exp
5760 * gdb.base/label.exp
5761 * gdb.base/lineinc.exp
5762 * gdb.base/logical.exp
5763 * gdb.base/longjmp.exp
5764 * gdb.base/macscp.exp
5765 * gdb.base/miscexprs.exp
5766 * gdb.base/new-ui-echo.exp
5767 * gdb.base/new-ui-pending-input.exp
5768 * gdb.base/new-ui.exp
5769 * gdb.base/nodebug.exp
5770 * gdb.base/nofield.exp
5771 * gdb.base/offsets.exp
5772 * gdb.base/overlays.exp
5773 * gdb.base/pending.exp
5774 * gdb.base/pointers.exp
5775 * gdb.base/pr11022.exp
5776 * gdb.base/printcmds.exp
5777 * gdb.base/prologue.exp
5778 * gdb.base/ptr-typedef.exp
5779 * gdb.base/realname-expand.exp
5780 * gdb.base/relativedebug.exp
5781 * gdb.base/relocate.exp
5782 * gdb.base/remote.exp
5783 * gdb.base/reread.exp
5784 * gdb.base/return2.exp
5785 * gdb.base/savedregs.exp
5786 * gdb.base/sep.exp
5787 * gdb.base/sepdebug.exp
5788 * gdb.base/sepsymtab.exp
5789 * gdb.base/set-inferior-tty.exp
5790 * gdb.base/setshow.exp
5791 * gdb.base/shlib-call.exp
5792 * gdb.base/sigaltstack.exp
5793 * gdb.base/siginfo-addr.exp
5794 * gdb.base/signals.exp
5795 * gdb.base/signull.exp
5796 * gdb.base/sigrepeat.exp
5797 * gdb.base/so-impl-ld.exp
5798 * gdb.base/solib-display.exp
5799 * gdb.base/solib-overlap.exp
5800 * gdb.base/solib-search.exp
5801 * gdb.base/solib-symbol.exp
5802 * gdb.base/structs.exp
5803 * gdb.base/structs2.exp
5804 * gdb.base/symtab-search-order.exp
5805 * gdb.base/twice.exp
5806 * gdb.base/unload.exp
5807 * gdb.base/varargs.exp
5808 * gdb.base/watchpoint-solib.exp
5809 * gdb.base/watchpoint.exp
5810 * gdb.base/whatis.exp
5811 * gdb.base/wrong_frame_bt_full.exp
5812 * gdb.btrace/dlopen.exp
5813 * gdb.cell/ea-standalone.exp
5814 * gdb.cell/ea-test.exp
5815 * gdb.cp/dispcxx.exp
5816 * gdb.cp/gdb2384.exp
5817 * gdb.cp/method2.exp
5818 * gdb.cp/nextoverthrow.exp
5819 * gdb.cp/pr10728.exp
5820 * gdb.disasm/am33.exp
5821 * gdb.disasm/h8300s.exp
5822 * gdb.disasm/mn10300.exp
5823 * gdb.disasm/sh3.exp
5824 * gdb.dwarf2/dw2-dir-file-name.exp
5825 * gdb.fortran/complex.exp
5826 * gdb.fortran/library-module.exp
5827 * gdb.guile/scm-pretty-print.exp
5828 * gdb.guile/scm-symbol.exp
5829 * gdb.guile/scm-type.exp
5830 * gdb.guile/scm-value.exp
5831 * gdb.linespec/linespec.exp
5832 * gdb.mi/gdb701.exp
5833 * gdb.mi/gdb792.exp
5834 * gdb.mi/mi-breakpoint-changed.exp
5835 * gdb.mi/mi-dprintf-pending.exp
5836 * gdb.mi/mi-dprintf.exp
5837 * gdb.mi/mi-exit-code.exp
5838 * gdb.mi/mi-pending.exp
5839 * gdb.mi/mi-solib.exp
5840 * gdb.mi/new-ui-mi-sync.exp
5841 * gdb.mi/pr11022.exp
5842 * gdb.mi/user-selected-context-sync.exp
5843 * gdb.opt/solib-intra-step.exp
5844 * gdb.python/py-events.exp
5845 * gdb.python/py-finish-breakpoint.exp
5846 * gdb.python/py-mi.exp
5847 * gdb.python/py-prettyprint.exp
5848 * gdb.python/py-shared.exp
5849 * gdb.python/py-symbol.exp
5850 * gdb.python/py-template.exp
5851 * gdb.python/py-type.exp
5852 * gdb.python/py-value.exp
5853 * gdb.reverse/solib-precsave.exp
5854 * gdb.reverse/solib-reverse.exp
5855 * gdb.server/solib-list.exp
5856 * gdb.stabs/weird.exp
5857 * gdb.threads/reconnect-signal.exp
5858 * gdb.threads/stepi-random-signal.exp
5859 * gdb.trace/actions.exp
5860 * gdb.trace/ax.exp
5861 * gdb.trace/backtrace.exp
5862 * gdb.trace/change-loc.exp
5863 * gdb.trace/deltrace.exp
5864 * gdb.trace/ftrace-lock.exp
5865 * gdb.trace/ftrace.exp
5866 * gdb.trace/infotrace.exp
5867 * gdb.trace/mi-tracepoint-changed.exp
5868 * gdb.trace/packetlen.exp
5869 * gdb.trace/passcount.exp
5870 * gdb.trace/pending.exp
5871 * gdb.trace/range-stepping.exp
5872 * gdb.trace/report.exp
5873 * gdb.trace/stap-trace.exp
5874 * gdb.trace/tfind.exp
5875 * gdb.trace/trace-break.exp
5876 * gdb.trace/trace-condition.exp
5877 * gdb.trace/trace-enable-disable.exp
5878 * gdb.trace/trace-mt.exp
5879 * gdb.trace/tracecmd.exp
5880 * gdb.trace/tspeed.exp
5881 * gdb.trace/tsv.exp
5882 * lib/perftest.exp
5883
fb9feb35
LM
58842016-12-01 Luis Machado <lgustavo@codesourcery.com>
5885
5886 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
5887 with gdb_test_no_output.
5888 Use command as test name.
5889
cd2ddb6c
LM
58902016-12-01 Luis Machado <lgustavo@codesourcery.com>
5891
5892 Fix test names starting with uppercase throughout the files.
5893
5894 * gdb.ada/assign_1.exp
5895 * gdb.ada/boolean_expr.exp
5896 * gdb.base/arrayidx.exp
5897 * gdb.base/del.exp
5898 * gdb.base/gcore-buffer-overflow.exp
5899 * gdb.base/testenv.exp
5900 * gdb.compile/compile.exp
5901 * gdb.python/py-framefilter-invalidarg.exp
5902 * gdb.python/py-framefilter.exp
5903
bb95117e
LM
59042016-12-01 Luis Machado <lgustavo@codesourcery.com>
5905
5906 Fix test names starting with uppercase throughout the files.
5907
5908 * gdb.ada/array_return.exp
5909 * gdb.ada/expr_delims.exp
5910 * gdb.ada/mi_dyn_arr.exp
5911 * gdb.ada/mi_interface.exp
5912 * gdb.ada/mi_var_array.exp
5913 * gdb.ada/watch_arg.exp
5914 * gdb.arch/alpha-step.exp
5915 * gdb.arch/altivec-regs.exp
5916 * gdb.arch/e500-regs.exp
5917 * gdb.arch/powerpc-d128-regs.exp
5918 * gdb.base/arrayidx.exp
5919 * gdb.base/break.exp
5920 * gdb.base/checkpoint.exp
5921 * gdb.base/debug-expr.exp
5922 * gdb.base/dmsym.exp
5923 * gdb.base/radix.exp
5924 * gdb.base/sepdebug.exp
5925 * gdb.base/testenv.exp
5926 * gdb.base/watch_thread_num.exp
5927 * gdb.base/watchpoint-cond-gone.exp
5928 * gdb.cell/break.exp
5929 * gdb.cell/ea-cache.exp
5930 * gdb.compile/compile.exp
5931 * gdb.cp/gdb2495.exp
5932 * gdb.gdb/selftest.exp
5933 * gdb.gdb/xfullpath.exp
5934 * gdb.go/hello.exp
5935 * gdb.go/integers.exp
5936 * gdb.objc/basicclass.exp
5937 * gdb.pascal/hello.exp
5938 * gdb.pascal/integers.exp
5939 * gdb.python/py-breakpoint.exp
5940 * gdb.python/py-cmd.exp
5941 * gdb.python/py-linetable.exp
5942 * gdb.python/py-xmethods.exp
5943 * gdb.python/python.exp
5944 * gdb.reverse/consecutive-precsave.exp
5945 * gdb.reverse/finish-precsave.exp
5946 * gdb.reverse/i386-precsave.exp
5947 * gdb.reverse/machinestate-precsave.exp
5948 * gdb.reverse/sigall-precsave.exp
5949 * gdb.reverse/solib-precsave.exp
5950 * gdb.reverse/step-precsave.exp
5951 * gdb.reverse/until-precsave.exp
5952 * gdb.reverse/watch-precsave.exp
5953 * gdb.threads/leader-exit.exp
5954 * gdb.threads/pthreads.exp
5955 * gdb.threads/wp-replication.exp
5956 * gdb.trace/actions.exp
5957 * gdb.trace/mi-tsv-changed.exp
5958 * gdb.trace/tsv.exp
5959
de97fdd4
LM
59602016-12-01 Luis Machado <lgustavo@codesourcery.com>
5961
5962 Fix test names starting with uppercase throughout the files.
5963
5964 * gdb.arch/i386-bp_permanent.exp
5965 * gdb.arch/i386-gnu-cfi.exp
5966 * gdb.base/disasm-end-cu.exp
5967 * gdb.base/macscp.exp
5968 * gdb.base/pending.exp
5969 * gdb.base/watch_thread_num.exp
5970 * gdb.cp/exception.exp
5971 * gdb.cp/gdb2495.exp
5972 * gdb.cp/local.exp
5973 * gdb.python/py-evsignal.exp
5974 * gdb.python/python.exp
5975 * gdb.trace/tracecmd.exp
5976
9f058c10
LM
59772016-12-01 Luis Machado <lgustavo@codesourcery.com>
5978
5979 Fix test names starting with uppercase throughout the files.
5980
5981 * gdb.base/charset.exp
5982 * gdb.base/eval.exp
5983 * gdb.base/multi-forks.exp
5984 * gdb.guile/scm-progspace.exp
5985 * gdb.opencl/datatypes.exp
5986 * gdb.python/py-block.exp
5987 * gdb.python/py-function.exp
5988 * gdb.python/py-symbol.exp
5989 * gdb.python/py-symtab.exp
5990 * gdb.python/py-xmethods.exp
5991 * gdb.reverse/break-precsave.exp
5992 * gdb.reverse/break-reverse.exp
5993 * gdb.reverse/consecutive-precsave.exp
5994 * gdb.reverse/consecutive-reverse.exp
5995 * gdb.reverse/finish-precsave.exp
5996 * gdb.reverse/finish-reverse-bkpt.exp
5997 * gdb.reverse/finish-reverse.exp
5998 * gdb.reverse/fstatat-reverse.exp
5999 * gdb.reverse/getresuid-reverse.exp
6000 * gdb.reverse/i386-precsave.exp
6001 * gdb.reverse/i386-reverse.exp
6002 * gdb.reverse/i386-sse-reverse.exp
6003 * gdb.reverse/i387-stack-reverse.exp
6004 * gdb.reverse/insn-reverse.exp
6005 * gdb.reverse/machinestate-precsave.exp
6006 * gdb.reverse/machinestate.exp
6007 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6008 * gdb.reverse/pipe-reverse.exp
6009 * gdb.reverse/readv-reverse.exp
6010 * gdb.reverse/recvmsg-reverse.exp
6011 * gdb.reverse/rerun-prec.exp
6012 * gdb.reverse/s390-mvcle.exp
6013 * gdb.reverse/sigall-precsave.exp
6014 * gdb.reverse/sigall-reverse.exp
6015 * gdb.reverse/solib-precsave.exp
6016 * gdb.reverse/solib-reverse.exp
6017 * gdb.reverse/step-precsave.exp
6018 * gdb.reverse/step-reverse.exp
6019 * gdb.reverse/time-reverse.exp
6020 * gdb.reverse/until-precsave.exp
6021 * gdb.reverse/until-reverse.exp
6022 * gdb.reverse/waitpid-reverse.exp
6023 * gdb.reverse/watch-precsave.exp
6024 * gdb.reverse/watch-reverse.exp
6025
cdc7edd7
LM
60262016-12-01 Luis Machado <lgustavo@codesourcery.com>
6027
6028 Fix test names starting with uppercase throughout the files.
6029
6030 * gdb.arch/i386-mpx-simple_segv.exp
6031 * gdb.arch/i386-mpx.exp
6032 * gdb.arch/i386-permbkpt.exp
6033 * gdb.arch/pa-nullify.exp
6034 * gdb.arch/powerpc-d128-regs.exp
6035 * gdb.arch/vsx-regs.exp
6036 * gdb.base/bfp-test.exp
6037 * gdb.base/break.exp
6038 * gdb.base/breakpoint-shadow.exp
6039 * gdb.base/callfuncs.exp
6040 * gdb.base/charset.exp
6041 * gdb.base/commands.exp
6042 * gdb.base/completion.exp
6043 * gdb.base/dfp-test.exp
6044 * gdb.base/echo.exp
6045 * gdb.base/ending-run.exp
6046 * gdb.base/eval.exp
6047 * gdb.base/expand-psymtabs.exp
6048 * gdb.base/float128.exp
6049 * gdb.base/floatn.exp
6050 * gdb.base/foll-exec-mode.exp
6051 * gdb.base/gdb1056.exp
6052 * gdb.base/gdb11531.exp
6053 * gdb.base/kill-after-signal.exp
6054 * gdb.base/multi-forks.exp
6055 * gdb.base/overlays.exp
6056 * gdb.base/pending.exp
6057 * gdb.base/sepdebug.exp
6058 * gdb.base/testenv.exp
6059 * gdb.base/valgrind-db-attach.exp
6060 * gdb.base/watch_thread_num.exp
6061 * gdb.base/watchpoint-cond-gone.exp
6062 * gdb.base/watchpoint.exp
6063 * gdb.base/watchpoints.exp
6064 * gdb.cp/arg-reference.exp
6065 * gdb.cp/baseenum.exp
6066 * gdb.cp/operator.exp
6067 * gdb.cp/shadow.exp
6068 * gdb.dwarf2/dw2-op-out-param.exp
6069 * gdb.dwarf2/dw2-reg-undefined.exp
6070 * gdb.go/chan.exp
6071 * gdb.go/hello.exp
6072 * gdb.go/integers.exp
6073 * gdb.go/methods.exp
6074 * gdb.go/package.exp
6075 * gdb.guile/scm-parameter.exp
6076 * gdb.guile/scm-progspace.exp
6077 * gdb.guile/scm-value.exp
6078 * gdb.mi/mi-pending.exp
6079 * gdb.mi/user-selected-context-sync.exp
6080 * gdb.multi/multi-attach.exp
6081 * gdb.multi/tids.exp
6082 * gdb.opt/clobbered-registers-O2.exp
6083 * gdb.pascal/floats.exp
6084 * gdb.pascal/integers.exp
6085 * gdb.python/py-block.exp
6086 * gdb.python/py-events.exp
6087 * gdb.python/py-parameter.exp
6088 * gdb.python/py-symbol.exp
6089 * gdb.python/py-symtab.exp
6090 * gdb.python/py-type.exp
6091 * gdb.python/py-value.exp
6092 * gdb.python/py-xmethods.exp
6093 * gdb.python/python.exp
6094 * gdb.reverse/break-precsave.exp
6095 * gdb.reverse/consecutive-precsave.exp
6096 * gdb.reverse/finish-precsave.exp
6097 * gdb.reverse/i386-precsave.exp
6098 * gdb.reverse/machinestate-precsave.exp
6099 * gdb.reverse/sigall-precsave.exp
6100 * gdb.reverse/solib-precsave.exp
6101 * gdb.reverse/step-precsave.exp
6102 * gdb.reverse/until-precsave.exp
6103 * gdb.reverse/watch-precsave.exp
6104 * gdb.server/ext-attach.exp
6105 * gdb.server/ext-restart.exp
6106 * gdb.server/ext-run.exp
6107 * gdb.server/ext-wrapper.exp
6108 * gdb.stabs/gdb11479.exp
6109 * gdb.stabs/weird.exp
6110 * gdb.threads/attach-many-short-lived-threads.exp
6111 * gdb.threads/kill.exp
6112 * gdb.threads/watchpoint-fork.exp
6113
bc6c7af4
LM
61142016-12-01 Luis Machado <lgustavo@codesourcery.com>
6115
6116 Fix test names starting with uppercase throughout all the files below.
6117
6118 * gdb.ada/array_return.exp
6119 * gdb.ada/catch_ex.exp
6120 * gdb.ada/info_exc.exp
6121 * gdb.ada/mi_catch_ex.exp
6122 * gdb.ada/mi_dyn_arr.exp
6123 * gdb.ada/mi_ex_cond.exp
6124 * gdb.ada/mi_exc_info.exp
6125 * gdb.ada/mi_interface.exp
6126 * gdb.ada/mi_task_arg.exp
6127 * gdb.ada/mi_task_info.exp
6128 * gdb.ada/mi_var_array.exp
6129 * gdb.arch/alpha-step.exp
6130 * gdb.arch/amd64-disp-step.exp
6131 * gdb.arch/arm-disp-step.exp
6132 * gdb.arch/disp-step-insn-reloc.exp
6133 * gdb.arch/e500-prologue.exp
6134 * gdb.arch/ftrace-insn-reloc.exp
6135 * gdb.arch/gdb1558.exp
6136 * gdb.arch/i386-bp_permanent.exp
6137 * gdb.arch/i386-disp-step.exp
6138 * gdb.arch/i386-float.exp
6139 * gdb.arch/i386-gnu-cfi.exp
6140 * gdb.arch/ia64-breakpoint-shadow.exp
6141 * gdb.arch/mips16-thunks.exp
6142 * gdb.arch/pa-nullify.exp
6143 * gdb.arch/powerpc-aix-prologue.exp
6144 * gdb.arch/powerpc-power.exp
6145 * gdb.arch/ppc-dfp.exp
6146 * gdb.arch/s390-tdbregs.exp
6147 * gdb.arch/spu-info.exp
6148 * gdb.arch/spu-ls.exp
6149 * gdb.arch/thumb-bx-pc.exp
6150 * gdb.base/advance.exp
6151 * gdb.base/annota-input-while-running.exp
6152 * gdb.base/arrayidx.exp
6153 * gdb.base/asmlabel.exp
6154 * gdb.base/async.exp
6155 * gdb.base/attach-wait-input.exp
6156 * gdb.base/auto-connect-native-target.exp
6157 * gdb.base/batch-preserve-term-settings.exp
6158 * gdb.base/bfp-test.exp
6159 * gdb.base/bigcore.exp
6160 * gdb.base/bp-permanent.exp
6161 * gdb.base/break-always.exp
6162 * gdb.base/break-fun-addr.exp
6163 * gdb.base/break-idempotent.exp
6164 * gdb.base/break-main-file-remove-fail.exp
6165 * gdb.base/break-probes.exp
6166 * gdb.base/break-unload-file.exp
6167 * gdb.base/break.exp
6168 * gdb.base/call-ar-st.exp
6169 * gdb.base/call-rt-st.exp
6170 * gdb.base/call-sc.exp
6171 * gdb.base/call-signal-resume.exp
6172 * gdb.base/call-strs.exp
6173 * gdb.base/callexit.exp
6174 * gdb.base/callfuncs.exp
6175 * gdb.base/catch-gdb-caused-signals.exp
6176 * gdb.base/catch-signal-siginfo-cond.exp
6177 * gdb.base/catch-syscall.exp
6178 * gdb.base/compare-sections.exp
6179 * gdb.base/cond-eval-mode.exp
6180 * gdb.base/condbreak-call-false.exp
6181 * gdb.base/consecutive-step-over.exp
6182 * gdb.base/cursal.exp
6183 * gdb.base/disabled-location.exp
6184 * gdb.base/disasm-end-cu.exp
6185 * gdb.base/display.exp
6186 * gdb.base/double-prompt-target-event-error.exp
6187 * gdb.base/dprintf-bp-same-addr.exp
6188 * gdb.base/dprintf-detach.exp
6189 * gdb.base/dprintf-next.exp
6190 * gdb.base/dprintf-non-stop.exp
6191 * gdb.base/dprintf-pending.exp
6192 * gdb.base/dso2dso.exp
6193 * gdb.base/ending-run.exp
6194 * gdb.base/enum_cond.exp
6195 * gdb.base/examine-backward.exp
6196 * gdb.base/exe-lock.exp
6197 * gdb.base/exec-invalid-sysroot.exp
6198 * gdb.base/execl-update-breakpoints.exp
6199 * gdb.base/execution-termios.exp
6200 * gdb.base/fileio.exp
6201 * gdb.base/fixsection.exp
6202 * gdb.base/foll-exec-mode.exp
6203 * gdb.base/foll-exec.exp
6204 * gdb.base/fork-running-state.exp
6205 * gdb.base/frame-args.exp
6206 * gdb.base/fullpath-expand.exp
6207 * gdb.base/func-ptr.exp
6208 * gdb.base/gcore-relro-pie.exp
6209 * gdb.base/gdb1090.exp
6210 * gdb.base/gdb1555.exp
6211 * gdb.base/global-var-nested-by-dso.exp
6212 * gdb.base/gnu-ifunc.exp
6213 * gdb.base/hbreak-in-shr-unsupported.exp
6214 * gdb.base/hbreak-unmapped.exp
6215 * gdb.base/hook-stop.exp
6216 * gdb.base/infcall-input.exp
6217 * gdb.base/info-fun.exp
6218 * gdb.base/info-shared.exp
6219 * gdb.base/interrupt-noterm.exp
6220 * gdb.base/jit-so.exp
6221 * gdb.base/jit.exp
6222 * gdb.base/line-symtabs.exp
6223 * gdb.base/list.exp
6224 * gdb.base/longjmp.exp
6225 * gdb.base/macscp.exp
6226 * gdb.base/max-value-size.exp
6227 * gdb.base/nodebug.exp
6228 * gdb.base/nofield.exp
6229 * gdb.base/overlays.exp
6230 * gdb.base/paginate-after-ctrl-c-running.exp
6231 * gdb.base/paginate-bg-execution.exp
6232 * gdb.base/paginate-inferior-exit.exp
6233 * gdb.base/pending.exp
6234 * gdb.base/pr11022.exp
6235 * gdb.base/printcmds.exp
6236 * gdb.base/ptr-typedef.exp
6237 * gdb.base/ptype.exp
6238 * gdb.base/randomize.exp
6239 * gdb.base/range-stepping.exp
6240 * gdb.base/realname-expand.exp
6241 * gdb.base/relativedebug.exp
6242 * gdb.base/remote.exp
6243 * gdb.base/savedregs.exp
6244 * gdb.base/sepdebug.exp
6245 * gdb.base/set-noassign.exp
6246 * gdb.base/shlib-call.exp
6247 * gdb.base/shreloc.exp
6248 * gdb.base/sigaltstack.exp
6249 * gdb.base/sigbpt.exp
6250 * gdb.base/siginfo-addr.exp
6251 * gdb.base/siginfo-obj.exp
6252 * gdb.base/siginfo-thread.exp
6253 * gdb.base/signest.exp
6254 * gdb.base/signull.exp
6255 * gdb.base/sigrepeat.exp
6256 * gdb.base/skip.exp
6257 * gdb.base/so-impl-ld.exp
6258 * gdb.base/solib-corrupted.exp
6259 * gdb.base/solib-disc.exp
6260 * gdb.base/solib-display.exp
6261 * gdb.base/solib-overlap.exp
6262 * gdb.base/solib-search.exp
6263 * gdb.base/solib-symbol.exp
6264 * gdb.base/source-execution.exp
6265 * gdb.base/sss-bp-on-user-bp-2.exp
6266 * gdb.base/sss-bp-on-user-bp.exp
6267 * gdb.base/stack-checking.exp
6268 * gdb.base/stale-infcall.exp
6269 * gdb.base/step-break.exp
6270 * gdb.base/step-line.exp
6271 * gdb.base/step-over-exit.exp
6272 * gdb.base/step-test.exp
6273 * gdb.base/structs.exp
6274 * gdb.base/sym-file.exp
6275 * gdb.base/symtab-search-order.exp
6276 * gdb.base/term.exp
6277 * gdb.base/type-opaque.exp
6278 * gdb.base/unload.exp
6279 * gdb.base/until-nodebug.exp
6280 * gdb.base/until.exp
6281 * gdb.base/unwindonsignal.exp
6282 * gdb.base/watch-cond.exp
6283 * gdb.base/watch-non-mem.exp
6284 * gdb.base/watch_thread_num.exp
6285 * gdb.base/watchpoint-reuse-slot.exp
6286 * gdb.base/watchpoint-solib.exp
6287 * gdb.base/watchpoint.exp
6288 * gdb.btrace/dlopen.exp
6289 * gdb.cell/arch.exp
6290 * gdb.cell/break.exp
6291 * gdb.cell/bt.exp
6292 * gdb.cell/core.exp
6293 * gdb.cell/data.exp
6294 * gdb.cell/dwarfaddr.exp
6295 * gdb.cell/ea-cache.exp
6296 * gdb.cell/ea-standalone.exp
6297 * gdb.cell/ea-test.exp
6298 * gdb.cell/f-regs.exp
6299 * gdb.cell/fork.exp
6300 * gdb.cell/gcore.exp
6301 * gdb.cell/mem-access.exp
6302 * gdb.cell/ptype.exp
6303 * gdb.cell/registers.exp
6304 * gdb.cell/sizeof.exp
6305 * gdb.cell/solib-symbol.exp
6306 * gdb.cell/solib.exp
6307 * gdb.compile/compile-tls.exp
6308 * gdb.cp/exception.exp
6309 * gdb.cp/gdb2495.exp
6310 * gdb.cp/local.exp
6311 * gdb.cp/mb-inline.exp
6312 * gdb.cp/mb-templates.exp
6313 * gdb.cp/pr10687.exp
6314 * gdb.cp/pr9167.exp
6315 * gdb.cp/scope-err.exp
6316 * gdb.cp/templates.exp
6317 * gdb.cp/virtfunc.exp
6318 * gdb.dwarf2/dw2-dir-file-name.exp
6319 * gdb.dwarf2/dw2-single-line-discriminators.exp
6320 * gdb.fortran/complex.exp
6321 * gdb.fortran/library-module.exp
6322 * gdb.guile/guile.exp
6323 * gdb.guile/scm-cmd.exp
6324 * gdb.guile/scm-frame-inline.exp
6325 * gdb.guile/scm-objfile.exp
6326 * gdb.guile/scm-pretty-print.exp
6327 * gdb.guile/scm-symbol.exp
6328 * gdb.guile/scm-type.exp
6329 * gdb.guile/scm-value.exp
6330 * gdb.linespec/keywords.exp
6331 * gdb.linespec/ls-errs.exp
6332 * gdb.linespec/macro-relative.exp
6333 * gdb.linespec/thread.exp
6334 * gdb.mi/mi-breakpoint-changed.exp
6335 * gdb.mi/mi-dprintf-pending.exp
6336 * gdb.mi/mi-fullname-deleted.exp
6337 * gdb.mi/mi-logging.exp
6338 * gdb.mi/mi-pending.exp
6339 * gdb.mi/mi-solib.exp
6340 * gdb.mi/new-ui-mi-sync.exp
6341 * gdb.mi/user-selected-context-sync.exp
6342 * gdb.multi/dummy-frame-restore.exp
6343 * gdb.multi/multi-arch-exec.exp
6344 * gdb.multi/remove-inferiors.exp
6345 * gdb.multi/watchpoint-multi-exit.exp
6346 * gdb.opt/solib-intra-step.exp
6347 * gdb.perf/backtrace.exp
6348 * gdb.perf/single-step.exp
6349 * gdb.perf/skip-command.exp
6350 * gdb.perf/skip-prologue.exp
6351 * gdb.perf/solib.exp
6352 * gdb.python/lib-types.exp
6353 * gdb.python/py-as-string.exp
6354 * gdb.python/py-bad-printers.exp
6355 * gdb.python/py-block.exp
6356 * gdb.python/py-breakpoint.exp
6357 * gdb.python/py-cmd.exp
6358 * gdb.python/py-events.exp
6359 * gdb.python/py-evthreads.exp
6360 * gdb.python/py-finish-breakpoint.exp
6361 * gdb.python/py-finish-breakpoint2.exp
6362 * gdb.python/py-frame-inline.exp
6363 * gdb.python/py-frame.exp
6364 * gdb.python/py-inferior.exp
6365 * gdb.python/py-infthread.exp
6366 * gdb.python/py-mi.exp
6367 * gdb.python/py-objfile.exp
6368 * gdb.python/py-pp-maint.exp
6369 * gdb.python/py-pp-registration.exp
6370 * gdb.python/py-prettyprint.exp
6371 * gdb.python/py-recurse-unwind.exp
6372 * gdb.python/py-shared.exp
6373 * gdb.python/py-symbol.exp
6374 * gdb.python/py-symtab.exp
6375 * gdb.python/py-template.exp
6376 * gdb.python/py-type.exp
6377 * gdb.python/py-unwind-maint.exp
6378 * gdb.python/py-unwind.exp
6379 * gdb.python/py-value.exp
6380 * gdb.python/python.exp
6381 * gdb.reverse/finish-reverse-bkpt.exp
6382 * gdb.reverse/insn-reverse.exp
6383 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6384 * gdb.reverse/solib-precsave.exp
6385 * gdb.reverse/solib-reverse.exp
6386 * gdb.stabs/gdb11479.exp
6387 * gdb.stabs/weird.exp
6388 * gdb.threads/fork-child-threads.exp
6389 * gdb.threads/fork-plus-threads.exp
6390 * gdb.threads/fork-thread-pending.exp
6391 * gdb.threads/forking-threads-plus-breakpoint.exp
6392 * gdb.threads/hand-call-in-threads.exp
6393 * gdb.threads/interrupted-hand-call.exp
6394 * gdb.threads/linux-dp.exp
6395 * gdb.threads/local-watch-wrong-thread.exp
6396 * gdb.threads/next-while-other-thread-longjmps.exp
6397 * gdb.threads/non-ldr-exit.exp
6398 * gdb.threads/pending-step.exp
6399 * gdb.threads/print-threads.exp
6400 * gdb.threads/process-dies-while-detaching.exp
6401 * gdb.threads/process-dies-while-handling-bp.exp
6402 * gdb.threads/pthreads.exp
6403 * gdb.threads/queue-signal.exp
6404 * gdb.threads/reconnect-signal.exp
6405 * gdb.threads/signal-command-handle-nopass.exp
6406 * gdb.threads/signal-command-multiple-signals-pending.exp
6407 * gdb.threads/signal-delivered-right-thread.exp
6408 * gdb.threads/signal-sigtrap.exp
6409 * gdb.threads/sigthread.exp
6410 * gdb.threads/staticthreads.exp
6411 * gdb.threads/stepi-random-signal.exp
6412 * gdb.threads/thread-unwindonsignal.exp
6413 * gdb.threads/thread_check.exp
6414 * gdb.threads/thread_events.exp
6415 * gdb.threads/tid-reuse.exp
6416 * gdb.threads/tls-nodebug.exp
6417 * gdb.threads/tls-shared.exp
6418 * gdb.threads/tls-so_extern.exp
6419 * gdb.threads/tls.exp
6420 * gdb.threads/wp-replication.exp
6421 * gdb.trace/actions-changed.exp
6422 * gdb.trace/actions.exp
6423 * gdb.trace/backtrace.exp
6424 * gdb.trace/change-loc.exp
6425 * gdb.trace/collection.exp
6426 * gdb.trace/deltrace.exp
6427 * gdb.trace/disconnected-tracing.exp
6428 * gdb.trace/entry-values.exp
6429 * gdb.trace/ftrace-lock.exp
6430 * gdb.trace/ftrace.exp
6431 * gdb.trace/infotrace.exp
6432 * gdb.trace/mi-trace-frame-collected.exp
6433 * gdb.trace/mi-trace-unavailable.exp
6434 * gdb.trace/mi-traceframe-changed.exp
6435 * gdb.trace/mi-tracepoint-changed.exp
6436 * gdb.trace/mi-tsv-changed.exp
6437 * gdb.trace/no-attach-trace.exp
6438 * gdb.trace/packetlen.exp
6439 * gdb.trace/passc-dyn.exp
6440 * gdb.trace/passcount.exp
6441 * gdb.trace/pending.exp
6442 * gdb.trace/pr16508.exp
6443 * gdb.trace/qtro.exp
6444 * gdb.trace/range-stepping.exp
6445 * gdb.trace/read-memory.exp
6446 * gdb.trace/report.exp
6447 * gdb.trace/save-trace.exp
6448 * gdb.trace/signal.exp
6449 * gdb.trace/stap-trace.exp
6450 * gdb.trace/status-stop.exp
6451 * gdb.trace/strace.exp
6452 * gdb.trace/tfile.exp
6453 * gdb.trace/tfind.exp
6454 * gdb.trace/trace-break.exp
6455 * gdb.trace/trace-condition.exp
6456 * gdb.trace/trace-enable-disable.exp
6457 * gdb.trace/trace-mt.exp
6458 * gdb.trace/tracecmd.exp
6459 * gdb.trace/tracefile-pseudo-reg.exp
6460 * gdb.trace/tspeed.exp
6461 * gdb.trace/tstatus.exp
6462 * gdb.trace/tsv.exp
6463 * gdb.trace/unavailable.exp
6464 * gdb.trace/while-dyn.exp
6465 * gdb.trace/while-stepping.exp
6466 * lib/gdb-guile.exp
6467 * lib/gdb.exp
6468 * lib/mi-support.exp
6469 * lib/pascal.exp
6470 * lib/perftest.exp
6471 * lib/prelink-support.exp
6472 * lib/selftest-support.exp
6473
ad02e4fe
SM
64742016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
6475
6476 * Makefile.in: Include disable-implicit-rules.mk.
6477
22347e55
AA
64782016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6479
6480 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
6481 non-byte-aligned bit fields.
6482
da5b30da
AA
64832016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6484
6485 PR gdb/12616
6486 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
6487 respects the DW_AT_data_bit_offset attribute.
6488
b593ecca
SM
64892016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
6490
6491 * gdb.base/default.exp: Fix output of "set language".
6492
3b165252
SM
64932016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
6494
6495 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
6496 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
6497 make.
6498 * configure.ac: Remove checks for the make program.
6499 * configure: Re-generate.
6500
1a2f3d7f
KB
65012016-11-16 Kevin Buettner <kevinb@redhat.com>
6502
6503 * gdb.python/py-recurse-unwind.c (main): Add loop.
6504 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
6505 to read_register() and gdb.parse_and_eval(). Make each code
6506 call a separate case that can be individually tested.
6507 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
6508 proc. Call cont_and_backtrace for each of the code paths that
6509 we want to test in the unwinder.
6510
b7f38fda
AA
65112016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
6512
6513 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
6514 the definition of struct S.
6515
1f8db343
CM
65162016-11-11 Catherine Moore <clm@codesourcery.com>
6517
6518 * gdb.base/dump.exp: Identify verilog format dump tests as such.
6519
fad0c9fb
PA
65202016-11-09 Pedro Alves <palves@redhat.com>
6521
6522 * gdb.base/commands.exp (runto_or_return): New procedure.
6523 (gdbvar_simple_if_test, gdbvar_simple_while_test)
6524 (gdbvar_complex_if_while_test, progvar_simple_if_test)
6525 (progvar_simple_while_test, progvar_complex_if_while_test)
6526 (if_while_breakpoint_command_test)
6527 (infrun_breakpoint_command_test, breakpoint_command_test)
6528 (user_defined_command_test, watchpoint_command_test)
6529 (test_command_prompt_position, redefine_hook_test)
6530 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
6531 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
6532 multi_line_input and multi_line. Remove gdb_expect and
6533 gdb_stop_suppressing_tests uses.
6534 * lib/gdb.exp (valnum_re): New global.
6535 (multi_line_input): New procedure.
6536
8354c62c
SM
65372016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
6538
6539 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
6540 Remove.
6541 (test_setup): Define with proc_with_prefix.
6542 (test_cli_inferior): Likewise.
6543 (test_cli_thread): Likewise.
6544 (test_cli_frame): Likewise.
6545 (test_cli_select_frame): Likewise.
6546 (test_cli_up_down): Likewise.
6547 (test_mi_thread_select): Likewise.
6548 (test_mi_stack_select_frame): Likewise.
6549 (test_cli_in_mi_inferior): Likewise.
6550 (test_cli_in_mi_thread): Likewise.
6551 (test_cli_in_mi_frame): Likewise.
6552 (top level): Do not use with_test_prefix_procname.
6553
64f367a2
PA
65542016-11-09 Pedro Alves <palves@redhat.com>
6555
6556 * gdb.base/commands.exp (gdbvar_simple_if_test)
6557 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
6558 (progvar_simple_if_test, progvar_simple_while_test)
6559 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
6560 (infrun_breakpoint_command_test, breakpoint_command_test)
6561 (user_defined_command_test, watchpoint_command_test)
6562 (test_command_prompt_position, deprecated_command_test)
6563 (bp_deleted_in_command, temporary_breakpoint_commands)
6564 (stray_arg0_test, source_file_with_indented_comment)
6565 (recursive_source_test, if_commands_test)
6566 (error_clears_commands_left, redefine_hook_test)
6567 (redefine_backtrace_test): Use proc_with_prefix.
6568 * lib/gdb.exp (proc_with_prefix): New proc.
6569
0bb65f1e
AA
65702016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6571
6572 * gdb.base/tui-layout.c: New file.
6573 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
6574 disassembly window contains very long lines.
6575
7353f247
TT
65762016-11-08 Tom Tromey <tom@tromey.com>
6577
6578 * gdb.python/py-value.exp (test_value_creation): Make "long" test
6579 depend on Python 2.
6580
30a7bb83
TT
65812016-11-08 Tom Tromey <tom@tromey.com>
6582
6583 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
6584 New method.
6585
cdf5a07c
MG
65862016-10-29 Manish Goregaokar <manish@mozilla.com>
6587
2806dc7e 6588 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 6589
51a789c3
MG
65902016-10-27 Manish Goregaokar <manish@mozilla.com>
6591
2806dc7e
PA
6592 * gdb.rust/simple.rs: Add test for univariant enums without
6593 discriminants and for encoded struct-like enums.
51a789c3 6594
f610ab6d
PA
65952016-10-28 Pedro Alves <palves@redhat.com>
6596
6597 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
6598 gdb_test_multiple, tighten regexps and match symtabs and line
6599 tables incrementally.
6600
b129b0ca
LM
66012016-10-28 Luis Machado <lgustavo@codesourcery.com>
6602
6603 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
6604 general.
6605
ecf45d2c
SL
66062016-10-25 Luis Machado <lgustavo@codesourcery.com>
6607
6608 * gdb.base/exec-invalid-sysroot.exp: New file.
6609
b8d38ee4
JK
66102016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6611
6612 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
6613
f90fd8c2
JK
66142016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6615
6616 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
6617
2d2476aa
MR
66182016-10-19 Maciej W. Rozycki <macro@imgtec.com>
6619
2806dc7e
PA
6620 * gdb.base/killed-outside.exp: Remove $options from a call to
6621 `prepare_for_testing'.
2d2476aa 6622
e42b25a0
SM
66232016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6624
6625 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6626 Change test message.
6627
3ccdb432
SM
66282016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6629
6630 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6631 Update comment.
6632
5bad3170
SM
66332016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6634
6635 * gdb.trace/mi-trace-save.exp: New file.
6636
5ad9dba7
YQ
66372016-10-13 Yao Qi <yao.qi@linaro.org>
6638
6639 * gdb.base/code_elim.exp (get_var_address): Remove.
6640 * gdb.base/relocate.exp: Likewise.
6641 * gdb.base/shreloc.exp: Likewise.
6642 * lib/gdb.exp (get_var_address): New.
6643
62df7e21
YQ
66442016-10-13 Yao Qi <yao.qi@linaro.org>
6645
6646 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
6647 floating point tests if $skip_float_test is false.
6648
4dac951e
LM
66492016-10-12 Luis Machado <lgustavo@codesourcery.com>
6650
6651 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
6652 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
6653 argc values.
6654 Add 1 to argc so we guarantee distinct initial/modified argc values.
6655
8f1a8fc4
JK
66562016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6657
6658 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
6659
16c85b5d
JK
66602016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6661
6662 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
6663 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
6664 * gdb.arch/vsx-regs.exp: Likewise.
6665
1d0e042a
YQ
66662016-10-07 Yao Qi <yao.qi@linaro.org>
6667
6668 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
6669
68dadef5
MM
66702016-10-07 Markus Metzger <markus.t.metzger@intel.com>
6671
6672 * gdb.python/python.exp: Test decode_line("*0").
6673
33fa2c6e
DE
66742016-10-06 Doug Evans <dje@google.com>
6675
6676 * gdb.python/py-value.exp (test_value_creation): Add test for large
6677 unsigned 64-bit value.
6678
9c37b5ae
TT
66792016-10-06 Tom Tromey <tom@tromey.com>
6680
6681 * gdb.compile/compile.exp: Change java tests to rust.
6682 * gdb.base/setshow.exp: Change java tests to rust.
6683 * gdb.base/default.exp: Remove java from language list.
6684 * README (Examples): Update language example.
6685 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
6686 test.
6687 * lib/gdb.exp (skip_java_tests): Remove.
6688 * lib/java.exp: Remove.
6689 * gdb.java: Remove.
6690
78b86327
MR
66912016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6692
6693 * gdb.arch/mips-fcr.exp: New test.
6694 * gdb.arch/mips-fcr.c: Source for the new test.
6695
7470adbb
MR
66962016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6697
6698 * gdb.base/solib-disc.exp: Use `standard_output_file'
6699 throughout.
6700
4a556533
PA
67012016-10-06 Pedro Alves <palves@redhat.com>
6702
6703 * gdb.base/jit-simple-dl.c: New file.
6704 * gdb.base/jit-simple-jit.c: New file, factored out from ...
6705 * gdb.base/jit-simple.c: ... this.
6706 * gdb.base/jit-simple.exp (jit_run): Delete.
6707 (build_jit): New proc.
6708 (jit_test_reread): Recompile either the main program or the shared
6709 library, depending on what is being tested. Skip changing address
6710 if caller wants to. Compare before/after addresses. If testing
6711 standalone, explicitly load the binary. Test "maint info
6712 breakpoints".
6713 (top level): Add "standalone vs shared lib" and "change address"
6714 vs "same address" axes.
6715
5a122fbc
PA
67162016-10-06 Pedro Alves <palves@redhat.com>
6717
6718 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
6719 call.
6720 (jit_run): Delete.
6721 (jit_test_reread): Use with_test_prefix. Reload the main binary
6722 explicitly. Compare the before/after addresses of the JIT
6723 descriptor.
6724
ee8da4b8
DE
67252016-08-15 Doug Evans <dje@google.com>
6726
6727 * gdb.xml/extra-regs.xml: Update, end field now required, default type
6728 for single bitfields is bool.
6729 * gdb.xml/tdesc-regs.exp: Ditto.
6730
f389f6fe
JK
67312016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6732
6733 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
6734
fdebf1a4
YQ
67352016-10-05 Yao Qi <yao.qi@linaro.org>
6736
6737 * lib/gdb.exp (support_complex_tests): Return zero if
6738 gdb_skip_float_test return true.
6739
9c36d954 67402016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 6741 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
6742
6743 PR gdb/20487
6744 * gdb.mi/user-selected-context-sync.exp: New file.
6745 * gdb.mi/user-selected-context-sync.c: New file.
6746
4034d0ff 67472016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 6748 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
6749
6750 PR gdb/20487
6751 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
6752 =thread-select-event check.
6753
a4297203
PB
67542016-09-29 Peter Bergner <bergner@vnet.ibm.com>
6755
6756 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
6757 the compulsory L operand changes.
6758 * gdb.arch/powerpc-power.s: Likewise.
6759
bb805577
JK
67602016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6761
6762 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
6763 * gdb.base/jit-attach-pie.c: New file.
6764 * gdb.base/jit-attach-pie.exp: New file.
6765
6d61dee5
PA
67662016-09-28 Pedro Alves <palves@redhat.com>
6767
6768 * gdb.base/infcall-input.c: New file.
6769 * gdb.base/infcall-input.exp: New file.
6770
f73842fc
YQ
67712016-09-22 Yao Qi <yao.qi@linaro.org>
6772
6773 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
6774 (gdb_exit): Rename it to ...
6775 (gdbserver_gdb_exit): ... Close GDBserver.
6776 (gdb_exit): New proc, call gdbserver_gdb_exit.
6777 (mi_gdb_exit): Likewise.
6778
90681dab
YQ
67792016-09-22 Yao Qi <yao.qi@linaro.org>
6780
6781 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
6782 path.
6783 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
6784 Remove duplication.
6785
9c211fd8
YQ
67862016-09-22 Yao Qi <yao.qi@linaro.org>
6787
6788 * lib/gdbserver-support.exp: Check the existence of
6789 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
6790
ad0a504f
AK
67912016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
6792
6793 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
6794
36cf1806
TT
67952016-09-21 Tom Tromey <tom@tromey.com>
6796
6797 PR gdb/20604:
6798 * gdb.base/quit.exp: New file.
6799
74172ecf
SM
68002016-09-21 Simon Marchi <simon.marchi@ericsson.com>
6801
6802 * .gitignore: New file.
6803
3d0ec882
MR
68042016-09-21 Maciej W. Rozycki <macro@imgtec.com>
6805
6806 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
6807 throughout.
6808
8193adea
AA
68092016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6810
6811 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
6812
d41a5c09
JK
68132016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6814
6815 * gdb.cp/casts.cc (decltype): Move it ...
6816 (main): ... with its call to ...
6817 * gdb.cp/casts03.cc: ... a new file.
6818 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
6819
d2dfe700
JK
68202016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6821
6822 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
6823
e2a92b16
PB
68242016-09-15 Peter Bergner <bergner@vnet.ibm.com>
6825
6826 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
6827 and sync up the test with tests in gas/testsuite/gas/ppc.
6828 * gdb.arch/powerpc-power.exp: Likewise.
6829
49b4de64
JK
68302016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6831
6832 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
6833
2c29df25
SDJ
68342016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
6835 Jan Kratochvil <jan.kratochvil@redhat.com>
6836
6837 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
6838 make m1's definition to be different from m2's. Use 'dummy' as an
6839 argument for probe 'two'.
6840
cc3c2846
JB
68412016-09-10 Jon Beniston <jon@beniston.com>
6842
6843 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
6844 for sim target.
6845
e1b2624a
AA
68462016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6847
6848 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
6849 variable declaration.
6850 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
6851 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
6852 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
6853 received HWCAP as its argument.
6854
4295e285
PA
68552016-09-06 Pedro Alves <palves@redhat.com>
6856
6857 * gdb.base/new-ui-pending-input.c: New file.
6858 * gdb.base/new-ui-pending-input.exp: New file.
6859 * gdb.exp (clear_gdb_spawn_id): New procedure.
6860 (with_spawn_id): Check whether gdb_spawn_id exists before
6861 referencing it. If gdb_spawn_id didn't exist on entry, clear it
6862 on exit.
6863
00d5215e
UW
68642016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6865
6866 * gdb.base/float128.c: New file.
6867 * gdb.base/float128.exp: Likewise.
6868 * gdb.base/floatn.c: Likewise.
6869 * gdb.base/floatn.exp: Likewise.
6870
a9ff5f12
UW
68712016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6872
6873 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
6874
f245535c
PA
68752016-09-05 Pedro Alves <palves@redhat.com>
6876
6877 PR backtrace/19927
6878 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
6879 unwinders are immediately called as side effect of "source" or
6880 "disable unwinder" commands.
6881 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
6882
ae9cf263
YQ
68832016-09-02 Yao Qi <yao.qi@linaro.org>
6884
6885 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
6886 is true and $type is "float" or "double".
6887
27aba047
YQ
68882016-09-02 Yao Qi <yao.qi@linaro.org>
6889
6890 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
6891 true.
6892 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
6893 * gdb.base/call-rt-st.exp: Likewise.
6894 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
6895 return value instead of gdb,skip_float_test.
6896 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
6897 (do_function_calls): Use its return value instead of
6898 gdb,skip_float_test.
6899 * gdb.base/finish.exp: Likewise.
6900 * gdb.base/funcargs.exp: Likewise.
6901 * gdb.base/return.exp: Likewise.
6902 * gdb.base/return2.exp: Likewise.
6903 * gdb.base/varargs.exp: Likewise.
6904 * lib/gdb.exp (gdb_skip_float_test): Change it to
6905 gdb_caching_proc. Detect the broken ptrace on arm-linux.
6906
5af962df
AA
69072016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
6908
6909 * gdb.multi/tids.exp: Test "thread apply all".
6910
7fac6910
JK
69112016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6912
6913 * gdb.base/default.exp (tty): Remove.
6914
bb1fe4ac
KB
69152016-08-24 Kevin Buettner <kevinb@redhat.com>
6916
2806dc7e
PA
6917 * gdb.python/py-recurse-unwind.c: New file.
6918 * gdb.python/py-recurse-unwind.py: New file.
6919 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 6920
0a1ddfa6
SM
69212016-08-24 Simon Marchi <simon.marchi@ericsson.com>
6922
6923 * gdb.base/set-inferior-tty.exp: New file.
6924 * gdb.base/set-inferior-tty.c: New file.
6925
d9de1fe3
PA
69262016-08-23 Pedro Alves <palves@redhat.com>
6927
6928 PR gdb/20494
6929 * gdb.base/new-ui-echo.c: New file.
6930 * gdb.base/new-ui-echo.exp: New file.
6931
e9d9abd7
YQ
69322016-08-23 Yao Qi <yao.qi@linaro.org>
6933
6934 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
6935 gdbserver_spawn.
6936 * gdb.server/connect-without-multi-process.exp (do_test):
6937 Likewise.
6938
3589529e
YQ
69392016-08-23 Yao Qi <yao.qi@linaro.org>
6940
6941 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
6942 standalone_txt. Delete gdb_txt and standalone_txt on host
6943 and target. Spawn the binary on target. Copy files from
6944 target to host.
6945
6bb90213
PA
69462016-08-22 Pedro Alves <palves@redhat.com>
6947
6948 PR gdb/20505
6949 * gdb.base/vdso-warning.exp: Test core dumps too. Use
6950 with_test_prefix. Factor out bits to ...
6951 (test_no_vdso): ... this new procedure.
6952
20c2c024
CL
69532016-08-19 Carl Love <cel@us.ibm.com>
6954
6955 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
6956 maintaining separate logic for constructing the output path.
6957 * gdb.arch/powerpc-d128-regs.exp: Likewise.
6958 * gdb.arch/ppc-dfp.exp: Likewise.
6959 * gdb.arch/ppc-fp.exp: Likewise.
6960 * gdb.arch/vsx-regs.exp: Likewise.
6961 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
6962 binprefix for generating the additional binary files.
6963
0646e07d
PA
69642016-08-19 Pedro Alves <palves@redhat.com>
6965
6966 * gdb.trace/mi-trace-frame-collected.exp
6967 (test_trace_frame_collected): On x32, expect two registers.
6968
46da9242
CL
69692016-08-18 Carl Love <cel@us.ibm.com>
6970
6971 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
6972 and sync up the test with tests in gas/testsuite/gas/ppc.
6973 * gdb.arch/powerpc-power.exp: Likewise.
6974
eb2332d7
SM
69752016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6976
6977 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
6978 expected error message.
6979
63c61e04
SM
69802016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6981
6982 * gdb.multi/remove-inferiors.exp: New file.
6983 * gdb.multi/remove-inferiors.c: New file.
6984
7b17065f
YQ
69852016-08-12 Yao Qi <yao.qi@linaro.org>
6986
6987 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
6988 argument list.
6989
01d3dedf
PA
69902016-08-10 Pedro Alves <palves@redhat.com>
6991
6992 PR gdb/19187
6993 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
6994 setup_kfails.
6995
3eb7562a
PA
69962016-08-09 Pedro Alves <palves@redhat.com>
6997 Simon Marchi <simon.marchi@ericsson.com>
6998
6999 PR gdb/20418
7000 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
7001 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
7002
80614914
PA
70032016-08-09 Pedro Alves <palves@redhat.com>
7004
7005 PR mi/20431
7006 * gdb.mi/mi-cmd-error.exp: New file.
7007
f348d89a
PA
70082016-08-09 Pedro Alves <palves@redhat.com>
7009
7010 PR gdb/18653
7011 * gdb.base/signals-state-child.c: New file.
7012 * gdb.base/signals-state-child.exp: New file.
7013 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
7014
e5ca03b4
PA
70152016-08-09 Pedro Alves <palves@redhat.com>
7016
7017 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
7018
282a0691
TT
70192016-08-03 Tom Tromey <tom@tromey.com>
7020
7021 PR python/18565:
7022 * gdb.python/py-frame-inline.exp: Add Frame.function test.
7023
41bfcd63
YQ
70242016-08-01 Yao Qi <yao.qi@linaro.org>
7025
7026 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
7027 variable mode to "multi-process" if $multi_process is 1, otherwise
7028 set it to "single-process".
7029
e3465b24
YQ
70302016-08-01 Yao Qi <yao.qi@linaro.org>
7031
7032 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
7033 * gdb.cp/cpexprs.exp: Likewise.
7034 * gdb.cp/m-static.exp: Likewise.
7035
0b31a4bc
TT
70362016-07-26 Tom Tromey <tom@tromey.com>
7037
7038 PR python/20190:
7039 * gdb.threads/tls.exp (check_thread_local): Add python symbol
7040 test.
7041
e0461dbb
MM
70422016-07-26 Markus Metzger <markus.t.metzger@intel.com>
7043
7044 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
7045 selecting assembly source files.
7046 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
7047 assembly source files.
7048 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
7049 assembly source files.
7050 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
7051 selecting assembly source files.
7052
8194e927
SM
70532016-07-25 Simon Marchi <simon.marchi@ericsson.com>
7054
7055 * gdb.base/new-ui.exp (do_test_invalid_args): New
7056 procedure.
7057
c0272db5
TW
70582016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
7059
7060 * gdb.btrace/reconnect.c: New file.
7061 * gdb.btrace/reconnect.exp: New file.
7062
e3487908
GKB
70632016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
7064
7065 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
7066 to test_catch_syscall_group.
7067 (test_catch_syscall_group): New.
7068
12df5c00
TT
70692016-07-21 Tom Tromey <tom@tromey.com>
7070
7071 * gdb.rust/simple.rs (main): Use empty struct expression.
7072 * gdb.rust/simple.exp: Add tests for empty struct expression.
7073
bae62ee2
YQ
70742016-07-21 Yao Qi <yao.qi@linaro.org>
7075
7076 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
7077 if gdb_skip_xml_test is true on some targets.
7078
b1b53fb3
YQ
70792016-07-21 Yao Qi <yao.qi@linaro.org>
7080
7081 * gdb.server/solib-list.exp: Unset last_loaded_file.
7082
027d97f8
JK
70832016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7084
7085 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
7086 "step into captured_main (args)".
7087
7674d381
JK
70882016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7089
7090 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
7091
72b5d099
JK
70922016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7093
7094 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
7095
1f960ced
PA
70962016-07-19 Pedro Alves <palves@redhat.com>
7097
7098 * gdb.opt/inline-break.exp: Remove optimize=-O2.
7099 * gdb.opt/inline-bt.exp: Likewise.
7100 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
7101 additional_flags=-Winline.
7102 * gdb.opt/inline-locals.exp: Likewise.
7103 * gdb.opt/inline-markers.c (ATTR): Define.
7104 (inlined_fn): Use it.
7105
f25827c1
YQ
71062016-07-19 Yao Qi <yao.qi@linaro.org>
7107
7108 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
7109 (test_with_self): Remove some code. Remove argument executable.
7110 (top-level): Use do_self_tests.
7111
37539ebe
DB
71122016-07-15 Zachary Welch <zwelch@codesourcery.com>
7113 Don Breazeal <donb@codesourcery.com>
7114
7115 * gdb.base/maint.exp: Escape paths used in regular expressions.
7116 * gdb.stabs/weird.exp: Likewise.
7117
dac790e1
TT
71182016-07-13 Tom Tromey <tom@tromey.com>
7119
7120 PR python/15620, PR python/18620:
7121 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
7122 (test_bkpt_events): New procs.
7123
93daf339
TT
71242016-07-13 Tom Tromey <tom@tromey.com>
7125
7126 PR python/17698:
7127 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
7128 test.
7129 (test_watchpoints): Likewise.
7130 (test_bkpt_pending): New proc.
7131
6571a381
TT
71322016-07-13 Tom Tromey <tom@tromey.com>
7133
7134 PR cli/18053:
7135 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
7136 completion test.
7137
e8732474
JK
71382016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7139
7140 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
7141 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
7142 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
7143 f_label.
7144 (g): Rename g_end_lbl to g_label.
7145 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
7146 low_pc and high_pc.
7147 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
7148
e0f3fd7c
TT
71492016-07-12 Tom Tromey <tom@tromey.com>
7150
7151 PR python/19293:
7152 * gdb.python/py-unwind-maint.exp: Update tests.
7153
3cfe46b6
YQ
71542016-07-12 Yao Qi <yao.qi@linaro.org>
7155
7156 * lib/selftest-support.exp (selftest_setup): Match the output
7157 when captured_main is inlined.
7158
4f19a0e6
WT
71592016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7160
7161 * gdb.fortran/derived-types.exp (result_line, result_line_2):
7162 New variables.
7163 (print this%a, print this%b, print this): New tests.
7164 * gdb.fortran/derived-types.f90 (this): New object and
7165 initialization.
7166
986cf455
SM
71672016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7168
7169 * gdb.ada/arraydim.exp: Remove extra directory level in build
7170 directory.
7171
f0464b23
SM
71722016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7173
7174 * lib/ada.exp: Remove extra directory level in build directory.
7175 * gdb.ada/cond_lang.exp: Likewise.
7176 * gdb.ada/exec_changed.exp: Likewise.
7177 * gdb.ada/lang_switch.exp: Likewise.
7178
42d94011
MG
71792016-07-06 Manish Goregaokar <manish@mozilla.com>
7180
2806dc7e
PA
7181 * simple.rs: Add test for raw pointer subscripting.
7182 * simple.exp: Add test expectations.
42d94011 7183
647c264c
YQ
71842016-07-05 Yao Qi <yao.qi@linaro.org>
7185
7186 * gdb.mi/mi-reverse.exp: Match =record-started output.
7187
20aa2c60
PA
71882016-07-01 Pedro Alves <palves@redhat.com>
7189
7190 * gdb.base/jit-reader.exp (info_registers_current_frame): New
7191 procedure.
7192 (jit_reader_test): Test the jit reader's unwinder.
7193 * gdb.base/jithost.c (jit_function_00_code): New global.
7194 (main): Use memcpy to fill in the mmapped code, instead of poking
7195 bytes manually here.
7196 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
7197 value.
7198 (read_debug_info): Save the function's range.
7199 (read_sp): New function.
7200 (unwind_frame): Use it. Also unwind RBP.
7201 (get_frame_id): Use read_sp.
7202 (gdb_init_reader): Use calloc instead of malloc.
7203 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
7204 parameter. Use gdb_test_multiple.
7205
ced2dffb
PA
72062016-07-01 Pedro Alves <palves@redhat.com>
7207 Antoine Tremblay <antoine.tremblay@ericsson.com>
7208
7209 * gdb.threads/process-dies-while-detaching.c: New file.
7210 * gdb.threads/process-dies-while-detaching.exp: New file.
7211
63000888
PA
72122016-07-01 Pedro Alves <palves@redhat.com>
7213
7214 * gdb.multi/watchpoint-multi-exit.c: New file.
7215 * gdb.multi/watchpoint-multi-exit.exp: New file.
7216
038d4868
PA
72172016-06-30 Pedro Alves <palves@redhat.com>
7218
7219 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
7220 unset inferior_spawn_id.
7221
994e9c83
PA
72222016-06-30 Pedro Alves <palves@redhat.com>
7223
7224 * lib/mi-support.exp (default_mi_gdb_start): Declare global
7225 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
7226
e5653468
YQ
72272016-06-29 Yao Qi <yao.qi@linaro.org>
7228
7229 * gdb.base/return.c: Add copyright header.
7230
803b47e5
TT
72312016-06-29 Tom Tromey <tom@tromey.com>
7232
7233 PR python/20129:
7234 * gdb.python/py-framefilter.exp: Add tests for setting priority
7235 and disabling of non-existent frame filter.
7236
28244707
YQ
72372016-06-29 Yao Qi <yao.qi@linaro.org>
7238
7239 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
7240 0x0f07ff.
7241
a31d2f06
YQ
72422016-06-28 Yao Qi <yao.qi@linaro.org>
7243
7244 * gdb.base/catch-syscall.exp: Remove check on isnative and target
7245 triplets. Start gdb, execute catch syscall, and continue. Check
7246 gdb's output to determine catch syscall is supported.
7247
921d8f54
MG
72482016-06-27 Manish Goregaokar <manish@mozilla.com>
7249
25d49b86
PA
7250 * gdb.rust/simple.rs: Add test for returning unit in a function.
7251 * gdb.rust/simple.exp: Add expectation for functions returning
7252 unit.
921d8f54 7253
f4952523
PMR
72542016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
7255
7256 * gdb.python/py-breakpoint-create-fail.c,
7257 gdb.python/py-breakpoint-create-fail.exp,
7258 gdb.python/py-breakpoint-create-fail.py: New testcase.
7259
fccb08f8
MG
72602016-06-25 Manish Goregaokar <manish@mozilla.com>
7261
7262 PR gdb/20239
7263 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
7264 * gdb.rust/simple.exp: Add test expectations for new NonZero
7265 tests.
fccb08f8 7266
6b850546
DT
72672016-06-24 David Taylor <dtaylor@emc.com>
7268
7269 * gdb.base/offsets.exp: New file.
7270 * gdb.base/offsets.c: New file.
7271
17621150
TT
72722016-06-23 Tom Tromey <tom@tromey.com>
7273
7274 PR gdb/16483:
7275 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
7276 before any filters are loaded.
7277
04d59df6
WT
72782016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
7279
7280 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
7281 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
7282 structs.
7283 * gdb.fortran/derived-type-function.exp: New file.
7284 * gdb.fortran/derived-type-function.f90: New file.
7285
7286
ac69f786
PA
72872016-06-21 Pedro Alves <palves@redhat.com>
7288
7289 * gdb.base/new-ui.exp: New file.
7290 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
7291 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
7292 (with_spawn_id): New procedure.
7293
49940788
PA
72942016-06-21 Pedro Alves <palves@redhat.com>
7295
7296 * gdb.mi/mi-exec-run.exp: New file.
7297
ef274d26
PA
72982016-06-21 Pedro Alves <palves@redhat.com>
7299
7300 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
7301 breakpoint command's output on the main UI.
7302 (test_break): New procedure, factored out from calls in the top
7303 level.
7304 (top level): Use foreach_with_prefix to test MI as main UI and as
7305 separate UI.
7306
468afe6c
PA
73072016-06-21 Pedro Alves <palves@redhat.com>
7308
7309 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
7310 (test_awatch_creation_and_listing)
7311 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
7312 Remove 'type' parameter.
7313 (test_watchpoint_all): New parameter mi_mode. Remove
7314 with_test_prefix.
7315 (top level): Use foreach_with_prefix, and add main/separate UI MI
7316 testing axis.
7317
51f77c37
PA
73182016-06-21 Pedro Alves <palves@redhat.com>
7319
7320 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
7321 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
7322 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
7323 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
7324 (gdb_main_spawn_id, mi_spawn_id): Declare and
7325 comment.
7326 (mi_create_inferior_pty): New procedure,
7327 factored out from default_mi_gdb_start.
7328 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
7329 procedures.
7330 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
7331 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
7332 Use mi_create_inferior_pty.
7333 (mi_gdb_start): Use eval to pass down args list.
7334
8980e177
PA
73352016-06-21 Pedro Alves <palves@redhat.com>
7336
7337 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
7338 * gdb.opt/inline-cmds.exp: Add MI tests.
7339
f38d3ad1
PA
73402016-06-21 Pedro Alves <palves@redhat.com>
7341
7342 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
7343
45db7c09
PA
73442016-06-21 Pedro Alves <palves@redhat.com>
7345
7346 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
7347 (top level): Use it instead of mi_execute_to.
7348
5a069ab3
PA
73492016-06-21 Pedro Alves <palves@redhat.com>
7350
7351 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
7352 (cont_handler_str): New.
7353 (signal_stop_handler): Set stop_handler_str instead of printing to
7354 stdout.
7355 (continue_handler): Set cont_handler_str instead of printing to
7356 stdout.
7357 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
7358 mi_send_resuming_command. Print stop_handler_str and
7359 cont_handler_str instead of expecting the python events print
7360 directly.
7361
2838cc1d
SD
73622016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
7363
7364 * gdb.base/jit-reader.exp: New file.
7365 * gdb.base/jithost.c: New file.
7366 * gdb.base/jithost.h: New file.
7367 * gdb.base/jitreader.c : New file.
7368 * gdb.base/jit-protocol.h: New file.
7369
21a77091
YQ
73702016-06-17 Yao Qi <yao.qi@linaro.org>
7371
7372 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
7373 parameters follow_fork and detach_on_fork. Set follow-fork-mode
7374 and detach-on-fork. Adjust tests.
7375 (top level): Invoke break_cond_on_syscall with combinations of
7376 syscall, follow-fork-mode and detach-on-fork.
7377
f50bf8e5
YQ
73782016-06-17 Yao Qi <yao.qi@linaro.org>
7379
7380 * gdb.base/step-over-exit.c: New.
7381 * gdb.base/step-over-exit.exp: New.
7382
a28d8e50
YTL
73832016-06-17 Yan-Ting Lin <currygt52@gmail.com>
7384
7385 * gdb.base/float.exp: Add target check for nds32*-*-*.
7386 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
7387
cad8e26d
AB
73882016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
7389
7390 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
7391 for unsupported target features.
7392 * gdb.base/call-rt-st.exp: Likewise.
7393 * gdb.base/call-sc.exp: Likewise.
7394 * gdb.base/call-signal-resume.exp: Likewise.
7395 * gdb.base/call-strs.exp: Likewise.
7396 * gdb.base/callexit.exp: Likewise.
7397 * gdb.base/callfuncs.exp: Likewise.
7398 * gdb.base/nodebug.exp: Likewise.
7399 * gdb.base/printcmds.exp: Likewise.
7400 * gdb.base/ptype.exp: Likewise.
7401 * gdb.base/structs.exp: Likewise.
7402 * gdb.base/unwindonsignal.exp: Likewise.
7403 * gdb.cp/gdb2495.exp: Likewise.
7404 * gdb.cp/templates.exp: Likewise.
7405 * gdb.cp/virtfunc.exp: Likewise.
7406 * gdb.threads/hand-call-in-threads.exp: Likewise.
7407 * gdb.threads/interrupted-hand-call.exp: Likewise.
7408 * gdb.threads/thread-unwindonsignal.exp: Likewise.
7409
347dc102
TT
74102016-06-10 Tom Tromey <tom@tromey.com>
7411
7412 PR rust/20110:
7413 * gdb.rust/expr.exp: Add test for integer constant larger than
7414 i32.
7415
5e13cf25
BH
74162016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
7417
7418 * gdb.fortran/nested-funcs.exp: New.
7419 * gdb.fortran/nested-funcs.f90: New.
7420
bb556f1f
TK
74212016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
7422
7423 * gdb.base/examine-backward.c: New file.
7424 * gdb.base/examine-backward.exp: New file.
7425
38b022b4
SM
74262016-06-06 Simon Marchi <simon.marchi@ericsson.com>
7427
7428 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
7429 matching.
7430
1b40ec05
TT
74312016-06-02 Tom Tromey <tom@tromey.com>
7432
7433 PR python/18984:
7434 * gdb.python/py-shared.exp: Add solib_name test.
7435
193bd378
SM
74362016-06-02 Simon Marchi <simon.marchi@ericsson.com>
7437
7438 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
7439
3326303b
MG
74402016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
7441
7442 PR c++/19893
7443 * gdb.dwarf2/implref.exp: Rename to...
7444 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
7445 * gdb.dwarf2/implref-array.c: New file.
7446 * gdb.dwarf2/implref-array.exp: Likewise.
7447 * gdb.dwarf2/implref-global.c: Likewise.
7448 * gdb.dwarf2/implref-global.exp: Likewise.
7449 * gdb.dwarf2/implref-struct.c: Likewise.
7450 * gdb.dwarf2/implref-struct.exp: Likewise.
7451
825c8ef2
AT
74522016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7453
7454 * gdb.trace/trace-condition.exp: Add 64bit tests.
7455
2320162a
AT
74562016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7457
7458 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
7459 bits types.
7460 (main): Adapt to 8 to 64 bits types.
7461 * gdb.trace/trace-condition.exp: Add new tests.
7462
a7818233
AT
74632016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7464
7465 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
7466
0d336466
AT
74672016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7468
7469 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
7470 Move condition tests...
7471 * gdb.trace/trace-condition.exp: Here.
7472
7faeb45a
AT
74732016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7474
7475 * gdb.trace/trace-condition.exp: Add counter-case tests.
7476
e385593e
JK
74772016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7478
7479 PR c++/15231
7480 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
7481 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
7482
744608cc
PA
74832016-05-27 Pedro Alves <palves@redhat.com>
7484
7485 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7486 New procedure.
7487 (top level): Call it, and bail out of DejaGnu is known to be bad.
7488
ac775bf4
AB
74892016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
7490
7491 * gdb.base/whatis.c: Extend the test case.
7492 * gdb.base/whatis.exp: Add additional tests.
7493
2bbad2ea
BH
74942016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7495
7496* gdb.fortran/type.f90: Add pointer variable.
7497* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
7498
8b70175d
BH
74992016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7500
7501 * gdb.fortran/vla-type.exp: Fix testcase name.
7502
86d8a848
BH
75032016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7504
7505 * gdb.fortran/vla-type.exp: Access elements in nested structs.
7506
e188eb36
BH
75072016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7508
7509 * gdb.fortran/type.f90: Add nested structures.
7510 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
7511 * gdb.fortran/derived-type.exp: Adapt expected output.
7512 * gdb.fortran/vla-type.exp: Adapt expected output.
7513
9b2db1fd
BH
75142016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7515
7516 * gdb.fortran/whatis_type.exp: Adapt expected output.
7517
72b17055
BH
75182016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7519
7520 * gdb.fortran/print_type.exp: Fix expected output.
7521 * gdb.fortran/whatis_type.exp: Fix expected output.
7522
3cd81d8d
BH
75232016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7524
7525 * gdb.fortran/whatis_type.exp: Use multi_line.
7526
ddae9462
TT
75272016-05-24 Tom Tromey <tom@tromey.com>
7528
7529 PR python/17386:
7530 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
7531 use value as an index.
7532
1957f6b8
TT
75332016-05-23 Tom Tromey <tom@tromey.com>
7534
7535 PR python/17981:
7536 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
7537 no-breakpoint case.
7538
026a9174
PA
75392016-05-24 Pedro Alves <palves@redhat.com>
7540
7541 PR gdb/19828
7542 * gdb.threads/clone-attach-detach.c: New file.
7543 * gdb.threads/clone-attach-detach.exp: New file.
7544
e70a7231
FR
75452016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
7546
7547 * gdb.base/annota-input-while-running.exp: Fix syntax error.
7548
0f6ed0e0
TT
75492016-05-23 Tom Tromey <tom@tromey.com>
7550
7551 PR python/19438, PR python/18393:
7552 * gdb.python/py-progspace.exp: Add "dir" test.
7553 * gdb.python/py-objfile.exp: Add "dir" test.
7554
ffd19d61
YQ
75552016-05-23 Yao Qi <yao.qi@linaro.org>
7556
7557 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
7558 * gdb.arch/thumb2-it.exp: Likewise.
7559
9e8f9b05
SM
75602016-05-18 Simon Marchi <simon.marchi@ericsson.com>
7561
7562 * gdb.mi/mi-threads-interrupt.c: New file.
7563 * gdb.mi/mi-threads-interrupt.exp: New file.
7564
61c6156d
SM
75652016-05-17 Simon Marchi <simon.marchi@ericsson.com>
7566
7567 PR gdb/18077
7568 * gdb.mi/mi-async-run.exp: New file.
7569 * gdb.mi/mi-async-run.c: New file.
7570
67218854
TT
75712016-05-17 Tom Tromey <tom@tromey.com>
7572 Manish Goregaokar <manishsmail@gmail.com>
7573
7574 * lib/rust-support.exp: New file.
7575 * lib/gdb.exp (skip_rust_tests): New proc.
7576 (build_executable_from_specs): Handle rust.
7577 * lib/future.exp (gdb_find_rustc): New proc.
7578 (gdb_default_target_compile): Handle rust.
7579 * gdb.rust/expr.exp: New file.
7580 * gdb.rust/generics.exp: New file.
7581 * gdb.rust/generics.rs: New file.
7582 * gdb.rust/methods.exp: New file.
7583 * gdb.rust/methods.rs: New file.
7584 * gdb.rust/modules.exp: New file.
7585 * gdb.rust/modules.rs: New file.
7586 * gdb.rust/simple.exp: New file.
7587 * gdb.rust/simple.rs: New file.
7588
c44af4eb
TT
75892016-05-17 Tom Tromey <tom@tromey.com>
7590
7591 * gdb.base/default.exp (set language): Add rust.
7592
dcd1f979
TT
75932016-05-17 Tom Tromey <tom@tromey.com>
7594
7595 * gdb.gdb/unittest.exp: New file.
7596
155b7f57
YQ
75972016-05-16 Yao Qi <yao.qi@linaro.org>
7598
7599 * gdb.base/batch-preserve-term-settings.exp: Remove variable
7600 shell_prompt. Update shell_prompt_re.
7601
8ddd5a6c
DE
76022016-05-12 Doug Evans <dje@google.com>
7603
7604 PR symtab/19999
7605 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
7606 $options when building executable.
7607 * gdb.dwarf2/fission-loclists-pie.S: New file.
7608 * gdb.dwarf2/fission-loclists-pie.exp: New file.
7609
02e370d9
SM
76102016-05-04 Simon Marchi <simon.marchi@ericsson.com>
7611
7612 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
7613 of [is_remote target],
7614
8929ad8b
SM
76152016-05-04 Simon Marchi <simon.marchi@ericsson.com>
7616
7617 * lib/gdb.exp (use_gdb_stub): New procedure.
7618
6c447423
DE
76192016-05-03 Yunlian Jiang <yunlian@google.com>
7620 Doug Evans <dje@google.com>
7621
7622 PR symtab/19914
7623 * gdb.dwarf2/dwp-sepdebug.c: New file.
7624 * gdb.dwarf2/dwp-sepdebug.exp: New file.
7625
444e826c
SM
76262016-05-02 Simon Marchi <simon.marchi@ericsson.com>
7627
7628 * gdb.base/detach.exp: Remove is_remote check.
7629
740feeaa
SM
76302016-05-02 Simon Marchi <simon.marchi@ericsson.com>
7631
7632 * gdb.base/annota-input-while-running.exp: Don't check for
7633 [is_remote target]. Enable annotations after running to main.
7634 Remove unused "set test..." line.
7635
9080ac9d
SM
76362016-04-28 Simon Marchi <simon.marchi@ericsson.com>
7637
7638 * gdb.trace/trace-enable-disable.exp: New file.
7639 * gdb.trace/trace-enable-disable.c: New file.
7640
952ebca5
SM
76412016-04-28 Simon Marchi <simon.marchi@ericsson.com>
7642
7643 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
7644 use it in info sharedlibrary test.
7645 * gdb.trace/ftrace-lock.exp: Likewise.
7646 * gdb.trace/ftrace.exp: Likewise.
7647 * gdb.trace/range-stepping.exp: Likewise.
7648 * gdb.trace/trace-break.exp: Likewise.
7649 * gdb.trace/trace-condition.exp: Likewise.
7650 * gdb.trace/trace-mt.exp: Likewise.
7651
d9019901
SM
76522016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7653
7654 * lib/gdb.exp (gdb_load_shlibs): Rename to...
7655 (gdb_load_shlib): ... this.
7656 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
7657 gdb_load_shlib.
7658 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
7659 * gdb.base/ctxobj.exp: Likewise.
7660 * gdb.base/dprintf-pending.exp: Likewise.
7661 * gdb.base/dso2dso.exp: Likewise.
7662 * gdb.base/fixsection.exp: Likewise.
7663 * gdb.base/gcore-relro.exp: Likewise.
7664 * gdb.base/gdb1555.exp: Likewise.
7665 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7666 * gdb.base/gnu-ifunc.exp: Likewise.
7667 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
7668 * gdb.base/jit-so.exp (one_jit_test): Likewise.
7669 * gdb.base/pending.exp: Likewise.
7670 * gdb.base/print-file-var.exp: Likewise.
7671 * gdb.base/print-symbol-loading.exp: Likewise.
7672 * gdb.base/shlib-call.exp: Likewise.
7673 * gdb.base/shreloc.exp: Likewise.
7674 * gdb.base/so-impl-ld.exp: Likewise.
7675 * gdb.base/solib-disc.exp: Likewise.
7676 * gdb.base/solib-nodir.exp: Likewise.
7677 * gdb.base/solib-overlap.exp: Likewise.
7678 * gdb.base/solib-symbol.exp: Likewise.
7679 * gdb.base/solib-weak.exp (do_test): Likewise.
7680 * gdb.base/sym-file.exp: Likewise.
7681 * gdb.base/symtab-search-order.exp: Likewise.
7682 * gdb.base/type-opaque.exp: Likewise.
7683 * gdb.base/unload.exp: Likewise.
7684 * gdb.base/watchpoint-solib.exp: Likewise.
7685 * gdb.compile/compile.exp: Likewise.
7686 * gdb.cp/gdb2384.exp: Likewise.
7687 * gdb.cp/infcall-dlopen.exp: Likewise.
7688 * gdb.cp/re-set-overloaded.exp: Likewise.
7689 * gdb.fortran/library-module.exp: Likewise.
7690 * gdb.opt/solib-intra-step.exp: Likewise.
7691 * gdb.python/py-finish-breakpoint.exp: Likewise.
7692 * gdb.python/py-shared.exp: Likewise.
7693 * gdb.reverse/solib-precsave.exp: Likewise.
7694 * gdb.reverse/solib-reverse.exp: Likewise.
7695 * gdb.server/solib-list.exp: Likewise.
7696 * gdb.threads/dlopen-libpthread.exp: Likewise.
7697 * gdb.threads/tls-shared.exp: Likewise.
7698 * gdb.threads/tls-so_extern.exp: Likewise.
7699 * gdb.trace/change-loc.exp: Likewise.
7700 * gdb.trace/ftrace-lock.exp: Likewise.
7701 * gdb.trace/ftrace.exp: Likewise.
7702 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
7703 * gdb.trace/pending.exp: Likewise.
7704 * gdb.trace/range-stepping.exp: Likewise.
7705 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
7706 (strace_info_marker): Likewise.
7707 (strace_probe_marker): Likewise.
7708 (strace_trace_on_same_addr): Likewise.
7709 (strace_trace_on_diff_addr): Likewise.
7710 * gdb.trace/trace-break.exp: Likewise.
7711 * gdb.trace/trace-condition.exp: Likewise.
7712 * gdb.trace/trace-mt.exp: Likewise.
7713
fca4cfd9
SM
77142016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7715
7716 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
7717 result of gdb_remote_download.
7718 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
7719 * gdb.base/dso2dso.exp: Likewise.
7720 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7721 * gdb.base/print-file-var.exp: Likewise.
7722 * gdb.base/shlib-call.exp: Likewise.
7723 * gdb.base/shreloc.exp: Likewise.
7724 * gdb.base/solib-overlap.exp: Likewise.
7725 * gdb.base/solib-weak.exp (do_test): Likewise.
7726 * gdb.base/unload.exp: Likewise.
7727
11cf4ffb
YQ
77282016-04-27 Yao Qi <yao.qi@linaro.org>
7729
7730 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
7731 exists.
7732
3e2e34f8
KB
77332016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7734
7735 * vla-type.exp: Print structure from toplevel.
7736
8f07e298
BH
77372016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7738
7739 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
7740 of dynamic types.
7741 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
7742 of dynamic types.
7743
9920b434
BH
77442016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7745
7746 * gdb.fortran/vla-type.f90: New file.
7747 * gdb.fortran/vla-type.exp: New file.
7748
f3abeff5
YQ
77492016-04-25 Yao Qi <yao.qi@linaro.org>
7750
7751 * gdb.base/branch-to-self.c: New file.
7752 * gdb.base/branch-to-self.exp: New file.
7753
0a5d52f0
YQ
77542016-04-22 Yao Qi <yao.qi@linaro.org>
7755
7756 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
7757 more after $hex.
7758
495346f6
YQ
77592016-04-22 Yao Qi <yao.qi@linaro.org>
7760
7761 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
7762 * gdb.base/annota3.exp: Likewise.
7763
4a7e075c
YQ
77642016-04-22 Yao Qi <yao.qi@linaro.org>
7765
7766 * gdb.reverse/step-precsave.exp: Do one step and test program
7767 stops in "callee" and do multiple steps until program goes out
7768 of "callee".
7769 * gdb.reverse/step-reverse.exp: Likewise.
7770
5b061e98
YQ
77712016-04-22 Yao Qi <yao.qi@linaro.org>
7772
7773 * gdb.trace/signal.exp: Also pass if
7774 $tracepoint_hits($i) > $iterations.
7775
5c5dc57f
YQ
77762016-04-22 Yao Qi <yao.qi@linaro.org>
7777
7778 * gdb.trace/signal.c: New file.
7779 * gdb.trace/signal.exp: New file.
7780
a55411b9
DE
77812016-04-19 Doug Evans <xdje42@gmail.com>
7782
7783 * gdb.base/bad-file.exp: New file.
7784
a22df60a
MG
77852016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
7786
7787 * gdb.dwarf2/implref.exp: New file.
7788
0c13f7e5
BH
77892016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7790
7791 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
7792 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
7793 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
7794 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
7795 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
7796 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
7797 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
7798 * lib/fortran.exp (fortran_int4): New procedure.
7799 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
7800 (fortran_logical4): Likewise.
7801
9b9b09e9
BH
78022016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
7803
7804 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
7805
a14d1f4d
BH
78062016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7807
7808 * lib/compiler.c: Add Intel specific preprocessor macros.
7809 * lib/compiler.cc: Likewise.
25d49b86 7810
7d49b1d0
LM
78112016-04-13 Luis Machado <lgustavo@codesourcery.com>
7812
7813 * gdb.server/connect-with-no-symbol-file.c: New file.
7814 * gdb.server/connect-with-no-symbol-file.exp: New file.
7815
8392fa22
SM
78162016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7817
7818 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
7819
8c4c4aeb
SM
78202016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7821
7822 * boards/gdbserver-base.exp (${board}_download): Copy source file to
7823 standard output directory.
7824
45e3745e
AT
78252016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
7826
7827 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
7828
e26b7e41
MM
78292016-04-13 Markus Metzger <markus.t.metzger@intel.com>
7830
7831 * gdb.btrace/instruction_history.c (loop): Add declaration.
7832
8ce09462
AT
78332016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7834
7835 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
7836
2e88a1ea
SM
78372016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
7838
7839 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
7840 parentheses to print.
7841 (continue_handler): Likewise.
7842
f48e22e3
SM
78432016-04-08 Simon Marchi <simon.marchi@ericsson.com>
7844
7845 * gdb.server/solib-list.exp: Remove is_remote check.
7846 Pass shlib= to gdb_compile. Don't link shared library with
7847 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
7848 Run binary filename through "readlink -f" on the target.
7849
096be756
PA
78502016-04-08 Pedro Alves <palves@redhat.com>
7851
7852 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
7853 interpreter filename as argument to gdbserver_spawn.
7854 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7855 Return empty if $last_loaded_file does not exist.
7856
06500533
JK
78572016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7858
7859 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
7860 * gdb.base/jit-main.c: Use exit after usage.
7861
2d35e871
JK
78622016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7863
7864 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
7865 GDBHISTSIZE prior to the tests.
7866 * gdb.base/gdbinit-history.exp: Likewise.
7867
78682016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
7869
7870 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
7871 instead of build_executable. Use gdb_load_shlibs.
7872
c8064e7e
YQ
78732016-04-07 Yao Qi <yao.qi@linaro.org>
7874
7875 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
7876 Execute "si" command.
7877
bde47561
YQ
78782016-04-07 Yao Qi <yao.qi@linaro.org>
7879
7880 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
7881 number instead of the comments on some line.
7882
b16f8a3b
DB
78832016-04-06 Don Breazeal <donb@codesourcery.com>
7884
7885 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
7886 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
7887
c2f901df
SM
78882016-04-06 Simon Marchi <simon.marchi@ericsson.com>
7889
7890 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
7891 standard_output_file. Remove unused binfile variable.
7892
ac17fda0
CU
78932016-04-05 Catalin Udma <catalin.udma@freescale.com>
7894
7895 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
7896 * gdb.python/py-mi-objfile.exp: Match "list main" output
7897 in console format.
7898
03a8c4df
SM
78992016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
7900
7901 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
7902 absolute.
7903
6e774b13
SM
79042016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7905
7906 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
7907 absolute.
7908 * gdb.trace/ftrace.exp: Likewise.
7909 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
7910 targets as well.
7911 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
7912 (gdb_load_shlibs): Copy libraries to test directory when testing
7913 natively. Only set solib-search-path if testing remotely.
7914 * lib/mi-support.exp (mi_load_shlibs): Likewise.
7915
7817ea46
SM
79162016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7917
7918 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
7919 gdb_download. Use it even if the target is not remote.
7920 * gdb.base/jit.exp (compile_jit_test): Likewise.
7921 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
7922 output directory if the destination board is local, otherwise use
7923 the standard remote_download from DejaGnu.
7924 (gdb_download): Remove.
7925 (gdb_load_shlibs): Use gdb_remote_download instead of
7926 gdb_download.
7927 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7928 Use gdb_remote_download instead of gdb_download. Use it even if
7929 the target is not remote.
7930 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
7931 instead of gdb_download.
7932
7beb7f68
SM
79332016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
7934
7935 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
7936 (test_insert_delete_modify): Call mi_load_shlibs before trying to
7937 run.
7938
cc63428a
AV
79392016-04-01 Artemiy Volkov <artemiyv@acm.org>
7940
7941 PR gdb/19820
7942 * gdb.base/printcmds.exp: Add artificial arrays tests.
7943
64cdf930
PA
79442016-03-31 Pedro Alves <palves@redhat.com>
7945
7946 PR gdb/19858
7947 * gdb.base/jit-main.c: Include unistd.h.
7948 (ATTACH): Define to 0 if not already defined.
7949 (wait_for_gdb, mypid): New globals.
7950 (WAIT_FOR_GDB): New macro.
7951 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
7952 some breakpoint locations.
7953 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
7954 New procedures.
7955 (one_jit_test): Add REATTACH parameter, and handle it. Use
7956 continue_to_test_location.
7957 (top level): Test attach, and adjusts calls to one_jit_test.
7958
40dea8cb
PA
79592016-03-31 Pedro Alves <palves@redhat.com>
7960
7961 PR gdb/19858
7962 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
7963 BINSUFFIX parameter, and handle it.
7964 (top level): Adjust calls compile_jit_test.
7965
e7ea3ec7
CU
79662016-03-31 Catalin Udma <catalin.udma@freescale.com>
7967
7968 PR python/19743
7969 * gdb.python/py-mi-events-gdb.py: New file.
7970 * gdb.python/py-mi-events.c: New file.
7971 * gdb.python/py-mi-events.exp: New file.
7972
e6359af3
YQ
79732016-03-30 Yao Qi <yao.qi@linaro.org>
7974
7975 * gdb.reverse/until-precsave.exp: Match function name only.
7976 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
7977 Move malloc to a condition block.
7978 * gdb.reverse/until-reverse.exp: Match function name only.
7979
a4105d04
MK
79802016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
7981
7982 * gdb.trace/ftrace.exp: Set arg0exp for s390.
7983 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
7984 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
7985 variable for GPR 0 instead of assuming it is register 0.
7986 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
7987 * lib/trace-support.exp: Add s390 registers.
7988
bfa6adb9
YQ
79892016-03-29 Yao Qi <yao.qi@linaro.org>
7990
7991 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
7992
1e6697ea
YQ
79932016-03-24 Yao Qi <yao.qi@linaro.org>
7994
7995 * gdb.reverse/break-reverse.exp: Add quotation mark in the
7996 test message.
7997
64bcd522
AA
79982016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7999
8000 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
8001 maintaining separate logic for constructing the output path.
8002
7868401b
DB
80032016-03-16 Don Breazeal <donb@codesourcery.com>
8004
8005 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
8006 Retry fork and waitpid on interrupted system call errors.
8007 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8008 Use with_timeout_factor to increase timeout by factor of 10.
8009
1cafadb4
DB
80102016-03-15 Don Breazeal <donb@codesourcery.com>
8011
8012 * gdb.cp/scope-err.cc: New test program.
8013 * gdb.cp/scope-err.exp: New test script.
8014 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
8015 lines and "set breakpoint here" comment.
8016 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
8017 Fixed some whitespace and format issues.
8018 * gdb.mi/mi-linespec-err-cp.cc: New test program.
8019 * gdb.mi/mi-linespec-err-cp.exp: New test script.
8020
81516450
DE
80212016-03-15 Doug Evans <dje@google.com>
8022
8023 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
8024 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
8025 All callers updated. Add tests for enums, mixed flags register.
8026
aa52b601
DE
80272016-03-15 Doug Evans <dje@google.com>
8028
8029 * gdb.base/skip.c (main): Call test_skip_file_and_function.
8030 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
8031
fa4ff313
SM
80322016-03-14 Simon Marchi <simon.marchi@ericsson.com>
8033
8034 * gdb.base/default.exp: Add $_as_string to the list of expected
8035 convenience functions.
8036
f2403c39
AB
80372016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
8038
8039 * gdb.base/maint.exp: New tests for 'maint info line-table'.
8040
f2f3ccb9
SM
80412016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
8042
8043 * gdb.python/py-as-string.exp: New file.
8044 * gdb.python/py-as-string.c: New file.
8045
00dbd492
PA
80462016-03-09 Pedro Alves <palves@redhat.com>
8047
8048 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
8049 signal" -> "Thread NN received signal" output change.
8050 * gdb.threads/ia64-sigill.exp: Likewise.
8051 * gdb.threads/linux-dp.exp: Likewise.
8052 * gdb.threads/manythreads.exp: Likewise.
8053 * gdb.threads/pending-step.exp: Likewise.
8054 * gdb.threads/print-threads.exp: Likewise.
8055 * gdb.threads/sigstep-threads.exp: Likewise.
8056 * gdb.threads/staticthreads.exp: Likewise.
8057 * gdb.threads/tls.exp: Likewise.
8058
1e6697ea
YQ
80592016-03-09 Pedro Alves <palves@redhat.com>
8060
8061 * gdb.base/command-line-input.exp: New file.
8062
b04fd3be
MK
80632016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8064
8065 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
8066 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
8067 * gdb.trace/pending.exp: Accept leading dot before function name.
8068 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
8069 * lib/trace-support.exp: Set registers for ppc.
8070
98fa59e9
MK
80712016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8072
8073 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
8074 use it for disassembly; accept .main in addition to main in backtrace.
8075
f77198c8
MK
80762016-03-09 Wei-cheng Wang <cole945@gmail.com>
8077 Marcin Kościelnicki <koriakin@0x04.net>
8078
8079 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
8080 (gdb_recursion_test_ptr): New global variable.
8081 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
8082 gdb_recursion_test.
8083 (gdb_c_test): Ditto.
8084
ba84e0da
MK
80852016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8086
8087 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
8088 ordering.
8089
4366d36e
MK
80902016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8091
8092 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
8093 (bar): Add bar_start_lbl label.
8094 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
8095 of foo/bar for emitting DWARF and tracing.
8096
5eb264df
SDJ
80972016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
8098
8099 * analyze-racy-logs.py: Set executable bit.
8100
fb6a751f
SDJ
81012016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
8102
8103 * Makefile.in (DEFAULT_RACY_ITER): New variable.
8104 (CHECK_TARGET_TMP): Likewise.
8105 (check-single-racy): New rule.
8106 (check-parallel-racy): Likewise.
8107 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
8108 (do-check-parallel-racy): New rule.
8109 (check-racy/%.exp): Likewise.
8110 * README (Racy testcases): New section.
8111 * analyze-racy-logs.py: New file.
8112
bdf7e230
DE
81132016-03-03 Doug Evans <dje@google.com>
8114
8115 * gdb.base/skip.exp: Use with_test_prefix.
8116
4719d415
YQ
81172016-03-03 Yao Qi <yao.qi@linaro.org>
8118
8119 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
8120 Invoke step_over_syscall "clone" and break_cond_on_syscall
8121 "clone".
8122 * gdb.base/step-over-clone.c: New file.
8123
ea507862
YQ
81242016-03-03 Yao Qi <yao.qi@linaro.org>
8125
8126 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
8127 code format.
8128
8fc8cbda
YQ
81292016-03-03 Yao Qi <yao.qi@linaro.org>
8130
8131 * gdb.base/disp-step-fork.c: Rename to ...
8132 * gdb.base/step-over-fork.c: ... it. New file.
8133 * gdb.base/disp-step-vfork.c: Rename to ...
8134 * gdb.base/step-over-vfork.c: ... it. New file.
8135 * gdb.base/disp-step-syscall.exp: Rename to ...
8136 * gdb.base/step-over-syscall.exp: ... it. New file.
8137 (disp_step_cross_syscall): Rename to ...
8138 (step_over_syscall): ... it.
8139
92fa70b0
YQ
81402016-03-03 Yao Qi <yao.qi@linaro.org>
8141
8142 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
8143 If target supports condition evaluation on target, invoke
8144 break_cond_on_syscall for fork and vfork.
8145
e197ad3c
YQ
81462016-03-03 Yao Qi <yao.qi@linaro.org>
8147
8148 * gdb.base/disp-step-syscall.exp: Don't invoke
8149 support_displaced_stepping.
8150 (disp_step_cross_syscall): Test with displaced stepping off and
8151 on if supported.
8152
0b47da9f
YQ
81532016-03-03 Yao Qi <yao.qi@linaro.org>
8154
8155 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
8156 proc.
8157 (setup): New proc.
8158 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
8159 and setup.
8160
065ab6dc
BH
81612016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8162
8163 * gdb.fortran/vla-history.exp: Remove breakpoint.
8164
07e448ad 81652016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8166
25d49b86
PA
8167 * gdb.fortran/vla-history.exp: Lookup array elements and printing
8168 exceeds timeout.
07e448ad 8169
9ac2d526 81702016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8171
25d49b86
PA
8172 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
8173 breakpoint.
9ac2d526 8174
17807369
BH
81752016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8176
8177 * gdb.mi/vla.f90: Nullify pointer after declaration.
8178
86e501af
PA
81792016-03-01 Pedro Alves <palves@redhat.com>
8180
8181 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
8182
1e903e32
PA
81832016-03-01 Pedro Alves <palves@redhat.com>
8184
8185 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
8186 before anything else.
8187 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
8188 _GNU_SOURCE here.
8189 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
8190 before anything else.
8191 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
8192
6ccb54e2
PA
81932016-03-01 Pedro Alves <palves@redhat.com>
8194
8195 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
8196
30ca9da1
YQ
81972016-03-01 Yao Qi <yao.qi@linaro.org>
8198
8199 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
8200 prepare_for_testing.
8201
dc856b38
YQ
82022016-03-01 Yao Qi <yao.qi@linaro.org>
8203
8204 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
8205
4a932159
AA
82062016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8207
8208 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
8209 manually constructing the output path.
8210
f2489477
AA
82112016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8212
8213 * gdb.arch/s390-stackless.S: New.
8214 * gdb.arch/s390-stackless.exp: New.
8215
38899f16
IB
82162016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
8217
8218 * gdb.dlang/circular.c: New file.
8219 * gdb.dlang/circular.exp: New file.
8220
9fde51ed
YQ
82212016-02-26 Yao Qi <yao.qi@linaro.org>
8222
8223 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
8224 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
8225 (testcases): Update.
8226
ce90fefe
YQ
82272016-02-26 Yao Qi <yao.qi@linaro.org>
8228
8229 * gdb.reverse/aarch64.c: Rename to ...
8230 * gdb.reverse/insn-reverse.c: ... it.
8231 * gdb.reverse/aarch64.exp: Rename to ...
8232 * gdb.reverse/insn-reverse.exp: ... it.
8233
3263bceb
YQ
82342016-02-26 Yao Qi <yao.qi@linaro.org>
8235
8236 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
8237 (testcase_ftype): New.
8238 (testcases): New array.
8239 (n_testcases): New.
8240 (main): Call each element in testcases.
8241 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
8242 (read_testcase): New.
8243 Do the tests in a loop.
8244
6cb59ff1
YQ
82452016-02-25 Yao Qi <yao.qi@linaro.org>
8246
8247 * gdb.base/branches.c: Remove.
8248
ae91f625
MK
82492016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8250
8251 PR gdb/13808
8252 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
8253
678b48b7
MK
82542016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8255
8256 * gdb.trace/ftrace.exp: Remove unnecessary target check.
8257
7337a6f2
MK
82582016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8259
8260 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
8261 change x86_64 call_insn to 'callq'.
8262
861ca91f
AT
82632016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
8264
8265 * gdb.trace/tfile-avx.c: Move to...
8266 * gdb.trace/tracefile-pseudo-reg.c: Here.
8267 * gdb.trace/tfile-avx.exp: Move to...
8268 * gdb.trace/tracefile-pseudo-reg.exp: Here.
8269
bf74e428
GB
82702016-02-24 Gary Benson <gbenson@redhat.com>
8271
8272 * gdb.base/attach-pie-noexec.exp: Do not expect an error
8273 message on attach.
8274
cce0e923
DE
82752016-02-23 Doug Evans <dje@google.com>
8276
8277 * gdb.base/skip.c (test_skip): New function.
8278 (end_test_skip_file_and_function): New function.
8279 (test_skip_file_and_function): New function.
8280 * gdb.base/skip1.c (test_skip): New function.
8281 (skip1_test_skip_file_and_function): New function.
8282 * gdb.base/skip.exp: Add tests for new skip options.
8283 * gdb.base/skip-solib.exp: Update expected output.
8284 * gdb.perf/skip-command.cc: New file.
8285 * gdb.perf/skip-command.exp: New file.
8286 * gdb.perf/skip-command.py: New file.
8287
4000e47e
MK
82882016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
8289
8290 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
8291 info registers pattern.
8292
24f75ead
IB
82932016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
8294
8295 * lib/future.exp: Add D support.
8296 (gdb_find_gdc): New proc.
8297 (gdb_default_target_compile): Add D support.
8298
fbb7bcbe
WW
82992016-02-18 Wei-cheng Wang <cole945@gmail.com>
8300
8301 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
8302 user+system time.
8303 (trace_speed_test): Determine the iteration count for a time
8304 between 15..30 seconds.
8305
012b3a21
WT
83062016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
8307
8308 * gdb.arch/i386-mpx-sigsegv.c: New file.
8309 * gdb.arch/i386-mpx-sigsegv.exp: New file.
8310 * gdb.arch/i386-mpx-simple_segv.c: New file.
8311 * gdb.arch/i386-mpx-simple_segv.exp: New file.
8312
2d5189bd
YQ
83132016-02-18 Yao Qi <yao.qi@linaro.org>
8314
8315 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
8316 Don't call setup_kfail.
8317
40fb20d0
YQ
83182016-02-18 Yao Qi <yao.qi@linaro.org>
8319
8320 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8321 Set "set breakpoint condition-evaluation" per $cond_bp_target.
8322
21b1f8d2
DE
83232016-02-16 Doug Evans <dje@google.com>
8324
8325 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
8326 * gdb.base/skip1.c: Ditto.
8327 * gdb.base/skip.exp: Whitespace cleanup.
8328
4041ed77
DB
83292016-02-16 Don Breazeal <donb@codesourcery.com>
8330
8331 PR remote/19496
8332 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8333 Remove kfail for PR remote/19496.
8334
c4ef31bf
SM
83352016-02-16 Simon Marchi <simon.marchi@ericsson.com>
8336
8337 * lib/gdb.exp (standard_temp_file): Return a path specific to
8338 the runtest invocation.
8339
266b65b3
SM
83402016-02-16 Simon Marchi <simon.marchi@ericsson.com>
8341
8342 * gdb.trace/save-trace.exp: Change relative path to be in the
8343 standard output directory.
8344
a7a0a6a9
JK
83452016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8346
8347 * gdb.arch/i386-prologue.c: Add missing prototypes.
8348
c99dbb42
JK
83492016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8350
8351 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
8352 * gdb.arch/i386-prologue.exp: Likewise.
8353 * gdb.arch/i386-size.exp: Likewise.
8354
aa480355
SM
83552016-02-15 Simon Marchi <simon.marchi@ericsson.com>
8356
8357 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
8358 define object file path.
8359 * gdb.btrace/gcore.exp: Use standard_output_file to define core
8360 file path.
8361 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
8362 standard_output_file to define binfile.
8363
ba881f50
JK
83642016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8365
8366 Fix compatibility with recent gfortran-5.3.1.
8367 * gdb.fortran/vla-history.exp (print vla1 allocated)
8368 (print vla2 allocated, print $2, print $3): Remove
8369 (print $4): Rename to ...
8370 (print $2): ... here.
8371 (print $9): Rename to ...
8372 (print $5): ... here.
8373 (print $10): Rename to ...
8374 (print $6): ... here.
8375 * gdb.fortran/vla.f90: Add pvla initialization.
8376
e9fb005c
JK
83772016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8378
8379 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
8380 New test.
8381 * gdb.fortran/vla-value-sub.exp: Likewise.
8382
e44e00ff
MK
83832016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
8384
8385 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
8386
97e94151
SM
83872016-02-12 Simon Marchi <simon.marchi@ericsson.com>
8388
8389 * i386-biarch-core.exp: Define corefile using
8390 standard_output_file.
8391
01113bc1
YQ
83922016-02-12 Yao Qi <yao.qi@linaro.org>
8393
8394 * gdb.arch/arm-single-step-kernel-helper.c: New.
8395 * gdb.arch/arm-single-step-kernel-helper.exp: New.
8396
33b4777c
MM
83972016-02-12 Markus Metzger <markus.t.metzger@intel.com>
8398
8399 * gdb.btrace/tailcall-only.exp: New.
8400 * gdb.btrace/tailcall-only.c: New.
8401 * gdb.btrace/x86_64-tailcall-only.S: New.
8402 * gdb.btrace/i686-tailcall-only.S: New.
8403
acc23c11
PA
84042016-02-11 Pedro Alves <palves@redhat.com>
8405
8406 * README (Parallel testing): Add missing double quotes.
8407
e352bf0a
PA
84082016-02-11 Pedro Alves <palves@redhat.com>
8409
8410 * README (Parallel testing): New section.
8411 (GDB_PARALLEL): Rewrite.
8412 (FORCE_PARALLEL): Document.
8413
9f5fed78
MK
84142016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
8415
8416 * gdb.trace/tfile-avx.c: New test.
8417 * gdb.trace/tfile-avx.exp: New test.
8418
9ef9e6a6
KS
84192016-02-09 Keith Seitz <keiths@redhat.com>
8420
8421 PR breakpoints/19546
8422 * gdb.base/infcall-exec.c: New file.
8423 * gdb.base/infcall-exec2.c: New file.
8424 * gdb.base/infcall-exec.exp: New file.
8425
a96e36da
KS
84262016-02-09 Keith Seitz <keiths@redhat.com>
8427
8428 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
8429 (toplevel): Call test_bkpt_address.
8430
9f61929f
KS
84312016-02-09 Keith Seitz <keiths@redhat.com>
8432
8433 PR python/19506
8434 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
8435 (toplevel): Call test_bkpt_address.
8436
1e94266c
SM
84372016-02-09 Simon Marchi <simon.marchi@ericsson.com>
8438
8439 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
8440 to AC_OUTPUT.
8441 * configure: Regenerate.
8442
2a7f3dff
PA
84432016-02-09 Pedro Alves <palves@redhat.com>
8444
8445 PR breakpoints/19548
8446 * gdb.base/execl-update-breakpoints.c (some_function): New
8447 function.
8448 (main): Call it.
8449 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
8450 Tighten expected GDB output.
8451
2151ccc5
SM
84522016-02-08 Simon Marchi <simon.marchi@ericsson.com>
8453
8454 * Makefile.in (ALL_SUBDIRS): Remove.
8455 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
8456 (distclean maintainer-clean realclean): Likewise.
8457 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
8458 * configure: Regenerate.
8459 * gdb.ada/Makefile.in: Delete.
8460 * gdb.arch/Makefile.in: Likewise.
8461 * gdb.asm/Makefile.in: Likewise.
8462 * gdb.base/Makefile.in: Likewise.
8463 * gdb.btrace/Makefile.in: Likewise.
8464 * gdb.cell/Makefile.in: Likewise.
8465 * gdb.compile/Makefile.in: Likewise.
8466 * gdb.cp/Makefile.in: Likewise.
8467 * gdb.disasm/Makefile.in: Likewise.
8468 * gdb.dlang/Makefile.in: Likewise.
8469 * gdb.dwarf2/Makefile.in: Likewise.
8470 * gdb.fortran/Makefile.in: Likewise.
8471 * gdb.gdb/Makefile.in: Likewise.
8472 * gdb.go/Makefile.in: Likewise.
8473 * gdb.guile/Makefile.in: Likewise.
8474 * gdb.java/Makefile.in: Likewise.
8475 * gdb.linespec/Makefile.in: Likewise.
8476 * gdb.mi/Makefile.in: Likewise.
8477 * gdb.modula2/Makefile.in: Likewise.
8478 * gdb.multi/Makefile.in: Likewise.
8479 * gdb.objc/Makefile.in: Likewise.
8480 * gdb.opencl/Makefile.in: Likewise.
8481 * gdb.opt/Makefile.in: Likewise.
8482 * gdb.pascal/Makefile.in: Likewise.
8483 * gdb.perf/Makefile.in: Likewise.
8484 * gdb.python/Makefile.in: Likewise.
8485 * gdb.reverse/Makefile.in: Likewise.
8486 * gdb.server/Makefile.in: Likewise.
8487 * gdb.stabs/Makefile.in: Likewise.
8488 * gdb.threads/Makefile.in: Likewise.
8489 * gdb.trace/Makefile.in: Likewise.
8490 * gdb.xml/Makefile.in: Likewise.
8491 * lib/gdb.exp (make_gdb_parallel_path): Add check for
8492 GDB_PARALLEL.
8493 (standard_output_file): Remove check for GDB_PARALLEL, always
8494 return path in outputs/$subdir/$testname.
8495
437277d4
SM
84962016-02-08 Simon Marchi <simon.marchi@ericsson.com>
8497
8498 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
8499 (site.exp): Assign abs_srcdir to tcl's srcdir.
8500
31d913c7
YQ
85012016-02-04 Yao Qi <yao.qi@linaro.org>
8502
8503 * gdb.base/foll-exec-mode.c: Include limits.h.
8504 (main): Add parameters argc and argv. Get directory from
8505 argv[0].
8506 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
8507 compilation.
8508 * gdb.base/foll-exec.c: Include limits.h.
8509 (main): Add parameters argc and argv.
8510 Get directory from argv[0].
8511 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
8512 Adjust tests on the number of lines as source code changed.
8513 * gdb.base/foll-vfork-exit.c: Include limits.h.
8514 (main): Add one line of statement before vfork.
8515 * gdb.base/foll-vfork.c: Include limits.h and string.h.
8516 (main): Add parameters argc and argv. Get directory from
8517 argv[0].
8518 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
8519 (setup_gdb): Set tbreak to skip some source lines.
8520 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
8521 (main): Add parameters argc and argv. Get directory from
8522 argv[0].
8523 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
8524 compilation.
8525 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
8526 (main): Add parameters argc and argv. Get directory from
8527 argv[0].
8528 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
8529 compilation.
8530
9482b9fb
DE
85312016-02-01 Doug Evans <dje@google.com>
8532
8533 * gdb.base/skip.exp: Clean up multiple references to same test name.
8534
6b2e4f10
PA
85352016-02-01 Pedro Alves <palves@redhat.com>
8536
ccb6afd6 8537 PR remote/19496
6b2e4f10
PA
8538 * gdb.threads/forking-threads-plus-breakpoint.exp
8539 (displaced_stepping_supported): New global.
8540 (probe_displaced_stepping_support): New procedure.
8541 (do_test): Add 'displaced' parameter, and use it.
8542 (top level): Check for displaced stepping support. Add displaced
8543 stepping on/off testing axis.
8544
37a8db1a
AB
85452016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
8546
8547 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
8548 pointer. Don't perform further tests on the unassociated pointer
8549 if the first test fails.
8550
5fdf6324
AB
85512016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
8552
8553 * gdb.base/max-value-size.c: New file.
8554 * gdb.base/max-value-size.exp: New file.
8555 * gdb.base/huge.exp: Disable max-value-size for this test.
8556
935c6144
IB
85572016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
8558
8559 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8560
7fe8399d
YQ
85612016-01-28 Yao Qi <yao.qi@linaro.org>
8562
8563 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
8564
a2077e25
PA
85652016-01-25 Pedro Alves <palves@redhat.com>
8566
8567 PR threads/19461
8568 * gdb.base/fork-running-state.c: New file.
8569 * gdb.base/fork-running-state.exp: New file.
8570
1d2736d4
PA
85712016-01-25 Pedro Alves <palves@redhat.com>
8572
8573 PR gdb/19494
8574 * gdb.base/catch-fork-kill.c: New file.
8575 * gdb.base/catch-fork-kill.exp: New file.
8576
f1da4b11
PA
85772016-01-25 Pedro Alves <palves@redhat.com>
8578
8579 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
8580 Delete, moved to lib/gdb.exp.
8581 * gdb.threads/forking-threads-plus-breakpoint.exp
8582 (foreach_with_prefix): Likewise.
8583 * gdb.threads/process-dies-while-handling-bp.exp
8584 (foreach_with_prefix): Likewise.
8585 * lib/gdb.exp (foreach_with_prefix): New procedure.
8586
45f38546
MK
85872016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
8588
8589 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
8590 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
8591
dc29a1ce
MK
85922016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
8593
8594 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
8595 endian targets.
8596
092127d7
JK
85972016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8598 Pedro Alves <palves@redhat.com>
8599
8600 Fix testsuite compatibility with Guile.
8601 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
8602 number.
8603
31d765d3
JK
86042016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8605
8606 Fix testsuite compatibility with Guile.
8607 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
8608 (thread 1): New test for backtrace through signal handler.
8609
1ac78c04
YQ
86102016-01-22 Yao Qi <yao.qi@linaro.org>
8611
8612 PR testsuite/19491
8613 * gdb.base/multi-forks.c: Include
8614 ../lib/unbuffer_output.c
8615 (main): Call gdb_unbuffer_output.
8616
4f5946a8
DE
86172016-01-21 Doug Evans <dje@google.com>
8618
8619 * lib/ada.exp (gdb_compile_ada): Fix typo.
8620
305e13e6
JB
86212016-01-21 Joel Brobecker <brobecker@adacore.com>
8622
8623 * gdb.base/break-fun-addr.exp: New file.
8624 * gdb.base/break-fun-addr1.c: New file.
8625 * gdb.base/break-fun-addr2.c: New file.
8626
5f5dfff6
SM
86272016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
8628
8629 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
8630 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
8631 enum flag values.
8632
fd356fa2
AA
86332016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8634
8635 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
8636 when GDB can not set the vector return value. Add more comments
8637 for clarification.
8638
9df22175
AT
86392016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
8640
8641 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
8642 command.
8643
41d1845e
SM
86442016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8645
8646 * Makefile.in (DO_RUNTEST): Add --status and update usages.
8647
01ac6840
SM
86482016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8649
8650 * Makefile.in (check-single): Pass --status to runtest.
8651 (check/%.exp): Likewise.
8652
86532016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8654
8655 * Makefile.in (check-parallel): Propagate return code from make
8656 do-check-parallel.
8657
bd0a71fa
MK
86582016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
8659
8660 * gdb.trace/ftrace.exp: Fix expected message on continue.
8661 * gdb.trace/pending.exp: Fix expected message on continue.
8662 * gdb.trace/trace-break.exp: Fix expected message on continue.
8663
8bcbad33
SM
86642016-01-18 Simon Marchi <simon.marchi@ericsson.com>
8665
8666 * lib/gdb.exp (gdb_test): Remove unused global references.
8667
f303dbd6
PA
86682016-01-18 Pedro Alves <palves@redhat.com>
8669
8670 * gdb.base/async-shell.exp: Adjust expected output.
8671 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
8672 * gdb.base/siginfo-thread.exp: Adjust expected output.
8673 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
8674 * gdb.java/jnpe.exp: Adjust expected output.
8675 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
8676 * gdb.threads/continue-pending-status.exp: Adjust expected output.
8677 * gdb.threads/leader-exit.exp: Adjust expected output.
8678 * gdb.threads/manythreads.exp: Adjust expected output.
8679 * gdb.threads/pthreads.exp: Adjust expected output.
8680 * gdb.threads/schedlock.exp: Adjust expected output.
8681 * gdb.threads/siginfo-threads.exp: Adjust expected output.
8682 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
8683 expected output.
8684 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
8685 output.
8686 * gdb.threads/sigthread.exp: Adjust expected output.
8687 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
8688
b2789696
YQ
86892016-01-18 Yao Qi <yao.qi@linaro.org>
8690
8691 * gdb.guile/scm-section-script.c: Replace @progbits with
8692 %progbits.
8693 * gdb.python/py-section-script.c: Likewise.
8694
71ef29a8
PA
86952016-01-15 Pedro Alves <palves@redhat.com>
8696
8697 * gdb.multi/tids.exp: Test star wildcard ranges.
8698
3f5b7598
PA
86992016-01-15 Pedro Alves <palves@redhat.com>
8700
8701 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
8702 command from "thread apply" invocation.
8703 (thr_apply_info_thr_invalid): Default the expected output to the
8704 input tid list.
8705 (top level): Add tests that use convenience variables. Add tests
8706 for "thread apply" with a valid TID list, but missing the command.
8707
663f6d42
PA
87082016-01-13 Pedro Alves <palves@redhat.com>
8709
8710 * gdb.base/default.exp: Expect $_gthread as well.
8711 * gdb.multi/tids.exp: Test $_gthread.
8712 * gdb.threads/thread-specific.exp: Test $_gthread.
8713
c84f6bbf
PA
87142016-01-13 Pedro Alves <palves@redhat.com>
8715
8716 * gdb.multi/tids.exp: Test "info threads -gid".
8717
22a02324
PA
87182016-01-13 Pedro Alves <palves@redhat.com>
8719
8720 * gdb.multi/tids.exp: Test InferiorThread.global_num and
8721 Breakpoint.thread.
8722 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
8723
5d5658a1
PA
87242016-01-07 Pedro Alves <palves@redhat.com>
8725
8726 * gdb.base/break.exp: Adjust to output changes.
8727 * gdb.base/hbreak2.exp: Likewise.
8728 * gdb.base/sepdebug.exp: Likewise.
8729 * gdb.base/watch_thread_num.exp: Likewise.
8730 * gdb.linespec/keywords.exp: Likewise.
8731 * gdb.multi/info-threads.exp: Likewise.
8732 * gdb.threads/thread-find.exp: Likewise.
8733 * gdb.multi/tids.c: New file.
8734 * gdb.multi/tids.exp: New file.
8735
84654457
PA
87362016-01-13 Pedro Alves <palves@redhat.com>
8737
8738 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
8739
e3940304
PA
87402016-01-13 Pedro Alves <palves@redhat.com>
8741
8742 * gdb.base/default.exp: Expect $_inferior as well.
8743 * gdb.multi/base.exp: Test $_inferior.
8744
a911d87a
PA
87452016-01-13 Pedro Alves <palves@redhat.com>
8746
8747 PR breakpoints/19388
8748 * gdb.base/catch-signal-siginfo-cond.c: New file.
8749 * gdb.base/catch-signal-siginfo-cond.exp: New file.
8750
82075af2
JS
87512016-01-12 Josh Stone <jistone@redhat.com>
8752 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8753
8754 * gdb.base/catch-syscall.c (do_execve): New variable.
8755 (main): Conditionally trigger an execve.
8756 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
8757 (test_catch_syscall_execve): New, check entry/return across execve.
8758 (do_syscall_tests): Call test_catch_syscall_execve.
8759
e46eeedd
PA
87602016-01-12 Pedro Alves <palves@redhat.com>
8761
8762 * gdb.base/random-signal.exp (do_test): New procedure, with body
8763 of testcase moved in.
8764
01d8c27e
JK
87652016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8766 Pedro Alves <palves@redhat.com>
8767
8768 * gdb.base/funcargs.exp (finish from indirectly called function):
8769 Reintroduce the case for 'First'.
8770
9a706302
JK
87712016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8772 Pedro Alves <palves@redhat.com>
8773
8774 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
8775 (tcatch_vfork_then_child_follow_exec)
8776 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
8777 identification.
8778
c0ecb95f
JK
87792016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8780
8781 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
8782 and repeats to unlimited.
8783 * gdb.python/py-value.exp: Likewise.
8784 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
8785 and repeats to unlimited.
8786
6cfc1fcb
JK
87872016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8788
8789 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
8790 and reordering the functions.
8791 * gdb.multi/hangout.c: Likewise.
8792 * gdb.multi/hello.c: Likewise.
8793
582a1b00
SM
87942016-01-08 Simon Marchi <simon.marchi@ericsson.com>
8795
8796 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
8797 absolute.
8798 (SingleStatisticTestResult.report): Use dict.keys instead of
8799 dict.iterkeys.
8800
79bc59cb
PA
88012016-01-06 Pedro Alves <palves@redhat.com>
8802
8803 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
8804
43368e1d
MM
88052016-01-04 Markus Metzger <markus.t.metzger@intel.com>
8806
8807 * gdb.btrace/dlopen.exp: New.
8808 * gdb.btrace/dlopen.c: New.
8809 * gdb.btrace/dlopen-dso.c: New.
8810
79fad5b8
SL
88112015-12-25 Sandra Loosemore <sandra@codesourcery.com>
8812
8813 * lib/gdb.exp (gdb_test): Update comments to clarify that the
8814 PATTERN argument is optional.
8815
ab8314b3
JB
88162015-12-24 Joel Brobecker <brobecker@adacore.com>
8817
8818 * lib/ada.exp (target_compile_ada_from_dir): New function.
8819 (gdb_compile_ada): Reimplement avoiding the use of project files.
8820 * gdb.ada/gnat_ada.gpr: Delete.
8821 * gdb.ada/cond_lang.exp: Adjust test to make path before
8822 filename optional.
8823 * gdb.ada/small_reg_param.exp: Likewise.
8824
fe33faff
SM
88252015-12-22 Simon Marchi <simon.marchi@ericsson.com>
8826
8827 * gdb.base/foll-vork.exp: Remove HP-UX special case.
8828
6d265cb4
TP
88292015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
8830
8831 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
8832 case.
8833
10125099
SM
88342015-12-21 Simon Marchi <simon.marchi@ericsson.com>
8835
8836 * gdb.base/break.exp: Remove dead code.
8837 * gdb.base/sepdebug.exp: Likewise.
8838
3ca22649
SM
88392015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8840
8841 * gdb.asm/asm-source.exp: Remove HP-UX references.
8842 * gdb.base/annota1.exp: Likewise.
8843 * gdb.base/annota3.exp: Likewise.
8844 * gdb.base/attach.exp: Likewise.
8845 * gdb.base/bigcore.exp: Likewise.
8846 * gdb.base/break.exp: Likewise.
8847 * gdb.base/call-ar-st.exp: Likewise.
8848 * gdb.base/callfuncs.exp: Likewise.
8849 * gdb.base/catch-fork-static.exp: Likewise.
8850 * gdb.base/display.exp: Likewise.
8851 * gdb.base/foll-exec-mode.exp: Likewise.
8852 * gdb.base/foll-exec.exp: Likewise.
8853 * gdb.base/foll-fork.exp: Likewise.
8854 * gdb.base/foll-vfork.exp: Likewise.
8855 * gdb.base/funcargs.exp: Likewise.
8856 * gdb.base/hbreak2.exp: Likewise.
8857 * gdb.base/inferior-died.exp: Likewise.
8858 * gdb.base/interrupt.exp: Likewise.
8859 * gdb.base/multi-forks.exp: Likewise.
8860 * gdb.base/nodebug.exp: Likewise.
8861 * gdb.base/sepdebug.exp: Likewise.
8862 * gdb.base/solib1.c: Likewise.
8863 * gdb.base/step-test.exp: Likewise.
8864 * gdb.mi/non-stop.c: Likewise.
8865 * gdb.mi/pthreads.c: Likewise.
8866 * gdb.multi/bkpt-multi-exec.ex: Likewise.
8867 * gdb.threads/pthreads.c: Likewise.
8868 * gdb.threads/staticthreads.exp: Likewise.
8869 * lib/future.exp: Likewise.
8870 * lib/gdb.exp: Likewise.
8871 * gdb.base/so-indr-cl.c: Remove.
8872 * gdb.base/so-indr-cl.exp: Likewise.
8873 * gdb.base/solib.c: Likewise.
8874 * gdb.base/solib.exp: Likewise.
8875 * gdb.base/solib2.c: Likewise.
8876
b6304613
SM
88772015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8878
8879 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
8880 * gdb.base/call-ar-st.exp: Likewise.
8881 * gdb.base/callfuncs.exp: Likewise.
8882 * gdb.base/condbreak.exp: Likewise.
8883 * gdb.base/constvars.exp: Likewise.
8884 * gdb.base/hbreak2.exp: Likewise.
8885 * gdb.base/langs.exp: Likewise.
8886 * gdb.base/list.exp: Likewise.
8887 * gdb.base/long_long.exp: Likewise.
8888 * gdb.base/ptype.exp: Likewise.
8889 * gdb.base/scope.exp: Likewise.
8890 * gdb.base/signals.exp: Likewise.
8891 * gdb.base/so-impl-ld.exp: Likewise.
8892 * gdb.base/varargs.exp: Likewise.
8893 * gdb.base/volatile.exp: Likewise.
8894 * gdb.base/whatis.exp: Likewise.
8895 * gdb.cp/cplusfuncs.exp: Likewise.
8896 * gdb.cp/inherit.exp: Likewise.
8897 * gdb.cp/local.exp: Likewise.
8898 * gdb.cp/member-ptr.exp: Likewise.
8899 * gdb.cp/method.exp: Likewise.
8900 * gdb.cp/overload.exp: Likewise.
8901 * gdb.cp/templates.exp: Likewise.
8902 * gdb.stabs/weird.exp: Likewise.
8903 * lib/compiler.c: Likewise.
8904 * lib/compiler.cc: Likewise.
8905 * lib/cp-support.exp: Likewise.
8906 * lib/gdb.exp: Likewise.
8907
bf401b07
SM
89082015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
8909
8910 * configure.ac: Remove HP-UX case.
8911 * configure: Regenerate.
8912
aff9c0f8
SM
89132015-12-18 Simon Marchi <simon.marchi@ericsson.com>
8914
8915 * lib/gdb.exp (gdb_compile): Add function doc.
8916
a6904d5a
PA
89172015-12-17 Pedro Alves <palves@redhat.com>
8918
8919 PR threads/19354
8920 * gdb.multi/info-threads.exp: New file.
8921
a22279dd
YQ
89222015-12-15 Yao Qi <yao.qi@linaro.org>
8923
8924 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
8925 is aarch64*-*-*.
8926
0588c796
SL
89272015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8928
8929 * gdb.base/history-duplicates.exp: Skip if no readline support.
8930
5d978e17
SL
89312015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8932
8933 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
8934
7e763b86
SL
89352015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8936
8937 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
8938
87a3a92c
SL
89392015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8940
8941 * gdb.base/completion.exp: Skip tests that interrupt GDB with
8942 ctrl-C if nointerrupts target property is set.
8943 * gdb.base/double-prompt-target-event-error.exp: Likewise.
8944 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
8945 * gdb.base/paginate-bg-execution.exp: Likewise.
8946 * gdb.base/paginate-execution-startup.exp: Likewise.
8947 * gdb.base/random-signal.exp: Likewise.
8948 * gdb.base/range-stepping.exp: Likewise.
8949 * gdb.cp/annota2.exp: Likewise.
8950 * gdb.cp/annota3.exp: Likewise.
8951 * gdb.gdb/selftest.exp: Likewise.
8952 * gdb.threads/continue-pending-status.exp: Likewise.
8953 * gdb.threads/leader-exit.exp: Likewise.
8954 * gdb.threads/manythreads.exp: Likewise.
8955 * gdb.threads/pthreads.exp: Likewise.
8956 * gdb.threads/schedlock.exp: Likewise.
8957 * gdb.threads/sigthread.exp: Likewise.
8958
a8f077dc
DB
89592015-12-11 Don Breazeal <donb@codesourcery.com>
8960
8961 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
8962 remote.
8963 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
8964 * gdb.base/foll-exec.exp (main): Enable for target remote.
8965 * gdb.base/foll-fork.exp (main): Likewise.
8966 * gdb.base/foll-vfork.exp (main): Likewise.
8967 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
8968 (proc continue_to_exit_bp_loc): Use clean_restart.
8969 * gdb.base/pie-execl.exp (main): Disable for target remote.
8970 * gdb.base/watch-vfork.exp (main): Enable for target remote.
8971 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
8972 * gdb.threads/execl.exp (main): Likewise.
8973 * gdb.threads/fork-child-threads.exp (main): Likewise.
8974 * gdb.threads/fork-plus-threads.exp (main): Disable for target
8975 remote.
8976 * gdb.threads/fork-thread-pending.exp (main): Enable for target
8977 remote.
8978 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
8979 pid.tid style ptids, instead of just tid.
8980 * gdb.threads/thread-execl.exp (main): Enable for target remote.
8981 * gdb.threads/watchpoint-fork.exp (main): Likewise.
8982 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
8983 ptids, instead of just tid.
8984
3b2464a8
AB
89852015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8986
8987 * gdb.base/list.exp (test_list_forward): Add end of file error
8988 test.
8989 (test_repeat_list_command): Add end of file error test.
8990 (test_list_backwards): Add beginning of file error test.
8991
a0def019
AB
89922015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8993
8994 * gdb.base/list.exp (test_list_invalid_args): New function,
8995 defined, and called.
8996
5c000dff
AB
89972015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8998
8999 * gdb.base/list.exp (test_list): Make test names unique.
9000
f1637ebe
YQ
90012015-12-11 Yao Qi <yao.qi@linaro.org>
9002
9003 * gdb.base/coremaker2.c: Remove.
9004
36d6fc0a
PA
90052015-12-10 Pedro Alves <palves@redhat.com>
9006
9007 * gdb.multi/base.exp: Remove stale "spaces" references.
9008
762f7747
PA
90092015-12-10 Pedro Alves <palves@redhat.com>
9010
9011 * gdb.multi/base.exp: Don't use nowarnings.
9012 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
9013 * gdb.multi/hangout.c: Include stdio.h.
9014 * gdb.multi/hello.c: Include stdlib.h.
9015 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
9016 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
9017 * gdb.multi/multi-arch.exp: Don't use nowarnings.
9018
28d2bfb9
AB
90192015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
9020
9021 * gdb.dwarf2/dw2-ranges-base.c: New file.
9022 * gdb.dwarf2/dw2-ranges-base.exp: New file.
9023 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
9024 support additional line table, and debug ranges generation.
9025 (Dwarf::ranges): New function, generate .debug_ranges.
9026 (Dwarf::lines): Support generating simple line table programs.
9027 (Dwarf::assemble): Initialise new namespace variables.
9028
5fc2beac
KB
90292015-12-09 Kevin Buettner <kevinb@redhat.com>
9030
9031 * gdb.base/async.exp (proc test_background): Add case for
9032 asynchronous execution not supported.
9033
1c35a88f
LM
90342015-12-09 Luis Machado <lgustavo@codesourcery.com>
9035
9036 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
9037 format and change test names to make them unique.
9038
b593e3d9
RK
90392015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
9040 Pedro Alves <pedro@redhat.com>
9041
9042 PR gdb/18702
9043 Add checking of floatformats setup on x86_64 hosts.
9044 * gdb.arch/i386-float.S (main): Load bigval and smallval.
9045 (smallval, bigval): New labels/constants.
9046 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
9047 float" after loading bigval and smallval.
9048
d72413e6
PMR
90492015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
9050
9051 * gdb.ada/fun_overload_menu.exp: New testcase.
9052 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
9053
ece66d65
JS
90542015-12-04 Josh Stone <jistone@redhat.com>
9055
9056 * gdb.base/catch-fork-static.exp: New.
9057
41d0efca
YQ
90582015-12-03 Yao Qi <yao.qi@linaro.org>
9059
9060 * gdb.base/sizeof.c: Don't include stdio.h and
9061 ../lib/unbuffer_output.c.
9062 (main): New variable 'size' and 'value'. Remove printf and
9063 gdb_unbuffer_output. Assign return value to size and value.
9064 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
9065 at the beginning.
9066 (check_sizeof): Check the result by printing variable 'size'.
9067 (check_valueof): Check the result by printing variable 'value'.
9068
99fd02d9
YQ
90692015-12-01 Yao Qi <yao.qi@linaro.org>
9070
9071 * gdb.base/disp-step-syscall.exp: Define syscall instruction
9072 for aarch64*-*-linux* target.
9073
f2faf941
PA
90742015-11-30 Pedro Alves <palves@redhat.com>
9075
9076 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
9077
04bf20c5
PA
90782015-11-30 Pedro Alves <palves@redhat.com>
9079
9080 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
9081 Handle non-stop mode vCont replies.
9082
09df4675
PA
90832015-11-30 Pedro Alves <palves@redhat.com>
9084
9085 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
9086 prepare_for_testing. Start gdb with "set non-stop on" appended to
9087 GDBFLAGS. Lax expected stop output.
9088
58b584af
YQ
90892015-11-27 Yao Qi <yao.qi@linaro.org>
9090
9091 * gdb.arch/arm-neon.exp: New.
9092 * gdb.arch/arm-neon.c: New.
9093
dfcb77a8
YQ
90942015-11-27 Yao Qi <yao.qi@linaro.org>
9095
9096 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
9097
88e8ec1b
YQ
90982015-11-27 Yao Qi <yao.qi@linaro.org>
9099
9100 * gdb.cp/annota2.exp: Allow multiple occurrences of the
9101 frames-invalid annotation.
9102
bfde72c2
YQ
91032015-11-27 Yao Qi <yao.qi@linaro.org>
9104
9105 * gdb.cp/annota2.exp: Use ${frames_invalid}.
9106
f6512a69
SM
91072015-11-26 Simon Marchi <simon.marchi@ericsson.com>
9108
9109 * gdb.threads/names.exp: New file.
9110 * gdb.threads/names.c: New file.
9111 * README: Mention gdb,no_thread_names.
9112
46a3515b
MM
91132015-11-26 Markus Metzger <markus.t.metzger@intel.com>
9114
9115 PR 19297
9116 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
9117 support" error.
9118
62147a22
PA
91192015-11-24 Pedro Alves <palves@redhat.com>
9120
9121 PR 17539
9122 * gdb.base/display.exp: Expect displays to be sorted in ascending
9123 order. Use multi_line.
9124 * gdb.base/solib-display.exp: Likewise.
9125
2f341b6e
PA
91262015-11-24 Pedro Alves <palves@redhat.com>
9127
9128 PR 17539
25d49b86
PA
9129 * gdb.base/display.exp: Expect displays to be sorted in ascending
9130 order. Use multi_line.
9131 * gdb.base/solib-display.exp: Likewise.
2f341b6e 9132
7e0aa6aa
PA
91332015-11-24 Pedro Alves <palves@redhat.com>
9134
9135 PR 17539
9136 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
9137 threads in ascending order.
9138 * gdb.base/foll-fork.exp: Likewise.
9139 * gdb.base/foll-vfork.exp: Likewise.
9140 * gdb.base/multi-forks.exp: Likewise.
9141 * gdb.mi/mi-nonstop.exp: Likewise.
9142 * gdb.mi/mi-nsintrall.exp: Likewise.
9143 * gdb.multi/base.exp: Likewise.
9144 * gdb.multi/multi-arch.exp: Likewise.
9145 * gdb.python/py-inferior.exp: Likewise.
9146 * gdb.threads/break-while-running.exp: Likewise.
9147 * gdb.threads/execl.exp: Likewise.
9148 * gdb.threads/gcore-thread.exp: Likewise.
9149 * gdb.threads/info-threads-cur-sal.exp: Likewise.
9150 * gdb.threads/kill.exp: Likewise.
9151 * gdb.threads/linux-dp.exp: Likewise.
9152 * gdb.threads/multiple-step-overs.exp: Likewise.
9153 * gdb.threads/next-bp-other-thread.exp: Likewise.
9154 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
9155 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
9156 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
9157 * gdb.threads/thread-find.exp: Likewise.
9158 * gdb.threads/tls.exp: Likewise.
9159 * lib/mi-support.exp (mi_reverse_list): Delete.
9160 (mi_check_thread_states): No longer reverse list.
9161
2cc57ad8
PA
91622015-11-24 Pedro Alves <palves@redhat.com>
9163
9164 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
9165 use lowercase.
9166
c93e8391
SM
91672015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9168
9169 * gdb.trace/actions.c: Include trace-common.h.
9170 (main): Add a location for a fast tracepoint.
9171 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
9172 the normal tracepoints.
9173 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
9174
045ccf91
SM
91752015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9176
9177 * save-trace.exp: Factor out code to these...
9178 (gdb_save_tracepoints): New.
9179 (gdb_load_tracepoints): New.
9180 (do_save_load_test): New.
9181
5506f9f6
KB
91822015-11-23 Kevin Buettner <kevinb@redhat.com>
9183
9184 * gdb.base/asmlabel.exp: New test.
9185 * gdb.base/asmlabel.c: New test case.
9186
16c3b12f
JB
91872015-11-23 Joel Brobecker <brobecker@adacore.com>
9188
9189 * gdb.base/wrong_frame_bt_full-main.c: New file.
9190 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
9191 * gdb.base/wrong_frame_bt_full.exp: New file.
9192
155bfbd3
JB
91932015-11-23 Joel Brobecker <brobecker@adacore.com>
9194
9195 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
9196
bb097445
JM
91972015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9198
206853a0 9199 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
9200 pstate register when comparing registers values in
9201 sparc64-*-linux-gnu targets to avoid spurious differences.
9202
9c88ed8f
JM
92032015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9204
206853a0 9205 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 9206
96161e25
SL
92072015-11-19 Sandra Loosemore <sandra@codesourcery.com>
9208
9209 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
9210 as type argument to gdb_compile.
9211 * gdb.base/nested-subp2.exp: Likewise.
9212 * gdb.base/nested-subp3.exp: Likewise.
9213
340c2830
DV
92142015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
9215
9216 * lib/dwarf.exp (_note): Fix left shift of negative value.
9217 * gdb.trace/trace-condition.exp: Likewise.
9218
c1862d0f
YQ
92192015-11-13 Yao Qi <yao.qi@linaro.org>
9220
9221 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
9222 comments about d10v.
9223 (test_scalar_returns): Likewise.
9224 * gdb.base/d10v.ld: Remove.
9225 * gdb.base/overlays.exp: Remove the target triplet checking for
9226 d10v-*-*.
9227 * gdb.base/structs.exp (test_struct_returns): Remove the
9228 comments about d10v.
9229 (test_struct_calls): Likewise.
9230
77ae9c19
YQ
92312015-11-13 Yao Qi <yao.qi@linaro.org>
9232
9233 * gdb.base/gnu_vector.exp: Check the return value by "p res".
9234 * gdb.base/gnu_vector.c: Don't include stdio.h.
9235 (main): Don't print res and call add_some_intvecs.
9236
430e004e
MK
92372015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
9238
9239 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
9240 macro.
9241 (func5): Removed.
9242 (func4): Use FAST_TRACEPOINT_LABEL.
9243 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
9244 macro.
9245 (func): Removed.
9246 (thread_function): Use FAST_TRACEPOINT_LABEL.
9247 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
9248 (func): Remove.
9249 (marker): Use FAST_TRACEPOINT_LABEL.
9250 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
9251 (pendfunc1): Remove.
9252 (pendfunc): Use FAST_TRACEPOINT_LABEL.
9253 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
9254 (foo): Remove.
9255 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
9256 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
9257 macro.
9258 (func): Remove.
9259 (marker): Use FAST_TRACEPOINT_LABEL.
9260 * gdb.trace/trace-common.h: New header.
9261 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
9262 macro.
9263 (func): Remove.
9264 (marker): Use FAST_TRACEPOINT_LABEL.
9265 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
9266 (func): Remove.
9267 (thread_function): Use FAST_TRACEPOINT_LABEL.
9268
6e7675a7
MK
92692015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
9270
9271 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
9272 in front.
9273 * gdb.trace/change-loc.exp: Use global pcreg definition.
9274 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
9275 * gdb.trace/entry-values.exp: Use global spreg definition, add $
9276 in front.
9277 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
9278 * gdb.trace/pending.exp: Likewise.
9279 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
9280 * gdb.trace/trace-break.exp: Likewise.
9281 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
9282 in front.
9283 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
9284 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
9285 in front.
9286 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
9287
dddc0e16
JB
92882015-11-09 Joel Brobecker <brobecker@adacore.com>
9289
9290 * gdb.ada/fin_fun_out: New testcase.
9291
c6f0b406
KB
92922015-11-07 Kevin Buettner <kevinb@redhat.com>
9293
9294 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
9295 value associated with DW_AT_byte_size.
9296 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
9297 constants for DW_AT_byte_size, DW_AT_lower_bound, and
9298 DW_AT_upper_bound.
9299
f01dcfd9
KB
93002015-11-07 Kevin Buettner <kevinb@redhat.com>
9301
9302 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
9303 (gdb_target_symbol_prefix_flags): Define in terms of _asm
9304 version.
9305 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
9306 gdb.dwarf2/dw2-canonicalize-type.exp,
9307 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
9308 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
9309 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
9310 provided by gdb_target_symbol_prefix_flags_asm.
9311 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
9312 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
9313 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
9314 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
9315 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
9316 macros where needed). Use this macro for symbols which require
9317 the prefix provided by SYMBOL_PREFIX.
9318
2223449a
KB
93192015-11-05 Kevin Buettner <kevinb@redhat.com>
9320
9321 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
9322 New procs.
9323 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
9324 representing expressions, of more than one list element.
9325 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
9326 to prepend linker symbol prefix to f.
9327 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
9328 table_1 and table_2.
9329 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
9330 Likewise, for f and g.
9331 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
9332 for ptr.
9333 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
9334 for main.
9335 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
9336 table_1_ptr and table_2_ptr.
9337
6f2f1a3a
JK
93382015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9339 Joel Brobecker <brobecker@adacore.com>
9340
9341 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
9342
566c56c9
MK
93432015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
9344
9345 * gdb.reverse/s390-mvcle.c: New test.
9346 * gdb.reverse/s390-mvcle.exp: New file.
9347 * lib/gdb.exp: Enable reverse tests on s390*-linux.
9348
d5f0636b
MK
93492015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
9350
9351 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
9352
7ad8b86c
MK
93532015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
9354
9355 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
9356 reaching marker2.
9357 * gdb.reverse/getresuid-reverse.exp: Likewise.
9358 * gdb.reverse/pipe-reverse.exp: Likewise.
9359 * gdb.reverse/readv-reverse.exp: Likewise.
9360 * gdb.reverse/recvmsg-reverse.exp: Likewise.
9361 * gdb.reverse/time-reverse.exp: Likewise.
9362 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
9363
4081c0f1
YQ
93642015-10-30 Yao Qi <yao.qi@linaro.org>
9365
9366 * gdb.threads/wp-replication.c (watch_count_done): Remove.
9367 (empty_cycle): Remove.
9368 (main): Don't call empty_cycle. Don't use watch_count_done.
9369 * gdb.threads/wp-replication.exp: Don't set breakpoint on
9370 empty_cycle. Rewrite the code counting HW watchpoints.
9371
452b4ba5
MK
93722015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
9373
9374 * gdb.reverse/fstatat-reverse.c: New test.
9375 * gdb.reverse/fstatat-reverse.exp: New file.
9376 * gdb.reverse/getresuid-reverse.c: New test.
9377 * gdb.reverse/getresuid-reverse.exp: New file.
9378 * gdb.reverse/pipe-reverse.c: New test.
9379 * gdb.reverse/pipe-reverse.exp: New file.
9380 * gdb.reverse/readv-reverse.c: New test.
9381 * gdb.reverse/readv-reverse.exp: New file.
9382 * gdb.reverse/recvmsg-reverse.c: New test.
9383 * gdb.reverse/recvmsg-reverse.exp: New file.
9384 * gdb.reverse/time-reverse.c: New test.
9385 * gdb.reverse/time-reverse.exp: New file.
9386 * gdb.reverse/waitpid-reverse.c: New test.
9387 * gdb.reverse/waitpid-reverse.exp: New file.
9388
5e2e7507
JK
93892015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9390
9391 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
9392
0fde2c53
DE
93932015-10-26 Doug Evans <dje@google.com>
9394
9395 PR symtab/17391
9396 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
9397 * gdb.dwarf2/bad-regnum.c: New file.
9398 * gdb.dwarf2/bad-regnum.exp: New file.
9399
1a70ae97
DE
94002015-10-26 Doug Evans <dje@google.com>
9401
9402 PR python/18938
9403 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
9404 file.
9405
27dc26ab
JK
94062015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9407
9408 * gdb.compile/compile.exp (compile code globalvar): Update expectation
9409 for a change by "Mention language in compile error message".
9410
bed91f4d
SM
94112015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
9412
9413 PR python/18073
9414 * gdb.python/py-type.c (C::a_method): New.
9415 (C::a_const_method): New.
9416 (C::a_static_method): New.
9417 (a_function): New.
9418 * gdb.python/py-type.exp (test_fields): Test getting fields
9419 from function and method.
9420
3f2f83dd
KB
94212015-10-21 Keven Boell <keven.boell@intel.com>
9422
9423 * gdb.fortran/vla-alloc-assoc.exp: New file.
9424 * gdb.fortran/vla-datatypes.exp: New file.
9425 * gdb.fortran/vla-datatypes.f90: New file.
9426 * gdb.fortran/vla-history.exp: New file.
9427 * gdb.fortran/vla-ptype-sub.exp: New file.
9428 * gdb.fortran/vla-ptype.exp: New file.
9429 * gdb.fortran/vla-sizeof.exp: New file.
9430 * gdb.fortran/vla-sub.f90: New file.
9431 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
9432 * gdb.fortran/vla-value-sub-finish.exp: New file.
9433 * gdb.fortran/vla-value-sub.exp: New file.
9434 * gdb.fortran/vla-value.exp: New file.
9435 * gdb.fortran/vla-ptr-info.exp: New file.
9436 * gdb.mi/mi-vla-fortran.exp: New file.
9437 * gdb.mi/vla.f90: New file.
9438
27145d50
SL
94392015-10-21 Sandra Loosemore <sandra@codesourcery.com>
9440
9441 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
9442 of hardwired timeout value.
9443
5f3ff4f8
JK
94442015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9445 Pedro Alves <palves@redhat.com>
9446
9447 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
9448 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
9449
bfd09d20
JS
94502015-10-19 Josh Stone <jistone@redhat.com>
9451
9452 * gdb.base/catch-syscall.c: Include <sched.h>.
9453 (unknown_syscall): New variable.
9454 (main): Trigger a vfork and an unknown syscall.
9455 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
9456 (unknown_syscall_number): Likewise.
9457 (check_call_to_syscall): Accept an optional syscall pattern.
9458 (check_return_from_syscall): Likewise.
9459 (check_continue): Likewise.
9460 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
9461 (test_catch_syscall_skipping_return): New test toggling off 'catch
9462 syscall' to step over the syscall return, then toggling back on.
9463 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
9464 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
9465 (do_syscall_tests): Call test_catch_syscall_without_args and
9466 test_catch_syscall_mid_vfork.
9467 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
9468 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
9469
b32b93c6
AS
94702015-10-19 Andrew Stubbs <ams@codesourcery.com>
9471
9472 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
9473 print g_vE): Add new pass patterns.
9474 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
9475 print various symbol names for vptr fields.
9476
9d622bda
AB
94772015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
9478
9479 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
9480 results.
9481
0fd8ac1c
YQ
94822015-10-12 Yao Qi <yao.qi@linaro.org>
9483
9484 * gdb.arch/disp-step-insn-reloc.exp: New test case.
9485
34240514
YQ
94862015-10-12 Yao Qi <yao.qi@linaro.org>
9487
9488 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
9489 is aarch64*-*-linux*.
9490
8240f442
YQ
94912015-10-12 Yao Qi <yao.qi@linaro.org>
9492
9493 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
9494 (can_relocate_bcond_true): ... it.
9495 (can_relocate_bcond_false): New function.
9496 (foo): Likewise.
9497 (can_relocate_bl): Likewise.
9498 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
9499 can_relocate_bl.
9500
2520f728
PMR
95012015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
9502
9503 * gdb.base/nested-addr.c: New file.
9504 * gdb.base/nested-addr.exp: New testcase.
9505
abcef95a
MM
95062015-10-09 Markus Metzger <markus.t.metzger@intel.com>
9507
9508 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
9509 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
9510 its output. Ignore the output of "record goto begin" and instead
9511 check that GDB is replaying.
9512
145e3ddb
PA
95132015-10-09 Pedro Alves <palves@redhat.com>
9514
9515 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
9516 (top level): Use it in the run with no args test.
9517
d5d8c4e1
IB
95182015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
9519
9520 * gdb.dlang/properties.exp: New file.
9521
06e635ef
SL
95222015-10-02 Sandra Loosemore <sandra@codesourcery.com>
9523
9524 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
9525 whether or not address 0x1000 is mapped on the target.
9526
e019fd1d
SM
95272015-09-30 Simon Marchi <simon.marchi@ericsson.com>
9528
9529 * gdb.python/py-type.exp: Do not run tests if binaries fail to
9530 build.
9531
77ba2a67
MM
95322015-09-30 Markus Metzger <markus.t.metzger@intel.com>
9533
9534 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
9535 instruction-history test.
9536
c60eb31f
DE
95372015-09-28 Doug Evans <dje@google.com>
9538
9539 * gdb.base/gcore.c (array_func): Add reference to static_array.
9540
9a3c8263
SM
95412015-09-25 Simon Marchi <simon.marchi@ericsson.com>
9542
9543 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
9544 source line.
9545
9720e656
SL
95462015-09-24 Sandra Loosemore <sandra@codesourcery.com>
9547
9548 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
9549 short or char as base type.
9550
938d3bf2
SL
95512015-09-23 Sandra Loosemore <sandra@codesourcery.com>
9552
9553 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
9554 to allow any size enum.
9555
e6c2c623
PMR
95562015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
9557
9558 * gdb.ada/array_ptr_renaming.exp: New testcase.
9559 * gdb.ada/array_ptr_renaming/foo.adb: New file.
9560 * gdb.ada/array_ptr_renaming/pack.ads: New file.
9561
06da0f77
PL
95622015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9563
9564 * gdb.trace/ftrace-lock.c: New file.
9565 * gdb.trace/ftrace-lock.exp: New file.
9566
4f51c22a
PL
95672015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9568
9569 * gdb.arch/insn-reloc.c: New file.
9570 * gdb.arch/ftrace-insn-reloc.exp: New file.
9571
7041adf4
PL
95722015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9573
9574 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
9575 instruction.
9576 * gdb.trace/pendshr1.c (pendfunc): Likewise.
9577 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
9578 * gdb.trace/range-stepping.c: Likewise.
9579 * gdb.trace/trace-break.c: Likewise.
9580 * gdb.trace/trace-mt.c (thread_function): Likewise.
9581 * gdb.trace/ftrace.c (marker): Likewise.
9582 * gdb.trace/trace-condition.c (marker): Likewise.
9583 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
9584 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
9585 is_aarch64_target.
9586
015d2e7e
DE
95872015-09-18 Doug Evans <xdje42@gmail.com>
9588
9589 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
9590 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
9591
26b188a2
SL
95922015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9593
9594 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
9595 the breakpoint.
9596
79dc332b
SL
95972015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9598
9599 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
9600 the pending breakpoint. Remove timeout override for "Run till
9601 MI pending breakpoint on pendfunc3 on thread 2" test.
9602
f57929f2
SL
96032015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9604
9605 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
9606 filename pattern.
9607
3f469b17
SL
96082015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9609
9610 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
9611 in breakpoint filename pattern.
9612
515b89b3
SL
96132015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9614
7800dbe4
SL
9615 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
9616
96172015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9618
515b89b3
SL
9619 * gdb.linespec/explicit.exp: Check for readline support for
9620 tab-completion tests. Fix obvious typo.
9621
d2939ba2
MM
96222015-09-18 Markus Metzger <markus.t.metzger@intel.com>
9623
9624 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
9625 and replay.
9626
cbb55fa7
MM
96272015-09-18 Markus Metzger <markus.t.metzger@intel.com>
9628
9629 * gdb.btrace/non-stop.c: New.
9630 * gdb.btrace/non-stop.exp: New.
9631
43691ca1
PL
96322015-09-17 Pierre Langlois <pierre.langlois@arm.com>
9633 Yao Qi <yao.qi@linaro.org>
9634
9635 * gdb.trace/trace-condition.c: New file.
9636 * gdb.trace/trace-condition.exp: New file.
9637
d78908cf
WW
96382015-09-16 Wei-cheng Wang <cole945@gmail.com>
9639
9640 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
9641 for testing bytecode compilation.
9642
1ed415e2
PA
96432015-09-16 Pedro Alves <palves@redhat.com>
9644 Sandra Loosemore <sandra@codesourcery.com>
9645
9646 * gdb.threads/non-stop-fair-events.c (timeout): New global.
9647 (SECONDS): Redefine.
9648 (main): Call pthread_kill and alarm early.
9649 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
9650 support.
9651 (test): If the target can't hardware step and doesn't support
9652 displaced stepping, increase the timeout.
9653
d136eff5
PA
96542015-09-16 Pedro Alves <palves@redhat.com>
9655
9656 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
9657 (enable_debug): New procedures.
9658 (test): Use them. Bail out if waiting for threads fails.
9659 (top level): Bail out if a test fails.
9660
991f019c
YQ
96612015-09-16 Yao Qi <yao.qi@linaro.org>
9662
9663 * gdb.asm/asm-source.exp: Set asm-arch for
9664 aarch64*-*-* target.
9665 * gdb.asm/aarch64.inc: New file.
9666
bfca584f
PMR
96672015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
9668
9669 * gdb.ada/array_of_variable_length.exp: New testcase.
9670 * gdb.ada/array_of_variable_length/foo.adb: New file.
9671 * gdb.ada/array_of_variable_length/pck.adb: New file.
9672 * gdb.ada/array_of_variable_length/pck.ads: New file.
9673
b326e587
DE
96742015-09-15 Doug Evans <dje@google.com>
9675
9676 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
9677 of function static local variable.
9678
5382cfab
PW
96792015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9680
9681 * gdb.threads/tls-so_extern.exp: New test file.
9682 * gdb.threads/tls-so_extern.c: New test file.
9683 * gdb.threads/tls-so_extern_main.c: New test file.
9684
141c5cc4
JK
96852015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9686
9687 * gdb.opt/solib-intra-step-lib.c: New file.
9688 * gdb.opt/solib-intra-step-main.c: New file.
9689 * gdb.opt/solib-intra-step.exp: New file.
9690
d15dcecd
PA
96912015-09-15 Pedro Alves <palves@redhat.com>
9692
9693 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
9694 gdb_continue_to_breakpoint instead of gdb_test_multiple.
9695
4c2f2a79
PA
96962015-09-14 Pedro Alves <palves@redhat.com>
9697
9698 * gdb.base/hook-stop-continue.c: Delete.
9699 * gdb.base/hook-stop-continue.exp: Delete.
9700 * gdb.base/hook-stop-frame.c: Delete.
9701 * gdb.base/hook-stop-frame.exp: Delete.
9702 * gdb.base/hook-stop.c: New file.
9703 * gdb.base/hook-stop.exp: New file.
9704
919e6dbe
PMR
97052015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
9706
9707 * gdb.ada/access_to_packed_array.exp: New testcase.
9708 * gdb.ada/access_to_packed_array/foo.adb: New file.
9709 * gdb.ada/access_to_packed_array/pack.adb: New file.
9710 * gdb.ada/access_to_packed_array/pack.ads: New file.
9711
157280a4
MM
97122015-09-14 Markus Metzger <markus.t.metzger@intel.com>
9713
9714 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
9715 buffer size test.
9716
2fd33e94
DB
97172015-09-11 Don Breazeal <donb@codesourcery.com>
9718
9719 * gdb.base/foll-exec.c: Add copyright header. Fix
9720 formatting issues.
9721 * gdb.base/foll-exec.exp (zap_session): Delete proc.
9722 (do_exec_tests): Use clean_restart in place of zap_session,
9723 and for test initialization. Fix formatting issues. Use
9724 fail in place of perror.
9725 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
9726 an expect statement to match an expression with output from
9727 the program under debug.
9728 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
9729 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
9730 * gdb.threads/non-ldr-exc-2.exp: Likewise.
9731 * gdb.threads/non-ldr-exc-3.exp: Likewise.
9732 * gdb.threads/non-ldr-exc-4.exp: Likewise.
9733
e70b6e8e
DE
97342015-09-09 Doug Evans <dje@google.com>
9735
9736 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
9737
7a551a51
DE
97382015-09-09 Doug Evans <dje@google.com>
9739
9740 * gdb.base/pie-execl.exp: Fix result test of build_executable.
9741
4c666f84
DE
97422015-09-09 Doug Evans <dje@google.com>
9743
9744 * gdb.base/savedregs.exp: Fix typo.
9745
243a9253
PA
97462015-09-09 Pedro Alves <palves@redhat.com>
9747
9748 * gdb.mi/mi-cli.exp: Add CLI finish tests.
9749
c0fa8fbd
SL
97502015-09-08 Sandra Loosemore <sandra@codesourcery.com>
9751
9752 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
9753 command actually switches threads. Give up on remaining
9754 tests if target fails to stop at breakpoint.
9755
cd7c1778
PMR
97562015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
9757
9758 * gdb.ada/funcall_char.exp: New testcase.
9759 * gdb.ada/funcall_char/foo.adb: New file.
9760
dc5c8746
PMR
97612015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
9762
9763 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
9764 expected outputs. Add two testcases for completing ambiguous
9765 functions.
9766 * gdb.ada/complete/aux_pck.adb: New file.
9767 * gdb.ada/complete/aux_pck.ads: New file.
9768 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
9769 Ambiguous_Func functions.
9770 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
9771 * gdb.ada/complete/pck.adb: Likewise.
9772
4e83a1e7
UW
97732015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
9774
9775 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
9776 failures to run the test program under GDB.
9777
8ce74153
LM
97782015-08-26 Luis Machado <lgustavo@codesourcery.com>
9779
9780 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
9781 to C.
9782
e9756d52
PP
97832015-08-26 Patrick Palka <patrick@parcs.ath.cx>
9784
9785 * gdb.base/run-after-attach.exp: New test file.
9786 * gdb.base/run-after-attach.c: New test file.
9787
8d37573b
DB
97882015-08-26 Don Breazeal <donb@codesourcery.com>
9789
9790 * gdb.base/foll-exec-2.c: New test program.
9791 * gdb.base/foll-exec-2.exp: New test.
9792
63e43d3a
PMR
97932015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
9794
9795 * gdb.base/nested-subp1.exp: New file.
9796 * gdb.base/nested-subp1.c: New file.
9797 * gdb.base/nested-subp2.exp: New file.
9798 * gdb.base/nested-subp2.c: New file.
9799 * gdb.base/nested-subp3.exp: New file.
9800 * gdb.base/nested-subp3.c: New file.
9801
3d40fbb5
PA
98022015-08-24 Pedro Alves <palves@redhat.com>
9803
9804 * gdb.server/connect-without-multi-process.c: New file.
9805 * gdb.server/connect-without-multi-process.exp: New file.
9806
4422ac93
LM
98072015-08-24 Luis Machado <lgustavo@codesourcery.com>
9808
9809 * gdb.opt/inline-markers.c: Make z int.
9810
91dddb86
LM
98112015-08-24 Luis Machado <lgustavo@codesourcery.com>
9812
9813 * gdb.opt/inline-markers.c: Make z volatile.
9814
a48847ee
LM
98152015-08-24 Luis Machado <lgustavo@codesourcery.com>
9816
9817 * gdb.opt/inline-bt.c: New volatile global z.
9818 * gdb.opt/inline-cmds.c: Likewise.
9819 * gdb.opt/inline-locals.c: Likewise.
9820 * gdb.opt/inline-markers.c: New extern global z.
9821 (marker): Use z.
9822 (inline_fn): Likewise.
9823
0ebbc52b
PA
98242015-08-24 Pedro Alves <palves@redhat.com>
9825
9826 * config/m32r-stub.exp: Remove file.
9827 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
9828 * gdb.base/call-rt-st.exp: Likewise.
9829 * gdb.base/call-strs.exp: Likewise.
9830 * gdb.base/default.exp: Remove references to h8300-*-hms and
9831 *-*-udi*.
9832 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
9833
77c365df
AA
98342015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9835
9836 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
9837 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
9838 and "return" use KFAIL when GDB can not read/write the vector
9839 return value.
9840
4313b8c0
GB
98412015-08-21 Gary Benson <gbenson@redhat.com>
9842
9843 * gdb.trace/pending.exp: Cope with remote transfer warnings.
9844
0e433b32
PA
98452015-08-20 Pedro Alves <palves@redhat.com>
9846
9847 * gdb.server/solib-list.exp: No longer expect an interior stop in
9848 non-stop mode.
9849
221e1a37
PA
98502015-08-20 Pedro Alves <palves@redhat.com>
9851
9852 * gdb.server/connect-stopped-target.c: New file.
9853 * gdb.server/connect-stopped-target.exp: New file.
9854
40e3ad0e
PA
98552015-08-20 Pedro Alves <palves@redhat.com>
9856
9857 * gdb.dwarf2/comp-unit-lang.exp: New file.
9858 * gdb.dwarf2/comp-unit-lang.c: New file.
9859
af39b327
PMR
98602015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
9861
9862 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
9863 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
9864
7d45c7c3 98652015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 9866
7d45c7c3
KB
9867 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
9868 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
9869
4d6cceb4
DE
98702015-08-18 Doug Evans <dje@google.com>
9871 Adrian Sendroiu <adrian.sendroiu@freescale.com>
9872
9873 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
9874 skip_python_tests. New arg prompt_regexp.
9875 (skip_python_tests): New function.
9876 * lib/mi-support.exp (mi_skip_python_tests): New function.
9877 * gdb.python/py-mi-objfile-gdb.py: New file.
9878 * gdb.python/py-mi-objfile.c: New file.
9879 * gdb.python/py-mi-objfile.exp: New file.
9880
ad89c2aa
KS
98812015-08-17 Keith Seitz <keiths@redhat.com>
9882
9883 * gdb.linespec/explicit.exp: Move strace test from here ...
9884 * gdb.trace/strace.exp: ... to here.
9885
e3ae3c43
PP
98862015-08-15 Patrick Palka <patrick@parcs.ath.cx>
9887
9888 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
9889 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
9890
604b2636
DE
98912015-08-14 Doug Evans <xdje42@gmail.com>
9892
9893 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
9894 inferior before selecting a new file.
9895
6ff0ba5f
DE
98962015-08-14 Doug Evans <xdje42@gmail.com>
9897
9898 * gdb.mi/mi-disassemble.exp: Update.
9899 * gdb.base/disasm-optim.S: New file.
9900 * gdb.base/disasm-optim.c: New file.
9901 * gdb.base/disasm-optim.h: New file.
9902 * gdb.base/disasm-optim.exp: New file.
9903
9ca98f92
KS
99042015-08-14 Keith Seitz <keiths@redhat.com>
9905
9906 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
9907 "evaluated-by".
9908
52bbc560
JB
99092015-08-13 Joel Brobecker <brobecker@adacore.com>
9910
9911 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
9912
5d8c3ed3
PMR
99132015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
9914
9915 * gdb.ada/fun_renaming.exp: New testcase.
9916 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
9917 * gdb.ada/fun_renaming/pack.adb: New file.
9918 * gdb.ada/fun_renaming/pack.ads: New file.
9919
ea8812bc
KS
99202015-08-12 Keith Seitz <keiths@redhat.com>
9921
9922 * gdb.base/dso2dso.exp: Pass basename of source file in call to
9923 gdb_get_line_number.
9924
4dafcdeb
JB
99252015-08-12 Joel Brobecker <brobecker@adacore.com>
9926
9927 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
9928 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
9929 gdb.base/dso2dso.exp: New files.
9930
5ba32597
SDJ
99312015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
9932 Pedro Alves <palves@redhat.com>
9933 Keith Seitz <keiths@redhat.com>
9934
9935 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
9936 GDBFLAGS.
9937
b6dafabf
PP
99382015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9939
9940 * gdb.base/gdbhistsize-history.exp
9941 (test_histsize_history_setting): Use save_vars.
9942 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9943 Use save_vars.
9944 (test_no_truncation_of_unlimited_history_file): Use save_vars.
9945 * gdb.base/readline.exp: Use save_vars.
9946
abe8e607
PP
99472015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9948
9949 * lib/gdb.exp (save_vars): New proc.
9950
629500fa
KS
99512015-08-11 Keith Seitz <keiths@redhat.com>
9952
9953 * gdb.base/help.exp: Update help_breakpoint_text.
9954
eb8c4e2e
KS
99552015-08-11 Keith Seitz <keiths@redhat.com>
9956
9957 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
9958 (at toplevel): Call test_explicit_breakpoints.
9959 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
9960 breakpoints.
9961 * lib/mi-support.exp (mi_make_breakpoint): Add support for
9962 breakpoint conditions, "-cond".
9963
87f0e720
KS
99642015-08-11 Keith Seitz <keiths@redhat.com>
9965
9966 * gdb.linespec/3explicit.c: New file.
9967 * gdb.linespec/cpexplicit.cc: New file.
9968 * gdb.linespec/cpexplicit.exp: New file.
9969 * gdb.linespec/explicit.c: New file.
9970 * gdb.linespec/explicit.exp: New file.
9971 * gdb.linespec/explicit2.c: New file.
9972 * gdb.linespec/ls-errs.exp: Add explicit location tests.
9973 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
9974 before using in the matching pattern.
9975 Clarify that `prefix' is a regular expression.
9976
f00aae0f
KS
99772015-08-11 Keith Seitz <keiths@redhat.com>
9978
9979 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
9980 test.
9981 Add tests for missing ",FMT" and ",".
9982
e27852be
DE
99832015-08-10 Doug Evans <dje@google.com>
9984 Keith Seitz <keiths@redhat.com>
9985
9986 PR gdb/17960
9987 * gdb.base/completion.exp: Add location completer tests.
9988
7f03bd92
PA
99892015-08-07 Pedro Alves <palves@redhat.com>
9990
9991 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
9992 tests here.
9993 (top level): Run do_test with and without displaced stepping.
9994
3fc8eb30
PA
99952015-08-07 Pedro Alves <palves@redhat.com>
9996
9997 * gdb.base/valgrind-disp-step.c: New file.
9998 * gdb.base/valgrind-disp-step.exp: New file.
9999
d4569d7b
PA
100002015-08-07 Pedro Alves <palves@redhat.com>
10001
10002 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
10003 Delete function.
10004 (main): Add alarm. Run an infinite loop instead of calling
10005 wait_threads.
10006 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
10007 comment.
10008 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
10009 Delete function.
10010 (main): Add alarm. Run an infinite loop instead of calling
10011 wait_threads.
10012 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
10013 comment.
10014
e1316e60
PA
100152015-08-07 Pedro Alves <palves@redhat.com>
10016
10017 * gdb.base/checkpoint-ns.exp: New file.
10018 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
10019 standard_testfile.
10020
da8c46d2
MM
100212015-08-07 Markus Metzger <markus.t.metzger@intel.com>
10022
10023 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
10024 * gdb.btrace/instruction_history.exp: Update.
10025 * gdb.btrace/tsx.exp: New.
10026 * gdb.btrace/tsx.c: New.
10027
de1c2c52
PA
100282015-08-06 Pedro Alves <palves@redhat.com>
10029
10030 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
10031 increase timeout.
10032 * gdb.reverse/until-precsave.exp: Bump timeouts.
10033
782e0bf4
PA
100342015-08-06 Pedro Alves <palves@redhat.com>
10035
10036 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
10037
83e97ed0
PA
100382015-08-06 Pedro Alves <palves@redhat.com>
10039
10040 PR gdb/18749
10041 * gdb.threads/process-dies-while-handling-bp.c: New file.
10042 * gdb.threads/process-dies-while-handling-bp.exp: New file.
10043
863d01bd
PA
100442015-08-06 Pedro Alves <palves@redhat.com>
10045
10046 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
10047 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
10048
0a39bb32
PA
100492015-08-05 Pedro Alves <palves@redhat.com>
10050
10051 * gdb.threads/next-while-other-thread-longjmps.c: New file.
10052 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
10053
ee2d2b10
SL
100542015-08-03 Sandra Loosemore <sandra@codesourcery.com>
10055
10056 * gdb.base/bp-permanent.exp: Report test as unsupported if
10057 the target cannot stop at the permanent breakpoint.
10058
4e1bdb00
DE
100592015-08-03 Doug Evans <dje@google.com>
10060
10061 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
10062 10000.
10063
3d338901
DE
100642015-08-03 Doug Evans <dje@google.com>
10065
10066 * Makefile.in (workers/%.worker, build-perf): New rule.
10067 (GDB_PERFTEST_MODE): New variable.
10068 (check-perf): Use it.
10069 (clean): Clean up gdb.perf parallel build subdirs.
10070 * lib/build-piece.exp: New file.
10071 * lib/gdb.exp (make_gdb_parallel_path): New function
10072 (standard_output_file, standard_temp_file): Call it.
10073 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10074 of $GDB_PARALLEL.
10075 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
10076
af061d3e
DE
100772015-08-03 Doug Evans <dje@google.com>
10078
8e1afc81 10079 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
10080 (LOG_FILE_NAME): New global.
10081 (TextReporter.__init__): Initialize self.txt_sum.
10082 (TextReporter.report): Add support for multiple data-points.
10083 Move report to perftest.sum, put raw data in perftest.log.
10084 (TextReporter.start): Open sum and log files.
10085 (TextReporter.end): Close sum and log files.
8e1afc81
DE
10086 * gdb.perf/lib/perftest/testresult.py
10087 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 10088
2c8c5d37
PA
100892015-07-31 Pedro Alves <palves@redhat.com>
10090
10091 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
10092 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10093 kill_wait_spawned_process instead of explicit "kill -9".
10094 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
10095 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10096 kill_wait_spawned_process.
10097 * gdb.base/attach-twice.exp: Likewise.
10098 * gdb.base/attach.exp: Likewise.
10099 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
10100 gdb_test_multiple.
10101 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
10102 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10103 kill_wait_spawned_process.
10104 * gdb.base/valgrind-infcall.exp: Likewise.
10105 * gdb.multi/multi-attach.exp: Likewise.
10106 * gdb.python/py-prompt.exp: Likewise.
10107 * gdb.python/py-sync-interp.exp: Likewise.
10108 * gdb.server/ext-attach.exp: Likewise.
10109 * gdb.threads/attach-into-signal.exp (corefunc): Use
10110 spawn_wait_for_attach, spawn_id_get_pid and
10111 kill_wait_spawned_process.
10112 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
10113 spawn_wait_for_attach returning a spawn id instead of a pid. Use
10114 spawn_id_get_pid and kill_wait_spawned_process.
10115 * gdb.threads/attach-stopped.exp (corefunc): Use
10116 spawn_wait_for_attach, spawn_id_get_pid and
10117 kill_wait_spawned_process.
10118 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
10119 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10120 kill_wait_spawned_process instead of explicit "kill -9".
10121 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
10122 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
10123 (spawn_wait_for_attach): Use spawn instead of exec to spawn
10124 processes. Don't map cygwin/windows pids here. Now returns a
10125 spawn id list.
10126
032a0fca
SL
101272015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10128
10129 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
10130 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
10131 correct patch.
10132
61a934ca
SL
101332015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10134
10135 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
10136
4bc4d428
SL
101372015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10138
10139 Reapply:
10140 2014-05-21 Mark Wielaard <mjw@redhat.com>
10141
10142 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10143
998d452a
PA
101442015-07-30 Pedro Alves <palves@redhat.com>
10145
10146 * linux-low.c (handle_extended_wait): Set the child's last
10147 reported status to TARGET_WAITKIND_STOPPED.
10148
69dde7dc
PA
101492015-07-30 Pedro Alves <palves@redhat.com>
10150
10151 PR threads/18600
10152 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
10153 only shows inferior 1.
10154
4dd63d48
PA
101552015-07-30 Simon Marchi <simon.marchi@ericsson.com>
10156 Pedro Alves <palves@redhat.com>
10157
10158 PR threads/18600
10159 * gdb.threads/fork-plus-threads.c: New file.
10160 * gdb.threads/fork-plus-threads.exp: New file.
10161
d618e4c5
PP
101622015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10163
10164 * gdb.base/batch-preserve-term-settings.exp
10165 (test_terminal_settings_preserved_after_cli_exit): Use
10166 send_quit_command.
10167
1eef6428
PA
101682015-07-29 Pedro Alves <palves@redhat.com>
10169 Don Breazeal <donb@codesourcery.com>
10170
10171 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
10172 output from both inferior_spawn_id and gdb_spawn_id.
10173
7da5b897
SDJ
101742015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10175
10176 * gdb.threads/attach-into-signal.exp (corefunc): Use
10177 with_test_prefix on nested loops, uniquefying the test messages.
10178
dac804df
SDJ
101792015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10180
10181 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
10182 commit.
10183
06265e53
PP
101842015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10185
10186 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
10187 New proc.
10188 (test_terminal_settings_preserved_after_sigterm): New test.
10189
18206ca3
PP
101902015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10191
10192 * gdb.base/batch-preserve-term-settings.exp
10193 (test_terminal_settings_preserved_after_cli_exit): New test.
10194
90074d11
PP
101952015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10196
10197 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
10198 manipulation of saved_gdbflags.
10199 (test_terminal_settings_preserved): Remove global declaration of
10200 the unused variable pagination_prompt. Remove manipulation of
10201 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
10202 GDBFLAGS.
10203
eb1a7902
PA
102042015-07-29 Pedro Alves <palves@redhat.com>
10205
10206 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
10207
8b75dd3b
PA
102082015-07-29 Pedro Alves <palves@redhat.com>
10209
10210 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
10211 at the top.
10212
dedad4e3
PA
102132015-07-29 Pedro Alves <palves@redhat.com>
10214
10215 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
10216 (main): Call gdb_unbuffer_output.
10217 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
10218 (main): Call gdb_unbuffer_output.
10219 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
10220 (main): Call gdb_unbuffer_output.
10221 * gdb.base/call-strs.exp: Adjust to step over the
10222 gdb_unbuffer_output call.
10223 * gdb.base/catch-gdb-caused-signals.c: Include
10224 "../lib/unbuffer_output.c".
10225 (main): Call gdb_unbuffer_output.
10226 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
10227 (main): Call gdb_unbuffer_output.
10228 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
10229 (main): Call gdb_unbuffer_output.
10230 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
10231 (main): Call gdb_unbuffer_output.
10232 * gdb.base/shlib-call.exp: Adjust to step over the
10233 gdb_unbuffer_output call.
10234 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
10235 (main): Call gdb_unbuffer_output.
10236 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
10237 (main): Call gdb_unbuffer_output.
10238 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
10239 (main): Rename to ...
10240 (test): ... this.
10241 (main): Reimplement.
10242 * gdb.base/varargs.exp: Run to test instead of to main.
10243 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10244 (main): Call gdb_unbuffer_output.
10245
58789a91
PA
102462015-07-29 Pedro Alves <palves@redhat.com>
10247
10248 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
10249 factore out from mi_continue_dprintf. For call-style dprintfs,
10250 expect dprintf output out of $inferior_spawn_id.
10251 (mi_continue_dprintf): Use mi_expect_dprintf.
10252 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10253 (main): Call gdb_unbuffer_output.
10254
e8376742
PA
102552015-07-29 Pedro Alves <palves@redhat.com>
10256
10257 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
10258 (default_mi_gdb_start): Set inferior_spawn_id instead of
10259 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
10260 gdb_spawn_id.
10261 (mi_gdb_test): Always expect inferior output from both
10262 $inferior_spawn_id and $gdb_spawn_id.
10263
08280010
PA
102642015-07-29 Pedro Alves <palves@redhat.com>
10265
10266 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
10267 send_inferior and $inferior_spawn_id.
10268
4d30e432
PA
102692015-07-29 Pedro Alves <palves@redhat.com>
10270
10271 * gdb.gdb/complaints.exp (test_initial_complaints)
10272 (test_serial_complaints, test_short_complaints): Use
10273 gdb_test_stdio.
10274 (test_empty_complaint): Handle $inferior_spawn_id !=
10275 $gdb_spawn_id.
10276
0d30a335
PA
102772015-07-29 Pedro Alves <palves@redhat.com>
10278
10279 * gdb.base/varargs.exp: Use gdb_test_stdio.
10280
39413b29
PA
102812015-07-29 Pedro Alves <palves@redhat.com>
10282
10283 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
10284
7cb000a9
PA
102852015-07-29 Pedro Alves <palves@redhat.com>
10286
10287 * gdb.base/ending-run.exp: Use gdb_test_stdio.
10288
d7b8ac82
PA
102892015-07-29 Pedro Alves <palves@redhat.com>
10290
10291 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
10292 parameter into two new parameters, "inf_result" and "gdb_result".
10293 Expect inferior output and gdb output from $inferior_spawn_id and
10294 $gdb_spawn_id, respectively. Adjust all callers.
10295
789c3a0c
PA
102962015-07-29 Pedro Alves <palves@redhat.com>
10297
10298 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
10299 of gdb_test_sequence.
10300
77e760c3
PA
103012015-07-29 Pedro Alves <palves@redhat.com>
10302
10303 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
10304 (saw_spurious_output): Expect inferior output from
10305 $inferior_spawn_id. Use gdb_test_stdio.
10306
8396d2cd
PA
103072015-07-29 Pedro Alves <palves@redhat.com>
10308
10309 * gdb.base/dprintf.exp: Use standard_testfile. Change
10310 prepare_for_testing call.
10311 (srcfile): Don't set.
10312 (restart): New procedure.
10313 (test_dprintf): New procecure, use to continue over dprintfs.
10314 (test_call, test_agent): New procedures, tests moved here.
10315 Restart gdb and recreate dprintfs. Adjust expected output.
10316
2051d61f
PA
103172015-07-29 Pedro Alves <palves@redhat.com>
10318
10319 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
10320
452397af
PA
103212015-07-29 Pedro Alves <palves@redhat.com>
10322
10323 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
10324
8aed9555
PA
103252015-07-29 Pedro Alves <palves@redhat.com>
10326
10327 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
10328 gdb_test_stdio.
10329
188a61b4
PA
103302015-07-29 Pedro Alves <palves@redhat.com>
10331
10332 * lib/gdb.exp (gdb_test_stdio): New procedure.
10333
12264a45
PA
103342015-07-29 Pedro Alves <palves@redhat.com>
10335
10336 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
10337
23ffc893
PA
103382015-07-29 Pedro Alves <palves@redhat.com>
10339
10340 * gdb.base/call-signal-resume.exp: Remove check for
10341 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
10342 * gdb.base/unwindonsignal.exp: Likewise.
10343 * gdb.base/call-signals.c (gen_signal): Remove printf call.
10344 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
10345
65566918
PA
103462015-07-29 Pedro Alves <palves@redhat.com>
10347
10348 * gdb.base/siginfo-addr.c (pass): New function.
10349 (handler): Call it iff si_addr is correct.
10350 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
10351 Set a breakpoint at "pass" and continue to it.
10352
d60a9221
SDJ
103532015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
10354
10355 * gdb.python/py-objfile.exp: Make some tests have unique names.
10356 * gdb.python/py-pp-registration.exp: Likewise.
10357
bde40b8f
PA
103582015-07-28 Pedro Alves <palves@redhat.com>
10359
10360 * gdb.server/server-exec-info.exp: Issue a "disconnect".
10361
13e1dec8
SM
103622015-07-27 Simon Marchi <simon.marchi@ericsson.com>
10363
10364 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
10365
da33c9a7
SM
103662015-07-27 Simon Marchi <simon.marchi@ericsson.com>
10367
10368 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
10369
077836f7
PP
103702015-07-27 Patrick Palka <patrick@parcs.ath.cx>
10371
10372 * gdb.base/gdb-sigterm-2.exp: New test.
10373
b8cc7b2e
DE
103742015-07-25 Doug Evans <xdje42@gmail.com>
10375
10376 Revert:
10377 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10378 (workers/%.worker, build-perf): New rule.
10379 (GDB_PERFTEST_MODE): New variable.
10380 (check-perf): Use it.
10381 (clean): Clean up gdb.perf parallel build subdirs.
10382 * lib/build-piece.exp: New file.
10383 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10384 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10385 name.
10386 (standard_temp_file): Ditto.
10387 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10388 of $GDB_PARALLEL.
10389
c8bd4544
DE
103902015-07-24 Doug Evans <dje@google.com>
10391
10392 * gdb.perf/lib/perftest/utils.py: New file.
10393 * gdb.perf/gm-hello.cc: New file.
10394 * gdb.perf/gm-pervasive-typedef.cc: New file.
10395 * gdb.perf/gm-pervasive-typedef.h: New file.
10396 * gdb.perf/gm-std.cc: New file.
10397 * gdb.perf/gm-std.h: New file.
10398 * gdb.perf/gm-use-cerr.cc: New file.
10399 * gdb.perf/gm-utils.h: New file.
10400 * gdb.perf/gmonster-null-lookup.py: New file.
10401 * gdb.perf/gmonster-pervasive-typedef.py: New file.
10402 * gdb.perf/gmonster-print-cerr.py: New file.
10403 * gdb.perf/gmonster-ptype-string.py: New file.
10404 * gdb.perf/gmonster-runto-main.py: New file.
10405 * gdb.perf/gmonster-select-file.py: New file.
10406 * gdb.perf/gmonster1-null-lookup.exp: New file.
10407 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
10408 * gdb.perf/gmonster1-print-cerr.exp: New file.
10409 * gdb.perf/gmonster1-ptype-string.exp: New file.
10410 * gdb.perf/gmonster1-runto-main.exp: New file.
10411 * gdb.perf/gmonster1-select-file.exp: New file.
10412 * gdb.perf/gmonster1.cc: New file.
10413 * gdb.perf/gmonster1.exp: New file.
10414 * gdb.perf/gmonster2-null-lookup.exp: New file.
10415 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
10416 * gdb.perf/gmonster2-print-cerr.exp: New file.
10417 * gdb.perf/gmonster2-ptype-string.exp: New file.
10418 * gdb.perf/gmonster2-runto-main.exp: New file.
10419 * gdb.perf/gmonster2-select-file.exp: New file.
10420 * gdb.perf/gmonster2.cc: New file.
10421 * gdb.perf/gmonster2.exp: New file.
10422
6eab34f3
DE
104232015-07-24 Doug Evans <dje@google.com>
10424
10425 * gdb.perf/README: New file.
10426 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
10427 * lib/gen-perf-test.exp: New file.
10428
63738bfd
DE
104292015-07-24 Doug Evans <dje@google.com>
10430
10431 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
10432 (PerfTest::startup): New function.
10433 (PerfTest::run): Return result of calling body.
10434 (PerfTest::assemble): Rewrite.
10435 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
10436 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
10437 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
10438 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
10439 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
10440
7b606f95
DE
104412015-07-24 Doug Evans <dje@google.com>
10442
10443 * lib/gdb.exp (clean_restart): Make executable optional.
10444
a97b16b8
DE
104452015-07-24 Doug Evans <dje@google.com>
10446
10447 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
10448 compiler_info references.
10449 * gdb.cp/temargs.exp: Ditto.
10450 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
10451 (get_compiler_info): Early exit if already computed. Set compiler_info
10452 to "unknown" if there was a problem.
10453 (test_compiler_info): Add function comment. Call get_compiler_info.
10454
35baa57f
DE
104552015-07-24 Doug Evans <dje@google.com>
10456
10457 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10458 (workers/%.worker, build-perf): New rule.
10459 (GDB_PERFTEST_MODE): New variable.
10460 (check-perf): Use it.
10461 (clean): Clean up gdb.perf parallel build subdirs.
10462 * lib/build-piece.exp: New file.
10463 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10464 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10465 name.
10466 (standard_temp_file): Ditto.
10467 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10468 of $GDB_PARALLEL.
10469
6ebea266
DE
104702015-07-24 Doug Evans <dje@google.com>
10471
10472 * lib/future.exp (gdb_default_target_compile): New option
10473 "early_flags".
10474 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
10475 --as-needed.
10476
1e76a7e9
SDJ
104772015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
10478
10479 * gdb.base/catch-syscall.exp: Call gdb_exit before
10480 gdb_skip_xml_test.
10481
5068630a
PA
104822015-07-24 Pedro Alves <palves@redhat.com>
10483
10484 * gdb.python/py-events.exp: Accept output between the stop event
10485 and the prompt.
10486 * gdb.python/py-evsignal.exp: Likewise.
10487 * gdb.python/py-evthreads.exp: Likewise.
10488
77598427
PA
104892015-07-24 Pedro Alves <palves@redhat.com>
10490
10491 PR gdb/18717
10492 * gdb.threads/non-ldr-exit.c: New file.
10493 * gdb.threads/non-ldr-exit.exp: New file.
10494
11e6c98f
YQ
104952015-07-24 Yao Qi <yao.qi@linaro.org>
10496
10497 * gdb.server/ext-wrapper.exp: Test --wrapper option when
10498 restarting process.
10499
51aee833
YQ
105002015-07-24 Yao Qi <yao.qi@linaro.org>
10501
10502 * gdb.server/ext-restart.exp: New file.
10503
8cfe207c
YQ
105042015-07-24 Yao Qi <yao.qi@linaro.org>
10505
10506 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
10507 argument options.
10508 * gdb.server/ext-wrapper.exp: New file.
10509
cc12ce38
DE
105102015-07-23 Doug Evans <dje@google.com>
10511
10512 * gdb.dwarf2/dw2-dummy-cu.S: New file.
10513 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
10514
d0d84780
PMR
105152015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
10516
10517 * gdb.ada/var_arr_typedef.exp: New testcase.
10518 * gdb.ada/var_arr_typedef/pack.adb: New file.
10519 * gdb.ada/var_arr_typedef/pack.ads: New file.
10520 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
10521
8b558f79
JB
105222015-07-20 Joel Brobecker <brobecker@adacore.com>
10523
10524 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
10525
775a3298
JK
105262015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10527
10528 * gdb.arch/i386-biarch-core.exp: Replace istarget
10529 by "complete set gnutarget". Remove expectation for the "core-file"
10530 command.
10531
db1ff28b
JK
105322015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10533
10534 Revert the previous commit:
10535 Tests for validate symbol file using build-id.
10536
0a94970d
JK
105372015-07-15 Aleksandar Ristovski <aristovski@qnx.com
10538
10539 Tests for validate symbol file using build-id.
10540 * gdb.base/solib-mismatch-lib.c: New file.
10541 * gdb.base/solib-mismatch-libmod.c: New file.
10542 * gdb.base/solib-mismatch.c: New file.
10543 * gdb.base/solib-mismatch.exp: New file.
10544
03346981
SL
105452015-07-15 Sandra Loosemore <sandra@codesourcery.com>
10546
10547 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
10548 nios2-*-linux*.
10549 * gdb.base/sigbpt.exp (stepi_out): Likewise.
10550 * gdb.base/siginfo.exp: Likewise.
10551 * gdb.base/sigstep.exp (advance, advancei): Likewise.
10552
42422cc7
PL
105532015-07-15 Pierre Langlois <pierre.langlois@arm.com>
10554
10555 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
10556 Move it to ...
10557 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
10558 ... here.
10559 * gdb.trace/range-stepping.exp: Check that the target supports
10560 range stepping.
10561
cfa68bae
JK
105622015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10563
10564 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
10565
8ffdba26
PA
105662015-07-14 Pedro Alves <palves@redhat.com>
10567
10568 * gdb.base/killed-outside.exp: New file.
10569 * gdb.base/killed-outside.c: New file.
10570
218a5a11
JK
105712015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10572
10573 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
10574 (n at main): New.
10575 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
10576
e03ed3c6
AA
105772015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
10578
10579 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
10580 infcall tests instead of setting up for KFAIL.
10581
485668e5
MM
105822015-07-10 Markus Metzger <markus.t.metzger@intel.com>
10583
10584 * gdb.btrace/record_goto-step.exp: New.
10585
08464196
JK
105862015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10587
10588 PR compile/18484
10589 * gdb.compile/compile.c (struct struct_type): Add volatile to
10590 selffield's type.
10591 * gdb.compile/compile.exp
10592 (compile code struct_object.selffield = &struct_object): Skip further
10593 struct_object tests if this one xfails.
10594
bcf5c1d9
RC
105952015-07-08 Robert O'Callahan <robert@ocallahan.org>
10596
10597 PR exp/18617
10598 * gdb.trace/ax.exp: Add test.
10599
4931af25
YQ
106002015-07-07 Yao Qi <yao.qi@linaro.org>
10601
10602 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
10603 instead of istarget "aarch64*-*-*".
10604 * gdb.arch/aarch64-fp.exp: Likewise.
10605 * gdb.base/float.exp: Likewise.
10606 * gdb.reverse/aarch64.exp: Likewise.
10607 * lib/gdb.exp (is_aarch64_target): New proc.
10608
9fcf688e
YQ
106092015-07-07 Yao Qi <yao.qi@linaro.org>
10610
10611 * lib/gdb.exp (is_aarch32_target): New proc.
10612 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
10613 instead of "istarget "arm*-*-*"".
10614 * gdb.arch/arm-disp-step.exp: Likewise.
10615 * gdb.arch/thumb-bx-pc.exp: Likewise.
10616 * gdb.arch/thumb-prologue.exp: Likewise.
10617 * gdb.arch/thumb-singlestep.exp: Likewise.
10618 * gdb.base/disp-step-syscall.exp: Likewise.
10619 * gdb.base/float.exp: Likewise.
10620
fbd8d50d
YQ
106212015-07-07 Yao Qi <yao.qi@linaro.org>
10622
10623 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
10624 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
10625
71be1fdc
YQ
106262015-07-07 Yao Qi <yao.qi@linaro.org>
10627
10628 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
10629 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
10630 if it exists.
10631 * gdb.multi/multi-arch.exp: Likewise.
10632
3e221d36
SM
106332015-07-07 Simon Marchi <simon.marchi@ericsson.com>
10634
10635 * gdb.python/py-lazy-string.exp: Add missing parentheses to
10636 print.
10637
d441430b
YQ
106382015-07-07 Yao Qi <yao.qi@linaro.org>
10639
10640 * gdb.arch/thumb-singlestep.exp: Do one more single step.
10641
06f810bd
MG
106422015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
10643
10644 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
10645 '[' and ']' characters.
10646
5e61e7c0
IB
106472015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
10648
10649 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10650
28bf096c
PA
106512015-06-29 Pedro Alves <palves@redhat.com>
10652
10653 PR threads/18127
10654 * gdb.threads/hand-call-new-thread.c: New file.
10655 * gdb.threads/hand-call-new-thread.c: New file.
10656
ee93cd5e
KS
106572015-06-26 Keith Seitz <keiths@redhat.com>
10658 Doug Evans <dje@google.com>
10659
10660 PR 16253
10661 * gdb.cp/var-tag-2.cc: New file.
10662 * gdb.cp/var-tag-3.cc: New file.
10663 * gdb.cp/var-tag-4.cc: New file.
10664 * gdb.cp/var-tag.cc: New file.
10665 * gdb.cp/var-tag.exp: New file.
10666
fc637f04
PP
106672015-06-26 Patrick Palka <patrick@parcs.ath.cx>
10668
10669 * gdb.base/history-duplicates.exp: New test.
10670
2e52ae68
PP
106712015-06-26 Patrick Palka <patrick@parcs.ath.cx>
10672
10673 * gdb.base/completion.exp: Test the completion of the "focus"
10674 command.
10675
6e22494e
JK
106762015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10677
10678 * gdb.arch/amd64-prologue-skip.S: New file.
10679 * gdb.arch/amd64-prologue-skip.exp: New file.
10680
bf7b9cd9
SM
106812015-06-25 Simon Marchi <simon.marchi@ericsson.com>
10682
10683 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
10684 is_address_zero_readable check.
10685
201e8dfd
PB
106862015-06-24 Peter Bergner <bergner@vnet.ibm.com>
10687
10688 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
10689 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
10690
5cd867b4
YQ
106912015-06-24 Yao Qi <yao.qi@linaro.org>
10692
10693 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
10694 linux targets.
10695
4d7be007
YQ
106962015-06-24 Yao Qi <yao.qi@linaro.org>
10697
10698 * lib/gdb.exp (supports_get_siginfo_type): New proc.
10699 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
10700 * gdb.base/siginfo-thread.exp: Likewise.
10701
07fcd301
YQ
107022015-06-22 Yao Qi <yao.qi@linaro.org>
10703
10704 * boards/remote-gdbserver-on-localhost.exp: Add comments.
10705
52042a00
YQ
107062015-06-22 Yao Qi <yao.qi@linaro.org>
10707
10708 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
10709 aarch64*-*-*.
10710 (skip_hw_watchpoint_tests): Likewise.
10711
74bd41ce
PP
107122015-06-18 Patrick Palka <patrick@parcs.ath.cx>
10713
10714 * gdb.base/gdbinit-history.exp: Test the interaction between
10715 setting GDBHISTSIZE and setting the history size via .gdbinit.
10716
bc460514
PP
107172015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10718
10719 PR gdb/16999
10720 * gdb.base/gdbhistsize-history.exp: New test.
10721
b58c513b
PP
107222015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10723
10724 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
10725 with GDBHISTSIZE.
10726 * gdb.base/readline.exp: Likewise.
10727
92046791
YQ
107282015-06-17 Yao Qi <yao.qi@linaro.org>
10729
10730 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
10731 line.
10732
2093d2d3
PP
107332015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10734
10735 * gdb.base/gdbinit-history.exp: Add test case to check that
10736 an unlimited history file does not get truncated on exit.
10737
e6c693af
AA
107382015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10739
10740 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
10741 (VECTOR): New macro. Use it...
10742 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
10743 ...for these typedefs.
10744 (int8, char1, int1, double1): New typedefs.
10745 (struct just_int2, struct two_int2): New structures.
10746 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
10747 (add_structvecs, add_singlevecs): New functions.
10748 (main): Call add_some_intvecs twice.
10749 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
10750 the compile and exit upon failure. Try compiling for the "native"
10751 architecture. Test inferior function calls with vector arguments
10752 and vector return value handling with "finish" and "return".
10753
c74f7d1c
JT
107542015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
10755
10756 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
10757 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
10758 PE file.
10759 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
10760
98aa42ee
AT
107612015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10762
10763 PR breakpoints/16465
10764 * gdb.mi/mi-dprintf-pending.c: New file.
10765 * gdb.mi/mi-dprintf-pending.exp: New test.
10766 * gdb.mi/mi-dprintf-pendshr.c: New file.
10767
7d73c23c 107682015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 10769 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
10770
10771 * gdb.arch/i386-mpx-map.c: New file.
10772 * gdb.arch/i386-mpx-map.exp: New File.
10773
107742015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10775
10776 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
10777 * gdb.arch/i386-mpx.exp: Indentation fixed.
10778
107792015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10780
10781 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
10782 function and improved indentation.
10783 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
10784 gdb_test_multiple. Added additional tests to skip the test.
10785
107862015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10787
10788 * gdb.arch/i386-avx512.c: Change path in include file.
10789 * gdb.arch/i386-avx512.exp: Change include dir path
10790 compilation flag.
10791 * gdb.arch/i386-mpx.c: Change path in include file.
10792 * gdb.arch/i386-mpx.exp: Change include dir path compilation
10793 flag.
10794
d5eba19a
JK
107952015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10796
10797 * gdb.compile/compile-print.exp (compile print *vararray@3)
10798 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
10799
7f361056
JK
108002015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10801
10802 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
10803 (do not keep jit in memory): ... this.
10804 (expect 5): Change it to ...
10805 (expect no 5): ... this.
10806
3b462ec2
SM
108072015-06-02 Simon Marchi <simon.marchi@ericsson.com>
10808
10809 PR gdb/15564
10810 * gdb.mi/mi-detach.exp: New file.
10811
e0619de6
JK
108122015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10813
10814 PR symtab/18392
10815 * gdb.arch/amd64-tailcall-self.S: New file.
10816 * gdb.arch/amd64-tailcall-self.c: New file.
10817 * gdb.arch/amd64-tailcall-self.exp: New file.
10818
e970cb34
DB
108192015-05-28 Don Breazeal <donb@codesourcery.com>
10820
10821 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
10822 tests for remote targets by checking is_target_gdbserver.
10823
b2e2f908
DE
108242015-05-27 Doug Evans <dje@google.com>
10825
10826 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
10827 * gdb.dwarf2/opaque-type-lookup.c: New file.
10828 * gdb.dwarf2/opaque-type-lookup.exp: New file.
10829
82c7be31
DE
108302015-05-26 Doug Evans <dje@google.com>
10831
10832 * gdb.cp/iostream.cc: New file.
10833 * gdb.cp/iostream.exp: New file.
10834
b4f54984
DE
108352015-05-26 Doug Evans <dje@google.com>
10836
10837 * gdb.dwarf2/dw2-op-call.exp: Update.
10838 * gdb.dwarf2/dw4-sig-types.exp: Update.
10839 * gdb.dwarf2/implptr.exp: Update.
10840 * gdb.mi/mi-cmd-param-changed.exp: Update.
10841
4ea6efe9
DE
108422015-05-26 Doug Evans <dje@google.com>
10843
10844 * gdb.python/py-lazy-string.c: New file.
10845 * gdb.python/py-lazy-string.exp: New file.
10846 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
10847 (main): Update. Add estring3.
10848 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
10849 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
10850
f6bb7db3
YQ
108512015-05-26 Omair Javaid <omair.javaid@linaro.org>
10852 Yao Qi <yao.qi@linaro.org>
10853
10854 * gdb.reverse/aarch64.c: New.
10855 * gdb.reverse/aarch64.exp: New.
10856
a81bfbd0
OJ
108572015-05-26 Omair Javaid <omair.javaid@linaro.org>
10858
25d49b86
PA
10859 * lib/gdb.exp (supports_process_record): Return true for
10860 aarch64*-linux*.
a81bfbd0
OJ
10861 (supports_reverse): Likewise.
10862
158bf1b4
PP
108632015-05-22 Patrick Palka <patrick@parcs.ath.cx>
10864
10865 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10866 Use with_test_prefix.
10867
a0145030
AB
108682015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
10869
10870 * gdb.base/completion.exp: Add test for completion of layout
10871 names.
10872
ebe3b578
AB
108732015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
10874
10875 * lib/gdb.exp (skip_tui_tests): New proc.
10876 * gdb.base/tui-layout.exp: Check skip_tui_tests.
10877
84204ed7
PA
108782015-05-19 Pedro Alves <palves@redhat.com>
10879
10880 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10881 Save the whole env array instead of just HOME. Unset HISTSIZE in
10882 the environment while testing. Restore whole environment
10883 afterwards.
10884
37442ce1
DE
108852015-05-16 Doug Evans <xdje42@gmail.com>
10886
10887 * gdb.guile/scm-ports.c: New file.
10888 * gdb.guile/scm-ports.exp: Add memory port tests.
10889
36de76f9
JK
108902015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10891
10892 * gdb.compile/compile-print.c: New file.
10893 * gdb.compile/compile-print.exp: New file.
10894
3a9558c4
JK
108952015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10896
10897 * gdb.compile/compile-ops.exp: Cast param to void.
10898 * gdb.compile/compile.exp: Complete type for _gdb_expr.
10899 (compile code struct_object.selffield = &struct_object): Add xfail.
10900
aa715135
JG
109012015-05-15 Joel Brobecker <brobecker@adacore.com>
10902
10903 * gdb.ada/arr_enum_with_gap: New testcase.
10904
931e5bc3
JG
109052015-05-15 Joel Brobecker <brobecker@adacore.com>
10906
10907 * gdb.ada/byte_packed_arr: New testcase.
10908
9cd4d857
JB
109092015-05-15 Joel Brobecker <brobecker@adacore.com>
10910
10911 * gdb.ada/pckd_neg: New testcase.
10912
ebfd00d2
PP
109132015-05-13 Patrick Palka <patrick@parcs.ath.cx>
10914
10915 PR gdb/17820
10916 * gdb.base/gdbinit-history.exp: New test.
10917 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
10918 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
10919
4c082a81
SC
109202015-05-09 Siva Chandra Reddy <sivachandra@google.com>
10921
10922 * gdb.python/py-xmethods.cc: Enhance test case.
10923 * gdb.python/py-xmethods.exp: New tests.
10924 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
10925 function.
10926 (B_indexoper): Likewise.
10927 (global_dm_list) : Add new xmethod worker functions.
10928
f7797074
SDJ
109292015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
10930
10931 * gdb.base/coredump-filter.exp: Correctly unset
10932 "coredump_var_addr" array.
10933
a4674e4e
PA
109342015-05-08 Pedro Alves <palves@redhat.com>
10935
10936 * gdb.server/non-existing-program.exp: Unset spawn_id.
10937
df2eb078
SC
109382015-05-08 Siva Chandra Reddy <sivachandra@google.com>
10939
10940 PR python/18291
10941 * gdb.python/py-xmethods.exp: Add tests.
10942
422349a3
YQ
109432015-05-08 Yao Qi <yao.qi@linaro.org>
10944
10945 PR gdb/18208
10946 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
10947 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
10948 function set_coredump_filter, and remove remote_exec call.
10949 Remove argument ipid. Callers update.
10950 (top level): Don't get inferior's PID.
10951
63fc80ce
AA
109522015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
10953
10954 * gdb.base/watch_thread_num.exp: Skip test on targets without
10955 access watchpoints.
10956
80ad801e
PA
109572015-05-06 Pedro Alves <palves@redhat.com>
10958
10959 PR server/18081
10960 * gdb.server/non-existing-program.exp: New file.
10961
0fa7fe50
JB
109622015-05-05 Joel Brobecker <brobecker@adacore.com>
10963
10964 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
10965
3ea89b92
PMR
109662015-05-05 Joel Brobecker <brobecker@adacore.com>
10967
10968 * gdb.ada/out_of_line_in_inlined: New testcase.
10969
87b8eff0
JB
109702015-05-05 Joel Brobecker <brobecker@adacore.com>
10971
10972 * gdb.ada/var_rec_arr: New testcase.
10973
5fccc635
YQ
109742015-04-30 Yao Qi <yao.qi@linaro.org>
10975
10976 * gdb.base/break-idempotent.exp: If
10977 skip_hw_watchpoint_multi_tests returns true, skip the tests
10978 on "rwatch" and "awatch".
10979
42d38f42
YQ
109802015-04-30 Yao Qi <yao.qi@linaro.org>
10981
10982 * gdb.base/relativedebug.exp: Invoke gdb command
10983 "info sharedlibrary", and if libc.so doesn't have debug info,
10984 skip the test.
10985
2ce1cdbf
DE
109862015-04-29 Doug Evans <dje@google.com>
10987
10988 * gdb.python/py-xmethods.exp: Add ptype tests.
10989 * gdb.python/py-xmethods.py (E_method_char_worker): Add
10990 get_result_type method.
10991
f24a38c5
LM
109922015-04-29 Luis Machado <lgustavo@codesourcery.com>
10993
10994 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
10995 the target does not support hardware watchpoints.
10996
ecbf2b3c
LM
109972015-04-29 Luis Machado <lgustavo@codesourcery.com>
10998
10999 * gdb.base/break-always.exp: Abort testing if writing to memory
11000 causes an error.
11001
34f5f757
DE
110022015-04-28 Doug Evans <dje@google.com>
11003
11004 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
11005 * gdb.python/py-pp-registration.exp: ... here. New file.
11006 * gdb.python/py-pp-registration.c: New file.
11007 * gdb.python/py-pp-registration.py: New file.
11008
69b4374a
DE
110092015-04-28 Doug Evans <dje@google.com>
11010
11011 * gdb.python/py-bad-printers.c: New file.
11012 * gdb.python/py-bad-printers.py: New file.
11013 * gdb.python/py-bad-printers.exp: New file.
11014
59fb7612
SS
110152015-04-28 Sasha Smundak <asmundak@google.com>
11016
11017 * gdb.python/py-type.exp: New test.
11018
2631b16a
AW
110192015-04-28 Andy Wingo <wingo@igalia.com>
11020
11021 * gdb.python/py-parameter.exp:
11022 * gdb.guile/scm-parameter.exp: Escape the path that we are
11023 matching against, as it might contain characters that are special
11024 to regular expressions.
11025
460efde1
JB
110262015-04-27 Joel Brobecker <brobecker@adacore.com>
11027
11028 * gdb.ada/rec_comp: New testcase.
11029
2d369d8e
SDJ
110302015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
11031
11032 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
11033 before using it.
11034
cf75d6c3
AB
110352015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
11036
11037 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
11038 new tests for verilog output.
11039
8dbe7ca5
YQ
110402015-04-24 Yao Qi <yao.qi@linaro.org>
11041
11042 * boards/remote-gdbserver-on-localhost.exp: New file.
11043
4ef9fb2f
PA
110442015-04-23 Pedro Alves <palves@redhat.com>
11045
11046 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
11047 $inferior_spawn_id instead of $inferior_spawn_id directly. On
11048 "end of file", remove $inferior_spawn_id from the indirect list.
11049
0a803169
PA
110502015-04-23 Pedro Alves <palves@redhat.com>
11051
11052 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
11053
749ef8f8
PA
110542015-04-23 Pedro Alves <palves@redhat.com>
11055
11056 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
11057 on $any_spawn_id instead of only on $gdb_spawn_id.
11058
8aae4344
PM
110592015-04-21 Pierre Muller <muller@sourceware.org>
11060
11061 PR pascal/17815
11062 * lib/pascal.exp (gpc_compile): Add new option "class".
11063 (fpc_compile): Likewise.
11064 * gdb.pascal/case-insensitive-symbols.pas: New file.
11065 * gdb.pascal/case-insensitive-symbols.exp: New file.
11066
1586c8fb
GB
110672015-04-20 Gary Benson <gbenson@redhat.com>
11068
11069 * gdb.base/attach.exp: Fix three extended remote failures.
11070
1b6e6f5c
GB
110712015-04-17 Gary Benson <gbenson@redhat.com>
11072
11073 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
11074 the main executable over the remote protocol.
11075
e797481d
PA
110762015-04-16 Pedro Alves <palves@redhat.com>
11077
11078 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
11079 a new gdbserver if gdbserver_reconnect_p is set.
11080
1ca99c42
PA
110812015-04-16 Pedro Alves <palves@redhat.com>
11082
11083 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
11084 is set, don't exit gdbserver.
11085
af9fd6f8
AA
110862015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11087
11088 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
11089 appropriate .insn, such that an older assembler can be used.
11090 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
11091 the z/Architecture instruction set on 31-bit targets as well.
11092
04ff1e61
AA
110932015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11094
11095 * gdb.go/handcall.exp: Remove all logic related to the first
11096 breakpoint and rely on go_runto_main instead.
11097 * gdb.go/strings.exp: Likewise.
11098 * gdb.go/unsafe.exp: Likewise.
11099 * gdb.go/hello.exp: Likewise. Also rename the remaining
11100 breakpoint marker to "breakpoint 1".
11101 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
11102 * gdb.go/strings.go: Likewise.
11103 * gdb.go/unsafe.go: Likewise.
11104 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
11105 "set breakpoint 2 here" and rename the remaining breakpoint marker
11106 to "breakpoint 1".
11107
40d2f8d6
SM
111082015-04-15 Simon Marchi <simon.marchi@ericsson.com>
11109
11110 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
11111 if itertools.imap is not present.
11112 * gdb.python/py-objfile.exp: Add parentheses.
11113 * gdb.python/py-type.exp: Same.
11114 * gdb.python/py-unwind-maint.py: Same.
11115
8cbc97c6
YQ
111162015-04-15 Yao Qi <yao.qi@linaro.org>
11117
11118 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
11119 of ":$ptr_size" and set its form explicitly.
11120
45fd756c
YQ
111212015-04-15 Pedro Alves <palves@redhat.com>
11122 Yao Qi <yao.qi@linaro.org>
11123
11124 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
11125 timeout by factor of 4.
11126 (test_regular_watch): Likewise.
11127 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
11128 * gdb.reverse/sigall-reverse.exp: Likewise.
11129 * gdb.reverse/until-precsave.exp: Likewise.
11130 * lib/gdb.exp (with_timeout_factor): New proc.
11131 (gdb_expect): Move some code to ...
11132 (get_largest_timeout): ... here. New procedure.
11133
9e811bc3
LM
111342015-04-14 Luis Machado <lgustavo@codesourcery.com>
11135
11136 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
11137
0ff6fcb2
LM
111382015-04-13 Luis Machado <lgustavo@codesourcery.com>
11139
11140 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
11141 to write to the .text section.
11142
7578d5f7
LM
111432015-04-13 Luis Machado <lgustavo@codesourcery.com>
11144
11145 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
11146 Handle the case of targets that do not provide PID information.
11147
2efe15c4
YQ
111482015-04-13 Yao Qi <yao.qi@linaro.org>
11149
11150 * lib/gdbserver-support.exp (gdb_exit): Catch exception
11151 and use expect instead of gdb_expect.
11152
8cd8f2f8
SDJ
111532015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
11154
11155 * gdb.base/coredump-filter.exp: Rename variable "addr" to
11156 "coredump_var_addr" to avoid naming conflict with other testcases.
11157
9ee41772
PA
111582015-04-10 Pedro Alves <palves@redhat.com>
11159
11160 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
11161 gdb_test_sequence and gdb_assert.
11162
07473109
PA
111632015-04-10 Pedro Alves <palves@redhat.com>
11164
11165 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
11166 test messages that don't include the breakpoint address.
11167
de3db44c
YQ
111682015-04-10 Yao Qi <yao.qi@linaro.org>
11169
11170 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
11171 false for some offset and width combinations which aren't
11172 supported by linux kernel.
11173
c79d856c
PA
111742015-04-10 Pedro Alves <palves@redhat.com>
11175
11176 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
11177 procedure, factored out from ...
11178 (top level): ... here. Add "set displaced-stepping" testing axis.
11179 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
11180 parameter "displaced". Use it.
11181 (top level): Use foreach and add "set displaced-stepping" testing
11182 axis.
11183
ebc90b50
PA
111842015-04-10 Pedro Alves <palves@redhat.com>
11185
11186 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
11187 Remove comment.
11188 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
11189 both the address of the instruction that triggers the watchpoint
11190 and the address of the instruction immediately after, and use
11191 those addresses for the test. Fix comment.
11192
8f572e5c
PA
111932015-04-10 Pedro Alves <palves@redhat.com>
11194
11195 * gdb.base/sigstep.exp (breakpoint_to_handler)
11196 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
11197 Test "backtrace" in handler.
11198 (breakpoint_over_handler): New parameter 'displaced'. Use it.
11199 (top level): Add new "displaced" test axis to
11200 breakpoint_to_handler, breakpoint_to_handler_entry and
11201 breakpoint_over_handler.
11202
8d707a12
PA
112032015-04-10 Pedro Alves <palves@redhat.com>
11204
11205 PR gdb/18216
11206 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
11207
ef713951
YQ
112082015-04-10 Yao Qi <yao.qi@linaro.org>
11209
11210 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
11211 (test_add_rn_pc): New function.
11212 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
11213 (top level): Invoke test_add_rn_pc.
11214
906d60cf
PA
112152015-04-10 Pedro Alves <palves@redhat.com>
11216
11217 PR gdb/13858
11218 * gdb.base/step-over-no-symbols.exp: New file.
11219
f2983cc3
AW
112202015-04-09 Andy Wingo <wingo@igalia.com>
11221
11222 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
11223 after the Python tests.
11224
6d62641c
SDJ
112252015-04-08 Keith Seitz <keiths@redhat.com>
11226
11227 PR python/16699
11228 * gdb.python/py-completion.exp: New tests for completion.
11229 * gdb.python/py-completion.py (CompleteLimit1): New class.
11230 (CompleteLimit2): Likewise.
11231 (CompleteLimit3): Likewise.
11232 (CompleteLimit4): Likewise.
11233 (CompleteLimit5): Likewise.
11234 (CompleteLimit6): Likewise.
11235 (CompleteLimit7): Likewise.
11236
f3770638
PA
112372015-04-08 Pedro Alves <palves@redhat.com>
11238
11239 PR gdb/18214
11240 PR gdb/18216
11241 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
11242 function.
11243 (main): Install it as SIGUSR1 handler.
11244 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
11245 parameter. Always use "setup" as prefix. Toggle "set
11246 displaced-stepping" off/on depending on global. Don't switch to
11247 thread 1 here.
11248 (top level): Add displaced stepping "off/on" test axis. Update
11249 "setup" calls. Wrap each subtest with with_test_prefix. Test
11250 continuing with a queued signal in each thread.
11251
4496bed7
PA
112522015-04-08 Pedro Alves <palves@redhat.com>
11253
11254 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
11255 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
11256 gdb_breakpoint instead of gdb_test that doesn't expect anything.
11257 Return early if running to main fails.
11258 * gdb.trace/while-stepping.exp: Likewise.
11259
b97fde92
PA
112602015-04-07 Pedro Alves <palves@redhat.com>
11261
11262 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
11263 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
11264 interact with inferior program.
11265
f71c18e7
PA
112662015-04-07 Pedro Alves <palves@redhat.com>
11267
11268 * lib/gdb.exp (inferior_spawn_id): New global.
11269 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
11270 spawn id after processing the user code.
11271 (default_gdb_start): Set inferior_spawn_id.
11272 (send_inferior): New procedure.
11273 * lib/gdbserver-support.exp (gdbserver_start): Set
11274 inferior_spawn_id.
11275 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
11276
6423214f
PA
112772015-04-07 Pedro Alves <palves@redhat.com>
11278
11279 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
11280 * lib/gdbserver-support.exp (gdbserver_start): Make
11281 $server_spawn_id global.
11282 (gdbserver_start): Don't wait for gdbserver's spawn id with
11283 expect_background.
11284 (close_gdbserver): New procedure.
11285 (gdb_exit): Rename the default version and reimplement.
11286
71c0ee8c
PA
112872015-04-07 Pedro Alves <palves@redhat.com>
11288
72f4393d 11289 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
11290 append the substituted item, not the original item.
11291
203bc29b
PA
112922015-04-07 Pedro Alves <palves@redhat.com>
11293
11294 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
11295 gdb_expect.
11296
508a3ddf
PA
112972015-04-07 Pedro Alves <palves@redhat.com>
11298
11299 * gdb.base/interrupt.exp: Don't handle the case of the inferior
11300 output appearing once only.
11301
9f6dbe2b
PA
113022015-04-07 Pedro Alves <palves@redhat.com>
11303
11304 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
11305 that doesn't expect anything. Return early if running to main
11306 fails.
11307
337532fa
YQ
113082015-04-07 Yao Qi <yao.qi@linaro.org>
11309
11310 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
11311 (child_function): Call alarm.
11312 (main): Move call to alarm into the loop.
11313 * gdb.threads/non-stop-fair-events.exp: Build program with
11314 -DTIMEOUT=$timeout.
11315
01b622d4
DE
113162015-04-06 Doug Evans <xdje42@gmail.com>
11317
11318 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
11319 Fix dest parameter to board_info.
11320 (fpc_compile): Ditto.
11321 (gdb_compile_pascal): Rename dest arg to destfile.
11322
961f4160
PMR
113232015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
11324
11325 * gdb.ada/funcall_ref.exp: New file.
11326 * gdb.ada/funcall_ref/foo.adb: New file.
11327
cafda597
YQ
113282015-04-02 Yao Qi <yao.qi@linaro.org>
11329
11330 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
11331 is remote.
11332
fed040c6
GB
113332015-04-02 Gary Benson <gbenson@redhat.com>
11334
11335 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
11336
d11916aa
SS
113372015-04-01 Sasha Smundak <asmundak@google.com>
11338
11339 * gdb.python/py-unwind-maint.c: New file.
11340 * gdb.python/py-unwind-maint.exp: New test.
11341 * gdb.python/py-unwind-maint.py: New file.
11342 * gdb.python/py-unwind.c: New file.
11343 * gdb.python/py-unwind.exp: New test.
11344 * gdb.python/py-unwind.py: New test.
11345
a1471180
PA
113462015-04-01 Pedro Alves <palves@redhat.com>
11347
11348 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
11349 to fail instead of non-existent $test.
11350
0bbeccb1
PA
113512015-04-01 Pedro Alves <palves@redhat.com>
11352
11353 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
11354 GDBFLAGS if not empty.
11355
3c724c8c
PMR
113562015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
11357
11358 * gdb.ada/complete.exp: Remove "multi_line".
11359 * gdb.ada/info_exc.exp: Remove "multi_line".
11360 * gdb.ada/packed_tagged.exp: Remove "multi_line".
11361 * gdb.ada/ptype_field.exp: Remove "multi_line".
11362 * gdb.ada/sym_print_name.exp: Remove "multi_line".
11363 * gdb.ada/tagged.exp: Remove "multi_line".
11364 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
11365 [multi_line ...]
11366 * gdb.btrace/delta.exp: Likewise.
11367 * gdb.btrace/exception.exp: Likewise.
11368 * gdb.btrace/function_call_history.exp: Likewise.
11369 * gdb.btrace/instruction_history.exp: Likewise.
11370 * gdb.btrace/nohist.exp: Likewise.
11371 * gdb.btrace/record_goto.exp: Likewise.
11372 * gdb.btrace/segv.exp: Likewise.
11373 * gdb.btrace/stepi.exp: Likewise.
11374 * gdb.btrace/tailcall.exp: Likewise.
11375 * gdb.btrace/unknown_functions.exp: Likewise.
11376 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
11377 * lib/gdb.exp: Add the "multi_line" helper.
11378
4eec2deb
PA
113792015-04-01 Pedro Alves <palves@redhat.com>
11380
11381 * gdb.threads/tid-reuse.c: New file.
11382 * gdb.threads/tid-reuse.exp: New file.
11383
df8411da
SDJ
113842015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
11385
11386 PR corefiles/16092
11387 * gdb.base/coredump-filter.c: New file.
11388 * gdb.base/coredump-filter.exp: Likewise.
11389
6ef37366
PM
113902015-03-27 Petr Machata <pmachata@redhat.com>
11391
11392 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
11393 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
11394 (Dwarf::assemble): Initialize them.
11395 (Dwarf::lines): New function.
11396
7ec911b0
JT
113972015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
11398
11399 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
11400 SYMBOL_PREFIX for x86_64-*-cygwin.
11401
ff908ebf
AW
114022015-03-26 Andy Wingo <wingo@igalia.com>
11403
11404 PR symtab/18148
11405 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
11406 const_value but not a location.
11407 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
11408 location defined in non-main CUs are visible.
11409
6d5f0679
YQ
114102015-03-26 Yao Qi <yao.qi@linaro.org>
11411
11412 PR testsuite/18139
11413 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
11414 Add a line number entry for the same line.
11415 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
11416 Add a line number entry for the same line.
11417
2898689b
YQ
114182015-03-26 Yao Qi <yao.qi@linaro.org>
11419
11420 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
11421 .int 0.
11422 (func): Likewise. Add .Lfunc_1 label.
11423 Use .Lfunc_1 label.
11424 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
11425 .int 0.
11426 (func): Likewise.
11427 Use .Lfunc_1 label.
11428
85180498
YQ
114292015-03-26 Yao Qi <yao.qi@linaro.org>
11430
11431 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
11432 Call gdb_compile instead to compile each .s files without debug
11433 information.
11434
8aa08a8d
YQ
114352015-03-26 Yao Qi <yao.qi@linaro.org>
11436
11437 * gdb.base/savedregs.exp (process_saved_regs): Make
11438 "Saved registers:" optional in the pattern.
11439
66849923
MM
114402015-03-25 Markus Metzger <markus.t.metzger@intel.com>
11441
11442 * gdb.btrace/next.exp: Merged into step.exp.
11443 * gdb.btrace/finish.exp: Merged into step.exp.
11444 * gdb.btrace/nexti.exp: Merged into stepi.exp.
11445 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
11446 "record goto" and checking the exact replay position.
11447 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
11448 check for "Recording format" in "info record" output.
11449 * gdb.btrace/record_goto.exp: Choose test file based on target.
11450 * gdb.btrace/x86-record_goto.S: Renamed into ...
11451 * gdb.btrace/x86_64-record_goto.S: ... this.
11452 * gdb.btrace/i686-record_goto.S: New.
11453 * gdb.btrace/x86-tailcall.S: Renamed into ...
11454 * gdb.btrace/x86_64-tailcall.S: ... this.
11455 * gdb.btrace/i686-tailcall.S: New.
11456 * gdb.btrace/x86-tailcall.c: Renamed into ...
11457 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
11458 separate statements. Update test.
11459 * gdb.btrace/delta.exp: Use record_goto.c as test file.
11460 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
11461 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
11462 * gdb.btrace/tailcall.exp: Choose test file based on target.
11463 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
11464
11cc1b74
MM
114652015-03-25 Markus Metzger <markus.t.metzger@intel.com>
11466
11467 * gdb.btrace/exception.exp: Increase BTS buffer size.
11468
a25d8bf9
PA
114692015-03-24 Pedro Alves <palves@redhat.com>
11470
11471 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
11472
856e7dd6
PA
114732015-03-24 Pedro Alves <palves@redhat.com>
11474
11475 * gdb.threads/schedlock.exp (test_step): No longer expect that
11476 "set scheduler-locking step" with "next" over a function call runs
11477 threads unlocked.
11478
ad235a41
AT
114792015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11480
11481 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
11482
15630549
AT
114832015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11484
11485 PR breakpoints/16466
11486 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
11487 * gdb.mi/mi-pending.c (thread_func): New function.
11488 (int main): Add threading support required.
11489 * gdb.mi/mi-pending.exp: Add tests for this issue.
11490 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
11491 (pendfunc2): Remove stdio dependency.
11492 * gdb.mi/mi-pendshr2.c: New file.
11493
693dca06
KS
114942015-03-23 Keith Seitz <keiths@redhat.com>
11495
11496 * gdb.linespec/keywords.c: New file.
11497 * gdb.linespec/keywords.exp: New file.
11498
7e993ebf
KS
114992015-03-23 Keith Seitz <keiths@redhat.com>
11500
11501 PR gdb/18021
11502 * gdb.dwarf2/staticvirtual.exp: New test.
11503
bc23328c
JK
115042015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11505
11506 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
11507 * README: Remove HP-UX and gdb.hp.
11508 (configuration):
11509 * configure: Regenerate.
11510 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
11511 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
11512 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
11513 gdb.hp/gdb.defects/Makefile.
11514 * gdb.hp/Makefile.in: File deleted.
11515 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
11516 * gdb.hp/gdb.aCC/optimize.c: File deleted.
11517 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
11518 * gdb.hp/gdb.aCC/run.c: File deleted.
11519 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
11520 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
11521 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
11522 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
11523 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
11524 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
11525 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
11526 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
11527 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
11528 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
11529 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
11530 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
11531 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
11532 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
11533 * gdb.hp/gdb.base-hp/reg.s: File deleted.
11534 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
11535 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
11536 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
11537 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
11538 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
11539 * gdb.hp/gdb.compat/Makefile.in: File deleted.
11540 * gdb.hp/gdb.compat/average.c: File deleted.
11541 * gdb.hp/gdb.compat/sum.c: File deleted.
11542 * gdb.hp/gdb.compat/xdb.c: File deleted.
11543 * gdb.hp/gdb.compat/xdb0.c: File deleted.
11544 * gdb.hp/gdb.compat/xdb0.h: File deleted.
11545 * gdb.hp/gdb.compat/xdb1.c: File deleted.
11546 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
11547 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
11548 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
11549 * gdb.hp/gdb.defects/Makefile.in: File deleted.
11550 * gdb.hp/gdb.defects/bs14602.c: File deleted.
11551 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
11552 * gdb.hp/gdb.defects/solib-d.c: File deleted.
11553 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
11554 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
11555 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
11556 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
11557 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
11558 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
11559 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
11560 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
11561 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
11562 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
11563 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
11564 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
11565 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
11566 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
11567 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
11568 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
11569 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
11570 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
11571 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
11572 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
11573 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
11574 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
11575 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
11576 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
11577 * gdb.hp/tools/odump: File deleted.
11578
8bf3b159
PA
115792015-03-19 Pedro Alves <palves@redhat.com>
11580
11581 * gdb.threads/continue-pending-status.exp (saw_thread_2)
11582 (saw_thread_3): New globals.
11583 (top level): Increment them when an event for the corresponding
11584 thread is seen.
11585 (no thread starvation): New test.
11586
eb54c8bf
PA
115872015-03-19 Pedro Alves <palves@redhat.com>
11588
11589 * gdb.threads/continue-pending-status.c: New file.
11590 * gdb.threads/continue-pending-status.exp: New file.
11591
32d2e5d6
PA
115922015-03-18 Pedro Alves <palves@redhat.com>
11593
11594 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11595 Use gdb_is_target_remote instead of is_remote. Use
11596 gdb_test_multiple instead of gdb_expect. Exit early if
11597 gdb_test_multiple hits its internal matches. Tighten stepi tests
11598 expected output. Fail on exit with any signal, instead of just
11599 SIGILL.
11600
f68f11b7
YQ
116012015-03-18 Yao Qi <yao.qi@linaro.org>
11602
11603 PR tdep/18107
11604 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
11605 variable.
11606 * gdb.base/catch-syscall.exp: Don't skip it on
11607 aarch64*-*-linux* target. Remove elements in all_syscalls.
11608 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
11609 target.
11610 (setup_all_syscalls): New proc.
11611
ca5fd19b
YQ
116122015-03-16 Yao Qi <yao.qi@linaro.org>
11613
11614 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
11615 (top level): Skip tests if valid_addr_p returns false for
11616 $cmd1 or $cmd2.
11617
85642ba0
AW
116182015-03-11 Andy Wingo <wingo@igalia.com>
11619
11620 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
11621
e03f9645
YQ
116222015-03-11 Yao Qi <yao.qi@linaro.org>
11623
11624 * gdb.base/catch-syscall.exp: Fix typo in comments.
11625
5d0962b2
YQ
116262015-03-11 Yao Qi <yao.qi@linaro.org>
11627
11628 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
11629
b2df3cef
PA
116302015-03-09 Pedro Alves <palves@redhat.com>
11631
11632 * dg-extract-results.py: Delete.
11633
ef878e53
PA
116342015-03-09 Pedro Alves <palves@redhat.com>
11635
11636 Merge dg-extract-results.sh from GCC upstream (r218843).
11637
11638 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
11639 * dg-extract-results.sh: Use --text with grep to avoid issues with
11640 binary files. Fall back to cat -v, if that doesn't work.
11641
9494d219
PA
116422015-03-05 Pedro Alves <palves@redhat.com>
11643
11644 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
11645
a8d9763a
SM
116462015-03-04 Simon Marchi <simon.marchi@ericsson.com>
11647
11648 * lib/mi-support.exp (mi_expect_interrupt): Accept
11649 alternative event for when in all-stop mode.
11650
be9957b8
PA
116512015-03-04 Pedro Alves <palves@redhat.com>
11652
11653 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
11654
d57be0f4 116552015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
11656
11657 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
11658
c214c7cf
AA
116592015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11660
11661 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
11662 regexps for GDB's current line display, accept a hex address
11663 preceding the line number.
11664
6d74a497
AA
116652015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11666
11667 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
11668 the 'arch1' variable for "s390*-linux*" targets.
11669
511aee7c
PA
116702015-03-04 Pedro Alves <palves@redhat.com>
11671
11672 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
11673 (main): Pass missing retval argument to pthread_join call.
11674
95e50b27
PA
116752015-03-02 Pedro Alves <palves@redhat.com>
11676
11677 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
11678 (top level): Call do_test with non-stop as well.
11679
28054d69
PA
116802015-03-02 Pedro Alves <palves@redhat.com>
11681
11682 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
11683 -1.
11684
4fa5d7b4
AA
116852015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11686
11687 * gdb.arch/s390-vregs.exp: New test.
11688 * gdb.arch/s390-vregs.S: New file.
11689
97c18565
PA
116902015-02-27 Pedro Alves <palves@redhat.com>
11691
11692 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
11693 call to catch_command_errors.
11694 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
11695 catch_command_errors.
11696
a37bfa30
PA
116972015-02-27 Pedro Alves <palves@redhat.com>
11698
11699 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
11700 "true" for boolean result.
11701 * gdb.gdb/selftest.exp (test_with_self): Also accept full
11702 prototype of main.
11703
6f98576f
PA
117042015-02-27 Pedro Alves <palves@redhat.com>
11705
11706 * lib/unbuffer_output.c: New file.
11707 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
11708 (main): Call gdb_unbuffer_output.
11709
eba5ab56
YQ
117102015-02-27 Yao Qi <yao.qi@linaro.org>
11711
11712 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
11713 target.
11714
0def5aaa
DE
117152015-02-26 Doug Evans <dje@google.com>
11716
11717 * gdb.cp/class2.cc (Dbase, D): New classes.
11718 (main): New local delta.
11719 * gdb.cp/class2.exp: Test printing delta.
11720 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
11721 (dynbar): New global.
11722 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
11723
081a1c2c
JK
117242015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11725
11726 * gdb.compile/compile-ifunc.c: New file.
11727 * gdb.compile/compile-ifunc.exp: New file.
11728
2f41223f
AT
117292015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
11730
11731 * gdb.base/structs.exp: Check for correct struct on finish.
11732
03eddd80
YQ
117332015-02-26 Yao Qi <yao.qi@linaro.org>
11734
11735 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
11736 is zero.
11737
80c57053
JK
117382015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11739
11740 * gdb.arch/cordic.ko.bz2: New file.
11741 * gdb.arch/cordic.ko.debug.bz2: New file.
11742 * gdb.arch/ppc64-symtab-cordic.exp: New file.
11743
21613c12
YQ
117442015-02-25 Yao Qi <yao.qi@linaro.org>
11745
11746 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
11747 aarch64*-*-* target.
11748
d8b901ed
PA
117492015-02-23 Pedro Alves <palves@redhat.com>
11750
11751 * lib/gdb.exp (delete_breakpoints): Rewrite using
11752 gdb_test_multiple.
11753
e5b85ead
PA
117542015-02-23 Pedro Alves <palves@redhat.com>
11755
11756 * gdb.base/info-os.c: Include stdlib.h.
11757
85c3a371
DE
117582015-02-22 Doug Evans <xdje42@gmail.com>
11759
11760 PR symtab/17855
11761 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
11762 is read after symbols have been re-read.
11763 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
11764 * gdb.ada/exec_changed/second.adb (Second): Ditto.
11765
96553a0c
DE
117662015-02-21 Doug Evans <dje@google.com>
11767
11768 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
11769
97a0c697
JK
117702015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11771
11772 PR corefiles/17808
11773 * gdb.arch/i386-biarch-core.core.bz2: New file.
11774 * gdb.arch/i386-biarch-core.exp: New file.
11775
a47cd6e9
PA
117762015-02-21 Pedro Alves <palves@redhat.com>
11777
11778 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
11779 runto_main fails.
11780
c5facdc4
PA
117812015-02-20 Pedro Alves <palves@redhat.com>
11782
11783 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
11784 info probes.
11785
2db9a427
PA
117862015-02-20 Pedro Alves <palves@redhat.com>
11787
11788 * gdb.threads/multi-create-ns-info-thr.exp: New file.
11789
60fb7e9e
PA
117902015-02-20 Pedro Alves <palves@redhat.com>
11791
11792 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
11793 clean_restart before gdb_target_supports_trace.
11794
5c5019c2
PA
117952015-02-20 Pedro Alves <palves@redhat.com>
11796
11797 PR threads/18006
11798 * gdb.threads/clone-thread_db.c: New file.
11799 * gdb.threads/clone-thread_db.exp: New file.
11800
c9587f88
AT
118012015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
11802
11803 PR breakpoints/16812
11804 * gdb.base/catch-gdb-caused-signals.c: New file.
11805 * gdb.base/catch-gdb-caused-signals.exp: New file.
11806
f6a88844
JM
118072015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
11808
11809 * configure: Regenerated.
11810 * configure.ac: Use GDB_AC_TRANSFORM.
11811 * aclocal.m4: sinclude ../transform.m4.
11812
497c491b
JM
118132015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11814
11815 * lib/dtrace.exp: New file.
11816 * gdb.base/dtrace-probe.exp: Likewise.
11817 * gdb.base/dtrace-probe.d: Likewise.
11818 * gdb.base/dtrace-probe.c: Likewise.
11819 * lib/pdtrace.in: Likewise.
11820 * configure.ac: Output variables with the transformed names of
11821 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
11822 * configure: Regenerated.
11823
03e98035
JM
118242015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11825
11826 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
11827 expected message when trying to access $_probe_* convenience
11828 variables while not on a probe.
11829
63cc30e9
JK
118302015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11831
11832 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
11833
0703599a
PA
118342015-02-11 Pedro Alves <pedro@codesourcery.com>
11835
11836 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
11837 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
11838
7e60a48e
DE
118392015-02-10 Doug Evans <xdje42@gmail.com>
11840
11841 * lib/gdb.exp (gdb_load): Always return a result.
11842
01b088bc
PA
118432015-02-10 Pedro Alves <palves@redhat.com>
11844
11845 * gdb.threads/signal-sigtrap.c: New file.
11846 * gdb.threads/signal-sigtrap.exp: New file.
11847
b05ec7a5
AT
118482015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
11849
11850 * gdb.trace/no-attach-trace.c: New file.
11851 * gdb.trace/no-attach-trace.exp: New file.
11852
a2c2acaf
MW
118532015-02-09 Mark Wielaard <mjw@redhat.com>
11854
11855 * gdb.dwarf2/atomic.c: New file.
11856 * gdb.dwarf2/atomic-type.exp: Likewise.
11857
31fd9caa
MM
118582015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11859
11860 * gdb.btrace/buffer-size.exp: Update "info record" output.
11861 * gdb.btrace/delta.exp: Update "info record" output.
11862 * gdb.btrace/enable.exp: Update "info record" output.
11863 * gdb.btrace/finish.exp: Update "info record" output.
11864 * gdb.btrace/instruction_history.exp: Update "info record" output.
11865 * gdb.btrace/next.exp: Update "info record" output.
11866 * gdb.btrace/nexti.exp: Update "info record" output.
11867 * gdb.btrace/step.exp: Update "info record" output.
11868 * gdb.btrace/stepi.exp: Update "info record" output.
11869 * gdb.btrace/nohist.exp: Update "info record" output.
11870
d33501a5
MM
118712015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11872
11873 * gdb.btrace/buffer-size: New.
11874
f4abbc16
MM
118752015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11876
11877 * gdb.btrace/delta.exp: Update "info record" output.
11878 * gdb.btrace/enable.exp: Update "info record" output.
11879 * gdb.btrace/finish.exp: Update "info record" output.
11880 * gdb.btrace/instruction_history.exp: Update "info record" output.
11881 * gdb.btrace/next.exp: Update "info record" output.
11882 * gdb.btrace/nexti.exp: Update "info record" output.
11883 * gdb.btrace/step.exp: Update "info record" output.
11884 * gdb.btrace/stepi.exp: Update "info record" output.
11885 * gdb.btrace/nohist.exp: Update "info record" output.
11886
b9d61307
SM
118872015-02-06 Simon Marchi <simon.marchi@ericsson.com>
11888
11889 PR gdb/15678
11890 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
11891
e584fdbc
PA
118922015-02-06 Pedro Alves <palves@redhat.com>
11893
11894 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
11895 macro.
11896 (seconds_left, again): New globals.
11897 (main): Wait seconds_left in a 1-second sleep loop instead of
11898 sleeping 180 seconds. If 'again' is set, reset the seconds
11899 counter.
11900 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
11901 'again' in the inferior before detaching. Print the seconds left.
11902 (options): New global.
11903 (top level): Build program with -DTIMEOUT=$timeout.
11904
77f41761
PA
119052015-02-06 Pedro Alves <palves@redhat.com>
11906
11907 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
11908 determine how many seconds to pass to 'alarm'.
11909 * gdb.base/gdb-sigterm.exp (top level): Build program with
11910 -DTIMEOUT=$timeout.
11911 (do_test): Return success/failure indication. Add more verbose
11912 logging. Don't fail if 200 single steps are seen. Instead, fail
11913 when the test times out.
11914 (passes): New global.
11915 (top level): Break the testing loop if testing fails on any
11916 iteration. Use gdb_assert.
11917
b9394193
DB
119182015-02-04 Don Breazeal <donb@codesourcery.com>
11919
11920 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
11921 and initialize them.
11922 (ipc_cleanup): New function.
11923 (main): Don't declare shmid, semid, and msqid. Add a call to
11924 atexit so that we call ipc_cleanup on exit.
11925
42d9e528
PA
119262015-02-04 Pedro Alves <palves@redhat.com>
11927
11928 * boards/native-extended-gdbserver.exp: Remove any target variant
11929 specifications from the board name before clearing the isremote
11930 flag from board_info.
11931
ae6ae975
DE
119322015-01-31 Doug Evans <xdje42@gmail.com>
11933
11934 * gdb.base/maint.exp <maint print type argc>: Update expected output.
11935
cfb069a8
GB
119362015-01-31 Gary Benson <gbenson@redhat.com>
11937
11938 * gdb.base/completion.exp: Disable completion limiting for
11939 existing tests. Add new tests to check completion limiting.
11940 * gdb.linespec/ls-errs.exp: Disable completion limiting.
11941
5dd31d79
DE
119422015-01-31 Doug Evans <xdje42@gmail.com>
11943
11944 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
11945
9f050062
DE
119462015-01-31 Doug Evans <xdje42@gmail.com>
11947
11948 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
11949 entries. Duplicate file section script entries.
11950 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
11951 inlined entries. Add test for safe-path rejection.
11952 * gdb.python/py-section-script.c: Add duplicate inlined section script
11953 entries. Duplicate file section script entries.
11954 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
11955 inlined entries. Add test for safe-path rejection.
11956
df25ebbd
JB
119572015-01-29 Joel Brobecker <brobecker@adacore.com>
11958
11959 * gdb.ada/disc_arr_bound: New testcase.
11960
4a0ca9ec
JB
119612015-01-29 Joel Brobecker <brobecker@adacore.com>
11962
11963 * gdb.ada/mi_var_array: New testcase.
11964
3a8b707a
DE
119652015-01-27 Doug Evans <dje@google.com>
11966
11967 * gdb.python/py-objfile.exp: Add tests for objfile.username.
11968 Add test for objfile.filename, objfile.username after objfile
11969 has been unloaded.
11970
f8313f6e
JB
119712015-01-26 Joel Brobecker <brobecker@adacore.com>
11972
11973 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
11974 the second test to print the name attribute of value
11975 returned by the call to gdb.lookup_type, and adjust
11976 the expected output accordingly.
11977
37bc665e
MW
119782015-01-25 Mark Wielaard <mjw@redhat.com>
11979
11980 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
11981 * gdb.base/disp-step-fork.c: Include unistd.h.
11982 * gdb.base/siginfo-obj.c: Include stdio.h.
11983 * gdb.base/siginfo-thread.c: Likewise.
11984 * gdb.mi/non-stop.c: Include unistd.h.
11985 * gdb.mi/nsthrexec.c: Include stdio.h.
11986 * gdb.mi/pthreads.c: Include unistd.h.
11987 * gdb.modula2/unbounded1.c (main): Declare returns int.
11988 * gdb.reverse/consecutive-reverse.c: Likewise.
11989 * gdb.threads/create-fail.c: Include unistd.h.
11990 * gdb.threads/killed.c: Likewise.
11991 * gdb.threads/linux-dp.c: Likewise.
11992 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
11993 * gdb.threads/non-ldr-exc-2.c: Likewise.
11994 * gdb.threads/non-ldr-exc-3.c: Likewise.
11995 * gdb.threads/non-ldr-exc-4.c: Likewise.
11996 * gdb.threads/pthreads.c: Include unistd.h.
11997 (main): Declare returns int.
11998 * gdb.threads/tls-main.c (foo): New declaration.
11999 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
12000
f7e5394d
SM
120012015-01-23 Simon Marchi <simon.marchi@ericsson.com>
12002
12003 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
12004 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
12005
743649fd
MW
120062015-01-15 Mark Wielaard <mjw@redhat.com>
12007
12008 * gdb.base/noreturn-return.c: New file.
12009 * gdb.base/noreturn-return.exp: New file.
12010 * gdb.base/noreturn-finish.c: New file.
12011 * gdb.base/noreturn-finish.exp: New file.
12012
198297aa
PA
120132015-01-23 Pedro Alves <palves@redhat.com>
12014
12015 * gdb.threads/continue-pending-after-query.c: New file.
12016 * gdb.threads/continue-pending-after-query.exp: New file.
12017
717cf30c
AG
120182015-01-22 Anders Granlund <anders.granlund@ericsson.com>
12019 Simon Marchi <simon.marchi@ericsson.com>
12020
12021 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
12022 * gdb.base/valgrind-db-attach.exp: Same.
12023 * gdb.base/valgrind-infcall.exp: Same.
12024 * lib/mi-support.exp (default_mi_gdb_start): Same.
12025 * lib/prompt.exp (default_prompt_gdb_start): Same.
12026 * lib/gdb.exp (default_gdb_spawn): Same.
12027 (gdb_interact): New.
12028
12029
4b62a76e
JK
120302015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12031
12032 * gdb.compile/compile.exp (pointer to jit function): New test.
12033
b4cdae6f
WW
120342015-01-17 Wei-cheng Wang <cole945@gmail.com>
12035
12036 * lib/gdb.exp (supports_process_record): Return true for
12037 powerpc*-*-linux*.
12038 (supports_reverse): Likewise.
12039
d221e7ef
DB
120402015-01-15 Don Breazeal <donb@codesourcery.com>
12041
12042 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
12043 instead of checking whether the target board is remote and
12044 use spawn_wait_for_attach instead of exec/sleep.
12045 * gdb.base/attach-twice.exp: Likewise.
12046
bafffb51
JB
120472015-01-15 Joel Brobecker <brobecker@adacore.com>
12048
12049 * gdb.ada/var_arr_attrs: New testcase.
12050
5589af0e
PA
120512015-01-14 Pedro Alves <palves@redhat.com>
12052 Joel Brobecker <brobecker@adacore.com>
12053
12054 PR gdb/17525
12055 * gdb.base/bp-cmds-execution-x-script.c: New file.
12056 * gdb.base/bp-cmds-execution-x-script.exp: New file.
12057 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
12058
6c400b59
PA
120592015-01-14 Pedro Alves <palves@redhat.com>
12060
12061 PR cli/17828
12062 * gdb.base/batch-preserve-term-settings.c: New file.
12063 * gdb.base/batch-preserve-term-settings.exp: New file.
12064
e02c96a7
DE
120652015-01-13 Doug Evans <dje@google.com>
12066
12067 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
12068 binary.
12069
576fd14c
JB
120702015-01-13 Joel Brobecker <brobecker@adacore.com>
12071
12072 * Makefile.in (clean mostlyclean): Do not delete *.py.
12073
04dccad0
JB
120742015-01-13 Joel Brobecker <brobecker@adacore.com>
12075
12076 * gdb.python/py-lookup-type.exp: New file.
12077
3d230f71
PA
120782015-01-12 Pedro Alves <palves@redhat.com>
12079
12080 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
12081 restore GDBFLAGS before returning.
12082
7e67715d
JK
120832015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12084
12085 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
12086 is_amd64_regs_target and is_x86_like_target.
12087
f2e0d4b4
DE
120882015-01-11 Doug Evans <xdje42@gmail.com>
12089
12090 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
12091 is given without an explicit form.
12092 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
12093 attributes.
12094 * gdb.dwarf/corrupt.exp: Ditto.
12095 * gdb.dwarf2/enum-type.exp: Ditto.
12096 * gdb.trace/entry-values.exp: Ditto.
12097 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
12098
439250fb
DE
120992015-01-11 Doug Evans <xdje42@gmail.com>
12100
12101 PR gdb/15830
12102 * gdb.base/maint.exp: Remove references to "maint demangle".
12103 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
12104 Add tests for explicitly specifying language to demangle.
12105 * gdb.dlang/demangle.exp: Ditto.
12106
ede9f622
PA
121072015-01-09 Pedro Alves <palves@redhat.com>
12108
12109 * gdb.threads/non-stop-fair-events.c: New file.
12110 * gdb.threads/non-stop-fair-events.exp: New file.
12111
a7b796db
PA
121122015-01-09 Pedro Alves <palves@redhat.com>
12113
12114 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
12115 the global scope. Set a breakpoint after all threads are started
12116 rather than stepping over two source lines. Expect the prompt.
12117 * gdb.base/watch_thread_num.c (threads_started_barrier): New
12118 global.
12119 (NUM): Now 15.
12120 (main): Use threads_started_barrier to wait for all threads to
12121 start. Main thread no longer calls thread_function. Exit after
12122 180 seconds.
12123 (loop): New function.
12124 (thread_function): Wait on threads_started_barrier barrier. Call
12125 'loop' at each iteration.
12126 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
12127 threads have started, instead of hardcoding number of "next"
12128 steps. Use an access watchpoint instead of a write watchpoint.
12129
9665ffdd
PA
121302015-01-09 Pedro Alves <palves@redhat.com>
12131
12132 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
12133 (thread_func): Wait on barrier.
12134 (main): Wait for all threads to start before stopping GDB.
12135 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
12136 global.
12137 (thread1_func, thread2_func): Wait on barrier.
12138 (main): Wait for all threads to start before stopping GDB.
12139 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
12140 New global.
12141 (thread1_func, thread2_func): Wait on barrier.
12142 (main): Wait for all threads to start before stopping GDB.
12143
c945a99f
PA
121442015-01-09 Pedro Alves <palves@redhat.com>
12145
12146 * gdb.threads/attach-many-short-lived-threads.c: New file.
12147 * gdb.threads/attach-many-short-lived-threads.exp: New file.
12148
c1a747c1
PA
121492014-01-09 Pedro Alves <palves@redhat.com>
12150
12151 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
12152 instead of to thread 2.
12153 * gdb.threads/signal-command-multiple-signals-pending.c (main):
12154 Add barrier around each pthread_create call instead of around all
12155 calls.
12156 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
12157 Set a break on thread_function and have the child threads hit it
12158 one at at a time.
12159
60b3033e
PA
121602015-01-09 Pedro Alves <palves@redhat.com>
12161
12162 * lib/gdb.exp (can_spawn_for_attach): New procedure.
12163 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
12164 false.
12165 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
12166 checking whether the target board is remote.
12167 * gdb.multi/multi-attach.exp: Likewise.
12168 * gdb.python/py-sync-interp.exp: Likewise.
12169 * gdb.server/ext-attach.exp: Likewise.
12170 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
12171 tests that need to attach, instead of checking whether the target
12172 board is remote at the top of the file.
12173
acc018ac
YQ
121742015-01-08 Yao Qi <yao@codesourcery.com>
12175
12176 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
12177
50a18af8
JK
121782015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12179
12180 Fix testcase compilation.
12181 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
12182
8503d6e1
JB
121832015-01-06 Joel Brobecker <brobecker@adacore.com>
12184
12185 * gdb.python/py-type.exp: Add a couple test about empty
12186 array creation, and negative-length array creation.
12187
cc73dbcc
DE
121882015-01-02 Doug Evans <xdje42@gmail.com>
12189
12190 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
12191
0300bbc7
DE
121922015-01-02 Doug Evans <dje@google.com>
12193
12194 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
12195
9d85a0ec
YQ
121962014-12-29 Yao Qi <yao@codesourcery.com>
12197
12198 * gdb.trace/entry-values.exp: Update comments. Rename variable
12199 bar_call_foo to returned_from_foo.
12200
87186c6a
MMN
122012014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
12202
12203 PR gdb/17394
12204 * gdb.linespec/break-asm-file.c: New file.
12205 * gdb.linespec/break-asm-file.exp: New file.
12206 * gdb.linespec/break-asm-file0.s: New file.
12207 * gdb.linespec/break-asm-file1.s: New file.
12208
1bab7383
YQ
122092014-12-18 Nigel Stephens <nigel@mips.com>
12210 Maciej W. Rozycki <macro@codesourcery.com>
12211
12212 * gdb.base/float.exp: Handle the new output from "info float" on
12213 MIPS targets.
12214
1bc1068a
JK
122152014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12216
12217 Fix MinGW compilation.
12218 * gdb.compile/compile-ops.exp: Update untested message if
12219 !skip_compile_feature_tests.
12220 * gdb.compile/compile-setjmp.exp: Likewise.
12221 * gdb.compile/compile-tls.exp: Likewise.
12222 * gdb.compile/compile.exp: Likewise.
12223 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
12224 supported on this host".
12225
b6615d10
DE
122262014-12-16 Doug Evans <xdje42@gmail.com>
12227
12228 * boards/stabs.exp: New file.
12229
25dda427
AA
122302014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
12231
12232 * gdb.base/completion.exp: Adjust to format changes of "maint
12233 print user-registers".
12234
bf330350
CU
122352014-12-16 Catalin Udma <catalin.udma@freescale.com>
12236
12237 PR server/17457
12238 * gdb.arch/aarch64-fp.c: New file.
12239 * gdb.arch/aarch64-fp.exp: New file.
12240
395cf596
SDJ
122412014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
12242
12243 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
12244 r210637, r210913, r211666, r215400, r215817).
12245
12246 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
12247 * dg-extract-results.py: New file.
12248 * dg-extract-results.sh: Use it if the environment seems
12249 suitable.
12250
12251 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
12252
12253 * dg-extract-results.py (parse_run): Handle warnings that
12254 are printed before a test harness is run.
12255
12256 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
12257
12258 * dg-extract-results.py (Named): Remove __cmp__ method.
12259 (output_variation): Use a key to sort variation.harnesses.
12260
12261 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
12262
12263 * dg-extract-results.py: For Python 3, force sys.stdout to
12264 handle surrogate escape sequences.
12265 (safe_open): New function.
12266 (output_segment, main): Use it.
12267
12268 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
12269
12270 * dg-extract-results.py (Prog.result_re): Include options
12271 in test name.
12272
12273 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
12274
12275 * dg-extract-results.py (output_variation): Always sort if
12276 do_sum.
12277
e882ef3c
SM
122782014-12-15 Simon Marchi <simon.marchi@ericsson.com>
12279
12280 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
12281 as long as we get pagination notifications.
12282
4992aa20
JM
122832014-12-15 Jason Merrill <jason@redhat.com>
12284
12285 * Makefile.in (check-gdb.%): Restore.
12286 * README: Mention it.
12287
c1b5a1a6
JB
122882014-12-13 Joel Brobecker <brobecker@adacore.com>
12289
12290 * gdb.ada/str_uninit: New testcase.
12291
5537b577
JK
122922014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12293
12294 PR symtab/17642
12295 * gdb.base/vla-stub-define.c: New file.
12296 * gdb.base/vla-stub.c: New file.
12297 * gdb.base/vla-stub.exp: New file.
12298
bb2ec1b3
TT
122992014-12-12 Phil Muldoon <pmuldoon@redhat.com>
12300 Jan Kratochvil <jan.kratochvil@redhat.com>
12301 Tom Tromey <tromey@redhat.com>
12302
12303 * configure.ac: Add gdb.compile/.
12304 * configure: Regenerate.
12305 * gdb.compile/Makefile.in: New file.
12306 * gdb.compile/compile-ops.exp: New file.
12307 * gdb.compile/compile-ops.c: New file.
12308 * gdb.compile/compile-tls.c: New file.
12309 * gdb.compile/compile-tls.exp: New file.
12310 * gdb.compile/compile-constvar.S: New file.
12311 * gdb.compile/compile-constvar.c: New file.
12312 * gdb.compile/compile-mod.c: New file.
12313 * gdb.compile/compile-nodebug.c: New file.
12314 * gdb.compile/compile-setjmp-mod.c: New file.
12315 * gdb.compile/compile-setjmp.c: New file.
12316 * gdb.compile/compile-setjmp.exp: New file.
12317 * gdb.compile/compile-shlib.c: New file.
12318 * gdb.compile/compile.c: New file.
12319 * gdb.compile/compile.exp: New file.
12320 * lib/gdb.exp (skip_compile_feature_tests): New proc.
12321
4ff709eb
TT
123222014-12-12 Tom Tromey <tromey@redhat.com>
12323
12324 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
12325 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
12326
6dddd6a5
DE
123272014-12-12 Doug Evans <dje@google.com>
12328
12329 * lib/gdb-python.exp (get_python_valueof): New function.
12330 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
12331
71c24708
AA
123322014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12333
12334 * gdb.base/completion.exp: Add test for completion of "info
12335 registers ".
12336
3e29f34a
MR
123372014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
12338
12339 * gdb.base/func-ptrs.c: New file.
12340 * gdb.base/func-ptrs.exp: New file.
12341
fc126975
SM
123422014-12-10 Simon Marchi <simon.marchi@ericsson.com>
12343
12344 PR breakpoints/17012
12345 * gdb.base/dprintf-detach.c: New file.
12346 * gdb.base/dprintf-detach.exp: New file.
12347
0a46d518
SM
123482014-12-10 Simon Marchi <simon.marchi@ericsson.com>
12349
12350 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
12351 * lib/gdb.exp (target_is_gdbserver): New procedure.
12352
a0be3e44
DE
123532014-12-08 Doug Evans <dje@google.com>
12354
12355 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
12356
df1b803a
YQ
123572014-12-05 Yao Qi <yao@codesourcery.com>
12358
12359 * gdb.guile/scm-error.exp: Remove the third argument to
12360 gdb_remote_download.
12361 * gdb.guile/scm-frame-args.exp: Likewise.
12362 * gdb.guile/scm-section-script.exp: Likewise.
12363
ddb9f679
YQ
123642014-12-05 Yao Qi <yao@codesourcery.com>
12365
12366 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
12367
86e4ed39
DE
123682014-12-04 Doug Evans <dje@google.com>
12369
12370 * gdb.python/py-objfile.exp: Add tests for
12371 objfile.add_separate_debug_file.
12372
7c50a931
DE
123732014-12-04 Doug Evans <dje@google.com>
12374
12375 * lib/gdb.exp (get_build_id): New function.
12376 (build_id_debug_filename_get): Rewrite to use it.
12377 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
12378
621661e3
MR
123792014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
12380
12381 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
12382 `method(long)', not just 0x0.
12383 * gdb.cp/nsalias.exp: Align code labels to 4.
12384 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
12385 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
12386 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
12387 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
12388 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
12389 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
12390
29f0c3b7
DE
123912014-12-02 Doug Evans <dje@google.com>
12392
e1e061e7 12393 PR symtab/17602
29f0c3b7 12394 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 12395 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
12396 * gdb.cp/anon-ns.exp: Update.
12397
162078c8
NB
123982014-12-02 Nick Bull <nicholaspbull@gmail.com>
12399
12400 * gdb.python/py-events.py (inferior_call_handler): New.
12401 (register_changed_handler, memory_changed_handler): New.
12402 (test_events.invoke): Register new handlers.
12403 * gdb.python/py-events.exp: Add tests for inferior call,
12404 memory_changed and register_changed events.
12405
fdb09caf
AA
124062014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12407
12408 * gdb.base/execl-update-breakpoints.exp: Specify the link address
12409 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
12410 if the linker doesn't understand this.
12411
55cfb2c4
SM
124122014-12-01 Simon Marchi <simon.marchi@ericsson.com>
12413
12414 * gdb.python/python.exp: Change expected reply to help().
12415
9e8cd6df
YQ
124162014-12-01 Yao Qi <yao@codesourcery.com>
12417
12418 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
12419 AC_CONFIG_SUBDIRS(gdb.gdbtk).
12420 * configure: Re-generated.
12421
6c659fc2
SC
124222014-11-28 Siva Chandra Reddy <sivachandra@google.com>
12423
12424 * gdb.cp/chained-calls.cc: New file.
12425 * gdb.cp/chained-calls.exp: New file.
12426 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
12427
d7fc3181
SM
124282014-11-28 Simon Marchi <simon.marchi@ericsson.com>
12429
12430 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
12431 * gdb.dwarf2/symtab-producer.exp: Same.
12432 * gdb.gdb/python-interrupts.exp: Same.
12433 * gdb.gdb/python-selftest.exp: Same.
12434 * gdb.python/py-linetable.exp: Same.
12435 * gdb.python/py-type.exp: Same.
12436 * gdb.python/py-value-cc.exp: Same.
12437 * gdb.python/py-value.exp: Same.
12438
10e79639
YQ
124392014-11-28 Yao Qi <yao@codesourcery.com>
12440
12441 * gdb.base/break-probes.exp: Match library name prefixed with
12442 sysroot.
12443
f28a0564
SM
124442014-11-27 Simon Marchi <simon.marchi@ericsson.com>
12445
12446 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
12447 test expected output. Add parentheses for the call to print.
12448 Remove L suffix from integers.
12449
3fe1ce1d
DE
124502014-11-26 Doug Evans <dje@google.com>
12451
12452 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
12453
84429e27
YQ
124542014-11-22 Yao Qi <yao@codesourcery.com>
12455
12456 * gdb.trace/entry-values.c: Remove asms.
12457 (foo): Add foo_label.
12458 (bar): Add bar_label.
12459 * gdb.trace/entry-values.exp: Remove code computing foo's
12460 length and bar's length.
12461 (Dwarf::assemble): Invoke function_range for bar and use
12462 MACRO_AT_func for foo.
12463
26741859
YQ
124642014-11-22 Yao Qi <yao@codesourcery.com>
12465
12466 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
12467 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
12468 Use .Lgcc43_procstart instead of gcc43.
12469
45e44d27
JB
124702014-11-21 Joel Brobecker <brobecker@adacore.com>
12471
12472 * gdb.ada/n_arr_bound: New testcase.
12473
458c8db8
SDJ
124742014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
12475
12476 PR breakpoints/10737
12477 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
12478 test_catch_syscall_multi_arch.
12479 (test_catch_syscall_multi_arch): New function.
12480
43f3e411
DE
124812014-11-20 Doug Evans <xdje42@gmail.com>
12482
12483 * gdb.base/maint.exp: Update expected output.
12484
0d7b2549
AA
124852014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
12486
12487 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
12488 4-byte instruction on S390.
12489
8908fca5
JB
124902014-11-19 Joel Brobecker <brobecker@adacore.com>
12491
12492 * gdb.ada/arr_arr: New testcase.
12493
4a46959e
JB
124942014-11-19 Joel Brobecker <brobecker@adacore.com>
12495
12496 * gdb.ada/pkd_arr_elem: New Testcase.
12497
470e2f4e
LM
124982014-11-18 Luis Machado <lgustavo@codesourcery.com>
12499
12500 * gdb.reverse/break-precsave: Expect completion message for
12501 core file reads.
12502 * gdb.reverse/consecutive-precsave.exp: Likewise.
12503 * gdb.reverse/finish-precsave.exp: Likewise.
12504 * gdb.reverse/i386-precsave.exp: Likewise.
12505 * gdb.reverse/machinestate-precsave.exp: Likewise.
12506 * gdb.reverse/sigall-precsave.exp: Likewise.
12507 * gdb.reverse/solib-precsave.exp: Likewise.
12508 * gdb.reverse/step-precsave.exp: Likewise.
12509 * gdb.reverse/until-precsave.exp: Likewise.
12510 * gdb.reverse/watch-precsave.exp: Likewise.
12511
a267f3ad
AA
125122014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12513
12514 * gdb.base/bp-permanent.c: Include unistd.h.
12515 * gdb.python/py-framefilter-mi.c (main): Add return type.
12516 * gdb.python/py-framefilter.c (main): Likewise.
12517 * gdb.trace/actions-changed.c (main): Likewise.
12518
12084a9a
AA
125192014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12520
12521 * gdb.mi/until.c: Add eye-catchers.
12522 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
12523 line numbers.
12524
dc7e1a77
AA
125252014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12526
12527 * gdb.base/condbreak.exp: Drop references to removed non-prototype
12528 function header variants in break1.c.
12529 * gdb.base/ena-dis-br.exp: Likewise.
12530 * gdb.base/hbreak2.exp: Likewise.
12531 * gdb.reverse/until-precsave.exp: Drop references to removed
12532 non-prototype function header variants in ur1.c.
12533 * gdb.reverse/until-reverse.exp: Likewise.
12534
41c77605
PM
125352014-11-17 Petr Machata <pmachata@redhat.com>
12536
12537 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
12538 ${_cu_offset_size} bytes abbrev offset.
12539
34248c3a
DE
125402014-11-15 Doug Evans <xdje42@gmail.com>
12541
12542 PR symtab/17559
12543 * gdb.base/line-symtabs.exp: New file.
12544 * gdb.base/line-symtabs.c: New file.
12545 * gdb.base/line-symtabs.h: New file.
12546
646da059
YQ
125472014-11-14 Yao Qi <yao@codesourcery.com>
12548
12549 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
12550 (func): Add label func_label.
12551 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
12552 Replace low_pc and high_pc with MACRO_AT_range.
12553 Replace name, low_pc and high_pc with MACRO_AT_func.
12554
9301ebe6
YQ
125552014-11-14 Yao Qi <yao@codesourcery.com>
12556
12557 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
12558 Replace name, low_pc and high_pc with MACRO_AT_func.
12559
f166b542
YQ
125602014-11-14 Yao Qi <yao@codesourcery.com>
12561
12562 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
12563 produce debug information.
12564 * gdb.dwarf2/implptr-optimized-out.S: Removed.
12565
0f6e71e3
YQ
125662014-11-14 Yao Qi <yao@codesourcery.com>
12567
12568 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
12569 object and get function length.
12570 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
12571 with MACRO_AT_func.
12572 (top-level): Replace gdb_compile and clean_restart with
12573 prepare_for_testing.
12574 * gdb.dwarf2/main.c (main): Add label main_label.
12575
876c4df9
YQ
125762014-11-14 Yao Qi <yao@codesourcery.com>
12577
12578 * lib/dwarf.exp (function_range): New procedure.
12579 (Dwarf::_handle_macro_at_func): New procedure.
12580 (Dwarf::_handle_macro_at_range): New procedure.
12581 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
12582
02ad9cf1
YQ
125832014-11-14 Yao Qi <yao@codesourcery.com>
12584
12585 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
12586 (_handle_attribute): New procedure.
12587
a59add0c
AA
125882014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12589
12590 * gdb.ada/cond_lang/foo.c (callme): Add return type.
12591 * gdb.base/call-sc.c (zed): Likewise.
12592 * gdb.base/checkpoint.c (main): Likewise.
12593 * gdb.base/dump.c (main): Likewise.
12594 * gdb.base/gcore.c (main): Likewise.
12595 * gdb.base/huge.c (main): Likewise.
12596 * gdb.base/multi-forks.c (main): Likewise.
12597 * gdb.base/pr10179-a.c (main): Likewise.
12598 * gdb.base/savedregs.c (main): Likewise.
12599 * gdb.base/sigaltstack.c (main): Likewise.
12600 * gdb.base/siginfo.c (main): Likewise.
12601 * gdb.base/structs.c (zed): Likewise.
12602 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
12603 * gdb.mi/mi-syn-frame.c (main): Likewise.
12604 * gdb.mi/until.c (foo, main): Likewise.
12605 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
12606 * gdb.base/solib-weak.c (foo): Declare.
12607 * gdb.base/attach-twice.c: Include stdio.h.
12608 * gdb.base/weaklib1.c: Likewise.
12609 * gdb.base/weaklib2.c: Likewise.
12610 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
12611 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
12612 unistd.h.
12613 * gdb.base/attach-pie-misread.c: Include stdlib.h.
12614 * gdb.mi/mi-exit-code.c: Likewise.
12615 * gdb.base/break-interp-lib.c: Include string.h.
12616 * gdb.base/coremaker.c: Likewise.
12617 * gdb.base/testenv.c: Likewise.
12618 * gdb.python/py-finish-breakpoint.c: Likewise.
12619 * gdb.base/inferior-died.c: Include sys/wait.h.
12620 * gdb.base/fileio.c: Include time.h.
12621 * gdb.base/async-shell.c: Include unistd.h.
12622 * gdb.base/dprintf-non-stop.c: Likewise.
12623 * gdb.base/info-os.c: Likewise.
12624 * gdb.mi/mi-console.c: Likewise.
12625 * gdb.mi/watch-nonstop.c: Likewise.
12626 * gdb.python/py-events.c: Likewise.
12627 * gdb.base/async.c (baz): Move up before its invocation.
12628 * gdb.base/code_elim2.c (my_global_func): Likewise.
12629 * gdb.base/skip-solib-lib.c (multiply): Likewise.
12630 * gdb.base/advance.c (func2): Likewise.
12631
3b5d5997
AA
126322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12633
12634 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
12635 variant.
12636 * gdb.base/annota3.c: Likewise.
12637 * gdb.base/async.c: Likewise.
12638 * gdb.base/average.c: Likewise.
12639 * gdb.base/call-ar-st.c: Likewise.
12640 * gdb.base/call-rt-st.c: Likewise.
12641 * gdb.base/call-sc.c: Likewise.
12642 * gdb.base/call-strs.c: Likewise.
12643 * gdb.base/ending-run.c: Likewise.
12644 * gdb.base/execd-prog.c: Likewise.
12645 * gdb.base/exprs.c: Likewise.
12646 * gdb.base/foll-exec.c: Likewise.
12647 * gdb.base/foll-fork.c: Likewise.
12648 * gdb.base/foll-vfork.c: Likewise.
12649 * gdb.base/funcargs.c: Likewise.
12650 * gdb.base/gcore.c: Likewise.
12651 * gdb.base/jump.c: Likewise.
12652 * gdb.base/langs0.c: Likewise.
12653 * gdb.base/langs1.c: Likewise.
12654 * gdb.base/langs2.c: Likewise.
12655 * gdb.base/mips_pro.c: Likewise.
12656 * gdb.base/nodebug.c: Likewise.
12657 * gdb.base/opaque0.c: Likewise.
12658 * gdb.base/opaque1.c: Likewise.
12659 * gdb.base/recurse.c: Likewise.
12660 * gdb.base/run.c: Likewise.
12661 * gdb.base/scope0.c: Likewise.
12662 * gdb.base/scope1.c: Likewise.
12663 * gdb.base/setshow.c: Likewise.
12664 * gdb.base/setvar.c: Likewise.
12665 * gdb.base/shmain.c: Likewise.
12666 * gdb.base/shr1.c: Likewise.
12667 * gdb.base/shr2.c: Likewise.
12668 * gdb.base/sigall.c: Likewise.
12669 * gdb.base/signals.c: Likewise.
12670 * gdb.base/so-indr-cl.c: Likewise.
12671 * gdb.base/solib2.c: Likewise.
12672 * gdb.base/structs.c: Likewise.
12673 * gdb.base/sum.c: Likewise.
12674 * gdb.base/vforked-prog.c: Likewise.
12675 * gdb.base/watchpoint.c: Likewise.
12676 * gdb.reverse/shr2.c: Likewise.
12677 * gdb.reverse/until-reverse.c: Likewise.
12678 * gdb.reverse/ur1.c: Likewise.
12679 * gdb.reverse/watch-reverse.c: Likewise.
12680
066a77c5
AA
126812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12682
12683 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
12684 variant.
12685 * gdb.base/sepdebug.exp: Drop references to removed code.
12686
4f204ea5
AA
126872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12688
12689 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
12690 variant. Preserve original line numbering.
12691 * gdb.base/list1.c: Likewise.
12692
3b377a3a
AA
126932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12694
12695 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
12696 variant.
12697 * gdb.base/break1.c: Likewise.
12698 * gdb.base/break.exp: Drop references to removed code.
12699
e444df73
AA
127002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12701
12702 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
12703 variant.
12704
8008f2a7
AA
127052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12706
12707 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
12708
a5a06887
AA
127092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12710
12711 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
12712 logic into perform_all_tests() and invoke it with and without
12713 function header prototypes.
12714 (do_function_calls): Remove conditional XFAIL for PR 5318.
12715 (rerun_and_prepare): Remove duplicate code.
12716 (perform_all_tests): New. Main logic moved here.
12717
44dba9b9
AA
127182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12719
12720 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
12721 code guarded by #ifdef NO_PROTOTYPES.
12722 (t_double_many_args): Likewise.
12723 (DEF_FUNC_MANY_ARGS_1): Likewise.
12724 (DEF_FUNC_VALUES_1): Likewise.
12725 (t_structs_ldc): Renamed from t_structs_fc in conditional code
12726 guarded by #ifdef PROTOTYPES.
12727
d1fbcd56
AA
127282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12729
12730 * gdb.mi/mi-console.c: Add eye-catcher.
12731 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
12732 instead of literal line number.
12733
b0e59b8f
AA
127342014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12735
12736 * gdb.base/shr2.c: Add eye-catcher.
12737 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
12738 line number.
12739
78f98cca
AA
127402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12741
12742 * gdb.base/jump.c: Add eye-catchers.
12743 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
12744 numbers.
12745
58fa2af0
AA
127462014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12747
12748 * gdb.base/execd-prog.c: Add eye-catchers.
12749 * gdb.base/foll-exec.c: Likewise.
12750 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
12751 line numbers.
12752
04e5059b
AA
127532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12754
12755 * gdb.base/ending-run.c: Add eye-catchers.
12756 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
12757 literal line numbers.
12758
dbfdb174
AA
127592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12760
12761 * gdb.base/call-rt-st.c: Add eye-catchers.
12762 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
12763 literal line numbers.
12764
888a2ade
AA
127652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12766
12767 * gdb.base/call-ar-st.c: Add eye-catchers.
12768 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
12769 literal line numbers.
12770
6acc2dde
AA
127712014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12772
12773 * gdb.base/average.c: Add eye-catchers.
12774 * gdb.base/sum.c: Likewise.
12775 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
12776 regexps dynamically.
12777
9ecfcd1d
AA
127782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12779
12780 * gdb.base/solib1.c: Add eye-catchers.
12781 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
12782 literal line numbers.
12783
78708b7c
PA
127842014-11-12 Pedro Alves <palves@redhat.com>
12785
12786 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
12787 leader has exited.
12788
af48d08f
PA
127892014-11-12 Pedro Alves <palves@redhat.com>
12790
12791 * gdb.arch/i386-bp_permanent.c: New file.
12792 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
12793 (srcfile): Set to i386-bp_permanent.c.
12794 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
12795 that stepi does not execute the 'leave' instruction, instead of
12796 testing it does execute.
12797 * gdb.base/bp-permanent.c: New file.
12798 * gdb.base/bp-permanent.exp: New file.
12799
af3768e9
DE
128002014-11-10 Doug Evans <xdje42@gmail.com>
12801
12802 PR symtab/17564
12803 * gdb.base/symtab-search-order.exp: New file.
12804 * gdb.base/symtab-search-order.c: New file.
12805 * gdb.base/symtab-search-order-1.c: New file.
12806 * gdb.base/symtab-search-order-shlib-1.c: New file.
12807
9de00a4a
PA
128082014-11-07 Pedro Alves <palves@redhat.com>
12809
12810 PR gdb/17511
12811 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
12812 i?86-*-linux*.
12813
e0f52461
SC
128142014-11-03 Siva Chandra Reddy <sivachandra@google.com>
12815
12816 PR c++/17494
12817 * gdb.cp/pr17494.cc: New file.
12818 * gdb.cp/pr17494.exp: New file.
12819
6ce8c980
YQ
128202014-11-02 Yao Qi <yao@codesourcery.com>
12821
12822 * gdb.python/python.exp: Get working directory and match the
12823 output of "set extended-prompt \\w " with it.
12824
02be9a71
DE
128252014-10-30 Doug Evans <dje@google.com>
12826
12827 * gdb.python/py-objfile.exp: Add tests for setting random attributes
12828 in objfiles.
12829 * gdb.python/py-progspace.exp: Add tests for setting random attributes
12830 in progspaces.
12831
3bdff46b
LM
128322014-10-30 Janis Johnson <janisjo@codesourcery.com>
12833
12834 * gdb.base/fullpath-expand.exp: Skip for a remote host.
12835 * gdb.base/realname-expand.exp: Likewise.
12836 * gdb.linespec/macro-relative.exp: Likewise.
12837
ab917dfb
PA
128382014-10-29 Pedro Alves <palves@redhat.com>
12839
12840 PR gdb/17408
12841 * gdb.threads/schedlock.c (some_function): New function.
12842 (call_function): New global.
12843 (MAYBE_CALL_SOME_FUNCTION): New macro.
12844 (thread_function): Call it.
12845 * gdb.threads/schedlock.exp (get_args): Add description parameter,
12846 and use it instead of a global counter. Adjust all callers.
12847 (get_current_thread): Use "find current thread" for test message
12848 here rather than having all callers pass down the same string.
12849 (goto_loop): New procedure, factored out from ...
12850 (my_continue): ... this.
12851 (step_ten_loops): Change parameter from test message to command to
12852 use. Adjust.
12853 (list_count): Delete global.
12854 (check_result): New procedure, factored out from duplicate top
12855 level code.
12856 (continue tests): Wrap in with_test_prefix.
12857 (test_step): New procedure, factored out from duplicate top level
12858 code.
12859 (top level): Test "step" in combination with all scheduler-locking
12860 modes. Test "next" in combination with all scheduler-locking
12861 modes, and in combination with stepping over a function call or
12862 not.
12863 * gdb.threads/next-bp-other-thread.c: New file.
12864 * gdb.threads/next-bp-other-thread.exp: New file.
12865
d3d4baed
PA
128662014-10-29 Pedro Alves <palves@redhat.com>
12867
12868 PR python/17372
12869 * gdb.python/python.exp: Test a multi-line command that spawns
12870 interactive Python.
12871 * gdb.base/multi-line-starts-subshell.exp: New file.
12872
563e8d85
YQ
128732014-10-29 Yao Qi <yao@codesourcery.com>
12874
12875 * gdb.base/fileio.exp: Make directories on host.
12876
0ea4d52e
YQ
128772014-10-29 Yao Qi <yao@codesourcery.com>
12878
12879 * gdb.base/fileio.c (test_write): Close the file.
12880
7f5ef605
PA
128812014-10-28 Pedro Alves <palves@redhat.com>
12882
12883 PR gdb/12623
12884 * gdb.base/sigstep.c (no_handler): New global.
12885 (main): If 'no_handler is true, set the signal handlers to
12886 SIG_IGN.
12887 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
12888 with_sw_watch and no_handler parameters. Handle them.
12889 (top level) <stepping over handler when stopped at a breakpoint
12890 test>: Add a test axis for testing with a software watchpoint, and
12891 another for testing with the signal handler set to SIG_IGN.
12892 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
12893 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
12894
abbdbd03
PA
128952014-10-28 Pedro Alves <palves@redhat.com>
12896
12897 PR gdb/17511
12898 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
12899 * gdb.base/sigstep.exp (other_handler_location): New global.
12900 (advance): Support stepping into the signal handler, and running
12901 commands while in the handler.
12902 (in_handler_map): New global.
12903 (top level): In the advance test, add combinations for getting
12904 into the handler with stepping commands, and for running commands
12905 in the handler. Add comment descripting the advancei tests.
12906
1df4399f
PA
129072014-10-28 Pedro Alves <palves@redhat.com>
12908
12909 * gdb.base/sigstep.exp: Use build_executable instead of
12910 prepare_for_testing.
12911 (top level): Move code that starts GDB, runs to main and creates a
12912 display to ...
12913 (restart): ... this new procedure.
12914 (top level): Move backtrace from signal handler test to ...
12915 (validate_backtrace): ... this new procedure.
12916 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
12917 with_test_prefix. Always restart GDB.
12918 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
12919 with_test_prefix. Always restart GDB. No need to delete
12920 breakpoints after the test.
12921 (test_skip_handler): Remove prefix parameter.
12922 (skip_over_handler, breakpoint_to_handler)
12923 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
12924 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
12925 restart GDB. No need to delete breakpoints after the test.
12926 (top level): Use foreach to call the test procedures with
12927 different commands.
12928
a5b6e449
PA
129292014-10-28 Pedro Alves <palves@redhat.com>
12930
12931 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
12932 instead of GNATS numbers.
12933 * gdb.base/sigbpt.exp: Likewise.
12934 * gdb.base/siginfo.exp: Likewise.
12935 * gdb.base/sigstep.exp: Likewise.
12936
e5f8a7cc
PA
129372014-10-27 Pedro Alves <palves@redhat.com>
12938
12939 * gdb.base/sigstep.c (dummy): New global.
12940 (main): Issue a couple writes to the new global.
12941 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
12942 procedures.
12943 (skip_over_handler): Use test_skip_handler.
12944 (top level): Call skip_over_handler for stepi and nexti too.
12945 (breakpoint_over_handler): Use test_skip_handler.
12946 (top level): Call breakpoint_over_handler for stepi and nexti too.
12947
763905a3
YQ
129482014-10-27 Yao Qi <yao@codesourcery.com>
12949
12950 * gdb.trace/tfile.c (adjust_function_address)
12951 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
12952 function descriptor.
12953
6f259a23
DB
129542014-10-24 Don Breazeal <donb@codesourcery.com>
12955
12956 * gdb.base/foll-fork.exp (test_follow_fork,
12957 catch_fork_child_follow): Check for updated fork messages emitted
12958 from infrun.c.
12959 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
12960 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
12961 vfork_and_exec_child_follow_through_step): Check for updated vfork
12962 messages emitted from infrun.c.
12963
09dd9a69
PA
129642014-10-24 Pedro Alves <palves@redhat.com>
12965
12966 * gdb.base/corefile.exp: Remove references to ultrix.
12967 * gdb.base/interrupt.exp: Likewise.
12968 * gdb.base/whatis.exp: Likewise.
12969 * gdb.gdb/selftest.exp: Likewise.
12970 * gdb.threads/manythreads.exp: Likewise.
12971 * gdb.threads/print-threads.exp: Likewise.
12972 * gdb.threads/pthreads.exp:: Likewise.
12973 * gdb.threads/schedlock.exp: Likewise.
12974
3433cfa5
SC
129752014-10-24 Siva Chandra Reddy <sivachandra@google.com>
12976
12977 * gdb.cp/non-trivial-retval.cc: Add a test case.
12978 * gdb.cp/non-trivial-retval.exp: Add a test.
12979
092f880b
YQ
129802014-10-20 Yao Qi <yao@codesourcery.com>
12981
12982 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
12983 * gdb.python/py-objfile-script-gdb.py: New file.
12984 * gdb.python/py-objfile-script.exp: Update reference to
12985 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
12986 of remote_download. Remove the dest file.
12987
acbdb7f3
YQ
129882014-10-20 Yao Qi <yao@codesourcery.com>
12989
12990 * gdb.base/checkpoint.exp: Don't remove file copied on host.
12991 * gdb.base/step-line.exp: Likewise.
12992 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12993 * gdb.dwarf2/dw2-basic.exp: Likewise.
12994 * gdb.dwarf2/dw2-compressed.exp: Likewise.
12995 * gdb.dwarf2/dw2-filename.exp: Likewise.
12996 * gdb.dwarf2/dw2-intercu.exp: Likewise.
12997 * gdb.dwarf2/dw2-intermix.exp: Likewise.
12998 * gdb.dwarf2/dw2-producer.exp: Likewise.
12999 * gdb.dwarf2/mac-fileno.exp: Likewise.
13000 * gdb.python/py-frame-args.exp: Likewise.
13001 * gdb.python/py-framefilter.exp: Likewise.
13002 * gdb.python/py-mi.exp: Likewise.
13003 * gdb.python/py-objfile-script.exp: Likewise
13004 * gdb.python/py-pp-integral.exp: Likewise.
13005 * gdb.python/py-pp-re-notag.exp: Likewise.
13006 * gdb.python/py-prettyprint.exp: Likewise.
13007 * gdb.python/py-section-script.exp: Likewise.
13008 * gdb.python/py-typeprint.exp: Likewise.
13009 * gdb.python/py-xmethods.exp: Likewise.
13010 * gdb.stabs/weird.exp: Likewise.
13011 * gdb.xml/tdesc-regs.exp: Likewise.
13012
bd286a29
KCY
130132014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
13014
13015 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
13016 (out_cu): Use addr_len for the size of addresses.
13017 (out_line): Likewise. Size DW_LNE_set_address instruction
13018 according to addr_len.
13019 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
13020 (FUNC): Add START_INSNS to definition.
13021
673dc4a0
YQ
130222014-10-18 Yao Qi <yao@codesourcery.com>
13023
13024 * gdb.base/argv0-symlink.exp: Check argv[0] value if
13025 gdb_has_argv0 return true.
13026 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
13027 check [target_info exists noargs], check [gdb_has_argv0]
13028 instead.
13029 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13030 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
13031 procedures.
13032
4ffbba72
DE
130332014-10-17 Doug Evans <dje@google.com>
13034
13035 * gdb.python/py-events.exp: Update expected output for clear_objfiles
13036 event.
13037 * gdb.python/py-events.py: Add clear_objfiles event.
13038
d096d8c1
DE
130392014-10-17 Doug Evans <dje@google.com>
13040
13041 * gdb.python/py-objfile.exp: Test progspace attribute.
13042
a80db015
LM
130432014-10-17 Luis Machado <lgustavo@codesourcery.com>
13044
13045 * gdb.guile/scm-breakpoint.exp: Do not assume any
13046 directory separators when matching source file paths.
13047 * gdb.python/py-breakpoint.exp: Likewise.
13048 * gdb.reverse/break-precsave.exp: Likewise.
13049 * gdb.reverse/break-reverse.exp: Likewise.
13050 * gdb.reverse/consecutive-precsave.exp: Likewise.
13051 * gdb.reverse/finish-precsave.exp: Likewise.
13052 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
13053 * gdb.reverse/finish-reverse.exp: Likewise.
13054 * gdb.reverse/i386-precsave.exp: Likewise.
13055 * gdb.reverse/i387-env-reverse.exp: Likewise.
13056 * gdb.reverse/i387-stack-reverse.exp: Likewise.
13057 * gdb.reverse/machinestate-precsave.exp: Likewise.
13058 * gdb.reverse/machinestate.exp: Likewise.
13059 * gdb.reverse/sigall-precsave.exp: Likewise.
13060 * gdb.reverse/solib-precsave.exp: Likewise.
13061 * gdb.reverse/step-precsave.exp: Likewise.
13062 * gdb.reverse/until-precsave.exp: Likewise.
13063 * gdb.reverse/watch-precsave.exp: Likewise.
13064 * gdb.reverse/watch-reverse.exp: Likewise.
13065
b22089ab
YQ
130662014-10-17 Yao Qi <yao@codesourcery.com>
13067
13068 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
13069 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
13070
6c4486e6
PA
130712014-10-17 Pedro Alves <palves@redhat.com>
13072
13073 PR gdb/17471
13074 * gdb.base/bg-execution-repeat.c: New file.
13075 * gdb.base/bg-execution-repeat.exp: New file.
13076
0ff33695
PA
130772014-10-17 Pedro Alves <palves@redhat.com>
13078
13079 PR gdb/17300
13080 * gdb.base/continue-all-already-running.c: New file.
13081 * gdb.base/continue-all-already-running.exp: New file.
13082
6fdebc3d
PA
130832014-10-17 Pedro Alves <palves@redhat.com>
13084
13085 PR gdb/17472
13086 * gdb.base/annota-input-while-running.c: New file.
13087 * gdb.base/annota-input-while-running.exp: New file.
13088
32a8097b
PA
130892014-10-17 Pedro Alves <palves@redhat.com>
13090
13091 * gdb.base/callfuncs.exp: emove references to osf.
13092 * gdb.base/sigall.exp: Likewise.
13093 * gdb.gdb/selftest.exp: Likewise.
13094 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
13095 * gdb.mi/non-stop.c: Likewise.
13096 * gdb.mi/pthreads.c: Likewise.
13097 * gdb.reverse/sigall-precsave.exp: Likewise.
13098 * gdb.reverse/sigall-reverse.exp: Likewise.
13099 * gdb.threads/pthreads.c: Likewise.
13100 * gdb.threads/pthreads.exp: Likewise.
13101
7a3517ff
YQ
131022014-10-17 Yao Qi <yao@codesourcery.com>
13103
13104 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
13105 check 'target_info exists noargs'.
13106 (test_command_prompt_position): Likewise.
13107 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
13108 Remove "set args".
13109 (progvar_simple_while_test): Likewise.
13110 (progvar_complex_if_while_test): Likewise.
13111 (if_while_breakpoint_command_test): Likewise.
13112 (infrun_breakpoint_command_test): Likewise.
13113 (breakpoint_command_test): Likewise.
13114 (watchpoint_command_test): Likewise.
13115 (bp_deleted_in_command_test): Likewise.
13116 (temporary_breakpoint_commands): Likewise.
13117
bb99c472
YQ
131182014-10-16 Yao Qi <yao@codesourcery.com>
13119
13120 * gdb.base/remotetimeout.exp: Remove noargs checking.
13121
7c16b83e
PA
131222014-10-15 Pedro Alves <palves@redhat.com>
13123
13124 PR breakpoints/9649
13125 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
13126 * gdb.base/breakpoint-in-ro-region.exp
13127 (probe_target_hardware_step): New procedure.
13128 (top level): Probe hardware stepping and hardware breakpoint
13129 support. Test stepping through a read-only region, with both
13130 "breakpoint auto-hw" on and off and both "always-inserted" on and
13131 off.
13132
35a49624
IB
131332014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
13134
13135 * gdb.dlang/demangle.exp: Update for demangling changes.
13136
2d1c107c
SC
131372014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13138
13139 * gdb.cp/non-trivial-retval.cc: Add new test cases.
13140 * gdb.cp/non-trivial-retval.exp: Add new tests.
13141
778811d5
SC
131422014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13143
13144 PR c++/13403
13145 PR c++/15154
13146 * gdb.cp/non-trivial-retval.cc: New file.
13147 * gdb.cp/non-trivial-retval.exp: New file.
13148
10c5f0a8
YQ
131492014-10-15 Yao Qi <yao@codesourcery.com>
13150
13151 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
13152 remote host.
13153
65d7b369
YQ
131542014-10-15 Yao Qi <yao@codesourcery.com>
13155
13156 * gdb.python/py-symbol.exp: Match file base name if host is
13157 remote, otherwise match file name with dir name.
13158 * gdb.python/py-symtab.exp: Likewise.
13159 * gdb.python/python.exp: Likewise.
13160
46dc1394
YQ
131612014-10-15 Yao Qi <yao@codesourcery.com>
13162
13163 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
13164 pattern.
13165 * gdb.python/py-symtab.exp: Likewise.
13166 * gdb.python/python.exp: Remove trailing ".*". Fix typo
13167 locationn.
13168
c40cc657
JB
131692014-10-14 Joel Brobecker <brobecker@adacore.com>
13170
13171 * gdb.ada/addr_arith: New testcase.
13172
2abf49e1
MR
131732014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
13174
13175 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
13176 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
13177 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
13178 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
13179
f7088df3
SDJ
131802014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
13181
13182 * gdb.arch/stap-eval-lang-ada.S: Likewise.
13183 * gdb.arch/stap-eval-lang-ada.c: Likewise.
13184 * gdb.arch/stap-eval-lang-ada.exp: New file.
13185
4dc06805
YQ
131862014-10-14 Yao Qi <yao@codesourcery.com>
13187
13188 * gdb.mi/mi-var-child.c (nothing1): New function.
13189 (nothing2): New function.
13190 (do_children_tests): Set function pointers by nothing1 and
13191 nothing2.
13192 * gdb.mi/mi-var-child.exp: Step over new added statements.
13193 Update test to match the new output.
13194 * gdb.mi/var-cmd.c (nothing1): New function.
13195 (nothing2): New function.
13196 (do_children_tests): Set function pointers by nothing1 and
13197 nothing2.
13198 * gdb.mi/mi-var-display.exp: Update test to match output.
13199 Step to the line specified by $line_dct_nothing.
13200 Increase the number of lines to step.
13201
46a93de2
YQ
132022014-10-14 Yao Qi <yao@codesourcery.com>
13203
13204 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
13205 tests.
13206 * gdb.mi/mi2-var-child.exp: Likewise.
13207
14ea52ee
DE
132082014-10-13 Doug Evans <dje@google.com>
13209
13210 * gdb.python/py-objfile.exp: Change name of file name test.
13211
e5c6e92b
DE
132122014-10-13 Doug Evans <dje@google.com>
13213
13214 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
13215 from the start of the CU.
13216
c780cc2f
JK
132172014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13218 Yao Qi <yao@codesourcery.com>
13219
13220 Fix "save breakpoints" for "catch" command.
13221 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
13222 Remove -nonewline. Match also the added "main" line.
13223
99894e11
JK
132242014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13225
13226 Fix "save breakpoints" for "disable $bpnum" command.
13227 * gdb.base/save-bp.c (main): Add label.
13228 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
13229
6e1ac5a3
JK
132302014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13231
13232 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
13233
754dd2b0
YQ
132342014-10-11 Yao Qi <yao@codesourcery.com>
13235
13236 * gdb.server/server-kill.exp: Execute command
13237 "set remote trace-status-packet on" before "tstatus".
13238
f90183d7
YQ
132392014-10-11 Yao Qi <yao@codesourcery.com>
13240
13241 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
13242 (main): Call getppid.
13243 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
13244 and continue to it. Read variable "server_pid".
13245
bf40a607
YQ
132462014-10-11 Yao Qi <yao@codesourcery.com>
13247
13248 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
13249
052ca370
YQ
132502014-10-11 Yao Qi <yao@codesourcery.com>
13251
13252 * gdb.threads/thread-find.exp: Don't execute command
13253 "info threads".
13254 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
13255 * gdb.threads/linux-dp.exp: Don't check the condition
13256 $threads_created equals to zero.
13257
3831839c
PA
132582014-10-10 Pedro Alves <palves@redhat.com>
13259
13260 * gdb.base/bigcore.exp: Remove references to IRIX.
13261 * gdb.base/funcargs.exp: Likewise.
13262 * gdb.base/interrupt.exp: Likewise.
13263 * gdb.base/mips_pro.exp: Likewise.
13264 * gdb.base/nodebug.exp: Likewise.
13265 * gdb.base/setvar.exp: Likewise.
13266 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
13267
8b9a549d
PA
132682014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13269 Pedro Alves <palves@redhat.com>
13270
13271 PR symtab/14466
13272 * gdb.base/vdso-warning.c: New file.
13273 * gdb.base/vdso-warning.exp: New file.
13274
d48ba5e8
DE
132752014-10-02 Doug Evans <dje@google.com>
13276
13277 * gdb.base/structs.c (main): Don't run forever.
13278
2278c276
PA
132792014-10-02 Pedro Alves <palves@redhat.com>
13280
13281 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
13282 (top level) <stop threads 1, stop threads 2>: Use it.
13283
b57bacec
PA
132842014-10-02 Pedro Alves <palves@redhat.com>
13285
13286 * gdb.threads/break-while-running.exp (test): Add new
13287 'update_thread_list' argument. Skip "info threads" if false.
13288 (top level): Add new 'update_thread_list' axis.
13289
13fd3ff3
PA
132902014-10-02 Pedro Alves <palves@redhat.com>
13291
13292 PR breakpoints/17431
13293 * gdb.base/execl-update-breakpoints.c: New file.
13294 * gdb.base/execl-update-breakpoints.exp: New file.
13295
0fec99e8
PA
132962014-10-01 Pedro Alves <palves@redhat.com>
13297
13298 * gdb.base/breakpoint-in-ro-region.c: New file.
13299 * gdb.base/breakpoint-in-ro-region.exp: New file.
13300
2ddf4301
SM
133012014-10-01 Simon Marchi <simon.marchi@ericsson.com>
13302
13303 * gdb.mi/mi-exit-code.exp: New file.
13304 * gdb.mi/mi-exit-code.c: New file.
13305
6a5f3f43
YQ
133062014-09-30 Yao Qi <yao@codesourcery.com>
13307
13308 * lib/prelink-support.exp (build_executable_own_libs): Error if
13309 the target isn't native.
13310
345bcc73
YQ
133112014-09-30 Yao Qi <yao@codesourcery.com>
13312
13313 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
13314 false.
13315
a25a5a45
PA
133162014-09-22 Pedro Alves <palves@redhat.com>
13317
13318 * gdb.threads/break-while-running.exp: New file.
13319 * gdb.threads/break-while-running.c: New file.
13320
00ba3162
YQ
133212014-09-19 Yao Qi <yao@codesourcery.com>
13322
13323 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
13324 Invoke test. Restart GDB with --readnow and invoke test again.
13325
c3b7b696
YQ
133262014-09-19 Yao Qi <yao@codesourcery.com>
13327
13328 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
13329 proc set_breakpoint_on_gcd_function. Invoke
13330 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
13331 invoke set_breakpoint_on_gcd_function again.
13332
2b4fd423
DE
133332014-09-18 Doug Evans <dje@google.com>
13334
13335 * gdb.dwarf2/symtab-producer.exp: New file.
13336
a5947601
SDJ
133372014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
13338
13339 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
13340 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
13341 * gdb.base/global-var-nested-by-dso.c: Likewise.
13342 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13343
91c19059
SDJ
133442014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
13345 Pedro Alves <palves@redhat.com>
13346
13347 * gdb.base/watch-bitfields.exp: Pass string other than test file
13348 name to prepare_for_testing.
13349 (watch): New procedure.
13350 (expect_watchpoint): Use with_test_prefix.
13351 (top level): Factor out tests to ...
13352 (test_watch_location, test_regular_watch): ... these new
13353 procedures, and use with_test_prefix and gdb_continue_to_end.
13354
bb9d5f81
PP
133552014-09-16 Patrick Palka <patrick@parcs.ath.cx>
13356
13357 PR breakpoints/12526
13358 * gdb.base/watch-bitfields.exp: New file.
13359 * gdb.base/watch-bitfields.c: New file.
13360
635856f5
PA
133612014-09-16 Pedro Alves <palves@redhat.com>
13362
13363 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
13364 software and hardware addresses, not software address against
13365 itself.
13366
7280ceea
PA
133672014-09-16 Pedro Alves <palves@redhat.com>
13368
13369 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
13370 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
13371
428b16bd
PA
133722014-09-16 Pedro Alves <palves@redhat.com>
13373
13374 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
13375 files.
13376 * gdb.base/a2-run.exp: Remove all code guarded by istarget
13377 "*-*-vxworks*" throughout.
13378 * gdb.base/break.exp: Likewise.
13379 * gdb.base/default.exp: Likewise.
13380 * gdb.base/scope.exp: Likewise.
13381 * gdb.base/sepdebug.exp: Likewise.
13382 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
13383 throughout.
13384 * gdb.base/run.c: Likewise.
13385 * gdb.base/sepdebug.c: Likewise.
13386 * gdb.hp/gdb.aCC/run.c: Likewise.
13387 * gdb.reverse/until-reverse.c: Likewise.
13388 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
13389
666d413c
YQ
133902014-09-16 Yao Qi <yao@codesourcery.com>
13391
13392 * boards/local-remote-host-native.exp: New file.
13393
57cbd724
DE
133942014-09-14 Doug Evans <xdje42@gmail.com>
13395
13396 * gdb.threads/queue-signal.c (thread_count): New variable.
13397 (thread_count_mutex, thread_count_condvar): New variables.
13398 (incr_thread_count, wait_all_threads_running): New functions.
13399 (main): Wait for all threads to be in their thread functions.
13400
81219e53
DE
134012014-09-13 Doug Evans <xdje42@gmail.com>
13402
13403 * gdb.threads/queue-signal.c: New file.
13404 * gdb.threads/queue-signal.exp: New file.
13405
3714cea7
DE
134062014-09-13 Doug Evans <xdje42@gmail.com>
13407
13408 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
13409 be consistent with what default_gdb_init uses.
13410 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
13411 the plain text of the prompt. Add some logging printfs.
13412 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
13413
fa43b1d7
PA
134142014-09-12 Pedro Alves <palves@redhat.com>
13415
13416 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
13417 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
13418 * gdb.arch/i386-size-overlap.exp: Likewise.
13419 * gdb.arch/i386-size.exp: Likewise.
13420 * gdb.arch/i386-unwind.exp: Likewise.
13421 * gdb.base/a2-run.exp: Likewise.
13422 * gdb.base/break.exp: Likewise.
13423 * gdb.base/charset.exp: Likewise.
13424 * gdb.base/chng-syms.exp: Likewise.
13425 * gdb.base/commands.exp: Likewise.
13426 * gdb.base/dbx.exp: Likewise.
13427 * gdb.base/find.exp: Likewise.
13428 * gdb.base/funcargs.exp: Likewise.
13429 * gdb.base/jit-simple.exp: Likewise.
13430 * gdb.base/reread.exp: Likewise.
13431 * gdb.base/sepdebug.exp: Likewise.
13432 * gdb.base/step-bt.exp: Likewise.
13433 * gdb.cp/mb-inline.exp: Likewise.
13434 * gdb.cp/mb-templates.exp: Likewise.
13435 * gdb.objc/basicclass.exp: Likewise.
13436 * gdb.threads/killed.exp: Likewise.
13437
9d9bf2df
EBM
134382014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13439
13440 PR tdep/17379
13441 * gdb.arch/powerpc-stackless.S: New file.
13442 * gdb.arch/powerpc-stackless.exp: New file.
13443
1cf2f1b0
JK
134442014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13445
13446 * gdb.base/attach.c: Include unistd.h.
13447 (main): Call alarm. Add label postloop.
13448 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
13449 gdb_breakpoint, gdb_continue_to_breakpoint.
13450 (test_command_line_attach_run): Kill ${testpid} in one exit path.
13451
98880d46
PA
134522014-09-11 Pedro Alves <palves@redhat.com>
13453
13454 PR gdb/17347
13455 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
13456 * gdb.base/attach.exp (test_command_line_attach_run): New
13457 procedure.
13458 (top level): Call it.
13459
4c92ff2c
PA
134602014-09-11 Pedro Alves <palves@redhat.com>
13461
13462 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
13463 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
13464 (do_command_attach_tests): Use spawn_wait_for_attach.
13465 * gdb.base/solib-overlap.exp: Likewise.
13466 * gdb.multi/multi-attach.exp: Likewise.
13467 * gdb.python/py-prompt.exp: Likewise.
13468 * gdb.python/py-sync-interp.exp: Likewise.
13469 * gdb.server/ext-attach.exp: Likewise.
13470
3adc1a7d
GKB
134712014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
13472
13473 * gdb.fortran/array-element.exp: Remove unexpected "continue"
13474 command in testcase. Simplify testcase.
13475
96334934
JB
134762014-09-10 Joel Brobecker <brobecker@adacore.com>
13477
13478 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
13479
eb479039
JB
134802014-09-10 Joel Brobecker <brobecker@adacore.com>
13481
13482 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
13483
deede10c
JB
134842014-09-10 Joel Brobecker <brobecker@adacore.com>
13485
13486 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
13487
7828a5f5
JB
134882014-09-10 Joel Brobecker <brobecker@adacore.com>
13489
13490 * gdb.dwarf2/dynarr-ptr.c: New file.
13491 * gdb.dwarf2/dynarr-ptr.exp: New file.
13492
33aeebcf
MR
134932014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13494
13495 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
13496 of 30 rather than hardcoding 120 for a slow test case. Take the
13497 `gdb,timeout' target setting into account for this calculation.
13498 Don't extend the timeout for the test cases that don't need it.
13499
7b415901
MR
135002014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13501
13502 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
13503 a factor of 2 for a slow test case. Take the `gdb,timeout'
13504 target setting into account for this calculation.
13505 * gdb.reverse/until-precsave.exp: Increase the timeout by
13506 a factor of 15 and 3 respectively rather than adding 120
13507 for a pair of slow test cases. Take the `gdb,timeout'
13508 target setting into account for this calculation.
13509
4a40f85a
MR
135102014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13511
13512 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
13513 timeout, don't pass one down to gdb_expect.
13514 (gdb_expect): Rework timeout selection.
13515
09635af7
MR
135162014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13517
13518 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
13519 exception on timeout.
13520 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
13521 (gdbserver_start_extended): Catch any `gdbserver_start' error
13522 exceptions.
13523 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
13524 * lib/mi-support.exp (mi_gdb_target_load): Catch any
13525 `gdbserver_gdb_load' error exceptions.
13526
2bdd10b7
MR
135272014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13528
13529 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
13530 120 on waiting for the TCP socket to open.
13531
316935f0
DE
135322014-09-09 Doug Evans <xdje42@gmail.com>
13533
13534 * gdb.base/default.exp (show_conv_list): Add _caller_is,
13535 _caller_matches, _any_caller_is, _any_caller_matches.
13536
83740597
DE
135372014-09-09 Doug Evans <xdje42@gmail.com>
13538
13539 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
13540
4c122fc3
YQ
135412014-09-09 Yao Qi <yao@codesourcery.com>
13542
13543 * gdb.mi/mi-var-display.exp: Set print symbol off.
13544
a9f116cb
GKB
135452014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
13546
13547 PR gdb/17035
13548 * gdb.base/commands.exp: Add tests to verify user-defined
13549 commands with empty bodies.
13550 * gdb.python/py-cmd.exp: Test that we don't show user-defined
13551 python commands in `show user command`.
13552 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
13553 scheme commands in `show user command`.
13554
c75bd3a2
JK
135552014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13556
13557 PR python/17355
13558 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
13559 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
13560 * gdb.python/py-framefilter-invalidarg.exp: New file.
13561 * gdb.python/py-framefilter-invalidarg.py: New file.
13562
faa42425
DE
135632014-09-06 Doug Evans <xdje42@gmail.com>
13564
13565 PR 15276
13566 * gdb.python/py-caller-is.c: New file.
13567 * gdb.python/py-caller-is.exp: New file.
13568
474ca4f6
SDJ
135692014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
13570
13571 PR gdb/17235
13572 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
13573 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
13574
eb0b0463
SDJ
135752014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
13576
13577 PR fortran/17237
13578 * gdb.fortran/print-formatted.exp: New file.
13579 * gdb.fortran/print-formatted.f90: Likewise.
13580
5f3b99cf
SS
135812014-09-03 Sasha Smundak <asmundak@google.com>
13582
13583 * gdb.python/py-frame.exp: Test Frame.read_register.
13584
7d793aa9
SDJ
135852014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
13586
13587 PR python/16699
13588 * gdb.python/py-completion.exp: New file.
13589 * gdb.python/py-completion.py: Likewise.
13590
fb0576e9
DE
135912014-08-28 Doug Evans <dje@google.com>
13592
13593 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
13594 eax,etc. are live with values set by gdb and thus the compiler can't
13595 use them.
13596 * gdb.arch/i386-pseudo.c (main): Ditto.
13597
ee92b0dd
DE
135982014-08-27 Doug Evans <dje@google.com>
13599
13600 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
13601
6649db35
DE
136022014-08-25 Doug Evans <dje@google.com>
13603
13604 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
13605 (main): Ditto.
13606
564b7600
DE
136072014-08-25 Doug Evans <dje@google.com>
13608
13609 * gdb.threads/thread-execl.exp: #include <stdio.h>.
13610
3881fb67
YQ
136112014-08-24 Yao Qi <yao@codesourcery.com>
13612
13613 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
13614 symbol off.
13615 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
13616
a05a36a5
DE
136172014-08-22 Doug Evans <dje@google.com>
13618
13619 PR 17276
13620 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
13621 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
13622 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
13623
7c343b48
YQ
136242014-08-22 Yao Qi <yao@codesourcery.com>
13625
13626 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
13627 * gdb.python/py-finish-breakpoint2.exp: Likewise.
13628 * gdb.python/python.exp: Likewise. Use .py file on the host
13629 instead of the build.
13630
22fd09ae
JK
136312014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13632
13633 * gdb.threads/gcore-stale-thread.c: New file.
13634 * gdb.threads/gcore-stale-thread.exp: New file.
13635
a8454a7c
PA
136362014-08-21 Pedro Alves <palves@redhat.com>
13637
13638 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
13639 * gdb.base/gcore-relro-pie.exp: Likewise.
13640 * gdb.base/gcore-relro.exp: Likewise.
13641 * gdb.base/gcore.exp: Likewise.
13642 * gdb.base/print-symbol-loading.exp: Likewise.
13643 * gdb.threads/gcore-thread.exp: Likewise.
13644 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
13645
2a31c623
PA
136462014-08-20 Pedro Alves <palves@redhat.com>
13647 Jan Kratochvil <jan.kratochvil@redhat.com>
13648
13649 * Makefile.in (EXTRA_RULES, CC): New variables, get from
13650 configure.
13651 (EXPECT): Handle READ1 being set.
13652 (all): Depend on EXTRA_RULES.
13653 (check-read1, expect-read1, read1.so, read1): New rules.
13654 * README (Testsuite Parameters): Document the READ1 make variable.
13655 (Race detection): New section.
13656 * configure: Regenerate.
13657 * configure.ac: If build==host==target, and running under a
13658 GNU/glibc system, add read1 to the extra Makefile rules.
13659 (EXTRA_RULES): AC_SUBST it.
13660 * lib/read1.c: New file.
13661
d36430db
JB
136622014-08-20 Joel Brobecker <brobecker@adacore.com>
13663
13664 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
13665 the handling of variables declared as a typedef to an array
13666 which a DW_AT_data_location attribute.
13667
9a0dc9e3
PA
136682014-08-19 Andrew Burgess <aburgess@broadcom.com>
13669 Pedro Alves <palves@redhat.com>
13670
13671 PR symtab/14604
13672 PR symtab/14605
13673 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
13674 gdb_test.
13675
0718a8da
PA
136762014-08-19 Pedro Alves <palves@redhat.com>
13677
13678 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
13679
13b448cd
YQ
136802014-08-19 Yao Qi <yao@codesourcery.com>
13681
13682 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
13683 right line.
13684
1cbf5077
DB
136852014-08-18 David Blaikie <dblaikie@gmail.com>
13686
13687 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
13688
bf0fae19
JB
136892014-08-18 Joel Brobecker <brobecker@adacore.com>
13690
13691 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
13692 attribute in array range.
13693
3c8c5dcc
JB
136942014-08-18 Joel Brobecker <brobecker@adacore.com>
13695
13696 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
13697
e66d4446
SC
136982014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13699
13700 PR c++/17132
13701 * gdb.cp/pr17132.cc: New file.
13702 * gdb.cp/pr17132.exp: New file.
13703
940df408
SC
137042014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13705
13706 * gdb.python/py-xmethods.py (A_getarrayind)
13707 (E_method_char_worker.__call__, E_method_int_worker.__call__):
13708 Use 'print' with function call syntax.
13709 (E_method_matcher.match): Fix tab vs space indentation mixup.
13710
ebcc6c3a
YQ
137112014-08-15 Yao Qi <yao@codesourcery.com>
13712
13713 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
13714 false.
13715
775e0f04
YQ
137162014-08-15 Yao Qi <yao@codesourcery.com>
13717
13718 * gdb.cp/casts.exp: Set print symbol off.
13719 * gdb.cp/class2.exp: Likewise.
13720 * gdb.cp/overload.exp: Likewise.
13721 * gdb.cp/templates.exp: Likewise.
13722
d769e349
DE
137232014-08-11 Doug Evans <dje@google.com>
13724
13725 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
13726 (test_load_shlib): Update.
13727
20c6f1e1
YQ
137282014-08-09 Yao Qi <yao@codesourcery.com>
13729
13730 * gdb.base/display.exp: Invoke is_address_zero_readable.
13731 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
13732 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13733 * gdb.base/hbreak-unmapped.exp: Return if
13734 is_address_zero_readable returns true.
13735 * gdb.base/signest.exp: Likewise.
13736 * gdb.base/signull.exp: Likewise.
13737 * gdb.base/sigbpt.exp: Likewise.
13738 * gdb.guile/scm-disasm.exp: Do the test if
13739 is_address_zero_readable returns false.
13740 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
13741 * gdb.python/py-arch.exp: Likewise.
13742 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
13743 * lib/gdb.exp (is_address_zero_readable): New proc.
13744
5792e8e3
YQ
137452014-08-09 Yao Qi <yao@codesourcery.com>
13746
13747 PR testsuite/13443
13748 * gdb.mi/mi-var-display.exp: Make test messages unique.
13749
3cecbbbe
TT
137502014-08-04 Tom Tromey <tromey@redhat.com>
13751
13752 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
13753 target 0".
13754
00b51ff5
TT
137552014-08-04 Tom Tromey <tromey@redhat.com>
13756
13757 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
13758 "target_resume".
13759
6908c509
JB
137602014-08-01 Joel Brobecker <brobecker@adacore.com>
13761
13762 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
13763 inner_vla_struct_object_size.
13764 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
13765 as xfail.
13766
cc6563d2
PA
137672014-07-30 Pedro Alves <palves@redhat.com>
13768
13769 * gdb.threads/signal-command-handle-nopass.exp (test): Add
13770 comment.
13771
7e09a223
YQ
137722014-07-29 Yao Qi <yao@codesourcery.com>
13773
13774 PR gdb/17206
13775 * gdb.base/until-nodebug.exp: New.
13776
7ebdbe92
DE
137772014-07-28 Doug Evans <xdje42@gmail.com>
13778
13779 PR guile/17203
13780 * gdb.guile/scm-parameter.exp: Add tests for trying to create
13781 previously existing parameter, and previously ambiguously spelled
13782 parameter.
13783
fdb1adc6
WN
137842014-07-28 Will Newton <will.newton@linaro.org>
13785
13786 * gdb.base/varargs.exp: Remove KFAILs for ARM.
13787
186fcde0
DE
137882014-07-26 Ludovic Courtès <ludo@gnu.org>
13789 Doug Evans <xdje42@gmail.com>
13790
13791 PR guile/17146
13792 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
13793
70509625
PA
137942014-07-25 Pedro Alves <palves@redhat.com>
13795
13796 * gdb.threads/signal-command-handle-nopass.c: New file.
13797 * gdb.threads/signal-command-handle-nopass.exp: New file.
13798 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
13799 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
13800 * gdb.threads/signal-delivered-right-thread.c: New file.
13801 * gdb.threads/signal-delivered-right-thread.exp: New file.
13802
c3f814a1
PA
138032014-07-25 Pedro Alves <palves@redhat.com>
13804
13805 * gdb.base/double-prompt-target-event-error.exp
13806 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
13807 match.
13808 (cancel_pagination_in_target_event): Rework double prompt
13809 detection.
13810 * gdb.base/paginate-after-ctrl-c-running.exp
13811 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
13812 <return>' match.
13813 * gdb.base/paginate-bg-execution.exp
13814 (test_bg_execution_pagination_return)
13815 (test_bg_execution_pagination_cancel): Remove '-notransfer
13816 <return>' matches.
13817 * gdb.base/paginate-execution-startup.exp
13818 (test_fg_execution_pagination_return)
13819 (test_fg_execution_pagination_cancel): Remove '-notransfer
13820 <return>' matches.
13821 * gdb.base/paginate-inferior-exit.exp
13822 (test_paginate_inferior_exited): Remove '-notransfer <return>'
13823 match.
13824 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
13825 * lib/gdb.exp (pagination_prompt): Run text through
13826 string_to_regexp.
13827 (gdb_test_multiple): Match $pagination_prompt instead of
13828 "<return>".
13829 (string_to_regexp): Move to lib/gdb-utils.exp.
13830
e214cf6c
JK
138312014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13832
13833 * gdb.arch/amd64-entry-value-paramref.S: New file.
13834 * gdb.arch/amd64-entry-value-paramref.cc: New file.
13835 * gdb.arch/amd64-entry-value-paramref.exp: New file.
13836 * gdb.arch/amd64-optimout-repeat.S: New file.
13837 * gdb.arch/amd64-optimout-repeat.c: New file.
13838 * gdb.arch/amd64-optimout-repeat.exp: New file.
13839
17d0c5c8
JK
138402014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13841
13842 PR gdb/17170
13843 * gdb.base/statistics.exp: New file.
13844
b8b8facf
DE
138452014-07-17 Doug Evans <dje@google.com>
13846
74b49205 13847 PR gdb/17170
b8b8facf
DE
13848 * gdb.base/maint.exp: Update testing of per-command stats.
13849
1b5d0ab3
PA
138502014-07-16 Pedro Alves <palves@redhat.com>
13851
13852 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
13853 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
13854 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
13855 (tfile_write_buf): New functions.
13856 (add_memory_block): Rewrite using the above.
13857 (adjust_function_address): New function.
13858 (FUNCTION_ADDRESS): New macro.
13859 (write_basic_trace_file): Remove short_x local, and use
13860 tfile_write_16. Change type of func_addr local to unsigned long
13861 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
13862 here. Cast argument of add_memory_block to char pointer.
13863 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
13864 (main): Remove parameters.
13865 * gdb.trace/tfile.exp: Remove nowarnings.
13866
4d974e88
SM
138672014-07-15 Simon Marchi <simon.marchi@ericsson.com>
13868
13869 * gdb.base/debug-expr.exp: Test string evaluation with
13870 "debug expression" on.
13871
41e99568
PA
138722014-07-15 Pedro Alves <palves@redhat.com>
13873
13874 * gdb.base/reread.exp: Use clean_restart.
13875
487d9753
PL
138762014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
13877
13878 * gdb.arch/avr-flash-qualifer.c: New.
13879 * gdb.arch/avr-flash-qualifer.exp: New.
13880
cc1c52ad
PA
138812014-07-14 Pedro Alves <palves@redhat.com>
13882
13883 * gdb.base/paginate-after-ctrl-c-running.c: New file.
13884 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
13885
1e973570
PA
138862014-07-14 Pedro Alves <palves@redhat.com>
13887
13888 * gdb.base/double-prompt-target-event-error.c: New file.
13889 * gdb.base/double-prompt-target-event-error.exp: New file.
13890
93d6eb10
PA
138912014-07-14 Pedro Alves <palves@redhat.com>
13892
13893 PR gdb/17072
13894 * gdb.base/paginate-inferior-exit.c: New file.
13895 * gdb.base/paginate-inferior-exit.exp: New file.
13896
0017922d
PA
138972014-07-14 Pedro Alves <palves@redhat.com>
13898
13899 PR gdb/17072
13900 * gdb.base/paginate-bg-execution.c: New file.
13901 * gdb.base/paginate-bg-execution.exp: New file.
13902
94696ad3
PA
139032014-07-14 Pedro Alves <palves@redhat.com>
13904
13905 PR gdb/17072
13906 * gdb.base/paginate-execution-startup.c: New file.
13907 * gdb.base/paginate-execution-startup.exp: New file.
13908 * lib/gdb.exp (pagination_prompt): New global.
13909 (default_gdb_spawn): New procedure, factored out from
13910 default_gdb_spawn.
13911 (default_gdb_start): Adjust to call default_gdb_spawn.
13912 (gdb_spawn): New procedure.
13913
bd293940
PA
139142014-07-14 Pedro Alves <palves@redhat.com>
13915
13916 * lib/gdb.exp (gdb_assert): New procedure.
13917 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
13918
c933f875
PA
139192014-07-14 Pedro Alves <palves@redhat.com>
13920
13921 * gdb.base/execution-termios.c: New file.
13922 * gdb.base/execution-termios.exp: New file.
13923
d98b7a16
TT
139242014-07-14 Tom Tromey <tromey@redhat.com>
13925
13926 * gdb.cp/vla-cxx.cc: New file.
13927 * gdb.cp/vla-cxx.exp: New file.
13928
548740d6
TT
139292014-07-14 Tom Tromey <tromey@redhat.com>
13930
13931 * gdb.reverse/rerun-prec.c: New file.
13932 * gdb.reverse/rerun-prec.exp: New file.
13933
a25eb028
MR
139342014-07-12 Maciej W. Rozycki <macro@mips.com>
13935 Maciej W. Rozycki <macro@codesourcery.com>
13936
13937 * lib/gdb-utils.exp: New file.
13938 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
13939 inline `gdb_init_command' processing.
13940 (gdb_start_cmd): Likewise.
13941 * lib/mi-support.exp (mi_run_cmd): Likewise.
13942 * README: Document `gdb_init_command' and `gdb_init_commands'.
13943
218c2655
JK
139442014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13945
13946 Fix false FAIL running under a very long directory name.
13947 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
13948 and "set print elements 10000". Twice.
13949
5401fde3
YQ
139502014-07-11 Yao Qi <yao@codesourcery.com>
13951
13952 * gdb.base/exprs.exp: "set print symbol off".
13953
e76126e8
PA
139542014-07-11 Pedro Alves <palves@redhat.com>
13955
13956 * gdb.threads/kill.c: New file.
13957 * gdb.threads/kill.exp: New file.
13958
2d6f0de6
YQ
139592014-07-10 Yao Qi <yao@codesourcery.com>
13960
13961 * gdb.trace/tfile.c (write_basic_trace_file)
13962 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
13963 address written to trace file.
13964
7180e04a
PA
139652014-07-09 Pedro Alves <palves@redhat.com>
13966
13967 * gdb.base/attach-wait-input.exp: New file.
13968 * gdb.base/attach-wait-input.c: New file.
13969
9a9a7608
AB
139702014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
13971
13972 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
13973 setting up test structures.
13974 (main): Call new test function.
13975 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
13976 test function, continue into test function and walk test
13977 structures.
13978
161ac41e
YQ
139792014-07-02 Yao Qi <yao@codesourcery.com>
13980
13981 * gdb.trace/entry-values.c: Define labels 'foo_start' and
13982 'bar_start' at the beginning of functions 'foo' and 'bar'
13983 respectively.
13984 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
13985 instead of 'foo' and 'bar'.
13986
1f267ae3
MM
139872014-07-08 Markus Metzger <markus.t.metzger@intel.com>
13988
13989 * gdb.btrace/segv.exp: New.
13990 * gdb.btrace/segv.c: New.
13991
2b239efb
LM
139922014-07-02 Luis Machado <lgustavo@codesourcery.com>
13993
13994 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
13995 instruction.
13996
cf363f18
MW
139972014-06-30 Mark Wielaard <mjw@redhat.com>
13998
13999 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
14000 vulture, vilify, villar): New volatile array constants.
14001 (vindictive, vegetation): New const volatile array constants.
14002 * gdb.base/volatile.exp: Test volatile and const volatile array
14003 types.
14004
aebf9d24
AA
140052014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14006
14007 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
14008 target lacks support for awatch, rwatch, or hbreak.
14009
b67a2c6f
YQ
140102014-06-27 Yao Qi <yao@codesourcery.com>
14011
14012 * gdb.multi/dummy-frame-restore.exp: New.
14013 * gdb.multi/dummy-frame-restore.c: New.
14014
aef92902
MM
140152014-06-25 Markus Metzger <markus.t.metzger@intel.com>
14016
14017 * gdb.btrace/gcore.exp: New.
14018
8e9db26e
PA
140192014-06-23 Pedro Alves <palves@redhat.com>
14020
14021 * gdb.base/watchpoint-reuse-slot.c: New file.
14022 * gdb.base/watchpoint-reuse-slot.exp: New file.
14023
70afc5b7
SC
140242014-06-23 Siva Chandra Reddy <sivachandra@google.com>
14025
14026 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
14027 progspace's filename in 'info', 'enable' and 'disable' command
14028 tests.
14029
b972bd9c
JK
140302014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14031
14032 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
14033 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14034 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
14035
125f8a3d
GB
140362014-06-20 Gary Benson <gbenson@redhat.com>
14037
14038 * gdb.arch/i386-avx.exp: Fix include file location.
14039 * gdb.arch/i386-sse.exp: Likewise.
14040
3ed9baed
IB
140412014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
14042
14043 * gdb.dlang/expression.exp: New file.
14044
034f788c
PA
140452014-06-19 Pedro Alves <palves@redhat.com>
14046
14047 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
14048 out from ...
14049 (top level): ... here. Iterate running tests under different
14050 scheduler-locking settings.
14051
45371d0c
LM
140522014-06-18 Luis Machado <lgustavo@codesourcery.com>
14053
14054 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
14055 to DW_FORM_addr and use non-zero addresses.
14056
5d376983
SC
140572014-06-18 Siva Chandra Reddy <sivachandra@google.com>
14058
14059 PR gdb/17017
14060 * gdb.python/py-xmethods.cc: Add global function call counters and
14061 increment them in their respective functions. Remove "cout"
14062 statements.
14063 * gdb.python/py-xmethods.exp: Make tests check the global function
14064 call counters instead of depending on inferior IO.
14065
a1aa2221
LM
140662014-06-18 Don Breazeal <donb@codesourcery.com>
14067
14068 * gdb.base/foll-fork.exp (default_fork_parent_follow):
14069 Deleted procedure.
14070 (explicit_fork_parent_follow): Deleted procedure.
14071 (explicit_fork_child_follow): Deleted procedure.
14072 (test_follow_fork): New procedure.
14073 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 14074 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
14075 procedure calls.
14076
0fc05997
YQ
140772014-06-17 Yao Qi <yao@codesourcery.com>
14078
14079 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
14080 CP1252.
14081
70795c52
LM
140822014-06-17 Luis Machado <lgustavo@codesourcery.com>
14083
14084 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
14085 Initialize ptr and S explicitly.
14086 (skip_type_update_when_not_use_rtti_test): Likewise.
14087
6be47f0c
KS
140882014-06-16 Keith Seitz <keiths@redhat.com>
14089
14090 PR mi/15863
14091 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
14092 the inferior is started.
14093
d03de421
PA
140942014-06-16 Pedro Alves <palves@redhat.com>
14095
14096 * gdb.base/break-main-file-remove-fail.c: New file.
14097 * gdb.base/break-main-file-remove-fail.exp: New file.
14098 * gdb.base/break-unload-file.exp: Use build_executable instead of
14099 prepare_for_testing.
14100 (test_break): New parameter "initial_load". Handle it.
14101 (top level): Add initial_load cmdline/file axis.
14102
f9579b99
TT
141032014-06-12 Tom Tromey <tromey@redhat.com>
14104
14105 * gdb.base/completion.exp: Don't use directory name in test.
14106
3657956b
GB
141072014-06-09 Gary Benson <gbenson@redhat.com>
14108
14109 * gdb.base/sigall.c [Functions to send signals]: Reorder to
14110 separate the always-available ANSI-standard signals from the
14111 signals that require checking.
14112 (main): Likewise.
14113 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
14114 Likewise.
14115 (main): Likewise.
14116
4186eb54
KS
141172014-06-07 Keith Seitz <keiths@redhat.com>
14118
14119 Revert:
14120 PR c++/16253
14121 * gdb.cp/var-tag.cc: New file.
14122 * gdb.cp/var-tag.exp: New file.
14123 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14124 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14125 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14126 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14127
25326a28 141282014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
14129
14130 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
14131
829155c9
PA
141322014-06-06 Pedro Alves <palves@redhat.com>
14133
14134 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
14135 in target debug output instead of looking at RSP packets,
14136 disabling the test on any target that uses hardware stepping.
14137 Update comments.
14138
61c8d22e
PA
141392014-06-06 Pedro Alves <palves@redhat.com>
14140
14141 * gdb.base/break-unload-file.exp: Fix typo.
14142
d9a47287
YQ
141432014-06-06 Yao Qi <yao@codesourcery.com>
14144
14145 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
14146 from "jit_function" to "^jit_function".
14147
e5e01dbf
YQ
141482014-06-06 Yao Qi <yao@codesourcery.com>
14149
14150 * gdb.base/async.c (foo): Add one statement.
14151 * gdb.base/async.exp: Get the next instruction address and
14152 match the output of "nexti" by instruction address. Match
14153 the hex address in the output of "finish".
14154
73ba372c
GB
141552014-06-06 Gary Benson <gbenson@redhat.com>
14156
14157 * gdb.base/call-signals.c: Remove preprocessor conditionals
14158 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
14159 SIGSEGV and SIGTERM.
14160 * gdb.base/sigall.c: Likewise.
14161 * gdb.base/unwindonsignal.c: Likewise.
14162 * gdb.reverse/sigall-reverse.c: Likewise.
14163
831517df
YQ
141642014-06-06 Yao Qi <yao@codesourcery.com>
14165
14166 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
14167 readable, skip the test.
14168
b8b91e98
YQ
141692014-06-06 Yao Qi <yao@codesourcery.com>
14170
14171 * gdb.threads/staticthreads.c (thread_function): Move the line
14172 setting breakpoint on forward.
14173 * gdb.threads/staticthreads.exp: Update comments.
14174
fb934770
LC
141752014-06-05 Ludovic Courtès <ludo@gnu.org>
14176
14177 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
14178 "history-append! type error".
14179
6ef284bd
SM
141802014-06-05 Simon Marchi <simon.marchi@ericsson.com>
14181
14182 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
14183 erroneous dprintf expected input.
14184
a872e241
DE
141852014-06-04 Doug Evans <xdje42@gmail.com>
14186
14187 * gdb.guile/scm-generics.exp: Delete.
14188
16f691fb
DE
141892014-06-04 Doug Evans <xdje42@gmail.com>
14190
14191 * gdb.guile/scm-breakpoint.exp: Update.
14192 Add tests for breakpoint registration.
14193
012370f6
TT
141942014-06-04 Tom Tromey <tromey@redhat.com>
14195
14196 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
14197 VLA-in-union.
14198 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
14199 inner_vla_struct, vla_union types. Initialize objects of those
14200 types and compute their sizes.
14201
9f5a4cef
HZ
142022014-06-04 Nathan Sidwell <nathan@codesourcery.com>
14203 Hui Zhu <hui@codesourcery.com>
14204
14205 * gdb.base/fileio.exp: Add test for shell not available as well as
14206 available.
14207 * gdb.base/fileio.c (test_system): Check for shell twice.
14208
90a45c4d
YQ
142092014-06-04 Yao Qi <yao@codesourcery.com>
14210
14211 * gdb.base/auto-connect-native-target.exp: Remove redundant
14212 space from the regexp pattern.
14213
70017e41
YQ
142142014-06-04 Yao Qi <yao@codesourcery.com>
14215
14216 * gdb.base/default.exp: Replace "child" with "native" in
14217 regexp pattern.
14218
883964a7
SC
142192014-06-03 Siva Chandra Reddy <sivachandra@google.com>
14220
14221 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
14222 * gdb.python/py-xmethods.exp: New tests to test xmethods.
14223 * gdb.python/py-xmethods.py: Python script supporting the
14224 new testcase and tests.
14225
ef370185
JB
142262014-06-03 Joel Brobecker <brobecker@adacore.com>
14227 Pedro Alves <palves@redhat.com>
14228
14229 PR breakpoints/17000
14230 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
14231 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
14232
1e2ccb61
BM
142332014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
14234
14235 * gdb.base/subst.exp: Add tests to verify partial path matching
14236 output.
14237
c6ec5ab2
PA
142382014-06-03 Pedro Alves <palves@redhat.com>
14239
14240 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
14241 target that doesn't use software single-stepping.
14242
835c559f
PA
142432014-06-03 Pedro Alves <palves@redhat.com>
14244
14245 PR breakpoints/17000
14246 * gdb.base/sss-bp-on-user-bp-2.c: New file.
14247 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
14248
06eb1586
DE
142492014-06-02 Doug Evans <xdje42@gmail.com>
14250
14251 * gdb.guile/scm-parameter.exp: New file.
14252
e698b8c4
DE
142532014-06-02 Doug Evans <xdje42@gmail.com>
14254
14255 * gdb.guile/scm-cmd.c: New file.
14256 * gdb.guile/scm-cmd.exp: New file.
14257
ded03782
DE
142582014-06-02 Doug Evans <xdje42@gmail.com>
14259
14260 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
14261 pretty-printer lookup.
14262 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
14263 (make-pp_s-printer): Call it.
14264 (make-pretty-printer-from-dict): New function.
14265 (lookup-pretty-printer-maker-from-dict): New function.
14266 (*pretty-printer*): Simplify.
14267 (make-objfile-pp_s-printer): New function.
14268 (install-objfile-pretty-printers!): New function.
14269 (make-progspace-pp_s-printer): New function.
14270 (install-progspace-pretty-printers!): New function.
14271 * gdb.guile/scm-progspace.c: New file.
14272 * gdb.guile/scm-progspace.exp: New file.
14273
41fac0cf
PA
142742014-06-02 Pedro Alves <palves@redhat.com>
14275
14276 * gdb.base/dprintf-bp-same-addr.c: New file.
14277 * gdb.base/dprintf-bp-same-addr.exp: New file.
14278
96ae5695
EBM
142792014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14280
14281 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
14282 * gdb.arch/powerpc-power.s: Likewise.
14283
da02b3a8
JB
142842014-06-02 Joel Brobecker <brobecker@adacore.com>
14285
14286 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
14287
c72b2e7b
YQ
142882014-06-01 Yao Qi <yao@codesourcery.com>
14289
14290 * gdb.base/watchpoint.exp (test_watch_location): Check null
14291 pointer can be dereferenced. If not, do the test, otherwise
14292 skip it.
14293
53e8a631
AB
142942014-05-30 Andrew Burgess <aburgess@broadcom.com>
14295
14296 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
14297 results.
14298 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
14299
938f0e2f
AB
143002014-05-30 Andrew Burgess <aburgess@broadcom.com>
14301
14302 * gdb.arch/amd64-invalid-stack-middle.S: New file.
14303 * gdb.arch/amd64-invalid-stack-middle.c: New file.
14304 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
14305 * gdb.arch/amd64-invalid-stack-top.c: New file.
14306 * gdb.arch/amd64-invalid-stack-top.exp: New file.
14307
9ba6657a
PA
143082014-05-30 Pedro Alves <palves@redhat.com>
14309
14310 PR breakpoints/17000
14311 * gdb.base/sss-bp-on-user-bp.c: New file.
14312 * gdb.base/sss-bp-on-user-bp.exp: New file.
14313
522c09bf
DB
143142014-05-30 David Blaikie <dblaikie@gmail.com>
14315
14316 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
14317 gnu_inline semantics via attribute.
14318 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
14319 source explicitly specifies the required semantics.
14320
bf4ef81e
MR
143212014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
14322
14323 * gdb.reverse/sigall-reverse.exp: Fix a typo.
14324
329ea579
PA
143252014-05-29 Pedro Alves <palves@redhat.com>
14326 Tom Tromey <tromey@redhat.com>
14327
14328 * gdb.base/async-shell.exp: Don't enable target-async.
14329 * gdb.base/async.exp
14330 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
14331 parameter. Adjust.
14332 (top level): Don't test with "target-async".
14333 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
14334 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
14335 * gdb.base/inferior-died.exp: Don't enable target-async.
14336 * gdb.base/interrupt-noterm.exp: Likewise.
14337 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
14338 * gdb.mi/mi-nonstop-exit.exp: Likewise.
14339 * gdb.mi/mi-nonstop.exp: Likewise.
14340 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
14341 * gdb.mi/mi-nsintrall.exp: Likewise.
14342 * gdb.mi/mi-nsmoribund.exp: Likewise.
14343 * gdb.mi/mi-nsthrexec.exp: Likewise.
14344 * gdb.mi/mi-watch-nonstop.exp: Likewise.
14345 * gdb.multi/watchpoint-multi.exp: Adjust comment.
14346 * gdb.python/py-evsignal.exp: Don't enable target-async.
14347 * gdb.python/py-evthreads.exp: Likewise.
14348 * gdb.python/py-prompt.exp: Likewise.
14349 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
14350 * gdb.server/solib-list.exp: Don't enable target-async.
14351 * gdb.threads/thread-specific-bp.exp: Likewise.
14352 * lib/mi-support.exp: Adjust to use mi-async.
14353
fd664c91
PA
143542014-05-29 Pedro Alves <palves@redhat.com>
14355
14356 PR gdb/13860
14357 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
14358 reason, even in sync mode.
14359
251bde03
PA
143602014-05-29 Pedro Alves <palves@redhat.com>
14361 Hui Zhu <hui@codesourcery.com>
14362
14363 PR PR15693
14364 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
14365 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
14366 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
14367 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
14368
7f3c0343
JB
143692014-05-28 Joel Brobecker <brobecker@adacore.com>
14370
14371 * config/monitor.exp (gdb_target_monitor): Replace use of
14372 "set remotebaud" by "set serial baud".
14373
b2715b27
AW
143742014-05-26 Andy Wingo <wingo@igalia.com>
14375
14376 * gdb.guile/scm-breakpoint.exp:
14377 * gdb.guile/scm-gsmob.exp: Update to use plain old object
14378 properties instead of gdb-object-properties.
14379
498a4489
YQ
143802014-05-26 Yao Qi <yao@codesourcery.com>
14381
14382 * gdb.server/no-thread-db.exp: Specify source file name
14383 explicitly when setting a breakpoint.
14384
589fdceb
MM
143852014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14386
14387 * gdb.btrace/vdso.c: New.
14388 * gdb.btrace/vdso.exp: New.
14389
e9089e05
MM
143902014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14391
14392 * gdb.base/gcore.exp (capture_command_output): Move ...
14393 * lib/gdb.exp (capture_command_output): ... here.
14394
67b5c0c1
MM
143952014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14396
14397 * gdb.btrace/data.exp: Test memory access during btrace replay.
14398
a2199296
SM
143992014-05-22 Simon Marchi <simon.marchi@ericsson.com>
14400
14401 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
14402
17b2616c
PA
144032014-05-21 Pedro Alves <palves@redhat.com>
14404
14405 PR gdb/13860
14406 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
14407 (top level): Test that output related to execution commands is
14408 sent to the console with CLI commands, but not with MI commands.
14409 Test that breakpoint events are always mirrored to the console.
14410 Also expect the new source line to be output after a "next" in
14411 async mode too. Make it a pass/fail test.
14412 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
14413 output.
14414 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
14415
5166082f
PA
144162014-05-21 Pedro Alves <palves@redhat.com>
14417
14418 * gdb.base/list.exp (build_pattern, test_list): New procedures.
14419 Use them to test variations of "list" after reaching a breakpoint.
14420 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
14421 Test "list" with listsize 10 after reaching a breakpoint.
14422 * gdb.python/python.exp (decode_line current location line
14423 number): Adjust expected line number.
14424
2f25d70f
SM
144252014-05-21 Simon Marchi <simon.marchi@ericsson.com>
14426
14427 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
14428 behavior for $args, pass it directly to "run".
14429
ff604a67
MR
144302014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
14431
14432 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
14433 30000 to 65536.
14434
6a3cb8e8
PA
144352014-05-21 Pedro Alves <palves@redhat.com>
14436
14437 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
14438 auto-connect-native-target off".
14439 * gdb.base/auto-connect-native-target.c: New file.
14440 * gdb.base/auto-connect-native-target.exp: New file.
14441
4ebfc96e
PA
144422014-05-21 Pedro Alves <palves@redhat.com>
14443
14444 * gdb.base/default.exp: Test "target native" instead of "target
14445 child".
14446
36d46afb
MW
144472014-05-21 Mark Wielaard <mjw@redhat.com>
14448
14449 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14450
5876f503
JK
144512014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14452
14453 Fix TLS access for -static -pthread.
14454 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
14455 <HAVE_TLS> (thread_function, main): Initialize it.
14456 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
14457 Add clean_restart.
14458 <$have_tls != "">: Check TLSVAR.
14459
0256a6ac
PA
144602014-05-21 Pedro Alves <palves@redhat.com>
14461
14462 * gdb.base/dcache-line-read-error.c: New.
14463 * gdb.base/dcache-line-read-error.exp: New.
14464
936d2992
PA
144652014-05-20 Pedro Alves <palves@redhat.com>
14466
14467 * gdb.base/compare-sections.c: New file.
14468 * gdb.base/compare-sections.exp: New file.
14469
802e8e6d
PA
144702014-05-20 Pedro Alves <palves@redhat.com>
14471
14472 * gdb.base/break-idempotent.c: New file.
14473 * gdb.base/break-idempotent.exp: New file.
14474
e59fa00f
MM
144752014-05-20 Markus Metzger <markus.t.metzger@intel.com>
14476
14477 * gdb.btrace/nohist.exp: New.
14478
8b696e31
YQ
144792014-05-20 Yao Qi <yao@codesourcery.com>
14480
14481 * lib/gdb.exp (gdb_init): Set timeout if test file is under
14482 gdb.reverse directory and gdb_reverse_timeout exists in board
14483 setting.
14484 * README: Document gdb_reverse_timeout.
14485
73c9764f
YQ
144862014-05-20 Yao Qi <yao@codesourcery.com>
14487
14488 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
14489 'test_file_name'. Treat args as a string instead of a list.
14490 (gdb_init): Rename argument 'args' by 'test_file_name'.
14491
f1f4348a
JK
144922014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14493
14494 * gdb.arch/powerpc-power.exp: New file.
14495 * gdb.arch/powerpc-power.s: New file.
14496
0dbe70ce
DE
144972014-05-16 Doug Evans <dje@google.com>
14498
14499 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
14500 * gdb.base/completion.exp: Check that all expected files exist
14501 before doing file completion.
0dbe70ce 14502
8d551b02
DE
145032014-05-16 Doug Evans <dje@google.com>
14504
14505 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
14506 Update.
14507 (do_syscall_tests_without_xml): Update.
14508
73eb7709
PA
145092014-05-16 Pedro Alves <palves@redhat.com>
14510
14511 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
14512 instead of "unknown output after running".
14513
3fae92fc
YQ
145142014-05-16 Yao Qi <yao@codesourcery.com>
14515
14516 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
14517 file1.txt from host at the end.
14518 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14519
c2b2ccc5
DE
145202014-05-15 Doug Evans <dje@google.com>
14521
14522 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
14523 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
14524 loading file. Add test for TU lookup.
14525
8c217a4b
SM
145262014-05-15 Simon Marchi <simon.marchi@ericsson.com>
14527
14528 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
14529 calling "-exec-arguments" or "set args" before running the
14530 inferior.
14531
3deb39c6
SM
145322014-05-15 Simon Marchi <simon.marchi@ericsson.com>
14533
14534 * lib/mi-support.exp (mi_expect_stop): Expect message for
14535 inferiors that exit with non-zero exit code.
14536
71a79f8c
YQ
145372014-05-14 Yao Qi <yao@codesourcery.com>
14538
14539 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
14540 match absolute path on remote host.
14541 (test_file_list_exec_source_files): Remove "/" from the
14542 pattern.
14543
f23fcd46
YQ
145442014-05-14 Yao Qi <yao@codesourcery.com>
14545
14546 * boards/local-remote-host-notty.exp (${board}_file): New
14547 proc.
14548
9404b58f
KM
145492014-05-07 Kyle McMartin <kyle@redhat.com>
14550
14551 Pushed by Joel Brobecker <brobecker@adacore.com>.
14552 * gdb.arch/aarch64-atomic-inst.c: New file.
14553 * gdb.arch/aarch64-atomic-inst.exp: New file.
14554
5e45f04c
YQ
145552014-05-07 Yao Qi <yao@codesourcery.com>
14556
14557 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
14558 in current context" too.
14559
c888a17d
KS
145602014-05-05 Keith Seitz <keiths@redhat.com>
14561
14562 * gdb.linespec/ls-dollar.exp: Add test for linespec
14563 file:convenience_variable.
14564
290a839c
YQ
145652014-05-05 Yao Qi <yao@codesourcery.com>
14566
14567 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
14568 traceframes into tfile and ctf trace files. Read data from
14569 trace file and test collected data.
14570 (gdb_collect_locals_test): Likewise.
14571 (gdb_unavailable_registers_test): Likewise.
14572 (gdb_unavailable_floats): Likewise.
14573 (gdb_collect_globals_test): Likewise.
14574 (top-level): Append "ctf" to trace_file_targets if GDB
14575 supports.
14576
b5262cd0
YQ
145772014-05-05 Yao Qi <yao@codesourcery.com>
14578
14579 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
14580 code to ...
14581 (gdb_collect_args_test_1): ... it. New proc.
14582 (gdb_collect_locals_test): Move some code to ...
14583 (gdb_collect_locals_test_1): ... it. New proc.
14584 (gdb_unavailable_registers_test): Move some code to ...
14585 (gdb_unavailable_registers_test_1): ... it. New proc.
14586 (gdb_unavailable_floats): Move some code to ...
14587 (gdb_unavailable_floats_1): ... it. New proc.
14588
30a1e6cc
SDJ
145892014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
14590
14591 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
14592 probes to test for bitness recognition.
14593 * gdb.arch/amd64-stap-optional-prefix.exp
14594 (test_probe_value_without_reg): New procedure.
14595 Add code to test for different kinds of bitness.
14596
f33da99a
SDJ
145972014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
14598
14599 PR breakpoints/16889
14600 * gdb.arch/amd64-stap-optional-prefix.S: New file.
14601 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14602
5b80f00d
PA
146032014-05-01 Pedro Alves <palves@redhat.com>
14604
14605 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
14606 gdb_file_cmd if no file is specified.
14607 * boards/native-extended-gdbserver.exp (gdb_load): Use the
14608 last_loaded_file to set the remote exec-file.
14609
f8c2a73c
PA
146102014-05-01 Pedro Alves <palves@redhat.com>
14611
14612 * boards/local-remote-host.exp: New file.
14613
be6e8ac7
PA
146142014-05-01 Pedro Alves <palves@redhat.com>
14615
14616 * boards/local-remote-host.exp: Rename to ...
14617 * boards/local-remote-host-notty.exp: ... this.
14618
cac0dc8f
JB
146192014-04-28 Joel Brobecker <brobecker@adacore.com>
14620
14621 * gdb.ada/dyn_arrayidx: New testcase.
14622
9730e6cc
YQ
146232014-04-26 Yao Qi <yao@codesourcery.com>
14624
14625 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
14626 and compute the length of function main. Save it in
14627 $main_length.
14628 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
14629 (top-level): Use gdb_compile to compile objects into
14630 executable and restart GDB. Remove invocation to
14631 prepare_for_testing.
14632
7ae1a6a6
PA
146332014-04-25 Simon Marchi <simon.marchi@ericsson.com>
14634 Pedro Alves <palves@redhat.com>
14635
14636 PR server/16255
14637 * gdb.multi/multi-attach.c: New file.
14638 * gdb.multi/multi-attach.exp: New file.
14639
4082afcc
PA
146402014-04-25 Pedro Alves <palves@redhat.com>
14641
14642 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
14643 user.
14644 (top level): Test that "set remote conditional-breakpoints-packet
14645 off" works as intended.
14646 * gdb.base/dprintf.exp: Test that "set remote
14647 breakpoint-commands-packet off" works as intended.
14648 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
14649 New function.
14650 (top level): Call it.
14651 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
14652 remote fast-tracepoints-packet off" works as intended.
14653 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
14654 * lib/gdb.exp (gdb_is_target_remote): ... here.
14655
2abc3f8d
DB
146562014-04-24 David Blaikie <dblaikie@gmail.com>
14657
14658 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
14659 ensure clang would not discard them.
14660 * gdb.base/gdbvars.c: Ditto.
14661 * gdb.base/memattr.c: Ditto.
14662 * gdb.base/whatis.c: Ditto.
14663 * gdb.python/py-prettyprint.c: Ditto.
14664 * gdb.trace/actions.c: Ditto.
14665 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
14666 ensure clang would not discard it.
14667
bfd39632
DB
146682014-04-24 David Blaikie <dblaikie@gmail.com>
14669
14670 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
14671 clang to emit the full definition of type required by the test
14672 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
14673
22842ff6
DB
146742014-04-24 David Blaikie <dblaikie@gmail.com>
14675
14676 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
14677 coax Clang into emitting the definition of the type.
14678 * gdb.cp/pr10728-x.h (y): Ditto.
14679 * gdb.cp/pr10728-y.cc (y): Ditto.
14680
c2e827ad
DB
146812014-04-24 David Blaikie <dblaikie@gmail.com>
14682
14683 * gdb.base/label.exp: XFAIL label related tests under Clang.
14684 * gdb.cp/cplabel.exp: Ditto.
14685 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
14686 under Clang those using labels.
14687
4c2d33e7
YQ
146882014-04-25 Yao Qi <yao@codesourcery.com>
14689
14690 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
14691 double_label.
14692 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
14693 partial_label and double_label.
14694
56083b99
DB
146952014-04-24 David Blaikie <dblaikie@gmail.com>
14696
14697 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
14698
25d4e99d
DB
146992014-04-24 David Blaikie <dblaikie@gmail.com>
14700
14701 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
14702 of the function to work across GCC and Clang.
14703 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
14704 pointer types (const void ** const V void **).
14705
01f9f808
MS
147062014-04-24 Michael Sturm <michael.sturm@mintel.com>
14707 Walfred Tedeschi <walfred.tedeschi@intel.com>
14708
14709 * Makefile.in (EXECUTABLES): Added i386-avx512.
14710 * gdb.arch/i386-avx512.c: New file.
14711 * gdb.arch/i386-avx512.exp: Likewise.
14712
4b48d439
KS
147132014-04-23 Keith Seitz <keiths@redhat.com>
14714
14715 * lib/mi-support.exp (mi_list_breakpoints): Delete.
14716 (mi_make_breakpoint_table): New procedure.
14717 (mi_create_breakpoint): Use mi_make_breakpoint
14718 and return the result.
14719 (mi_make_breakpoint): New procedure.
14720 (mi_build_kv_pairs): New procedure.
14721
14722 * gdb.mi/mi-break.exp: Remove unused globals,
14723 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
14724 All callers updated.
14725 * gdb.mi/mi-dprintf.exp: Use variable to track command
14726 number.
14727 Update all callers of mi_create_breakpoint and use
14728 mi_make_breakpoint_table.
14729 Remove any unused global variables.
14730 * gdb.mi/mi-nonstop.exp: Likewise.
14731 * gdb.mi/mi-nsintrall.exp: Likewise.
14732 * gdb.mi/mi-nsmoribund.exp: Likewise.
14733 * gdb.mi/mi-nsthrexec.exp: Likewise.
14734 * gdb.mi/mi-reverse.exp: Likewise.
14735 * gdb.mi/mi-simplerun.exp: Likewise.
14736 * gdb.mi/mi-stepn.exp: Likewise.
14737 * gdb.mi/mi-syn-frame.exp: Likewise.
14738 * gdb.mi/mi-until.exp: Likewise.
14739 * gdb.mi/mi-var-cp.exp: Likewise.
14740 * gdb.mi/mi-var-display.exp: Likewise.
14741 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
14742 * gdb.mi/mi2-var-child.exp: Likewise.
14743 * gdb.mi/mi-vla-c99.exp: Likewise.
14744 * lib/mi-support.exp: Likewise.
14745
14746 From Ian Lance Taylor <iant@cygnus.com>:
14747 * lib/gdb.exp (parse_args): New procedure.
14748
08351840
PA
147492014-04-23 Pedro Alves <palves@redhat.com>
14750
14751 * gdb.base/break-unload-file.c: New file.
14752 * gdb.base/break-unload-file.exp: New file.
14753 * gdb.base/sym-file-lib.c (baz): New function.
14754 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
14755 field.
14756 (load): Store the segment's mapped size.
14757 (unload): New function.
14758 (unload_shlib): New function.
14759 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
14760 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
14761 set a breakpoint at baz, and call it.
14762 * gdb.base/sym-file.exp: New tests for stale breakpoint
14763 instructions.
14764
076855f9
PA
147652014-04-23 Pedro Alves <palves@redhat.com>
14766
14767 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
14768 * gdb.base/hbreak-in-shr-unsupported.c: New file.
14769 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
14770 * gdb.base/hbreak-unmapped.c: New file.
14771 * gdb.base/hbreak-unmapped.exp: New file.
14772 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
14773 * lib/gdb.exp (gdb_is_target_remote): ... here.
14774
483805cf
PA
147752014-04-22 Pedro Alves <palves@redhat.com>
14776
14777 * gdb.base/consecutive-step-over.c: New file.
14778 * gdb.base/consecutive-step-over.exp: New file.
14779
06d97543
PA
147802014-04-22 Pedro Alves <palves@redhat.com>
14781
14782 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
14783 instead of send_gdb/gdb_expect.
14784
b4429ea2
YQ
147852014-04-22 Yao Qi <yao@codesourcery.com>
14786
14787 * lib/trace-support.exp (generate_tracefile): New procedure.
14788 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
14789 return 0.
14790 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
14791 if generate_tracefile returns 1.
14792
51d48146
PA
147932014-04-18 Tom Tromey <palves@redhat.com>
14794 Pedro alves <tromey@redhat.com>
14795
14796 PR backtrace/15558
14797 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
14798 with a backtrace limit.
14799 * gdb.python/py-frame-inline.exp: Test running to an inline
14800 function with a backtrace limit, and printing the newest frame.
14801 * gdb.python/py-frame-inline.c (main): Call f.
14802
bd1dce5f
MS
148032014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14804
14805 * gdb.java/jnpe.exp: Drop srcdir from untested path.
14806
40d1a503
MS
148072014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14808
14809 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
14810 Drop prefix from unsupported source file path.
14811
389b98f7
YQ
148122014-04-17 Yao Qi <yao@codesourcery.com>
14813
14814 * lib/gdb.exp (with_target_charset): New proc.
14815 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
14816 with_target_charset.
14817 (test_print_strings): Likewise.
14818 (test_repeat_bytes): Likewise.
14819 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
14820 for some tests.
14821
22869d73
KS
148222014-04-16 Keith Seitz <keiths@redhat.com>
14823
14824 PR gdb/15827
14825 * gdb.dwarf2/corrupt.c: New file.
14826 * gdb.dwarf2/corrupt.exp: New file.
14827
c4f87ca6
KS
148282014-04-16 Keith Seitz <keiths@redhat.com>
14829
14830 PR c++/16597
14831 * gdb.cp/namelessclass.cc: New file.
14832 * gdb.cp/namelessclass.exp: New file.
14833 * gdb.cp/namelessclass.S: New file.
14834
ab19de87
DE
148352014-04-16 Doug Evans <dje@google.com>
14836
14837 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
14838 Add comment.
14839 (gdbserver_default_get_comm_port): New function.
14840 (gdbserver_start): Check if board file provided
14841 "gdbserver,get_comm_port" and use it if so.
14842 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
14843 (gdb,socketport): Set to "stdio".
14844 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
14845 (stdio_gdbserver_template): Delete.
14846 (${board}_get_remote_address): Update.
14847 (${board}_build_remote_cmd): Delete.
14848 (${board}_get_comm_port): New function.
14849 (${board}_spawn): Update.
14850 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
14851 Delete.
14852 (${board}_get_remote_address): Update.
14853 (${board}_get_comm_port): New function.
14854
fc98a809
AB
148552014-04-16 Andrew Burgess <aburgess@broadcom.com>
14856
14857 * gdb.base/memattr.exp: Improve regexps to handle memory regions
14858 appearing in any order.
14859
87fd9e6e
DE
148602014-04-15 Doug Evans <dje@google.com>
14861
14862 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
14863 uninitialized value of "description".
14864
099fc3ea
KS
148652014-04-15 Keith Seitz <keiths@redhat.com>
14866
14867 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
14868 Remove unused globals.
14869 (test_running_the_program): Likewise.
14870 (test_controlled_execution): Likewise.
14871 (test_controlling_breakpoints): Likewise.
14872 (test_program_termination): Likewise.
14873
5da151d4
KS
148742014-04-15 Keith Seitz <keiths@redhat.com>
14875
14876 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
14877 unused globals.
14878 (test_rbreak_creation_and_listing): Likewise.
14879 (test_ignore_count): Likewise.
14880 (test_error): Likewise.
14881
35e5d2f0
PA
148822014-04-15 Pedro Alves <palves@redhat.com>
14883
14884 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
14885 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
14886 sym-file-loader.c.
14887 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14888 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14889 to sym-file-loader.c.
14890 (struct library): Forward declare.
14891 (load_shlib, lookup_function): Change prototypes.
14892 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14893 (translate_offset): Remove declarations.
14894 (get_text_addr): New declaration.
14895 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
14896 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
14897 sym-file-loader.h.
14898 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14899 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14900 here from sym-file-loader.h.
14901 (struct library): New structure.
14902 (load_shlib, lookup_function): Change prototypes and adjust to
14903 work with a struct library.
14904 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14905 (translate_offset): Make static.
14906 (get_text_addr): New function.
14907 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
14908
eb4c1710
PA
149092014-04-15 Pedro Alves <palves@redhat.com>
14910
14911 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
14912
2d1baf52
PA
149132014-04-15 Pedro Alves <palves@redhat.com>
14914
14915 * gdb.base/sym-file-loader.c: Include <limits.h>.
14916 (SELF_LINK): New define.
14917 (get_origin): New function.
14918 (load_shlib): Use it.
14919 * gdb.base/sym-file.exp: Don't early return if the target is
14920 remote. Use runto_main, and issue fail is that fails. Use
14921 gdb_load_shlibs.
14922 (shlib_name): Delete.
14923 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
14924
7dd6df01
PA
149252014-04-15 Pedro Alves <palves@redhat.com>
14926
14927 * gdb.base/sym-file.exp: Remove regex characters from test
14928 message. Don't refer to breakpoint numbers in test messages.
14929
b50c8614
KS
149302014-04-14 Keith Seitz <keiths@redhat.com>
14931
14932 PR c++/16253
14933 * gdb.cp/var-tag.cc: New file.
14934 * gdb.cp/var-tag.exp: New file.
14935 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14936 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14937 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14938 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14939
3d567982
TT
149402014-04-14 Tom Tromey <tromey@redhat.com>
14941
14942 * gdb.cp/classes.exp (test_enums): Handle underlying type.
14943 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
14944 type.
14945 * gdb.cp/enum-class.exp: New file.
14946 * gdb.cp/enum-class.cc: New file.
14947
0626fc76
TT
149482014-04-14 Tom Tromey <tromey@redhat.com>
14949
14950 * gdb.dwarf2/enum-type.exp: New file.
14951
dca325b3
SA
149522014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14953
14954 * gdb.mi/mi-vla-c99.exp: New file.
14955 * gdb.mi/vla.c: New file.
14956
5854b38a
SA
149572014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14958
14959 * gdb.base/vla-datatypes.c: New file.
14960 * gdb.base/vla-datatypes.exp: New file.
14961
463bb957
SA
149622014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14963
14964 * gdb.base/vla-ptr.c: New file.
14965 * gdb.base/vla-ptr.exp: New file.
14966
3dd170be
SA
149672014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14968
14969 * gdb.dwarf2/count.exp: New file.
14970
5ecaaa66
SA
149712014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14972
14973 * gdb.base/vla-sideeffect.c: New file.
14974 * gdb.base/vla-sideeffect.exp: New file.
14975
41f1ada5
DB
149762014-04-14 David Blaikie <dblaikie@gmail.com>
14977
14978 * gdb.mi/non-stop.c: Add return value for non-void function return
14979 statement.
14980 * gdb.threads/staticthreads.c: Ditto.
14981
0be03e84
DE
149822014-04-12 Siva Chandra Reddy <sivachandra@google.com>
14983 Doug Evans <xdje42@gmail.com>
14984
14985 * gdb.guile/scm-value.c: Improve test case.
14986 * gdb.guile/scm-value.exp: Add new test.
14987
f180a1fb
DB
149882014-04-11 David Blaikie <dblaikie@gmail.com>
14989
14990 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
14991 override Clang's default.
14992
6b662e19
JB
149932014-04-11 Joel Brobecker <brobecker@adacore.com>
14994
14995 Revert the following changes (regressions):
14996
14997 * gdb.base/vla-sideeffect.c: New file.
14998 * gdb.base/vla-sideeffect.exp: New file.
14999
15000 * gdb.dwarf2/count.exp: New file.
15001
15002 * gdb.base/vla-multi.c: New file.
15003 * gdb.base/vla-multi.exp: New file.
15004
15005 * gdb.base/vla-ptr.c: New file.
15006 * gdb.base/vla-ptr.exp: New file.
15007
15008 * gdb.base/vla-datatypes.c: New file.
15009 * gdb.base/vla-datatypes.exp: New file.
15010
15011 * gdb.mi/mi-vla-c99.exp: New file.
15012 * gdb.mi/vla.c: New file.
15013
245a5f0b
KS
150142014-04-11 Keith Seitz <keiths@redhat.com>
15015
15016 PR c++/16675
15017 * gdb.cp/cpsizeof.exp: New file.
15018 * gdb.cp/cpsizeof.cc: New file.
15019
58a84dcf
SA
150202014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15021
191a8a90
JB
15022 * gdb.mi/mi-vla-c99.exp: New file.
15023 * gdb.mi/vla.c: New file.
58a84dcf 15024
c8655f75
SA
150252014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15026
15027 * gdb.base/vla-datatypes.c: New file.
15028 * gdb.base/vla-datatypes.exp: New file.
15029
024e13b4
SA
150302014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15031
15032 * gdb.base/vla-ptr.c: New file.
15033 * gdb.base/vla-ptr.exp: New file.
15034
1a237e0e
SA
150352014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15036
15037 * gdb.base/vla-multi.c: New file.
15038 * gdb.base/vla-multi.exp: New file.
15039
504f3432
SA
150402014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15041
15042 * gdb.dwarf2/count.exp: New file.
15043
3bce8237
SA
150442014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15045
191a8a90
JB
15046 * gdb.base/vla-sideeffect.c: New file.
15047 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 15048
322f9c21
YQ
150492014-04-11 Yao Qi <yao@codesourcery.com>
15050
15051 * gdb.base/completion.exp: Check file exists before running tests
15052 on file completion.
15053
d708bcd1
PA
150542014-04-10 Pedro Alves <palves@redhat.com>
15055
15056 * gdb.base/cond-eval-mode.c: New file.
15057 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
15058 prepare_for_testing to build the new file. Check result of
15059 runto_main.
15060 (test_break, test_watch): New procedures.
15061 (top level): Use them.
15062
ae1d2761
PM
150632014-04-08 Pierre Muller <muller@sourceware.org>
15064
15065 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
15066 Ctrl-V use for mingw hosts.
15067
7af389b8
SC
150682014-04-07 Siva Chandra Reddy <sivachandra@google.com>
15069
15070 * gdb.python/py-value.c: Improve test case.
15071 * gdb.python/py-value.exp: Add new test.
15072
5e703181
DE
150732014-04-07 David Blaikie <dblaikie@gmail.com>
15074
15075 * lib/compiler.c: Identify the clang compiler.
15076 * lib/compiler.cc: Ditto.
15077
9810b410
YQ
150782014-04-03 Yao Qi <yao@codesourcery.com>
15079
15080 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
15081
98d1b8dc
AB
150822014-04-01 Anton Blanchard <anton@samba.org>
15083
15084 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
15085 messages unique.
15086
3114cea1
AB
150872014-04-01 Anton Blanchard <anton@samba.org>
15088
15089 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
15090 prepare_for_testing.
15091
62f7182c
AB
150922014-04-01 Anton Blanchard <anton@samba.org>
15093
15094 * gdb.arch/ppc64-atomic-inst.c: Remove.
15095 * gdb.arch/ppc64-atomic-inst.S: New file.
15096 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
15097
770e7fc7
DE
150982014-03-31 Doug Evans <dje@google.com>
15099
15100 * gdb.base/print-symbol-loading-lib.c: New file.
15101 * gdb.base/print-symbol-loading-main.c: New file.
15102 * gdb.base/print-symbol-loading.exp: New file.
15103
46e2bafa
YQ
151042014-03-31 Yao Qi <yao@codesourcery.com>
15105
15106 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
15107
8776cfe9
JB
151082014-03-28 Joel Brobecker <brobecker@adacore.com>
15109
15110 * gdb.ada/mi_dyn_arr: New testcase.
15111
5d1ef361
DE
151122014-03-27 Doug Evans <dje@google.com>
15113
15114 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
15115
b5bee914
YQ
151162014-03-27 Yao Qi <yao@codesourcery.com>
15117
15118 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
15119 if target is nios2-*-*.
15120
0d4d0e77
YQ
151212014-03-26 Yao Qi <yao@codesourcery.com>
15122
15123 * lib/gdb.exp (readline_is_used): New proc.
15124 * gdb.base/completion.exp: Move tests on command complete up.
15125 Skip the rest of tests if readline is not used.
15126 * gdb.ada/complete.exp: Skp the test if readline is not
15127 used.
15128 * gdb.base/filesym.exp: Likewise.
15129 * gdb.base/macscp.exp: Likewise.
15130 * gdb.base/readline-ask.exp: Likewise.
15131 * gdb.base/readline.exp: Likewise.
15132 * gdb.python/py-cmd.exp: Likewise.
15133 * gdb.trace/tfile.exp: Likewise.
15134
29361eee
YQ
151352014-03-26 Yao Qi <yao@codesourcery.com>
15136
15137 * gdb.base/macscp.exp: Fix code format issues.
15138
bc9a5525
UW
151392014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
15140
15141 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
15142 * gdb.asm/powerpc64le.inc: New file.
15143
d3839ede
PA
151442014-03-25 Pedro Alves <palves@redhat.com>
15145 Doug Evans <dje@google.com>
15146
15147 * gdb.base/source-execution.c: New file.
15148 * gdb.base/source-execution.exp: New file.
15149 * gdb.base/source-execution.gdb: New file.
15150
01672a57
DE
151512014-03-24 Doug Evans <dje@google.com>
15152
15153 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
15154 using fission.
15155
88bbeca9
HZ
151562014-03-24 Hui Zhu <hui@codesourcery.com>
15157 Pedro Alves <palves@redhat.com>
15158
15159 PR breakpoints/16101
15160 * gdb.base/dprintf.exp: Use unsupported rather than changing the
15161 test pass/fail messages. Detect missing support for dprintf when
15162 breakpoints are actually inserted.
15163 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
15164 breakpoints are actually inserted.
15165 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
15166 fails.
15167
d2348791
JK
151682014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15169
15170 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
15171
feef67ab
DE
151722014-03-22 Doug Evans <xdje42@gmail.com>
15173
15174 * gdb.python/python.exp (python not supported): Verify multi-line
15175 python command issues an error.
25d743f9 15176 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 15177 guile command issues an error.
feef67ab 15178
ecebef6a
MR
151792014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
15180
15181 * gdb.threads/thread-specific.exp: Handle the lack of usable
15182 $this_breakpoint and $this_thread.
15183
ccdd1909
HZ
151842014-03-21 Hui Zhu <hui@codesourcery.com>
15185
15186 * gdb.base/attach.exp (do_command_attach_tests): New.
15187
beb460e8
PA
151882014-03-20 Tom Tromey <tromey@redhat.com>
15189 Pedro Alves <palves@redhat.com>
15190
15191 PR cli/15718
15192 * gdb.base/condbreak-call-false.c: New file.
15193 * gdb.base/condbreak-call-false.exp: New file.
15194
40acf43a
PA
151952014-03-20 Pedro Alves <palves@redhat.com>
15196
15197 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
15198 Delete.
15199 (block_signals, unblock_signals): Delete.
15200 (child_function_2, main): Remove references to deleted variable
15201 and functions.
15202
9f5e1e02
PA
152032014-03-20 Pedro Alves <palves@redhat.com>
15204
15205 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
15206 Use pthread_kill to signal thread 2.
15207 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15208 Adjust to make the test send itself a signal rather than using the
15209 host's "kill" command.
15210
99619bea
PA
152112014-03-20 Pedro Alves <palves@redhat.com>
15212
15213 * gdb.threads/multiple-step-overs.c: New file.
15214 * gdb.threads/multiple-step-overs.exp: New file.
15215 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15216 Adjust expected infrun debug output.
15217
2adfaa28
PA
152182014-03-20 Pedro Alves <palves@redhat.com>
15219
15220 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
15221 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
15222
31e77af2
PA
152232014-03-20 Pedro Alves <palves@redhat.com>
15224
15225 PR breakpoints/7143
15226 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
15227 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
15228 of gdb_test_multiple.
15229 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
15230 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
15231
b9f437de
PA
152322014-03-20 Pedro Alves <palves@redhat.com>
15233
15234 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
15235 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
15236
05adc73e
PA
152372014-03-19 Pedro Alves <palves@redhat.com>
15238
15239 * gdb.base/async.exp: Remove early return.
15240
6048b950
PA
152412014-03-19 Pedro Alves <palves@redhat.com>
15242
15243 * gdb.base/async.exp (step& tests): Pass explicit test messages.
15244
8bcfb00a
PA
152452014-03-19 Pedro Alves <palves@redhat.com>
15246
15247 * gdb.base/async.exp (test_background): Expect \r\n after
15248 "completed." in the fail pattern.
15249
884e37dc
PA
152502014-03-19 Pedro Alves <palves@redhat.com>
15251
15252 * gdb.base/async.exp (test_background): New procedure.
15253 Use it for all background execution command tests.
15254
148e57e2
PA
152552014-03-19 Pedro Alves <palves@redhat.com>
15256
15257 * gdb.base/async.exp: Use prepare_for_testing.
15258
f48088c7
PA
152592014-03-19 Pedro Alves <palves@redhat.com>
15260
15261 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
15262 the same line.
15263
e2f6c966
PA
152642014-03-19 Pedro Alves <palves@redhat.com>
15265
15266 * gdb.base/async.c (main): Add "jump here" and "until here" line
15267 marker comments.
15268 * gdb.base/async.exp (jump_here): New global.
15269 (jump& test): Use it.
15270 (until_here): New global.
15271 (until& test): Use it.
15272
c30568d4
PA
152732014-03-19 Pedro Alves <palves@redhat.com>
15274
15275 * gdb.base/async.exp: Don't frob gdb_protocol.
15276
0172b6a7
DE
152772014-03-18 Doug Evans <xdje42@gmail.com>
15278
15279 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
15280 Fix spelling of exec-done-display.
15281
06c868a8
JK
152822014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
15283
15284 PR gdb/15358
15285 * gdb.base/gdb-sigterm.c: New file.
15286 * gdb.base/gdb-sigterm.exp: New file.
15287
0c7e1a46
PA
152882014-03-18 Pedro Alves <palves@redhat.com>
15289
15290 PR gdb/13860
15291 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
15292 * lib/mi-support.exp (mi_expect_stop): Add special handling for
15293 solib-event.
15294
f7c77d93
JB
152952014-03-17 Joel Brobecker <brobecker@adacore.com>
15296
15297 * gdb.ada/pckd_arr_ren: New testcase.
15298
5a1e8c7a
DE
152992014-03-13 Doug Evans <xdje42@gmail.com>
15300
15301 PR guile/16612
15302 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
15303 collect after discarding symbols.
15304
350e1a76
DE
153052014-03-13 Ludovic Courtès <ludo@gnu.org>
15306 Doug Evans <xdje42@gmail.com>
15307
15308 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
15309 to history survives a gc.
15310
a69900ae
PA
153112014-03-13 Pedro Alves <palves@redhat.com>
15312
15313 * gdb.base/default.exp: Don't test "target procfs".
15314
5db9f0bd
PA
153152014-03-13 Pedro Alves <palves@redhat.com>
15316
15317 * gdb.base/default.exp: Update "target child" and "target procfs"
15318 tests to not expect "Unix".
15319
b3ccfe11
TT
153202014-03-12 Tom Tromey <tromey@redhat.com>
15321
15322 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
15323 New procs. Add target-async tests.
15324 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
15325 Add target-async tests.
15326
646f4417
AA
153272014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15328
15329 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
15330 'func_start' and 'func_end' for the beginning and end of the
15331 function code, respectively.
15332 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
15333 'func_end' instead of 'func' and 'main'.
15334
288c211f
AA
153352014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15336
15337 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
15338 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
15339 generate the debug info assembler source.
15340
e0c0f156
AA
153412014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15342
15343 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
15344 * gdb.dwarf2/arr-subrange.exp: Likewise.
15345 * gdb.dwarf2/dwz.exp: Likewise.
15346 * gdb.dwarf2/method-ptr.exp: Likewise.
15347 * gdb.dwarf2/missing-sig-type.exp: Likewise.
15348 * gdb.dwarf2/subrange.exp: Likewise.
15349 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
15350 * gdb.dwarf2/implptrpiece.exp: Likewise.
15351 * gdb.dwarf2/nostaticblock.exp: Likewise.
15352
0e5c4555
AA
153532014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15354
15355 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
15356 directory to absolute path name arguments.
15357
5ec18f2b
JG
153582014-03-10 Joel Brobecker <brobecker@adacore.com>
15359
15360 * gdb.ada/tagged_access: New testcase.
15361
847fc4f2
MM
153622014-03-07 Markus Metzger <markus.t.metzger@intel.com>
15363
15364 * gdb.btrace/data.exp: Update expected output.
15365
cc3da688
YQ
153662014-03-06 Yao Qi <yao@codesourcery.com>
15367
15368 * gdb.trace/pr16508.exp: New file.
15369
0f26cec1
PA
153702014-03-05 Pedro Alves <palves@redhat.com>
15371
15372 PR gdb/16575
15373 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
15374 procedure.
15375 (top level): Adjust to use it. Add tests that exercise breakpoint
15376 interaction with the code-cache.
15377
7a5a839f
LC
153782014-02-26 Ludovic Courtès <ludo@gnu.org>
15379
15380 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
15381 test for 'history-append!'.
15382
31aa7e4e
JB
153832014-02-26 Joel Brobecker <brobecker@adacore.com>
15384
15385 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
15386 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
15387 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
15388 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
15389 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
15390 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
15391
1b588015
JB
153922014-02-26 Joel Brobecker <brobecker@adacore.com>
15393
15394 * testsuite/gdb.python/py-pp-re-notag.c: New file.
15395 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
15396 * testsuite/gdb.python/py-pp-re-notag.p: New file.
15397
55426c9d
JB
153982014-02-26 Joel Brobecker <brobecker@adacore.com>
15399
15400 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
15401
dc53a7ad
JB
154022014-02-26 Joel Brobecker <brobecker@adacore.com>
15403
15404 * gdb.dwarf2/arr-stride.c: New file.
15405 * gdb.dwarf2/arr-stride.exp: New file.
15406
12ab52e9
PA
154072014-02-26 Pedro Alves <palves@redhat.com>
15408
15409 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
15410 that won't ever trigger. Make sure that GDB reports the correct
15411 breakpoint that caused the stop.
15412
849c862e
JK
154132014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15414
15415 PR gdb/16626
15416 * gdb.base/auto-load-script: New file.
15417 * gdb.base/auto-load.c: New file.
15418 * gdb.base/auto-load.exp: New file.
15419
71b7d793
JK
15420 PR gdb/16626
15421 * gdb.base/auto-load.exp: Fix out-of-srctree run.
15422
e2f0d509
JK
154232014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15424
15425 Fix dw2-icycle.exp -fsanitize=address GDB crash.
15426 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
15427
50cc37c8
DE
154282014-02-24 Doug Evans <dje@google.com>
15429
15430 * lib/gdb.exp (run_on_host): Log error output if program fails.
15431
ea4758f2
PA
154322014-02-21 Pedro Alves <palves@redhat.com>
15433
15434 * gdb.threads/step-after-sr-lock.c: Rename to ...
15435 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
15436 * gdb.threads/step-after-sr-lock.exp: Rename to ...
15437 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15438 ... this.
15439
d7b30f67
SDJ
154402014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
15441
15442 PR tdep/16397
15443 * gdb.arch/amd64-stap-special-operands.exp: New file.
15444 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
15445 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
15446 * gdb.arch/amd64-stap-triplet.S: Likewise.
15447 * gdb.arch/amd64-stap-triplet.c: Likewise.
15448
83deb43f
JB
154492014-02-20 Joel Brobecker <brobecker@adacore.com>
15450
15451 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
15452 in .section pseudo-op.
15453
adde2bff
DE
154542014-02-20 lin zuojian <manjian2006@gmail.com>
15455 Joel Brobecker <brobecker@adacore.com>
15456 Doug Evans <xdje42@gmail.com>
15457
15458 PR symtab/16581
15459 * gdb.dwarf2/dw2-icycle.S: New file.
15460 * gdb.dwarf2/dw2-icycle.c: New file.
15461 * gdb.dwarf2/dw2-icycle.exp: New file.
15462
f7bd0f78
SC
154632014-02-19 Siva Chandra Reddy <sivachandra@google.com>
15464
15465 * gdb.python/py-value-cc.cc: Improve test case to enable testing
15466 operations on gdb.Value objects.
15467 * gdb.python/py-value-cc.exp: Add new test to test operations on
15468 gdb.Value objects.
15469
c17ef0d5
DE
154702014-02-18 Doug Evans <dje@google.com>
15471
15472 * Makefile.in (TESTS): New variable.
15473 (expanded_tests, expanded_tests_or_none): New variables
15474 (check-single): Pass $(expanded_tests_or_none) to runtest.
15475 (check-parallel): Only run tests in $(TESTS) if non-empty.
15476 (check/no-matching-tests-found): New rule.
15477 * README: Document TESTS makefile variable.
15478
5dd3176f
DE
154792014-02-18 Doug Evans <dje@google.com>
15480
15481 * Makefile.in (check-parallel): rm -rf outputs temp.
15482
0b10be4f
JK
154832014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15484
15485 Fix "ERROR: no fileid for" in the testsuite.
15486 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
15487
85f224e7
DE
154882014-02-12 Doug Evans <dje@google.com>
15489
15490 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
15491 (MISCELLANEOUS): New variable.
15492 (clean): rm -rf $(MISCELLANEOUS).
15493 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
15494 dwp live in the same directory as symlinks, with each symlink pointed
15495 to a differently named file in a different directory.
15496
149b30ff
DE
154972014-02-11 Doug Evans <dje@google.com>
15498
15499 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
15500 of Tcl file commands.
15501
1dfdac32
MK
155022014-02-10 Mark Kettenis <kettenis@gnu.org>
15503
15504 * gdb.threads/step-after-sr-lock.exp: Avoid executing
15505 "kill -SIGUSR1 -1".
15506
aa4fb036
JB
155072014-02-10 Joel Brobecker <brobecker@adacore.com>
15508
15509 * gdb.ada/tick_length_array_enum_idx: New testcase.
15510
ed3ef339
DE
155112014-02-10 Doug Evans <xdje42@gmail.com>
15512
15513 * configure.ac (AC_OUTPUT): Add gdb.guile.
15514 * configure: Regenerate.
15515 * lib/gdb-guile.exp: New file.
15516 * lib/gdb.exp (get_target_charset): New function.
15517 * gdb.base/help.exp: Update expected output from "apropos apropos".
15518 * gdb.guile/Makefile.in: New file.
15519 * gdb.guile/guile.exp: New file.
15520 * gdb.guile/scm-arch.c: New file.
15521 * gdb.guile/scm-arch.exp: New file.
15522 * gdb.guile/scm-block.c: New file.
15523 * gdb.guile/scm-block.exp: New file.
15524 * gdb.guile/scm-breakpoint.c: New file.
15525 * gdb.guile/scm-breakpoint.exp: New file.
15526 * gdb.guile/scm-disasm.c: New file.
15527 * gdb.guile/scm-disasm.exp: New file.
15528 * gdb.guile/scm-equal.c: New file.
15529 * gdb.guile/scm-equal.exp: New file.
15530 * gdb.guile/scm-error.exp: New file.
15531 * gdb.guile/scm-error.scm: New file.
15532 * gdb.guile/scm-frame-args.c: New file.
15533 * gdb.guile/scm-frame-args.exp: New file.
15534 * gdb.guile/scm-frame-args.scm: New file.
15535 * gdb.guile/scm-frame-inline.c: New file.
15536 * gdb.guile/scm-frame-inline.exp: New file.
15537 * gdb.guile/scm-frame.c: New file.
15538 * gdb.guile/scm-frame.exp: New file.
15539 * gdb.guile/scm-generics.exp: New file.
15540 * gdb.guile/scm-gsmob.exp: New file.
15541 * gdb.guile/scm-iterator.c: New file.
15542 * gdb.guile/scm-iterator.exp: New file.
15543 * gdb.guile/scm-math.c: New file.
15544 * gdb.guile/scm-math.exp: New file.
15545 * gdb.guile/scm-objfile-script-gdb.in: New file.
15546 * gdb.guile/scm-objfile-script.c: New file.
15547 * gdb.guile/scm-objfile-script.exp: New file.
15548 * gdb.guile/scm-objfile.c: New file.
15549 * gdb.guile/scm-objfile.exp: New file.
15550 * gdb.guile/scm-ports.exp: New file.
15551 * gdb.guile/scm-pretty-print.c: New file.
15552 * gdb.guile/scm-pretty-print.exp: New file.
15553 * gdb.guile/scm-pretty-print.scm: New file.
15554 * gdb.guile/scm-section-script.c: New file.
15555 * gdb.guile/scm-section-script.exp: New file.
15556 * gdb.guile/scm-section-script.scm: New file.
15557 * gdb.guile/scm-symbol.c: New file.
15558 * gdb.guile/scm-symbol.exp: New file.
15559 * gdb.guile/scm-symtab-2.c: New file.
15560 * gdb.guile/scm-symtab.c: New file.
15561 * gdb.guile/scm-symtab.exp: New file.
15562 * gdb.guile/scm-type.c: New file.
15563 * gdb.guile/scm-type.exp: New file.
15564 * gdb.guile/scm-value-cc.cc: New file.
15565 * gdb.guile/scm-value-cc.exp: New file.
15566 * gdb.guile/scm-value.c: New file.
15567 * gdb.guile/scm-value.exp: New file.
15568 * gdb.guile/source2.scm: New file.
15569 * gdb.guile/types-module.cc: New file.
15570 * gdb.guile/types-module.exp: New file.
15571
7026a7c1
YQ
155722014-02-10 Yao Qi <yao@codesourcery.com>
15573
15574 PR testsuite/16543
15575 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
15576 * configure: Regenerated.
15577 * Makefile.in: New file.
15578
6c466447
AS
155792014-02-08 Andreas Schwab <schwab@linux-m68k.org>
15580
15581 * gdb.python/py-framefilter.exp: Fix typo.
15582
6e854735
YQ
155832014-02-08 Yao Qi <yao@codesourcery.com>
15584
15585 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
15586 that no =breakpoint-modified is emitted when breakpoints are
15587 modified through MI commands.
15588
d137e6dc
PA
155892014-02-07 Pedro Alves <pedro@codesourcery.com>
15590 Pedro Alves <palves@redhat.com>
15591
15592 * gdb.threads/step-after-sr-lock.c: New file.
15593 * gdb.threads/step-after-sr-lock.exp: New file.
15594
b5ee5a50
PA
155952014-02-07 Pedro Alves <palves@redhat.com>
15596
15597 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
15598
3c77faf3
JK
155992014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
15600
15601 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
15602 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
15603
6dddc817
DE
156042014-02-06 Doug Evans <xdje42@gmail.com>
15605
15606 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
15607 output.
15608
15609 * gdb.gdb/python-interrupts.exp: New file.
15610
de7b2893
YQ
156112014-02-05 Yao Qi <yao@codesourcery.com>
15612
15613 * gdb.trace/report.exp (use_collected_data): Test the output
15614 of "info threads" and "info inferiors".
15615
66d032ac
YQ
156162014-02-05 Yao Qi <yao@codesourcery.com>
15617
15618 Revert this patch:
15619
15620 2013-05-24 Yao Qi <yao@codesourcery.com>
15621
15622 * gdb.trace/tfile.exp: Test inferior and thread.
15623
591a12a1
UW
156242014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15625
15626 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
15627 on a function.
15628 * gdb.base/step-bt.c: Call hello via function pointer to make
15629 sure its first instruction is executed on powerpc64le-linux.
15630
0ff3e01f
UW
156312014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15632
15633 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
15634
084ee545
UW
156352014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15636
15637 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
15638 of the test patterns for use on little-endian systems.
15639
6ed14ff3
UW
156402014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15641
15642 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
15643 (decimal_vector): Fix for little-endian.
15644
401e27fd
JM
156452014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
15646
15647 * gdb.arch/sparc-sysstep.exp: New file.
15648 * gdb.arch/sparc-sysstep.c: Likewise.
15649
15650 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
15651
8b924729
EBM
156522014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15653
15654 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
15655
fb151210
JB
156562014-01-23 Tom Tromey <tromey@redhat.com>
15657
15658 * gdb.ada/array_char_idx: New testcase.
15659
0740f8d8
TT
156602014-01-23 Tom Tromey <tromey@redhat.com>
15661
15662 PR python/16487:
15663 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
15664 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
15665 classes.
15666
21909fa1
TT
156672014-01-23 Tom Tromey <tromey@redhat.com>
15668
15669 PR python/16491:
15670 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
15671 string from an inferior frame.
15672 * gdb.python/py-framefilter-mi.exp: Update.
15673
87ce2a04
DE
156742014-01-22 Doug Evans <dje@google.com>
15675
15676 * gdb.server/server-mon.exp: Add tests for "set debug-format".
15677
237b092b
AA
156782014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15679
15680 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
15681
d674a709
AA
156822014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15683
15684 * gdb.trace/entry-values.exp: Remove excess space character from
15685 regex patterns. Handle s390 call instruction.
15686
20fa3390
AA
156872014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15688
15689 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
15690 define "*_start" label. Make "name" static.
15691 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
15692 ${name} by references to ${name}_start.
15693
78466714
AA
156942014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15695
15696 * gdb.base/info-macros.exp: Remove "debug" from the compile
15697 options.
15698
ec9f644a
IB
156992014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15700
15701 * gdb.dlang/demangle.exp: New file.
15702
94b1b47e
IB
157032014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15704
15705 * gdb.dlang/primitive-types.exp: New file.
15706
7f420862
IB
157072014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15708
15709 * configure.ac: Create gdb.dlang/Makefile.
15710 * configure: Regenerate.
15711 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
15712 * gdb.dlang/Makefile.in: New file.
15713 * lib/d-support.exp: New file.
15714 * lib/gdb.exp (skip_d_tests): New proc.
15715
52834460
MM
157162014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15717
15718 * gdb.btrace/delta.exp: Check reverse stepi.
15719 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
15720 * gdb.btrace/finish.exp: New.
15721 * gdb.btrace/next.exp: New.
15722 * gdb.btrace/nexti.exp: New.
15723 * gdb.btrace/record_goto.c: Add comments.
15724 * gdb.btrace/step.exp: New.
15725 * gdb.btrace/stepi.exp: New.
15726 * gdb.btrace/multi-thread-step.c: New.
15727 * gdb.btrace/multi-thread-step.exp: New.
15728 * gdb.btrace/rn-dl-bind.c: New.
15729 * gdb.btrace/rn-dl-bind.exp: New.
15730 * gdb.btrace/data.c: New.
15731 * gdb.btrace/data.exp: New.
15732 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15733
6e07b1d2
MM
157342014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15735
15736 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
15737 * gdb.btrace/exception.exp: Update.
15738 * gdb.btrace/instruction_history.exp: Update.
15739 * gdb.btrace/record_goto.exp: Update.
15740 * gdb.btrace/tailcall.exp: Update.
15741 * gdb.btrace/unknown_functions.exp: Update.
15742 * gdb.btrace/delta.exp: New.
15743
0b722aec
MM
157442014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15745
15746 * gdb.btrace/record_goto.exp: Add backtrace test.
15747 * gdb.btrace/tailcall.exp: Add backtrace test.
15748
066ce621
MM
157492014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15750
15751 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
15752 * gdb.btrace/record_goto.c: New.
15753 * gdb.btrace/record_goto.exp: New.
15754 * gdb.btrace/x86-record_goto.S: New.
15755
0688d04e
MM
157562014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15757
15758 * gdb.btrace/function_call_history.exp: Update tests.
15759 * gdb.btrace/instruction_history.exp: Update tests.
15760
8710b709
MM
157612014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15762
15763 * gdb.btrace/function_call_history.exp: Fix expected field
15764 order for "record function-call-history".
15765 Add new tests for "record function-call-history /c".
15766 * gdb.btrace/exception.cc: New.
15767 * gdb.btrace/exception.exp: New.
15768 * gdb.btrace/tailcall.exp: New.
15769 * gdb.btrace/x86-tailcall.S: New.
15770 * gdb.btrace/x86-tailcall.c: New.
15771 * gdb.btrace/unknown_functions.c: New.
15772 * gdb.btrace/unknown_functions.exp: New.
15773 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15774
5de9129b
MM
157752014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15776
15777 * gdb.btrace/instruction_history.exp: Update.
15778 * gdb.btrace/function_call_history.exp: Update.
15779
23a7fe75
MM
157802014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15781
15782 * gdb.btrace/function_call_history.exp: Fix expected function
15783 trace.
15784 * gdb.btrace/instruction_history.exp: Initialize traced.
15785 Remove traced_functions.
15786
724c7dd8
MM
157872014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15788
15789 * gdb.btrace/function_call_history.exp: Update
15790 * gdb.btrace/instruction_history.exp: Update.
15791
6d78d93b
MM
157922014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15793
15794 * gdb.btrace/enable.exp: Update expected text.
15795
93a360cc
OJ
157962014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
15797
15798 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
15799 bytes.
15800
3772b53f
MR
158012014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
15802
15803 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
15804
596662fa
OJ
158052014-01-15 Omair Javaid <omair.javaid@linaro.org>
15806
15807 * lib/gdb.exp (supports_process_record): Return true for
15808 arm*-linux*. (supports_reverse): Likewise.
15809
b5b08fb4
SC
158102014-01-13 Siva Chandra Reddy <sivachandra@google.com>
15811
15812 PR python/15464
15813 PR python/16113
15814 * gdb.python/py-type.c: Enhance test case.
15815 * gdb.python/py-value-cc.cc: Likewise
15816 * gdb.python/py-type.exp: Add new tests.
15817 * gdb.python/py-value-cc.exp: Likewise
15818
52d7fb13
AA
158192014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15820 Pedro Alves <palves@redhat.com>
15821
15822 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
15823 Make "name" extern.
15824 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
15825 references to ${name}_start by references to ${name}.
15826
a2cd8cfe
JB
158272014-01-10 Joel Brobecker <brobecker@adacore.com>
15828
15829 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
15830
4e23fced
JB
158312014-01-10 Joel Brobecker <brobecker@adacore.com>
15832
15833 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
15834
c6a9e42c
PA
158352014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
15836 Pedro Alves <palves@redhat.com>
15837
15838 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 15839 mi_gdb_target_load.
c6a9e42c 15840
b7ea362b
PA
158412014-01-08 Pedro Alves <palves@redhat.com>
15842
15843 * gdb.threads/reconnect-signal.c: New file.
15844 * gdb.threads/reconnect-signal.exp: New file.
15845
5e3f4fab
EBM
158462014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15847
15848 * gdb.base/source-dir.exp: New file.
15849
79301218
JB
158502014-01-07 Joel Brobecker <brobecker@adacore.com>
15851
15852 * gdb.ada/mi_interface: New testcase.
15853
8e355c5d
JB
158542014-01-07 Joel Brobecker <brobecker@adacore.com>
15855
15856 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
15857 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
15858 gdb.ada/pp-rec-component/pck.ads: New files.
15859
c0d48811
JB
158602014-01-07 Joel Brobecker <brobecker@adacore.com>
15861
15862 * gdb.python/py-pp-integral.c: New file.
15863 * gdb.python/py-pp-integral.py: New file.
15864 * gdb.python/py-pp-integral.exp: New file.
15865
17b609c3 15866For older changes see ChangeLog-1993-2013.
c906108c 15867\f
8d8cb839
EZ
15868;; Local Variables:
15869;; mode: change-log
15870;; left-margin: 8
15871;; fill-column: 74
15872;; version-control: never
15873;; End:
902f2ccb 15874
42a4f53d 15875 Copyright 2014-2019 Free Software Foundation, Inc.
902f2ccb
MC
15876 Copying and distribution of this file, with or without modification,
15877 are permitted provided the copyright notice and this notice are preserved.
This page took 5.368911 seconds and 4 git commands to generate.