]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/ChangeLog
Fix bit offset regression
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-10-09 Tom Tromey <tromey@adacore.com>
2
3 * gdb.ada/scalar_storage/storage.adb (Another_Range): New type.
4 (Rec): Add field. Fix range.
5 * gdb.ada/scalar_storage.exp: Update.
6
7 2020-10-09 Hannes Domani <ssbssa@yahoo.de>
8
9 PR exp/26714
10 * gdb.base/printcmds.exp: Add tests for void results.
11
12 2020-10-09 Jan Vrany <jan.vrany@labware.com>
13
14 * gdb.mi/mi-cmd-param-changed.exp: Check that notification is
15 is emmited for both 'set directories' and 'directory' commands.
16
17 2020-10-08 Tom Tromey <tom@tromey.com>
18
19 * gdb.base/style.exp: Check that "main"'s name is styled.
20
21 2020-10-07 Tom Tromey <tromey@adacore.com>
22
23 * gdb.base/find.exp: Rename some tests.
24
25 2020-10-06 Gary Benson <gbenson@redhat.com>
26
27 * gdb.base/list0.c (unused): Add __attribute__ ((used)).
28 * gdb.base/list1.c (unused): Likewise.
29
30 2020-10-06 Gary Benson <gbenson@redhat.com>
31
32 * gdb.base/list-ambiguous0.c (ambiguous_var): Add
33 __attribute__ ((used)).
34 * gdb.base/list-ambiguous1.c (ambiguous_var): Likewise.
35
36 2020-10-06 Andrew Burgess <andrew.burgess@embecosm.com>
37
38 * gdb.base/m32r.ld: Remove SEARCH_DIR line. Add MEMORY regions,
39 make use of regions throughout.
40 * gdb.base/overlays.exp: Enclose string with variableds in "..",
41 not {...}.
42 * gdb.base/ovlymgr.c: Add 'string.h' and 'stdlib.h' includes.
43
44 2020-10-05 Hannes Domani <ssbssa@yahoo.de>
45
46 * gdb.base/call-sc.c: Fix return struct on stack test case.
47 * gdb.base/call-sc.exp: Likewise.
48
49 2020-10-02 Gary Benson <gbenson@redhat.com>
50
51 * README: Fix "paralell".
52
53 2020-09-30 Gary Benson <gbenson@redhat.com>
54
55 * gdb.dwarf2/dw2-double-set-die-type.S (.Ldie_3e0):
56 Convert directive to lowercase.
57 (.Labbrev1_begin): Add missing label.
58 (abbrev code 0x1): Remove DW_AT_stmt_list.
59 (.Ldie_b): Likewise.
60
61 2020-09-27 Tom Tromey <tom@tromey.com>
62
63 * gdb.tui/new-layout.exp: Use with_test_prefix.
64
65 2020-09-26 Gareth Rees <grees@undo.io> (tiny change)
66
67 PR python/26586
68 * gdb.python/python.exp: add test cases for the from_tty
69 argument to gdb.execute.
70
71 2020-09-25 Gary Benson <gbenson@redhat.com>
72
73 * gdb.base/infcall-nested-structs.exp.tcl: Add
74 additional_flags=-Wno-tautological-compare for C++
75 tests when compiling using Clang.
76
77 2020-09-25 Gary Benson <gbenson@redhat.com>
78
79 * lib/gdb.exp (gdb_compile): Pass "-x c++" earlier, and only
80 for .c files.
81
82 2020-09-24 Tom Tromey <tromey@adacore.com>
83
84 PR tui/26638:
85 * gdb.tui/list.exp: Check output of "focus next".
86
87 2020-09-23 Tom Tromey <tom@tromey.com>
88
89 * gdb.dwarf2/intbits.exp: New file.
90 * gdb.dwarf2/intbits.c: New file.
91
92 2020-09-20 Pedro Alves <pedro@palves.net>
93
94 * lib/mi-support.exp (mi_uncatched_gdb_exit) Switch to the main
95 spawn_id before calling remote_close. Close secondary MI channel.
96
97 2020-09-20 Pedro Alves <pedro@palves.net>
98
99 * gdb.base/testenv.exp (find_env): Bail out if printing 'envp[$i]'
100 fails.
101
102 2020-09-19 Andrew Burgess <andrew.burgess@embecosm.com>
103
104 * gdb.fortran/array-slices.exp: Update expected results.
105 * gdb.fortran/class-allocatable-array.exp: Likewise.
106 * gdb.fortran/multi-dim.exp: Likewise.
107 * gdb.fortran/vla-type.exp: Likewise.
108 * gdb.mi/mi-vla-fortran.exp: Likewise.
109
110 2020-09-18 Victor Collod <vcollod@nvidia.com>
111
112 PR gdb/26635
113 * gdb.arch/amd64-prologue-skip-cf-protection.exp: Make the test
114 compatible with i386, and move it to...
115 * gdb.arch/i386-prologue-skip-cf-protection.exp: ... here.
116 * gdb.arch/amd64-prologue-skip-cf-protection.c: Move to...
117 * gdb.arch/i386-prologue-skip-cf-protection.c: ... here.
118
119 2020-09-18 Pedro Alves <pedro@palves.net>
120
121 PR gdb/26631
122 * gdb.multi/multi-target-thread-find.exp: New file.
123
124 2020-09-18 Pedro Alves <pedro@palves.net>
125
126 * gdb.multi/multi-target-continue.exp: New file, factored out from
127 multi-target.exp.
128 * gdb.multi/multi-target-info-inferiors.exp: New file, factored out from
129 multi-target.exp.
130 * gdb.multi/multi-target-interrupt.exp: New file, factored out from
131 multi-target.exp.
132 * gdb.multi/multi-target-no-resumed.exp: New file, factored out from
133 multi-target.exp.
134 * gdb.multi/multi-target-ping-pong-next.exp: New file, factored out from
135 multi-target.exp.
136 * gdb.multi/multi-target.exp.tcl: New file, factored out from
137 multi-target.exp.
138 * gdb.multi/multi-target.exp: Delete.
139
140 2020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
141
142 * gdb.fortran/array-slices.exp: Add missing message data.
143
144 2020-09-17 Pedro Alves <pedro@palves.net>
145
146 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
147
148 2020-09-17 Pedro Alves <pedro@palves.net>
149
150 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
151 full prototype.
152
153 2020-09-17 Pedro Alves <pedro@palves.net>
154
155 * gdb.python/py-as-string.c: Add cast.
156
157 2020-09-17 Pedro Alves <pedro@palves.net>
158
159 * gdb.base/sizeof.c (fill): Add cast.
160
161 2020-09-17 Pedro Alves <pedro@palves.net>
162
163 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
164
165 2020-09-17 Pedro Alves <pedro@palves.net>
166
167 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
168 linkage name.
169 * gdb.base/prologue.exp: Use print /d.
170 * gdb.base/symbol-alias.exp: Handle C++ output.
171 * gdb.base/symbol-alias2.c: Handle C++ output.
172 [__cplusplus] (func): Explicitly specify linkage name.
173
174 2020-09-17 Pedro Alves <pedro@palves.net>
175
176 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
177 (struct my_key_t): ... this. Adjust all references.
178 (struct value_t): Rename to ...
179 (struct my_value_t): ... this. Adjust all references.
180 (create_map, add_map_element, create_map_map)
181 (add_map_map_element): Add casts.
182
183 2020-09-17 Pedro Alves <pedro@palves.net>
184
185 * gdb.python/py-framefilter-mi.c (funca): Add casts.
186 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
187
188 2020-09-17 Pedro Alves <pedro@palves.net>
189
190 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
191
192 2020-09-17 Pedro Alves <pedro@palves.net>
193
194 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
195 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
196 (charfoo, intfoo): Define full prototype.
197 * gdb.base/ptype1.c (charfoo): Define full prototype.
198 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
199 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
200
201 2020-09-17 Pedro Alves <pedro@palves.net>
202
203 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
204 Don't define.
205 (utf_32_string): Compile for both C and C++.
206 * gdb.base/charset.exp: Use "print /d".
207
208 2020-09-17 Pedro Alves <pedro@palves.net>
209
210 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
211 (nullptr): Rename to ...
212 (null_ptr): ... this.
213 * gdb.base/watchpoint.exp: Adjust to rename.
214
215 2020-09-17 Pedro Alves <pedro@palves.net>
216
217 * gdb.base/printcmds.c (three, flag_enum_without_zero)
218 (three_not_flag): Add casts.
219
220 2020-09-17 Pedro Alves <pedro@palves.net>
221
222 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
223 char array.
224 (main): Add references to Barrier, TestStrings, TestStringsH and
225 TestStringsW.
226 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
227 and expect a full prototype in C++.
228
229 2020-09-17 Pedro Alves <pedro@palves.net>
230
231 * gdb.base/nested-addr.c (main): Add cast.
232 * gdb.base/nested-addr.exp: Use "print /d".
233
234 2020-09-17 Pedro Alves <pedro@palves.net>
235
236 * gdb.base/break.exp (func): New. Use it throughout when
237 expecting a function name.
238
239 2020-09-17 Pedro Alves <pedro@palves.net>
240
241 * gdb.base/display.exp: Issue "set print asm-demangle on".
242
243 2020-09-17 Pedro Alves <pedro@palves.net>
244
245 * gdb.base/find.c: Include <string.h>.
246 (init_bufs): Add cast.
247 * gdb.base/find.exp: Issue "set print asm-demangle on".
248
249 2020-09-16 Tom Tromey <tromey@adacore.com>
250
251 PR gdb/26598:
252 * gdb.base/skipcxx.exp: New file.
253 * gdb.base/skipcxx.cc: New file.
254
255 2020-09-16 Tom de Vries <tdevries@suse.de>
256
257 PR testsuite/26617
258 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
259 WITH_DEBUG_SECTIONS is defined.
260 (xstr, str): New macro.
261 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
262 to get start and size of _Dmain.
263 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
264 using additional_flags.
265
266 2020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
267
268 * gdb.base/bp-cmds-sourced-script.c: New file.
269 * gdb.base/bp-cmds-sourced-script.exp: New test.
270 * gdb.base/bp-cmds-sourced-script.gdb: New file.
271
272 2020-09-16 Tom de Vries <tdevries@suse.de>
273
274 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
275 get the gdb prompt after issuing "monitor exit".
276
277 2020-09-16 Tom de Vries <tdevries@suse.de>
278
279 PR testsuite/26624
280 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
281
282 2020-09-16 Tom de Vries <tdevries@suse.de>
283
284 PR testsuite/26618
285 * gdb.tui/new-layout.exp: Escape unbalanced braces.
286
287 2020-09-15 Tom Tromey <tromey@adacore.com>
288
289 PR rust/26197:
290 * lib/rust-support.exp (rust_llvm_version): New proc.
291 * gdb.rust/simple.exp: Check rust_llvm_version.
292
293 2020-09-14 Tom de Vries <tdevries@suse.de>
294
295 * gdb.rust/traits.exp: Fix PATH warning.
296
297 2020-09-13 Pedro Alves <pedro@palves.net>
298
299 * gdb.base/catch-follow-exec.c (main): Add explicit return
300 statement.
301 * gdb.base/catch-signal.c (main): Likewise.
302 * gdb.base/condbreak-call-false.c (main): Likewise.
303 * gdb.base/consecutive.c (main): Add explicit return
304 statement and return type.
305 * gdb.base/cursal.c (main): Add explicit return statement.
306 * gdb.base/cvexpr.c (main): Likewise.
307 * gdb.base/display.c (main): Add explicit return statement and
308 return type.
309 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
310 * gdb.base/endianity.c (main): Likewise.
311 * gdb.base/execd-prog.c (main): Likewise.
312 * gdb.base/gdb1090.c (main): Likewise.
313 * gdb.base/info_qt.c (main): Likewise.
314 * gdb.base/lineinc.c (main): Likewise.
315 * gdb.base/load-command.c (main): Likewise.
316 * gdb.base/macscp1.c (main): Likewise.
317 * gdb.base/pr10179-a.c (main): Likewise.
318 * gdb.base/quit-live.c (main): Likewise.
319 * gdb.base/scope0.c (main): Likewise.
320 * gdb.base/settings.c (main): Likewise.
321 * gdb.base/stack-checking.c (main): Return int.
322 * gdb.base/varargs.c (main): Add explicit return statement.
323 * gdb.cp/ambiguous.cc (main): Likewise.
324 * gdb.cp/anon-struct.cc (main): Likewise.
325 * gdb.cp/anon-union.cc (main): Likewise.
326 * gdb.cp/bool.cc (main): Likewise.
327 * gdb.cp/bs15503.cc (main): Likewise.
328 * gdb.cp/cplusfuncs.cc (main): Likewise.
329 * gdb.cp/cttiadd.cc (main): Likewise.
330 * gdb.cp/extern-c.cc (main): Likewise.
331 * gdb.cp/filename.cc (main): Likewise.
332 * gdb.cp/formatted-ref.cc (main): Likewise.
333 * gdb.cp/mb-ctor.cc (main): Likewise.
334 * gdb.cp/member-ptr.cc (main): Likewise.
335 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
336 * gdb.cp/overload-const.cc (main): Likewise.
337 * gdb.cp/paren-type.cc (main): Likewise.
338 * gdb.cp/parse-lang.cc (main): Likewise.
339 * gdb.cp/pr-1023.cc (main): Likewise.
340 * gdb.cp/psmang1.cc (main): Likewise.
341 * gdb.cp/readnow-language.cc (main): Likewise.
342 * gdb.cp/ref-params.cc (main): Likewise.
343 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
344 * gdb.cp/virtbase2.cc (main): Likewise.
345 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
346 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
347 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
348 * gdb.mi/mi-console.c (main): Likewise.
349 * gdb.mi/mi-read-memory.c (main): Likewise.
350 * gdb.modula2/multidim.c (main): Likewise.
351 * gdb.opt/inline-small-func.c (main): Likewise.
352 * gdb.python/py-rbreak.c (main): Likewise.
353 * gdb.stabs/exclfwd1.c (main): Likewise.
354 * gdb.trace/qtro.c (main): Likewise.
355
356 2020-09-13 Pedro Alves <pedro@palves.net>
357
358 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
359 instead of getenv.
360
361 2020-09-13 Pedro Alves <pedro@palves.net>
362
363 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
364 instead of spawning GDB with remote_spawn.
365 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
366 gdb_spawn instead of spawning GDB with remote_spawn.
367
368 2020-09-13 Pedro Alves <pedro@palves.net>
369
370 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
371 file and add calls to first and second.
372 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
373 add call to f.
374
375 2020-09-13 Pedro Alves <pedro@palves.net>
376
377 * gdb.mi/mi-break-qualified.cc: New file.
378 * gdb.mi/mi-break-qualified.exp: New file.
379 * lib/mi-support.exp (mi_create_breakpoint_multi)
380 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
381 procedures.
382 (mi_create_breakpoint_1): New, factored out from
383 mi_create_breakpoint.
384
385 2020-09-13 Pedro Alves <pedro@palves.net>
386
387 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
388 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
389 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
390 (register_class): Delete.
391 (main): Don't call register_class.
392
393 2020-09-13 Pedro Alves <pedro@palves.net>
394
395 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
396 (do_tests): Remove "calling method for small class" test.
397 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
398 (register_class): Delete.
399 (main): Don't call register_class.
400 * gdb.cp/call-method-register.exp: New file, based on bits removed
401 from classes.exp.
402 * gdb.cp/call-method-register.cc: New file, based on bits removed
403 from classes.cc.
404
405 2020-09-13 Pedro Alves <pedro@palves.net>
406
407 * gdb.base/msym-bp-2.c: New.
408 * gdb.base/msym-bp-shl-lib.c: New file.
409 * gdb.base/msym-bp-shl-main-2.c: New file.
410 * gdb.base/msym-bp-shl-main.c: New file.
411 * gdb.base/msym-bp-shl.exp: New file.
412 * gdb.base/msym-bp.c: New file.
413 * gdb.base/msym-bp.exp: New file.
414
415 2020-09-13 Joel Brobecker <brobecker@adacore.com>
416
417 * gdb.base/default.exp: Change $_gdb_major to 11.
418
419 2020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
420 Felix Willgerodt <Felix.Willgerodt@intel.com>
421
422 * x86-avx512bf16.c: New file.
423 * x86-avx512bf16.exp: Likewise.
424 * lib/gdb.exp (skip_avx512bf16_tests): New function.
425
426 2020-09-11 Tom de Vries <tdevries@suse.de>
427
428 PR exp/26602
429 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
430
431 2020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
432
433 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
434
435 2020-09-10 Alan Modra <amodra@gmail.com>
436
437 PR 26597
438 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
439
440 2020-09-08 Tom de Vries <tdevries@suse.de>
441
442 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
443 after gdb_starti_cmd.
444
445 2020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
446
447 * lib/fortran.exp (fortran_complex8): New proc.
448 (fortran_complex16): New proc.
449 * gdb.fortran/complex.exp: Use routines from fortran.exp
450 * gdb.fortran/pointer-to-pointer.exp: Likewise.
451 * gdb.fortran/vla-ptr-info.exp: Likewise.
452
453 2020-09-03 Tom de Vries <tdevries@suse.de>
454
455 PR breakpoint/26546
456 * gdb.base/label-without-address.exp: Runto main first.
457
458 2020-09-02 Tom Tromey <tromey@adacore.com>
459
460 * gdb.ada/mi_var_access.exp: Test children of access variable.
461 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
462 * gdb.ada/mi_var_array.exp: Update.
463
464 2020-08-31 Kevin Buettner <kevinb@redhat.com>
465
466 * gdb.base/corefile.exp (warning-free): XFAIL test when running
467 on docker w/ AUFS storage driver.
468
469 2020-08-31 Kevin Buettner <kevinb@redhat.com>
470
471 * gdb.base/corefile2.exp (renamed binfile): New tests.
472
473 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
474
475 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
476
477 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
478
479 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
480 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
481
482 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
483
484 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
485 output, printing a "not saved" value from history and printing a
486 convenience variable created from a "not saved" value.
487
488 2020-08-31 Tom de Vries <tdevries@suse.de>
489
490 * gdb.base/eh_return.exp: Use nopie.
491
492 2020-08-28 Pedro Alves <pedro@palves.net>
493
494 * gdb.base/advance-until-multiple-locations.exp
495 (advance_overload, until_overload): Adjust to match the
496 frame/function header instead of the source line text.
497
498 2020-08-28 Tom de Vries <tdevries@suse.de>
499
500 * gdb.base/label-without-address.c: New test.
501 * gdb.base/label-without-address.exp: New file.
502
503 2020-08-27 Pedro Alves <pedro@palves.net>
504
505 PR gdb/26523
506 PR gdb/26524
507 * gdb.base/advance-until-multiple-locations.cc: New.
508 * gdb.base/advance-until-multiple-locations.exp: New.
509
510 2020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
511
512 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
513
514 2020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
515
516 * gdb.arch/amd64-byte.exp: Make test names unique, use
517 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
518 * gdb.arch/amd64-dword.exp: Likewise.
519 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
520 * gdb.arch/amd64-stap-special-operands.exp: Make test names
521 unique.
522 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
523 * gdb.arch/amd64-word.exp: Make test names unique, use
524 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
525 * gdb.arch/i386-byte.exp: Make test names unique, use
526 gdb_breakpoint.
527 * gdb.arch/i386-word.exp: Likewise.
528
529 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
530
531 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
532
533 2020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
534
535 PR gdb/26532
536 * gdb.threads/stepi-random-signal.exp: Update pattern.
537
538 2020-08-25 Simon Marchi <simon.marchi@efficios.com>
539
540 PR gdb/26532
541 * gdb.base/ui-redirect.exp: Update pattern.
542
543 2020-08-25 Gary Benson <gbenson@redhat.com>
544
545 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
546 when compiling with clang.
547 * gdb.dwarf2/dw2-restore.exp: Likewise.
548
549 2020-08-25 Gary Benson <gbenson@redhat.com>
550
551 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
552 Add additional_flags=-Wno-inaccessible-base when compiling
553 with GCC >= 10.1 or clang. Add additional_flags=-w when
554 compiling with GCC < 10.
555
556 2020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
557
558 PR m2/26372
559 * gdb.modula2/multidim.c: New file.
560 * gdb.modula2/multidim.exp: New file.
561
562 2020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
563
564 * lib/gdb.exp (runto): Always emit fail on internal error.
565
566 2020-08-24 Simon Marchi <simon.marchi@efficios.com>
567
568 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
569 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
570 Likewise.
571 * gdb.threads/stepi-random-signal.exp: Likewise.
572
573 2020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
574
575 * gdb.base/print-file-var.exp: Fix typo "breapoint".
576 * gdb.trace/strace.exp: Ditto.
577
578 2020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
579
580 * gdb.fortran/vla-type.exp: Skip commands not required for
581 the Flang compiled binaries after prologue fix.
582
583 2020-08-17 Tom de Vries <tdevries@suse.de>
584 Tom Tromey <tromey@adacore.com>
585
586 PR rust/26197:
587 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
588
589 2020-08-17 Tom Tromey <tromey@adacore.com>
590
591 * gdb.ada/mi_var_access.exp: New file.
592 * gdb.ada/mi_var_access/mi_access.adb: New file.
593 * gdb.ada/mi_var_access/pck.adb: New file.
594 * gdb.ada/mi_var_access/pck.ads: New file.
595
596 2020-08-16 Tom de Vries <tdevries@suse.de>
597
598 PR gdb/25350
599 * gdb.base/eh_return.c: New test.
600 * gdb.base/eh_return.exp: New file.
601
602 2020-08-15 Tom de Vries <tdevries@suse.de>
603
604 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
605 (mixed_func_1d_): Use fortran_charlen_t in decl.
606
607 2020-08-15 Tom de Vries <tdevries@suse.de>
608
609 PR backtrace/26390
610 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
611 Update expected pattern.
612
613 2020-08-13 Pedro Alves <pedro@palves.net>
614
615 * gdb.fortran/complex.exp: Check skip_fortran_tests.
616 * gdb.fortran/library-module.exp: Likewise.
617 * gdb.fortran/logical.exp: Likewise.
618 * gdb.fortran/module.exp: Likewise.
619 * gdb.fortran/print_type.exp: Likewise.
620 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
621 * gdb.fortran/vla-datatypes.exp: Likewise.
622 * gdb.fortran/vla-history.exp: Likewise.
623 * gdb.fortran/vla-ptr-info.exp: Likewise.
624 * gdb.fortran/vla-ptype-sub.exp: Likewise.
625 * gdb.fortran/vla-ptype.exp: Likewise.
626 * gdb.fortran/vla-sizeof.exp: Likewise.
627 * gdb.fortran/vla-type.exp: Likewise.
628 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
629 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
630 * gdb.fortran/vla-value-sub.exp: Likewise.
631 * gdb.fortran/vla-value.exp: Likewise.
632
633 2020-08-13 Pedro Alves <pedro@palves.net>
634
635 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
636 * gdb.ada/access_to_packed_array.exp: Likewise.
637 * gdb.ada/access_to_unbounded_array.exp: Likewise.
638 * gdb.ada/addr_arith.exp: Likewise.
639 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
640 * gdb.ada/arr_arr.exp: Likewise.
641 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
642 * gdb.ada/array_bounds.exp: Likewise.
643 * gdb.ada/array_of_variable_length.exp: Likewise.
644 * gdb.ada/array_ptr_renaming.exp: Likewise.
645 * gdb.ada/array_subscript_addr.exp: Likewise.
646 * gdb.ada/arraydim.exp: Likewise.
647 * gdb.ada/arrayparam.exp: Likewise.
648 * gdb.ada/arrayptr.exp: Likewise.
649 * gdb.ada/assign_1.exp: Likewise.
650 * gdb.ada/assign_arr.exp: Likewise.
651 * gdb.ada/atomic_enum.exp: Likewise.
652 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
653 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
654 * gdb.ada/bias.exp: Likewise.
655 * gdb.ada/boolean_expr.exp: Likewise.
656 * gdb.ada/bp_c_mixed_case.exp: Likewise.
657 * gdb.ada/bp_enum_homonym.exp: Likewise.
658 * gdb.ada/bp_inlined_func.exp: Likewise.
659 * gdb.ada/bp_on_var.exp: Likewise.
660 * gdb.ada/bp_range_type.exp: Likewise.
661 * gdb.ada/bp_reset.exp: Likewise.
662 * gdb.ada/call_pn.exp: Likewise.
663 * gdb.ada/catch_assert_if.exp: Likewise.
664 * gdb.ada/catch_ex.exp: Likewise.
665 * gdb.ada/catch_ex_std.exp: Likewise.
666 * gdb.ada/char_enum.exp: Likewise.
667 * gdb.ada/char_param.exp: Likewise.
668 * gdb.ada/complete.exp: Likewise.
669 * gdb.ada/cond_lang.exp: Likewise.
670 * gdb.ada/convvar_comp.exp: Likewise.
671 * gdb.ada/dgopt.exp: Likewise.
672 * gdb.ada/disc_arr_bound.exp: Likewise.
673 * gdb.ada/display_nested.exp: Likewise.
674 * gdb.ada/dot_all.exp: Likewise.
675 * gdb.ada/dyn_loc.exp: Likewise.
676 * gdb.ada/dyn_stride.exp: Likewise.
677 * gdb.ada/excep_handle.exp: Likewise.
678 * gdb.ada/expr_delims.exp: Likewise.
679 * gdb.ada/expr_with_funcall.exp: Likewise.
680 * gdb.ada/exprs.exp: Likewise.
681 * gdb.ada/fin_fun_out.exp: Likewise.
682 * gdb.ada/fixed_cmp.exp: Likewise.
683 * gdb.ada/formatted_ref.exp: Likewise.
684 * gdb.ada/frame_arg_lang.exp: Likewise.
685 * gdb.ada/frame_args.exp: Likewise.
686 * gdb.ada/fullname_bp.exp: Likewise.
687 * gdb.ada/fun_addr.exp: Likewise.
688 * gdb.ada/fun_in_declare.exp: Likewise.
689 * gdb.ada/fun_overload_menu.exp: Likewise.
690 * gdb.ada/fun_renaming.exp: Likewise.
691 * gdb.ada/funcall_char.exp: Likewise.
692 * gdb.ada/funcall_param.exp: Likewise.
693 * gdb.ada/funcall_ptr.exp: Likewise.
694 * gdb.ada/funcall_ref.exp: Likewise.
695 * gdb.ada/homonym.exp: Likewise.
696 * gdb.ada/info_addr_mixed_case.exp: Likewise.
697 * gdb.ada/info_auto_lang.exp: Likewise.
698 * gdb.ada/info_exc.exp: Likewise.
699 * gdb.ada/info_types.exp: Likewise.
700 * gdb.ada/int_deref.exp: Likewise.
701 * gdb.ada/interface.exp: Likewise.
702 * gdb.ada/iwide.exp: Likewise.
703 * gdb.ada/lang_switch.exp: Likewise.
704 * gdb.ada/length_cond.exp: Likewise.
705 * gdb.ada/maint_with_ada.exp: Likewise.
706 * gdb.ada/mi_catch_assert.exp: Likewise.
707 * gdb.ada/mi_catch_ex.exp: Likewise.
708 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
709 * gdb.ada/mi_dyn_arr.exp: Likewise.
710 * gdb.ada/mi_ex_cond.exp: Likewise.
711 * gdb.ada/mi_exc_info.exp: Likewise.
712 * gdb.ada/mi_interface.exp: Likewise.
713 * gdb.ada/mi_prot.exp: Likewise.
714 * gdb.ada/mi_ref_changeable.exp: Likewise.
715 * gdb.ada/mi_string_access.exp: Likewise.
716 * gdb.ada/mi_task_arg.exp: Likewise.
717 * gdb.ada/mi_task_info.exp: Likewise.
718 * gdb.ada/mi_var_array.exp: Likewise.
719 * gdb.ada/mi_var_union.exp: Likewise.
720 * gdb.ada/mi_variant.exp: Likewise.
721 * gdb.ada/minsyms.exp: Likewise.
722 * gdb.ada/mod_from_name.exp: Likewise.
723 * gdb.ada/nested.exp: Likewise.
724 * gdb.ada/null_array.exp: Likewise.
725 * gdb.ada/optim_drec.exp: Likewise.
726 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
727 * gdb.ada/packed_array_assign.exp: Likewise.
728 * gdb.ada/packed_tagged.exp: Likewise.
729 * gdb.ada/pp-rec-component.exp: Likewise.
730 * gdb.ada/print_chars.exp: Likewise.
731 * gdb.ada/print_pc.exp: Likewise.
732 * gdb.ada/ptr_typedef.exp: Likewise.
733 * gdb.ada/ptype_arith_binop.exp: Likewise.
734 * gdb.ada/ptype_array.exp: Likewise.
735 * gdb.ada/ptype_field.exp: Likewise.
736 * gdb.ada/ptype_tagged_param.exp: Likewise.
737 * gdb.ada/ptype_union.exp: Likewise.
738 * gdb.ada/py_range.exp: Likewise.
739 * gdb.ada/py_taft.exp: Likewise.
740 * gdb.ada/rdv_wait.exp: Likewise.
741 * gdb.ada/rec_comp.exp: Likewise.
742 * gdb.ada/rec_return.exp: Likewise.
743 * gdb.ada/ref_param.exp: Likewise.
744 * gdb.ada/ref_tick_size.exp: Likewise.
745 * gdb.ada/rename_subscript_param.exp: Likewise.
746 * gdb.ada/repeat_dyn.exp: Likewise.
747 * gdb.ada/same_component_name.exp: Likewise.
748 * gdb.ada/same_enum.exp: Likewise.
749 * gdb.ada/scalar_storage.exp: Likewise.
750 * gdb.ada/set_wstr.exp: Likewise.
751 * gdb.ada/small_reg_param.exp: Likewise.
752 * gdb.ada/str_binop_equal.exp: Likewise.
753 * gdb.ada/str_ref_cmp.exp: Likewise.
754 * gdb.ada/str_uninit.exp: Likewise.
755 * gdb.ada/sub_variant.exp: Likewise.
756 * gdb.ada/sym_print_name.exp: Likewise.
757 * gdb.ada/taft_type.exp: Likewise.
758 * gdb.ada/tagged.exp: Likewise.
759 * gdb.ada/tagged_access.exp: Likewise.
760 * gdb.ada/task_bp.exp: Likewise.
761 * gdb.ada/task_switch_in_core.exp: Likewise.
762 * gdb.ada/tasks.exp: Likewise.
763 * gdb.ada/tick_last_segv.exp: Likewise.
764 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
765 * gdb.ada/type_coercion.exp: Likewise.
766 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
767 * gdb.ada/unchecked_union.exp: Likewise.
768 * gdb.ada/uninitialized_vars.exp: Likewise.
769 * gdb.ada/var_arr_attrs.exp: Likewise.
770 * gdb.ada/var_arr_typedef.exp: Likewise.
771 * gdb.ada/var_rec_arr.exp: Likewise.
772 * gdb.ada/variant-record.exp: Likewise.
773 * gdb.ada/variant.exp: Likewise.
774 * gdb.ada/variant_record_packed_array.exp: Likewise.
775 * gdb.ada/varsize_limit.exp: Likewise.
776 * gdb.ada/whatis_array_val.exp: Likewise.
777 * gdb.ada/widewide.exp: Likewise.
778 * gdb.ada/win_fu_syms.exp: Likewise.
779
780 2020-08-12 Gary Benson <gbenson@redhat.com>
781
782 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
783
784 2020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
785
786 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
787 unset the array variable.
788
789 2020-08-03 Tom de Vries <tdevries@suse.de>
790
791 PR symtab/26333
792 * lib/dwarf.exp (DW_LNE_user): New proc.
793 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
794 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
795
796 2020-07-31 Kevin Buettner <kevinb@redhat.com>
797
798 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
799 to 'uintptr_t'
800 (inttypes.h): Include.
801
802 2020-07-31 Kevin Buettner <kevinb@redhat.com>
803
804 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
805 (C5_24k): Delete.
806 (C5_8k, C5_64k, C5_256k): New macros.
807 (buf_ro): Allocate 256 KiB of initialized data.
808
809 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
810
811 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
812 that attempt to overwrite an existing condition with a condition
813 that fails parsing and also with a condition that parses fine
814 but contains junk at the end.
815
816 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
817
818 * gdb.base/condbreak-bad.c: New test.
819 * gdb.base/condbreak-bad.exp: New file.
820
821 2020-07-30 Tom de Vries <tdevries@suse.de>
822
823 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
824 out of ...
825 (GDBInfoModuleSymbols::check_entry): ... here.
826 (GDBInfoModuleSymbols::check_optional_entry): New proc.
827 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
828 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
829
830 2020-07-30 Tom de Vries <tdevries@suse.de>
831
832 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
833 "__class_some_module_Number_t" optional.
834
835 2020-07-29 Tom de Vries <tdevries@suse.de>
836
837 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
838 multiple locations.
839
840 2020-07-29 Tom de Vries <tdevries@suse.de>
841
842 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
843 rather than function name.
844
845 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
846
847 PR symtab/26270:
848 * gdb.cp/disasm-func-name.cc: New file.
849 * gdb.cp/disasm-func-name.exp: New file.
850
851 2020-07-28 Tom Tromey <tromey@adacore.com>
852
853 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
854 'varval' location.
855
856 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
857
858 * gdb.python/py-unwind.py: Update to make use of a register
859 descriptor.
860
861 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
862
863 * gdb.python/py-arch-reg-names.exp: Add additional tests.
864
865 2020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
866
867 PR fortran/23051
868 PR fortran/26139
869 * gdb.fortran/class-allocatable-array.exp: New file.
870 * gdb.fortran/class-allocatable-array.f90: New file.
871 * gdb.fortran/pointer-to-pointer.exp: New file.
872 * gdb.fortran/pointer-to-pointer.f90: New file.
873
874 2020-07-25 Tom de Vries <tdevries@suse.de>
875
876 PR symtab/26243
877 * gdb.dwarf2/dw2-line-number-zero.c: New test.
878 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
879
880 2020-07-24 Tom de Vries <tdevries@suse.de>
881
882 PR testsuite/26293
883 * gdb.ada/mi_prot.exp: Require gnatmake-8.
884
885 2020-07-23 Pedro Alves <pedro@palves.net>
886
887 * gdb.server/server-kill.exp (prepare): New, factored out from the
888 top level.
889 (kill_server): New.
890 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
891 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
892
893 2020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
894
895 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
896
897 2020-07-22 Sandra Loosemore <sandra@codesourcery.com>
898
899 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
900 Initialize to empty string at top level.
901 (gdb_wrapper_init): Revert check for file existence on build.
902 Build the wrapper in its default place, not a build-specific
903 location. When host == build, make the pathname absolute.
904 (gdb_compile): Delete leftover declaration of
905 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
906 string instead of uninitialized.
907
908 2020-07-22 Kevin Buettner <kevinb@redhat.com>
909
910 * gdb.base/corefile2.exp: New file.
911 * gdb.base/coremaker2.exp: New file.
912
913 2020-07-22 Kevin Buettner <kevinb@redhat.com>
914
915 * gdb.base/coredump-filter.exp: Add second
916 non-Private-Shared-Anon-File test.
917 (test_disasm): Rename binfile for test which is expected
918 to fail.
919
920 2020-07-22 Kevin Buettner <kevinb@redhat.com>
921
922 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
923 data in core file".
924 * gdb.base/coremaker.c (buf2ro): New global.
925 (mmapdata): Add a read-only mmap mapping.
926
927 2020-07-22 Kevin Buettner <kevinb@redhat.com>
928
929 PR corefiles/25631
930 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
931 New test.
932 * gdb.base/coremaker.c (buf3): New global.
933 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
934 flags.
935
936 2020-07-22 Kevin Buettner <kevinb@redhat.com>
937
938 * gdb.base/coremaker.c (filler_ro): New global constant.
939
940 2020-07-22 Tom Tromey <tromey@adacore.com>
941
942 * gdb.ada/mi_prot.exp: New file.
943 * gdb.ada/mi_prot/pkg.adb: New file.
944 * gdb.ada/mi_prot/pkg.ads: New file.
945 * gdb.ada/mi_prot/prot.adb: New file.
946
947 2020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
948
949 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
950 loads two JITers.
951
952 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
953
954 * gdb.python/py-arch-reg-groups.exp: Additional tests.
955
956 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
957
958 * gdb.python/py-arch-reg-names.exp: Additional tests.
959
960 2020-07-21 Tom de Vries <tdevries@suse.de>
961
962 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
963 breakpoint locations".
964 * gdb.reverse/solib-reverse.exp: Same.
965
966 2020-07-21 Tom de Vries <tdevries@suse.de>
967
968 * gdb.reverse/step-reverse.c (callee): Merge statements.
969
970 2020-07-21 Tom de Vries <tdevries@suse.de>
971
972 * gdb.fortran/info-modules.exp (info module variables): Allow missing
973 line numbers for some variables.
974
975 2020-07-21 Tom de Vries <tdevries@suse.de>
976
977 * gdb.opt/inline-locals.c (init_array): New func.
978 (func1): Use init_array.
979 * gdb.opt/inline-locals.exp: Update pattern.
980
981 2020-07-21 Tom de Vries <tdevries@suse.de>
982
983 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
984 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
985
986 2020-07-20 Ludovic Courtès <ludo@gnu.org>
987
988 * gdb.guile/source2.scm: Add #f first argument to 'format'.
989 * gdb.guile/types-module.exp: Remove "ERROR:" from
990 regexps since Guile 3.0 no longer prints that.
991
992 2020-07-20 Ludovic Courtès <ludo@gnu.org>
993
994 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
995 error regexp to match on Guile 2.2.
996
997 2020-07-20 Gary Benson <gbenson@redhat.com>
998
999 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
1000 with clang.
1001
1002 2020-07-20 Tom de Vries <tdevries@suse.de>
1003
1004 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
1005 (omp_set_lock_in_order): New function.
1006 (single_scope, multi_scope, nested_func, nested_parallel): Use
1007 omp_set_lock_in_order and omp_unset_lock.
1008 (main): Init and destroy lock and lock2.
1009
1010 2020-07-20 Tom de Vries <tdevries@suse.de>
1011
1012 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
1013
1014 2020-07-20 Tom de Vries <tdevries@suse.de>
1015
1016 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
1017
1018 2020-07-17 Tom de Vries <tdevries@suse.de>
1019
1020 * gdb.base/valgrind-infcall-2.c: New test.
1021 * gdb.base/valgrind-infcall-2.exp: New file.
1022 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
1023
1024 2020-07-17 Tom de Vries <tdevries@suse.de>
1025
1026 * gdb.dlang/circular.c (found): Use found_label as label name.
1027 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
1028 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
1029 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
1030 * gdb.dwarf2/ada-linkage-name.exp: Same.
1031 * gdb.dwarf2/arr-subrange.exp: Same.
1032 * gdb.dwarf2/atomic-type.exp: Same.
1033 * gdb.dwarf2/comp-unit-lang.exp: Same.
1034 * gdb.dwarf2/cpp-linkage-name.exp: Same.
1035 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
1036 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
1037 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
1038 * gdb.dwarf2/implptr-64bit.exp: Same.
1039 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
1040 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
1041 * gdb.dwarf2/imported-unit.exp: Same.
1042 * gdb.dwarf2/main-subprogram.exp: Same.
1043 * gdb.dwarf2/missing-type-name.exp: Same.
1044 * gdb.dwarf2/nonvar-access.exp: Same.
1045 * gdb.dwarf2/struct-with-sig.exp: Same.
1046 * gdb.dwarf2/typedef-void-finish.exp: Same.
1047 * gdb.dwarf2/void-type.exp: Same.
1048
1049 2020-07-17 Tom de Vries <tdevries@suse.de>
1050
1051 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
1052 src parameter.
1053 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
1054 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
1055 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
1056 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
1057 * gdb.dwarf2/dwz.exp: Same.
1058 * gdb.dwarf2/implptr-optimized-out.exp: Same.
1059 * gdb.dwarf2/implref-array.exp: Same.
1060 * gdb.dwarf2/implref-const.exp: Same.
1061 * gdb.dwarf2/implref-global.exp: Same.
1062 * gdb.dwarf2/implref-struct.exp: Same.
1063 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
1064 * gdb.dwarf2/opaque-type-lookup.exp: Same.
1065 * gdb.dwarf2/var-access.exp: Same.
1066 * gdb.dwarf2/varval.exp: Same.
1067 * gdb.trace/entry-values.exp: Same.
1068
1069 2020-07-17 Tom de Vries <tdevries@suse.de>
1070
1071 * lib/dwarf.exp (Dwarf::extern): Remove.
1072 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
1073 * gdb.dlang/circular.exp: Same.
1074 * gdb.dwarf2/comp-unit-lang.exp: Same.
1075 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
1076 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
1077 * gdb.dwarf2/dwz.exp: Same.
1078 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
1079 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
1080 * gdb.dwarf2/imported-unit.exp: Same.
1081 * gdb.dwarf2/opaque-type-lookup.exp: Same.
1082
1083 2020-07-16 Sandra Loosemore <sandra@codesourcery.com>
1084
1085 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
1086 Use double quotes instead of single quotes.
1087
1088 2020-07-16 Caroline Tice <cmtice@google.com>
1089
1090 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
1091 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
1092
1093 2020-07-16 Tom de Vries <tdevries@suse.de>
1094
1095 * lib/dwarf.exp (program): Initialize _line.
1096 (DW_LNE_end_sequence): Reinitialize _line.
1097 (DW_LNS_advance_line): Update _line.
1098 (line): New proc.
1099 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
1100 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
1101 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
1102 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
1103 * gdb.dwarf2/dw2-is-stmt.exp: Same.
1104 * gdb.dwarf2/dw2-ranges-func.exp: Same.
1105
1106 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
1107
1108 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
1109 generic.
1110
1111 2020-07-15 Tom de Vries <tdevries@suse.de>
1112
1113 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
1114 is_amd64_regs_target.
1115
1116 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
1117
1118 * gdb.fortran/ptype-on-functions.exp: Add more tests.
1119 * gdb.fortran/ptype-on-functions.f90: Likewise.
1120
1121 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
1122
1123 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
1124 values in documentation for addr_size to 4 and 8.
1125
1126 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
1127
1128 * gdb.arch/amd64-osabi.exp: Update.
1129 * gdb.arch/arm-disassembler-options.exp: Update.
1130 * gdb.arch/powerpc-disassembler-options.exp: Update.
1131 * gdb.arch/ppc64-symtab-cordic.exp: Update.
1132 * gdb.arch/s390-disassembler-options.exp: Update.
1133 * gdb.base/all-architectures.exp.tcl: Update.
1134 * gdb.base/attach-pie-noexec.exp: Update.
1135 * gdb.base/catch-syscall.exp: Update.
1136 * gdb.xml/tdesc-arch.exp: Update.
1137
1138 2020-07-14 Tom de Vries <tdevries@suse.de>
1139
1140 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
1141 (local_gettid): ... this.
1142 (fn): Update.
1143
1144 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
1145
1146 * gdb.base/info_sources.exp: Skip directory match tests on
1147 remote hosts.
1148
1149 2020-07-13 Gary Benson <gbenson@redhat.com>
1150
1151 * gdb.base/savedregs.exp (caller): Use parentheses to
1152 make expected expression evaluation ordering explicit.
1153
1154 2020-07-13 Gary Benson <gbenson@redhat.com>
1155
1156 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
1157
1158 2020-07-13 Gary Benson <gbenson@redhat.com>
1159
1160 * gdb.base/bigcore.c (main): Use a volatile pointer when
1161 attempting to trigger a SIGSEGV.
1162 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
1163 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
1164 * gdb.base/savedregs.c (thrower): Likewise.
1165 * gdb.mi/mi-syn-frame.c (bar): Likewise.
1166
1167 2020-07-13 Gary Benson <gbenson@redhat.com>
1168
1169 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
1170 defining and using VLA structure fields into...
1171 * gdb.base/vla-struct-fields.c: New file.
1172 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
1173 tests into...
1174 * gdb.base/vla-struct-fields.exp: New file.
1175
1176 2020-07-13 Tom de Vries <tdevries@suse.de>
1177
1178 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
1179 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
1180 * gdb.base/gold-gdb-index.exp: Same.
1181 * gdb.base/morestack.exp: Same.
1182
1183 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
1184
1185 PR rust/26121
1186 * gdb.rust/modules.rs: Prevent linker from discarding test
1187 symbol.
1188
1189 2020-07-10 Pedro Alves <pedro@palves.net>
1190
1191 PR gdb/26199
1192 * gdb.multi/multi-target.c (exit_thread): New.
1193 (thread_start): Break loop if EXIT_THREAD.
1194 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
1195 (top level) Call test_no_resumed.
1196
1197 2020-07-08 Tom Tromey <tromey@adacore.com>
1198
1199 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
1200 * gdb.ada/catch_ex.exp: Examine catchpoint text.
1201
1202 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1203
1204 PR python/22748
1205 * gdb.opt/inline-frame-tailcall.c: New file.
1206 * gdb.opt/inline-frame-tailcall.exp: New file.
1207 * gdb.python/py-unwind-inline.c: New file.
1208 * gdb.python/py-unwind-inline.exp: New file.
1209 * gdb.python/py-unwind-inline.py: New file.
1210
1211 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1212
1213 * gdb.python/py-arch-reg-groups.exp: New file.
1214
1215 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1216
1217 * gdb.python/py-arch-reg-names.exp: New file.
1218
1219 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1220
1221 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
1222 gdb.PendingFrame.architecture method.
1223
1224 2020-07-06 Tom de Vries <tdevries@suse.de>
1225
1226 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
1227
1228 2020-07-03 Pedro Alves <palves@redhat.com>
1229
1230 * gdb.base/structs2.c (main): Adjust second parem_reg call to
1231 explicitly write negative numbers.
1232 * gdb.base/structs2.exp: Adjust expected output.
1233
1234 2020-07-03 Pedro Alves <palves@redhat.com>
1235
1236 * gdb.base/charset.c (init_string): Change all char parameters to
1237 unsigned char parameters.
1238
1239 2020-07-03 Pedro Alves <palves@redhat.com>
1240
1241 * gdb.base/call-sc.exp (start_scalars_test): Use
1242 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1243 * gdb.base/overlays.c: Remove references to PARAMS.
1244 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
1245 * gdb.base/reread.exp: Don't set 'prototypes' global.
1246 * gdb.base/structs.exp (start_structs_test): Use
1247 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1248 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
1249 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1250 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
1251 call.
1252 * gdb.base/varargs.exp: Don't set 'prototypes' global.
1253
1254 2020-07-03 Pedro Alves <palves@redhat.com>
1255
1256 * gdb.base/m32rovly.c: Delete.
1257 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
1258
1259 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1260
1261 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
1262 of gdb_py_test_multiple.
1263 * gdb.python/py-cmd.exp: Likewise.
1264 * gdb.python/py-events.exp: Likewise.
1265 * gdb.python/py-function.exp: Likewise.
1266 * gdb.python/py-inferior.exp: Likewise.
1267 * gdb.python/py-infthread.exp: Likewise.
1268 * gdb.python/py-linetable.exp: Likewise.
1269 * gdb.python/py-parameter.exp: Likewise.
1270 * gdb.python/py-value.exp: Likewise.
1271
1272 2020-06-30 Tom de Vries <tdevries@suse.de>
1273
1274 PR testsuite/26175
1275 * lib/future.exp (gdb_default_target_compile): Detect and handle
1276 early_flags.
1277
1278 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
1279
1280 * boards/simavr.exp (gdb_load): Catch errors when closing
1281 previous connection. Close connection, wait for process and
1282 unset simavr_spawn_id on failure.
1283
1284 2020-06-29 Tom de Vries <tdevries@suse.de>
1285
1286 * lib/gdb.exp (unknown): Make test-case unresolved.
1287
1288 2020-06-29 Tom de Vries <tdevries@suse.de>
1289
1290 PR gdb/25475
1291 * gdb.server/solib-list.exp: Verify that the symbol reload
1292 confirmation question is asked.
1293
1294 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1295
1296 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
1297 have a input seq nr in each pass message.
1298 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
1299 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
1300 * gdb.python/python.exp: Make test names unique,
1301 use gdb_test_multiline instead of gdb_py_test_multiple,
1302 use $gdb_test_name.
1303 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
1304
1305 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
1306
1307 * configure.ac: Add --enable-libctf.
1308 * aclocal.m4: sinclude ../config/enable.m4.
1309 * Makefile.in (site.exp): Add enable_libctf to site.exp.
1310 * lib/gdb.exp (skip_ctf_tests): Use it.
1311 * gdb.base/ctf-constvars.exp: Error message tweak.
1312 * gdb.base/ctf-ptype.exp: Likewise.
1313 * configure: Regenerate.
1314
1315 2020-06-26 Gary Benson <gbenson@redhat.com>
1316
1317 * gdb.cp/try_catch.cc: Include string.h.
1318 (main): Replace comparison against string literal with
1319 strcmp, avoiding build failure with -Wstring-compare.
1320 Add "marker test-complete".
1321 * gdb.cp/try_catch.exp: Run the test to the above marker,
1322 then verify that the value of "test" is still true.
1323
1324 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1325
1326 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
1327
1328 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1329
1330 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
1331
1332 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1333
1334 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
1335 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
1336 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
1337 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
1338 * gdb.arch/riscv-tdesc-loading.exp: New file.
1339
1340 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1341
1342 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
1343
1344 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1345
1346 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
1347 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
1348 * gdb.arch/riscv-tdesc-regs.c: New file.
1349 * gdb.arch/riscv-tdesc-regs.exp: New file.
1350
1351 2020-06-24 Pedro Alves <palves@redhat.com>
1352
1353 * gdb.arch/amd64-entry-value-paramref.exp: Use
1354 prepare_for_testing_full and don't pass "c++" for the .S file
1355 build spec.
1356 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
1357 $options, since it's an assembly file. Remove -Wno-deprecated.
1358 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
1359 compiling C++ programs.
1360
1361 2020-06-24 Pedro Alves <palves@redhat.com>
1362
1363 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
1364 Clang, add "-Wno-unknown-warning-option" to the options.
1365
1366 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
1367
1368 * gdb.xml/tdesc-reload.c: New file.
1369 * gdb.xml/tdesc-reload.exp: New file.
1370 * gdb.xml/maint-xml-dump-01.xml: New file.
1371 * gdb.xml/maint-xml-dump-02.xml: New file.
1372 * gdb.xml/maint-xml-dump.exp: New file.
1373
1374 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
1375
1376 * lib/completion-support.exp (test_gdb_completion_offers_commands):
1377 Adjust for omitted commands when TUI is disabled.
1378
1379 2020-06-23 Gary Benson <gbenson@redhat.com>
1380 Pedro Alves <palves@redhat.com>
1381
1382 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
1383 * gdb.cp/nsimport.cc: Likewise.
1384 * gdb.cp/nsnested.cc: Likewise.
1385 * gdb.cp/nsnoimports.cc: Likewise.
1386 * gdb.cp/nsusing.cc: Likewise.
1387 * gdb.cp/smartp.cc: Likewise.
1388 * gdb.python/py-pp-integral.c: Likewise.
1389 * gdb.python/py-pp-re-notag.c: Likewise.
1390
1391 2020-06-23 Gary Benson <gbenson@redhat.com>
1392
1393 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
1394 * gdb.cp/nsimport.cc: Likewise.
1395 * gdb.cp/nsnested.cc: Likewise.
1396 * gdb.cp/nsnoimports.cc: Likewise.
1397 * gdb.cp/nsusing.cc: Likewise.
1398 * gdb.cp/smartp.cc: Likewise.
1399 * gdb.python/py-pp-integral.c: Likewise.
1400 * gdb.python/py-pp-re-notag.c: Likewise.
1401
1402 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1403
1404 * gdb.base/default-args.exp: New test.
1405 * gdb.base/default-args.c: New file.
1406 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
1407 * gdb.base/default.exp: Update to new help text.
1408 * gdb.base/help.exp: Likewise.
1409 * gdb.base/page.exp: Likewise.
1410 * gdb.base/style.exp: Likewise.
1411 * gdb.guile/guile.exp: Likewise.
1412 * gdb.python/python.exp: Likewise.
1413
1414 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
1415
1416 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
1417 remote host. Fix search path syntax on Windows host.
1418
1419 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1420
1421 * gdb.base/attach.exp: Test priority of 'exec-file' changed
1422 over 'exec-file-mismatch'.
1423 * gdb.base/attach.c: Mark should_exit volatile.
1424 * gdb.base/attach2.c: Likewise. Add a comment explaining
1425 why the sleep cannot be big.
1426 * gdb.base/attach3.c: New file.
1427
1428 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
1429
1430 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
1431 prefix optional.
1432
1433 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
1434
1435 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
1436 for remote host.
1437
1438 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
1439 Hafiz Abid Qadeer <abidh@codesourcery.com>
1440
1441 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
1442 file sent to remote host.
1443 (top level): Allow int32_t as type of 32-bit register.
1444
1445 2020-06-19 Tom de Vries <tdevries@suse.de>
1446
1447 * lib/gdb.exp (gdb_note): New proc.
1448 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
1449 (gdb_default_target_compile): ... here. Only call
1450 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
1451 (use_gdb_compile): Change to array.
1452 (toplevel): Update sets of use_gdb_compile to specify language.
1453 Warn about default_target_compile override. Store dejagnu's version
1454 of default_target_compile in dejagnu_default_target_compile.
1455
1456 2020-06-18 Tom de Vries <tdevries@suse.de>
1457
1458 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
1459 (default_gdb_init): ... here.
1460
1461 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
1462
1463 Fix TUI support checks in gdb.tui tests.
1464
1465 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
1466 just say UNSUPPORTED.
1467 * gdb.tui/corefile-run.exp: Likewise.
1468 * gdb.tui/empty.exp: Likewise.
1469 * gdb.tui/list-before.exp: Likewise.
1470 * gdb.tui/list.exp: Likewise.
1471 * gdb.tui/main.exp: Likewise.
1472 * gdb.tui/regs.exp: Likewise.
1473 * gdb.tui/resize.exp: Likewise.
1474 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
1475 * gdb.tui/tui-layout-asm.exp: Likewise.
1476 * gdb.tui/tui-missing-src.exp: Likewise.
1477 * gdb.tui/winheight.exp: Likewise.
1478 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
1479
1480 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
1481
1482 Fix TCL error in gdb.python/py-format-string.exp.
1483
1484 * gdb.python/py-format-string.exp: Move test for python support
1485 earlier, out of function body.
1486
1487 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
1488
1489 * gdb.base/index-cache-load-twice.c: New.
1490 * gdb.base/index-cache-load-twice.exp: New.
1491
1492 2020-06-17 Keith Seitz <keiths@redhat.com>
1493
1494 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
1495 when executing "gdb --configuration".
1496
1497 2020-06-17 Tom de Vries <tdevries@suse.de>
1498
1499 * lib/gdb.exp (gdb_tcl_unknown): New proc.
1500 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
1501 conditional on presence of gdb_tcl_unknown.
1502 (gdb_finish): Make override undo conditional on presence of
1503 gdb_tcl_unknown.
1504
1505 2020-06-16 Tom Tromey <tom@tromey.com>
1506
1507 * gdb.python/tui-window.py (failwin): New function. Register it
1508 as a TUI window type.
1509 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
1510
1511 2020-06-16 Gary Benson <gbenson@redhat.com>
1512
1513 * gdb.python/py-nested-maps.c (create_map): Add missing return
1514 value.
1515 (create_map_map): Likewise.
1516
1517 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1518
1519 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
1520 variable.
1521 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
1522 and use the already-defined 'options' variable.
1523
1524 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1525 Tom de Vries <tdevries@suse.de>
1526
1527 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
1528 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
1529 (gdb_setup_known_globals): New proc.
1530 (gdb_cleanup_globals): New proc.
1531 * lib/gdb.exp (load_lib): New override proc.
1532 (gdb_stdin_log_init): Set var in_file as persistent global.
1533 * lib/pascal.exp (gdb_stdin_log_init): Set vars
1534 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
1535 fpc_compiler as persistent global.
1536
1537 2020-06-12 Tom de Vries <tdevries@suse.de>
1538
1539 * lib/tuiterm.exp (spawn): Rename to ...
1540 (tui_spawn): ... this.
1541 (toplevel): Move rename of spawn ...
1542 (gdb_init_tuiterm): ... here. New proc.
1543 (gdb_finish_tuiterm): New proc.
1544 * lib/gdb.exp (gdb_finish_hooks): New global var.
1545 (gdb_finish): Handle gdb_finish_hooks.
1546 (tuiterm_env): New proc.
1547 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
1548 tuiterm_env.
1549 * gdb.tui/basic.exp: Same.
1550 * gdb.tui/corefile-run.exp: Same.
1551 * gdb.tui/empty.exp: Same.
1552 * gdb.tui/list-before.exp: Same.
1553 * gdb.tui/list.exp: Same.
1554 * gdb.tui/main.exp: Same.
1555 * gdb.tui/new-layout.exp: Same.
1556 * gdb.tui/regs.exp: Same.
1557 * gdb.tui/resize.exp: Same.
1558 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
1559 * gdb.tui/tui-layout-asm.exp: Same.
1560 * gdb.tui/tui-missing-src.exp: Same.
1561 * gdb.tui/winheight.exp: Same.
1562
1563 2020-06-12 Tom de Vries <tdevries@suse.de>
1564
1565 PR testsuite/26110
1566 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
1567 (gdb_finish): Reinstall dejagnu's override of ::unknown.
1568
1569 2020-06-11 Tom Tromey <tom@tromey.com>
1570
1571 PR gdb/18318:
1572 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
1573 floating point tests.
1574
1575 2020-06-11 Keith Seitz <keiths@redhat.com>
1576
1577 PR gdb/21356
1578 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
1579 vla_struct.
1580 Add new struct vla_typedef and union vla_typedef_union and
1581 corresponding instantiation objects.
1582 Initialize new objects.
1583 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
1584 and vla_typedef_union_object.
1585 Fixup type for vla_struct_object.
1586
1587 2020-06-11 Tom de Vries <tdevries@suse.de>
1588
1589 * lib/gdb.exp (with_override): New proc, factored out of ...
1590 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
1591
1592 2020-06-10 Tom de Vries <tdevries@suse.de>
1593
1594 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
1595
1596 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
1597
1598 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
1599 parameter, update callers.
1600
1601 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
1602
1603 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
1604 * gdb.dwarf2/share-psymtabs-bt.c: New file.
1605 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
1606
1607 2020-06-04 Tom de Vries <tdevries@suse.de>
1608
1609 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
1610
1611 2020-06-04 Tom de Vries <tdevries@suse.de>
1612
1613 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
1614 exp_continue.
1615
1616 2020-06-04 Tom de Vries <tdevries@suse.de>
1617
1618 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
1619
1620 2020-06-03 Tom de Vries <tdevries@suse.de>
1621
1622 PR symtab/26046
1623 * gdb.cp/breakpoint-locs-2.cc: New test.
1624 * gdb.cp/breakpoint-locs.cc: New test.
1625 * gdb.cp/breakpoint-locs.exp: New file.
1626 * gdb.cp/breakpoint-locs.h: New test.
1627
1628 2020-06-03 Tom de Vries <tdevries@suse.de>
1629
1630 PR testsuite/25609
1631 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
1632 value of global verbose.
1633 * gdb.base/jit-elf.exp: Same.
1634 * gdb.base/jit-reader.exp: Same.
1635
1636 2020-06-02 Tom de Vries <tdevries@suse.de>
1637
1638 * gdb.dwarf2/multidictionary.exp: Don't use
1639 gdb_spawn_with_cmdline_opts.
1640
1641 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
1642
1643 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
1644 use_header case.
1645 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
1646 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
1647 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
1648 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
1649 * gdb.dwarf2/dw2-inline-header.c: New file.
1650 * gdb.dwarf2/dw2-inline-header.h: New file.
1651
1652 2020-05-30 Pedro Alves <palves@redhat.com>
1653
1654 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
1655 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
1656
1657 2020-05-29 Gary Benson <gbenson@redhat.com>
1658
1659 * gdb.compile/compile-cplus.exp (additional_flags): Also
1660 set when building with clang.
1661 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
1662 when building with clang.
1663
1664 2020-05-29 Gary Benson <gbenson@redhat.com>
1665
1666 * gdb.arch/i386-avx.exp (additional_flags): Also set when
1667 building with clang.
1668 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
1669
1670 2020-05-29 Gary Benson <gbenson@redhat.com>
1671
1672 * gdb.cp/koenig.exp (prepare_for_testing): Add
1673 additional_flags=-Wno-unused-comparison.
1674 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
1675
1676 2020-05-28 Gary Benson <gbenson@redhat.com>
1677
1678 * gdb.base/sigaltstack.c (catcher): Add default case to switch
1679 statement.
1680
1681 2020-05-28 Gary Benson <gbenson@redhat.com>
1682
1683 * gdb.cp/classes.exp (prepare_for_testing): Add
1684 additional_flags=-Wno-deprecated-register.
1685 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
1686 * gdb.cp/misc.exp: Likewise.
1687
1688 2020-05-28 Gary Benson <gbenson@redhat.com>
1689
1690 * gdb.linespec/cpls-ops.cc (dummy): New static global.
1691 (test_op_new::operator new): Add return statement.
1692 (test_op_new_array::operator new[]): Likewise.
1693
1694 2020-05-27 Pedro Alves <palves@redhat.com>
1695
1696 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
1697 check. Use test_gdb_complete_unique instead of
1698 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
1699 test_gdb_complete_multiple instead of
1700 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
1701
1702 2020-05-27 Luis Machado <luis.machado@linaro.org>
1703
1704 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
1705 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
1706 * gdb.arch/arm-disassembler-options.exp: Likewise.
1707 * gdb.arch/arm-disp-step.exp: Likewise.
1708 * gdb.arch/thumb-prologue.exp: Likewise.
1709 * gdb.base/async.exp: Likewise.
1710 * gdb.base/auxv.exp: Likewise.
1711 * gdb.base/complex-parts.exp: Likewise.
1712 * gdb.base/ena-dis-br.exp: Likewise.
1713 * gdb.base/foll-exec.exp: Likewise.
1714 * gdb.base/permissions.exp: Likewise.
1715 * gdb.base/relocate.exp: Likewise.
1716 * gdb.base/return2.exp: Likewise.
1717 * gdb.base/sigbpt.exp: Likewise.
1718 * gdb.base/siginfo-obj.exp: Likewise.
1719 * gdb.cp/converts.exp: Likewise.
1720 * gdb.cp/exceptprint.exp: Likewise.
1721 * gdb.cp/inherit.exp: Likewise.
1722 * gdb.cp/nsnoimports.exp: Likewise.
1723 * gdb.cp/virtbase2.exp: Likewise.
1724 * gdb.mi/mi-var-cmd.exp: Likewise.
1725 * gdb.mi/var-cmd.c: Likewise.
1726
1727 2020-05-26 Tom Tromey <tromey@adacore.com>
1728
1729 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
1730
1731 2020-05-26 Tom Tromey <tromey@adacore.com>
1732
1733 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
1734 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
1735 type.
1736 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
1737 variable.
1738
1739 2020-05-26 Christian Biesinger <cbiesinger@google.com>
1740
1741 * Makefile.in: Use = instead of == for the test command
1742 for portability.
1743
1744 2020-05-26 Tom de Vries <tdevries@suse.de>
1745
1746 * gdb.base/gold-gdb-index-2.c: New test.
1747 * gdb.base/gold-gdb-index.c: New test.
1748 * gdb.base/gold-gdb-index.exp: New file.
1749 * gdb.base/gold-gdb-index.h: New test.
1750
1751 2020-05-25 Tom de Vries <tdevries@suse.de>
1752
1753 * boards/gold-gdb-index.exp: New file.
1754
1755 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
1756
1757 * boards/simavr.exp: New file.
1758
1759 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
1760
1761 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
1762 * gdb.base/inferior-args.exp: New file.
1763 * gdb.base/inferior-args.c: New file.
1764
1765 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
1766
1767 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
1768 inferior_args. Pass it to gdb_reload.
1769 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
1770 inferior_args.
1771 (gdb_reload): Add inferior_args argument.
1772 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
1773 pass it to gdbserver_run.
1774 * boards/native-gdbserver.exp: Do not set noargs.
1775 * boards/native-extended-gdbserver.exp (gdb_reload): Add
1776 inferior_args argument.
1777 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
1778 * gdb.base/a2-run.exp: Check for use_gdb_stub.
1779 * gdb.base/args.exp: Likewise.
1780
1781 2020-05-25 Tom de Vries <tdevries@suse.de>
1782
1783 * lib/gdb.exp (exec_is_pie): Add comment.
1784
1785 2020-05-25 Tom de Vries <tdevries@suse.de>
1786
1787 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
1788 instead of $binfile in the untested message.
1789
1790 2020-05-25 Tom de Vries <tdevries@suse.de>
1791
1792 PR testsuite/26031
1793 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
1794
1795 2020-05-25 Tom de Vries <tdevries@suse.de>
1796
1797 * boards/gold.exp: New file.
1798
1799 2020-05-23 Tom Tromey <tom@tromey.com>
1800
1801 * gdb.base/style.exp: Remove completion styling test.
1802 * lib/gdb-utils.exp (style): Remove completion styles.
1803
1804 2020-05-23 Tom Tromey <tom@tromey.com>
1805
1806 * gdb.base/style.exp: Add completion styling test.
1807 * lib/gdb-utils.exp (style): Add completion styles.
1808
1809 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1810
1811 * gdb.base/annota1.exp: Update expected results.
1812 * gdb.cp/annota2.exp: Update expected results, remove duplicate
1813 test name.
1814 * gdb.cp/annota3.exp: Update expected results.
1815
1816 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
1817
1818 PR gdb/26016
1819 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
1820 against MAP_FAILED.
1821 * gdb.base/coremaker.c (mmapdata): Likewise.
1822 * gdb.base/jit-reader-host.c (main): Likewise.
1823 * gdb.base/sym-file-loader.c (load): Likewise.
1824 (load_shlib): Likewise.
1825
1826 2020-05-20 Tom Tromey <tromey@adacore.com>
1827
1828 * gdb.ada/array_char_idx.exp: Recognize initialized array.
1829
1830 2020-05-20 Tom de Vries <tdevries@suse.de>
1831
1832 PR symtab/25833
1833 * gdb.base/with-mf-inc.c: New test.
1834 * gdb.base/with-mf-main.c: New test.
1835 * gdb.base/with-mf.exp: New file.
1836
1837 2020-05-19 Tom Tromey <tromey@adacore.com>
1838
1839 * gdb.rust/simple.exp: Restore missing test result.
1840
1841 2020-05-19 Tom de Vries <tdevries@suse.de>
1842
1843 * gdb.base/gdb-caching-proc.exp: Fix typo.
1844
1845 2020-05-19 Tom Tromey <tromey@adacore.com>
1846
1847 * gdb.rust/simple.exp: Add some test descriptions.
1848 (test_one_slice): Use with_test_prefix.
1849
1850 2020-05-18 Tom de Vries <tdevries@suse.de>
1851
1852 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
1853
1854 2020-05-17 Pedro Alves <palves@redhat.com>
1855
1856 PR gdb/25741
1857 * gdb.base/hw-sw-break-same-address.exp: New file.
1858
1859 2020-05-16 Pedro Alves <palves@redhat.com>
1860
1861 * gdb.multi/multi-re-run.exp (test_re_run): Switch
1862 LAST_LOADED_FILE accordingly.
1863
1864 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1865
1866 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
1867
1868 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1869
1870 * gdb.base/help.exp: Test apropos and help for commands
1871 having aliases. Fixed comments not starting with an
1872 upper-case letter or not finishing with a dot.
1873
1874 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1875
1876 * gdb.base/alias.exp: Update help output check.
1877
1878 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1879
1880 * gdb.base/default.exp: Update output following fixes.
1881
1882 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1883
1884 * gdb.base/alias.exp: Test aliases starting with a prefix of
1885 another alias.
1886
1887 2020-05-15 Gary Benson <gbenson@redhat.com>
1888
1889 * gdb.base/info-os.c (main): Add return statement.
1890 * gdb.base/info_minsym.c (minsym_fun): Likewise.
1891 * gdb.base/large-frame-2.c (func): Likewise.
1892 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
1893 * gdb.base/pr10179-b.c (foo2): Likewise.
1894 * gdb.base/valgrind-disp-step.c (foo): Likewise.
1895 * gdb.base/watch-cond.c (func): Likewise.
1896 * gdb.multi/goodbye.c (verylongfun): Likewise.
1897 * gdb.multi/hello.c (commonfun): Likewise.
1898 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
1899 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
1900 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
1901 Likewise.
1902 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
1903 * gdb.threads/interrupt-while-step-over.c (child_function):
1904 Likewise.
1905 * gdb.trace/actions-changed.c (end): Likewise.
1906
1907 2020-05-15 Gary Benson <gbenson@redhat.com>
1908
1909 * gdb.opencl/callfuncs.exp: Report when test skipped.
1910 * gdb.opencl/convs_casts.exp: Likewise.
1911 * gdb.opencl/datatypes.exp: Likewise.
1912 * gdb.opencl/operators.exp: Likewise.
1913 * gdb.opencl/vec_comps.exp: Likewise.
1914
1915 2020-05-15 Tom de Vries <tdevries@suse.de>
1916
1917 * gdb.base/align.exp.in: Rename to ...
1918 * gdb.base/align.exp.tcl: ... this.
1919 * gdb.base/align-c++.exp: Update.
1920 * gdb.base/align-c.exp: Update.
1921 * gdb.base/all-architectures.exp.in: Rename to ...
1922 * gdb.base/all-architectures.exp: ... this.
1923 * gdb.base/all-architectures-0.exp: Update.
1924 * gdb.base/all-architectures-1.exp: Update.
1925 * gdb.base/all-architectures-2.exp: Update.
1926 * gdb.base/all-architectures-3.exp: Update.
1927 * gdb.base/all-architectures-4.exp: Update.
1928 * gdb.base/all-architectures-5.exp: Update.
1929 * gdb.base/all-architectures-6.exp: Update.
1930 * gdb.base/all-architectures-7.exp: Update.
1931 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
1932 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
1933 * gdb.base/infcall-nested-structs-c++.exp: Update.
1934 * gdb.base/infcall-nested-structs-c.exp: Update.
1935 * gdb.base/info-types.exp.in: Rename to ...
1936 * gdb.base/info-types.exp.tcl: ... this.
1937 * gdb.base/info-types-c++.exp: Update.
1938 * gdb.base/info-types-c.exp: Update.
1939 * gdb.base/max-depth.exp.in: Rename to ...
1940 * gdb.base/max-depth.exp.tcl: ... this.
1941 * gdb.base/max-depth-c++.exp: Update.
1942 * gdb.base/max-depth-c.exp: Update.
1943 * gdb.cp/cpexprs.exp.in: Rename to ...
1944 * gdb.cp/cpexprs.exp.tcl: ... this.
1945 * gdb.cp/cpexprs-debug-types.exp: Update.
1946 * gdb.cp/cpexprs.exp: Update.
1947 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
1948 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
1949 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
1950 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
1951 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
1952 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
1953 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
1954 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
1955 * gdb.dwarf2/clang-debug-names-2.exp: Update.
1956 * gdb.dwarf2/clang-debug-names.exp: Update.
1957
1958 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
1959
1960 * lib/check-test-names.exp: Remove code that prevents this file
1961 loading when tests are run in parallel.
1962
1963 2020-05-15 Pedro Alves <palves@redhat.com>
1964
1965 * gdb.multi/multi-kill.exp (start_inferior): Remove
1966 'testpid' parameter. Refer to namespace variable directly.
1967 (testpid): Declare as namespace variable.
1968
1969 2020-05-15 Pedro Alves <palves@redhat.com>
1970
1971 * gdb.multi/multi-kill.exp: Wrap in namespace.
1972 (start_inferior): Add TESTPID parameter. Use it instead of the
1973 testpid global.
1974 (top level): Define empty TESTPID array, and pass it down to
1975 start_inferior.
1976
1977 2020-05-14 Tom de Vries <tdevries@suse.de>
1978
1979 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
1980 output.
1981
1982 2020-05-14 Tom de Vries <tdevries@suse.de>
1983
1984 * gdb.base/align.exp: Split into ...
1985 * gdb.base/align.exp.in: ...
1986 * gdb.base/align-c++.exp: ...
1987 * gdb.base/align-c.exp: ... these.
1988 * gdb.base/infcall-nested-structs.exp: Split into ...
1989 * gdb.base/infcall-nested-structs.exp.in: ...
1990 * gdb.base/infcall-nested-structs-c++.exp: ...
1991 * gdb.base/infcall-nested-structs-c.exp: ... these.
1992 * gdb.base/info-types.exp: Split into ...
1993 * gdb.base/info-types.exp.in: ...
1994 * gdb.base/info-types-c++.exp: ...
1995 * gdb.base/info-types-c.exp: ... these.
1996 * gdb.base/max-depth.exp: Split into ...
1997 * gdb.base/max-depth.exp.in: ...
1998 * gdb.base/max-depth-c++.exp: ...
1999 * gdb.base/max-depth-c.exp: ... these.
2000 * gdb.cp/infcall-nodebug.exp: Split into ...
2001 * gdb.cp/infcall-nodebug.exp.in: ...
2002 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
2003 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
2004 * gdb.cp/infcall-nodebug-c-d0.exp: ...
2005 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
2006
2007 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2008 Pedro Alves <palves@redhat.com>
2009
2010 * gdb.multi/multi-exit.c: New file.
2011 * gdb.multi/multi-exit.exp: New file.
2012 * gdb.multi/multi-kill.c: New file.
2013 * gdb.multi/multi-kill.exp: New file.
2014
2015 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2016
2017 * gdb.base/annota1.exp: Update the expected output.
2018 * gdb.cp/annota2.exp: Ditto.
2019
2020 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
2021
2022 * lib/check-test-names.exp: Disable when testing is being run in
2023 parallel.
2024
2025 2020-05-12 Tom de Vries <tdevries@suse.de>
2026
2027 * gdb.base/jit-elf.exp: Fix string concat.
2028
2029 2020-05-12 Tom de Vries <tdevries@suse.de>
2030
2031 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
2032 messages.
2033
2034 2020-05-12 Tom de Vries <tdevries@suse.de>
2035
2036 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
2037
2038 2020-05-12 Tom de Vries <tdevries@suse.de>
2039
2040 * gdb.ada/catch_ex.exp: Use with_test_prefix.
2041 * gdb.ada/mi_catch_ex.exp: Same.
2042 * gdb.ada/mi_catch_ex_hand.exp: Same.
2043
2044 2020-05-12 Tom de Vries <tdevries@suse.de>
2045
2046 * gdb.fortran/complex.exp: Use with_test_prefix.
2047
2048 2020-05-12 Tom de Vries <tdevries@suse.de>
2049
2050 * gdb.trace/passcount.exp: Fix test-names.
2051
2052 2020-05-12 Tom de Vries <tdevries@suse.de>
2053
2054 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
2055
2056 2020-05-12 Tom de Vries <tdevries@suse.de>
2057
2058 * gdb.gdb/complaints.exp: Use with_test_prefix.
2059 * gdb.xml/tdesc-regs.exp: Same.
2060 * gdb.opt/inline-locals.exp: Fix test name.
2061
2062 2020-05-12 Tom de Vries <tdevries@suse.de>
2063
2064 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
2065 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
2066 * gdb.dwarf2/implref-struct.exp: Same.
2067 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
2068 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
2069
2070 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
2071
2072 * gdb.base/jit-so.exp (one_jit_test): Change test name.
2073
2074 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
2075
2076 * lib/check-test-names.exp (all_test_names): New module variable.
2077 (counts): Add 'duplicates' field.
2078 (_check_duplicates): New procedure.
2079 (check): Also check for duplicates.
2080 (do_log_summary): Print duplicates count.
2081 (do_reset_vars): Reset counter for duplicate test names, and
2082 discard all know test names.
2083
2084 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
2085
2086 * lib/gdb.exp: Include check-test-names.exp library.
2087 * lib/check-test-names.exp: New file.
2088
2089 2020-05-11 Tom de Vries <tdevries@suse.de>
2090
2091 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
2092
2093 2020-05-11 Keith Seitz <keiths@redhat.com>
2094
2095 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
2096
2097 2020-05-11 Tom de Vries <tdevries@suse.de>
2098
2099 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
2100 * gdb.cp/cpexprs.exp.in: .. here.
2101 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
2102 cpexprs.exp.
2103
2104 2020-05-11 Keith Seitz <keiths@redhat.com>
2105
2106 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
2107 test names.
2108 * gdb.ada/arrayptr.exp: Likewise.
2109 * gdb.ada/assign_arr.exp: Likewise.
2110 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
2111 * gdb.ada/bp_on_var.exp: Likewise.
2112 * gdb.ada/call_pn.exp: Likewise.
2113 * gdb.ada/complete.exp: Likewise.
2114 * gdb.ada/fun_overload_menu.exp: Likewise.
2115 * gdb.ada/funcall_param.exp: Likewise.
2116 * gdb.ada/funcall_ref.exp: Likewise.
2117 * gdb.ada/packed_array_assign.exp: Likewise.
2118 * gdb.ada/same_component_name.exp: Likewise.
2119 * gdb.ada/type_coercion.exp: Likewise.
2120 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
2121 * gdb.ada/variant_record_packed_array.exp: Likewise.
2122
2123 2020-05-11 Tom de Vries <tdevries@suse.de>
2124
2125 PR symtab/25941
2126 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
2127 out of ...
2128 * gdb.dwarf2/clang-debug-names.exp: ... here.
2129 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
2130 clang-debug-names.exp.in.
2131 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
2132 * gdb.dwarf2/clang-debug-names-2.c: New test.
2133
2134 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2135
2136 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
2137 (fortran_runto_main): New Proc, fortran version of runto_main.
2138 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
2139 * gdb.fortran/array-bounds.exp: Likewise.
2140 * gdb.fortran/array-slices.exp: Likewise.
2141 * gdb.fortran/block-data.exp: Likewise.
2142 * gdb.fortran/charset.exp: Likewise.
2143 * gdb.fortran/common-block.exp: Likewise.
2144 * gdb.fortran/complex.exp: Likewise.
2145 * gdb.fortran/derived-type-function.exp: Likewise.
2146 * gdb.fortran/derived-type.exp: Likewise.
2147 * gdb.fortran/info-modules.exp: Likewise.
2148 * gdb.fortran/info-types.exp: Likewise.
2149 * gdb.fortran/intrinsics.exp: Likewise.
2150 * gdb.fortran/library-module.exp: Likewise.
2151 * gdb.fortran/logical.exp: Likewise.
2152 * gdb.fortran/max-depth.exp: Likewise.
2153 * gdb.fortran/module.exp: Likewise.
2154 * gdb.fortran/multi-dim.exp: Likewise.
2155 * gdb.fortran/nested-funcs.exp: Likewise.
2156 * gdb.fortran/print-formatted.exp: Likewise.
2157 * gdb.fortran/print_type.exp: Likewise.
2158 * gdb.fortran/printing-types.exp: Likewise.
2159 * gdb.fortran/ptr-indentation.exp: Likewise.
2160 * gdb.fortran/ptype-on-functions.exp: Likewise.
2161 * gdb.fortran/subarray.exp: Likewise.
2162 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
2163 * gdb.fortran/vla-datatypes.exp: Likewise.
2164 * gdb.fortran/vla-history.exp: Likewise.
2165 * gdb.fortran/vla-ptr-info.exp: Likewise.
2166 * gdb.fortran/vla-ptype-sub.exp: Likewise.
2167 * gdb.fortran/vla-ptype.exp: Likewise.
2168 * gdb.fortran/vla-sizeof.exp: Likewise.
2169 * gdb.fortran/vla-type.exp: Likewise.
2170 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
2171 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
2172 * gdb.fortran/vla-value-sub.exp: Likewise.
2173 * gdb.fortran/vla-value.exp: Likewise.
2174 * gdb.fortran/whatis_type.exp: Likewise.
2175 * gdb.mi/mi-var-child-f.exp: Likewise.
2176
2177 2020-05-09 Tom de Vries <tdevries@suse.de>
2178
2179 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
2180
2181 2020-05-08 Tom de Vries <tdevries@suse.de>
2182
2183 * gdb.dwarf2/clang-debug-names.c: New test.
2184 * gdb.dwarf2/clang-debug-names.exp: New file.
2185
2186 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
2187
2188 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
2189 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
2190
2191 2020-05-06 Tom de Vries <tdevries@suse.de>
2192
2193 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
2194 breakpoint is at a "recommended breakpoint location".
2195 * gdb.reverse/consecutive-reverse.exp: Same.
2196
2197 2020-05-06 Tom de Vries <tdevries@suse.de>
2198
2199 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
2200 address.
2201
2202 2020-05-06 Tom de Vries <tdevries@suse.de>
2203
2204 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
2205
2206 2020-05-06 Tom de Vries <tdevries@suse.de>
2207
2208 * gdb.base/store.exp (check_set, up_set): Allowing missing location
2209 info for r.
2210
2211 2020-05-06 Tom de Vries <tdevries@suse.de>
2212
2213 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
2214 necessary.
2215
2216 2020-05-06 Tom de Vries <tdevries@suse.de>
2217
2218 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
2219 void.
2220
2221 2020-05-06 Tom de Vries <tdevries@suse.de>
2222
2223 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
2224 of ...
2225 * gdb.base/async.exp: ... here.
2226 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
2227 "recommended breakpoint location".
2228
2229 2020-05-06 Tom de Vries <tdevries@suse.de>
2230
2231 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
2232
2233 2020-05-04 Tom de Vries <tdevries@suse.de>
2234
2235 * gdb.base/async.exp: Check whether instruction addresses are a
2236 "recommended breakpoint location".
2237
2238 2020-05-03 Tom Tromey <tom@tromey.com>
2239
2240 * gdb.base/sepdebug.exp: Remove "catch" test.
2241 * gdb.base/break.exp: Remove "catch" test.
2242 * gdb.base/default.exp: Update expected output.
2243
2244 2020-05-02 Tom de Vries <tdevries@suse.de>
2245
2246 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
2247 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
2248 * gdb.arch/i386-mpx-map.exp: Same.
2249 * gdb.arch/i386-mpx-sigsegv.exp: Same.
2250 * gdb.arch/i386-mpx-simple_segv.exp: Same.
2251 * gdb.arch/i386-mpx.exp: Same.
2252
2253 2020-05-02 Tom de Vries <tdevries@suse.de>
2254
2255 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
2256
2257 2020-05-01 Tom de Vries <tdevries@suse.de>
2258
2259 * gdb.ada/operator_bp.exp: Allow more than required amount of
2260 breakpoint.
2261
2262 2020-05-01 Tom de Vries <tdevries@suse.de>
2263
2264 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
2265
2266 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
2267
2268 PR gdb/18706
2269 * gdb.cp/stub-array-size.cc: New test.
2270 * gdb.cp/stub-array-size.exp: New file.
2271 * gdb.cp/stub-array-size.h: New test.
2272 * gdb.cp/stub-array-size2.cc: New test.
2273
2274 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
2275
2276 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
2277 output to the new format.
2278
2279 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
2280
2281 * gdb.base/break.exp: Use with_test_prefix.
2282
2283 2020-04-29 Tom de Vries <tdevries@suse.de>
2284
2285 * lib/gdb.exp (debug_types): New proc.
2286 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
2287 * gdb.python/py-symtab.exp: Same.
2288
2289 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
2290
2291 PR gdb/17320
2292 * gdb.base/pretty-array.c: New test.
2293 * gdb.base/pretty-array.exp: New file.
2294
2295 2020-04-29 Tom de Vries <tdevries@suse.de>
2296
2297 PR symtab/25889
2298 * gdb.cp/cpexprs.exp: Adapt for inclusion.
2299 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
2300 and include cpexprs.exp.
2301
2302 2020-04-28 Mark Williams <mark@myosotissp.com>
2303
2304 PR gdb/24480
2305 * dw4-toplevel-types.exp: Test for top level types.
2306 * dw4-toplevel-types.cc: Test for top level types.
2307
2308 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2309
2310 * gdb.threads/stop-with-handle.exp: Fix typo in comment
2311 (theads -> threads).
2312
2313 2020-04-28 Tom de Vries <tdevries@suse.de>
2314
2315 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
2316
2317 2020-04-28 Tom de Vries <tdevries@suse.de>
2318
2319 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
2320
2321 2020-04-28 Tom de Vries <tdevries@suse.de>
2322
2323 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
2324
2325 2020-04-28 Tom de Vries <tdevries@suse.de>
2326
2327 * gdb.dwarf2/main-foo.c: New test.
2328 * gdb.dwarf2/struct-with-sig.exp: New file.
2329
2330 2020-04-25 Tom de Vries <tdevries@suse.de>
2331
2332 * boards/debug-types.exp: New file.
2333
2334 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
2335
2336 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
2337
2338 2020-04-24 Tom Tromey <tom@tromey.com>
2339
2340 PR symtab/12707:
2341 * gdb.python/py-symbol.exp: Update expected results for
2342 linkage_name test.
2343 * gdb.cp/print-demangle.exp: New file.
2344 * gdb.base/c-linkage-name.exp: Fix test.
2345 * gdb.guile/scm-symbol.exp: Update expected results for
2346 linkage_name test.
2347
2348 2020-04-24 Tom Tromey <tom@tromey.com>
2349
2350 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
2351 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
2352 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
2353 assembler.
2354
2355 2020-04-24 Tom de Vries <tdevries@suse.de>
2356
2357 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
2358 C++.
2359
2360 2020-04-24 Tom Tromey <tromey@adacore.com>
2361
2362 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
2363 values.
2364 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
2365 values. Update test for minimal encodings.
2366 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
2367 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
2368 values. Update test for minimal encodings.
2369
2370 2020-04-24 Tom Tromey <tromey@adacore.com>
2371
2372 PR python/23662:
2373 * gdb.ada/variant.exp: Add Python checks.
2374 * gdb.rust/simple.exp: Add dynamic type checks.
2375
2376 2020-04-24 Tom Tromey <tromey@adacore.com>
2377
2378 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
2379 Make array type matching more lax.
2380 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
2381 * gdb.ada/mi_variant.exp: New file.
2382 * gdb.ada/mi_variant/pck.ads: New file.
2383 * gdb.ada/mi_variant/pkg.adb: New file.
2384 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
2385 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
2386
2387 2020-04-24 Tom Tromey <tromey@adacore.com>
2388
2389 * gdb.ada/variant.exp: Add dynamic field offset tests.
2390 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
2391 * gdb.ada/variant/pkg.adb: Add new variables.
2392
2393 2020-04-24 Tom Tromey <tromey@adacore.com>
2394
2395 * gdb.ada/variant.exp: New file
2396 * gdb.ada/variant/pkg.adb: New file
2397 * gdb.ada/variant/pck.adb: New file
2398
2399 2020-04-24 Tom de Vries <tdevries@suse.de>
2400
2401 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
2402
2403 2020-04-24 Tom de Vries <tdevries@suse.de>
2404
2405 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
2406 flags.
2407
2408 2020-04-24 Tom de Vries <tdevries@suse.de>
2409
2410 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
2411
2412 2020-04-24 Tom de Vries <tdevries@suse.de>
2413
2414 * lib/gdb.exp (default_gdb_start): Handle eof.
2415 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
2416 failure.
2417 * gdb.base/readnever.exp: Handle clean_restart failure.
2418
2419 2020-04-23 Tom de Vries <tdevries@suse.de>
2420
2421 * gdb.base/decl-before-def.exp: Run to main and print a again.
2422
2423 2020-04-23 Tom de Vries <tdevries@suse.de>
2424
2425 * gdb.base/decl-before-def-decl.c: New test.
2426 * gdb.base/decl-before-def-def.c: New test.
2427 * gdb.base/decl-before-def.exp: New file.
2428
2429 2020-04-23 Tom de Vries <tdevries@suse.de>
2430
2431 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
2432
2433 2020-04-22 Tom de Vries <tdevries@suse.de>
2434
2435 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
2436 debug_info_offset.
2437 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
2438 before $objsfile in the line line.
2439
2440 2020-04-22 Tom de Vries <tdevries@suse.de>
2441
2442 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
2443
2444 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2445
2446 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
2447 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
2448 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
2449 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
2450 * gdb.base/jit-protocol.h: Update definitions to match all usage
2451 contexts.
2452
2453 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2454
2455 * gdb.base: Rename all jit related test and source files.
2456
2457 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2458
2459 * gdb.base/jit-reader.exp: Relax register output check.
2460
2461 2020-04-22 Tom de Vries <tdevries@suse.de>
2462
2463 PR symtab/25764
2464 * gdb.base/psym-external-decl-2.c: New test.
2465 * gdb.base/psym-external-decl.c: New test.
2466 * gdb.base/psym-external-decl.exp: New file.
2467 * gdb.threads/tls.exp: Add PR25807 kfail.
2468
2469 2020-04-22 Tom de Vries <tdevries@suse.de>
2470
2471 PR symtab/25801
2472 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
2473 in "info source" output.
2474
2475 2020-04-22 Tom de Vries <tdevries@suse.de>
2476
2477 PR symtab/25700
2478 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
2479 symtab for imported_unit.c.
2480
2481 2020-04-21 Gary Benson <gbenson@redhat.com>
2482
2483 * gdb.base/advance.c (func): New argument, to match call site.
2484 (func2, func3): Add return statements.
2485
2486 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2487
2488 * gdb.multi/run-only-second-inf.c: New file.
2489 * gdb.multi/run-only-second-inf.exp: New file.
2490
2491 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
2492
2493 * gdb.btrace/multi-inferior.c: New test.
2494 * gdb.btrace/multi-inferior.exp: New file.
2495
2496 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
2497
2498 * gdb.btrace/enable-new-thread.c: New test.
2499 * gdb.btrace/enable-new-thread.exp: New file.
2500
2501 2020-04-21 Tom de Vries <tdevries@suse.de>
2502
2503 PR gdb/25471
2504 * gdb.threads/killed-outside.c: New test.
2505 * gdb.threads/killed-outside.exp: New file.
2506
2507 2020-04-20 Gary Benson <gbenson@redhat.com>
2508
2509 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
2510 * gdb.base/nested-subp2.exp: Likewise.
2511 * gdb.base/nested-subp3.exp: Likewise.
2512
2513 2020-04-20 Gary Benson <gbenson@redhat.com>
2514
2515 * gdb.base/nested-subp1.exp: Disable test when using clang.
2516 * gdb.base/nested-subp2.exp: Likewise.
2517 * gdb.base/nested-subp3.exp: Likewise.
2518
2519 2020-04-20 Gary Benson <gbenson@redhat.com>
2520
2521 * gdb.cp/exception.cc: Fix compilation error with clang.
2522
2523 2020-04-20 Gary Benson <gbenson@redhat.com>
2524
2525 * gdb.trace/tspeed.c: Fix compilation error with clang.
2526
2527 2020-04-20 Gary Benson <gbenson@redhat.com>
2528
2529 * gdb.base/jit-main.c: Fix compilation error with clang.
2530
2531 2020-04-17 Kamil Rytarowski <n54@gmx.com>
2532
2533 * gdb.base/attach-twice.c: Include "sys/types.h".
2534 (PTRACE_ATTACH): Add fallback definition.
2535 (main): Pass `0' to the 4th argument of `ptrace'.
2536
2537 2020-04-17 Kamil Rytarowski <n54@gmx.com>
2538
2539 * gdb.base/fork-running-state.c: Include "signal.h".
2540
2541 2020-04-17 Tom Tromey <tromey@adacore.com>
2542
2543 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
2544 Update tests.
2545 * gdb.btrace/cpu.exp: Update tests.
2546 * gdb.base/maint.exp: Update tests.
2547 * gdb.base/default.exp: Update tests.
2548 * gdb.base/completion.exp: Update tests.
2549
2550 2020-04-16 Tom de Vries <tdevries@suse.de>
2551
2552 PR symtab/25791
2553 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
2554 (ensure_gdb_index): and factor out and move ...
2555 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
2556 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
2557
2558 2020-04-16 Tom de Vries <tdevries@suse.de>
2559
2560 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
2561 loading exec.
2562
2563 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
2564
2565 * gdb.base/many-completions.exp: New file.
2566
2567 2020-04-14 Tom de Vries <tdevries@suse.de>
2568
2569 PR symtab/25718
2570 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
2571
2572 2020-04-14 Tom de Vries <tdevries@suse.de>
2573
2574 PR symtab/25720
2575 * gdb.base/maint-expand-symbols-header-file.c: New test.
2576 * gdb.base/maint-expand-symbols-header-file.exp: New file.
2577 * gdb.base/maint-expand-symbols-header-file.h: New test.
2578
2579 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
2580
2581 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
2582 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
2583 get_func_info.
2584 (get_func_info): Delete.
2585 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
2586 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
2587 * lib/dwarf.exp (get_func_info): New function.
2588
2589 2020-04-13 Tom de Vries <tdevries@suse.de>
2590
2591 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
2592 to what find_gnatmake does.
2593
2594 2020-04-10 Tom de Vries <tdevries@suse.de>
2595
2596 * gdb.base/style.exp: Expect "Expanding full symbols" message for
2597 -readnow.
2598
2599 2020-04-10 Tom de Vries <tdevries@suse.de>
2600
2601 PR cli/25808
2602 * gdb.base/style.c: Add leading newlines.
2603 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
2604 Check listing of main's one-line body.
2605
2606 2020-04-08 Tom de Vries <tdevries@suse.de>
2607
2608 * lib/gdb.exp (psymtabs_p): New proc.
2609 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
2610 importing unit" unsupported if there are no partial symbols.
2611
2612 2020-04-08 Tom de Vries <tdevries@suse.de>
2613
2614 PR testsuite/25760
2615 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
2616
2617 2020-04-07 Tom de Vries <tdevries@suse.de>
2618
2619 PR symtab/25796
2620 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
2621
2622 2020-04-07 Tom de Vries <tdevries@suse.de>
2623
2624 * gdb.base/check-psymtab.c: New test.
2625 * gdb.base/check-psymtab.exp: New file.
2626
2627 2020-04-06 Tom Tromey <tromey@adacore.com>
2628
2629 * gdb.ada/variant-record/proc.adb: New file.
2630 * gdb.ada/variant-record/value.adb: New file.
2631 * gdb.ada/variant-record/value.s: New file.
2632 * gdb.ada/variant-record.exp: New file.
2633
2634 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
2635
2636 PR gdb/25325
2637 * gdb.cp/typed-enum.cc: New test.
2638 * gdb.cp/typed-enum.exp: New file.
2639
2640 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2641
2642 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
2643 * gdb.dwarf2/dw2-inline-small-func.c: New file.
2644 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
2645 * gdb.dwarf2/dw2-inline-small-func.h: New file.
2646 * gdb.opt/inline-small-func.c: New file.
2647 * gdb.opt/inline-small-func.exp: New file.
2648 * gdb.opt/inline-small-func.h: New file.
2649
2650 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2651
2652 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
2653 function.
2654
2655 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2656
2657 * lib/dwarf.exp (function_range): Allow compiler options to be
2658 specified.
2659
2660 2020-04-02 Tom de Vries <tdevries@suse.de>
2661
2662 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
2663 __attribute__((always_inline)).
2664 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
2665
2666 2020-04-02 Tom de Vries <tdevries@suse.de>
2667
2668 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
2669 (gdbserver_gdb_exit): ... here. Add timeout warning.
2670 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
2671 (connect_target_extended_remote): Append new server_spawn_id to
2672 server_spawn_ids.
2673 (cleanup): New proc.
2674 (setup, <toplevel>): Call cleanup.
2675
2676 2020-04-02 Tom de Vries <tdevries@suse.de>
2677
2678 * gdb.base/main-psymtab.exp: New file.
2679
2680 2020-04-02 Tom de Vries <tdevries@suse.de>
2681
2682 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
2683
2684 2020-04-01 Tom Tromey <tom@tromey.com>
2685
2686 * gdb.base/complex-parts.exp: Add type tests.
2687
2688 2020-04-01 Tom Tromey <tom@tromey.com>
2689
2690 * gdb.base/complex-parts.exp: Add arithmetic tests.
2691
2692 2020-04-01 Tom Tromey <tom@tromey.com>
2693
2694 * gdb.compile/compile.exp: Update.
2695 * gdb.compile/compile-cplus.exp: Update.
2696 * gdb.base/varargs.exp: Update.
2697 * gdb.base/floatn.exp: Update.
2698 * gdb.base/endianity.exp: Update.
2699 * gdb.base/callfuncs.exp (do_function_calls): Update.
2700 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
2701 (complex_float_integral_args): Update.
2702 * gdb.base/complex.exp: Update.
2703 * gdb.base/complex-parts.exp: Update.
2704
2705 2020-04-01 Tom Tromey <tromey@adacore.com>
2706
2707 * gdb.rust/union.rs: New file.
2708 * gdb.rust/union.exp: New file.
2709 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
2710 (main): Update.
2711 * gdb.rust/simple.exp: Move union tests to union.exp.
2712
2713 2020-04-01 Tom Tromey <tromey@adacore.com>
2714
2715 * gdb.rust/simple.rs (main): Remove "y0".
2716
2717 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2718
2719 * gdb.multi/stop-all-on-exit.c: New test.
2720 * gdb.multi/stop-all-on-exit.exp: New file.
2721
2722 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
2723
2724 PR gdb/24789
2725 * gdb.cp/misc.cc: Add integer reference variable.
2726 * gdb.cp/misc.exp: Add test.
2727
2728 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2729
2730 * gdb.server/stop-reply-no-thread.exp: Enhance the test
2731 scenario to cover execution until the end and also the case
2732
2733 2020-03-31 Tom de Vries <tdevries@suse.de>
2734
2735 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
2736 c. Use "maint info symtabs" to check symtab expansion.
2737
2738 2020-03-30 Tom de Vries <tdevries@suse.de>
2739
2740 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
2741 unsupported.
2742 (verify_psymtab_expanded): Move ...
2743 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
2744 test.
2745 (readnow): New proc.
2746
2747 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2748
2749 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
2750 with $hex.
2751
2752 2020-03-20 Tom Tromey <tromey@adacore.com>
2753
2754 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
2755
2756 2020-03-20 Tom Tromey <tromey@adacore.com>
2757
2758 * gdb.ada/sub_variant/subv.adb: New file.
2759 * gdb.ada/sub_variant.exp: New file.
2760
2761 2020-03-20 Tom de Vries <tdevries@suse.de>
2762
2763 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
2764 first break fails.
2765 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
2766
2767 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2768
2769 * gdb.server/exit-multiple-threads.c: New file.
2770 * gdb.server/exit-multiple-threads.exp: New file.
2771
2772 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2773
2774 * gdb.fortran/mixed-lang-stack.c: New file.
2775 * gdb.fortran/mixed-lang-stack.cpp: New file.
2776 * gdb.fortran/mixed-lang-stack.exp: New file.
2777 * gdb.fortran/mixed-lang-stack.f90: New file.
2778
2779 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2780
2781 * gdb.linespec/cp-completion-aliases.cc: New file.
2782 * gdb.linespec/cp-completion-aliases.exp: New file.
2783
2784 2020-03-19 Tom de Vries <tdevries@suse.de>
2785
2786 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
2787 more precise.
2788
2789 2020-03-18 Tom de Vries <tdevries@suse.de>
2790
2791 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
2792 * gdb.dwarf2/break-inline-psymtab.c: New test.
2793 * gdb.dwarf2/break-inline-psymtab.exp: New file.
2794
2795 2020-03-16 Tom de Vries <tdevries@suse.de>
2796
2797 * lib/cache.exp (gdb_do_cache): Add and handle local variables
2798 cache_verify and cache_verify_proc.
2799
2800 2020-03-15 Tom de Vries <tdevries@suse.de>
2801
2802 * gdb.server/solib-list.exp: Handle
2803 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
2804
2805 2020-03-15 Tom de Vries <tdevries@suse.de>
2806
2807 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
2808 objfiles".
2809
2810 2020-03-14 Tom Tromey <tom@tromey.com>
2811
2812 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
2813
2814 2020-03-14 Tom de Vries <tdevries@suse.de>
2815
2816 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
2817
2818 2020-03-14 Tom de Vries <tdevries@suse.de>
2819
2820 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
2821 result in line-by-line fashion.
2822
2823 2020-03-14 Tom de Vries <tdevries@suse.de>
2824
2825 * lib/gdb.exp (supports_statement_frontiers): New proc.
2826 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
2827
2828 2020-03-14 Tom de Vries <tdevries@suse.de>
2829
2830 * gdb.base/printcmds.exp: Add missing quoting for "print
2831 teststring2".
2832
2833 2020-03-13 Tom Tromey <tom@tromey.com>
2834
2835 * gdb.base/printcmds.exp (test_print_strings): Add regression
2836 test.
2837 * gdb.base/printcmds.c (charptr): New typedef.
2838 (teststring2): New global.
2839
2840 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
2841
2842 * gdb.base/break-interp.exp: Use the tail of the filename, not the
2843 full path in the test name.
2844 (test_ld): Add some with_test_prefix blocks to make test names
2845 unique.
2846
2847 2020-03-13 Tom de Vries <tdevries@suse.de>
2848
2849 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
2850
2851 2020-03-13 Tom de Vries <tdevries@suse.de>
2852
2853 * gdb.mi/mi-sym-info.exp: Make matching more precise.
2854
2855 2020-03-13 Tom de Vries <tdevries@suse.de>
2856
2857 PR symtab/25646
2858 * gdb.dwarf2/imported-unit.exp: Add test.
2859
2860 2020-03-13 Tom de Vries <tdevries@suse.de>
2861
2862 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
2863 (var1, var2): New variable.
2864 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
2865 matching symbols.
2866
2867 2020-03-13 Tom de Vries <tdevries@suse.de>
2868
2869 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
2870 (Term::command): Use prompt prefix.
2871 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
2872 * gdb.tui/tui-layout-asm-short-prog.exp: Use
2873 command_no_prompt_prefix instead of prefix.
2874 * gdb.tui/tui-layout-asm.exp: Same.
2875
2876 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
2877
2878 * gdb.base/break-interp.exp: Use foreach_with_prefix.
2879
2880 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
2881
2882 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
2883 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
2884 on" while stepping over the test instruction, match printed
2885 message.
2886
2887 2020-03-12 Tom de Vries <tdevries@suse.de>
2888
2889 * gdb.base/info-types.exp: Use exp_continue during matching of output
2890 of "info types".
2891
2892 2020-03-12 Tom de Vries <tdevries@suse.de>
2893
2894 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
2895
2896 2020-03-12 Tom de Vries <tdevries@suse.de>
2897
2898 * gdb.fortran/module.exp: Use exp_continue during matching of output
2899 of "info variable -n".
2900
2901 2020-03-12 Tom de Vries <tdevries@suse.de>
2902
2903 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
2904 gdb.dwarf2/dw2-ranges-base.c.
2905
2906 2020-03-12 Tom de Vries <tdevries@suse.de>
2907
2908 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
2909 in presence of GLIBC debuginfo.
2910
2911 2020-03-12 Tom de Vries <tdevries@suse.de>
2912
2913 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
2914 $core.
2915
2916 2020-03-12 Tom de Vries <tdevries@suse.de>
2917
2918 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
2919 more precise.
2920
2921 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
2922
2923 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
2924 from Unix to Windows path.
2925
2926 2020-03-11 Tom de Vries <tdevries@suse.de>
2927
2928 * gdb.ada/minsyms.exp: Set language to ada.
2929
2930 2020-03-11 Tom de Vries <tdevries@suse.de>
2931
2932 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
2933
2934 2020-03-11 Tom de Vries <tdevries@suse.de>
2935
2936 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
2937
2938 2020-03-11 Tom Tromey <tromey@adacore.com>
2939
2940 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
2941
2942 2020-03-11 Tom de Vries <tdevries@suse.de>
2943
2944 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
2945
2946 2020-03-11 Tom de Vries <tdevries@suse.de>
2947
2948 * gdb.base/break-interp.exp: Limit verbose scope.
2949
2950 2020-03-11 Tom de Vries <tdevries@suse.de>
2951
2952 * gdb.fortran/logical.f90: Define variable with character type.
2953 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
2954
2955 2020-03-11 Tom de Vries <tdevries@suse.de>
2956
2957 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
2958
2959 2020-03-11 Tom de Vries <tdevries@suse.de>
2960
2961 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
2962 symtabs.
2963
2964 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2965 Bernd Edlinger <bernd.edlinger@hotmail.de>
2966
2967 * gdb.cp/step-and-next-inline.cc: New file.
2968 * gdb.cp/step-and-next-inline.exp: New file.
2969 * gdb.cp/step-and-next-inline.h: New file.
2970 * gdb.dwarf2/dw2-is-stmt.c: New file.
2971 * gdb.dwarf2/dw2-is-stmt.exp: New file.
2972 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
2973 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
2974 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
2975
2976 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2977
2978 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
2979 is-stmt flag in the line table.
2980
2981 2020-03-09 Tom de Vries <tdevries@suse.de>
2982
2983 * lib/gdb.exp (cached_file): Create cache dir.
2984
2985 2020-03-07 Tom de Vries <tdevries@suse.de>
2986
2987 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
2988 * gdb.cp/rvalue-ref-params.exp: Same.
2989
2990 2020-03-06 Tom de Vries <tdevries@suse.de>
2991
2992 * lib/gdb.exp (tentative_rename, cached_file): New proc.
2993 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
2994
2995 2020-03-06 Tom de Vries <tdevries@suse.de>
2996
2997 * README: Fix "the the".
2998 * gdb.base/dprintf.exp: Same.
2999
3000 2020-03-05 Tom de Vries <tdevries@suse.de>
3001
3002 * gdb.base/maint.exp: Update "main print statistics" expected output.
3003
3004 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3005
3006 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
3007 (fortran_int8): Likewise.
3008 (fortran_real4): Likewise.
3009 (fortran_real8): Likewise.
3010 (fortran_complex4): Likewise.
3011 (fortran_logical4): Likewise.
3012 (fortran_character1): Likewise.
3013
3014 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
3015
3016 * gdb.fortran/logical.exp: Add tests that any non-zero value is
3017 printed as true.
3018
3019 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
3020
3021 * gdb.base/printcmds.exp: Add test to verify printf of a
3022 variable holding an address.
3023
3024 2020-03-03 Tom de Vries <tdevries@suse.de>
3025
3026 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
3027
3028 2020-03-03 Tom de Vries <tdevries@suse.de>
3029
3030 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
3031 gdb_test_multiple call.
3032
3033 2020-03-03 Tom de Vries <tdevries@suse.de>
3034
3035 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
3036 gdb_test_multiple calls.
3037
3038 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
3039
3040 * gdb.base/default.exp: Remove test of 'set history filename'.
3041 * gdb.base/gdbinit-history.exp: Add tests for setting the history
3042 filename to the empty string.
3043 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
3044 and GDBHISTSIZE.
3045
3046 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
3047
3048 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
3049 disabled.
3050
3051 2020-03-02 Pedro Alves <palves@redhat.com>
3052 Tom de Vries <tdevries@suse.de>
3053
3054 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
3055 -prompt prefix, before user_code argument. Add -lbl option likewise.
3056 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
3057 (gdb_is_target_1): Add -prompt prefix and move to before user_code
3058 argument.
3059 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
3060 have "\r\n" at start-of-line, instead of at end-of-line.
3061
3062 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
3063
3064 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
3065 libinproctrace.so.
3066
3067 2020-02-28 Luis Machado <luis.machado@linaro.org>
3068
3069 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
3070 to "p/x".
3071
3072 2020-02-28 Luis Machado <luis.machado@linaro.org>
3073
3074 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
3075 asm/ptrace.h and error.h.
3076
3077 2020-02-28 Tom de Vries <tdevries@suse.de>
3078
3079 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
3080 (struct wrapper, do_something, mundane/symada__cS): Move ...
3081 * gdb.base/c-linkage-name-2.c: ... here. New source file.
3082 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
3083 Update "print symada__cS before partial symtab expansion" regexp.
3084 Update breakpoint location. Flush symbol cache after expansion.
3085
3086 2020-02-28 Luis Machado <luis.machado@linaro.org>
3087
3088 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
3089
3090 2020-02-27 Tom de Vries <tdevries@suse.de>
3091
3092 * config/sid.exp: Remove unused globals.
3093 * gdb.base/attach.exp: Same.
3094 * gdb.base/catch-load.exp: Same.
3095 * gdb.base/dbx.exp: Same.
3096 * lib/gdb.exp: Same.
3097 * lib/mi-support.exp: Same.
3098 * lib/prompt.exp: Same.
3099
3100 2020-02-27 Tom de Vries <tdevries@suse.de>
3101
3102 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
3103 not set.
3104
3105 2020-02-26 Aaron Merey <amerey@redhat.com>
3106
3107 * gdb.debuginfod: New directory for debuginfod tests.
3108 * gdb.debuginfod/main.c: New test file.
3109 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
3110
3111 2020-02-26 Tom de Vries <tdevries@suse.de>
3112
3113 PR gdb/25603
3114 * gdb.base/persistent-lang.cc: New test.
3115 * gdb.base/persistent-lang.exp: New file.
3116
3117 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
3118
3119 * gdb.fortran/derived-type-striding.exp: Add a new test.
3120 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
3121 new test.
3122
3123 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
3124
3125 * gdb.base/cached-source-file.exp: Avoid source file paths in test
3126 names.
3127
3128 2020-02-25 Tom de Vries <tdevries@suse.de>
3129
3130 PR go/18926
3131 * gdb.go/methods.exp: Remove gcc/93866 xfail.
3132
3133 2020-02-24 Tom de Vries <tdevries@suse.de>
3134
3135 PR gdb/25592
3136 * gdb.base/info-locals-unused-static-var.c: New test.
3137 * gdb.base/info-locals-unused-static-var.exp: New file.
3138
3139 2020-02-22 Tom Tromey <tom@tromey.com>
3140
3141 * gdb.python/tui-window.exp: New file.
3142 * gdb.python/tui-window.py: New file.
3143
3144 2020-02-22 Tom Tromey <tom@tromey.com>
3145
3146 PR tui/17850:
3147 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
3148 tests.
3149
3150 2020-02-22 Tom Tromey <tom@tromey.com>
3151
3152 * gdb.tui/new-layout.exp: Add sub-layout tests.
3153
3154 2020-02-22 Tom Tromey <tom@tromey.com>
3155
3156 * gdb.tui/new-layout.exp: New file.
3157
3158 2020-02-22 Tom Tromey <tom@tromey.com>
3159
3160 * gdb.rust/rust-style.rs: New file.
3161 * gdb.rust/rust-style.exp: New file.
3162 * gdb.base/style.exp: Test structure printing.
3163 * gdb.base/style.c (struct some_struct): New type.
3164 (enum etype): New type.
3165 (struct_value): New global.
3166
3167 2020-02-21 Tom de Vries <tdevries@suse.de>
3168
3169 PR go/18926
3170 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
3171 Remove blanket xfails. Use message argument for gdb_breakpoint.
3172 Make continuing to breakpoint test conditional on setting breakpoint.
3173 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
3174 DW_AT_name attribute. Add xfail for GCC PR93866.
3175
3176 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
3177
3178 * gdb.dwarf2/cpp-linkage-name.c: New file.
3179 * gdb.dwarf2/cpp-linkage-name.exp: New file.
3180
3181 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
3182
3183 * lib/gdb.exp (gdb_wrapper_init): Reset
3184 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
3185 not exist.
3186
3187 2020-02-20 Tom de Vries <tdevries@suse.de>
3188
3189 PR go/17018
3190 * gdb.go/hello.exp: Copy ...
3191 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
3192 print of st to print value of global definition. Add xfail for GCC
3193 PR93844.
3194 * gdb.go/hello.exp: Remove printing of st before definition.
3195 * gdb.go/hello.go: Copy ...
3196 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
3197 to st.
3198 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
3199
3200 2020-02-20 Tom de Vries <tdevries@suse.de>
3201
3202 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
3203 (gdb_simple_compile): Handle compile_flags go by using .go extension
3204 for source file.
3205 * gdb.go/chan.exp: Use support_go_compile.
3206 * gdb.go/handcall.exp: Same.
3207 * gdb.go/hello.exp: Same.
3208 * gdb.go/integers.exp: Same.
3209 * gdb.go/max-depth.exp: Same.
3210 * gdb.go/methods.exp: Same.
3211 * gdb.go/package.exp: Same.
3212 * gdb.go/strings.exp: Same.
3213 * gdb.go/types.exp: Same.
3214 * gdb.go/unsafe.exp: Same.
3215
3216 2020-02-19 Tom de Vries <tdevries@suse.de>
3217
3218 * gdb.python/lib-types.exp: Make xfail more strict.
3219
3220 2020-02-19 Tom de Vries <tdevries@suse.de>
3221
3222 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
3223
3224 2020-02-19 Doug Evans <dje@google.com>
3225
3226 PR rust/25535
3227 * gdb.rust/simple.exp: Add test.
3228 * gdb.rust/simple.rs: Add test.
3229
3230 2020-02-19 Tom de Vries <tdevries@suse.de>
3231
3232 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
3233 output line-by-line.
3234
3235 2020-02-19 Tom de Vries <tdevries@suse.de>
3236
3237 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
3238
3239 2020-02-19 Tom de Vries <tdevries@suse.de>
3240
3241 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
3242 prelink.
3243
3244 2020-02-19 Tom de Vries <tdevries@suse.de>
3245
3246 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
3247 (gdb_do_cache): Use gdb_do_cache_wrap.
3248 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
3249
3250 2020-02-19 Tom de Vries <tdevries@suse.de>
3251
3252 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
3253 gdb_compile option.
3254
3255 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
3256
3257 * gdb.base/printcmds.exp (test_print_enums): Update expected
3258 output.
3259
3260 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
3261
3262 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
3263 for "unknown".
3264
3265 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
3266
3267 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
3268 enumerator.
3269
3270 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
3271
3272 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
3273 FE_, add FE_NONE.
3274 (three): Update.
3275 (enum flag_enum_without_zero): New enum.
3276 (flag_enum_without_zero): New variable.
3277 (enum not_flag_enum): New enum.
3278 (three_not_flag): New variable.
3279 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
3280 (test_print_enums): Add more tests for printing flag enums.
3281
3282 2020-02-18 Tom de Vries <tdevries@suse.de>
3283
3284 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
3285 (gdb_compile_ada): ... here.
3286 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
3287 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
3288
3289 2020-02-14 Tom Tromey <tom@tromey.com>
3290
3291 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
3292 build directory.
3293 * boards/gdbserver-base.exp: Update path to gdbserver.
3294
3295 2020-02-13 Tom de Vries <tdevries@suse.de>
3296
3297 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
3298
3299 2020-02-13 Tom de Vries <tdevries@suse.de>
3300
3301 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
3302 are missing.
3303
3304 2020-02-13 Tom de Vries <tdevries@suse.de>
3305
3306 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
3307 call.
3308
3309 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
3310
3311 PR tui/25126
3312 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
3313 * gdb.base/cached-source-file.c: New file.
3314 * gdb.base/cached-source-file.exp: New file.
3315
3316 2020-02-11 Tom de Vries <tdevries@suse.de>
3317
3318 PR testsuite/25488
3319 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
3320
3321 2020-02-10 Tom de Vries <tdevries@suse.de>
3322
3323 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
3324
3325 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
3326
3327 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
3328 and $after_addr are both integers before making a comparison.
3329
3330 2020-02-09 Tom de Vries <tdevries@suse.de>
3331
3332 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
3333 command output and paste it into gdb.log. If any, paste catch message
3334 to gdb.log.
3335
3336 2020-02-07 Tom Tromey <tromey@adacore.com>
3337
3338 PR breakpoints/24915:
3339 * gdb.base/annotate-symlink.exp: Use setup_xfail.
3340
3341 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
3342
3343 * gdb.tui/tui-missing-src.exp: Add the "missing source
3344 file" test for the TUI.
3345
3346 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
3347
3348 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
3349 including a port number in the output.
3350
3351 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
3352
3353 * lib/fortran.exp (fortran_int4): Handle clang.
3354 (fortran_int8): Likewise.
3355 (fortran_real4): Likewise.
3356 (fortran_real8): Likewise.
3357 (fortran_complex4): Likewise.
3358 (fortran_logical4): Likewise.
3359 (fortran_character1): Likewise.
3360
3361 2020-02-04 Tom de Vries <tdevries@suse.de>
3362
3363 * README (Race detection): Add note.
3364
3365 2020-02-04 Tom de Vries <tdevries@suse.de>
3366
3367 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
3368
3369 2020-02-04 Tom de Vries <tdevries@suse.de>
3370
3371 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
3372
3373 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
3374
3375 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
3376 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
3377 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
3378 blttar, bnetarl.
3379 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
3380 binary for blttar, bnetarl.
3381 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
3382 wait instruction. Delete ldmx test.
3383 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
3384
3385 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3386
3387 * gdb.fortran/array-bounds-high.exp: New file.
3388 * gdb.fortran/array-bounds-high.f90: New file.
3389
3390 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
3391
3392 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
3393 Replace #include of <sys/fcntl.h> by <fcntl.h>.
3394
3395 2020-02-01 Tom de Vries <tdevries@suse.de>
3396
3397 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
3398
3399 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
3400
3401 PR tui/9765
3402 * gdb.tui/tui-layout-asm-short-prog.S: New file.
3403 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
3404
3405 2020-01-29 Luis Machado <luis.machado@linaro.org>
3406
3407 * gdb.arch/aarch64-brk-patterns.c: New source file.
3408 * gdb.arch/aarch64-brk-patterns.exp: New test.
3409
3410 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3411
3412 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
3413 GCC/Clang version.
3414 * gdb.cp/pass-by-ref.exp: Ditto.
3415
3416 2020-01-29 Tom de Vries <tdevries@suse.de>
3417
3418 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
3419 * gdb.threads/watchpoint-fork-mt.c: Same.
3420 * gdb.threads/watchpoint-fork-parent.c: Same.
3421 * gdb.threads/watchpoint-fork-st.c: Same.
3422 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
3423
3424 2020-01-27 Luis Machado <luis.machado@linaro.org>
3425
3426 * gdb.base/step-over-syscall.exp (setup): Check if we're already
3427 sitting at a syscall instruction when we hit the syscall function's
3428 breakpoint.
3429 Check PC against one obtained with the x command.
3430 Validate syscall number.
3431 (step_over_syscall): Don't continue to the syscall instruction if
3432 we're already there.
3433
3434 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3435
3436 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
3437
3438 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3439
3440 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
3441 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
3442
3443 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3444
3445 * gdb.dwarf2/dw2-inline-stepping.c: New file.
3446 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
3447
3448 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3449
3450 * gdb.base/maint.exp: Update line table parsing test.
3451 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
3452
3453 2020-01-24 Pedro Alves <palves@redhat.com>
3454
3455 PR gdb/25410
3456 * gdb.multi/multi-re-run-1.c: New.
3457 * gdb.multi/multi-re-run-2.c: New.
3458 * gdb.multi/multi-re-run.exp: New.
3459
3460 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3461
3462 PR gdb/23718
3463 * gdb.server/server-kill-python.exp: New file.
3464
3465 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3466
3467 * gdb.server/multi-ui-errors.c: New file.
3468 * gdb.server/multi-ui-errors.exp: New file.
3469
3470 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3471
3472 PR tui/9765
3473 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
3474
3475 2020-01-19 Tom Tromey <tom@tromey.com>
3476
3477 * gdb.tui/main.exp: Add check for plain "file".
3478
3479 2020-01-16 Christian Biesinger <cbiesinger@google.com>
3480
3481 * lib/gdb.exp: Fix spelling error (seperatelly).
3482
3483 2020-01-14 Tom Tromey <tom@tromey.com>
3484
3485 PR symtab/12535:
3486 * gdb.python/python.exp: Test decode_line with empty string
3487 argument.
3488
3489 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
3490
3491 * gdb.base/skip-inline.exp: Extend test.
3492
3493 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3494
3495 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
3496 * gdb.dwarf2/dw2-bad-elf.c: New file.
3497 * gdb.dwarf2/dw2-bad-elf.exp: New file.
3498
3499 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3500
3501 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
3502 _line_saw_file.
3503
3504 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3505
3506 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
3507 border.
3508
3509 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3510
3511 * gdb.multi/multi-target.exp (setup): Factor out "info
3512 connections" and "info inferiors" tests to ...
3513 (test_info_inferiors): ... this new procedure.
3514 (top level): Run new "info-inferiors" tests.
3515
3516 2020-01-10 Pedro Alves <palves@redhat.com>
3517
3518 * gdb.server/bkpt-other-inferior.exp: New file.
3519
3520 2020-01-10 Pedro Alves <palves@redhat.com>
3521
3522 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
3523 of "add-inferior".
3524 * gdb.base/quit-live.exp: Likewise.
3525 * gdb.base/remote-exec-file.exp: Likewise.
3526 * gdb.guile/scm-progspace.exp: Likewise.
3527 * gdb.linespec/linespec.exp: Likewise.
3528 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3529 * gdb.mi/user-selected-context-sync.exp: Likewise.
3530 * gdb.multi/multi-target.exp (setup): Add "info connection" and
3531 "info inferiors" tests.
3532 * gdb.multi/remove-inferiors.exp: Adjust expected output of
3533 "add-inferior".
3534 * gdb.multi/watchpoint-multi.exp: Likewise.
3535 * gdb.python/py-inferior.exp: Likewise.
3536 * gdb.server/extended-remote-restart.exp: Likewise.
3537 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
3538 "info inferiors".
3539 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
3540 * gdb.trace/report.exp: Likewise.
3541
3542 2020-01-10 Pedro Alves <palves@redhat.com>
3543
3544 * gdb.multi/multi-target.c: New file.
3545 * gdb.multi/multi-target.exp: New file.
3546 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
3547 mode requested, but remote does not support non-stop".
3548
3549 2020-01-10 Pedro Alves <palves@redhat.com>
3550
3551 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
3552 disconnect before reconnecting.
3553
3554 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3555 Pedro Alves <palves@redhat.com>
3556
3557 * gdb.server/connect-without-multi-process.exp: Also test
3558 continuing to end.
3559
3560 2020-01-10 Pedro Alves <palves@redhat.com>
3561
3562 * gdb.base/remote-exec-file.exp: New file.
3563
3564 2020-01-10 Pedro Alves <palves@redhat.com>
3565
3566 * gdb.base/fork-running-state.exp (do_test): Adjust expected
3567 output.
3568 * gdb.threads/async.c: New.
3569 * gdb.threads/async.exp: New.
3570 * gdb.multi/tids-gid-reset.c: New.
3571 * gdb.multi/tids-gid-reset.exp: New.
3572
3573 2020-01-10 George Barrett <bob@bob131.so>
3574
3575 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
3576 to help in finding the image relocation offset.
3577 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
3578 options in arguments.
3579 (stap_test_no_debuginfo): Likewise.
3580 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
3581 test variants.
3582 (stap_test): Add null semaphore relocation test.
3583
3584 2020-01-10 George Barrett <bob@bob131.so>
3585
3586 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
3587 * gdb.base/stap-probe.exp: Likewise.
3588 (stap_test): Pass argument as an additional flag.
3589 (stap_test_no_debuginfo): Likewise.
3590 (stap_test): Check `info probes stap' output for semaphore
3591 addresses if the test binary is supposed to have them.
3592
3593 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3594
3595 * gdb.tui/basic.exp: Add more scrolling tests.
3596
3597 2020-01-09 Tom Tromey <tom@tromey.com>
3598
3599 PR tui/18932:
3600 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
3601 meangingful value.
3602 (Term::command, Term::resize): Update.
3603 * gdb.tui/basic.exp: Add scrolling test.
3604
3605 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3606
3607 * gdb.tui/tui-layout-asm.exp: New file.
3608
3609 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3610
3611 * lib/tuiterm.exp (Term::check_box_contents): New proc.
3612
3613 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3614
3615 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
3616 (Term::enter_tui): Use Term::prepare_for_tui.
3617
3618 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3619
3620 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
3621 called.
3622
3623 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3624
3625 * gdb.base/skip.exp: Fix race condition in test.
3626
3627 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
3628
3629 * gdb.base/backtrace.c: New file.
3630 * gdb.base/backtrace.exp: New file.
3631
3632 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
3633
3634 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
3635
3636 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3637
3638 * gdb.base/style.exp: Test that warnings are styled.
3639
3640 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
3641
3642 * gdb.base/line65535.exp: New file.
3643 * gdb.base/line65535.c: New file.
3644
3645 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
3646
3647 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
3648 * lib/gnat_debug_info_test.adb: New file.
3649 * gdb.ada/ptype_tagged_param.exp: Use
3650 gnat_runtime_has_debug_info, expect a different output if
3651 runtime does not have debug info.
3652
3653 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
3654
3655 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
3656 (another) quote in test name.
3657
3658 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
3659
3660 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
3661 Add quote in test name.
3662
3663 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3664
3665 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
3666 directory instead.
3667 * gdb.cp/pass-by-ref.exp: Extend with more cases.
3668 * gdb.cp/pass-by-ref-2.cc: New file.
3669 * gdb.cp/pass-by-ref-2.exp: New file.
3670
3671 2019-12-20 Tom Tromey <tom@tromey.com>
3672
3673 * gdb.tui/list-before.exp: New file.
3674
3675 2019-12-20 Tom Tromey <tom@tromey.com>
3676
3677 * gdb.tui/list.exp: Check for source on initial listing.
3678
3679 2019-12-11 Tom Tromey <tromey@adacore.com>
3680
3681 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
3682 Add crlf test.
3683
3684 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
3685
3686 * gdb.base/default.exp: Update value of $_gdb_major.
3687
3688 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
3689
3690 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
3691
3692 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
3693
3694 * gdb.base/skip.exp: Whitespace fix.
3695
3696 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
3697
3698 * gdb.base/skip-inline.c: New file.
3699 * gdb.base/skip-inline.exp: New file.
3700
3701 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
3702
3703 * gdb.base/jit-reader.exp (jit_reader_test): Rename
3704 jit_function_00 to jit_function_stack_mangle.
3705 * gdb.base/jithost.c (jit_function_t): Rename to...
3706 (jit_function_stack_mangle_t): ... this.
3707 (jit_function_add_t): New typedef.
3708 (jit_function_00_code): Rename to...
3709 (jit_function_stack_mangle_code): ... this, make static.
3710 (jit_function_add_code): New.
3711 (main): Generate "add" function and call it. Adjust to changes
3712 in jithost_abi.
3713 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
3714 (struct jithost_abi) <begin, end>: Remove fields.
3715 <object, function_stack_mangle, function_add>: New fields.
3716 * gdb.base/jitreader.c (struct reader_state) <code_begin,
3717 code_end>: Remove fields.
3718 <func_stack_mangle>: New field.
3719 (read_debug_info): Adjust to renaming, create block for "add"
3720 function.
3721 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
3722
3723 2019-12-11 Tom Tromey <tom@tromey.com>
3724
3725 * gdb.tui/resize.exp: Fix regexp.
3726 * gdb.tui/regs.exp: Fix regexps.
3727 * gdb.tui/main.exp: Fix regexp.
3728
3729 2019-12-11 Tom Tromey <tom@tromey.com>
3730
3731 * gdb.tui/resize.exp: Update.
3732 * gdb.tui/empty.exp (layouts): Update.
3733
3734 2019-12-11 Tom Tromey <tom@tromey.com>
3735
3736 * gdb.tui/regs.exp: Update.
3737 * gdb.tui/empty.exp (layouts): Update.
3738 * gdb.tui/basic.exp: Update.
3739 * lib/tuiterm.exp (_check_box): Don't check bottom border.
3740
3741 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3742
3743 * gdb.base/options.exp: Add -raw-values in the print completion list.
3744 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
3745
3746 2019-12-10 Kevin Buettner <kevinb@redhat.com>
3747
3748 * gdb.threads/omp-par-scope.c: New file.
3749 * gdb/threads/omp-par-scope.exp: New file.
3750
3751 2019-12-10 Kevin Buettner <kevinb@redhat.com>
3752
3753 * lib/gdb.exp (support_nested_function_tests): New proc.
3754
3755 2019-12-10 Kevin Buettner <kevinb@redhat.com>
3756
3757 * lib/gdb.exp (gdb_compile_openmp): New proc.
3758 (build_executable_from_specs): Add an "openmp" option.
3759 (gdb_compile_pthreads): Add non-executable case.
3760
3761 2019-12-10 Tom Tromey <tromey@adacore.com>
3762
3763 * gdb.ada/unchecked_union.exp: New file.
3764 * gdb.ada/unchecked_union/pck.adb: New file.
3765 * gdb.ada/unchecked_union/pck.ads: New file.
3766 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
3767 * gdb-utils.exp (string_to_regexp): Also quote "?".
3768
3769 2019-12-10 George Barrett <bob@bob131.so>
3770
3771 Test scripted probe breakpoints.
3772 * gdb.guile/scm-breakpoint.c (main): Add probe point.
3773 * gdb.python/py-breakpoint.c (main): Likewise.
3774 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
3775 specifier test.
3776 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
3777
3778 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3779
3780 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
3781 an rvalue parameter.
3782 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
3783 parameter.
3784
3785 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3786
3787 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
3788 modules.
3789
3790 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3791
3792 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
3793 broken version of GCC.
3794
3795 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3796
3797 * gdb.fortran/info-modules.exp: Rewrite to make use of new
3798 sym-info-cmds library.
3799 * gdb.fortran/info-types.exp: Likewise.
3800 * lib/sym-info-cmds.exp: New file.
3801
3802 2019-12-08 Tom de Vries <tdevries@suse.de>
3803
3804 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
3805
3806 2019-12-07 Keith Seitz <keiths@redhat.com>
3807
3808 * gdb.base/corefile-buildid-shlib-shr.c: New file.
3809 * gdb.base/corefile-buildid-shlib.c: New file.
3810 * gdb.base/corefile-buildid.c: New file.
3811 * gdb.base/corefile-buildid.exp: New file.
3812
3813 2019-12-06 Tom de Vries <tdevries@suse.de>
3814
3815 * gdb.dwarf2/varval.exp: Add decl before def test.
3816
3817 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3818
3819 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
3820
3821 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3822
3823 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
3824 CV and reference conversion for overload resolution.
3825 * gdb.cp/rvalue-ref-overload.exp: Test it.
3826
3827 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3828
3829 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
3830 * gdb.base/frameapply.exp: Test faas without command.
3831
3832 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3833
3834 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
3835 Fortran tests.
3836 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
3837 order.
3838
3839 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3840
3841 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
3842 casting to type with no kind specified.
3843 (test_basic_parsing_of_type_kinds): Additional tests for types
3844 with no kind specified, and add tests for single/double
3845 precision/complex types.
3846
3847 2019-12-04 Tom Tromey <tromey@adacore.com>
3848
3849 * gdb.base/endianity.c (struct other) <x>: New field.
3850 (main): Initialize it.
3851 * gdb.base/endianity.exp: Update.
3852
3853 2019-12-04 Tom Tromey <tromey@adacore.com>
3854
3855 * gdb.ada/scalar_storage/storage.adb: New file.
3856 * gdb.ada/scalar_storage/pck.adb: New file.
3857 * gdb.ada/scalar_storage/pck.ads: New file.
3858 * gdb.ada/scalar_storage.exp: New file.
3859
3860 2019-12-04 Tom Tromey <tromey@adacore.com>
3861
3862 * gdb.base/endianity.c (struct otherendian) <f>: New field.
3863 (main): Initialize it.
3864 * gdb.base/endianity.exp: Update.
3865
3866 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3867
3868 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
3869
3870 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3871
3872 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
3873 -symbol-info-module-functions and -symbol-info-module-variables.
3874
3875 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
3876
3877 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
3878
3879 2019-12-01 Richard Bunt <richard.bunt@arm.com>
3880 Andrew Burgess <andrew.burgess@embecosm.com>
3881
3882 * gdb.fortran/derived-type-striding.exp: New file.
3883 * gdb.fortran/derived-type-striding.f90: New file.
3884 * gdb.fortran/array-slices.exp: New file.
3885 * gdb.fortran/array-slices.f90: New file.
3886
3887 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3888
3889 * gdb.base/define.exp: Test . in command names.
3890 * gdb.base/setshow.exp: Update test, as . is now part of
3891 command name.
3892
3893 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3894
3895 * gdb.base/define-prefix.exp: New file.
3896
3897 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
3898
3899 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
3900 compile.
3901 (skip_btrace_pt_tests): Likewise.
3902
3903 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3904
3905 * gdb.fortran/info-modules.exp: Compile source files in correct
3906 order.
3907
3908 2019-11-27 Kevin Buettner <kevinb@redhat.com>
3909
3910 * gdb.dwarf2/imported-unit.exp: New file.
3911 * gdb.dwarf2/imported-unit.c: New file.
3912
3913 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3914
3915 * gdb.mi/mi-fortran-modules-2.f90: New file.
3916 * gdb.mi/mi-fortran-modules.exp: New file.
3917 * gdb.mi/mi-fortran-modules.f90: New file.
3918
3919 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3920
3921 * gdb.mi/mi-sym-info-1.c: New file.
3922 * gdb.mi/mi-sym-info-2.c: New file.
3923 * gdb.mi/mi-sym-info.exp: New file.
3924
3925 2019-11-22 Tom Tromey <tromey@adacore.com>
3926
3927 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
3928 * gdb.ada/tasks/foo.adb: Add another stopping location.
3929
3930 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
3931
3932 * gdb.base/endianity.c: New test.
3933 * gdb.base/endianity.exp: New file.
3934
3935 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
3936
3937 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
3938
3939 2019-11-21 Tom de Vries <tdevries@suse.de>
3940
3941 PR gdb/24956
3942 * gdb.base/ui-redirect.exp: Test output of user-defined command.
3943
3944 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
3945
3946 * gdb.python/py-progspace.exp: Add missing parentheses on some
3947 'print' commands.
3948
3949 2019-11-19 Tom Tromey <tom@tromey.com>
3950
3951 * gdb.tui/winheight.exp: New file.
3952
3953 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3954
3955 * gdb.base/ctf-whatis.c: Delete.
3956 * gdb.base/ctf-whatis.exp: Delete.
3957 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
3958
3959 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3960
3961 * gdb.base/ctf-cvexpr.exp: Delete.
3962 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
3963
3964 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3965
3966 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
3967 the compiler. Clean up header comment a little.
3968 * gdb.base/ctf-ptype.exp: Likewise.
3969 * gdb.base/ctf-whatis.exp: Likewise.
3970 * lib/gdb.exp (skip_ctf_tests): New proc.
3971
3972 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
3973
3974 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
3975 * gdb.tui/corefile-run.exp: New file.
3976
3977 2019-11-14 Tom Tromey <tromey@adacore.com>
3978
3979 * gdb.base/gdbvars.exp (test_convenience_variables): Add
3980 regression tests.
3981
3982 2019-11-12 Tom Tromey <tom@tromey.com>
3983
3984 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
3985 after any command. Expect prompt after WAIT_FOR is seen.
3986 (enter_tui): Enable resize messages.
3987 (command): Expect command in output.
3988 (get_line): Avoid error when cursor appears to be off-screen.
3989 (dump_screen): Include screen size in title.
3990 (_do_resize): New proc, from "resize".
3991 (resize): Rewrite. Do resize in two steps.
3992 * gdb.tui/empty.exp (layouts): Fix entries.
3993 (check_boxes): Remove xfail.
3994 (check_text): Dump screen on failure.
3995
3996 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3997
3998 * gdb.python/py-symbol.exp: Add test for
3999 gdb.lookup_static_symbols.
4000
4001 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
4002
4003 * gdb.python/py-symbol.c: Declare and call function from new
4004 py-symbol-2.c file.
4005 * gdb.python/py-symbol.exp: Compile both source files, and add new
4006 tests for gdb.lookup_static_symbol.
4007 * gdb.python/py-symbol-2.c: New file.
4008
4009 2019-11-02 Tom de Vries <tdevries@suse.de>
4010
4011 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
4012 * gdb.base/anon.exp: Same.
4013 * gdb.base/auto-connect-native-target.exp: Same.
4014 * gdb.base/call-ar-st.exp: Same.
4015 * gdb.base/catch-syscall.exp: Same.
4016 * gdb.base/commands.exp: Same.
4017 * gdb.base/default.exp: Same.
4018 * gdb.base/display.exp: Same.
4019 * gdb.base/float.exp: Same.
4020 * gdb.base/foll-fork.exp: Same.
4021 * gdb.base/help.exp: Same.
4022 * gdb.base/info-macros.exp: Same.
4023 * gdb.base/info-proc.exp: Same.
4024 * gdb.base/info-target.exp: Same.
4025 * gdb.base/long_long.exp: Same.
4026 * gdb.base/macscp.exp: Same.
4027 * gdb.base/memattr.exp: Same.
4028 * gdb.base/nofield.exp: Same.
4029 * gdb.base/pointers.exp: Same.
4030 * gdb.base/printcmds.exp: Same.
4031 * gdb.base/ptype.exp: Same.
4032 * gdb.base/restore.exp: Same.
4033 * gdb.base/return.exp: Same.
4034 * gdb.base/scope.exp: Same.
4035 * gdb.base/set-noassign.exp: Same.
4036 * gdb.base/setshow.exp: Same.
4037 * gdb.base/shlib-call.exp: Same.
4038 * gdb.base/signals.exp: Same.
4039 * gdb.base/sigstep.exp: Same.
4040 * gdb.base/skip.exp: Same.
4041 * gdb.base/solib-symbol.exp: Same.
4042 * gdb.base/stap-probe.exp: Same.
4043 * gdb.base/step-line.exp: Same.
4044 * gdb.base/step-test.exp: Same.
4045 * gdb.base/style.exp: Same.
4046 * gdb.base/varargs.exp: Same.
4047 * gdb.base/vla-datatypes.exp: Same.
4048 * gdb.base/vla-ptr.exp: Same.
4049 * gdb.base/vla-sideeffect.exp: Same.
4050 * gdb.base/volatile.exp: Same.
4051 * gdb.base/watch-cond-infcall.exp: Same.
4052 * gdb.base/watchpoint.exp: Same.
4053
4054 2019-11-02 Tom de Vries <tdevries@suse.de>
4055
4056 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
4057 * gdb.cp/cpexprs.exp: Same.
4058 * gdb.cp/except-multi-location.exp: Same.
4059 * gdb.cp/exceptprint.exp: Same.
4060 * gdb.cp/gdb2384.exp: Same.
4061 * gdb.cp/inherit.exp: Same.
4062 * gdb.cp/m-static.exp: Same.
4063 * gdb.cp/meth-typedefs.exp: Same.
4064 * gdb.cp/misc.exp: Same.
4065 * gdb.cp/namespace.exp: Same.
4066 * gdb.cp/non-trivial-retval.exp: Same.
4067 * gdb.cp/overload.exp: Same.
4068 * gdb.cp/pr17132.exp: Same.
4069 * gdb.cp/re-set-overloaded.exp: Same.
4070 * gdb.cp/rvalue-ref-types.exp: Same.
4071 * gdb.cp/templates.exp: Same.
4072
4073 2019-11-01 Luis Machado <luis.machado@linaro.org>
4074
4075 PR gdb/25124
4076
4077 * gdb.arch/pr25124.S: New file.
4078 * gdb.arch/pr25124.exp: New file.
4079
4080 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4081
4082 * gdb.fortran/info-modules.exp: Update expected results, and add
4083 additional tests for 'info module functinos', and 'info module
4084 variables'.
4085 * gdb.fortran/info-types.exp: Update expected results.
4086 * gdb.fortran/info-types.f90: Extend testcase with additional
4087 module variables and functions.
4088
4089 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4090
4091 * gdb.fortran/info-modules.exp: New file.
4092 * gdb.fortran/info-types.exp: Build with new file.
4093 * gdb.fortran/info-types.f90: Include and use new module.
4094 * gdb.fortran/info-types-2.f90: New file.
4095
4096 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4097
4098 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
4099 * gdb.base/settings.exp: Test all settings types using
4100 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
4101 that now verifies that the value of "maint show" is the same as
4102 returned by the settings functions. Test the type of the
4103 maintenance settings.
4104 * gdb.base/default.exp: Update show_conv_list.
4105
4106 2019-10-31 Tom de Vries <tdevries@suse.de>
4107
4108 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
4109 gdb_test.
4110 * gdb.arch/amd64-disp-step.exp: Same.
4111 * gdb.asm/asm-source.exp: Same.
4112 * gdb.btrace/buffer-size.exp: Same.
4113 * gdb.btrace/cpu.exp: Same.
4114 * gdb.btrace/enable.exp: Same.
4115 * gdb.dwarf2/count.exp: Same.
4116 * gdb.dwarf2/dw2-ranges-func.exp: Same.
4117 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
4118 * gdb.fortran/vla-datatypes.exp: Same.
4119 * gdb.fortran/vla-history.exp: Same.
4120 * gdb.fortran/vla-ptype.exp: Same.
4121 * gdb.fortran/vla-value.exp: Same.
4122 * gdb.fortran/whatis_type.exp: Same.
4123 * gdb.guile/guile.exp: Same.
4124 * gdb.multi/tids.exp: Same.
4125 * gdb.python/py-finish-breakpoint.exp: Same.
4126 * gdb.python/py-framefilter.exp: Same.
4127 * gdb.python/py-pp-registration.exp: Same.
4128 * gdb.python/py-xmethods.exp: Same.
4129 * gdb.python/python.exp: Same.
4130 * gdb.server/connect-with-no-symbol-file.exp: Same.
4131 * gdb.server/no-thread-db.exp: Same.
4132 * gdb.server/run-without-local-binary.exp: Same.
4133 * gdb.stabs/weird.exp: Same.
4134 * gdb.threads/attach-many-short-lived-threads.exp: Same.
4135 * gdb.threads/thread-find.exp: Same.
4136 * gdb.threads/tls-shared.exp: Same.
4137 * gdb.threads/tls.exp: Same.
4138 * gdb.threads/wp-replication.exp: Same.
4139 * gdb.trace/ax.exp: Same.
4140 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
4141
4142 2019-10-31 Tom de Vries <tdevries@suse.de>
4143
4144 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
4145 * gdb.ada/array_subscript_addr.exp: Same.
4146 * gdb.ada/arrayidx.exp: Same.
4147 * gdb.ada/arrayparam.exp: Same.
4148 * gdb.ada/arrayptr.exp: Same.
4149 * gdb.ada/boolean_expr.exp: Same.
4150 * gdb.ada/call_pn.exp: Same.
4151 * gdb.ada/complete.exp: Same.
4152 * gdb.ada/fixed_cmp.exp: Same.
4153 * gdb.ada/fun_addr.exp: Same.
4154 * gdb.ada/funcall_param.exp: Same.
4155 * gdb.ada/interface.exp: Same.
4156 * gdb.ada/mod_from_name.exp: Same.
4157 * gdb.ada/null_array.exp: Same.
4158 * gdb.ada/packed_array.exp: Same.
4159 * gdb.ada/packed_tagged.exp: Same.
4160 * gdb.ada/print_chars.exp: Same.
4161 * gdb.ada/print_pc.exp: Same.
4162 * gdb.ada/ptype_arith_binop.exp: Same.
4163 * gdb.ada/ptype_field.exp: Same.
4164 * gdb.ada/ptype_tagged_param.exp: Same.
4165 * gdb.ada/rec_return.exp: Same.
4166 * gdb.ada/ref_tick_size.exp: Same.
4167 * gdb.ada/str_ref_cmp.exp: Same.
4168 * gdb.ada/taft_type.exp: Same.
4169 * gdb.ada/tagged.exp: Same.
4170 * gdb.ada/type_coercion.exp: Same.
4171 * gdb.ada/uninitialized_vars.exp: Same.
4172
4173 2019-10-30 Tom de Vries <tdevries@suse.de>
4174
4175 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
4176
4177 2019-10-26 Tom de Vries <tdevries@suse.de>
4178
4179 * gdb.base/bigcore.c: Fix typos in comments.
4180 * gdb.base/ctf-ptype.c: Same.
4181 * gdb.base/long_long.c: Same.
4182 * gdb.dwarf2/dw2-op-out-param.S: Same.
4183 * gdb.python/py-evthreads.c: Same.
4184 * gdb.reverse/i387-stack-reverse.c: Same.
4185 * gdb.trace/tfile.c: Same.
4186 * lib/compiler.c: Same.
4187 * lib/compiler.cc: Same.
4188
4189 2019-10-25 Tom de Vries <tdevries@suse.de>
4190
4191 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
4192 gdb_test_multiple calls.
4193 * gdb.reverse/sigall-reverse.exp: Same.
4194 * gdb.reverse/solib-precsave.exp: Same.
4195 * gdb.reverse/solib-reverse.exp: Same.
4196 * gdb.reverse/until-precsave.exp: Same.
4197 * gdb.reverse/until-reverse.exp: Same.
4198
4199 2019-10-24 Tom de Vries <tdevries@suse.de>
4200
4201 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
4202 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
4203 kfail using -wrap pattern flag and convenience variable
4204 gdb_test_name.
4205
4206 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
4207
4208 * gdb.python/py-progspace.exp: Add tests for the
4209 Progspace.block_for_pc method.
4210
4211 2019-10-23 Tom Tromey <tom@tromey.com>
4212
4213 * configure: Rebuild.
4214 * aclocal.m4: Use m4_include, not sinclude.
4215
4216 2019-10-21 Tom de Vries <tdevries@suse.de>
4217
4218 * gdb.base/infcall-nested-structs.c: Add
4219 __attribute__((noinline,noclone)) to all functions.
4220 (call_all): Add missing variable initialization. Simplify return value.
4221 (breakpt): Increment volatile variable, to prevent call from being
4222 optimized out.
4223 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
4224
4225 2019-10-17 Tom de Vries <tdevries@suse.de>
4226
4227 * gdb.fortran/module.exp: Allow info variables to print info for files
4228 other than module.f90.
4229
4230 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
4231
4232 * gdb.fortran/module.exp: Extend with 'info variables' test.
4233
4234 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
4235
4236 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
4237 F77_FOR_TARGET.
4238
4239 2019-10-16 Tom de Vries <tdevries@suse.de>
4240
4241 PR tdep/25096
4242 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
4243
4244 2019-10-16 Tom de Vries <tdevries@suse.de>
4245
4246 PR tdep/24104
4247 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
4248 Add KFAIL for PR tdep/25096.
4249
4250 2019-10-16 Tom de Vries <tdevries@suse.de>
4251
4252 PR testsuite/25059
4253 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
4254
4255 2019-10-16 Tom de Vries <tdevries@suse.de>
4256
4257 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
4258 as signed.
4259
4260 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
4261
4262 * gdb.mi/list-thread-groups-available.exp: Read entries one by
4263 one instead of increasing timeout.
4264
4265 2019-10-13 Tom de Vries <tdevries@suse.de>
4266
4267 PR record/25038
4268 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
4269 * gdb.reverse/sigall-reverse.exp: Same.
4270 * gdb.reverse/solib-precsave.exp: Same.
4271 * gdb.reverse/solib-reverse.exp: Same.
4272 * gdb.reverse/step-precsave.exp: Same.
4273 * gdb.reverse/until-precsave.exp: Same.
4274 * gdb.reverse/until-reverse.exp: Same.
4275 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
4276
4277 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
4278
4279 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
4280 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
4281 (cmp_struct_05_01, cmp_struct_static_02_01)
4282 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
4283 comparisons.
4284
4285 2019-10-10 Tom de Vries <tdevries@suse.de>
4286
4287 PR testsuite/24888
4288 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
4289 gnatlink.
4290
4291 2019-10-09 Tom de Vries <tdevries@suse.de>
4292
4293 PR testsuite/25048
4294 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
4295
4296 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
4297
4298 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
4299 exceptions due to missing debug information.
4300
4301 2019-10-07 Tom de Vries <tdevries@suse.de>
4302
4303 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
4304
4305 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
4306
4307 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
4308 * gdb.base/annota1.exp: Update to use gdb_test_name.
4309
4310 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
4311
4312 * gdb.base/ctf-whatis.exp: New file.
4313 * gdb.base/ctf-whatis.c: New file.
4314 * gdb.base/ctf-ptype.exp: New file.
4315 * gdb.base/ctf-ptype.c: New file.
4316 * gdb.base/ctf-constvars.exp: New file.
4317 * gdb.base/ctf-constvars.c: New file.
4318 * gdb.base/ctf-cvexpr.exp: New file.
4319
4320 2019-10-04 Tom de Vries <tdevries@suse.de>
4321
4322 * gdb.cp/local-static.c (main): Move declaration of int i out of the
4323 for loop.
4324
4325 2019-10-03 Tom Tromey <tom@tromey.com>
4326
4327 PR rust/24976:
4328 * gdb.rust/simple.rs (Union2): New type.
4329 (main): Use Union2.
4330 * gdb.rust/simple.exp: Add test.
4331
4332 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4333
4334 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
4335 nested function prefix.
4336
4337 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
4338 Richard Bunt <richard.bunt@arm.com>
4339 Andrew Burgess <andrew.burgess@embecosm.com>
4340
4341 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
4342 nested functions.
4343 * gdb.fortran/nested-funcs.f90: Update expected results.
4344 * gdb.fortran/nested-funcs-2.exp: New file.
4345 * gdb.fortran/nested-funcs-2.f90: New file.
4346
4347 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4348
4349 * gdb.python/py-parameter.exp: Make test names unique.
4350 * gdb.python/py-template.exp: Likewise.
4351 * gdb.python/py-value.exp: Likewise.
4352
4353 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4354
4355 * gdb.base/break-interp.exp: Reduce test name duplication.
4356 * gdb.base/call-sc.exp: Likewise.
4357 * gdb.base/callfuncs.exp: Likewise.
4358 * gdb.base/charset.exp: Likewise.
4359 * gdb.base/dump.exp: Likewise.
4360 * gdb.base/ena-dis-br.exp: Likewise.
4361 * gdb.base/relational.exp: Likewise.
4362 * gdb.base/step-over-syscall.exp: Likewise.
4363 * gdb.base/structs.exp: Likewise.
4364
4365 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4366
4367 * gdb.linespec/explicit.exp: Make test names unique.
4368 * gdb.linespec/ls-errs.exp: Likewise.
4369
4370 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4371
4372 * gdb.reverse/break-precsave.exp: Make test names unique.
4373 * gdb.reverse/break-reverse.exp: Likewise.
4374 * gdb.reverse/finish-precsave.exp: Likewise.
4375 * gdb.reverse/finish-reverse.exp: Likewise.
4376 * gdb.reverse/machinestate-precsave.exp: Likewise.
4377 * gdb.reverse/machinestate.exp: Likewise.
4378 * gdb.reverse/readv-reverse.exp: Likewise.
4379 * gdb.reverse/recvmsg-reverse.exp: Likewise.
4380 * gdb.reverse/sigall-precsave.exp: Likewise.
4381 * gdb.reverse/sigall-reverse.exp: Likewise.
4382 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
4383 * gdb.reverse/watch-precsave.exp: Likewise.
4384 * gdb.reverse/watch-reverse.exp: Likewise.
4385
4386 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4387
4388 * gdb.threads/stop-with-handle.c: New file.
4389 * gdb.threads/stop-with-handle.exp: New file.
4390
4391 2019-10-03 Tom de Vries <tdevries@suse.de>
4392
4393 PR testsuite/25059
4394 * gdb.base/list-missing-source.exp: Allowing the "Compilation
4395 directory" line to be missing.
4396
4397 2019-10-03 Tom de Vries <tdevries@suse.de>
4398
4399 PR testsuite/25059
4400 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
4401 type optional.
4402
4403 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
4404
4405 * gdb.python/py-format-string.c (string.h): New include.
4406 (main): Fill a_struct_with_union.the_union.an_int with bytes of
4407 the same value, for endianness-independence.
4408 * gdb.python/py-format-string.exp (default_regexp_dict)
4409 (test_pretty_structs, test_format): Adjust expected output to the
4410 changed initialization.
4411
4412 2019-10-02 Tom Tromey <tromey@adacore.com>
4413
4414 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
4415
4416 2019-10-02 Pedro Alves <palves@redhat.com>
4417 Andrew Burgess <andrew.burgess@embecosm.com>
4418
4419 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
4420 "print-file-var.h".
4421 (this_version_id) Use ATTRIBUTE_VISIBILITY.
4422 (get_version_1): Print this_version_id and its address.
4423 Add extern "C" wrappers around interface functions.
4424 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
4425 "print-file-var.h".
4426 (this_version_id) Use ATTRIBUTE_VISIBILITY.
4427 (get_version_2): Print this_version_id and its address.
4428 Add extern "C" wrappers around interface functions.
4429 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
4430 <stddef.h> and "print-file-var.h".
4431 Add extern "C" wrappers around interface functions.
4432 [VERSION_ID_MAIN] (this_version_id): Define.
4433 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
4434 * gdb.base/print-file-var.h: Add some #defines to simplify setting
4435 up extern "C" blocks.
4436 * gdb.base/print-file-var.exp (test): New, factored out from top
4437 level.
4438 (top level): Test all combinations of attribute hidden or not,
4439 dlopen or not, and this_version_id symbol in main file or not.
4440 Compile tests as both C++ and C, make test names unique.
4441
4442 2019-10-01 Tom Tromey <tom@tromey.com>
4443
4444 * gdb.base/style.exp: Test "show logging filename".
4445
4446 2019-10-01 Tom Tromey <tom@tromey.com>
4447
4448 * lib/gdb-utils.exp (style): Handle "metadata" argument.
4449 * gdb.base/style.exp: Add metadata style test.
4450
4451 2019-10-01 Tom Tromey <tom@tromey.com>
4452
4453 * gdb.base/style.exp: Test "pwd".
4454
4455 2019-10-01 Tom Tromey <tom@tromey.com>
4456
4457 * gdb.base/style.exp: Update tests.
4458
4459 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
4460
4461 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
4462 'six' to unsigned.
4463 (s1): Initialize fields 'four' and 'six' instead of 'three' and
4464 'five'. Use an all-ones bit pattern for each.
4465 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
4466 to its changed values.
4467
4468 2019-09-30 Tom Tromey <tromey@adacore.com>
4469
4470 * gdb.rust/traits.rs: Disable all warnings.
4471
4472 2019-09-29 Tom de Vries <tdevries@suse.de>
4473
4474 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
4475
4476 2019-09-29 Tom de Vries <tdevries@suse.de>
4477
4478 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
4479
4480 2019-09-27 Tom de Vries <tdevries@suse.de>
4481
4482 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
4483
4484 2019-09-27 Tom de Vries <tdevries@suse.de>
4485
4486 PR record/23188
4487 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
4488
4489 2019-09-26 Tom Tromey <tromey@adacore.com>
4490
4491 * gdb.ada/py_taft.exp: New file.
4492 * gdb.ada/py_taft/main.adb: New file.
4493 * gdb.ada/py_taft/pkg.adb: New file.
4494 * gdb.ada/py_taft/pkg.ads: New file.
4495
4496 2019-09-24 Tom de Vries <tdevries@suse.de>
4497
4498 PR gdb/24598
4499 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
4500
4501 2019-09-22 Tom de Vries <tdevries@suse.de>
4502
4503 * gdb.base/restore.exp: Allow register variables to be optimized out at
4504 -O0.
4505
4506 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
4507
4508 * gdb.arch/spu-info.exp: Remove file.
4509 * gdb.arch/spu-info.c: Remove file.
4510 * gdb.arch/spu-ls.exp: Remove file.
4511 * gdb.arch/spu-ls.c: Remove file.
4512
4513 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
4514 * gdb.asm/spu.inc: Remove file.
4515
4516 * gdb.base/dump.exp: Remove support for spu*-*-*.
4517 * gdb.base/stack-checking.exp: Likewise.
4518 * gdb.base/overlays.exp: Likewise.
4519 * gdb.base/ovlymgr.c: Likewise.
4520 * gdb.base/spu.ld: Remove file.
4521
4522 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
4523 * gdb.cp/cpexprs.exp: Likewise.
4524 * gdb.cp/exception.exp: Likewise.
4525 * gdb.cp/gdb2495.exp: Likewise.
4526 * gdb.cp/mb-templates.exp: Likewise.
4527 * gdb.cp/pr9167.exp: Likewise.
4528 * gdb.cp/userdef.exp: Likewise.
4529
4530 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
4531
4532 * gdb.cell: Remove directory.
4533 * lib/cell.exp: Remove file.
4534
4535 2019-09-19 Tom de Vries <tdevries@suse.de>
4536
4537 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
4538
4539 2019-09-19 Tom de Vries <tdevries@suse.de>
4540
4541 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
4542
4543 2019-09-19 Tom de Vries <tdevries@suse.de>
4544
4545 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
4546 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
4547 (gdb_target_cmd): ... here.
4548 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
4549 value 2.
4550
4551 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
4552
4553 * gdb.base/source-dir.exp: Avoid having directory names in test
4554 names.
4555
4556 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4557
4558 * gdb.base/source-dir.exp: Add extra test for mapped compilation
4559 directory.
4560
4561 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4562
4563 * gdb.base/list-missing-source.exp: New file.
4564
4565 2019-09-14 Tom de Vries <tdevries@suse.de>
4566
4567 PR teststuite/24599
4568 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
4569 * lib/ada.exp (gnatmake_version_at_least): New proc.
4570
4571 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4572
4573 * gdb.base/maint.exp: Use exec_has_index_section.
4574
4575 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4576
4577 * gdb.base/maint.exp: Add test for 'maint info sections'.
4578
4579 2019-09-12 Tom de Vries <tdevries@suse.de>
4580
4581 * gdb.base/store.exp: Allow register variables to be optimized out at
4582 -O0.
4583
4584 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4585
4586 * gdb.ada/rdv_wait.exp: Update to new task names.
4587 * gdb.base/task_switch_in_core.exp: Likewise.
4588 * gdb.base/info_sources_base.c: Likewise.
4589
4590 2019-09-10 Tom Tromey <tromey@adacore.com>
4591
4592 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
4593
4594 2019-09-10 Tom Tromey <tromey@adacore.com>
4595
4596 * gdb.ada/dgopt.exp: New file.
4597 * gdb.ada/dgopt/x.adb: New file.
4598
4599 2019-09-08 Tom Tromey <tom@tromey.com>
4600
4601 * gdb.tui/resize.exp: Remove setup_xfail.
4602 * gdb.tui/regs.exp: Remove setup_xfail.
4603 * gdb.tui/basic.exp: Remove setup_xfail.
4604
4605 2019-09-06 David Blaikie <dblaikie@gmail.com>
4606
4607 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
4608 * gdb.cp/cplabel.exp: Ditto.
4609 * gdb.linespec/ls-errs.exp: Ditto.
4610
4611 2019-09-05 Tom de Vries <tdevries@suse.de>
4612
4613 * lib/gdb.exp (cmp_file_string): New proc.
4614 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
4615 runto_main. Verify save breakpoints output.
4616
4617 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4618
4619 * gdb.base/info-var.exp: Test info variables without running
4620 to main, to avoid expect's buffer overflow.
4621
4622 2019-09-03 Tom Tromey <tromey@adacore.com>
4623
4624 * gdb.ada/bias.exp: New file.
4625 * gdb.ada/bias/bias.adb: New file.
4626 * gdb.ada/print_chars.exp: Add regression test.
4627 * gdb.ada/print_chars/foo.adb (My_Character): New type.
4628 (MC): New variable.
4629
4630 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
4631
4632 * gdb.base/argv0-symlink.exp: Run only on native target
4633 and local host.
4634
4635 2019-08-29 Tom de Vries <tdevries@suse.de>
4636
4637 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
4638 diverse debug info.
4639 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
4640
4641 2019-08-28 Tom de Vries <tdevries@suse.de>
4642
4643 * gdb.base/info-var.exp: Allow info variables to print info for files
4644 other than info-var-f1.c and info-var-f2.c.
4645
4646 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4647
4648 * gdb.fortran/info-types.exp: Add module.
4649 * gdb.fortran/info-types.f90: Update expected results.
4650
4651 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4652
4653 * gdb.fortran/info-types.exp: New file.
4654 * gdb.fortran/info-types.f90: New file.
4655 * lib/fortran.exp (fortran_character1): New proc.
4656
4657 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
4658
4659 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
4660 functions'. Reindent as needed.
4661 * gdb.base/info-var-f1.c: New file.
4662 * gdb.base/info-var-f2.c: New file.
4663 * gdb.base/info-var.exp: New file.
4664 * gdb.base/info-var.h: New file.
4665
4666 2019-08-26 Tom de Vries <tdevries@suse.de>
4667
4668 PR c++/24852
4669 * gdb.cp/no-libstdcxx-probe.exp: New test.
4670
4671 2019-08-26 Tom de Vries <tdevries@suse.de>
4672
4673 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
4674 * tests need to be skipped.
4675 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
4676 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
4677 mi_skip_libstdcxx_probe_tests.
4678
4679 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
4680
4681 * gdb.python/py-xmethods.exp: Use raw strings when passing
4682 arguments to SimpleXMethodMatcher.
4683
4684 2019-08-22 Tom de Vries <tdevries@suse.de>
4685
4686 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
4687 more informative.
4688
4689 2019-08-21 Pedro Alves <palves@redhat.com>
4690
4691 * gdb.base/with.exp: Test "with" with no arguments.
4692
4693 2019-08-21 Tom de Vries <tdevries@suse.de>
4694
4695 * gdb.base/gdb-caching-proc.exp: Sort files.
4696
4697 2019-08-20 Tom de Vries <tdevries@suse.de>
4698
4699 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
4700 compilation.
4701
4702 2019-08-16 Tom de Vries <tdevries@suse.de>
4703
4704 * gdb.base/compare-sections.exp ("after run to main"): Allow
4705 mismatched read-only sections for PIE executables.
4706
4707 2019-08-16 Tom Tromey <tom@tromey.com>
4708
4709 * lib/tuiterm.exp (_csi_Z): New proc.
4710 * gdb.tui/basic.exp: Update window positions.
4711 * gdb.tui/empty.exp: Update window positions.
4712
4713 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4714
4715 * gdb.base/examine-backward.exp: Correct regexp for
4716 "examine 3 bytes backward from ${address_zero}".
4717
4718 2019-08-15 Tom Tromey <tom@tromey.com>
4719
4720 * gdb.tui/empty.exp: Enable resizing tests.
4721
4722 2019-08-15 Tom Tromey <tromey@adacore.com>
4723
4724 * gdb.ada/char_enum.exp: Add regression tests.
4725 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
4726 and '0'.
4727 (Char, Gchar): Update.
4728 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
4729
4730 2019-08-15 Christian Biesinger <cbiesinger@google.com>
4731
4732 * gdb.python/python.exp: Expect a leading underscore on
4733 GdbOutput{,Error}File.
4734
4735 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4736
4737 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
4738 Windows host.
4739
4740 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4741
4742 * gdb.base/batch-preserve-term-settings.exp
4743 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
4744
4745 2019-08-15 Christian Biesinger <cbiesinger@google.com>
4746
4747 * lib/gdb.exp: When running on a mingw target, replace
4748 /x/ with x:/.
4749
4750 2019-08-14 Alan Hayward <alan.hayward@arm.com>
4751
4752 * gdb.arch/aarch64-prologue.c: New test.
4753 * gdb.arch/aarch64-prologue.exp: New file.
4754
4755 2019-08-13 Tom de Vries <tdevries@suse.de>
4756
4757 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
4758 Thread.
4759
4760 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
4761
4762 * gdb.python/py-completion.exp: Download the .py file to the host
4763 and use its host pathname. Conditionalize tests that use
4764 tab completion and manipulate files on the build machine.
4765 * gdb.python/py-events.exp: Download the .py file to the host
4766 and use its host pathname.
4767 * gdb.python/py-evsignal.exp: Likewise.
4768 * gdb.python/py-evthreads.exp: Likewise.
4769 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
4770 pathname syntax.
4771 * gdb.python/py-framefilter.exp: Download the .py file to the right
4772 place on the host. Match Windows pathname syntax.
4773 * gdb.python/py-mi-var-info-path-expression.exp: Download the
4774 .py file to the host and use its host pathname.
4775 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
4776 * gdb.python/py-objfile.exp: Expect a host pathname, not a
4777 build pathname. Skip symlink test on Windows host. Add missing
4778 newline at end of file.
4779 * gdb.python/py-pp-maint.exp: Download the .py file to the host
4780 and use its host pathname.
4781 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
4782 * gdb.python/py-section-script.exp: Use host location of binfile
4783 on safe-path. Use correct path separator on Windows host.
4784 Reorder alternatives in gdb_test_multiple to prevent matching
4785 the wrong alternative on success.
4786 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
4787
4788 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
4789
4790 * gdb.gdb/selftest.exp (test_with_self): Update test to now
4791 expect the GDB inferior to no longer immediately stop after
4792 being resumed with "signal SIGINT".
4793
4794 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
4795
4796 * gdb.linespec/break-ask.exp: Generalize regexps to match
4797 Windows pathnames too.
4798
4799 2019-08-08 Tom de Vries <tdevries@suse.de>
4800
4801 PR testsuite/24862
4802 * lib/tuiterm.exp (_accept): Fix CSI regexp.
4803
4804 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4805
4806 * gdb.base/style.exp: Update tests for help doc new invariants.
4807 * gdb.base/help.exp: Likewise.
4808
4809 2019-08-06 Tom Tromey <tom@tromey.com>
4810
4811 * gdb.base/style.exp: Add disassemble test.
4812 * gdb.base/style.c (some_called_function): New function.
4813 (main): Use it.
4814
4815 2019-08-05 Christian Biesinger <cbiesinger@google.com>
4816
4817 * gdb.python/py-block.exp: Test dictionary access on blocks.
4818
4819 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
4820
4821 PR gdb/24863
4822 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
4823 -list-thread-groups --available test when running under
4824 check-read1.
4825
4826 2019-08-05 Tom de Vries <tdevries@suse.de>
4827
4828 PR testsuite/24863
4829 * lib/gdb.exp (with_read1_timeout_factor): New proc.
4830 * gdb.base/help.exp: Use with_read1_timeout_factor.
4831 * gdb.base/info-macros.exp: Same.
4832 * gdb.cp/nested-types.exp: Same.
4833
4834 2019-08-05 Tom de Vries <tdevries@suse.de>
4835
4836 * lib/gdb.exp (version_at_least): Factor out of ...
4837 (tcl_version_at_least): ... here.
4838 (gdb_compile): Fail if pie results in non-PIE executable.
4839 (readelf_version, readelf_prints_pie): New proc.
4840 (exec_is_pie): Return -1 if unknown.
4841
4842 2019-08-05 Tom de Vries <tdevries@suse.de>
4843
4844 * lib/gdb.exp (tcl_version_at_least): Fix typo.
4845
4846 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4847
4848 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
4849
4850 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4851
4852 * lib/completion-support.exp (test_gdb_complete_none): Skip
4853 tab completion tests if no readline support.
4854 (test_gdb_complete_unique_re): Likewise.
4855 (test_gdb_complete_multiple): Likewise.
4856
4857 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4858
4859 * gdb.base/info_sources.exp: New file.
4860 * gdb.base/info_sources.c: New file.
4861 * gdb.base/info_sources_base.c: New file.
4862
4863 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4864
4865 * gdb.base/batch-exit-status.exp: Call test_exit_status with
4866 prefix argument.
4867 (test_exit_status): Add prefix argument.
4868
4869 2019-08-01 Tom de Vries <tdevries@suse.de>
4870
4871 PR testsuite/24863
4872 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
4873 calling exp_continue for new thread and thread exited messages.
4874
4875 2019-08-01 Tom de Vries <tdevries@suse.de>
4876
4877 PR testsuite/24863
4878 * gdb.base/structs.exp: Fix check-read1 timeout using
4879 gdb_test_sequence.
4880 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
4881
4882 2019-08-01 Tom de Vries <tdevries@suse.de>
4883
4884 PR testsuite/24863
4885 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
4886 line.
4887
4888 2019-08-01 Tom de Vries <tdevries@suse.de>
4889
4890 PR testsuite/24863
4891 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
4892
4893 2019-07-30 Tom Tromey <tromey@adacore.com>
4894
4895 * gdb.ada/display_nested.exp: New file.
4896 * gdb.ada/display_nested/foo.adb: New file.
4897 * gdb.ada/display_nested/pack.adb: New file.
4898 * gdb.ada/display_nested/pack.ads: New file.
4899
4900 2019-07-30 Christian Biesinger <cbiesinger@google.com>
4901
4902 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
4903 namespace.
4904 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
4905
4906 2019-07-30 Tom de Vries <tdevries@suse.de>
4907
4908 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
4909 instead.
4910
4911 2019-07-30 Tom de Vries <tdevries@suse.de>
4912
4913 PR testsuite/24834
4914 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
4915 (exec_is_pie): New proc.
4916
4917 2019-07-29 Christian Biesinger <cbiesinger@google.com>
4918
4919 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
4920
4921 2019-07-29 Christian Biesinger <cbiesinger@google.com>
4922
4923 * gdb.python/py-objfile.c: Add global and static vars.
4924 * gdb.python/py-objfile.exp: Test new functions Objfile.
4925 lookup_global_symbol and lookup_static_symbol.
4926
4927 2019-07-29 Tom Tromey <tom@tromey.com>
4928
4929 * lib/tuiterm.exp (Term::_csi_@): New proc.
4930 (Term::_csi_X): Don't move cursor.
4931
4932 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4933
4934 * gdb.base/options.exp: Update backtrace - completion to
4935 new option -frame-info.
4936 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
4937 Test new 'set print frame-info'. Test backtrace -frame-info
4938 overriding 'set print frame-info'.
4939 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
4940 Test new 'set print frame-info'.
4941 Verify consistency of backtrace with and without filters, with and
4942 without -no-filters.
4943 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
4944 default.
4945
4946 2019-07-29 Tom de Vries <tdevries@suse.de>
4947
4948 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
4949 no arguments".
4950
4951 2019-07-29 Tom de Vries <tdevries@suse.de>
4952
4953 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
4954 is a substring of the first for "complete non-unique file name".
4955
4956 2019-07-29 Tom de Vries <tdevries@suse.de>
4957
4958 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
4959 with ".*".
4960
4961 2019-07-29 Tom de Vries <tdevries@suse.de>
4962
4963 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
4964 Pass prompt_regexp parameter to gdb_test_multiple calls.
4965
4966 2019-07-29 Tom de Vries <tdevries@suse.de>
4967
4968 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
4969 print registers" regexps.
4970
4971 2019-07-29 Tom de Vries <tdevries@suse.de>
4972
4973 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
4974
4975 2019-07-29 Tom de Vries <tdevries@suse.de>
4976
4977 PR gdb/24855
4978 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
4979 (skip_python_tests_prompt): Add prompt_regexp argument to
4980 gdb_test_multiple calls.
4981
4982 2019-07-27 Tom Tromey <tom@tromey.com>
4983
4984 * gdb.tui/main.exp: New file.
4985
4986 2019-07-27 Tom Tromey <tom@tromey.com>
4987
4988 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
4989 optional.
4990 * gdb.tui/empty.exp: New file.
4991
4992 2019-07-27 Tom Tromey <tom@tromey.com>
4993
4994 * lib/tuiterm.exp (spawn): New proc.
4995 (Term::resize): New proc.
4996 * gdb.tui/resize.exp: New file.
4997
4998 2019-07-27 Tom Tromey <tom@tromey.com>
4999
5000 * gdb.tui/list.exp: New file.
5001
5002 2019-07-27 Tom Tromey <tom@tromey.com>
5003
5004 * gdb.tui/regs.exp: New file.
5005
5006 2019-07-27 Tom Tromey <tom@tromey.com>
5007
5008 * gdb.tui/basic.exp: Add "layout split" test.
5009
5010 2019-07-27 Tom Tromey <tom@tromey.com>
5011
5012 * gdb.tui/basic.exp: Add "layout asm" test.
5013
5014 2019-07-27 Tom Tromey <tom@tromey.com>
5015
5016 * lib/tuiterm.exp: New file.
5017 * gdb.tui/basic.exp: New file.
5018
5019 2019-07-27 Kevin Buettner <kevinb@redhat.com>
5020
5021 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
5022 Enable tests associated with this flag. Adjust regex
5023 referencing "foo_low" to now refer to "foo_cold" instead.
5024
5025 2019-07-27 Kevin Buettner <kevinb@redhat.com>
5026
5027 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
5028 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
5029 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
5030 foo_cold. Revise comments to match.
5031 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
5032 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
5033 were wrapped into this proc; Call do_test in loop from outermost
5034 level.
5035 (foo_low): Rename all occurrences to "foo_cold".
5036 (backtrace from baz): New test.
5037 (x2/i foo_cold): New test.
5038 (info line *foo_cold): New test.
5039
5040 2019-07-26 Tom de Vries <tdevries@suse.de>
5041
5042 * gdb.arch/i386-pkru.exp: Fix unterminated string.
5043
5044 2019-07-25 Tom de Vries <tdevries@suse.de>
5045
5046 PR testsuite/24830
5047 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
5048 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
5049 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
5050 (skip_libstdcxx_probe_tests): ... here.
5051 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
5052
5053 2019-07-24 Tom de Vries <tdevries@suse.de>
5054
5055 PR testsuite/24807
5056 * gdb.objc/basicclass.m: Include stdio.h.
5057 * gdb.objc/nondebug.m: Same.
5058 * gdb.objc/objcdecode.m: Same.
5059
5060 2019-07-24 Tom de Vries <tdevries@suse.de>
5061
5062 PR testsuite/24612
5063 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
5064 additional_flags.
5065
5066 2019-07-24 Tom de Vries <tdevries@suse.de>
5067
5068 PR testsuite/24831
5069 * gdb.multi/tids.exp: Update error messages for info threads.
5070
5071 2019-07-24 Tom de Vries <tdevries@suse.de>
5072
5073 * gdb.base/info-types.exp: Allow info types to print info for more than
5074 one file.
5075
5076 2019-07-23 Tom de Vries <tdevries@suse.de>
5077
5078 PR testsuite/24842
5079 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
5080 gdb_spawn_with_cmdline_opts.
5081
5082 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
5083
5084 * gdb.arch/arm-cmse-sgstubs.c: New test.
5085 * gdb.arch/arm-cmse-sgstubs.exp: New file.
5086
5087 2019-07-23 Tom de Vries <tdevries@suse.de>
5088
5089 PR testsuite/24711
5090 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
5091 issuing next command.
5092
5093 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5094
5095 * gdb.ada/info_auto_lang.exp: Update expected results.
5096 * gdb.base/info-types.c: Add additional types to check.
5097 * gdb.base/info-types.exp: Update expected results.
5098
5099 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5100
5101 * gdb.base/info-types.c: New file.
5102 * gdb.base/info-types.exp: New file.
5103
5104 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
5105
5106 * gdb.arch/riscv-bp-infcall.c: New file.
5107 * gdb.arch/riscv-bp-infcall.exp: New file.
5108
5109 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
5110
5111 PR breakpoints/24541
5112 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
5113
5114 2019-07-14 Tom de Vries <tdevries@suse.de>
5115
5116 PR testsuite/24760
5117 * gdb.objc/basicclass.exp: Fix unterminated string.
5118
5119 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
5120 Andrew Burgess <andrew.burgess@embecosm.com>
5121
5122 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
5123 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
5124 negative bounds.
5125 * gdb.fortran/vla-value.exp: Print elements of an array with
5126 negative bounds.
5127 * gdb.fortran/vla.f90: Setup an array with negative bounds for
5128 testing.
5129
5130 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
5131
5132 * gdb.base/options.exp (expect_string): Dequote strings in
5133 results.
5134 (test-string): Test strings with different quoting and reindent.
5135
5136 2019-07-10 Tom Tromey <tromey@adacore.com>
5137
5138 * gdb.ada/mi_ex_cond.exp: Update expected results.
5139 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
5140 * gdb.ada/mi_catch_ex.exp: Update expected results.
5141 * gdb.ada/mi_catch_assert.exp: Update expected results.
5142 * gdb.ada/catch_ex.exp (catch_exception_info)
5143 (catch_exception_entry, catch_assert_entry)
5144 (catch_unhandled_entry): Update.
5145 * gdb.ada/catch_assert_if.exp: Update expected results.
5146
5147 2019-07-10 Richard Bunt <richard.bunt@arm.com>
5148 Stephen Roberts <stephen.roberts@arm.com>
5149
5150 * gdb.base/define.exp: Restore original prompt.
5151
5152 2019-07-09 Pedro Alves <palves@redhat.com>
5153
5154 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
5155 breakpoints" output.
5156 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
5157 * gdb.python/py-breakpoint.exp: No longer expect that "catch
5158 throw" creates breakpoint.
5159 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
5160 'type="catchpoint"'.
5161
5162 2019-07-09 Pedro Alves <palves@redhat.com>
5163
5164 PR c++/15468
5165 * gdb.cp/except-multi-location-lib.cc: New.
5166 * gdb.cp/except-multi-location-main.cc: New.
5167 * gdb.cp/except-multi-location.exp: New.
5168
5169 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
5170
5171 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
5172 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
5173 argument and update callers.
5174
5175 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5176
5177 * gdb.arch/amd64-break-on-asm-line.S: New file.
5178 * gdb.arch/amd64-break-on-asm-line.exp: New file.
5179
5180 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5181
5182 * gdb.base/printcmds.exp: Test printing C string and
5183 C wide string convenience vars without transiting via the inferior.
5184 Also make test names unique.
5185
5186 2019-07-08 Alan Hayward <alan.hayward@arm.com>
5187
5188 PR breakpoints/25011
5189 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
5190
5191 2019-07-04 Pedro Alves <palves@redhat.com>
5192
5193 * lib/gdb.exp (foreach_with_prefix): Don't return early if
5194 body returned ok(0), break(3) or continue(4).
5195 * gdb.testsuite/foreach_with_prefix.exp: New file.
5196
5197 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5198
5199 * gdb.server/unittest.exp: Allow 0 unit tests to run.
5200
5201 2019-07-03 Pedro Alves <palves@redhat.com>
5202
5203 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
5204 "return -code".
5205
5206 2019-07-03 Pedro Alves <palves@redhat.com>
5207
5208 PR cli/24732
5209 * gdb.base/shell.exp: Load completion-support.exp.
5210 Adjust expected error output. Add completion tests.
5211
5212 2019-07-03 Pedro Alves <palves@redhat.com>
5213
5214 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
5215 string_to_regexp.
5216
5217 2019-07-03 Pedro Alves <palves@redhat.com>
5218
5219 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
5220 (expect_integer): Adjust to expect "-string".
5221 (expect_string): New.
5222 (all_options): Expect "-string".
5223 (test-flag, test-boolean): Adjust to expect "-string".
5224 (test-string): New proc.
5225 (top level): Call it.
5226
5227 2019-07-03 Pedro Alves <palves@redhat.com>
5228
5229 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
5230 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
5231 the expected output in the success.
5232
5233 2019-07-03 Pedro Alves <palves@redhat.com>
5234
5235 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5236 Split one gdb_test_multiple call in two to avoid a race.
5237
5238 2019-07-03 Pedro Alves <palves@redhat.com>
5239
5240 * gdb.base/with.c: New file.
5241 * gdb.base/with.exp: New file.
5242
5243 2019-07-03 Pedro Alves <palves@redhat.com>
5244
5245 * gdb.base/settings.exp: Replace all references to "maint
5246 test-settings set" with references to "maint set test-settings",
5247 and all references to "maint test-settings show" with references
5248 to "maint show test-settings".
5249
5250 2019-07-03 Pedro Alves <palves@redhat.com>
5251
5252 * gdb.base/settings.exp (test-string): Adjust expected out when
5253 testing "maint test-settings show filename"
5254
5255 2019-07-02 Pedro Alves <palves@redhat.com>
5256
5257 * gdb.base/options.exp (test-info-threads): New procedure.
5258 (top level): Call it.
5259
5260 2019-06-28 Tom Tromey <tromey@adacore.com>
5261
5262 * gdb.dwarf2/ada-linkage-name.c: New file.
5263 * gdb.dwarf2/ada-linkage-name.exp: New file.
5264
5265 2019-06-27 Tom Tromey <tromey@adacore.com>
5266
5267 PR c++/20020:
5268 * gdb.cp/constexpr-field.exp: Use setup_xfail.
5269
5270 2019-06-26 Tom de Vries <tdevries@suse.de>
5271
5272 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
5273
5274 2019-06-26 Tom de Vries <tdevries@suse.de>
5275
5276 * gdb.base/index-cache.exp: Add back missing debug option.
5277
5278 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5279
5280 * gdb.base/alias.exp: Test non matching/non existing prefixes.
5281
5282 2019-06-25 Tom de Vries <tdevries@suse.de>
5283
5284 PR testsuite/24727
5285 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
5286
5287 2019-06-24 Tom de Vries <tdevries@suse.de>
5288
5289 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
5290
5291 2019-06-24 Tom de Vries <tdevries@suse.de>
5292
5293 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
5294 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
5295 * gdb.trace/unavailable-dwarf-piece.exp: Same.
5296
5297 2019-06-24 Tom de Vries <tdevries@suse.de>
5298
5299 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
5300
5301 2019-06-21 Tom de Vries <tdevries@suse.de>
5302
5303 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
5304
5305 2019-06-21 Tom de Vries <tdevries@suse.de>
5306
5307 PR testsuite/24518
5308 PR ada/24713
5309 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
5310 index.
5311
5312 2019-06-19 Tom Tromey <tromey@adacore.com>
5313
5314 * gdb.ada/length_cond.exp: Add intro comment.
5315
5316 2019-06-19 Tom Tromey <tromey@adacore.com>
5317
5318 * gdb.ada/length_cond.exp: New file.
5319 * gdb.ada/length_cond/length_cond.adb: New file.
5320 * gdb.ada/length_cond/pck.adb: New file.
5321 * gdb.ada/length_cond/pck.ads: New file.
5322
5323 2019-06-18 Tom de Vries <tdevries@suse.de>
5324
5325 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
5326
5327 2019-06-18 Tom Tromey <tromey@adacore.com>
5328
5329 * gdb.base/list0.h: Add comment explaining control character.
5330
5331 2019-06-18 Tom de Vries <tdevries@suse.de>
5332
5333 * boards/fission.exp: Break up long debug_flags line.
5334
5335 2019-06-16 Tom de Vries <tdevries@suse.de>
5336
5337 PR gdb/24445
5338 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
5339 generated index.
5340
5341 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5342
5343 PR gdb/24686
5344 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
5345 improve detection of bug gdb/24541.
5346
5347 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
5348
5349 PR gdb/24669
5350 * gdb.base/index-cache.exp (uses_readnow,
5351 expecting_index_cache_use): Define global variable.
5352 (test_cache_enabled_miss, test_cache_enabled_hit): Use
5353 expecting_index_cache_use.
5354
5355 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
5356 Andrew Burgess <andrew.burgess@embecosm.com>
5357
5358 * gdb.fortran/pointers.f90: New file.
5359 * gdb.fortran/print_type.exp: New file.
5360 * gdb.fortran/vla-ptype.exp: Adapt expected results.
5361 * gdb.fortran/vla-type.exp: Likewise.
5362 * gdb.fortran/vla-value.exp: Likewise.
5363 * gdb.mi/mi-vla-fortran.exp: Likewise.
5364
5365 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5366
5367 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
5368 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
5369 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
5370 as a stop reason.
5371
5372 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5373
5374 * gdb.base/annota1.exp: Update expected results.
5375 * gdb.cp/annota2.exp: Likewise.
5376 * gdb.cp/annota3.exp: Likewise.
5377
5378 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5379
5380 * gdb.base/style-logging.exp: Remove path from test name.
5381
5382 2019-06-14 Tom Tromey <tromey@adacore.com>
5383
5384 PR gdb/24502:
5385 * gdb.base/style-logging.exp: New file.
5386
5387 2019-06-14 Tom Tromey <tromey@adacore.com>
5388
5389 * gdb.base/symfile-warn.exp: New file.
5390 * gdb.base/symfile-warn.c: New file.
5391
5392 2019-06-14 Tom Tromey <tromey@adacore.com>
5393
5394 * gdb.base/annotate-symlink.exp: New file.
5395
5396 2019-06-14 Tom Tromey <tromey@adacore.com>
5397
5398 * gdb.ada/set_wstr.exp: Add reassignment test.
5399
5400 2019-06-14 Tom Tromey <tromey@adacore.com>
5401
5402 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
5403 'unchecked_access and 'unrestricted_access as well.
5404
5405 2019-06-14 Tom Tromey <tromey@adacore.com>
5406
5407 PR ada/24539:
5408 * gdb.ada/vla.exp: Update tests.
5409 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
5410 pragma.
5411
5412 2019-06-13 Pedro Alves <palves@redhat.com>
5413
5414 * gdb.base/settings.exp (test-integer): Test junk after
5415 "unlimited".
5416
5417 2019-06-13 Pedro Alves <palves@redhat.com>
5418
5419 * gdb.base/options.exp (test-thread-apply): New.
5420 (top level): Call it.
5421
5422 2019-06-13 Pedro Alves <palves@redhat.com>
5423
5424 * gdb.base/options.exp (test-frame-apply): New.
5425 (top level): Test print commands with different "frame apply"
5426 prefixes.
5427
5428 2019-06-13 Pedro Alves <palves@redhat.com>
5429
5430 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
5431 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
5432 'max_completions' parameter and handle it.
5433 (test_gdb_completion_offers_commands): New.
5434
5435 2019-06-13 Pedro Alves <palves@redhat.com>
5436
5437 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
5438
5439 2019-06-13 Pedro Alves <palves@redhat.com>
5440
5441 * gdb.base/options.exp (test-backtrace): New.
5442 (top level): Call it.
5443
5444 2019-06-13 Pedro Alves <palves@redhat.com>
5445
5446 * gdb.guile/scm-frame-args.exp: Use "set print
5447 raw-frame-arguments" instead of "set print raw frame-arguments".
5448 * gdb.python/py-frame-args.exp: Likewise.
5449
5450 2019-06-13 Pedro Alves <palves@redhat.com>
5451
5452 * gdb.compile/compile.exp: Adjust expected output to option
5453 processing changes.
5454
5455 2019-06-13 Pedro Alves <palves@redhat.com>
5456
5457 * gdb.base/options.exp: Build executable.
5458 (test-print): New procedure.
5459 (top level): Call it, once for "print" and another for "compile
5460 print".
5461
5462 2019-06-13 Pedro Alves <palves@redhat.com>
5463
5464 * gdb.base/options.c: New file.
5465 * gdb.base/options.exp: New file.
5466
5467 2019-06-13 Pedro Alves <palves@redhat.com>
5468
5469 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
5470 that "o" is ambiguous.
5471
5472 2019-06-13 Pedro Alves <palves@redhat.com>
5473
5474 * gdb.base/settings.c: New file.
5475 * gdb.base/settings.exp: New file.
5476
5477 2019-06-13 Pedro Alves <palves@redhat.com>
5478
5479 * gdb.base/completion.exp: Fix comment typo.
5480
5481 2019-06-13 Pedro Alves <palves@redhat.com>
5482
5483 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
5484 foo --1" test.
5485
5486 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
5487
5488 * gdb.fortran/block-data.f: New.
5489 * gdb.fortran/block-data.exp: New.
5490
5491 2019-06-11 Tom de Vries <tdevries@suse.de>
5492
5493 PR testsuite/24521
5494 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
5495 message.
5496
5497 2019-06-11 Tom de Vries <tdevries@suse.de>
5498
5499 PR testsuite/24521
5500 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
5501
5502 2019-06-11 Tom de Vries <tdevries@suse.de>
5503
5504 * boards/readnow.exp: New file.
5505
5506 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
5507
5508 * gdb.fortran/vla-sizeof.exp: Update expected results.
5509
5510 2019-06-06 Amos Bird <amosbird@gmail.com>
5511
5512 * gdb.base/annota1.exp (thread_switch): Add test for
5513 thread-exited annotation.
5514
5515 2019-06-06 Tom Tromey <tromey@adacore.com>
5516
5517 * gdb.base/maint.exp: Expect command started/finished output.
5518
5519 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
5520
5521 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
5522 comment.
5523 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
5524
5525 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
5526
5527 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
5528 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
5529 * gdb.arch/riscv-unwind-long-insn.c: New file.
5530 * gdb.arch/riscv-unwind-long-insn.exp: New file.
5531
5532 2019-06-04 Christian Biesinger <cbiesinger@google.com>
5533
5534 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
5535
5536 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5537
5538 * lib/gdb.exp (help_list_trailer): New regexp variable
5539 factorizing the help trailer message.
5540 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
5541 arg to allow to better factorize various tests.
5542 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
5543 (test_prefix_command_help): Use help_list_trailer.
5544 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
5545 * gdb.guile/scm-cmd.exp: Likewise.
5546 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
5547 * gdb.base/help.exp: Use test_user_defined_class_help.
5548 * gdb.base/style.exp: Add tests for styling of help and apropos.
5549 * lib/gdb-utils.exp (style): Add title and highlight styles.
5550
5551 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5552
5553 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
5554 $_shell_exitsignal.
5555 * gdb.base/default.exp: Update for new convenience variables.
5556
5557 2019-05-29 Tom Tromey <tromey@adacore.com>
5558
5559 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
5560 to "break complete ada" test case's regexp.
5561
5562 2019-05-29 Tom Tromey <tromey@adacore.com>
5563
5564 PR c++/20020:
5565 * gdb.cp/constexpr-field.exp: New file.
5566 * gdb.cp/constexpr-field.cc: New file.
5567
5568 2019-05-29 Tom Tromey <tromey@adacore.com>
5569
5570 * gdb.base/finish.exp (finish_no_print): New proc.
5571 (finish_tests): Call it.
5572
5573 2019-05-24 Tom de Vries <tdevries@suse.de>
5574
5575 * gdb.dwarf2/gdb-add-index.exp: New file.
5576
5577 2019-05-22 Tom Tromey <tromey@adacore.com>
5578
5579 * gdb.base/info-shared.exp (check_info_shared): Use "style".
5580 * gdb.base/style.exp: Use "style".
5581 * lib/gdb-utils.exp (style): New proc.
5582
5583 2019-05-22 Tom de Vries <tdevries@suse.de>
5584
5585 * gdb.base/align.exp: Require c++11.
5586
5587 2019-05-22 Tom de Vries <tdevries@suse.de>
5588
5589 PR testsuite/24586
5590 * gdb.python/py-mi-var-info-path-expression.exp: Call
5591 mi_skip_python_tests to check if python is supported.
5592
5593 2019-05-22 Alan Hayward <alan.hayward@arm.com>
5594
5595 * gdb.arch/aarch64-pauth.c: New test.
5596 * gdb.arch/aarch64-pauth.exp: New file.
5597
5598 2019-05-22 Alan Hayward <alan.hayward@arm.com>
5599
5600 * README (Re-running Tests Outside The Testsuite): New section.
5601
5602 2019-05-21 Tom de Vries <tdevries@suse.de>
5603
5604 * gdb.arch/amd64-eval.exp: Require c++11.
5605 * gdb.base/max-depth.exp: Same.
5606 * gdb.compile/compile-cplus-array-decay.exp: Same.
5607 * gdb.cp/meth-typedefs.exp: Same.
5608 * gdb.cp/subtypes.exp: Same.
5609 * gdb.cp/temargs.exp: Same.
5610
5611 2019-05-21 Alan Hayward <alan.hayward@arm.com>
5612
5613 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
5614
5615 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
5616
5617 PR gdb/18644
5618 * gdb.fortran/complex.exp: Remove setup_kfail calls.
5619 * gdb.fortran/printing-types.exp: Add new test.
5620 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
5621 testing.
5622 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
5623 setup_kfail call.
5624
5625 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5626
5627 * README (Running the Testsuite): Change example.
5628 (Testsuite Parameters): Remove TRANSCRIPT.
5629 * lib/gdb.exp: Remove TRANSCRIPT check.
5630
5631 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5632
5633 * README (Testsuite Parameters): Add replay logging to
5634 GDBSERVER_DEBUG.
5635 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
5636 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
5637 as a comma separated list.
5638 (gdb_debug_init): Override procedure.
5639
5640 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5641
5642 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
5643 (gdb_write_cmd_file): New procedure.
5644 * lib/gdbserver-support.exp (gdbserver_start): Call
5645 gdbserver_write_cmd_file.
5646 (gdbserver_write_cmd_file): New procedure.
5647
5648 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5649
5650 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
5651 (delete_breakpoints): Likewise.
5652 (gdb_run_cmd): Likewise.
5653 (gdb_start_cmd): Likewise.
5654 (gdb_starti_cmd): Likewise.
5655 (gdb_internal_error_resync): Likewise.
5656 (gdb_test_multiple): Likewise.
5657 (gdb_reinitialize_dir): Likewise.
5658 (default_gdb_exit): Likewise.
5659 (gdb_file_cmd): Mark kill as optional.
5660 (default_gdb_start): Call gdb_stdin_log_init.
5661 (send_gdb): Call gdb_stdin_log_write.
5662 (rerun_to_main): Mark Y as an answer.
5663 (gdb_stdin_log_init): New function.
5664 (gdb_stdin_log_write): Likewise.
5665
5666 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5667
5668 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
5669 * gdb.base/debug-expr.exp: Likewise.
5670 * gdb.base/foll-fork.exp: Likewise.
5671 * gdb.base/foll-vfork.exp: Likewise.
5672 * gdb.base/fork-print-inferior-events.exp: Likewise.
5673 * gdb.base/gdb-sigterm.exp: Likewise.
5674 * gdb.base/gdbinit-history.exp: Likewise.
5675 * gdb.base/osabi.exp: Likewise.
5676 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5677 * gdb.base/ui-redirect.exp: Likewise.
5678 * gdb.gdb/unittest.exp: Likewise.
5679 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
5680 * gdb.mi/mi-watch.exp: Likewise.
5681 * gdb.mi/new-ui-mi-sync.exp: Likewise.
5682 * gdb.mi/user-selected-context-sync.exp: Likewise.
5683 * gdb.python/python.exp: Disable debug test when debugging.
5684 * gdb.threads/check-libthread-db.exp: Disable when debugging.
5685 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5686 Likewise.
5687 * gdb.threads/stepi-random-signal.exp: Likewise.
5688
5689 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5690
5691 * Makefile.in: Pass through GDB_DEBUG.
5692 * README (Testsuite Parameters): Add GDB_DEBUG.
5693 (gdb,debug): Add board setting.
5694 * lib/gdb.exp (default_gdb_start): Start debugging.
5695 (gdb_debug_enabled): New procedure.
5696 (gdb_debug_init): Likewise.
5697
5698 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5699
5700 * Makefile.in: Pass through GDB_DEBUG.
5701 * README (Testsuite Parameters): Add GDB_DEBUG.
5702 (gdb,debug): Add board setting.
5703 * lib/gdb.exp (default_gdb_start): Start debugging.
5704 (gdb_debug_enabled): New procedure.
5705 (gdb_debug_init): Likewise.
5706
5707 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5708
5709 * gdb.base/ui-redirect.exp: Add debug redirect tests.
5710
5711 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5712
5713 * gdb.base/ui-redirect.exp: Test redirection.
5714
5715 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
5716
5717 * gdb.mi/mi-complete.exp: New file.
5718 * gdb.mi/mi-complete.cc: Likewise.
5719
5720 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
5721
5722 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
5723 indexed and sliced arrays, and pointers to arrays.
5724
5725 2019-05-14 Tom Tromey <tromey@adacore.com>
5726
5727 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
5728 styling test.
5729
5730 2019-05-14 Tom de Vries <tdevries@suse.de>
5731
5732 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
5733 selection entry encoding.
5734
5735 2019-05-10 Tom Tromey <tromey@adacore.com>
5736
5737 * gdb.ada/info_exc.exp: Add "complete" test.
5738
5739 2019-05-09 Tom de Vries <tdevries@suse.de>
5740
5741 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
5742 CU-relative.
5743
5744 2019-05-09 Tom de Vries <tdevries@suse.de>
5745
5746 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
5747 CU-relative.
5748
5749 2019-05-08 Joel Brobecker <brobecker@adacore.com>
5750
5751 * gdb.ada/frame_arg_lang.exp: New testcase.
5752 * gdb.ada/frame_arg_lang/bla.adb: New file.
5753 * gdb.ada/frame_arg_lang/pck.ads: New file.
5754 * gdb.ada/frame_arg_lang/pck.adb: New file.
5755 * gdb.ada/frame_arg_lang/foo.c: New file.
5756
5757 2019-05-08 Tom Tromey <tromey@adacore.com>
5758
5759 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
5760
5761 2019-05-08 Tom Tromey <tromey@adacore.com>
5762
5763 * gdb.base/ptype-offsets.exp: Update tests.
5764
5765 2019-05-08 Tom Tromey <tromey@adacore.com>
5766
5767 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
5768 cases.
5769 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
5770 "short".
5771
5772 2019-05-08 Tom Tromey <tromey@adacore.com>
5773
5774 * gdb.ada/vla.exp: New file.
5775 * gdb.ada/vla/vla.adb: New file.
5776
5777 2019-05-07 Tom de Vries <tdevries@suse.de>
5778
5779 * gdb.base/index-cache.exp (ls_host): Fix return statement.
5780
5781 2019-05-07 Tom de Vries <tdevries@suse.de>
5782
5783 PR testsuite/24522
5784 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
5785 section.
5786
5787 2019-05-07 Tom de Vries <tdevries@suse.de>
5788
5789 PR testsuite/24522
5790 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
5791 .debug_aranges section.
5792
5793 2019-05-07 Tom de Vries <tdevries@suse.de>
5794
5795 PR testsuite/24159
5796 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
5797
5798 2019-05-06 Tom de Vries <tdevries@suse.de>
5799
5800 * lib/gdb.exp (exec_has_index_section): New proc.
5801 * gdb.base/index-cache.exp: Handle case that binfile contains an index
5802 section.
5803
5804 2019-05-04 Tom de Vries <tdevries@suse.de>
5805
5806 * boards/cc-with-debug-names.exp: New file.
5807
5808 2019-05-03 Tom Tromey <tromey@adacore.com>
5809
5810 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
5811 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
5812 * gdb.ada/char_enum.exp: Add test.
5813
5814 2019-05-03 Tom de Vries <tdevries@suse.de>
5815
5816 * boards/cc-with-gdb-index.exp: New file.
5817
5818 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
5819
5820 * gdb.rust/simple.exp: Add new test case.
5821 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
5822 (main): Initialise an instance of the new struct.
5823
5824 2019-05-01 Tom Tromey <tromey@adacore.com>
5825
5826 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
5827 record.
5828 (NPR): New variable.
5829 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
5830 test.
5831
5832 2019-05-01 Tom Tromey <tromey@adacore.com>
5833
5834 * gdb.ada/packed_array_assign.exp: Add packed assignment
5835 regression test.
5836
5837 2019-05-01 Tom de Vries <tdevries@suse.de>
5838
5839 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
5840
5841 2019-05-01 Tom de Vries <tdevries@suse.de>
5842
5843 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
5844
5845 2019-04-30 Ali Tamur <tamur@google.com>
5846
5847 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
5848
5849 2019-04-30 Tom Tromey <tromey@adacore.com>
5850
5851 * lib/ada.exp (find_ada_tool): New proc.
5852 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
5853 * gdb.ada/catch_ex_std.exp: New file.
5854 * gdb.ada/catch_ex_std/foo.adb: New file.
5855 * gdb.ada/catch_ex_std/some_package.adb: New file.
5856 * gdb.ada/catch_ex_std/some_package.ads: New file.
5857
5858 2019-04-30 Tom Tromey <tromey@adacore.com>
5859
5860 PR c++/24470:
5861 * gdb.cp/temargs.cc: Add test code from PR.
5862
5863 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5864
5865 * gdb.fortran/vla-datatypes.exp: Update expected results.
5866 * gdb.fortran/vla-ptype.exp: Likewise.
5867 * gdb.fortran/vla-type.exp: Likewise.
5868 * gdb.fortran/vla-value.exp: Likewise.
5869
5870 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5871
5872 * gdb.fortran/ptr-indentation.exp: Update expected results.
5873 * gdb.fortran/ptype-on-functions.exp: Likewise.
5874 * gdb.fortran/vla-ptr-info.exp: Likewise.
5875 * gdb.fortran/vla-value.exp: Likewise.
5876
5877 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5878
5879 * gdb.fortran/ptype-on-functions.exp: New file.
5880 * gdb.fortran/ptype-on-functions.f90: New file.
5881
5882 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5883
5884 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
5885 case void string.
5886
5887 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5888
5889 * gdb.fortran/complex.exp: Expand.
5890 * gdb.fortran/complex.f: Renamed to...
5891 * gdb.fortran/complex.f90: ...this, and extended to add more
5892 complex values.
5893
5894 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5895
5896 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
5897 MODULO, CMPLX.
5898
5899 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
5900 Richard Bunt <richard.bunt@arm.com>
5901
5902 * gdb.base/max-depth.c: New file.
5903 * gdb.base/max-depth.exp: New file.
5904 * gdb.python/py-nested-maps.c: New file.
5905 * gdb.python/py-nested-maps.exp: New file.
5906 * gdb.python/py-nested-maps.py: New file.
5907 * gdb.python/py-format-string.exp (test_max_depth): New proc.
5908 (test_all_common): Call test_max_depth.
5909 * gdb.fortran/max-depth.exp: New file.
5910 * gdb.fortran/max-depth.f90: New file.
5911 * gdb.go/max-depth.exp: New file.
5912 * gdb.go/max-depth.go: New file.
5913 * gdb.modula2/max-depth.exp: New file.
5914 * gdb.modula2/max-depth.c: New file.
5915 * lib/gdb.exp (get_print_expr_at_depths): New proc.
5916
5917 2019-04-29 Tom de Vries <tdevries@suse.de>
5918
5919 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
5920
5921 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5922
5923 * gdb.base/callexit.exp: Test may-call-functions off.
5924
5925 2019-04-25 Keith Seitz <keiths@redhat.com>
5926
5927 PR c++/24367
5928 * gdb.cp/meth-typedefs.cc (incomplete_struct)
5929 (another_incomplete_struct, test_incomplete): New definitions.
5930 (main): Use new definitions.
5931 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
5932 functions.
5933
5934 2019-04-25 Ali Tamur <tamur@google.com>
5935
5936 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
5937
5938 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
5939
5940 PR corefiles/11608
5941 PR corefiles/18187
5942 * gdb.base/coredump-filter-build-id.exp: New file.
5943
5944 2019-04-25 Alan Hayward <alan.hayward@arm.com>
5945
5946 * Makefile.in: Pass through GDBSERVER_DEBUG.
5947 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
5948 (gdbserver,debug): Add board setting.
5949 * gdb.trace/tspeed.exp: Skip when debugging.
5950 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
5951 * lib/gdbserver-support.exp: Likewise
5952
5953 2019-04-24 Tom Tromey <tromey@adacore.com>
5954
5955 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
5956 Rust.
5957
5958 2019-04-24 Tom Tromey <tromey@adacore.com>
5959
5960 * gdb.arch/amd64-eval.exp: Test bitfield return.
5961 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
5962 (class Foo) <return_bitfields>: New method.
5963 (main): Call it.
5964
5965 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
5966
5967 * gdb.cp/many-args.cc: New file.
5968 * gdb.cp/many-args.exp: New file.
5969
5970 2019-04-23 Tom de Vries <tdevries@suse.de>
5971
5972 PR gdb/24433
5973 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
5974
5975 2019-04-23 Alan Hayward <alan.hayward@arm.com>
5976
5977 * gdb.trace/backtrace.exp: Use nopie flag.
5978 * gdb.trace/circ.exp: Likewise.
5979 * gdb.trace/collection.exp: Likewise.
5980 * gdb.trace/ftrace.exp: Likewise.
5981 * gdb.trace/mi-trace-unavailable.exp: Likewise.
5982 * gdb.trace/mi-traceframe-changed.exp: Likewise.
5983 * gdb.trace/qtro.exp: Likewise.
5984 * gdb.trace/read-memory.exp: Likewise.
5985 * gdb.trace/report.exp: Likewise.
5986 * gdb.trace/tfile.exp: Likewise.
5987 * gdb.trace/tfind.exp: Likewise.
5988 * gdb.trace/unavailable.exp: Likewise.
5989
5990 2019-04-22 Pedro Alves <palves@redhat.com>
5991
5992 * gdb.base/solib-probes-nosharedlibrary.c,
5993 gdb.base/solib-probes-nosharedlibrary.exp: New files.
5994
5995 2019-04-19 Tom Tromey <tromey@adacore.com>
5996
5997 * gdb.ada/ptype_union.c: New file.
5998 * gdb.ada/ptype_union.exp: New file.
5999
6000 2019-04-19 Tom Tromey <tromey@adacore.com>
6001
6002 PR symtab/24423:
6003 * gdb.base/list0.h (foo): Add a control-l character.
6004
6005 2019-04-18 Tom de Vries <tdevries@suse.de>
6006
6007 PR gdb/24433
6008 * boards/local-board.exp: Set sysroot to "".
6009
6010 2019-04-18 Tom de Vries <tdevries@suse.de>
6011 Pedro Alves <palves@redhat.com>
6012
6013 PR gdb/24454
6014 * gdb.threads/vfork-follow-child-exec.c: New file.
6015 * gdb.threads/vfork-follow-child-exec.exp: New file.
6016 * gdb.threads/vfork-follow-child-exit.c: New file.
6017 * gdb.threads/vfork-follow-child-exit.exp: New file.
6018
6019 2019-04-15 Leszek Swirski <leszeks@google.com>
6020
6021 * gdb.arch/amd64-eval.cc: New file.
6022 * gdb.arch/amd64-eval.exp: New file.
6023
6024 2019-04-11 Alan Hayward <alan.hayward@arm.com>
6025
6026 * gdb.server/sysroot.c: New test.
6027 * gdb.server/sysroot.exp: New file.
6028 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
6029 matching param.
6030
6031 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
6032
6033 * gdb.base/align.exp: Extend test to cover structures containing
6034 only static fields.
6035
6036 2019-04-11 Tom de Vries <tdevries@suse.de>
6037
6038 * boards/cc-with-dwz-m.exp: New file.
6039 * boards/cc-with-dwz.exp: New file.
6040 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
6041
6042 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
6043
6044 * gdb.base/start-cpp.exp: New file.
6045 * gdb.base/start-cpp.cc: New file.
6046
6047 2019-04-08 Kevin Buettner <kevinb@redhat.com>
6048
6049 * gdb.python/py-thrhandle.exp: Adjust tests to call
6050 thread_from_handle instead of thread_from_thread_handle.
6051
6052 2019-04-08 Kevin Buettner <kevinb@redhat.com>
6053
6054 * gdb.python/py-thrhandle.exp: Add tests for
6055 gdb.InferiorThread.handle.
6056
6057 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
6058
6059 * gdb.python/py-function.exp: Check calling helper function from
6060 all languages.
6061 * lib/gdb.exp (gdb_supported_languages): New proc.
6062
6063 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
6064
6065 * gdb.base/complex-parts.c: New file.
6066 * gdb.base/complex-parts.exp: New file.
6067
6068 2019-04-01 Tom Tromey <tromey@adacore.com>
6069
6070 PR symtab/23331:
6071 * gdb.dwarf2/dw2-ranges-main.c: New file.
6072 * gdb.dwarf2/dw2-ranges-psym.c: New file.
6073 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
6074
6075 2019-03-30 Simon Marchi <simark@simark.ca>
6076
6077 * gdb.base/default.exp: Add values for $_gdb_major and
6078 $_gdb_minor.
6079
6080 2019-03-29 Tom Tromey <tromey@adacore.com>
6081
6082 * gdb.base/help.exp: Tighten apropos regexp.
6083
6084 2019-03-29 Keith Seitz <keiths@redhat.com>
6085
6086 * gdb.fortran/array-bounds.exp: New file.
6087 * gdb.fortran/array-bounds.f90: New file.
6088
6089 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6090
6091 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
6092
6093 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6094
6095 * gdb.multi/hello.c (main): Increase alarm timer.
6096
6097 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
6098
6099 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
6100 factor when no hardware watchpoint support.
6101
6102 2019-03-28 Alan Hayward <alan.hayward@arm.com>
6103 Pedro Alves <palves@redhat.com>
6104
6105 * boards/local-board.exp: set sysroot to /.
6106
6107 2019-03-27 Alan Hayward <alan.hayward@arm.com>
6108
6109 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
6110 in child.
6111
6112 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
6113
6114 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
6115 field.
6116 (make_container): Initialise new field.
6117 * gdb.python/py-prettyprint.exp: Add new tests.
6118 * gdb.python/py-prettyprint.py (class ContainerPrinter)
6119 <display_hint>: New method.
6120
6121 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
6122
6123 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
6124 gdb_continue_to_breakpoint more throughout this test.
6125 (run_lang_tests) Supply unique test names, and use
6126 gdb_test_no_output.
6127
6128 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
6129
6130 * gdb.base/finish-pretty.exp: Update expected results.
6131 * gdb.base/pretty-print.c: New file.
6132 * gdb.base/pretty-print.exp: New file.
6133
6134 2019-03-25 Pedro Alves <palves@redhat.com>
6135
6136 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
6137 move comments outside list. Append '-i "" eof' section.
6138
6139 2019-03-22 Alan Hayward <alan.hayward@arm.com>
6140
6141 PR testsuite/25016
6142 * README: Add pie options.
6143 * gdb.base/break-interp.exp: Ensure pie is disabled.
6144 * gdb.base/dump.exp: Likewise.
6145 * lib/gdb.exp (gdb_compile): Add pie option.
6146
6147 2019-03-19 Tom Tromey <tromey@adacore.com>
6148
6149 * gdb.mi/mi2-cli-display.c: New file.
6150 * gdb.mi/mi2-cli-display.exp: New file.
6151
6152 2019-03-18 Joel Brobecker <brobecker@adacore.com>
6153 Tom Tromey <tromey@adacore.com>
6154
6155 * gdb.ada/ptype_array/pck.adb: New file.
6156 * gdb.ada/ptype_array/pck.ads: New file.
6157 * gdb.ada/ptype_array/foo.adb: New file.
6158 * gdb.ada/ptype_array.exp: New file.
6159
6160 2019-03-14 Tom Tromey <tromey@adacore.com>
6161
6162 * gdb.base/style.exp: Add "set style sources" test.
6163
6164 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
6165
6166 * mi-breakpoint-location-ena-dis.exp: Rename to ...
6167 * mi-breakpoint-multiple-locations.exp: ... this.
6168 (make_breakpoints_pattern): New proc.
6169 (do_test): Add mi_version parameter, test -break-insert,
6170 -break-info and =breakpoint-created.
6171
6172 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
6173
6174 * config/default.exp: Remove 'load_lib gdb.exp'.
6175 * config/monitor.exp: Likewise.
6176 * config/sid.exp: Likewise.
6177 * config/sim.exp: Likewise.
6178 * config/slite.exp: Likewise.
6179 * config/unix.exp: Likewise.
6180 * gdb.base/default.exp: Remove unhelpful comment.
6181
6182 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6183
6184 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
6185
6186 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6187
6188 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
6189
6190 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6191
6192 * gdb.fortran/type-kinds.exp: Update expected results.
6193
6194 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6195
6196 * gdb.fortran/type-kinds.exp: Test new integer type kind.
6197
6198 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6199
6200 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
6201 function.
6202 (test_basic_parsing_of_type_kinds): Expand types tested.
6203 (test_parsing_invalid_type_kinds): New function.
6204
6205 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6206
6207 * gdb.fortran/intrinsics.exp: New file.
6208 * gdb.fortran/intrinsics.f90: New file.
6209 * gdb.fortran/type-kinds.exp: New file.
6210
6211 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6212
6213 * gdb.fortran/dot-ops.exp: New file.
6214
6215 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6216
6217 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
6218 Check upper and lower case logical literals.
6219
6220 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6221
6222 * gdb.fortran/types.exp (test_float_literal_types_accepted):
6223 Remove duplicate tests.
6224
6225 2019-03-06 Alan Hayward <alan.hayward@arm.com>
6226
6227 * lib/gdb.exp (builtin_cd): rename of cd.
6228 (cd): Override builtin.
6229
6230 2019-03-06 Richard Bunt <richard.bunt@arm.com>
6231
6232 * gdb.fortran/function-calls.exp: New file.
6233 * gdb.fortran/function-calls.f90: New test.
6234
6235 2019-03-04 Richard Bunt <richard.bunt@arm.com>
6236
6237 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
6238 on user program standard output.
6239 * gdb.fortran/short-circuit-argument-list.f90: Record function
6240 calls.
6241
6242 2019-02-28 Alan Hayward <alan.hayward@arm.com>
6243
6244 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
6245 failure.
6246
6247 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6248
6249 PR gdb/8527
6250 * gdb.base/interrupt-daemon-attach.c,
6251 gdb.base/interrupt-daemon-attach.exp: New test.
6252
6253 2019-02-27 Pedro Alves <palves@redhat.com>
6254
6255 * gdb.base/page.exp: Add tests for "set width/height -1".
6256
6257 2019-02-27 Pedro Alves <palves@redhat.com>
6258
6259 * gdb.base/page.exp: Add tests for "set/show width/height" with
6260 "infinite" values.
6261
6262 2019-02-27 Tom Tromey <tromey@adacore.com>
6263
6264 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
6265 2.4.
6266 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
6267 workaround.
6268
6269 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
6270
6271 * gdb.base/align.exp: Extend to compile in both C and C++, and add
6272 tests for structs with static members.
6273
6274 2019-02-26 Tom Tromey <tromey@adacore.com>
6275
6276 * gdb.python/py-value.exp (test_value_from_buffer): Check for
6277 ValueError, not TypeError.
6278
6279 2019-02-26 Kevin Buettner <kevinb@redhat.com>
6280
6281 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
6282 call from main program.
6283
6284 2019-02-23 Joel Brobecker <brobecker@adacore.com>
6285
6286 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
6287 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
6288 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
6289 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
6290 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
6291
6292 2019-02-22 Keith Seitz <keiths@redhat.com>
6293
6294 PR symtab/23853
6295 * gdb.base/symlink-sourcefile.c: New file.
6296 * gdb.base/symlink-sourcefile.exp: New file.
6297
6298 2019-02-20 Tom Tromey <tom@tromey.com>
6299
6300 * gdb.base/info_qt.exp: Update.
6301
6302 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
6303
6304 * gdb.base/source.exp: Move "error in sourced script" code to
6305 the end.
6306 * gdb.base/source-error.gdb: Move contents to
6307 source-error-1.gdb. Add new code to source source-error-1.gdb.
6308 * gdb.base/source-error-1.gdb: New file, from previous
6309 source-error.gdb.
6310
6311 2019-02-17 Tom Tromey <tom@tromey.com>
6312
6313 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
6314 for macro styling.
6315 * gdb.base/style.c (SOME_MACRO): New macro.
6316
6317 2019-02-17 Tom Tromey <tom@tromey.com>
6318
6319 * gdb.base/style.exp: Add line-wrapping tests.
6320 * gdb.base/page.exp: Add test for quitting during pagination.
6321
6322 2019-02-17 Joel Brobecker <brobecker@adacore.com>
6323
6324 * gdb.ada/big_packed_array: New testcase.
6325 * gdb.ada/homonym.exp: Fix incorrect expected output for
6326 "break <homonym__get_value>" test.
6327
6328 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
6329
6330 PR breakpoints/21870
6331 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
6332 and prepare_for_testing. Add comment.
6333 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
6334 redundant cleanup call. Clean up comment.
6335
6336 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
6337
6338 PR breakpoints/21870
6339 * gdb.arch/aarch64-dbreg-contents.exp: New file.
6340 * gdb.arch/aarch64-dbreg-contents.c: New file.
6341
6342 2019-02-10 Joel Brobecker <brobecker@adacore.com>
6343
6344 * gdb.ada/mi_ref_changeable: New testcase.
6345
6346 2019-02-07 Alan Hayward <alan.hayward@arm.com>
6347
6348 * gdb.base/attach.exp: Add double attach test.
6349
6350 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
6351
6352 * lib/gdb.exp (default_gdb_start): Don't match pagination
6353 prompt.
6354 (gdb_init): Set stty_init.
6355
6356 2019-01-27 Tom Tromey <tom@tromey.com>
6357
6358 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
6359 skip_python_tests.
6360
6361 2019-01-24 Alan Hayward <alan.hayward@arm.com>
6362
6363 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
6364 New structure.
6365 (struct struct_static_02_02): Likewise.
6366 (struct struct_static_02_03): Likewise.
6367 (struct struct_static_02_04): Likewise.
6368 (struct struct_static_04_01): Likewise.
6369 (struct struct_static_04_02): Likewise.
6370 (struct struct_static_04_03): Likewise.
6371 (struct struct_static_04_04): Likewise.
6372 (struct struct_static_06_01): Likewise.
6373 (struct struct_static_06_02): Likewise.
6374 (struct struct_static_06_03): Likewise.
6375 (struct struct_static_06_04): Likewise.
6376 (cmp_struct_static_02_01): Likewise.
6377 (cmp_struct_static_02_02): Likewise.
6378 (cmp_struct_static_02_03): Likewise.
6379 (cmp_struct_static_02_04): Likewise.
6380 (cmp_struct_static_04_01): Likewise.
6381 (cmp_struct_static_04_02): Likewise.
6382 (cmp_struct_static_04_03): Likewise.
6383 (cmp_struct_static_04_04): Likewise.
6384 (cmp_struct_static_06_01): Likewise.
6385 (cmp_struct_static_06_02): Likewise.
6386 (cmp_struct_static_06_03): Likewise.
6387 (cmp_struct_static_06_04): Likewise.
6388 (call_all): Test new structs.
6389 * gdb.base/infcall-nested-structs.exp: Likewise.
6390
6391 2019-01-21 Alan Hayward <alan.hayward@arm.com>
6392 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
6393
6394 2019-01-21 Alan Hayward <alan.hayward@arm.com>
6395 * gdb.base/stack-protector.c: New test.
6396 * gdb.base/stack-protector.exp: New file.
6397 * gdb.cp/ovldbreak.exp: Only allow a single break line.
6398 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
6399 option.
6400 (gdb_compile): Remove stack protector for GCC and prevent
6401 recursion.
6402
6403 2019-01-16 Keith Seitz <keiths@redhat.com>
6404
6405 PR gdb/23773
6406 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
6407
6408 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6409
6410 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
6411 aliases.
6412 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
6413 tests.
6414 * gdb.arch/powerpc-vector-regs.c: New file.
6415 * gdb.arch/powerpc-vector-regs.exp: New file.
6416
6417 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6418
6419 * gdb.arch/altivec-regs.exp: Fix the list passed to
6420 gdb_expect_list when testing "info vector".
6421
6422 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6423
6424 * gdb.base/style.exp: Don't include path in testname.
6425
6426 2019-01-10 Keith Seitz <keiths@redhat.com>
6427
6428 PR gdb/23712
6429 PR symtab/23010
6430 * gdb.dwarf2/multidictionary.exp: New file.
6431
6432 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
6433
6434 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
6435 (test_gnuv3_style_demangling): ... this.
6436 (test_lucid_style_demangling): Remove.
6437 (test_arm_style_demangling): Remove.
6438 (test_hp_style_demangling): Remove.
6439 (do_tests): Remove calls to the above.
6440
6441 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6442
6443 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
6444 case.
6445
6446 2019-01-06 Tom Tromey <tom@tromey.com>
6447
6448 PR gdb/28155:
6449 * gdb.dwarf2/typedef-void-finish.exp: New file.
6450
6451 2018-12-28 Tom Tromey <tom@tromey.com>
6452 Simon Marchi <simark@simark.ca>
6453
6454 * gdb.base/jit-exec.exp: New file.
6455 * gdb.base/jit-exec.c: New file.
6456 * gdb.base/jit-execd.c: New file.
6457
6458 2018-12-28 Tom Tromey <tom@tromey.com>
6459
6460 * gdb.base/style.exp: Update test to check for address styling.
6461
6462 2018-12-28 Tom Tromey <tom@tromey.com>
6463
6464 * gdb.base/style.exp: Add test for styling of "Reading symbols"
6465 message.
6466
6467 2018-12-28 Tom Tromey <tom@tromey.com>
6468
6469 * gdb.base/style.exp: Add test for version number styling.
6470
6471 2018-12-28 Tom Tromey <tom@tromey.com>
6472
6473 * gdb.base/style.exp: Add test for print_address_symbolic.
6474
6475 2018-12-28 Tom Tromey <tom@tromey.com>
6476
6477 * gdb.base/style.exp: Add test for breakpoint setting.
6478
6479 2018-12-28 Tom Tromey <tom@tromey.com>
6480
6481 * gdb.base/style.exp: Add test for variable names.
6482
6483 2018-12-28 Tom Tromey <tom@tromey.com>
6484
6485 * gdb.base/style.exp: New file.
6486 * gdb.base/style.c: New file.
6487
6488 2018-12-28 Tom Tromey <tom@tromey.com>
6489
6490 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
6491 "dumb".
6492 * gdb.base/readline.exp (operate_and_get_next): Save and restore
6493 the TERM environment variable.
6494
6495 2018-12-27 Tom Tromey <tom@tromey.com>
6496
6497 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
6498 pagination test.
6499
6500 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
6501
6502 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
6503 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
6504
6505 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6506
6507 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
6508 Filename a.adb changed to bp_fun_addr.adb.
6509 gdb.ada/bp_fun_addr.exp: Update test accordingly.
6510
6511 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
6512
6513 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
6514 non-PIE executables.
6515 * README: Mention the gdb,nopie_flag board setting.
6516 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
6517 non-PIE executable.
6518 * gdb.arch/amd64-entry-value.exp: Likewise.
6519 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
6520 * gdb.arch/i386-float.exp: Likewise.
6521 * gdb.arch/i386-signal.exp: Likewise.
6522 * gdb.mi/mi-reg-undefined.exp: Likewise.
6523
6524 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
6525
6526 PR gdb/23974
6527 * gdb.base/info-os.exp: Check return for unknown "info os" type.
6528
6529 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6530
6531 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
6532 Update order of results accordingly.
6533
6534 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
6535
6536 * gdb.base/annota1.exp: Update a test regexp.
6537
6538 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6539
6540 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
6541
6542 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6543
6544 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
6545 (reuse_time): Initialize to REUSE_TIME_CAP.
6546 (check_rc): New function.
6547 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
6548 Check pthread_create rc.
6549 (spawner_thread_func): Check pthread_create and pthread_join rc.
6550
6551 2018-12-08 Pedro Alves <palves@redhat.com>
6552
6553 * gdb.base/list.exp (test_forward_search): Rename to ...
6554 (test_forward_reverse_search): ... this. Also test reverse-search
6555 and the forward-search alias.
6556
6557 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
6558
6559 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
6560 local timeout variable before return, and remove all local timeout
6561 variable entirely.
6562 (gdb_load): Likewise.
6563
6564 2018-12-01 Tom de Vries <tdevries@suse.de>
6565
6566 * gdb.base/gdb-caching-proc.exp: New file.
6567
6568 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
6569
6570 * Makefile.in (TIMESTAMP): New variable.
6571 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
6572 command.
6573 (check-single-racy): Likewise.
6574 (check/%.exp): Likewise.
6575 (check-racy/%.exp): Likewise.
6576 (workers/%.worker): Likewise.
6577 (build-perf): Likewise.
6578 (check-perf): Likewise.
6579 * README: Describe new "TS" and "TS_FORMAT" variables.
6580 * print-ts.py: New file.
6581
6582 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
6583
6584 PR python/23714
6585 * gdb.python/python.exp: Test command repetition after
6586 gdb.execute.
6587
6588 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
6589
6590 * gdb.opt/inline-break.exp: Add test that info breakpoint output
6591 is correctly aligned.
6592
6593 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6594
6595 * gdb.ada/info_auto_lang.exp: New testcase.
6596 * gdb.ada/info_auto_lang/global_pack.ads: New file.
6597 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
6598 * gdb.ada/info_auto_lang/some_c.c: New file.
6599
6600 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6601
6602 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
6603 FUNC_lang language syntax.
6604
6605 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6606
6607 * gdb.base/info_minsym.c: New file.
6608 * gdb.base/info_minsym.exp: New file.
6609
6610 2018-11-19 Tom Tromey <tom@tromey.com>
6611
6612 PR rust/23625:
6613 * gdb.rust/simple.exp: Add ptype test. Update expected output.
6614 * gdb.rust/expr.exp: Update expected output. Change one test.
6615
6616 2018-11-19 Tom Tromey <tom@tromey.com>
6617
6618 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
6619
6620 2018-11-19 Pedro Alves <palves@redhat.com>
6621
6622 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
6623 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
6624 see the expected warning.
6625
6626 2018-11-16 Alan Hayward <alan.hayward@arm.com>
6627
6628 PR gdb/22736:
6629 * gdb.cp/infcall-nodebug-lib.c: New test.
6630 * gdb.cp/infcall-nodebug-main.c: New test.
6631 * gdb.cp/infcall-nodebug.exp: New file.
6632
6633 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
6634
6635 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
6636 completer tests.
6637
6638 2018-11-09 Tom de Vries <tdevries@suse.de>
6639
6640 * gdb.base/msym-lang.c: New test.
6641 * gdb.base/msym-lang.exp: New file.
6642 * gdb.base/msym-lang-main.c: New test.
6643
6644 2018-11-08 Tom Tromey <tom@tromey.com>
6645
6646 PR gdb/23555:
6647 PR gdb/23838:
6648 * gdb.base/warning.exp: New file.
6649
6650 2018-11-08 Jan Beulich <jbeulich@suse.com>
6651
6652 * testsuite/gdb.arch/i386-avx512.c,
6653 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
6654
6655 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
6656
6657 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
6658 point hardware.
6659
6660 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
6661
6662 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
6663 * gdb.dwarf2/missing-type-name.exp: New file.
6664
6665 2018-11-06 Tom de Vries <tdevries@suse.de>
6666
6667 * gdb.base/many-headers.c: New test.
6668 * gdb.base/many-headers.exp: New file.
6669
6670 2018-11-06 Jim Wilson <jimw@sifive.com>
6671
6672 * gdb.base/code_elim.exp: For riscv, set additional_flags
6673 to include -msmall-data-limit=0.
6674
6675 2018-11-01 Joel Brobecker <brobecker@adacore.com>
6676
6677 * gdb.ada/watch_minus_l: New testcase.
6678
6679 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
6680
6681 * gdb.arch/aix-sighandle.c: New file.
6682 * gdb.arch/aix-sighandle.exp: New file.
6683
6684 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6685
6686 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
6687 registers being unions.
6688
6689 2018-10-31 Tom de Vries <tdevries@suse.de>
6690
6691 * lib/valgrind.exp: New file.
6692 (vgdb_start, vgdb_stop): New procs, factored out of ...
6693 * gdb.base/valgrind-bt.exp: ... here, ...
6694 * gdb.base/valgrind-disp-step.exp: ... here and ...
6695 * gdb.base/valgrind-infcall.exp: ... here.
6696
6697 2018-10-31 Tom de Vries <tdevries@suse.de>
6698
6699 * lib/gdb.exp (get_valueof): Don't output read value in test name.
6700
6701 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6702
6703 * gdb.dwarf2/void-type.c: New file.
6704 * gdb.dwarf2/void-type.exp: New file.
6705
6706 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6707
6708 * gdb.base/info_qt.c: New file.
6709 * gdb.base/info_qt.exp: New file.
6710
6711 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6712
6713 * gdb.arch/powerpc-htm-regs.c: New file.
6714 * gdb.arch/powerpc-htm-regs.exp: New file.
6715
6716 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6717
6718 * gdb.arch/powerpc-tar.c: New file.
6719 * gdb.arch/powerpc-tar.exp: New file.
6720
6721 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6722
6723 * gdb.arch/powerpc-ppr-dscr.c: New file.
6724 * gdb.arch/powerpc-ppr-dscr.exp: New file.
6725
6726 2018-10-25 Tom de Vries <tdevries@suse.de>
6727
6728 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
6729
6730 2018-10-24 Tom de Vries <tdevries@suse.de>
6731
6732 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
6733 longer exists error.
6734
6735 2018-10-24 Tom de Vries <tdevries@suse.de>
6736
6737 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
6738
6739 2018-10-24 Tom de Vries <tdevries@suse.de>
6740
6741 * gdb.base/valgrind-db-attach.exp: Handle removed support for
6742 --db-attach in valgrind.
6743
6744 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
6745
6746 * gdb.arch/riscv-reg-aliases.c: New file.
6747 * gdb.arch/riscv-reg-aliases.exp: New file.
6748
6749 2018-10-19 Alan Hayward <alan.hayward@arm.com>
6750
6751 * gdb.python/py-cmd.exp: Check for gdb_prompt.
6752
6753 2018-10-19 Alan Hayward <alan.hayward@arm.com>
6754
6755 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
6756
6757 2018-10-19 Alan Hayward <alan.hayward@arm.com>
6758
6759 * gdb.cp/ovldbreak.exp: Fix regexps.
6760
6761 2018-10-19 Alan Hayward <alan.hayward@arm.com>
6762
6763 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
6764
6765 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
6766
6767 PR cli/23785
6768 * gdb.base/restore.exp: New test to check if "restore" with an
6769 invalid file doesn't segfault.
6770
6771 2018-10-18 Tom de Vries <tdevries@suse.de>
6772
6773 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
6774 * gdb.ada/excep_handle.exp: Same.
6775 * gdb.ada/mi_string_access.exp: Same.
6776 * gdb.ada/mi_var_union.exp: Same.
6777 * gdb.arch/arc-analyze-prologue.exp: Same.
6778 * gdb.arch/arc-decode-insn.exp: Same.
6779 * gdb.base/readnever.exp: Same.
6780 * gdb.fortran/printing-types.exp: Same.
6781 * gdb.guile/scm-lazy-string.exp: Same.
6782
6783 2018-10-16 Tom de Vries <tdevries@suse.de>
6784
6785 PR gdb/23730
6786 * gdb.base/catch-follow-exec.c: Add copyright notice.
6787 * gdb.base/catch-follow-exec.exp: Rewrite to use
6788 gdb_spawn_with_cmdline_opts. Require gdb-native.
6789
6790 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
6791
6792 * gdb.trace/actions-changed.exp: Check for arch support.
6793 * gdb.trace/actions.exp: Likewise.
6794 * gdb.trace/ax.exp: Likewise.
6795 * gdb.trace/backtrace.exp: Likewise.
6796 * gdb.trace/change-loc.exp: Likewise.
6797 * gdb.trace/deltrace.exp: Likewise.
6798 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
6799 * gdb.trace/ftrace.exp: Likewise.
6800 * gdb.trace/infotrace.exp: Check for arch support.
6801 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
6802 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
6803 * gdb.trace/mi-tsv-changed.exp: Likewise.
6804 * gdb.trace/packetlen.exp: Likewise.
6805 * gdb.trace/passc-dyn.exp: Likewise.
6806 * gdb.trace/passcount.exp: Likewise.
6807 * gdb.trace/pending.exp: Likewise.
6808 * gdb.trace/range-stepping.exp: Check for shlib support.
6809 * gdb.trace/report.exp: Check for arch support.
6810 * gdb.trace/save-trace.exp: Likewise.
6811 * gdb.trace/signal.exp: Check for signal support.
6812 * gdb.trace/tfind.exp: Check for arch support.
6813 * gdb.trace/trace-break.exp: Check for arch and shlib support.
6814 * gdb.trace/trace-common.h: Add comment.
6815 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
6816 * gdb.trace/trace-enable-disable.exp: Likewise.
6817 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
6818 * gdb.trace/tracecmd.exp: Check for arch support.
6819 * gdb.trace/tspeed.exp: Check for shlib and target support.
6820 * gdb.trace/tstatus.exp: Check for arch support.
6821 * gdb.trace/tsv.exp: Likewise.
6822 * gdb.trace/while-dyn.exp: Likewise.
6823 * gdb.trace/while-stepping.exp: Likewise.
6824 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
6825
6826 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
6827
6828 * gdb.trace/tspeed.exp: Remove nowarnings.
6829 (prepare_for_trace_test): Declare "global ipalib".
6830 * gdb.trace/tspeed.c: Include unistd.h.
6831 (main): Remove superfluous printf argument.
6832
6833 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
6834
6835 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
6836 directory prefix on the filename.
6837
6838 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
6839
6840 * gdb.gdb/unittest.exp: Update expected message informing that
6841 selftests have been disabled.
6842 * gdb.server/unittest.exp: Likewise.
6843
6844 2018-10-09 Tom de Vries <tdevries@suse.de>
6845
6846 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
6847 with runto_main.
6848
6849 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
6850
6851 PR c++/16841
6852 * gdb.cp/virtbase2.cc: New file.
6853 * gdb.cp/virtbase2.exp: New file.
6854
6855 2018-10-06 Tom Tromey <tom@tromey.com>
6856
6857 PR python/19399:
6858 * gdb.python/py-inferior.exp: Add architecture test.
6859
6860 2018-10-06 Tom Tromey <tom@tromey.com>
6861
6862 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
6863 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
6864
6865 2018-10-06 Tom Tromey <tom@tromey.com>
6866
6867 * gdb.python/py-breakpoint.exp (check_last_event): Check location
6868 of a "throw" catchpoint.
6869
6870 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
6871
6872 * gdb.base/info-proc.exp: Update string expected from "help info
6873 proc".
6874
6875 2018-10-04 Tom Tromey <tom@tromey.com>
6876
6877 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
6878 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
6879 (test_initial_complaints, test_empty_complaints): Update.
6880 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6881
6882 2018-10-04 Tom Tromey <tom@tromey.com>
6883
6884 PR cli/19551:
6885 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
6886 * lib/gdb.exp (gdb_file_cmd): Update.
6887 * gdb.stabs/weird.exp (print_weird_var): Update.
6888 * gdb.server/solib-list.exp: Update.
6889 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
6890 * gdb.mi/mi-cli.exp: Update.
6891 * gdb.linespec/linespec.exp: Update.
6892 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6893 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
6894 * gdb.cp/cp-relocate.exp: Update.
6895 * gdb.base/sym-file.exp: Update.
6896 * gdb.base/relocate.exp: Update.
6897 * gdb.base/readnever.exp: Update.
6898 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6899 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
6900 * gdb.base/dbx.exp (gdb_file_cmd): Update.
6901 * gdb.base/code_elim.exp: Update.
6902 * gdb.base/break-unload-file.exp (test_break): Update.
6903 * gdb.base/break-interp.exp (test_attach_gdb): Update.
6904 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
6905 Update.
6906 * gdb.base/attach.exp (do_attach_tests): Update.
6907 * gdb.base/sepdebug.exp: Update.
6908 * gdb.python/py-section-script.exp: Update.
6909
6910 2018-10-04 Tom Tromey <tom@tromey.com>
6911
6912 PR cli/22234:
6913 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
6914 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
6915 output.
6916
6917 2018-10-04 Tom Tromey <tom@tromey.com>
6918
6919 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
6920 set width and height to 0.
6921 (test_command_line_attach_run): Use -quiet.
6922
6923 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
6924
6925 * lib/gdb.exp (skip_ifunc_tests): New.
6926 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
6927 other compile failures.
6928 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
6929
6930 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
6931
6932 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
6933 is_amd64_regs_target.
6934
6935 2018-10-01 Alan Hayward <alan.hayward@arm.com>
6936
6937 * gdb.arch/aarch64-sighandler-regs.c: New test.
6938 * gdb.arch/aarch64-sighandler-regs.exp: New file.
6939 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
6940
6941 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
6942
6943 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
6944 assembly.
6945
6946 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
6947
6948 * gdb.base/frame-selection.exp: New file.
6949 * gdb.base/frame-selection.c: New file.
6950
6951 2018-09-27 Alan Hayward <alan.hayward@arm.com>
6952
6953 * gdb.threads/check-libthread-db.c (thread_routine): Use a
6954 pthread barrier.
6955 (main): Likewise.
6956
6957 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
6958
6959 * gdb.base/large-frame-1.c: New file.
6960 * gdb.base/large-frame-2.c: New file.
6961 * gdb.base/large-frame.exp: New file.
6962 * gdb.base/large-frame.h: New file.
6963
6964 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
6965
6966 PR gdb/20948
6967 * gdb.base/write_mem.exp: New test.
6968 * gdb.base/write_mem.c: Likewise.
6969
6970 2018-09-23 Tom Tromey <tom@tromey.com>
6971
6972 PR python/18852:
6973 * gdb.python/py-parameter.exp: Add test for parameter that throws
6974 on "set".
6975
6976 2018-09-23 Tom Tromey <tom@tromey.com>
6977
6978 PR python/17284:
6979 * gdb.python/py-template.exp (test_template_arg): Add test for
6980 negative template argument number.
6981
6982 2018-09-23 Tom Tromey <tom@tromey.com>
6983
6984 PR python/14062:
6985 * gdb.python/python.exp: Add test for post_event error.
6986
6987 2018-09-23 Tom Tromey <tom@tromey.com>
6988
6989 PR python/18170:
6990 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
6991 convert pointers to int and long.
6992
6993 2018-09-23 Tom Tromey <tom@tromey.com>
6994
6995 PR python/20126:
6996 * gdb.python/py-value.exp (test_value_numeric_ops): Add
6997 signed-ness conversion tests.
6998
6999 2018-09-23 Tom Tromey <tom@tromey.com>
7000
7001 PR python/18352;
7002 * gdb.python/py-value.exp (test_float_conversion): New proc.
7003 Use it.
7004
7005 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
7006
7007 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
7008
7009 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
7010
7011 * gdb.base/complete-empty.exp: Skip tab-completion tests if
7012 no readline.
7013 * gdb.base/utf8-identifiers.exp: Likewise.
7014 * gdb.cp/cpcompletion.exp: Likewise.
7015 * gdb.linespec/cpcompletion.exp: Likewise.
7016 * gdb.linespec/cpls-abi-tag.exp: Likewise.
7017 * gdb.linespec/cpls-ops.exp: Likewise.
7018
7019 2018-09-19 Richard Bunt <richard.bunt@arm.com>
7020 Chris January <chris.january@arm.com>
7021
7022 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
7023 * gdb.fortran/short-circuit-argument-list.exp: New file.
7024 * gdb.fortran/short-circuit-argument-list.f90: New test.
7025
7026 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
7027
7028 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
7029 "arch=" keyword when executing "-stack-list-frames".
7030
7031 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
7032
7033 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
7034 "arch=" keyword when executing "-stack-list-frames".
7035
7036 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
7037
7038 * gdb.ada/complete.exp: Expect for "@" when doing "complete
7039 break ada".
7040
7041 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
7042
7043 PR python/23669
7044 * gdb.python/python.exp: Test gdb.execute("show commands").
7045
7046 2018-09-16 Tom Tromey <tom@tromey.com>
7047
7048 * gdb.base/new-ui.exp (do_execution_tests): Update.
7049 * gdb.base/dbx.exp (test_breakpoints): Update.
7050
7051 2018-09-14 Alan Hayward <alan.hayward@arm.com>
7052
7053 * lib/gdb.exp (gdb_simple_compile): Add proc.
7054 (is_elf_target): Use gdb_simple_compile.
7055 (skip_altivec_tests): Likewise.
7056 (skip_vsx_tests): Likewise.
7057 (skip_tsx_tests): Likewise.
7058 (skip_btrace_tests): Likewise.
7059 (skip_btrace_pt_tests): Likewise.
7060 (gdb_can_simple_compile): Likewise.
7061 (gdb_has_argv0): Likewise.
7062 (gdb_target_symbol_prefix): Likewise.
7063 (target_supports_scheduler_locking): Likewise.
7064
7065 2018-09-13 Tom Tromey <tom@tromey.com>
7066
7067 * Makefile.in (TAGS): Recognize proc_with_prefix and
7068 gdb_caching_proc.
7069
7070 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
7071
7072 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
7073 method.
7074
7075 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
7076
7077 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
7078 and a few other Inferior properties when the Inferior is no
7079 longer valid.
7080
7081 2018-09-13 Tom Tromey <tom@tromey.com>
7082
7083 PR rust/23650:
7084 * gdb.rust/simple.exp: Add test for enum field access error.
7085
7086 2018-09-13 Tom Tromey <tom@tromey.com>
7087
7088 PR rust/23626:
7089 * gdb.rust/simple.rs (EmptyEnum): New type.
7090 (main): Use it.
7091 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
7092
7093 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
7094
7095 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
7096 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
7097 * gdb.python/py-symtab.exp: Update test printing an objfile.
7098
7099 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
7100
7101 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
7102 object.
7103
7104 2018-09-12 Alan Hayward <alan.hayward@arm.com>
7105
7106 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
7107 (support_complex_tests): Use gdb_can_simple_compile.
7108 (is_ilp32_target): Likewise.
7109 (is_lp64_target): Likewise.
7110 (is_64_target): Likewise.
7111 (is_amd64_regs_target): Likewise.
7112 (is_aarch32_target): Likewise.
7113 (gdb_int128_helper): Likewise.
7114
7115 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7116
7117 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
7118
7119 2018-09-10 Jerome Guitton <guitton@adacore.com>
7120
7121 * gdb.ada/same_component_name: Add test for case of tagged record
7122 with variable-length fields.
7123
7124 2018-09-10 Xavier Roirand <roirand@adacore.com>
7125
7126 * gdb.ada/access_to_unbounded_array.exp: New testcase.
7127 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
7128 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
7129 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
7130
7131 2018-09-10 Xavier Roirand <roirand@adacore.com>
7132
7133 * gdb.ada/mi_string_access.exp: New testcase.
7134 * gdb.ada/mi_string_access/bar.adb: New file.
7135 * gdb.ada/mi_string_access/pck.adb: New file.
7136 * gdb.ada/mi_string_access/pck.asd: New file.
7137
7138 2018-09-10 Xavier Roirand <roirand@adacore.com>
7139
7140 * gdb.ada/mi_var_union.exp: New testcase.
7141 * gdb.ada/mi_var_union/bar.adb: New file.
7142 * gdb.ada/mi_var_union/pck.adb: New file.
7143 * gdb.ada/mi_var_union/pck.asd: New file.
7144
7145 2018-09-08 Tom Tromey <tom@tromey.com>
7146
7147 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
7148
7149 2018-09-08 Tom Tromey <tom@tromey.com>
7150
7151 PR python/16047:
7152 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
7153 (register_pretty_printers): Register new printer.
7154 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
7155 test.
7156 * gdb.python/py-prettyprint.c (int_type3): New typedef.
7157 (an_int_type3): New global.
7158
7159 2018-09-08 Joel Brobecker <brobecker@adacore.com>
7160
7161 * gdb.ada/expr_with_funcall: New testcase.
7162
7163 2018-09-08 Joel Brobecker <brobecker@adacore.com>
7164
7165 * gdb.ada/packed_array_assign: New testcase.
7166
7167 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
7168
7169 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
7170 names, and add test prefixes to make test names unique.
7171
7172 2018-09-05 Tom de Vries <tdevries@suse.de>
7173
7174 * gdb.dwarf2/varval.exp: Add test.
7175
7176 2018-09-04 Gary Benson <gbenson@redhat.com>
7177
7178 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
7179 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
7180
7181 2018-08-31 Tom Tromey <tom@tromey.com>
7182
7183 * gdb.rust/simple.rs: Rename second variable "v".
7184
7185 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
7186
7187 * gdb.base/funcargs.c (use_a): New function.
7188 (recurse): Call use_a.
7189
7190 2018-08-29 Keith Seitz <keiths@redhat.com>
7191
7192 * gdb.compile/compile-cplus-anonymous.cc: New file.
7193 * gdb.compile/compile-cplus-anonymous.exp: New file.
7194 * gdb.compile/compile-cplus-array-decay.cc: New file.
7195 * gdb.compile/compile-cplus-array-decay.exp: New file.
7196 * gdb.compile/compile-cplus-inherit.cc: New file.
7197 * gdb.compile/compile-cplus-inherit.exp: New file.
7198 * gdb.compile/compile-cplus-member.cc: New file.
7199 * gdb.compile/compile-cplus-member.exp: New file.
7200 * gdb.compile/compile-cplus-method.cc: New file.
7201 * gdb.compile/compile-cplus-method.exp: New file.
7202 * gdb.compile/compile-cplus-mod.c: "New" file.
7203 * gdb.compile/compile-cplus-namespace.cc: New file.
7204 * gdb.compile/compile-cplus-namespace.exp: New file.
7205 * gdb.compile/compile-cplus-nested.cc: New file.
7206 * gdb.compile/compile-cplus-nested.exp: New file.
7207 * gdb.compile/compile-cplus-print.c: "New" file.
7208 * gdb.compile/compile-cplus-print.exp: "New" file.
7209 * gdb.compile/compile-cplus-virtual.cc: New file.
7210 * gdb.compile/compile-cplus-virtual.exp: New file.
7211 * gdb.compile/compile-cplus.c: "New" file.
7212 * gdb.compile/compile-cplus.exp: "New" file.
7213 * lib/compile-support.exp: New file.
7214
7215 2018-08-16 Gary Benson <gbenson@redhat.com>
7216
7217 PR gdb/13000:
7218 * gdb.base/batch-exit-status.exp: New file.
7219 * gdb.base/batch-exit-status.good-commands: Likewise.
7220 * gdb.base/batch-exit-status.bad-commands: Likewise.
7221
7222 2018-08-29 Alan Hayward <alan.hayward@arm.com>
7223
7224 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
7225 (struct struct02): Likewise.
7226 (struct struct03): Likewise.
7227 (struct struct04): Likewise.
7228 (struct struct_01_01): New struct.
7229 (struct struct_01_02): Likewise.
7230 (struct struct_01_03): Likewise.
7231 (struct struct_01_04): Likewise.
7232 (struct struct_02_01): Likewise.
7233 (struct struct_02_02): Likewise.
7234 (struct struct_02_03): Likewise.
7235 (struct struct_02_04): Likewise.
7236 (struct struct_04_01): Likewise.
7237 (struct struct_04_02): Likewise.
7238 (struct struct_04_03): Likewise.
7239 (struct struct_04_04): Likewise.
7240 (struct struct_05_01): Likewise.
7241 (struct struct_05_02): Likewise.
7242 (struct struct_05_03): Likewise.
7243 (struct struct_05_04): Likewise.
7244 (cmp_struct01): Remove function.
7245 (cmp_struct02): Likewise.
7246 (cmp_struct03): Likewise.
7247 (cmp_struct04): Likewise.
7248 (cmp_struct_01_01): Add Function.
7249 (cmp_struct_01_02): Likewise.
7250 (cmp_struct_01_03): Likewise.
7251 (cmp_struct_01_04): Likewise.
7252 (cmp_struct_02_01): Likewise.
7253 (cmp_struct_02_02): Likewise.
7254 (cmp_struct_02_03): Likewise.
7255 (cmp_struct_02_04): Likewise.
7256 (cmp_struct_04_01): Likewise.
7257 (cmp_struct_04_02): Likewise.
7258 (cmp_struct_04_03): Likewise.
7259 (cmp_struct_04_04): Likewise.
7260 (cmp_struct_05_01): Likewise.
7261 (cmp_struct_05_02): Likewise.
7262 (cmp_struct_05_03): Likewise.
7263 (cmp_struct_05_04): Likewise.
7264 (call_all): Add new structs.
7265 * gdb.base/infcall-nested-structs.exp: Likewise.
7266
7267 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
7268
7269 * gdb.python/py-framefilter-mi.exp: Update regexp to
7270 check for "arch" field in frame output.
7271
7272 2018-08-23 Kevin Buettner <kevinb@redhat.com>
7273
7274 * gdb.dwarf2/dw2-ranges-func.c: New file.
7275 * gdb.dwarf2/dw2-ranges-func.exp: New file.
7276
7277 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
7278
7279 * gdb.base/term.exp: Compare terminal settings with values from
7280 the inferior.
7281 * gdb.base/term.c: Get and set terminal settings.
7282
7283 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
7284
7285 * lib/mi-support.exp (mi_expect_stop): Update regexp to
7286 accommodate new "arch" field in frame output.
7287 * gdb.mi/mi-return.exp: Likewise.
7288 * gdb.mi/mi-stack.exp: Likewise.
7289 * gdb.mi/mi-syn-frame.exp: Likewise.
7290 * gdb.mi/user-selected-context-sync.exp: Likewise.
7291
7292 2018-08-19 Michael Spang <spang@google.com>
7293
7294 PR gdb/11786
7295 * gdb.base/gcore-tls-pie.c: New file.
7296 * gdb.base/gcore-tls-pie.exp: New file.
7297
7298 2018-08-18 Kevin Buettner <kevinb@redhat.com>
7299
7300 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7301 * gdb.dwarf2/varval.c: New file.
7302 * gdb.dwarf2/varval.exp: New file.
7303
7304 2018-08-17 Alan Hayward <alan.hayward@arm.com>
7305
7306 PR gdb/18931
7307 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
7308
7309 2018-08-16 Keith Seitz <keiths@redhat.com>
7310
7311 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
7312 tests expected to pass.
7313
7314 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
7315
7316 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
7317 -data-disassemble -a.
7318 (test_disassembly_bogus_args): Likewise.
7319
7320 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
7321
7322 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
7323
7324 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
7325
7326 * gdb.base/vla-optimized-out.exp: Add new test.
7327
7328 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
7329
7330 * gdb.base/vla-optimized-out-o3.exp: Delete.
7331 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
7332 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
7333 deleted tests.
7334
7335 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
7336
7337 PR gdb/18050:
7338 * gdb.server/extended-remote-restart.c: New file.
7339 * gdb.server/extended-remote-restart.exp: New file.
7340
7341 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
7342
7343 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
7344 "set variable index = 42".
7345
7346 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
7347
7348 * boards/index-cache-gdb.exp: New file.
7349 * gdb.dwarf2/index-cache.exp: New file.
7350 * gdb.dwarf2/index-cache.c: New file.
7351 * gdb.base/maint.exp: Check if we are using the index cache.
7352
7353 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7354
7355 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
7356 MAKEFLAGS.
7357
7358 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7359
7360 * dg-extract-results.sh: Move to toplevel contrib.
7361 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
7362 * Makefile.in (check-parallel-racy): Likewise.
7363
7364 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
7365
7366 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
7367 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
7368 tests if the target supports scheduler locking.
7369
7370 2018-08-04 Tom de Vries <tdevries@suse.de>
7371
7372 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
7373
7374 2018-08-02 Tom Tromey <tom@tromey.com>
7375
7376 PR symtab/16842.
7377 * gdb.cp/temargs.exp: Test "info address" of a template
7378 parameter.
7379
7380 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
7381
7382 * gdb.python/py-mi-var-info-path-expression.c: New file.
7383 * gdb.python/py-mi-var-info-path-expression.py: New file.
7384 * gdb.python/py-mi-var-info-path-expression.exp: New file.
7385
7386 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
7387
7388 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
7389 error after "cannot resolve name" string.
7390
7391 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
7392
7393 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
7394 started.
7395 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
7396
7397 2018-07-28 Tom de Vries <tdevries@suse.de>
7398
7399 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
7400
7401 2018-07-26 Tom de Vries <tdevries@suse.de>
7402
7403 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
7404
7405 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
7406
7407 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
7408 is visible.
7409
7410 2018-07-26 Tom de Vries <tdevries@suse.de>
7411
7412 PR breakpoints/23366
7413 * gdb.base/catch-follow-exec.c: New test.
7414 * gdb.base/catch-follow-exec.exp: New file.
7415
7416 2018-07-25 Tom de Vries <tdevries@suse.de>
7417
7418 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
7419 vla-optimized-out.c.
7420
7421 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
7422
7423 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
7424 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
7425
7426 2018-07-20 Tom de Vries <tdevries@suse.de>
7427
7428 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
7429 NOCLONE macro.
7430 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
7431
7432 2018-07-19 Tom de Vries <tdevries@suse.de>
7433
7434 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
7435 regular expression.
7436
7437 2018-07-18 Tom de Vries <tdevries@suse.de>
7438
7439 * gdb.base/vla-optimized-out.c: New test.
7440 * gdb.base/vla-optimized-out.exp: New file.
7441
7442 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
7443
7444 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
7445 message "No address associated with hostname" when gdbserver
7446 cannot resolve the hostname.
7447
7448 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7449
7450 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
7451 Add some test prefixes to make tests unique.
7452
7453 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7454
7455 * gdb.base/frameapply.c: New file.
7456 * gdb.base/frameapply.exp: New file.
7457
7458 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7459
7460 * gdb.base/skip.exp: Update expected error message.
7461
7462 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7463 Jan Kratochvil <jan.kratochvil@redhat.com>
7464 Paul Fertser <fercerpav@gmail.com>
7465 Tsutomu Seki <sekiriki@gmail.com>
7466
7467 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
7468 parameter.
7469 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
7470 by default.
7471 * boards/native-gdbserver.exp: Likewise.
7472 * gdb.server/run-without-local-binary.exp: Improve regexp used
7473 for detecting when a remote debugging connection succeeds.
7474 * gdb.server/server-connect.exp: New file.
7475 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
7476 Do not prefix the port number with ":".
7477 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
7478 support for detecting and using it. Add '$debughost_gdbserver'
7479 to the list of arguments used to start gdbserver. Handle case
7480 when gdbserver cannot resolve a network name.
7481
7482 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7483
7484 PR c++/23373
7485 * gdb.base/ptype-offsets.cc (struct static_member): New
7486 struct.
7487 (main) <stmember>: New variable.
7488 * gdb.base/ptype-offsets.exp: Add test for printing a struct
7489 with a static member in it.
7490
7491 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
7492
7493 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
7494 watchpoints enabled and disabled.
7495
7496 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7497
7498 * gdb.base/examine-backward.exp: Still run tests around address
7499 0x0, even if address 0x0 is not readable. Update the pattern for
7500 matching address 0x0 in expected output.
7501
7502 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7503
7504 * gdb.base/share-env-with-gdbserver.c (main): Add call to
7505 malloc/free.
7506
7507 2018-07-04 Tom de Vries <tdevries@suse.de>
7508
7509 * gdb.dwarf2/dw2-error.exp: Update expected error message.
7510
7511 2018-07-02 Maciej W. Rozycki <macro@mips.com>
7512
7513 PR tdep/8282
7514 * gdb.arch/mips-disassembler-options.exp: New test.
7515 * gdb.arch/mips-disassembler-options.s: New test source.
7516
7517 2018-06-29 Pedro Alves <palves@redhat.com>
7518
7519 * gdb.threads/names.exp: Adjust expected "info threads" output.
7520
7521 2018-06-29 Pedro Alves <palves@redhat.com>
7522
7523 * gdb.opt/inline-break.exp (line number, address): Add "info
7524 break" tests.
7525
7526 2018-06-29 Pedro Alves <palves@redhat.com>
7527
7528 * gdb.opt/inline-break.c (func1): Add "break here" marker.
7529 * gdb.opt/inline-break.exp: Test setting breakpoints by line
7530 number and address and running to them.
7531
7532 2018-06-29 Richard Bunt <richard.bunt@arm.com>
7533
7534 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
7535
7536 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7537
7538 * lib/compiler.c: Remove executable permission flag.
7539
7540 2018-06-28 Richard Bunt <richard.bunt@arm.com>
7541
7542 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
7543 code.
7544 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
7545
7546 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
7547
7548 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
7549
7550 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
7551
7552 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
7553 address argument is omitted.
7554
7555 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
7556
7557 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
7558
7559 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
7560
7561 PR gdb/21695
7562 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
7563 * gdb.base/infoline-reloc-main-from-zero.c: New file.
7564
7565 2018-06-26 Tom Tromey <tom@tromey.com>
7566
7567 PR rust/22574:
7568 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
7569 * gdb.rust/simple.rs (struct SimpleLayout): New.
7570
7571 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
7572
7573 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
7574 "info registers" output.
7575
7576 2018-06-21 Richard Bunt <richard.bunt@arm.com>
7577
7578 * gdb.base/watchpoint-hw-attach.c: New test.
7579 * gdb.base/watchpoint-hw-attach.exp: New file.
7580
7581 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
7582
7583 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
7584 through /bin/sh.
7585 * boards/dwarf4-gdb-index.exp: Likewise.
7586 * boards/fission-dwp.exp: Likewise.
7587
7588 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
7589
7590 * gdb.base/float128.exp: Add comment and improved fail message
7591 to the failure case of "print large128" test.
7592
7593 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
7594
7595 * configure.ac: Remove AC_PREREQ.
7596 * configure: Re-generate.
7597
7598 2018-06-19 Pedro Alves <palves@redhat.com>
7599
7600 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
7601 (func_extern_caller): New.
7602 (main): Call func_extern_caller.
7603 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
7604 logic change.
7605
7606 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
7607
7608 PR gdb/16841
7609 * gdb.cp/typedef-base.cc: New file.
7610 * gdb.cp/typedef-base.exp: New file.
7611
7612 2018-06-18 Tom de Vries <tdevries@suse.de>
7613
7614 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
7615
7616 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
7617 Richard Bunt <Richard.Bunt@arm.com>
7618
7619 * gdb.threads/attach-slow-waitpid.c: New file.
7620 * gdb.threads/attach-slow-waitpid.exp: New file.
7621 * gdb.threads/slow-waitpid.c: New file.
7622
7623 2018-06-14 Pedro Alves <palves@redhat.com>
7624
7625 * gdb.base/fork-running-state.c: Include <errno.h>.
7626 (exit_if_relative_exits): New.
7627 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
7628 exits.
7629 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
7630 child exits.
7631
7632 2018-06-14 Tom de Vries <tdevries@suse.de>
7633
7634 PR cli/22573
7635 * gdb.base/finish-pretty.c: New test.
7636 * gdb.base/finish-pretty.exp: New file.
7637
7638 2018-06-14 Pedro Alves <palves@redhat.com>
7639
7640 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
7641 gdb's expected startup output.
7642
7643 2018-06-14 Pedro Alves <palves@redhat.com>
7644
7645 * lib/selftest-support.exp (selftest_setup): Remove inlined
7646 function handling.
7647
7648 2018-06-14 Tom de Vries <tdevries@suse.de>
7649
7650 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
7651 matching of breakpoint printing.
7652
7653 2018-06-13 Tom de Vries <tdevries@suse.de>
7654
7655 PR testsuite/23269
7656 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
7657 (fork_child): ... here, and ...
7658 (fork_parent): ... here.
7659
7660 2018-06-12 Tom de Vries <tdevries@suse.de>
7661
7662 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
7663
7664 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
7665 Stephen Roberts <stephen.roberts@arm.com>
7666
7667 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
7668 rewrite test to describe action performed, rather than possible
7669 failure.
7670
7671 2018-06-08 Gary Benson <gbenson@redhat.com>
7672
7673 * gdb.threads/check-libthread-db.exp: New file.
7674 * gdb.threads/check-libthread-db.c: Likewise.
7675
7676 2018-06-05 Tom Tromey <tom@tromey.com>
7677
7678 * gdb.base/default.exp: Update expected "show version" output.
7679
7680 2018-06-05 Tom Tromey <tom@tromey.com>
7681
7682 PR cli/12326:
7683 * gdb.cp/static-print-quit.exp: Update.
7684 * lib/gdb.exp (pagination_prompt): Update.
7685 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
7686 * gdb.python/python.exp: Update.
7687
7688 2018-06-04 Joel Brobecker <brobecker@adacore.com>
7689
7690 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
7691
7692 2018-06-01 Joel Brobecker <brobecker@adacore.com>
7693
7694 * gdb.ada/bp_fun_addr: New testcase.
7695
7696 2018-06-01 Tom Tromey <tom@tromey.com>
7697
7698 * gdb.xml/tdesc-regs.exp (load_description): Update expected
7699 results.
7700 * gdb.dwarf2/method-ptr.exp: Set language to C++.
7701 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
7702 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
7703 * gdb.base/maint.exp (maint_pass_if): Update.
7704
7705 2018-05-31 Maciej W. Rozycki <macro@mips.com>
7706
7707 * gdb.base/endian.exp: New test.
7708 * gdb.base/endian.c: New test source.
7709
7710 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
7711
7712 PR gdb/23203
7713 * gdb.base/bt-selected-frame.c: New file.
7714 * gdb.base/bt-selected-frame.exp: New file.
7715 * lib/gdb.exp (get_current_frame_number): New function.
7716
7717 2018-05-24 Maciej W. Rozycki <macro@mips.com>
7718 Pedro Alves <palves@redhat.com>
7719
7720 * gdb.threads/tls-core.c: Include <stdlib.h>
7721 (thread_proc): Call `abort'.
7722 * gdb.threads/tls-core.exp: Generate a core with core_find too.
7723 (tls_core_test): New procedure, bits factored out from ...
7724 (top level): ... here. Test both native cores and gcore cores.
7725
7726 2018-05-23 Tom Tromey <tom@tromey.com>
7727
7728 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
7729
7730 2018-05-23 Tom Tromey <tom@tromey.com>
7731
7732 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
7733 symfile_complaints.
7734 (test_short_complaints): Likewise.
7735 (test_empty_complaints): Likewise.
7736 (test_initial_complaints): Update.
7737
7738 2018-05-23 Tom Tromey <tom@tromey.com>
7739
7740 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
7741
7742 2018-05-23 Tom Tromey <tom@tromey.com>
7743
7744 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
7745 (test_short_complaints): Update.
7746
7747 2018-05-22 Pedro Alves <palves@redhat.com>
7748
7749 * gdb.base/remote.exp: Only gdb_start after compiling the
7750 testcase. Issue "disconnect" before testing "set remote" command
7751 defaults. Issue clean_restart before running to main.
7752
7753 2018-05-22 Pedro Alves <palves@redhat.com>
7754
7755 * gdb.base/remote.exp: Adjust expected output of "show remote
7756 memory-write-packet-size". Add tests for "set remote
7757 memory-write-packet-size 0" and "set remote
7758 memory-write-packet-size fixed/limit".
7759
7760 2018-05-22 Pedro Alves <palves@redhat.com>
7761
7762 PR gdb/22973
7763 * gdb.base/utf8-identifiers.c: New file.
7764 * gdb.base/utf8-identifiers.exp: New file.
7765
7766 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7767
7768 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
7769
7770 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7771
7772 * gdb.arch/powerpc-vsx-gcore.exp: New file.
7773
7774 2018-05-18 Tom Tromey <tom@tromey.com>
7775
7776 * gdb.base/ptype-offsets.exp: Update.
7777
7778 2018-05-17 Keith Seitz <keiths@redhat.com>
7779
7780 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
7781 in expected breakpoint stop locations.
7782 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
7783 move to proper scope to test variable values.
7784 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
7785 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
7786 New functions.
7787 (main): Call not_inline_func3.
7788 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
7789 inline_func1, inline_func2, and inline_func3. Test that when each
7790 breakpoint is hit, GDB properly reports both the stop location
7791 and the backtrace. Repeat tests for temporary breakpoints.
7792
7793 2018-05-15 Maciej W. Rozycki <macro@mips.com>
7794
7795 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
7796 rather then trying to access it in determining whether the PID
7797 of `gdbserver' could have been retrieved.
7798
7799 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
7800
7801 * gdb.arch/amd64-init-x87-values.S: New file.
7802 * gdb.arch/amd64-init-x87-values.exp: New file.
7803
7804 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7805
7806 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
7807
7808 2018-05-04 Tom Tromey <tom@tromey.com>
7809
7810 PR python/22730:
7811 * gdb.python/python.exp: Test multi-line execute.
7812
7813 2018-05-04 Tom Tromey <tom@tromey.com>
7814
7815 PR python/22731:
7816 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
7817
7818 2018-05-04 Tom Tromey <tom@tromey.com>
7819
7820 PR gdb/11750:
7821 * gdb.base/define.exp: Test defining a user command inside a user
7822 command.
7823 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
7824
7825 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7826 Pedro Alves <palves@redhat.com>
7827
7828 PR breakpoints/19806 and support for PR external/20207.
7829 * gdb.base/watchpoint-unaligned.c: New file.
7830 * gdb.base/watchpoint-unaligned.exp: New file.
7831
7832 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7833
7834 * gdb.base/maint.exp: Make test names unique, use
7835 test_prefix_command_help to test 'help maint info', and remove
7836 repeated test of 'help maint'.
7837
7838 2018-05-04 Tom Tromey <tom@tromey.com>
7839
7840 PR gdb/22619:
7841 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
7842 behavior.
7843
7844 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7845
7846 * gdb.base/maint.exp: Process output from 'maint print registers'
7847 line at a time.
7848
7849 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7850
7851 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
7852 timeout.
7853
7854 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
7855
7856 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
7857 filter pattern.
7858
7859 2018-05-02 Pedro Alves <palves@redhat.com>
7860
7861 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
7862 to_log_command renames.
7863 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
7864
7865 2018-05-02 Tom Tromey <tom@tromey.com>
7866
7867 * gdb.python/py-parameter.exp: Set test message.
7868
7869 2018-05-02 Tom Tromey <tom@tromey.com>
7870
7871 PR python/20084:
7872 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
7873 PARAM_ZUINTEGER_UNLIMITED tests.
7874
7875 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
7876
7877 PR rust/23124
7878 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
7879 when casting.
7880
7881 2018-04-30 Tom Tromey <tom@tromey.com>
7882
7883 * gdb.python/py-type.exp: Check align attribute.
7884 * gdb.python/py-type.c: New "aligncheck" global.
7885
7886 2018-04-30 Tom Tromey <tom@tromey.com>
7887
7888 PR exp/17095:
7889 * gdb.dwarf2/dw2-align.exp: New file.
7890 * gdb.cp/align.exp: New file.
7891 * gdb.base/align.exp: New file.
7892 * lib/gdb.exp (gdb_int128_helper): New proc.
7893 (has_int128_c, has_int128_cxx): New caching procs.
7894
7895 2018-04-27 Tom Tromey <tom@tromey.com>
7896
7897 PR rust/22545:
7898 * gdb.rust/simple.exp: Add inclusive range tests.
7899
7900 2018-04-26 Pedro Alves <palves@redhat.com>
7901
7902 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
7903 ifunc breakpoint locations correctly of ifunc breakpoints set
7904 while the program resolves the ifunc.
7905
7906 2018-04-26 Pedro Alves <palves@redhat.com>
7907
7908 * gdb.base/gnu-ifunc-final.c: New file.
7909 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
7910 * gdb.base/gnu-ifunc.exp (executable): Delete.
7911 (staticexecutable): Adjust.
7912 (lib_opts, exec_opts): Delete.
7913 (make_binsuffix, build, set-break): New procedures.
7914 (misc_tests): New, with tests factored out from the top level.
7915 (top level): Test different combinations of ifunc resolver name,
7916 resolver with and with debug info, and ifunc target with and
7917 without debug info. Wrap static tests with with_target_prefix.
7918
7919 2018-04-26 Pedro Alves <palves@redhat.com>
7920
7921 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
7922 return type" warnings.
7923
7924 2018-04-25 Pedro Alves <palves@redhat.com>
7925
7926 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
7927 killed".
7928 * gdb.base/kill-after-signal.exp: Likewise.
7929 * gdb.threads/kill.exp: Likewise.
7930
7931 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7932 Sergio Durigan Junior <sergiodj@redhat.com>
7933 Pedro Alves <palves@redhat.com>
7934
7935 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
7936 regexps to expect for '[Inferior ... detached]' as well.
7937 * gdb.base/attach.exp: Likewise.
7938 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
7939 "gdb_continue_to_end".
7940 (test_catch_syscall_with_wrong_args): Likewise.
7941 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
7942 ']'. Don't set 'verbose' on.
7943 * gdb.base/foll-vfork.exp: Likewise.
7944 * gdb.base/fork-print-inferior-events.c: New file.
7945 * gdb.base/fork-print-inferior-events.exp: New file.
7946 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
7947 '[Inferior ... has been killed]' message.
7948 * gdb.base/kill-after-signal.exp: Likewise.
7949 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
7950 detach message.
7951 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
7952 message.
7953 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
7954 regexps to expect for '[Inferior ... detached]' as well.
7955 * gdb.threads/process-dies-while-detaching.exp: Likewise.
7956
7957 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
7958
7959 PR gdb/23104
7960 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
7961
7962 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
7963
7964 PR gdb/23095
7965 * gdb.base/break-probes.exp: Pass shlib_load to
7966 prepare_for_testing. Set normal_bp to r_debug_state if target is
7967 bsd.
7968
7969 2018-04-19 Richard Bunt <richard.bunt@arm.com>
7970
7971 * gdb.threads/multiple-successive-infcall.c: New test.
7972 * gdb.threads/multiple-successive-infcall.exp: New file.
7973
7974 2018-04-17 Tom Tromey <tom@tromey.com>
7975
7976 * gdb.rust/simple.rs (Union): New type.
7977 (main): New local "u".
7978 * gdb.rust/simple.exp (test_one_slice): Add new test case.
7979
7980 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7981
7982 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
7983 number information in output of "whereis" command.
7984 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
7985
7986 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7987
7988 * gdb.ada/info_types.exp: Adjust expected output to the line
7989 numbers now printed by "info var/func/type".
7990 * gdb.base/completion.exp: Likewise.
7991 * gdb.base/included.exp: Likewise.
7992 * gdb.cp/cp-relocate.exp: Likewise.
7993 * gdb.cp/cplusfuncs.exp: Likewise.
7994 * gdb.cp/namespace.exp: Likewise.
7995 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
7996
7997 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7998
7999 * gdb.btrace/cpu.exp: New.
8000
8001 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
8002
8003 * gdb.base/step-indirect-call-thunk.exp: New.
8004 * gdb.base/step-indirect-call-thunk.c: New.
8005 * gdb.reverse/step-indirect-call-thunk.exp: New.
8006 * gdb.reverse/step-indirect-call-thunk.c: New.
8007
8008 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
8009
8010 * gdb.base/pie-fork.c: New file.
8011 * gdb.base/pie-fork.exp: New file.
8012
8013 2018-04-11 Tom Tromey <tom@tromey.com>
8014
8015 * gdb.rust/simple.exp: Add test for ".." struct initializer.
8016
8017 2018-04-10 Pedro Alves <palves@redhat.com>
8018
8019 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
8020 exits. Instead loop running forever.
8021 (fork_parent): Run forever too.
8022
8023 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
8024
8025 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
8026 mi_continue_to_line.
8027 * gdb.mi/mi-stack.c (callee4): Add comment.
8028
8029 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
8030
8031 * gdb.mi/mi-stack.exp: Fix indentation.
8032
8033 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
8034
8035 PR gdb/22979
8036 * gdb.arch/amd64-osabi.exp: New file.
8037
8038 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
8039
8040 PR gdb/22980
8041 * gdb.base/osabi.exp: New file.
8042
8043 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
8044
8045 * gdb.cp/static-typedef-print.exp: New file.
8046 * gdb.cp/static-typedef-print.cc: New file.
8047
8048 2018-03-27 Joel Brobecker <brobecker@adacore.com>
8049
8050 * gdb.ada/varsize_limit: New testcase.
8051
8052 2018-03-27 Joel Brobecker <brobecker@adacore.com>
8053
8054 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
8055
8056 * gdb.ada/notcplusplus: New testcase.
8057
8058 * gdb.base/c-linkage-name.c: New file.
8059 * gdb.base/c-linkage-name.exp: New testcase.
8060
8061 2018-03-26 Tom Tromey <tom@tromey.com>
8062
8063 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
8064 * gdb.python/py-framefilter.py (name_error): New global.
8065 (ErrorInName.function): Use name_error.
8066
8067 2018-03-26 Tom Tromey <tom@tromey.com>
8068
8069 PR backtrace/15582:
8070 * gdb.python/py-framefilter.exp: Add "bt hide" test.
8071
8072 2018-03-23 Keith Seitz <keiths@redhat.com>
8073
8074 PR c++/22968
8075 * gdb.cp/subtypes.exp: New file.
8076 * gdb.cp/subtypes.h: New file.
8077 * gdb.cp/subtypes.cc: New file.
8078 * gdb.cp/subtypes-2.cc: New file.
8079
8080 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
8081
8082 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
8083 (done): Call '_exit' not 'exit' to avoid atexit handlers.
8084 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
8085 -nostartfiles when compiling the test. Confirm that all registers
8086 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
8087
8088 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
8089
8090 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
8091 option, syntax was wrong anyway.
8092 * gdb.arch/arm-disp-step.exp: Likewise.
8093 * gdb.arch/sparc64-regs.exp: Likewise.
8094 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
8095 option, syntax was wrong anyway, switch to use
8096 prepare_for_testing.
8097 * gdb.arch/i386-disp-step.exp: Likewise.
8098
8099 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
8100
8101 * gdb.ada/exec_changed.exp: Replace "target_info exists
8102 use_gdb_stub" by "use_gdb_stub".
8103 * gdb.ada/start.exp: Likewise.
8104 * gdb.base/async-shell.exp: Likewise.
8105 * gdb.base/attach-pie-misread.exp: Likewise.
8106 * gdb.base/attach-wait-input.exp: Likewise.
8107 * gdb.base/break-entry.exp: Likewise.
8108 * gdb.base/break-interp.exp: Likewise.
8109 * gdb.base/dprintf-detach.exp: Likewise.
8110 * gdb.base/nostdlib.exp: Likewise.
8111 * gdb.base/solib-nodir.exp: Likewise.
8112 * gdb.base/statistics.exp: Likewise.
8113 * gdb.base/testenv.exp: Likewise.
8114 * gdb.mi/mi-exec-run.exp: Likewise.
8115 * gdb.mi/mi-start.exp: Likewise.
8116 * gdb.multi/dummy-frame-restore.exp: Likewise.
8117 * gdb.multi/multi-arch-exec.exp: Likewise.
8118 * gdb.multi/multi-arch.exp: Likewise.
8119 * gdb.multi/tids.exp: Likewise.
8120 * gdb.multi/watchpoint-multi.exp: Likewise.
8121 * gdb.python/py-events.exp: Likewise.
8122 * gdb.threads/attach-into-signal.exp: Likewise.
8123 * gdb.threads/attach-stopped.exp: Likewise.
8124 * gdb.threads/threadapply.exp: Likewise.
8125 * lib/selftest-support.exp: Likewise.
8126
8127 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
8128
8129 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
8130
8131 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
8132
8133 * gdb.perf/template-breakpoints.cc: New file.
8134 * gdb.perf/template-breakpoints.exp: New file.
8135 * gdb.perf/template-breakpoints.py: New file.
8136
8137 2018-03-19 Tom Tromey <tom@tromey.com>
8138
8139 * gdb.rust/simple.rs (main): Add local variables field1, field2,
8140 y0.
8141 * gdb.rust/simple.exp: Test bare identifier form of struct
8142 initializer.
8143
8144 2018-03-19 Tom Tromey <tom@tromey.com>
8145
8146 * gdb.gdb/observer.exp: Remove.
8147
8148 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8149
8150 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
8151 "qualified" option when setting breakpoints.
8152 * gdb.trace/backtrace.exp: Likewise.
8153 * gdb.trace/circ.exp: Likewise.
8154 * gdb.trace/collection.exp: Likewise.
8155 * gdb.trace/disconnected-tracing.exp: Likewise.
8156 * gdb.trace/ftrace-lock.exp: Likewise.
8157 * gdb.trace/ftrace.exp: Likewise.
8158 * gdb.trace/infotrace.exp: Likewise.
8159 * gdb.trace/packetlen.exp: Likewise.
8160 * gdb.trace/passc-dyn.exp: Likewise.
8161 * gdb.trace/qtro.exp: Likewise.
8162 * gdb.trace/read-memory.exp: Likewise.
8163 * gdb.trace/report.exp: Likewise.
8164 * gdb.trace/signal.exp: Likewise.
8165 * gdb.trace/status-stop.exp: Likewise.
8166 * gdb.trace/strace.exp: Likewise.
8167 * gdb.trace/tfind.exp: Likewise.
8168 * gdb.trace/trace-break.exp: Likewise.
8169 * gdb.trace/trace-condition.exp: Likewise.
8170 * gdb.trace/trace-mt.exp: Likewise.
8171 * gdb.trace/tstatus.exp: Likewise.
8172 * gdb.trace/tsv.exp: Likewise.
8173 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8174 * gdb.trace/unavailable.exp: Likewise.
8175 * gdb.trace/while-dyn.exp: Likewise.
8176
8177 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8178
8179 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
8180 that libinproctrace is copied to the target.
8181
8182 2018-03-14 Tom Tromey <tom@tromey.com>
8183
8184 PR cli/14977:
8185 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
8186 a null pointer.
8187 * gdb.base/wchar.exp: Likewise.
8188
8189 2018-03-14 Tom Tromey <tom@tromey.com>
8190
8191 PR cli/19918:
8192 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
8193 flag.
8194
8195 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
8196
8197 PR gdb/22841
8198 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
8199 "target" to remote_exec.
8200
8201 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
8202
8203 PR gdb/22841
8204 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
8205 ${board}_upload): Remove.
8206
8207 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
8208
8209 * gdb.cp/watch-cp.cc: New test.
8210 * gdb.cp/watch-cp.exp: New file.
8211
8212 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8213
8214 * gdb.base/infcall-nested-structs.exp: New file.
8215 * gdb.base/infcall-nested-structs.c: New file.
8216 * gdb.base/float.exp: Add riscv support.
8217
8218 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
8219
8220 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
8221 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
8222
8223 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
8224
8225 * gdb.server/abspath.exp: New file.
8226 * lib/gdb.exp (with_cwd): New procedure.
8227
8228 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
8229
8230 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
8231 use it.
8232 (gdb_is_target_remote_prompt): New proc.
8233 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
8234 (gdb_is_target_native): Pass prompt parameter to
8235 gdb_is_target_1.
8236
8237 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
8238
8239 * gdb.base/load-command.c: New file.
8240 * gdb.base/load-command.exp: New file.
8241 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
8242 (gdb_is_target_1): ...this, and generalize for other targets
8243 than just remote.
8244 (gdb_is_target_remote): Use gdb_is_target_1.
8245 (gdb_is_target_native): use gdb_is_target_1.
8246
8247 2018-02-26 Tom Tromey <tom@tromey.com>
8248
8249 PR python/16497:
8250 * gdb.python/py-framefilter.exp: Update test.
8251
8252 2018-02-26 Tom Tromey <tom@tromey.com>
8253
8254 * gdb.dwarf2/variant.c: New file.
8255 * gdb.dwarf2/variant.exp: New file.
8256
8257 2018-02-26 Tom Tromey <tom@tromey.com>
8258
8259 * gdb.rust/simple.exp: Accept more possible results in enum test.
8260
8261 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
8262
8263 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
8264 parentheses.
8265
8266 2018-02-23 Maciej W. Rozycki <macro@mips.com>
8267
8268 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
8269 name of a variable: $actual_linejj -> $actual_line.
8270
8271 2018-02-21 John Baldwin <jhb@FreeBSD.org>
8272
8273 * gdb.arch/amd64-i386-address.exp: Fix a typo.
8274
8275 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
8276
8277 * gdb.btrace/buffer-size.exp: Do not force BTS.
8278
8279 2018-02-14 Pedro Alves <palves@redhat.com>
8280
8281 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
8282 getting a "Quit".
8283
8284 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
8285
8286 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
8287 Fix test name.
8288
8289 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
8290
8291 * gdb.cp/m-static.exp: Check type of optimized out static
8292 member.
8293
8294 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
8295
8296 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
8297 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
8298
8299 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
8300 Leszek Swirski <leszeks@google.com>
8301
8302 * gdb.python/py-prettyprint.c
8303 (struct to_string_returns_value_inner,
8304 struct to_string_returns_value_wrapper): New.
8305 (main): Add tsrvw variable.
8306 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
8307 ToStringReturnsValueWrapper): New classes.
8308 (register_pretty_printers): Register new pretty-printers.
8309 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
8310 recursive pretty printer.
8311 * gdb.python/py-mi.exp: Likewise.
8312
8313 2018-02-01 Leszek Swirski <leszeks@google.com>
8314
8315 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
8316 functions with the same name as an include file are parsed
8317 correctly.
8318
8319 2018-02-01 Yao Qi <yao.qi@linaro.org>
8320
8321 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
8322 "\[^\r\n\]*".
8323
8324 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
8325
8326 * gdb.arch/powerpc-prologue-frame.s: New file.
8327 * gdb.arch/powerpc-prologue-frame.c: Likewise.
8328 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
8329
8330 2018-01-31 Joel Brobecker <brobecker@adacore.com>
8331
8332 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
8333
8334 2018-01-30 Pedro Alves <palves@redhat.com>
8335
8336 PR gdb/13211
8337 * gdb.base/interrupt-daemon.c: New.
8338 * gdb.base/interrupt-daemon.exp: New.
8339 * gdb.multi/multi-term-settings.c: New.
8340 * gdb.multi/multi-term-settings.exp: New.
8341
8342 2018-01-30 Joel Brobecker <brobecker@adacore.com>
8343
8344 * gdb.base/break.exp: Save the location where the breakpoint
8345 on break.c:47 was actually inserted when debugging the version
8346 compiled at -O2 and use it in the expected output of the "info
8347 break" test performed soon after.
8348
8349 2018-01-22 Pedro Alves <palves@redhat.com>
8350 Sergio Durigan Junior <sergiodj@redhat.com>
8351
8352 * gdb.base/whatis.exp: Add tests for 'set print object on' +
8353 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
8354
8355 2018-01-22 Joel Brobecker <brobecker@adacore.com>
8356
8357 * gdb.base/break-include.c, gdb.base/break-include.inc,
8358 gdb.base/break-include.exp: New files.
8359 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
8360 line number now being the actual line number where the breakpoint
8361 was inserted.
8362 * gdb.mi/mi-break.exp: Likewise.
8363 * gdb.mi/mi-reverse.exp: Likewise.
8364 * gdb.mi/mi-simplerun.exp: Ditto.
8365
8366 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
8367
8368 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
8369 varobj.
8370 * gdb.mi/mi-var-create-rtti.exp: Likewise.
8371
8372 2018-01-21 Don Breazeal <donb@codesourcery.com>
8373 Andrew Burgess <andrew.burgess@embecosm.com>
8374
8375 * gdb.mi/basics.c: Add new global.
8376 * gdb.mi/mi-frame-regs.exp: New file.
8377 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
8378 case.
8379
8380 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
8381
8382 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
8383 non-parameter, and on an unknown symbol.
8384
8385 2018-01-19 Tom Tromey <tom@tromey.com>
8386
8387 * gdb.rust/modules.rs (TWENTY_THREE): New global.
8388 * gdb.rust/modules.exp: Add ::-qualified lookup test.
8389
8390 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8391
8392 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
8393 setrlimit and chdir to int.
8394
8395 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8396
8397 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
8398 function.
8399 (my_tend): Likewise.
8400 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
8401 rationale of avoiding FP- and vector instructions.
8402
8403 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
8404
8405 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
8406 "info reg" with "\[ \t\]*".
8407 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
8408 "\[ \t\]+".
8409 * gdb.arch/s390-multiarch.exp: Ditto.
8410 * gdb.base/pc-fp.exp: Ditto.
8411 * gdb.reverse/i386-precsave.exp: Ditto.
8412 * gdb.reverse/i386-reverse.exp: Ditto.
8413 * gdb.reverse/i387-env-reverse.exp: Ditto.
8414 * gdb.reverse/i387-stack-reverse.exp: Ditto.
8415
8416 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
8417
8418 * lib/gdb.exp (gdb_compile): Re-enable use of
8419 universal_compile_options for languages other than Rust.
8420
8421 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
8422
8423 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
8424
8425 2018-01-17 Mike Gulick <mgulick@mathworks.com>
8426
8427 PR gdb/16577
8428 * gdb.base/solib-vanish.exp: New.
8429 * gdb.base/solib-vanish-main.c: New.
8430 * gdb.base/solib-vanish-lib1.c: New.
8431 * gdb.base/solib-vanish-lib2.c: New.
8432
8433 2018-01-17 Yao Qi <yao.qi@linaro.org>
8434
8435 * gdb.compile/compile.exp: Match the address printed for
8436 frame in the output of command "bt".
8437
8438 2018-01-15 Tom Tromey <tom@tromey.com>
8439
8440 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
8441 compute sp_reg.
8442
8443 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
8444
8445 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
8446 to prepare.
8447 (prepare): Return 0 on error, 1 on success.
8448
8449 2018-01-12 Pedro Alves <palves@redhat.com>
8450
8451 * gdb.base/continue-after-aborted-step-over.c: New.
8452 * gdb.base/continue-after-aborted-step-over.exp: New.
8453
8454 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
8455
8456 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
8457 options when not creating an executable.
8458
8459 2018-01-11 Pedro Alves <palves@redhat.com>
8460
8461 PR remote/22597
8462 * gdb.server/stop-reply-no-thread.c: New file.
8463 * gdb.server/stop-reply-no-thread.exp: New file.
8464
8465 2018-01-10 Pedro Alves <palves@redhat.com>
8466
8467 PR gdb/22670
8468 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
8469 functions too. Test setting breakpoints and printing C functions
8470 with no debug info too.
8471 * gdb.ada/bp_c_mixed_case/qux.c: New file.
8472
8473 2018-01-10 Pedro Alves <palves@redhat.com>
8474
8475 PR gdb/22670
8476 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
8477 a fail.
8478
8479 2018-01-10 Pedro Alves <palves@redhat.com>
8480
8481 PR gdb/22670
8482 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
8483
8484 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
8485
8486 * gdb.server/unittest.exp: Match the output in non-development
8487 mode.
8488
8489 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
8490
8491 * gdb.gdb/unittest.exp: Match output in non-development mode.
8492
8493 2018-01-08 Joel Brobecker <brobecker@adacore.com>
8494
8495 * gdb.ada/access_tagged_param.exp: Relax expected output
8496 for value of "ObjL" in "continue" to pck.inspect breakpoint
8497 test.
8498
8499 2018-01-08 Joel Brobecker <brobecker@adacore.com>
8500
8501 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
8502 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
8503
8504 2018-01-05 Pedro Alves <palves@redhat.com>
8505
8506 PR gdb/18653
8507 * gdb.base/libsegfault.exp: New.
8508
8509 2018-01-05 Joel Brobecker <brobecker@adacore.com>
8510
8511 PR gdb/22670
8512 * gdb.ada/access_tagged_param.exp: New file.
8513 * gdb.ada/access_tagged_param/foo.adb: New file.
8514
8515 2018-01-05 Pedro Alves <palves@redhat.com>
8516
8517 PR gdb/22670
8518 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
8519 exercise lower case too, and to exercise both full matching and
8520 wild matching.
8521
8522 2018-01-05 Joel Brobecker <brobecker@adacore.com>
8523
8524 * gdb.ada/rename_subscript_param: New testcase.
8525
8526 2018-01-05 Jerome Guitton <guitton@adacore.com>
8527
8528 * gdb.ada/arr_acc_idx_w_gap: New testcase.
8529
8530 2018-01-05 Joel Brobecker <brobecker@adacore.com>
8531
8532 * gdb.ada/convvar_comp: New testcase.
8533
8534 2018-01-05 Xavier Roirand <roirand@adacore.com>
8535
8536 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
8537 (My_Table): New global variable.
8538 * testsuite/gdb.ada/array_char_idx.exp: Add test.
8539
8540 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8541
8542 PR gdb/22670
8543 * gdb.ada/maint_with_ada: New testcase.
8544
8545 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8546
8547 PR gdb/22670
8548 * gdb.ada/bp_c_mixed_case: New testcase.
8549
8550 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8551
8552 PR gdb/22670
8553 * gdb.ada/complete.exp: Add "complete break ada" test.
8554
8555 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8556
8557 PR gdb/22670
8558 * gdb.ada/info_addr_mixed_case: New testcase.
8559
8560 2018-01-03 Xavier Roirand <roirand@adacore.com>
8561
8562 * gdb.ada/excep_handle.exp: New testcase.
8563 * gdb.ada/excep_handle/foo.adb: New file.
8564 * gdb.ada/excep_handle/pck.ads: New file.
8565
8566 2018-01-03 Joel Brobecker <brobecker@adacore.com>
8567
8568 * gdb.base/step-line.c: Add extra empty line in copyright header.
8569 * gdb.base/step-line.inp: Likewise.
8570
8571 2018-01-02 Joel Brobecker <brobecker@adacore.com>
8572
8573 * gdb.ada/dyn_stride.exp: Add slice test.
8574
8575 2018-01-02 Joel Brobecker <brobecker@adacore.com>
8576
8577 * gdb.ada/dyn_stride: New testcase.
8578
8579 2017-12-27 Stafford Horne <shorne@gmail.com>
8580
8581 * gdb.xml/extra-regs.xml: Add example foo reggroup.
8582 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
8583
8584 2017-12-27 Stafford Horne <shorne@gmail.com>
8585
8586 * gdb.base/reggroups.c: New file.
8587 * gdb.base/reggroups.exp: New file.
8588
8589 2017-12-18 Joel Brobecker <brobecker@adacore.com>
8590
8591 * gdb.dwarf2/ada-valprint-error.c: New file.
8592 * gdb.dwarf2/ada-valprint-error.exp: New file.
8593
8594 2017-12-18 Joel Brobecker <brobecker@adacore.com>
8595
8596 * gdb.ada/assign_arr: New testcase.
8597
8598 2017-12-18 Xavier Roirand <roirand@adacore.com>
8599
8600 * gdb.ada/funcall_ptr: New testcase.
8601
8602 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8603
8604 PR cli/16224
8605 * gdb.base/ptype-offsets.cc: New file.
8606 * gdb.base/ptype-offsets.exp: New file.
8607
8608 2017-12-15 Yao Qi <yao.qi@linaro.org>
8609
8610 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
8611 if XML is disabled.
8612
8613 2017-12-15 Xavier Roirand <roirand@adacore.com>
8614
8615 * gdb.ada/same_component_name: New testcase.
8616
8617 2017-12-14 Joel Brobecker <brobecker@adacore.com>
8618
8619 * gdb.ada/str_binop_equal: New testcase.
8620
8621 2017-12-14 Joel Brobecker <brobecker@adacore.com>
8622
8623 * gdb.ada/task_switch_in_core: New testcase.
8624
8625 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
8626
8627 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
8628 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
8629 call test_bkpt_qualified.
8630 (test_bkpt_qualified): New proc.
8631
8632 2017-12-13 Pedro Alves <palves@redhat.com>
8633
8634 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
8635 Tighten regexp by matching with an anchor.
8636
8637 2017-12-13 Pedro Alves <palves@redhat.com>
8638
8639 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
8640 ("expression with namespace"): New set of tests.
8641 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
8642 (Nested::Test_NS::qux): New.
8643 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
8644 defaults to 'start_quote_char' and 'end_quote_char' parameters.
8645
8646 2017-12-13 Joel Brobecker <brobecker@adacore.com>
8647
8648 * gdb.base/server-del-break.c: New file.
8649 * gdb.base/server-del-break.exp: New file.
8650
8651 2017-12-12 Stafford Horne <shorne@gmail.com>
8652
8653 * gdb.xml/tdesc-regs.exp: Add or1k support.
8654
8655 2017-12-12 Stafford Horne <shorne@gmail.com>
8656
8657 * gdb.base/bp-permanent.c: Define nop of or1k.
8658
8659 2017-12-11 Joel Brobecker <brobecker@adacore.com>
8660
8661 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
8662 output with components being reordered.
8663
8664 2017-12-11 Joel Brobecker <brobecker@adacore.com>
8665
8666 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
8667 output with components being reordered.
8668
8669 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8670 Pedro Alves <palves@redhat.com>
8671
8672 * gdb.base/maint.exp (check for .gdb_index): Check also for
8673 .debug_names.
8674 * gdb.dlang/watch-loc.c (.debug_aranges): New.
8675 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
8676 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
8677 (.gdb_index used after symbol reloading): Support also .debug_names.
8678 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
8679
8680 2017-12-08 Yao Qi <yao.qi@linaro.org>
8681
8682 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
8683 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
8684
8685 2017-12-08 Yao Qi <yao.qi@linaro.org>
8686
8687 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
8688 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
8689
8690 2017-12-08 Yao Qi <yao.qi@linaro.org>
8691
8692 * gdb.arch/aarch64-tagged-pointer.c: New file.
8693 * gdb.arch/aarch64-tagged-pointer.exp: New file.
8694
8695 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
8696
8697 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
8698 "int".
8699
8700 2017-12-07 Keith Seitz <keiths@redhat.com>
8701
8702 PR breakpoints/22569
8703 * gdb.linespec/ls-errs.exp: Change expected result of "break
8704 -source this file has spaces.c -line 3".
8705 Check that an explicit source file followed by whitespace is
8706 identified as an invalid explicit location.
8707
8708 2017-12-07 Keith Seitz <keiths@redhat.com>
8709
8710 * gdb.cp/nested-types.cc: New file.
8711 * gdb.cp/nested-types.exp: New file.
8712 * lib/cp-support.exp: Load data-structures.exp library.
8713 (debug_cp_test_ptype_class): New global.
8714 (cp_ptype_class_verbose, next_line): New procedures.
8715 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
8716 Add and document new return value.
8717 Switch the list of lines to a queue.
8718 Add support for new `type' key for nested type definitions.
8719 Add debugging/troubleshooting messages.
8720 * lib/data-structures.exp: New file.
8721
8722 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
8723
8724 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
8725 with proc_with_prefix, don't use with_test_prefix.
8726
8727 2017-12-07 Tom Tromey <tom@tromey.com>
8728
8729 * gdb.base/break.exp: Add test for empty "commands".
8730
8731 2017-12-07 Yao Qi <yao.qi@linaro.org>
8732
8733 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
8734 malloc and catch syscall.
8735
8736 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
8737
8738 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
8739 tests for explicit locations.
8740
8741 2017-12-06 Pedro Alves <palves@redhat.com>
8742
8743 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
8744 force-disabling XML descriptions.
8745
8746 2017-12-04 Pedro Alves <palves@redhat.com>
8747
8748 PR gdb/22499
8749 * gdb.arch/amd64-disp-step-avx.S: New file.
8750 * gdb.arch/amd64-disp-step-avx.exp: New file.
8751
8752 2017-12-03 Pedro Alves <palves@redhat.com>
8753
8754 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
8755 and <string.h>.
8756 (parent_function): Print distinct messages when waitpid fails, or
8757 the child exits with a signal, or the child exits for an unhandled
8758 reason.
8759 * gdb.threads/process-dies-while-detaching.exp
8760 (detach_and_expect_exit): New 'inf_output_re' parameter and use
8761 it. Wait for both inferior output and GDB's prompt. Use an
8762 indirect spawn id list.
8763 (do_detach): New parameter 'child_exit'. Use it to compute
8764 expected inferior output.
8765 (test_detach, test_detach_watch, test_detach_killed_outside):
8766 Adjust to pass down the expected child exit kind.
8767
8768 2017-12-01 Joel Brobecker <brobecker@adacore.com>
8769 Sergio Durigan Junior <sergiodj@redhat.com>
8770 Pedro Alves <palves@redhat.com>
8771
8772 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
8773
8774 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
8775
8776 * gdb.base/relocate.exp: Add tests to guarantee that arguments
8777 to 'symbol-file' and 'add-symbol-file' can be
8778 position-independent.
8779
8780 2017-12-01 Yao Qi <yao.qi@linaro.org>
8781
8782 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
8783 the URL in copyright header.
8784 * gdb.arch/aarch64-fp.exp: Likewise.
8785 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
8786 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
8787 * gdb.base/expand-psymtabs.exp: Likewise.
8788 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
8789 * gdb.fortran/common-block.exp: Likewise.
8790 * gdb.fortran/common-block.f90: Likewise.
8791 * gdb.fortran/logical.exp: Likewise.
8792 * gdb.fortran/vla-datatypes.f90: Likewise.
8793 * gdb.fortran/vla-sub.f90: Likewise.
8794
8795 2017-11-30 Joel Brobecker <brobecker@adacore.com>
8796
8797 * gdb.ada/repeat_dyn: New testcase.
8798
8799 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
8800
8801 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
8802 Update for changed thread numbering.
8803 * gdb.cell/bt.exp: Update for changed GDB output.
8804
8805 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
8806
8807 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
8808 setting isremote by hand.
8809 * boards/dwarf4-gdb-index.exp: Likewise.
8810 * boards/fission.exp: Likewise.
8811 * boards/stabs.exp: Likewise.
8812
8813 2017-11-30 Pedro Alves <palves@redhat.com>
8814
8815 * gdb.linespec/cpls-ops.exp
8816 (check_explicit_skips_function_argument): Extract the underlying
8817 type of size_t instead of hardcoding it.
8818
8819 2017-11-29 Pedro Alves <palves@redhat.com>
8820
8821 PR c++/19436
8822 * gdb.linespec/cpls-abi-tag.cc: New file.
8823 * gdb.linespec/cpls-abi-tag.exp: New file.
8824
8825 2017-11-29 Pedro Alves <palves@redhat.com>
8826
8827 * gdb.base/langs.exp: Use -qualified.
8828 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
8829 it.
8830 * gdb.cp/namespace.exp: Use -qualified.
8831 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
8832 (overload-3, template-overload, template-ret-type, const-overload)
8833 (const-overload-quoted, anon-ns, ambiguous-prefix): New
8834 procedures.
8835 (test_driver): Call them.
8836 * gdb.cp/save-bp-qualified.cc: New.
8837 * gdb.cp/save-bp-qualified.exp: New.
8838 * gdb.linespec/explicit.exp: Test -qualified.
8839 * lib/completion-support.exp (completion::explicit_opts_list): Add
8840 "-qualified".
8841 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
8842
8843 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
8844
8845 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
8846
8847 2017-11-29 Tom Tromey <tom@tromey.com>
8848
8849 * gdb.base/relocate.exp: Update invalid argument test.
8850 Add new tests for invalid arguments.
8851
8852 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8853
8854 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
8855 Return 0 as a long.
8856 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
8857
8858 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8859
8860 * gdb.cp/breakpoint.cc (bar): Set return type to void.
8861 * gdb.cp/psymtab-parameter.cc (func): Likewise.
8862 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
8863 func ().
8864 * gdb.cp/shadow.cc (B.func): Return 0.
8865
8866 2017-11-27 Joel Brobecker <brobecker@adacore.com>
8867
8868 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
8869 expected output in gdb_expect call to allow the exception
8870 message to be present as well. Fix syntax confusion to avoid
8871 TCL thinking that exception_name is an array.
8872
8873 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
8874
8875 * gdb.arch/spu-info.c: Include <unistd.h>.
8876 (do_signal_test): Fix broken calls to write.
8877 * gdb.arch/spu-info.exp: Use prepare_for_testing.
8878 Fix checks for empty mailboxes. Update signal tests for corrected
8879 do_signal_test routine. Allow nonzero event status.
8880 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
8881 * gdb.cell/arch.exp: Use standard_output_file.
8882 * gdb.cell/break.exp: Likewise.
8883 * gdb.cell/bt.exp: Likewise.
8884 * gdb.cell/core.exp: Likewise.
8885 * gdb.cell/dwarfaddr.exp: Likewise.
8886 * gdb.cell/ea-cache.exp: Likewise.
8887 * gdb.cell/ea-standalone.exp: Likewise.
8888 * gdb.cell/f-regs.exp: Likewise.
8889 * gdb.cell/fork.exp: Likewise.
8890 * gdb.cell/gcore.exp: Likewise.
8891 * gdb.cell/mem-access.exp: Likewise.
8892 * gdb.cell/ptype.exp: Likewise.
8893 * gdb.cell/registers.exp: Likewise.
8894 * gdb.cell/sizeof.exp: Likewise.
8895 * gdb.cell/solib-symbol.exp: Likewise.
8896 * gdb.cell/solib.exp: Likewise.
8897
8898 2017-11-25 Pedro Alves <palves@redhat.com>
8899
8900 * gdb.base/complete-empty.exp: New file.
8901 * gdb.base/completion.exp: Adjust.
8902
8903 2017-11-25 Pedro Alves <palves@redhat.com>
8904
8905 * gdb.linespec/cpls-ops.cc: New file.
8906 * gdb.linespec/cpls-ops.exp: New file.
8907 * lib/completion-support.exp (test_complete_prefix_range_re): New,
8908 factored out from ...
8909 (test_complete_prefix_range): ... this.
8910
8911 2017-11-24 Pedro Alves <palves@redhat.com>
8912
8913 * gdb.linespec/cpcompletion.exp: New file.
8914 * gdb.linespec/cpls-hyphen.cc: New file.
8915 * gdb.linespec/cpls.cc: New file.
8916 * gdb.linespec/cpls2.cc: New file.
8917 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
8918 test to use test_gdb_complete_unique. Add label completion,
8919 keyword completion and explicit location completion tests.
8920 * lib/completion-support.exp: New file.
8921
8922 2017-11-24 Joel Brobecker <brobecker@adacore.com>
8923
8924 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
8925 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
8926 when hitting an exception catchpoint.
8927
8928 2017-11-22 Yao Qi <yao.qi@linaro.org>
8929
8930 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
8931
8932 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
8933
8934 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
8935 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
8936 * gdb.dwarf2/info-locals-optimized-out.c: New file.
8937
8938 2017-11-22 Yao Qi <yao.qi@linaro.org>
8939
8940 * gdb.base/info-os.exp: Pass pthreads.
8941 * gdb.multi/multi-attach.exp: Likewise.
8942
8943 2017-11-22 Yao Qi <yao.qi@linaro.org>
8944
8945 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
8946 compiler.
8947
8948 2017-11-22 Yao Qi <yao.qi@linaro.org>
8949
8950 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
8951 * gdb.base/break-interp.exp: Likewise.
8952 * gdb.base/jit-attach-pie.exp: Likewise.
8953
8954 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8955
8956 * gdb.base/float128.c (large128): New variable.
8957 * gdb.base/float128.exp: Add test to print largest __float128 value.
8958
8959 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8960
8961 * gdb.arch/vsx-regs.exp: Update register content checks.
8962
8963 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
8964
8965 * gdb.arch/ppc-longdouble.exp: New file.
8966 * gdb.arch/ppc-longdouble.c: Likewise.
8967
8968 2017-11-21 Pedro Alves <palves@redhat.com>
8969
8970 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
8971
8972 2017-11-20 Pedro Alves <palves@redhat.com>
8973
8974 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
8975 (long_double_typedef): New typedefs.
8976 Use DEF on double and long double.
8977 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
8978 cases.
8979 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
8980 and 'long_double_ptr_same_size' locals. Use them to decide
8981 whether cast from array/function to float is valid/invalid.
8982
8983 2017-11-17 Tom Tromey <tom@tromey.com>
8984
8985 * gdb.rust/traits.rs: New file.
8986 * gdb.rust/traits.exp: New file.
8987
8988 2017-11-17 Joel Brobecker <brobecker@adacore.com>
8989
8990 * gdb.ada/minsyms: New testcase.
8991
8992 2017-11-16 Pedro Alves <palves@redhat.com>
8993
8994 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
8995 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
8996
8997 2017-11-16 Pedro Alves <palves@redhat.com>
8998
8999 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
9000 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
9001
9002 2017-11-16 Pedro Alves <palves@redhat.com>
9003
9004 * gdb.server/reconnect-ctrl-c.c: New file.
9005 * gdb.server/reconnect-ctrl-c.exp: New file.
9006
9007 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
9008
9009 * gdb.python/py-rbreak.exp: New file.
9010 * gdb.python/py-rbreak.c: New file.
9011 * gdb.python/py-rbreak-func2.c: New file.
9012
9013 2017-11-16 Pedro Alves <palves@redhat.com>
9014
9015 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
9016 pattern.
9017 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
9018 GDB.
9019
9020 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
9021
9022 * gdb.tui/completionn.exp (test_tab_completion): Add space in
9023 regex.
9024
9025 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
9026
9027 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
9028 test names.
9029
9030 2017-11-09 Pedro Alves <palves@redhat.com>
9031
9032 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
9033 factored out from ...
9034 (top level): ... here, and adjusted to avoid expecting beyond the
9035 prompt in a single gdb_test_multiple.
9036
9037 2017-11-09 Pedro Alves <palves@redhat.com>
9038
9039 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
9040 output.
9041 * gdb.server/ext-attach.exp ("kill" test): Likewise.
9042 * gdb.server/ext-restart.exp ("kill" test): Likewise.
9043 * gdb.server/ext-run.exp ("kill" test): Likewise.
9044 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
9045
9046 2017-11-09 Pedro Alves <palves@redhat.com>
9047
9048 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
9049 match till end of line.
9050
9051 2017-11-09 Pedro Alves <palves@redhat.com>
9052
9053 * gdb.base/memattr.exp: Tighten regexes to match the end line.
9054
9055 2017-11-09 Pedro Alves <palves@redhat.com>
9056
9057 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
9058 New procedures, factored out from ...
9059 (top level): ... here, and adjusted to avoid expecting beyond the
9060 prompt in one go.
9061
9062 2017-11-09 Pedro Alves <palves@redhat.com>
9063
9064 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
9065 output. Fix '?' match.
9066
9067 2017-11-08 Joel Brobecker <brobecker@adacore.com>
9068
9069 * gdb.ada/scoped_watch: New testcase.
9070 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
9071 which is actually correct.
9072 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
9073 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
9074
9075 2017-11-08 Pedro Alves <palves@redhat.com>
9076
9077 * gdb.gdb/complaints.exp (test_initial_complaints)
9078 (test_serial_complaints, test_short_complaints): Call
9079 complaint_internal instead of complaint.
9080
9081 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
9082
9083 * gdb.threads/tls-core.c: New file.
9084 * gdb.threads/tls-core.exp: Likewise.
9085
9086 2017-11-08 Pedro Alves <palves@redhat.com>
9087
9088 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
9089 (p Exported_Capitalized): New test.
9090 (p exported_capitalized): New test.
9091
9092 2017-11-07 Pedro Alves <palves@redhat.com>
9093
9094 * gdb.cp/ena-dis-br-range.exp: Add more tests.
9095
9096 2017-11-07 Pedro Alves <palves@redhat.com>
9097
9098 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
9099 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
9100 (disable_invalid, disable_inverted, disable_negative): New
9101 procedures.
9102 ("bad numbers"): New set of tests.
9103
9104 2017-11-07 Pedro Alves <palves@redhat.com>
9105
9106 * gdb.cp/ena-dis-br-range.exp: Add tests.
9107
9108 2017-11-07 Pedro Alves <palves@redhat.com>
9109
9110 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
9111
9112 2017-11-07 Xavier Roirand <roirand@adacore.com>
9113 Pedro Alves <palves@redhat.com>
9114
9115 * gdb.base/ena-dis-br.exp: Add reference to
9116 gdb.cp/ena-dis-br-range.exp.
9117 * gdb.cp/ena-dis-br-range.exp: New file.
9118 * gdb.cp/ena-dis-br-range.cc: New file.
9119
9120 2017-11-06 Pedro Alves <palves@redhat.com>
9121
9122 * gdb.base/attach-non-pgrp-leader.c: New.
9123 * gdb.base/attach-non-pgrp-leader.exp: New.
9124
9125 2017-11-06 Pedro Alves <palves@redhat.com>
9126
9127 * configure.ac: No longer check for termio.h and sgtty.h.
9128 * configure: Regenerate.
9129 * remote-utils.c: Include termios.h instead of gdb_termios.h.
9130 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
9131 Remove termio and sgtty code.
9132
9133 2017-11-03 Yao Qi <yao.qi@linaro.org>
9134
9135 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
9136 in GDB is disabled.
9137
9138 2017-11-03 Yao Qi <yao.qi@linaro.org>
9139
9140 * gdb.python/py-thrhandle.exp: Skip it if python is not
9141 enabled.
9142
9143 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
9144
9145 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
9146 as a breakpoint command.
9147
9148 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
9149
9150 PR python/21213
9151 * gdb.python/py-infthread.exp: Test calling
9152 InferiorThread.inferior () multiple times in a row.
9153
9154 2017-10-27 Keith Seitz <keiths@redhat.com>
9155
9156 * gdb.opt/inline-break.exp (break_info_1): New procedure.
9157 Test "info break" for every inlined function breakpoint.
9158
9159 2017-10-27 Yao Qi <yao.qi@linaro.org>
9160
9161 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
9162
9163 2017-10-26 Patrick Frants <osscontribute@gmail.com>
9164
9165 * gdb.cp/classes.exp (test_static_members): Test printing
9166 Outer::instance.
9167 * gdb.cp/classes.c (struct Inner, struct Outer): New.
9168 (Inner::instance, Outer::instance): New.
9169
9170 2017-10-24 Pedro Alves <palves@redhat.com>
9171
9172 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
9173 extra console" test in two stages.
9174
9175 2017-10-24 Pedro Alves <palves@redhat.com>
9176
9177 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
9178
9179 2017-10-24 Pedro Alves <palves@redhat.com>
9180
9181 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
9182 loop.
9183
9184 2017-10-24 Pedro Alves <palves@redhat.com>
9185
9186 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
9187 $attempt" and "stoppedtry $stoppedtry" test prefixes.
9188
9189 2017-10-24 Pedro Alves <palves@redhat.com>
9190
9191 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
9192 parameter and handle it. Don't output read value in test name.
9193
9194 2017-10-24 Pedro Alves <palves@redhat.com>
9195
9196 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
9197 custom test name.
9198
9199 2017-10-24 Pedro Alves <palves@redhat.com>
9200
9201 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
9202 include the unstable output directory name in the test's name.
9203 (initial_setup_simple) <'set args'>: Use custom test name.
9204
9205 2017-10-24 Pedro Alves <palves@redhat.com>
9206
9207 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
9208 with explicit test name.
9209
9210 2017-10-20 Pedro Alves <palves@redhat.com>
9211
9212 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
9213 'wait -i'. Use gdb_assert and remote_close.
9214
9215 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
9216
9217 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
9218 number from variable rather than hard-coded.
9219
9220 2017-10-19 Pedro Alves <palves@redhat.com>
9221
9222 * gdb.base/long-inferior-output.c: New file.
9223 * gdb.base/long-inferior-output.exp: New file.
9224
9225 2017-11-18 Keith Seitz <keiths@redhat.com>
9226
9227 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
9228 method.
9229 (main): Call it.
9230 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
9231 Add additional user-defined conversion operator tests.
9232
9233 2017-10-17 Pedro Alves <palves@redhat.com>
9234
9235 * boards/native-stdio-gdbserver.exp: Load "local-board".
9236
9237 2017-10-17 Pedro Alves <palves@redhat.com>
9238
9239 * gdb.base/quit-live.c: New file.
9240 * gdb.base/quit-live.exp: New file.
9241
9242 2017-10-16 Keith Seitz <keiths@redhat.com>
9243
9244 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
9245 (class_with_protected_typedef, class_with_private_typedef)
9246 (struct_with_public_typedef, struct_with_protected_typedef)
9247 (struct_with_private_typedef): New classes/structs.
9248 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
9249 typedefs and access specifiers.
9250
9251 2017-10-16 Pedro Alves <palves@redhat.com>
9252 Simon Marchi <simon.marchi@polymtl.ca>
9253
9254 * README (Local vs Remote vs Native): New section.
9255 * boards/local-board.exp: New file, with bits factored out from
9256 ...
9257 * boards/native-extended-gdbserver.exp: ... here. Load
9258 "local-board".
9259 * boards/native-gdbserver.exp: Load "local-board".
9260 (${board}_spawn, ${board}_exec): Delete.
9261 * boards/native-stdio-gdbserver.exp: Most contents factored out to
9262 ...
9263 * boards/stdio-gdbserver-base.exp: ... this new file.
9264 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
9265 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
9266 procedure.
9267 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
9268 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
9269 stdio_gdbserver_command.
9270 (${board}_get_remote_address, ${board}_get_comm_port)
9271 (${board}_download, ${board}_upload): Delete.
9272 (get_target_remote_pipe_cmd): New.
9273
9274 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
9275
9276 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
9277 test_bkpt_deletion, test_bkpt_cond_and_cmds,
9278 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
9279 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
9280 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
9281 remove with_test_prefix.
9282
9283 2017-10-13 Pedro Alves <palves@redhat.com>
9284
9285 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
9286 * gdb.base/annota1.exp: Use it instead of is_remote.
9287 * gdb.base/annota3.exp: Use it instead of is_remote.
9288 * gdb.cp/annota2.exp: Use it instead of is_remote.
9289 * gdb.cp/annota3.exp: Use it instead of is_remote.
9290 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
9291
9292 2017-10-13 Pedro Alves <palves@redhat.com>
9293
9294 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
9295 (test_num_test_vars, run_and_count_vars, find_env)
9296 (test_set_unset_env, test_inherit_env_var): New procedures.
9297 (top level): Use them.
9298
9299 2017-10-13 Pedro Alves <palves@redhat.com>
9300
9301 * lib/selftest-support.exp (selftest_setup): Extend comments, and
9302 also skip on stub-like targets.
9303
9304 2017-10-13 Pedro Alves <palves@redhat.com>
9305
9306 PR gdb/22293
9307 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
9308 (top level): Move some tests to ...
9309 (test_not_found): ... this new procedure.
9310 (top level): Call it.
9311
9312 2017-10-13 Pedro Alves <palves@redhat.com>
9313
9314 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
9315 expect different "info terminal" output if testing with a
9316 non-native target.
9317
9318 2017-10-13 Pedro Alves <palves@redhat.com>
9319 Simon Marchi <simon.marchi@polymtl.ca>
9320
9321 PR python/12966
9322 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
9323
9324 2017-10-13 Pedro Alves <palves@redhat.com>
9325
9326 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
9327 already.
9328
9329 2017-10-13 Pedro Alves <palves@redhat.com>
9330
9331 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
9332 is_remote.
9333
9334 2017-10-13 Pedro Alves <palves@redhat.com>
9335
9336 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
9337 is_remote.
9338
9339 2017-10-13 Pedro Alves <palves@redhat.com>
9340
9341 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
9342 is set.
9343 (corefile_test_attach): Likewise. Check can_spawn_for_attach
9344 instead of is_remote.
9345
9346 2017-10-13 Pedro Alves <palves@redhat.com>
9347
9348 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
9349 (top level): Add comment.
9350
9351 2017-10-13 Pedro Alves <palves@redhat.com>
9352
9353 * gdb.base/remote.exp (top level): Fix comment typo and add
9354 missing return.
9355
9356 2017-10-13 Pedro Alves <palves@redhat.com>
9357 Simon Marchi <simon.marchi@polymtl.ca>
9358
9359 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
9360 calls and add comments. Skip test if use_gdb_stub is set.
9361 (top level): Use "set cwd" command instead of "cd" command.
9362
9363 2017-10-13 Pedro Alves <palves@redhat.com>
9364
9365 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
9366 is_remote target check.
9367
9368 2017-10-13 Pedro Alves <palves@redhat.com>
9369
9370 * gdb.base/scope.exp: Use build_executable + clean_restart +
9371 gdb_file_cmd instead of prepare_for_testing and no longer skip
9372 "before run" tests on is_remote target boards. Update comments.
9373 * boards/native-extended-gdbserver.exp
9374 (extended_gdbserver_load_last_file): New, factored out from ...
9375 (gdb_load): ... this. Move further below and add comment.
9376 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
9377
9378 2017-10-12 Pedro Alves <palves@redhat.com>
9379
9380 * gdb.base/attach.exp: Remove references to gdb64.
9381 * gdb.base/dbx.exp: Remove references to gdb64.
9382
9383 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
9384 Pedro Alves <palves@redhat.com>
9385
9386 * gdb.base/label.exp: Remove is_remote target check.
9387
9388 2017-10-12 Pedro Alves <palves@redhat.com>
9389
9390 * gdb.base/auvx.exp (coredir): Update comment.
9391 (top level) <core_works>: Use "set cwd" command instead of "cd"
9392 command.
9393
9394 2017-10-12 Pedro Alves <palves@redhat.com>
9395 Simon Marchi <simon.marchi@polymtl.ca>
9396
9397 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
9398 target boards.
9399
9400 2017-10-12 Pedro Alves <palves@redhat.com>
9401 Simon Marchi <simon.marchi@polymtl.ca>
9402
9403 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
9404 Instead skip if there's any gdb_protocol set.
9405
9406 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
9407 Pedro Alves <palves@redhat.com>
9408
9409 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
9410
9411 2017-10-12 Pedro Alves <palves@redhat.com>
9412 Simon Marchi <simon.marchi@polymtl.ca>
9413
9414 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
9415 instead of on dejagnu remote boards.
9416
9417 2017-10-12 Pedro Alves <palves@redhat.com>
9418 Simon Marchi <simon.marchi@polymtl.ca>
9419
9420 * gdb.base/inferior-died.exp: Remove is_remote and isnative
9421 checks. Use build_executable + clean_restart instead of
9422 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
9423 of enabling non-stop after starting gdb.
9424
9425 2017-10-12 Pedro Alves <palves@redhat.com>
9426
9427 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
9428 * gdb.threads/non-ldr-exc-2.exp: Ditto.
9429 * gdb.threads/non-ldr-exc-3.exp: Ditto.
9430 * gdb.threads/non-ldr-exc-4.exp: Ditto.
9431
9432 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
9433
9434 * gdb.arch/arc-tdesc-cpu.exp: New file.
9435 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
9436
9437 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
9438
9439 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
9440
9441 2017-10-10 Pedro Alves <palves@redhat.com>
9442
9443 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
9444 expect CLI output.
9445
9446 2017-10-10 Pedro Alves <palves@redhat.com>
9447
9448 * lib/selftest-support.exp (selftest_setup): Update for
9449 captured_command_loop's prototype change.
9450
9451 2017-10-09 Pedro Alves <palves@redhat.com>
9452
9453 Test both arch1=>arch2 and arch2=>arch1.
9454
9455 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
9456 (srcfile2, binfile2, march1, march2): Remove globals. Largely
9457 factored out to...
9458 (append_arch1_options, append_arch2_options, append_arch_options)
9459 (build_executables): New procedures.
9460 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
9461 local.
9462 (top level): Add new 'first_arch' testing axis.
9463
9464 2017-10-09 Pedro Alves <palves@redhat.com>
9465
9466 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
9467 (barrier): New.
9468 (thread_start, all_started): New functions.
9469 (main): Spawn new thread and wait until it is scheduled.
9470 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
9471 option.
9472 (do_test): Add 'selected_thread' parameter. Run to all_started
9473 instead of main. Explicitly set the breakpoint at main. Switch
9474 to the SELECTED_THREAD thread.
9475 (top level): Test handling the exec event with either the main
9476 thread or the second thread selected.
9477
9478 2017-10-09 Pedro Alves <palves@redhat.com>
9479
9480 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
9481 logic. Move STOP marker after the value checks.
9482 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
9483 regexp.
9484
9485 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
9486
9487 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
9488
9489 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
9490
9491 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
9492 integer-to-dfp conversion.
9493 * gdb.base/dfp-test.exp: Likewise.
9494
9495 2017-10-04 Pedro Alves <palves@redhat.com>
9496
9497 * gdb.multi/hangout.c: Include <unistd.h>.
9498 (hangout_loop): New function.
9499 (main): Call alarm. Call hangout_loop in a loop.
9500 * gdb.multi/hello.c: Include <unistd.h>.
9501 (hello_loop): New function.
9502 (main): Call alarm. Call hangout_loop in a loop.
9503 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
9504 inferior with the other selected.
9505
9506 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
9507
9508 * gdb.mi/list-thread-groups-available.exp: New file.
9509 * gdb.mi/list-thread-groups-available.c: New file.
9510
9511 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
9512
9513 * gdb.base/set-cwd.exp: Make it available on
9514 native-extended-gdbserver.
9515
9516 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
9517
9518 * gdb.base/set-cwd.c: New file.
9519 * gdb.base/set-cwd.exp: Likewise.
9520
9521 2017-10-02 Tom Tromey <tom@tromey.com>
9522
9523 PR rust/22236:
9524 * gdb.rust/simple.rs (main): New variable "fslice".
9525 * gdb.rust/simple.exp: Add slice tests. Update string tests.
9526
9527 2017-10-02 Tom Tromey <tom@tromey.com>
9528
9529 * gdb.rust/simple.exp: Test ptype of a slice.
9530
9531 2017-10-02 Tom Tromey <tom@tromey.com>
9532
9533 * gdb.rust/simple.exp: Test index of slice.
9534
9535 2017-09-27 Tom Tromey <tom@tromey.com>
9536
9537 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
9538
9539 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
9540 Pedro Alves <palves@redhat.com>
9541
9542 * gdb.base/compare-sections.exp (get value of read-only section): Read
9543 as unsigned value.
9544 (corrupt read-only section): Likewise and don't set written if patching
9545 failed.
9546
9547 2017-09-21 Kevin Buettner <kevinb@redhat.com>
9548
9549 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
9550 files.
9551
9552 2017-09-20 Pedro Alves <palves@redhat.com>
9553
9554 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
9555 symbol names in gdb's output.
9556 * gdb.cp/overload.exp ("list all overloads"): Likewise.
9557
9558 2017-09-20 Pedro Alves <palves@redhat.com>
9559
9560 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
9561 Rename to ...
9562 (test_list_ambiguous_symbol): ... this and add a symbol name
9563 parameter. Adjust.
9564 (test_list_ambiguous_function): Reimplement on top of
9565 test_list_ambiguous_symbol and also test listing ambiguous
9566 variables.
9567 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
9568 (ambiguous_fun): ... this.
9569 (ambiguous_var): New.
9570 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
9571 (ambiguous_fun): ... this.
9572 (ambiguous_var): New.
9573
9574 2017-09-19 John Baldwin <jhb@FreeBSD.org>
9575
9576 * gdb.base/starti.c: New file.
9577 * gdb.base/starti.exp: New file.
9578 * lib/gdb.exp (gdb_starti_cmd): New procedure.
9579
9580 2017-09-14 Pedro Alves <palves@redhat.com>
9581
9582 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
9583 (top level): Use it instead of runto.
9584
9585 2017-09-11 Tom Tromey <tom@tromey.com>
9586
9587 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
9588
9589 2017-09-11 Tom Tromey <tom@tromey.com>
9590
9591 * gdb.python/py-infthread.exp: Add tests for new_thread event.
9592 * gdb.python/py-inferior.exp: Add tests for new inferior events.
9593
9594 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
9595
9596 * gdb.fortran/printing-types.exp: New file.
9597 * gdb.fortran/printing-types.exp: New file.
9598
9599 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
9600
9601 * gdb.fortran/vla-ptype.exp: Fix typos.
9602 * gdb.fortran/vla-value.exp: Same.
9603
9604 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
9605
9606 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
9607 * gdb.mi/mi-var-child-f.exp: Likewise.
9608 * gdb.mi/mi-vla-fortran.exp: Likewise.
9609
9610 2017-09-08 Frank Penczek <frank.penczek@intel.com>
9611 Christoph Weinmann <christoph.t.weinmann@intel.com>
9612 Bernhard Heckel <bernhard.heckel@intel.com>
9613
9614 * gdb.fortran/ptr-indentation.f90: New file.
9615 * gdb.fortran/ptr-indentation.exp: New file.
9616
9617 2017-09-05 Tom Tromey <tom@tromey.com>
9618
9619 PR gdb/22010:
9620 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
9621
9622 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
9623
9624 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
9625
9626 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9627
9628 * gdb.threads/tls-nodebug-pie.c: New file.
9629 * gdb.threads/tls-nodebug-pie.exp: New file.
9630
9631 2017-09-05 Tom Tromey <tom@tromey.com>
9632
9633 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
9634 for rust.
9635
9636 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
9637
9638 * gdb.multi/multi-arch-exec.exp: Test with different
9639 "follow-exec-mode" settings.
9640 (do_test): New procedure.
9641
9642 2017-09-04 Pedro Alves <palves@redhat.com>
9643
9644 * gdb.base/func-static.c (S::method const, S::method volatile)
9645 (S::method volatile const): New methods.
9646 (c_s, v_s, cv_s): New instances.
9647 (main): Call method() on them.
9648 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
9649 (cannot_resolve): New procedure.
9650 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
9651 print-quote-unquoted columns.
9652 (do_test): Test printing each scope too.
9653
9654 2017-09-04 Pedro Alves <palves@redhat.com>
9655
9656 * gdb.base/local-static.exp: Also test with
9657 class::method::variable wholly quoted.
9658 * gdb.cp/m-static.exp (class::method::variable): Remove test.
9659
9660 2017-09-04 Pedro Alves <palves@redhat.com>
9661
9662 * gdb.base/local-static.c: New.
9663 * gdb.base/local-static.cc: New.
9664 * gdb.base/local-static.exp: New.
9665
9666 2017-09-04 Pedro Alves <palves@redhat.com>
9667
9668 * gdb.asm/asm-source.exp: Add casts to int.
9669 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
9670 (dataglobal64_1, dataglobal64_2): New globals.
9671 * gdb.base/nodebug.exp: Test different expressions involving the
9672 new globals, with print, whatis and ptype. Add casts to int.
9673 * gdb.base/solib-display.exp: Add casts to int.
9674 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
9675 * gdb.cp/m-static.exp: Add cast to int.
9676 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
9677 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
9678 tls variable with no debug info without a cast. Test with a cast
9679 to int too.
9680 * gdb.trace/entry-values.exp: Add casts.
9681
9682 2017-09-04 Pedro Alves <palves@redhat.com>
9683
9684 * gdb.base/nodebug.exp: Test that ptype's error about functions
9685 with unknown return type includes the function name too.
9686
9687 2017-09-04 Pedro Alves <palves@redhat.com>
9688
9689 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
9690 return type of munmap in infcall.
9691 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
9692 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
9693 type of ftell in infcall.
9694 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
9695 type of getpid in infcall.
9696 * gdb.base/infcall-exec.exp: Cast return type of execlp in
9697 infcall.
9698 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
9699 Bail on failure to extract the pid.
9700 * gdb.base/nodebug.c: #include <stdint.h>.
9701 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
9702 New functions.
9703 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
9704 Change expected output of print/whatis/ptype with functions with
9705 no debug info. Test all supported languages. Call
9706 test_call_promotion.
9707 * gdb.compile/compile.exp: Adjust expected output to expect
9708 warning.
9709 * gdb.threads/siginfo-threads.exp: Likewise.
9710
9711 2017-09-04 Pedro Alves <palves@redhat.com>
9712
9713 * gdb.base/callfuncs.exp (do_function_calls): New parameter
9714 "prototypes". Test calling float functions via prototyped and
9715 unprototyped function pointers.
9716 (perform_all_tests): New parameter "prototypes". Pass it down.
9717 (top level): Pass down "prototypes" parameter to
9718 perform_all_tests.
9719
9720 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9721
9722 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
9723 Test with nested loops.
9724
9725 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9726
9727 * gdb.base/commands.exp: Call the new procedures.
9728 (loop_break_test, loop_continue_test): New procedures.
9729
9730 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9731
9732 * gdb.base/commands.exp: Call new procedure.
9733 (define_if_without_arg_test): New procedure.
9734
9735 2017-09-04 Pedro Alves <palves@redhat.com>
9736
9737 * gdb.base/list-ambiguous.exp: New file.
9738 * gdb.base/list-ambiguous0.c: New file.
9739 * gdb.base/list-ambiguous1.c: New file.
9740 * gdb.base/list.exp (test_list_range): Adjust expected output.
9741
9742 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
9743
9744 * gdb.base/share-env-with-gdbserver.c: New file.
9745 * gdb.base/share-env-with-gdbserver.exp: Likewise.
9746
9747 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
9748
9749 * gdb.base/commands.exp (gdbvar_simple_if_test,
9750 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
9751 progvar_simple_if_test, progvar_simple_while_test,
9752 progvar_complex_if_while_test, user_defined_command_test,
9753 user_defined_command_args_eval,
9754 user_defined_command_args_stack_test,
9755 user_defined_command_manyargs_test, bp_deleted_in_command_test,
9756 temporary_breakpoint_commands,
9757 gdb_test_no_prompt, redefine_hook_test,
9758 redefine_backtrace_test): Remove "global gdb_prompt".
9759
9760 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
9761
9762 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
9763 New proc, call it from toplevel.
9764
9765 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
9766
9767 PR remote/21852
9768 * gdb.server/normal.c: New file, copied from gdb.base.
9769 * gdb.server/run-without-local-binary.exp: New file.
9770
9771 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
9772
9773 * gdb.arch/sparc64-adi.exp: New file.
9774 * gdb.arch/sparc64-adi.c: New file.
9775
9776 2017-08-22 Pedro Alves <palves@redhat.com>
9777
9778 * gdb.cp/overload.exp (line_range_pattern): New procedure.
9779 (top level): Add "list all overloads" tests.
9780
9781 2017-08-22 Tom Tromey <tom@tromey.com>
9782
9783 * gdb.gdb/xfullpath.exp: Remove.
9784
9785 2017-08-21 Pedro Alves <palves@redhat.com>
9786
9787 PR gdb/19487
9788 * gdb.base/symbol-alias.c: New.
9789 * gdb.base/symbol-alias2.c: New.
9790 * gdb.base/symbol-alias.exp: New.
9791
9792 2017-08-21 Pedro Alves <palves@redhat.com>
9793
9794 * gdb.base/dfp-test.c
9795 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
9796 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
9797 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
9798 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
9799 * gdb.base/whatis-ptype-typedefs.c: New.
9800 * gdb.base/whatis-ptype-typedefs.exp: New.
9801 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
9802 (an_int, an_int_type, an_int_type2): New globals.
9803 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
9804 involving typedefs and cast expressions.
9805 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
9806 (lookup_typedefs_function): New.
9807 (typedefs_pretty_printers_dict): New.
9808 (top level): Register lookup_typedefs_function in
9809 gdb.pretty_printers.
9810
9811 2017-08-18 Yao Qi <yao.qi@linaro.org>
9812
9813 * gdb.server/unittest.exp: New.
9814
9815 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
9816
9817 PR gdb/21954
9818 * gdb.base/environ.exp: Add test to check if 'unset environment'
9819 works.
9820
9821 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9822
9823 * lib/gdb.exp (universal_compile_options): New caching proc.
9824 (gdb_compile): Suppress GCC's coloring of messages.
9825
9826 2017-08-14 Tom Tromey <tom@tromey.com>
9827
9828 PR gdb/21675:
9829 * gdb.base/printcmds.exp (test_radices): New function.
9830 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
9831 * gdb.base/sizeof.exp (check_valueof): Use p/d.
9832 * lib/gdb.exp (get_integer_valueof): Use p/d.
9833
9834 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
9835
9836 * lib/gdb.exp (get_valueof): Don't capture end-of-line
9837 characters.
9838
9839 2017-08-05 Tom Tromey <tom@tromey.com>
9840
9841 * gdb.rust/simple.exp: Allow String to appear in a different
9842 namespace.
9843
9844 2017-07-26 Yao Qi <yao.qi@linaro.org>
9845
9846 * gdb.gdb/unittest.exp: Invoke command
9847 "maintenance check xml-descriptions".
9848
9849 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9850
9851 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
9852 calling context.
9853 (hex128): Drop erroneous calculation of parameters.
9854
9855 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
9856
9857 * gdb.python/py-unwind.exp: Disable stack protection when
9858 building test file.
9859
9860 2017-07-20 Pedro Alves <palves@redhat.com>
9861
9862 * gdb.base/default.exp (set language): Adjust expected output.
9863
9864 2017-07-20 Pedro Alves <palves@redhat.com>
9865
9866 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
9867 (test_minsym): ... this, and make static.
9868 (get_pck__foo__bar__minsym): Rename to ...
9869 (get_test_minsym): ... this.
9870 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
9871 symbol names and comments.
9872 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
9873 (get_test_minsym): ... this.
9874 (pck__foo__bar__minsym__2): Rename to ...
9875 (test_minsym): ... this.
9876 (main): Adjust.
9877
9878 2017-07-17 Pedro Alves <palves@redhat.com>
9879
9880 * gdb.base/completion.exp: Adjust expected output.
9881 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
9882 the completer works.
9883
9884 2017-07-17 Pedro Alves <palves@redhat.com>
9885
9886 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
9887
9888 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
9889
9890 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
9891
9892 2017-07-14 Tom Tromey <tom@tromey.com>
9893
9894 PR rust/21764:
9895 * gdb.rust/simple.exp: Add tests.
9896
9897 2017-07-14 Tom Tromey <tom@tromey.com>
9898
9899 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
9900
9901 2017-07-14 Pedro Alves <palves@redhat.com>
9902
9903 * gdb.linespec/base/one/thefile.cc (z1): New function.
9904 * gdb.linespec/base/two/thefile.cc (z2): New function.
9905 * gdb.linespec/linespec.exp: Add tests.
9906
9907 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9908
9909 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
9910 to mi_create_breakpoint.
9911
9912 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9913
9914 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
9915 mi_create_breakpoint.
9916
9917 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
9918
9919 * gdb.dlang/demangle.exp: Update for demangling changes.
9920
9921 2017-07-09 Tom Tromey <tom@tromey.com>
9922
9923 * gdb.dwarf2/shortpiece.exp: New file.
9924
9925 2017-07-06 David Blaikie <dblaikie@gmail.com>
9926
9927 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
9928 built from fissiont-multi-cu{1,2}.c.
9929 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
9930 except putting 'main' and 'func' in separate CUs in the same DWO file.
9931 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
9932 test.
9933 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
9934 test.
9935
9936 2017-07-06 Pedro Alves <palves@redhat.com>
9937
9938 * gdb.python/py-unwind.exp: Test flushregs.
9939
9940 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9941
9942 PR cli/21688
9943 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
9944 tests for alias commands and trailing whitespace.
9945
9946 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9947
9948 PR cli/21688
9949 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
9950 procedure. Call it.
9951
9952 2017-06-29 Pedro Alves <palves@redhat.com>
9953
9954 * gdb.base/printcmds.exp: Add tests.
9955
9956 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
9957
9958 PR gdb/21337
9959 * gdb.base/reread-readsym.exp: New file.
9960 * gdb.base/reread-readsym.c: New file.
9961
9962 2017-06-21 Kevin Buettner <kevinb@redhat.com>
9963
9964 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
9965 subpattern.
9966
9967 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
9968
9969 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
9970 extended mnemonic.
9971 * gdb.arch/powerpc-power9.s: Likewise.
9972
9973 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9974
9975 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
9976 on 32-bit x86 targets. Exploit is_*_target macros where
9977 appropriate.
9978
9979 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9980
9981 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
9982 register pieces.
9983
9984 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9985
9986 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
9987 located in one or more DWARF pieces.
9988
9989 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9990
9991 * lib/gdb.exp (get_endianness): New proc.
9992 * gdb.arch/aarch64-fp.exp: Use it.
9993 * gdb.arch/altivec-regs.exp: Likewise.
9994 * gdb.arch/e500-regs.exp: Likewise.
9995 * gdb.arch/vsx-regs.exp: Likewise.
9996 * gdb.base/dump.exp: Likewise.
9997 * gdb.base/funcargs.exp: Likewise.
9998 * gdb.base/gnu_vector.exp: Likewise.
9999 * gdb.dwarf2/formdata16.exp: Likewise.
10000 * gdb.dwarf2/implptrpiece.exp: Likewise.
10001 * gdb.dwarf2/nonvar-access.exp: Likewise.
10002 * gdb.python/py-inferior.exp: Likewise.
10003 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
10004
10005 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10006
10007 PR gdb/21226
10008 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
10009 stack value pieces are taken from the LSB end.
10010
10011 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10012
10013 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
10014 variable at nonzero offset.
10015
10016 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10017
10018 * gdb.dwarf2/var-access.c: New file.
10019 * gdb.dwarf2/var-access.exp: New test.
10020 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
10021
10022 2017-06-12 Tom Tromey <tom@tromey.com>
10023
10024 * gdb.dwarf2/formdata16.exp: Add tests.
10025
10026 2017-06-12 Tom Tromey <tom@tromey.com>
10027
10028 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
10029
10030 2017-06-12 Tom Tromey <tom@tromey.com>
10031
10032 PR exp/16225:
10033 * gdb.reverse/i386-sse-reverse.exp: Update tests.
10034 * gdb.arch/vsx-regs.exp: Update tests.
10035 * gdb.arch/s390-vregs.exp (hex128): New proc.
10036 Update test.
10037 * gdb.arch/altivec-regs.exp: Update tests.
10038
10039 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
10040
10041 * gdb.base/startup-with-shell.c: New file.
10042 * gdb.base/startup-with-shell.exp: Likewise.
10043
10044 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
10045
10046 * gdb.server/non-existing-program.exp: Update regex in order to
10047 reflect the fact that gdbserver is now using fork_inferior (with a
10048 shell) to startup the inferior.
10049
10050 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
10051
10052 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
10053 support function calls from GDB.
10054
10055 2017-05-21 Tom Tromey <tom@tromey.com>
10056
10057 PR rust/21466:
10058 * gdb.rust/unsized.exp: New file.
10059 * gdb.rust/unsized.rs: New file.
10060
10061 2017-05-19 Tom Tromey <tom@tromey.com>
10062
10063 PR rust/21484:
10064 * gdb.rust/watch.exp: New file.
10065 * gdb.rust/watch.rs: New file.
10066
10067 2017-05-18 Tom Tromey <tom@tromey.com>
10068
10069 * gdb.rust/simple.exp: Allow Box to be qualified.
10070
10071 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
10072
10073 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
10074
10075 2017-05-18 Pedro Alves <palves@redhat.com>
10076
10077 * gdb.base/fileio.c (test_write, test_read, test_close)
10078 (test_fstat): Don't print 'ret' in the fail path.
10079
10080 2017-05-18 Pedro Alves <palves@redhat.com>
10081
10082 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
10083 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
10084 (test_system, test_rename, test_unlink, test_time): Change
10085 prototypes.
10086 * gdb.base/fileio.exp (stop_msg): Adjust.
10087
10088 2017-05-18 Pedro Alves <palves@redhat.com>
10089
10090 * gdb.base/fileio.c (null_str): New global.
10091 (test_stat): Use it.
10092 * gdb.base/fileio.exp: Remove nowarnings.
10093
10094 2017-05-17 Yao Qi <yao.qi@linaro.org>
10095
10096 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
10097
10098 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
10099
10100 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
10101 argument command.
10102 (top-level): Invoke test_set_inferior_tty.
10103
10104 2017-05-04 Pedro Alves <palves@redhat.com>
10105
10106 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
10107 Add parens to print call for Python 3.
10108
10109 2017-05-03 Keith Seitz <keiths@redhat.com>
10110
10111 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
10112 (main): Call it.
10113
10114 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10115
10116 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
10117 to prev and next.
10118
10119 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10120
10121 * gdb.python/py-record-btrace.exp: Remove test for
10122 gdb.BtraceInstruction.error.
10123
10124 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10125
10126 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
10127
10128 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10129
10130 * gdb.python/py-record-btrace-threads.c: New file.
10131 * gdb.python/py-record-btrace-threads.exp: New file.
10132
10133 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
10134
10135 PR testsuite/8595
10136 * gdb.base/environ.exp: Make test available in all architectures.
10137 Move bits related to "info program" testing to
10138 gdb.base/info-program.exp. Rewrite tests to use the two new
10139 procedures mentione below.
10140 (test_set_show_env_var) New procedure.
10141 (test_set_show_env_var_equal): Likewise.
10142 * gdb.base/info-program.exp: New file.
10143
10144 2017-04-27 Keith Seitz <keiths@redhat.com>
10145
10146 * gdb.cp/oranking.cc (test15): New function.
10147 (main): Call test15 and declare additional variables for testing.
10148 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
10149 "p foo101('abc')" tests.
10150 Add tests for cv qualifier overloads.
10151 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
10152 "lvalue reference overload" test.
10153 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
10154 "print value of f1 on Child&& in f2" test.
10155
10156 2017-04-19 Pedro Alves <palves@redhat.com>
10157
10158 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
10159 procedure.
10160 (top level): Call it.
10161 * lib/gdb.exp (gdb_define_cmd): New procedure.
10162
10163 2017-04-12 Pedro Alves <palves@redhat.com>
10164
10165 PR gdb/21323
10166 * gdb.cp/wide_char_types.c: Include <wchar.h>.
10167 (wchar): New global.
10168 * gdb.cp/wide_char_types.exp (wide_char_types_program)
10169 (do_test_wide_char, wide_char_types_no_program, top level): Add
10170 wchar_t testing.
10171
10172 2017-04-12 Pedro Alves <palves@redhat.com>
10173
10174 PR c++/21323
10175 * gdb.cp/wide_char_types.c: New file.
10176 * gdb.cp/wide_char_types.exp: New file.
10177
10178 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
10179
10180 PR gdb/21352
10181 * gdb.trace/tsv.exp: Add test for "tsave -r".
10182
10183 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
10184
10185 * gdb.dlang/watch-loc.c: New file.
10186 * gdb.dlang/watch-loc.exp: New file.
10187
10188 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10189
10190 * gdb.python/py-section-script.exp (sepdebug): New testcases.
10191
10192 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
10193
10194 * gdb.arch/arc-analyze-prologue.S: New file.
10195 * gdb.arch/arc-analyze-prologue.exp: Likewise.
10196
10197 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
10198
10199 * gdb.arch/arc-decode-insn.S: New file.
10200 * gdb.arch/arc-decode-insn.exp: Likewise.
10201
10202 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
10203
10204 PR tdep/20928
10205 * gdb.arch/sparc64-regs.exp: New file.
10206 * gdb.arch/sparc64-regs.S: Likewise.
10207
10208 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
10209
10210 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
10211 and memory view on Python 3.
10212
10213 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
10214 Keith Seitz <keiths@redhat.com>
10215
10216 PR gdb/14441
10217 * gdb.cp/demangle.exp: Add rvalue reference tests.
10218 * gdb.cp/rvalue-ref-casts.cc: New file.
10219 * gdb.cp/rvalue-ref-casts.exp: New file.
10220 * gdb.cp/rvalue-ref-overload.cc: New file.
10221 * gdb.cp/rvalue-ref-overload.exp: New file.
10222 * gdb.cp/rvalue-ref-params.cc: New file.
10223 * gdb.cp/rvalue-ref-params.exp: New file.
10224 * gdb.cp/rvalue-ref-sizeof.cc: New file.
10225 * gdb.cp/rvalue-ref-sizeof.exp: New file.
10226 * gdb.cp/rvalue-ref-types.cc: New file.
10227 * gdb.cp/rvalue-ref-types.exp: New file.
10228 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
10229 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
10230
10231 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
10232
10233 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
10234 New procedure.
10235
10236 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
10237
10238 * lib/mi-support.exp (mi_gdb_test): Add additional message
10239 for unexpected output.
10240
10241 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10242
10243 * gdb.base/examine-backward.c (Barrier): New character array
10244 constant, to ensure that TestStrings is preceded by a string
10245 terminator.
10246
10247 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10248
10249 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
10250 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
10251 and implicit pointer into such a location.
10252
10253 2017-03-16 Doug Evans <dje@google.com>
10254
10255 * gdb.python/py-lazy-string (pointer): Really add new typedef.
10256
10257 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
10258
10259 * gdb.cp/m-static.exp: Fix expectation for prototype of
10260 test5.single_constructor and single_constructor::single_constructor.
10261
10262 2017-03-16 Doug Evans <dje@google.com>
10263
10264 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
10265 * gdb.guile/scm-lazy-string.c: New file.
10266 * gdb.guile/scm-value.exp: Move lazy string tests to ...
10267 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
10268 for pointer, array, typedef lazy strings.
10269
10270 2017-03-16 Doug Evans <dje@google.com>
10271
10272 PR python/17728, python/18439, python/18779
10273 * gdb.python/py-value.c (main) Delete locals sptr, sn.
10274 * gdb.python/py-lazy-string.c (pointer): New typedef.
10275 (main): New locals ptr, array, typedef_ptr.
10276 * gdb.python/py-value.exp: Move lazy string tests to ...
10277 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
10278 array, typedef lazy strings.
10279
10280 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
10281
10282 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
10283 Add optional 'test' parameter.
10284
10285 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
10286
10287 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
10288 Skip for versions of DejaGnu < 1.5.
10289
10290 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
10291
10292 * lib/gdb.exp (dejagnu_version): New proc.
10293 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10294 Use dejagnu_version.
10295
10296 2017-03-10 Keith Seitz <keiths@redhat.com>
10297
10298 PR c++/8128
10299 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
10300 type from destructor regexps.
10301 Add a branch which actually passes the test.
10302 Adjust "ptype t5i" test names.
10303
10304 2017-03-08 Pedro Alves <palves@redhat.com>
10305
10306 * gdb.base/step-over-exit.exp: Add explicit test message.
10307
10308 2017-03-08 Pedro Alves <palves@redhat.com>
10309
10310 PR gdb/18360
10311 * gdb.threads/interrupt-while-step-over.c: New file.
10312 * gdb.threads/interrupt-while-step-over.exp: New file.
10313
10314 2017-03-08 Pedro Alves <palves@redhat.com>
10315
10316 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
10317 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
10318
10319 2017-03-08 Pedro Alves <palves@redhat.com>
10320
10321 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
10322 PKRU as not supported as a PASS.
10323
10324 2017-03-08 Pedro Alves <palves@redhat.com>
10325
10326 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
10327 prefix instead of $binfile1/$binfile2.
10328 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
10329 in test message.
10330 * gdb.python/py-completion.exp: Use "load python file" as test
10331 messages instead of unstable path names.
10332
10333 2017-03-08 Pedro Alves <palves@redhat.com>
10334 Jan Kratochvil <jan.kratochvil@redhat.com>
10335
10336 PR cli/21218
10337 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
10338 New proc.
10339 (top level): Call it.
10340
10341 2017-03-08 Pedro Alves <palves@redhat.com>
10342
10343 PR tui/21216
10344 * gdb.tui/tui-nl-filtered-output.exp: New file.
10345
10346 2017-03-08 Pedro Alves <palves@redhat.com>
10347
10348 * gdb.base/completion.exp: Move TUI completion tests to ...
10349 * gdb.tui/completion.exp: ... this new file.
10350
10351 2017-03-08 Pedro Alves <palves@redhat.com>
10352
10353 * gdb.base/tui-disasm-long-lines.c,
10354 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
10355 gdb.base/tui-layout.exp: Move to ...
10356 * gdb.tui/: ... this new directory.
10357
10358 2017-03-07 Pedro Alves <palves@redhat.com>
10359
10360 * gdb.base/tui-layout.c: New file.
10361 * gdb.base/tui-layout.exp: New file.
10362
10363 2017-03-07 Pedro Alves <palves@redhat.com>
10364
10365 * gdb.base/tui-layout.c: Rename to ...
10366 * gdb.base/tui-disasm-long-lines.c: ... this.
10367 * gdb.base/tui-layout.exp: Rename to ...
10368 * gdb.base/tui-disasm-long-lines.exp: ... this.
10369
10370 2017-03-07 Pedro Alves <palves@redhat.com>
10371
10372 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
10373
10374 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
10375
10376 * i386-mpx-call.c: New file.
10377 * i386-mpx-call.exp: New file.
10378
10379 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
10380
10381 * gdb.arch/powerpc-power.exp: Delete test.
10382 * gdb.arch/powerpc-power.s: Likewise.
10383 * gdb.disasm/disassembler-options.exp: New test.
10384 * gdb.arch/powerpc-altivec.exp: Likewise.
10385 * gdb.arch/powerpc-altivec.s: Likewise.
10386 * gdb.arch/powerpc-altivec2.exp: Likewise.
10387 * gdb.arch/powerpc-altivec2.s: Likewise.
10388 * gdb.arch/powerpc-altivec3.exp: Likewise.
10389 * gdb.arch/powerpc-altivec3.s: Likewise.
10390 * gdb.arch/powerpc-power7.exp: Likewise.
10391 * gdb.arch/powerpc-power7.s: Likewise.
10392 * gdb.arch/powerpc-power8.exp: Likewise.
10393 * gdb.arch/powerpc-power8.s: Likewise.
10394 * gdb.arch/powerpc-power9.exp: Likewise.
10395 * gdb.arch/powerpc-power9.s: Likewise.
10396 * gdb.arch/powerpc-vsx.exp: Likewise.
10397 * gdb.arch/powerpc-vsx.s: Likewise.
10398 * gdb.arch/powerpc-vsx2.exp: Likewise.
10399 * gdb.arch/powerpc-vsx2.s: Likewise.
10400 * gdb.arch/powerpc-vsx3.exp: Likewise.
10401 * gdb.arch/powerpc-vsx3.s: Likewise.
10402 * gdb.arch/arm-disassembler-options.exp: Likewise.
10403 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
10404 * gdb.arch/s390-disassembler-options.exp: Likewise.
10405
10406 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
10407
10408 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
10409 (check_supported_features): ... this. Changed return type to void.
10410 (supports_rdseed): New static global.
10411 (rdseed): Check supports_rdseed.
10412 (initialize): Call check_supported_features.
10413
10414 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10415
10416 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
10417 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
10418 and lqarx/stqcx.
10419 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
10420 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
10421
10422 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10423
10424 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
10425 uppercase.
10426
10427 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10428
10429 * gdb.dwarf2/formdata16.c: New file.
10430 * gdb.dwarf2/formdata16.exp: New file.
10431 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
10432
10433 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10434
10435 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
10436 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
10437 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
10438 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
10439 DW_AT_GNU_*.
10440
10441 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10442
10443 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
10444
10445 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
10446
10447 PR gdb/21164
10448 * gdb.base/maint.exp: Add testcases for when the commands do
10449 not have arguments.
10450
10451 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
10452
10453 * gdb.cp/chained-calls.exp: Use p instead of P.
10454
10455 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
10456
10457 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
10458 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
10459
10460 2017-02-14 Tom Tromey <tom@tromey.com>
10461
10462 PR python/13598:
10463 * gdb.python/py-events.exp: Add before_prompt event tests.
10464
10465 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
10466
10467 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
10468
10469 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
10470
10471 * gdb.linespec/explicit.c (my_unique_function_name): New function.
10472 (main): Call my_unique_function_name.
10473 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
10474 completion of patterns with a single match.
10475 Add missing -re switches to gdb_test_multiple calls.
10476
10477 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
10478
10479 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
10480 return if core file is not recognized.
10481
10482 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
10483
10484 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
10485 and extra UIs.
10486
10487 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
10488
10489 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
10490 proc_with_prefix.
10491
10492 2017-02-10 Tom Tromey <tom@tromey.com>
10493
10494 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
10495
10496 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
10497
10498 PR gdb/21122
10499 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
10500
10501 2017-02-08 Jerome Guitton <guitton@adacore.com>
10502
10503 * gdb.base/define.exp: Add test for command abbreviations
10504 in define.
10505
10506 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
10507
10508 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
10509 * gdb.reverse/insn-reverse-x86.c: New file.
10510
10511 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
10512
10513 PR tdep/20936
10514 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
10515
10516 2017-02-03 Tom Tromey <tom@tromey.com>
10517
10518 PR rust/21097:
10519 * gdb.rust/simple.exp: Add new tests.
10520
10521 2017-02-02 Pedro Alves <palves@redhat.com>
10522
10523 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
10524 tests.
10525
10526 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10527
10528 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
10529 taking a 2-byte value out of a 4-byte DWARF implicit value on
10530 big-endian targets.
10531 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
10532 logic. Add test cases for DW_OP_implicit.
10533
10534 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10535
10536 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
10537
10538 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10539
10540 * gdb.btrace/enable.exp: Call gdb_exit before
10541 skip_gdbserver_tests.
10542
10543 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10544
10545 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
10546 GDBFLAGS.
10547
10548 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10549
10550 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
10551 the test is skipped.
10552 * gdb.btrace/data.exp: Likewise.
10553 * gdb.btrace/delta.exp: Likewise.
10554 * gdb.btrace/dlopen.exp: Likewise.
10555 * gdb.btrace/enable-running.exp: Likewise.
10556 * gdb.btrace/enable.exp: Likewise.
10557 * gdb.btrace/exception.exp: Likewise.
10558 * gdb.btrace/function_call_history.exp: Likewise.
10559 * gdb.btrace/gcore.exp: Likewise.
10560 * gdb.btrace/instruction_history.exp: Likewise.
10561 * gdb.btrace/multi-thread-step.exp: Likewise.
10562 * gdb.btrace/nohist.exp: Likewise.
10563 * gdb.btrace/non-stop.exp: Likewise.
10564 * gdb.btrace/reconnect.exp: Likewise.
10565 * gdb.btrace/record_goto-step.exp: Likewise.
10566 * gdb.btrace/record_goto.exp: Likewise.
10567 * gdb.btrace/rn-dl-bind.exp: Likewise.
10568 * gdb.btrace/segv.exp: Likewise.
10569 * gdb.btrace/step.exp: Likewise.
10570 * gdb.btrace/stepi.exp: Likewise.
10571 * gdb.btrace/tailcall-only.exp: Likewise.
10572 * gdb.btrace/tailcall.exp: Likewise.
10573 * gdb.btrace/tsx.exp: Likewise.
10574 * gdb.btrace/unknown_functions.exp: Likewise.
10575 * gdb.btrace/vdso.exp: Likewise.
10576
10577 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10578
10579 * gdb.btrace/enable-running.c: New.
10580 * gdb.btrace/enable-running.exp: New.
10581
10582 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
10583
10584 * gdb.arch/amd64-gs_base.c: New file.
10585 * gdb.arch/amd64-gs_base.exp: New file.
10586
10587 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
10588
10589 * lib/memory.exp: Remove spurious empty newlines.
10590
10591 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
10592
10593 * gdb.python/py-bad-printers.exp: Load python file using "source".
10594 * gdb.python/py-events.exp: Likewise.
10595 * gdb.python/py-evsignal.exp: Likewise.
10596 * gdb.python/py-evthreads.exp: Likewise.
10597 * gdb.python/py-frame-args.exp: Likewise.
10598 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
10599 * gdb.python/py-framefilter-mi.exp: Likewise.
10600 * gdb.python/py-framefilter.exp: Likewise.
10601 * gdb.python/py-mi.exp: Likewise.
10602 * gdb.python/py-pp-maint.exp: Likewise.
10603 * gdb.python/py-pp-registration.exp: Likewise.
10604 * gdb.python/py-prettyprint.exp: Likewise.
10605 (run_lang_tests): Likewise.
10606 * gdb.python/py-typeprint.exp: Likewise.
10607
10608 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
10609
10610 * lib/memory.exp: New file.
10611 * lib/gdb.exp: Load memory.exp.
10612 * gdb.base/memattr.exp (delete_memory): Move proc to
10613 lib/memory.exp and rename to delete_memory_regions.
10614 Replace delete_memory with delete_memory_regions.
10615 Cleanup memory regions before tests.
10616 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
10617 before tests.
10618
10619 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
10620
10621 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
10622 files.
10623 (initialize): New function conditionally defined.
10624 (testcases): Move within conditional block.
10625 (main): Call initialize.
10626 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
10627 of gdb.reverse/insn-reverse.c.
10628 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
10629 gdb.reverse/insn-reverse.c.
10630
10631 2017-01-26 Yao Qi <yao.qi@linaro.org>
10632
10633 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
10634 disassemble on address 0.
10635
10636 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
10637 Yao Qi <yao.qi@linaro.org>
10638
10639 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
10640 * gdb.dwarf2/implptr-64bit.S: Remove.
10641 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
10642 variables in caller's context. Add DW_OP_implicit_value.
10643
10644 2017-01-25 Yao Qi <yao.qi@linaro.org>
10645
10646 * lib/dwarf.exp (Dwarf::_location): Handle
10647 DW_OP_GNU_implicit_pointer with proper size.
10648
10649 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
10650
10651 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
10652 and add untested calls.
10653
10654 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
10655
10656 * gdb.python/python.exp: Check line number against what GDB thinks
10657 the line number is for func1.
10658
10659 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
10660
10661 * gdb.dlang/debug-expr.exp: New file.
10662
10663 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
10664
10665 Fix test names for the following files:
10666
10667 * gdb.ada/exec_changed.exp
10668 * gdb.ada/info_types.exp
10669 * gdb.arch/aarch64-atomic-inst.exp
10670 * gdb.arch/aarch64-fp.exp
10671 * gdb.arch/altivec-abi.exp
10672 * gdb.arch/altivec-regs.exp
10673 * gdb.arch/amd64-byte.exp
10674 * gdb.arch/amd64-disp-step.exp
10675 * gdb.arch/amd64-dword.exp
10676 * gdb.arch/amd64-entry-value-inline.exp
10677 * gdb.arch/amd64-entry-value-param.exp
10678 * gdb.arch/amd64-entry-value-paramref.exp
10679 * gdb.arch/amd64-entry-value.exp
10680 * gdb.arch/amd64-i386-address.exp
10681 * gdb.arch/amd64-invalid-stack-middle.exp
10682 * gdb.arch/amd64-invalid-stack-top.exp
10683 * gdb.arch/amd64-optimout-repeat.exp
10684 * gdb.arch/amd64-prologue-skip.exp
10685 * gdb.arch/amd64-prologue-xmm.exp
10686 * gdb.arch/amd64-stap-special-operands.exp
10687 * gdb.arch/amd64-stap-wrong-subexp.exp
10688 * gdb.arch/amd64-tailcall-cxx.exp
10689 * gdb.arch/amd64-tailcall-noret.exp
10690 * gdb.arch/amd64-tailcall-ret.exp
10691 * gdb.arch/amd64-tailcall-self.exp
10692 * gdb.arch/amd64-word.exp
10693 * gdb.arch/arm-bl-branch-dest.exp
10694 * gdb.arch/arm-disp-step.exp
10695 * gdb.arch/arm-neon.exp
10696 * gdb.arch/arm-single-step-kernel-helper.exp
10697 * gdb.arch/avr-flash-qualifier.exp
10698 * gdb.arch/disp-step-insn-reloc.exp
10699 * gdb.arch/e500-abi.exp
10700 * gdb.arch/e500-regs.exp
10701 * gdb.arch/ftrace-insn-reloc.exp
10702 * gdb.arch/i386-avx512.exp
10703 * gdb.arch/i386-bp_permanent.exp
10704 * gdb.arch/i386-byte.exp
10705 * gdb.arch/i386-cfi-notcurrent.exp
10706 * gdb.arch/i386-disp-step.exp
10707 * gdb.arch/i386-dr3-watch.exp
10708 * gdb.arch/i386-float.exp
10709 * gdb.arch/i386-gnu-cfi.exp
10710 * gdb.arch/i386-mpx-map.exp
10711 * gdb.arch/i386-mpx-sigsegv.exp
10712 * gdb.arch/i386-mpx-simple_segv.exp
10713 * gdb.arch/i386-mpx.exp
10714 * gdb.arch/i386-permbkpt.exp
10715 * gdb.arch/i386-prologue.exp
10716 * gdb.arch/i386-signal.exp
10717 * gdb.arch/i386-size-overlap.exp
10718 * gdb.arch/i386-unwind.exp
10719 * gdb.arch/i386-word.exp
10720 * gdb.arch/mips-fcr.exp
10721 * gdb.arch/powerpc-d128-regs.exp
10722 * gdb.arch/powerpc-stackless.exp
10723 * gdb.arch/ppc64-atomic-inst.exp
10724 * gdb.arch/s390-stackless.exp
10725 * gdb.arch/s390-tdbregs.exp
10726 * gdb.arch/s390-vregs.exp
10727 * gdb.arch/sparc-sysstep.exp
10728 * gdb.arch/thumb-bx-pc.exp
10729 * gdb.arch/thumb-singlestep.exp
10730 * gdb.arch/thumb2-it.exp
10731 * gdb.arch/vsx-regs.exp
10732 * gdb.asm/asm-source.exp
10733 * gdb.base/a2-run.exp
10734 * gdb.base/advance.exp
10735 * gdb.base/all-bin.exp
10736 * gdb.base/anon.exp
10737 * gdb.base/args.exp
10738 * gdb.base/arithmet.exp
10739 * gdb.base/async-shell.exp
10740 * gdb.base/async.exp
10741 * gdb.base/attach-pie-noexec.exp
10742 * gdb.base/attach-twice.exp
10743 * gdb.base/auto-load.exp
10744 * gdb.base/bang.exp
10745 * gdb.base/bitfields.exp
10746 * gdb.base/break-always.exp
10747 * gdb.base/break-caller-line.exp
10748 * gdb.base/break-entry.exp
10749 * gdb.base/break-inline.exp
10750 * gdb.base/break-on-linker-gcd-function.exp
10751 * gdb.base/break-probes.exp
10752 * gdb.base/break.exp
10753 * gdb.base/breakpoint-shadow.exp
10754 * gdb.base/call-ar-st.exp
10755 * gdb.base/call-sc.exp
10756 * gdb.base/call-signal-resume.exp
10757 * gdb.base/call-strs.exp
10758 * gdb.base/callfuncs.exp
10759 * gdb.base/catch-fork-static.exp
10760 * gdb.base/catch-gdb-caused-signals.exp
10761 * gdb.base/catch-load.exp
10762 * gdb.base/catch-signal-fork.exp
10763 * gdb.base/catch-signal.exp
10764 * gdb.base/catch-syscall.exp
10765 * gdb.base/charset.exp
10766 * gdb.base/checkpoint.exp
10767 * gdb.base/chng-syms.exp
10768 * gdb.base/code-expr.exp
10769 * gdb.base/code_elim.exp
10770 * gdb.base/commands.exp
10771 * gdb.base/completion.exp
10772 * gdb.base/complex.exp
10773 * gdb.base/cond-expr.exp
10774 * gdb.base/condbreak.exp
10775 * gdb.base/consecutive.exp
10776 * gdb.base/continue-all-already-running.exp
10777 * gdb.base/coredump-filter.exp
10778 * gdb.base/corefile.exp
10779 * gdb.base/dbx.exp
10780 * gdb.base/debug-expr.exp
10781 * gdb.base/define.exp
10782 * gdb.base/del.exp
10783 * gdb.base/disabled-location.exp
10784 * gdb.base/disasm-end-cu.exp
10785 * gdb.base/disasm-optim.exp
10786 * gdb.base/display.exp
10787 * gdb.base/duplicate-bp.exp
10788 * gdb.base/ena-dis-br.exp
10789 * gdb.base/ending-run.exp
10790 * gdb.base/enumval.exp
10791 * gdb.base/environ.exp
10792 * gdb.base/eu-strip-infcall.exp
10793 * gdb.base/eval-avoid-side-effects.exp
10794 * gdb.base/eval-skip.exp
10795 * gdb.base/exitsignal.exp
10796 * gdb.base/expand-psymtabs.exp
10797 * gdb.base/filesym.exp
10798 * gdb.base/find-unmapped.exp
10799 * gdb.base/finish.exp
10800 * gdb.base/float.exp
10801 * gdb.base/foll-exec-mode.exp
10802 * gdb.base/foll-exec.exp
10803 * gdb.base/foll-fork.exp
10804 * gdb.base/fortran-sym-case.exp
10805 * gdb.base/freebpcmd.exp
10806 * gdb.base/func-ptr.exp
10807 * gdb.base/func-ptrs.exp
10808 * gdb.base/funcargs.exp
10809 * gdb.base/gcore-buffer-overflow.exp
10810 * gdb.base/gcore-relro-pie.exp
10811 * gdb.base/gcore-relro.exp
10812 * gdb.base/gcore.exp
10813 * gdb.base/gdb1090.exp
10814 * gdb.base/gdb11530.exp
10815 * gdb.base/gdb11531.exp
10816 * gdb.base/gdb1821.exp
10817 * gdb.base/gdbindex-stabs.exp
10818 * gdb.base/gdbvars.exp
10819 * gdb.base/hbreak.exp
10820 * gdb.base/hbreak2.exp
10821 * gdb.base/included.exp
10822 * gdb.base/infcall-input.exp
10823 * gdb.base/inferior-died.exp
10824 * gdb.base/infnan.exp
10825 * gdb.base/info-macros.exp
10826 * gdb.base/info-os.exp
10827 * gdb.base/info-proc.exp
10828 * gdb.base/info-shared.exp
10829 * gdb.base/info-target.exp
10830 * gdb.base/infoline.exp
10831 * gdb.base/interp.exp
10832 * gdb.base/interrupt.exp
10833 * gdb.base/jit-reader.exp
10834 * gdb.base/jit-simple.exp
10835 * gdb.base/kill-after-signal.exp
10836 * gdb.base/kill-detach-inferiors-cmd.exp
10837 * gdb.base/label.exp
10838 * gdb.base/langs.exp
10839 * gdb.base/ldbl_e308.exp
10840 * gdb.base/line-symtabs.exp
10841 * gdb.base/linespecs.exp
10842 * gdb.base/list.exp
10843 * gdb.base/long_long.exp
10844 * gdb.base/longest-types.exp
10845 * gdb.base/maint.exp
10846 * gdb.base/max-value-size.exp
10847 * gdb.base/memattr.exp
10848 * gdb.base/mips_pro.exp
10849 * gdb.base/morestack.exp
10850 * gdb.base/moribund-step.exp
10851 * gdb.base/multi-forks.exp
10852 * gdb.base/nested-addr.exp
10853 * gdb.base/nextoverexit.exp
10854 * gdb.base/noreturn-finish.exp
10855 * gdb.base/noreturn-return.exp
10856 * gdb.base/nostdlib.exp
10857 * gdb.base/offsets.exp
10858 * gdb.base/opaque.exp
10859 * gdb.base/pc-fp.exp
10860 * gdb.base/permissions.exp
10861 * gdb.base/print-symbol-loading.exp
10862 * gdb.base/prologue-include.exp
10863 * gdb.base/psymtab.exp
10864 * gdb.base/ptype.exp
10865 * gdb.base/random-signal.exp
10866 * gdb.base/randomize.exp
10867 * gdb.base/range-stepping.exp
10868 * gdb.base/readline-ask.exp
10869 * gdb.base/recpar.exp
10870 * gdb.base/recurse.exp
10871 * gdb.base/relational.exp
10872 * gdb.base/restore.exp
10873 * gdb.base/return-nodebug.exp
10874 * gdb.base/return.exp
10875 * gdb.base/run-after-attach.exp
10876 * gdb.base/save-bp.exp
10877 * gdb.base/scope.exp
10878 * gdb.base/sect-cmd.exp
10879 * gdb.base/set-lang-auto.exp
10880 * gdb.base/set-noassign.exp
10881 * gdb.base/setvar.exp
10882 * gdb.base/sigall.exp
10883 * gdb.base/sigbpt.exp
10884 * gdb.base/siginfo-addr.exp
10885 * gdb.base/siginfo-infcall.exp
10886 * gdb.base/siginfo-obj.exp
10887 * gdb.base/siginfo.exp
10888 * gdb.base/signals-state-child.exp
10889 * gdb.base/signest.exp
10890 * gdb.base/sigstep.exp
10891 * gdb.base/sizeof.exp
10892 * gdb.base/skip.exp
10893 * gdb.base/solib-corrupted.exp
10894 * gdb.base/solib-nodir.exp
10895 * gdb.base/solib-search.exp
10896 * gdb.base/stack-checking.exp
10897 * gdb.base/stale-infcall.exp
10898 * gdb.base/stap-probe.exp
10899 * gdb.base/start.exp
10900 * gdb.base/step-break.exp
10901 * gdb.base/step-bt.exp
10902 * gdb.base/step-line.exp
10903 * gdb.base/step-over-exit.exp
10904 * gdb.base/step-over-syscall.exp
10905 * gdb.base/step-resume-infcall.exp
10906 * gdb.base/step-test.exp
10907 * gdb.base/store.exp
10908 * gdb.base/structs3.exp
10909 * gdb.base/sym-file.exp
10910 * gdb.base/symbol-without-target_section.exp
10911 * gdb.base/term.exp
10912 * gdb.base/testenv.exp
10913 * gdb.base/ui-redirect.exp
10914 * gdb.base/until.exp
10915 * gdb.base/unwindonsignal.exp
10916 * gdb.base/value-double-free.exp
10917 * gdb.base/vla-datatypes.exp
10918 * gdb.base/vla-ptr.exp
10919 * gdb.base/vla-sideeffect.exp
10920 * gdb.base/volatile.exp
10921 * gdb.base/watch-cond-infcall.exp
10922 * gdb.base/watch-cond.exp
10923 * gdb.base/watch-non-mem.exp
10924 * gdb.base/watch-read.exp
10925 * gdb.base/watch-vfork.exp
10926 * gdb.base/watchpoint-cond-gone.exp
10927 * gdb.base/watchpoint-delete.exp
10928 * gdb.base/watchpoint-hw-hit-once.exp
10929 * gdb.base/watchpoint-hw.exp
10930 * gdb.base/watchpoint-stops-at-right-insn.exp
10931 * gdb.base/watchpoints.exp
10932 * gdb.base/wchar.exp
10933 * gdb.base/whatis-exp.exp
10934 * gdb.btrace/buffer-size.exp
10935 * gdb.btrace/data.exp
10936 * gdb.btrace/delta.exp
10937 * gdb.btrace/dlopen.exp
10938 * gdb.btrace/enable.exp
10939 * gdb.btrace/exception.exp
10940 * gdb.btrace/function_call_history.exp
10941 * gdb.btrace/gcore.exp
10942 * gdb.btrace/instruction_history.exp
10943 * gdb.btrace/nohist.exp
10944 * gdb.btrace/reconnect.exp
10945 * gdb.btrace/record_goto-step.exp
10946 * gdb.btrace/record_goto.exp
10947 * gdb.btrace/rn-dl-bind.exp
10948 * gdb.btrace/segv.exp
10949 * gdb.btrace/step.exp
10950 * gdb.btrace/stepi.exp
10951 * gdb.btrace/tailcall-only.exp
10952 * gdb.btrace/tailcall.exp
10953 * gdb.btrace/tsx.exp
10954 * gdb.btrace/unknown_functions.exp
10955 * gdb.btrace/vdso.exp
10956 * gdb.compile/compile-ifunc.exp
10957 * gdb.compile/compile-ops.exp
10958 * gdb.compile/compile-print.exp
10959 * gdb.compile/compile-setjmp.exp
10960 * gdb.cp/abstract-origin.exp
10961 * gdb.cp/ambiguous.exp
10962 * gdb.cp/annota2.exp
10963 * gdb.cp/annota3.exp
10964 * gdb.cp/anon-ns.exp
10965 * gdb.cp/anon-struct.exp
10966 * gdb.cp/anon-union.exp
10967 * gdb.cp/arg-reference.exp
10968 * gdb.cp/baseenum.exp
10969 * gdb.cp/bool.exp
10970 * gdb.cp/breakpoint.exp
10971 * gdb.cp/bs15503.exp
10972 * gdb.cp/call-c.exp
10973 * gdb.cp/casts.exp
10974 * gdb.cp/chained-calls.exp
10975 * gdb.cp/class2.exp
10976 * gdb.cp/classes.exp
10977 * gdb.cp/cmpd-minsyms.exp
10978 * gdb.cp/converts.exp
10979 * gdb.cp/cp-relocate.exp
10980 * gdb.cp/cpcompletion.exp
10981 * gdb.cp/cpexprs.exp
10982 * gdb.cp/cplabel.exp
10983 * gdb.cp/cplusfuncs.exp
10984 * gdb.cp/cpsizeof.exp
10985 * gdb.cp/ctti.exp
10986 * gdb.cp/derivation.exp
10987 * gdb.cp/destrprint.exp
10988 * gdb.cp/dispcxx.exp
10989 * gdb.cp/enum-class.exp
10990 * gdb.cp/exception.exp
10991 * gdb.cp/exceptprint.exp
10992 * gdb.cp/expand-psymtabs-cxx.exp
10993 * gdb.cp/expand-sals.exp
10994 * gdb.cp/extern-c.exp
10995 * gdb.cp/filename.exp
10996 * gdb.cp/formatted-ref.exp
10997 * gdb.cp/fpointer.exp
10998 * gdb.cp/gdb1355.exp
10999 * gdb.cp/gdb2495.exp
11000 * gdb.cp/hang.exp
11001 * gdb.cp/impl-this.exp
11002 * gdb.cp/infcall-dlopen.exp
11003 * gdb.cp/inherit.exp
11004 * gdb.cp/iostream.exp
11005 * gdb.cp/koenig.exp
11006 * gdb.cp/local.exp
11007 * gdb.cp/m-data.exp
11008 * gdb.cp/m-static.exp
11009 * gdb.cp/mb-ctor.exp
11010 * gdb.cp/mb-inline.exp
11011 * gdb.cp/mb-templates.exp
11012 * gdb.cp/member-name.exp
11013 * gdb.cp/member-ptr.exp
11014 * gdb.cp/meth-typedefs.exp
11015 * gdb.cp/method.exp
11016 * gdb.cp/method2.exp
11017 * gdb.cp/minsym-fallback.exp
11018 * gdb.cp/misc.exp
11019 * gdb.cp/namelessclass.exp
11020 * gdb.cp/namespace-enum.exp
11021 * gdb.cp/namespace-nested-import.exp
11022 * gdb.cp/namespace.exp
11023 * gdb.cp/nextoverthrow.exp
11024 * gdb.cp/no-dmgl-verbose.exp
11025 * gdb.cp/non-trivial-retval.exp
11026 * gdb.cp/noparam.exp
11027 * gdb.cp/nsdecl.exp
11028 * gdb.cp/nsimport.exp
11029 * gdb.cp/nsnested.exp
11030 * gdb.cp/nsnoimports.exp
11031 * gdb.cp/nsrecurs.exp
11032 * gdb.cp/nsstress.exp
11033 * gdb.cp/nsusing.exp
11034 * gdb.cp/operator.exp
11035 * gdb.cp/oranking.exp
11036 * gdb.cp/overload-const.exp
11037 * gdb.cp/overload.exp
11038 * gdb.cp/ovldbreak.exp
11039 * gdb.cp/ovsrch.exp
11040 * gdb.cp/paren-type.exp
11041 * gdb.cp/parse-lang.exp
11042 * gdb.cp/pass-by-ref.exp
11043 * gdb.cp/pr-1023.exp
11044 * gdb.cp/pr-1210.exp
11045 * gdb.cp/pr-574.exp
11046 * gdb.cp/pr10687.exp
11047 * gdb.cp/pr12028.exp
11048 * gdb.cp/pr17132.exp
11049 * gdb.cp/pr17494.exp
11050 * gdb.cp/pr9067.exp
11051 * gdb.cp/pr9167.exp
11052 * gdb.cp/pr9631.exp
11053 * gdb.cp/printmethod.exp
11054 * gdb.cp/psmang.exp
11055 * gdb.cp/psymtab-parameter.exp
11056 * gdb.cp/ptype-cv-cp.exp
11057 * gdb.cp/ptype-flags.exp
11058 * gdb.cp/re-set-overloaded.exp
11059 * gdb.cp/ref-types.exp
11060 * gdb.cp/rtti.exp
11061 * gdb.cp/scope-err.exp
11062 * gdb.cp/shadow.exp
11063 * gdb.cp/smartp.exp
11064 * gdb.cp/static-method.exp
11065 * gdb.cp/static-print-quit.exp
11066 * gdb.cp/temargs.exp
11067 * gdb.cp/templates.exp
11068 * gdb.cp/try_catch.exp
11069 * gdb.cp/typedef-operator.exp
11070 * gdb.cp/typeid.exp
11071 * gdb.cp/userdef.exp
11072 * gdb.cp/using-crash.exp
11073 * gdb.cp/var-tag.exp
11074 * gdb.cp/virtbase.exp
11075 * gdb.cp/virtfunc.exp
11076 * gdb.cp/virtfunc2.exp
11077 * gdb.cp/vla-cxx.exp
11078 * gdb.disasm/t01_mov.exp
11079 * gdb.disasm/t02_mova.exp
11080 * gdb.disasm/t03_add.exp
11081 * gdb.disasm/t04_sub.exp
11082 * gdb.disasm/t05_cmp.exp
11083 * gdb.disasm/t06_ari2.exp
11084 * gdb.disasm/t07_ari3.exp
11085 * gdb.disasm/t08_or.exp
11086 * gdb.disasm/t09_xor.exp
11087 * gdb.disasm/t10_and.exp
11088 * gdb.disasm/t11_logs.exp
11089 * gdb.disasm/t12_bit.exp
11090 * gdb.disasm/t13_otr.exp
11091 * gdb.dlang/circular.exp
11092 * gdb.dwarf2/arr-stride.exp
11093 * gdb.dwarf2/arr-subrange.exp
11094 * gdb.dwarf2/atomic-type.exp
11095 * gdb.dwarf2/bad-regnum.exp
11096 * gdb.dwarf2/bitfield-parent-optimized-out.exp
11097 * gdb.dwarf2/callframecfa.exp
11098 * gdb.dwarf2/clztest.exp
11099 * gdb.dwarf2/corrupt.exp
11100 * gdb.dwarf2/data-loc.exp
11101 * gdb.dwarf2/dup-psym.exp
11102 * gdb.dwarf2/dw2-anon-mptr.exp
11103 * gdb.dwarf2/dw2-anonymous-func.exp
11104 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
11105 * gdb.dwarf2/dw2-bad-unresolved.exp
11106 * gdb.dwarf2/dw2-basic.exp
11107 * gdb.dwarf2/dw2-canonicalize-type.exp
11108 * gdb.dwarf2/dw2-case-insensitive.exp
11109 * gdb.dwarf2/dw2-common-block.exp
11110 * gdb.dwarf2/dw2-compdir-oldgcc.exp
11111 * gdb.dwarf2/dw2-compressed.exp
11112 * gdb.dwarf2/dw2-const.exp
11113 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
11114 * gdb.dwarf2/dw2-cu-size.exp
11115 * gdb.dwarf2/dw2-dup-frame.exp
11116 * gdb.dwarf2/dw2-entry-value.exp
11117 * gdb.dwarf2/dw2-icycle.exp
11118 * gdb.dwarf2/dw2-ifort-parameter.exp
11119 * gdb.dwarf2/dw2-inline-break.exp
11120 * gdb.dwarf2/dw2-inline-param.exp
11121 * gdb.dwarf2/dw2-intercu.exp
11122 * gdb.dwarf2/dw2-intermix.exp
11123 * gdb.dwarf2/dw2-lexical-block-bare.exp
11124 * gdb.dwarf2/dw2-linkage-name-trust.exp
11125 * gdb.dwarf2/dw2-minsym-in-cu.exp
11126 * gdb.dwarf2/dw2-noloc.exp
11127 * gdb.dwarf2/dw2-op-call.exp
11128 * gdb.dwarf2/dw2-op-out-param.exp
11129 * gdb.dwarf2/dw2-opt-structptr.exp
11130 * gdb.dwarf2/dw2-param-error.exp
11131 * gdb.dwarf2/dw2-producer.exp
11132 * gdb.dwarf2/dw2-ranges-base.exp
11133 * gdb.dwarf2/dw2-ref-missing-frame.exp
11134 * gdb.dwarf2/dw2-reg-undefined.exp
11135 * gdb.dwarf2/dw2-regno-invalid.exp
11136 * gdb.dwarf2/dw2-restore.exp
11137 * gdb.dwarf2/dw2-restrict.exp
11138 * gdb.dwarf2/dw2-single-line-discriminators.exp
11139 * gdb.dwarf2/dw2-strp.exp
11140 * gdb.dwarf2/dw2-undefined-ret-addr.exp
11141 * gdb.dwarf2/dw2-unresolved.exp
11142 * gdb.dwarf2/dw2-var-zero-addr.exp
11143 * gdb.dwarf2/dw4-sig-types.exp
11144 * gdb.dwarf2/dwz.exp
11145 * gdb.dwarf2/dynarr-ptr.exp
11146 * gdb.dwarf2/enum-type.exp
11147 * gdb.dwarf2/gdb-index.exp
11148 * gdb.dwarf2/implptr-64bit.exp
11149 * gdb.dwarf2/implptr-optimized-out.exp
11150 * gdb.dwarf2/implptr.exp
11151 * gdb.dwarf2/implref-array.exp
11152 * gdb.dwarf2/implref-const.exp
11153 * gdb.dwarf2/implref-global.exp
11154 * gdb.dwarf2/implref-struct.exp
11155 * gdb.dwarf2/mac-fileno.exp
11156 * gdb.dwarf2/main-subprogram.exp
11157 * gdb.dwarf2/member-ptr-forwardref.exp
11158 * gdb.dwarf2/method-ptr.exp
11159 * gdb.dwarf2/missing-sig-type.exp
11160 * gdb.dwarf2/nonvar-access.exp
11161 * gdb.dwarf2/opaque-type-lookup.exp
11162 * gdb.dwarf2/pieces-optimized-out.exp
11163 * gdb.dwarf2/pieces.exp
11164 * gdb.dwarf2/pr10770.exp
11165 * gdb.dwarf2/pr13961.exp
11166 * gdb.dwarf2/staticvirtual.exp
11167 * gdb.dwarf2/subrange.exp
11168 * gdb.dwarf2/symtab-producer.exp
11169 * gdb.dwarf2/trace-crash.exp
11170 * gdb.dwarf2/typeddwarf.exp
11171 * gdb.dwarf2/valop.exp
11172 * gdb.dwarf2/watch-notconst.exp
11173 * gdb.fortran/array-element.exp
11174 * gdb.fortran/charset.exp
11175 * gdb.fortran/common-block.exp
11176 * gdb.fortran/complex.exp
11177 * gdb.fortran/derived-type-function.exp
11178 * gdb.fortran/derived-type.exp
11179 * gdb.fortran/logical.exp
11180 * gdb.fortran/module.exp
11181 * gdb.fortran/multi-dim.exp
11182 * gdb.fortran/nested-funcs.exp
11183 * gdb.fortran/print-formatted.exp
11184 * gdb.fortran/subarray.exp
11185 * gdb.fortran/vla-alloc-assoc.exp
11186 * gdb.fortran/vla-datatypes.exp
11187 * gdb.fortran/vla-history.exp
11188 * gdb.fortran/vla-ptr-info.exp
11189 * gdb.fortran/vla-ptype-sub.exp
11190 * gdb.fortran/vla-ptype.exp
11191 * gdb.fortran/vla-sizeof.exp
11192 * gdb.fortran/vla-type.exp
11193 * gdb.fortran/vla-value-sub-arbitrary.exp
11194 * gdb.fortran/vla-value-sub-finish.exp
11195 * gdb.fortran/vla-value-sub.exp
11196 * gdb.fortran/vla-value.exp
11197 * gdb.fortran/whatis_type.exp
11198 * gdb.go/chan.exp
11199 * gdb.go/handcall.exp
11200 * gdb.go/hello.exp
11201 * gdb.go/integers.exp
11202 * gdb.go/methods.exp
11203 * gdb.go/package.exp
11204 * gdb.go/strings.exp
11205 * gdb.go/types.exp
11206 * gdb.go/unsafe.exp
11207 * gdb.guile/scm-arch.exp
11208 * gdb.guile/scm-block.exp
11209 * gdb.guile/scm-breakpoint.exp
11210 * gdb.guile/scm-cmd.exp
11211 * gdb.guile/scm-disasm.exp
11212 * gdb.guile/scm-equal.exp
11213 * gdb.guile/scm-frame-args.exp
11214 * gdb.guile/scm-frame-inline.exp
11215 * gdb.guile/scm-frame.exp
11216 * gdb.guile/scm-iterator.exp
11217 * gdb.guile/scm-math.exp
11218 * gdb.guile/scm-objfile.exp
11219 * gdb.guile/scm-ports.exp
11220 * gdb.guile/scm-symbol.exp
11221 * gdb.guile/scm-symtab.exp
11222 * gdb.guile/scm-value-cc.exp
11223 * gdb.guile/types-module.exp
11224 * gdb.linespec/break-ask.exp
11225 * gdb.linespec/cpexplicit.exp
11226 * gdb.linespec/explicit.exp
11227 * gdb.linespec/keywords.exp
11228 * gdb.linespec/linespec.exp
11229 * gdb.linespec/ls-dollar.exp
11230 * gdb.linespec/ls-errs.exp
11231 * gdb.linespec/skip-two.exp
11232 * gdb.linespec/thread.exp
11233 * gdb.mi/mi-async.exp
11234 * gdb.mi/mi-basics.exp
11235 * gdb.mi/mi-break.exp
11236 * gdb.mi/mi-catch-load.exp
11237 * gdb.mi/mi-cli.exp
11238 * gdb.mi/mi-cmd-param-changed.exp
11239 * gdb.mi/mi-console.exp
11240 * gdb.mi/mi-detach.exp
11241 * gdb.mi/mi-disassemble.exp
11242 * gdb.mi/mi-eval.exp
11243 * gdb.mi/mi-file-transfer.exp
11244 * gdb.mi/mi-file.exp
11245 * gdb.mi/mi-fill-memory.exp
11246 * gdb.mi/mi-inheritance-syntax-error.exp
11247 * gdb.mi/mi-linespec-err-cp.exp
11248 * gdb.mi/mi-logging.exp
11249 * gdb.mi/mi-memory-changed.exp
11250 * gdb.mi/mi-read-memory.exp
11251 * gdb.mi/mi-record-changed.exp
11252 * gdb.mi/mi-reg-undefined.exp
11253 * gdb.mi/mi-regs.exp
11254 * gdb.mi/mi-return.exp
11255 * gdb.mi/mi-reverse.exp
11256 * gdb.mi/mi-simplerun.exp
11257 * gdb.mi/mi-solib.exp
11258 * gdb.mi/mi-stack.exp
11259 * gdb.mi/mi-stepi.exp
11260 * gdb.mi/mi-syn-frame.exp
11261 * gdb.mi/mi-until.exp
11262 * gdb.mi/mi-var-block.exp
11263 * gdb.mi/mi-var-child.exp
11264 * gdb.mi/mi-var-cmd.exp
11265 * gdb.mi/mi-var-cp.exp
11266 * gdb.mi/mi-var-display.exp
11267 * gdb.mi/mi-var-invalidate.exp
11268 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
11269 * gdb.mi/mi-vla-fortran.exp
11270 * gdb.mi/mi-watch.exp
11271 * gdb.mi/mi2-var-child.exp
11272 * gdb.mi/user-selected-context-sync.exp
11273 * gdb.modula2/unbounded-array.exp
11274 * gdb.multi/dummy-frame-restore.exp
11275 * gdb.multi/multi-arch-exec.exp
11276 * gdb.multi/multi-arch.exp
11277 * gdb.multi/tids.exp
11278 * gdb.multi/watchpoint-multi.exp
11279 * gdb.opencl/callfuncs.exp
11280 * gdb.opencl/convs_casts.exp
11281 * gdb.opencl/datatypes.exp
11282 * gdb.opencl/operators.exp
11283 * gdb.opencl/vec_comps.exp
11284 * gdb.opt/clobbered-registers-O2.exp
11285 * gdb.opt/inline-break.exp
11286 * gdb.opt/inline-bt.exp
11287 * gdb.opt/inline-cmds.exp
11288 * gdb.opt/inline-locals.exp
11289 * gdb.pascal/case-insensitive-symbols.exp
11290 * gdb.pascal/floats.exp
11291 * gdb.pascal/gdb11492.exp
11292 * gdb.python/lib-types.exp
11293 * gdb.python/py-arch.exp
11294 * gdb.python/py-as-string.exp
11295 * gdb.python/py-bad-printers.exp
11296 * gdb.python/py-block.exp
11297 * gdb.python/py-breakpoint-create-fail.exp
11298 * gdb.python/py-breakpoint.exp
11299 * gdb.python/py-caller-is.exp
11300 * gdb.python/py-cmd.exp
11301 * gdb.python/py-explore-cc.exp
11302 * gdb.python/py-explore.exp
11303 * gdb.python/py-finish-breakpoint.exp
11304 * gdb.python/py-finish-breakpoint2.exp
11305 * gdb.python/py-frame-args.exp
11306 * gdb.python/py-frame-inline.exp
11307 * gdb.python/py-frame.exp
11308 * gdb.python/py-framefilter-mi.exp
11309 * gdb.python/py-infthread.exp
11310 * gdb.python/py-lazy-string.exp
11311 * gdb.python/py-linetable.exp
11312 * gdb.python/py-mi-events.exp
11313 * gdb.python/py-mi-objfile.exp
11314 * gdb.python/py-mi.exp
11315 * gdb.python/py-objfile.exp
11316 * gdb.python/py-pp-integral.exp
11317 * gdb.python/py-pp-maint.exp
11318 * gdb.python/py-pp-re-notag.exp
11319 * gdb.python/py-pp-registration.exp
11320 * gdb.python/py-recurse-unwind.exp
11321 * gdb.python/py-strfns.exp
11322 * gdb.python/py-symbol.exp
11323 * gdb.python/py-symtab.exp
11324 * gdb.python/py-sync-interp.exp
11325 * gdb.python/py-typeprint.exp
11326 * gdb.python/py-unwind-maint.exp
11327 * gdb.python/py-unwind.exp
11328 * gdb.python/py-value-cc.exp
11329 * gdb.python/py-xmethods.exp
11330 * gdb.reverse/amd64-tailcall-reverse.exp
11331 * gdb.reverse/break-precsave.exp
11332 * gdb.reverse/break-reverse.exp
11333 * gdb.reverse/consecutive-precsave.exp
11334 * gdb.reverse/consecutive-reverse.exp
11335 * gdb.reverse/finish-precsave.exp
11336 * gdb.reverse/finish-reverse-bkpt.exp
11337 * gdb.reverse/finish-reverse.exp
11338 * gdb.reverse/fstatat-reverse.exp
11339 * gdb.reverse/getresuid-reverse.exp
11340 * gdb.reverse/i386-precsave.exp
11341 * gdb.reverse/i386-reverse.exp
11342 * gdb.reverse/i386-sse-reverse.exp
11343 * gdb.reverse/i387-env-reverse.exp
11344 * gdb.reverse/i387-stack-reverse.exp
11345 * gdb.reverse/insn-reverse.exp
11346 * gdb.reverse/machinestate-precsave.exp
11347 * gdb.reverse/machinestate.exp
11348 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11349 * gdb.reverse/pipe-reverse.exp
11350 * gdb.reverse/readv-reverse.exp
11351 * gdb.reverse/recvmsg-reverse.exp
11352 * gdb.reverse/rerun-prec.exp
11353 * gdb.reverse/s390-mvcle.exp
11354 * gdb.reverse/step-precsave.exp
11355 * gdb.reverse/step-reverse.exp
11356 * gdb.reverse/time-reverse.exp
11357 * gdb.reverse/until-precsave.exp
11358 * gdb.reverse/until-reverse.exp
11359 * gdb.reverse/waitpid-reverse.exp
11360 * gdb.reverse/watch-precsave.exp
11361 * gdb.reverse/watch-reverse.exp
11362 * gdb.rust/generics.exp
11363 * gdb.rust/methods.exp
11364 * gdb.rust/modules.exp
11365 * gdb.rust/simple.exp
11366 * gdb.server/connect-with-no-symbol-file.exp
11367 * gdb.server/ext-attach.exp
11368 * gdb.server/ext-restart.exp
11369 * gdb.server/ext-wrapper.exp
11370 * gdb.server/file-transfer.exp
11371 * gdb.server/server-exec-info.exp
11372 * gdb.server/server-kill.exp
11373 * gdb.server/server-mon.exp
11374 * gdb.server/wrapper.exp
11375 * gdb.stabs/exclfwd.exp
11376 * gdb.stabs/gdb11479.exp
11377 * gdb.threads/clone-new-thread-event.exp
11378 * gdb.threads/corethreads.exp
11379 * gdb.threads/current-lwp-dead.exp
11380 * gdb.threads/dlopen-libpthread.exp
11381 * gdb.threads/gcore-thread.exp
11382 * gdb.threads/sigstep-threads.exp
11383 * gdb.threads/watchpoint-fork.exp
11384 * gdb.trace/actions-changed.exp
11385 * gdb.trace/backtrace.exp
11386 * gdb.trace/change-loc.exp
11387 * gdb.trace/circ.exp
11388 * gdb.trace/collection.exp
11389 * gdb.trace/disconnected-tracing.exp
11390 * gdb.trace/ftrace.exp
11391 * gdb.trace/mi-trace-frame-collected.exp
11392 * gdb.trace/mi-trace-unavailable.exp
11393 * gdb.trace/mi-traceframe-changed.exp
11394 * gdb.trace/mi-tsv-changed.exp
11395 * gdb.trace/no-attach-trace.exp
11396 * gdb.trace/passc-dyn.exp
11397 * gdb.trace/qtro.exp
11398 * gdb.trace/range-stepping.exp
11399 * gdb.trace/read-memory.exp
11400 * gdb.trace/save-trace.exp
11401 * gdb.trace/signal.exp
11402 * gdb.trace/status-stop.exp
11403 * gdb.trace/tfile.exp
11404 * gdb.trace/trace-break.exp
11405 * gdb.trace/trace-buffer-size.exp
11406 * gdb.trace/trace-condition.exp
11407 * gdb.trace/tracefile-pseudo-reg.exp
11408 * gdb.trace/tstatus.exp
11409 * gdb.trace/unavailable.exp
11410 * gdb.trace/while-dyn.exp
11411 * gdb.trace/while-stepping.exp
11412
11413 2016-12-22 Doug Evans <xdje42@gmail.com>
11414
11415 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
11416 and msymbols.
11417
11418 2016-12-19 Yao Qi <yao.qi@linaro.org>
11419
11420 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
11421 (test_with_self): Don't call do_steps_and_nexts, and remove
11422 code about stepping into xmalloc.
11423
11424 2016-12-09 Yao Qi <yao.qi@linaro.org>
11425
11426 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
11427
11428 2016-12-09 Yao Qi <yao.qi@linaro.org>
11429
11430 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
11431
11432 2016-12-09 Pedro Alves <palves@redhat.com>
11433
11434 * gdb.base/all-architectures-0.exp: New file.
11435 * gdb.base/all-architectures-1.exp: New file.
11436 * gdb.base/all-architectures-2.exp: New file.
11437 * gdb.base/all-architectures-3.exp: New file.
11438 * gdb.base/all-architectures-4.exp: New file.
11439 * gdb.base/all-architectures-5.exp: New file.
11440 * gdb.base/all-architectures-6.exp: New file.
11441 * gdb.base/all-architectures-7.exp: New file.
11442 * gdb.base/all-architectures.exp.in: New file.
11443
11444 2016-12-09 Yao Qi <yao.qi@linaro.org>
11445
11446 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
11447
11448 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
11449
11450 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
11451 possible.
11452 Remove useless pattern-matching code.
11453
11454 2016-12-02 Pedro Alves <palves@redhat.com>
11455
11456 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
11457 procedure.
11458 (top level): Call it.
11459
11460 2016-12-02 Pedro Alves <palves@redhat.com>
11461
11462 * gdb.base/commands.exp (user_defined_command_args_stack_test):
11463 New procedure.
11464 (top level): Call it.
11465
11466 2016-12-02 Pedro Alves <palves@redhat.com>
11467
11468 PR cli/20559
11469 * gdb.base/commands.exp (user_defined_command_args_eval): New
11470 procedure.
11471 (top level): Call it.
11472
11473 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
11474
11475 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
11476 timeout handling.
11477
11478 2016-12-02 Tom Tromey <tom@tromey.com>
11479
11480 * gdb.dwarf2/main-subprogram.c: New file.
11481 * gdb.dwarf2/main-subprogram.exp: New file.
11482
11483 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11484
11485 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
11486 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
11487 gdb_test_no_output for a couple of cases.
11488 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
11489
11490 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11491
11492 Fix test names and standardize compilation error messages throughout
11493 the following files:
11494
11495 * gdb.ada/start.exp
11496 * gdb.arch/alpha-step.exp
11497 * gdb.arch/e500-prologue.exp
11498 * gdb.arch/ftrace-insn-reloc.exp
11499 * gdb.arch/gdb1291.exp
11500 * gdb.arch/gdb1431.exp
11501 * gdb.arch/gdb1558.exp
11502 * gdb.arch/i386-dr3-watch.exp
11503 * gdb.arch/i386-sse-stack-align.exp
11504 * gdb.arch/ia64-breakpoint-shadow.exp
11505 * gdb.arch/pa-nullify.exp
11506 * gdb.arch/powerpc-aix-prologue.exp
11507 * gdb.arch/thumb-bx-pc.exp
11508 * gdb.base/annota1.exp
11509 * gdb.base/annota3.exp
11510 * gdb.base/arrayidx.exp
11511 * gdb.base/assign.exp
11512 * gdb.base/attach.exp
11513 * gdb.base/auxv.exp
11514 * gdb.base/bang.exp
11515 * gdb.base/bfp-test.exp
11516 * gdb.base/bigcore.exp
11517 * gdb.base/bitfields2.exp
11518 * gdb.base/break-fun-addr.exp
11519 * gdb.base/break-probes.exp
11520 * gdb.base/call-rt-st.exp
11521 * gdb.base/callexit.exp
11522 * gdb.base/catch-fork-kill.exp
11523 * gdb.base/charset.exp
11524 * gdb.base/checkpoint.exp
11525 * gdb.base/comprdebug.exp
11526 * gdb.base/constvars.exp
11527 * gdb.base/coredump-filter.exp
11528 * gdb.base/cursal.exp
11529 * gdb.base/cvexpr.exp
11530 * gdb.base/detach.exp
11531 * gdb.base/display.exp
11532 * gdb.base/dmsym.exp
11533 * gdb.base/dprintf-pending.exp
11534 * gdb.base/dso2dso.exp
11535 * gdb.base/dtrace-probe.exp
11536 * gdb.base/dump.exp
11537 * gdb.base/enum_cond.exp
11538 * gdb.base/exe-lock.exp
11539 * gdb.base/exec-invalid-sysroot.exp
11540 * gdb.base/execl-update-breakpoints.exp
11541 * gdb.base/exprs.exp
11542 * gdb.base/fileio.exp
11543 * gdb.base/find.exp
11544 * gdb.base/finish.exp
11545 * gdb.base/fixsection.exp
11546 * gdb.base/foll-vfork.exp
11547 * gdb.base/frame-args.exp
11548 * gdb.base/gcore.exp
11549 * gdb.base/gdb1250.exp
11550 * gdb.base/global-var-nested-by-dso.exp
11551 * gdb.base/gnu-ifunc.exp
11552 * gdb.base/hashline1.exp
11553 * gdb.base/hashline2.exp
11554 * gdb.base/hashline3.exp
11555 * gdb.base/hbreak-in-shr-unsupported.exp
11556 * gdb.base/huge.exp
11557 * gdb.base/infcall-input.exp
11558 * gdb.base/info-fun.exp
11559 * gdb.base/info-shared.exp
11560 * gdb.base/jit-simple.exp
11561 * gdb.base/jit-so.exp
11562 * gdb.base/jit.exp
11563 * gdb.base/jump.exp
11564 * gdb.base/label.exp
11565 * gdb.base/lineinc.exp
11566 * gdb.base/logical.exp
11567 * gdb.base/longjmp.exp
11568 * gdb.base/macscp.exp
11569 * gdb.base/miscexprs.exp
11570 * gdb.base/new-ui-echo.exp
11571 * gdb.base/new-ui-pending-input.exp
11572 * gdb.base/new-ui.exp
11573 * gdb.base/nodebug.exp
11574 * gdb.base/nofield.exp
11575 * gdb.base/offsets.exp
11576 * gdb.base/overlays.exp
11577 * gdb.base/pending.exp
11578 * gdb.base/pointers.exp
11579 * gdb.base/pr11022.exp
11580 * gdb.base/printcmds.exp
11581 * gdb.base/prologue.exp
11582 * gdb.base/ptr-typedef.exp
11583 * gdb.base/realname-expand.exp
11584 * gdb.base/relativedebug.exp
11585 * gdb.base/relocate.exp
11586 * gdb.base/remote.exp
11587 * gdb.base/reread.exp
11588 * gdb.base/return2.exp
11589 * gdb.base/savedregs.exp
11590 * gdb.base/sep.exp
11591 * gdb.base/sepdebug.exp
11592 * gdb.base/sepsymtab.exp
11593 * gdb.base/set-inferior-tty.exp
11594 * gdb.base/setshow.exp
11595 * gdb.base/shlib-call.exp
11596 * gdb.base/sigaltstack.exp
11597 * gdb.base/siginfo-addr.exp
11598 * gdb.base/signals.exp
11599 * gdb.base/signull.exp
11600 * gdb.base/sigrepeat.exp
11601 * gdb.base/so-impl-ld.exp
11602 * gdb.base/solib-display.exp
11603 * gdb.base/solib-overlap.exp
11604 * gdb.base/solib-search.exp
11605 * gdb.base/solib-symbol.exp
11606 * gdb.base/structs.exp
11607 * gdb.base/structs2.exp
11608 * gdb.base/symtab-search-order.exp
11609 * gdb.base/twice.exp
11610 * gdb.base/unload.exp
11611 * gdb.base/varargs.exp
11612 * gdb.base/watchpoint-solib.exp
11613 * gdb.base/watchpoint.exp
11614 * gdb.base/whatis.exp
11615 * gdb.base/wrong_frame_bt_full.exp
11616 * gdb.btrace/dlopen.exp
11617 * gdb.cell/ea-standalone.exp
11618 * gdb.cell/ea-test.exp
11619 * gdb.cp/dispcxx.exp
11620 * gdb.cp/gdb2384.exp
11621 * gdb.cp/method2.exp
11622 * gdb.cp/nextoverthrow.exp
11623 * gdb.cp/pr10728.exp
11624 * gdb.disasm/am33.exp
11625 * gdb.disasm/h8300s.exp
11626 * gdb.disasm/mn10300.exp
11627 * gdb.disasm/sh3.exp
11628 * gdb.dwarf2/dw2-dir-file-name.exp
11629 * gdb.fortran/complex.exp
11630 * gdb.fortran/library-module.exp
11631 * gdb.guile/scm-pretty-print.exp
11632 * gdb.guile/scm-symbol.exp
11633 * gdb.guile/scm-type.exp
11634 * gdb.guile/scm-value.exp
11635 * gdb.linespec/linespec.exp
11636 * gdb.mi/gdb701.exp
11637 * gdb.mi/gdb792.exp
11638 * gdb.mi/mi-breakpoint-changed.exp
11639 * gdb.mi/mi-dprintf-pending.exp
11640 * gdb.mi/mi-dprintf.exp
11641 * gdb.mi/mi-exit-code.exp
11642 * gdb.mi/mi-pending.exp
11643 * gdb.mi/mi-solib.exp
11644 * gdb.mi/new-ui-mi-sync.exp
11645 * gdb.mi/pr11022.exp
11646 * gdb.mi/user-selected-context-sync.exp
11647 * gdb.opt/solib-intra-step.exp
11648 * gdb.python/py-events.exp
11649 * gdb.python/py-finish-breakpoint.exp
11650 * gdb.python/py-mi.exp
11651 * gdb.python/py-prettyprint.exp
11652 * gdb.python/py-shared.exp
11653 * gdb.python/py-symbol.exp
11654 * gdb.python/py-template.exp
11655 * gdb.python/py-type.exp
11656 * gdb.python/py-value.exp
11657 * gdb.reverse/solib-precsave.exp
11658 * gdb.reverse/solib-reverse.exp
11659 * gdb.server/solib-list.exp
11660 * gdb.stabs/weird.exp
11661 * gdb.threads/reconnect-signal.exp
11662 * gdb.threads/stepi-random-signal.exp
11663 * gdb.trace/actions.exp
11664 * gdb.trace/ax.exp
11665 * gdb.trace/backtrace.exp
11666 * gdb.trace/change-loc.exp
11667 * gdb.trace/deltrace.exp
11668 * gdb.trace/ftrace-lock.exp
11669 * gdb.trace/ftrace.exp
11670 * gdb.trace/infotrace.exp
11671 * gdb.trace/mi-tracepoint-changed.exp
11672 * gdb.trace/packetlen.exp
11673 * gdb.trace/passcount.exp
11674 * gdb.trace/pending.exp
11675 * gdb.trace/range-stepping.exp
11676 * gdb.trace/report.exp
11677 * gdb.trace/stap-trace.exp
11678 * gdb.trace/tfind.exp
11679 * gdb.trace/trace-break.exp
11680 * gdb.trace/trace-condition.exp
11681 * gdb.trace/trace-enable-disable.exp
11682 * gdb.trace/trace-mt.exp
11683 * gdb.trace/tracecmd.exp
11684 * gdb.trace/tspeed.exp
11685 * gdb.trace/tsv.exp
11686 * lib/perftest.exp
11687
11688 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11689
11690 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
11691 with gdb_test_no_output.
11692 Use command as test name.
11693
11694 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11695
11696 Fix test names starting with uppercase throughout the files.
11697
11698 * gdb.ada/assign_1.exp
11699 * gdb.ada/boolean_expr.exp
11700 * gdb.base/arrayidx.exp
11701 * gdb.base/del.exp
11702 * gdb.base/gcore-buffer-overflow.exp
11703 * gdb.base/testenv.exp
11704 * gdb.compile/compile.exp
11705 * gdb.python/py-framefilter-invalidarg.exp
11706 * gdb.python/py-framefilter.exp
11707
11708 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11709
11710 Fix test names starting with uppercase throughout the files.
11711
11712 * gdb.ada/array_return.exp
11713 * gdb.ada/expr_delims.exp
11714 * gdb.ada/mi_dyn_arr.exp
11715 * gdb.ada/mi_interface.exp
11716 * gdb.ada/mi_var_array.exp
11717 * gdb.ada/watch_arg.exp
11718 * gdb.arch/alpha-step.exp
11719 * gdb.arch/altivec-regs.exp
11720 * gdb.arch/e500-regs.exp
11721 * gdb.arch/powerpc-d128-regs.exp
11722 * gdb.base/arrayidx.exp
11723 * gdb.base/break.exp
11724 * gdb.base/checkpoint.exp
11725 * gdb.base/debug-expr.exp
11726 * gdb.base/dmsym.exp
11727 * gdb.base/radix.exp
11728 * gdb.base/sepdebug.exp
11729 * gdb.base/testenv.exp
11730 * gdb.base/watch_thread_num.exp
11731 * gdb.base/watchpoint-cond-gone.exp
11732 * gdb.cell/break.exp
11733 * gdb.cell/ea-cache.exp
11734 * gdb.compile/compile.exp
11735 * gdb.cp/gdb2495.exp
11736 * gdb.gdb/selftest.exp
11737 * gdb.gdb/xfullpath.exp
11738 * gdb.go/hello.exp
11739 * gdb.go/integers.exp
11740 * gdb.objc/basicclass.exp
11741 * gdb.pascal/hello.exp
11742 * gdb.pascal/integers.exp
11743 * gdb.python/py-breakpoint.exp
11744 * gdb.python/py-cmd.exp
11745 * gdb.python/py-linetable.exp
11746 * gdb.python/py-xmethods.exp
11747 * gdb.python/python.exp
11748 * gdb.reverse/consecutive-precsave.exp
11749 * gdb.reverse/finish-precsave.exp
11750 * gdb.reverse/i386-precsave.exp
11751 * gdb.reverse/machinestate-precsave.exp
11752 * gdb.reverse/sigall-precsave.exp
11753 * gdb.reverse/solib-precsave.exp
11754 * gdb.reverse/step-precsave.exp
11755 * gdb.reverse/until-precsave.exp
11756 * gdb.reverse/watch-precsave.exp
11757 * gdb.threads/leader-exit.exp
11758 * gdb.threads/pthreads.exp
11759 * gdb.threads/wp-replication.exp
11760 * gdb.trace/actions.exp
11761 * gdb.trace/mi-tsv-changed.exp
11762 * gdb.trace/tsv.exp
11763
11764 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11765
11766 Fix test names starting with uppercase throughout the files.
11767
11768 * gdb.arch/i386-bp_permanent.exp
11769 * gdb.arch/i386-gnu-cfi.exp
11770 * gdb.base/disasm-end-cu.exp
11771 * gdb.base/macscp.exp
11772 * gdb.base/pending.exp
11773 * gdb.base/watch_thread_num.exp
11774 * gdb.cp/exception.exp
11775 * gdb.cp/gdb2495.exp
11776 * gdb.cp/local.exp
11777 * gdb.python/py-evsignal.exp
11778 * gdb.python/python.exp
11779 * gdb.trace/tracecmd.exp
11780
11781 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11782
11783 Fix test names starting with uppercase throughout the files.
11784
11785 * gdb.base/charset.exp
11786 * gdb.base/eval.exp
11787 * gdb.base/multi-forks.exp
11788 * gdb.guile/scm-progspace.exp
11789 * gdb.opencl/datatypes.exp
11790 * gdb.python/py-block.exp
11791 * gdb.python/py-function.exp
11792 * gdb.python/py-symbol.exp
11793 * gdb.python/py-symtab.exp
11794 * gdb.python/py-xmethods.exp
11795 * gdb.reverse/break-precsave.exp
11796 * gdb.reverse/break-reverse.exp
11797 * gdb.reverse/consecutive-precsave.exp
11798 * gdb.reverse/consecutive-reverse.exp
11799 * gdb.reverse/finish-precsave.exp
11800 * gdb.reverse/finish-reverse-bkpt.exp
11801 * gdb.reverse/finish-reverse.exp
11802 * gdb.reverse/fstatat-reverse.exp
11803 * gdb.reverse/getresuid-reverse.exp
11804 * gdb.reverse/i386-precsave.exp
11805 * gdb.reverse/i386-reverse.exp
11806 * gdb.reverse/i386-sse-reverse.exp
11807 * gdb.reverse/i387-stack-reverse.exp
11808 * gdb.reverse/insn-reverse.exp
11809 * gdb.reverse/machinestate-precsave.exp
11810 * gdb.reverse/machinestate.exp
11811 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11812 * gdb.reverse/pipe-reverse.exp
11813 * gdb.reverse/readv-reverse.exp
11814 * gdb.reverse/recvmsg-reverse.exp
11815 * gdb.reverse/rerun-prec.exp
11816 * gdb.reverse/s390-mvcle.exp
11817 * gdb.reverse/sigall-precsave.exp
11818 * gdb.reverse/sigall-reverse.exp
11819 * gdb.reverse/solib-precsave.exp
11820 * gdb.reverse/solib-reverse.exp
11821 * gdb.reverse/step-precsave.exp
11822 * gdb.reverse/step-reverse.exp
11823 * gdb.reverse/time-reverse.exp
11824 * gdb.reverse/until-precsave.exp
11825 * gdb.reverse/until-reverse.exp
11826 * gdb.reverse/waitpid-reverse.exp
11827 * gdb.reverse/watch-precsave.exp
11828 * gdb.reverse/watch-reverse.exp
11829
11830 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11831
11832 Fix test names starting with uppercase throughout the files.
11833
11834 * gdb.arch/i386-mpx-simple_segv.exp
11835 * gdb.arch/i386-mpx.exp
11836 * gdb.arch/i386-permbkpt.exp
11837 * gdb.arch/pa-nullify.exp
11838 * gdb.arch/powerpc-d128-regs.exp
11839 * gdb.arch/vsx-regs.exp
11840 * gdb.base/bfp-test.exp
11841 * gdb.base/break.exp
11842 * gdb.base/breakpoint-shadow.exp
11843 * gdb.base/callfuncs.exp
11844 * gdb.base/charset.exp
11845 * gdb.base/commands.exp
11846 * gdb.base/completion.exp
11847 * gdb.base/dfp-test.exp
11848 * gdb.base/echo.exp
11849 * gdb.base/ending-run.exp
11850 * gdb.base/eval.exp
11851 * gdb.base/expand-psymtabs.exp
11852 * gdb.base/float128.exp
11853 * gdb.base/floatn.exp
11854 * gdb.base/foll-exec-mode.exp
11855 * gdb.base/gdb1056.exp
11856 * gdb.base/gdb11531.exp
11857 * gdb.base/kill-after-signal.exp
11858 * gdb.base/multi-forks.exp
11859 * gdb.base/overlays.exp
11860 * gdb.base/pending.exp
11861 * gdb.base/sepdebug.exp
11862 * gdb.base/testenv.exp
11863 * gdb.base/valgrind-db-attach.exp
11864 * gdb.base/watch_thread_num.exp
11865 * gdb.base/watchpoint-cond-gone.exp
11866 * gdb.base/watchpoint.exp
11867 * gdb.base/watchpoints.exp
11868 * gdb.cp/arg-reference.exp
11869 * gdb.cp/baseenum.exp
11870 * gdb.cp/operator.exp
11871 * gdb.cp/shadow.exp
11872 * gdb.dwarf2/dw2-op-out-param.exp
11873 * gdb.dwarf2/dw2-reg-undefined.exp
11874 * gdb.go/chan.exp
11875 * gdb.go/hello.exp
11876 * gdb.go/integers.exp
11877 * gdb.go/methods.exp
11878 * gdb.go/package.exp
11879 * gdb.guile/scm-parameter.exp
11880 * gdb.guile/scm-progspace.exp
11881 * gdb.guile/scm-value.exp
11882 * gdb.mi/mi-pending.exp
11883 * gdb.mi/user-selected-context-sync.exp
11884 * gdb.multi/multi-attach.exp
11885 * gdb.multi/tids.exp
11886 * gdb.opt/clobbered-registers-O2.exp
11887 * gdb.pascal/floats.exp
11888 * gdb.pascal/integers.exp
11889 * gdb.python/py-block.exp
11890 * gdb.python/py-events.exp
11891 * gdb.python/py-parameter.exp
11892 * gdb.python/py-symbol.exp
11893 * gdb.python/py-symtab.exp
11894 * gdb.python/py-type.exp
11895 * gdb.python/py-value.exp
11896 * gdb.python/py-xmethods.exp
11897 * gdb.python/python.exp
11898 * gdb.reverse/break-precsave.exp
11899 * gdb.reverse/consecutive-precsave.exp
11900 * gdb.reverse/finish-precsave.exp
11901 * gdb.reverse/i386-precsave.exp
11902 * gdb.reverse/machinestate-precsave.exp
11903 * gdb.reverse/sigall-precsave.exp
11904 * gdb.reverse/solib-precsave.exp
11905 * gdb.reverse/step-precsave.exp
11906 * gdb.reverse/until-precsave.exp
11907 * gdb.reverse/watch-precsave.exp
11908 * gdb.server/ext-attach.exp
11909 * gdb.server/ext-restart.exp
11910 * gdb.server/ext-run.exp
11911 * gdb.server/ext-wrapper.exp
11912 * gdb.stabs/gdb11479.exp
11913 * gdb.stabs/weird.exp
11914 * gdb.threads/attach-many-short-lived-threads.exp
11915 * gdb.threads/kill.exp
11916 * gdb.threads/watchpoint-fork.exp
11917
11918 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11919
11920 Fix test names starting with uppercase throughout all the files below.
11921
11922 * gdb.ada/array_return.exp
11923 * gdb.ada/catch_ex.exp
11924 * gdb.ada/info_exc.exp
11925 * gdb.ada/mi_catch_ex.exp
11926 * gdb.ada/mi_dyn_arr.exp
11927 * gdb.ada/mi_ex_cond.exp
11928 * gdb.ada/mi_exc_info.exp
11929 * gdb.ada/mi_interface.exp
11930 * gdb.ada/mi_task_arg.exp
11931 * gdb.ada/mi_task_info.exp
11932 * gdb.ada/mi_var_array.exp
11933 * gdb.arch/alpha-step.exp
11934 * gdb.arch/amd64-disp-step.exp
11935 * gdb.arch/arm-disp-step.exp
11936 * gdb.arch/disp-step-insn-reloc.exp
11937 * gdb.arch/e500-prologue.exp
11938 * gdb.arch/ftrace-insn-reloc.exp
11939 * gdb.arch/gdb1558.exp
11940 * gdb.arch/i386-bp_permanent.exp
11941 * gdb.arch/i386-disp-step.exp
11942 * gdb.arch/i386-float.exp
11943 * gdb.arch/i386-gnu-cfi.exp
11944 * gdb.arch/ia64-breakpoint-shadow.exp
11945 * gdb.arch/mips16-thunks.exp
11946 * gdb.arch/pa-nullify.exp
11947 * gdb.arch/powerpc-aix-prologue.exp
11948 * gdb.arch/powerpc-power.exp
11949 * gdb.arch/ppc-dfp.exp
11950 * gdb.arch/s390-tdbregs.exp
11951 * gdb.arch/spu-info.exp
11952 * gdb.arch/spu-ls.exp
11953 * gdb.arch/thumb-bx-pc.exp
11954 * gdb.base/advance.exp
11955 * gdb.base/annota-input-while-running.exp
11956 * gdb.base/arrayidx.exp
11957 * gdb.base/asmlabel.exp
11958 * gdb.base/async.exp
11959 * gdb.base/attach-wait-input.exp
11960 * gdb.base/auto-connect-native-target.exp
11961 * gdb.base/batch-preserve-term-settings.exp
11962 * gdb.base/bfp-test.exp
11963 * gdb.base/bigcore.exp
11964 * gdb.base/bp-permanent.exp
11965 * gdb.base/break-always.exp
11966 * gdb.base/break-fun-addr.exp
11967 * gdb.base/break-idempotent.exp
11968 * gdb.base/break-main-file-remove-fail.exp
11969 * gdb.base/break-probes.exp
11970 * gdb.base/break-unload-file.exp
11971 * gdb.base/break.exp
11972 * gdb.base/call-ar-st.exp
11973 * gdb.base/call-rt-st.exp
11974 * gdb.base/call-sc.exp
11975 * gdb.base/call-signal-resume.exp
11976 * gdb.base/call-strs.exp
11977 * gdb.base/callexit.exp
11978 * gdb.base/callfuncs.exp
11979 * gdb.base/catch-gdb-caused-signals.exp
11980 * gdb.base/catch-signal-siginfo-cond.exp
11981 * gdb.base/catch-syscall.exp
11982 * gdb.base/compare-sections.exp
11983 * gdb.base/cond-eval-mode.exp
11984 * gdb.base/condbreak-call-false.exp
11985 * gdb.base/consecutive-step-over.exp
11986 * gdb.base/cursal.exp
11987 * gdb.base/disabled-location.exp
11988 * gdb.base/disasm-end-cu.exp
11989 * gdb.base/display.exp
11990 * gdb.base/double-prompt-target-event-error.exp
11991 * gdb.base/dprintf-bp-same-addr.exp
11992 * gdb.base/dprintf-detach.exp
11993 * gdb.base/dprintf-next.exp
11994 * gdb.base/dprintf-non-stop.exp
11995 * gdb.base/dprintf-pending.exp
11996 * gdb.base/dso2dso.exp
11997 * gdb.base/ending-run.exp
11998 * gdb.base/enum_cond.exp
11999 * gdb.base/examine-backward.exp
12000 * gdb.base/exe-lock.exp
12001 * gdb.base/exec-invalid-sysroot.exp
12002 * gdb.base/execl-update-breakpoints.exp
12003 * gdb.base/execution-termios.exp
12004 * gdb.base/fileio.exp
12005 * gdb.base/fixsection.exp
12006 * gdb.base/foll-exec-mode.exp
12007 * gdb.base/foll-exec.exp
12008 * gdb.base/fork-running-state.exp
12009 * gdb.base/frame-args.exp
12010 * gdb.base/fullpath-expand.exp
12011 * gdb.base/func-ptr.exp
12012 * gdb.base/gcore-relro-pie.exp
12013 * gdb.base/gdb1090.exp
12014 * gdb.base/gdb1555.exp
12015 * gdb.base/global-var-nested-by-dso.exp
12016 * gdb.base/gnu-ifunc.exp
12017 * gdb.base/hbreak-in-shr-unsupported.exp
12018 * gdb.base/hbreak-unmapped.exp
12019 * gdb.base/hook-stop.exp
12020 * gdb.base/infcall-input.exp
12021 * gdb.base/info-fun.exp
12022 * gdb.base/info-shared.exp
12023 * gdb.base/interrupt-noterm.exp
12024 * gdb.base/jit-so.exp
12025 * gdb.base/jit.exp
12026 * gdb.base/line-symtabs.exp
12027 * gdb.base/list.exp
12028 * gdb.base/longjmp.exp
12029 * gdb.base/macscp.exp
12030 * gdb.base/max-value-size.exp
12031 * gdb.base/nodebug.exp
12032 * gdb.base/nofield.exp
12033 * gdb.base/overlays.exp
12034 * gdb.base/paginate-after-ctrl-c-running.exp
12035 * gdb.base/paginate-bg-execution.exp
12036 * gdb.base/paginate-inferior-exit.exp
12037 * gdb.base/pending.exp
12038 * gdb.base/pr11022.exp
12039 * gdb.base/printcmds.exp
12040 * gdb.base/ptr-typedef.exp
12041 * gdb.base/ptype.exp
12042 * gdb.base/randomize.exp
12043 * gdb.base/range-stepping.exp
12044 * gdb.base/realname-expand.exp
12045 * gdb.base/relativedebug.exp
12046 * gdb.base/remote.exp
12047 * gdb.base/savedregs.exp
12048 * gdb.base/sepdebug.exp
12049 * gdb.base/set-noassign.exp
12050 * gdb.base/shlib-call.exp
12051 * gdb.base/shreloc.exp
12052 * gdb.base/sigaltstack.exp
12053 * gdb.base/sigbpt.exp
12054 * gdb.base/siginfo-addr.exp
12055 * gdb.base/siginfo-obj.exp
12056 * gdb.base/siginfo-thread.exp
12057 * gdb.base/signest.exp
12058 * gdb.base/signull.exp
12059 * gdb.base/sigrepeat.exp
12060 * gdb.base/skip.exp
12061 * gdb.base/so-impl-ld.exp
12062 * gdb.base/solib-corrupted.exp
12063 * gdb.base/solib-disc.exp
12064 * gdb.base/solib-display.exp
12065 * gdb.base/solib-overlap.exp
12066 * gdb.base/solib-search.exp
12067 * gdb.base/solib-symbol.exp
12068 * gdb.base/source-execution.exp
12069 * gdb.base/sss-bp-on-user-bp-2.exp
12070 * gdb.base/sss-bp-on-user-bp.exp
12071 * gdb.base/stack-checking.exp
12072 * gdb.base/stale-infcall.exp
12073 * gdb.base/step-break.exp
12074 * gdb.base/step-line.exp
12075 * gdb.base/step-over-exit.exp
12076 * gdb.base/step-test.exp
12077 * gdb.base/structs.exp
12078 * gdb.base/sym-file.exp
12079 * gdb.base/symtab-search-order.exp
12080 * gdb.base/term.exp
12081 * gdb.base/type-opaque.exp
12082 * gdb.base/unload.exp
12083 * gdb.base/until-nodebug.exp
12084 * gdb.base/until.exp
12085 * gdb.base/unwindonsignal.exp
12086 * gdb.base/watch-cond.exp
12087 * gdb.base/watch-non-mem.exp
12088 * gdb.base/watch_thread_num.exp
12089 * gdb.base/watchpoint-reuse-slot.exp
12090 * gdb.base/watchpoint-solib.exp
12091 * gdb.base/watchpoint.exp
12092 * gdb.btrace/dlopen.exp
12093 * gdb.cell/arch.exp
12094 * gdb.cell/break.exp
12095 * gdb.cell/bt.exp
12096 * gdb.cell/core.exp
12097 * gdb.cell/data.exp
12098 * gdb.cell/dwarfaddr.exp
12099 * gdb.cell/ea-cache.exp
12100 * gdb.cell/ea-standalone.exp
12101 * gdb.cell/ea-test.exp
12102 * gdb.cell/f-regs.exp
12103 * gdb.cell/fork.exp
12104 * gdb.cell/gcore.exp
12105 * gdb.cell/mem-access.exp
12106 * gdb.cell/ptype.exp
12107 * gdb.cell/registers.exp
12108 * gdb.cell/sizeof.exp
12109 * gdb.cell/solib-symbol.exp
12110 * gdb.cell/solib.exp
12111 * gdb.compile/compile-tls.exp
12112 * gdb.cp/exception.exp
12113 * gdb.cp/gdb2495.exp
12114 * gdb.cp/local.exp
12115 * gdb.cp/mb-inline.exp
12116 * gdb.cp/mb-templates.exp
12117 * gdb.cp/pr10687.exp
12118 * gdb.cp/pr9167.exp
12119 * gdb.cp/scope-err.exp
12120 * gdb.cp/templates.exp
12121 * gdb.cp/virtfunc.exp
12122 * gdb.dwarf2/dw2-dir-file-name.exp
12123 * gdb.dwarf2/dw2-single-line-discriminators.exp
12124 * gdb.fortran/complex.exp
12125 * gdb.fortran/library-module.exp
12126 * gdb.guile/guile.exp
12127 * gdb.guile/scm-cmd.exp
12128 * gdb.guile/scm-frame-inline.exp
12129 * gdb.guile/scm-objfile.exp
12130 * gdb.guile/scm-pretty-print.exp
12131 * gdb.guile/scm-symbol.exp
12132 * gdb.guile/scm-type.exp
12133 * gdb.guile/scm-value.exp
12134 * gdb.linespec/keywords.exp
12135 * gdb.linespec/ls-errs.exp
12136 * gdb.linespec/macro-relative.exp
12137 * gdb.linespec/thread.exp
12138 * gdb.mi/mi-breakpoint-changed.exp
12139 * gdb.mi/mi-dprintf-pending.exp
12140 * gdb.mi/mi-fullname-deleted.exp
12141 * gdb.mi/mi-logging.exp
12142 * gdb.mi/mi-pending.exp
12143 * gdb.mi/mi-solib.exp
12144 * gdb.mi/new-ui-mi-sync.exp
12145 * gdb.mi/user-selected-context-sync.exp
12146 * gdb.multi/dummy-frame-restore.exp
12147 * gdb.multi/multi-arch-exec.exp
12148 * gdb.multi/remove-inferiors.exp
12149 * gdb.multi/watchpoint-multi-exit.exp
12150 * gdb.opt/solib-intra-step.exp
12151 * gdb.perf/backtrace.exp
12152 * gdb.perf/single-step.exp
12153 * gdb.perf/skip-command.exp
12154 * gdb.perf/skip-prologue.exp
12155 * gdb.perf/solib.exp
12156 * gdb.python/lib-types.exp
12157 * gdb.python/py-as-string.exp
12158 * gdb.python/py-bad-printers.exp
12159 * gdb.python/py-block.exp
12160 * gdb.python/py-breakpoint.exp
12161 * gdb.python/py-cmd.exp
12162 * gdb.python/py-events.exp
12163 * gdb.python/py-evthreads.exp
12164 * gdb.python/py-finish-breakpoint.exp
12165 * gdb.python/py-finish-breakpoint2.exp
12166 * gdb.python/py-frame-inline.exp
12167 * gdb.python/py-frame.exp
12168 * gdb.python/py-inferior.exp
12169 * gdb.python/py-infthread.exp
12170 * gdb.python/py-mi.exp
12171 * gdb.python/py-objfile.exp
12172 * gdb.python/py-pp-maint.exp
12173 * gdb.python/py-pp-registration.exp
12174 * gdb.python/py-prettyprint.exp
12175 * gdb.python/py-recurse-unwind.exp
12176 * gdb.python/py-shared.exp
12177 * gdb.python/py-symbol.exp
12178 * gdb.python/py-symtab.exp
12179 * gdb.python/py-template.exp
12180 * gdb.python/py-type.exp
12181 * gdb.python/py-unwind-maint.exp
12182 * gdb.python/py-unwind.exp
12183 * gdb.python/py-value.exp
12184 * gdb.python/python.exp
12185 * gdb.reverse/finish-reverse-bkpt.exp
12186 * gdb.reverse/insn-reverse.exp
12187 * gdb.reverse/next-reverse-bkpt-over-sr.exp
12188 * gdb.reverse/solib-precsave.exp
12189 * gdb.reverse/solib-reverse.exp
12190 * gdb.stabs/gdb11479.exp
12191 * gdb.stabs/weird.exp
12192 * gdb.threads/fork-child-threads.exp
12193 * gdb.threads/fork-plus-threads.exp
12194 * gdb.threads/fork-thread-pending.exp
12195 * gdb.threads/forking-threads-plus-breakpoint.exp
12196 * gdb.threads/hand-call-in-threads.exp
12197 * gdb.threads/interrupted-hand-call.exp
12198 * gdb.threads/linux-dp.exp
12199 * gdb.threads/local-watch-wrong-thread.exp
12200 * gdb.threads/next-while-other-thread-longjmps.exp
12201 * gdb.threads/non-ldr-exit.exp
12202 * gdb.threads/pending-step.exp
12203 * gdb.threads/print-threads.exp
12204 * gdb.threads/process-dies-while-detaching.exp
12205 * gdb.threads/process-dies-while-handling-bp.exp
12206 * gdb.threads/pthreads.exp
12207 * gdb.threads/queue-signal.exp
12208 * gdb.threads/reconnect-signal.exp
12209 * gdb.threads/signal-command-handle-nopass.exp
12210 * gdb.threads/signal-command-multiple-signals-pending.exp
12211 * gdb.threads/signal-delivered-right-thread.exp
12212 * gdb.threads/signal-sigtrap.exp
12213 * gdb.threads/sigthread.exp
12214 * gdb.threads/staticthreads.exp
12215 * gdb.threads/stepi-random-signal.exp
12216 * gdb.threads/thread-unwindonsignal.exp
12217 * gdb.threads/thread_check.exp
12218 * gdb.threads/thread_events.exp
12219 * gdb.threads/tid-reuse.exp
12220 * gdb.threads/tls-nodebug.exp
12221 * gdb.threads/tls-shared.exp
12222 * gdb.threads/tls-so_extern.exp
12223 * gdb.threads/tls.exp
12224 * gdb.threads/wp-replication.exp
12225 * gdb.trace/actions-changed.exp
12226 * gdb.trace/actions.exp
12227 * gdb.trace/backtrace.exp
12228 * gdb.trace/change-loc.exp
12229 * gdb.trace/collection.exp
12230 * gdb.trace/deltrace.exp
12231 * gdb.trace/disconnected-tracing.exp
12232 * gdb.trace/entry-values.exp
12233 * gdb.trace/ftrace-lock.exp
12234 * gdb.trace/ftrace.exp
12235 * gdb.trace/infotrace.exp
12236 * gdb.trace/mi-trace-frame-collected.exp
12237 * gdb.trace/mi-trace-unavailable.exp
12238 * gdb.trace/mi-traceframe-changed.exp
12239 * gdb.trace/mi-tracepoint-changed.exp
12240 * gdb.trace/mi-tsv-changed.exp
12241 * gdb.trace/no-attach-trace.exp
12242 * gdb.trace/packetlen.exp
12243 * gdb.trace/passc-dyn.exp
12244 * gdb.trace/passcount.exp
12245 * gdb.trace/pending.exp
12246 * gdb.trace/pr16508.exp
12247 * gdb.trace/qtro.exp
12248 * gdb.trace/range-stepping.exp
12249 * gdb.trace/read-memory.exp
12250 * gdb.trace/report.exp
12251 * gdb.trace/save-trace.exp
12252 * gdb.trace/signal.exp
12253 * gdb.trace/stap-trace.exp
12254 * gdb.trace/status-stop.exp
12255 * gdb.trace/strace.exp
12256 * gdb.trace/tfile.exp
12257 * gdb.trace/tfind.exp
12258 * gdb.trace/trace-break.exp
12259 * gdb.trace/trace-condition.exp
12260 * gdb.trace/trace-enable-disable.exp
12261 * gdb.trace/trace-mt.exp
12262 * gdb.trace/tracecmd.exp
12263 * gdb.trace/tracefile-pseudo-reg.exp
12264 * gdb.trace/tspeed.exp
12265 * gdb.trace/tstatus.exp
12266 * gdb.trace/tsv.exp
12267 * gdb.trace/unavailable.exp
12268 * gdb.trace/while-dyn.exp
12269 * gdb.trace/while-stepping.exp
12270 * lib/gdb-guile.exp
12271 * lib/gdb.exp
12272 * lib/mi-support.exp
12273 * lib/pascal.exp
12274 * lib/perftest.exp
12275 * lib/prelink-support.exp
12276 * lib/selftest-support.exp
12277
12278 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
12279
12280 * Makefile.in: Include disable-implicit-rules.mk.
12281
12282 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12283
12284 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
12285 non-byte-aligned bit fields.
12286
12287 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12288
12289 PR gdb/12616
12290 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
12291 respects the DW_AT_data_bit_offset attribute.
12292
12293 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
12294
12295 * gdb.base/default.exp: Fix output of "set language".
12296
12297 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
12298
12299 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
12300 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
12301 make.
12302 * configure.ac: Remove checks for the make program.
12303 * configure: Re-generate.
12304
12305 2016-11-16 Kevin Buettner <kevinb@redhat.com>
12306
12307 * gdb.python/py-recurse-unwind.c (main): Add loop.
12308 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
12309 to read_register() and gdb.parse_and_eval(). Make each code
12310 call a separate case that can be individually tested.
12311 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
12312 proc. Call cont_and_backtrace for each of the code paths that
12313 we want to test in the unwinder.
12314
12315 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
12316
12317 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
12318 the definition of struct S.
12319
12320 2016-11-11 Catherine Moore <clm@codesourcery.com>
12321
12322 * gdb.base/dump.exp: Identify verilog format dump tests as such.
12323
12324 2016-11-09 Pedro Alves <palves@redhat.com>
12325
12326 * gdb.base/commands.exp (runto_or_return): New procedure.
12327 (gdbvar_simple_if_test, gdbvar_simple_while_test)
12328 (gdbvar_complex_if_while_test, progvar_simple_if_test)
12329 (progvar_simple_while_test, progvar_complex_if_while_test)
12330 (if_while_breakpoint_command_test)
12331 (infrun_breakpoint_command_test, breakpoint_command_test)
12332 (user_defined_command_test, watchpoint_command_test)
12333 (test_command_prompt_position, redefine_hook_test)
12334 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
12335 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
12336 multi_line_input and multi_line. Remove gdb_expect and
12337 gdb_stop_suppressing_tests uses.
12338 * lib/gdb.exp (valnum_re): New global.
12339 (multi_line_input): New procedure.
12340
12341 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
12342
12343 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
12344 Remove.
12345 (test_setup): Define with proc_with_prefix.
12346 (test_cli_inferior): Likewise.
12347 (test_cli_thread): Likewise.
12348 (test_cli_frame): Likewise.
12349 (test_cli_select_frame): Likewise.
12350 (test_cli_up_down): Likewise.
12351 (test_mi_thread_select): Likewise.
12352 (test_mi_stack_select_frame): Likewise.
12353 (test_cli_in_mi_inferior): Likewise.
12354 (test_cli_in_mi_thread): Likewise.
12355 (test_cli_in_mi_frame): Likewise.
12356 (top level): Do not use with_test_prefix_procname.
12357
12358 2016-11-09 Pedro Alves <palves@redhat.com>
12359
12360 * gdb.base/commands.exp (gdbvar_simple_if_test)
12361 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
12362 (progvar_simple_if_test, progvar_simple_while_test)
12363 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
12364 (infrun_breakpoint_command_test, breakpoint_command_test)
12365 (user_defined_command_test, watchpoint_command_test)
12366 (test_command_prompt_position, deprecated_command_test)
12367 (bp_deleted_in_command, temporary_breakpoint_commands)
12368 (stray_arg0_test, source_file_with_indented_comment)
12369 (recursive_source_test, if_commands_test)
12370 (error_clears_commands_left, redefine_hook_test)
12371 (redefine_backtrace_test): Use proc_with_prefix.
12372 * lib/gdb.exp (proc_with_prefix): New proc.
12373
12374 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
12375
12376 * gdb.base/tui-layout.c: New file.
12377 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
12378 disassembly window contains very long lines.
12379
12380 2016-11-08 Tom Tromey <tom@tromey.com>
12381
12382 * gdb.python/py-value.exp (test_value_creation): Make "long" test
12383 depend on Python 2.
12384
12385 2016-11-08 Tom Tromey <tom@tromey.com>
12386
12387 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
12388 New method.
12389
12390 2016-10-29 Manish Goregaokar <manish@mozilla.com>
12391
12392 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
12393
12394 2016-10-27 Manish Goregaokar <manish@mozilla.com>
12395
12396 * gdb.rust/simple.rs: Add test for univariant enums without
12397 discriminants and for encoded struct-like enums.
12398
12399 2016-10-28 Pedro Alves <palves@redhat.com>
12400
12401 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
12402 gdb_test_multiple, tighten regexps and match symtabs and line
12403 tables incrementally.
12404
12405 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
12406
12407 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
12408 general.
12409
12410 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
12411
12412 * gdb.base/exec-invalid-sysroot.exp: New file.
12413
12414 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12415
12416 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
12417
12418 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12419
12420 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
12421
12422 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
12423
12424 * gdb.base/killed-outside.exp: Remove $options from a call to
12425 `prepare_for_testing'.
12426
12427 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12428
12429 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
12430 Change test message.
12431
12432 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12433
12434 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
12435 Update comment.
12436
12437 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12438
12439 * gdb.trace/mi-trace-save.exp: New file.
12440
12441 2016-10-13 Yao Qi <yao.qi@linaro.org>
12442
12443 * gdb.base/code_elim.exp (get_var_address): Remove.
12444 * gdb.base/relocate.exp: Likewise.
12445 * gdb.base/shreloc.exp: Likewise.
12446 * lib/gdb.exp (get_var_address): New.
12447
12448 2016-10-13 Yao Qi <yao.qi@linaro.org>
12449
12450 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
12451 floating point tests if $skip_float_test is false.
12452
12453 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
12454
12455 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
12456 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
12457 argc values.
12458 Add 1 to argc so we guarantee distinct initial/modified argc values.
12459
12460 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12461
12462 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
12463
12464 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12465
12466 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
12467 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
12468 * gdb.arch/vsx-regs.exp: Likewise.
12469
12470 2016-10-07 Yao Qi <yao.qi@linaro.org>
12471
12472 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
12473
12474 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
12475
12476 * gdb.python/python.exp: Test decode_line("*0").
12477
12478 2016-10-06 Doug Evans <dje@google.com>
12479
12480 * gdb.python/py-value.exp (test_value_creation): Add test for large
12481 unsigned 64-bit value.
12482
12483 2016-10-06 Tom Tromey <tom@tromey.com>
12484
12485 * gdb.compile/compile.exp: Change java tests to rust.
12486 * gdb.base/setshow.exp: Change java tests to rust.
12487 * gdb.base/default.exp: Remove java from language list.
12488 * README (Examples): Update language example.
12489 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
12490 test.
12491 * lib/gdb.exp (skip_java_tests): Remove.
12492 * lib/java.exp: Remove.
12493 * gdb.java: Remove.
12494
12495 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
12496
12497 * gdb.arch/mips-fcr.exp: New test.
12498 * gdb.arch/mips-fcr.c: Source for the new test.
12499
12500 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
12501
12502 * gdb.base/solib-disc.exp: Use `standard_output_file'
12503 throughout.
12504
12505 2016-10-06 Pedro Alves <palves@redhat.com>
12506
12507 * gdb.base/jit-simple-dl.c: New file.
12508 * gdb.base/jit-simple-jit.c: New file, factored out from ...
12509 * gdb.base/jit-simple.c: ... this.
12510 * gdb.base/jit-simple.exp (jit_run): Delete.
12511 (build_jit): New proc.
12512 (jit_test_reread): Recompile either the main program or the shared
12513 library, depending on what is being tested. Skip changing address
12514 if caller wants to. Compare before/after addresses. If testing
12515 standalone, explicitly load the binary. Test "maint info
12516 breakpoints".
12517 (top level): Add "standalone vs shared lib" and "change address"
12518 vs "same address" axes.
12519
12520 2016-10-06 Pedro Alves <palves@redhat.com>
12521
12522 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
12523 call.
12524 (jit_run): Delete.
12525 (jit_test_reread): Use with_test_prefix. Reload the main binary
12526 explicitly. Compare the before/after addresses of the JIT
12527 descriptor.
12528
12529 2016-08-15 Doug Evans <dje@google.com>
12530
12531 * gdb.xml/extra-regs.xml: Update, end field now required, default type
12532 for single bitfields is bool.
12533 * gdb.xml/tdesc-regs.exp: Ditto.
12534
12535 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12536
12537 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
12538
12539 2016-10-05 Yao Qi <yao.qi@linaro.org>
12540
12541 * lib/gdb.exp (support_complex_tests): Return zero if
12542 gdb_skip_float_test return true.
12543
12544 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
12545 Simon Marchi <simon.marchi@ericsson.com>
12546
12547 PR gdb/20487
12548 * gdb.mi/user-selected-context-sync.exp: New file.
12549 * gdb.mi/user-selected-context-sync.c: New file.
12550
12551 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
12552 Simon Marchi <simon.marchi@ericsson.com>
12553
12554 PR gdb/20487
12555 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
12556 =thread-select-event check.
12557
12558 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
12559
12560 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
12561 the compulsory L operand changes.
12562 * gdb.arch/powerpc-power.s: Likewise.
12563
12564 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12565
12566 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
12567 * gdb.base/jit-attach-pie.c: New file.
12568 * gdb.base/jit-attach-pie.exp: New file.
12569
12570 2016-09-28 Pedro Alves <palves@redhat.com>
12571
12572 * gdb.base/infcall-input.c: New file.
12573 * gdb.base/infcall-input.exp: New file.
12574
12575 2016-09-22 Yao Qi <yao.qi@linaro.org>
12576
12577 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
12578 (gdb_exit): Rename it to ...
12579 (gdbserver_gdb_exit): ... Close GDBserver.
12580 (gdb_exit): New proc, call gdbserver_gdb_exit.
12581 (mi_gdb_exit): Likewise.
12582
12583 2016-09-22 Yao Qi <yao.qi@linaro.org>
12584
12585 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
12586 path.
12587 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
12588 Remove duplication.
12589
12590 2016-09-22 Yao Qi <yao.qi@linaro.org>
12591
12592 * lib/gdbserver-support.exp: Check the existence of
12593 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
12594
12595 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
12596
12597 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
12598
12599 2016-09-21 Tom Tromey <tom@tromey.com>
12600
12601 PR gdb/20604:
12602 * gdb.base/quit.exp: New file.
12603
12604 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
12605
12606 * .gitignore: New file.
12607
12608 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
12609
12610 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
12611 throughout.
12612
12613 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12614
12615 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
12616
12617 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12618
12619 * gdb.cp/casts.cc (decltype): Move it ...
12620 (main): ... with its call to ...
12621 * gdb.cp/casts03.cc: ... a new file.
12622 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
12623
12624 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12625
12626 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
12627
12628 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
12629
12630 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
12631 and sync up the test with tests in gas/testsuite/gas/ppc.
12632 * gdb.arch/powerpc-power.exp: Likewise.
12633
12634 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12635
12636 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
12637
12638 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
12639 Jan Kratochvil <jan.kratochvil@redhat.com>
12640
12641 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
12642 make m1's definition to be different from m2's. Use 'dummy' as an
12643 argument for probe 'two'.
12644
12645 2016-09-10 Jon Beniston <jon@beniston.com>
12646
12647 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
12648 for sim target.
12649
12650 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
12651
12652 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
12653 variable declaration.
12654 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
12655 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
12656 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
12657 received HWCAP as its argument.
12658
12659 2016-09-06 Pedro Alves <palves@redhat.com>
12660
12661 * gdb.base/new-ui-pending-input.c: New file.
12662 * gdb.base/new-ui-pending-input.exp: New file.
12663 * gdb.exp (clear_gdb_spawn_id): New procedure.
12664 (with_spawn_id): Check whether gdb_spawn_id exists before
12665 referencing it. If gdb_spawn_id didn't exist on entry, clear it
12666 on exit.
12667
12668 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
12669
12670 * gdb.base/float128.c: New file.
12671 * gdb.base/float128.exp: Likewise.
12672 * gdb.base/floatn.c: Likewise.
12673 * gdb.base/floatn.exp: Likewise.
12674
12675 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
12676
12677 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
12678
12679 2016-09-05 Pedro Alves <palves@redhat.com>
12680
12681 PR backtrace/19927
12682 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
12683 unwinders are immediately called as side effect of "source" or
12684 "disable unwinder" commands.
12685 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
12686
12687 2016-09-02 Yao Qi <yao.qi@linaro.org>
12688
12689 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
12690 is true and $type is "float" or "double".
12691
12692 2016-09-02 Yao Qi <yao.qi@linaro.org>
12693
12694 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
12695 true.
12696 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
12697 * gdb.base/call-rt-st.exp: Likewise.
12698 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
12699 return value instead of gdb,skip_float_test.
12700 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
12701 (do_function_calls): Use its return value instead of
12702 gdb,skip_float_test.
12703 * gdb.base/finish.exp: Likewise.
12704 * gdb.base/funcargs.exp: Likewise.
12705 * gdb.base/return.exp: Likewise.
12706 * gdb.base/return2.exp: Likewise.
12707 * gdb.base/varargs.exp: Likewise.
12708 * lib/gdb.exp (gdb_skip_float_test): Change it to
12709 gdb_caching_proc. Detect the broken ptrace on arm-linux.
12710
12711 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12712
12713 * gdb.multi/tids.exp: Test "thread apply all".
12714
12715 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12716
12717 * gdb.base/default.exp (tty): Remove.
12718
12719 2016-08-24 Kevin Buettner <kevinb@redhat.com>
12720
12721 * gdb.python/py-recurse-unwind.c: New file.
12722 * gdb.python/py-recurse-unwind.py: New file.
12723 * gdb.python/py-recurse-unwind.exp: New file.
12724
12725 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
12726
12727 * gdb.base/set-inferior-tty.exp: New file.
12728 * gdb.base/set-inferior-tty.c: New file.
12729
12730 2016-08-23 Pedro Alves <palves@redhat.com>
12731
12732 PR gdb/20494
12733 * gdb.base/new-ui-echo.c: New file.
12734 * gdb.base/new-ui-echo.exp: New file.
12735
12736 2016-08-23 Yao Qi <yao.qi@linaro.org>
12737
12738 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
12739 gdbserver_spawn.
12740 * gdb.server/connect-without-multi-process.exp (do_test):
12741 Likewise.
12742
12743 2016-08-23 Yao Qi <yao.qi@linaro.org>
12744
12745 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
12746 standalone_txt. Delete gdb_txt and standalone_txt on host
12747 and target. Spawn the binary on target. Copy files from
12748 target to host.
12749
12750 2016-08-22 Pedro Alves <palves@redhat.com>
12751
12752 PR gdb/20505
12753 * gdb.base/vdso-warning.exp: Test core dumps too. Use
12754 with_test_prefix. Factor out bits to ...
12755 (test_no_vdso): ... this new procedure.
12756
12757 2016-08-19 Carl Love <cel@us.ibm.com>
12758
12759 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
12760 maintaining separate logic for constructing the output path.
12761 * gdb.arch/powerpc-d128-regs.exp: Likewise.
12762 * gdb.arch/ppc-dfp.exp: Likewise.
12763 * gdb.arch/ppc-fp.exp: Likewise.
12764 * gdb.arch/vsx-regs.exp: Likewise.
12765 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
12766 binprefix for generating the additional binary files.
12767
12768 2016-08-19 Pedro Alves <palves@redhat.com>
12769
12770 * gdb.trace/mi-trace-frame-collected.exp
12771 (test_trace_frame_collected): On x32, expect two registers.
12772
12773 2016-08-18 Carl Love <cel@us.ibm.com>
12774
12775 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
12776 and sync up the test with tests in gas/testsuite/gas/ppc.
12777 * gdb.arch/powerpc-power.exp: Likewise.
12778
12779 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12780
12781 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
12782 expected error message.
12783
12784 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12785
12786 * gdb.multi/remove-inferiors.exp: New file.
12787 * gdb.multi/remove-inferiors.c: New file.
12788
12789 2016-08-12 Yao Qi <yao.qi@linaro.org>
12790
12791 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
12792 argument list.
12793
12794 2016-08-10 Pedro Alves <palves@redhat.com>
12795
12796 PR gdb/19187
12797 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
12798 setup_kfails.
12799
12800 2016-08-09 Pedro Alves <palves@redhat.com>
12801 Simon Marchi <simon.marchi@ericsson.com>
12802
12803 PR gdb/20418
12804 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
12805 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
12806
12807 2016-08-09 Pedro Alves <palves@redhat.com>
12808
12809 PR mi/20431
12810 * gdb.mi/mi-cmd-error.exp: New file.
12811
12812 2016-08-09 Pedro Alves <palves@redhat.com>
12813
12814 PR gdb/18653
12815 * gdb.base/signals-state-child.c: New file.
12816 * gdb.base/signals-state-child.exp: New file.
12817 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
12818
12819 2016-08-09 Pedro Alves <palves@redhat.com>
12820
12821 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
12822
12823 2016-08-03 Tom Tromey <tom@tromey.com>
12824
12825 PR python/18565:
12826 * gdb.python/py-frame-inline.exp: Add Frame.function test.
12827
12828 2016-08-01 Yao Qi <yao.qi@linaro.org>
12829
12830 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
12831 variable mode to "multi-process" if $multi_process is 1, otherwise
12832 set it to "single-process".
12833
12834 2016-08-01 Yao Qi <yao.qi@linaro.org>
12835
12836 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
12837 * gdb.cp/cpexprs.exp: Likewise.
12838 * gdb.cp/m-static.exp: Likewise.
12839
12840 2016-07-26 Tom Tromey <tom@tromey.com>
12841
12842 PR python/20190:
12843 * gdb.threads/tls.exp (check_thread_local): Add python symbol
12844 test.
12845
12846 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
12847
12848 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
12849 selecting assembly source files.
12850 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
12851 assembly source files.
12852 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
12853 assembly source files.
12854 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
12855 selecting assembly source files.
12856
12857 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
12858
12859 * gdb.base/new-ui.exp (do_test_invalid_args): New
12860 procedure.
12861
12862 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
12863
12864 * gdb.btrace/reconnect.c: New file.
12865 * gdb.btrace/reconnect.exp: New file.
12866
12867 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
12868
12869 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
12870 to test_catch_syscall_group.
12871 (test_catch_syscall_group): New.
12872
12873 2016-07-21 Tom Tromey <tom@tromey.com>
12874
12875 * gdb.rust/simple.rs (main): Use empty struct expression.
12876 * gdb.rust/simple.exp: Add tests for empty struct expression.
12877
12878 2016-07-21 Yao Qi <yao.qi@linaro.org>
12879
12880 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
12881 if gdb_skip_xml_test is true on some targets.
12882
12883 2016-07-21 Yao Qi <yao.qi@linaro.org>
12884
12885 * gdb.server/solib-list.exp: Unset last_loaded_file.
12886
12887 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12888
12889 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
12890 "step into captured_main (args)".
12891
12892 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12893
12894 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
12895
12896 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12897
12898 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
12899
12900 2016-07-19 Pedro Alves <palves@redhat.com>
12901
12902 * gdb.opt/inline-break.exp: Remove optimize=-O2.
12903 * gdb.opt/inline-bt.exp: Likewise.
12904 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
12905 additional_flags=-Winline.
12906 * gdb.opt/inline-locals.exp: Likewise.
12907 * gdb.opt/inline-markers.c (ATTR): Define.
12908 (inlined_fn): Use it.
12909
12910 2016-07-19 Yao Qi <yao.qi@linaro.org>
12911
12912 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
12913 (test_with_self): Remove some code. Remove argument executable.
12914 (top-level): Use do_self_tests.
12915
12916 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
12917 Don Breazeal <donb@codesourcery.com>
12918
12919 * gdb.base/maint.exp: Escape paths used in regular expressions.
12920 * gdb.stabs/weird.exp: Likewise.
12921
12922 2016-07-13 Tom Tromey <tom@tromey.com>
12923
12924 PR python/15620, PR python/18620:
12925 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
12926 (test_bkpt_events): New procs.
12927
12928 2016-07-13 Tom Tromey <tom@tromey.com>
12929
12930 PR python/17698:
12931 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
12932 test.
12933 (test_watchpoints): Likewise.
12934 (test_bkpt_pending): New proc.
12935
12936 2016-07-13 Tom Tromey <tom@tromey.com>
12937
12938 PR cli/18053:
12939 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
12940 completion test.
12941
12942 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12943
12944 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
12945 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
12946 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
12947 f_label.
12948 (g): Rename g_end_lbl to g_label.
12949 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
12950 low_pc and high_pc.
12951 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
12952
12953 2016-07-12 Tom Tromey <tom@tromey.com>
12954
12955 PR python/19293:
12956 * gdb.python/py-unwind-maint.exp: Update tests.
12957
12958 2016-07-12 Yao Qi <yao.qi@linaro.org>
12959
12960 * lib/selftest-support.exp (selftest_setup): Match the output
12961 when captured_main is inlined.
12962
12963 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
12964
12965 * gdb.fortran/derived-types.exp (result_line, result_line_2):
12966 New variables.
12967 (print this%a, print this%b, print this): New tests.
12968 * gdb.fortran/derived-types.f90 (this): New object and
12969 initialization.
12970
12971 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12972
12973 * gdb.ada/arraydim.exp: Remove extra directory level in build
12974 directory.
12975
12976 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12977
12978 * lib/ada.exp: Remove extra directory level in build directory.
12979 * gdb.ada/cond_lang.exp: Likewise.
12980 * gdb.ada/exec_changed.exp: Likewise.
12981 * gdb.ada/lang_switch.exp: Likewise.
12982
12983 2016-07-06 Manish Goregaokar <manish@mozilla.com>
12984
12985 * simple.rs: Add test for raw pointer subscripting.
12986 * simple.exp: Add test expectations.
12987
12988 2016-07-05 Yao Qi <yao.qi@linaro.org>
12989
12990 * gdb.mi/mi-reverse.exp: Match =record-started output.
12991
12992 2016-07-01 Pedro Alves <palves@redhat.com>
12993
12994 * gdb.base/jit-reader.exp (info_registers_current_frame): New
12995 procedure.
12996 (jit_reader_test): Test the jit reader's unwinder.
12997 * gdb.base/jithost.c (jit_function_00_code): New global.
12998 (main): Use memcpy to fill in the mmapped code, instead of poking
12999 bytes manually here.
13000 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
13001 value.
13002 (read_debug_info): Save the function's range.
13003 (read_sp): New function.
13004 (unwind_frame): Use it. Also unwind RBP.
13005 (get_frame_id): Use read_sp.
13006 (gdb_init_reader): Use calloc instead of malloc.
13007 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
13008 parameter. Use gdb_test_multiple.
13009
13010 2016-07-01 Pedro Alves <palves@redhat.com>
13011 Antoine Tremblay <antoine.tremblay@ericsson.com>
13012
13013 * gdb.threads/process-dies-while-detaching.c: New file.
13014 * gdb.threads/process-dies-while-detaching.exp: New file.
13015
13016 2016-07-01 Pedro Alves <palves@redhat.com>
13017
13018 * gdb.multi/watchpoint-multi-exit.c: New file.
13019 * gdb.multi/watchpoint-multi-exit.exp: New file.
13020
13021 2016-06-30 Pedro Alves <palves@redhat.com>
13022
13023 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
13024 unset inferior_spawn_id.
13025
13026 2016-06-30 Pedro Alves <palves@redhat.com>
13027
13028 * lib/mi-support.exp (default_mi_gdb_start): Declare global
13029 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
13030
13031 2016-06-29 Yao Qi <yao.qi@linaro.org>
13032
13033 * gdb.base/return.c: Add copyright header.
13034
13035 2016-06-29 Tom Tromey <tom@tromey.com>
13036
13037 PR python/20129:
13038 * gdb.python/py-framefilter.exp: Add tests for setting priority
13039 and disabling of non-existent frame filter.
13040
13041 2016-06-29 Yao Qi <yao.qi@linaro.org>
13042
13043 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
13044 0x0f07ff.
13045
13046 2016-06-28 Yao Qi <yao.qi@linaro.org>
13047
13048 * gdb.base/catch-syscall.exp: Remove check on isnative and target
13049 triplets. Start gdb, execute catch syscall, and continue. Check
13050 gdb's output to determine catch syscall is supported.
13051
13052 2016-06-27 Manish Goregaokar <manish@mozilla.com>
13053
13054 * gdb.rust/simple.rs: Add test for returning unit in a function.
13055 * gdb.rust/simple.exp: Add expectation for functions returning
13056 unit.
13057
13058 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
13059
13060 * gdb.python/py-breakpoint-create-fail.c,
13061 gdb.python/py-breakpoint-create-fail.exp,
13062 gdb.python/py-breakpoint-create-fail.py: New testcase.
13063
13064 2016-06-25 Manish Goregaokar <manish@mozilla.com>
13065
13066 PR gdb/20239
13067 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
13068 * gdb.rust/simple.exp: Add test expectations for new NonZero
13069 tests.
13070
13071 2016-06-24 David Taylor <dtaylor@emc.com>
13072
13073 * gdb.base/offsets.exp: New file.
13074 * gdb.base/offsets.c: New file.
13075
13076 2016-06-23 Tom Tromey <tom@tromey.com>
13077
13078 PR gdb/16483:
13079 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
13080 before any filters are loaded.
13081
13082 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
13083
13084 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
13085 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
13086 structs.
13087 * gdb.fortran/derived-type-function.exp: New file.
13088 * gdb.fortran/derived-type-function.f90: New file.
13089
13090
13091 2016-06-21 Pedro Alves <palves@redhat.com>
13092
13093 * gdb.base/new-ui.exp: New file.
13094 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
13095 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
13096 (with_spawn_id): New procedure.
13097
13098 2016-06-21 Pedro Alves <palves@redhat.com>
13099
13100 * gdb.mi/mi-exec-run.exp: New file.
13101
13102 2016-06-21 Pedro Alves <palves@redhat.com>
13103
13104 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
13105 breakpoint command's output on the main UI.
13106 (test_break): New procedure, factored out from calls in the top
13107 level.
13108 (top level): Use foreach_with_prefix to test MI as main UI and as
13109 separate UI.
13110
13111 2016-06-21 Pedro Alves <palves@redhat.com>
13112
13113 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
13114 (test_awatch_creation_and_listing)
13115 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
13116 Remove 'type' parameter.
13117 (test_watchpoint_all): New parameter mi_mode. Remove
13118 with_test_prefix.
13119 (top level): Use foreach_with_prefix, and add main/separate UI MI
13120 testing axis.
13121
13122 2016-06-21 Pedro Alves <palves@redhat.com>
13123
13124 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
13125 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
13126 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
13127 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
13128 (gdb_main_spawn_id, mi_spawn_id): Declare and
13129 comment.
13130 (mi_create_inferior_pty): New procedure,
13131 factored out from default_mi_gdb_start.
13132 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
13133 procedures.
13134 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
13135 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
13136 Use mi_create_inferior_pty.
13137 (mi_gdb_start): Use eval to pass down args list.
13138
13139 2016-06-21 Pedro Alves <palves@redhat.com>
13140
13141 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
13142 * gdb.opt/inline-cmds.exp: Add MI tests.
13143
13144 2016-06-21 Pedro Alves <palves@redhat.com>
13145
13146 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
13147
13148 2016-06-21 Pedro Alves <palves@redhat.com>
13149
13150 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
13151 (top level): Use it instead of mi_execute_to.
13152
13153 2016-06-21 Pedro Alves <palves@redhat.com>
13154
13155 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
13156 (cont_handler_str): New.
13157 (signal_stop_handler): Set stop_handler_str instead of printing to
13158 stdout.
13159 (continue_handler): Set cont_handler_str instead of printing to
13160 stdout.
13161 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
13162 mi_send_resuming_command. Print stop_handler_str and
13163 cont_handler_str instead of expecting the python events print
13164 directly.
13165
13166 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
13167
13168 * gdb.base/jit-reader.exp: New file.
13169 * gdb.base/jithost.c: New file.
13170 * gdb.base/jithost.h: New file.
13171 * gdb.base/jitreader.c : New file.
13172 * gdb.base/jit-protocol.h: New file.
13173
13174 2016-06-17 Yao Qi <yao.qi@linaro.org>
13175
13176 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
13177 parameters follow_fork and detach_on_fork. Set follow-fork-mode
13178 and detach-on-fork. Adjust tests.
13179 (top level): Invoke break_cond_on_syscall with combinations of
13180 syscall, follow-fork-mode and detach-on-fork.
13181
13182 2016-06-17 Yao Qi <yao.qi@linaro.org>
13183
13184 * gdb.base/step-over-exit.c: New.
13185 * gdb.base/step-over-exit.exp: New.
13186
13187 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
13188
13189 * gdb.base/float.exp: Add target check for nds32*-*-*.
13190 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
13191
13192 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
13193
13194 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
13195 for unsupported target features.
13196 * gdb.base/call-rt-st.exp: Likewise.
13197 * gdb.base/call-sc.exp: Likewise.
13198 * gdb.base/call-signal-resume.exp: Likewise.
13199 * gdb.base/call-strs.exp: Likewise.
13200 * gdb.base/callexit.exp: Likewise.
13201 * gdb.base/callfuncs.exp: Likewise.
13202 * gdb.base/nodebug.exp: Likewise.
13203 * gdb.base/printcmds.exp: Likewise.
13204 * gdb.base/ptype.exp: Likewise.
13205 * gdb.base/structs.exp: Likewise.
13206 * gdb.base/unwindonsignal.exp: Likewise.
13207 * gdb.cp/gdb2495.exp: Likewise.
13208 * gdb.cp/templates.exp: Likewise.
13209 * gdb.cp/virtfunc.exp: Likewise.
13210 * gdb.threads/hand-call-in-threads.exp: Likewise.
13211 * gdb.threads/interrupted-hand-call.exp: Likewise.
13212 * gdb.threads/thread-unwindonsignal.exp: Likewise.
13213
13214 2016-06-10 Tom Tromey <tom@tromey.com>
13215
13216 PR rust/20110:
13217 * gdb.rust/expr.exp: Add test for integer constant larger than
13218 i32.
13219
13220 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
13221
13222 * gdb.fortran/nested-funcs.exp: New.
13223 * gdb.fortran/nested-funcs.f90: New.
13224
13225 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
13226
13227 * gdb.base/examine-backward.c: New file.
13228 * gdb.base/examine-backward.exp: New file.
13229
13230 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
13231
13232 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
13233 matching.
13234
13235 2016-06-02 Tom Tromey <tom@tromey.com>
13236
13237 PR python/18984:
13238 * gdb.python/py-shared.exp: Add solib_name test.
13239
13240 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
13241
13242 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
13243
13244 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
13245
13246 PR c++/19893
13247 * gdb.dwarf2/implref.exp: Rename to...
13248 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
13249 * gdb.dwarf2/implref-array.c: New file.
13250 * gdb.dwarf2/implref-array.exp: Likewise.
13251 * gdb.dwarf2/implref-global.c: Likewise.
13252 * gdb.dwarf2/implref-global.exp: Likewise.
13253 * gdb.dwarf2/implref-struct.c: Likewise.
13254 * gdb.dwarf2/implref-struct.exp: Likewise.
13255
13256 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13257
13258 * gdb.trace/trace-condition.exp: Add 64bit tests.
13259
13260 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13261
13262 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
13263 bits types.
13264 (main): Adapt to 8 to 64 bits types.
13265 * gdb.trace/trace-condition.exp: Add new tests.
13266
13267 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13268
13269 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
13270
13271 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13272
13273 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
13274 Move condition tests...
13275 * gdb.trace/trace-condition.exp: Here.
13276
13277 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13278
13279 * gdb.trace/trace-condition.exp: Add counter-case tests.
13280
13281 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13282
13283 PR c++/15231
13284 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
13285 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
13286
13287 2016-05-27 Pedro Alves <palves@redhat.com>
13288
13289 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
13290 New procedure.
13291 (top level): Call it, and bail out of DejaGnu is known to be bad.
13292
13293 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
13294
13295 * gdb.base/whatis.c: Extend the test case.
13296 * gdb.base/whatis.exp: Add additional tests.
13297
13298 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13299
13300 * gdb.fortran/type.f90: Add pointer variable.
13301 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
13302
13303 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13304
13305 * gdb.fortran/vla-type.exp: Fix testcase name.
13306
13307 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13308
13309 * gdb.fortran/vla-type.exp: Access elements in nested structs.
13310
13311 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13312
13313 * gdb.fortran/type.f90: Add nested structures.
13314 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
13315 * gdb.fortran/derived-type.exp: Adapt expected output.
13316 * gdb.fortran/vla-type.exp: Adapt expected output.
13317
13318 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13319
13320 * gdb.fortran/whatis_type.exp: Adapt expected output.
13321
13322 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13323
13324 * gdb.fortran/print_type.exp: Fix expected output.
13325 * gdb.fortran/whatis_type.exp: Fix expected output.
13326
13327 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13328
13329 * gdb.fortran/whatis_type.exp: Use multi_line.
13330
13331 2016-05-24 Tom Tromey <tom@tromey.com>
13332
13333 PR python/17386:
13334 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
13335 use value as an index.
13336
13337 2016-05-23 Tom Tromey <tom@tromey.com>
13338
13339 PR python/17981:
13340 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
13341 no-breakpoint case.
13342
13343 2016-05-24 Pedro Alves <palves@redhat.com>
13344
13345 PR gdb/19828
13346 * gdb.threads/clone-attach-detach.c: New file.
13347 * gdb.threads/clone-attach-detach.exp: New file.
13348
13349 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
13350
13351 * gdb.base/annota-input-while-running.exp: Fix syntax error.
13352
13353 2016-05-23 Tom Tromey <tom@tromey.com>
13354
13355 PR python/19438, PR python/18393:
13356 * gdb.python/py-progspace.exp: Add "dir" test.
13357 * gdb.python/py-objfile.exp: Add "dir" test.
13358
13359 2016-05-23 Yao Qi <yao.qi@linaro.org>
13360
13361 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
13362 * gdb.arch/thumb2-it.exp: Likewise.
13363
13364 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
13365
13366 * gdb.mi/mi-threads-interrupt.c: New file.
13367 * gdb.mi/mi-threads-interrupt.exp: New file.
13368
13369 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
13370
13371 PR gdb/18077
13372 * gdb.mi/mi-async-run.exp: New file.
13373 * gdb.mi/mi-async-run.c: New file.
13374
13375 2016-05-17 Tom Tromey <tom@tromey.com>
13376 Manish Goregaokar <manishsmail@gmail.com>
13377
13378 * lib/rust-support.exp: New file.
13379 * lib/gdb.exp (skip_rust_tests): New proc.
13380 (build_executable_from_specs): Handle rust.
13381 * lib/future.exp (gdb_find_rustc): New proc.
13382 (gdb_default_target_compile): Handle rust.
13383 * gdb.rust/expr.exp: New file.
13384 * gdb.rust/generics.exp: New file.
13385 * gdb.rust/generics.rs: New file.
13386 * gdb.rust/methods.exp: New file.
13387 * gdb.rust/methods.rs: New file.
13388 * gdb.rust/modules.exp: New file.
13389 * gdb.rust/modules.rs: New file.
13390 * gdb.rust/simple.exp: New file.
13391 * gdb.rust/simple.rs: New file.
13392
13393 2016-05-17 Tom Tromey <tom@tromey.com>
13394
13395 * gdb.base/default.exp (set language): Add rust.
13396
13397 2016-05-17 Tom Tromey <tom@tromey.com>
13398
13399 * gdb.gdb/unittest.exp: New file.
13400
13401 2016-05-16 Yao Qi <yao.qi@linaro.org>
13402
13403 * gdb.base/batch-preserve-term-settings.exp: Remove variable
13404 shell_prompt. Update shell_prompt_re.
13405
13406 2016-05-12 Doug Evans <dje@google.com>
13407
13408 PR symtab/19999
13409 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
13410 $options when building executable.
13411 * gdb.dwarf2/fission-loclists-pie.S: New file.
13412 * gdb.dwarf2/fission-loclists-pie.exp: New file.
13413
13414 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
13415
13416 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
13417 of [is_remote target],
13418
13419 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
13420
13421 * lib/gdb.exp (use_gdb_stub): New procedure.
13422
13423 2016-05-03 Yunlian Jiang <yunlian@google.com>
13424 Doug Evans <dje@google.com>
13425
13426 PR symtab/19914
13427 * gdb.dwarf2/dwp-sepdebug.c: New file.
13428 * gdb.dwarf2/dwp-sepdebug.exp: New file.
13429
13430 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
13431
13432 * gdb.base/detach.exp: Remove is_remote check.
13433
13434 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
13435
13436 * gdb.base/annota-input-while-running.exp: Don't check for
13437 [is_remote target]. Enable annotations after running to main.
13438 Remove unused "set test..." line.
13439
13440 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
13441
13442 * gdb.trace/trace-enable-disable.exp: New file.
13443 * gdb.trace/trace-enable-disable.c: New file.
13444
13445 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
13446
13447 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
13448 use it in info sharedlibrary test.
13449 * gdb.trace/ftrace-lock.exp: Likewise.
13450 * gdb.trace/ftrace.exp: Likewise.
13451 * gdb.trace/range-stepping.exp: Likewise.
13452 * gdb.trace/trace-break.exp: Likewise.
13453 * gdb.trace/trace-condition.exp: Likewise.
13454 * gdb.trace/trace-mt.exp: Likewise.
13455
13456 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
13457
13458 * lib/gdb.exp (gdb_load_shlibs): Rename to...
13459 (gdb_load_shlib): ... this.
13460 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
13461 gdb_load_shlib.
13462 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
13463 * gdb.base/ctxobj.exp: Likewise.
13464 * gdb.base/dprintf-pending.exp: Likewise.
13465 * gdb.base/dso2dso.exp: Likewise.
13466 * gdb.base/fixsection.exp: Likewise.
13467 * gdb.base/gcore-relro.exp: Likewise.
13468 * gdb.base/gdb1555.exp: Likewise.
13469 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13470 * gdb.base/gnu-ifunc.exp: Likewise.
13471 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
13472 * gdb.base/jit-so.exp (one_jit_test): Likewise.
13473 * gdb.base/pending.exp: Likewise.
13474 * gdb.base/print-file-var.exp: Likewise.
13475 * gdb.base/print-symbol-loading.exp: Likewise.
13476 * gdb.base/shlib-call.exp: Likewise.
13477 * gdb.base/shreloc.exp: Likewise.
13478 * gdb.base/so-impl-ld.exp: Likewise.
13479 * gdb.base/solib-disc.exp: Likewise.
13480 * gdb.base/solib-nodir.exp: Likewise.
13481 * gdb.base/solib-overlap.exp: Likewise.
13482 * gdb.base/solib-symbol.exp: Likewise.
13483 * gdb.base/solib-weak.exp (do_test): Likewise.
13484 * gdb.base/sym-file.exp: Likewise.
13485 * gdb.base/symtab-search-order.exp: Likewise.
13486 * gdb.base/type-opaque.exp: Likewise.
13487 * gdb.base/unload.exp: Likewise.
13488 * gdb.base/watchpoint-solib.exp: Likewise.
13489 * gdb.compile/compile.exp: Likewise.
13490 * gdb.cp/gdb2384.exp: Likewise.
13491 * gdb.cp/infcall-dlopen.exp: Likewise.
13492 * gdb.cp/re-set-overloaded.exp: Likewise.
13493 * gdb.fortran/library-module.exp: Likewise.
13494 * gdb.opt/solib-intra-step.exp: Likewise.
13495 * gdb.python/py-finish-breakpoint.exp: Likewise.
13496 * gdb.python/py-shared.exp: Likewise.
13497 * gdb.reverse/solib-precsave.exp: Likewise.
13498 * gdb.reverse/solib-reverse.exp: Likewise.
13499 * gdb.server/solib-list.exp: Likewise.
13500 * gdb.threads/dlopen-libpthread.exp: Likewise.
13501 * gdb.threads/tls-shared.exp: Likewise.
13502 * gdb.threads/tls-so_extern.exp: Likewise.
13503 * gdb.trace/change-loc.exp: Likewise.
13504 * gdb.trace/ftrace-lock.exp: Likewise.
13505 * gdb.trace/ftrace.exp: Likewise.
13506 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
13507 * gdb.trace/pending.exp: Likewise.
13508 * gdb.trace/range-stepping.exp: Likewise.
13509 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
13510 (strace_info_marker): Likewise.
13511 (strace_probe_marker): Likewise.
13512 (strace_trace_on_same_addr): Likewise.
13513 (strace_trace_on_diff_addr): Likewise.
13514 * gdb.trace/trace-break.exp: Likewise.
13515 * gdb.trace/trace-condition.exp: Likewise.
13516 * gdb.trace/trace-mt.exp: Likewise.
13517
13518 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
13519
13520 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
13521 result of gdb_remote_download.
13522 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
13523 * gdb.base/dso2dso.exp: Likewise.
13524 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13525 * gdb.base/print-file-var.exp: Likewise.
13526 * gdb.base/shlib-call.exp: Likewise.
13527 * gdb.base/shreloc.exp: Likewise.
13528 * gdb.base/solib-overlap.exp: Likewise.
13529 * gdb.base/solib-weak.exp (do_test): Likewise.
13530 * gdb.base/unload.exp: Likewise.
13531
13532 2016-04-27 Yao Qi <yao.qi@linaro.org>
13533
13534 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
13535 exists.
13536
13537 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13538
13539 * vla-type.exp: Print structure from toplevel.
13540
13541 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13542
13543 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
13544 of dynamic types.
13545 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
13546 of dynamic types.
13547
13548 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13549
13550 * gdb.fortran/vla-type.f90: New file.
13551 * gdb.fortran/vla-type.exp: New file.
13552
13553 2016-04-25 Yao Qi <yao.qi@linaro.org>
13554
13555 * gdb.base/branch-to-self.c: New file.
13556 * gdb.base/branch-to-self.exp: New file.
13557
13558 2016-04-22 Yao Qi <yao.qi@linaro.org>
13559
13560 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
13561 more after $hex.
13562
13563 2016-04-22 Yao Qi <yao.qi@linaro.org>
13564
13565 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
13566 * gdb.base/annota3.exp: Likewise.
13567
13568 2016-04-22 Yao Qi <yao.qi@linaro.org>
13569
13570 * gdb.reverse/step-precsave.exp: Do one step and test program
13571 stops in "callee" and do multiple steps until program goes out
13572 of "callee".
13573 * gdb.reverse/step-reverse.exp: Likewise.
13574
13575 2016-04-22 Yao Qi <yao.qi@linaro.org>
13576
13577 * gdb.trace/signal.exp: Also pass if
13578 $tracepoint_hits($i) > $iterations.
13579
13580 2016-04-22 Yao Qi <yao.qi@linaro.org>
13581
13582 * gdb.trace/signal.c: New file.
13583 * gdb.trace/signal.exp: New file.
13584
13585 2016-04-19 Doug Evans <xdje42@gmail.com>
13586
13587 * gdb.base/bad-file.exp: New file.
13588
13589 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
13590
13591 * gdb.dwarf2/implref.exp: New file.
13592
13593 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
13594
13595 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
13596 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
13597 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
13598 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
13599 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
13600 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
13601 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
13602 * lib/fortran.exp (fortran_int4): New procedure.
13603 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
13604 (fortran_logical4): Likewise.
13605
13606 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
13607
13608 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
13609
13610 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
13611
13612 * lib/compiler.c: Add Intel specific preprocessor macros.
13613 * lib/compiler.cc: Likewise.
13614
13615 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
13616
13617 * gdb.server/connect-with-no-symbol-file.c: New file.
13618 * gdb.server/connect-with-no-symbol-file.exp: New file.
13619
13620 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
13621
13622 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
13623
13624 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
13625
13626 * boards/gdbserver-base.exp (${board}_download): Copy source file to
13627 standard output directory.
13628
13629 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
13630
13631 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
13632
13633 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
13634
13635 * gdb.btrace/instruction_history.c (loop): Add declaration.
13636
13637 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13638
13639 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
13640
13641 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
13642
13643 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
13644 parentheses to print.
13645 (continue_handler): Likewise.
13646
13647 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
13648
13649 * gdb.server/solib-list.exp: Remove is_remote check.
13650 Pass shlib= to gdb_compile. Don't link shared library with
13651 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
13652 Run binary filename through "readlink -f" on the target.
13653
13654 2016-04-08 Pedro Alves <palves@redhat.com>
13655
13656 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
13657 interpreter filename as argument to gdbserver_spawn.
13658 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
13659 Return empty if $last_loaded_file does not exist.
13660
13661 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13662
13663 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
13664 * gdb.base/jit-main.c: Use exit after usage.
13665
13666 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13667
13668 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
13669 GDBHISTSIZE prior to the tests.
13670 * gdb.base/gdbinit-history.exp: Likewise.
13671
13672 2016-04-07 Pedro Alves <palves@redhat.com>
13673
13674 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
13675 instead of build_executable. Use gdb_load_shlibs.
13676
13677 2016-04-07 Yao Qi <yao.qi@linaro.org>
13678
13679 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
13680 Execute "si" command.
13681
13682 2016-04-07 Yao Qi <yao.qi@linaro.org>
13683
13684 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
13685 number instead of the comments on some line.
13686
13687 2016-04-06 Don Breazeal <donb@codesourcery.com>
13688
13689 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
13690 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
13691
13692 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
13693
13694 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
13695 standard_output_file. Remove unused binfile variable.
13696
13697 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
13698
13699 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
13700 * gdb.python/py-mi-objfile.exp: Match "list main" output
13701 in console format.
13702
13703 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
13704
13705 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
13706 absolute.
13707
13708 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
13709
13710 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
13711 absolute.
13712 * gdb.trace/ftrace.exp: Likewise.
13713 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
13714 targets as well.
13715 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
13716 (gdb_load_shlibs): Copy libraries to test directory when testing
13717 natively. Only set solib-search-path if testing remotely.
13718 * lib/mi-support.exp (mi_load_shlibs): Likewise.
13719
13720 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
13721
13722 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
13723 gdb_download. Use it even if the target is not remote.
13724 * gdb.base/jit.exp (compile_jit_test): Likewise.
13725 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
13726 output directory if the destination board is local, otherwise use
13727 the standard remote_download from DejaGnu.
13728 (gdb_download): Remove.
13729 (gdb_load_shlibs): Use gdb_remote_download instead of
13730 gdb_download.
13731 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
13732 Use gdb_remote_download instead of gdb_download. Use it even if
13733 the target is not remote.
13734 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
13735 instead of gdb_download.
13736
13737 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
13738
13739 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
13740 (test_insert_delete_modify): Call mi_load_shlibs before trying to
13741 run.
13742
13743 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
13744
13745 PR gdb/19820
13746 * gdb.base/printcmds.exp: Add artificial arrays tests.
13747
13748 2016-03-31 Pedro Alves <palves@redhat.com>
13749
13750 PR gdb/19858
13751 * gdb.base/jit-main.c: Include unistd.h.
13752 (ATTACH): Define to 0 if not already defined.
13753 (wait_for_gdb, mypid): New globals.
13754 (WAIT_FOR_GDB): New macro.
13755 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
13756 some breakpoint locations.
13757 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
13758 New procedures.
13759 (one_jit_test): Add REATTACH parameter, and handle it. Use
13760 continue_to_test_location.
13761 (top level): Test attach, and adjusts calls to one_jit_test.
13762
13763 2016-03-31 Pedro Alves <palves@redhat.com>
13764
13765 PR gdb/19858
13766 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
13767 BINSUFFIX parameter, and handle it.
13768 (top level): Adjust calls compile_jit_test.
13769
13770 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
13771
13772 PR python/19743
13773 * gdb.python/py-mi-events-gdb.py: New file.
13774 * gdb.python/py-mi-events.c: New file.
13775 * gdb.python/py-mi-events.exp: New file.
13776
13777 2016-03-30 Yao Qi <yao.qi@linaro.org>
13778
13779 * gdb.reverse/until-precsave.exp: Match function name only.
13780 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
13781 Move malloc to a condition block.
13782 * gdb.reverse/until-reverse.exp: Match function name only.
13783
13784 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
13785
13786 * gdb.trace/ftrace.exp: Set arg0exp for s390.
13787 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
13788 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
13789 variable for GPR 0 instead of assuming it is register 0.
13790 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
13791 * lib/trace-support.exp: Add s390 registers.
13792
13793 2016-03-29 Yao Qi <yao.qi@linaro.org>
13794
13795 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
13796
13797 2016-03-24 Yao Qi <yao.qi@linaro.org>
13798
13799 * gdb.reverse/break-reverse.exp: Add quotation mark in the
13800 test message.
13801
13802 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13803
13804 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
13805 maintaining separate logic for constructing the output path.
13806
13807 2016-03-16 Don Breazeal <donb@codesourcery.com>
13808
13809 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
13810 Retry fork and waitpid on interrupted system call errors.
13811 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13812 Use with_timeout_factor to increase timeout by factor of 10.
13813
13814 2016-03-15 Don Breazeal <donb@codesourcery.com>
13815
13816 * gdb.cp/scope-err.cc: New test program.
13817 * gdb.cp/scope-err.exp: New test script.
13818 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
13819 lines and "set breakpoint here" comment.
13820 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
13821 Fixed some whitespace and format issues.
13822 * gdb.mi/mi-linespec-err-cp.cc: New test program.
13823 * gdb.mi/mi-linespec-err-cp.exp: New test script.
13824
13825 2016-03-15 Doug Evans <dje@google.com>
13826
13827 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
13828 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
13829 All callers updated. Add tests for enums, mixed flags register.
13830
13831 2016-03-15 Doug Evans <dje@google.com>
13832
13833 * gdb.base/skip.c (main): Call test_skip_file_and_function.
13834 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
13835
13836 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
13837
13838 * gdb.base/default.exp: Add $_as_string to the list of expected
13839 convenience functions.
13840
13841 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
13842
13843 * gdb.base/maint.exp: New tests for 'maint info line-table'.
13844
13845 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
13846
13847 * gdb.python/py-as-string.exp: New file.
13848 * gdb.python/py-as-string.c: New file.
13849
13850 2016-03-09 Pedro Alves <palves@redhat.com>
13851
13852 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
13853 signal" -> "Thread NN received signal" output change.
13854 * gdb.threads/ia64-sigill.exp: Likewise.
13855 * gdb.threads/linux-dp.exp: Likewise.
13856 * gdb.threads/manythreads.exp: Likewise.
13857 * gdb.threads/pending-step.exp: Likewise.
13858 * gdb.threads/print-threads.exp: Likewise.
13859 * gdb.threads/sigstep-threads.exp: Likewise.
13860 * gdb.threads/staticthreads.exp: Likewise.
13861 * gdb.threads/tls.exp: Likewise.
13862
13863 2016-03-09 Pedro Alves <palves@redhat.com>
13864
13865 * gdb.base/command-line-input.exp: New file.
13866
13867 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13868
13869 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
13870 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
13871 * gdb.trace/pending.exp: Accept leading dot before function name.
13872 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
13873 * lib/trace-support.exp: Set registers for ppc.
13874
13875 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13876
13877 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
13878 use it for disassembly; accept .main in addition to main in backtrace.
13879
13880 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
13881 Marcin Kościelnicki <koriakin@0x04.net>
13882
13883 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
13884 (gdb_recursion_test_ptr): New global variable.
13885 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
13886 gdb_recursion_test.
13887 (gdb_c_test): Ditto.
13888
13889 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13890
13891 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
13892 ordering.
13893
13894 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13895
13896 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
13897 (bar): Add bar_start_lbl label.
13898 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
13899 of foo/bar for emitting DWARF and tracing.
13900
13901 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
13902
13903 * analyze-racy-logs.py: Set executable bit.
13904
13905 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
13906
13907 * Makefile.in (DEFAULT_RACY_ITER): New variable.
13908 (CHECK_TARGET_TMP): Likewise.
13909 (check-single-racy): New rule.
13910 (check-parallel-racy): Likewise.
13911 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
13912 (do-check-parallel-racy): New rule.
13913 (check-racy/%.exp): Likewise.
13914 * README (Racy testcases): New section.
13915 * analyze-racy-logs.py: New file.
13916
13917 2016-03-03 Doug Evans <dje@google.com>
13918
13919 * gdb.base/skip.exp: Use with_test_prefix.
13920
13921 2016-03-03 Yao Qi <yao.qi@linaro.org>
13922
13923 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
13924 Invoke step_over_syscall "clone" and break_cond_on_syscall
13925 "clone".
13926 * gdb.base/step-over-clone.c: New file.
13927
13928 2016-03-03 Yao Qi <yao.qi@linaro.org>
13929
13930 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
13931 code format.
13932
13933 2016-03-03 Yao Qi <yao.qi@linaro.org>
13934
13935 * gdb.base/disp-step-fork.c: Rename to ...
13936 * gdb.base/step-over-fork.c: ... it. New file.
13937 * gdb.base/disp-step-vfork.c: Rename to ...
13938 * gdb.base/step-over-vfork.c: ... it. New file.
13939 * gdb.base/disp-step-syscall.exp: Rename to ...
13940 * gdb.base/step-over-syscall.exp: ... it. New file.
13941 (disp_step_cross_syscall): Rename to ...
13942 (step_over_syscall): ... it.
13943
13944 2016-03-03 Yao Qi <yao.qi@linaro.org>
13945
13946 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
13947 If target supports condition evaluation on target, invoke
13948 break_cond_on_syscall for fork and vfork.
13949
13950 2016-03-03 Yao Qi <yao.qi@linaro.org>
13951
13952 * gdb.base/disp-step-syscall.exp: Don't invoke
13953 support_displaced_stepping.
13954 (disp_step_cross_syscall): Test with displaced stepping off and
13955 on if supported.
13956
13957 2016-03-03 Yao Qi <yao.qi@linaro.org>
13958
13959 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
13960 proc.
13961 (setup): New proc.
13962 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
13963 and setup.
13964
13965 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13966
13967 * gdb.fortran/vla-history.exp: Remove breakpoint.
13968
13969 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13970
13971 * gdb.fortran/vla-history.exp: Lookup array elements and printing
13972 exceeds timeout.
13973
13974 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13975
13976 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
13977 breakpoint.
13978
13979 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13980
13981 * gdb.mi/vla.f90: Nullify pointer after declaration.
13982
13983 2016-03-01 Pedro Alves <palves@redhat.com>
13984
13985 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
13986
13987 2016-03-01 Pedro Alves <palves@redhat.com>
13988
13989 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
13990 before anything else.
13991 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
13992 _GNU_SOURCE here.
13993 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
13994 before anything else.
13995 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
13996
13997 2016-03-01 Pedro Alves <palves@redhat.com>
13998
13999 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
14000
14001 2016-03-01 Yao Qi <yao.qi@linaro.org>
14002
14003 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
14004 prepare_for_testing.
14005
14006 2016-03-01 Yao Qi <yao.qi@linaro.org>
14007
14008 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
14009
14010 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
14011
14012 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
14013 manually constructing the output path.
14014
14015 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
14016
14017 * gdb.arch/s390-stackless.S: New.
14018 * gdb.arch/s390-stackless.exp: New.
14019
14020 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
14021
14022 * gdb.dlang/circular.c: New file.
14023 * gdb.dlang/circular.exp: New file.
14024
14025 2016-02-26 Yao Qi <yao.qi@linaro.org>
14026
14027 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
14028 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
14029 (testcases): Update.
14030
14031 2016-02-26 Yao Qi <yao.qi@linaro.org>
14032
14033 * gdb.reverse/aarch64.c: Rename to ...
14034 * gdb.reverse/insn-reverse.c: ... it.
14035 * gdb.reverse/aarch64.exp: Rename to ...
14036 * gdb.reverse/insn-reverse.exp: ... it.
14037
14038 2016-02-26 Yao Qi <yao.qi@linaro.org>
14039
14040 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
14041 (testcase_ftype): New.
14042 (testcases): New array.
14043 (n_testcases): New.
14044 (main): Call each element in testcases.
14045 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
14046 (read_testcase): New.
14047 Do the tests in a loop.
14048
14049 2016-02-25 Yao Qi <yao.qi@linaro.org>
14050
14051 * gdb.base/branches.c: Remove.
14052
14053 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
14054
14055 PR gdb/13808
14056 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
14057
14058 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
14059
14060 * gdb.trace/ftrace.exp: Remove unnecessary target check.
14061
14062 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
14063
14064 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
14065 change x86_64 call_insn to 'callq'.
14066
14067 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14068
14069 * gdb.trace/tfile-avx.c: Move to...
14070 * gdb.trace/tracefile-pseudo-reg.c: Here.
14071 * gdb.trace/tfile-avx.exp: Move to...
14072 * gdb.trace/tracefile-pseudo-reg.exp: Here.
14073
14074 2016-02-24 Gary Benson <gbenson@redhat.com>
14075
14076 * gdb.base/attach-pie-noexec.exp: Do not expect an error
14077 message on attach.
14078
14079 2016-02-23 Doug Evans <dje@google.com>
14080
14081 * gdb.base/skip.c (test_skip): New function.
14082 (end_test_skip_file_and_function): New function.
14083 (test_skip_file_and_function): New function.
14084 * gdb.base/skip1.c (test_skip): New function.
14085 (skip1_test_skip_file_and_function): New function.
14086 * gdb.base/skip.exp: Add tests for new skip options.
14087 * gdb.base/skip-solib.exp: Update expected output.
14088 * gdb.perf/skip-command.cc: New file.
14089 * gdb.perf/skip-command.exp: New file.
14090 * gdb.perf/skip-command.py: New file.
14091
14092 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
14093
14094 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
14095 info registers pattern.
14096
14097 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
14098
14099 * lib/future.exp: Add D support.
14100 (gdb_find_gdc): New proc.
14101 (gdb_default_target_compile): Add D support.
14102
14103 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
14104
14105 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
14106 user+system time.
14107 (trace_speed_test): Determine the iteration count for a time
14108 between 15..30 seconds.
14109
14110 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
14111
14112 * gdb.arch/i386-mpx-sigsegv.c: New file.
14113 * gdb.arch/i386-mpx-sigsegv.exp: New file.
14114 * gdb.arch/i386-mpx-simple_segv.c: New file.
14115 * gdb.arch/i386-mpx-simple_segv.exp: New file.
14116
14117 2016-02-18 Yao Qi <yao.qi@linaro.org>
14118
14119 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14120 Don't call setup_kfail.
14121
14122 2016-02-18 Yao Qi <yao.qi@linaro.org>
14123
14124 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
14125 Set "set breakpoint condition-evaluation" per $cond_bp_target.
14126
14127 2016-02-16 Doug Evans <dje@google.com>
14128
14129 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
14130 * gdb.base/skip1.c: Ditto.
14131 * gdb.base/skip.exp: Whitespace cleanup.
14132
14133 2016-02-16 Don Breazeal <donb@codesourcery.com>
14134
14135 PR remote/19496
14136 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
14137 Remove kfail for PR remote/19496.
14138
14139 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
14140
14141 * lib/gdb.exp (standard_temp_file): Return a path specific to
14142 the runtest invocation.
14143
14144 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
14145
14146 * gdb.trace/save-trace.exp: Change relative path to be in the
14147 standard output directory.
14148
14149 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14150
14151 * gdb.arch/i386-prologue.c: Add missing prototypes.
14152
14153 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14154
14155 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
14156 * gdb.arch/i386-prologue.exp: Likewise.
14157 * gdb.arch/i386-size.exp: Likewise.
14158
14159 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
14160
14161 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
14162 define object file path.
14163 * gdb.btrace/gcore.exp: Use standard_output_file to define core
14164 file path.
14165 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
14166 standard_output_file to define binfile.
14167
14168 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14169
14170 Fix compatibility with recent gfortran-5.3.1.
14171 * gdb.fortran/vla-history.exp (print vla1 allocated)
14172 (print vla2 allocated, print $2, print $3): Remove
14173 (print $4): Rename to ...
14174 (print $2): ... here.
14175 (print $9): Rename to ...
14176 (print $5): ... here.
14177 (print $10): Rename to ...
14178 (print $6): ... here.
14179 * gdb.fortran/vla.f90: Add pvla initialization.
14180
14181 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14182
14183 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
14184 New test.
14185 * gdb.fortran/vla-value-sub.exp: Likewise.
14186
14187 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
14188
14189 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
14190
14191 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
14192
14193 * i386-biarch-core.exp: Define corefile using
14194 standard_output_file.
14195
14196 2016-02-12 Yao Qi <yao.qi@linaro.org>
14197
14198 * gdb.arch/arm-single-step-kernel-helper.c: New.
14199 * gdb.arch/arm-single-step-kernel-helper.exp: New.
14200
14201 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
14202
14203 * gdb.btrace/tailcall-only.exp: New.
14204 * gdb.btrace/tailcall-only.c: New.
14205 * gdb.btrace/x86_64-tailcall-only.S: New.
14206 * gdb.btrace/i686-tailcall-only.S: New.
14207
14208 2016-02-11 Pedro Alves <palves@redhat.com>
14209
14210 * README (Parallel testing): Add missing double quotes.
14211
14212 2016-02-11 Pedro Alves <palves@redhat.com>
14213
14214 * README (Parallel testing): New section.
14215 (GDB_PARALLEL): Rewrite.
14216 (FORCE_PARALLEL): Document.
14217
14218 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
14219
14220 * gdb.trace/tfile-avx.c: New test.
14221 * gdb.trace/tfile-avx.exp: New test.
14222
14223 2016-02-09 Keith Seitz <keiths@redhat.com>
14224
14225 PR breakpoints/19546
14226 * gdb.base/infcall-exec.c: New file.
14227 * gdb.base/infcall-exec2.c: New file.
14228 * gdb.base/infcall-exec.exp: New file.
14229
14230 2016-02-09 Keith Seitz <keiths@redhat.com>
14231
14232 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
14233 (toplevel): Call test_bkpt_address.
14234
14235 2016-02-09 Keith Seitz <keiths@redhat.com>
14236
14237 PR python/19506
14238 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
14239 (toplevel): Call test_bkpt_address.
14240
14241 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
14242
14243 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
14244 to AC_OUTPUT.
14245 * configure: Regenerate.
14246
14247 2016-02-09 Pedro Alves <palves@redhat.com>
14248
14249 PR breakpoints/19548
14250 * gdb.base/execl-update-breakpoints.c (some_function): New
14251 function.
14252 (main): Call it.
14253 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
14254 Tighten expected GDB output.
14255
14256 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
14257
14258 * Makefile.in (ALL_SUBDIRS): Remove.
14259 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
14260 (distclean maintainer-clean realclean): Likewise.
14261 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
14262 * configure: Regenerate.
14263 * gdb.ada/Makefile.in: Delete.
14264 * gdb.arch/Makefile.in: Likewise.
14265 * gdb.asm/Makefile.in: Likewise.
14266 * gdb.base/Makefile.in: Likewise.
14267 * gdb.btrace/Makefile.in: Likewise.
14268 * gdb.cell/Makefile.in: Likewise.
14269 * gdb.compile/Makefile.in: Likewise.
14270 * gdb.cp/Makefile.in: Likewise.
14271 * gdb.disasm/Makefile.in: Likewise.
14272 * gdb.dlang/Makefile.in: Likewise.
14273 * gdb.dwarf2/Makefile.in: Likewise.
14274 * gdb.fortran/Makefile.in: Likewise.
14275 * gdb.gdb/Makefile.in: Likewise.
14276 * gdb.go/Makefile.in: Likewise.
14277 * gdb.guile/Makefile.in: Likewise.
14278 * gdb.java/Makefile.in: Likewise.
14279 * gdb.linespec/Makefile.in: Likewise.
14280 * gdb.mi/Makefile.in: Likewise.
14281 * gdb.modula2/Makefile.in: Likewise.
14282 * gdb.multi/Makefile.in: Likewise.
14283 * gdb.objc/Makefile.in: Likewise.
14284 * gdb.opencl/Makefile.in: Likewise.
14285 * gdb.opt/Makefile.in: Likewise.
14286 * gdb.pascal/Makefile.in: Likewise.
14287 * gdb.perf/Makefile.in: Likewise.
14288 * gdb.python/Makefile.in: Likewise.
14289 * gdb.reverse/Makefile.in: Likewise.
14290 * gdb.server/Makefile.in: Likewise.
14291 * gdb.stabs/Makefile.in: Likewise.
14292 * gdb.threads/Makefile.in: Likewise.
14293 * gdb.trace/Makefile.in: Likewise.
14294 * gdb.xml/Makefile.in: Likewise.
14295 * lib/gdb.exp (make_gdb_parallel_path): Add check for
14296 GDB_PARALLEL.
14297 (standard_output_file): Remove check for GDB_PARALLEL, always
14298 return path in outputs/$subdir/$testname.
14299
14300 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
14301
14302 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
14303 (site.exp): Assign abs_srcdir to tcl's srcdir.
14304
14305 2016-02-04 Yao Qi <yao.qi@linaro.org>
14306
14307 * gdb.base/foll-exec-mode.c: Include limits.h.
14308 (main): Add parameters argc and argv. Get directory from
14309 argv[0].
14310 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
14311 compilation.
14312 * gdb.base/foll-exec.c: Include limits.h.
14313 (main): Add parameters argc and argv.
14314 Get directory from argv[0].
14315 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
14316 Adjust tests on the number of lines as source code changed.
14317 * gdb.base/foll-vfork-exit.c: Include limits.h.
14318 (main): Add one line of statement before vfork.
14319 * gdb.base/foll-vfork.c: Include limits.h and string.h.
14320 (main): Add parameters argc and argv. Get directory from
14321 argv[0].
14322 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
14323 (setup_gdb): Set tbreak to skip some source lines.
14324 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
14325 (main): Add parameters argc and argv. Get directory from
14326 argv[0].
14327 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
14328 compilation.
14329 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
14330 (main): Add parameters argc and argv. Get directory from
14331 argv[0].
14332 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
14333 compilation.
14334
14335 2016-02-01 Doug Evans <dje@google.com>
14336
14337 * gdb.base/skip.exp: Clean up multiple references to same test name.
14338
14339 2016-02-01 Pedro Alves <palves@redhat.com>
14340
14341 PR remote/19496
14342 * gdb.threads/forking-threads-plus-breakpoint.exp
14343 (displaced_stepping_supported): New global.
14344 (probe_displaced_stepping_support): New procedure.
14345 (do_test): Add 'displaced' parameter, and use it.
14346 (top level): Check for displaced stepping support. Add displaced
14347 stepping on/off testing axis.
14348
14349 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
14350
14351 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
14352 pointer. Don't perform further tests on the unassociated pointer
14353 if the first test fails.
14354
14355 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
14356
14357 * gdb.base/max-value-size.c: New file.
14358 * gdb.base/max-value-size.exp: New file.
14359 * gdb.base/huge.exp: Disable max-value-size for this test.
14360
14361 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
14362
14363 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14364
14365 2016-01-28 Yao Qi <yao.qi@linaro.org>
14366
14367 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
14368
14369 2016-01-25 Pedro Alves <palves@redhat.com>
14370
14371 PR threads/19461
14372 * gdb.base/fork-running-state.c: New file.
14373 * gdb.base/fork-running-state.exp: New file.
14374
14375 2016-01-25 Pedro Alves <palves@redhat.com>
14376
14377 PR gdb/19494
14378 * gdb.base/catch-fork-kill.c: New file.
14379 * gdb.base/catch-fork-kill.exp: New file.
14380
14381 2016-01-25 Pedro Alves <palves@redhat.com>
14382
14383 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
14384 Delete, moved to lib/gdb.exp.
14385 * gdb.threads/forking-threads-plus-breakpoint.exp
14386 (foreach_with_prefix): Likewise.
14387 * gdb.threads/process-dies-while-handling-bp.exp
14388 (foreach_with_prefix): Likewise.
14389 * lib/gdb.exp (foreach_with_prefix): New procedure.
14390
14391 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
14392
14393 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
14394 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
14395
14396 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
14397
14398 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
14399 endian targets.
14400
14401 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14402 Pedro Alves <palves@redhat.com>
14403
14404 Fix testsuite compatibility with Guile.
14405 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
14406 number.
14407
14408 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14409
14410 Fix testsuite compatibility with Guile.
14411 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
14412 (thread 1): New test for backtrace through signal handler.
14413
14414 2016-01-22 Yao Qi <yao.qi@linaro.org>
14415
14416 PR testsuite/19491
14417 * gdb.base/multi-forks.c: Include
14418 ../lib/unbuffer_output.c
14419 (main): Call gdb_unbuffer_output.
14420
14421 2016-01-21 Doug Evans <dje@google.com>
14422
14423 * lib/ada.exp (gdb_compile_ada): Fix typo.
14424
14425 2016-01-21 Joel Brobecker <brobecker@adacore.com>
14426
14427 * gdb.base/break-fun-addr.exp: New file.
14428 * gdb.base/break-fun-addr1.c: New file.
14429 * gdb.base/break-fun-addr2.c: New file.
14430
14431 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
14432
14433 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
14434 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
14435 enum flag values.
14436
14437 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
14438
14439 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
14440 when GDB can not set the vector return value. Add more comments
14441 for clarification.
14442
14443 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
14444
14445 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
14446 command.
14447
14448 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14449
14450 * Makefile.in (DO_RUNTEST): Add --status and update usages.
14451
14452 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14453
14454 * Makefile.in (check-single): Pass --status to runtest.
14455 (check/%.exp): Likewise.
14456
14457 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14458
14459 * Makefile.in (check-parallel): Propagate return code from make
14460 do-check-parallel.
14461
14462 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
14463
14464 * gdb.trace/ftrace.exp: Fix expected message on continue.
14465 * gdb.trace/pending.exp: Fix expected message on continue.
14466 * gdb.trace/trace-break.exp: Fix expected message on continue.
14467
14468 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
14469
14470 * lib/gdb.exp (gdb_test): Remove unused global references.
14471
14472 2016-01-18 Pedro Alves <palves@redhat.com>
14473
14474 * gdb.base/async-shell.exp: Adjust expected output.
14475 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
14476 * gdb.base/siginfo-thread.exp: Adjust expected output.
14477 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
14478 * gdb.java/jnpe.exp: Adjust expected output.
14479 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
14480 * gdb.threads/continue-pending-status.exp: Adjust expected output.
14481 * gdb.threads/leader-exit.exp: Adjust expected output.
14482 * gdb.threads/manythreads.exp: Adjust expected output.
14483 * gdb.threads/pthreads.exp: Adjust expected output.
14484 * gdb.threads/schedlock.exp: Adjust expected output.
14485 * gdb.threads/siginfo-threads.exp: Adjust expected output.
14486 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
14487 expected output.
14488 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
14489 output.
14490 * gdb.threads/sigthread.exp: Adjust expected output.
14491 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
14492
14493 2016-01-18 Yao Qi <yao.qi@linaro.org>
14494
14495 * gdb.guile/scm-section-script.c: Replace @progbits with
14496 %progbits.
14497 * gdb.python/py-section-script.c: Likewise.
14498
14499 2016-01-15 Pedro Alves <palves@redhat.com>
14500
14501 * gdb.multi/tids.exp: Test star wildcard ranges.
14502
14503 2016-01-15 Pedro Alves <palves@redhat.com>
14504
14505 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
14506 command from "thread apply" invocation.
14507 (thr_apply_info_thr_invalid): Default the expected output to the
14508 input tid list.
14509 (top level): Add tests that use convenience variables. Add tests
14510 for "thread apply" with a valid TID list, but missing the command.
14511
14512 2016-01-13 Pedro Alves <palves@redhat.com>
14513
14514 * gdb.base/default.exp: Expect $_gthread as well.
14515 * gdb.multi/tids.exp: Test $_gthread.
14516 * gdb.threads/thread-specific.exp: Test $_gthread.
14517
14518 2016-01-13 Pedro Alves <palves@redhat.com>
14519
14520 * gdb.multi/tids.exp: Test "info threads -gid".
14521
14522 2016-01-13 Pedro Alves <palves@redhat.com>
14523
14524 * gdb.multi/tids.exp: Test InferiorThread.global_num and
14525 Breakpoint.thread.
14526 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
14527
14528 2016-01-07 Pedro Alves <palves@redhat.com>
14529
14530 * gdb.base/break.exp: Adjust to output changes.
14531 * gdb.base/hbreak2.exp: Likewise.
14532 * gdb.base/sepdebug.exp: Likewise.
14533 * gdb.base/watch_thread_num.exp: Likewise.
14534 * gdb.linespec/keywords.exp: Likewise.
14535 * gdb.multi/info-threads.exp: Likewise.
14536 * gdb.threads/thread-find.exp: Likewise.
14537 * gdb.multi/tids.c: New file.
14538 * gdb.multi/tids.exp: New file.
14539
14540 2016-01-13 Pedro Alves <palves@redhat.com>
14541
14542 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
14543
14544 2016-01-13 Pedro Alves <palves@redhat.com>
14545
14546 * gdb.base/default.exp: Expect $_inferior as well.
14547 * gdb.multi/base.exp: Test $_inferior.
14548
14549 2016-01-13 Pedro Alves <palves@redhat.com>
14550
14551 PR breakpoints/19388
14552 * gdb.base/catch-signal-siginfo-cond.c: New file.
14553 * gdb.base/catch-signal-siginfo-cond.exp: New file.
14554
14555 2016-01-12 Josh Stone <jistone@redhat.com>
14556 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14557
14558 * gdb.base/catch-syscall.c (do_execve): New variable.
14559 (main): Conditionally trigger an execve.
14560 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
14561 (test_catch_syscall_execve): New, check entry/return across execve.
14562 (do_syscall_tests): Call test_catch_syscall_execve.
14563
14564 2016-01-12 Pedro Alves <palves@redhat.com>
14565
14566 * gdb.base/random-signal.exp (do_test): New procedure, with body
14567 of testcase moved in.
14568
14569 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14570 Pedro Alves <palves@redhat.com>
14571
14572 * gdb.base/funcargs.exp (finish from indirectly called function):
14573 Reintroduce the case for 'First'.
14574
14575 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14576 Pedro Alves <palves@redhat.com>
14577
14578 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
14579 (tcatch_vfork_then_child_follow_exec)
14580 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
14581 identification.
14582
14583 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14584
14585 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
14586 and repeats to unlimited.
14587 * gdb.python/py-value.exp: Likewise.
14588 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
14589 and repeats to unlimited.
14590
14591 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14592
14593 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
14594 and reordering the functions.
14595 * gdb.multi/hangout.c: Likewise.
14596 * gdb.multi/hello.c: Likewise.
14597
14598 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
14599
14600 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
14601 absolute.
14602 (SingleStatisticTestResult.report): Use dict.keys instead of
14603 dict.iterkeys.
14604
14605 2016-01-06 Pedro Alves <palves@redhat.com>
14606
14607 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
14608
14609 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
14610
14611 * gdb.btrace/dlopen.exp: New.
14612 * gdb.btrace/dlopen.c: New.
14613 * gdb.btrace/dlopen-dso.c: New.
14614
14615 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
14616
14617 * lib/gdb.exp (gdb_test): Update comments to clarify that the
14618 PATTERN argument is optional.
14619
14620 2015-12-24 Joel Brobecker <brobecker@adacore.com>
14621
14622 * lib/ada.exp (target_compile_ada_from_dir): New function.
14623 (gdb_compile_ada): Reimplement avoiding the use of project files.
14624 * gdb.ada/gnat_ada.gpr: Delete.
14625 * gdb.ada/cond_lang.exp: Adjust test to make path before
14626 filename optional.
14627 * gdb.ada/small_reg_param.exp: Likewise.
14628
14629 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
14630
14631 * gdb.base/foll-vork.exp: Remove HP-UX special case.
14632
14633 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
14634
14635 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
14636 case.
14637
14638 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
14639
14640 * gdb.base/break.exp: Remove dead code.
14641 * gdb.base/sepdebug.exp: Likewise.
14642
14643 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
14644
14645 * gdb.asm/asm-source.exp: Remove HP-UX references.
14646 * gdb.base/annota1.exp: Likewise.
14647 * gdb.base/annota3.exp: Likewise.
14648 * gdb.base/attach.exp: Likewise.
14649 * gdb.base/bigcore.exp: Likewise.
14650 * gdb.base/break.exp: Likewise.
14651 * gdb.base/call-ar-st.exp: Likewise.
14652 * gdb.base/callfuncs.exp: Likewise.
14653 * gdb.base/catch-fork-static.exp: Likewise.
14654 * gdb.base/display.exp: Likewise.
14655 * gdb.base/foll-exec-mode.exp: Likewise.
14656 * gdb.base/foll-exec.exp: Likewise.
14657 * gdb.base/foll-fork.exp: Likewise.
14658 * gdb.base/foll-vfork.exp: Likewise.
14659 * gdb.base/funcargs.exp: Likewise.
14660 * gdb.base/hbreak2.exp: Likewise.
14661 * gdb.base/inferior-died.exp: Likewise.
14662 * gdb.base/interrupt.exp: Likewise.
14663 * gdb.base/multi-forks.exp: Likewise.
14664 * gdb.base/nodebug.exp: Likewise.
14665 * gdb.base/sepdebug.exp: Likewise.
14666 * gdb.base/solib1.c: Likewise.
14667 * gdb.base/step-test.exp: Likewise.
14668 * gdb.mi/non-stop.c: Likewise.
14669 * gdb.mi/pthreads.c: Likewise.
14670 * gdb.multi/bkpt-multi-exec.ex: Likewise.
14671 * gdb.threads/pthreads.c: Likewise.
14672 * gdb.threads/staticthreads.exp: Likewise.
14673 * lib/future.exp: Likewise.
14674 * lib/gdb.exp: Likewise.
14675 * gdb.base/so-indr-cl.c: Remove.
14676 * gdb.base/so-indr-cl.exp: Likewise.
14677 * gdb.base/solib.c: Likewise.
14678 * gdb.base/solib.exp: Likewise.
14679 * gdb.base/solib2.c: Likewise.
14680
14681 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
14682
14683 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
14684 * gdb.base/call-ar-st.exp: Likewise.
14685 * gdb.base/callfuncs.exp: Likewise.
14686 * gdb.base/condbreak.exp: Likewise.
14687 * gdb.base/constvars.exp: Likewise.
14688 * gdb.base/hbreak2.exp: Likewise.
14689 * gdb.base/langs.exp: Likewise.
14690 * gdb.base/list.exp: Likewise.
14691 * gdb.base/long_long.exp: Likewise.
14692 * gdb.base/ptype.exp: Likewise.
14693 * gdb.base/scope.exp: Likewise.
14694 * gdb.base/signals.exp: Likewise.
14695 * gdb.base/so-impl-ld.exp: Likewise.
14696 * gdb.base/varargs.exp: Likewise.
14697 * gdb.base/volatile.exp: Likewise.
14698 * gdb.base/whatis.exp: Likewise.
14699 * gdb.cp/cplusfuncs.exp: Likewise.
14700 * gdb.cp/inherit.exp: Likewise.
14701 * gdb.cp/local.exp: Likewise.
14702 * gdb.cp/member-ptr.exp: Likewise.
14703 * gdb.cp/method.exp: Likewise.
14704 * gdb.cp/overload.exp: Likewise.
14705 * gdb.cp/templates.exp: Likewise.
14706 * gdb.stabs/weird.exp: Likewise.
14707 * lib/compiler.c: Likewise.
14708 * lib/compiler.cc: Likewise.
14709 * lib/cp-support.exp: Likewise.
14710 * lib/gdb.exp: Likewise.
14711
14712 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
14713
14714 * configure.ac: Remove HP-UX case.
14715 * configure: Regenerate.
14716
14717 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
14718
14719 * lib/gdb.exp (gdb_compile): Add function doc.
14720
14721 2015-12-17 Pedro Alves <palves@redhat.com>
14722
14723 PR threads/19354
14724 * gdb.multi/info-threads.exp: New file.
14725
14726 2015-12-15 Yao Qi <yao.qi@linaro.org>
14727
14728 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
14729 is aarch64*-*-*.
14730
14731 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14732
14733 * gdb.base/history-duplicates.exp: Skip if no readline support.
14734
14735 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14736
14737 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
14738
14739 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14740
14741 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
14742
14743 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14744
14745 * gdb.base/completion.exp: Skip tests that interrupt GDB with
14746 ctrl-C if nointerrupts target property is set.
14747 * gdb.base/double-prompt-target-event-error.exp: Likewise.
14748 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
14749 * gdb.base/paginate-bg-execution.exp: Likewise.
14750 * gdb.base/paginate-execution-startup.exp: Likewise.
14751 * gdb.base/random-signal.exp: Likewise.
14752 * gdb.base/range-stepping.exp: Likewise.
14753 * gdb.cp/annota2.exp: Likewise.
14754 * gdb.cp/annota3.exp: Likewise.
14755 * gdb.gdb/selftest.exp: Likewise.
14756 * gdb.threads/continue-pending-status.exp: Likewise.
14757 * gdb.threads/leader-exit.exp: Likewise.
14758 * gdb.threads/manythreads.exp: Likewise.
14759 * gdb.threads/pthreads.exp: Likewise.
14760 * gdb.threads/schedlock.exp: Likewise.
14761 * gdb.threads/sigthread.exp: Likewise.
14762
14763 2015-12-11 Don Breazeal <donb@codesourcery.com>
14764
14765 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
14766 remote.
14767 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
14768 * gdb.base/foll-exec.exp (main): Enable for target remote.
14769 * gdb.base/foll-fork.exp (main): Likewise.
14770 * gdb.base/foll-vfork.exp (main): Likewise.
14771 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
14772 (proc continue_to_exit_bp_loc): Use clean_restart.
14773 * gdb.base/pie-execl.exp (main): Disable for target remote.
14774 * gdb.base/watch-vfork.exp (main): Enable for target remote.
14775 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
14776 * gdb.threads/execl.exp (main): Likewise.
14777 * gdb.threads/fork-child-threads.exp (main): Likewise.
14778 * gdb.threads/fork-plus-threads.exp (main): Disable for target
14779 remote.
14780 * gdb.threads/fork-thread-pending.exp (main): Enable for target
14781 remote.
14782 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
14783 pid.tid style ptids, instead of just tid.
14784 * gdb.threads/thread-execl.exp (main): Enable for target remote.
14785 * gdb.threads/watchpoint-fork.exp (main): Likewise.
14786 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
14787 ptids, instead of just tid.
14788
14789 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14790
14791 * gdb.base/list.exp (test_list_forward): Add end of file error
14792 test.
14793 (test_repeat_list_command): Add end of file error test.
14794 (test_list_backwards): Add beginning of file error test.
14795
14796 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14797
14798 * gdb.base/list.exp (test_list_invalid_args): New function,
14799 defined, and called.
14800
14801 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14802
14803 * gdb.base/list.exp (test_list): Make test names unique.
14804
14805 2015-12-11 Yao Qi <yao.qi@linaro.org>
14806
14807 * gdb.base/coremaker2.c: Remove.
14808
14809 2015-12-10 Pedro Alves <palves@redhat.com>
14810
14811 * gdb.multi/base.exp: Remove stale "spaces" references.
14812
14813 2015-12-10 Pedro Alves <palves@redhat.com>
14814
14815 * gdb.multi/base.exp: Don't use nowarnings.
14816 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
14817 * gdb.multi/hangout.c: Include stdio.h.
14818 * gdb.multi/hello.c: Include stdlib.h.
14819 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
14820 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
14821 * gdb.multi/multi-arch.exp: Don't use nowarnings.
14822
14823 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
14824
14825 * gdb.dwarf2/dw2-ranges-base.c: New file.
14826 * gdb.dwarf2/dw2-ranges-base.exp: New file.
14827 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
14828 support additional line table, and debug ranges generation.
14829 (Dwarf::ranges): New function, generate .debug_ranges.
14830 (Dwarf::lines): Support generating simple line table programs.
14831 (Dwarf::assemble): Initialise new namespace variables.
14832
14833 2015-12-09 Kevin Buettner <kevinb@redhat.com>
14834
14835 * gdb.base/async.exp (proc test_background): Add case for
14836 asynchronous execution not supported.
14837
14838 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
14839
14840 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
14841 format and change test names to make them unique.
14842
14843 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
14844 Pedro Alves <pedro@redhat.com>
14845
14846 PR gdb/18702
14847 Add checking of floatformats setup on x86_64 hosts.
14848 * gdb.arch/i386-float.S (main): Load bigval and smallval.
14849 (smallval, bigval): New labels/constants.
14850 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
14851 float" after loading bigval and smallval.
14852
14853 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
14854
14855 * gdb.ada/fun_overload_menu.exp: New testcase.
14856 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
14857
14858 2015-12-04 Josh Stone <jistone@redhat.com>
14859
14860 * gdb.base/catch-fork-static.exp: New.
14861
14862 2015-12-03 Yao Qi <yao.qi@linaro.org>
14863
14864 * gdb.base/sizeof.c: Don't include stdio.h and
14865 ../lib/unbuffer_output.c.
14866 (main): New variable 'size' and 'value'. Remove printf and
14867 gdb_unbuffer_output. Assign return value to size and value.
14868 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
14869 at the beginning.
14870 (check_sizeof): Check the result by printing variable 'size'.
14871 (check_valueof): Check the result by printing variable 'value'.
14872
14873 2015-12-01 Yao Qi <yao.qi@linaro.org>
14874
14875 * gdb.base/disp-step-syscall.exp: Define syscall instruction
14876 for aarch64*-*-linux* target.
14877
14878 2015-11-30 Pedro Alves <palves@redhat.com>
14879
14880 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
14881
14882 2015-11-30 Pedro Alves <palves@redhat.com>
14883
14884 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
14885 Handle non-stop mode vCont replies.
14886
14887 2015-11-30 Pedro Alves <palves@redhat.com>
14888
14889 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
14890 prepare_for_testing. Start gdb with "set non-stop on" appended to
14891 GDBFLAGS. Lax expected stop output.
14892
14893 2015-11-27 Yao Qi <yao.qi@linaro.org>
14894
14895 * gdb.arch/arm-neon.exp: New.
14896 * gdb.arch/arm-neon.c: New.
14897
14898 2015-11-27 Yao Qi <yao.qi@linaro.org>
14899
14900 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
14901
14902 2015-11-27 Yao Qi <yao.qi@linaro.org>
14903
14904 * gdb.cp/annota2.exp: Allow multiple occurrences of the
14905 frames-invalid annotation.
14906
14907 2015-11-27 Yao Qi <yao.qi@linaro.org>
14908
14909 * gdb.cp/annota2.exp: Use ${frames_invalid}.
14910
14911 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
14912
14913 * gdb.threads/names.exp: New file.
14914 * gdb.threads/names.c: New file.
14915 * README: Mention gdb,no_thread_names.
14916
14917 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
14918
14919 PR 19297
14920 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
14921 support" error.
14922
14923 2015-11-24 Pedro Alves <palves@redhat.com>
14924
14925 PR 17539
14926 * gdb.base/display.exp: Expect displays to be sorted in ascending
14927 order. Use multi_line.
14928 * gdb.base/solib-display.exp: Likewise.
14929
14930 2015-11-24 Pedro Alves <palves@redhat.com>
14931
14932 PR 17539
14933 * gdb.base/display.exp: Expect displays to be sorted in ascending
14934 order. Use multi_line.
14935 * gdb.base/solib-display.exp: Likewise.
14936
14937 2015-11-24 Pedro Alves <palves@redhat.com>
14938
14939 PR 17539
14940 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
14941 threads in ascending order.
14942 * gdb.base/foll-fork.exp: Likewise.
14943 * gdb.base/foll-vfork.exp: Likewise.
14944 * gdb.base/multi-forks.exp: Likewise.
14945 * gdb.mi/mi-nonstop.exp: Likewise.
14946 * gdb.mi/mi-nsintrall.exp: Likewise.
14947 * gdb.multi/base.exp: Likewise.
14948 * gdb.multi/multi-arch.exp: Likewise.
14949 * gdb.python/py-inferior.exp: Likewise.
14950 * gdb.threads/break-while-running.exp: Likewise.
14951 * gdb.threads/execl.exp: Likewise.
14952 * gdb.threads/gcore-thread.exp: Likewise.
14953 * gdb.threads/info-threads-cur-sal.exp: Likewise.
14954 * gdb.threads/kill.exp: Likewise.
14955 * gdb.threads/linux-dp.exp: Likewise.
14956 * gdb.threads/multiple-step-overs.exp: Likewise.
14957 * gdb.threads/next-bp-other-thread.exp: Likewise.
14958 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
14959 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
14960 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
14961 * gdb.threads/thread-find.exp: Likewise.
14962 * gdb.threads/tls.exp: Likewise.
14963 * lib/mi-support.exp (mi_reverse_list): Delete.
14964 (mi_check_thread_states): No longer reverse list.
14965
14966 2015-11-24 Pedro Alves <palves@redhat.com>
14967
14968 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
14969 use lowercase.
14970
14971 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14972
14973 * gdb.trace/actions.c: Include trace-common.h.
14974 (main): Add a location for a fast tracepoint.
14975 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
14976 the normal tracepoints.
14977 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
14978
14979 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14980
14981 * save-trace.exp: Factor out code to these...
14982 (gdb_save_tracepoints): New.
14983 (gdb_load_tracepoints): New.
14984 (do_save_load_test): New.
14985
14986 2015-11-23 Kevin Buettner <kevinb@redhat.com>
14987
14988 * gdb.base/asmlabel.exp: New test.
14989 * gdb.base/asmlabel.c: New test case.
14990
14991 2015-11-23 Joel Brobecker <brobecker@adacore.com>
14992
14993 * gdb.base/wrong_frame_bt_full-main.c: New file.
14994 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
14995 * gdb.base/wrong_frame_bt_full.exp: New file.
14996
14997 2015-11-23 Joel Brobecker <brobecker@adacore.com>
14998
14999 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
15000
15001 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
15002
15003 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
15004 pstate register when comparing registers values in
15005 sparc64-*-linux-gnu targets to avoid spurious differences.
15006
15007 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
15008
15009 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
15010
15011 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
15012
15013 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
15014 as type argument to gdb_compile.
15015 * gdb.base/nested-subp2.exp: Likewise.
15016 * gdb.base/nested-subp3.exp: Likewise.
15017
15018 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
15019
15020 * lib/dwarf.exp (_note): Fix left shift of negative value.
15021 * gdb.trace/trace-condition.exp: Likewise.
15022
15023 2015-11-13 Yao Qi <yao.qi@linaro.org>
15024
15025 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
15026 comments about d10v.
15027 (test_scalar_returns): Likewise.
15028 * gdb.base/d10v.ld: Remove.
15029 * gdb.base/overlays.exp: Remove the target triplet checking for
15030 d10v-*-*.
15031 * gdb.base/structs.exp (test_struct_returns): Remove the
15032 comments about d10v.
15033 (test_struct_calls): Likewise.
15034
15035 2015-11-13 Yao Qi <yao.qi@linaro.org>
15036
15037 * gdb.base/gnu_vector.exp: Check the return value by "p res".
15038 * gdb.base/gnu_vector.c: Don't include stdio.h.
15039 (main): Don't print res and call add_some_intvecs.
15040
15041 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
15042
15043 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
15044 macro.
15045 (func5): Removed.
15046 (func4): Use FAST_TRACEPOINT_LABEL.
15047 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
15048 macro.
15049 (func): Removed.
15050 (thread_function): Use FAST_TRACEPOINT_LABEL.
15051 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
15052 (func): Remove.
15053 (marker): Use FAST_TRACEPOINT_LABEL.
15054 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
15055 (pendfunc1): Remove.
15056 (pendfunc): Use FAST_TRACEPOINT_LABEL.
15057 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
15058 (foo): Remove.
15059 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
15060 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
15061 macro.
15062 (func): Remove.
15063 (marker): Use FAST_TRACEPOINT_LABEL.
15064 * gdb.trace/trace-common.h: New header.
15065 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
15066 macro.
15067 (func): Remove.
15068 (marker): Use FAST_TRACEPOINT_LABEL.
15069 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
15070 (func): Remove.
15071 (thread_function): Use FAST_TRACEPOINT_LABEL.
15072
15073 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
15074
15075 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
15076 in front.
15077 * gdb.trace/change-loc.exp: Use global pcreg definition.
15078 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
15079 * gdb.trace/entry-values.exp: Use global spreg definition, add $
15080 in front.
15081 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
15082 * gdb.trace/pending.exp: Likewise.
15083 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
15084 * gdb.trace/trace-break.exp: Likewise.
15085 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
15086 in front.
15087 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
15088 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
15089 in front.
15090 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
15091
15092 2015-11-09 Joel Brobecker <brobecker@adacore.com>
15093
15094 * gdb.ada/fin_fun_out: New testcase.
15095
15096 2015-11-07 Kevin Buettner <kevinb@redhat.com>
15097
15098 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
15099 value associated with DW_AT_byte_size.
15100 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
15101 constants for DW_AT_byte_size, DW_AT_lower_bound, and
15102 DW_AT_upper_bound.
15103
15104 2015-11-07 Kevin Buettner <kevinb@redhat.com>
15105
15106 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
15107 (gdb_target_symbol_prefix_flags): Define in terms of _asm
15108 version.
15109 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
15110 gdb.dwarf2/dw2-canonicalize-type.exp,
15111 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
15112 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
15113 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
15114 provided by gdb_target_symbol_prefix_flags_asm.
15115 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
15116 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
15117 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
15118 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
15119 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
15120 macros where needed). Use this macro for symbols which require
15121 the prefix provided by SYMBOL_PREFIX.
15122
15123 2015-11-05 Kevin Buettner <kevinb@redhat.com>
15124
15125 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
15126 New procs.
15127 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
15128 representing expressions, of more than one list element.
15129 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
15130 to prepend linker symbol prefix to f.
15131 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
15132 table_1 and table_2.
15133 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
15134 Likewise, for f and g.
15135 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
15136 for ptr.
15137 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
15138 for main.
15139 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
15140 table_1_ptr and table_2_ptr.
15141
15142 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15143 Joel Brobecker <brobecker@adacore.com>
15144
15145 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
15146
15147 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
15148
15149 * gdb.reverse/s390-mvcle.c: New test.
15150 * gdb.reverse/s390-mvcle.exp: New file.
15151 * lib/gdb.exp: Enable reverse tests on s390*-linux.
15152
15153 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
15154
15155 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
15156
15157 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
15158
15159 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
15160 reaching marker2.
15161 * gdb.reverse/getresuid-reverse.exp: Likewise.
15162 * gdb.reverse/pipe-reverse.exp: Likewise.
15163 * gdb.reverse/readv-reverse.exp: Likewise.
15164 * gdb.reverse/recvmsg-reverse.exp: Likewise.
15165 * gdb.reverse/time-reverse.exp: Likewise.
15166 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
15167
15168 2015-10-30 Yao Qi <yao.qi@linaro.org>
15169
15170 * gdb.threads/wp-replication.c (watch_count_done): Remove.
15171 (empty_cycle): Remove.
15172 (main): Don't call empty_cycle. Don't use watch_count_done.
15173 * gdb.threads/wp-replication.exp: Don't set breakpoint on
15174 empty_cycle. Rewrite the code counting HW watchpoints.
15175
15176 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
15177
15178 * gdb.reverse/fstatat-reverse.c: New test.
15179 * gdb.reverse/fstatat-reverse.exp: New file.
15180 * gdb.reverse/getresuid-reverse.c: New test.
15181 * gdb.reverse/getresuid-reverse.exp: New file.
15182 * gdb.reverse/pipe-reverse.c: New test.
15183 * gdb.reverse/pipe-reverse.exp: New file.
15184 * gdb.reverse/readv-reverse.c: New test.
15185 * gdb.reverse/readv-reverse.exp: New file.
15186 * gdb.reverse/recvmsg-reverse.c: New test.
15187 * gdb.reverse/recvmsg-reverse.exp: New file.
15188 * gdb.reverse/time-reverse.c: New test.
15189 * gdb.reverse/time-reverse.exp: New file.
15190 * gdb.reverse/waitpid-reverse.c: New test.
15191 * gdb.reverse/waitpid-reverse.exp: New file.
15192
15193 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
15194
15195 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
15196
15197 2015-10-26 Doug Evans <dje@google.com>
15198
15199 PR symtab/17391
15200 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
15201 * gdb.dwarf2/bad-regnum.c: New file.
15202 * gdb.dwarf2/bad-regnum.exp: New file.
15203
15204 2015-10-26 Doug Evans <dje@google.com>
15205
15206 PR python/18938
15207 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
15208 file.
15209
15210 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15211
15212 * gdb.compile/compile.exp (compile code globalvar): Update expectation
15213 for a change by "Mention language in compile error message".
15214
15215 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
15216
15217 PR python/18073
15218 * gdb.python/py-type.c (C::a_method): New.
15219 (C::a_const_method): New.
15220 (C::a_static_method): New.
15221 (a_function): New.
15222 * gdb.python/py-type.exp (test_fields): Test getting fields
15223 from function and method.
15224
15225 2015-10-21 Keven Boell <keven.boell@intel.com>
15226
15227 * gdb.fortran/vla-alloc-assoc.exp: New file.
15228 * gdb.fortran/vla-datatypes.exp: New file.
15229 * gdb.fortran/vla-datatypes.f90: New file.
15230 * gdb.fortran/vla-history.exp: New file.
15231 * gdb.fortran/vla-ptype-sub.exp: New file.
15232 * gdb.fortran/vla-ptype.exp: New file.
15233 * gdb.fortran/vla-sizeof.exp: New file.
15234 * gdb.fortran/vla-sub.f90: New file.
15235 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
15236 * gdb.fortran/vla-value-sub-finish.exp: New file.
15237 * gdb.fortran/vla-value-sub.exp: New file.
15238 * gdb.fortran/vla-value.exp: New file.
15239 * gdb.fortran/vla-ptr-info.exp: New file.
15240 * gdb.mi/mi-vla-fortran.exp: New file.
15241 * gdb.mi/vla.f90: New file.
15242
15243 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
15244
15245 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
15246 of hardwired timeout value.
15247
15248 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15249 Pedro Alves <palves@redhat.com>
15250
15251 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
15252 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
15253
15254 2015-10-19 Josh Stone <jistone@redhat.com>
15255
15256 * gdb.base/catch-syscall.c: Include <sched.h>.
15257 (unknown_syscall): New variable.
15258 (main): Trigger a vfork and an unknown syscall.
15259 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
15260 (unknown_syscall_number): Likewise.
15261 (check_call_to_syscall): Accept an optional syscall pattern.
15262 (check_return_from_syscall): Likewise.
15263 (check_continue): Likewise.
15264 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
15265 (test_catch_syscall_skipping_return): New test toggling off 'catch
15266 syscall' to step over the syscall return, then toggling back on.
15267 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
15268 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
15269 (do_syscall_tests): Call test_catch_syscall_without_args and
15270 test_catch_syscall_mid_vfork.
15271 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
15272 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
15273
15274 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
15275
15276 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
15277 print g_vE): Add new pass patterns.
15278 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
15279 print various symbol names for vptr fields.
15280
15281 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
15282
15283 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
15284 results.
15285
15286 2015-10-12 Yao Qi <yao.qi@linaro.org>
15287
15288 * gdb.arch/disp-step-insn-reloc.exp: New test case.
15289
15290 2015-10-12 Yao Qi <yao.qi@linaro.org>
15291
15292 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
15293 is aarch64*-*-linux*.
15294
15295 2015-10-12 Yao Qi <yao.qi@linaro.org>
15296
15297 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
15298 (can_relocate_bcond_true): ... it.
15299 (can_relocate_bcond_false): New function.
15300 (foo): Likewise.
15301 (can_relocate_bl): Likewise.
15302 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
15303 can_relocate_bl.
15304
15305 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
15306
15307 * gdb.base/nested-addr.c: New file.
15308 * gdb.base/nested-addr.exp: New testcase.
15309
15310 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
15311
15312 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
15313 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
15314 its output. Ignore the output of "record goto begin" and instead
15315 check that GDB is replaying.
15316
15317 2015-10-09 Pedro Alves <palves@redhat.com>
15318
15319 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
15320 (top level): Use it in the run with no args test.
15321
15322 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
15323
15324 * gdb.dlang/properties.exp: New file.
15325
15326 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
15327
15328 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
15329 whether or not address 0x1000 is mapped on the target.
15330
15331 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
15332
15333 * gdb.python/py-type.exp: Do not run tests if binaries fail to
15334 build.
15335
15336 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
15337
15338 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
15339 instruction-history test.
15340
15341 2015-09-28 Doug Evans <dje@google.com>
15342
15343 * gdb.base/gcore.c (array_func): Add reference to static_array.
15344
15345 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
15346
15347 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
15348 source line.
15349
15350 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
15351
15352 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
15353 short or char as base type.
15354
15355 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
15356
15357 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
15358 to allow any size enum.
15359
15360 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
15361
15362 * gdb.ada/array_ptr_renaming.exp: New testcase.
15363 * gdb.ada/array_ptr_renaming/foo.adb: New file.
15364 * gdb.ada/array_ptr_renaming/pack.ads: New file.
15365
15366 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15367
15368 * gdb.trace/ftrace-lock.c: New file.
15369 * gdb.trace/ftrace-lock.exp: New file.
15370
15371 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15372
15373 * gdb.arch/insn-reloc.c: New file.
15374 * gdb.arch/ftrace-insn-reloc.exp: New file.
15375
15376 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15377
15378 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
15379 instruction.
15380 * gdb.trace/pendshr1.c (pendfunc): Likewise.
15381 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
15382 * gdb.trace/range-stepping.c: Likewise.
15383 * gdb.trace/trace-break.c: Likewise.
15384 * gdb.trace/trace-mt.c (thread_function): Likewise.
15385 * gdb.trace/ftrace.c (marker): Likewise.
15386 * gdb.trace/trace-condition.c (marker): Likewise.
15387 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
15388 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
15389 is_aarch64_target.
15390
15391 2015-09-18 Doug Evans <xdje42@gmail.com>
15392
15393 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
15394 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
15395
15396 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15397
15398 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
15399 the breakpoint.
15400
15401 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15402
15403 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
15404 the pending breakpoint. Remove timeout override for "Run till
15405 MI pending breakpoint on pendfunc3 on thread 2" test.
15406
15407 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15408
15409 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
15410 filename pattern.
15411
15412 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15413
15414 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
15415 in breakpoint filename pattern.
15416
15417 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15418
15419 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
15420
15421 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15422
15423 * gdb.linespec/explicit.exp: Check for readline support for
15424 tab-completion tests. Fix obvious typo.
15425
15426 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
15427
15428 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
15429 and replay.
15430
15431 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
15432
15433 * gdb.btrace/non-stop.c: New.
15434 * gdb.btrace/non-stop.exp: New.
15435
15436 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
15437 Yao Qi <yao.qi@linaro.org>
15438
15439 * gdb.trace/trace-condition.c: New file.
15440 * gdb.trace/trace-condition.exp: New file.
15441
15442 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
15443
15444 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
15445 for testing bytecode compilation.
15446
15447 2015-09-16 Pedro Alves <palves@redhat.com>
15448 Sandra Loosemore <sandra@codesourcery.com>
15449
15450 * gdb.threads/non-stop-fair-events.c (timeout): New global.
15451 (SECONDS): Redefine.
15452 (main): Call pthread_kill and alarm early.
15453 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
15454 support.
15455 (test): If the target can't hardware step and doesn't support
15456 displaced stepping, increase the timeout.
15457
15458 2015-09-16 Pedro Alves <palves@redhat.com>
15459
15460 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
15461 (enable_debug): New procedures.
15462 (test): Use them. Bail out if waiting for threads fails.
15463 (top level): Bail out if a test fails.
15464
15465 2015-09-16 Yao Qi <yao.qi@linaro.org>
15466
15467 * gdb.asm/asm-source.exp: Set asm-arch for
15468 aarch64*-*-* target.
15469 * gdb.asm/aarch64.inc: New file.
15470
15471 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
15472
15473 * gdb.ada/array_of_variable_length.exp: New testcase.
15474 * gdb.ada/array_of_variable_length/foo.adb: New file.
15475 * gdb.ada/array_of_variable_length/pck.adb: New file.
15476 * gdb.ada/array_of_variable_length/pck.ads: New file.
15477
15478 2015-09-15 Doug Evans <dje@google.com>
15479
15480 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
15481 of function static local variable.
15482
15483 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15484
15485 * gdb.threads/tls-so_extern.exp: New test file.
15486 * gdb.threads/tls-so_extern.c: New test file.
15487 * gdb.threads/tls-so_extern_main.c: New test file.
15488
15489 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15490
15491 * gdb.opt/solib-intra-step-lib.c: New file.
15492 * gdb.opt/solib-intra-step-main.c: New file.
15493 * gdb.opt/solib-intra-step.exp: New file.
15494
15495 2015-09-15 Pedro Alves <palves@redhat.com>
15496
15497 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
15498 gdb_continue_to_breakpoint instead of gdb_test_multiple.
15499
15500 2015-09-14 Pedro Alves <palves@redhat.com>
15501
15502 * gdb.base/hook-stop-continue.c: Delete.
15503 * gdb.base/hook-stop-continue.exp: Delete.
15504 * gdb.base/hook-stop-frame.c: Delete.
15505 * gdb.base/hook-stop-frame.exp: Delete.
15506 * gdb.base/hook-stop.c: New file.
15507 * gdb.base/hook-stop.exp: New file.
15508
15509 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
15510
15511 * gdb.ada/access_to_packed_array.exp: New testcase.
15512 * gdb.ada/access_to_packed_array/foo.adb: New file.
15513 * gdb.ada/access_to_packed_array/pack.adb: New file.
15514 * gdb.ada/access_to_packed_array/pack.ads: New file.
15515
15516 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
15517
15518 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
15519 buffer size test.
15520
15521 2015-09-11 Don Breazeal <donb@codesourcery.com>
15522
15523 * gdb.base/foll-exec.c: Add copyright header. Fix
15524 formatting issues.
15525 * gdb.base/foll-exec.exp (zap_session): Delete proc.
15526 (do_exec_tests): Use clean_restart in place of zap_session,
15527 and for test initialization. Fix formatting issues. Use
15528 fail in place of perror.
15529 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
15530 an expect statement to match an expression with output from
15531 the program under debug.
15532 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
15533 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
15534 * gdb.threads/non-ldr-exc-2.exp: Likewise.
15535 * gdb.threads/non-ldr-exc-3.exp: Likewise.
15536 * gdb.threads/non-ldr-exc-4.exp: Likewise.
15537
15538 2015-09-09 Doug Evans <dje@google.com>
15539
15540 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
15541
15542 2015-09-09 Doug Evans <dje@google.com>
15543
15544 * gdb.base/pie-execl.exp: Fix result test of build_executable.
15545
15546 2015-09-09 Doug Evans <dje@google.com>
15547
15548 * gdb.base/savedregs.exp: Fix typo.
15549
15550 2015-09-09 Pedro Alves <palves@redhat.com>
15551
15552 * gdb.mi/mi-cli.exp: Add CLI finish tests.
15553
15554 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
15555
15556 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
15557 command actually switches threads. Give up on remaining
15558 tests if target fails to stop at breakpoint.
15559
15560 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
15561
15562 * gdb.ada/funcall_char.exp: New testcase.
15563 * gdb.ada/funcall_char/foo.adb: New file.
15564
15565 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
15566
15567 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
15568 expected outputs. Add two testcases for completing ambiguous
15569 functions.
15570 * gdb.ada/complete/aux_pck.adb: New file.
15571 * gdb.ada/complete/aux_pck.ads: New file.
15572 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
15573 Ambiguous_Func functions.
15574 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
15575 * gdb.ada/complete/pck.adb: Likewise.
15576
15577 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
15578
15579 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
15580 failures to run the test program under GDB.
15581
15582 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
15583
15584 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
15585 to C.
15586
15587 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
15588
15589 * gdb.base/run-after-attach.exp: New test file.
15590 * gdb.base/run-after-attach.c: New test file.
15591
15592 2015-08-26 Don Breazeal <donb@codesourcery.com>
15593
15594 * gdb.base/foll-exec-2.c: New test program.
15595 * gdb.base/foll-exec-2.exp: New test.
15596
15597 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
15598
15599 * gdb.base/nested-subp1.exp: New file.
15600 * gdb.base/nested-subp1.c: New file.
15601 * gdb.base/nested-subp2.exp: New file.
15602 * gdb.base/nested-subp2.c: New file.
15603 * gdb.base/nested-subp3.exp: New file.
15604 * gdb.base/nested-subp3.c: New file.
15605
15606 2015-08-24 Pedro Alves <palves@redhat.com>
15607
15608 * gdb.server/connect-without-multi-process.c: New file.
15609 * gdb.server/connect-without-multi-process.exp: New file.
15610
15611 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
15612
15613 * gdb.opt/inline-markers.c: Make z int.
15614
15615 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
15616
15617 * gdb.opt/inline-markers.c: Make z volatile.
15618
15619 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
15620
15621 * gdb.opt/inline-bt.c: New volatile global z.
15622 * gdb.opt/inline-cmds.c: Likewise.
15623 * gdb.opt/inline-locals.c: Likewise.
15624 * gdb.opt/inline-markers.c: New extern global z.
15625 (marker): Use z.
15626 (inline_fn): Likewise.
15627
15628 2015-08-24 Pedro Alves <palves@redhat.com>
15629
15630 * config/m32r-stub.exp: Remove file.
15631 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
15632 * gdb.base/call-rt-st.exp: Likewise.
15633 * gdb.base/call-strs.exp: Likewise.
15634 * gdb.base/default.exp: Remove references to h8300-*-hms and
15635 *-*-udi*.
15636 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
15637
15638 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15639
15640 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
15641 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
15642 and "return" use KFAIL when GDB can not read/write the vector
15643 return value.
15644
15645 2015-08-21 Gary Benson <gbenson@redhat.com>
15646
15647 * gdb.trace/pending.exp: Cope with remote transfer warnings.
15648
15649 2015-08-20 Pedro Alves <palves@redhat.com>
15650
15651 * gdb.server/solib-list.exp: No longer expect an interior stop in
15652 non-stop mode.
15653
15654 2015-08-20 Pedro Alves <palves@redhat.com>
15655
15656 * gdb.server/connect-stopped-target.c: New file.
15657 * gdb.server/connect-stopped-target.exp: New file.
15658
15659 2015-08-20 Pedro Alves <palves@redhat.com>
15660
15661 * gdb.dwarf2/comp-unit-lang.exp: New file.
15662 * gdb.dwarf2/comp-unit-lang.c: New file.
15663
15664 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
15665
15666 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
15667 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
15668
15669 2015-08-19 Kevin Buettner <kevinb@redhat.com>
15670
15671 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
15672 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
15673
15674 2015-08-18 Doug Evans <dje@google.com>
15675 Adrian Sendroiu <adrian.sendroiu@freescale.com>
15676
15677 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
15678 skip_python_tests. New arg prompt_regexp.
15679 (skip_python_tests): New function.
15680 * lib/mi-support.exp (mi_skip_python_tests): New function.
15681 * gdb.python/py-mi-objfile-gdb.py: New file.
15682 * gdb.python/py-mi-objfile.c: New file.
15683 * gdb.python/py-mi-objfile.exp: New file.
15684
15685 2015-08-17 Keith Seitz <keiths@redhat.com>
15686
15687 * gdb.linespec/explicit.exp: Move strace test from here ...
15688 * gdb.trace/strace.exp: ... to here.
15689
15690 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
15691
15692 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
15693 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
15694
15695 2015-08-14 Doug Evans <xdje42@gmail.com>
15696
15697 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
15698 inferior before selecting a new file.
15699
15700 2015-08-14 Doug Evans <xdje42@gmail.com>
15701
15702 * gdb.mi/mi-disassemble.exp: Update.
15703 * gdb.base/disasm-optim.S: New file.
15704 * gdb.base/disasm-optim.c: New file.
15705 * gdb.base/disasm-optim.h: New file.
15706 * gdb.base/disasm-optim.exp: New file.
15707
15708 2015-08-14 Keith Seitz <keiths@redhat.com>
15709
15710 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
15711 "evaluated-by".
15712
15713 2015-08-13 Joel Brobecker <brobecker@adacore.com>
15714
15715 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
15716
15717 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
15718
15719 * gdb.ada/fun_renaming.exp: New testcase.
15720 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
15721 * gdb.ada/fun_renaming/pack.adb: New file.
15722 * gdb.ada/fun_renaming/pack.ads: New file.
15723
15724 2015-08-12 Keith Seitz <keiths@redhat.com>
15725
15726 * gdb.base/dso2dso.exp: Pass basename of source file in call to
15727 gdb_get_line_number.
15728
15729 2015-08-12 Joel Brobecker <brobecker@adacore.com>
15730
15731 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
15732 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
15733 gdb.base/dso2dso.exp: New files.
15734
15735 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
15736 Pedro Alves <palves@redhat.com>
15737 Keith Seitz <keiths@redhat.com>
15738
15739 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
15740 GDBFLAGS.
15741
15742 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
15743
15744 * gdb.base/gdbhistsize-history.exp
15745 (test_histsize_history_setting): Use save_vars.
15746 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15747 Use save_vars.
15748 (test_no_truncation_of_unlimited_history_file): Use save_vars.
15749 * gdb.base/readline.exp: Use save_vars.
15750
15751 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
15752
15753 * lib/gdb.exp (save_vars): New proc.
15754
15755 2015-08-11 Keith Seitz <keiths@redhat.com>
15756
15757 * gdb.base/help.exp: Update help_breakpoint_text.
15758
15759 2015-08-11 Keith Seitz <keiths@redhat.com>
15760
15761 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
15762 (at toplevel): Call test_explicit_breakpoints.
15763 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
15764 breakpoints.
15765 * lib/mi-support.exp (mi_make_breakpoint): Add support for
15766 breakpoint conditions, "-cond".
15767
15768 2015-08-11 Keith Seitz <keiths@redhat.com>
15769
15770 * gdb.linespec/3explicit.c: New file.
15771 * gdb.linespec/cpexplicit.cc: New file.
15772 * gdb.linespec/cpexplicit.exp: New file.
15773 * gdb.linespec/explicit.c: New file.
15774 * gdb.linespec/explicit.exp: New file.
15775 * gdb.linespec/explicit2.c: New file.
15776 * gdb.linespec/ls-errs.exp: Add explicit location tests.
15777 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
15778 before using in the matching pattern.
15779 Clarify that `prefix' is a regular expression.
15780
15781 2015-08-11 Keith Seitz <keiths@redhat.com>
15782
15783 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
15784 test.
15785 Add tests for missing ",FMT" and ",".
15786
15787 2015-08-10 Doug Evans <dje@google.com>
15788 Keith Seitz <keiths@redhat.com>
15789
15790 PR gdb/17960
15791 * gdb.base/completion.exp: Add location completer tests.
15792
15793 2015-08-07 Pedro Alves <palves@redhat.com>
15794
15795 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
15796 tests here.
15797 (top level): Run do_test with and without displaced stepping.
15798
15799 2015-08-07 Pedro Alves <palves@redhat.com>
15800
15801 * gdb.base/valgrind-disp-step.c: New file.
15802 * gdb.base/valgrind-disp-step.exp: New file.
15803
15804 2015-08-07 Pedro Alves <palves@redhat.com>
15805
15806 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
15807 Delete function.
15808 (main): Add alarm. Run an infinite loop instead of calling
15809 wait_threads.
15810 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
15811 comment.
15812 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
15813 Delete function.
15814 (main): Add alarm. Run an infinite loop instead of calling
15815 wait_threads.
15816 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
15817 comment.
15818
15819 2015-08-07 Pedro Alves <palves@redhat.com>
15820
15821 * gdb.base/checkpoint-ns.exp: New file.
15822 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
15823 standard_testfile.
15824
15825 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
15826
15827 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
15828 * gdb.btrace/instruction_history.exp: Update.
15829 * gdb.btrace/tsx.exp: New.
15830 * gdb.btrace/tsx.c: New.
15831
15832 2015-08-06 Pedro Alves <palves@redhat.com>
15833
15834 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
15835 increase timeout.
15836 * gdb.reverse/until-precsave.exp: Bump timeouts.
15837
15838 2015-08-06 Pedro Alves <palves@redhat.com>
15839
15840 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
15841
15842 2015-08-06 Pedro Alves <palves@redhat.com>
15843
15844 PR gdb/18749
15845 * gdb.threads/process-dies-while-handling-bp.c: New file.
15846 * gdb.threads/process-dies-while-handling-bp.exp: New file.
15847
15848 2015-08-06 Pedro Alves <palves@redhat.com>
15849
15850 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
15851 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
15852
15853 2015-08-05 Pedro Alves <palves@redhat.com>
15854
15855 * gdb.threads/next-while-other-thread-longjmps.c: New file.
15856 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
15857
15858 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
15859
15860 * gdb.base/bp-permanent.exp: Report test as unsupported if
15861 the target cannot stop at the permanent breakpoint.
15862
15863 2015-08-03 Doug Evans <dje@google.com>
15864
15865 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
15866 10000.
15867
15868 2015-08-03 Doug Evans <dje@google.com>
15869
15870 * Makefile.in (workers/%.worker, build-perf): New rule.
15871 (GDB_PERFTEST_MODE): New variable.
15872 (check-perf): Use it.
15873 (clean): Clean up gdb.perf parallel build subdirs.
15874 * lib/build-piece.exp: New file.
15875 * lib/gdb.exp (make_gdb_parallel_path): New function
15876 (standard_output_file, standard_temp_file): Call it.
15877 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15878 of $GDB_PARALLEL.
15879 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
15880
15881 2015-08-03 Doug Evans <dje@google.com>
15882
15883 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
15884 (LOG_FILE_NAME): New global.
15885 (TextReporter.__init__): Initialize self.txt_sum.
15886 (TextReporter.report): Add support for multiple data-points.
15887 Move report to perftest.sum, put raw data in perftest.log.
15888 (TextReporter.start): Open sum and log files.
15889 (TextReporter.end): Close sum and log files.
15890 * gdb.perf/lib/perftest/testresult.py
15891 (SingleStatisticTestResult.record): Handle multiple data-points.
15892
15893 2015-07-31 Pedro Alves <palves@redhat.com>
15894
15895 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
15896 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15897 kill_wait_spawned_process instead of explicit "kill -9".
15898 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
15899 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15900 kill_wait_spawned_process.
15901 * gdb.base/attach-twice.exp: Likewise.
15902 * gdb.base/attach.exp: Likewise.
15903 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
15904 gdb_test_multiple.
15905 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
15906 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15907 kill_wait_spawned_process.
15908 * gdb.base/valgrind-infcall.exp: Likewise.
15909 * gdb.multi/multi-attach.exp: Likewise.
15910 * gdb.python/py-prompt.exp: Likewise.
15911 * gdb.python/py-sync-interp.exp: Likewise.
15912 * gdb.server/ext-attach.exp: Likewise.
15913 * gdb.threads/attach-into-signal.exp (corefunc): Use
15914 spawn_wait_for_attach, spawn_id_get_pid and
15915 kill_wait_spawned_process.
15916 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
15917 spawn_wait_for_attach returning a spawn id instead of a pid. Use
15918 spawn_id_get_pid and kill_wait_spawned_process.
15919 * gdb.threads/attach-stopped.exp (corefunc): Use
15920 spawn_wait_for_attach, spawn_id_get_pid and
15921 kill_wait_spawned_process.
15922 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
15923 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15924 kill_wait_spawned_process instead of explicit "kill -9".
15925 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
15926 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
15927 (spawn_wait_for_attach): Use spawn instead of exec to spawn
15928 processes. Don't map cygwin/windows pids here. Now returns a
15929 spawn id list.
15930
15931 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15932
15933 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
15934 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
15935 correct patch.
15936
15937 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15938
15939 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
15940
15941 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15942
15943 Reapply:
15944 2014-05-21 Mark Wielaard <mjw@redhat.com>
15945
15946 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15947
15948 2015-07-30 Pedro Alves <palves@redhat.com>
15949
15950 * linux-low.c (handle_extended_wait): Set the child's last
15951 reported status to TARGET_WAITKIND_STOPPED.
15952
15953 2015-07-30 Pedro Alves <palves@redhat.com>
15954
15955 PR threads/18600
15956 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
15957 only shows inferior 1.
15958
15959 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
15960 Pedro Alves <palves@redhat.com>
15961
15962 PR threads/18600
15963 * gdb.threads/fork-plus-threads.c: New file.
15964 * gdb.threads/fork-plus-threads.exp: New file.
15965
15966 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15967
15968 * gdb.base/batch-preserve-term-settings.exp
15969 (test_terminal_settings_preserved_after_cli_exit): Use
15970 send_quit_command.
15971
15972 2015-07-29 Pedro Alves <palves@redhat.com>
15973 Don Breazeal <donb@codesourcery.com>
15974
15975 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
15976 output from both inferior_spawn_id and gdb_spawn_id.
15977
15978 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15979
15980 * gdb.threads/attach-into-signal.exp (corefunc): Use
15981 with_test_prefix on nested loops, uniquefying the test messages.
15982
15983 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15984
15985 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
15986 commit.
15987
15988 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15989
15990 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
15991 New proc.
15992 (test_terminal_settings_preserved_after_sigterm): New test.
15993
15994 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15995
15996 * gdb.base/batch-preserve-term-settings.exp
15997 (test_terminal_settings_preserved_after_cli_exit): New test.
15998
15999 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
16000
16001 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
16002 manipulation of saved_gdbflags.
16003 (test_terminal_settings_preserved): Remove global declaration of
16004 the unused variable pagination_prompt. Remove manipulation of
16005 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
16006 GDBFLAGS.
16007
16008 2015-07-29 Pedro Alves <palves@redhat.com>
16009
16010 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
16011
16012 2015-07-29 Pedro Alves <palves@redhat.com>
16013
16014 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
16015 at the top.
16016
16017 2015-07-29 Pedro Alves <palves@redhat.com>
16018
16019 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
16020 (main): Call gdb_unbuffer_output.
16021 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
16022 (main): Call gdb_unbuffer_output.
16023 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
16024 (main): Call gdb_unbuffer_output.
16025 * gdb.base/call-strs.exp: Adjust to step over the
16026 gdb_unbuffer_output call.
16027 * gdb.base/catch-gdb-caused-signals.c: Include
16028 "../lib/unbuffer_output.c".
16029 (main): Call gdb_unbuffer_output.
16030 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
16031 (main): Call gdb_unbuffer_output.
16032 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
16033 (main): Call gdb_unbuffer_output.
16034 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
16035 (main): Call gdb_unbuffer_output.
16036 * gdb.base/shlib-call.exp: Adjust to step over the
16037 gdb_unbuffer_output call.
16038 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
16039 (main): Call gdb_unbuffer_output.
16040 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
16041 (main): Call gdb_unbuffer_output.
16042 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
16043 (main): Rename to ...
16044 (test): ... this.
16045 (main): Reimplement.
16046 * gdb.base/varargs.exp: Run to test instead of to main.
16047 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
16048 (main): Call gdb_unbuffer_output.
16049
16050 2015-07-29 Pedro Alves <palves@redhat.com>
16051
16052 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
16053 factore out from mi_continue_dprintf. For call-style dprintfs,
16054 expect dprintf output out of $inferior_spawn_id.
16055 (mi_continue_dprintf): Use mi_expect_dprintf.
16056 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
16057 (main): Call gdb_unbuffer_output.
16058
16059 2015-07-29 Pedro Alves <palves@redhat.com>
16060
16061 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
16062 (default_mi_gdb_start): Set inferior_spawn_id instead of
16063 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
16064 gdb_spawn_id.
16065 (mi_gdb_test): Always expect inferior output from both
16066 $inferior_spawn_id and $gdb_spawn_id.
16067
16068 2015-07-29 Pedro Alves <palves@redhat.com>
16069
16070 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
16071 send_inferior and $inferior_spawn_id.
16072
16073 2015-07-29 Pedro Alves <palves@redhat.com>
16074
16075 * gdb.gdb/complaints.exp (test_initial_complaints)
16076 (test_serial_complaints, test_short_complaints): Use
16077 gdb_test_stdio.
16078 (test_empty_complaint): Handle $inferior_spawn_id !=
16079 $gdb_spawn_id.
16080
16081 2015-07-29 Pedro Alves <palves@redhat.com>
16082
16083 * gdb.base/varargs.exp: Use gdb_test_stdio.
16084
16085 2015-07-29 Pedro Alves <palves@redhat.com>
16086
16087 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
16088
16089 2015-07-29 Pedro Alves <palves@redhat.com>
16090
16091 * gdb.base/ending-run.exp: Use gdb_test_stdio.
16092
16093 2015-07-29 Pedro Alves <palves@redhat.com>
16094
16095 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
16096 parameter into two new parameters, "inf_result" and "gdb_result".
16097 Expect inferior output and gdb output from $inferior_spawn_id and
16098 $gdb_spawn_id, respectively. Adjust all callers.
16099
16100 2015-07-29 Pedro Alves <palves@redhat.com>
16101
16102 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
16103 of gdb_test_sequence.
16104
16105 2015-07-29 Pedro Alves <palves@redhat.com>
16106
16107 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
16108 (saw_spurious_output): Expect inferior output from
16109 $inferior_spawn_id. Use gdb_test_stdio.
16110
16111 2015-07-29 Pedro Alves <palves@redhat.com>
16112
16113 * gdb.base/dprintf.exp: Use standard_testfile. Change
16114 prepare_for_testing call.
16115 (srcfile): Don't set.
16116 (restart): New procedure.
16117 (test_dprintf): New procecure, use to continue over dprintfs.
16118 (test_call, test_agent): New procedures, tests moved here.
16119 Restart gdb and recreate dprintfs. Adjust expected output.
16120
16121 2015-07-29 Pedro Alves <palves@redhat.com>
16122
16123 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
16124
16125 2015-07-29 Pedro Alves <palves@redhat.com>
16126
16127 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
16128
16129 2015-07-29 Pedro Alves <palves@redhat.com>
16130
16131 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
16132 gdb_test_stdio.
16133
16134 2015-07-29 Pedro Alves <palves@redhat.com>
16135
16136 * lib/gdb.exp (gdb_test_stdio): New procedure.
16137
16138 2015-07-29 Pedro Alves <palves@redhat.com>
16139
16140 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
16141
16142 2015-07-29 Pedro Alves <palves@redhat.com>
16143
16144 * gdb.base/call-signal-resume.exp: Remove check for
16145 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
16146 * gdb.base/unwindonsignal.exp: Likewise.
16147 * gdb.base/call-signals.c (gen_signal): Remove printf call.
16148 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
16149
16150 2015-07-29 Pedro Alves <palves@redhat.com>
16151
16152 * gdb.base/siginfo-addr.c (pass): New function.
16153 (handler): Call it iff si_addr is correct.
16154 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
16155 Set a breakpoint at "pass" and continue to it.
16156
16157 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
16158
16159 * gdb.python/py-objfile.exp: Make some tests have unique names.
16160 * gdb.python/py-pp-registration.exp: Likewise.
16161
16162 2015-07-28 Pedro Alves <palves@redhat.com>
16163
16164 * gdb.server/server-exec-info.exp: Issue a "disconnect".
16165
16166 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
16167
16168 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
16169
16170 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
16171
16172 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
16173
16174 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
16175
16176 * gdb.base/gdb-sigterm-2.exp: New test.
16177
16178 2015-07-25 Doug Evans <xdje42@gmail.com>
16179
16180 Revert:
16181 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
16182 (workers/%.worker, build-perf): New rule.
16183 (GDB_PERFTEST_MODE): New variable.
16184 (check-perf): Use it.
16185 (clean): Clean up gdb.perf parallel build subdirs.
16186 * lib/build-piece.exp: New file.
16187 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
16188 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
16189 name.
16190 (standard_temp_file): Ditto.
16191 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
16192 of $GDB_PARALLEL.
16193
16194 2015-07-24 Doug Evans <dje@google.com>
16195
16196 * gdb.perf/lib/perftest/utils.py: New file.
16197 * gdb.perf/gm-hello.cc: New file.
16198 * gdb.perf/gm-pervasive-typedef.cc: New file.
16199 * gdb.perf/gm-pervasive-typedef.h: New file.
16200 * gdb.perf/gm-std.cc: New file.
16201 * gdb.perf/gm-std.h: New file.
16202 * gdb.perf/gm-use-cerr.cc: New file.
16203 * gdb.perf/gm-utils.h: New file.
16204 * gdb.perf/gmonster-null-lookup.py: New file.
16205 * gdb.perf/gmonster-pervasive-typedef.py: New file.
16206 * gdb.perf/gmonster-print-cerr.py: New file.
16207 * gdb.perf/gmonster-ptype-string.py: New file.
16208 * gdb.perf/gmonster-runto-main.py: New file.
16209 * gdb.perf/gmonster-select-file.py: New file.
16210 * gdb.perf/gmonster1-null-lookup.exp: New file.
16211 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
16212 * gdb.perf/gmonster1-print-cerr.exp: New file.
16213 * gdb.perf/gmonster1-ptype-string.exp: New file.
16214 * gdb.perf/gmonster1-runto-main.exp: New file.
16215 * gdb.perf/gmonster1-select-file.exp: New file.
16216 * gdb.perf/gmonster1.cc: New file.
16217 * gdb.perf/gmonster1.exp: New file.
16218 * gdb.perf/gmonster2-null-lookup.exp: New file.
16219 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
16220 * gdb.perf/gmonster2-print-cerr.exp: New file.
16221 * gdb.perf/gmonster2-ptype-string.exp: New file.
16222 * gdb.perf/gmonster2-runto-main.exp: New file.
16223 * gdb.perf/gmonster2-select-file.exp: New file.
16224 * gdb.perf/gmonster2.cc: New file.
16225 * gdb.perf/gmonster2.exp: New file.
16226
16227 2015-07-24 Doug Evans <dje@google.com>
16228
16229 * gdb.perf/README: New file.
16230 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
16231 * lib/gen-perf-test.exp: New file.
16232
16233 2015-07-24 Doug Evans <dje@google.com>
16234
16235 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
16236 (PerfTest::startup): New function.
16237 (PerfTest::run): Return result of calling body.
16238 (PerfTest::assemble): Rewrite.
16239 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
16240 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
16241 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
16242 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
16243 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
16244
16245 2015-07-24 Doug Evans <dje@google.com>
16246
16247 * lib/gdb.exp (clean_restart): Make executable optional.
16248
16249 2015-07-24 Doug Evans <dje@google.com>
16250
16251 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
16252 compiler_info references.
16253 * gdb.cp/temargs.exp: Ditto.
16254 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
16255 (get_compiler_info): Early exit if already computed. Set compiler_info
16256 to "unknown" if there was a problem.
16257 (test_compiler_info): Add function comment. Call get_compiler_info.
16258
16259 2015-07-24 Doug Evans <dje@google.com>
16260
16261 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
16262 (workers/%.worker, build-perf): New rule.
16263 (GDB_PERFTEST_MODE): New variable.
16264 (check-perf): Use it.
16265 (clean): Clean up gdb.perf parallel build subdirs.
16266 * lib/build-piece.exp: New file.
16267 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
16268 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
16269 name.
16270 (standard_temp_file): Ditto.
16271 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
16272 of $GDB_PARALLEL.
16273
16274 2015-07-24 Doug Evans <dje@google.com>
16275
16276 * lib/future.exp (gdb_default_target_compile): New option
16277 "early_flags".
16278 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
16279 --as-needed.
16280
16281 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
16282
16283 * gdb.base/catch-syscall.exp: Call gdb_exit before
16284 gdb_skip_xml_test.
16285
16286 2015-07-24 Pedro Alves <palves@redhat.com>
16287
16288 * gdb.python/py-events.exp: Accept output between the stop event
16289 and the prompt.
16290 * gdb.python/py-evsignal.exp: Likewise.
16291 * gdb.python/py-evthreads.exp: Likewise.
16292
16293 2015-07-24 Pedro Alves <palves@redhat.com>
16294
16295 PR gdb/18717
16296 * gdb.threads/non-ldr-exit.c: New file.
16297 * gdb.threads/non-ldr-exit.exp: New file.
16298
16299 2015-07-24 Yao Qi <yao.qi@linaro.org>
16300
16301 * gdb.server/ext-wrapper.exp: Test --wrapper option when
16302 restarting process.
16303
16304 2015-07-24 Yao Qi <yao.qi@linaro.org>
16305
16306 * gdb.server/ext-restart.exp: New file.
16307
16308 2015-07-24 Yao Qi <yao.qi@linaro.org>
16309
16310 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
16311 argument options.
16312 * gdb.server/ext-wrapper.exp: New file.
16313
16314 2015-07-23 Doug Evans <dje@google.com>
16315
16316 * gdb.dwarf2/dw2-dummy-cu.S: New file.
16317 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
16318
16319 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
16320
16321 * gdb.ada/var_arr_typedef.exp: New testcase.
16322 * gdb.ada/var_arr_typedef/pack.adb: New file.
16323 * gdb.ada/var_arr_typedef/pack.ads: New file.
16324 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
16325
16326 2015-07-20 Joel Brobecker <brobecker@adacore.com>
16327
16328 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
16329
16330 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16331
16332 * gdb.arch/i386-biarch-core.exp: Replace istarget
16333 by "complete set gnutarget". Remove expectation for the "core-file"
16334 command.
16335
16336 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16337
16338 Revert the previous commit:
16339 Tests for validate symbol file using build-id.
16340
16341 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
16342
16343 Tests for validate symbol file using build-id.
16344 * gdb.base/solib-mismatch-lib.c: New file.
16345 * gdb.base/solib-mismatch-libmod.c: New file.
16346 * gdb.base/solib-mismatch.c: New file.
16347 * gdb.base/solib-mismatch.exp: New file.
16348
16349 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
16350
16351 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
16352 nios2-*-linux*.
16353 * gdb.base/sigbpt.exp (stepi_out): Likewise.
16354 * gdb.base/siginfo.exp: Likewise.
16355 * gdb.base/sigstep.exp (advance, advancei): Likewise.
16356
16357 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
16358
16359 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
16360 Move it to ...
16361 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
16362 ... here.
16363 * gdb.trace/range-stepping.exp: Check that the target supports
16364 range stepping.
16365
16366 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16367
16368 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
16369
16370 2015-07-14 Pedro Alves <palves@redhat.com>
16371
16372 * gdb.base/killed-outside.exp: New file.
16373 * gdb.base/killed-outside.c: New file.
16374
16375 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16376
16377 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
16378 (n at main): New.
16379 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
16380
16381 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16382
16383 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
16384 infcall tests instead of setting up for KFAIL.
16385
16386 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
16387
16388 * gdb.btrace/record_goto-step.exp: New.
16389
16390 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16391
16392 PR compile/18484
16393 * gdb.compile/compile.c (struct struct_type): Add volatile to
16394 selffield's type.
16395 * gdb.compile/compile.exp
16396 (compile code struct_object.selffield = &struct_object): Skip further
16397 struct_object tests if this one xfails.
16398
16399 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
16400
16401 PR exp/18617
16402 * gdb.trace/ax.exp: Add test.
16403
16404 2015-07-07 Yao Qi <yao.qi@linaro.org>
16405
16406 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
16407 instead of istarget "aarch64*-*-*".
16408 * gdb.arch/aarch64-fp.exp: Likewise.
16409 * gdb.base/float.exp: Likewise.
16410 * gdb.reverse/aarch64.exp: Likewise.
16411 * lib/gdb.exp (is_aarch64_target): New proc.
16412
16413 2015-07-07 Yao Qi <yao.qi@linaro.org>
16414
16415 * lib/gdb.exp (is_aarch32_target): New proc.
16416 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
16417 instead of "istarget "arm*-*-*"".
16418 * gdb.arch/arm-disp-step.exp: Likewise.
16419 * gdb.arch/thumb-bx-pc.exp: Likewise.
16420 * gdb.arch/thumb-prologue.exp: Likewise.
16421 * gdb.arch/thumb-singlestep.exp: Likewise.
16422 * gdb.base/disp-step-syscall.exp: Likewise.
16423 * gdb.base/float.exp: Likewise.
16424
16425 2015-07-07 Yao Qi <yao.qi@linaro.org>
16426
16427 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
16428 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
16429
16430 2015-07-07 Yao Qi <yao.qi@linaro.org>
16431
16432 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
16433 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
16434 if it exists.
16435 * gdb.multi/multi-arch.exp: Likewise.
16436
16437 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
16438
16439 * gdb.python/py-lazy-string.exp: Add missing parentheses to
16440 print.
16441
16442 2015-07-07 Yao Qi <yao.qi@linaro.org>
16443
16444 * gdb.arch/thumb-singlestep.exp: Do one more single step.
16445
16446 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
16447
16448 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
16449 '[' and ']' characters.
16450
16451 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
16452
16453 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
16454
16455 2015-06-29 Pedro Alves <palves@redhat.com>
16456
16457 PR threads/18127
16458 * gdb.threads/hand-call-new-thread.c: New file.
16459 * gdb.threads/hand-call-new-thread.c: New file.
16460
16461 2015-06-26 Keith Seitz <keiths@redhat.com>
16462 Doug Evans <dje@google.com>
16463
16464 PR 16253
16465 * gdb.cp/var-tag-2.cc: New file.
16466 * gdb.cp/var-tag-3.cc: New file.
16467 * gdb.cp/var-tag-4.cc: New file.
16468 * gdb.cp/var-tag.cc: New file.
16469 * gdb.cp/var-tag.exp: New file.
16470
16471 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
16472
16473 * gdb.base/history-duplicates.exp: New test.
16474
16475 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
16476
16477 * gdb.base/completion.exp: Test the completion of the "focus"
16478 command.
16479
16480 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16481
16482 * gdb.arch/amd64-prologue-skip.S: New file.
16483 * gdb.arch/amd64-prologue-skip.exp: New file.
16484
16485 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
16486
16487 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
16488 is_address_zero_readable check.
16489
16490 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
16491
16492 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
16493 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
16494
16495 2015-06-24 Yao Qi <yao.qi@linaro.org>
16496
16497 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
16498 linux targets.
16499
16500 2015-06-24 Yao Qi <yao.qi@linaro.org>
16501
16502 * lib/gdb.exp (supports_get_siginfo_type): New proc.
16503 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
16504 * gdb.base/siginfo-thread.exp: Likewise.
16505
16506 2015-06-22 Yao Qi <yao.qi@linaro.org>
16507
16508 * boards/remote-gdbserver-on-localhost.exp: Add comments.
16509
16510 2015-06-22 Yao Qi <yao.qi@linaro.org>
16511
16512 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
16513 aarch64*-*-*.
16514 (skip_hw_watchpoint_tests): Likewise.
16515
16516 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
16517
16518 * gdb.base/gdbinit-history.exp: Test the interaction between
16519 setting GDBHISTSIZE and setting the history size via .gdbinit.
16520
16521 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16522
16523 PR gdb/16999
16524 * gdb.base/gdbhistsize-history.exp: New test.
16525
16526 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16527
16528 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
16529 with GDBHISTSIZE.
16530 * gdb.base/readline.exp: Likewise.
16531
16532 2015-06-17 Yao Qi <yao.qi@linaro.org>
16533
16534 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
16535 line.
16536
16537 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16538
16539 * gdb.base/gdbinit-history.exp: Add test case to check that
16540 an unlimited history file does not get truncated on exit.
16541
16542 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16543
16544 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
16545 (VECTOR): New macro. Use it...
16546 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
16547 ...for these typedefs.
16548 (int8, char1, int1, double1): New typedefs.
16549 (struct just_int2, struct two_int2): New structures.
16550 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
16551 (add_structvecs, add_singlevecs): New functions.
16552 (main): Call add_some_intvecs twice.
16553 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
16554 the compile and exit upon failure. Try compiling for the "native"
16555 architecture. Test inferior function calls with vector arguments
16556 and vector return value handling with "finish" and "return".
16557
16558 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
16559
16560 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
16561 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
16562 PE file.
16563 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
16564
16565 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
16566
16567 PR breakpoints/16465
16568 * gdb.mi/mi-dprintf-pending.c: New file.
16569 * gdb.mi/mi-dprintf-pending.exp: New test.
16570 * gdb.mi/mi-dprintf-pendshr.c: New file.
16571
16572 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16573 Mircea Gherzan <mircea.gherzan@intel.com>
16574
16575 * gdb.arch/i386-mpx-map.c: New file.
16576 * gdb.arch/i386-mpx-map.exp: New File.
16577
16578 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16579
16580 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
16581 * gdb.arch/i386-mpx.exp: Indentation fixed.
16582
16583 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16584
16585 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
16586 function and improved indentation.
16587 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
16588 gdb_test_multiple. Added additional tests to skip the test.
16589
16590 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16591
16592 * gdb.arch/i386-avx512.c: Change path in include file.
16593 * gdb.arch/i386-avx512.exp: Change include dir path
16594 compilation flag.
16595 * gdb.arch/i386-mpx.c: Change path in include file.
16596 * gdb.arch/i386-mpx.exp: Change include dir path compilation
16597 flag.
16598
16599 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
16600
16601 * gdb.compile/compile-print.exp (compile print *vararray@3)
16602 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
16603
16604 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16605
16606 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
16607 (do not keep jit in memory): ... this.
16608 (expect 5): Change it to ...
16609 (expect no 5): ... this.
16610
16611 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
16612
16613 PR gdb/15564
16614 * gdb.mi/mi-detach.exp: New file.
16615
16616 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
16617
16618 PR symtab/18392
16619 * gdb.arch/amd64-tailcall-self.S: New file.
16620 * gdb.arch/amd64-tailcall-self.c: New file.
16621 * gdb.arch/amd64-tailcall-self.exp: New file.
16622
16623 2015-05-28 Don Breazeal <donb@codesourcery.com>
16624
16625 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
16626 tests for remote targets by checking is_target_gdbserver.
16627
16628 2015-05-27 Doug Evans <dje@google.com>
16629
16630 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
16631 * gdb.dwarf2/opaque-type-lookup.c: New file.
16632 * gdb.dwarf2/opaque-type-lookup.exp: New file.
16633
16634 2015-05-26 Doug Evans <dje@google.com>
16635
16636 * gdb.cp/iostream.cc: New file.
16637 * gdb.cp/iostream.exp: New file.
16638
16639 2015-05-26 Doug Evans <dje@google.com>
16640
16641 * gdb.dwarf2/dw2-op-call.exp: Update.
16642 * gdb.dwarf2/dw4-sig-types.exp: Update.
16643 * gdb.dwarf2/implptr.exp: Update.
16644 * gdb.mi/mi-cmd-param-changed.exp: Update.
16645
16646 2015-05-26 Doug Evans <dje@google.com>
16647
16648 * gdb.python/py-lazy-string.c: New file.
16649 * gdb.python/py-lazy-string.exp: New file.
16650 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
16651 (main): Update. Add estring3.
16652 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
16653 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
16654
16655 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
16656 Yao Qi <yao.qi@linaro.org>
16657
16658 * gdb.reverse/aarch64.c: New.
16659 * gdb.reverse/aarch64.exp: New.
16660
16661 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
16662
16663 * lib/gdb.exp (supports_process_record): Return true for
16664 aarch64*-linux*.
16665 (supports_reverse): Likewise.
16666
16667 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
16668
16669 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
16670 Use with_test_prefix.
16671
16672 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
16673
16674 * gdb.base/completion.exp: Add test for completion of layout
16675 names.
16676
16677 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
16678
16679 * lib/gdb.exp (skip_tui_tests): New proc.
16680 * gdb.base/tui-layout.exp: Check skip_tui_tests.
16681
16682 2015-05-19 Pedro Alves <palves@redhat.com>
16683
16684 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
16685 Save the whole env array instead of just HOME. Unset HISTSIZE in
16686 the environment while testing. Restore whole environment
16687 afterwards.
16688
16689 2015-05-16 Doug Evans <xdje42@gmail.com>
16690
16691 * gdb.guile/scm-ports.c: New file.
16692 * gdb.guile/scm-ports.exp: Add memory port tests.
16693
16694 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16695
16696 * gdb.compile/compile-print.c: New file.
16697 * gdb.compile/compile-print.exp: New file.
16698
16699 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16700
16701 * gdb.compile/compile-ops.exp: Cast param to void.
16702 * gdb.compile/compile.exp: Complete type for _gdb_expr.
16703 (compile code struct_object.selffield = &struct_object): Add xfail.
16704
16705 2015-05-15 Joel Brobecker <brobecker@adacore.com>
16706
16707 * gdb.ada/arr_enum_with_gap: New testcase.
16708
16709 2015-05-15 Joel Brobecker <brobecker@adacore.com>
16710
16711 * gdb.ada/byte_packed_arr: New testcase.
16712
16713 2015-05-15 Joel Brobecker <brobecker@adacore.com>
16714
16715 * gdb.ada/pckd_neg: New testcase.
16716
16717 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
16718
16719 PR gdb/17820
16720 * gdb.base/gdbinit-history.exp: New test.
16721 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
16722 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
16723
16724 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
16725
16726 * gdb.python/py-xmethods.cc: Enhance test case.
16727 * gdb.python/py-xmethods.exp: New tests.
16728 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
16729 function.
16730 (B_indexoper): Likewise.
16731 (global_dm_list) : Add new xmethod worker functions.
16732
16733 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
16734
16735 * gdb.base/coredump-filter.exp: Correctly unset
16736 "coredump_var_addr" array.
16737
16738 2015-05-08 Pedro Alves <palves@redhat.com>
16739
16740 * gdb.server/non-existing-program.exp: Unset spawn_id.
16741
16742 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
16743
16744 PR python/18291
16745 * gdb.python/py-xmethods.exp: Add tests.
16746
16747 2015-05-08 Yao Qi <yao.qi@linaro.org>
16748
16749 PR gdb/18208
16750 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
16751 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
16752 function set_coredump_filter, and remove remote_exec call.
16753 Remove argument ipid. Callers update.
16754 (top level): Don't get inferior's PID.
16755
16756 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
16757
16758 * gdb.base/watch_thread_num.exp: Skip test on targets without
16759 access watchpoints.
16760
16761 2015-05-06 Pedro Alves <palves@redhat.com>
16762
16763 PR server/18081
16764 * gdb.server/non-existing-program.exp: New file.
16765
16766 2015-05-05 Joel Brobecker <brobecker@adacore.com>
16767
16768 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
16769
16770 2015-05-05 Joel Brobecker <brobecker@adacore.com>
16771
16772 * gdb.ada/out_of_line_in_inlined: New testcase.
16773
16774 2015-05-05 Joel Brobecker <brobecker@adacore.com>
16775
16776 * gdb.ada/var_rec_arr: New testcase.
16777
16778 2015-04-30 Yao Qi <yao.qi@linaro.org>
16779
16780 * gdb.base/break-idempotent.exp: If
16781 skip_hw_watchpoint_multi_tests returns true, skip the tests
16782 on "rwatch" and "awatch".
16783
16784 2015-04-30 Yao Qi <yao.qi@linaro.org>
16785
16786 * gdb.base/relativedebug.exp: Invoke gdb command
16787 "info sharedlibrary", and if libc.so doesn't have debug info,
16788 skip the test.
16789
16790 2015-04-29 Doug Evans <dje@google.com>
16791
16792 * gdb.python/py-xmethods.exp: Add ptype tests.
16793 * gdb.python/py-xmethods.py (E_method_char_worker): Add
16794 get_result_type method.
16795
16796 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
16797
16798 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
16799 the target does not support hardware watchpoints.
16800
16801 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
16802
16803 * gdb.base/break-always.exp: Abort testing if writing to memory
16804 causes an error.
16805
16806 2015-04-28 Doug Evans <dje@google.com>
16807
16808 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
16809 * gdb.python/py-pp-registration.exp: ... here. New file.
16810 * gdb.python/py-pp-registration.c: New file.
16811 * gdb.python/py-pp-registration.py: New file.
16812
16813 2015-04-28 Doug Evans <dje@google.com>
16814
16815 * gdb.python/py-bad-printers.c: New file.
16816 * gdb.python/py-bad-printers.py: New file.
16817 * gdb.python/py-bad-printers.exp: New file.
16818
16819 2015-04-28 Sasha Smundak <asmundak@google.com>
16820
16821 * gdb.python/py-type.exp: New test.
16822
16823 2015-04-28 Andy Wingo <wingo@igalia.com>
16824
16825 * gdb.python/py-parameter.exp:
16826 * gdb.guile/scm-parameter.exp: Escape the path that we are
16827 matching against, as it might contain characters that are special
16828 to regular expressions.
16829
16830 2015-04-27 Joel Brobecker <brobecker@adacore.com>
16831
16832 * gdb.ada/rec_comp: New testcase.
16833
16834 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
16835
16836 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
16837 before using it.
16838
16839 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
16840
16841 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
16842 new tests for verilog output.
16843
16844 2015-04-24 Yao Qi <yao.qi@linaro.org>
16845
16846 * boards/remote-gdbserver-on-localhost.exp: New file.
16847
16848 2015-04-23 Pedro Alves <palves@redhat.com>
16849
16850 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
16851 $inferior_spawn_id instead of $inferior_spawn_id directly. On
16852 "end of file", remove $inferior_spawn_id from the indirect list.
16853
16854 2015-04-23 Pedro Alves <palves@redhat.com>
16855
16856 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
16857
16858 2015-04-23 Pedro Alves <palves@redhat.com>
16859
16860 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
16861 on $any_spawn_id instead of only on $gdb_spawn_id.
16862
16863 2015-04-21 Pierre Muller <muller@sourceware.org>
16864
16865 PR pascal/17815
16866 * lib/pascal.exp (gpc_compile): Add new option "class".
16867 (fpc_compile): Likewise.
16868 * gdb.pascal/case-insensitive-symbols.pas: New file.
16869 * gdb.pascal/case-insensitive-symbols.exp: New file.
16870
16871 2015-04-20 Gary Benson <gbenson@redhat.com>
16872
16873 * gdb.base/attach.exp: Fix three extended remote failures.
16874
16875 2015-04-17 Gary Benson <gbenson@redhat.com>
16876
16877 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
16878 the main executable over the remote protocol.
16879
16880 2015-04-16 Pedro Alves <palves@redhat.com>
16881
16882 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
16883 a new gdbserver if gdbserver_reconnect_p is set.
16884
16885 2015-04-16 Pedro Alves <palves@redhat.com>
16886
16887 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
16888 is set, don't exit gdbserver.
16889
16890 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16891
16892 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
16893 appropriate .insn, such that an older assembler can be used.
16894 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
16895 the z/Architecture instruction set on 31-bit targets as well.
16896
16897 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16898
16899 * gdb.go/handcall.exp: Remove all logic related to the first
16900 breakpoint and rely on go_runto_main instead.
16901 * gdb.go/strings.exp: Likewise.
16902 * gdb.go/unsafe.exp: Likewise.
16903 * gdb.go/hello.exp: Likewise. Also rename the remaining
16904 breakpoint marker to "breakpoint 1".
16905 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
16906 * gdb.go/strings.go: Likewise.
16907 * gdb.go/unsafe.go: Likewise.
16908 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
16909 "set breakpoint 2 here" and rename the remaining breakpoint marker
16910 to "breakpoint 1".
16911
16912 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
16913
16914 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
16915 if itertools.imap is not present.
16916 * gdb.python/py-objfile.exp: Add parentheses.
16917 * gdb.python/py-type.exp: Same.
16918 * gdb.python/py-unwind-maint.py: Same.
16919
16920 2015-04-15 Yao Qi <yao.qi@linaro.org>
16921
16922 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
16923 of ":$ptr_size" and set its form explicitly.
16924
16925 2015-04-15 Pedro Alves <palves@redhat.com>
16926 Yao Qi <yao.qi@linaro.org>
16927
16928 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
16929 timeout by factor of 4.
16930 (test_regular_watch): Likewise.
16931 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
16932 * gdb.reverse/sigall-reverse.exp: Likewise.
16933 * gdb.reverse/until-precsave.exp: Likewise.
16934 * lib/gdb.exp (with_timeout_factor): New proc.
16935 (gdb_expect): Move some code to ...
16936 (get_largest_timeout): ... here. New procedure.
16937
16938 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
16939
16940 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
16941
16942 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
16943
16944 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
16945 to write to the .text section.
16946
16947 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
16948
16949 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
16950 Handle the case of targets that do not provide PID information.
16951
16952 2015-04-13 Yao Qi <yao.qi@linaro.org>
16953
16954 * lib/gdbserver-support.exp (gdb_exit): Catch exception
16955 and use expect instead of gdb_expect.
16956
16957 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
16958
16959 * gdb.base/coredump-filter.exp: Rename variable "addr" to
16960 "coredump_var_addr" to avoid naming conflict with other testcases.
16961
16962 2015-04-10 Pedro Alves <palves@redhat.com>
16963
16964 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
16965 gdb_test_sequence and gdb_assert.
16966
16967 2015-04-10 Pedro Alves <palves@redhat.com>
16968
16969 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
16970 test messages that don't include the breakpoint address.
16971
16972 2015-04-10 Yao Qi <yao.qi@linaro.org>
16973
16974 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
16975 false for some offset and width combinations which aren't
16976 supported by linux kernel.
16977
16978 2015-04-10 Pedro Alves <palves@redhat.com>
16979
16980 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
16981 procedure, factored out from ...
16982 (top level): ... here. Add "set displaced-stepping" testing axis.
16983 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
16984 parameter "displaced". Use it.
16985 (top level): Use foreach and add "set displaced-stepping" testing
16986 axis.
16987
16988 2015-04-10 Pedro Alves <palves@redhat.com>
16989
16990 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
16991 Remove comment.
16992 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
16993 both the address of the instruction that triggers the watchpoint
16994 and the address of the instruction immediately after, and use
16995 those addresses for the test. Fix comment.
16996
16997 2015-04-10 Pedro Alves <palves@redhat.com>
16998
16999 * gdb.base/sigstep.exp (breakpoint_to_handler)
17000 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
17001 Test "backtrace" in handler.
17002 (breakpoint_over_handler): New parameter 'displaced'. Use it.
17003 (top level): Add new "displaced" test axis to
17004 breakpoint_to_handler, breakpoint_to_handler_entry and
17005 breakpoint_over_handler.
17006
17007 2015-04-10 Pedro Alves <palves@redhat.com>
17008
17009 PR gdb/18216
17010 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
17011
17012 2015-04-10 Yao Qi <yao.qi@linaro.org>
17013
17014 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
17015 (test_add_rn_pc): New function.
17016 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
17017 (top level): Invoke test_add_rn_pc.
17018
17019 2015-04-10 Pedro Alves <palves@redhat.com>
17020
17021 PR gdb/13858
17022 * gdb.base/step-over-no-symbols.exp: New file.
17023
17024 2015-04-09 Andy Wingo <wingo@igalia.com>
17025
17026 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
17027 after the Python tests.
17028
17029 2015-04-08 Keith Seitz <keiths@redhat.com>
17030
17031 PR python/16699
17032 * gdb.python/py-completion.exp: New tests for completion.
17033 * gdb.python/py-completion.py (CompleteLimit1): New class.
17034 (CompleteLimit2): Likewise.
17035 (CompleteLimit3): Likewise.
17036 (CompleteLimit4): Likewise.
17037 (CompleteLimit5): Likewise.
17038 (CompleteLimit6): Likewise.
17039 (CompleteLimit7): Likewise.
17040
17041 2015-04-08 Pedro Alves <palves@redhat.com>
17042
17043 PR gdb/18214
17044 PR gdb/18216
17045 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
17046 function.
17047 (main): Install it as SIGUSR1 handler.
17048 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
17049 parameter. Always use "setup" as prefix. Toggle "set
17050 displaced-stepping" off/on depending on global. Don't switch to
17051 thread 1 here.
17052 (top level): Add displaced stepping "off/on" test axis. Update
17053 "setup" calls. Wrap each subtest with with_test_prefix. Test
17054 continuing with a queued signal in each thread.
17055
17056 2015-04-08 Pedro Alves <palves@redhat.com>
17057
17058 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
17059 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
17060 gdb_breakpoint instead of gdb_test that doesn't expect anything.
17061 Return early if running to main fails.
17062 * gdb.trace/while-stepping.exp: Likewise.
17063
17064 2015-04-07 Pedro Alves <palves@redhat.com>
17065
17066 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
17067 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
17068 interact with inferior program.
17069
17070 2015-04-07 Pedro Alves <palves@redhat.com>
17071
17072 * lib/gdb.exp (inferior_spawn_id): New global.
17073 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
17074 spawn id after processing the user code.
17075 (default_gdb_start): Set inferior_spawn_id.
17076 (send_inferior): New procedure.
17077 * lib/gdbserver-support.exp (gdbserver_start): Set
17078 inferior_spawn_id.
17079 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
17080
17081 2015-04-07 Pedro Alves <palves@redhat.com>
17082
17083 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
17084 * lib/gdbserver-support.exp (gdbserver_start): Make
17085 $server_spawn_id global.
17086 (gdbserver_start): Don't wait for gdbserver's spawn id with
17087 expect_background.
17088 (close_gdbserver): New procedure.
17089 (gdb_exit): Rename the default version and reimplement.
17090
17091 2015-04-07 Pedro Alves <palves@redhat.com>
17092
17093 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
17094 append the substituted item, not the original item.
17095
17096 2015-04-07 Pedro Alves <palves@redhat.com>
17097
17098 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
17099 gdb_expect.
17100
17101 2015-04-07 Pedro Alves <palves@redhat.com>
17102
17103 * gdb.base/interrupt.exp: Don't handle the case of the inferior
17104 output appearing once only.
17105
17106 2015-04-07 Pedro Alves <palves@redhat.com>
17107
17108 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
17109 that doesn't expect anything. Return early if running to main
17110 fails.
17111
17112 2015-04-07 Yao Qi <yao.qi@linaro.org>
17113
17114 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
17115 (child_function): Call alarm.
17116 (main): Move call to alarm into the loop.
17117 * gdb.threads/non-stop-fair-events.exp: Build program with
17118 -DTIMEOUT=$timeout.
17119
17120 2015-04-06 Doug Evans <xdje42@gmail.com>
17121
17122 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
17123 Fix dest parameter to board_info.
17124 (fpc_compile): Ditto.
17125 (gdb_compile_pascal): Rename dest arg to destfile.
17126
17127 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
17128
17129 * gdb.ada/funcall_ref.exp: New file.
17130 * gdb.ada/funcall_ref/foo.adb: New file.
17131
17132 2015-04-02 Yao Qi <yao.qi@linaro.org>
17133
17134 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
17135 is remote.
17136
17137 2015-04-02 Gary Benson <gbenson@redhat.com>
17138
17139 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
17140
17141 2015-04-01 Sasha Smundak <asmundak@google.com>
17142
17143 * gdb.python/py-unwind-maint.c: New file.
17144 * gdb.python/py-unwind-maint.exp: New test.
17145 * gdb.python/py-unwind-maint.py: New file.
17146 * gdb.python/py-unwind.c: New file.
17147 * gdb.python/py-unwind.exp: New test.
17148 * gdb.python/py-unwind.py: New test.
17149
17150 2015-04-01 Pedro Alves <palves@redhat.com>
17151
17152 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
17153 to fail instead of non-existent $test.
17154
17155 2015-04-01 Pedro Alves <palves@redhat.com>
17156
17157 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
17158 GDBFLAGS if not empty.
17159
17160 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
17161
17162 * gdb.ada/complete.exp: Remove "multi_line".
17163 * gdb.ada/info_exc.exp: Remove "multi_line".
17164 * gdb.ada/packed_tagged.exp: Remove "multi_line".
17165 * gdb.ada/ptype_field.exp: Remove "multi_line".
17166 * gdb.ada/sym_print_name.exp: Remove "multi_line".
17167 * gdb.ada/tagged.exp: Remove "multi_line".
17168 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
17169 [multi_line ...]
17170 * gdb.btrace/delta.exp: Likewise.
17171 * gdb.btrace/exception.exp: Likewise.
17172 * gdb.btrace/function_call_history.exp: Likewise.
17173 * gdb.btrace/instruction_history.exp: Likewise.
17174 * gdb.btrace/nohist.exp: Likewise.
17175 * gdb.btrace/record_goto.exp: Likewise.
17176 * gdb.btrace/segv.exp: Likewise.
17177 * gdb.btrace/stepi.exp: Likewise.
17178 * gdb.btrace/tailcall.exp: Likewise.
17179 * gdb.btrace/unknown_functions.exp: Likewise.
17180 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
17181 * lib/gdb.exp: Add the "multi_line" helper.
17182
17183 2015-04-01 Pedro Alves <palves@redhat.com>
17184
17185 * gdb.threads/tid-reuse.c: New file.
17186 * gdb.threads/tid-reuse.exp: New file.
17187
17188 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
17189
17190 PR corefiles/16092
17191 * gdb.base/coredump-filter.c: New file.
17192 * gdb.base/coredump-filter.exp: Likewise.
17193
17194 2015-03-27 Petr Machata <pmachata@redhat.com>
17195
17196 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
17197 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
17198 (Dwarf::assemble): Initialize them.
17199 (Dwarf::lines): New function.
17200
17201 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
17202
17203 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
17204 SYMBOL_PREFIX for x86_64-*-cygwin.
17205
17206 2015-03-26 Andy Wingo <wingo@igalia.com>
17207
17208 PR symtab/18148
17209 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
17210 const_value but not a location.
17211 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
17212 location defined in non-main CUs are visible.
17213
17214 2015-03-26 Yao Qi <yao.qi@linaro.org>
17215
17216 PR testsuite/18139
17217 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
17218 Add a line number entry for the same line.
17219 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
17220 Add a line number entry for the same line.
17221
17222 2015-03-26 Yao Qi <yao.qi@linaro.org>
17223
17224 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
17225 .int 0.
17226 (func): Likewise. Add .Lfunc_1 label.
17227 Use .Lfunc_1 label.
17228 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
17229 .int 0.
17230 (func): Likewise.
17231 Use .Lfunc_1 label.
17232
17233 2015-03-26 Yao Qi <yao.qi@linaro.org>
17234
17235 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
17236 Call gdb_compile instead to compile each .s files without debug
17237 information.
17238
17239 2015-03-26 Yao Qi <yao.qi@linaro.org>
17240
17241 * gdb.base/savedregs.exp (process_saved_regs): Make
17242 "Saved registers:" optional in the pattern.
17243
17244 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
17245
17246 * gdb.btrace/next.exp: Merged into step.exp.
17247 * gdb.btrace/finish.exp: Merged into step.exp.
17248 * gdb.btrace/nexti.exp: Merged into stepi.exp.
17249 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
17250 "record goto" and checking the exact replay position.
17251 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
17252 check for "Recording format" in "info record" output.
17253 * gdb.btrace/record_goto.exp: Choose test file based on target.
17254 * gdb.btrace/x86-record_goto.S: Renamed into ...
17255 * gdb.btrace/x86_64-record_goto.S: ... this.
17256 * gdb.btrace/i686-record_goto.S: New.
17257 * gdb.btrace/x86-tailcall.S: Renamed into ...
17258 * gdb.btrace/x86_64-tailcall.S: ... this.
17259 * gdb.btrace/i686-tailcall.S: New.
17260 * gdb.btrace/x86-tailcall.c: Renamed into ...
17261 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
17262 separate statements. Update test.
17263 * gdb.btrace/delta.exp: Use record_goto.c as test file.
17264 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
17265 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
17266 * gdb.btrace/tailcall.exp: Choose test file based on target.
17267 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
17268
17269 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
17270
17271 * gdb.btrace/exception.exp: Increase BTS buffer size.
17272
17273 2015-03-24 Pedro Alves <palves@redhat.com>
17274
17275 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
17276
17277 2015-03-24 Pedro Alves <palves@redhat.com>
17278
17279 * gdb.threads/schedlock.exp (test_step): No longer expect that
17280 "set scheduler-locking step" with "next" over a function call runs
17281 threads unlocked.
17282
17283 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17284
17285 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
17286
17287 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17288
17289 PR breakpoints/16466
17290 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
17291 * gdb.mi/mi-pending.c (thread_func): New function.
17292 (int main): Add threading support required.
17293 * gdb.mi/mi-pending.exp: Add tests for this issue.
17294 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
17295 (pendfunc2): Remove stdio dependency.
17296 * gdb.mi/mi-pendshr2.c: New file.
17297
17298 2015-03-23 Keith Seitz <keiths@redhat.com>
17299
17300 * gdb.linespec/keywords.c: New file.
17301 * gdb.linespec/keywords.exp: New file.
17302
17303 2015-03-23 Keith Seitz <keiths@redhat.com>
17304
17305 PR gdb/18021
17306 * gdb.dwarf2/staticvirtual.exp: New test.
17307
17308 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
17309
17310 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
17311 * README: Remove HP-UX and gdb.hp.
17312 (configuration):
17313 * configure: Regenerate.
17314 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
17315 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
17316 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
17317 gdb.hp/gdb.defects/Makefile.
17318 * gdb.hp/Makefile.in: File deleted.
17319 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
17320 * gdb.hp/gdb.aCC/optimize.c: File deleted.
17321 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
17322 * gdb.hp/gdb.aCC/run.c: File deleted.
17323 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
17324 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
17325 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
17326 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
17327 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
17328 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
17329 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
17330 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
17331 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
17332 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
17333 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
17334 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
17335 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
17336 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
17337 * gdb.hp/gdb.base-hp/reg.s: File deleted.
17338 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
17339 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
17340 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
17341 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
17342 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
17343 * gdb.hp/gdb.compat/Makefile.in: File deleted.
17344 * gdb.hp/gdb.compat/average.c: File deleted.
17345 * gdb.hp/gdb.compat/sum.c: File deleted.
17346 * gdb.hp/gdb.compat/xdb.c: File deleted.
17347 * gdb.hp/gdb.compat/xdb0.c: File deleted.
17348 * gdb.hp/gdb.compat/xdb0.h: File deleted.
17349 * gdb.hp/gdb.compat/xdb1.c: File deleted.
17350 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
17351 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
17352 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
17353 * gdb.hp/gdb.defects/Makefile.in: File deleted.
17354 * gdb.hp/gdb.defects/bs14602.c: File deleted.
17355 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
17356 * gdb.hp/gdb.defects/solib-d.c: File deleted.
17357 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
17358 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
17359 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
17360 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
17361 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
17362 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
17363 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
17364 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
17365 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
17366 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
17367 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
17368 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
17369 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
17370 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
17371 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
17372 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
17373 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
17374 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
17375 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
17376 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
17377 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
17378 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
17379 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
17380 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
17381 * gdb.hp/tools/odump: File deleted.
17382
17383 2015-03-19 Pedro Alves <palves@redhat.com>
17384
17385 * gdb.threads/continue-pending-status.exp (saw_thread_2)
17386 (saw_thread_3): New globals.
17387 (top level): Increment them when an event for the corresponding
17388 thread is seen.
17389 (no thread starvation): New test.
17390
17391 2015-03-19 Pedro Alves <palves@redhat.com>
17392
17393 * gdb.threads/continue-pending-status.c: New file.
17394 * gdb.threads/continue-pending-status.exp: New file.
17395
17396 2015-03-18 Pedro Alves <palves@redhat.com>
17397
17398 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
17399 Use gdb_is_target_remote instead of is_remote. Use
17400 gdb_test_multiple instead of gdb_expect. Exit early if
17401 gdb_test_multiple hits its internal matches. Tighten stepi tests
17402 expected output. Fail on exit with any signal, instead of just
17403 SIGILL.
17404
17405 2015-03-18 Yao Qi <yao.qi@linaro.org>
17406
17407 PR tdep/18107
17408 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
17409 variable.
17410 * gdb.base/catch-syscall.exp: Don't skip it on
17411 aarch64*-*-linux* target. Remove elements in all_syscalls.
17412 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
17413 target.
17414 (setup_all_syscalls): New proc.
17415
17416 2015-03-16 Yao Qi <yao.qi@linaro.org>
17417
17418 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
17419 (top level): Skip tests if valid_addr_p returns false for
17420 $cmd1 or $cmd2.
17421
17422 2015-03-11 Andy Wingo <wingo@igalia.com>
17423
17424 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
17425
17426 2015-03-11 Yao Qi <yao.qi@linaro.org>
17427
17428 * gdb.base/catch-syscall.exp: Fix typo in comments.
17429
17430 2015-03-11 Yao Qi <yao.qi@linaro.org>
17431
17432 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
17433
17434 2015-03-09 Pedro Alves <palves@redhat.com>
17435
17436 * dg-extract-results.py: Delete.
17437
17438 2015-03-09 Pedro Alves <palves@redhat.com>
17439
17440 Merge dg-extract-results.sh from GCC upstream (r218843).
17441
17442 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
17443 * dg-extract-results.sh: Use --text with grep to avoid issues with
17444 binary files. Fall back to cat -v, if that doesn't work.
17445
17446 2015-03-05 Pedro Alves <palves@redhat.com>
17447
17448 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
17449
17450 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
17451
17452 * lib/mi-support.exp (mi_expect_interrupt): Accept
17453 alternative event for when in all-stop mode.
17454
17455 2015-03-04 Pedro Alves <palves@redhat.com>
17456
17457 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
17458
17459 2015-03-04 Mark Kettenis <kettenis@gnu.org>
17460
17461 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
17462
17463 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
17464
17465 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
17466 regexps for GDB's current line display, accept a hex address
17467 preceding the line number.
17468
17469 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
17470
17471 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
17472 the 'arch1' variable for "s390*-linux*" targets.
17473
17474 2015-03-04 Pedro Alves <palves@redhat.com>
17475
17476 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
17477 (main): Pass missing retval argument to pthread_join call.
17478
17479 2015-03-02 Pedro Alves <palves@redhat.com>
17480
17481 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
17482 (top level): Call do_test with non-stop as well.
17483
17484 2015-03-02 Pedro Alves <palves@redhat.com>
17485
17486 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
17487 -1.
17488
17489 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17490
17491 * gdb.arch/s390-vregs.exp: New test.
17492 * gdb.arch/s390-vregs.S: New file.
17493
17494 2015-02-27 Pedro Alves <palves@redhat.com>
17495
17496 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
17497 call to catch_command_errors.
17498 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
17499 catch_command_errors.
17500
17501 2015-02-27 Pedro Alves <palves@redhat.com>
17502
17503 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
17504 "true" for boolean result.
17505 * gdb.gdb/selftest.exp (test_with_self): Also accept full
17506 prototype of main.
17507
17508 2015-02-27 Pedro Alves <palves@redhat.com>
17509
17510 * lib/unbuffer_output.c: New file.
17511 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
17512 (main): Call gdb_unbuffer_output.
17513
17514 2015-02-27 Yao Qi <yao.qi@linaro.org>
17515
17516 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
17517 target.
17518
17519 2015-02-26 Doug Evans <dje@google.com>
17520
17521 * gdb.cp/class2.cc (Dbase, D): New classes.
17522 (main): New local delta.
17523 * gdb.cp/class2.exp: Test printing delta.
17524 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
17525 (dynbar): New global.
17526 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
17527
17528 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17529
17530 * gdb.compile/compile-ifunc.c: New file.
17531 * gdb.compile/compile-ifunc.exp: New file.
17532
17533 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
17534
17535 * gdb.base/structs.exp: Check for correct struct on finish.
17536
17537 2015-02-26 Yao Qi <yao.qi@linaro.org>
17538
17539 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
17540 is zero.
17541
17542 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17543
17544 * gdb.arch/cordic.ko.bz2: New file.
17545 * gdb.arch/cordic.ko.debug.bz2: New file.
17546 * gdb.arch/ppc64-symtab-cordic.exp: New file.
17547
17548 2015-02-25 Yao Qi <yao.qi@linaro.org>
17549
17550 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
17551 aarch64*-*-* target.
17552
17553 2015-02-23 Pedro Alves <palves@redhat.com>
17554
17555 * lib/gdb.exp (delete_breakpoints): Rewrite using
17556 gdb_test_multiple.
17557
17558 2015-02-23 Pedro Alves <palves@redhat.com>
17559
17560 * gdb.base/info-os.c: Include stdlib.h.
17561
17562 2015-02-22 Doug Evans <xdje42@gmail.com>
17563
17564 PR symtab/17855
17565 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
17566 is read after symbols have been re-read.
17567 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
17568 * gdb.ada/exec_changed/second.adb (Second): Ditto.
17569
17570 2015-02-21 Doug Evans <dje@google.com>
17571
17572 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
17573
17574 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17575
17576 PR corefiles/17808
17577 * gdb.arch/i386-biarch-core.core.bz2: New file.
17578 * gdb.arch/i386-biarch-core.exp: New file.
17579
17580 2015-02-21 Pedro Alves <palves@redhat.com>
17581
17582 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
17583 runto_main fails.
17584
17585 2015-02-20 Pedro Alves <palves@redhat.com>
17586
17587 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
17588 info probes.
17589
17590 2015-02-20 Pedro Alves <palves@redhat.com>
17591
17592 * gdb.threads/multi-create-ns-info-thr.exp: New file.
17593
17594 2015-02-20 Pedro Alves <palves@redhat.com>
17595
17596 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
17597 clean_restart before gdb_target_supports_trace.
17598
17599 2015-02-20 Pedro Alves <palves@redhat.com>
17600
17601 PR threads/18006
17602 * gdb.threads/clone-thread_db.c: New file.
17603 * gdb.threads/clone-thread_db.exp: New file.
17604
17605 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
17606
17607 PR breakpoints/16812
17608 * gdb.base/catch-gdb-caused-signals.c: New file.
17609 * gdb.base/catch-gdb-caused-signals.exp: New file.
17610
17611 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
17612
17613 * configure: Regenerated.
17614 * configure.ac: Use GDB_AC_TRANSFORM.
17615 * aclocal.m4: sinclude ../transform.m4.
17616
17617 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
17618
17619 * lib/dtrace.exp: New file.
17620 * gdb.base/dtrace-probe.exp: Likewise.
17621 * gdb.base/dtrace-probe.d: Likewise.
17622 * gdb.base/dtrace-probe.c: Likewise.
17623 * lib/pdtrace.in: Likewise.
17624 * configure.ac: Output variables with the transformed names of
17625 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
17626 * configure: Regenerated.
17627
17628 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
17629
17630 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
17631 expected message when trying to access $_probe_* convenience
17632 variables while not on a probe.
17633
17634 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17635
17636 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
17637
17638 2015-02-11 Pedro Alves <pedro@codesourcery.com>
17639
17640 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
17641 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
17642
17643 2015-02-10 Doug Evans <xdje42@gmail.com>
17644
17645 * lib/gdb.exp (gdb_load): Always return a result.
17646
17647 2015-02-10 Pedro Alves <palves@redhat.com>
17648
17649 * gdb.threads/signal-sigtrap.c: New file.
17650 * gdb.threads/signal-sigtrap.exp: New file.
17651
17652 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
17653
17654 * gdb.trace/no-attach-trace.c: New file.
17655 * gdb.trace/no-attach-trace.exp: New file.
17656
17657 2015-02-09 Mark Wielaard <mjw@redhat.com>
17658
17659 * gdb.dwarf2/atomic.c: New file.
17660 * gdb.dwarf2/atomic-type.exp: Likewise.
17661
17662 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17663
17664 * gdb.btrace/buffer-size.exp: Update "info record" output.
17665 * gdb.btrace/delta.exp: Update "info record" output.
17666 * gdb.btrace/enable.exp: Update "info record" output.
17667 * gdb.btrace/finish.exp: Update "info record" output.
17668 * gdb.btrace/instruction_history.exp: Update "info record" output.
17669 * gdb.btrace/next.exp: Update "info record" output.
17670 * gdb.btrace/nexti.exp: Update "info record" output.
17671 * gdb.btrace/step.exp: Update "info record" output.
17672 * gdb.btrace/stepi.exp: Update "info record" output.
17673 * gdb.btrace/nohist.exp: Update "info record" output.
17674
17675 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17676
17677 * gdb.btrace/buffer-size: New.
17678
17679 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17680
17681 * gdb.btrace/delta.exp: Update "info record" output.
17682 * gdb.btrace/enable.exp: Update "info record" output.
17683 * gdb.btrace/finish.exp: Update "info record" output.
17684 * gdb.btrace/instruction_history.exp: Update "info record" output.
17685 * gdb.btrace/next.exp: Update "info record" output.
17686 * gdb.btrace/nexti.exp: Update "info record" output.
17687 * gdb.btrace/step.exp: Update "info record" output.
17688 * gdb.btrace/stepi.exp: Update "info record" output.
17689 * gdb.btrace/nohist.exp: Update "info record" output.
17690
17691 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
17692
17693 PR gdb/15678
17694 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
17695
17696 2015-02-06 Pedro Alves <palves@redhat.com>
17697
17698 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
17699 macro.
17700 (seconds_left, again): New globals.
17701 (main): Wait seconds_left in a 1-second sleep loop instead of
17702 sleeping 180 seconds. If 'again' is set, reset the seconds
17703 counter.
17704 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
17705 'again' in the inferior before detaching. Print the seconds left.
17706 (options): New global.
17707 (top level): Build program with -DTIMEOUT=$timeout.
17708
17709 2015-02-06 Pedro Alves <palves@redhat.com>
17710
17711 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
17712 determine how many seconds to pass to 'alarm'.
17713 * gdb.base/gdb-sigterm.exp (top level): Build program with
17714 -DTIMEOUT=$timeout.
17715 (do_test): Return success/failure indication. Add more verbose
17716 logging. Don't fail if 200 single steps are seen. Instead, fail
17717 when the test times out.
17718 (passes): New global.
17719 (top level): Break the testing loop if testing fails on any
17720 iteration. Use gdb_assert.
17721
17722 2015-02-04 Don Breazeal <donb@codesourcery.com>
17723
17724 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
17725 and initialize them.
17726 (ipc_cleanup): New function.
17727 (main): Don't declare shmid, semid, and msqid. Add a call to
17728 atexit so that we call ipc_cleanup on exit.
17729
17730 2015-02-04 Pedro Alves <palves@redhat.com>
17731
17732 * boards/native-extended-gdbserver.exp: Remove any target variant
17733 specifications from the board name before clearing the isremote
17734 flag from board_info.
17735
17736 2015-01-31 Doug Evans <xdje42@gmail.com>
17737
17738 * gdb.base/maint.exp <maint print type argc>: Update expected output.
17739
17740 2015-01-31 Gary Benson <gbenson@redhat.com>
17741
17742 * gdb.base/completion.exp: Disable completion limiting for
17743 existing tests. Add new tests to check completion limiting.
17744 * gdb.linespec/ls-errs.exp: Disable completion limiting.
17745
17746 2015-01-31 Doug Evans <xdje42@gmail.com>
17747
17748 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
17749
17750 2015-01-31 Doug Evans <xdje42@gmail.com>
17751
17752 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
17753 entries. Duplicate file section script entries.
17754 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
17755 inlined entries. Add test for safe-path rejection.
17756 * gdb.python/py-section-script.c: Add duplicate inlined section script
17757 entries. Duplicate file section script entries.
17758 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
17759 inlined entries. Add test for safe-path rejection.
17760
17761 2015-01-29 Joel Brobecker <brobecker@adacore.com>
17762
17763 * gdb.ada/disc_arr_bound: New testcase.
17764
17765 2015-01-29 Joel Brobecker <brobecker@adacore.com>
17766
17767 * gdb.ada/mi_var_array: New testcase.
17768
17769 2015-01-27 Doug Evans <dje@google.com>
17770
17771 * gdb.python/py-objfile.exp: Add tests for objfile.username.
17772 Add test for objfile.filename, objfile.username after objfile
17773 has been unloaded.
17774
17775 2015-01-26 Joel Brobecker <brobecker@adacore.com>
17776
17777 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
17778 the second test to print the name attribute of value
17779 returned by the call to gdb.lookup_type, and adjust
17780 the expected output accordingly.
17781
17782 2015-01-25 Mark Wielaard <mjw@redhat.com>
17783
17784 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
17785 * gdb.base/disp-step-fork.c: Include unistd.h.
17786 * gdb.base/siginfo-obj.c: Include stdio.h.
17787 * gdb.base/siginfo-thread.c: Likewise.
17788 * gdb.mi/non-stop.c: Include unistd.h.
17789 * gdb.mi/nsthrexec.c: Include stdio.h.
17790 * gdb.mi/pthreads.c: Include unistd.h.
17791 * gdb.modula2/unbounded1.c (main): Declare returns int.
17792 * gdb.reverse/consecutive-reverse.c: Likewise.
17793 * gdb.threads/create-fail.c: Include unistd.h.
17794 * gdb.threads/killed.c: Likewise.
17795 * gdb.threads/linux-dp.c: Likewise.
17796 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
17797 * gdb.threads/non-ldr-exc-2.c: Likewise.
17798 * gdb.threads/non-ldr-exc-3.c: Likewise.
17799 * gdb.threads/non-ldr-exc-4.c: Likewise.
17800 * gdb.threads/pthreads.c: Include unistd.h.
17801 (main): Declare returns int.
17802 * gdb.threads/tls-main.c (foo): New declaration.
17803 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
17804
17805 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
17806
17807 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
17808 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
17809
17810 2015-01-15 Mark Wielaard <mjw@redhat.com>
17811
17812 * gdb.base/noreturn-return.c: New file.
17813 * gdb.base/noreturn-return.exp: New file.
17814 * gdb.base/noreturn-finish.c: New file.
17815 * gdb.base/noreturn-finish.exp: New file.
17816
17817 2015-01-23 Pedro Alves <palves@redhat.com>
17818
17819 * gdb.threads/continue-pending-after-query.c: New file.
17820 * gdb.threads/continue-pending-after-query.exp: New file.
17821
17822 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
17823 Simon Marchi <simon.marchi@ericsson.com>
17824
17825 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
17826 * gdb.base/valgrind-db-attach.exp: Same.
17827 * gdb.base/valgrind-infcall.exp: Same.
17828 * lib/mi-support.exp (default_mi_gdb_start): Same.
17829 * lib/prompt.exp (default_prompt_gdb_start): Same.
17830 * lib/gdb.exp (default_gdb_spawn): Same.
17831 (gdb_interact): New.
17832
17833
17834 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17835
17836 * gdb.compile/compile.exp (pointer to jit function): New test.
17837
17838 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
17839
17840 * lib/gdb.exp (supports_process_record): Return true for
17841 powerpc*-*-linux*.
17842 (supports_reverse): Likewise.
17843
17844 2015-01-15 Don Breazeal <donb@codesourcery.com>
17845
17846 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
17847 instead of checking whether the target board is remote and
17848 use spawn_wait_for_attach instead of exec/sleep.
17849 * gdb.base/attach-twice.exp: Likewise.
17850
17851 2015-01-15 Joel Brobecker <brobecker@adacore.com>
17852
17853 * gdb.ada/var_arr_attrs: New testcase.
17854
17855 2015-01-14 Pedro Alves <palves@redhat.com>
17856 Joel Brobecker <brobecker@adacore.com>
17857
17858 PR gdb/17525
17859 * gdb.base/bp-cmds-execution-x-script.c: New file.
17860 * gdb.base/bp-cmds-execution-x-script.exp: New file.
17861 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
17862
17863 2015-01-14 Pedro Alves <palves@redhat.com>
17864
17865 PR cli/17828
17866 * gdb.base/batch-preserve-term-settings.c: New file.
17867 * gdb.base/batch-preserve-term-settings.exp: New file.
17868
17869 2015-01-13 Doug Evans <dje@google.com>
17870
17871 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
17872 binary.
17873
17874 2015-01-13 Joel Brobecker <brobecker@adacore.com>
17875
17876 * Makefile.in (clean mostlyclean): Do not delete *.py.
17877
17878 2015-01-13 Joel Brobecker <brobecker@adacore.com>
17879
17880 * gdb.python/py-lookup-type.exp: New file.
17881
17882 2015-01-12 Pedro Alves <palves@redhat.com>
17883
17884 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
17885 restore GDBFLAGS before returning.
17886
17887 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17888
17889 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
17890 is_amd64_regs_target and is_x86_like_target.
17891
17892 2015-01-11 Doug Evans <xdje42@gmail.com>
17893
17894 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
17895 is given without an explicit form.
17896 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
17897 attributes.
17898 * gdb.dwarf/corrupt.exp: Ditto.
17899 * gdb.dwarf2/enum-type.exp: Ditto.
17900 * gdb.trace/entry-values.exp: Ditto.
17901 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
17902
17903 2015-01-11 Doug Evans <xdje42@gmail.com>
17904
17905 PR gdb/15830
17906 * gdb.base/maint.exp: Remove references to "maint demangle".
17907 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
17908 Add tests for explicitly specifying language to demangle.
17909 * gdb.dlang/demangle.exp: Ditto.
17910
17911 2015-01-09 Pedro Alves <palves@redhat.com>
17912
17913 * gdb.threads/non-stop-fair-events.c: New file.
17914 * gdb.threads/non-stop-fair-events.exp: New file.
17915
17916 2015-01-09 Pedro Alves <palves@redhat.com>
17917
17918 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
17919 the global scope. Set a breakpoint after all threads are started
17920 rather than stepping over two source lines. Expect the prompt.
17921 * gdb.base/watch_thread_num.c (threads_started_barrier): New
17922 global.
17923 (NUM): Now 15.
17924 (main): Use threads_started_barrier to wait for all threads to
17925 start. Main thread no longer calls thread_function. Exit after
17926 180 seconds.
17927 (loop): New function.
17928 (thread_function): Wait on threads_started_barrier barrier. Call
17929 'loop' at each iteration.
17930 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
17931 threads have started, instead of hardcoding number of "next"
17932 steps. Use an access watchpoint instead of a write watchpoint.
17933
17934 2015-01-09 Pedro Alves <palves@redhat.com>
17935
17936 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
17937 (thread_func): Wait on barrier.
17938 (main): Wait for all threads to start before stopping GDB.
17939 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
17940 global.
17941 (thread1_func, thread2_func): Wait on barrier.
17942 (main): Wait for all threads to start before stopping GDB.
17943 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
17944 New global.
17945 (thread1_func, thread2_func): Wait on barrier.
17946 (main): Wait for all threads to start before stopping GDB.
17947
17948 2015-01-09 Pedro Alves <palves@redhat.com>
17949
17950 * gdb.threads/attach-many-short-lived-threads.c: New file.
17951 * gdb.threads/attach-many-short-lived-threads.exp: New file.
17952
17953 2014-01-09 Pedro Alves <palves@redhat.com>
17954
17955 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
17956 instead of to thread 2.
17957 * gdb.threads/signal-command-multiple-signals-pending.c (main):
17958 Add barrier around each pthread_create call instead of around all
17959 calls.
17960 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
17961 Set a break on thread_function and have the child threads hit it
17962 one at at a time.
17963
17964 2015-01-09 Pedro Alves <palves@redhat.com>
17965
17966 * lib/gdb.exp (can_spawn_for_attach): New procedure.
17967 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
17968 false.
17969 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
17970 checking whether the target board is remote.
17971 * gdb.multi/multi-attach.exp: Likewise.
17972 * gdb.python/py-sync-interp.exp: Likewise.
17973 * gdb.server/ext-attach.exp: Likewise.
17974 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
17975 tests that need to attach, instead of checking whether the target
17976 board is remote at the top of the file.
17977
17978 2015-01-08 Yao Qi <yao@codesourcery.com>
17979
17980 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
17981
17982 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17983
17984 Fix testcase compilation.
17985 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
17986
17987 2015-01-06 Joel Brobecker <brobecker@adacore.com>
17988
17989 * gdb.python/py-type.exp: Add a couple test about empty
17990 array creation, and negative-length array creation.
17991
17992 2015-01-02 Doug Evans <xdje42@gmail.com>
17993
17994 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
17995
17996 2015-01-02 Doug Evans <dje@google.com>
17997
17998 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
17999
18000 2014-12-29 Yao Qi <yao@codesourcery.com>
18001
18002 * gdb.trace/entry-values.exp: Update comments. Rename variable
18003 bar_call_foo to returned_from_foo.
18004
18005 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
18006
18007 PR gdb/17394
18008 * gdb.linespec/break-asm-file.c: New file.
18009 * gdb.linespec/break-asm-file.exp: New file.
18010 * gdb.linespec/break-asm-file0.s: New file.
18011 * gdb.linespec/break-asm-file1.s: New file.
18012
18013 2014-12-18 Nigel Stephens <nigel@mips.com>
18014 Maciej W. Rozycki <macro@codesourcery.com>
18015
18016 * gdb.base/float.exp: Handle the new output from "info float" on
18017 MIPS targets.
18018
18019 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18020
18021 Fix MinGW compilation.
18022 * gdb.compile/compile-ops.exp: Update untested message if
18023 !skip_compile_feature_tests.
18024 * gdb.compile/compile-setjmp.exp: Likewise.
18025 * gdb.compile/compile-tls.exp: Likewise.
18026 * gdb.compile/compile.exp: Likewise.
18027 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
18028 supported on this host".
18029
18030 2014-12-16 Doug Evans <xdje42@gmail.com>
18031
18032 * boards/stabs.exp: New file.
18033
18034 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
18035
18036 * gdb.base/completion.exp: Adjust to format changes of "maint
18037 print user-registers".
18038
18039 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
18040
18041 PR server/17457
18042 * gdb.arch/aarch64-fp.c: New file.
18043 * gdb.arch/aarch64-fp.exp: New file.
18044
18045 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
18046
18047 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
18048 r210637, r210913, r211666, r215400, r215817).
18049
18050 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
18051 * dg-extract-results.py: New file.
18052 * dg-extract-results.sh: Use it if the environment seems
18053 suitable.
18054
18055 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
18056
18057 * dg-extract-results.py (parse_run): Handle warnings that
18058 are printed before a test harness is run.
18059
18060 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
18061
18062 * dg-extract-results.py (Named): Remove __cmp__ method.
18063 (output_variation): Use a key to sort variation.harnesses.
18064
18065 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
18066
18067 * dg-extract-results.py: For Python 3, force sys.stdout to
18068 handle surrogate escape sequences.
18069 (safe_open): New function.
18070 (output_segment, main): Use it.
18071
18072 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
18073
18074 * dg-extract-results.py (Prog.result_re): Include options
18075 in test name.
18076
18077 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
18078
18079 * dg-extract-results.py (output_variation): Always sort if
18080 do_sum.
18081
18082 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
18083
18084 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
18085 as long as we get pagination notifications.
18086
18087 2014-12-15 Jason Merrill <jason@redhat.com>
18088
18089 * Makefile.in (check-gdb.%): Restore.
18090 * README: Mention it.
18091
18092 2014-12-13 Joel Brobecker <brobecker@adacore.com>
18093
18094 * gdb.ada/str_uninit: New testcase.
18095
18096 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
18097
18098 PR symtab/17642
18099 * gdb.base/vla-stub-define.c: New file.
18100 * gdb.base/vla-stub.c: New file.
18101 * gdb.base/vla-stub.exp: New file.
18102
18103 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
18104 Jan Kratochvil <jan.kratochvil@redhat.com>
18105 Tom Tromey <tromey@redhat.com>
18106
18107 * configure.ac: Add gdb.compile/.
18108 * configure: Regenerate.
18109 * gdb.compile/Makefile.in: New file.
18110 * gdb.compile/compile-ops.exp: New file.
18111 * gdb.compile/compile-ops.c: New file.
18112 * gdb.compile/compile-tls.c: New file.
18113 * gdb.compile/compile-tls.exp: New file.
18114 * gdb.compile/compile-constvar.S: New file.
18115 * gdb.compile/compile-constvar.c: New file.
18116 * gdb.compile/compile-mod.c: New file.
18117 * gdb.compile/compile-nodebug.c: New file.
18118 * gdb.compile/compile-setjmp-mod.c: New file.
18119 * gdb.compile/compile-setjmp.c: New file.
18120 * gdb.compile/compile-setjmp.exp: New file.
18121 * gdb.compile/compile-shlib.c: New file.
18122 * gdb.compile/compile.c: New file.
18123 * gdb.compile/compile.exp: New file.
18124 * lib/gdb.exp (skip_compile_feature_tests): New proc.
18125
18126 2014-12-12 Tom Tromey <tromey@redhat.com>
18127
18128 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
18129 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
18130
18131 2014-12-12 Doug Evans <dje@google.com>
18132
18133 * lib/gdb-python.exp (get_python_valueof): New function.
18134 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
18135
18136 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18137
18138 * gdb.base/completion.exp: Add test for completion of "info
18139 registers ".
18140
18141 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
18142
18143 * gdb.base/func-ptrs.c: New file.
18144 * gdb.base/func-ptrs.exp: New file.
18145
18146 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
18147
18148 PR breakpoints/17012
18149 * gdb.base/dprintf-detach.c: New file.
18150 * gdb.base/dprintf-detach.exp: New file.
18151
18152 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
18153
18154 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
18155 * lib/gdb.exp (target_is_gdbserver): New procedure.
18156
18157 2014-12-08 Doug Evans <dje@google.com>
18158
18159 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
18160
18161 2014-12-05 Yao Qi <yao@codesourcery.com>
18162
18163 * gdb.guile/scm-error.exp: Remove the third argument to
18164 gdb_remote_download.
18165 * gdb.guile/scm-frame-args.exp: Likewise.
18166 * gdb.guile/scm-section-script.exp: Likewise.
18167
18168 2014-12-05 Yao Qi <yao@codesourcery.com>
18169
18170 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
18171
18172 2014-12-04 Doug Evans <dje@google.com>
18173
18174 * gdb.python/py-objfile.exp: Add tests for
18175 objfile.add_separate_debug_file.
18176
18177 2014-12-04 Doug Evans <dje@google.com>
18178
18179 * lib/gdb.exp (get_build_id): New function.
18180 (build_id_debug_filename_get): Rewrite to use it.
18181 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
18182
18183 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
18184
18185 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
18186 `method(long)', not just 0x0.
18187 * gdb.cp/nsalias.exp: Align code labels to 4.
18188 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
18189 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
18190 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
18191 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
18192 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
18193 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
18194
18195 2014-12-02 Doug Evans <dje@google.com>
18196
18197 PR symtab/17602
18198 * gdb.cp/anon-ns.cc: Move guts of this file to ...
18199 * gdb.cp/anon-ns2.cc: ... here. New file.
18200 * gdb.cp/anon-ns.exp: Update.
18201
18202 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
18203
18204 * gdb.python/py-events.py (inferior_call_handler): New.
18205 (register_changed_handler, memory_changed_handler): New.
18206 (test_events.invoke): Register new handlers.
18207 * gdb.python/py-events.exp: Add tests for inferior call,
18208 memory_changed and register_changed events.
18209
18210 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
18211
18212 * gdb.base/execl-update-breakpoints.exp: Specify the link address
18213 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
18214 if the linker doesn't understand this.
18215
18216 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
18217
18218 * gdb.python/python.exp: Change expected reply to help().
18219
18220 2014-12-01 Yao Qi <yao@codesourcery.com>
18221
18222 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
18223 AC_CONFIG_SUBDIRS(gdb.gdbtk).
18224 * configure: Re-generated.
18225
18226 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
18227
18228 * gdb.cp/chained-calls.cc: New file.
18229 * gdb.cp/chained-calls.exp: New file.
18230 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
18231
18232 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
18233
18234 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
18235 * gdb.dwarf2/symtab-producer.exp: Same.
18236 * gdb.gdb/python-interrupts.exp: Same.
18237 * gdb.gdb/python-selftest.exp: Same.
18238 * gdb.python/py-linetable.exp: Same.
18239 * gdb.python/py-type.exp: Same.
18240 * gdb.python/py-value-cc.exp: Same.
18241 * gdb.python/py-value.exp: Same.
18242
18243 2014-11-28 Yao Qi <yao@codesourcery.com>
18244
18245 * gdb.base/break-probes.exp: Match library name prefixed with
18246 sysroot.
18247
18248 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
18249
18250 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
18251 test expected output. Add parentheses for the call to print.
18252 Remove L suffix from integers.
18253
18254 2014-11-26 Doug Evans <dje@google.com>
18255
18256 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
18257
18258 2014-11-22 Yao Qi <yao@codesourcery.com>
18259
18260 * gdb.trace/entry-values.c: Remove asms.
18261 (foo): Add foo_label.
18262 (bar): Add bar_label.
18263 * gdb.trace/entry-values.exp: Remove code computing foo's
18264 length and bar's length.
18265 (Dwarf::assemble): Invoke function_range for bar and use
18266 MACRO_AT_func for foo.
18267
18268 2014-11-22 Yao Qi <yao@codesourcery.com>
18269
18270 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
18271 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
18272 Use .Lgcc43_procstart instead of gcc43.
18273
18274 2014-11-21 Joel Brobecker <brobecker@adacore.com>
18275
18276 * gdb.ada/n_arr_bound: New testcase.
18277
18278 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
18279
18280 PR breakpoints/10737
18281 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
18282 test_catch_syscall_multi_arch.
18283 (test_catch_syscall_multi_arch): New function.
18284
18285 2014-11-20 Doug Evans <xdje42@gmail.com>
18286
18287 * gdb.base/maint.exp: Update expected output.
18288
18289 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
18290
18291 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
18292 4-byte instruction on S390.
18293
18294 2014-11-19 Joel Brobecker <brobecker@adacore.com>
18295
18296 * gdb.ada/arr_arr: New testcase.
18297
18298 2014-11-19 Joel Brobecker <brobecker@adacore.com>
18299
18300 * gdb.ada/pkd_arr_elem: New Testcase.
18301
18302 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
18303
18304 * gdb.reverse/break-precsave: Expect completion message for
18305 core file reads.
18306 * gdb.reverse/consecutive-precsave.exp: Likewise.
18307 * gdb.reverse/finish-precsave.exp: Likewise.
18308 * gdb.reverse/i386-precsave.exp: Likewise.
18309 * gdb.reverse/machinestate-precsave.exp: Likewise.
18310 * gdb.reverse/sigall-precsave.exp: Likewise.
18311 * gdb.reverse/solib-precsave.exp: Likewise.
18312 * gdb.reverse/step-precsave.exp: Likewise.
18313 * gdb.reverse/until-precsave.exp: Likewise.
18314 * gdb.reverse/watch-precsave.exp: Likewise.
18315
18316 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18317
18318 * gdb.base/bp-permanent.c: Include unistd.h.
18319 * gdb.python/py-framefilter-mi.c (main): Add return type.
18320 * gdb.python/py-framefilter.c (main): Likewise.
18321 * gdb.trace/actions-changed.c (main): Likewise.
18322
18323 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18324
18325 * gdb.mi/until.c: Add eye-catchers.
18326 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
18327 line numbers.
18328
18329 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18330
18331 * gdb.base/condbreak.exp: Drop references to removed non-prototype
18332 function header variants in break1.c.
18333 * gdb.base/ena-dis-br.exp: Likewise.
18334 * gdb.base/hbreak2.exp: Likewise.
18335 * gdb.reverse/until-precsave.exp: Drop references to removed
18336 non-prototype function header variants in ur1.c.
18337 * gdb.reverse/until-reverse.exp: Likewise.
18338
18339 2014-11-17 Petr Machata <pmachata@redhat.com>
18340
18341 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
18342 ${_cu_offset_size} bytes abbrev offset.
18343
18344 2014-11-15 Doug Evans <xdje42@gmail.com>
18345
18346 PR symtab/17559
18347 * gdb.base/line-symtabs.exp: New file.
18348 * gdb.base/line-symtabs.c: New file.
18349 * gdb.base/line-symtabs.h: New file.
18350
18351 2014-11-14 Yao Qi <yao@codesourcery.com>
18352
18353 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
18354 (func): Add label func_label.
18355 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
18356 Replace low_pc and high_pc with MACRO_AT_range.
18357 Replace name, low_pc and high_pc with MACRO_AT_func.
18358
18359 2014-11-14 Yao Qi <yao@codesourcery.com>
18360
18361 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
18362 Replace name, low_pc and high_pc with MACRO_AT_func.
18363
18364 2014-11-14 Yao Qi <yao@codesourcery.com>
18365
18366 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
18367 produce debug information.
18368 * gdb.dwarf2/implptr-optimized-out.S: Removed.
18369
18370 2014-11-14 Yao Qi <yao@codesourcery.com>
18371
18372 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
18373 object and get function length.
18374 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
18375 with MACRO_AT_func.
18376 (top-level): Replace gdb_compile and clean_restart with
18377 prepare_for_testing.
18378 * gdb.dwarf2/main.c (main): Add label main_label.
18379
18380 2014-11-14 Yao Qi <yao@codesourcery.com>
18381
18382 * lib/dwarf.exp (function_range): New procedure.
18383 (Dwarf::_handle_macro_at_func): New procedure.
18384 (Dwarf::_handle_macro_at_range): New procedure.
18385 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
18386
18387 2014-11-14 Yao Qi <yao@codesourcery.com>
18388
18389 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
18390 (_handle_attribute): New procedure.
18391
18392 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18393
18394 * gdb.ada/cond_lang/foo.c (callme): Add return type.
18395 * gdb.base/call-sc.c (zed): Likewise.
18396 * gdb.base/checkpoint.c (main): Likewise.
18397 * gdb.base/dump.c (main): Likewise.
18398 * gdb.base/gcore.c (main): Likewise.
18399 * gdb.base/huge.c (main): Likewise.
18400 * gdb.base/multi-forks.c (main): Likewise.
18401 * gdb.base/pr10179-a.c (main): Likewise.
18402 * gdb.base/savedregs.c (main): Likewise.
18403 * gdb.base/sigaltstack.c (main): Likewise.
18404 * gdb.base/siginfo.c (main): Likewise.
18405 * gdb.base/structs.c (zed): Likewise.
18406 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
18407 * gdb.mi/mi-syn-frame.c (main): Likewise.
18408 * gdb.mi/until.c (foo, main): Likewise.
18409 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
18410 * gdb.base/solib-weak.c (foo): Declare.
18411 * gdb.base/attach-twice.c: Include stdio.h.
18412 * gdb.base/weaklib1.c: Likewise.
18413 * gdb.base/weaklib2.c: Likewise.
18414 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
18415 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
18416 unistd.h.
18417 * gdb.base/attach-pie-misread.c: Include stdlib.h.
18418 * gdb.mi/mi-exit-code.c: Likewise.
18419 * gdb.base/break-interp-lib.c: Include string.h.
18420 * gdb.base/coremaker.c: Likewise.
18421 * gdb.base/testenv.c: Likewise.
18422 * gdb.python/py-finish-breakpoint.c: Likewise.
18423 * gdb.base/inferior-died.c: Include sys/wait.h.
18424 * gdb.base/fileio.c: Include time.h.
18425 * gdb.base/async-shell.c: Include unistd.h.
18426 * gdb.base/dprintf-non-stop.c: Likewise.
18427 * gdb.base/info-os.c: Likewise.
18428 * gdb.mi/mi-console.c: Likewise.
18429 * gdb.mi/watch-nonstop.c: Likewise.
18430 * gdb.python/py-events.c: Likewise.
18431 * gdb.base/async.c (baz): Move up before its invocation.
18432 * gdb.base/code_elim2.c (my_global_func): Likewise.
18433 * gdb.base/skip-solib-lib.c (multiply): Likewise.
18434 * gdb.base/advance.c (func2): Likewise.
18435
18436 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18437
18438 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
18439 variant.
18440 * gdb.base/annota3.c: Likewise.
18441 * gdb.base/async.c: Likewise.
18442 * gdb.base/average.c: Likewise.
18443 * gdb.base/call-ar-st.c: Likewise.
18444 * gdb.base/call-rt-st.c: Likewise.
18445 * gdb.base/call-sc.c: Likewise.
18446 * gdb.base/call-strs.c: Likewise.
18447 * gdb.base/ending-run.c: Likewise.
18448 * gdb.base/execd-prog.c: Likewise.
18449 * gdb.base/exprs.c: Likewise.
18450 * gdb.base/foll-exec.c: Likewise.
18451 * gdb.base/foll-fork.c: Likewise.
18452 * gdb.base/foll-vfork.c: Likewise.
18453 * gdb.base/funcargs.c: Likewise.
18454 * gdb.base/gcore.c: Likewise.
18455 * gdb.base/jump.c: Likewise.
18456 * gdb.base/langs0.c: Likewise.
18457 * gdb.base/langs1.c: Likewise.
18458 * gdb.base/langs2.c: Likewise.
18459 * gdb.base/mips_pro.c: Likewise.
18460 * gdb.base/nodebug.c: Likewise.
18461 * gdb.base/opaque0.c: Likewise.
18462 * gdb.base/opaque1.c: Likewise.
18463 * gdb.base/recurse.c: Likewise.
18464 * gdb.base/run.c: Likewise.
18465 * gdb.base/scope0.c: Likewise.
18466 * gdb.base/scope1.c: Likewise.
18467 * gdb.base/setshow.c: Likewise.
18468 * gdb.base/setvar.c: Likewise.
18469 * gdb.base/shmain.c: Likewise.
18470 * gdb.base/shr1.c: Likewise.
18471 * gdb.base/shr2.c: Likewise.
18472 * gdb.base/sigall.c: Likewise.
18473 * gdb.base/signals.c: Likewise.
18474 * gdb.base/so-indr-cl.c: Likewise.
18475 * gdb.base/solib2.c: Likewise.
18476 * gdb.base/structs.c: Likewise.
18477 * gdb.base/sum.c: Likewise.
18478 * gdb.base/vforked-prog.c: Likewise.
18479 * gdb.base/watchpoint.c: Likewise.
18480 * gdb.reverse/shr2.c: Likewise.
18481 * gdb.reverse/until-reverse.c: Likewise.
18482 * gdb.reverse/ur1.c: Likewise.
18483 * gdb.reverse/watch-reverse.c: Likewise.
18484
18485 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18486
18487 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
18488 variant.
18489 * gdb.base/sepdebug.exp: Drop references to removed code.
18490
18491 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18492
18493 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
18494 variant. Preserve original line numbering.
18495 * gdb.base/list1.c: Likewise.
18496
18497 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18498
18499 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
18500 variant.
18501 * gdb.base/break1.c: Likewise.
18502 * gdb.base/break.exp: Drop references to removed code.
18503
18504 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18505
18506 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
18507 variant.
18508
18509 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18510
18511 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
18512
18513 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18514
18515 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
18516 logic into perform_all_tests() and invoke it with and without
18517 function header prototypes.
18518 (do_function_calls): Remove conditional XFAIL for PR 5318.
18519 (rerun_and_prepare): Remove duplicate code.
18520 (perform_all_tests): New. Main logic moved here.
18521
18522 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18523
18524 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
18525 code guarded by #ifdef NO_PROTOTYPES.
18526 (t_double_many_args): Likewise.
18527 (DEF_FUNC_MANY_ARGS_1): Likewise.
18528 (DEF_FUNC_VALUES_1): Likewise.
18529 (t_structs_ldc): Renamed from t_structs_fc in conditional code
18530 guarded by #ifdef PROTOTYPES.
18531
18532 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18533
18534 * gdb.mi/mi-console.c: Add eye-catcher.
18535 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
18536 instead of literal line number.
18537
18538 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18539
18540 * gdb.base/shr2.c: Add eye-catcher.
18541 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
18542 line number.
18543
18544 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18545
18546 * gdb.base/jump.c: Add eye-catchers.
18547 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
18548 numbers.
18549
18550 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18551
18552 * gdb.base/execd-prog.c: Add eye-catchers.
18553 * gdb.base/foll-exec.c: Likewise.
18554 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
18555 line numbers.
18556
18557 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18558
18559 * gdb.base/ending-run.c: Add eye-catchers.
18560 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
18561 literal line numbers.
18562
18563 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18564
18565 * gdb.base/call-rt-st.c: Add eye-catchers.
18566 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
18567 literal line numbers.
18568
18569 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18570
18571 * gdb.base/call-ar-st.c: Add eye-catchers.
18572 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
18573 literal line numbers.
18574
18575 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18576
18577 * gdb.base/average.c: Add eye-catchers.
18578 * gdb.base/sum.c: Likewise.
18579 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
18580 regexps dynamically.
18581
18582 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18583
18584 * gdb.base/solib1.c: Add eye-catchers.
18585 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
18586 literal line numbers.
18587
18588 2014-11-12 Pedro Alves <palves@redhat.com>
18589
18590 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
18591 leader has exited.
18592
18593 2014-11-12 Pedro Alves <palves@redhat.com>
18594
18595 * gdb.arch/i386-bp_permanent.c: New file.
18596 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
18597 (srcfile): Set to i386-bp_permanent.c.
18598 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
18599 that stepi does not execute the 'leave' instruction, instead of
18600 testing it does execute.
18601 * gdb.base/bp-permanent.c: New file.
18602 * gdb.base/bp-permanent.exp: New file.
18603
18604 2014-11-10 Doug Evans <xdje42@gmail.com>
18605
18606 PR symtab/17564
18607 * gdb.base/symtab-search-order.exp: New file.
18608 * gdb.base/symtab-search-order.c: New file.
18609 * gdb.base/symtab-search-order-1.c: New file.
18610 * gdb.base/symtab-search-order-shlib-1.c: New file.
18611
18612 2014-11-07 Pedro Alves <palves@redhat.com>
18613
18614 PR gdb/17511
18615 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
18616 i?86-*-linux*.
18617
18618 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
18619
18620 PR c++/17494
18621 * gdb.cp/pr17494.cc: New file.
18622 * gdb.cp/pr17494.exp: New file.
18623
18624 2014-11-02 Yao Qi <yao@codesourcery.com>
18625
18626 * gdb.python/python.exp: Get working directory and match the
18627 output of "set extended-prompt \\w " with it.
18628
18629 2014-10-30 Doug Evans <dje@google.com>
18630
18631 * gdb.python/py-objfile.exp: Add tests for setting random attributes
18632 in objfiles.
18633 * gdb.python/py-progspace.exp: Add tests for setting random attributes
18634 in progspaces.
18635
18636 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
18637
18638 * gdb.base/fullpath-expand.exp: Skip for a remote host.
18639 * gdb.base/realname-expand.exp: Likewise.
18640 * gdb.linespec/macro-relative.exp: Likewise.
18641
18642 2014-10-29 Pedro Alves <palves@redhat.com>
18643
18644 PR gdb/17408
18645 * gdb.threads/schedlock.c (some_function): New function.
18646 (call_function): New global.
18647 (MAYBE_CALL_SOME_FUNCTION): New macro.
18648 (thread_function): Call it.
18649 * gdb.threads/schedlock.exp (get_args): Add description parameter,
18650 and use it instead of a global counter. Adjust all callers.
18651 (get_current_thread): Use "find current thread" for test message
18652 here rather than having all callers pass down the same string.
18653 (goto_loop): New procedure, factored out from ...
18654 (my_continue): ... this.
18655 (step_ten_loops): Change parameter from test message to command to
18656 use. Adjust.
18657 (list_count): Delete global.
18658 (check_result): New procedure, factored out from duplicate top
18659 level code.
18660 (continue tests): Wrap in with_test_prefix.
18661 (test_step): New procedure, factored out from duplicate top level
18662 code.
18663 (top level): Test "step" in combination with all scheduler-locking
18664 modes. Test "next" in combination with all scheduler-locking
18665 modes, and in combination with stepping over a function call or
18666 not.
18667 * gdb.threads/next-bp-other-thread.c: New file.
18668 * gdb.threads/next-bp-other-thread.exp: New file.
18669
18670 2014-10-29 Pedro Alves <palves@redhat.com>
18671
18672 PR python/17372
18673 * gdb.python/python.exp: Test a multi-line command that spawns
18674 interactive Python.
18675 * gdb.base/multi-line-starts-subshell.exp: New file.
18676
18677 2014-10-29 Yao Qi <yao@codesourcery.com>
18678
18679 * gdb.base/fileio.exp: Make directories on host.
18680
18681 2014-10-29 Yao Qi <yao@codesourcery.com>
18682
18683 * gdb.base/fileio.c (test_write): Close the file.
18684
18685 2014-10-28 Pedro Alves <palves@redhat.com>
18686
18687 PR gdb/12623
18688 * gdb.base/sigstep.c (no_handler): New global.
18689 (main): If 'no_handler is true, set the signal handlers to
18690 SIG_IGN.
18691 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
18692 with_sw_watch and no_handler parameters. Handle them.
18693 (top level) <stepping over handler when stopped at a breakpoint
18694 test>: Add a test axis for testing with a software watchpoint, and
18695 another for testing with the signal handler set to SIG_IGN.
18696 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
18697 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
18698
18699 2014-10-28 Pedro Alves <palves@redhat.com>
18700
18701 PR gdb/17511
18702 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
18703 * gdb.base/sigstep.exp (other_handler_location): New global.
18704 (advance): Support stepping into the signal handler, and running
18705 commands while in the handler.
18706 (in_handler_map): New global.
18707 (top level): In the advance test, add combinations for getting
18708 into the handler with stepping commands, and for running commands
18709 in the handler. Add comment descripting the advancei tests.
18710
18711 2014-10-28 Pedro Alves <palves@redhat.com>
18712
18713 * gdb.base/sigstep.exp: Use build_executable instead of
18714 prepare_for_testing.
18715 (top level): Move code that starts GDB, runs to main and creates a
18716 display to ...
18717 (restart): ... this new procedure.
18718 (top level): Move backtrace from signal handler test to ...
18719 (validate_backtrace): ... this new procedure.
18720 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
18721 with_test_prefix. Always restart GDB.
18722 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
18723 with_test_prefix. Always restart GDB. No need to delete
18724 breakpoints after the test.
18725 (test_skip_handler): Remove prefix parameter.
18726 (skip_over_handler, breakpoint_to_handler)
18727 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
18728 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
18729 restart GDB. No need to delete breakpoints after the test.
18730 (top level): Use foreach to call the test procedures with
18731 different commands.
18732
18733 2014-10-28 Pedro Alves <palves@redhat.com>
18734
18735 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
18736 instead of GNATS numbers.
18737 * gdb.base/sigbpt.exp: Likewise.
18738 * gdb.base/siginfo.exp: Likewise.
18739 * gdb.base/sigstep.exp: Likewise.
18740
18741 2014-10-27 Pedro Alves <palves@redhat.com>
18742
18743 * gdb.base/sigstep.c (dummy): New global.
18744 (main): Issue a couple writes to the new global.
18745 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
18746 procedures.
18747 (skip_over_handler): Use test_skip_handler.
18748 (top level): Call skip_over_handler for stepi and nexti too.
18749 (breakpoint_over_handler): Use test_skip_handler.
18750 (top level): Call breakpoint_over_handler for stepi and nexti too.
18751
18752 2014-10-27 Yao Qi <yao@codesourcery.com>
18753
18754 * gdb.trace/tfile.c (adjust_function_address)
18755 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
18756 function descriptor.
18757
18758 2014-10-24 Don Breazeal <donb@codesourcery.com>
18759
18760 * gdb.base/foll-fork.exp (test_follow_fork,
18761 catch_fork_child_follow): Check for updated fork messages emitted
18762 from infrun.c.
18763 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
18764 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
18765 vfork_and_exec_child_follow_through_step): Check for updated vfork
18766 messages emitted from infrun.c.
18767
18768 2014-10-24 Pedro Alves <palves@redhat.com>
18769
18770 * gdb.base/corefile.exp: Remove references to ultrix.
18771 * gdb.base/interrupt.exp: Likewise.
18772 * gdb.base/whatis.exp: Likewise.
18773 * gdb.gdb/selftest.exp: Likewise.
18774 * gdb.threads/manythreads.exp: Likewise.
18775 * gdb.threads/print-threads.exp: Likewise.
18776 * gdb.threads/pthreads.exp:: Likewise.
18777 * gdb.threads/schedlock.exp: Likewise.
18778
18779 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
18780
18781 * gdb.cp/non-trivial-retval.cc: Add a test case.
18782 * gdb.cp/non-trivial-retval.exp: Add a test.
18783
18784 2014-10-20 Yao Qi <yao@codesourcery.com>
18785
18786 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
18787 * gdb.python/py-objfile-script-gdb.py: New file.
18788 * gdb.python/py-objfile-script.exp: Update reference to
18789 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
18790 of remote_download. Remove the dest file.
18791
18792 2014-10-20 Yao Qi <yao@codesourcery.com>
18793
18794 * gdb.base/checkpoint.exp: Don't remove file copied on host.
18795 * gdb.base/step-line.exp: Likewise.
18796 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18797 * gdb.dwarf2/dw2-basic.exp: Likewise.
18798 * gdb.dwarf2/dw2-compressed.exp: Likewise.
18799 * gdb.dwarf2/dw2-filename.exp: Likewise.
18800 * gdb.dwarf2/dw2-intercu.exp: Likewise.
18801 * gdb.dwarf2/dw2-intermix.exp: Likewise.
18802 * gdb.dwarf2/dw2-producer.exp: Likewise.
18803 * gdb.dwarf2/mac-fileno.exp: Likewise.
18804 * gdb.python/py-frame-args.exp: Likewise.
18805 * gdb.python/py-framefilter.exp: Likewise.
18806 * gdb.python/py-mi.exp: Likewise.
18807 * gdb.python/py-objfile-script.exp: Likewise
18808 * gdb.python/py-pp-integral.exp: Likewise.
18809 * gdb.python/py-pp-re-notag.exp: Likewise.
18810 * gdb.python/py-prettyprint.exp: Likewise.
18811 * gdb.python/py-section-script.exp: Likewise.
18812 * gdb.python/py-typeprint.exp: Likewise.
18813 * gdb.python/py-xmethods.exp: Likewise.
18814 * gdb.stabs/weird.exp: Likewise.
18815 * gdb.xml/tdesc-regs.exp: Likewise.
18816
18817 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
18818
18819 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
18820 (out_cu): Use addr_len for the size of addresses.
18821 (out_line): Likewise. Size DW_LNE_set_address instruction
18822 according to addr_len.
18823 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
18824 (FUNC): Add START_INSNS to definition.
18825
18826 2014-10-18 Yao Qi <yao@codesourcery.com>
18827
18828 * gdb.base/argv0-symlink.exp: Check argv[0] value if
18829 gdb_has_argv0 return true.
18830 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
18831 check [target_info exists noargs], check [gdb_has_argv0]
18832 instead.
18833 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18834 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
18835 procedures.
18836
18837 2014-10-17 Doug Evans <dje@google.com>
18838
18839 * gdb.python/py-events.exp: Update expected output for clear_objfiles
18840 event.
18841 * gdb.python/py-events.py: Add clear_objfiles event.
18842
18843 2014-10-17 Doug Evans <dje@google.com>
18844
18845 * gdb.python/py-objfile.exp: Test progspace attribute.
18846
18847 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
18848
18849 * gdb.guile/scm-breakpoint.exp: Do not assume any
18850 directory separators when matching source file paths.
18851 * gdb.python/py-breakpoint.exp: Likewise.
18852 * gdb.reverse/break-precsave.exp: Likewise.
18853 * gdb.reverse/break-reverse.exp: Likewise.
18854 * gdb.reverse/consecutive-precsave.exp: Likewise.
18855 * gdb.reverse/finish-precsave.exp: Likewise.
18856 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
18857 * gdb.reverse/finish-reverse.exp: Likewise.
18858 * gdb.reverse/i386-precsave.exp: Likewise.
18859 * gdb.reverse/i387-env-reverse.exp: Likewise.
18860 * gdb.reverse/i387-stack-reverse.exp: Likewise.
18861 * gdb.reverse/machinestate-precsave.exp: Likewise.
18862 * gdb.reverse/machinestate.exp: Likewise.
18863 * gdb.reverse/sigall-precsave.exp: Likewise.
18864 * gdb.reverse/solib-precsave.exp: Likewise.
18865 * gdb.reverse/step-precsave.exp: Likewise.
18866 * gdb.reverse/until-precsave.exp: Likewise.
18867 * gdb.reverse/watch-precsave.exp: Likewise.
18868 * gdb.reverse/watch-reverse.exp: Likewise.
18869
18870 2014-10-17 Yao Qi <yao@codesourcery.com>
18871
18872 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
18873 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
18874
18875 2014-10-17 Pedro Alves <palves@redhat.com>
18876
18877 PR gdb/17471
18878 * gdb.base/bg-execution-repeat.c: New file.
18879 * gdb.base/bg-execution-repeat.exp: New file.
18880
18881 2014-10-17 Pedro Alves <palves@redhat.com>
18882
18883 PR gdb/17300
18884 * gdb.base/continue-all-already-running.c: New file.
18885 * gdb.base/continue-all-already-running.exp: New file.
18886
18887 2014-10-17 Pedro Alves <palves@redhat.com>
18888
18889 PR gdb/17472
18890 * gdb.base/annota-input-while-running.c: New file.
18891 * gdb.base/annota-input-while-running.exp: New file.
18892
18893 2014-10-17 Pedro Alves <palves@redhat.com>
18894
18895 * gdb.base/callfuncs.exp: emove references to osf.
18896 * gdb.base/sigall.exp: Likewise.
18897 * gdb.gdb/selftest.exp: Likewise.
18898 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
18899 * gdb.mi/non-stop.c: Likewise.
18900 * gdb.mi/pthreads.c: Likewise.
18901 * gdb.reverse/sigall-precsave.exp: Likewise.
18902 * gdb.reverse/sigall-reverse.exp: Likewise.
18903 * gdb.threads/pthreads.c: Likewise.
18904 * gdb.threads/pthreads.exp: Likewise.
18905
18906 2014-10-17 Yao Qi <yao@codesourcery.com>
18907
18908 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
18909 check 'target_info exists noargs'.
18910 (test_command_prompt_position): Likewise.
18911 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
18912 Remove "set args".
18913 (progvar_simple_while_test): Likewise.
18914 (progvar_complex_if_while_test): Likewise.
18915 (if_while_breakpoint_command_test): Likewise.
18916 (infrun_breakpoint_command_test): Likewise.
18917 (breakpoint_command_test): Likewise.
18918 (watchpoint_command_test): Likewise.
18919 (bp_deleted_in_command_test): Likewise.
18920 (temporary_breakpoint_commands): Likewise.
18921
18922 2014-10-16 Yao Qi <yao@codesourcery.com>
18923
18924 * gdb.base/remotetimeout.exp: Remove noargs checking.
18925
18926 2014-10-15 Pedro Alves <palves@redhat.com>
18927
18928 PR breakpoints/9649
18929 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
18930 * gdb.base/breakpoint-in-ro-region.exp
18931 (probe_target_hardware_step): New procedure.
18932 (top level): Probe hardware stepping and hardware breakpoint
18933 support. Test stepping through a read-only region, with both
18934 "breakpoint auto-hw" on and off and both "always-inserted" on and
18935 off.
18936
18937 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
18938
18939 * gdb.dlang/demangle.exp: Update for demangling changes.
18940
18941 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18942
18943 * gdb.cp/non-trivial-retval.cc: Add new test cases.
18944 * gdb.cp/non-trivial-retval.exp: Add new tests.
18945
18946 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18947
18948 PR c++/13403
18949 PR c++/15154
18950 * gdb.cp/non-trivial-retval.cc: New file.
18951 * gdb.cp/non-trivial-retval.exp: New file.
18952
18953 2014-10-15 Yao Qi <yao@codesourcery.com>
18954
18955 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
18956 remote host.
18957
18958 2014-10-15 Yao Qi <yao@codesourcery.com>
18959
18960 * gdb.python/py-symbol.exp: Match file base name if host is
18961 remote, otherwise match file name with dir name.
18962 * gdb.python/py-symtab.exp: Likewise.
18963 * gdb.python/python.exp: Likewise.
18964
18965 2014-10-15 Yao Qi <yao@codesourcery.com>
18966
18967 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
18968 pattern.
18969 * gdb.python/py-symtab.exp: Likewise.
18970 * gdb.python/python.exp: Remove trailing ".*". Fix typo
18971 locationn.
18972
18973 2014-10-14 Joel Brobecker <brobecker@adacore.com>
18974
18975 * gdb.ada/addr_arith: New testcase.
18976
18977 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
18978
18979 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
18980 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
18981 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
18982 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
18983
18984 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
18985
18986 * gdb.arch/stap-eval-lang-ada.S: Likewise.
18987 * gdb.arch/stap-eval-lang-ada.c: Likewise.
18988 * gdb.arch/stap-eval-lang-ada.exp: New file.
18989
18990 2014-10-14 Yao Qi <yao@codesourcery.com>
18991
18992 * gdb.mi/mi-var-child.c (nothing1): New function.
18993 (nothing2): New function.
18994 (do_children_tests): Set function pointers by nothing1 and
18995 nothing2.
18996 * gdb.mi/mi-var-child.exp: Step over new added statements.
18997 Update test to match the new output.
18998 * gdb.mi/var-cmd.c (nothing1): New function.
18999 (nothing2): New function.
19000 (do_children_tests): Set function pointers by nothing1 and
19001 nothing2.
19002 * gdb.mi/mi-var-display.exp: Update test to match output.
19003 Step to the line specified by $line_dct_nothing.
19004 Increase the number of lines to step.
19005
19006 2014-10-14 Yao Qi <yao@codesourcery.com>
19007
19008 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
19009 tests.
19010 * gdb.mi/mi2-var-child.exp: Likewise.
19011
19012 2014-10-13 Doug Evans <dje@google.com>
19013
19014 * gdb.python/py-objfile.exp: Change name of file name test.
19015
19016 2014-10-13 Doug Evans <dje@google.com>
19017
19018 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
19019 from the start of the CU.
19020
19021 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
19022 Yao Qi <yao@codesourcery.com>
19023
19024 Fix "save breakpoints" for "catch" command.
19025 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
19026 Remove -nonewline. Match also the added "main" line.
19027
19028 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
19029
19030 Fix "save breakpoints" for "disable $bpnum" command.
19031 * gdb.base/save-bp.c (main): Add label.
19032 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
19033
19034 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
19035
19036 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
19037
19038 2014-10-11 Yao Qi <yao@codesourcery.com>
19039
19040 * gdb.server/server-kill.exp: Execute command
19041 "set remote trace-status-packet on" before "tstatus".
19042
19043 2014-10-11 Yao Qi <yao@codesourcery.com>
19044
19045 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
19046 (main): Call getppid.
19047 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
19048 and continue to it. Read variable "server_pid".
19049
19050 2014-10-11 Yao Qi <yao@codesourcery.com>
19051
19052 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
19053
19054 2014-10-11 Yao Qi <yao@codesourcery.com>
19055
19056 * gdb.threads/thread-find.exp: Don't execute command
19057 "info threads".
19058 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
19059 * gdb.threads/linux-dp.exp: Don't check the condition
19060 $threads_created equals to zero.
19061
19062 2014-10-10 Pedro Alves <palves@redhat.com>
19063
19064 * gdb.base/bigcore.exp: Remove references to IRIX.
19065 * gdb.base/funcargs.exp: Likewise.
19066 * gdb.base/interrupt.exp: Likewise.
19067 * gdb.base/mips_pro.exp: Likewise.
19068 * gdb.base/nodebug.exp: Likewise.
19069 * gdb.base/setvar.exp: Likewise.
19070 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
19071
19072 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
19073 Pedro Alves <palves@redhat.com>
19074
19075 PR symtab/14466
19076 * gdb.base/vdso-warning.c: New file.
19077 * gdb.base/vdso-warning.exp: New file.
19078
19079 2014-10-02 Doug Evans <dje@google.com>
19080
19081 * gdb.base/structs.c (main): Don't run forever.
19082
19083 2014-10-02 Pedro Alves <palves@redhat.com>
19084
19085 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
19086 (top level) <stop threads 1, stop threads 2>: Use it.
19087
19088 2014-10-02 Pedro Alves <palves@redhat.com>
19089
19090 * gdb.threads/break-while-running.exp (test): Add new
19091 'update_thread_list' argument. Skip "info threads" if false.
19092 (top level): Add new 'update_thread_list' axis.
19093
19094 2014-10-02 Pedro Alves <palves@redhat.com>
19095
19096 PR breakpoints/17431
19097 * gdb.base/execl-update-breakpoints.c: New file.
19098 * gdb.base/execl-update-breakpoints.exp: New file.
19099
19100 2014-10-01 Pedro Alves <palves@redhat.com>
19101
19102 * gdb.base/breakpoint-in-ro-region.c: New file.
19103 * gdb.base/breakpoint-in-ro-region.exp: New file.
19104
19105 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
19106
19107 * gdb.mi/mi-exit-code.exp: New file.
19108 * gdb.mi/mi-exit-code.c: New file.
19109
19110 2014-09-30 Yao Qi <yao@codesourcery.com>
19111
19112 * lib/prelink-support.exp (build_executable_own_libs): Error if
19113 the target isn't native.
19114
19115 2014-09-30 Yao Qi <yao@codesourcery.com>
19116
19117 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
19118 false.
19119
19120 2014-09-22 Pedro Alves <palves@redhat.com>
19121
19122 * gdb.threads/break-while-running.exp: New file.
19123 * gdb.threads/break-while-running.c: New file.
19124
19125 2014-09-19 Yao Qi <yao@codesourcery.com>
19126
19127 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
19128 Invoke test. Restart GDB with --readnow and invoke test again.
19129
19130 2014-09-19 Yao Qi <yao@codesourcery.com>
19131
19132 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
19133 proc set_breakpoint_on_gcd_function. Invoke
19134 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
19135 invoke set_breakpoint_on_gcd_function again.
19136
19137 2014-09-18 Doug Evans <dje@google.com>
19138
19139 * gdb.dwarf2/symtab-producer.exp: New file.
19140
19141 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
19142
19143 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
19144 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
19145 * gdb.base/global-var-nested-by-dso.c: Likewise.
19146 * gdb.base/global-var-nested-by-dso.exp: Likewise.
19147
19148 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
19149 Pedro Alves <palves@redhat.com>
19150
19151 * gdb.base/watch-bitfields.exp: Pass string other than test file
19152 name to prepare_for_testing.
19153 (watch): New procedure.
19154 (expect_watchpoint): Use with_test_prefix.
19155 (top level): Factor out tests to ...
19156 (test_watch_location, test_regular_watch): ... these new
19157 procedures, and use with_test_prefix and gdb_continue_to_end.
19158
19159 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
19160
19161 PR breakpoints/12526
19162 * gdb.base/watch-bitfields.exp: New file.
19163 * gdb.base/watch-bitfields.c: New file.
19164
19165 2014-09-16 Pedro Alves <palves@redhat.com>
19166
19167 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
19168 software and hardware addresses, not software address against
19169 itself.
19170
19171 2014-09-16 Pedro Alves <palves@redhat.com>
19172
19173 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
19174 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
19175
19176 2014-09-16 Pedro Alves <palves@redhat.com>
19177
19178 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
19179 files.
19180 * gdb.base/a2-run.exp: Remove all code guarded by istarget
19181 "*-*-vxworks*" throughout.
19182 * gdb.base/break.exp: Likewise.
19183 * gdb.base/default.exp: Likewise.
19184 * gdb.base/scope.exp: Likewise.
19185 * gdb.base/sepdebug.exp: Likewise.
19186 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
19187 throughout.
19188 * gdb.base/run.c: Likewise.
19189 * gdb.base/sepdebug.c: Likewise.
19190 * gdb.hp/gdb.aCC/run.c: Likewise.
19191 * gdb.reverse/until-reverse.c: Likewise.
19192 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
19193
19194 2014-09-16 Yao Qi <yao@codesourcery.com>
19195
19196 * boards/local-remote-host-native.exp: New file.
19197
19198 2014-09-14 Doug Evans <xdje42@gmail.com>
19199
19200 * gdb.threads/queue-signal.c (thread_count): New variable.
19201 (thread_count_mutex, thread_count_condvar): New variables.
19202 (incr_thread_count, wait_all_threads_running): New functions.
19203 (main): Wait for all threads to be in their thread functions.
19204
19205 2014-09-13 Doug Evans <xdje42@gmail.com>
19206
19207 * gdb.threads/queue-signal.c: New file.
19208 * gdb.threads/queue-signal.exp: New file.
19209
19210 2014-09-13 Doug Evans <xdje42@gmail.com>
19211
19212 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
19213 be consistent with what default_gdb_init uses.
19214 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
19215 the plain text of the prompt. Add some logging printfs.
19216 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
19217
19218 2014-09-12 Pedro Alves <palves@redhat.com>
19219
19220 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
19221 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
19222 * gdb.arch/i386-size-overlap.exp: Likewise.
19223 * gdb.arch/i386-size.exp: Likewise.
19224 * gdb.arch/i386-unwind.exp: Likewise.
19225 * gdb.base/a2-run.exp: Likewise.
19226 * gdb.base/break.exp: Likewise.
19227 * gdb.base/charset.exp: Likewise.
19228 * gdb.base/chng-syms.exp: Likewise.
19229 * gdb.base/commands.exp: Likewise.
19230 * gdb.base/dbx.exp: Likewise.
19231 * gdb.base/find.exp: Likewise.
19232 * gdb.base/funcargs.exp: Likewise.
19233 * gdb.base/jit-simple.exp: Likewise.
19234 * gdb.base/reread.exp: Likewise.
19235 * gdb.base/sepdebug.exp: Likewise.
19236 * gdb.base/step-bt.exp: Likewise.
19237 * gdb.cp/mb-inline.exp: Likewise.
19238 * gdb.cp/mb-templates.exp: Likewise.
19239 * gdb.objc/basicclass.exp: Likewise.
19240 * gdb.threads/killed.exp: Likewise.
19241
19242 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19243
19244 PR tdep/17379
19245 * gdb.arch/powerpc-stackless.S: New file.
19246 * gdb.arch/powerpc-stackless.exp: New file.
19247
19248 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
19249
19250 * gdb.base/attach.c: Include unistd.h.
19251 (main): Call alarm. Add label postloop.
19252 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
19253 gdb_breakpoint, gdb_continue_to_breakpoint.
19254 (test_command_line_attach_run): Kill ${testpid} in one exit path.
19255
19256 2014-09-11 Pedro Alves <palves@redhat.com>
19257
19258 PR gdb/17347
19259 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
19260 * gdb.base/attach.exp (test_command_line_attach_run): New
19261 procedure.
19262 (top level): Call it.
19263
19264 2014-09-11 Pedro Alves <palves@redhat.com>
19265
19266 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
19267 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
19268 (do_command_attach_tests): Use spawn_wait_for_attach.
19269 * gdb.base/solib-overlap.exp: Likewise.
19270 * gdb.multi/multi-attach.exp: Likewise.
19271 * gdb.python/py-prompt.exp: Likewise.
19272 * gdb.python/py-sync-interp.exp: Likewise.
19273 * gdb.server/ext-attach.exp: Likewise.
19274
19275 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
19276
19277 * gdb.fortran/array-element.exp: Remove unexpected "continue"
19278 command in testcase. Simplify testcase.
19279
19280 2014-09-10 Joel Brobecker <brobecker@adacore.com>
19281
19282 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
19283
19284 2014-09-10 Joel Brobecker <brobecker@adacore.com>
19285
19286 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
19287
19288 2014-09-10 Joel Brobecker <brobecker@adacore.com>
19289
19290 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
19291
19292 2014-09-10 Joel Brobecker <brobecker@adacore.com>
19293
19294 * gdb.dwarf2/dynarr-ptr.c: New file.
19295 * gdb.dwarf2/dynarr-ptr.exp: New file.
19296
19297 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19298
19299 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
19300 of 30 rather than hardcoding 120 for a slow test case. Take the
19301 `gdb,timeout' target setting into account for this calculation.
19302 Don't extend the timeout for the test cases that don't need it.
19303
19304 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19305
19306 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
19307 a factor of 2 for a slow test case. Take the `gdb,timeout'
19308 target setting into account for this calculation.
19309 * gdb.reverse/until-precsave.exp: Increase the timeout by
19310 a factor of 15 and 3 respectively rather than adding 120
19311 for a pair of slow test cases. Take the `gdb,timeout'
19312 target setting into account for this calculation.
19313
19314 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19315
19316 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
19317 timeout, don't pass one down to gdb_expect.
19318 (gdb_expect): Rework timeout selection.
19319
19320 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19321
19322 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
19323 exception on timeout.
19324 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
19325 (gdbserver_start_extended): Catch any `gdbserver_start' error
19326 exceptions.
19327 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
19328 * lib/mi-support.exp (mi_gdb_target_load): Catch any
19329 `gdbserver_gdb_load' error exceptions.
19330
19331 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19332
19333 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
19334 120 on waiting for the TCP socket to open.
19335
19336 2014-09-09 Doug Evans <xdje42@gmail.com>
19337
19338 * gdb.base/default.exp (show_conv_list): Add _caller_is,
19339 _caller_matches, _any_caller_is, _any_caller_matches.
19340
19341 2014-09-09 Doug Evans <xdje42@gmail.com>
19342
19343 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
19344
19345 2014-09-09 Yao Qi <yao@codesourcery.com>
19346
19347 * gdb.mi/mi-var-display.exp: Set print symbol off.
19348
19349 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
19350
19351 PR gdb/17035
19352 * gdb.base/commands.exp: Add tests to verify user-defined
19353 commands with empty bodies.
19354 * gdb.python/py-cmd.exp: Test that we don't show user-defined
19355 python commands in `show user command`.
19356 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
19357 scheme commands in `show user command`.
19358
19359 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19360
19361 PR python/17355
19362 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
19363 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
19364 * gdb.python/py-framefilter-invalidarg.exp: New file.
19365 * gdb.python/py-framefilter-invalidarg.py: New file.
19366
19367 2014-09-06 Doug Evans <xdje42@gmail.com>
19368
19369 PR 15276
19370 * gdb.python/py-caller-is.c: New file.
19371 * gdb.python/py-caller-is.exp: New file.
19372
19373 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
19374
19375 PR gdb/17235
19376 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
19377 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
19378
19379 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
19380
19381 PR fortran/17237
19382 * gdb.fortran/print-formatted.exp: New file.
19383 * gdb.fortran/print-formatted.f90: Likewise.
19384
19385 2014-09-03 Sasha Smundak <asmundak@google.com>
19386
19387 * gdb.python/py-frame.exp: Test Frame.read_register.
19388
19389 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
19390
19391 PR python/16699
19392 * gdb.python/py-completion.exp: New file.
19393 * gdb.python/py-completion.py: Likewise.
19394
19395 2014-08-28 Doug Evans <dje@google.com>
19396
19397 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
19398 eax,etc. are live with values set by gdb and thus the compiler can't
19399 use them.
19400 * gdb.arch/i386-pseudo.c (main): Ditto.
19401
19402 2014-08-27 Doug Evans <dje@google.com>
19403
19404 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
19405
19406 2014-08-25 Doug Evans <dje@google.com>
19407
19408 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
19409 (main): Ditto.
19410
19411 2014-08-25 Doug Evans <dje@google.com>
19412
19413 * gdb.threads/thread-execl.exp: #include <stdio.h>.
19414
19415 2014-08-24 Yao Qi <yao@codesourcery.com>
19416
19417 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
19418 symbol off.
19419 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
19420
19421 2014-08-22 Doug Evans <dje@google.com>
19422
19423 PR 17276
19424 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
19425 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
19426 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
19427
19428 2014-08-22 Yao Qi <yao@codesourcery.com>
19429
19430 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
19431 * gdb.python/py-finish-breakpoint2.exp: Likewise.
19432 * gdb.python/python.exp: Likewise. Use .py file on the host
19433 instead of the build.
19434
19435 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19436
19437 * gdb.threads/gcore-stale-thread.c: New file.
19438 * gdb.threads/gcore-stale-thread.exp: New file.
19439
19440 2014-08-21 Pedro Alves <palves@redhat.com>
19441
19442 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
19443 * gdb.base/gcore-relro-pie.exp: Likewise.
19444 * gdb.base/gcore-relro.exp: Likewise.
19445 * gdb.base/gcore.exp: Likewise.
19446 * gdb.base/print-symbol-loading.exp: Likewise.
19447 * gdb.threads/gcore-thread.exp: Likewise.
19448 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
19449
19450 2014-08-20 Pedro Alves <palves@redhat.com>
19451 Jan Kratochvil <jan.kratochvil@redhat.com>
19452
19453 * Makefile.in (EXTRA_RULES, CC): New variables, get from
19454 configure.
19455 (EXPECT): Handle READ1 being set.
19456 (all): Depend on EXTRA_RULES.
19457 (check-read1, expect-read1, read1.so, read1): New rules.
19458 * README (Testsuite Parameters): Document the READ1 make variable.
19459 (Race detection): New section.
19460 * configure: Regenerate.
19461 * configure.ac: If build==host==target, and running under a
19462 GNU/glibc system, add read1 to the extra Makefile rules.
19463 (EXTRA_RULES): AC_SUBST it.
19464 * lib/read1.c: New file.
19465
19466 2014-08-20 Joel Brobecker <brobecker@adacore.com>
19467
19468 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
19469 the handling of variables declared as a typedef to an array
19470 which a DW_AT_data_location attribute.
19471
19472 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
19473 Pedro Alves <palves@redhat.com>
19474
19475 PR symtab/14604
19476 PR symtab/14605
19477 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
19478 gdb_test.
19479
19480 2014-08-19 Pedro Alves <palves@redhat.com>
19481
19482 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
19483
19484 2014-08-19 Yao Qi <yao@codesourcery.com>
19485
19486 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
19487 right line.
19488
19489 2014-08-18 David Blaikie <dblaikie@gmail.com>
19490
19491 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
19492
19493 2014-08-18 Joel Brobecker <brobecker@adacore.com>
19494
19495 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
19496 attribute in array range.
19497
19498 2014-08-18 Joel Brobecker <brobecker@adacore.com>
19499
19500 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
19501
19502 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
19503
19504 PR c++/17132
19505 * gdb.cp/pr17132.cc: New file.
19506 * gdb.cp/pr17132.exp: New file.
19507
19508 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
19509
19510 * gdb.python/py-xmethods.py (A_getarrayind)
19511 (E_method_char_worker.__call__, E_method_int_worker.__call__):
19512 Use 'print' with function call syntax.
19513 (E_method_matcher.match): Fix tab vs space indentation mixup.
19514
19515 2014-08-15 Yao Qi <yao@codesourcery.com>
19516
19517 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
19518 false.
19519
19520 2014-08-15 Yao Qi <yao@codesourcery.com>
19521
19522 * gdb.cp/casts.exp: Set print symbol off.
19523 * gdb.cp/class2.exp: Likewise.
19524 * gdb.cp/overload.exp: Likewise.
19525 * gdb.cp/templates.exp: Likewise.
19526
19527 2014-08-11 Doug Evans <dje@google.com>
19528
19529 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
19530 (test_load_shlib): Update.
19531
19532 2014-08-09 Yao Qi <yao@codesourcery.com>
19533
19534 * gdb.base/display.exp: Invoke is_address_zero_readable.
19535 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
19536 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
19537 * gdb.base/hbreak-unmapped.exp: Return if
19538 is_address_zero_readable returns true.
19539 * gdb.base/signest.exp: Likewise.
19540 * gdb.base/signull.exp: Likewise.
19541 * gdb.base/sigbpt.exp: Likewise.
19542 * gdb.guile/scm-disasm.exp: Do the test if
19543 is_address_zero_readable returns false.
19544 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
19545 * gdb.python/py-arch.exp: Likewise.
19546 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
19547 * lib/gdb.exp (is_address_zero_readable): New proc.
19548
19549 2014-08-09 Yao Qi <yao@codesourcery.com>
19550
19551 PR testsuite/13443
19552 * gdb.mi/mi-var-display.exp: Make test messages unique.
19553
19554 2014-08-04 Tom Tromey <tromey@redhat.com>
19555
19556 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
19557 target 0".
19558
19559 2014-08-04 Tom Tromey <tromey@redhat.com>
19560
19561 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
19562 "target_resume".
19563
19564 2014-08-01 Joel Brobecker <brobecker@adacore.com>
19565
19566 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
19567 inner_vla_struct_object_size.
19568 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
19569 as xfail.
19570
19571 2014-07-30 Pedro Alves <palves@redhat.com>
19572
19573 * gdb.threads/signal-command-handle-nopass.exp (test): Add
19574 comment.
19575
19576 2014-07-29 Yao Qi <yao@codesourcery.com>
19577
19578 PR gdb/17206
19579 * gdb.base/until-nodebug.exp: New.
19580
19581 2014-07-28 Doug Evans <xdje42@gmail.com>
19582
19583 PR guile/17203
19584 * gdb.guile/scm-parameter.exp: Add tests for trying to create
19585 previously existing parameter, and previously ambiguously spelled
19586 parameter.
19587
19588 2014-07-28 Will Newton <will.newton@linaro.org>
19589
19590 * gdb.base/varargs.exp: Remove KFAILs for ARM.
19591
19592 2014-07-26 Ludovic Courtès <ludo@gnu.org>
19593 Doug Evans <xdje42@gmail.com>
19594
19595 PR guile/17146
19596 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
19597
19598 2014-07-25 Pedro Alves <palves@redhat.com>
19599
19600 * gdb.threads/signal-command-handle-nopass.c: New file.
19601 * gdb.threads/signal-command-handle-nopass.exp: New file.
19602 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
19603 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
19604 * gdb.threads/signal-delivered-right-thread.c: New file.
19605 * gdb.threads/signal-delivered-right-thread.exp: New file.
19606
19607 2014-07-25 Pedro Alves <palves@redhat.com>
19608
19609 * gdb.base/double-prompt-target-event-error.exp
19610 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
19611 match.
19612 (cancel_pagination_in_target_event): Rework double prompt
19613 detection.
19614 * gdb.base/paginate-after-ctrl-c-running.exp
19615 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
19616 <return>' match.
19617 * gdb.base/paginate-bg-execution.exp
19618 (test_bg_execution_pagination_return)
19619 (test_bg_execution_pagination_cancel): Remove '-notransfer
19620 <return>' matches.
19621 * gdb.base/paginate-execution-startup.exp
19622 (test_fg_execution_pagination_return)
19623 (test_fg_execution_pagination_cancel): Remove '-notransfer
19624 <return>' matches.
19625 * gdb.base/paginate-inferior-exit.exp
19626 (test_paginate_inferior_exited): Remove '-notransfer <return>'
19627 match.
19628 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
19629 * lib/gdb.exp (pagination_prompt): Run text through
19630 string_to_regexp.
19631 (gdb_test_multiple): Match $pagination_prompt instead of
19632 "<return>".
19633 (string_to_regexp): Move to lib/gdb-utils.exp.
19634
19635 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
19636
19637 * gdb.arch/amd64-entry-value-paramref.S: New file.
19638 * gdb.arch/amd64-entry-value-paramref.cc: New file.
19639 * gdb.arch/amd64-entry-value-paramref.exp: New file.
19640 * gdb.arch/amd64-optimout-repeat.S: New file.
19641 * gdb.arch/amd64-optimout-repeat.c: New file.
19642 * gdb.arch/amd64-optimout-repeat.exp: New file.
19643
19644 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
19645
19646 PR gdb/17170
19647 * gdb.base/statistics.exp: New file.
19648
19649 2014-07-17 Doug Evans <dje@google.com>
19650
19651 PR gdb/17170
19652 * gdb.base/maint.exp: Update testing of per-command stats.
19653
19654 2014-07-16 Pedro Alves <palves@redhat.com>
19655
19656 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
19657 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
19658 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
19659 (tfile_write_buf): New functions.
19660 (add_memory_block): Rewrite using the above.
19661 (adjust_function_address): New function.
19662 (FUNCTION_ADDRESS): New macro.
19663 (write_basic_trace_file): Remove short_x local, and use
19664 tfile_write_16. Change type of func_addr local to unsigned long
19665 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
19666 here. Cast argument of add_memory_block to char pointer.
19667 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
19668 (main): Remove parameters.
19669 * gdb.trace/tfile.exp: Remove nowarnings.
19670
19671 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
19672
19673 * gdb.base/debug-expr.exp: Test string evaluation with
19674 "debug expression" on.
19675
19676 2014-07-15 Pedro Alves <palves@redhat.com>
19677
19678 * gdb.base/reread.exp: Use clean_restart.
19679
19680 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
19681
19682 * gdb.arch/avr-flash-qualifer.c: New.
19683 * gdb.arch/avr-flash-qualifer.exp: New.
19684
19685 2014-07-14 Pedro Alves <palves@redhat.com>
19686
19687 * gdb.base/paginate-after-ctrl-c-running.c: New file.
19688 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
19689
19690 2014-07-14 Pedro Alves <palves@redhat.com>
19691
19692 * gdb.base/double-prompt-target-event-error.c: New file.
19693 * gdb.base/double-prompt-target-event-error.exp: New file.
19694
19695 2014-07-14 Pedro Alves <palves@redhat.com>
19696
19697 PR gdb/17072
19698 * gdb.base/paginate-inferior-exit.c: New file.
19699 * gdb.base/paginate-inferior-exit.exp: New file.
19700
19701 2014-07-14 Pedro Alves <palves@redhat.com>
19702
19703 PR gdb/17072
19704 * gdb.base/paginate-bg-execution.c: New file.
19705 * gdb.base/paginate-bg-execution.exp: New file.
19706
19707 2014-07-14 Pedro Alves <palves@redhat.com>
19708
19709 PR gdb/17072
19710 * gdb.base/paginate-execution-startup.c: New file.
19711 * gdb.base/paginate-execution-startup.exp: New file.
19712 * lib/gdb.exp (pagination_prompt): New global.
19713 (default_gdb_spawn): New procedure, factored out from
19714 default_gdb_spawn.
19715 (default_gdb_start): Adjust to call default_gdb_spawn.
19716 (gdb_spawn): New procedure.
19717
19718 2014-07-14 Pedro Alves <palves@redhat.com>
19719
19720 * lib/gdb.exp (gdb_assert): New procedure.
19721 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
19722
19723 2014-07-14 Pedro Alves <palves@redhat.com>
19724
19725 * gdb.base/execution-termios.c: New file.
19726 * gdb.base/execution-termios.exp: New file.
19727
19728 2014-07-14 Tom Tromey <tromey@redhat.com>
19729
19730 * gdb.cp/vla-cxx.cc: New file.
19731 * gdb.cp/vla-cxx.exp: New file.
19732
19733 2014-07-14 Tom Tromey <tromey@redhat.com>
19734
19735 * gdb.reverse/rerun-prec.c: New file.
19736 * gdb.reverse/rerun-prec.exp: New file.
19737
19738 2014-07-12 Maciej W. Rozycki <macro@mips.com>
19739 Maciej W. Rozycki <macro@codesourcery.com>
19740
19741 * lib/gdb-utils.exp: New file.
19742 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
19743 inline `gdb_init_command' processing.
19744 (gdb_start_cmd): Likewise.
19745 * lib/mi-support.exp (mi_run_cmd): Likewise.
19746 * README: Document `gdb_init_command' and `gdb_init_commands'.
19747
19748 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19749
19750 Fix false FAIL running under a very long directory name.
19751 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
19752 and "set print elements 10000". Twice.
19753
19754 2014-07-11 Yao Qi <yao@codesourcery.com>
19755
19756 * gdb.base/exprs.exp: "set print symbol off".
19757
19758 2014-07-11 Pedro Alves <palves@redhat.com>
19759
19760 * gdb.threads/kill.c: New file.
19761 * gdb.threads/kill.exp: New file.
19762
19763 2014-07-10 Yao Qi <yao@codesourcery.com>
19764
19765 * gdb.trace/tfile.c (write_basic_trace_file)
19766 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
19767 address written to trace file.
19768
19769 2014-07-09 Pedro Alves <palves@redhat.com>
19770
19771 * gdb.base/attach-wait-input.exp: New file.
19772 * gdb.base/attach-wait-input.c: New file.
19773
19774 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
19775
19776 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
19777 setting up test structures.
19778 (main): Call new test function.
19779 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
19780 test function, continue into test function and walk test
19781 structures.
19782
19783 2014-07-02 Yao Qi <yao@codesourcery.com>
19784
19785 * gdb.trace/entry-values.c: Define labels 'foo_start' and
19786 'bar_start' at the beginning of functions 'foo' and 'bar'
19787 respectively.
19788 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
19789 instead of 'foo' and 'bar'.
19790
19791 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
19792
19793 * gdb.btrace/segv.exp: New.
19794 * gdb.btrace/segv.c: New.
19795
19796 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
19797
19798 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
19799 instruction.
19800
19801 2014-06-30 Mark Wielaard <mjw@redhat.com>
19802
19803 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
19804 vulture, vilify, villar): New volatile array constants.
19805 (vindictive, vegetation): New const volatile array constants.
19806 * gdb.base/volatile.exp: Test volatile and const volatile array
19807 types.
19808
19809 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
19810
19811 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
19812 target lacks support for awatch, rwatch, or hbreak.
19813
19814 2014-06-27 Yao Qi <yao@codesourcery.com>
19815
19816 * gdb.multi/dummy-frame-restore.exp: New.
19817 * gdb.multi/dummy-frame-restore.c: New.
19818
19819 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
19820
19821 * gdb.btrace/gcore.exp: New.
19822
19823 2014-06-23 Pedro Alves <palves@redhat.com>
19824
19825 * gdb.base/watchpoint-reuse-slot.c: New file.
19826 * gdb.base/watchpoint-reuse-slot.exp: New file.
19827
19828 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
19829
19830 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
19831 progspace's filename in 'info', 'enable' and 'disable' command
19832 tests.
19833
19834 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
19835
19836 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
19837 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19838 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
19839
19840 2014-06-20 Gary Benson <gbenson@redhat.com>
19841
19842 * gdb.arch/i386-avx.exp: Fix include file location.
19843 * gdb.arch/i386-sse.exp: Likewise.
19844
19845 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
19846
19847 * gdb.dlang/expression.exp: New file.
19848
19849 2014-06-19 Pedro Alves <palves@redhat.com>
19850
19851 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
19852 out from ...
19853 (top level): ... here. Iterate running tests under different
19854 scheduler-locking settings.
19855
19856 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
19857
19858 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
19859 to DW_FORM_addr and use non-zero addresses.
19860
19861 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
19862
19863 PR gdb/17017
19864 * gdb.python/py-xmethods.cc: Add global function call counters and
19865 increment them in their respective functions. Remove "cout"
19866 statements.
19867 * gdb.python/py-xmethods.exp: Make tests check the global function
19868 call counters instead of depending on inferior IO.
19869
19870 2014-06-18 Don Breazeal <donb@codesourcery.com>
19871
19872 * gdb.base/foll-fork.exp (default_fork_parent_follow):
19873 Deleted procedure.
19874 (explicit_fork_parent_follow): Deleted procedure.
19875 (explicit_fork_child_follow): Deleted procedure.
19876 (test_follow_fork): New procedure.
19877 (do_fork_tests): Replace calls to deleted procedures with
19878 calls to test_follow_fork and reset GDB for subsequent
19879 procedure calls.
19880
19881 2014-06-17 Yao Qi <yao@codesourcery.com>
19882
19883 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
19884 CP1252.
19885
19886 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
19887
19888 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
19889 Initialize ptr and S explicitly.
19890 (skip_type_update_when_not_use_rtti_test): Likewise.
19891
19892 2014-06-16 Keith Seitz <keiths@redhat.com>
19893
19894 PR mi/15863
19895 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
19896 the inferior is started.
19897
19898 2014-06-16 Pedro Alves <palves@redhat.com>
19899
19900 * gdb.base/break-main-file-remove-fail.c: New file.
19901 * gdb.base/break-main-file-remove-fail.exp: New file.
19902 * gdb.base/break-unload-file.exp: Use build_executable instead of
19903 prepare_for_testing.
19904 (test_break): New parameter "initial_load". Handle it.
19905 (top level): Add initial_load cmdline/file axis.
19906
19907 2014-06-12 Tom Tromey <tromey@redhat.com>
19908
19909 * gdb.base/completion.exp: Don't use directory name in test.
19910
19911 2014-06-09 Gary Benson <gbenson@redhat.com>
19912
19913 * gdb.base/sigall.c [Functions to send signals]: Reorder to
19914 separate the always-available ANSI-standard signals from the
19915 signals that require checking.
19916 (main): Likewise.
19917 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
19918 Likewise.
19919 (main): Likewise.
19920
19921 2014-06-07 Keith Seitz <keiths@redhat.com>
19922
19923 Revert:
19924 PR c++/16253
19925 * gdb.cp/var-tag.cc: New file.
19926 * gdb.cp/var-tag.exp: New file.
19927 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19928 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19929 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19930 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19931
19932 2014-06-06 Doug Evans <xdje42@gmail.com>
19933
19934 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
19935
19936 2014-06-06 Pedro Alves <palves@redhat.com>
19937
19938 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
19939 in target debug output instead of looking at RSP packets,
19940 disabling the test on any target that uses hardware stepping.
19941 Update comments.
19942
19943 2014-06-06 Pedro Alves <palves@redhat.com>
19944
19945 * gdb.base/break-unload-file.exp: Fix typo.
19946
19947 2014-06-06 Yao Qi <yao@codesourcery.com>
19948
19949 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
19950 from "jit_function" to "^jit_function".
19951
19952 2014-06-06 Yao Qi <yao@codesourcery.com>
19953
19954 * gdb.base/async.c (foo): Add one statement.
19955 * gdb.base/async.exp: Get the next instruction address and
19956 match the output of "nexti" by instruction address. Match
19957 the hex address in the output of "finish".
19958
19959 2014-06-06 Gary Benson <gbenson@redhat.com>
19960
19961 * gdb.base/call-signals.c: Remove preprocessor conditionals
19962 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
19963 SIGSEGV and SIGTERM.
19964 * gdb.base/sigall.c: Likewise.
19965 * gdb.base/unwindonsignal.c: Likewise.
19966 * gdb.reverse/sigall-reverse.c: Likewise.
19967
19968 2014-06-06 Yao Qi <yao@codesourcery.com>
19969
19970 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
19971 readable, skip the test.
19972
19973 2014-06-06 Yao Qi <yao@codesourcery.com>
19974
19975 * gdb.threads/staticthreads.c (thread_function): Move the line
19976 setting breakpoint on forward.
19977 * gdb.threads/staticthreads.exp: Update comments.
19978
19979 2014-06-05 Ludovic Courtès <ludo@gnu.org>
19980
19981 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
19982 "history-append! type error".
19983
19984 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
19985
19986 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
19987 erroneous dprintf expected input.
19988
19989 2014-06-04 Doug Evans <xdje42@gmail.com>
19990
19991 * gdb.guile/scm-generics.exp: Delete.
19992
19993 2014-06-04 Doug Evans <xdje42@gmail.com>
19994
19995 * gdb.guile/scm-breakpoint.exp: Update.
19996 Add tests for breakpoint registration.
19997
19998 2014-06-04 Tom Tromey <tromey@redhat.com>
19999
20000 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
20001 VLA-in-union.
20002 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
20003 inner_vla_struct, vla_union types. Initialize objects of those
20004 types and compute their sizes.
20005
20006 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
20007 Hui Zhu <hui@codesourcery.com>
20008
20009 * gdb.base/fileio.exp: Add test for shell not available as well as
20010 available.
20011 * gdb.base/fileio.c (test_system): Check for shell twice.
20012
20013 2014-06-04 Yao Qi <yao@codesourcery.com>
20014
20015 * gdb.base/auto-connect-native-target.exp: Remove redundant
20016 space from the regexp pattern.
20017
20018 2014-06-04 Yao Qi <yao@codesourcery.com>
20019
20020 * gdb.base/default.exp: Replace "child" with "native" in
20021 regexp pattern.
20022
20023 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
20024
20025 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
20026 * gdb.python/py-xmethods.exp: New tests to test xmethods.
20027 * gdb.python/py-xmethods.py: Python script supporting the
20028 new testcase and tests.
20029
20030 2014-06-03 Joel Brobecker <brobecker@adacore.com>
20031 Pedro Alves <palves@redhat.com>
20032
20033 PR breakpoints/17000
20034 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
20035 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
20036
20037 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
20038
20039 * gdb.base/subst.exp: Add tests to verify partial path matching
20040 output.
20041
20042 2014-06-03 Pedro Alves <palves@redhat.com>
20043
20044 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
20045 target that doesn't use software single-stepping.
20046
20047 2014-06-03 Pedro Alves <palves@redhat.com>
20048
20049 PR breakpoints/17000
20050 * gdb.base/sss-bp-on-user-bp-2.c: New file.
20051 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
20052
20053 2014-06-02 Doug Evans <xdje42@gmail.com>
20054
20055 * gdb.guile/scm-parameter.exp: New file.
20056
20057 2014-06-02 Doug Evans <xdje42@gmail.com>
20058
20059 * gdb.guile/scm-cmd.c: New file.
20060 * gdb.guile/scm-cmd.exp: New file.
20061
20062 2014-06-02 Doug Evans <xdje42@gmail.com>
20063
20064 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
20065 pretty-printer lookup.
20066 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
20067 (make-pp_s-printer): Call it.
20068 (make-pretty-printer-from-dict): New function.
20069 (lookup-pretty-printer-maker-from-dict): New function.
20070 (*pretty-printer*): Simplify.
20071 (make-objfile-pp_s-printer): New function.
20072 (install-objfile-pretty-printers!): New function.
20073 (make-progspace-pp_s-printer): New function.
20074 (install-progspace-pretty-printers!): New function.
20075 * gdb.guile/scm-progspace.c: New file.
20076 * gdb.guile/scm-progspace.exp: New file.
20077
20078 2014-06-02 Pedro Alves <palves@redhat.com>
20079
20080 * gdb.base/dprintf-bp-same-addr.c: New file.
20081 * gdb.base/dprintf-bp-same-addr.exp: New file.
20082
20083 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20084
20085 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
20086 * gdb.arch/powerpc-power.s: Likewise.
20087
20088 2014-06-02 Joel Brobecker <brobecker@adacore.com>
20089
20090 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
20091
20092 2014-06-01 Yao Qi <yao@codesourcery.com>
20093
20094 * gdb.base/watchpoint.exp (test_watch_location): Check null
20095 pointer can be dereferenced. If not, do the test, otherwise
20096 skip it.
20097
20098 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
20099
20100 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
20101 results.
20102 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
20103
20104 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
20105
20106 * gdb.arch/amd64-invalid-stack-middle.S: New file.
20107 * gdb.arch/amd64-invalid-stack-middle.c: New file.
20108 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
20109 * gdb.arch/amd64-invalid-stack-top.c: New file.
20110 * gdb.arch/amd64-invalid-stack-top.exp: New file.
20111
20112 2014-05-30 Pedro Alves <palves@redhat.com>
20113
20114 PR breakpoints/17000
20115 * gdb.base/sss-bp-on-user-bp.c: New file.
20116 * gdb.base/sss-bp-on-user-bp.exp: New file.
20117
20118 2014-05-30 David Blaikie <dblaikie@gmail.com>
20119
20120 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
20121 gnu_inline semantics via attribute.
20122 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
20123 source explicitly specifies the required semantics.
20124
20125 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
20126
20127 * gdb.reverse/sigall-reverse.exp: Fix a typo.
20128
20129 2014-05-29 Pedro Alves <palves@redhat.com>
20130 Tom Tromey <tromey@redhat.com>
20131
20132 * gdb.base/async-shell.exp: Don't enable target-async.
20133 * gdb.base/async.exp
20134 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
20135 parameter. Adjust.
20136 (top level): Don't test with "target-async".
20137 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
20138 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
20139 * gdb.base/inferior-died.exp: Don't enable target-async.
20140 * gdb.base/interrupt-noterm.exp: Likewise.
20141 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
20142 * gdb.mi/mi-nonstop-exit.exp: Likewise.
20143 * gdb.mi/mi-nonstop.exp: Likewise.
20144 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
20145 * gdb.mi/mi-nsintrall.exp: Likewise.
20146 * gdb.mi/mi-nsmoribund.exp: Likewise.
20147 * gdb.mi/mi-nsthrexec.exp: Likewise.
20148 * gdb.mi/mi-watch-nonstop.exp: Likewise.
20149 * gdb.multi/watchpoint-multi.exp: Adjust comment.
20150 * gdb.python/py-evsignal.exp: Don't enable target-async.
20151 * gdb.python/py-evthreads.exp: Likewise.
20152 * gdb.python/py-prompt.exp: Likewise.
20153 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
20154 * gdb.server/solib-list.exp: Don't enable target-async.
20155 * gdb.threads/thread-specific-bp.exp: Likewise.
20156 * lib/mi-support.exp: Adjust to use mi-async.
20157
20158 2014-05-29 Pedro Alves <palves@redhat.com>
20159
20160 PR gdb/13860
20161 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
20162 reason, even in sync mode.
20163
20164 2014-05-29 Pedro Alves <palves@redhat.com>
20165 Hui Zhu <hui@codesourcery.com>
20166
20167 PR PR15693
20168 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
20169 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
20170 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
20171 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
20172
20173 2014-05-28 Joel Brobecker <brobecker@adacore.com>
20174
20175 * config/monitor.exp (gdb_target_monitor): Replace use of
20176 "set remotebaud" by "set serial baud".
20177
20178 2014-05-26 Andy Wingo <wingo@igalia.com>
20179
20180 * gdb.guile/scm-breakpoint.exp:
20181 * gdb.guile/scm-gsmob.exp: Update to use plain old object
20182 properties instead of gdb-object-properties.
20183
20184 2014-05-26 Yao Qi <yao@codesourcery.com>
20185
20186 * gdb.server/no-thread-db.exp: Specify source file name
20187 explicitly when setting a breakpoint.
20188
20189 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
20190
20191 * gdb.btrace/vdso.c: New.
20192 * gdb.btrace/vdso.exp: New.
20193
20194 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
20195
20196 * gdb.base/gcore.exp (capture_command_output): Move ...
20197 * lib/gdb.exp (capture_command_output): ... here.
20198
20199 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
20200
20201 * gdb.btrace/data.exp: Test memory access during btrace replay.
20202
20203 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
20204
20205 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
20206
20207 2014-05-21 Pedro Alves <palves@redhat.com>
20208
20209 PR gdb/13860
20210 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
20211 (top level): Test that output related to execution commands is
20212 sent to the console with CLI commands, but not with MI commands.
20213 Test that breakpoint events are always mirrored to the console.
20214 Also expect the new source line to be output after a "next" in
20215 async mode too. Make it a pass/fail test.
20216 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
20217 output.
20218 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
20219
20220 2014-05-21 Pedro Alves <palves@redhat.com>
20221
20222 * gdb.base/list.exp (build_pattern, test_list): New procedures.
20223 Use them to test variations of "list" after reaching a breakpoint.
20224 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
20225 Test "list" with listsize 10 after reaching a breakpoint.
20226 * gdb.python/python.exp (decode_line current location line
20227 number): Adjust expected line number.
20228
20229 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
20230
20231 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
20232 behavior for $args, pass it directly to "run".
20233
20234 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
20235
20236 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
20237 30000 to 65536.
20238
20239 2014-05-21 Pedro Alves <palves@redhat.com>
20240
20241 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
20242 auto-connect-native-target off".
20243 * gdb.base/auto-connect-native-target.c: New file.
20244 * gdb.base/auto-connect-native-target.exp: New file.
20245
20246 2014-05-21 Pedro Alves <palves@redhat.com>
20247
20248 * gdb.base/default.exp: Test "target native" instead of "target
20249 child".
20250
20251 2014-05-21 Mark Wielaard <mjw@redhat.com>
20252
20253 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
20254
20255 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
20256
20257 Fix TLS access for -static -pthread.
20258 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
20259 <HAVE_TLS> (thread_function, main): Initialize it.
20260 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
20261 Add clean_restart.
20262 <$have_tls != "">: Check TLSVAR.
20263
20264 2014-05-21 Pedro Alves <palves@redhat.com>
20265
20266 * gdb.base/dcache-line-read-error.c: New.
20267 * gdb.base/dcache-line-read-error.exp: New.
20268
20269 2014-05-20 Pedro Alves <palves@redhat.com>
20270
20271 * gdb.base/compare-sections.c: New file.
20272 * gdb.base/compare-sections.exp: New file.
20273
20274 2014-05-20 Pedro Alves <palves@redhat.com>
20275
20276 * gdb.base/break-idempotent.c: New file.
20277 * gdb.base/break-idempotent.exp: New file.
20278
20279 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
20280
20281 * gdb.btrace/nohist.exp: New.
20282
20283 2014-05-20 Yao Qi <yao@codesourcery.com>
20284
20285 * lib/gdb.exp (gdb_init): Set timeout if test file is under
20286 gdb.reverse directory and gdb_reverse_timeout exists in board
20287 setting.
20288 * README: Document gdb_reverse_timeout.
20289
20290 2014-05-20 Yao Qi <yao@codesourcery.com>
20291
20292 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
20293 'test_file_name'. Treat args as a string instead of a list.
20294 (gdb_init): Rename argument 'args' by 'test_file_name'.
20295
20296 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
20297
20298 * gdb.arch/powerpc-power.exp: New file.
20299 * gdb.arch/powerpc-power.s: New file.
20300
20301 2014-05-16 Doug Evans <dje@google.com>
20302
20303 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
20304 * gdb.base/completion.exp: Check that all expected files exist
20305 before doing file completion.
20306
20307 2014-05-16 Doug Evans <dje@google.com>
20308
20309 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
20310 Update.
20311 (do_syscall_tests_without_xml): Update.
20312
20313 2014-05-16 Pedro Alves <palves@redhat.com>
20314
20315 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
20316 instead of "unknown output after running".
20317
20318 2014-05-16 Yao Qi <yao@codesourcery.com>
20319
20320 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
20321 file1.txt from host at the end.
20322 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
20323
20324 2014-05-15 Doug Evans <dje@google.com>
20325
20326 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
20327 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
20328 loading file. Add test for TU lookup.
20329
20330 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
20331
20332 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
20333 calling "-exec-arguments" or "set args" before running the
20334 inferior.
20335
20336 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
20337
20338 * lib/mi-support.exp (mi_expect_stop): Expect message for
20339 inferiors that exit with non-zero exit code.
20340
20341 2014-05-14 Yao Qi <yao@codesourcery.com>
20342
20343 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
20344 match absolute path on remote host.
20345 (test_file_list_exec_source_files): Remove "/" from the
20346 pattern.
20347
20348 2014-05-14 Yao Qi <yao@codesourcery.com>
20349
20350 * boards/local-remote-host-notty.exp (${board}_file): New
20351 proc.
20352
20353 2014-05-07 Kyle McMartin <kyle@redhat.com>
20354
20355 Pushed by Joel Brobecker <brobecker@adacore.com>.
20356 * gdb.arch/aarch64-atomic-inst.c: New file.
20357 * gdb.arch/aarch64-atomic-inst.exp: New file.
20358
20359 2014-05-07 Yao Qi <yao@codesourcery.com>
20360
20361 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
20362 in current context" too.
20363
20364 2014-05-05 Keith Seitz <keiths@redhat.com>
20365
20366 * gdb.linespec/ls-dollar.exp: Add test for linespec
20367 file:convenience_variable.
20368
20369 2014-05-05 Yao Qi <yao@codesourcery.com>
20370
20371 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
20372 traceframes into tfile and ctf trace files. Read data from
20373 trace file and test collected data.
20374 (gdb_collect_locals_test): Likewise.
20375 (gdb_unavailable_registers_test): Likewise.
20376 (gdb_unavailable_floats): Likewise.
20377 (gdb_collect_globals_test): Likewise.
20378 (top-level): Append "ctf" to trace_file_targets if GDB
20379 supports.
20380
20381 2014-05-05 Yao Qi <yao@codesourcery.com>
20382
20383 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
20384 code to ...
20385 (gdb_collect_args_test_1): ... it. New proc.
20386 (gdb_collect_locals_test): Move some code to ...
20387 (gdb_collect_locals_test_1): ... it. New proc.
20388 (gdb_unavailable_registers_test): Move some code to ...
20389 (gdb_unavailable_registers_test_1): ... it. New proc.
20390 (gdb_unavailable_floats): Move some code to ...
20391 (gdb_unavailable_floats_1): ... it. New proc.
20392
20393 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
20394
20395 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
20396 probes to test for bitness recognition.
20397 * gdb.arch/amd64-stap-optional-prefix.exp
20398 (test_probe_value_without_reg): New procedure.
20399 Add code to test for different kinds of bitness.
20400
20401 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
20402
20403 PR breakpoints/16889
20404 * gdb.arch/amd64-stap-optional-prefix.S: New file.
20405 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
20406
20407 2014-05-01 Pedro Alves <palves@redhat.com>
20408
20409 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
20410 gdb_file_cmd if no file is specified.
20411 * boards/native-extended-gdbserver.exp (gdb_load): Use the
20412 last_loaded_file to set the remote exec-file.
20413
20414 2014-05-01 Pedro Alves <palves@redhat.com>
20415
20416 * boards/local-remote-host.exp: New file.
20417
20418 2014-05-01 Pedro Alves <palves@redhat.com>
20419
20420 * boards/local-remote-host.exp: Rename to ...
20421 * boards/local-remote-host-notty.exp: ... this.
20422
20423 2014-04-28 Joel Brobecker <brobecker@adacore.com>
20424
20425 * gdb.ada/dyn_arrayidx: New testcase.
20426
20427 2014-04-26 Yao Qi <yao@codesourcery.com>
20428
20429 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
20430 and compute the length of function main. Save it in
20431 $main_length.
20432 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
20433 (top-level): Use gdb_compile to compile objects into
20434 executable and restart GDB. Remove invocation to
20435 prepare_for_testing.
20436
20437 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
20438 Pedro Alves <palves@redhat.com>
20439
20440 PR server/16255
20441 * gdb.multi/multi-attach.c: New file.
20442 * gdb.multi/multi-attach.exp: New file.
20443
20444 2014-04-25 Pedro Alves <palves@redhat.com>
20445
20446 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
20447 user.
20448 (top level): Test that "set remote conditional-breakpoints-packet
20449 off" works as intended.
20450 * gdb.base/dprintf.exp: Test that "set remote
20451 breakpoint-commands-packet off" works as intended.
20452 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
20453 New function.
20454 (top level): Call it.
20455 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
20456 remote fast-tracepoints-packet off" works as intended.
20457 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
20458 * lib/gdb.exp (gdb_is_target_remote): ... here.
20459
20460 2014-04-24 David Blaikie <dblaikie@gmail.com>
20461
20462 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
20463 ensure clang would not discard them.
20464 * gdb.base/gdbvars.c: Ditto.
20465 * gdb.base/memattr.c: Ditto.
20466 * gdb.base/whatis.c: Ditto.
20467 * gdb.python/py-prettyprint.c: Ditto.
20468 * gdb.trace/actions.c: Ditto.
20469 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
20470 ensure clang would not discard it.
20471
20472 2014-04-24 David Blaikie <dblaikie@gmail.com>
20473
20474 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
20475 clang to emit the full definition of type required by the test
20476 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
20477
20478 2014-04-24 David Blaikie <dblaikie@gmail.com>
20479
20480 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
20481 coax Clang into emitting the definition of the type.
20482 * gdb.cp/pr10728-x.h (y): Ditto.
20483 * gdb.cp/pr10728-y.cc (y): Ditto.
20484
20485 2014-04-24 David Blaikie <dblaikie@gmail.com>
20486
20487 * gdb.base/label.exp: XFAIL label related tests under Clang.
20488 * gdb.cp/cplabel.exp: Ditto.
20489 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
20490 under Clang those using labels.
20491
20492 2014-04-25 Yao Qi <yao@codesourcery.com>
20493
20494 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
20495 double_label.
20496 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
20497 partial_label and double_label.
20498
20499 2014-04-24 David Blaikie <dblaikie@gmail.com>
20500
20501 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
20502
20503 2014-04-24 David Blaikie <dblaikie@gmail.com>
20504
20505 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
20506 of the function to work across GCC and Clang.
20507 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
20508 pointer types (const void ** const V void **).
20509
20510 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
20511 Walfred Tedeschi <walfred.tedeschi@intel.com>
20512
20513 * Makefile.in (EXECUTABLES): Added i386-avx512.
20514 * gdb.arch/i386-avx512.c: New file.
20515 * gdb.arch/i386-avx512.exp: Likewise.
20516
20517 2014-04-23 Keith Seitz <keiths@redhat.com>
20518
20519 * lib/mi-support.exp (mi_list_breakpoints): Delete.
20520 (mi_make_breakpoint_table): New procedure.
20521 (mi_create_breakpoint): Use mi_make_breakpoint
20522 and return the result.
20523 (mi_make_breakpoint): New procedure.
20524 (mi_build_kv_pairs): New procedure.
20525
20526 * gdb.mi/mi-break.exp: Remove unused globals,
20527 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
20528 All callers updated.
20529 * gdb.mi/mi-dprintf.exp: Use variable to track command
20530 number.
20531 Update all callers of mi_create_breakpoint and use
20532 mi_make_breakpoint_table.
20533 Remove any unused global variables.
20534 * gdb.mi/mi-nonstop.exp: Likewise.
20535 * gdb.mi/mi-nsintrall.exp: Likewise.
20536 * gdb.mi/mi-nsmoribund.exp: Likewise.
20537 * gdb.mi/mi-nsthrexec.exp: Likewise.
20538 * gdb.mi/mi-reverse.exp: Likewise.
20539 * gdb.mi/mi-simplerun.exp: Likewise.
20540 * gdb.mi/mi-stepn.exp: Likewise.
20541 * gdb.mi/mi-syn-frame.exp: Likewise.
20542 * gdb.mi/mi-until.exp: Likewise.
20543 * gdb.mi/mi-var-cp.exp: Likewise.
20544 * gdb.mi/mi-var-display.exp: Likewise.
20545 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
20546 * gdb.mi/mi2-var-child.exp: Likewise.
20547 * gdb.mi/mi-vla-c99.exp: Likewise.
20548 * lib/mi-support.exp: Likewise.
20549
20550 From Ian Lance Taylor <iant@cygnus.com>:
20551 * lib/gdb.exp (parse_args): New procedure.
20552
20553 2014-04-23 Pedro Alves <palves@redhat.com>
20554
20555 * gdb.base/break-unload-file.c: New file.
20556 * gdb.base/break-unload-file.exp: New file.
20557 * gdb.base/sym-file-lib.c (baz): New function.
20558 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
20559 field.
20560 (load): Store the segment's mapped size.
20561 (unload): New function.
20562 (unload_shlib): New function.
20563 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
20564 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
20565 set a breakpoint at baz, and call it.
20566 * gdb.base/sym-file.exp: New tests for stale breakpoint
20567 instructions.
20568
20569 2014-04-23 Pedro Alves <palves@redhat.com>
20570
20571 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
20572 * gdb.base/hbreak-in-shr-unsupported.c: New file.
20573 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
20574 * gdb.base/hbreak-unmapped.c: New file.
20575 * gdb.base/hbreak-unmapped.exp: New file.
20576 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
20577 * lib/gdb.exp (gdb_is_target_remote): ... here.
20578
20579 2014-04-22 Pedro Alves <palves@redhat.com>
20580
20581 * gdb.base/consecutive-step-over.c: New file.
20582 * gdb.base/consecutive-step-over.exp: New file.
20583
20584 2014-04-22 Pedro Alves <palves@redhat.com>
20585
20586 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
20587 instead of send_gdb/gdb_expect.
20588
20589 2014-04-22 Yao Qi <yao@codesourcery.com>
20590
20591 * lib/trace-support.exp (generate_tracefile): New procedure.
20592 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
20593 return 0.
20594 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
20595 if generate_tracefile returns 1.
20596
20597 2014-04-18 Tom Tromey <palves@redhat.com>
20598 Pedro alves <tromey@redhat.com>
20599
20600 PR backtrace/15558
20601 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
20602 with a backtrace limit.
20603 * gdb.python/py-frame-inline.exp: Test running to an inline
20604 function with a backtrace limit, and printing the newest frame.
20605 * gdb.python/py-frame-inline.c (main): Call f.
20606
20607 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
20608
20609 * gdb.java/jnpe.exp: Drop srcdir from untested path.
20610
20611 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
20612
20613 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
20614 Drop prefix from unsupported source file path.
20615
20616 2014-04-17 Yao Qi <yao@codesourcery.com>
20617
20618 * lib/gdb.exp (with_target_charset): New proc.
20619 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
20620 with_target_charset.
20621 (test_print_strings): Likewise.
20622 (test_repeat_bytes): Likewise.
20623 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
20624 for some tests.
20625
20626 2014-04-16 Keith Seitz <keiths@redhat.com>
20627
20628 PR gdb/15827
20629 * gdb.dwarf2/corrupt.c: New file.
20630 * gdb.dwarf2/corrupt.exp: New file.
20631
20632 2014-04-16 Keith Seitz <keiths@redhat.com>
20633
20634 PR c++/16597
20635 * gdb.cp/namelessclass.cc: New file.
20636 * gdb.cp/namelessclass.exp: New file.
20637 * gdb.cp/namelessclass.S: New file.
20638
20639 2014-04-16 Doug Evans <dje@google.com>
20640
20641 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
20642 Add comment.
20643 (gdbserver_default_get_comm_port): New function.
20644 (gdbserver_start): Check if board file provided
20645 "gdbserver,get_comm_port" and use it if so.
20646 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
20647 (gdb,socketport): Set to "stdio".
20648 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
20649 (stdio_gdbserver_template): Delete.
20650 (${board}_get_remote_address): Update.
20651 (${board}_build_remote_cmd): Delete.
20652 (${board}_get_comm_port): New function.
20653 (${board}_spawn): Update.
20654 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
20655 Delete.
20656 (${board}_get_remote_address): Update.
20657 (${board}_get_comm_port): New function.
20658
20659 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
20660
20661 * gdb.base/memattr.exp: Improve regexps to handle memory regions
20662 appearing in any order.
20663
20664 2014-04-15 Doug Evans <dje@google.com>
20665
20666 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
20667 uninitialized value of "description".
20668
20669 2014-04-15 Keith Seitz <keiths@redhat.com>
20670
20671 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
20672 Remove unused globals.
20673 (test_running_the_program): Likewise.
20674 (test_controlled_execution): Likewise.
20675 (test_controlling_breakpoints): Likewise.
20676 (test_program_termination): Likewise.
20677
20678 2014-04-15 Keith Seitz <keiths@redhat.com>
20679
20680 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
20681 unused globals.
20682 (test_rbreak_creation_and_listing): Likewise.
20683 (test_ignore_count): Likewise.
20684 (test_error): Likewise.
20685
20686 2014-04-15 Pedro Alves <palves@redhat.com>
20687
20688 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
20689 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
20690 sym-file-loader.c.
20691 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
20692 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
20693 to sym-file-loader.c.
20694 (struct library): Forward declare.
20695 (load_shlib, lookup_function): Change prototypes.
20696 (find_shstrtab, find_strtab, find_shdr, find_symtab)
20697 (translate_offset): Remove declarations.
20698 (get_text_addr): New declaration.
20699 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
20700 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
20701 sym-file-loader.h.
20702 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
20703 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
20704 here from sym-file-loader.h.
20705 (struct library): New structure.
20706 (load_shlib, lookup_function): Change prototypes and adjust to
20707 work with a struct library.
20708 (find_shstrtab, find_strtab, find_shdr, find_symtab)
20709 (translate_offset): Make static.
20710 (get_text_addr): New function.
20711 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
20712
20713 2014-04-15 Pedro Alves <palves@redhat.com>
20714
20715 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
20716
20717 2014-04-15 Pedro Alves <palves@redhat.com>
20718
20719 * gdb.base/sym-file-loader.c: Include <limits.h>.
20720 (SELF_LINK): New define.
20721 (get_origin): New function.
20722 (load_shlib): Use it.
20723 * gdb.base/sym-file.exp: Don't early return if the target is
20724 remote. Use runto_main, and issue fail is that fails. Use
20725 gdb_load_shlibs.
20726 (shlib_name): Delete.
20727 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
20728
20729 2014-04-15 Pedro Alves <palves@redhat.com>
20730
20731 * gdb.base/sym-file.exp: Remove regex characters from test
20732 message. Don't refer to breakpoint numbers in test messages.
20733
20734 2014-04-14 Keith Seitz <keiths@redhat.com>
20735
20736 PR c++/16253
20737 * gdb.cp/var-tag.cc: New file.
20738 * gdb.cp/var-tag.exp: New file.
20739 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
20740 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
20741 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
20742 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
20743
20744 2014-04-14 Tom Tromey <tromey@redhat.com>
20745
20746 * gdb.cp/classes.exp (test_enums): Handle underlying type.
20747 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
20748 type.
20749 * gdb.cp/enum-class.exp: New file.
20750 * gdb.cp/enum-class.cc: New file.
20751
20752 2014-04-14 Tom Tromey <tromey@redhat.com>
20753
20754 * gdb.dwarf2/enum-type.exp: New file.
20755
20756 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20757
20758 * gdb.mi/mi-vla-c99.exp: New file.
20759 * gdb.mi/vla.c: New file.
20760
20761 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20762
20763 * gdb.base/vla-datatypes.c: New file.
20764 * gdb.base/vla-datatypes.exp: New file.
20765
20766 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20767
20768 * gdb.base/vla-ptr.c: New file.
20769 * gdb.base/vla-ptr.exp: New file.
20770
20771 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20772
20773 * gdb.dwarf2/count.exp: New file.
20774
20775 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20776
20777 * gdb.base/vla-sideeffect.c: New file.
20778 * gdb.base/vla-sideeffect.exp: New file.
20779
20780 2014-04-14 David Blaikie <dblaikie@gmail.com>
20781
20782 * gdb.mi/non-stop.c: Add return value for non-void function return
20783 statement.
20784 * gdb.threads/staticthreads.c: Ditto.
20785
20786 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
20787 Doug Evans <xdje42@gmail.com>
20788
20789 * gdb.guile/scm-value.c: Improve test case.
20790 * gdb.guile/scm-value.exp: Add new test.
20791
20792 2014-04-11 David Blaikie <dblaikie@gmail.com>
20793
20794 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
20795 override Clang's default.
20796
20797 2014-04-11 Joel Brobecker <brobecker@adacore.com>
20798
20799 Revert the following changes (regressions):
20800
20801 * gdb.base/vla-sideeffect.c: New file.
20802 * gdb.base/vla-sideeffect.exp: New file.
20803
20804 * gdb.dwarf2/count.exp: New file.
20805
20806 * gdb.base/vla-multi.c: New file.
20807 * gdb.base/vla-multi.exp: New file.
20808
20809 * gdb.base/vla-ptr.c: New file.
20810 * gdb.base/vla-ptr.exp: New file.
20811
20812 * gdb.base/vla-datatypes.c: New file.
20813 * gdb.base/vla-datatypes.exp: New file.
20814
20815 * gdb.mi/mi-vla-c99.exp: New file.
20816 * gdb.mi/vla.c: New file.
20817
20818 2014-04-11 Keith Seitz <keiths@redhat.com>
20819
20820 PR c++/16675
20821 * gdb.cp/cpsizeof.exp: New file.
20822 * gdb.cp/cpsizeof.cc: New file.
20823
20824 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20825
20826 * gdb.mi/mi-vla-c99.exp: New file.
20827 * gdb.mi/vla.c: New file.
20828
20829 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20830
20831 * gdb.base/vla-datatypes.c: New file.
20832 * gdb.base/vla-datatypes.exp: New file.
20833
20834 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20835
20836 * gdb.base/vla-ptr.c: New file.
20837 * gdb.base/vla-ptr.exp: New file.
20838
20839 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20840
20841 * gdb.base/vla-multi.c: New file.
20842 * gdb.base/vla-multi.exp: New file.
20843
20844 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20845
20846 * gdb.dwarf2/count.exp: New file.
20847
20848 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20849
20850 * gdb.base/vla-sideeffect.c: New file.
20851 * gdb.base/vla-sideeffect.exp: New file.
20852
20853 2014-04-11 Yao Qi <yao@codesourcery.com>
20854
20855 * gdb.base/completion.exp: Check file exists before running tests
20856 on file completion.
20857
20858 2014-04-10 Pedro Alves <palves@redhat.com>
20859
20860 * gdb.base/cond-eval-mode.c: New file.
20861 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
20862 prepare_for_testing to build the new file. Check result of
20863 runto_main.
20864 (test_break, test_watch): New procedures.
20865 (top level): Use them.
20866
20867 2014-04-08 Pierre Muller <muller@sourceware.org>
20868
20869 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
20870 Ctrl-V use for mingw hosts.
20871
20872 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
20873
20874 * gdb.python/py-value.c: Improve test case.
20875 * gdb.python/py-value.exp: Add new test.
20876
20877 2014-04-07 David Blaikie <dblaikie@gmail.com>
20878
20879 * lib/compiler.c: Identify the clang compiler.
20880 * lib/compiler.cc: Ditto.
20881
20882 2014-04-03 Yao Qi <yao@codesourcery.com>
20883
20884 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
20885
20886 2014-04-01 Anton Blanchard <anton@samba.org>
20887
20888 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
20889 messages unique.
20890
20891 2014-04-01 Anton Blanchard <anton@samba.org>
20892
20893 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
20894 prepare_for_testing.
20895
20896 2014-04-01 Anton Blanchard <anton@samba.org>
20897
20898 * gdb.arch/ppc64-atomic-inst.c: Remove.
20899 * gdb.arch/ppc64-atomic-inst.S: New file.
20900 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
20901
20902 2014-03-31 Doug Evans <dje@google.com>
20903
20904 * gdb.base/print-symbol-loading-lib.c: New file.
20905 * gdb.base/print-symbol-loading-main.c: New file.
20906 * gdb.base/print-symbol-loading.exp: New file.
20907
20908 2014-03-31 Yao Qi <yao@codesourcery.com>
20909
20910 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
20911
20912 2014-03-28 Joel Brobecker <brobecker@adacore.com>
20913
20914 * gdb.ada/mi_dyn_arr: New testcase.
20915
20916 2014-03-27 Doug Evans <dje@google.com>
20917
20918 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
20919
20920 2014-03-27 Yao Qi <yao@codesourcery.com>
20921
20922 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
20923 if target is nios2-*-*.
20924
20925 2014-03-26 Yao Qi <yao@codesourcery.com>
20926
20927 * lib/gdb.exp (readline_is_used): New proc.
20928 * gdb.base/completion.exp: Move tests on command complete up.
20929 Skip the rest of tests if readline is not used.
20930 * gdb.ada/complete.exp: Skp the test if readline is not
20931 used.
20932 * gdb.base/filesym.exp: Likewise.
20933 * gdb.base/macscp.exp: Likewise.
20934 * gdb.base/readline-ask.exp: Likewise.
20935 * gdb.base/readline.exp: Likewise.
20936 * gdb.python/py-cmd.exp: Likewise.
20937 * gdb.trace/tfile.exp: Likewise.
20938
20939 2014-03-26 Yao Qi <yao@codesourcery.com>
20940
20941 * gdb.base/macscp.exp: Fix code format issues.
20942
20943 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
20944
20945 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
20946 * gdb.asm/powerpc64le.inc: New file.
20947
20948 2014-03-25 Pedro Alves <palves@redhat.com>
20949 Doug Evans <dje@google.com>
20950
20951 * gdb.base/source-execution.c: New file.
20952 * gdb.base/source-execution.exp: New file.
20953 * gdb.base/source-execution.gdb: New file.
20954
20955 2014-03-24 Doug Evans <dje@google.com>
20956
20957 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
20958 using fission.
20959
20960 2014-03-24 Hui Zhu <hui@codesourcery.com>
20961 Pedro Alves <palves@redhat.com>
20962
20963 PR breakpoints/16101
20964 * gdb.base/dprintf.exp: Use unsupported rather than changing the
20965 test pass/fail messages. Detect missing support for dprintf when
20966 breakpoints are actually inserted.
20967 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
20968 breakpoints are actually inserted.
20969 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
20970 fails.
20971
20972 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
20973
20974 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
20975
20976 2014-03-22 Doug Evans <xdje42@gmail.com>
20977
20978 * gdb.python/python.exp (python not supported): Verify multi-line
20979 python command issues an error.
20980 * gdb.guile/guile.exp (guile not supported): Verify multi-line
20981 guile command issues an error.
20982
20983 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
20984
20985 * gdb.threads/thread-specific.exp: Handle the lack of usable
20986 $this_breakpoint and $this_thread.
20987
20988 2014-03-21 Hui Zhu <hui@codesourcery.com>
20989
20990 * gdb.base/attach.exp (do_command_attach_tests): New.
20991
20992 2014-03-20 Tom Tromey <tromey@redhat.com>
20993 Pedro Alves <palves@redhat.com>
20994
20995 PR cli/15718
20996 * gdb.base/condbreak-call-false.c: New file.
20997 * gdb.base/condbreak-call-false.exp: New file.
20998
20999 2014-03-20 Pedro Alves <palves@redhat.com>
21000
21001 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
21002 Delete.
21003 (block_signals, unblock_signals): Delete.
21004 (child_function_2, main): Remove references to deleted variable
21005 and functions.
21006
21007 2014-03-20 Pedro Alves <palves@redhat.com>
21008
21009 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
21010 Use pthread_kill to signal thread 2.
21011 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
21012 Adjust to make the test send itself a signal rather than using the
21013 host's "kill" command.
21014
21015 2014-03-20 Pedro Alves <palves@redhat.com>
21016
21017 * gdb.threads/multiple-step-overs.c: New file.
21018 * gdb.threads/multiple-step-overs.exp: New file.
21019 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
21020 Adjust expected infrun debug output.
21021
21022 2014-03-20 Pedro Alves <palves@redhat.com>
21023
21024 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
21025 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
21026
21027 2014-03-20 Pedro Alves <palves@redhat.com>
21028
21029 PR breakpoints/7143
21030 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
21031 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
21032 of gdb_test_multiple.
21033 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
21034 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
21035
21036 2014-03-20 Pedro Alves <palves@redhat.com>
21037
21038 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
21039 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
21040
21041 2014-03-19 Pedro Alves <palves@redhat.com>
21042
21043 * gdb.base/async.exp: Remove early return.
21044
21045 2014-03-19 Pedro Alves <palves@redhat.com>
21046
21047 * gdb.base/async.exp (step& tests): Pass explicit test messages.
21048
21049 2014-03-19 Pedro Alves <palves@redhat.com>
21050
21051 * gdb.base/async.exp (test_background): Expect \r\n after
21052 "completed." in the fail pattern.
21053
21054 2014-03-19 Pedro Alves <palves@redhat.com>
21055
21056 * gdb.base/async.exp (test_background): New procedure.
21057 Use it for all background execution command tests.
21058
21059 2014-03-19 Pedro Alves <palves@redhat.com>
21060
21061 * gdb.base/async.exp: Use prepare_for_testing.
21062
21063 2014-03-19 Pedro Alves <palves@redhat.com>
21064
21065 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
21066 the same line.
21067
21068 2014-03-19 Pedro Alves <palves@redhat.com>
21069
21070 * gdb.base/async.c (main): Add "jump here" and "until here" line
21071 marker comments.
21072 * gdb.base/async.exp (jump_here): New global.
21073 (jump& test): Use it.
21074 (until_here): New global.
21075 (until& test): Use it.
21076
21077 2014-03-19 Pedro Alves <palves@redhat.com>
21078
21079 * gdb.base/async.exp: Don't frob gdb_protocol.
21080
21081 2014-03-18 Doug Evans <xdje42@gmail.com>
21082
21083 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
21084 Fix spelling of exec-done-display.
21085
21086 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
21087
21088 PR gdb/15358
21089 * gdb.base/gdb-sigterm.c: New file.
21090 * gdb.base/gdb-sigterm.exp: New file.
21091
21092 2014-03-18 Pedro Alves <palves@redhat.com>
21093
21094 PR gdb/13860
21095 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
21096 * lib/mi-support.exp (mi_expect_stop): Add special handling for
21097 solib-event.
21098
21099 2014-03-17 Joel Brobecker <brobecker@adacore.com>
21100
21101 * gdb.ada/pckd_arr_ren: New testcase.
21102
21103 2014-03-13 Doug Evans <xdje42@gmail.com>
21104
21105 PR guile/16612
21106 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
21107 collect after discarding symbols.
21108
21109 2014-03-13 Ludovic Courtès <ludo@gnu.org>
21110 Doug Evans <xdje42@gmail.com>
21111
21112 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
21113 to history survives a gc.
21114
21115 2014-03-13 Pedro Alves <palves@redhat.com>
21116
21117 * gdb.base/default.exp: Don't test "target procfs".
21118
21119 2014-03-13 Pedro Alves <palves@redhat.com>
21120
21121 * gdb.base/default.exp: Update "target child" and "target procfs"
21122 tests to not expect "Unix".
21123
21124 2014-03-12 Tom Tromey <tromey@redhat.com>
21125
21126 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
21127 New procs. Add target-async tests.
21128 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
21129 Add target-async tests.
21130
21131 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21132
21133 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
21134 'func_start' and 'func_end' for the beginning and end of the
21135 function code, respectively.
21136 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
21137 'func_end' instead of 'func' and 'main'.
21138
21139 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21140
21141 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
21142 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
21143 generate the debug info assembler source.
21144
21145 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21146
21147 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
21148 * gdb.dwarf2/arr-subrange.exp: Likewise.
21149 * gdb.dwarf2/dwz.exp: Likewise.
21150 * gdb.dwarf2/method-ptr.exp: Likewise.
21151 * gdb.dwarf2/missing-sig-type.exp: Likewise.
21152 * gdb.dwarf2/subrange.exp: Likewise.
21153 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
21154 * gdb.dwarf2/implptrpiece.exp: Likewise.
21155 * gdb.dwarf2/nostaticblock.exp: Likewise.
21156
21157 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21158
21159 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
21160 directory to absolute path name arguments.
21161
21162 2014-03-10 Joel Brobecker <brobecker@adacore.com>
21163
21164 * gdb.ada/tagged_access: New testcase.
21165
21166 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
21167
21168 * gdb.btrace/data.exp: Update expected output.
21169
21170 2014-03-06 Yao Qi <yao@codesourcery.com>
21171
21172 * gdb.trace/pr16508.exp: New file.
21173
21174 2014-03-05 Pedro Alves <palves@redhat.com>
21175
21176 PR gdb/16575
21177 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
21178 procedure.
21179 (top level): Adjust to use it. Add tests that exercise breakpoint
21180 interaction with the code-cache.
21181
21182 2014-02-26 Ludovic Courtès <ludo@gnu.org>
21183
21184 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
21185 test for 'history-append!'.
21186
21187 2014-02-26 Joel Brobecker <brobecker@adacore.com>
21188
21189 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
21190 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
21191 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
21192 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
21193 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
21194 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
21195
21196 2014-02-26 Joel Brobecker <brobecker@adacore.com>
21197
21198 * testsuite/gdb.python/py-pp-re-notag.c: New file.
21199 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
21200 * testsuite/gdb.python/py-pp-re-notag.p: New file.
21201
21202 2014-02-26 Joel Brobecker <brobecker@adacore.com>
21203
21204 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
21205
21206 2014-02-26 Joel Brobecker <brobecker@adacore.com>
21207
21208 * gdb.dwarf2/arr-stride.c: New file.
21209 * gdb.dwarf2/arr-stride.exp: New file.
21210
21211 2014-02-26 Pedro Alves <palves@redhat.com>
21212
21213 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
21214 that won't ever trigger. Make sure that GDB reports the correct
21215 breakpoint that caused the stop.
21216
21217 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
21218
21219 PR gdb/16626
21220 * gdb.base/auto-load-script: New file.
21221 * gdb.base/auto-load.c: New file.
21222 * gdb.base/auto-load.exp: New file.
21223
21224 PR gdb/16626
21225 * gdb.base/auto-load.exp: Fix out-of-srctree run.
21226
21227 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
21228
21229 Fix dw2-icycle.exp -fsanitize=address GDB crash.
21230 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
21231
21232 2014-02-24 Doug Evans <dje@google.com>
21233
21234 * lib/gdb.exp (run_on_host): Log error output if program fails.
21235
21236 2014-02-21 Pedro Alves <palves@redhat.com>
21237
21238 * gdb.threads/step-after-sr-lock.c: Rename to ...
21239 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
21240 * gdb.threads/step-after-sr-lock.exp: Rename to ...
21241 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
21242 ... this.
21243
21244 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
21245
21246 PR tdep/16397
21247 * gdb.arch/amd64-stap-special-operands.exp: New file.
21248 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
21249 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
21250 * gdb.arch/amd64-stap-triplet.S: Likewise.
21251 * gdb.arch/amd64-stap-triplet.c: Likewise.
21252
21253 2014-02-20 Joel Brobecker <brobecker@adacore.com>
21254
21255 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
21256 in .section pseudo-op.
21257
21258 2014-02-20 lin zuojian <manjian2006@gmail.com>
21259 Joel Brobecker <brobecker@adacore.com>
21260 Doug Evans <xdje42@gmail.com>
21261
21262 PR symtab/16581
21263 * gdb.dwarf2/dw2-icycle.S: New file.
21264 * gdb.dwarf2/dw2-icycle.c: New file.
21265 * gdb.dwarf2/dw2-icycle.exp: New file.
21266
21267 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
21268
21269 * gdb.python/py-value-cc.cc: Improve test case to enable testing
21270 operations on gdb.Value objects.
21271 * gdb.python/py-value-cc.exp: Add new test to test operations on
21272 gdb.Value objects.
21273
21274 2014-02-18 Doug Evans <dje@google.com>
21275
21276 * Makefile.in (TESTS): New variable.
21277 (expanded_tests, expanded_tests_or_none): New variables
21278 (check-single): Pass $(expanded_tests_or_none) to runtest.
21279 (check-parallel): Only run tests in $(TESTS) if non-empty.
21280 (check/no-matching-tests-found): New rule.
21281 * README: Document TESTS makefile variable.
21282
21283 2014-02-18 Doug Evans <dje@google.com>
21284
21285 * Makefile.in (check-parallel): rm -rf outputs temp.
21286
21287 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
21288
21289 Fix "ERROR: no fileid for" in the testsuite.
21290 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
21291
21292 2014-02-12 Doug Evans <dje@google.com>
21293
21294 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
21295 (MISCELLANEOUS): New variable.
21296 (clean): rm -rf $(MISCELLANEOUS).
21297 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
21298 dwp live in the same directory as symlinks, with each symlink pointed
21299 to a differently named file in a different directory.
21300
21301 2014-02-11 Doug Evans <dje@google.com>
21302
21303 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
21304 of Tcl file commands.
21305
21306 2014-02-10 Mark Kettenis <kettenis@gnu.org>
21307
21308 * gdb.threads/step-after-sr-lock.exp: Avoid executing
21309 "kill -SIGUSR1 -1".
21310
21311 2014-02-10 Joel Brobecker <brobecker@adacore.com>
21312
21313 * gdb.ada/tick_length_array_enum_idx: New testcase.
21314
21315 2014-02-10 Doug Evans <xdje42@gmail.com>
21316
21317 * configure.ac (AC_OUTPUT): Add gdb.guile.
21318 * configure: Regenerate.
21319 * lib/gdb-guile.exp: New file.
21320 * lib/gdb.exp (get_target_charset): New function.
21321 * gdb.base/help.exp: Update expected output from "apropos apropos".
21322 * gdb.guile/Makefile.in: New file.
21323 * gdb.guile/guile.exp: New file.
21324 * gdb.guile/scm-arch.c: New file.
21325 * gdb.guile/scm-arch.exp: New file.
21326 * gdb.guile/scm-block.c: New file.
21327 * gdb.guile/scm-block.exp: New file.
21328 * gdb.guile/scm-breakpoint.c: New file.
21329 * gdb.guile/scm-breakpoint.exp: New file.
21330 * gdb.guile/scm-disasm.c: New file.
21331 * gdb.guile/scm-disasm.exp: New file.
21332 * gdb.guile/scm-equal.c: New file.
21333 * gdb.guile/scm-equal.exp: New file.
21334 * gdb.guile/scm-error.exp: New file.
21335 * gdb.guile/scm-error.scm: New file.
21336 * gdb.guile/scm-frame-args.c: New file.
21337 * gdb.guile/scm-frame-args.exp: New file.
21338 * gdb.guile/scm-frame-args.scm: New file.
21339 * gdb.guile/scm-frame-inline.c: New file.
21340 * gdb.guile/scm-frame-inline.exp: New file.
21341 * gdb.guile/scm-frame.c: New file.
21342 * gdb.guile/scm-frame.exp: New file.
21343 * gdb.guile/scm-generics.exp: New file.
21344 * gdb.guile/scm-gsmob.exp: New file.
21345 * gdb.guile/scm-iterator.c: New file.
21346 * gdb.guile/scm-iterator.exp: New file.
21347 * gdb.guile/scm-math.c: New file.
21348 * gdb.guile/scm-math.exp: New file.
21349 * gdb.guile/scm-objfile-script-gdb.in: New file.
21350 * gdb.guile/scm-objfile-script.c: New file.
21351 * gdb.guile/scm-objfile-script.exp: New file.
21352 * gdb.guile/scm-objfile.c: New file.
21353 * gdb.guile/scm-objfile.exp: New file.
21354 * gdb.guile/scm-ports.exp: New file.
21355 * gdb.guile/scm-pretty-print.c: New file.
21356 * gdb.guile/scm-pretty-print.exp: New file.
21357 * gdb.guile/scm-pretty-print.scm: New file.
21358 * gdb.guile/scm-section-script.c: New file.
21359 * gdb.guile/scm-section-script.exp: New file.
21360 * gdb.guile/scm-section-script.scm: New file.
21361 * gdb.guile/scm-symbol.c: New file.
21362 * gdb.guile/scm-symbol.exp: New file.
21363 * gdb.guile/scm-symtab-2.c: New file.
21364 * gdb.guile/scm-symtab.c: New file.
21365 * gdb.guile/scm-symtab.exp: New file.
21366 * gdb.guile/scm-type.c: New file.
21367 * gdb.guile/scm-type.exp: New file.
21368 * gdb.guile/scm-value-cc.cc: New file.
21369 * gdb.guile/scm-value-cc.exp: New file.
21370 * gdb.guile/scm-value.c: New file.
21371 * gdb.guile/scm-value.exp: New file.
21372 * gdb.guile/source2.scm: New file.
21373 * gdb.guile/types-module.cc: New file.
21374 * gdb.guile/types-module.exp: New file.
21375
21376 2014-02-10 Yao Qi <yao@codesourcery.com>
21377
21378 PR testsuite/16543
21379 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
21380 * configure: Regenerated.
21381 * Makefile.in: New file.
21382
21383 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
21384
21385 * gdb.python/py-framefilter.exp: Fix typo.
21386
21387 2014-02-08 Yao Qi <yao@codesourcery.com>
21388
21389 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
21390 that no =breakpoint-modified is emitted when breakpoints are
21391 modified through MI commands.
21392
21393 2014-02-07 Pedro Alves <pedro@codesourcery.com>
21394 Pedro Alves <palves@redhat.com>
21395
21396 * gdb.threads/step-after-sr-lock.c: New file.
21397 * gdb.threads/step-after-sr-lock.exp: New file.
21398
21399 2014-02-07 Pedro Alves <palves@redhat.com>
21400
21401 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
21402
21403 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
21404
21405 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
21406 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
21407
21408 2014-02-06 Doug Evans <xdje42@gmail.com>
21409
21410 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
21411 output.
21412
21413 * gdb.gdb/python-interrupts.exp: New file.
21414
21415 2014-02-05 Yao Qi <yao@codesourcery.com>
21416
21417 * gdb.trace/report.exp (use_collected_data): Test the output
21418 of "info threads" and "info inferiors".
21419
21420 2014-02-05 Yao Qi <yao@codesourcery.com>
21421
21422 Revert this patch:
21423
21424 2013-05-24 Yao Qi <yao@codesourcery.com>
21425
21426 * gdb.trace/tfile.exp: Test inferior and thread.
21427
21428 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21429
21430 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
21431 on a function.
21432 * gdb.base/step-bt.c: Call hello via function pointer to make
21433 sure its first instruction is executed on powerpc64le-linux.
21434
21435 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21436
21437 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
21438
21439 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21440
21441 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
21442 of the test patterns for use on little-endian systems.
21443
21444 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21445
21446 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
21447 (decimal_vector): Fix for little-endian.
21448
21449 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
21450
21451 * gdb.arch/sparc-sysstep.exp: New file.
21452 * gdb.arch/sparc-sysstep.c: Likewise.
21453
21454 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
21455
21456 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21457
21458 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
21459
21460 2014-01-23 Tom Tromey <tromey@redhat.com>
21461
21462 * gdb.ada/array_char_idx: New testcase.
21463
21464 2014-01-23 Tom Tromey <tromey@redhat.com>
21465
21466 PR python/16487:
21467 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
21468 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
21469 classes.
21470
21471 2014-01-23 Tom Tromey <tromey@redhat.com>
21472
21473 PR python/16491:
21474 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
21475 string from an inferior frame.
21476 * gdb.python/py-framefilter-mi.exp: Update.
21477
21478 2014-01-22 Doug Evans <dje@google.com>
21479
21480 * gdb.server/server-mon.exp: Add tests for "set debug-format".
21481
21482 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21483
21484 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
21485
21486 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21487
21488 * gdb.trace/entry-values.exp: Remove excess space character from
21489 regex patterns. Handle s390 call instruction.
21490
21491 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21492
21493 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
21494 define "*_start" label. Make "name" static.
21495 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
21496 ${name} by references to ${name}_start.
21497
21498 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21499
21500 * gdb.base/info-macros.exp: Remove "debug" from the compile
21501 options.
21502
21503 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21504
21505 * gdb.dlang/demangle.exp: New file.
21506
21507 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21508
21509 * gdb.dlang/primitive-types.exp: New file.
21510
21511 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21512
21513 * configure.ac: Create gdb.dlang/Makefile.
21514 * configure: Regenerate.
21515 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
21516 * gdb.dlang/Makefile.in: New file.
21517 * lib/d-support.exp: New file.
21518 * lib/gdb.exp (skip_d_tests): New proc.
21519
21520 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21521
21522 * gdb.btrace/delta.exp: Check reverse stepi.
21523 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
21524 * gdb.btrace/finish.exp: New.
21525 * gdb.btrace/next.exp: New.
21526 * gdb.btrace/nexti.exp: New.
21527 * gdb.btrace/record_goto.c: Add comments.
21528 * gdb.btrace/step.exp: New.
21529 * gdb.btrace/stepi.exp: New.
21530 * gdb.btrace/multi-thread-step.c: New.
21531 * gdb.btrace/multi-thread-step.exp: New.
21532 * gdb.btrace/rn-dl-bind.c: New.
21533 * gdb.btrace/rn-dl-bind.exp: New.
21534 * gdb.btrace/data.c: New.
21535 * gdb.btrace/data.exp: New.
21536 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
21537
21538 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21539
21540 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
21541 * gdb.btrace/exception.exp: Update.
21542 * gdb.btrace/instruction_history.exp: Update.
21543 * gdb.btrace/record_goto.exp: Update.
21544 * gdb.btrace/tailcall.exp: Update.
21545 * gdb.btrace/unknown_functions.exp: Update.
21546 * gdb.btrace/delta.exp: New.
21547
21548 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21549
21550 * gdb.btrace/record_goto.exp: Add backtrace test.
21551 * gdb.btrace/tailcall.exp: Add backtrace test.
21552
21553 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21554
21555 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
21556 * gdb.btrace/record_goto.c: New.
21557 * gdb.btrace/record_goto.exp: New.
21558 * gdb.btrace/x86-record_goto.S: New.
21559
21560 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21561
21562 * gdb.btrace/function_call_history.exp: Update tests.
21563 * gdb.btrace/instruction_history.exp: Update tests.
21564
21565 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21566
21567 * gdb.btrace/function_call_history.exp: Fix expected field
21568 order for "record function-call-history".
21569 Add new tests for "record function-call-history /c".
21570 * gdb.btrace/exception.cc: New.
21571 * gdb.btrace/exception.exp: New.
21572 * gdb.btrace/tailcall.exp: New.
21573 * gdb.btrace/x86-tailcall.S: New.
21574 * gdb.btrace/x86-tailcall.c: New.
21575 * gdb.btrace/unknown_functions.c: New.
21576 * gdb.btrace/unknown_functions.exp: New.
21577 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
21578
21579 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21580
21581 * gdb.btrace/instruction_history.exp: Update.
21582 * gdb.btrace/function_call_history.exp: Update.
21583
21584 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21585
21586 * gdb.btrace/function_call_history.exp: Fix expected function
21587 trace.
21588 * gdb.btrace/instruction_history.exp: Initialize traced.
21589 Remove traced_functions.
21590
21591 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21592
21593 * gdb.btrace/function_call_history.exp: Update
21594 * gdb.btrace/instruction_history.exp: Update.
21595
21596 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21597
21598 * gdb.btrace/enable.exp: Update expected text.
21599
21600 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
21601
21602 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
21603 bytes.
21604
21605 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
21606
21607 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
21608
21609 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
21610
21611 * lib/gdb.exp (supports_process_record): Return true for
21612 arm*-linux*. (supports_reverse): Likewise.
21613
21614 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
21615
21616 PR python/15464
21617 PR python/16113
21618 * gdb.python/py-type.c: Enhance test case.
21619 * gdb.python/py-value-cc.cc: Likewise
21620 * gdb.python/py-type.exp: Add new tests.
21621 * gdb.python/py-value-cc.exp: Likewise
21622
21623 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
21624 Pedro Alves <palves@redhat.com>
21625
21626 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
21627 Make "name" extern.
21628 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
21629 references to ${name}_start by references to ${name}.
21630
21631 2014-01-10 Joel Brobecker <brobecker@adacore.com>
21632
21633 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
21634
21635 2014-01-10 Joel Brobecker <brobecker@adacore.com>
21636
21637 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
21638
21639 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
21640 Pedro Alves <palves@redhat.com>
21641
21642 * gdb.mi/mi-info-os.exp: Connect to the target with
21643 mi_gdb_target_load.
21644
21645 2014-01-08 Pedro Alves <palves@redhat.com>
21646
21647 * gdb.threads/reconnect-signal.c: New file.
21648 * gdb.threads/reconnect-signal.exp: New file.
21649
21650 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21651
21652 * gdb.base/source-dir.exp: New file.
21653
21654 2014-01-07 Joel Brobecker <brobecker@adacore.com>
21655
21656 * gdb.ada/mi_interface: New testcase.
21657
21658 2014-01-07 Joel Brobecker <brobecker@adacore.com>
21659
21660 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
21661 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
21662 gdb.ada/pp-rec-component/pck.ads: New files.
21663
21664 2014-01-07 Joel Brobecker <brobecker@adacore.com>
21665
21666 * gdb.python/py-pp-integral.c: New file.
21667 * gdb.python/py-pp-integral.py: New file.
21668 * gdb.python/py-pp-integral.exp: New file.
21669
21670 For older changes see ChangeLog-1993-2013.
21671 \f
21672 ;; Local Variables:
21673 ;; mode: change-log
21674 ;; left-margin: 8
21675 ;; fill-column: 74
21676 ;; version-control: never
21677 ;; End:
21678
21679 Copyright 2014-2020 Free Software Foundation, Inc.
21680 Copying and distribution of this file, with or without modification,
21681 are permitted provided the copyright notice and this notice are preserved.