Remove test duplicate from gdb.tui
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-09-27 Tom Tromey <tom@tromey.com>
2
3 * gdb.tui/new-layout.exp: Use with_test_prefix.
4
5 2020-09-26 Gareth Rees <grees@undo.io> (tiny change)
6
7 PR python/26586
8 * gdb.python/python.exp: add test cases for the from_tty
9 argument to gdb.execute.
10
11 2020-09-25 Gary Benson <gbenson@redhat.com>
12
13 * gdb.base/infcall-nested-structs.exp.tcl: Add
14 additional_flags=-Wno-tautological-compare for C++
15 tests when compiling using Clang.
16
17 2020-09-25 Gary Benson <gbenson@redhat.com>
18
19 * lib/gdb.exp (gdb_compile): Pass "-x c++" earlier, and only
20 for .c files.
21
22 2020-09-24 Tom Tromey <tromey@adacore.com>
23
24 PR tui/26638:
25 * gdb.tui/list.exp: Check output of "focus next".
26
27 2020-09-23 Tom Tromey <tom@tromey.com>
28
29 * gdb.dwarf2/intbits.exp: New file.
30 * gdb.dwarf2/intbits.c: New file.
31
32 2020-09-20 Pedro Alves <pedro@palves.net>
33
34 * lib/mi-support.exp (mi_uncatched_gdb_exit) Switch to the main
35 spawn_id before calling remote_close. Close secondary MI channel.
36
37 2020-09-20 Pedro Alves <pedro@palves.net>
38
39 * gdb.base/testenv.exp (find_env): Bail out if printing 'envp[$i]'
40 fails.
41
42 2020-09-19 Andrew Burgess <andrew.burgess@embecosm.com>
43
44 * gdb.fortran/array-slices.exp: Update expected results.
45 * gdb.fortran/class-allocatable-array.exp: Likewise.
46 * gdb.fortran/multi-dim.exp: Likewise.
47 * gdb.fortran/vla-type.exp: Likewise.
48 * gdb.mi/mi-vla-fortran.exp: Likewise.
49
50 2020-09-18 Victor Collod <vcollod@nvidia.com>
51
52 PR gdb/26635
53 * gdb.arch/amd64-prologue-skip-cf-protection.exp: Make the test
54 compatible with i386, and move it to...
55 * gdb.arch/i386-prologue-skip-cf-protection.exp: ... here.
56 * gdb.arch/amd64-prologue-skip-cf-protection.c: Move to...
57 * gdb.arch/i386-prologue-skip-cf-protection.c: ... here.
58
59 2020-09-18 Pedro Alves <pedro@palves.net>
60
61 PR gdb/26631
62 * gdb.multi/multi-target-thread-find.exp: New file.
63
64 2020-09-18 Pedro Alves <pedro@palves.net>
65
66 * gdb.multi/multi-target-continue.exp: New file, factored out from
67 multi-target.exp.
68 * gdb.multi/multi-target-info-inferiors.exp: New file, factored out from
69 multi-target.exp.
70 * gdb.multi/multi-target-interrupt.exp: New file, factored out from
71 multi-target.exp.
72 * gdb.multi/multi-target-no-resumed.exp: New file, factored out from
73 multi-target.exp.
74 * gdb.multi/multi-target-ping-pong-next.exp: New file, factored out from
75 multi-target.exp.
76 * gdb.multi/multi-target.exp.tcl: New file, factored out from
77 multi-target.exp.
78 * gdb.multi/multi-target.exp: Delete.
79
80 2020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
81
82 * gdb.fortran/array-slices.exp: Add missing message data.
83
84 2020-09-17 Pedro Alves <pedro@palves.net>
85
86 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
87
88 2020-09-17 Pedro Alves <pedro@palves.net>
89
90 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
91 full prototype.
92
93 2020-09-17 Pedro Alves <pedro@palves.net>
94
95 * gdb.python/py-as-string.c: Add cast.
96
97 2020-09-17 Pedro Alves <pedro@palves.net>
98
99 * gdb.base/sizeof.c (fill): Add cast.
100
101 2020-09-17 Pedro Alves <pedro@palves.net>
102
103 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
104
105 2020-09-17 Pedro Alves <pedro@palves.net>
106
107 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
108 linkage name.
109 * gdb.base/prologue.exp: Use print /d.
110 * gdb.base/symbol-alias.exp: Handle C++ output.
111 * gdb.base/symbol-alias2.c: Handle C++ output.
112 [__cplusplus] (func): Explicitly specify linkage name.
113
114 2020-09-17 Pedro Alves <pedro@palves.net>
115
116 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
117 (struct my_key_t): ... this. Adjust all references.
118 (struct value_t): Rename to ...
119 (struct my_value_t): ... this. Adjust all references.
120 (create_map, add_map_element, create_map_map)
121 (add_map_map_element): Add casts.
122
123 2020-09-17 Pedro Alves <pedro@palves.net>
124
125 * gdb.python/py-framefilter-mi.c (funca): Add casts.
126 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
127
128 2020-09-17 Pedro Alves <pedro@palves.net>
129
130 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
131
132 2020-09-17 Pedro Alves <pedro@palves.net>
133
134 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
135 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
136 (charfoo, intfoo): Define full prototype.
137 * gdb.base/ptype1.c (charfoo): Define full prototype.
138 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
139 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
140
141 2020-09-17 Pedro Alves <pedro@palves.net>
142
143 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
144 Don't define.
145 (utf_32_string): Compile for both C and C++.
146 * gdb.base/charset.exp: Use "print /d".
147
148 2020-09-17 Pedro Alves <pedro@palves.net>
149
150 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
151 (nullptr): Rename to ...
152 (null_ptr): ... this.
153 * gdb.base/watchpoint.exp: Adjust to rename.
154
155 2020-09-17 Pedro Alves <pedro@palves.net>
156
157 * gdb.base/printcmds.c (three, flag_enum_without_zero)
158 (three_not_flag): Add casts.
159
160 2020-09-17 Pedro Alves <pedro@palves.net>
161
162 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
163 char array.
164 (main): Add references to Barrier, TestStrings, TestStringsH and
165 TestStringsW.
166 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
167 and expect a full prototype in C++.
168
169 2020-09-17 Pedro Alves <pedro@palves.net>
170
171 * gdb.base/nested-addr.c (main): Add cast.
172 * gdb.base/nested-addr.exp: Use "print /d".
173
174 2020-09-17 Pedro Alves <pedro@palves.net>
175
176 * gdb.base/break.exp (func): New. Use it throughout when
177 expecting a function name.
178
179 2020-09-17 Pedro Alves <pedro@palves.net>
180
181 * gdb.base/display.exp: Issue "set print asm-demangle on".
182
183 2020-09-17 Pedro Alves <pedro@palves.net>
184
185 * gdb.base/find.c: Include <string.h>.
186 (init_bufs): Add cast.
187 * gdb.base/find.exp: Issue "set print asm-demangle on".
188
189 2020-09-16 Tom Tromey <tromey@adacore.com>
190
191 PR gdb/26598:
192 * gdb.base/skipcxx.exp: New file.
193 * gdb.base/skipcxx.cc: New file.
194
195 2020-09-16 Tom de Vries <tdevries@suse.de>
196
197 PR testsuite/26617
198 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
199 WITH_DEBUG_SECTIONS is defined.
200 (xstr, str): New macro.
201 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
202 to get start and size of _Dmain.
203 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
204 using additional_flags.
205
206 2020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
207
208 * gdb.base/bp-cmds-sourced-script.c: New file.
209 * gdb.base/bp-cmds-sourced-script.exp: New test.
210 * gdb.base/bp-cmds-sourced-script.gdb: New file.
211
212 2020-09-16 Tom de Vries <tdevries@suse.de>
213
214 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
215 get the gdb prompt after issuing "monitor exit".
216
217 2020-09-16 Tom de Vries <tdevries@suse.de>
218
219 PR testsuite/26624
220 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
221
222 2020-09-16 Tom de Vries <tdevries@suse.de>
223
224 PR testsuite/26618
225 * gdb.tui/new-layout.exp: Escape unbalanced braces.
226
227 2020-09-15 Tom Tromey <tromey@adacore.com>
228
229 PR rust/26197:
230 * lib/rust-support.exp (rust_llvm_version): New proc.
231 * gdb.rust/simple.exp: Check rust_llvm_version.
232
233 2020-09-14 Tom de Vries <tdevries@suse.de>
234
235 * gdb.rust/traits.exp: Fix PATH warning.
236
237 2020-09-13 Pedro Alves <pedro@palves.net>
238
239 * gdb.base/catch-follow-exec.c (main): Add explicit return
240 statement.
241 * gdb.base/catch-signal.c (main): Likewise.
242 * gdb.base/condbreak-call-false.c (main): Likewise.
243 * gdb.base/consecutive.c (main): Add explicit return
244 statement and return type.
245 * gdb.base/cursal.c (main): Add explicit return statement.
246 * gdb.base/cvexpr.c (main): Likewise.
247 * gdb.base/display.c (main): Add explicit return statement and
248 return type.
249 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
250 * gdb.base/endianity.c (main): Likewise.
251 * gdb.base/execd-prog.c (main): Likewise.
252 * gdb.base/gdb1090.c (main): Likewise.
253 * gdb.base/info_qt.c (main): Likewise.
254 * gdb.base/lineinc.c (main): Likewise.
255 * gdb.base/load-command.c (main): Likewise.
256 * gdb.base/macscp1.c (main): Likewise.
257 * gdb.base/pr10179-a.c (main): Likewise.
258 * gdb.base/quit-live.c (main): Likewise.
259 * gdb.base/scope0.c (main): Likewise.
260 * gdb.base/settings.c (main): Likewise.
261 * gdb.base/stack-checking.c (main): Return int.
262 * gdb.base/varargs.c (main): Add explicit return statement.
263 * gdb.cp/ambiguous.cc (main): Likewise.
264 * gdb.cp/anon-struct.cc (main): Likewise.
265 * gdb.cp/anon-union.cc (main): Likewise.
266 * gdb.cp/bool.cc (main): Likewise.
267 * gdb.cp/bs15503.cc (main): Likewise.
268 * gdb.cp/cplusfuncs.cc (main): Likewise.
269 * gdb.cp/cttiadd.cc (main): Likewise.
270 * gdb.cp/extern-c.cc (main): Likewise.
271 * gdb.cp/filename.cc (main): Likewise.
272 * gdb.cp/formatted-ref.cc (main): Likewise.
273 * gdb.cp/mb-ctor.cc (main): Likewise.
274 * gdb.cp/member-ptr.cc (main): Likewise.
275 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
276 * gdb.cp/overload-const.cc (main): Likewise.
277 * gdb.cp/paren-type.cc (main): Likewise.
278 * gdb.cp/parse-lang.cc (main): Likewise.
279 * gdb.cp/pr-1023.cc (main): Likewise.
280 * gdb.cp/psmang1.cc (main): Likewise.
281 * gdb.cp/readnow-language.cc (main): Likewise.
282 * gdb.cp/ref-params.cc (main): Likewise.
283 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
284 * gdb.cp/virtbase2.cc (main): Likewise.
285 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
286 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
287 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
288 * gdb.mi/mi-console.c (main): Likewise.
289 * gdb.mi/mi-read-memory.c (main): Likewise.
290 * gdb.modula2/multidim.c (main): Likewise.
291 * gdb.opt/inline-small-func.c (main): Likewise.
292 * gdb.python/py-rbreak.c (main): Likewise.
293 * gdb.stabs/exclfwd1.c (main): Likewise.
294 * gdb.trace/qtro.c (main): Likewise.
295
296 2020-09-13 Pedro Alves <pedro@palves.net>
297
298 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
299 instead of getenv.
300
301 2020-09-13 Pedro Alves <pedro@palves.net>
302
303 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
304 instead of spawning GDB with remote_spawn.
305 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
306 gdb_spawn instead of spawning GDB with remote_spawn.
307
308 2020-09-13 Pedro Alves <pedro@palves.net>
309
310 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
311 file and add calls to first and second.
312 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
313 add call to f.
314
315 2020-09-13 Pedro Alves <pedro@palves.net>
316
317 * gdb.mi/mi-break-qualified.cc: New file.
318 * gdb.mi/mi-break-qualified.exp: New file.
319 * lib/mi-support.exp (mi_create_breakpoint_multi)
320 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
321 procedures.
322 (mi_create_breakpoint_1): New, factored out from
323 mi_create_breakpoint.
324
325 2020-09-13 Pedro Alves <pedro@palves.net>
326
327 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
328 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
329 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
330 (register_class): Delete.
331 (main): Don't call register_class.
332
333 2020-09-13 Pedro Alves <pedro@palves.net>
334
335 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
336 (do_tests): Remove "calling method for small class" test.
337 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
338 (register_class): Delete.
339 (main): Don't call register_class.
340 * gdb.cp/call-method-register.exp: New file, based on bits removed
341 from classes.exp.
342 * gdb.cp/call-method-register.cc: New file, based on bits removed
343 from classes.cc.
344
345 2020-09-13 Pedro Alves <pedro@palves.net>
346
347 * gdb.base/msym-bp-2.c: New.
348 * gdb.base/msym-bp-shl-lib.c: New file.
349 * gdb.base/msym-bp-shl-main-2.c: New file.
350 * gdb.base/msym-bp-shl-main.c: New file.
351 * gdb.base/msym-bp-shl.exp: New file.
352 * gdb.base/msym-bp.c: New file.
353 * gdb.base/msym-bp.exp: New file.
354
355 2020-09-13 Joel Brobecker <brobecker@adacore.com>
356
357 * gdb.base/default.exp: Change $_gdb_major to 11.
358
359 2020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
360 Felix Willgerodt <Felix.Willgerodt@intel.com>
361
362 * x86-avx512bf16.c: New file.
363 * x86-avx512bf16.exp: Likewise.
364 * lib/gdb.exp (skip_avx512bf16_tests): New function.
365
366 2020-09-11 Tom de Vries <tdevries@suse.de>
367
368 PR exp/26602
369 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
370
371 2020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
372
373 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
374
375 2020-09-10 Alan Modra <amodra@gmail.com>
376
377 PR 26597
378 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
379
380 2020-09-08 Tom de Vries <tdevries@suse.de>
381
382 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
383 after gdb_starti_cmd.
384
385 2020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
386
387 * lib/fortran.exp (fortran_complex8): New proc.
388 (fortran_complex16): New proc.
389 * gdb.fortran/complex.exp: Use routines from fortran.exp
390 * gdb.fortran/pointer-to-pointer.exp: Likewise.
391 * gdb.fortran/vla-ptr-info.exp: Likewise.
392
393 2020-09-03 Tom de Vries <tdevries@suse.de>
394
395 PR breakpoint/26546
396 * gdb.base/label-without-address.exp: Runto main first.
397
398 2020-09-02 Tom Tromey <tromey@adacore.com>
399
400 * gdb.ada/mi_var_access.exp: Test children of access variable.
401 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
402 * gdb.ada/mi_var_array.exp: Update.
403
404 2020-08-31 Kevin Buettner <kevinb@redhat.com>
405
406 * gdb.base/corefile.exp (warning-free): XFAIL test when running
407 on docker w/ AUFS storage driver.
408
409 2020-08-31 Kevin Buettner <kevinb@redhat.com>
410
411 * gdb.base/corefile2.exp (renamed binfile): New tests.
412
413 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
414
415 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
416
417 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
418
419 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
420 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
421
422 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
423
424 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
425 output, printing a "not saved" value from history and printing a
426 convenience variable created from a "not saved" value.
427
428 2020-08-31 Tom de Vries <tdevries@suse.de>
429
430 * gdb.base/eh_return.exp: Use nopie.
431
432 2020-08-28 Pedro Alves <pedro@palves.net>
433
434 * gdb.base/advance-until-multiple-locations.exp
435 (advance_overload, until_overload): Adjust to match the
436 frame/function header instead of the source line text.
437
438 2020-08-28 Tom de Vries <tdevries@suse.de>
439
440 * gdb.base/label-without-address.c: New test.
441 * gdb.base/label-without-address.exp: New file.
442
443 2020-08-27 Pedro Alves <pedro@palves.net>
444
445 PR gdb/26523
446 PR gdb/26524
447 * gdb.base/advance-until-multiple-locations.cc: New.
448 * gdb.base/advance-until-multiple-locations.exp: New.
449
450 2020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
451
452 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
453
454 2020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
455
456 * gdb.arch/amd64-byte.exp: Make test names unique, use
457 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
458 * gdb.arch/amd64-dword.exp: Likewise.
459 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
460 * gdb.arch/amd64-stap-special-operands.exp: Make test names
461 unique.
462 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
463 * gdb.arch/amd64-word.exp: Make test names unique, use
464 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
465 * gdb.arch/i386-byte.exp: Make test names unique, use
466 gdb_breakpoint.
467 * gdb.arch/i386-word.exp: Likewise.
468
469 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
470
471 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
472
473 2020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
474
475 PR gdb/26532
476 * gdb.threads/stepi-random-signal.exp: Update pattern.
477
478 2020-08-25 Simon Marchi <simon.marchi@efficios.com>
479
480 PR gdb/26532
481 * gdb.base/ui-redirect.exp: Update pattern.
482
483 2020-08-25 Gary Benson <gbenson@redhat.com>
484
485 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
486 when compiling with clang.
487 * gdb.dwarf2/dw2-restore.exp: Likewise.
488
489 2020-08-25 Gary Benson <gbenson@redhat.com>
490
491 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
492 Add additional_flags=-Wno-inaccessible-base when compiling
493 with GCC >= 10.1 or clang. Add additional_flags=-w when
494 compiling with GCC < 10.
495
496 2020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
497
498 PR m2/26372
499 * gdb.modula2/multidim.c: New file.
500 * gdb.modula2/multidim.exp: New file.
501
502 2020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
503
504 * lib/gdb.exp (runto): Always emit fail on internal error.
505
506 2020-08-24 Simon Marchi <simon.marchi@efficios.com>
507
508 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
509 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
510 Likewise.
511 * gdb.threads/stepi-random-signal.exp: Likewise.
512
513 2020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
514
515 * gdb.base/print-file-var.exp: Fix typo "breapoint".
516 * gdb.trace/strace.exp: Ditto.
517
518 2020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
519
520 * gdb.fortran/vla-type.exp: Skip commands not required for
521 the Flang compiled binaries after prologue fix.
522
523 2020-08-17 Tom de Vries <tdevries@suse.de>
524 Tom Tromey <tromey@adacore.com>
525
526 PR rust/26197:
527 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
528
529 2020-08-17 Tom Tromey <tromey@adacore.com>
530
531 * gdb.ada/mi_var_access.exp: New file.
532 * gdb.ada/mi_var_access/mi_access.adb: New file.
533 * gdb.ada/mi_var_access/pck.adb: New file.
534 * gdb.ada/mi_var_access/pck.ads: New file.
535
536 2020-08-16 Tom de Vries <tdevries@suse.de>
537
538 PR gdb/25350
539 * gdb.base/eh_return.c: New test.
540 * gdb.base/eh_return.exp: New file.
541
542 2020-08-15 Tom de Vries <tdevries@suse.de>
543
544 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
545 (mixed_func_1d_): Use fortran_charlen_t in decl.
546
547 2020-08-15 Tom de Vries <tdevries@suse.de>
548
549 PR backtrace/26390
550 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
551 Update expected pattern.
552
553 2020-08-13 Pedro Alves <pedro@palves.net>
554
555 * gdb.fortran/complex.exp: Check skip_fortran_tests.
556 * gdb.fortran/library-module.exp: Likewise.
557 * gdb.fortran/logical.exp: Likewise.
558 * gdb.fortran/module.exp: Likewise.
559 * gdb.fortran/print_type.exp: Likewise.
560 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
561 * gdb.fortran/vla-datatypes.exp: Likewise.
562 * gdb.fortran/vla-history.exp: Likewise.
563 * gdb.fortran/vla-ptr-info.exp: Likewise.
564 * gdb.fortran/vla-ptype-sub.exp: Likewise.
565 * gdb.fortran/vla-ptype.exp: Likewise.
566 * gdb.fortran/vla-sizeof.exp: Likewise.
567 * gdb.fortran/vla-type.exp: Likewise.
568 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
569 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
570 * gdb.fortran/vla-value-sub.exp: Likewise.
571 * gdb.fortran/vla-value.exp: Likewise.
572
573 2020-08-13 Pedro Alves <pedro@palves.net>
574
575 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
576 * gdb.ada/access_to_packed_array.exp: Likewise.
577 * gdb.ada/access_to_unbounded_array.exp: Likewise.
578 * gdb.ada/addr_arith.exp: Likewise.
579 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
580 * gdb.ada/arr_arr.exp: Likewise.
581 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
582 * gdb.ada/array_bounds.exp: Likewise.
583 * gdb.ada/array_of_variable_length.exp: Likewise.
584 * gdb.ada/array_ptr_renaming.exp: Likewise.
585 * gdb.ada/array_subscript_addr.exp: Likewise.
586 * gdb.ada/arraydim.exp: Likewise.
587 * gdb.ada/arrayparam.exp: Likewise.
588 * gdb.ada/arrayptr.exp: Likewise.
589 * gdb.ada/assign_1.exp: Likewise.
590 * gdb.ada/assign_arr.exp: Likewise.
591 * gdb.ada/atomic_enum.exp: Likewise.
592 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
593 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
594 * gdb.ada/bias.exp: Likewise.
595 * gdb.ada/boolean_expr.exp: Likewise.
596 * gdb.ada/bp_c_mixed_case.exp: Likewise.
597 * gdb.ada/bp_enum_homonym.exp: Likewise.
598 * gdb.ada/bp_inlined_func.exp: Likewise.
599 * gdb.ada/bp_on_var.exp: Likewise.
600 * gdb.ada/bp_range_type.exp: Likewise.
601 * gdb.ada/bp_reset.exp: Likewise.
602 * gdb.ada/call_pn.exp: Likewise.
603 * gdb.ada/catch_assert_if.exp: Likewise.
604 * gdb.ada/catch_ex.exp: Likewise.
605 * gdb.ada/catch_ex_std.exp: Likewise.
606 * gdb.ada/char_enum.exp: Likewise.
607 * gdb.ada/char_param.exp: Likewise.
608 * gdb.ada/complete.exp: Likewise.
609 * gdb.ada/cond_lang.exp: Likewise.
610 * gdb.ada/convvar_comp.exp: Likewise.
611 * gdb.ada/dgopt.exp: Likewise.
612 * gdb.ada/disc_arr_bound.exp: Likewise.
613 * gdb.ada/display_nested.exp: Likewise.
614 * gdb.ada/dot_all.exp: Likewise.
615 * gdb.ada/dyn_loc.exp: Likewise.
616 * gdb.ada/dyn_stride.exp: Likewise.
617 * gdb.ada/excep_handle.exp: Likewise.
618 * gdb.ada/expr_delims.exp: Likewise.
619 * gdb.ada/expr_with_funcall.exp: Likewise.
620 * gdb.ada/exprs.exp: Likewise.
621 * gdb.ada/fin_fun_out.exp: Likewise.
622 * gdb.ada/fixed_cmp.exp: Likewise.
623 * gdb.ada/formatted_ref.exp: Likewise.
624 * gdb.ada/frame_arg_lang.exp: Likewise.
625 * gdb.ada/frame_args.exp: Likewise.
626 * gdb.ada/fullname_bp.exp: Likewise.
627 * gdb.ada/fun_addr.exp: Likewise.
628 * gdb.ada/fun_in_declare.exp: Likewise.
629 * gdb.ada/fun_overload_menu.exp: Likewise.
630 * gdb.ada/fun_renaming.exp: Likewise.
631 * gdb.ada/funcall_char.exp: Likewise.
632 * gdb.ada/funcall_param.exp: Likewise.
633 * gdb.ada/funcall_ptr.exp: Likewise.
634 * gdb.ada/funcall_ref.exp: Likewise.
635 * gdb.ada/homonym.exp: Likewise.
636 * gdb.ada/info_addr_mixed_case.exp: Likewise.
637 * gdb.ada/info_auto_lang.exp: Likewise.
638 * gdb.ada/info_exc.exp: Likewise.
639 * gdb.ada/info_types.exp: Likewise.
640 * gdb.ada/int_deref.exp: Likewise.
641 * gdb.ada/interface.exp: Likewise.
642 * gdb.ada/iwide.exp: Likewise.
643 * gdb.ada/lang_switch.exp: Likewise.
644 * gdb.ada/length_cond.exp: Likewise.
645 * gdb.ada/maint_with_ada.exp: Likewise.
646 * gdb.ada/mi_catch_assert.exp: Likewise.
647 * gdb.ada/mi_catch_ex.exp: Likewise.
648 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
649 * gdb.ada/mi_dyn_arr.exp: Likewise.
650 * gdb.ada/mi_ex_cond.exp: Likewise.
651 * gdb.ada/mi_exc_info.exp: Likewise.
652 * gdb.ada/mi_interface.exp: Likewise.
653 * gdb.ada/mi_prot.exp: Likewise.
654 * gdb.ada/mi_ref_changeable.exp: Likewise.
655 * gdb.ada/mi_string_access.exp: Likewise.
656 * gdb.ada/mi_task_arg.exp: Likewise.
657 * gdb.ada/mi_task_info.exp: Likewise.
658 * gdb.ada/mi_var_array.exp: Likewise.
659 * gdb.ada/mi_var_union.exp: Likewise.
660 * gdb.ada/mi_variant.exp: Likewise.
661 * gdb.ada/minsyms.exp: Likewise.
662 * gdb.ada/mod_from_name.exp: Likewise.
663 * gdb.ada/nested.exp: Likewise.
664 * gdb.ada/null_array.exp: Likewise.
665 * gdb.ada/optim_drec.exp: Likewise.
666 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
667 * gdb.ada/packed_array_assign.exp: Likewise.
668 * gdb.ada/packed_tagged.exp: Likewise.
669 * gdb.ada/pp-rec-component.exp: Likewise.
670 * gdb.ada/print_chars.exp: Likewise.
671 * gdb.ada/print_pc.exp: Likewise.
672 * gdb.ada/ptr_typedef.exp: Likewise.
673 * gdb.ada/ptype_arith_binop.exp: Likewise.
674 * gdb.ada/ptype_array.exp: Likewise.
675 * gdb.ada/ptype_field.exp: Likewise.
676 * gdb.ada/ptype_tagged_param.exp: Likewise.
677 * gdb.ada/ptype_union.exp: Likewise.
678 * gdb.ada/py_range.exp: Likewise.
679 * gdb.ada/py_taft.exp: Likewise.
680 * gdb.ada/rdv_wait.exp: Likewise.
681 * gdb.ada/rec_comp.exp: Likewise.
682 * gdb.ada/rec_return.exp: Likewise.
683 * gdb.ada/ref_param.exp: Likewise.
684 * gdb.ada/ref_tick_size.exp: Likewise.
685 * gdb.ada/rename_subscript_param.exp: Likewise.
686 * gdb.ada/repeat_dyn.exp: Likewise.
687 * gdb.ada/same_component_name.exp: Likewise.
688 * gdb.ada/same_enum.exp: Likewise.
689 * gdb.ada/scalar_storage.exp: Likewise.
690 * gdb.ada/set_wstr.exp: Likewise.
691 * gdb.ada/small_reg_param.exp: Likewise.
692 * gdb.ada/str_binop_equal.exp: Likewise.
693 * gdb.ada/str_ref_cmp.exp: Likewise.
694 * gdb.ada/str_uninit.exp: Likewise.
695 * gdb.ada/sub_variant.exp: Likewise.
696 * gdb.ada/sym_print_name.exp: Likewise.
697 * gdb.ada/taft_type.exp: Likewise.
698 * gdb.ada/tagged.exp: Likewise.
699 * gdb.ada/tagged_access.exp: Likewise.
700 * gdb.ada/task_bp.exp: Likewise.
701 * gdb.ada/task_switch_in_core.exp: Likewise.
702 * gdb.ada/tasks.exp: Likewise.
703 * gdb.ada/tick_last_segv.exp: Likewise.
704 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
705 * gdb.ada/type_coercion.exp: Likewise.
706 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
707 * gdb.ada/unchecked_union.exp: Likewise.
708 * gdb.ada/uninitialized_vars.exp: Likewise.
709 * gdb.ada/var_arr_attrs.exp: Likewise.
710 * gdb.ada/var_arr_typedef.exp: Likewise.
711 * gdb.ada/var_rec_arr.exp: Likewise.
712 * gdb.ada/variant-record.exp: Likewise.
713 * gdb.ada/variant.exp: Likewise.
714 * gdb.ada/variant_record_packed_array.exp: Likewise.
715 * gdb.ada/varsize_limit.exp: Likewise.
716 * gdb.ada/whatis_array_val.exp: Likewise.
717 * gdb.ada/widewide.exp: Likewise.
718 * gdb.ada/win_fu_syms.exp: Likewise.
719
720 2020-08-12 Gary Benson <gbenson@redhat.com>
721
722 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
723
724 2020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
725
726 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
727 unset the array variable.
728
729 2020-08-03 Tom de Vries <tdevries@suse.de>
730
731 PR symtab/26333
732 * lib/dwarf.exp (DW_LNE_user): New proc.
733 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
734 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
735
736 2020-07-31 Kevin Buettner <kevinb@redhat.com>
737
738 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
739 to 'uintptr_t'
740 (inttypes.h): Include.
741
742 2020-07-31 Kevin Buettner <kevinb@redhat.com>
743
744 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
745 (C5_24k): Delete.
746 (C5_8k, C5_64k, C5_256k): New macros.
747 (buf_ro): Allocate 256 KiB of initialized data.
748
749 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
750
751 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
752 that attempt to overwrite an existing condition with a condition
753 that fails parsing and also with a condition that parses fine
754 but contains junk at the end.
755
756 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
757
758 * gdb.base/condbreak-bad.c: New test.
759 * gdb.base/condbreak-bad.exp: New file.
760
761 2020-07-30 Tom de Vries <tdevries@suse.de>
762
763 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
764 out of ...
765 (GDBInfoModuleSymbols::check_entry): ... here.
766 (GDBInfoModuleSymbols::check_optional_entry): New proc.
767 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
768 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
769
770 2020-07-30 Tom de Vries <tdevries@suse.de>
771
772 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
773 "__class_some_module_Number_t" optional.
774
775 2020-07-29 Tom de Vries <tdevries@suse.de>
776
777 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
778 multiple locations.
779
780 2020-07-29 Tom de Vries <tdevries@suse.de>
781
782 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
783 rather than function name.
784
785 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
786
787 PR symtab/26270:
788 * gdb.cp/disasm-func-name.cc: New file.
789 * gdb.cp/disasm-func-name.exp: New file.
790
791 2020-07-28 Tom Tromey <tromey@adacore.com>
792
793 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
794 'varval' location.
795
796 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
797
798 * gdb.python/py-unwind.py: Update to make use of a register
799 descriptor.
800
801 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
802
803 * gdb.python/py-arch-reg-names.exp: Add additional tests.
804
805 2020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
806
807 PR fortran/23051
808 PR fortran/26139
809 * gdb.fortran/class-allocatable-array.exp: New file.
810 * gdb.fortran/class-allocatable-array.f90: New file.
811 * gdb.fortran/pointer-to-pointer.exp: New file.
812 * gdb.fortran/pointer-to-pointer.f90: New file.
813
814 2020-07-25 Tom de Vries <tdevries@suse.de>
815
816 PR symtab/26243
817 * gdb.dwarf2/dw2-line-number-zero.c: New test.
818 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
819
820 2020-07-24 Tom de Vries <tdevries@suse.de>
821
822 PR testsuite/26293
823 * gdb.ada/mi_prot.exp: Require gnatmake-8.
824
825 2020-07-23 Pedro Alves <pedro@palves.net>
826
827 * gdb.server/server-kill.exp (prepare): New, factored out from the
828 top level.
829 (kill_server): New.
830 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
831 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
832
833 2020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
834
835 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
836
837 2020-07-22 Sandra Loosemore <sandra@codesourcery.com>
838
839 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
840 Initialize to empty string at top level.
841 (gdb_wrapper_init): Revert check for file existence on build.
842 Build the wrapper in its default place, not a build-specific
843 location. When host == build, make the pathname absolute.
844 (gdb_compile): Delete leftover declaration of
845 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
846 string instead of uninitialized.
847
848 2020-07-22 Kevin Buettner <kevinb@redhat.com>
849
850 * gdb.base/corefile2.exp: New file.
851 * gdb.base/coremaker2.exp: New file.
852
853 2020-07-22 Kevin Buettner <kevinb@redhat.com>
854
855 * gdb.base/coredump-filter.exp: Add second
856 non-Private-Shared-Anon-File test.
857 (test_disasm): Rename binfile for test which is expected
858 to fail.
859
860 2020-07-22 Kevin Buettner <kevinb@redhat.com>
861
862 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
863 data in core file".
864 * gdb.base/coremaker.c (buf2ro): New global.
865 (mmapdata): Add a read-only mmap mapping.
866
867 2020-07-22 Kevin Buettner <kevinb@redhat.com>
868
869 PR corefiles/25631
870 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
871 New test.
872 * gdb.base/coremaker.c (buf3): New global.
873 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
874 flags.
875
876 2020-07-22 Kevin Buettner <kevinb@redhat.com>
877
878 * gdb.base/coremaker.c (filler_ro): New global constant.
879
880 2020-07-22 Tom Tromey <tromey@adacore.com>
881
882 * gdb.ada/mi_prot.exp: New file.
883 * gdb.ada/mi_prot/pkg.adb: New file.
884 * gdb.ada/mi_prot/pkg.ads: New file.
885 * gdb.ada/mi_prot/prot.adb: New file.
886
887 2020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
888
889 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
890 loads two JITers.
891
892 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
893
894 * gdb.python/py-arch-reg-groups.exp: Additional tests.
895
896 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
897
898 * gdb.python/py-arch-reg-names.exp: Additional tests.
899
900 2020-07-21 Tom de Vries <tdevries@suse.de>
901
902 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
903 breakpoint locations".
904 * gdb.reverse/solib-reverse.exp: Same.
905
906 2020-07-21 Tom de Vries <tdevries@suse.de>
907
908 * gdb.reverse/step-reverse.c (callee): Merge statements.
909
910 2020-07-21 Tom de Vries <tdevries@suse.de>
911
912 * gdb.fortran/info-modules.exp (info module variables): Allow missing
913 line numbers for some variables.
914
915 2020-07-21 Tom de Vries <tdevries@suse.de>
916
917 * gdb.opt/inline-locals.c (init_array): New func.
918 (func1): Use init_array.
919 * gdb.opt/inline-locals.exp: Update pattern.
920
921 2020-07-21 Tom de Vries <tdevries@suse.de>
922
923 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
924 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
925
926 2020-07-20 Ludovic Courtès <ludo@gnu.org>
927
928 * gdb.guile/source2.scm: Add #f first argument to 'format'.
929 * gdb.guile/types-module.exp: Remove "ERROR:" from
930 regexps since Guile 3.0 no longer prints that.
931
932 2020-07-20 Ludovic Courtès <ludo@gnu.org>
933
934 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
935 error regexp to match on Guile 2.2.
936
937 2020-07-20 Gary Benson <gbenson@redhat.com>
938
939 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
940 with clang.
941
942 2020-07-20 Tom de Vries <tdevries@suse.de>
943
944 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
945 (omp_set_lock_in_order): New function.
946 (single_scope, multi_scope, nested_func, nested_parallel): Use
947 omp_set_lock_in_order and omp_unset_lock.
948 (main): Init and destroy lock and lock2.
949
950 2020-07-20 Tom de Vries <tdevries@suse.de>
951
952 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
953
954 2020-07-20 Tom de Vries <tdevries@suse.de>
955
956 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
957
958 2020-07-17 Tom de Vries <tdevries@suse.de>
959
960 * gdb.base/valgrind-infcall-2.c: New test.
961 * gdb.base/valgrind-infcall-2.exp: New file.
962 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
963
964 2020-07-17 Tom de Vries <tdevries@suse.de>
965
966 * gdb.dlang/circular.c (found): Use found_label as label name.
967 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
968 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
969 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
970 * gdb.dwarf2/ada-linkage-name.exp: Same.
971 * gdb.dwarf2/arr-subrange.exp: Same.
972 * gdb.dwarf2/atomic-type.exp: Same.
973 * gdb.dwarf2/comp-unit-lang.exp: Same.
974 * gdb.dwarf2/cpp-linkage-name.exp: Same.
975 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
976 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
977 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
978 * gdb.dwarf2/implptr-64bit.exp: Same.
979 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
980 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
981 * gdb.dwarf2/imported-unit.exp: Same.
982 * gdb.dwarf2/main-subprogram.exp: Same.
983 * gdb.dwarf2/missing-type-name.exp: Same.
984 * gdb.dwarf2/nonvar-access.exp: Same.
985 * gdb.dwarf2/struct-with-sig.exp: Same.
986 * gdb.dwarf2/typedef-void-finish.exp: Same.
987 * gdb.dwarf2/void-type.exp: Same.
988
989 2020-07-17 Tom de Vries <tdevries@suse.de>
990
991 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
992 src parameter.
993 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
994 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
995 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
996 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
997 * gdb.dwarf2/dwz.exp: Same.
998 * gdb.dwarf2/implptr-optimized-out.exp: Same.
999 * gdb.dwarf2/implref-array.exp: Same.
1000 * gdb.dwarf2/implref-const.exp: Same.
1001 * gdb.dwarf2/implref-global.exp: Same.
1002 * gdb.dwarf2/implref-struct.exp: Same.
1003 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
1004 * gdb.dwarf2/opaque-type-lookup.exp: Same.
1005 * gdb.dwarf2/var-access.exp: Same.
1006 * gdb.dwarf2/varval.exp: Same.
1007 * gdb.trace/entry-values.exp: Same.
1008
1009 2020-07-17 Tom de Vries <tdevries@suse.de>
1010
1011 * lib/dwarf.exp (Dwarf::extern): Remove.
1012 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
1013 * gdb.dlang/circular.exp: Same.
1014 * gdb.dwarf2/comp-unit-lang.exp: Same.
1015 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
1016 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
1017 * gdb.dwarf2/dwz.exp: Same.
1018 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
1019 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
1020 * gdb.dwarf2/imported-unit.exp: Same.
1021 * gdb.dwarf2/opaque-type-lookup.exp: Same.
1022
1023 2020-07-16 Sandra Loosemore <sandra@codesourcery.com>
1024
1025 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
1026 Use double quotes instead of single quotes.
1027
1028 2020-07-16 Caroline Tice <cmtice@google.com>
1029
1030 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
1031 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
1032
1033 2020-07-16 Tom de Vries <tdevries@suse.de>
1034
1035 * lib/dwarf.exp (program): Initialize _line.
1036 (DW_LNE_end_sequence): Reinitialize _line.
1037 (DW_LNS_advance_line): Update _line.
1038 (line): New proc.
1039 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
1040 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
1041 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
1042 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
1043 * gdb.dwarf2/dw2-is-stmt.exp: Same.
1044 * gdb.dwarf2/dw2-ranges-func.exp: Same.
1045
1046 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
1047
1048 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
1049 generic.
1050
1051 2020-07-15 Tom de Vries <tdevries@suse.de>
1052
1053 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
1054 is_amd64_regs_target.
1055
1056 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
1057
1058 * gdb.fortran/ptype-on-functions.exp: Add more tests.
1059 * gdb.fortran/ptype-on-functions.f90: Likewise.
1060
1061 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
1062
1063 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
1064 values in documentation for addr_size to 4 and 8.
1065
1066 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
1067
1068 * gdb.arch/amd64-osabi.exp: Update.
1069 * gdb.arch/arm-disassembler-options.exp: Update.
1070 * gdb.arch/powerpc-disassembler-options.exp: Update.
1071 * gdb.arch/ppc64-symtab-cordic.exp: Update.
1072 * gdb.arch/s390-disassembler-options.exp: Update.
1073 * gdb.base/all-architectures.exp.tcl: Update.
1074 * gdb.base/attach-pie-noexec.exp: Update.
1075 * gdb.base/catch-syscall.exp: Update.
1076 * gdb.xml/tdesc-arch.exp: Update.
1077
1078 2020-07-14 Tom de Vries <tdevries@suse.de>
1079
1080 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
1081 (local_gettid): ... this.
1082 (fn): Update.
1083
1084 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
1085
1086 * gdb.base/info_sources.exp: Skip directory match tests on
1087 remote hosts.
1088
1089 2020-07-13 Gary Benson <gbenson@redhat.com>
1090
1091 * gdb.base/savedregs.exp (caller): Use parentheses to
1092 make expected expression evaluation ordering explicit.
1093
1094 2020-07-13 Gary Benson <gbenson@redhat.com>
1095
1096 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
1097
1098 2020-07-13 Gary Benson <gbenson@redhat.com>
1099
1100 * gdb.base/bigcore.c (main): Use a volatile pointer when
1101 attempting to trigger a SIGSEGV.
1102 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
1103 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
1104 * gdb.base/savedregs.c (thrower): Likewise.
1105 * gdb.mi/mi-syn-frame.c (bar): Likewise.
1106
1107 2020-07-13 Gary Benson <gbenson@redhat.com>
1108
1109 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
1110 defining and using VLA structure fields into...
1111 * gdb.base/vla-struct-fields.c: New file.
1112 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
1113 tests into...
1114 * gdb.base/vla-struct-fields.exp: New file.
1115
1116 2020-07-13 Tom de Vries <tdevries@suse.de>
1117
1118 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
1119 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
1120 * gdb.base/gold-gdb-index.exp: Same.
1121 * gdb.base/morestack.exp: Same.
1122
1123 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
1124
1125 PR rust/26121
1126 * gdb.rust/modules.rs: Prevent linker from discarding test
1127 symbol.
1128
1129 2020-07-10 Pedro Alves <pedro@palves.net>
1130
1131 PR gdb/26199
1132 * gdb.multi/multi-target.c (exit_thread): New.
1133 (thread_start): Break loop if EXIT_THREAD.
1134 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
1135 (top level) Call test_no_resumed.
1136
1137 2020-07-08 Tom Tromey <tromey@adacore.com>
1138
1139 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
1140 * gdb.ada/catch_ex.exp: Examine catchpoint text.
1141
1142 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1143
1144 PR python/22748
1145 * gdb.opt/inline-frame-tailcall.c: New file.
1146 * gdb.opt/inline-frame-tailcall.exp: New file.
1147 * gdb.python/py-unwind-inline.c: New file.
1148 * gdb.python/py-unwind-inline.exp: New file.
1149 * gdb.python/py-unwind-inline.py: New file.
1150
1151 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1152
1153 * gdb.python/py-arch-reg-groups.exp: New file.
1154
1155 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1156
1157 * gdb.python/py-arch-reg-names.exp: New file.
1158
1159 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1160
1161 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
1162 gdb.PendingFrame.architecture method.
1163
1164 2020-07-06 Tom de Vries <tdevries@suse.de>
1165
1166 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
1167
1168 2020-07-03 Pedro Alves <palves@redhat.com>
1169
1170 * gdb.base/structs2.c (main): Adjust second parem_reg call to
1171 explicitly write negative numbers.
1172 * gdb.base/structs2.exp: Adjust expected output.
1173
1174 2020-07-03 Pedro Alves <palves@redhat.com>
1175
1176 * gdb.base/charset.c (init_string): Change all char parameters to
1177 unsigned char parameters.
1178
1179 2020-07-03 Pedro Alves <palves@redhat.com>
1180
1181 * gdb.base/call-sc.exp (start_scalars_test): Use
1182 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1183 * gdb.base/overlays.c: Remove references to PARAMS.
1184 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
1185 * gdb.base/reread.exp: Don't set 'prototypes' global.
1186 * gdb.base/structs.exp (start_structs_test): Use
1187 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1188 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
1189 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1190 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
1191 call.
1192 * gdb.base/varargs.exp: Don't set 'prototypes' global.
1193
1194 2020-07-03 Pedro Alves <palves@redhat.com>
1195
1196 * gdb.base/m32rovly.c: Delete.
1197 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
1198
1199 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1200
1201 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
1202 of gdb_py_test_multiple.
1203 * gdb.python/py-cmd.exp: Likewise.
1204 * gdb.python/py-events.exp: Likewise.
1205 * gdb.python/py-function.exp: Likewise.
1206 * gdb.python/py-inferior.exp: Likewise.
1207 * gdb.python/py-infthread.exp: Likewise.
1208 * gdb.python/py-linetable.exp: Likewise.
1209 * gdb.python/py-parameter.exp: Likewise.
1210 * gdb.python/py-value.exp: Likewise.
1211
1212 2020-06-30 Tom de Vries <tdevries@suse.de>
1213
1214 PR testsuite/26175
1215 * lib/future.exp (gdb_default_target_compile): Detect and handle
1216 early_flags.
1217
1218 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
1219
1220 * boards/simavr.exp (gdb_load): Catch errors when closing
1221 previous connection. Close connection, wait for process and
1222 unset simavr_spawn_id on failure.
1223
1224 2020-06-29 Tom de Vries <tdevries@suse.de>
1225
1226 * lib/gdb.exp (unknown): Make test-case unresolved.
1227
1228 2020-06-29 Tom de Vries <tdevries@suse.de>
1229
1230 PR gdb/25475
1231 * gdb.server/solib-list.exp: Verify that the symbol reload
1232 confirmation question is asked.
1233
1234 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1235
1236 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
1237 have a input seq nr in each pass message.
1238 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
1239 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
1240 * gdb.python/python.exp: Make test names unique,
1241 use gdb_test_multiline instead of gdb_py_test_multiple,
1242 use $gdb_test_name.
1243 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
1244
1245 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
1246
1247 * configure.ac: Add --enable-libctf.
1248 * aclocal.m4: sinclude ../config/enable.m4.
1249 * Makefile.in (site.exp): Add enable_libctf to site.exp.
1250 * lib/gdb.exp (skip_ctf_tests): Use it.
1251 * gdb.base/ctf-constvars.exp: Error message tweak.
1252 * gdb.base/ctf-ptype.exp: Likewise.
1253 * configure: Regenerate.
1254
1255 2020-06-26 Gary Benson <gbenson@redhat.com>
1256
1257 * gdb.cp/try_catch.cc: Include string.h.
1258 (main): Replace comparison against string literal with
1259 strcmp, avoiding build failure with -Wstring-compare.
1260 Add "marker test-complete".
1261 * gdb.cp/try_catch.exp: Run the test to the above marker,
1262 then verify that the value of "test" is still true.
1263
1264 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1265
1266 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
1267
1268 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1269
1270 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
1271
1272 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1273
1274 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
1275 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
1276 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
1277 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
1278 * gdb.arch/riscv-tdesc-loading.exp: New file.
1279
1280 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1281
1282 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
1283
1284 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1285
1286 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
1287 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
1288 * gdb.arch/riscv-tdesc-regs.c: New file.
1289 * gdb.arch/riscv-tdesc-regs.exp: New file.
1290
1291 2020-06-24 Pedro Alves <palves@redhat.com>
1292
1293 * gdb.arch/amd64-entry-value-paramref.exp: Use
1294 prepare_for_testing_full and don't pass "c++" for the .S file
1295 build spec.
1296 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
1297 $options, since it's an assembly file. Remove -Wno-deprecated.
1298 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
1299 compiling C++ programs.
1300
1301 2020-06-24 Pedro Alves <palves@redhat.com>
1302
1303 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
1304 Clang, add "-Wno-unknown-warning-option" to the options.
1305
1306 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
1307
1308 * gdb.xml/tdesc-reload.c: New file.
1309 * gdb.xml/tdesc-reload.exp: New file.
1310 * gdb.xml/maint-xml-dump-01.xml: New file.
1311 * gdb.xml/maint-xml-dump-02.xml: New file.
1312 * gdb.xml/maint-xml-dump.exp: New file.
1313
1314 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
1315
1316 * lib/completion-support.exp (test_gdb_completion_offers_commands):
1317 Adjust for omitted commands when TUI is disabled.
1318
1319 2020-06-23 Gary Benson <gbenson@redhat.com>
1320 Pedro Alves <palves@redhat.com>
1321
1322 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
1323 * gdb.cp/nsimport.cc: Likewise.
1324 * gdb.cp/nsnested.cc: Likewise.
1325 * gdb.cp/nsnoimports.cc: Likewise.
1326 * gdb.cp/nsusing.cc: Likewise.
1327 * gdb.cp/smartp.cc: Likewise.
1328 * gdb.python/py-pp-integral.c: Likewise.
1329 * gdb.python/py-pp-re-notag.c: Likewise.
1330
1331 2020-06-23 Gary Benson <gbenson@redhat.com>
1332
1333 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
1334 * gdb.cp/nsimport.cc: Likewise.
1335 * gdb.cp/nsnested.cc: Likewise.
1336 * gdb.cp/nsnoimports.cc: Likewise.
1337 * gdb.cp/nsusing.cc: Likewise.
1338 * gdb.cp/smartp.cc: Likewise.
1339 * gdb.python/py-pp-integral.c: Likewise.
1340 * gdb.python/py-pp-re-notag.c: Likewise.
1341
1342 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1343
1344 * gdb.base/default-args.exp: New test.
1345 * gdb.base/default-args.c: New file.
1346 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
1347 * gdb.base/default.exp: Update to new help text.
1348 * gdb.base/help.exp: Likewise.
1349 * gdb.base/page.exp: Likewise.
1350 * gdb.base/style.exp: Likewise.
1351 * gdb.guile/guile.exp: Likewise.
1352 * gdb.python/python.exp: Likewise.
1353
1354 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
1355
1356 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
1357 remote host. Fix search path syntax on Windows host.
1358
1359 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1360
1361 * gdb.base/attach.exp: Test priority of 'exec-file' changed
1362 over 'exec-file-mismatch'.
1363 * gdb.base/attach.c: Mark should_exit volatile.
1364 * gdb.base/attach2.c: Likewise. Add a comment explaining
1365 why the sleep cannot be big.
1366 * gdb.base/attach3.c: New file.
1367
1368 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
1369
1370 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
1371 prefix optional.
1372
1373 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
1374
1375 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
1376 for remote host.
1377
1378 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
1379 Hafiz Abid Qadeer <abidh@codesourcery.com>
1380
1381 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
1382 file sent to remote host.
1383 (top level): Allow int32_t as type of 32-bit register.
1384
1385 2020-06-19 Tom de Vries <tdevries@suse.de>
1386
1387 * lib/gdb.exp (gdb_note): New proc.
1388 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
1389 (gdb_default_target_compile): ... here. Only call
1390 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
1391 (use_gdb_compile): Change to array.
1392 (toplevel): Update sets of use_gdb_compile to specify language.
1393 Warn about default_target_compile override. Store dejagnu's version
1394 of default_target_compile in dejagnu_default_target_compile.
1395
1396 2020-06-18 Tom de Vries <tdevries@suse.de>
1397
1398 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
1399 (default_gdb_init): ... here.
1400
1401 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
1402
1403 Fix TUI support checks in gdb.tui tests.
1404
1405 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
1406 just say UNSUPPORTED.
1407 * gdb.tui/corefile-run.exp: Likewise.
1408 * gdb.tui/empty.exp: Likewise.
1409 * gdb.tui/list-before.exp: Likewise.
1410 * gdb.tui/list.exp: Likewise.
1411 * gdb.tui/main.exp: Likewise.
1412 * gdb.tui/regs.exp: Likewise.
1413 * gdb.tui/resize.exp: Likewise.
1414 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
1415 * gdb.tui/tui-layout-asm.exp: Likewise.
1416 * gdb.tui/tui-missing-src.exp: Likewise.
1417 * gdb.tui/winheight.exp: Likewise.
1418 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
1419
1420 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
1421
1422 Fix TCL error in gdb.python/py-format-string.exp.
1423
1424 * gdb.python/py-format-string.exp: Move test for python support
1425 earlier, out of function body.
1426
1427 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
1428
1429 * gdb.base/index-cache-load-twice.c: New.
1430 * gdb.base/index-cache-load-twice.exp: New.
1431
1432 2020-06-17 Keith Seitz <keiths@redhat.com>
1433
1434 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
1435 when executing "gdb --configuration".
1436
1437 2020-06-17 Tom de Vries <tdevries@suse.de>
1438
1439 * lib/gdb.exp (gdb_tcl_unknown): New proc.
1440 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
1441 conditional on presence of gdb_tcl_unknown.
1442 (gdb_finish): Make override undo conditional on presence of
1443 gdb_tcl_unknown.
1444
1445 2020-06-16 Tom Tromey <tom@tromey.com>
1446
1447 * gdb.python/tui-window.py (failwin): New function. Register it
1448 as a TUI window type.
1449 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
1450
1451 2020-06-16 Gary Benson <gbenson@redhat.com>
1452
1453 * gdb.python/py-nested-maps.c (create_map): Add missing return
1454 value.
1455 (create_map_map): Likewise.
1456
1457 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1458
1459 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
1460 variable.
1461 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
1462 and use the already-defined 'options' variable.
1463
1464 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1465 Tom de Vries <tdevries@suse.de>
1466
1467 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
1468 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
1469 (gdb_setup_known_globals): New proc.
1470 (gdb_cleanup_globals): New proc.
1471 * lib/gdb.exp (load_lib): New override proc.
1472 (gdb_stdin_log_init): Set var in_file as persistent global.
1473 * lib/pascal.exp (gdb_stdin_log_init): Set vars
1474 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
1475 fpc_compiler as persistent global.
1476
1477 2020-06-12 Tom de Vries <tdevries@suse.de>
1478
1479 * lib/tuiterm.exp (spawn): Rename to ...
1480 (tui_spawn): ... this.
1481 (toplevel): Move rename of spawn ...
1482 (gdb_init_tuiterm): ... here. New proc.
1483 (gdb_finish_tuiterm): New proc.
1484 * lib/gdb.exp (gdb_finish_hooks): New global var.
1485 (gdb_finish): Handle gdb_finish_hooks.
1486 (tuiterm_env): New proc.
1487 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
1488 tuiterm_env.
1489 * gdb.tui/basic.exp: Same.
1490 * gdb.tui/corefile-run.exp: Same.
1491 * gdb.tui/empty.exp: Same.
1492 * gdb.tui/list-before.exp: Same.
1493 * gdb.tui/list.exp: Same.
1494 * gdb.tui/main.exp: Same.
1495 * gdb.tui/new-layout.exp: Same.
1496 * gdb.tui/regs.exp: Same.
1497 * gdb.tui/resize.exp: Same.
1498 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
1499 * gdb.tui/tui-layout-asm.exp: Same.
1500 * gdb.tui/tui-missing-src.exp: Same.
1501 * gdb.tui/winheight.exp: Same.
1502
1503 2020-06-12 Tom de Vries <tdevries@suse.de>
1504
1505 PR testsuite/26110
1506 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
1507 (gdb_finish): Reinstall dejagnu's override of ::unknown.
1508
1509 2020-06-11 Tom Tromey <tom@tromey.com>
1510
1511 PR gdb/18318:
1512 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
1513 floating point tests.
1514
1515 2020-06-11 Keith Seitz <keiths@redhat.com>
1516
1517 PR gdb/21356
1518 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
1519 vla_struct.
1520 Add new struct vla_typedef and union vla_typedef_union and
1521 corresponding instantiation objects.
1522 Initialize new objects.
1523 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
1524 and vla_typedef_union_object.
1525 Fixup type for vla_struct_object.
1526
1527 2020-06-11 Tom de Vries <tdevries@suse.de>
1528
1529 * lib/gdb.exp (with_override): New proc, factored out of ...
1530 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
1531
1532 2020-06-10 Tom de Vries <tdevries@suse.de>
1533
1534 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
1535
1536 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
1537
1538 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
1539 parameter, update callers.
1540
1541 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
1542
1543 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
1544 * gdb.dwarf2/share-psymtabs-bt.c: New file.
1545 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
1546
1547 2020-06-04 Tom de Vries <tdevries@suse.de>
1548
1549 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
1550
1551 2020-06-04 Tom de Vries <tdevries@suse.de>
1552
1553 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
1554 exp_continue.
1555
1556 2020-06-04 Tom de Vries <tdevries@suse.de>
1557
1558 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
1559
1560 2020-06-03 Tom de Vries <tdevries@suse.de>
1561
1562 PR symtab/26046
1563 * gdb.cp/breakpoint-locs-2.cc: New test.
1564 * gdb.cp/breakpoint-locs.cc: New test.
1565 * gdb.cp/breakpoint-locs.exp: New file.
1566 * gdb.cp/breakpoint-locs.h: New test.
1567
1568 2020-06-03 Tom de Vries <tdevries@suse.de>
1569
1570 PR testsuite/25609
1571 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
1572 value of global verbose.
1573 * gdb.base/jit-elf.exp: Same.
1574 * gdb.base/jit-reader.exp: Same.
1575
1576 2020-06-02 Tom de Vries <tdevries@suse.de>
1577
1578 * gdb.dwarf2/multidictionary.exp: Don't use
1579 gdb_spawn_with_cmdline_opts.
1580
1581 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
1582
1583 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
1584 use_header case.
1585 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
1586 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
1587 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
1588 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
1589 * gdb.dwarf2/dw2-inline-header.c: New file.
1590 * gdb.dwarf2/dw2-inline-header.h: New file.
1591
1592 2020-05-30 Pedro Alves <palves@redhat.com>
1593
1594 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
1595 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
1596
1597 2020-05-29 Gary Benson <gbenson@redhat.com>
1598
1599 * gdb.compile/compile-cplus.exp (additional_flags): Also
1600 set when building with clang.
1601 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
1602 when building with clang.
1603
1604 2020-05-29 Gary Benson <gbenson@redhat.com>
1605
1606 * gdb.arch/i386-avx.exp (additional_flags): Also set when
1607 building with clang.
1608 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
1609
1610 2020-05-29 Gary Benson <gbenson@redhat.com>
1611
1612 * gdb.cp/koenig.exp (prepare_for_testing): Add
1613 additional_flags=-Wno-unused-comparison.
1614 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
1615
1616 2020-05-28 Gary Benson <gbenson@redhat.com>
1617
1618 * gdb.base/sigaltstack.c (catcher): Add default case to switch
1619 statement.
1620
1621 2020-05-28 Gary Benson <gbenson@redhat.com>
1622
1623 * gdb.cp/classes.exp (prepare_for_testing): Add
1624 additional_flags=-Wno-deprecated-register.
1625 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
1626 * gdb.cp/misc.exp: Likewise.
1627
1628 2020-05-28 Gary Benson <gbenson@redhat.com>
1629
1630 * gdb.linespec/cpls-ops.cc (dummy): New static global.
1631 (test_op_new::operator new): Add return statement.
1632 (test_op_new_array::operator new[]): Likewise.
1633
1634 2020-05-27 Pedro Alves <palves@redhat.com>
1635
1636 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
1637 check. Use test_gdb_complete_unique instead of
1638 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
1639 test_gdb_complete_multiple instead of
1640 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
1641
1642 2020-05-27 Luis Machado <luis.machado@linaro.org>
1643
1644 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
1645 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
1646 * gdb.arch/arm-disassembler-options.exp: Likewise.
1647 * gdb.arch/arm-disp-step.exp: Likewise.
1648 * gdb.arch/thumb-prologue.exp: Likewise.
1649 * gdb.base/async.exp: Likewise.
1650 * gdb.base/auxv.exp: Likewise.
1651 * gdb.base/complex-parts.exp: Likewise.
1652 * gdb.base/ena-dis-br.exp: Likewise.
1653 * gdb.base/foll-exec.exp: Likewise.
1654 * gdb.base/permissions.exp: Likewise.
1655 * gdb.base/relocate.exp: Likewise.
1656 * gdb.base/return2.exp: Likewise.
1657 * gdb.base/sigbpt.exp: Likewise.
1658 * gdb.base/siginfo-obj.exp: Likewise.
1659 * gdb.cp/converts.exp: Likewise.
1660 * gdb.cp/exceptprint.exp: Likewise.
1661 * gdb.cp/inherit.exp: Likewise.
1662 * gdb.cp/nsnoimports.exp: Likewise.
1663 * gdb.cp/virtbase2.exp: Likewise.
1664 * gdb.mi/mi-var-cmd.exp: Likewise.
1665 * gdb.mi/var-cmd.c: Likewise.
1666
1667 2020-05-26 Tom Tromey <tromey@adacore.com>
1668
1669 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
1670
1671 2020-05-26 Tom Tromey <tromey@adacore.com>
1672
1673 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
1674 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
1675 type.
1676 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
1677 variable.
1678
1679 2020-05-26 Christian Biesinger <cbiesinger@google.com>
1680
1681 * Makefile.in: Use = instead of == for the test command
1682 for portability.
1683
1684 2020-05-26 Tom de Vries <tdevries@suse.de>
1685
1686 * gdb.base/gold-gdb-index-2.c: New test.
1687 * gdb.base/gold-gdb-index.c: New test.
1688 * gdb.base/gold-gdb-index.exp: New file.
1689 * gdb.base/gold-gdb-index.h: New test.
1690
1691 2020-05-25 Tom de Vries <tdevries@suse.de>
1692
1693 * boards/gold-gdb-index.exp: New file.
1694
1695 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
1696
1697 * boards/simavr.exp: New file.
1698
1699 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
1700
1701 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
1702 * gdb.base/inferior-args.exp: New file.
1703 * gdb.base/inferior-args.c: New file.
1704
1705 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
1706
1707 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
1708 inferior_args. Pass it to gdb_reload.
1709 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
1710 inferior_args.
1711 (gdb_reload): Add inferior_args argument.
1712 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
1713 pass it to gdbserver_run.
1714 * boards/native-gdbserver.exp: Do not set noargs.
1715 * boards/native-extended-gdbserver.exp (gdb_reload): Add
1716 inferior_args argument.
1717 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
1718 * gdb.base/a2-run.exp: Check for use_gdb_stub.
1719 * gdb.base/args.exp: Likewise.
1720
1721 2020-05-25 Tom de Vries <tdevries@suse.de>
1722
1723 * lib/gdb.exp (exec_is_pie): Add comment.
1724
1725 2020-05-25 Tom de Vries <tdevries@suse.de>
1726
1727 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
1728 instead of $binfile in the untested message.
1729
1730 2020-05-25 Tom de Vries <tdevries@suse.de>
1731
1732 PR testsuite/26031
1733 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
1734
1735 2020-05-25 Tom de Vries <tdevries@suse.de>
1736
1737 * boards/gold.exp: New file.
1738
1739 2020-05-23 Tom Tromey <tom@tromey.com>
1740
1741 * gdb.base/style.exp: Remove completion styling test.
1742 * lib/gdb-utils.exp (style): Remove completion styles.
1743
1744 2020-05-23 Tom Tromey <tom@tromey.com>
1745
1746 * gdb.base/style.exp: Add completion styling test.
1747 * lib/gdb-utils.exp (style): Add completion styles.
1748
1749 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1750
1751 * gdb.base/annota1.exp: Update expected results.
1752 * gdb.cp/annota2.exp: Update expected results, remove duplicate
1753 test name.
1754 * gdb.cp/annota3.exp: Update expected results.
1755
1756 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
1757
1758 PR gdb/26016
1759 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
1760 against MAP_FAILED.
1761 * gdb.base/coremaker.c (mmapdata): Likewise.
1762 * gdb.base/jit-reader-host.c (main): Likewise.
1763 * gdb.base/sym-file-loader.c (load): Likewise.
1764 (load_shlib): Likewise.
1765
1766 2020-05-20 Tom Tromey <tromey@adacore.com>
1767
1768 * gdb.ada/array_char_idx.exp: Recognize initialized array.
1769
1770 2020-05-20 Tom de Vries <tdevries@suse.de>
1771
1772 PR symtab/25833
1773 * gdb.base/with-mf-inc.c: New test.
1774 * gdb.base/with-mf-main.c: New test.
1775 * gdb.base/with-mf.exp: New file.
1776
1777 2020-05-19 Tom Tromey <tromey@adacore.com>
1778
1779 * gdb.rust/simple.exp: Restore missing test result.
1780
1781 2020-05-19 Tom de Vries <tdevries@suse.de>
1782
1783 * gdb.base/gdb-caching-proc.exp: Fix typo.
1784
1785 2020-05-19 Tom Tromey <tromey@adacore.com>
1786
1787 * gdb.rust/simple.exp: Add some test descriptions.
1788 (test_one_slice): Use with_test_prefix.
1789
1790 2020-05-18 Tom de Vries <tdevries@suse.de>
1791
1792 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
1793
1794 2020-05-17 Pedro Alves <palves@redhat.com>
1795
1796 PR gdb/25741
1797 * gdb.base/hw-sw-break-same-address.exp: New file.
1798
1799 2020-05-16 Pedro Alves <palves@redhat.com>
1800
1801 * gdb.multi/multi-re-run.exp (test_re_run): Switch
1802 LAST_LOADED_FILE accordingly.
1803
1804 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1805
1806 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
1807
1808 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1809
1810 * gdb.base/help.exp: Test apropos and help for commands
1811 having aliases. Fixed comments not starting with an
1812 upper-case letter or not finishing with a dot.
1813
1814 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1815
1816 * gdb.base/alias.exp: Update help output check.
1817
1818 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1819
1820 * gdb.base/default.exp: Update output following fixes.
1821
1822 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1823
1824 * gdb.base/alias.exp: Test aliases starting with a prefix of
1825 another alias.
1826
1827 2020-05-15 Gary Benson <gbenson@redhat.com>
1828
1829 * gdb.base/info-os.c (main): Add return statement.
1830 * gdb.base/info_minsym.c (minsym_fun): Likewise.
1831 * gdb.base/large-frame-2.c (func): Likewise.
1832 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
1833 * gdb.base/pr10179-b.c (foo2): Likewise.
1834 * gdb.base/valgrind-disp-step.c (foo): Likewise.
1835 * gdb.base/watch-cond.c (func): Likewise.
1836 * gdb.multi/goodbye.c (verylongfun): Likewise.
1837 * gdb.multi/hello.c (commonfun): Likewise.
1838 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
1839 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
1840 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
1841 Likewise.
1842 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
1843 * gdb.threads/interrupt-while-step-over.c (child_function):
1844 Likewise.
1845 * gdb.trace/actions-changed.c (end): Likewise.
1846
1847 2020-05-15 Gary Benson <gbenson@redhat.com>
1848
1849 * gdb.opencl/callfuncs.exp: Report when test skipped.
1850 * gdb.opencl/convs_casts.exp: Likewise.
1851 * gdb.opencl/datatypes.exp: Likewise.
1852 * gdb.opencl/operators.exp: Likewise.
1853 * gdb.opencl/vec_comps.exp: Likewise.
1854
1855 2020-05-15 Tom de Vries <tdevries@suse.de>
1856
1857 * gdb.base/align.exp.in: Rename to ...
1858 * gdb.base/align.exp.tcl: ... this.
1859 * gdb.base/align-c++.exp: Update.
1860 * gdb.base/align-c.exp: Update.
1861 * gdb.base/all-architectures.exp.in: Rename to ...
1862 * gdb.base/all-architectures.exp: ... this.
1863 * gdb.base/all-architectures-0.exp: Update.
1864 * gdb.base/all-architectures-1.exp: Update.
1865 * gdb.base/all-architectures-2.exp: Update.
1866 * gdb.base/all-architectures-3.exp: Update.
1867 * gdb.base/all-architectures-4.exp: Update.
1868 * gdb.base/all-architectures-5.exp: Update.
1869 * gdb.base/all-architectures-6.exp: Update.
1870 * gdb.base/all-architectures-7.exp: Update.
1871 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
1872 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
1873 * gdb.base/infcall-nested-structs-c++.exp: Update.
1874 * gdb.base/infcall-nested-structs-c.exp: Update.
1875 * gdb.base/info-types.exp.in: Rename to ...
1876 * gdb.base/info-types.exp.tcl: ... this.
1877 * gdb.base/info-types-c++.exp: Update.
1878 * gdb.base/info-types-c.exp: Update.
1879 * gdb.base/max-depth.exp.in: Rename to ...
1880 * gdb.base/max-depth.exp.tcl: ... this.
1881 * gdb.base/max-depth-c++.exp: Update.
1882 * gdb.base/max-depth-c.exp: Update.
1883 * gdb.cp/cpexprs.exp.in: Rename to ...
1884 * gdb.cp/cpexprs.exp.tcl: ... this.
1885 * gdb.cp/cpexprs-debug-types.exp: Update.
1886 * gdb.cp/cpexprs.exp: Update.
1887 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
1888 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
1889 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
1890 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
1891 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
1892 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
1893 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
1894 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
1895 * gdb.dwarf2/clang-debug-names-2.exp: Update.
1896 * gdb.dwarf2/clang-debug-names.exp: Update.
1897
1898 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
1899
1900 * lib/check-test-names.exp: Remove code that prevents this file
1901 loading when tests are run in parallel.
1902
1903 2020-05-15 Pedro Alves <palves@redhat.com>
1904
1905 * gdb.multi/multi-kill.exp (start_inferior): Remove
1906 'testpid' parameter. Refer to namespace variable directly.
1907 (testpid): Declare as namespace variable.
1908
1909 2020-05-15 Pedro Alves <palves@redhat.com>
1910
1911 * gdb.multi/multi-kill.exp: Wrap in namespace.
1912 (start_inferior): Add TESTPID parameter. Use it instead of the
1913 testpid global.
1914 (top level): Define empty TESTPID array, and pass it down to
1915 start_inferior.
1916
1917 2020-05-14 Tom de Vries <tdevries@suse.de>
1918
1919 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
1920 output.
1921
1922 2020-05-14 Tom de Vries <tdevries@suse.de>
1923
1924 * gdb.base/align.exp: Split into ...
1925 * gdb.base/align.exp.in: ...
1926 * gdb.base/align-c++.exp: ...
1927 * gdb.base/align-c.exp: ... these.
1928 * gdb.base/infcall-nested-structs.exp: Split into ...
1929 * gdb.base/infcall-nested-structs.exp.in: ...
1930 * gdb.base/infcall-nested-structs-c++.exp: ...
1931 * gdb.base/infcall-nested-structs-c.exp: ... these.
1932 * gdb.base/info-types.exp: Split into ...
1933 * gdb.base/info-types.exp.in: ...
1934 * gdb.base/info-types-c++.exp: ...
1935 * gdb.base/info-types-c.exp: ... these.
1936 * gdb.base/max-depth.exp: Split into ...
1937 * gdb.base/max-depth.exp.in: ...
1938 * gdb.base/max-depth-c++.exp: ...
1939 * gdb.base/max-depth-c.exp: ... these.
1940 * gdb.cp/infcall-nodebug.exp: Split into ...
1941 * gdb.cp/infcall-nodebug.exp.in: ...
1942 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
1943 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
1944 * gdb.cp/infcall-nodebug-c-d0.exp: ...
1945 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
1946
1947 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1948 Pedro Alves <palves@redhat.com>
1949
1950 * gdb.multi/multi-exit.c: New file.
1951 * gdb.multi/multi-exit.exp: New file.
1952 * gdb.multi/multi-kill.c: New file.
1953 * gdb.multi/multi-kill.exp: New file.
1954
1955 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1956
1957 * gdb.base/annota1.exp: Update the expected output.
1958 * gdb.cp/annota2.exp: Ditto.
1959
1960 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
1961
1962 * lib/check-test-names.exp: Disable when testing is being run in
1963 parallel.
1964
1965 2020-05-12 Tom de Vries <tdevries@suse.de>
1966
1967 * gdb.base/jit-elf.exp: Fix string concat.
1968
1969 2020-05-12 Tom de Vries <tdevries@suse.de>
1970
1971 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
1972 messages.
1973
1974 2020-05-12 Tom de Vries <tdevries@suse.de>
1975
1976 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
1977
1978 2020-05-12 Tom de Vries <tdevries@suse.de>
1979
1980 * gdb.ada/catch_ex.exp: Use with_test_prefix.
1981 * gdb.ada/mi_catch_ex.exp: Same.
1982 * gdb.ada/mi_catch_ex_hand.exp: Same.
1983
1984 2020-05-12 Tom de Vries <tdevries@suse.de>
1985
1986 * gdb.fortran/complex.exp: Use with_test_prefix.
1987
1988 2020-05-12 Tom de Vries <tdevries@suse.de>
1989
1990 * gdb.trace/passcount.exp: Fix test-names.
1991
1992 2020-05-12 Tom de Vries <tdevries@suse.de>
1993
1994 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
1995
1996 2020-05-12 Tom de Vries <tdevries@suse.de>
1997
1998 * gdb.gdb/complaints.exp: Use with_test_prefix.
1999 * gdb.xml/tdesc-regs.exp: Same.
2000 * gdb.opt/inline-locals.exp: Fix test name.
2001
2002 2020-05-12 Tom de Vries <tdevries@suse.de>
2003
2004 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
2005 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
2006 * gdb.dwarf2/implref-struct.exp: Same.
2007 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
2008 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
2009
2010 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
2011
2012 * gdb.base/jit-so.exp (one_jit_test): Change test name.
2013
2014 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
2015
2016 * lib/check-test-names.exp (all_test_names): New module variable.
2017 (counts): Add 'duplicates' field.
2018 (_check_duplicates): New procedure.
2019 (check): Also check for duplicates.
2020 (do_log_summary): Print duplicates count.
2021 (do_reset_vars): Reset counter for duplicate test names, and
2022 discard all know test names.
2023
2024 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
2025
2026 * lib/gdb.exp: Include check-test-names.exp library.
2027 * lib/check-test-names.exp: New file.
2028
2029 2020-05-11 Tom de Vries <tdevries@suse.de>
2030
2031 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
2032
2033 2020-05-11 Keith Seitz <keiths@redhat.com>
2034
2035 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
2036
2037 2020-05-11 Tom de Vries <tdevries@suse.de>
2038
2039 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
2040 * gdb.cp/cpexprs.exp.in: .. here.
2041 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
2042 cpexprs.exp.
2043
2044 2020-05-11 Keith Seitz <keiths@redhat.com>
2045
2046 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
2047 test names.
2048 * gdb.ada/arrayptr.exp: Likewise.
2049 * gdb.ada/assign_arr.exp: Likewise.
2050 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
2051 * gdb.ada/bp_on_var.exp: Likewise.
2052 * gdb.ada/call_pn.exp: Likewise.
2053 * gdb.ada/complete.exp: Likewise.
2054 * gdb.ada/fun_overload_menu.exp: Likewise.
2055 * gdb.ada/funcall_param.exp: Likewise.
2056 * gdb.ada/funcall_ref.exp: Likewise.
2057 * gdb.ada/packed_array_assign.exp: Likewise.
2058 * gdb.ada/same_component_name.exp: Likewise.
2059 * gdb.ada/type_coercion.exp: Likewise.
2060 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
2061 * gdb.ada/variant_record_packed_array.exp: Likewise.
2062
2063 2020-05-11 Tom de Vries <tdevries@suse.de>
2064
2065 PR symtab/25941
2066 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
2067 out of ...
2068 * gdb.dwarf2/clang-debug-names.exp: ... here.
2069 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
2070 clang-debug-names.exp.in.
2071 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
2072 * gdb.dwarf2/clang-debug-names-2.c: New test.
2073
2074 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2075
2076 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
2077 (fortran_runto_main): New Proc, fortran version of runto_main.
2078 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
2079 * gdb.fortran/array-bounds.exp: Likewise.
2080 * gdb.fortran/array-slices.exp: Likewise.
2081 * gdb.fortran/block-data.exp: Likewise.
2082 * gdb.fortran/charset.exp: Likewise.
2083 * gdb.fortran/common-block.exp: Likewise.
2084 * gdb.fortran/complex.exp: Likewise.
2085 * gdb.fortran/derived-type-function.exp: Likewise.
2086 * gdb.fortran/derived-type.exp: Likewise.
2087 * gdb.fortran/info-modules.exp: Likewise.
2088 * gdb.fortran/info-types.exp: Likewise.
2089 * gdb.fortran/intrinsics.exp: Likewise.
2090 * gdb.fortran/library-module.exp: Likewise.
2091 * gdb.fortran/logical.exp: Likewise.
2092 * gdb.fortran/max-depth.exp: Likewise.
2093 * gdb.fortran/module.exp: Likewise.
2094 * gdb.fortran/multi-dim.exp: Likewise.
2095 * gdb.fortran/nested-funcs.exp: Likewise.
2096 * gdb.fortran/print-formatted.exp: Likewise.
2097 * gdb.fortran/print_type.exp: Likewise.
2098 * gdb.fortran/printing-types.exp: Likewise.
2099 * gdb.fortran/ptr-indentation.exp: Likewise.
2100 * gdb.fortran/ptype-on-functions.exp: Likewise.
2101 * gdb.fortran/subarray.exp: Likewise.
2102 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
2103 * gdb.fortran/vla-datatypes.exp: Likewise.
2104 * gdb.fortran/vla-history.exp: Likewise.
2105 * gdb.fortran/vla-ptr-info.exp: Likewise.
2106 * gdb.fortran/vla-ptype-sub.exp: Likewise.
2107 * gdb.fortran/vla-ptype.exp: Likewise.
2108 * gdb.fortran/vla-sizeof.exp: Likewise.
2109 * gdb.fortran/vla-type.exp: Likewise.
2110 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
2111 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
2112 * gdb.fortran/vla-value-sub.exp: Likewise.
2113 * gdb.fortran/vla-value.exp: Likewise.
2114 * gdb.fortran/whatis_type.exp: Likewise.
2115 * gdb.mi/mi-var-child-f.exp: Likewise.
2116
2117 2020-05-09 Tom de Vries <tdevries@suse.de>
2118
2119 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
2120
2121 2020-05-08 Tom de Vries <tdevries@suse.de>
2122
2123 * gdb.dwarf2/clang-debug-names.c: New test.
2124 * gdb.dwarf2/clang-debug-names.exp: New file.
2125
2126 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
2127
2128 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
2129 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
2130
2131 2020-05-06 Tom de Vries <tdevries@suse.de>
2132
2133 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
2134 breakpoint is at a "recommended breakpoint location".
2135 * gdb.reverse/consecutive-reverse.exp: Same.
2136
2137 2020-05-06 Tom de Vries <tdevries@suse.de>
2138
2139 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
2140 address.
2141
2142 2020-05-06 Tom de Vries <tdevries@suse.de>
2143
2144 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
2145
2146 2020-05-06 Tom de Vries <tdevries@suse.de>
2147
2148 * gdb.base/store.exp (check_set, up_set): Allowing missing location
2149 info for r.
2150
2151 2020-05-06 Tom de Vries <tdevries@suse.de>
2152
2153 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
2154 necessary.
2155
2156 2020-05-06 Tom de Vries <tdevries@suse.de>
2157
2158 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
2159 void.
2160
2161 2020-05-06 Tom de Vries <tdevries@suse.de>
2162
2163 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
2164 of ...
2165 * gdb.base/async.exp: ... here.
2166 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
2167 "recommended breakpoint location".
2168
2169 2020-05-06 Tom de Vries <tdevries@suse.de>
2170
2171 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
2172
2173 2020-05-04 Tom de Vries <tdevries@suse.de>
2174
2175 * gdb.base/async.exp: Check whether instruction addresses are a
2176 "recommended breakpoint location".
2177
2178 2020-05-03 Tom Tromey <tom@tromey.com>
2179
2180 * gdb.base/sepdebug.exp: Remove "catch" test.
2181 * gdb.base/break.exp: Remove "catch" test.
2182 * gdb.base/default.exp: Update expected output.
2183
2184 2020-05-02 Tom de Vries <tdevries@suse.de>
2185
2186 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
2187 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
2188 * gdb.arch/i386-mpx-map.exp: Same.
2189 * gdb.arch/i386-mpx-sigsegv.exp: Same.
2190 * gdb.arch/i386-mpx-simple_segv.exp: Same.
2191 * gdb.arch/i386-mpx.exp: Same.
2192
2193 2020-05-02 Tom de Vries <tdevries@suse.de>
2194
2195 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
2196
2197 2020-05-01 Tom de Vries <tdevries@suse.de>
2198
2199 * gdb.ada/operator_bp.exp: Allow more than required amount of
2200 breakpoint.
2201
2202 2020-05-01 Tom de Vries <tdevries@suse.de>
2203
2204 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
2205
2206 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
2207
2208 PR gdb/18706
2209 * gdb.cp/stub-array-size.cc: New test.
2210 * gdb.cp/stub-array-size.exp: New file.
2211 * gdb.cp/stub-array-size.h: New test.
2212 * gdb.cp/stub-array-size2.cc: New test.
2213
2214 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
2215
2216 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
2217 output to the new format.
2218
2219 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
2220
2221 * gdb.base/break.exp: Use with_test_prefix.
2222
2223 2020-04-29 Tom de Vries <tdevries@suse.de>
2224
2225 * lib/gdb.exp (debug_types): New proc.
2226 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
2227 * gdb.python/py-symtab.exp: Same.
2228
2229 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
2230
2231 PR gdb/17320
2232 * gdb.base/pretty-array.c: New test.
2233 * gdb.base/pretty-array.exp: New file.
2234
2235 2020-04-29 Tom de Vries <tdevries@suse.de>
2236
2237 PR symtab/25889
2238 * gdb.cp/cpexprs.exp: Adapt for inclusion.
2239 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
2240 and include cpexprs.exp.
2241
2242 2020-04-28 Mark Williams <mark@myosotissp.com>
2243
2244 PR gdb/24480
2245 * dw4-toplevel-types.exp: Test for top level types.
2246 * dw4-toplevel-types.cc: Test for top level types.
2247
2248 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2249
2250 * gdb.threads/stop-with-handle.exp: Fix typo in comment
2251 (theads -> threads).
2252
2253 2020-04-28 Tom de Vries <tdevries@suse.de>
2254
2255 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
2256
2257 2020-04-28 Tom de Vries <tdevries@suse.de>
2258
2259 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
2260
2261 2020-04-28 Tom de Vries <tdevries@suse.de>
2262
2263 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
2264
2265 2020-04-28 Tom de Vries <tdevries@suse.de>
2266
2267 * gdb.dwarf2/main-foo.c: New test.
2268 * gdb.dwarf2/struct-with-sig.exp: New file.
2269
2270 2020-04-25 Tom de Vries <tdevries@suse.de>
2271
2272 * boards/debug-types.exp: New file.
2273
2274 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
2275
2276 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
2277
2278 2020-04-24 Tom Tromey <tom@tromey.com>
2279
2280 PR symtab/12707:
2281 * gdb.python/py-symbol.exp: Update expected results for
2282 linkage_name test.
2283 * gdb.cp/print-demangle.exp: New file.
2284 * gdb.base/c-linkage-name.exp: Fix test.
2285 * gdb.guile/scm-symbol.exp: Update expected results for
2286 linkage_name test.
2287
2288 2020-04-24 Tom Tromey <tom@tromey.com>
2289
2290 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
2291 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
2292 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
2293 assembler.
2294
2295 2020-04-24 Tom de Vries <tdevries@suse.de>
2296
2297 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
2298 C++.
2299
2300 2020-04-24 Tom Tromey <tromey@adacore.com>
2301
2302 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
2303 values.
2304 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
2305 values. Update test for minimal encodings.
2306 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
2307 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
2308 values. Update test for minimal encodings.
2309
2310 2020-04-24 Tom Tromey <tromey@adacore.com>
2311
2312 PR python/23662:
2313 * gdb.ada/variant.exp: Add Python checks.
2314 * gdb.rust/simple.exp: Add dynamic type checks.
2315
2316 2020-04-24 Tom Tromey <tromey@adacore.com>
2317
2318 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
2319 Make array type matching more lax.
2320 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
2321 * gdb.ada/mi_variant.exp: New file.
2322 * gdb.ada/mi_variant/pck.ads: New file.
2323 * gdb.ada/mi_variant/pkg.adb: New file.
2324 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
2325 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
2326
2327 2020-04-24 Tom Tromey <tromey@adacore.com>
2328
2329 * gdb.ada/variant.exp: Add dynamic field offset tests.
2330 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
2331 * gdb.ada/variant/pkg.adb: Add new variables.
2332
2333 2020-04-24 Tom Tromey <tromey@adacore.com>
2334
2335 * gdb.ada/variant.exp: New file
2336 * gdb.ada/variant/pkg.adb: New file
2337 * gdb.ada/variant/pck.adb: New file
2338
2339 2020-04-24 Tom de Vries <tdevries@suse.de>
2340
2341 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
2342
2343 2020-04-24 Tom de Vries <tdevries@suse.de>
2344
2345 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
2346 flags.
2347
2348 2020-04-24 Tom de Vries <tdevries@suse.de>
2349
2350 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
2351
2352 2020-04-24 Tom de Vries <tdevries@suse.de>
2353
2354 * lib/gdb.exp (default_gdb_start): Handle eof.
2355 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
2356 failure.
2357 * gdb.base/readnever.exp: Handle clean_restart failure.
2358
2359 2020-04-23 Tom de Vries <tdevries@suse.de>
2360
2361 * gdb.base/decl-before-def.exp: Run to main and print a again.
2362
2363 2020-04-23 Tom de Vries <tdevries@suse.de>
2364
2365 * gdb.base/decl-before-def-decl.c: New test.
2366 * gdb.base/decl-before-def-def.c: New test.
2367 * gdb.base/decl-before-def.exp: New file.
2368
2369 2020-04-23 Tom de Vries <tdevries@suse.de>
2370
2371 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
2372
2373 2020-04-22 Tom de Vries <tdevries@suse.de>
2374
2375 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
2376 debug_info_offset.
2377 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
2378 before $objsfile in the line line.
2379
2380 2020-04-22 Tom de Vries <tdevries@suse.de>
2381
2382 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
2383
2384 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2385
2386 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
2387 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
2388 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
2389 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
2390 * gdb.base/jit-protocol.h: Update definitions to match all usage
2391 contexts.
2392
2393 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2394
2395 * gdb.base: Rename all jit related test and source files.
2396
2397 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2398
2399 * gdb.base/jit-reader.exp: Relax register output check.
2400
2401 2020-04-22 Tom de Vries <tdevries@suse.de>
2402
2403 PR symtab/25764
2404 * gdb.base/psym-external-decl-2.c: New test.
2405 * gdb.base/psym-external-decl.c: New test.
2406 * gdb.base/psym-external-decl.exp: New file.
2407 * gdb.threads/tls.exp: Add PR25807 kfail.
2408
2409 2020-04-22 Tom de Vries <tdevries@suse.de>
2410
2411 PR symtab/25801
2412 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
2413 in "info source" output.
2414
2415 2020-04-22 Tom de Vries <tdevries@suse.de>
2416
2417 PR symtab/25700
2418 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
2419 symtab for imported_unit.c.
2420
2421 2020-04-21 Gary Benson <gbenson@redhat.com>
2422
2423 * gdb.base/advance.c (func): New argument, to match call site.
2424 (func2, func3): Add return statements.
2425
2426 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2427
2428 * gdb.multi/run-only-second-inf.c: New file.
2429 * gdb.multi/run-only-second-inf.exp: New file.
2430
2431 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
2432
2433 * gdb.btrace/multi-inferior.c: New test.
2434 * gdb.btrace/multi-inferior.exp: New file.
2435
2436 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
2437
2438 * gdb.btrace/enable-new-thread.c: New test.
2439 * gdb.btrace/enable-new-thread.exp: New file.
2440
2441 2020-04-21 Tom de Vries <tdevries@suse.de>
2442
2443 PR gdb/25471
2444 * gdb.threads/killed-outside.c: New test.
2445 * gdb.threads/killed-outside.exp: New file.
2446
2447 2020-04-20 Gary Benson <gbenson@redhat.com>
2448
2449 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
2450 * gdb.base/nested-subp2.exp: Likewise.
2451 * gdb.base/nested-subp3.exp: Likewise.
2452
2453 2020-04-20 Gary Benson <gbenson@redhat.com>
2454
2455 * gdb.base/nested-subp1.exp: Disable test when using clang.
2456 * gdb.base/nested-subp2.exp: Likewise.
2457 * gdb.base/nested-subp3.exp: Likewise.
2458
2459 2020-04-20 Gary Benson <gbenson@redhat.com>
2460
2461 * gdb.cp/exception.cc: Fix compilation error with clang.
2462
2463 2020-04-20 Gary Benson <gbenson@redhat.com>
2464
2465 * gdb.trace/tspeed.c: Fix compilation error with clang.
2466
2467 2020-04-20 Gary Benson <gbenson@redhat.com>
2468
2469 * gdb.base/jit-main.c: Fix compilation error with clang.
2470
2471 2020-04-17 Kamil Rytarowski <n54@gmx.com>
2472
2473 * gdb.base/attach-twice.c: Include "sys/types.h".
2474 (PTRACE_ATTACH): Add fallback definition.
2475 (main): Pass `0' to the 4th argument of `ptrace'.
2476
2477 2020-04-17 Kamil Rytarowski <n54@gmx.com>
2478
2479 * gdb.base/fork-running-state.c: Include "signal.h".
2480
2481 2020-04-17 Tom Tromey <tromey@adacore.com>
2482
2483 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
2484 Update tests.
2485 * gdb.btrace/cpu.exp: Update tests.
2486 * gdb.base/maint.exp: Update tests.
2487 * gdb.base/default.exp: Update tests.
2488 * gdb.base/completion.exp: Update tests.
2489
2490 2020-04-16 Tom de Vries <tdevries@suse.de>
2491
2492 PR symtab/25791
2493 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
2494 (ensure_gdb_index): and factor out and move ...
2495 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
2496 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
2497
2498 2020-04-16 Tom de Vries <tdevries@suse.de>
2499
2500 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
2501 loading exec.
2502
2503 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
2504
2505 * gdb.base/many-completions.exp: New file.
2506
2507 2020-04-14 Tom de Vries <tdevries@suse.de>
2508
2509 PR symtab/25718
2510 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
2511
2512 2020-04-14 Tom de Vries <tdevries@suse.de>
2513
2514 PR symtab/25720
2515 * gdb.base/maint-expand-symbols-header-file.c: New test.
2516 * gdb.base/maint-expand-symbols-header-file.exp: New file.
2517 * gdb.base/maint-expand-symbols-header-file.h: New test.
2518
2519 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
2520
2521 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
2522 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
2523 get_func_info.
2524 (get_func_info): Delete.
2525 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
2526 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
2527 * lib/dwarf.exp (get_func_info): New function.
2528
2529 2020-04-13 Tom de Vries <tdevries@suse.de>
2530
2531 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
2532 to what find_gnatmake does.
2533
2534 2020-04-10 Tom de Vries <tdevries@suse.de>
2535
2536 * gdb.base/style.exp: Expect "Expanding full symbols" message for
2537 -readnow.
2538
2539 2020-04-10 Tom de Vries <tdevries@suse.de>
2540
2541 PR cli/25808
2542 * gdb.base/style.c: Add leading newlines.
2543 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
2544 Check listing of main's one-line body.
2545
2546 2020-04-08 Tom de Vries <tdevries@suse.de>
2547
2548 * lib/gdb.exp (psymtabs_p): New proc.
2549 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
2550 importing unit" unsupported if there are no partial symbols.
2551
2552 2020-04-08 Tom de Vries <tdevries@suse.de>
2553
2554 PR testsuite/25760
2555 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
2556
2557 2020-04-07 Tom de Vries <tdevries@suse.de>
2558
2559 PR symtab/25796
2560 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
2561
2562 2020-04-07 Tom de Vries <tdevries@suse.de>
2563
2564 * gdb.base/check-psymtab.c: New test.
2565 * gdb.base/check-psymtab.exp: New file.
2566
2567 2020-04-06 Tom Tromey <tromey@adacore.com>
2568
2569 * gdb.ada/variant-record/proc.adb: New file.
2570 * gdb.ada/variant-record/value.adb: New file.
2571 * gdb.ada/variant-record/value.s: New file.
2572 * gdb.ada/variant-record.exp: New file.
2573
2574 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
2575
2576 PR gdb/25325
2577 * gdb.cp/typed-enum.cc: New test.
2578 * gdb.cp/typed-enum.exp: New file.
2579
2580 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2581
2582 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
2583 * gdb.dwarf2/dw2-inline-small-func.c: New file.
2584 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
2585 * gdb.dwarf2/dw2-inline-small-func.h: New file.
2586 * gdb.opt/inline-small-func.c: New file.
2587 * gdb.opt/inline-small-func.exp: New file.
2588 * gdb.opt/inline-small-func.h: New file.
2589
2590 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2591
2592 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
2593 function.
2594
2595 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2596
2597 * lib/dwarf.exp (function_range): Allow compiler options to be
2598 specified.
2599
2600 2020-04-02 Tom de Vries <tdevries@suse.de>
2601
2602 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
2603 __attribute__((always_inline)).
2604 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
2605
2606 2020-04-02 Tom de Vries <tdevries@suse.de>
2607
2608 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
2609 (gdbserver_gdb_exit): ... here. Add timeout warning.
2610 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
2611 (connect_target_extended_remote): Append new server_spawn_id to
2612 server_spawn_ids.
2613 (cleanup): New proc.
2614 (setup, <toplevel>): Call cleanup.
2615
2616 2020-04-02 Tom de Vries <tdevries@suse.de>
2617
2618 * gdb.base/main-psymtab.exp: New file.
2619
2620 2020-04-02 Tom de Vries <tdevries@suse.de>
2621
2622 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
2623
2624 2020-04-01 Tom Tromey <tom@tromey.com>
2625
2626 * gdb.base/complex-parts.exp: Add type tests.
2627
2628 2020-04-01 Tom Tromey <tom@tromey.com>
2629
2630 * gdb.base/complex-parts.exp: Add arithmetic tests.
2631
2632 2020-04-01 Tom Tromey <tom@tromey.com>
2633
2634 * gdb.compile/compile.exp: Update.
2635 * gdb.compile/compile-cplus.exp: Update.
2636 * gdb.base/varargs.exp: Update.
2637 * gdb.base/floatn.exp: Update.
2638 * gdb.base/endianity.exp: Update.
2639 * gdb.base/callfuncs.exp (do_function_calls): Update.
2640 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
2641 (complex_float_integral_args): Update.
2642 * gdb.base/complex.exp: Update.
2643 * gdb.base/complex-parts.exp: Update.
2644
2645 2020-04-01 Tom Tromey <tromey@adacore.com>
2646
2647 * gdb.rust/union.rs: New file.
2648 * gdb.rust/union.exp: New file.
2649 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
2650 (main): Update.
2651 * gdb.rust/simple.exp: Move union tests to union.exp.
2652
2653 2020-04-01 Tom Tromey <tromey@adacore.com>
2654
2655 * gdb.rust/simple.rs (main): Remove "y0".
2656
2657 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2658
2659 * gdb.multi/stop-all-on-exit.c: New test.
2660 * gdb.multi/stop-all-on-exit.exp: New file.
2661
2662 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
2663
2664 PR gdb/24789
2665 * gdb.cp/misc.cc: Add integer reference variable.
2666 * gdb.cp/misc.exp: Add test.
2667
2668 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2669
2670 * gdb.server/stop-reply-no-thread.exp: Enhance the test
2671 scenario to cover execution until the end and also the case
2672
2673 2020-03-31 Tom de Vries <tdevries@suse.de>
2674
2675 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
2676 c. Use "maint info symtabs" to check symtab expansion.
2677
2678 2020-03-30 Tom de Vries <tdevries@suse.de>
2679
2680 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
2681 unsupported.
2682 (verify_psymtab_expanded): Move ...
2683 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
2684 test.
2685 (readnow): New proc.
2686
2687 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2688
2689 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
2690 with $hex.
2691
2692 2020-03-20 Tom Tromey <tromey@adacore.com>
2693
2694 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
2695
2696 2020-03-20 Tom Tromey <tromey@adacore.com>
2697
2698 * gdb.ada/sub_variant/subv.adb: New file.
2699 * gdb.ada/sub_variant.exp: New file.
2700
2701 2020-03-20 Tom de Vries <tdevries@suse.de>
2702
2703 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
2704 first break fails.
2705 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
2706
2707 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2708
2709 * gdb.server/exit-multiple-threads.c: New file.
2710 * gdb.server/exit-multiple-threads.exp: New file.
2711
2712 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2713
2714 * gdb.fortran/mixed-lang-stack.c: New file.
2715 * gdb.fortran/mixed-lang-stack.cpp: New file.
2716 * gdb.fortran/mixed-lang-stack.exp: New file.
2717 * gdb.fortran/mixed-lang-stack.f90: New file.
2718
2719 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2720
2721 * gdb.linespec/cp-completion-aliases.cc: New file.
2722 * gdb.linespec/cp-completion-aliases.exp: New file.
2723
2724 2020-03-19 Tom de Vries <tdevries@suse.de>
2725
2726 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
2727 more precise.
2728
2729 2020-03-18 Tom de Vries <tdevries@suse.de>
2730
2731 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
2732 * gdb.dwarf2/break-inline-psymtab.c: New test.
2733 * gdb.dwarf2/break-inline-psymtab.exp: New file.
2734
2735 2020-03-16 Tom de Vries <tdevries@suse.de>
2736
2737 * lib/cache.exp (gdb_do_cache): Add and handle local variables
2738 cache_verify and cache_verify_proc.
2739
2740 2020-03-15 Tom de Vries <tdevries@suse.de>
2741
2742 * gdb.server/solib-list.exp: Handle
2743 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
2744
2745 2020-03-15 Tom de Vries <tdevries@suse.de>
2746
2747 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
2748 objfiles".
2749
2750 2020-03-14 Tom Tromey <tom@tromey.com>
2751
2752 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
2753
2754 2020-03-14 Tom de Vries <tdevries@suse.de>
2755
2756 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
2757
2758 2020-03-14 Tom de Vries <tdevries@suse.de>
2759
2760 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
2761 result in line-by-line fashion.
2762
2763 2020-03-14 Tom de Vries <tdevries@suse.de>
2764
2765 * lib/gdb.exp (supports_statement_frontiers): New proc.
2766 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
2767
2768 2020-03-14 Tom de Vries <tdevries@suse.de>
2769
2770 * gdb.base/printcmds.exp: Add missing quoting for "print
2771 teststring2".
2772
2773 2020-03-13 Tom Tromey <tom@tromey.com>
2774
2775 * gdb.base/printcmds.exp (test_print_strings): Add regression
2776 test.
2777 * gdb.base/printcmds.c (charptr): New typedef.
2778 (teststring2): New global.
2779
2780 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
2781
2782 * gdb.base/break-interp.exp: Use the tail of the filename, not the
2783 full path in the test name.
2784 (test_ld): Add some with_test_prefix blocks to make test names
2785 unique.
2786
2787 2020-03-13 Tom de Vries <tdevries@suse.de>
2788
2789 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
2790
2791 2020-03-13 Tom de Vries <tdevries@suse.de>
2792
2793 * gdb.mi/mi-sym-info.exp: Make matching more precise.
2794
2795 2020-03-13 Tom de Vries <tdevries@suse.de>
2796
2797 PR symtab/25646
2798 * gdb.dwarf2/imported-unit.exp: Add test.
2799
2800 2020-03-13 Tom de Vries <tdevries@suse.de>
2801
2802 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
2803 (var1, var2): New variable.
2804 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
2805 matching symbols.
2806
2807 2020-03-13 Tom de Vries <tdevries@suse.de>
2808
2809 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
2810 (Term::command): Use prompt prefix.
2811 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
2812 * gdb.tui/tui-layout-asm-short-prog.exp: Use
2813 command_no_prompt_prefix instead of prefix.
2814 * gdb.tui/tui-layout-asm.exp: Same.
2815
2816 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
2817
2818 * gdb.base/break-interp.exp: Use foreach_with_prefix.
2819
2820 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
2821
2822 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
2823 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
2824 on" while stepping over the test instruction, match printed
2825 message.
2826
2827 2020-03-12 Tom de Vries <tdevries@suse.de>
2828
2829 * gdb.base/info-types.exp: Use exp_continue during matching of output
2830 of "info types".
2831
2832 2020-03-12 Tom de Vries <tdevries@suse.de>
2833
2834 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
2835
2836 2020-03-12 Tom de Vries <tdevries@suse.de>
2837
2838 * gdb.fortran/module.exp: Use exp_continue during matching of output
2839 of "info variable -n".
2840
2841 2020-03-12 Tom de Vries <tdevries@suse.de>
2842
2843 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
2844 gdb.dwarf2/dw2-ranges-base.c.
2845
2846 2020-03-12 Tom de Vries <tdevries@suse.de>
2847
2848 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
2849 in presence of GLIBC debuginfo.
2850
2851 2020-03-12 Tom de Vries <tdevries@suse.de>
2852
2853 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
2854 $core.
2855
2856 2020-03-12 Tom de Vries <tdevries@suse.de>
2857
2858 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
2859 more precise.
2860
2861 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
2862
2863 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
2864 from Unix to Windows path.
2865
2866 2020-03-11 Tom de Vries <tdevries@suse.de>
2867
2868 * gdb.ada/minsyms.exp: Set language to ada.
2869
2870 2020-03-11 Tom de Vries <tdevries@suse.de>
2871
2872 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
2873
2874 2020-03-11 Tom de Vries <tdevries@suse.de>
2875
2876 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
2877
2878 2020-03-11 Tom Tromey <tromey@adacore.com>
2879
2880 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
2881
2882 2020-03-11 Tom de Vries <tdevries@suse.de>
2883
2884 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
2885
2886 2020-03-11 Tom de Vries <tdevries@suse.de>
2887
2888 * gdb.base/break-interp.exp: Limit verbose scope.
2889
2890 2020-03-11 Tom de Vries <tdevries@suse.de>
2891
2892 * gdb.fortran/logical.f90: Define variable with character type.
2893 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
2894
2895 2020-03-11 Tom de Vries <tdevries@suse.de>
2896
2897 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
2898
2899 2020-03-11 Tom de Vries <tdevries@suse.de>
2900
2901 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
2902 symtabs.
2903
2904 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2905 Bernd Edlinger <bernd.edlinger@hotmail.de>
2906
2907 * gdb.cp/step-and-next-inline.cc: New file.
2908 * gdb.cp/step-and-next-inline.exp: New file.
2909 * gdb.cp/step-and-next-inline.h: New file.
2910 * gdb.dwarf2/dw2-is-stmt.c: New file.
2911 * gdb.dwarf2/dw2-is-stmt.exp: New file.
2912 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
2913 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
2914 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
2915
2916 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2917
2918 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
2919 is-stmt flag in the line table.
2920
2921 2020-03-09 Tom de Vries <tdevries@suse.de>
2922
2923 * lib/gdb.exp (cached_file): Create cache dir.
2924
2925 2020-03-07 Tom de Vries <tdevries@suse.de>
2926
2927 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
2928 * gdb.cp/rvalue-ref-params.exp: Same.
2929
2930 2020-03-06 Tom de Vries <tdevries@suse.de>
2931
2932 * lib/gdb.exp (tentative_rename, cached_file): New proc.
2933 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
2934
2935 2020-03-06 Tom de Vries <tdevries@suse.de>
2936
2937 * README: Fix "the the".
2938 * gdb.base/dprintf.exp: Same.
2939
2940 2020-03-05 Tom de Vries <tdevries@suse.de>
2941
2942 * gdb.base/maint.exp: Update "main print statistics" expected output.
2943
2944 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2945
2946 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
2947 (fortran_int8): Likewise.
2948 (fortran_real4): Likewise.
2949 (fortran_real8): Likewise.
2950 (fortran_complex4): Likewise.
2951 (fortran_logical4): Likewise.
2952 (fortran_character1): Likewise.
2953
2954 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
2955
2956 * gdb.fortran/logical.exp: Add tests that any non-zero value is
2957 printed as true.
2958
2959 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
2960
2961 * gdb.base/printcmds.exp: Add test to verify printf of a
2962 variable holding an address.
2963
2964 2020-03-03 Tom de Vries <tdevries@suse.de>
2965
2966 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
2967
2968 2020-03-03 Tom de Vries <tdevries@suse.de>
2969
2970 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
2971 gdb_test_multiple call.
2972
2973 2020-03-03 Tom de Vries <tdevries@suse.de>
2974
2975 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
2976 gdb_test_multiple calls.
2977
2978 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2979
2980 * gdb.base/default.exp: Remove test of 'set history filename'.
2981 * gdb.base/gdbinit-history.exp: Add tests for setting the history
2982 filename to the empty string.
2983 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
2984 and GDBHISTSIZE.
2985
2986 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2987
2988 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
2989 disabled.
2990
2991 2020-03-02 Pedro Alves <palves@redhat.com>
2992 Tom de Vries <tdevries@suse.de>
2993
2994 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
2995 -prompt prefix, before user_code argument. Add -lbl option likewise.
2996 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
2997 (gdb_is_target_1): Add -prompt prefix and move to before user_code
2998 argument.
2999 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
3000 have "\r\n" at start-of-line, instead of at end-of-line.
3001
3002 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
3003
3004 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
3005 libinproctrace.so.
3006
3007 2020-02-28 Luis Machado <luis.machado@linaro.org>
3008
3009 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
3010 to "p/x".
3011
3012 2020-02-28 Luis Machado <luis.machado@linaro.org>
3013
3014 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
3015 asm/ptrace.h and error.h.
3016
3017 2020-02-28 Tom de Vries <tdevries@suse.de>
3018
3019 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
3020 (struct wrapper, do_something, mundane/symada__cS): Move ...
3021 * gdb.base/c-linkage-name-2.c: ... here. New source file.
3022 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
3023 Update "print symada__cS before partial symtab expansion" regexp.
3024 Update breakpoint location. Flush symbol cache after expansion.
3025
3026 2020-02-28 Luis Machado <luis.machado@linaro.org>
3027
3028 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
3029
3030 2020-02-27 Tom de Vries <tdevries@suse.de>
3031
3032 * config/sid.exp: Remove unused globals.
3033 * gdb.base/attach.exp: Same.
3034 * gdb.base/catch-load.exp: Same.
3035 * gdb.base/dbx.exp: Same.
3036 * lib/gdb.exp: Same.
3037 * lib/mi-support.exp: Same.
3038 * lib/prompt.exp: Same.
3039
3040 2020-02-27 Tom de Vries <tdevries@suse.de>
3041
3042 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
3043 not set.
3044
3045 2020-02-26 Aaron Merey <amerey@redhat.com>
3046
3047 * gdb.debuginfod: New directory for debuginfod tests.
3048 * gdb.debuginfod/main.c: New test file.
3049 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
3050
3051 2020-02-26 Tom de Vries <tdevries@suse.de>
3052
3053 PR gdb/25603
3054 * gdb.base/persistent-lang.cc: New test.
3055 * gdb.base/persistent-lang.exp: New file.
3056
3057 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
3058
3059 * gdb.fortran/derived-type-striding.exp: Add a new test.
3060 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
3061 new test.
3062
3063 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
3064
3065 * gdb.base/cached-source-file.exp: Avoid source file paths in test
3066 names.
3067
3068 2020-02-25 Tom de Vries <tdevries@suse.de>
3069
3070 PR go/18926
3071 * gdb.go/methods.exp: Remove gcc/93866 xfail.
3072
3073 2020-02-24 Tom de Vries <tdevries@suse.de>
3074
3075 PR gdb/25592
3076 * gdb.base/info-locals-unused-static-var.c: New test.
3077 * gdb.base/info-locals-unused-static-var.exp: New file.
3078
3079 2020-02-22 Tom Tromey <tom@tromey.com>
3080
3081 * gdb.python/tui-window.exp: New file.
3082 * gdb.python/tui-window.py: New file.
3083
3084 2020-02-22 Tom Tromey <tom@tromey.com>
3085
3086 PR tui/17850:
3087 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
3088 tests.
3089
3090 2020-02-22 Tom Tromey <tom@tromey.com>
3091
3092 * gdb.tui/new-layout.exp: Add sub-layout tests.
3093
3094 2020-02-22 Tom Tromey <tom@tromey.com>
3095
3096 * gdb.tui/new-layout.exp: New file.
3097
3098 2020-02-22 Tom Tromey <tom@tromey.com>
3099
3100 * gdb.rust/rust-style.rs: New file.
3101 * gdb.rust/rust-style.exp: New file.
3102 * gdb.base/style.exp: Test structure printing.
3103 * gdb.base/style.c (struct some_struct): New type.
3104 (enum etype): New type.
3105 (struct_value): New global.
3106
3107 2020-02-21 Tom de Vries <tdevries@suse.de>
3108
3109 PR go/18926
3110 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
3111 Remove blanket xfails. Use message argument for gdb_breakpoint.
3112 Make continuing to breakpoint test conditional on setting breakpoint.
3113 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
3114 DW_AT_name attribute. Add xfail for GCC PR93866.
3115
3116 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
3117
3118 * gdb.dwarf2/cpp-linkage-name.c: New file.
3119 * gdb.dwarf2/cpp-linkage-name.exp: New file.
3120
3121 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
3122
3123 * lib/gdb.exp (gdb_wrapper_init): Reset
3124 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
3125 not exist.
3126
3127 2020-02-20 Tom de Vries <tdevries@suse.de>
3128
3129 PR go/17018
3130 * gdb.go/hello.exp: Copy ...
3131 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
3132 print of st to print value of global definition. Add xfail for GCC
3133 PR93844.
3134 * gdb.go/hello.exp: Remove printing of st before definition.
3135 * gdb.go/hello.go: Copy ...
3136 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
3137 to st.
3138 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
3139
3140 2020-02-20 Tom de Vries <tdevries@suse.de>
3141
3142 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
3143 (gdb_simple_compile): Handle compile_flags go by using .go extension
3144 for source file.
3145 * gdb.go/chan.exp: Use support_go_compile.
3146 * gdb.go/handcall.exp: Same.
3147 * gdb.go/hello.exp: Same.
3148 * gdb.go/integers.exp: Same.
3149 * gdb.go/max-depth.exp: Same.
3150 * gdb.go/methods.exp: Same.
3151 * gdb.go/package.exp: Same.
3152 * gdb.go/strings.exp: Same.
3153 * gdb.go/types.exp: Same.
3154 * gdb.go/unsafe.exp: Same.
3155
3156 2020-02-19 Tom de Vries <tdevries@suse.de>
3157
3158 * gdb.python/lib-types.exp: Make xfail more strict.
3159
3160 2020-02-19 Tom de Vries <tdevries@suse.de>
3161
3162 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
3163
3164 2020-02-19 Doug Evans <dje@google.com>
3165
3166 PR rust/25535
3167 * gdb.rust/simple.exp: Add test.
3168 * gdb.rust/simple.rs: Add test.
3169
3170 2020-02-19 Tom de Vries <tdevries@suse.de>
3171
3172 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
3173 output line-by-line.
3174
3175 2020-02-19 Tom de Vries <tdevries@suse.de>
3176
3177 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
3178
3179 2020-02-19 Tom de Vries <tdevries@suse.de>
3180
3181 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
3182 prelink.
3183
3184 2020-02-19 Tom de Vries <tdevries@suse.de>
3185
3186 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
3187 (gdb_do_cache): Use gdb_do_cache_wrap.
3188 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
3189
3190 2020-02-19 Tom de Vries <tdevries@suse.de>
3191
3192 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
3193 gdb_compile option.
3194
3195 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
3196
3197 * gdb.base/printcmds.exp (test_print_enums): Update expected
3198 output.
3199
3200 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
3201
3202 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
3203 for "unknown".
3204
3205 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
3206
3207 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
3208 enumerator.
3209
3210 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
3211
3212 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
3213 FE_, add FE_NONE.
3214 (three): Update.
3215 (enum flag_enum_without_zero): New enum.
3216 (flag_enum_without_zero): New variable.
3217 (enum not_flag_enum): New enum.
3218 (three_not_flag): New variable.
3219 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
3220 (test_print_enums): Add more tests for printing flag enums.
3221
3222 2020-02-18 Tom de Vries <tdevries@suse.de>
3223
3224 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
3225 (gdb_compile_ada): ... here.
3226 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
3227 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
3228
3229 2020-02-14 Tom Tromey <tom@tromey.com>
3230
3231 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
3232 build directory.
3233 * boards/gdbserver-base.exp: Update path to gdbserver.
3234
3235 2020-02-13 Tom de Vries <tdevries@suse.de>
3236
3237 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
3238
3239 2020-02-13 Tom de Vries <tdevries@suse.de>
3240
3241 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
3242 are missing.
3243
3244 2020-02-13 Tom de Vries <tdevries@suse.de>
3245
3246 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
3247 call.
3248
3249 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
3250
3251 PR tui/25126
3252 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
3253 * gdb.base/cached-source-file.c: New file.
3254 * gdb.base/cached-source-file.exp: New file.
3255
3256 2020-02-11 Tom de Vries <tdevries@suse.de>
3257
3258 PR testsuite/25488
3259 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
3260
3261 2020-02-10 Tom de Vries <tdevries@suse.de>
3262
3263 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
3264
3265 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
3266
3267 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
3268 and $after_addr are both integers before making a comparison.
3269
3270 2020-02-09 Tom de Vries <tdevries@suse.de>
3271
3272 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
3273 command output and paste it into gdb.log. If any, paste catch message
3274 to gdb.log.
3275
3276 2020-02-07 Tom Tromey <tromey@adacore.com>
3277
3278 PR breakpoints/24915:
3279 * gdb.base/annotate-symlink.exp: Use setup_xfail.
3280
3281 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
3282
3283 * gdb.tui/tui-missing-src.exp: Add the "missing source
3284 file" test for the TUI.
3285
3286 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
3287
3288 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
3289 including a port number in the output.
3290
3291 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
3292
3293 * lib/fortran.exp (fortran_int4): Handle clang.
3294 (fortran_int8): Likewise.
3295 (fortran_real4): Likewise.
3296 (fortran_real8): Likewise.
3297 (fortran_complex4): Likewise.
3298 (fortran_logical4): Likewise.
3299 (fortran_character1): Likewise.
3300
3301 2020-02-04 Tom de Vries <tdevries@suse.de>
3302
3303 * README (Race detection): Add note.
3304
3305 2020-02-04 Tom de Vries <tdevries@suse.de>
3306
3307 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
3308
3309 2020-02-04 Tom de Vries <tdevries@suse.de>
3310
3311 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
3312
3313 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
3314
3315 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
3316 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
3317 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
3318 blttar, bnetarl.
3319 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
3320 binary for blttar, bnetarl.
3321 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
3322 wait instruction. Delete ldmx test.
3323 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
3324
3325 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3326
3327 * gdb.fortran/array-bounds-high.exp: New file.
3328 * gdb.fortran/array-bounds-high.f90: New file.
3329
3330 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
3331
3332 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
3333 Replace #include of <sys/fcntl.h> by <fcntl.h>.
3334
3335 2020-02-01 Tom de Vries <tdevries@suse.de>
3336
3337 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
3338
3339 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
3340
3341 PR tui/9765
3342 * gdb.tui/tui-layout-asm-short-prog.S: New file.
3343 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
3344
3345 2020-01-29 Luis Machado <luis.machado@linaro.org>
3346
3347 * gdb.arch/aarch64-brk-patterns.c: New source file.
3348 * gdb.arch/aarch64-brk-patterns.exp: New test.
3349
3350 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3351
3352 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
3353 GCC/Clang version.
3354 * gdb.cp/pass-by-ref.exp: Ditto.
3355
3356 2020-01-29 Tom de Vries <tdevries@suse.de>
3357
3358 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
3359 * gdb.threads/watchpoint-fork-mt.c: Same.
3360 * gdb.threads/watchpoint-fork-parent.c: Same.
3361 * gdb.threads/watchpoint-fork-st.c: Same.
3362 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
3363
3364 2020-01-27 Luis Machado <luis.machado@linaro.org>
3365
3366 * gdb.base/step-over-syscall.exp (setup): Check if we're already
3367 sitting at a syscall instruction when we hit the syscall function's
3368 breakpoint.
3369 Check PC against one obtained with the x command.
3370 Validate syscall number.
3371 (step_over_syscall): Don't continue to the syscall instruction if
3372 we're already there.
3373
3374 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3375
3376 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
3377
3378 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3379
3380 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
3381 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
3382
3383 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3384
3385 * gdb.dwarf2/dw2-inline-stepping.c: New file.
3386 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
3387
3388 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3389
3390 * gdb.base/maint.exp: Update line table parsing test.
3391 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
3392
3393 2020-01-24 Pedro Alves <palves@redhat.com>
3394
3395 PR gdb/25410
3396 * gdb.multi/multi-re-run-1.c: New.
3397 * gdb.multi/multi-re-run-2.c: New.
3398 * gdb.multi/multi-re-run.exp: New.
3399
3400 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3401
3402 PR gdb/23718
3403 * gdb.server/server-kill-python.exp: New file.
3404
3405 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3406
3407 * gdb.server/multi-ui-errors.c: New file.
3408 * gdb.server/multi-ui-errors.exp: New file.
3409
3410 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3411
3412 PR tui/9765
3413 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
3414
3415 2020-01-19 Tom Tromey <tom@tromey.com>
3416
3417 * gdb.tui/main.exp: Add check for plain "file".
3418
3419 2020-01-16 Christian Biesinger <cbiesinger@google.com>
3420
3421 * lib/gdb.exp: Fix spelling error (seperatelly).
3422
3423 2020-01-14 Tom Tromey <tom@tromey.com>
3424
3425 PR symtab/12535:
3426 * gdb.python/python.exp: Test decode_line with empty string
3427 argument.
3428
3429 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
3430
3431 * gdb.base/skip-inline.exp: Extend test.
3432
3433 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3434
3435 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
3436 * gdb.dwarf2/dw2-bad-elf.c: New file.
3437 * gdb.dwarf2/dw2-bad-elf.exp: New file.
3438
3439 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3440
3441 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
3442 _line_saw_file.
3443
3444 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3445
3446 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
3447 border.
3448
3449 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3450
3451 * gdb.multi/multi-target.exp (setup): Factor out "info
3452 connections" and "info inferiors" tests to ...
3453 (test_info_inferiors): ... this new procedure.
3454 (top level): Run new "info-inferiors" tests.
3455
3456 2020-01-10 Pedro Alves <palves@redhat.com>
3457
3458 * gdb.server/bkpt-other-inferior.exp: New file.
3459
3460 2020-01-10 Pedro Alves <palves@redhat.com>
3461
3462 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
3463 of "add-inferior".
3464 * gdb.base/quit-live.exp: Likewise.
3465 * gdb.base/remote-exec-file.exp: Likewise.
3466 * gdb.guile/scm-progspace.exp: Likewise.
3467 * gdb.linespec/linespec.exp: Likewise.
3468 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3469 * gdb.mi/user-selected-context-sync.exp: Likewise.
3470 * gdb.multi/multi-target.exp (setup): Add "info connection" and
3471 "info inferiors" tests.
3472 * gdb.multi/remove-inferiors.exp: Adjust expected output of
3473 "add-inferior".
3474 * gdb.multi/watchpoint-multi.exp: Likewise.
3475 * gdb.python/py-inferior.exp: Likewise.
3476 * gdb.server/extended-remote-restart.exp: Likewise.
3477 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
3478 "info inferiors".
3479 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
3480 * gdb.trace/report.exp: Likewise.
3481
3482 2020-01-10 Pedro Alves <palves@redhat.com>
3483
3484 * gdb.multi/multi-target.c: New file.
3485 * gdb.multi/multi-target.exp: New file.
3486 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
3487 mode requested, but remote does not support non-stop".
3488
3489 2020-01-10 Pedro Alves <palves@redhat.com>
3490
3491 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
3492 disconnect before reconnecting.
3493
3494 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3495 Pedro Alves <palves@redhat.com>
3496
3497 * gdb.server/connect-without-multi-process.exp: Also test
3498 continuing to end.
3499
3500 2020-01-10 Pedro Alves <palves@redhat.com>
3501
3502 * gdb.base/remote-exec-file.exp: New file.
3503
3504 2020-01-10 Pedro Alves <palves@redhat.com>
3505
3506 * gdb.base/fork-running-state.exp (do_test): Adjust expected
3507 output.
3508 * gdb.threads/async.c: New.
3509 * gdb.threads/async.exp: New.
3510 * gdb.multi/tids-gid-reset.c: New.
3511 * gdb.multi/tids-gid-reset.exp: New.
3512
3513 2020-01-10 George Barrett <bob@bob131.so>
3514
3515 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
3516 to help in finding the image relocation offset.
3517 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
3518 options in arguments.
3519 (stap_test_no_debuginfo): Likewise.
3520 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
3521 test variants.
3522 (stap_test): Add null semaphore relocation test.
3523
3524 2020-01-10 George Barrett <bob@bob131.so>
3525
3526 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
3527 * gdb.base/stap-probe.exp: Likewise.
3528 (stap_test): Pass argument as an additional flag.
3529 (stap_test_no_debuginfo): Likewise.
3530 (stap_test): Check `info probes stap' output for semaphore
3531 addresses if the test binary is supposed to have them.
3532
3533 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3534
3535 * gdb.tui/basic.exp: Add more scrolling tests.
3536
3537 2020-01-09 Tom Tromey <tom@tromey.com>
3538
3539 PR tui/18932:
3540 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
3541 meangingful value.
3542 (Term::command, Term::resize): Update.
3543 * gdb.tui/basic.exp: Add scrolling test.
3544
3545 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3546
3547 * gdb.tui/tui-layout-asm.exp: New file.
3548
3549 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3550
3551 * lib/tuiterm.exp (Term::check_box_contents): New proc.
3552
3553 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3554
3555 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
3556 (Term::enter_tui): Use Term::prepare_for_tui.
3557
3558 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3559
3560 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
3561 called.
3562
3563 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3564
3565 * gdb.base/skip.exp: Fix race condition in test.
3566
3567 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
3568
3569 * gdb.base/backtrace.c: New file.
3570 * gdb.base/backtrace.exp: New file.
3571
3572 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
3573
3574 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
3575
3576 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3577
3578 * gdb.base/style.exp: Test that warnings are styled.
3579
3580 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
3581
3582 * gdb.base/line65535.exp: New file.
3583 * gdb.base/line65535.c: New file.
3584
3585 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
3586
3587 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
3588 * lib/gnat_debug_info_test.adb: New file.
3589 * gdb.ada/ptype_tagged_param.exp: Use
3590 gnat_runtime_has_debug_info, expect a different output if
3591 runtime does not have debug info.
3592
3593 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
3594
3595 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
3596 (another) quote in test name.
3597
3598 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
3599
3600 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
3601 Add quote in test name.
3602
3603 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3604
3605 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
3606 directory instead.
3607 * gdb.cp/pass-by-ref.exp: Extend with more cases.
3608 * gdb.cp/pass-by-ref-2.cc: New file.
3609 * gdb.cp/pass-by-ref-2.exp: New file.
3610
3611 2019-12-20 Tom Tromey <tom@tromey.com>
3612
3613 * gdb.tui/list-before.exp: New file.
3614
3615 2019-12-20 Tom Tromey <tom@tromey.com>
3616
3617 * gdb.tui/list.exp: Check for source on initial listing.
3618
3619 2019-12-11 Tom Tromey <tromey@adacore.com>
3620
3621 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
3622 Add crlf test.
3623
3624 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
3625
3626 * gdb.base/default.exp: Update value of $_gdb_major.
3627
3628 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
3629
3630 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
3631
3632 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
3633
3634 * gdb.base/skip.exp: Whitespace fix.
3635
3636 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
3637
3638 * gdb.base/skip-inline.c: New file.
3639 * gdb.base/skip-inline.exp: New file.
3640
3641 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
3642
3643 * gdb.base/jit-reader.exp (jit_reader_test): Rename
3644 jit_function_00 to jit_function_stack_mangle.
3645 * gdb.base/jithost.c (jit_function_t): Rename to...
3646 (jit_function_stack_mangle_t): ... this.
3647 (jit_function_add_t): New typedef.
3648 (jit_function_00_code): Rename to...
3649 (jit_function_stack_mangle_code): ... this, make static.
3650 (jit_function_add_code): New.
3651 (main): Generate "add" function and call it. Adjust to changes
3652 in jithost_abi.
3653 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
3654 (struct jithost_abi) <begin, end>: Remove fields.
3655 <object, function_stack_mangle, function_add>: New fields.
3656 * gdb.base/jitreader.c (struct reader_state) <code_begin,
3657 code_end>: Remove fields.
3658 <func_stack_mangle>: New field.
3659 (read_debug_info): Adjust to renaming, create block for "add"
3660 function.
3661 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
3662
3663 2019-12-11 Tom Tromey <tom@tromey.com>
3664
3665 * gdb.tui/resize.exp: Fix regexp.
3666 * gdb.tui/regs.exp: Fix regexps.
3667 * gdb.tui/main.exp: Fix regexp.
3668
3669 2019-12-11 Tom Tromey <tom@tromey.com>
3670
3671 * gdb.tui/resize.exp: Update.
3672 * gdb.tui/empty.exp (layouts): Update.
3673
3674 2019-12-11 Tom Tromey <tom@tromey.com>
3675
3676 * gdb.tui/regs.exp: Update.
3677 * gdb.tui/empty.exp (layouts): Update.
3678 * gdb.tui/basic.exp: Update.
3679 * lib/tuiterm.exp (_check_box): Don't check bottom border.
3680
3681 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3682
3683 * gdb.base/options.exp: Add -raw-values in the print completion list.
3684 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
3685
3686 2019-12-10 Kevin Buettner <kevinb@redhat.com>
3687
3688 * gdb.threads/omp-par-scope.c: New file.
3689 * gdb/threads/omp-par-scope.exp: New file.
3690
3691 2019-12-10 Kevin Buettner <kevinb@redhat.com>
3692
3693 * lib/gdb.exp (support_nested_function_tests): New proc.
3694
3695 2019-12-10 Kevin Buettner <kevinb@redhat.com>
3696
3697 * lib/gdb.exp (gdb_compile_openmp): New proc.
3698 (build_executable_from_specs): Add an "openmp" option.
3699 (gdb_compile_pthreads): Add non-executable case.
3700
3701 2019-12-10 Tom Tromey <tromey@adacore.com>
3702
3703 * gdb.ada/unchecked_union.exp: New file.
3704 * gdb.ada/unchecked_union/pck.adb: New file.
3705 * gdb.ada/unchecked_union/pck.ads: New file.
3706 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
3707 * gdb-utils.exp (string_to_regexp): Also quote "?".
3708
3709 2019-12-10 George Barrett <bob@bob131.so>
3710
3711 Test scripted probe breakpoints.
3712 * gdb.guile/scm-breakpoint.c (main): Add probe point.
3713 * gdb.python/py-breakpoint.c (main): Likewise.
3714 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
3715 specifier test.
3716 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
3717
3718 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3719
3720 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
3721 an rvalue parameter.
3722 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
3723 parameter.
3724
3725 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3726
3727 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
3728 modules.
3729
3730 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3731
3732 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
3733 broken version of GCC.
3734
3735 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3736
3737 * gdb.fortran/info-modules.exp: Rewrite to make use of new
3738 sym-info-cmds library.
3739 * gdb.fortran/info-types.exp: Likewise.
3740 * lib/sym-info-cmds.exp: New file.
3741
3742 2019-12-08 Tom de Vries <tdevries@suse.de>
3743
3744 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
3745
3746 2019-12-07 Keith Seitz <keiths@redhat.com>
3747
3748 * gdb.base/corefile-buildid-shlib-shr.c: New file.
3749 * gdb.base/corefile-buildid-shlib.c: New file.
3750 * gdb.base/corefile-buildid.c: New file.
3751 * gdb.base/corefile-buildid.exp: New file.
3752
3753 2019-12-06 Tom de Vries <tdevries@suse.de>
3754
3755 * gdb.dwarf2/varval.exp: Add decl before def test.
3756
3757 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3758
3759 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
3760
3761 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3762
3763 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
3764 CV and reference conversion for overload resolution.
3765 * gdb.cp/rvalue-ref-overload.exp: Test it.
3766
3767 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3768
3769 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
3770 * gdb.base/frameapply.exp: Test faas without command.
3771
3772 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3773
3774 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
3775 Fortran tests.
3776 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
3777 order.
3778
3779 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3780
3781 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
3782 casting to type with no kind specified.
3783 (test_basic_parsing_of_type_kinds): Additional tests for types
3784 with no kind specified, and add tests for single/double
3785 precision/complex types.
3786
3787 2019-12-04 Tom Tromey <tromey@adacore.com>
3788
3789 * gdb.base/endianity.c (struct other) <x>: New field.
3790 (main): Initialize it.
3791 * gdb.base/endianity.exp: Update.
3792
3793 2019-12-04 Tom Tromey <tromey@adacore.com>
3794
3795 * gdb.ada/scalar_storage/storage.adb: New file.
3796 * gdb.ada/scalar_storage/pck.adb: New file.
3797 * gdb.ada/scalar_storage/pck.ads: New file.
3798 * gdb.ada/scalar_storage.exp: New file.
3799
3800 2019-12-04 Tom Tromey <tromey@adacore.com>
3801
3802 * gdb.base/endianity.c (struct otherendian) <f>: New field.
3803 (main): Initialize it.
3804 * gdb.base/endianity.exp: Update.
3805
3806 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3807
3808 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
3809
3810 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3811
3812 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
3813 -symbol-info-module-functions and -symbol-info-module-variables.
3814
3815 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
3816
3817 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
3818
3819 2019-12-01 Richard Bunt <richard.bunt@arm.com>
3820 Andrew Burgess <andrew.burgess@embecosm.com>
3821
3822 * gdb.fortran/derived-type-striding.exp: New file.
3823 * gdb.fortran/derived-type-striding.f90: New file.
3824 * gdb.fortran/array-slices.exp: New file.
3825 * gdb.fortran/array-slices.f90: New file.
3826
3827 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3828
3829 * gdb.base/define.exp: Test . in command names.
3830 * gdb.base/setshow.exp: Update test, as . is now part of
3831 command name.
3832
3833 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3834
3835 * gdb.base/define-prefix.exp: New file.
3836
3837 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
3838
3839 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
3840 compile.
3841 (skip_btrace_pt_tests): Likewise.
3842
3843 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3844
3845 * gdb.fortran/info-modules.exp: Compile source files in correct
3846 order.
3847
3848 2019-11-27 Kevin Buettner <kevinb@redhat.com>
3849
3850 * gdb.dwarf2/imported-unit.exp: New file.
3851 * gdb.dwarf2/imported-unit.c: New file.
3852
3853 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3854
3855 * gdb.mi/mi-fortran-modules-2.f90: New file.
3856 * gdb.mi/mi-fortran-modules.exp: New file.
3857 * gdb.mi/mi-fortran-modules.f90: New file.
3858
3859 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3860
3861 * gdb.mi/mi-sym-info-1.c: New file.
3862 * gdb.mi/mi-sym-info-2.c: New file.
3863 * gdb.mi/mi-sym-info.exp: New file.
3864
3865 2019-11-22 Tom Tromey <tromey@adacore.com>
3866
3867 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
3868 * gdb.ada/tasks/foo.adb: Add another stopping location.
3869
3870 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
3871
3872 * gdb.base/endianity.c: New test.
3873 * gdb.base/endianity.exp: New file.
3874
3875 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
3876
3877 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
3878
3879 2019-11-21 Tom de Vries <tdevries@suse.de>
3880
3881 PR gdb/24956
3882 * gdb.base/ui-redirect.exp: Test output of user-defined command.
3883
3884 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
3885
3886 * gdb.python/py-progspace.exp: Add missing parentheses on some
3887 'print' commands.
3888
3889 2019-11-19 Tom Tromey <tom@tromey.com>
3890
3891 * gdb.tui/winheight.exp: New file.
3892
3893 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3894
3895 * gdb.base/ctf-whatis.c: Delete.
3896 * gdb.base/ctf-whatis.exp: Delete.
3897 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
3898
3899 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3900
3901 * gdb.base/ctf-cvexpr.exp: Delete.
3902 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
3903
3904 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3905
3906 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
3907 the compiler. Clean up header comment a little.
3908 * gdb.base/ctf-ptype.exp: Likewise.
3909 * gdb.base/ctf-whatis.exp: Likewise.
3910 * lib/gdb.exp (skip_ctf_tests): New proc.
3911
3912 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
3913
3914 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
3915 * gdb.tui/corefile-run.exp: New file.
3916
3917 2019-11-14 Tom Tromey <tromey@adacore.com>
3918
3919 * gdb.base/gdbvars.exp (test_convenience_variables): Add
3920 regression tests.
3921
3922 2019-11-12 Tom Tromey <tom@tromey.com>
3923
3924 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
3925 after any command. Expect prompt after WAIT_FOR is seen.
3926 (enter_tui): Enable resize messages.
3927 (command): Expect command in output.
3928 (get_line): Avoid error when cursor appears to be off-screen.
3929 (dump_screen): Include screen size in title.
3930 (_do_resize): New proc, from "resize".
3931 (resize): Rewrite. Do resize in two steps.
3932 * gdb.tui/empty.exp (layouts): Fix entries.
3933 (check_boxes): Remove xfail.
3934 (check_text): Dump screen on failure.
3935
3936 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3937
3938 * gdb.python/py-symbol.exp: Add test for
3939 gdb.lookup_static_symbols.
3940
3941 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3942
3943 * gdb.python/py-symbol.c: Declare and call function from new
3944 py-symbol-2.c file.
3945 * gdb.python/py-symbol.exp: Compile both source files, and add new
3946 tests for gdb.lookup_static_symbol.
3947 * gdb.python/py-symbol-2.c: New file.
3948
3949 2019-11-02 Tom de Vries <tdevries@suse.de>
3950
3951 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
3952 * gdb.base/anon.exp: Same.
3953 * gdb.base/auto-connect-native-target.exp: Same.
3954 * gdb.base/call-ar-st.exp: Same.
3955 * gdb.base/catch-syscall.exp: Same.
3956 * gdb.base/commands.exp: Same.
3957 * gdb.base/default.exp: Same.
3958 * gdb.base/display.exp: Same.
3959 * gdb.base/float.exp: Same.
3960 * gdb.base/foll-fork.exp: Same.
3961 * gdb.base/help.exp: Same.
3962 * gdb.base/info-macros.exp: Same.
3963 * gdb.base/info-proc.exp: Same.
3964 * gdb.base/info-target.exp: Same.
3965 * gdb.base/long_long.exp: Same.
3966 * gdb.base/macscp.exp: Same.
3967 * gdb.base/memattr.exp: Same.
3968 * gdb.base/nofield.exp: Same.
3969 * gdb.base/pointers.exp: Same.
3970 * gdb.base/printcmds.exp: Same.
3971 * gdb.base/ptype.exp: Same.
3972 * gdb.base/restore.exp: Same.
3973 * gdb.base/return.exp: Same.
3974 * gdb.base/scope.exp: Same.
3975 * gdb.base/set-noassign.exp: Same.
3976 * gdb.base/setshow.exp: Same.
3977 * gdb.base/shlib-call.exp: Same.
3978 * gdb.base/signals.exp: Same.
3979 * gdb.base/sigstep.exp: Same.
3980 * gdb.base/skip.exp: Same.
3981 * gdb.base/solib-symbol.exp: Same.
3982 * gdb.base/stap-probe.exp: Same.
3983 * gdb.base/step-line.exp: Same.
3984 * gdb.base/step-test.exp: Same.
3985 * gdb.base/style.exp: Same.
3986 * gdb.base/varargs.exp: Same.
3987 * gdb.base/vla-datatypes.exp: Same.
3988 * gdb.base/vla-ptr.exp: Same.
3989 * gdb.base/vla-sideeffect.exp: Same.
3990 * gdb.base/volatile.exp: Same.
3991 * gdb.base/watch-cond-infcall.exp: Same.
3992 * gdb.base/watchpoint.exp: Same.
3993
3994 2019-11-02 Tom de Vries <tdevries@suse.de>
3995
3996 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
3997 * gdb.cp/cpexprs.exp: Same.
3998 * gdb.cp/except-multi-location.exp: Same.
3999 * gdb.cp/exceptprint.exp: Same.
4000 * gdb.cp/gdb2384.exp: Same.
4001 * gdb.cp/inherit.exp: Same.
4002 * gdb.cp/m-static.exp: Same.
4003 * gdb.cp/meth-typedefs.exp: Same.
4004 * gdb.cp/misc.exp: Same.
4005 * gdb.cp/namespace.exp: Same.
4006 * gdb.cp/non-trivial-retval.exp: Same.
4007 * gdb.cp/overload.exp: Same.
4008 * gdb.cp/pr17132.exp: Same.
4009 * gdb.cp/re-set-overloaded.exp: Same.
4010 * gdb.cp/rvalue-ref-types.exp: Same.
4011 * gdb.cp/templates.exp: Same.
4012
4013 2019-11-01 Luis Machado <luis.machado@linaro.org>
4014
4015 PR gdb/25124
4016
4017 * gdb.arch/pr25124.S: New file.
4018 * gdb.arch/pr25124.exp: New file.
4019
4020 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4021
4022 * gdb.fortran/info-modules.exp: Update expected results, and add
4023 additional tests for 'info module functinos', and 'info module
4024 variables'.
4025 * gdb.fortran/info-types.exp: Update expected results.
4026 * gdb.fortran/info-types.f90: Extend testcase with additional
4027 module variables and functions.
4028
4029 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4030
4031 * gdb.fortran/info-modules.exp: New file.
4032 * gdb.fortran/info-types.exp: Build with new file.
4033 * gdb.fortran/info-types.f90: Include and use new module.
4034 * gdb.fortran/info-types-2.f90: New file.
4035
4036 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4037
4038 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
4039 * gdb.base/settings.exp: Test all settings types using
4040 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
4041 that now verifies that the value of "maint show" is the same as
4042 returned by the settings functions. Test the type of the
4043 maintenance settings.
4044 * gdb.base/default.exp: Update show_conv_list.
4045
4046 2019-10-31 Tom de Vries <tdevries@suse.de>
4047
4048 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
4049 gdb_test.
4050 * gdb.arch/amd64-disp-step.exp: Same.
4051 * gdb.asm/asm-source.exp: Same.
4052 * gdb.btrace/buffer-size.exp: Same.
4053 * gdb.btrace/cpu.exp: Same.
4054 * gdb.btrace/enable.exp: Same.
4055 * gdb.dwarf2/count.exp: Same.
4056 * gdb.dwarf2/dw2-ranges-func.exp: Same.
4057 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
4058 * gdb.fortran/vla-datatypes.exp: Same.
4059 * gdb.fortran/vla-history.exp: Same.
4060 * gdb.fortran/vla-ptype.exp: Same.
4061 * gdb.fortran/vla-value.exp: Same.
4062 * gdb.fortran/whatis_type.exp: Same.
4063 * gdb.guile/guile.exp: Same.
4064 * gdb.multi/tids.exp: Same.
4065 * gdb.python/py-finish-breakpoint.exp: Same.
4066 * gdb.python/py-framefilter.exp: Same.
4067 * gdb.python/py-pp-registration.exp: Same.
4068 * gdb.python/py-xmethods.exp: Same.
4069 * gdb.python/python.exp: Same.
4070 * gdb.server/connect-with-no-symbol-file.exp: Same.
4071 * gdb.server/no-thread-db.exp: Same.
4072 * gdb.server/run-without-local-binary.exp: Same.
4073 * gdb.stabs/weird.exp: Same.
4074 * gdb.threads/attach-many-short-lived-threads.exp: Same.
4075 * gdb.threads/thread-find.exp: Same.
4076 * gdb.threads/tls-shared.exp: Same.
4077 * gdb.threads/tls.exp: Same.
4078 * gdb.threads/wp-replication.exp: Same.
4079 * gdb.trace/ax.exp: Same.
4080 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
4081
4082 2019-10-31 Tom de Vries <tdevries@suse.de>
4083
4084 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
4085 * gdb.ada/array_subscript_addr.exp: Same.
4086 * gdb.ada/arrayidx.exp: Same.
4087 * gdb.ada/arrayparam.exp: Same.
4088 * gdb.ada/arrayptr.exp: Same.
4089 * gdb.ada/boolean_expr.exp: Same.
4090 * gdb.ada/call_pn.exp: Same.
4091 * gdb.ada/complete.exp: Same.
4092 * gdb.ada/fixed_cmp.exp: Same.
4093 * gdb.ada/fun_addr.exp: Same.
4094 * gdb.ada/funcall_param.exp: Same.
4095 * gdb.ada/interface.exp: Same.
4096 * gdb.ada/mod_from_name.exp: Same.
4097 * gdb.ada/null_array.exp: Same.
4098 * gdb.ada/packed_array.exp: Same.
4099 * gdb.ada/packed_tagged.exp: Same.
4100 * gdb.ada/print_chars.exp: Same.
4101 * gdb.ada/print_pc.exp: Same.
4102 * gdb.ada/ptype_arith_binop.exp: Same.
4103 * gdb.ada/ptype_field.exp: Same.
4104 * gdb.ada/ptype_tagged_param.exp: Same.
4105 * gdb.ada/rec_return.exp: Same.
4106 * gdb.ada/ref_tick_size.exp: Same.
4107 * gdb.ada/str_ref_cmp.exp: Same.
4108 * gdb.ada/taft_type.exp: Same.
4109 * gdb.ada/tagged.exp: Same.
4110 * gdb.ada/type_coercion.exp: Same.
4111 * gdb.ada/uninitialized_vars.exp: Same.
4112
4113 2019-10-30 Tom de Vries <tdevries@suse.de>
4114
4115 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
4116
4117 2019-10-26 Tom de Vries <tdevries@suse.de>
4118
4119 * gdb.base/bigcore.c: Fix typos in comments.
4120 * gdb.base/ctf-ptype.c: Same.
4121 * gdb.base/long_long.c: Same.
4122 * gdb.dwarf2/dw2-op-out-param.S: Same.
4123 * gdb.python/py-evthreads.c: Same.
4124 * gdb.reverse/i387-stack-reverse.c: Same.
4125 * gdb.trace/tfile.c: Same.
4126 * lib/compiler.c: Same.
4127 * lib/compiler.cc: Same.
4128
4129 2019-10-25 Tom de Vries <tdevries@suse.de>
4130
4131 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
4132 gdb_test_multiple calls.
4133 * gdb.reverse/sigall-reverse.exp: Same.
4134 * gdb.reverse/solib-precsave.exp: Same.
4135 * gdb.reverse/solib-reverse.exp: Same.
4136 * gdb.reverse/until-precsave.exp: Same.
4137 * gdb.reverse/until-reverse.exp: Same.
4138
4139 2019-10-24 Tom de Vries <tdevries@suse.de>
4140
4141 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
4142 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
4143 kfail using -wrap pattern flag and convenience variable
4144 gdb_test_name.
4145
4146 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
4147
4148 * gdb.python/py-progspace.exp: Add tests for the
4149 Progspace.block_for_pc method.
4150
4151 2019-10-23 Tom Tromey <tom@tromey.com>
4152
4153 * configure: Rebuild.
4154 * aclocal.m4: Use m4_include, not sinclude.
4155
4156 2019-10-21 Tom de Vries <tdevries@suse.de>
4157
4158 * gdb.base/infcall-nested-structs.c: Add
4159 __attribute__((noinline,noclone)) to all functions.
4160 (call_all): Add missing variable initialization. Simplify return value.
4161 (breakpt): Increment volatile variable, to prevent call from being
4162 optimized out.
4163 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
4164
4165 2019-10-17 Tom de Vries <tdevries@suse.de>
4166
4167 * gdb.fortran/module.exp: Allow info variables to print info for files
4168 other than module.f90.
4169
4170 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
4171
4172 * gdb.fortran/module.exp: Extend with 'info variables' test.
4173
4174 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
4175
4176 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
4177 F77_FOR_TARGET.
4178
4179 2019-10-16 Tom de Vries <tdevries@suse.de>
4180
4181 PR tdep/25096
4182 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
4183
4184 2019-10-16 Tom de Vries <tdevries@suse.de>
4185
4186 PR tdep/24104
4187 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
4188 Add KFAIL for PR tdep/25096.
4189
4190 2019-10-16 Tom de Vries <tdevries@suse.de>
4191
4192 PR testsuite/25059
4193 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
4194
4195 2019-10-16 Tom de Vries <tdevries@suse.de>
4196
4197 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
4198 as signed.
4199
4200 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
4201
4202 * gdb.mi/list-thread-groups-available.exp: Read entries one by
4203 one instead of increasing timeout.
4204
4205 2019-10-13 Tom de Vries <tdevries@suse.de>
4206
4207 PR record/25038
4208 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
4209 * gdb.reverse/sigall-reverse.exp: Same.
4210 * gdb.reverse/solib-precsave.exp: Same.
4211 * gdb.reverse/solib-reverse.exp: Same.
4212 * gdb.reverse/step-precsave.exp: Same.
4213 * gdb.reverse/until-precsave.exp: Same.
4214 * gdb.reverse/until-reverse.exp: Same.
4215 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
4216
4217 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
4218
4219 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
4220 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
4221 (cmp_struct_05_01, cmp_struct_static_02_01)
4222 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
4223 comparisons.
4224
4225 2019-10-10 Tom de Vries <tdevries@suse.de>
4226
4227 PR testsuite/24888
4228 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
4229 gnatlink.
4230
4231 2019-10-09 Tom de Vries <tdevries@suse.de>
4232
4233 PR testsuite/25048
4234 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
4235
4236 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
4237
4238 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
4239 exceptions due to missing debug information.
4240
4241 2019-10-07 Tom de Vries <tdevries@suse.de>
4242
4243 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
4244
4245 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
4246
4247 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
4248 * gdb.base/annota1.exp: Update to use gdb_test_name.
4249
4250 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
4251
4252 * gdb.base/ctf-whatis.exp: New file.
4253 * gdb.base/ctf-whatis.c: New file.
4254 * gdb.base/ctf-ptype.exp: New file.
4255 * gdb.base/ctf-ptype.c: New file.
4256 * gdb.base/ctf-constvars.exp: New file.
4257 * gdb.base/ctf-constvars.c: New file.
4258 * gdb.base/ctf-cvexpr.exp: New file.
4259
4260 2019-10-04 Tom de Vries <tdevries@suse.de>
4261
4262 * gdb.cp/local-static.c (main): Move declaration of int i out of the
4263 for loop.
4264
4265 2019-10-03 Tom Tromey <tom@tromey.com>
4266
4267 PR rust/24976:
4268 * gdb.rust/simple.rs (Union2): New type.
4269 (main): Use Union2.
4270 * gdb.rust/simple.exp: Add test.
4271
4272 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4273
4274 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
4275 nested function prefix.
4276
4277 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
4278 Richard Bunt <richard.bunt@arm.com>
4279 Andrew Burgess <andrew.burgess@embecosm.com>
4280
4281 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
4282 nested functions.
4283 * gdb.fortran/nested-funcs.f90: Update expected results.
4284 * gdb.fortran/nested-funcs-2.exp: New file.
4285 * gdb.fortran/nested-funcs-2.f90: New file.
4286
4287 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4288
4289 * gdb.python/py-parameter.exp: Make test names unique.
4290 * gdb.python/py-template.exp: Likewise.
4291 * gdb.python/py-value.exp: Likewise.
4292
4293 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4294
4295 * gdb.base/break-interp.exp: Reduce test name duplication.
4296 * gdb.base/call-sc.exp: Likewise.
4297 * gdb.base/callfuncs.exp: Likewise.
4298 * gdb.base/charset.exp: Likewise.
4299 * gdb.base/dump.exp: Likewise.
4300 * gdb.base/ena-dis-br.exp: Likewise.
4301 * gdb.base/relational.exp: Likewise.
4302 * gdb.base/step-over-syscall.exp: Likewise.
4303 * gdb.base/structs.exp: Likewise.
4304
4305 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4306
4307 * gdb.linespec/explicit.exp: Make test names unique.
4308 * gdb.linespec/ls-errs.exp: Likewise.
4309
4310 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4311
4312 * gdb.reverse/break-precsave.exp: Make test names unique.
4313 * gdb.reverse/break-reverse.exp: Likewise.
4314 * gdb.reverse/finish-precsave.exp: Likewise.
4315 * gdb.reverse/finish-reverse.exp: Likewise.
4316 * gdb.reverse/machinestate-precsave.exp: Likewise.
4317 * gdb.reverse/machinestate.exp: Likewise.
4318 * gdb.reverse/readv-reverse.exp: Likewise.
4319 * gdb.reverse/recvmsg-reverse.exp: Likewise.
4320 * gdb.reverse/sigall-precsave.exp: Likewise.
4321 * gdb.reverse/sigall-reverse.exp: Likewise.
4322 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
4323 * gdb.reverse/watch-precsave.exp: Likewise.
4324 * gdb.reverse/watch-reverse.exp: Likewise.
4325
4326 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4327
4328 * gdb.threads/stop-with-handle.c: New file.
4329 * gdb.threads/stop-with-handle.exp: New file.
4330
4331 2019-10-03 Tom de Vries <tdevries@suse.de>
4332
4333 PR testsuite/25059
4334 * gdb.base/list-missing-source.exp: Allowing the "Compilation
4335 directory" line to be missing.
4336
4337 2019-10-03 Tom de Vries <tdevries@suse.de>
4338
4339 PR testsuite/25059
4340 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
4341 type optional.
4342
4343 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
4344
4345 * gdb.python/py-format-string.c (string.h): New include.
4346 (main): Fill a_struct_with_union.the_union.an_int with bytes of
4347 the same value, for endianness-independence.
4348 * gdb.python/py-format-string.exp (default_regexp_dict)
4349 (test_pretty_structs, test_format): Adjust expected output to the
4350 changed initialization.
4351
4352 2019-10-02 Tom Tromey <tromey@adacore.com>
4353
4354 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
4355
4356 2019-10-02 Pedro Alves <palves@redhat.com>
4357 Andrew Burgess <andrew.burgess@embecosm.com>
4358
4359 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
4360 "print-file-var.h".
4361 (this_version_id) Use ATTRIBUTE_VISIBILITY.
4362 (get_version_1): Print this_version_id and its address.
4363 Add extern "C" wrappers around interface functions.
4364 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
4365 "print-file-var.h".
4366 (this_version_id) Use ATTRIBUTE_VISIBILITY.
4367 (get_version_2): Print this_version_id and its address.
4368 Add extern "C" wrappers around interface functions.
4369 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
4370 <stddef.h> and "print-file-var.h".
4371 Add extern "C" wrappers around interface functions.
4372 [VERSION_ID_MAIN] (this_version_id): Define.
4373 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
4374 * gdb.base/print-file-var.h: Add some #defines to simplify setting
4375 up extern "C" blocks.
4376 * gdb.base/print-file-var.exp (test): New, factored out from top
4377 level.
4378 (top level): Test all combinations of attribute hidden or not,
4379 dlopen or not, and this_version_id symbol in main file or not.
4380 Compile tests as both C++ and C, make test names unique.
4381
4382 2019-10-01 Tom Tromey <tom@tromey.com>
4383
4384 * gdb.base/style.exp: Test "show logging filename".
4385
4386 2019-10-01 Tom Tromey <tom@tromey.com>
4387
4388 * lib/gdb-utils.exp (style): Handle "metadata" argument.
4389 * gdb.base/style.exp: Add metadata style test.
4390
4391 2019-10-01 Tom Tromey <tom@tromey.com>
4392
4393 * gdb.base/style.exp: Test "pwd".
4394
4395 2019-10-01 Tom Tromey <tom@tromey.com>
4396
4397 * gdb.base/style.exp: Update tests.
4398
4399 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
4400
4401 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
4402 'six' to unsigned.
4403 (s1): Initialize fields 'four' and 'six' instead of 'three' and
4404 'five'. Use an all-ones bit pattern for each.
4405 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
4406 to its changed values.
4407
4408 2019-09-30 Tom Tromey <tromey@adacore.com>
4409
4410 * gdb.rust/traits.rs: Disable all warnings.
4411
4412 2019-09-29 Tom de Vries <tdevries@suse.de>
4413
4414 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
4415
4416 2019-09-29 Tom de Vries <tdevries@suse.de>
4417
4418 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
4419
4420 2019-09-27 Tom de Vries <tdevries@suse.de>
4421
4422 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
4423
4424 2019-09-27 Tom de Vries <tdevries@suse.de>
4425
4426 PR record/23188
4427 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
4428
4429 2019-09-26 Tom Tromey <tromey@adacore.com>
4430
4431 * gdb.ada/py_taft.exp: New file.
4432 * gdb.ada/py_taft/main.adb: New file.
4433 * gdb.ada/py_taft/pkg.adb: New file.
4434 * gdb.ada/py_taft/pkg.ads: New file.
4435
4436 2019-09-24 Tom de Vries <tdevries@suse.de>
4437
4438 PR gdb/24598
4439 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
4440
4441 2019-09-22 Tom de Vries <tdevries@suse.de>
4442
4443 * gdb.base/restore.exp: Allow register variables to be optimized out at
4444 -O0.
4445
4446 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
4447
4448 * gdb.arch/spu-info.exp: Remove file.
4449 * gdb.arch/spu-info.c: Remove file.
4450 * gdb.arch/spu-ls.exp: Remove file.
4451 * gdb.arch/spu-ls.c: Remove file.
4452
4453 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
4454 * gdb.asm/spu.inc: Remove file.
4455
4456 * gdb.base/dump.exp: Remove support for spu*-*-*.
4457 * gdb.base/stack-checking.exp: Likewise.
4458 * gdb.base/overlays.exp: Likewise.
4459 * gdb.base/ovlymgr.c: Likewise.
4460 * gdb.base/spu.ld: Remove file.
4461
4462 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
4463 * gdb.cp/cpexprs.exp: Likewise.
4464 * gdb.cp/exception.exp: Likewise.
4465 * gdb.cp/gdb2495.exp: Likewise.
4466 * gdb.cp/mb-templates.exp: Likewise.
4467 * gdb.cp/pr9167.exp: Likewise.
4468 * gdb.cp/userdef.exp: Likewise.
4469
4470 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
4471
4472 * gdb.cell: Remove directory.
4473 * lib/cell.exp: Remove file.
4474
4475 2019-09-19 Tom de Vries <tdevries@suse.de>
4476
4477 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
4478
4479 2019-09-19 Tom de Vries <tdevries@suse.de>
4480
4481 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
4482
4483 2019-09-19 Tom de Vries <tdevries@suse.de>
4484
4485 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
4486 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
4487 (gdb_target_cmd): ... here.
4488 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
4489 value 2.
4490
4491 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
4492
4493 * gdb.base/source-dir.exp: Avoid having directory names in test
4494 names.
4495
4496 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4497
4498 * gdb.base/source-dir.exp: Add extra test for mapped compilation
4499 directory.
4500
4501 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4502
4503 * gdb.base/list-missing-source.exp: New file.
4504
4505 2019-09-14 Tom de Vries <tdevries@suse.de>
4506
4507 PR teststuite/24599
4508 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
4509 * lib/ada.exp (gnatmake_version_at_least): New proc.
4510
4511 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4512
4513 * gdb.base/maint.exp: Use exec_has_index_section.
4514
4515 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4516
4517 * gdb.base/maint.exp: Add test for 'maint info sections'.
4518
4519 2019-09-12 Tom de Vries <tdevries@suse.de>
4520
4521 * gdb.base/store.exp: Allow register variables to be optimized out at
4522 -O0.
4523
4524 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4525
4526 * gdb.ada/rdv_wait.exp: Update to new task names.
4527 * gdb.base/task_switch_in_core.exp: Likewise.
4528 * gdb.base/info_sources_base.c: Likewise.
4529
4530 2019-09-10 Tom Tromey <tromey@adacore.com>
4531
4532 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
4533
4534 2019-09-10 Tom Tromey <tromey@adacore.com>
4535
4536 * gdb.ada/dgopt.exp: New file.
4537 * gdb.ada/dgopt/x.adb: New file.
4538
4539 2019-09-08 Tom Tromey <tom@tromey.com>
4540
4541 * gdb.tui/resize.exp: Remove setup_xfail.
4542 * gdb.tui/regs.exp: Remove setup_xfail.
4543 * gdb.tui/basic.exp: Remove setup_xfail.
4544
4545 2019-09-06 David Blaikie <dblaikie@gmail.com>
4546
4547 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
4548 * gdb.cp/cplabel.exp: Ditto.
4549 * gdb.linespec/ls-errs.exp: Ditto.
4550
4551 2019-09-05 Tom de Vries <tdevries@suse.de>
4552
4553 * lib/gdb.exp (cmp_file_string): New proc.
4554 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
4555 runto_main. Verify save breakpoints output.
4556
4557 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4558
4559 * gdb.base/info-var.exp: Test info variables without running
4560 to main, to avoid expect's buffer overflow.
4561
4562 2019-09-03 Tom Tromey <tromey@adacore.com>
4563
4564 * gdb.ada/bias.exp: New file.
4565 * gdb.ada/bias/bias.adb: New file.
4566 * gdb.ada/print_chars.exp: Add regression test.
4567 * gdb.ada/print_chars/foo.adb (My_Character): New type.
4568 (MC): New variable.
4569
4570 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
4571
4572 * gdb.base/argv0-symlink.exp: Run only on native target
4573 and local host.
4574
4575 2019-08-29 Tom de Vries <tdevries@suse.de>
4576
4577 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
4578 diverse debug info.
4579 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
4580
4581 2019-08-28 Tom de Vries <tdevries@suse.de>
4582
4583 * gdb.base/info-var.exp: Allow info variables to print info for files
4584 other than info-var-f1.c and info-var-f2.c.
4585
4586 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4587
4588 * gdb.fortran/info-types.exp: Add module.
4589 * gdb.fortran/info-types.f90: Update expected results.
4590
4591 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4592
4593 * gdb.fortran/info-types.exp: New file.
4594 * gdb.fortran/info-types.f90: New file.
4595 * lib/fortran.exp (fortran_character1): New proc.
4596
4597 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
4598
4599 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
4600 functions'. Reindent as needed.
4601 * gdb.base/info-var-f1.c: New file.
4602 * gdb.base/info-var-f2.c: New file.
4603 * gdb.base/info-var.exp: New file.
4604 * gdb.base/info-var.h: New file.
4605
4606 2019-08-26 Tom de Vries <tdevries@suse.de>
4607
4608 PR c++/24852
4609 * gdb.cp/no-libstdcxx-probe.exp: New test.
4610
4611 2019-08-26 Tom de Vries <tdevries@suse.de>
4612
4613 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
4614 * tests need to be skipped.
4615 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
4616 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
4617 mi_skip_libstdcxx_probe_tests.
4618
4619 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
4620
4621 * gdb.python/py-xmethods.exp: Use raw strings when passing
4622 arguments to SimpleXMethodMatcher.
4623
4624 2019-08-22 Tom de Vries <tdevries@suse.de>
4625
4626 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
4627 more informative.
4628
4629 2019-08-21 Pedro Alves <palves@redhat.com>
4630
4631 * gdb.base/with.exp: Test "with" with no arguments.
4632
4633 2019-08-21 Tom de Vries <tdevries@suse.de>
4634
4635 * gdb.base/gdb-caching-proc.exp: Sort files.
4636
4637 2019-08-20 Tom de Vries <tdevries@suse.de>
4638
4639 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
4640 compilation.
4641
4642 2019-08-16 Tom de Vries <tdevries@suse.de>
4643
4644 * gdb.base/compare-sections.exp ("after run to main"): Allow
4645 mismatched read-only sections for PIE executables.
4646
4647 2019-08-16 Tom Tromey <tom@tromey.com>
4648
4649 * lib/tuiterm.exp (_csi_Z): New proc.
4650 * gdb.tui/basic.exp: Update window positions.
4651 * gdb.tui/empty.exp: Update window positions.
4652
4653 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4654
4655 * gdb.base/examine-backward.exp: Correct regexp for
4656 "examine 3 bytes backward from ${address_zero}".
4657
4658 2019-08-15 Tom Tromey <tom@tromey.com>
4659
4660 * gdb.tui/empty.exp: Enable resizing tests.
4661
4662 2019-08-15 Tom Tromey <tromey@adacore.com>
4663
4664 * gdb.ada/char_enum.exp: Add regression tests.
4665 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
4666 and '0'.
4667 (Char, Gchar): Update.
4668 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
4669
4670 2019-08-15 Christian Biesinger <cbiesinger@google.com>
4671
4672 * gdb.python/python.exp: Expect a leading underscore on
4673 GdbOutput{,Error}File.
4674
4675 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4676
4677 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
4678 Windows host.
4679
4680 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4681
4682 * gdb.base/batch-preserve-term-settings.exp
4683 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
4684
4685 2019-08-15 Christian Biesinger <cbiesinger@google.com>
4686
4687 * lib/gdb.exp: When running on a mingw target, replace
4688 /x/ with x:/.
4689
4690 2019-08-14 Alan Hayward <alan.hayward@arm.com>
4691
4692 * gdb.arch/aarch64-prologue.c: New test.
4693 * gdb.arch/aarch64-prologue.exp: New file.
4694
4695 2019-08-13 Tom de Vries <tdevries@suse.de>
4696
4697 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
4698 Thread.
4699
4700 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
4701
4702 * gdb.python/py-completion.exp: Download the .py file to the host
4703 and use its host pathname. Conditionalize tests that use
4704 tab completion and manipulate files on the build machine.
4705 * gdb.python/py-events.exp: Download the .py file to the host
4706 and use its host pathname.
4707 * gdb.python/py-evsignal.exp: Likewise.
4708 * gdb.python/py-evthreads.exp: Likewise.
4709 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
4710 pathname syntax.
4711 * gdb.python/py-framefilter.exp: Download the .py file to the right
4712 place on the host. Match Windows pathname syntax.
4713 * gdb.python/py-mi-var-info-path-expression.exp: Download the
4714 .py file to the host and use its host pathname.
4715 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
4716 * gdb.python/py-objfile.exp: Expect a host pathname, not a
4717 build pathname. Skip symlink test on Windows host. Add missing
4718 newline at end of file.
4719 * gdb.python/py-pp-maint.exp: Download the .py file to the host
4720 and use its host pathname.
4721 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
4722 * gdb.python/py-section-script.exp: Use host location of binfile
4723 on safe-path. Use correct path separator on Windows host.
4724 Reorder alternatives in gdb_test_multiple to prevent matching
4725 the wrong alternative on success.
4726 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
4727
4728 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
4729
4730 * gdb.gdb/selftest.exp (test_with_self): Update test to now
4731 expect the GDB inferior to no longer immediately stop after
4732 being resumed with "signal SIGINT".
4733
4734 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
4735
4736 * gdb.linespec/break-ask.exp: Generalize regexps to match
4737 Windows pathnames too.
4738
4739 2019-08-08 Tom de Vries <tdevries@suse.de>
4740
4741 PR testsuite/24862
4742 * lib/tuiterm.exp (_accept): Fix CSI regexp.
4743
4744 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4745
4746 * gdb.base/style.exp: Update tests for help doc new invariants.
4747 * gdb.base/help.exp: Likewise.
4748
4749 2019-08-06 Tom Tromey <tom@tromey.com>
4750
4751 * gdb.base/style.exp: Add disassemble test.
4752 * gdb.base/style.c (some_called_function): New function.
4753 (main): Use it.
4754
4755 2019-08-05 Christian Biesinger <cbiesinger@google.com>
4756
4757 * gdb.python/py-block.exp: Test dictionary access on blocks.
4758
4759 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
4760
4761 PR gdb/24863
4762 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
4763 -list-thread-groups --available test when running under
4764 check-read1.
4765
4766 2019-08-05 Tom de Vries <tdevries@suse.de>
4767
4768 PR testsuite/24863
4769 * lib/gdb.exp (with_read1_timeout_factor): New proc.
4770 * gdb.base/help.exp: Use with_read1_timeout_factor.
4771 * gdb.base/info-macros.exp: Same.
4772 * gdb.cp/nested-types.exp: Same.
4773
4774 2019-08-05 Tom de Vries <tdevries@suse.de>
4775
4776 * lib/gdb.exp (version_at_least): Factor out of ...
4777 (tcl_version_at_least): ... here.
4778 (gdb_compile): Fail if pie results in non-PIE executable.
4779 (readelf_version, readelf_prints_pie): New proc.
4780 (exec_is_pie): Return -1 if unknown.
4781
4782 2019-08-05 Tom de Vries <tdevries@suse.de>
4783
4784 * lib/gdb.exp (tcl_version_at_least): Fix typo.
4785
4786 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4787
4788 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
4789
4790 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4791
4792 * lib/completion-support.exp (test_gdb_complete_none): Skip
4793 tab completion tests if no readline support.
4794 (test_gdb_complete_unique_re): Likewise.
4795 (test_gdb_complete_multiple): Likewise.
4796
4797 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4798
4799 * gdb.base/info_sources.exp: New file.
4800 * gdb.base/info_sources.c: New file.
4801 * gdb.base/info_sources_base.c: New file.
4802
4803 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4804
4805 * gdb.base/batch-exit-status.exp: Call test_exit_status with
4806 prefix argument.
4807 (test_exit_status): Add prefix argument.
4808
4809 2019-08-01 Tom de Vries <tdevries@suse.de>
4810
4811 PR testsuite/24863
4812 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
4813 calling exp_continue for new thread and thread exited messages.
4814
4815 2019-08-01 Tom de Vries <tdevries@suse.de>
4816
4817 PR testsuite/24863
4818 * gdb.base/structs.exp: Fix check-read1 timeout using
4819 gdb_test_sequence.
4820 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
4821
4822 2019-08-01 Tom de Vries <tdevries@suse.de>
4823
4824 PR testsuite/24863
4825 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
4826 line.
4827
4828 2019-08-01 Tom de Vries <tdevries@suse.de>
4829
4830 PR testsuite/24863
4831 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
4832
4833 2019-07-30 Tom Tromey <tromey@adacore.com>
4834
4835 * gdb.ada/display_nested.exp: New file.
4836 * gdb.ada/display_nested/foo.adb: New file.
4837 * gdb.ada/display_nested/pack.adb: New file.
4838 * gdb.ada/display_nested/pack.ads: New file.
4839
4840 2019-07-30 Christian Biesinger <cbiesinger@google.com>
4841
4842 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
4843 namespace.
4844 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
4845
4846 2019-07-30 Tom de Vries <tdevries@suse.de>
4847
4848 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
4849 instead.
4850
4851 2019-07-30 Tom de Vries <tdevries@suse.de>
4852
4853 PR testsuite/24834
4854 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
4855 (exec_is_pie): New proc.
4856
4857 2019-07-29 Christian Biesinger <cbiesinger@google.com>
4858
4859 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
4860
4861 2019-07-29 Christian Biesinger <cbiesinger@google.com>
4862
4863 * gdb.python/py-objfile.c: Add global and static vars.
4864 * gdb.python/py-objfile.exp: Test new functions Objfile.
4865 lookup_global_symbol and lookup_static_symbol.
4866
4867 2019-07-29 Tom Tromey <tom@tromey.com>
4868
4869 * lib/tuiterm.exp (Term::_csi_@): New proc.
4870 (Term::_csi_X): Don't move cursor.
4871
4872 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4873
4874 * gdb.base/options.exp: Update backtrace - completion to
4875 new option -frame-info.
4876 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
4877 Test new 'set print frame-info'. Test backtrace -frame-info
4878 overriding 'set print frame-info'.
4879 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
4880 Test new 'set print frame-info'.
4881 Verify consistency of backtrace with and without filters, with and
4882 without -no-filters.
4883 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
4884 default.
4885
4886 2019-07-29 Tom de Vries <tdevries@suse.de>
4887
4888 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
4889 no arguments".
4890
4891 2019-07-29 Tom de Vries <tdevries@suse.de>
4892
4893 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
4894 is a substring of the first for "complete non-unique file name".
4895
4896 2019-07-29 Tom de Vries <tdevries@suse.de>
4897
4898 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
4899 with ".*".
4900
4901 2019-07-29 Tom de Vries <tdevries@suse.de>
4902
4903 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
4904 Pass prompt_regexp parameter to gdb_test_multiple calls.
4905
4906 2019-07-29 Tom de Vries <tdevries@suse.de>
4907
4908 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
4909 print registers" regexps.
4910
4911 2019-07-29 Tom de Vries <tdevries@suse.de>
4912
4913 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
4914
4915 2019-07-29 Tom de Vries <tdevries@suse.de>
4916
4917 PR gdb/24855
4918 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
4919 (skip_python_tests_prompt): Add prompt_regexp argument to
4920 gdb_test_multiple calls.
4921
4922 2019-07-27 Tom Tromey <tom@tromey.com>
4923
4924 * gdb.tui/main.exp: New file.
4925
4926 2019-07-27 Tom Tromey <tom@tromey.com>
4927
4928 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
4929 optional.
4930 * gdb.tui/empty.exp: New file.
4931
4932 2019-07-27 Tom Tromey <tom@tromey.com>
4933
4934 * lib/tuiterm.exp (spawn): New proc.
4935 (Term::resize): New proc.
4936 * gdb.tui/resize.exp: New file.
4937
4938 2019-07-27 Tom Tromey <tom@tromey.com>
4939
4940 * gdb.tui/list.exp: New file.
4941
4942 2019-07-27 Tom Tromey <tom@tromey.com>
4943
4944 * gdb.tui/regs.exp: New file.
4945
4946 2019-07-27 Tom Tromey <tom@tromey.com>
4947
4948 * gdb.tui/basic.exp: Add "layout split" test.
4949
4950 2019-07-27 Tom Tromey <tom@tromey.com>
4951
4952 * gdb.tui/basic.exp: Add "layout asm" test.
4953
4954 2019-07-27 Tom Tromey <tom@tromey.com>
4955
4956 * lib/tuiterm.exp: New file.
4957 * gdb.tui/basic.exp: New file.
4958
4959 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4960
4961 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
4962 Enable tests associated with this flag. Adjust regex
4963 referencing "foo_low" to now refer to "foo_cold" instead.
4964
4965 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4966
4967 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
4968 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
4969 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
4970 foo_cold. Revise comments to match.
4971 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
4972 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
4973 were wrapped into this proc; Call do_test in loop from outermost
4974 level.
4975 (foo_low): Rename all occurrences to "foo_cold".
4976 (backtrace from baz): New test.
4977 (x2/i foo_cold): New test.
4978 (info line *foo_cold): New test.
4979
4980 2019-07-26 Tom de Vries <tdevries@suse.de>
4981
4982 * gdb.arch/i386-pkru.exp: Fix unterminated string.
4983
4984 2019-07-25 Tom de Vries <tdevries@suse.de>
4985
4986 PR testsuite/24830
4987 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
4988 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
4989 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
4990 (skip_libstdcxx_probe_tests): ... here.
4991 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
4992
4993 2019-07-24 Tom de Vries <tdevries@suse.de>
4994
4995 PR testsuite/24807
4996 * gdb.objc/basicclass.m: Include stdio.h.
4997 * gdb.objc/nondebug.m: Same.
4998 * gdb.objc/objcdecode.m: Same.
4999
5000 2019-07-24 Tom de Vries <tdevries@suse.de>
5001
5002 PR testsuite/24612
5003 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
5004 additional_flags.
5005
5006 2019-07-24 Tom de Vries <tdevries@suse.de>
5007
5008 PR testsuite/24831
5009 * gdb.multi/tids.exp: Update error messages for info threads.
5010
5011 2019-07-24 Tom de Vries <tdevries@suse.de>
5012
5013 * gdb.base/info-types.exp: Allow info types to print info for more than
5014 one file.
5015
5016 2019-07-23 Tom de Vries <tdevries@suse.de>
5017
5018 PR testsuite/24842
5019 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
5020 gdb_spawn_with_cmdline_opts.
5021
5022 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
5023
5024 * gdb.arch/arm-cmse-sgstubs.c: New test.
5025 * gdb.arch/arm-cmse-sgstubs.exp: New file.
5026
5027 2019-07-23 Tom de Vries <tdevries@suse.de>
5028
5029 PR testsuite/24711
5030 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
5031 issuing next command.
5032
5033 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5034
5035 * gdb.ada/info_auto_lang.exp: Update expected results.
5036 * gdb.base/info-types.c: Add additional types to check.
5037 * gdb.base/info-types.exp: Update expected results.
5038
5039 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5040
5041 * gdb.base/info-types.c: New file.
5042 * gdb.base/info-types.exp: New file.
5043
5044 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
5045
5046 * gdb.arch/riscv-bp-infcall.c: New file.
5047 * gdb.arch/riscv-bp-infcall.exp: New file.
5048
5049 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
5050
5051 PR breakpoints/24541
5052 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
5053
5054 2019-07-14 Tom de Vries <tdevries@suse.de>
5055
5056 PR testsuite/24760
5057 * gdb.objc/basicclass.exp: Fix unterminated string.
5058
5059 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
5060 Andrew Burgess <andrew.burgess@embecosm.com>
5061
5062 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
5063 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
5064 negative bounds.
5065 * gdb.fortran/vla-value.exp: Print elements of an array with
5066 negative bounds.
5067 * gdb.fortran/vla.f90: Setup an array with negative bounds for
5068 testing.
5069
5070 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
5071
5072 * gdb.base/options.exp (expect_string): Dequote strings in
5073 results.
5074 (test-string): Test strings with different quoting and reindent.
5075
5076 2019-07-10 Tom Tromey <tromey@adacore.com>
5077
5078 * gdb.ada/mi_ex_cond.exp: Update expected results.
5079 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
5080 * gdb.ada/mi_catch_ex.exp: Update expected results.
5081 * gdb.ada/mi_catch_assert.exp: Update expected results.
5082 * gdb.ada/catch_ex.exp (catch_exception_info)
5083 (catch_exception_entry, catch_assert_entry)
5084 (catch_unhandled_entry): Update.
5085 * gdb.ada/catch_assert_if.exp: Update expected results.
5086
5087 2019-07-10 Richard Bunt <richard.bunt@arm.com>
5088 Stephen Roberts <stephen.roberts@arm.com>
5089
5090 * gdb.base/define.exp: Restore original prompt.
5091
5092 2019-07-09 Pedro Alves <palves@redhat.com>
5093
5094 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
5095 breakpoints" output.
5096 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
5097 * gdb.python/py-breakpoint.exp: No longer expect that "catch
5098 throw" creates breakpoint.
5099 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
5100 'type="catchpoint"'.
5101
5102 2019-07-09 Pedro Alves <palves@redhat.com>
5103
5104 PR c++/15468
5105 * gdb.cp/except-multi-location-lib.cc: New.
5106 * gdb.cp/except-multi-location-main.cc: New.
5107 * gdb.cp/except-multi-location.exp: New.
5108
5109 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
5110
5111 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
5112 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
5113 argument and update callers.
5114
5115 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5116
5117 * gdb.arch/amd64-break-on-asm-line.S: New file.
5118 * gdb.arch/amd64-break-on-asm-line.exp: New file.
5119
5120 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5121
5122 * gdb.base/printcmds.exp: Test printing C string and
5123 C wide string convenience vars without transiting via the inferior.
5124 Also make test names unique.
5125
5126 2019-07-08 Alan Hayward <alan.hayward@arm.com>
5127
5128 PR breakpoints/25011
5129 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
5130
5131 2019-07-04 Pedro Alves <palves@redhat.com>
5132
5133 * lib/gdb.exp (foreach_with_prefix): Don't return early if
5134 body returned ok(0), break(3) or continue(4).
5135 * gdb.testsuite/foreach_with_prefix.exp: New file.
5136
5137 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5138
5139 * gdb.server/unittest.exp: Allow 0 unit tests to run.
5140
5141 2019-07-03 Pedro Alves <palves@redhat.com>
5142
5143 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
5144 "return -code".
5145
5146 2019-07-03 Pedro Alves <palves@redhat.com>
5147
5148 PR cli/24732
5149 * gdb.base/shell.exp: Load completion-support.exp.
5150 Adjust expected error output. Add completion tests.
5151
5152 2019-07-03 Pedro Alves <palves@redhat.com>
5153
5154 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
5155 string_to_regexp.
5156
5157 2019-07-03 Pedro Alves <palves@redhat.com>
5158
5159 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
5160 (expect_integer): Adjust to expect "-string".
5161 (expect_string): New.
5162 (all_options): Expect "-string".
5163 (test-flag, test-boolean): Adjust to expect "-string".
5164 (test-string): New proc.
5165 (top level): Call it.
5166
5167 2019-07-03 Pedro Alves <palves@redhat.com>
5168
5169 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
5170 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
5171 the expected output in the success.
5172
5173 2019-07-03 Pedro Alves <palves@redhat.com>
5174
5175 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5176 Split one gdb_test_multiple call in two to avoid a race.
5177
5178 2019-07-03 Pedro Alves <palves@redhat.com>
5179
5180 * gdb.base/with.c: New file.
5181 * gdb.base/with.exp: New file.
5182
5183 2019-07-03 Pedro Alves <palves@redhat.com>
5184
5185 * gdb.base/settings.exp: Replace all references to "maint
5186 test-settings set" with references to "maint set test-settings",
5187 and all references to "maint test-settings show" with references
5188 to "maint show test-settings".
5189
5190 2019-07-03 Pedro Alves <palves@redhat.com>
5191
5192 * gdb.base/settings.exp (test-string): Adjust expected out when
5193 testing "maint test-settings show filename"
5194
5195 2019-07-02 Pedro Alves <palves@redhat.com>
5196
5197 * gdb.base/options.exp (test-info-threads): New procedure.
5198 (top level): Call it.
5199
5200 2019-06-28 Tom Tromey <tromey@adacore.com>
5201
5202 * gdb.dwarf2/ada-linkage-name.c: New file.
5203 * gdb.dwarf2/ada-linkage-name.exp: New file.
5204
5205 2019-06-27 Tom Tromey <tromey@adacore.com>
5206
5207 PR c++/20020:
5208 * gdb.cp/constexpr-field.exp: Use setup_xfail.
5209
5210 2019-06-26 Tom de Vries <tdevries@suse.de>
5211
5212 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
5213
5214 2019-06-26 Tom de Vries <tdevries@suse.de>
5215
5216 * gdb.base/index-cache.exp: Add back missing debug option.
5217
5218 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5219
5220 * gdb.base/alias.exp: Test non matching/non existing prefixes.
5221
5222 2019-06-25 Tom de Vries <tdevries@suse.de>
5223
5224 PR testsuite/24727
5225 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
5226
5227 2019-06-24 Tom de Vries <tdevries@suse.de>
5228
5229 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
5230
5231 2019-06-24 Tom de Vries <tdevries@suse.de>
5232
5233 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
5234 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
5235 * gdb.trace/unavailable-dwarf-piece.exp: Same.
5236
5237 2019-06-24 Tom de Vries <tdevries@suse.de>
5238
5239 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
5240
5241 2019-06-21 Tom de Vries <tdevries@suse.de>
5242
5243 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
5244
5245 2019-06-21 Tom de Vries <tdevries@suse.de>
5246
5247 PR testsuite/24518
5248 PR ada/24713
5249 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
5250 index.
5251
5252 2019-06-19 Tom Tromey <tromey@adacore.com>
5253
5254 * gdb.ada/length_cond.exp: Add intro comment.
5255
5256 2019-06-19 Tom Tromey <tromey@adacore.com>
5257
5258 * gdb.ada/length_cond.exp: New file.
5259 * gdb.ada/length_cond/length_cond.adb: New file.
5260 * gdb.ada/length_cond/pck.adb: New file.
5261 * gdb.ada/length_cond/pck.ads: New file.
5262
5263 2019-06-18 Tom de Vries <tdevries@suse.de>
5264
5265 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
5266
5267 2019-06-18 Tom Tromey <tromey@adacore.com>
5268
5269 * gdb.base/list0.h: Add comment explaining control character.
5270
5271 2019-06-18 Tom de Vries <tdevries@suse.de>
5272
5273 * boards/fission.exp: Break up long debug_flags line.
5274
5275 2019-06-16 Tom de Vries <tdevries@suse.de>
5276
5277 PR gdb/24445
5278 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
5279 generated index.
5280
5281 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5282
5283 PR gdb/24686
5284 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
5285 improve detection of bug gdb/24541.
5286
5287 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
5288
5289 PR gdb/24669
5290 * gdb.base/index-cache.exp (uses_readnow,
5291 expecting_index_cache_use): Define global variable.
5292 (test_cache_enabled_miss, test_cache_enabled_hit): Use
5293 expecting_index_cache_use.
5294
5295 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
5296 Andrew Burgess <andrew.burgess@embecosm.com>
5297
5298 * gdb.fortran/pointers.f90: New file.
5299 * gdb.fortran/print_type.exp: New file.
5300 * gdb.fortran/vla-ptype.exp: Adapt expected results.
5301 * gdb.fortran/vla-type.exp: Likewise.
5302 * gdb.fortran/vla-value.exp: Likewise.
5303 * gdb.mi/mi-vla-fortran.exp: Likewise.
5304
5305 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5306
5307 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
5308 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
5309 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
5310 as a stop reason.
5311
5312 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5313
5314 * gdb.base/annota1.exp: Update expected results.
5315 * gdb.cp/annota2.exp: Likewise.
5316 * gdb.cp/annota3.exp: Likewise.
5317
5318 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5319
5320 * gdb.base/style-logging.exp: Remove path from test name.
5321
5322 2019-06-14 Tom Tromey <tromey@adacore.com>
5323
5324 PR gdb/24502:
5325 * gdb.base/style-logging.exp: New file.
5326
5327 2019-06-14 Tom Tromey <tromey@adacore.com>
5328
5329 * gdb.base/symfile-warn.exp: New file.
5330 * gdb.base/symfile-warn.c: New file.
5331
5332 2019-06-14 Tom Tromey <tromey@adacore.com>
5333
5334 * gdb.base/annotate-symlink.exp: New file.
5335
5336 2019-06-14 Tom Tromey <tromey@adacore.com>
5337
5338 * gdb.ada/set_wstr.exp: Add reassignment test.
5339
5340 2019-06-14 Tom Tromey <tromey@adacore.com>
5341
5342 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
5343 'unchecked_access and 'unrestricted_access as well.
5344
5345 2019-06-14 Tom Tromey <tromey@adacore.com>
5346
5347 PR ada/24539:
5348 * gdb.ada/vla.exp: Update tests.
5349 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
5350 pragma.
5351
5352 2019-06-13 Pedro Alves <palves@redhat.com>
5353
5354 * gdb.base/settings.exp (test-integer): Test junk after
5355 "unlimited".
5356
5357 2019-06-13 Pedro Alves <palves@redhat.com>
5358
5359 * gdb.base/options.exp (test-thread-apply): New.
5360 (top level): Call it.
5361
5362 2019-06-13 Pedro Alves <palves@redhat.com>
5363
5364 * gdb.base/options.exp (test-frame-apply): New.
5365 (top level): Test print commands with different "frame apply"
5366 prefixes.
5367
5368 2019-06-13 Pedro Alves <palves@redhat.com>
5369
5370 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
5371 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
5372 'max_completions' parameter and handle it.
5373 (test_gdb_completion_offers_commands): New.
5374
5375 2019-06-13 Pedro Alves <palves@redhat.com>
5376
5377 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
5378
5379 2019-06-13 Pedro Alves <palves@redhat.com>
5380
5381 * gdb.base/options.exp (test-backtrace): New.
5382 (top level): Call it.
5383
5384 2019-06-13 Pedro Alves <palves@redhat.com>
5385
5386 * gdb.guile/scm-frame-args.exp: Use "set print
5387 raw-frame-arguments" instead of "set print raw frame-arguments".
5388 * gdb.python/py-frame-args.exp: Likewise.
5389
5390 2019-06-13 Pedro Alves <palves@redhat.com>
5391
5392 * gdb.compile/compile.exp: Adjust expected output to option
5393 processing changes.
5394
5395 2019-06-13 Pedro Alves <palves@redhat.com>
5396
5397 * gdb.base/options.exp: Build executable.
5398 (test-print): New procedure.
5399 (top level): Call it, once for "print" and another for "compile
5400 print".
5401
5402 2019-06-13 Pedro Alves <palves@redhat.com>
5403
5404 * gdb.base/options.c: New file.
5405 * gdb.base/options.exp: New file.
5406
5407 2019-06-13 Pedro Alves <palves@redhat.com>
5408
5409 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
5410 that "o" is ambiguous.
5411
5412 2019-06-13 Pedro Alves <palves@redhat.com>
5413
5414 * gdb.base/settings.c: New file.
5415 * gdb.base/settings.exp: New file.
5416
5417 2019-06-13 Pedro Alves <palves@redhat.com>
5418
5419 * gdb.base/completion.exp: Fix comment typo.
5420
5421 2019-06-13 Pedro Alves <palves@redhat.com>
5422
5423 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
5424 foo --1" test.
5425
5426 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
5427
5428 * gdb.fortran/block-data.f: New.
5429 * gdb.fortran/block-data.exp: New.
5430
5431 2019-06-11 Tom de Vries <tdevries@suse.de>
5432
5433 PR testsuite/24521
5434 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
5435 message.
5436
5437 2019-06-11 Tom de Vries <tdevries@suse.de>
5438
5439 PR testsuite/24521
5440 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
5441
5442 2019-06-11 Tom de Vries <tdevries@suse.de>
5443
5444 * boards/readnow.exp: New file.
5445
5446 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
5447
5448 * gdb.fortran/vla-sizeof.exp: Update expected results.
5449
5450 2019-06-06 Amos Bird <amosbird@gmail.com>
5451
5452 * gdb.base/annota1.exp (thread_switch): Add test for
5453 thread-exited annotation.
5454
5455 2019-06-06 Tom Tromey <tromey@adacore.com>
5456
5457 * gdb.base/maint.exp: Expect command started/finished output.
5458
5459 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
5460
5461 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
5462 comment.
5463 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
5464
5465 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
5466
5467 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
5468 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
5469 * gdb.arch/riscv-unwind-long-insn.c: New file.
5470 * gdb.arch/riscv-unwind-long-insn.exp: New file.
5471
5472 2019-06-04 Christian Biesinger <cbiesinger@google.com>
5473
5474 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
5475
5476 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5477
5478 * lib/gdb.exp (help_list_trailer): New regexp variable
5479 factorizing the help trailer message.
5480 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
5481 arg to allow to better factorize various tests.
5482 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
5483 (test_prefix_command_help): Use help_list_trailer.
5484 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
5485 * gdb.guile/scm-cmd.exp: Likewise.
5486 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
5487 * gdb.base/help.exp: Use test_user_defined_class_help.
5488 * gdb.base/style.exp: Add tests for styling of help and apropos.
5489 * lib/gdb-utils.exp (style): Add title and highlight styles.
5490
5491 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5492
5493 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
5494 $_shell_exitsignal.
5495 * gdb.base/default.exp: Update for new convenience variables.
5496
5497 2019-05-29 Tom Tromey <tromey@adacore.com>
5498
5499 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
5500 to "break complete ada" test case's regexp.
5501
5502 2019-05-29 Tom Tromey <tromey@adacore.com>
5503
5504 PR c++/20020:
5505 * gdb.cp/constexpr-field.exp: New file.
5506 * gdb.cp/constexpr-field.cc: New file.
5507
5508 2019-05-29 Tom Tromey <tromey@adacore.com>
5509
5510 * gdb.base/finish.exp (finish_no_print): New proc.
5511 (finish_tests): Call it.
5512
5513 2019-05-24 Tom de Vries <tdevries@suse.de>
5514
5515 * gdb.dwarf2/gdb-add-index.exp: New file.
5516
5517 2019-05-22 Tom Tromey <tromey@adacore.com>
5518
5519 * gdb.base/info-shared.exp (check_info_shared): Use "style".
5520 * gdb.base/style.exp: Use "style".
5521 * lib/gdb-utils.exp (style): New proc.
5522
5523 2019-05-22 Tom de Vries <tdevries@suse.de>
5524
5525 * gdb.base/align.exp: Require c++11.
5526
5527 2019-05-22 Tom de Vries <tdevries@suse.de>
5528
5529 PR testsuite/24586
5530 * gdb.python/py-mi-var-info-path-expression.exp: Call
5531 mi_skip_python_tests to check if python is supported.
5532
5533 2019-05-22 Alan Hayward <alan.hayward@arm.com>
5534
5535 * gdb.arch/aarch64-pauth.c: New test.
5536 * gdb.arch/aarch64-pauth.exp: New file.
5537
5538 2019-05-22 Alan Hayward <alan.hayward@arm.com>
5539
5540 * README (Re-running Tests Outside The Testsuite): New section.
5541
5542 2019-05-21 Tom de Vries <tdevries@suse.de>
5543
5544 * gdb.arch/amd64-eval.exp: Require c++11.
5545 * gdb.base/max-depth.exp: Same.
5546 * gdb.compile/compile-cplus-array-decay.exp: Same.
5547 * gdb.cp/meth-typedefs.exp: Same.
5548 * gdb.cp/subtypes.exp: Same.
5549 * gdb.cp/temargs.exp: Same.
5550
5551 2019-05-21 Alan Hayward <alan.hayward@arm.com>
5552
5553 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
5554
5555 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
5556
5557 PR gdb/18644
5558 * gdb.fortran/complex.exp: Remove setup_kfail calls.
5559 * gdb.fortran/printing-types.exp: Add new test.
5560 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
5561 testing.
5562 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
5563 setup_kfail call.
5564
5565 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5566
5567 * README (Running the Testsuite): Change example.
5568 (Testsuite Parameters): Remove TRANSCRIPT.
5569 * lib/gdb.exp: Remove TRANSCRIPT check.
5570
5571 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5572
5573 * README (Testsuite Parameters): Add replay logging to
5574 GDBSERVER_DEBUG.
5575 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
5576 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
5577 as a comma separated list.
5578 (gdb_debug_init): Override procedure.
5579
5580 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5581
5582 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
5583 (gdb_write_cmd_file): New procedure.
5584 * lib/gdbserver-support.exp (gdbserver_start): Call
5585 gdbserver_write_cmd_file.
5586 (gdbserver_write_cmd_file): New procedure.
5587
5588 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5589
5590 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
5591 (delete_breakpoints): Likewise.
5592 (gdb_run_cmd): Likewise.
5593 (gdb_start_cmd): Likewise.
5594 (gdb_starti_cmd): Likewise.
5595 (gdb_internal_error_resync): Likewise.
5596 (gdb_test_multiple): Likewise.
5597 (gdb_reinitialize_dir): Likewise.
5598 (default_gdb_exit): Likewise.
5599 (gdb_file_cmd): Mark kill as optional.
5600 (default_gdb_start): Call gdb_stdin_log_init.
5601 (send_gdb): Call gdb_stdin_log_write.
5602 (rerun_to_main): Mark Y as an answer.
5603 (gdb_stdin_log_init): New function.
5604 (gdb_stdin_log_write): Likewise.
5605
5606 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5607
5608 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
5609 * gdb.base/debug-expr.exp: Likewise.
5610 * gdb.base/foll-fork.exp: Likewise.
5611 * gdb.base/foll-vfork.exp: Likewise.
5612 * gdb.base/fork-print-inferior-events.exp: Likewise.
5613 * gdb.base/gdb-sigterm.exp: Likewise.
5614 * gdb.base/gdbinit-history.exp: Likewise.
5615 * gdb.base/osabi.exp: Likewise.
5616 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5617 * gdb.base/ui-redirect.exp: Likewise.
5618 * gdb.gdb/unittest.exp: Likewise.
5619 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
5620 * gdb.mi/mi-watch.exp: Likewise.
5621 * gdb.mi/new-ui-mi-sync.exp: Likewise.
5622 * gdb.mi/user-selected-context-sync.exp: Likewise.
5623 * gdb.python/python.exp: Disable debug test when debugging.
5624 * gdb.threads/check-libthread-db.exp: Disable when debugging.
5625 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5626 Likewise.
5627 * gdb.threads/stepi-random-signal.exp: Likewise.
5628
5629 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5630
5631 * Makefile.in: Pass through GDB_DEBUG.
5632 * README (Testsuite Parameters): Add GDB_DEBUG.
5633 (gdb,debug): Add board setting.
5634 * lib/gdb.exp (default_gdb_start): Start debugging.
5635 (gdb_debug_enabled): New procedure.
5636 (gdb_debug_init): Likewise.
5637
5638 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5639
5640 * Makefile.in: Pass through GDB_DEBUG.
5641 * README (Testsuite Parameters): Add GDB_DEBUG.
5642 (gdb,debug): Add board setting.
5643 * lib/gdb.exp (default_gdb_start): Start debugging.
5644 (gdb_debug_enabled): New procedure.
5645 (gdb_debug_init): Likewise.
5646
5647 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5648
5649 * gdb.base/ui-redirect.exp: Add debug redirect tests.
5650
5651 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5652
5653 * gdb.base/ui-redirect.exp: Test redirection.
5654
5655 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
5656
5657 * gdb.mi/mi-complete.exp: New file.
5658 * gdb.mi/mi-complete.cc: Likewise.
5659
5660 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
5661
5662 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
5663 indexed and sliced arrays, and pointers to arrays.
5664
5665 2019-05-14 Tom Tromey <tromey@adacore.com>
5666
5667 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
5668 styling test.
5669
5670 2019-05-14 Tom de Vries <tdevries@suse.de>
5671
5672 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
5673 selection entry encoding.
5674
5675 2019-05-10 Tom Tromey <tromey@adacore.com>
5676
5677 * gdb.ada/info_exc.exp: Add "complete" test.
5678
5679 2019-05-09 Tom de Vries <tdevries@suse.de>
5680
5681 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
5682 CU-relative.
5683
5684 2019-05-09 Tom de Vries <tdevries@suse.de>
5685
5686 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
5687 CU-relative.
5688
5689 2019-05-08 Joel Brobecker <brobecker@adacore.com>
5690
5691 * gdb.ada/frame_arg_lang.exp: New testcase.
5692 * gdb.ada/frame_arg_lang/bla.adb: New file.
5693 * gdb.ada/frame_arg_lang/pck.ads: New file.
5694 * gdb.ada/frame_arg_lang/pck.adb: New file.
5695 * gdb.ada/frame_arg_lang/foo.c: New file.
5696
5697 2019-05-08 Tom Tromey <tromey@adacore.com>
5698
5699 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
5700
5701 2019-05-08 Tom Tromey <tromey@adacore.com>
5702
5703 * gdb.base/ptype-offsets.exp: Update tests.
5704
5705 2019-05-08 Tom Tromey <tromey@adacore.com>
5706
5707 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
5708 cases.
5709 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
5710 "short".
5711
5712 2019-05-08 Tom Tromey <tromey@adacore.com>
5713
5714 * gdb.ada/vla.exp: New file.
5715 * gdb.ada/vla/vla.adb: New file.
5716
5717 2019-05-07 Tom de Vries <tdevries@suse.de>
5718
5719 * gdb.base/index-cache.exp (ls_host): Fix return statement.
5720
5721 2019-05-07 Tom de Vries <tdevries@suse.de>
5722
5723 PR testsuite/24522
5724 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
5725 section.
5726
5727 2019-05-07 Tom de Vries <tdevries@suse.de>
5728
5729 PR testsuite/24522
5730 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
5731 .debug_aranges section.
5732
5733 2019-05-07 Tom de Vries <tdevries@suse.de>
5734
5735 PR testsuite/24159
5736 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
5737
5738 2019-05-06 Tom de Vries <tdevries@suse.de>
5739
5740 * lib/gdb.exp (exec_has_index_section): New proc.
5741 * gdb.base/index-cache.exp: Handle case that binfile contains an index
5742 section.
5743
5744 2019-05-04 Tom de Vries <tdevries@suse.de>
5745
5746 * boards/cc-with-debug-names.exp: New file.
5747
5748 2019-05-03 Tom Tromey <tromey@adacore.com>
5749
5750 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
5751 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
5752 * gdb.ada/char_enum.exp: Add test.
5753
5754 2019-05-03 Tom de Vries <tdevries@suse.de>
5755
5756 * boards/cc-with-gdb-index.exp: New file.
5757
5758 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
5759
5760 * gdb.rust/simple.exp: Add new test case.
5761 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
5762 (main): Initialise an instance of the new struct.
5763
5764 2019-05-01 Tom Tromey <tromey@adacore.com>
5765
5766 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
5767 record.
5768 (NPR): New variable.
5769 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
5770 test.
5771
5772 2019-05-01 Tom Tromey <tromey@adacore.com>
5773
5774 * gdb.ada/packed_array_assign.exp: Add packed assignment
5775 regression test.
5776
5777 2019-05-01 Tom de Vries <tdevries@suse.de>
5778
5779 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
5780
5781 2019-05-01 Tom de Vries <tdevries@suse.de>
5782
5783 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
5784
5785 2019-04-30 Ali Tamur <tamur@google.com>
5786
5787 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
5788
5789 2019-04-30 Tom Tromey <tromey@adacore.com>
5790
5791 * lib/ada.exp (find_ada_tool): New proc.
5792 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
5793 * gdb.ada/catch_ex_std.exp: New file.
5794 * gdb.ada/catch_ex_std/foo.adb: New file.
5795 * gdb.ada/catch_ex_std/some_package.adb: New file.
5796 * gdb.ada/catch_ex_std/some_package.ads: New file.
5797
5798 2019-04-30 Tom Tromey <tromey@adacore.com>
5799
5800 PR c++/24470:
5801 * gdb.cp/temargs.cc: Add test code from PR.
5802
5803 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5804
5805 * gdb.fortran/vla-datatypes.exp: Update expected results.
5806 * gdb.fortran/vla-ptype.exp: Likewise.
5807 * gdb.fortran/vla-type.exp: Likewise.
5808 * gdb.fortran/vla-value.exp: Likewise.
5809
5810 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5811
5812 * gdb.fortran/ptr-indentation.exp: Update expected results.
5813 * gdb.fortran/ptype-on-functions.exp: Likewise.
5814 * gdb.fortran/vla-ptr-info.exp: Likewise.
5815 * gdb.fortran/vla-value.exp: Likewise.
5816
5817 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5818
5819 * gdb.fortran/ptype-on-functions.exp: New file.
5820 * gdb.fortran/ptype-on-functions.f90: New file.
5821
5822 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5823
5824 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
5825 case void string.
5826
5827 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5828
5829 * gdb.fortran/complex.exp: Expand.
5830 * gdb.fortran/complex.f: Renamed to...
5831 * gdb.fortran/complex.f90: ...this, and extended to add more
5832 complex values.
5833
5834 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5835
5836 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
5837 MODULO, CMPLX.
5838
5839 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
5840 Richard Bunt <richard.bunt@arm.com>
5841
5842 * gdb.base/max-depth.c: New file.
5843 * gdb.base/max-depth.exp: New file.
5844 * gdb.python/py-nested-maps.c: New file.
5845 * gdb.python/py-nested-maps.exp: New file.
5846 * gdb.python/py-nested-maps.py: New file.
5847 * gdb.python/py-format-string.exp (test_max_depth): New proc.
5848 (test_all_common): Call test_max_depth.
5849 * gdb.fortran/max-depth.exp: New file.
5850 * gdb.fortran/max-depth.f90: New file.
5851 * gdb.go/max-depth.exp: New file.
5852 * gdb.go/max-depth.go: New file.
5853 * gdb.modula2/max-depth.exp: New file.
5854 * gdb.modula2/max-depth.c: New file.
5855 * lib/gdb.exp (get_print_expr_at_depths): New proc.
5856
5857 2019-04-29 Tom de Vries <tdevries@suse.de>
5858
5859 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
5860
5861 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5862
5863 * gdb.base/callexit.exp: Test may-call-functions off.
5864
5865 2019-04-25 Keith Seitz <keiths@redhat.com>
5866
5867 PR c++/24367
5868 * gdb.cp/meth-typedefs.cc (incomplete_struct)
5869 (another_incomplete_struct, test_incomplete): New definitions.
5870 (main): Use new definitions.
5871 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
5872 functions.
5873
5874 2019-04-25 Ali Tamur <tamur@google.com>
5875
5876 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
5877
5878 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
5879
5880 PR corefiles/11608
5881 PR corefiles/18187
5882 * gdb.base/coredump-filter-build-id.exp: New file.
5883
5884 2019-04-25 Alan Hayward <alan.hayward@arm.com>
5885
5886 * Makefile.in: Pass through GDBSERVER_DEBUG.
5887 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
5888 (gdbserver,debug): Add board setting.
5889 * gdb.trace/tspeed.exp: Skip when debugging.
5890 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
5891 * lib/gdbserver-support.exp: Likewise
5892
5893 2019-04-24 Tom Tromey <tromey@adacore.com>
5894
5895 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
5896 Rust.
5897
5898 2019-04-24 Tom Tromey <tromey@adacore.com>
5899
5900 * gdb.arch/amd64-eval.exp: Test bitfield return.
5901 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
5902 (class Foo) <return_bitfields>: New method.
5903 (main): Call it.
5904
5905 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
5906
5907 * gdb.cp/many-args.cc: New file.
5908 * gdb.cp/many-args.exp: New file.
5909
5910 2019-04-23 Tom de Vries <tdevries@suse.de>
5911
5912 PR gdb/24433
5913 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
5914
5915 2019-04-23 Alan Hayward <alan.hayward@arm.com>
5916
5917 * gdb.trace/backtrace.exp: Use nopie flag.
5918 * gdb.trace/circ.exp: Likewise.
5919 * gdb.trace/collection.exp: Likewise.
5920 * gdb.trace/ftrace.exp: Likewise.
5921 * gdb.trace/mi-trace-unavailable.exp: Likewise.
5922 * gdb.trace/mi-traceframe-changed.exp: Likewise.
5923 * gdb.trace/qtro.exp: Likewise.
5924 * gdb.trace/read-memory.exp: Likewise.
5925 * gdb.trace/report.exp: Likewise.
5926 * gdb.trace/tfile.exp: Likewise.
5927 * gdb.trace/tfind.exp: Likewise.
5928 * gdb.trace/unavailable.exp: Likewise.
5929
5930 2019-04-22 Pedro Alves <palves@redhat.com>
5931
5932 * gdb.base/solib-probes-nosharedlibrary.c,
5933 gdb.base/solib-probes-nosharedlibrary.exp: New files.
5934
5935 2019-04-19 Tom Tromey <tromey@adacore.com>
5936
5937 * gdb.ada/ptype_union.c: New file.
5938 * gdb.ada/ptype_union.exp: New file.
5939
5940 2019-04-19 Tom Tromey <tromey@adacore.com>
5941
5942 PR symtab/24423:
5943 * gdb.base/list0.h (foo): Add a control-l character.
5944
5945 2019-04-18 Tom de Vries <tdevries@suse.de>
5946
5947 PR gdb/24433
5948 * boards/local-board.exp: Set sysroot to "".
5949
5950 2019-04-18 Tom de Vries <tdevries@suse.de>
5951 Pedro Alves <palves@redhat.com>
5952
5953 PR gdb/24454
5954 * gdb.threads/vfork-follow-child-exec.c: New file.
5955 * gdb.threads/vfork-follow-child-exec.exp: New file.
5956 * gdb.threads/vfork-follow-child-exit.c: New file.
5957 * gdb.threads/vfork-follow-child-exit.exp: New file.
5958
5959 2019-04-15 Leszek Swirski <leszeks@google.com>
5960
5961 * gdb.arch/amd64-eval.cc: New file.
5962 * gdb.arch/amd64-eval.exp: New file.
5963
5964 2019-04-11 Alan Hayward <alan.hayward@arm.com>
5965
5966 * gdb.server/sysroot.c: New test.
5967 * gdb.server/sysroot.exp: New file.
5968 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
5969 matching param.
5970
5971 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
5972
5973 * gdb.base/align.exp: Extend test to cover structures containing
5974 only static fields.
5975
5976 2019-04-11 Tom de Vries <tdevries@suse.de>
5977
5978 * boards/cc-with-dwz-m.exp: New file.
5979 * boards/cc-with-dwz.exp: New file.
5980 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
5981
5982 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
5983
5984 * gdb.base/start-cpp.exp: New file.
5985 * gdb.base/start-cpp.cc: New file.
5986
5987 2019-04-08 Kevin Buettner <kevinb@redhat.com>
5988
5989 * gdb.python/py-thrhandle.exp: Adjust tests to call
5990 thread_from_handle instead of thread_from_thread_handle.
5991
5992 2019-04-08 Kevin Buettner <kevinb@redhat.com>
5993
5994 * gdb.python/py-thrhandle.exp: Add tests for
5995 gdb.InferiorThread.handle.
5996
5997 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5998
5999 * gdb.python/py-function.exp: Check calling helper function from
6000 all languages.
6001 * lib/gdb.exp (gdb_supported_languages): New proc.
6002
6003 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
6004
6005 * gdb.base/complex-parts.c: New file.
6006 * gdb.base/complex-parts.exp: New file.
6007
6008 2019-04-01 Tom Tromey <tromey@adacore.com>
6009
6010 PR symtab/23331:
6011 * gdb.dwarf2/dw2-ranges-main.c: New file.
6012 * gdb.dwarf2/dw2-ranges-psym.c: New file.
6013 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
6014
6015 2019-03-30 Simon Marchi <simark@simark.ca>
6016
6017 * gdb.base/default.exp: Add values for $_gdb_major and
6018 $_gdb_minor.
6019
6020 2019-03-29 Tom Tromey <tromey@adacore.com>
6021
6022 * gdb.base/help.exp: Tighten apropos regexp.
6023
6024 2019-03-29 Keith Seitz <keiths@redhat.com>
6025
6026 * gdb.fortran/array-bounds.exp: New file.
6027 * gdb.fortran/array-bounds.f90: New file.
6028
6029 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6030
6031 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
6032
6033 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6034
6035 * gdb.multi/hello.c (main): Increase alarm timer.
6036
6037 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
6038
6039 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
6040 factor when no hardware watchpoint support.
6041
6042 2019-03-28 Alan Hayward <alan.hayward@arm.com>
6043 Pedro Alves <palves@redhat.com>
6044
6045 * boards/local-board.exp: set sysroot to /.
6046
6047 2019-03-27 Alan Hayward <alan.hayward@arm.com>
6048
6049 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
6050 in child.
6051
6052 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
6053
6054 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
6055 field.
6056 (make_container): Initialise new field.
6057 * gdb.python/py-prettyprint.exp: Add new tests.
6058 * gdb.python/py-prettyprint.py (class ContainerPrinter)
6059 <display_hint>: New method.
6060
6061 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
6062
6063 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
6064 gdb_continue_to_breakpoint more throughout this test.
6065 (run_lang_tests) Supply unique test names, and use
6066 gdb_test_no_output.
6067
6068 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
6069
6070 * gdb.base/finish-pretty.exp: Update expected results.
6071 * gdb.base/pretty-print.c: New file.
6072 * gdb.base/pretty-print.exp: New file.
6073
6074 2019-03-25 Pedro Alves <palves@redhat.com>
6075
6076 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
6077 move comments outside list. Append '-i "" eof' section.
6078
6079 2019-03-22 Alan Hayward <alan.hayward@arm.com>
6080
6081 PR testsuite/25016
6082 * README: Add pie options.
6083 * gdb.base/break-interp.exp: Ensure pie is disabled.
6084 * gdb.base/dump.exp: Likewise.
6085 * lib/gdb.exp (gdb_compile): Add pie option.
6086
6087 2019-03-19 Tom Tromey <tromey@adacore.com>
6088
6089 * gdb.mi/mi2-cli-display.c: New file.
6090 * gdb.mi/mi2-cli-display.exp: New file.
6091
6092 2019-03-18 Joel Brobecker <brobecker@adacore.com>
6093 Tom Tromey <tromey@adacore.com>
6094
6095 * gdb.ada/ptype_array/pck.adb: New file.
6096 * gdb.ada/ptype_array/pck.ads: New file.
6097 * gdb.ada/ptype_array/foo.adb: New file.
6098 * gdb.ada/ptype_array.exp: New file.
6099
6100 2019-03-14 Tom Tromey <tromey@adacore.com>
6101
6102 * gdb.base/style.exp: Add "set style sources" test.
6103
6104 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
6105
6106 * mi-breakpoint-location-ena-dis.exp: Rename to ...
6107 * mi-breakpoint-multiple-locations.exp: ... this.
6108 (make_breakpoints_pattern): New proc.
6109 (do_test): Add mi_version parameter, test -break-insert,
6110 -break-info and =breakpoint-created.
6111
6112 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
6113
6114 * config/default.exp: Remove 'load_lib gdb.exp'.
6115 * config/monitor.exp: Likewise.
6116 * config/sid.exp: Likewise.
6117 * config/sim.exp: Likewise.
6118 * config/slite.exp: Likewise.
6119 * config/unix.exp: Likewise.
6120 * gdb.base/default.exp: Remove unhelpful comment.
6121
6122 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6123
6124 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
6125
6126 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6127
6128 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
6129
6130 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6131
6132 * gdb.fortran/type-kinds.exp: Update expected results.
6133
6134 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6135
6136 * gdb.fortran/type-kinds.exp: Test new integer type kind.
6137
6138 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6139
6140 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
6141 function.
6142 (test_basic_parsing_of_type_kinds): Expand types tested.
6143 (test_parsing_invalid_type_kinds): New function.
6144
6145 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6146
6147 * gdb.fortran/intrinsics.exp: New file.
6148 * gdb.fortran/intrinsics.f90: New file.
6149 * gdb.fortran/type-kinds.exp: New file.
6150
6151 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6152
6153 * gdb.fortran/dot-ops.exp: New file.
6154
6155 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6156
6157 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
6158 Check upper and lower case logical literals.
6159
6160 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6161
6162 * gdb.fortran/types.exp (test_float_literal_types_accepted):
6163 Remove duplicate tests.
6164
6165 2019-03-06 Alan Hayward <alan.hayward@arm.com>
6166
6167 * lib/gdb.exp (builtin_cd): rename of cd.
6168 (cd): Override builtin.
6169
6170 2019-03-06 Richard Bunt <richard.bunt@arm.com>
6171
6172 * gdb.fortran/function-calls.exp: New file.
6173 * gdb.fortran/function-calls.f90: New test.
6174
6175 2019-03-04 Richard Bunt <richard.bunt@arm.com>
6176
6177 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
6178 on user program standard output.
6179 * gdb.fortran/short-circuit-argument-list.f90: Record function
6180 calls.
6181
6182 2019-02-28 Alan Hayward <alan.hayward@arm.com>
6183
6184 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
6185 failure.
6186
6187 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6188
6189 PR gdb/8527
6190 * gdb.base/interrupt-daemon-attach.c,
6191 gdb.base/interrupt-daemon-attach.exp: New test.
6192
6193 2019-02-27 Pedro Alves <palves@redhat.com>
6194
6195 * gdb.base/page.exp: Add tests for "set width/height -1".
6196
6197 2019-02-27 Pedro Alves <palves@redhat.com>
6198
6199 * gdb.base/page.exp: Add tests for "set/show width/height" with
6200 "infinite" values.
6201
6202 2019-02-27 Tom Tromey <tromey@adacore.com>
6203
6204 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
6205 2.4.
6206 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
6207 workaround.
6208
6209 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
6210
6211 * gdb.base/align.exp: Extend to compile in both C and C++, and add
6212 tests for structs with static members.
6213
6214 2019-02-26 Tom Tromey <tromey@adacore.com>
6215
6216 * gdb.python/py-value.exp (test_value_from_buffer): Check for
6217 ValueError, not TypeError.
6218
6219 2019-02-26 Kevin Buettner <kevinb@redhat.com>
6220
6221 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
6222 call from main program.
6223
6224 2019-02-23 Joel Brobecker <brobecker@adacore.com>
6225
6226 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
6227 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
6228 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
6229 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
6230 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
6231
6232 2019-02-22 Keith Seitz <keiths@redhat.com>
6233
6234 PR symtab/23853
6235 * gdb.base/symlink-sourcefile.c: New file.
6236 * gdb.base/symlink-sourcefile.exp: New file.
6237
6238 2019-02-20 Tom Tromey <tom@tromey.com>
6239
6240 * gdb.base/info_qt.exp: Update.
6241
6242 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
6243
6244 * gdb.base/source.exp: Move "error in sourced script" code to
6245 the end.
6246 * gdb.base/source-error.gdb: Move contents to
6247 source-error-1.gdb. Add new code to source source-error-1.gdb.
6248 * gdb.base/source-error-1.gdb: New file, from previous
6249 source-error.gdb.
6250
6251 2019-02-17 Tom Tromey <tom@tromey.com>
6252
6253 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
6254 for macro styling.
6255 * gdb.base/style.c (SOME_MACRO): New macro.
6256
6257 2019-02-17 Tom Tromey <tom@tromey.com>
6258
6259 * gdb.base/style.exp: Add line-wrapping tests.
6260 * gdb.base/page.exp: Add test for quitting during pagination.
6261
6262 2019-02-17 Joel Brobecker <brobecker@adacore.com>
6263
6264 * gdb.ada/big_packed_array: New testcase.
6265 * gdb.ada/homonym.exp: Fix incorrect expected output for
6266 "break <homonym__get_value>" test.
6267
6268 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
6269
6270 PR breakpoints/21870
6271 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
6272 and prepare_for_testing. Add comment.
6273 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
6274 redundant cleanup call. Clean up comment.
6275
6276 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
6277
6278 PR breakpoints/21870
6279 * gdb.arch/aarch64-dbreg-contents.exp: New file.
6280 * gdb.arch/aarch64-dbreg-contents.c: New file.
6281
6282 2019-02-10 Joel Brobecker <brobecker@adacore.com>
6283
6284 * gdb.ada/mi_ref_changeable: New testcase.
6285
6286 2019-02-07 Alan Hayward <alan.hayward@arm.com>
6287
6288 * gdb.base/attach.exp: Add double attach test.
6289
6290 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
6291
6292 * lib/gdb.exp (default_gdb_start): Don't match pagination
6293 prompt.
6294 (gdb_init): Set stty_init.
6295
6296 2019-01-27 Tom Tromey <tom@tromey.com>
6297
6298 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
6299 skip_python_tests.
6300
6301 2019-01-24 Alan Hayward <alan.hayward@arm.com>
6302
6303 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
6304 New structure.
6305 (struct struct_static_02_02): Likewise.
6306 (struct struct_static_02_03): Likewise.
6307 (struct struct_static_02_04): Likewise.
6308 (struct struct_static_04_01): Likewise.
6309 (struct struct_static_04_02): Likewise.
6310 (struct struct_static_04_03): Likewise.
6311 (struct struct_static_04_04): Likewise.
6312 (struct struct_static_06_01): Likewise.
6313 (struct struct_static_06_02): Likewise.
6314 (struct struct_static_06_03): Likewise.
6315 (struct struct_static_06_04): Likewise.
6316 (cmp_struct_static_02_01): Likewise.
6317 (cmp_struct_static_02_02): Likewise.
6318 (cmp_struct_static_02_03): Likewise.
6319 (cmp_struct_static_02_04): Likewise.
6320 (cmp_struct_static_04_01): Likewise.
6321 (cmp_struct_static_04_02): Likewise.
6322 (cmp_struct_static_04_03): Likewise.
6323 (cmp_struct_static_04_04): Likewise.
6324 (cmp_struct_static_06_01): Likewise.
6325 (cmp_struct_static_06_02): Likewise.
6326 (cmp_struct_static_06_03): Likewise.
6327 (cmp_struct_static_06_04): Likewise.
6328 (call_all): Test new structs.
6329 * gdb.base/infcall-nested-structs.exp: Likewise.
6330
6331 2019-01-21 Alan Hayward <alan.hayward@arm.com>
6332 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
6333
6334 2019-01-21 Alan Hayward <alan.hayward@arm.com>
6335 * gdb.base/stack-protector.c: New test.
6336 * gdb.base/stack-protector.exp: New file.
6337 * gdb.cp/ovldbreak.exp: Only allow a single break line.
6338 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
6339 option.
6340 (gdb_compile): Remove stack protector for GCC and prevent
6341 recursion.
6342
6343 2019-01-16 Keith Seitz <keiths@redhat.com>
6344
6345 PR gdb/23773
6346 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
6347
6348 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6349
6350 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
6351 aliases.
6352 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
6353 tests.
6354 * gdb.arch/powerpc-vector-regs.c: New file.
6355 * gdb.arch/powerpc-vector-regs.exp: New file.
6356
6357 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6358
6359 * gdb.arch/altivec-regs.exp: Fix the list passed to
6360 gdb_expect_list when testing "info vector".
6361
6362 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6363
6364 * gdb.base/style.exp: Don't include path in testname.
6365
6366 2019-01-10 Keith Seitz <keiths@redhat.com>
6367
6368 PR gdb/23712
6369 PR symtab/23010
6370 * gdb.dwarf2/multidictionary.exp: New file.
6371
6372 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
6373
6374 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
6375 (test_gnuv3_style_demangling): ... this.
6376 (test_lucid_style_demangling): Remove.
6377 (test_arm_style_demangling): Remove.
6378 (test_hp_style_demangling): Remove.
6379 (do_tests): Remove calls to the above.
6380
6381 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6382
6383 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
6384 case.
6385
6386 2019-01-06 Tom Tromey <tom@tromey.com>
6387
6388 PR gdb/28155:
6389 * gdb.dwarf2/typedef-void-finish.exp: New file.
6390
6391 2018-12-28 Tom Tromey <tom@tromey.com>
6392 Simon Marchi <simark@simark.ca>
6393
6394 * gdb.base/jit-exec.exp: New file.
6395 * gdb.base/jit-exec.c: New file.
6396 * gdb.base/jit-execd.c: New file.
6397
6398 2018-12-28 Tom Tromey <tom@tromey.com>
6399
6400 * gdb.base/style.exp: Update test to check for address styling.
6401
6402 2018-12-28 Tom Tromey <tom@tromey.com>
6403
6404 * gdb.base/style.exp: Add test for styling of "Reading symbols"
6405 message.
6406
6407 2018-12-28 Tom Tromey <tom@tromey.com>
6408
6409 * gdb.base/style.exp: Add test for version number styling.
6410
6411 2018-12-28 Tom Tromey <tom@tromey.com>
6412
6413 * gdb.base/style.exp: Add test for print_address_symbolic.
6414
6415 2018-12-28 Tom Tromey <tom@tromey.com>
6416
6417 * gdb.base/style.exp: Add test for breakpoint setting.
6418
6419 2018-12-28 Tom Tromey <tom@tromey.com>
6420
6421 * gdb.base/style.exp: Add test for variable names.
6422
6423 2018-12-28 Tom Tromey <tom@tromey.com>
6424
6425 * gdb.base/style.exp: New file.
6426 * gdb.base/style.c: New file.
6427
6428 2018-12-28 Tom Tromey <tom@tromey.com>
6429
6430 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
6431 "dumb".
6432 * gdb.base/readline.exp (operate_and_get_next): Save and restore
6433 the TERM environment variable.
6434
6435 2018-12-27 Tom Tromey <tom@tromey.com>
6436
6437 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
6438 pagination test.
6439
6440 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
6441
6442 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
6443 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
6444
6445 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6446
6447 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
6448 Filename a.adb changed to bp_fun_addr.adb.
6449 gdb.ada/bp_fun_addr.exp: Update test accordingly.
6450
6451 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
6452
6453 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
6454 non-PIE executables.
6455 * README: Mention the gdb,nopie_flag board setting.
6456 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
6457 non-PIE executable.
6458 * gdb.arch/amd64-entry-value.exp: Likewise.
6459 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
6460 * gdb.arch/i386-float.exp: Likewise.
6461 * gdb.arch/i386-signal.exp: Likewise.
6462 * gdb.mi/mi-reg-undefined.exp: Likewise.
6463
6464 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
6465
6466 PR gdb/23974
6467 * gdb.base/info-os.exp: Check return for unknown "info os" type.
6468
6469 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6470
6471 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
6472 Update order of results accordingly.
6473
6474 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
6475
6476 * gdb.base/annota1.exp: Update a test regexp.
6477
6478 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6479
6480 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
6481
6482 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6483
6484 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
6485 (reuse_time): Initialize to REUSE_TIME_CAP.
6486 (check_rc): New function.
6487 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
6488 Check pthread_create rc.
6489 (spawner_thread_func): Check pthread_create and pthread_join rc.
6490
6491 2018-12-08 Pedro Alves <palves@redhat.com>
6492
6493 * gdb.base/list.exp (test_forward_search): Rename to ...
6494 (test_forward_reverse_search): ... this. Also test reverse-search
6495 and the forward-search alias.
6496
6497 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
6498
6499 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
6500 local timeout variable before return, and remove all local timeout
6501 variable entirely.
6502 (gdb_load): Likewise.
6503
6504 2018-12-01 Tom de Vries <tdevries@suse.de>
6505
6506 * gdb.base/gdb-caching-proc.exp: New file.
6507
6508 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
6509
6510 * Makefile.in (TIMESTAMP): New variable.
6511 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
6512 command.
6513 (check-single-racy): Likewise.
6514 (check/%.exp): Likewise.
6515 (check-racy/%.exp): Likewise.
6516 (workers/%.worker): Likewise.
6517 (build-perf): Likewise.
6518 (check-perf): Likewise.
6519 * README: Describe new "TS" and "TS_FORMAT" variables.
6520 * print-ts.py: New file.
6521
6522 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
6523
6524 PR python/23714
6525 * gdb.python/python.exp: Test command repetition after
6526 gdb.execute.
6527
6528 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
6529
6530 * gdb.opt/inline-break.exp: Add test that info breakpoint output
6531 is correctly aligned.
6532
6533 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6534
6535 * gdb.ada/info_auto_lang.exp: New testcase.
6536 * gdb.ada/info_auto_lang/global_pack.ads: New file.
6537 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
6538 * gdb.ada/info_auto_lang/some_c.c: New file.
6539
6540 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6541
6542 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
6543 FUNC_lang language syntax.
6544
6545 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6546
6547 * gdb.base/info_minsym.c: New file.
6548 * gdb.base/info_minsym.exp: New file.
6549
6550 2018-11-19 Tom Tromey <tom@tromey.com>
6551
6552 PR rust/23625:
6553 * gdb.rust/simple.exp: Add ptype test. Update expected output.
6554 * gdb.rust/expr.exp: Update expected output. Change one test.
6555
6556 2018-11-19 Tom Tromey <tom@tromey.com>
6557
6558 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
6559
6560 2018-11-19 Pedro Alves <palves@redhat.com>
6561
6562 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
6563 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
6564 see the expected warning.
6565
6566 2018-11-16 Alan Hayward <alan.hayward@arm.com>
6567
6568 PR gdb/22736:
6569 * gdb.cp/infcall-nodebug-lib.c: New test.
6570 * gdb.cp/infcall-nodebug-main.c: New test.
6571 * gdb.cp/infcall-nodebug.exp: New file.
6572
6573 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
6574
6575 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
6576 completer tests.
6577
6578 2018-11-09 Tom de Vries <tdevries@suse.de>
6579
6580 * gdb.base/msym-lang.c: New test.
6581 * gdb.base/msym-lang.exp: New file.
6582 * gdb.base/msym-lang-main.c: New test.
6583
6584 2018-11-08 Tom Tromey <tom@tromey.com>
6585
6586 PR gdb/23555:
6587 PR gdb/23838:
6588 * gdb.base/warning.exp: New file.
6589
6590 2018-11-08 Jan Beulich <jbeulich@suse.com>
6591
6592 * testsuite/gdb.arch/i386-avx512.c,
6593 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
6594
6595 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
6596
6597 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
6598 point hardware.
6599
6600 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
6601
6602 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
6603 * gdb.dwarf2/missing-type-name.exp: New file.
6604
6605 2018-11-06 Tom de Vries <tdevries@suse.de>
6606
6607 * gdb.base/many-headers.c: New test.
6608 * gdb.base/many-headers.exp: New file.
6609
6610 2018-11-06 Jim Wilson <jimw@sifive.com>
6611
6612 * gdb.base/code_elim.exp: For riscv, set additional_flags
6613 to include -msmall-data-limit=0.
6614
6615 2018-11-01 Joel Brobecker <brobecker@adacore.com>
6616
6617 * gdb.ada/watch_minus_l: New testcase.
6618
6619 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
6620
6621 * gdb.arch/aix-sighandle.c: New file.
6622 * gdb.arch/aix-sighandle.exp: New file.
6623
6624 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6625
6626 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
6627 registers being unions.
6628
6629 2018-10-31 Tom de Vries <tdevries@suse.de>
6630
6631 * lib/valgrind.exp: New file.
6632 (vgdb_start, vgdb_stop): New procs, factored out of ...
6633 * gdb.base/valgrind-bt.exp: ... here, ...
6634 * gdb.base/valgrind-disp-step.exp: ... here and ...
6635 * gdb.base/valgrind-infcall.exp: ... here.
6636
6637 2018-10-31 Tom de Vries <tdevries@suse.de>
6638
6639 * lib/gdb.exp (get_valueof): Don't output read value in test name.
6640
6641 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6642
6643 * gdb.dwarf2/void-type.c: New file.
6644 * gdb.dwarf2/void-type.exp: New file.
6645
6646 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6647
6648 * gdb.base/info_qt.c: New file.
6649 * gdb.base/info_qt.exp: New file.
6650
6651 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6652
6653 * gdb.arch/powerpc-htm-regs.c: New file.
6654 * gdb.arch/powerpc-htm-regs.exp: New file.
6655
6656 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6657
6658 * gdb.arch/powerpc-tar.c: New file.
6659 * gdb.arch/powerpc-tar.exp: New file.
6660
6661 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6662
6663 * gdb.arch/powerpc-ppr-dscr.c: New file.
6664 * gdb.arch/powerpc-ppr-dscr.exp: New file.
6665
6666 2018-10-25 Tom de Vries <tdevries@suse.de>
6667
6668 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
6669
6670 2018-10-24 Tom de Vries <tdevries@suse.de>
6671
6672 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
6673 longer exists error.
6674
6675 2018-10-24 Tom de Vries <tdevries@suse.de>
6676
6677 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
6678
6679 2018-10-24 Tom de Vries <tdevries@suse.de>
6680
6681 * gdb.base/valgrind-db-attach.exp: Handle removed support for
6682 --db-attach in valgrind.
6683
6684 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
6685
6686 * gdb.arch/riscv-reg-aliases.c: New file.
6687 * gdb.arch/riscv-reg-aliases.exp: New file.
6688
6689 2018-10-19 Alan Hayward <alan.hayward@arm.com>
6690
6691 * gdb.python/py-cmd.exp: Check for gdb_prompt.
6692
6693 2018-10-19 Alan Hayward <alan.hayward@arm.com>
6694
6695 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
6696
6697 2018-10-19 Alan Hayward <alan.hayward@arm.com>
6698
6699 * gdb.cp/ovldbreak.exp: Fix regexps.
6700
6701 2018-10-19 Alan Hayward <alan.hayward@arm.com>
6702
6703 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
6704
6705 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
6706
6707 PR cli/23785
6708 * gdb.base/restore.exp: New test to check if "restore" with an
6709 invalid file doesn't segfault.
6710
6711 2018-10-18 Tom de Vries <tdevries@suse.de>
6712
6713 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
6714 * gdb.ada/excep_handle.exp: Same.
6715 * gdb.ada/mi_string_access.exp: Same.
6716 * gdb.ada/mi_var_union.exp: Same.
6717 * gdb.arch/arc-analyze-prologue.exp: Same.
6718 * gdb.arch/arc-decode-insn.exp: Same.
6719 * gdb.base/readnever.exp: Same.
6720 * gdb.fortran/printing-types.exp: Same.
6721 * gdb.guile/scm-lazy-string.exp: Same.
6722
6723 2018-10-16 Tom de Vries <tdevries@suse.de>
6724
6725 PR gdb/23730
6726 * gdb.base/catch-follow-exec.c: Add copyright notice.
6727 * gdb.base/catch-follow-exec.exp: Rewrite to use
6728 gdb_spawn_with_cmdline_opts. Require gdb-native.
6729
6730 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
6731
6732 * gdb.trace/actions-changed.exp: Check for arch support.
6733 * gdb.trace/actions.exp: Likewise.
6734 * gdb.trace/ax.exp: Likewise.
6735 * gdb.trace/backtrace.exp: Likewise.
6736 * gdb.trace/change-loc.exp: Likewise.
6737 * gdb.trace/deltrace.exp: Likewise.
6738 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
6739 * gdb.trace/ftrace.exp: Likewise.
6740 * gdb.trace/infotrace.exp: Check for arch support.
6741 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
6742 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
6743 * gdb.trace/mi-tsv-changed.exp: Likewise.
6744 * gdb.trace/packetlen.exp: Likewise.
6745 * gdb.trace/passc-dyn.exp: Likewise.
6746 * gdb.trace/passcount.exp: Likewise.
6747 * gdb.trace/pending.exp: Likewise.
6748 * gdb.trace/range-stepping.exp: Check for shlib support.
6749 * gdb.trace/report.exp: Check for arch support.
6750 * gdb.trace/save-trace.exp: Likewise.
6751 * gdb.trace/signal.exp: Check for signal support.
6752 * gdb.trace/tfind.exp: Check for arch support.
6753 * gdb.trace/trace-break.exp: Check for arch and shlib support.
6754 * gdb.trace/trace-common.h: Add comment.
6755 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
6756 * gdb.trace/trace-enable-disable.exp: Likewise.
6757 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
6758 * gdb.trace/tracecmd.exp: Check for arch support.
6759 * gdb.trace/tspeed.exp: Check for shlib and target support.
6760 * gdb.trace/tstatus.exp: Check for arch support.
6761 * gdb.trace/tsv.exp: Likewise.
6762 * gdb.trace/while-dyn.exp: Likewise.
6763 * gdb.trace/while-stepping.exp: Likewise.
6764 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
6765
6766 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
6767
6768 * gdb.trace/tspeed.exp: Remove nowarnings.
6769 (prepare_for_trace_test): Declare "global ipalib".
6770 * gdb.trace/tspeed.c: Include unistd.h.
6771 (main): Remove superfluous printf argument.
6772
6773 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
6774
6775 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
6776 directory prefix on the filename.
6777
6778 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
6779
6780 * gdb.gdb/unittest.exp: Update expected message informing that
6781 selftests have been disabled.
6782 * gdb.server/unittest.exp: Likewise.
6783
6784 2018-10-09 Tom de Vries <tdevries@suse.de>
6785
6786 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
6787 with runto_main.
6788
6789 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
6790
6791 PR c++/16841
6792 * gdb.cp/virtbase2.cc: New file.
6793 * gdb.cp/virtbase2.exp: New file.
6794
6795 2018-10-06 Tom Tromey <tom@tromey.com>
6796
6797 PR python/19399:
6798 * gdb.python/py-inferior.exp: Add architecture test.
6799
6800 2018-10-06 Tom Tromey <tom@tromey.com>
6801
6802 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
6803 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
6804
6805 2018-10-06 Tom Tromey <tom@tromey.com>
6806
6807 * gdb.python/py-breakpoint.exp (check_last_event): Check location
6808 of a "throw" catchpoint.
6809
6810 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
6811
6812 * gdb.base/info-proc.exp: Update string expected from "help info
6813 proc".
6814
6815 2018-10-04 Tom Tromey <tom@tromey.com>
6816
6817 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
6818 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
6819 (test_initial_complaints, test_empty_complaints): Update.
6820 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6821
6822 2018-10-04 Tom Tromey <tom@tromey.com>
6823
6824 PR cli/19551:
6825 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
6826 * lib/gdb.exp (gdb_file_cmd): Update.
6827 * gdb.stabs/weird.exp (print_weird_var): Update.
6828 * gdb.server/solib-list.exp: Update.
6829 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
6830 * gdb.mi/mi-cli.exp: Update.
6831 * gdb.linespec/linespec.exp: Update.
6832 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6833 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
6834 * gdb.cp/cp-relocate.exp: Update.
6835 * gdb.base/sym-file.exp: Update.
6836 * gdb.base/relocate.exp: Update.
6837 * gdb.base/readnever.exp: Update.
6838 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6839 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
6840 * gdb.base/dbx.exp (gdb_file_cmd): Update.
6841 * gdb.base/code_elim.exp: Update.
6842 * gdb.base/break-unload-file.exp (test_break): Update.
6843 * gdb.base/break-interp.exp (test_attach_gdb): Update.
6844 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
6845 Update.
6846 * gdb.base/attach.exp (do_attach_tests): Update.
6847 * gdb.base/sepdebug.exp: Update.
6848 * gdb.python/py-section-script.exp: Update.
6849
6850 2018-10-04 Tom Tromey <tom@tromey.com>
6851
6852 PR cli/22234:
6853 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
6854 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
6855 output.
6856
6857 2018-10-04 Tom Tromey <tom@tromey.com>
6858
6859 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
6860 set width and height to 0.
6861 (test_command_line_attach_run): Use -quiet.
6862
6863 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
6864
6865 * lib/gdb.exp (skip_ifunc_tests): New.
6866 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
6867 other compile failures.
6868 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
6869
6870 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
6871
6872 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
6873 is_amd64_regs_target.
6874
6875 2018-10-01 Alan Hayward <alan.hayward@arm.com>
6876
6877 * gdb.arch/aarch64-sighandler-regs.c: New test.
6878 * gdb.arch/aarch64-sighandler-regs.exp: New file.
6879 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
6880
6881 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
6882
6883 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
6884 assembly.
6885
6886 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
6887
6888 * gdb.base/frame-selection.exp: New file.
6889 * gdb.base/frame-selection.c: New file.
6890
6891 2018-09-27 Alan Hayward <alan.hayward@arm.com>
6892
6893 * gdb.threads/check-libthread-db.c (thread_routine): Use a
6894 pthread barrier.
6895 (main): Likewise.
6896
6897 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
6898
6899 * gdb.base/large-frame-1.c: New file.
6900 * gdb.base/large-frame-2.c: New file.
6901 * gdb.base/large-frame.exp: New file.
6902 * gdb.base/large-frame.h: New file.
6903
6904 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
6905
6906 PR gdb/20948
6907 * gdb.base/write_mem.exp: New test.
6908 * gdb.base/write_mem.c: Likewise.
6909
6910 2018-09-23 Tom Tromey <tom@tromey.com>
6911
6912 PR python/18852:
6913 * gdb.python/py-parameter.exp: Add test for parameter that throws
6914 on "set".
6915
6916 2018-09-23 Tom Tromey <tom@tromey.com>
6917
6918 PR python/17284:
6919 * gdb.python/py-template.exp (test_template_arg): Add test for
6920 negative template argument number.
6921
6922 2018-09-23 Tom Tromey <tom@tromey.com>
6923
6924 PR python/14062:
6925 * gdb.python/python.exp: Add test for post_event error.
6926
6927 2018-09-23 Tom Tromey <tom@tromey.com>
6928
6929 PR python/18170:
6930 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
6931 convert pointers to int and long.
6932
6933 2018-09-23 Tom Tromey <tom@tromey.com>
6934
6935 PR python/20126:
6936 * gdb.python/py-value.exp (test_value_numeric_ops): Add
6937 signed-ness conversion tests.
6938
6939 2018-09-23 Tom Tromey <tom@tromey.com>
6940
6941 PR python/18352;
6942 * gdb.python/py-value.exp (test_float_conversion): New proc.
6943 Use it.
6944
6945 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
6946
6947 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
6948
6949 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
6950
6951 * gdb.base/complete-empty.exp: Skip tab-completion tests if
6952 no readline.
6953 * gdb.base/utf8-identifiers.exp: Likewise.
6954 * gdb.cp/cpcompletion.exp: Likewise.
6955 * gdb.linespec/cpcompletion.exp: Likewise.
6956 * gdb.linespec/cpls-abi-tag.exp: Likewise.
6957 * gdb.linespec/cpls-ops.exp: Likewise.
6958
6959 2018-09-19 Richard Bunt <richard.bunt@arm.com>
6960 Chris January <chris.january@arm.com>
6961
6962 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
6963 * gdb.fortran/short-circuit-argument-list.exp: New file.
6964 * gdb.fortran/short-circuit-argument-list.f90: New test.
6965
6966 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6967
6968 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
6969 "arch=" keyword when executing "-stack-list-frames".
6970
6971 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6972
6973 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
6974 "arch=" keyword when executing "-stack-list-frames".
6975
6976 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6977
6978 * gdb.ada/complete.exp: Expect for "@" when doing "complete
6979 break ada".
6980
6981 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
6982
6983 PR python/23669
6984 * gdb.python/python.exp: Test gdb.execute("show commands").
6985
6986 2018-09-16 Tom Tromey <tom@tromey.com>
6987
6988 * gdb.base/new-ui.exp (do_execution_tests): Update.
6989 * gdb.base/dbx.exp (test_breakpoints): Update.
6990
6991 2018-09-14 Alan Hayward <alan.hayward@arm.com>
6992
6993 * lib/gdb.exp (gdb_simple_compile): Add proc.
6994 (is_elf_target): Use gdb_simple_compile.
6995 (skip_altivec_tests): Likewise.
6996 (skip_vsx_tests): Likewise.
6997 (skip_tsx_tests): Likewise.
6998 (skip_btrace_tests): Likewise.
6999 (skip_btrace_pt_tests): Likewise.
7000 (gdb_can_simple_compile): Likewise.
7001 (gdb_has_argv0): Likewise.
7002 (gdb_target_symbol_prefix): Likewise.
7003 (target_supports_scheduler_locking): Likewise.
7004
7005 2018-09-13 Tom Tromey <tom@tromey.com>
7006
7007 * Makefile.in (TAGS): Recognize proc_with_prefix and
7008 gdb_caching_proc.
7009
7010 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
7011
7012 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
7013 method.
7014
7015 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
7016
7017 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
7018 and a few other Inferior properties when the Inferior is no
7019 longer valid.
7020
7021 2018-09-13 Tom Tromey <tom@tromey.com>
7022
7023 PR rust/23650:
7024 * gdb.rust/simple.exp: Add test for enum field access error.
7025
7026 2018-09-13 Tom Tromey <tom@tromey.com>
7027
7028 PR rust/23626:
7029 * gdb.rust/simple.rs (EmptyEnum): New type.
7030 (main): Use it.
7031 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
7032
7033 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
7034
7035 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
7036 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
7037 * gdb.python/py-symtab.exp: Update test printing an objfile.
7038
7039 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
7040
7041 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
7042 object.
7043
7044 2018-09-12 Alan Hayward <alan.hayward@arm.com>
7045
7046 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
7047 (support_complex_tests): Use gdb_can_simple_compile.
7048 (is_ilp32_target): Likewise.
7049 (is_lp64_target): Likewise.
7050 (is_64_target): Likewise.
7051 (is_amd64_regs_target): Likewise.
7052 (is_aarch32_target): Likewise.
7053 (gdb_int128_helper): Likewise.
7054
7055 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7056
7057 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
7058
7059 2018-09-10 Jerome Guitton <guitton@adacore.com>
7060
7061 * gdb.ada/same_component_name: Add test for case of tagged record
7062 with variable-length fields.
7063
7064 2018-09-10 Xavier Roirand <roirand@adacore.com>
7065
7066 * gdb.ada/access_to_unbounded_array.exp: New testcase.
7067 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
7068 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
7069 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
7070
7071 2018-09-10 Xavier Roirand <roirand@adacore.com>
7072
7073 * gdb.ada/mi_string_access.exp: New testcase.
7074 * gdb.ada/mi_string_access/bar.adb: New file.
7075 * gdb.ada/mi_string_access/pck.adb: New file.
7076 * gdb.ada/mi_string_access/pck.asd: New file.
7077
7078 2018-09-10 Xavier Roirand <roirand@adacore.com>
7079
7080 * gdb.ada/mi_var_union.exp: New testcase.
7081 * gdb.ada/mi_var_union/bar.adb: New file.
7082 * gdb.ada/mi_var_union/pck.adb: New file.
7083 * gdb.ada/mi_var_union/pck.asd: New file.
7084
7085 2018-09-08 Tom Tromey <tom@tromey.com>
7086
7087 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
7088
7089 2018-09-08 Tom Tromey <tom@tromey.com>
7090
7091 PR python/16047:
7092 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
7093 (register_pretty_printers): Register new printer.
7094 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
7095 test.
7096 * gdb.python/py-prettyprint.c (int_type3): New typedef.
7097 (an_int_type3): New global.
7098
7099 2018-09-08 Joel Brobecker <brobecker@adacore.com>
7100
7101 * gdb.ada/expr_with_funcall: New testcase.
7102
7103 2018-09-08 Joel Brobecker <brobecker@adacore.com>
7104
7105 * gdb.ada/packed_array_assign: New testcase.
7106
7107 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
7108
7109 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
7110 names, and add test prefixes to make test names unique.
7111
7112 2018-09-05 Tom de Vries <tdevries@suse.de>
7113
7114 * gdb.dwarf2/varval.exp: Add test.
7115
7116 2018-09-04 Gary Benson <gbenson@redhat.com>
7117
7118 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
7119 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
7120
7121 2018-08-31 Tom Tromey <tom@tromey.com>
7122
7123 * gdb.rust/simple.rs: Rename second variable "v".
7124
7125 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
7126
7127 * gdb.base/funcargs.c (use_a): New function.
7128 (recurse): Call use_a.
7129
7130 2018-08-29 Keith Seitz <keiths@redhat.com>
7131
7132 * gdb.compile/compile-cplus-anonymous.cc: New file.
7133 * gdb.compile/compile-cplus-anonymous.exp: New file.
7134 * gdb.compile/compile-cplus-array-decay.cc: New file.
7135 * gdb.compile/compile-cplus-array-decay.exp: New file.
7136 * gdb.compile/compile-cplus-inherit.cc: New file.
7137 * gdb.compile/compile-cplus-inherit.exp: New file.
7138 * gdb.compile/compile-cplus-member.cc: New file.
7139 * gdb.compile/compile-cplus-member.exp: New file.
7140 * gdb.compile/compile-cplus-method.cc: New file.
7141 * gdb.compile/compile-cplus-method.exp: New file.
7142 * gdb.compile/compile-cplus-mod.c: "New" file.
7143 * gdb.compile/compile-cplus-namespace.cc: New file.
7144 * gdb.compile/compile-cplus-namespace.exp: New file.
7145 * gdb.compile/compile-cplus-nested.cc: New file.
7146 * gdb.compile/compile-cplus-nested.exp: New file.
7147 * gdb.compile/compile-cplus-print.c: "New" file.
7148 * gdb.compile/compile-cplus-print.exp: "New" file.
7149 * gdb.compile/compile-cplus-virtual.cc: New file.
7150 * gdb.compile/compile-cplus-virtual.exp: New file.
7151 * gdb.compile/compile-cplus.c: "New" file.
7152 * gdb.compile/compile-cplus.exp: "New" file.
7153 * lib/compile-support.exp: New file.
7154
7155 2018-08-16 Gary Benson <gbenson@redhat.com>
7156
7157 PR gdb/13000:
7158 * gdb.base/batch-exit-status.exp: New file.
7159 * gdb.base/batch-exit-status.good-commands: Likewise.
7160 * gdb.base/batch-exit-status.bad-commands: Likewise.
7161
7162 2018-08-29 Alan Hayward <alan.hayward@arm.com>
7163
7164 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
7165 (struct struct02): Likewise.
7166 (struct struct03): Likewise.
7167 (struct struct04): Likewise.
7168 (struct struct_01_01): New struct.
7169 (struct struct_01_02): Likewise.
7170 (struct struct_01_03): Likewise.
7171 (struct struct_01_04): Likewise.
7172 (struct struct_02_01): Likewise.
7173 (struct struct_02_02): Likewise.
7174 (struct struct_02_03): Likewise.
7175 (struct struct_02_04): Likewise.
7176 (struct struct_04_01): Likewise.
7177 (struct struct_04_02): Likewise.
7178 (struct struct_04_03): Likewise.
7179 (struct struct_04_04): Likewise.
7180 (struct struct_05_01): Likewise.
7181 (struct struct_05_02): Likewise.
7182 (struct struct_05_03): Likewise.
7183 (struct struct_05_04): Likewise.
7184 (cmp_struct01): Remove function.
7185 (cmp_struct02): Likewise.
7186 (cmp_struct03): Likewise.
7187 (cmp_struct04): Likewise.
7188 (cmp_struct_01_01): Add Function.
7189 (cmp_struct_01_02): Likewise.
7190 (cmp_struct_01_03): Likewise.
7191 (cmp_struct_01_04): Likewise.
7192 (cmp_struct_02_01): Likewise.
7193 (cmp_struct_02_02): Likewise.
7194 (cmp_struct_02_03): Likewise.
7195 (cmp_struct_02_04): Likewise.
7196 (cmp_struct_04_01): Likewise.
7197 (cmp_struct_04_02): Likewise.
7198 (cmp_struct_04_03): Likewise.
7199 (cmp_struct_04_04): Likewise.
7200 (cmp_struct_05_01): Likewise.
7201 (cmp_struct_05_02): Likewise.
7202 (cmp_struct_05_03): Likewise.
7203 (cmp_struct_05_04): Likewise.
7204 (call_all): Add new structs.
7205 * gdb.base/infcall-nested-structs.exp: Likewise.
7206
7207 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
7208
7209 * gdb.python/py-framefilter-mi.exp: Update regexp to
7210 check for "arch" field in frame output.
7211
7212 2018-08-23 Kevin Buettner <kevinb@redhat.com>
7213
7214 * gdb.dwarf2/dw2-ranges-func.c: New file.
7215 * gdb.dwarf2/dw2-ranges-func.exp: New file.
7216
7217 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
7218
7219 * gdb.base/term.exp: Compare terminal settings with values from
7220 the inferior.
7221 * gdb.base/term.c: Get and set terminal settings.
7222
7223 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
7224
7225 * lib/mi-support.exp (mi_expect_stop): Update regexp to
7226 accommodate new "arch" field in frame output.
7227 * gdb.mi/mi-return.exp: Likewise.
7228 * gdb.mi/mi-stack.exp: Likewise.
7229 * gdb.mi/mi-syn-frame.exp: Likewise.
7230 * gdb.mi/user-selected-context-sync.exp: Likewise.
7231
7232 2018-08-19 Michael Spang <spang@google.com>
7233
7234 PR gdb/11786
7235 * gdb.base/gcore-tls-pie.c: New file.
7236 * gdb.base/gcore-tls-pie.exp: New file.
7237
7238 2018-08-18 Kevin Buettner <kevinb@redhat.com>
7239
7240 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7241 * gdb.dwarf2/varval.c: New file.
7242 * gdb.dwarf2/varval.exp: New file.
7243
7244 2018-08-17 Alan Hayward <alan.hayward@arm.com>
7245
7246 PR gdb/18931
7247 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
7248
7249 2018-08-16 Keith Seitz <keiths@redhat.com>
7250
7251 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
7252 tests expected to pass.
7253
7254 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
7255
7256 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
7257 -data-disassemble -a.
7258 (test_disassembly_bogus_args): Likewise.
7259
7260 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
7261
7262 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
7263
7264 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
7265
7266 * gdb.base/vla-optimized-out.exp: Add new test.
7267
7268 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
7269
7270 * gdb.base/vla-optimized-out-o3.exp: Delete.
7271 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
7272 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
7273 deleted tests.
7274
7275 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
7276
7277 PR gdb/18050:
7278 * gdb.server/extended-remote-restart.c: New file.
7279 * gdb.server/extended-remote-restart.exp: New file.
7280
7281 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
7282
7283 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
7284 "set variable index = 42".
7285
7286 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
7287
7288 * boards/index-cache-gdb.exp: New file.
7289 * gdb.dwarf2/index-cache.exp: New file.
7290 * gdb.dwarf2/index-cache.c: New file.
7291 * gdb.base/maint.exp: Check if we are using the index cache.
7292
7293 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7294
7295 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
7296 MAKEFLAGS.
7297
7298 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7299
7300 * dg-extract-results.sh: Move to toplevel contrib.
7301 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
7302 * Makefile.in (check-parallel-racy): Likewise.
7303
7304 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
7305
7306 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
7307 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
7308 tests if the target supports scheduler locking.
7309
7310 2018-08-04 Tom de Vries <tdevries@suse.de>
7311
7312 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
7313
7314 2018-08-02 Tom Tromey <tom@tromey.com>
7315
7316 PR symtab/16842.
7317 * gdb.cp/temargs.exp: Test "info address" of a template
7318 parameter.
7319
7320 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
7321
7322 * gdb.python/py-mi-var-info-path-expression.c: New file.
7323 * gdb.python/py-mi-var-info-path-expression.py: New file.
7324 * gdb.python/py-mi-var-info-path-expression.exp: New file.
7325
7326 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
7327
7328 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
7329 error after "cannot resolve name" string.
7330
7331 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
7332
7333 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
7334 started.
7335 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
7336
7337 2018-07-28 Tom de Vries <tdevries@suse.de>
7338
7339 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
7340
7341 2018-07-26 Tom de Vries <tdevries@suse.de>
7342
7343 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
7344
7345 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
7346
7347 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
7348 is visible.
7349
7350 2018-07-26 Tom de Vries <tdevries@suse.de>
7351
7352 PR breakpoints/23366
7353 * gdb.base/catch-follow-exec.c: New test.
7354 * gdb.base/catch-follow-exec.exp: New file.
7355
7356 2018-07-25 Tom de Vries <tdevries@suse.de>
7357
7358 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
7359 vla-optimized-out.c.
7360
7361 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
7362
7363 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
7364 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
7365
7366 2018-07-20 Tom de Vries <tdevries@suse.de>
7367
7368 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
7369 NOCLONE macro.
7370 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
7371
7372 2018-07-19 Tom de Vries <tdevries@suse.de>
7373
7374 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
7375 regular expression.
7376
7377 2018-07-18 Tom de Vries <tdevries@suse.de>
7378
7379 * gdb.base/vla-optimized-out.c: New test.
7380 * gdb.base/vla-optimized-out.exp: New file.
7381
7382 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
7383
7384 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
7385 message "No address associated with hostname" when gdbserver
7386 cannot resolve the hostname.
7387
7388 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7389
7390 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
7391 Add some test prefixes to make tests unique.
7392
7393 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7394
7395 * gdb.base/frameapply.c: New file.
7396 * gdb.base/frameapply.exp: New file.
7397
7398 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7399
7400 * gdb.base/skip.exp: Update expected error message.
7401
7402 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7403 Jan Kratochvil <jan.kratochvil@redhat.com>
7404 Paul Fertser <fercerpav@gmail.com>
7405 Tsutomu Seki <sekiriki@gmail.com>
7406
7407 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
7408 parameter.
7409 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
7410 by default.
7411 * boards/native-gdbserver.exp: Likewise.
7412 * gdb.server/run-without-local-binary.exp: Improve regexp used
7413 for detecting when a remote debugging connection succeeds.
7414 * gdb.server/server-connect.exp: New file.
7415 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
7416 Do not prefix the port number with ":".
7417 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
7418 support for detecting and using it. Add '$debughost_gdbserver'
7419 to the list of arguments used to start gdbserver. Handle case
7420 when gdbserver cannot resolve a network name.
7421
7422 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7423
7424 PR c++/23373
7425 * gdb.base/ptype-offsets.cc (struct static_member): New
7426 struct.
7427 (main) <stmember>: New variable.
7428 * gdb.base/ptype-offsets.exp: Add test for printing a struct
7429 with a static member in it.
7430
7431 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
7432
7433 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
7434 watchpoints enabled and disabled.
7435
7436 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7437
7438 * gdb.base/examine-backward.exp: Still run tests around address
7439 0x0, even if address 0x0 is not readable. Update the pattern for
7440 matching address 0x0 in expected output.
7441
7442 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7443
7444 * gdb.base/share-env-with-gdbserver.c (main): Add call to
7445 malloc/free.
7446
7447 2018-07-04 Tom de Vries <tdevries@suse.de>
7448
7449 * gdb.dwarf2/dw2-error.exp: Update expected error message.
7450
7451 2018-07-02 Maciej W. Rozycki <macro@mips.com>
7452
7453 PR tdep/8282
7454 * gdb.arch/mips-disassembler-options.exp: New test.
7455 * gdb.arch/mips-disassembler-options.s: New test source.
7456
7457 2018-06-29 Pedro Alves <palves@redhat.com>
7458
7459 * gdb.threads/names.exp: Adjust expected "info threads" output.
7460
7461 2018-06-29 Pedro Alves <palves@redhat.com>
7462
7463 * gdb.opt/inline-break.exp (line number, address): Add "info
7464 break" tests.
7465
7466 2018-06-29 Pedro Alves <palves@redhat.com>
7467
7468 * gdb.opt/inline-break.c (func1): Add "break here" marker.
7469 * gdb.opt/inline-break.exp: Test setting breakpoints by line
7470 number and address and running to them.
7471
7472 2018-06-29 Richard Bunt <richard.bunt@arm.com>
7473
7474 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
7475
7476 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7477
7478 * lib/compiler.c: Remove executable permission flag.
7479
7480 2018-06-28 Richard Bunt <richard.bunt@arm.com>
7481
7482 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
7483 code.
7484 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
7485
7486 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
7487
7488 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
7489
7490 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
7491
7492 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
7493 address argument is omitted.
7494
7495 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
7496
7497 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
7498
7499 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
7500
7501 PR gdb/21695
7502 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
7503 * gdb.base/infoline-reloc-main-from-zero.c: New file.
7504
7505 2018-06-26 Tom Tromey <tom@tromey.com>
7506
7507 PR rust/22574:
7508 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
7509 * gdb.rust/simple.rs (struct SimpleLayout): New.
7510
7511 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
7512
7513 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
7514 "info registers" output.
7515
7516 2018-06-21 Richard Bunt <richard.bunt@arm.com>
7517
7518 * gdb.base/watchpoint-hw-attach.c: New test.
7519 * gdb.base/watchpoint-hw-attach.exp: New file.
7520
7521 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
7522
7523 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
7524 through /bin/sh.
7525 * boards/dwarf4-gdb-index.exp: Likewise.
7526 * boards/fission-dwp.exp: Likewise.
7527
7528 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
7529
7530 * gdb.base/float128.exp: Add comment and improved fail message
7531 to the failure case of "print large128" test.
7532
7533 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
7534
7535 * configure.ac: Remove AC_PREREQ.
7536 * configure: Re-generate.
7537
7538 2018-06-19 Pedro Alves <palves@redhat.com>
7539
7540 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
7541 (func_extern_caller): New.
7542 (main): Call func_extern_caller.
7543 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
7544 logic change.
7545
7546 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
7547
7548 PR gdb/16841
7549 * gdb.cp/typedef-base.cc: New file.
7550 * gdb.cp/typedef-base.exp: New file.
7551
7552 2018-06-18 Tom de Vries <tdevries@suse.de>
7553
7554 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
7555
7556 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
7557 Richard Bunt <Richard.Bunt@arm.com>
7558
7559 * gdb.threads/attach-slow-waitpid.c: New file.
7560 * gdb.threads/attach-slow-waitpid.exp: New file.
7561 * gdb.threads/slow-waitpid.c: New file.
7562
7563 2018-06-14 Pedro Alves <palves@redhat.com>
7564
7565 * gdb.base/fork-running-state.c: Include <errno.h>.
7566 (exit_if_relative_exits): New.
7567 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
7568 exits.
7569 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
7570 child exits.
7571
7572 2018-06-14 Tom de Vries <tdevries@suse.de>
7573
7574 PR cli/22573
7575 * gdb.base/finish-pretty.c: New test.
7576 * gdb.base/finish-pretty.exp: New file.
7577
7578 2018-06-14 Pedro Alves <palves@redhat.com>
7579
7580 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
7581 gdb's expected startup output.
7582
7583 2018-06-14 Pedro Alves <palves@redhat.com>
7584
7585 * lib/selftest-support.exp (selftest_setup): Remove inlined
7586 function handling.
7587
7588 2018-06-14 Tom de Vries <tdevries@suse.de>
7589
7590 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
7591 matching of breakpoint printing.
7592
7593 2018-06-13 Tom de Vries <tdevries@suse.de>
7594
7595 PR testsuite/23269
7596 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
7597 (fork_child): ... here, and ...
7598 (fork_parent): ... here.
7599
7600 2018-06-12 Tom de Vries <tdevries@suse.de>
7601
7602 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
7603
7604 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
7605 Stephen Roberts <stephen.roberts@arm.com>
7606
7607 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
7608 rewrite test to describe action performed, rather than possible
7609 failure.
7610
7611 2018-06-08 Gary Benson <gbenson@redhat.com>
7612
7613 * gdb.threads/check-libthread-db.exp: New file.
7614 * gdb.threads/check-libthread-db.c: Likewise.
7615
7616 2018-06-05 Tom Tromey <tom@tromey.com>
7617
7618 * gdb.base/default.exp: Update expected "show version" output.
7619
7620 2018-06-05 Tom Tromey <tom@tromey.com>
7621
7622 PR cli/12326:
7623 * gdb.cp/static-print-quit.exp: Update.
7624 * lib/gdb.exp (pagination_prompt): Update.
7625 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
7626 * gdb.python/python.exp: Update.
7627
7628 2018-06-04 Joel Brobecker <brobecker@adacore.com>
7629
7630 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
7631
7632 2018-06-01 Joel Brobecker <brobecker@adacore.com>
7633
7634 * gdb.ada/bp_fun_addr: New testcase.
7635
7636 2018-06-01 Tom Tromey <tom@tromey.com>
7637
7638 * gdb.xml/tdesc-regs.exp (load_description): Update expected
7639 results.
7640 * gdb.dwarf2/method-ptr.exp: Set language to C++.
7641 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
7642 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
7643 * gdb.base/maint.exp (maint_pass_if): Update.
7644
7645 2018-05-31 Maciej W. Rozycki <macro@mips.com>
7646
7647 * gdb.base/endian.exp: New test.
7648 * gdb.base/endian.c: New test source.
7649
7650 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
7651
7652 PR gdb/23203
7653 * gdb.base/bt-selected-frame.c: New file.
7654 * gdb.base/bt-selected-frame.exp: New file.
7655 * lib/gdb.exp (get_current_frame_number): New function.
7656
7657 2018-05-24 Maciej W. Rozycki <macro@mips.com>
7658 Pedro Alves <palves@redhat.com>
7659
7660 * gdb.threads/tls-core.c: Include <stdlib.h>
7661 (thread_proc): Call `abort'.
7662 * gdb.threads/tls-core.exp: Generate a core with core_find too.
7663 (tls_core_test): New procedure, bits factored out from ...
7664 (top level): ... here. Test both native cores and gcore cores.
7665
7666 2018-05-23 Tom Tromey <tom@tromey.com>
7667
7668 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
7669
7670 2018-05-23 Tom Tromey <tom@tromey.com>
7671
7672 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
7673 symfile_complaints.
7674 (test_short_complaints): Likewise.
7675 (test_empty_complaints): Likewise.
7676 (test_initial_complaints): Update.
7677
7678 2018-05-23 Tom Tromey <tom@tromey.com>
7679
7680 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
7681
7682 2018-05-23 Tom Tromey <tom@tromey.com>
7683
7684 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
7685 (test_short_complaints): Update.
7686
7687 2018-05-22 Pedro Alves <palves@redhat.com>
7688
7689 * gdb.base/remote.exp: Only gdb_start after compiling the
7690 testcase. Issue "disconnect" before testing "set remote" command
7691 defaults. Issue clean_restart before running to main.
7692
7693 2018-05-22 Pedro Alves <palves@redhat.com>
7694
7695 * gdb.base/remote.exp: Adjust expected output of "show remote
7696 memory-write-packet-size". Add tests for "set remote
7697 memory-write-packet-size 0" and "set remote
7698 memory-write-packet-size fixed/limit".
7699
7700 2018-05-22 Pedro Alves <palves@redhat.com>
7701
7702 PR gdb/22973
7703 * gdb.base/utf8-identifiers.c: New file.
7704 * gdb.base/utf8-identifiers.exp: New file.
7705
7706 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7707
7708 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
7709
7710 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7711
7712 * gdb.arch/powerpc-vsx-gcore.exp: New file.
7713
7714 2018-05-18 Tom Tromey <tom@tromey.com>
7715
7716 * gdb.base/ptype-offsets.exp: Update.
7717
7718 2018-05-17 Keith Seitz <keiths@redhat.com>
7719
7720 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
7721 in expected breakpoint stop locations.
7722 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
7723 move to proper scope to test variable values.
7724 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
7725 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
7726 New functions.
7727 (main): Call not_inline_func3.
7728 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
7729 inline_func1, inline_func2, and inline_func3. Test that when each
7730 breakpoint is hit, GDB properly reports both the stop location
7731 and the backtrace. Repeat tests for temporary breakpoints.
7732
7733 2018-05-15 Maciej W. Rozycki <macro@mips.com>
7734
7735 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
7736 rather then trying to access it in determining whether the PID
7737 of `gdbserver' could have been retrieved.
7738
7739 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
7740
7741 * gdb.arch/amd64-init-x87-values.S: New file.
7742 * gdb.arch/amd64-init-x87-values.exp: New file.
7743
7744 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7745
7746 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
7747
7748 2018-05-04 Tom Tromey <tom@tromey.com>
7749
7750 PR python/22730:
7751 * gdb.python/python.exp: Test multi-line execute.
7752
7753 2018-05-04 Tom Tromey <tom@tromey.com>
7754
7755 PR python/22731:
7756 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
7757
7758 2018-05-04 Tom Tromey <tom@tromey.com>
7759
7760 PR gdb/11750:
7761 * gdb.base/define.exp: Test defining a user command inside a user
7762 command.
7763 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
7764
7765 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7766 Pedro Alves <palves@redhat.com>
7767
7768 PR breakpoints/19806 and support for PR external/20207.
7769 * gdb.base/watchpoint-unaligned.c: New file.
7770 * gdb.base/watchpoint-unaligned.exp: New file.
7771
7772 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7773
7774 * gdb.base/maint.exp: Make test names unique, use
7775 test_prefix_command_help to test 'help maint info', and remove
7776 repeated test of 'help maint'.
7777
7778 2018-05-04 Tom Tromey <tom@tromey.com>
7779
7780 PR gdb/22619:
7781 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
7782 behavior.
7783
7784 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7785
7786 * gdb.base/maint.exp: Process output from 'maint print registers'
7787 line at a time.
7788
7789 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7790
7791 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
7792 timeout.
7793
7794 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
7795
7796 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
7797 filter pattern.
7798
7799 2018-05-02 Pedro Alves <palves@redhat.com>
7800
7801 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
7802 to_log_command renames.
7803 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
7804
7805 2018-05-02 Tom Tromey <tom@tromey.com>
7806
7807 * gdb.python/py-parameter.exp: Set test message.
7808
7809 2018-05-02 Tom Tromey <tom@tromey.com>
7810
7811 PR python/20084:
7812 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
7813 PARAM_ZUINTEGER_UNLIMITED tests.
7814
7815 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
7816
7817 PR rust/23124
7818 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
7819 when casting.
7820
7821 2018-04-30 Tom Tromey <tom@tromey.com>
7822
7823 * gdb.python/py-type.exp: Check align attribute.
7824 * gdb.python/py-type.c: New "aligncheck" global.
7825
7826 2018-04-30 Tom Tromey <tom@tromey.com>
7827
7828 PR exp/17095:
7829 * gdb.dwarf2/dw2-align.exp: New file.
7830 * gdb.cp/align.exp: New file.
7831 * gdb.base/align.exp: New file.
7832 * lib/gdb.exp (gdb_int128_helper): New proc.
7833 (has_int128_c, has_int128_cxx): New caching procs.
7834
7835 2018-04-27 Tom Tromey <tom@tromey.com>
7836
7837 PR rust/22545:
7838 * gdb.rust/simple.exp: Add inclusive range tests.
7839
7840 2018-04-26 Pedro Alves <palves@redhat.com>
7841
7842 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
7843 ifunc breakpoint locations correctly of ifunc breakpoints set
7844 while the program resolves the ifunc.
7845
7846 2018-04-26 Pedro Alves <palves@redhat.com>
7847
7848 * gdb.base/gnu-ifunc-final.c: New file.
7849 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
7850 * gdb.base/gnu-ifunc.exp (executable): Delete.
7851 (staticexecutable): Adjust.
7852 (lib_opts, exec_opts): Delete.
7853 (make_binsuffix, build, set-break): New procedures.
7854 (misc_tests): New, with tests factored out from the top level.
7855 (top level): Test different combinations of ifunc resolver name,
7856 resolver with and with debug info, and ifunc target with and
7857 without debug info. Wrap static tests with with_target_prefix.
7858
7859 2018-04-26 Pedro Alves <palves@redhat.com>
7860
7861 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
7862 return type" warnings.
7863
7864 2018-04-25 Pedro Alves <palves@redhat.com>
7865
7866 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
7867 killed".
7868 * gdb.base/kill-after-signal.exp: Likewise.
7869 * gdb.threads/kill.exp: Likewise.
7870
7871 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7872 Sergio Durigan Junior <sergiodj@redhat.com>
7873 Pedro Alves <palves@redhat.com>
7874
7875 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
7876 regexps to expect for '[Inferior ... detached]' as well.
7877 * gdb.base/attach.exp: Likewise.
7878 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
7879 "gdb_continue_to_end".
7880 (test_catch_syscall_with_wrong_args): Likewise.
7881 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
7882 ']'. Don't set 'verbose' on.
7883 * gdb.base/foll-vfork.exp: Likewise.
7884 * gdb.base/fork-print-inferior-events.c: New file.
7885 * gdb.base/fork-print-inferior-events.exp: New file.
7886 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
7887 '[Inferior ... has been killed]' message.
7888 * gdb.base/kill-after-signal.exp: Likewise.
7889 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
7890 detach message.
7891 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
7892 message.
7893 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
7894 regexps to expect for '[Inferior ... detached]' as well.
7895 * gdb.threads/process-dies-while-detaching.exp: Likewise.
7896
7897 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
7898
7899 PR gdb/23104
7900 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
7901
7902 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
7903
7904 PR gdb/23095
7905 * gdb.base/break-probes.exp: Pass shlib_load to
7906 prepare_for_testing. Set normal_bp to r_debug_state if target is
7907 bsd.
7908
7909 2018-04-19 Richard Bunt <richard.bunt@arm.com>
7910
7911 * gdb.threads/multiple-successive-infcall.c: New test.
7912 * gdb.threads/multiple-successive-infcall.exp: New file.
7913
7914 2018-04-17 Tom Tromey <tom@tromey.com>
7915
7916 * gdb.rust/simple.rs (Union): New type.
7917 (main): New local "u".
7918 * gdb.rust/simple.exp (test_one_slice): Add new test case.
7919
7920 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7921
7922 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
7923 number information in output of "whereis" command.
7924 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
7925
7926 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7927
7928 * gdb.ada/info_types.exp: Adjust expected output to the line
7929 numbers now printed by "info var/func/type".
7930 * gdb.base/completion.exp: Likewise.
7931 * gdb.base/included.exp: Likewise.
7932 * gdb.cp/cp-relocate.exp: Likewise.
7933 * gdb.cp/cplusfuncs.exp: Likewise.
7934 * gdb.cp/namespace.exp: Likewise.
7935 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
7936
7937 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7938
7939 * gdb.btrace/cpu.exp: New.
7940
7941 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7942
7943 * gdb.base/step-indirect-call-thunk.exp: New.
7944 * gdb.base/step-indirect-call-thunk.c: New.
7945 * gdb.reverse/step-indirect-call-thunk.exp: New.
7946 * gdb.reverse/step-indirect-call-thunk.c: New.
7947
7948 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
7949
7950 * gdb.base/pie-fork.c: New file.
7951 * gdb.base/pie-fork.exp: New file.
7952
7953 2018-04-11 Tom Tromey <tom@tromey.com>
7954
7955 * gdb.rust/simple.exp: Add test for ".." struct initializer.
7956
7957 2018-04-10 Pedro Alves <palves@redhat.com>
7958
7959 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
7960 exits. Instead loop running forever.
7961 (fork_parent): Run forever too.
7962
7963 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7964
7965 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
7966 mi_continue_to_line.
7967 * gdb.mi/mi-stack.c (callee4): Add comment.
7968
7969 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7970
7971 * gdb.mi/mi-stack.exp: Fix indentation.
7972
7973 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7974
7975 PR gdb/22979
7976 * gdb.arch/amd64-osabi.exp: New file.
7977
7978 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7979
7980 PR gdb/22980
7981 * gdb.base/osabi.exp: New file.
7982
7983 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
7984
7985 * gdb.cp/static-typedef-print.exp: New file.
7986 * gdb.cp/static-typedef-print.cc: New file.
7987
7988 2018-03-27 Joel Brobecker <brobecker@adacore.com>
7989
7990 * gdb.ada/varsize_limit: New testcase.
7991
7992 2018-03-27 Joel Brobecker <brobecker@adacore.com>
7993
7994 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
7995
7996 * gdb.ada/notcplusplus: New testcase.
7997
7998 * gdb.base/c-linkage-name.c: New file.
7999 * gdb.base/c-linkage-name.exp: New testcase.
8000
8001 2018-03-26 Tom Tromey <tom@tromey.com>
8002
8003 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
8004 * gdb.python/py-framefilter.py (name_error): New global.
8005 (ErrorInName.function): Use name_error.
8006
8007 2018-03-26 Tom Tromey <tom@tromey.com>
8008
8009 PR backtrace/15582:
8010 * gdb.python/py-framefilter.exp: Add "bt hide" test.
8011
8012 2018-03-23 Keith Seitz <keiths@redhat.com>
8013
8014 PR c++/22968
8015 * gdb.cp/subtypes.exp: New file.
8016 * gdb.cp/subtypes.h: New file.
8017 * gdb.cp/subtypes.cc: New file.
8018 * gdb.cp/subtypes-2.cc: New file.
8019
8020 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
8021
8022 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
8023 (done): Call '_exit' not 'exit' to avoid atexit handlers.
8024 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
8025 -nostartfiles when compiling the test. Confirm that all registers
8026 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
8027
8028 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
8029
8030 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
8031 option, syntax was wrong anyway.
8032 * gdb.arch/arm-disp-step.exp: Likewise.
8033 * gdb.arch/sparc64-regs.exp: Likewise.
8034 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
8035 option, syntax was wrong anyway, switch to use
8036 prepare_for_testing.
8037 * gdb.arch/i386-disp-step.exp: Likewise.
8038
8039 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
8040
8041 * gdb.ada/exec_changed.exp: Replace "target_info exists
8042 use_gdb_stub" by "use_gdb_stub".
8043 * gdb.ada/start.exp: Likewise.
8044 * gdb.base/async-shell.exp: Likewise.
8045 * gdb.base/attach-pie-misread.exp: Likewise.
8046 * gdb.base/attach-wait-input.exp: Likewise.
8047 * gdb.base/break-entry.exp: Likewise.
8048 * gdb.base/break-interp.exp: Likewise.
8049 * gdb.base/dprintf-detach.exp: Likewise.
8050 * gdb.base/nostdlib.exp: Likewise.
8051 * gdb.base/solib-nodir.exp: Likewise.
8052 * gdb.base/statistics.exp: Likewise.
8053 * gdb.base/testenv.exp: Likewise.
8054 * gdb.mi/mi-exec-run.exp: Likewise.
8055 * gdb.mi/mi-start.exp: Likewise.
8056 * gdb.multi/dummy-frame-restore.exp: Likewise.
8057 * gdb.multi/multi-arch-exec.exp: Likewise.
8058 * gdb.multi/multi-arch.exp: Likewise.
8059 * gdb.multi/tids.exp: Likewise.
8060 * gdb.multi/watchpoint-multi.exp: Likewise.
8061 * gdb.python/py-events.exp: Likewise.
8062 * gdb.threads/attach-into-signal.exp: Likewise.
8063 * gdb.threads/attach-stopped.exp: Likewise.
8064 * gdb.threads/threadapply.exp: Likewise.
8065 * lib/selftest-support.exp: Likewise.
8066
8067 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
8068
8069 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
8070
8071 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
8072
8073 * gdb.perf/template-breakpoints.cc: New file.
8074 * gdb.perf/template-breakpoints.exp: New file.
8075 * gdb.perf/template-breakpoints.py: New file.
8076
8077 2018-03-19 Tom Tromey <tom@tromey.com>
8078
8079 * gdb.rust/simple.rs (main): Add local variables field1, field2,
8080 y0.
8081 * gdb.rust/simple.exp: Test bare identifier form of struct
8082 initializer.
8083
8084 2018-03-19 Tom Tromey <tom@tromey.com>
8085
8086 * gdb.gdb/observer.exp: Remove.
8087
8088 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8089
8090 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
8091 "qualified" option when setting breakpoints.
8092 * gdb.trace/backtrace.exp: Likewise.
8093 * gdb.trace/circ.exp: Likewise.
8094 * gdb.trace/collection.exp: Likewise.
8095 * gdb.trace/disconnected-tracing.exp: Likewise.
8096 * gdb.trace/ftrace-lock.exp: Likewise.
8097 * gdb.trace/ftrace.exp: Likewise.
8098 * gdb.trace/infotrace.exp: Likewise.
8099 * gdb.trace/packetlen.exp: Likewise.
8100 * gdb.trace/passc-dyn.exp: Likewise.
8101 * gdb.trace/qtro.exp: Likewise.
8102 * gdb.trace/read-memory.exp: Likewise.
8103 * gdb.trace/report.exp: Likewise.
8104 * gdb.trace/signal.exp: Likewise.
8105 * gdb.trace/status-stop.exp: Likewise.
8106 * gdb.trace/strace.exp: Likewise.
8107 * gdb.trace/tfind.exp: Likewise.
8108 * gdb.trace/trace-break.exp: Likewise.
8109 * gdb.trace/trace-condition.exp: Likewise.
8110 * gdb.trace/trace-mt.exp: Likewise.
8111 * gdb.trace/tstatus.exp: Likewise.
8112 * gdb.trace/tsv.exp: Likewise.
8113 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8114 * gdb.trace/unavailable.exp: Likewise.
8115 * gdb.trace/while-dyn.exp: Likewise.
8116
8117 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8118
8119 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
8120 that libinproctrace is copied to the target.
8121
8122 2018-03-14 Tom Tromey <tom@tromey.com>
8123
8124 PR cli/14977:
8125 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
8126 a null pointer.
8127 * gdb.base/wchar.exp: Likewise.
8128
8129 2018-03-14 Tom Tromey <tom@tromey.com>
8130
8131 PR cli/19918:
8132 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
8133 flag.
8134
8135 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
8136
8137 PR gdb/22841
8138 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
8139 "target" to remote_exec.
8140
8141 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
8142
8143 PR gdb/22841
8144 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
8145 ${board}_upload): Remove.
8146
8147 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
8148
8149 * gdb.cp/watch-cp.cc: New test.
8150 * gdb.cp/watch-cp.exp: New file.
8151
8152 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8153
8154 * gdb.base/infcall-nested-structs.exp: New file.
8155 * gdb.base/infcall-nested-structs.c: New file.
8156 * gdb.base/float.exp: Add riscv support.
8157
8158 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
8159
8160 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
8161 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
8162
8163 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
8164
8165 * gdb.server/abspath.exp: New file.
8166 * lib/gdb.exp (with_cwd): New procedure.
8167
8168 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
8169
8170 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
8171 use it.
8172 (gdb_is_target_remote_prompt): New proc.
8173 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
8174 (gdb_is_target_native): Pass prompt parameter to
8175 gdb_is_target_1.
8176
8177 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
8178
8179 * gdb.base/load-command.c: New file.
8180 * gdb.base/load-command.exp: New file.
8181 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
8182 (gdb_is_target_1): ...this, and generalize for other targets
8183 than just remote.
8184 (gdb_is_target_remote): Use gdb_is_target_1.
8185 (gdb_is_target_native): use gdb_is_target_1.
8186
8187 2018-02-26 Tom Tromey <tom@tromey.com>
8188
8189 PR python/16497:
8190 * gdb.python/py-framefilter.exp: Update test.
8191
8192 2018-02-26 Tom Tromey <tom@tromey.com>
8193
8194 * gdb.dwarf2/variant.c: New file.
8195 * gdb.dwarf2/variant.exp: New file.
8196
8197 2018-02-26 Tom Tromey <tom@tromey.com>
8198
8199 * gdb.rust/simple.exp: Accept more possible results in enum test.
8200
8201 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
8202
8203 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
8204 parentheses.
8205
8206 2018-02-23 Maciej W. Rozycki <macro@mips.com>
8207
8208 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
8209 name of a variable: $actual_linejj -> $actual_line.
8210
8211 2018-02-21 John Baldwin <jhb@FreeBSD.org>
8212
8213 * gdb.arch/amd64-i386-address.exp: Fix a typo.
8214
8215 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
8216
8217 * gdb.btrace/buffer-size.exp: Do not force BTS.
8218
8219 2018-02-14 Pedro Alves <palves@redhat.com>
8220
8221 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
8222 getting a "Quit".
8223
8224 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
8225
8226 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
8227 Fix test name.
8228
8229 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
8230
8231 * gdb.cp/m-static.exp: Check type of optimized out static
8232 member.
8233
8234 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
8235
8236 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
8237 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
8238
8239 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
8240 Leszek Swirski <leszeks@google.com>
8241
8242 * gdb.python/py-prettyprint.c
8243 (struct to_string_returns_value_inner,
8244 struct to_string_returns_value_wrapper): New.
8245 (main): Add tsrvw variable.
8246 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
8247 ToStringReturnsValueWrapper): New classes.
8248 (register_pretty_printers): Register new pretty-printers.
8249 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
8250 recursive pretty printer.
8251 * gdb.python/py-mi.exp: Likewise.
8252
8253 2018-02-01 Leszek Swirski <leszeks@google.com>
8254
8255 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
8256 functions with the same name as an include file are parsed
8257 correctly.
8258
8259 2018-02-01 Yao Qi <yao.qi@linaro.org>
8260
8261 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
8262 "\[^\r\n\]*".
8263
8264 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
8265
8266 * gdb.arch/powerpc-prologue-frame.s: New file.
8267 * gdb.arch/powerpc-prologue-frame.c: Likewise.
8268 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
8269
8270 2018-01-31 Joel Brobecker <brobecker@adacore.com>
8271
8272 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
8273
8274 2018-01-30 Pedro Alves <palves@redhat.com>
8275
8276 PR gdb/13211
8277 * gdb.base/interrupt-daemon.c: New.
8278 * gdb.base/interrupt-daemon.exp: New.
8279 * gdb.multi/multi-term-settings.c: New.
8280 * gdb.multi/multi-term-settings.exp: New.
8281
8282 2018-01-30 Joel Brobecker <brobecker@adacore.com>
8283
8284 * gdb.base/break.exp: Save the location where the breakpoint
8285 on break.c:47 was actually inserted when debugging the version
8286 compiled at -O2 and use it in the expected output of the "info
8287 break" test performed soon after.
8288
8289 2018-01-22 Pedro Alves <palves@redhat.com>
8290 Sergio Durigan Junior <sergiodj@redhat.com>
8291
8292 * gdb.base/whatis.exp: Add tests for 'set print object on' +
8293 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
8294
8295 2018-01-22 Joel Brobecker <brobecker@adacore.com>
8296
8297 * gdb.base/break-include.c, gdb.base/break-include.inc,
8298 gdb.base/break-include.exp: New files.
8299 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
8300 line number now being the actual line number where the breakpoint
8301 was inserted.
8302 * gdb.mi/mi-break.exp: Likewise.
8303 * gdb.mi/mi-reverse.exp: Likewise.
8304 * gdb.mi/mi-simplerun.exp: Ditto.
8305
8306 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
8307
8308 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
8309 varobj.
8310 * gdb.mi/mi-var-create-rtti.exp: Likewise.
8311
8312 2018-01-21 Don Breazeal <donb@codesourcery.com>
8313 Andrew Burgess <andrew.burgess@embecosm.com>
8314
8315 * gdb.mi/basics.c: Add new global.
8316 * gdb.mi/mi-frame-regs.exp: New file.
8317 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
8318 case.
8319
8320 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
8321
8322 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
8323 non-parameter, and on an unknown symbol.
8324
8325 2018-01-19 Tom Tromey <tom@tromey.com>
8326
8327 * gdb.rust/modules.rs (TWENTY_THREE): New global.
8328 * gdb.rust/modules.exp: Add ::-qualified lookup test.
8329
8330 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8331
8332 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
8333 setrlimit and chdir to int.
8334
8335 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8336
8337 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
8338 function.
8339 (my_tend): Likewise.
8340 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
8341 rationale of avoiding FP- and vector instructions.
8342
8343 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
8344
8345 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
8346 "info reg" with "\[ \t\]*".
8347 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
8348 "\[ \t\]+".
8349 * gdb.arch/s390-multiarch.exp: Ditto.
8350 * gdb.base/pc-fp.exp: Ditto.
8351 * gdb.reverse/i386-precsave.exp: Ditto.
8352 * gdb.reverse/i386-reverse.exp: Ditto.
8353 * gdb.reverse/i387-env-reverse.exp: Ditto.
8354 * gdb.reverse/i387-stack-reverse.exp: Ditto.
8355
8356 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
8357
8358 * lib/gdb.exp (gdb_compile): Re-enable use of
8359 universal_compile_options for languages other than Rust.
8360
8361 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
8362
8363 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
8364
8365 2018-01-17 Mike Gulick <mgulick@mathworks.com>
8366
8367 PR gdb/16577
8368 * gdb.base/solib-vanish.exp: New.
8369 * gdb.base/solib-vanish-main.c: New.
8370 * gdb.base/solib-vanish-lib1.c: New.
8371 * gdb.base/solib-vanish-lib2.c: New.
8372
8373 2018-01-17 Yao Qi <yao.qi@linaro.org>
8374
8375 * gdb.compile/compile.exp: Match the address printed for
8376 frame in the output of command "bt".
8377
8378 2018-01-15 Tom Tromey <tom@tromey.com>
8379
8380 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
8381 compute sp_reg.
8382
8383 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
8384
8385 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
8386 to prepare.
8387 (prepare): Return 0 on error, 1 on success.
8388
8389 2018-01-12 Pedro Alves <palves@redhat.com>
8390
8391 * gdb.base/continue-after-aborted-step-over.c: New.
8392 * gdb.base/continue-after-aborted-step-over.exp: New.
8393
8394 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
8395
8396 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
8397 options when not creating an executable.
8398
8399 2018-01-11 Pedro Alves <palves@redhat.com>
8400
8401 PR remote/22597
8402 * gdb.server/stop-reply-no-thread.c: New file.
8403 * gdb.server/stop-reply-no-thread.exp: New file.
8404
8405 2018-01-10 Pedro Alves <palves@redhat.com>
8406
8407 PR gdb/22670
8408 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
8409 functions too. Test setting breakpoints and printing C functions
8410 with no debug info too.
8411 * gdb.ada/bp_c_mixed_case/qux.c: New file.
8412
8413 2018-01-10 Pedro Alves <palves@redhat.com>
8414
8415 PR gdb/22670
8416 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
8417 a fail.
8418
8419 2018-01-10 Pedro Alves <palves@redhat.com>
8420
8421 PR gdb/22670
8422 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
8423
8424 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
8425
8426 * gdb.server/unittest.exp: Match the output in non-development
8427 mode.
8428
8429 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
8430
8431 * gdb.gdb/unittest.exp: Match output in non-development mode.
8432
8433 2018-01-08 Joel Brobecker <brobecker@adacore.com>
8434
8435 * gdb.ada/access_tagged_param.exp: Relax expected output
8436 for value of "ObjL" in "continue" to pck.inspect breakpoint
8437 test.
8438
8439 2018-01-08 Joel Brobecker <brobecker@adacore.com>
8440
8441 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
8442 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
8443
8444 2018-01-05 Pedro Alves <palves@redhat.com>
8445
8446 PR gdb/18653
8447 * gdb.base/libsegfault.exp: New.
8448
8449 2018-01-05 Joel Brobecker <brobecker@adacore.com>
8450
8451 PR gdb/22670
8452 * gdb.ada/access_tagged_param.exp: New file.
8453 * gdb.ada/access_tagged_param/foo.adb: New file.
8454
8455 2018-01-05 Pedro Alves <palves@redhat.com>
8456
8457 PR gdb/22670
8458 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
8459 exercise lower case too, and to exercise both full matching and
8460 wild matching.
8461
8462 2018-01-05 Joel Brobecker <brobecker@adacore.com>
8463
8464 * gdb.ada/rename_subscript_param: New testcase.
8465
8466 2018-01-05 Jerome Guitton <guitton@adacore.com>
8467
8468 * gdb.ada/arr_acc_idx_w_gap: New testcase.
8469
8470 2018-01-05 Joel Brobecker <brobecker@adacore.com>
8471
8472 * gdb.ada/convvar_comp: New testcase.
8473
8474 2018-01-05 Xavier Roirand <roirand@adacore.com>
8475
8476 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
8477 (My_Table): New global variable.
8478 * testsuite/gdb.ada/array_char_idx.exp: Add test.
8479
8480 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8481
8482 PR gdb/22670
8483 * gdb.ada/maint_with_ada: New testcase.
8484
8485 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8486
8487 PR gdb/22670
8488 * gdb.ada/bp_c_mixed_case: New testcase.
8489
8490 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8491
8492 PR gdb/22670
8493 * gdb.ada/complete.exp: Add "complete break ada" test.
8494
8495 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8496
8497 PR gdb/22670
8498 * gdb.ada/info_addr_mixed_case: New testcase.
8499
8500 2018-01-03 Xavier Roirand <roirand@adacore.com>
8501
8502 * gdb.ada/excep_handle.exp: New testcase.
8503 * gdb.ada/excep_handle/foo.adb: New file.
8504 * gdb.ada/excep_handle/pck.ads: New file.
8505
8506 2018-01-03 Joel Brobecker <brobecker@adacore.com>
8507
8508 * gdb.base/step-line.c: Add extra empty line in copyright header.
8509 * gdb.base/step-line.inp: Likewise.
8510
8511 2018-01-02 Joel Brobecker <brobecker@adacore.com>
8512
8513 * gdb.ada/dyn_stride.exp: Add slice test.
8514
8515 2018-01-02 Joel Brobecker <brobecker@adacore.com>
8516
8517 * gdb.ada/dyn_stride: New testcase.
8518
8519 2017-12-27 Stafford Horne <shorne@gmail.com>
8520
8521 * gdb.xml/extra-regs.xml: Add example foo reggroup.
8522 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
8523
8524 2017-12-27 Stafford Horne <shorne@gmail.com>
8525
8526 * gdb.base/reggroups.c: New file.
8527 * gdb.base/reggroups.exp: New file.
8528
8529 2017-12-18 Joel Brobecker <brobecker@adacore.com>
8530
8531 * gdb.dwarf2/ada-valprint-error.c: New file.
8532 * gdb.dwarf2/ada-valprint-error.exp: New file.
8533
8534 2017-12-18 Joel Brobecker <brobecker@adacore.com>
8535
8536 * gdb.ada/assign_arr: New testcase.
8537
8538 2017-12-18 Xavier Roirand <roirand@adacore.com>
8539
8540 * gdb.ada/funcall_ptr: New testcase.
8541
8542 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8543
8544 PR cli/16224
8545 * gdb.base/ptype-offsets.cc: New file.
8546 * gdb.base/ptype-offsets.exp: New file.
8547
8548 2017-12-15 Yao Qi <yao.qi@linaro.org>
8549
8550 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
8551 if XML is disabled.
8552
8553 2017-12-15 Xavier Roirand <roirand@adacore.com>
8554
8555 * gdb.ada/same_component_name: New testcase.
8556
8557 2017-12-14 Joel Brobecker <brobecker@adacore.com>
8558
8559 * gdb.ada/str_binop_equal: New testcase.
8560
8561 2017-12-14 Joel Brobecker <brobecker@adacore.com>
8562
8563 * gdb.ada/task_switch_in_core: New testcase.
8564
8565 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
8566
8567 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
8568 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
8569 call test_bkpt_qualified.
8570 (test_bkpt_qualified): New proc.
8571
8572 2017-12-13 Pedro Alves <palves@redhat.com>
8573
8574 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
8575 Tighten regexp by matching with an anchor.
8576
8577 2017-12-13 Pedro Alves <palves@redhat.com>
8578
8579 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
8580 ("expression with namespace"): New set of tests.
8581 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
8582 (Nested::Test_NS::qux): New.
8583 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
8584 defaults to 'start_quote_char' and 'end_quote_char' parameters.
8585
8586 2017-12-13 Joel Brobecker <brobecker@adacore.com>
8587
8588 * gdb.base/server-del-break.c: New file.
8589 * gdb.base/server-del-break.exp: New file.
8590
8591 2017-12-12 Stafford Horne <shorne@gmail.com>
8592
8593 * gdb.xml/tdesc-regs.exp: Add or1k support.
8594
8595 2017-12-12 Stafford Horne <shorne@gmail.com>
8596
8597 * gdb.base/bp-permanent.c: Define nop of or1k.
8598
8599 2017-12-11 Joel Brobecker <brobecker@adacore.com>
8600
8601 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
8602 output with components being reordered.
8603
8604 2017-12-11 Joel Brobecker <brobecker@adacore.com>
8605
8606 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
8607 output with components being reordered.
8608
8609 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8610 Pedro Alves <palves@redhat.com>
8611
8612 * gdb.base/maint.exp (check for .gdb_index): Check also for
8613 .debug_names.
8614 * gdb.dlang/watch-loc.c (.debug_aranges): New.
8615 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
8616 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
8617 (.gdb_index used after symbol reloading): Support also .debug_names.
8618 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
8619
8620 2017-12-08 Yao Qi <yao.qi@linaro.org>
8621
8622 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
8623 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
8624
8625 2017-12-08 Yao Qi <yao.qi@linaro.org>
8626
8627 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
8628 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
8629
8630 2017-12-08 Yao Qi <yao.qi@linaro.org>
8631
8632 * gdb.arch/aarch64-tagged-pointer.c: New file.
8633 * gdb.arch/aarch64-tagged-pointer.exp: New file.
8634
8635 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
8636
8637 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
8638 "int".
8639
8640 2017-12-07 Keith Seitz <keiths@redhat.com>
8641
8642 PR breakpoints/22569
8643 * gdb.linespec/ls-errs.exp: Change expected result of "break
8644 -source this file has spaces.c -line 3".
8645 Check that an explicit source file followed by whitespace is
8646 identified as an invalid explicit location.
8647
8648 2017-12-07 Keith Seitz <keiths@redhat.com>
8649
8650 * gdb.cp/nested-types.cc: New file.
8651 * gdb.cp/nested-types.exp: New file.
8652 * lib/cp-support.exp: Load data-structures.exp library.
8653 (debug_cp_test_ptype_class): New global.
8654 (cp_ptype_class_verbose, next_line): New procedures.
8655 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
8656 Add and document new return value.
8657 Switch the list of lines to a queue.
8658 Add support for new `type' key for nested type definitions.
8659 Add debugging/troubleshooting messages.
8660 * lib/data-structures.exp: New file.
8661
8662 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
8663
8664 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
8665 with proc_with_prefix, don't use with_test_prefix.
8666
8667 2017-12-07 Tom Tromey <tom@tromey.com>
8668
8669 * gdb.base/break.exp: Add test for empty "commands".
8670
8671 2017-12-07 Yao Qi <yao.qi@linaro.org>
8672
8673 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
8674 malloc and catch syscall.
8675
8676 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
8677
8678 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
8679 tests for explicit locations.
8680
8681 2017-12-06 Pedro Alves <palves@redhat.com>
8682
8683 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
8684 force-disabling XML descriptions.
8685
8686 2017-12-04 Pedro Alves <palves@redhat.com>
8687
8688 PR gdb/22499
8689 * gdb.arch/amd64-disp-step-avx.S: New file.
8690 * gdb.arch/amd64-disp-step-avx.exp: New file.
8691
8692 2017-12-03 Pedro Alves <palves@redhat.com>
8693
8694 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
8695 and <string.h>.
8696 (parent_function): Print distinct messages when waitpid fails, or
8697 the child exits with a signal, or the child exits for an unhandled
8698 reason.
8699 * gdb.threads/process-dies-while-detaching.exp
8700 (detach_and_expect_exit): New 'inf_output_re' parameter and use
8701 it. Wait for both inferior output and GDB's prompt. Use an
8702 indirect spawn id list.
8703 (do_detach): New parameter 'child_exit'. Use it to compute
8704 expected inferior output.
8705 (test_detach, test_detach_watch, test_detach_killed_outside):
8706 Adjust to pass down the expected child exit kind.
8707
8708 2017-12-01 Joel Brobecker <brobecker@adacore.com>
8709 Sergio Durigan Junior <sergiodj@redhat.com>
8710 Pedro Alves <palves@redhat.com>
8711
8712 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
8713
8714 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
8715
8716 * gdb.base/relocate.exp: Add tests to guarantee that arguments
8717 to 'symbol-file' and 'add-symbol-file' can be
8718 position-independent.
8719
8720 2017-12-01 Yao Qi <yao.qi@linaro.org>
8721
8722 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
8723 the URL in copyright header.
8724 * gdb.arch/aarch64-fp.exp: Likewise.
8725 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
8726 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
8727 * gdb.base/expand-psymtabs.exp: Likewise.
8728 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
8729 * gdb.fortran/common-block.exp: Likewise.
8730 * gdb.fortran/common-block.f90: Likewise.
8731 * gdb.fortran/logical.exp: Likewise.
8732 * gdb.fortran/vla-datatypes.f90: Likewise.
8733 * gdb.fortran/vla-sub.f90: Likewise.
8734
8735 2017-11-30 Joel Brobecker <brobecker@adacore.com>
8736
8737 * gdb.ada/repeat_dyn: New testcase.
8738
8739 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
8740
8741 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
8742 Update for changed thread numbering.
8743 * gdb.cell/bt.exp: Update for changed GDB output.
8744
8745 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
8746
8747 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
8748 setting isremote by hand.
8749 * boards/dwarf4-gdb-index.exp: Likewise.
8750 * boards/fission.exp: Likewise.
8751 * boards/stabs.exp: Likewise.
8752
8753 2017-11-30 Pedro Alves <palves@redhat.com>
8754
8755 * gdb.linespec/cpls-ops.exp
8756 (check_explicit_skips_function_argument): Extract the underlying
8757 type of size_t instead of hardcoding it.
8758
8759 2017-11-29 Pedro Alves <palves@redhat.com>
8760
8761 PR c++/19436
8762 * gdb.linespec/cpls-abi-tag.cc: New file.
8763 * gdb.linespec/cpls-abi-tag.exp: New file.
8764
8765 2017-11-29 Pedro Alves <palves@redhat.com>
8766
8767 * gdb.base/langs.exp: Use -qualified.
8768 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
8769 it.
8770 * gdb.cp/namespace.exp: Use -qualified.
8771 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
8772 (overload-3, template-overload, template-ret-type, const-overload)
8773 (const-overload-quoted, anon-ns, ambiguous-prefix): New
8774 procedures.
8775 (test_driver): Call them.
8776 * gdb.cp/save-bp-qualified.cc: New.
8777 * gdb.cp/save-bp-qualified.exp: New.
8778 * gdb.linespec/explicit.exp: Test -qualified.
8779 * lib/completion-support.exp (completion::explicit_opts_list): Add
8780 "-qualified".
8781 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
8782
8783 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
8784
8785 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
8786
8787 2017-11-29 Tom Tromey <tom@tromey.com>
8788
8789 * gdb.base/relocate.exp: Update invalid argument test.
8790 Add new tests for invalid arguments.
8791
8792 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8793
8794 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
8795 Return 0 as a long.
8796 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
8797
8798 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8799
8800 * gdb.cp/breakpoint.cc (bar): Set return type to void.
8801 * gdb.cp/psymtab-parameter.cc (func): Likewise.
8802 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
8803 func ().
8804 * gdb.cp/shadow.cc (B.func): Return 0.
8805
8806 2017-11-27 Joel Brobecker <brobecker@adacore.com>
8807
8808 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
8809 expected output in gdb_expect call to allow the exception
8810 message to be present as well. Fix syntax confusion to avoid
8811 TCL thinking that exception_name is an array.
8812
8813 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
8814
8815 * gdb.arch/spu-info.c: Include <unistd.h>.
8816 (do_signal_test): Fix broken calls to write.
8817 * gdb.arch/spu-info.exp: Use prepare_for_testing.
8818 Fix checks for empty mailboxes. Update signal tests for corrected
8819 do_signal_test routine. Allow nonzero event status.
8820 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
8821 * gdb.cell/arch.exp: Use standard_output_file.
8822 * gdb.cell/break.exp: Likewise.
8823 * gdb.cell/bt.exp: Likewise.
8824 * gdb.cell/core.exp: Likewise.
8825 * gdb.cell/dwarfaddr.exp: Likewise.
8826 * gdb.cell/ea-cache.exp: Likewise.
8827 * gdb.cell/ea-standalone.exp: Likewise.
8828 * gdb.cell/f-regs.exp: Likewise.
8829 * gdb.cell/fork.exp: Likewise.
8830 * gdb.cell/gcore.exp: Likewise.
8831 * gdb.cell/mem-access.exp: Likewise.
8832 * gdb.cell/ptype.exp: Likewise.
8833 * gdb.cell/registers.exp: Likewise.
8834 * gdb.cell/sizeof.exp: Likewise.
8835 * gdb.cell/solib-symbol.exp: Likewise.
8836 * gdb.cell/solib.exp: Likewise.
8837
8838 2017-11-25 Pedro Alves <palves@redhat.com>
8839
8840 * gdb.base/complete-empty.exp: New file.
8841 * gdb.base/completion.exp: Adjust.
8842
8843 2017-11-25 Pedro Alves <palves@redhat.com>
8844
8845 * gdb.linespec/cpls-ops.cc: New file.
8846 * gdb.linespec/cpls-ops.exp: New file.
8847 * lib/completion-support.exp (test_complete_prefix_range_re): New,
8848 factored out from ...
8849 (test_complete_prefix_range): ... this.
8850
8851 2017-11-24 Pedro Alves <palves@redhat.com>
8852
8853 * gdb.linespec/cpcompletion.exp: New file.
8854 * gdb.linespec/cpls-hyphen.cc: New file.
8855 * gdb.linespec/cpls.cc: New file.
8856 * gdb.linespec/cpls2.cc: New file.
8857 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
8858 test to use test_gdb_complete_unique. Add label completion,
8859 keyword completion and explicit location completion tests.
8860 * lib/completion-support.exp: New file.
8861
8862 2017-11-24 Joel Brobecker <brobecker@adacore.com>
8863
8864 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
8865 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
8866 when hitting an exception catchpoint.
8867
8868 2017-11-22 Yao Qi <yao.qi@linaro.org>
8869
8870 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
8871
8872 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
8873
8874 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
8875 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
8876 * gdb.dwarf2/info-locals-optimized-out.c: New file.
8877
8878 2017-11-22 Yao Qi <yao.qi@linaro.org>
8879
8880 * gdb.base/info-os.exp: Pass pthreads.
8881 * gdb.multi/multi-attach.exp: Likewise.
8882
8883 2017-11-22 Yao Qi <yao.qi@linaro.org>
8884
8885 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
8886 compiler.
8887
8888 2017-11-22 Yao Qi <yao.qi@linaro.org>
8889
8890 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
8891 * gdb.base/break-interp.exp: Likewise.
8892 * gdb.base/jit-attach-pie.exp: Likewise.
8893
8894 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8895
8896 * gdb.base/float128.c (large128): New variable.
8897 * gdb.base/float128.exp: Add test to print largest __float128 value.
8898
8899 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8900
8901 * gdb.arch/vsx-regs.exp: Update register content checks.
8902
8903 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
8904
8905 * gdb.arch/ppc-longdouble.exp: New file.
8906 * gdb.arch/ppc-longdouble.c: Likewise.
8907
8908 2017-11-21 Pedro Alves <palves@redhat.com>
8909
8910 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
8911
8912 2017-11-20 Pedro Alves <palves@redhat.com>
8913
8914 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
8915 (long_double_typedef): New typedefs.
8916 Use DEF on double and long double.
8917 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
8918 cases.
8919 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
8920 and 'long_double_ptr_same_size' locals. Use them to decide
8921 whether cast from array/function to float is valid/invalid.
8922
8923 2017-11-17 Tom Tromey <tom@tromey.com>
8924
8925 * gdb.rust/traits.rs: New file.
8926 * gdb.rust/traits.exp: New file.
8927
8928 2017-11-17 Joel Brobecker <brobecker@adacore.com>
8929
8930 * gdb.ada/minsyms: New testcase.
8931
8932 2017-11-16 Pedro Alves <palves@redhat.com>
8933
8934 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
8935 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
8936
8937 2017-11-16 Pedro Alves <palves@redhat.com>
8938
8939 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
8940 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
8941
8942 2017-11-16 Pedro Alves <palves@redhat.com>
8943
8944 * gdb.server/reconnect-ctrl-c.c: New file.
8945 * gdb.server/reconnect-ctrl-c.exp: New file.
8946
8947 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
8948
8949 * gdb.python/py-rbreak.exp: New file.
8950 * gdb.python/py-rbreak.c: New file.
8951 * gdb.python/py-rbreak-func2.c: New file.
8952
8953 2017-11-16 Pedro Alves <palves@redhat.com>
8954
8955 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
8956 pattern.
8957 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
8958 GDB.
8959
8960 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
8961
8962 * gdb.tui/completionn.exp (test_tab_completion): Add space in
8963 regex.
8964
8965 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
8966
8967 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
8968 test names.
8969
8970 2017-11-09 Pedro Alves <palves@redhat.com>
8971
8972 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
8973 factored out from ...
8974 (top level): ... here, and adjusted to avoid expecting beyond the
8975 prompt in a single gdb_test_multiple.
8976
8977 2017-11-09 Pedro Alves <palves@redhat.com>
8978
8979 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
8980 output.
8981 * gdb.server/ext-attach.exp ("kill" test): Likewise.
8982 * gdb.server/ext-restart.exp ("kill" test): Likewise.
8983 * gdb.server/ext-run.exp ("kill" test): Likewise.
8984 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
8985
8986 2017-11-09 Pedro Alves <palves@redhat.com>
8987
8988 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
8989 match till end of line.
8990
8991 2017-11-09 Pedro Alves <palves@redhat.com>
8992
8993 * gdb.base/memattr.exp: Tighten regexes to match the end line.
8994
8995 2017-11-09 Pedro Alves <palves@redhat.com>
8996
8997 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
8998 New procedures, factored out from ...
8999 (top level): ... here, and adjusted to avoid expecting beyond the
9000 prompt in one go.
9001
9002 2017-11-09 Pedro Alves <palves@redhat.com>
9003
9004 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
9005 output. Fix '?' match.
9006
9007 2017-11-08 Joel Brobecker <brobecker@adacore.com>
9008
9009 * gdb.ada/scoped_watch: New testcase.
9010 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
9011 which is actually correct.
9012 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
9013 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
9014
9015 2017-11-08 Pedro Alves <palves@redhat.com>
9016
9017 * gdb.gdb/complaints.exp (test_initial_complaints)
9018 (test_serial_complaints, test_short_complaints): Call
9019 complaint_internal instead of complaint.
9020
9021 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
9022
9023 * gdb.threads/tls-core.c: New file.
9024 * gdb.threads/tls-core.exp: Likewise.
9025
9026 2017-11-08 Pedro Alves <palves@redhat.com>
9027
9028 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
9029 (p Exported_Capitalized): New test.
9030 (p exported_capitalized): New test.
9031
9032 2017-11-07 Pedro Alves <palves@redhat.com>
9033
9034 * gdb.cp/ena-dis-br-range.exp: Add more tests.
9035
9036 2017-11-07 Pedro Alves <palves@redhat.com>
9037
9038 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
9039 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
9040 (disable_invalid, disable_inverted, disable_negative): New
9041 procedures.
9042 ("bad numbers"): New set of tests.
9043
9044 2017-11-07 Pedro Alves <palves@redhat.com>
9045
9046 * gdb.cp/ena-dis-br-range.exp: Add tests.
9047
9048 2017-11-07 Pedro Alves <palves@redhat.com>
9049
9050 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
9051
9052 2017-11-07 Xavier Roirand <roirand@adacore.com>
9053 Pedro Alves <palves@redhat.com>
9054
9055 * gdb.base/ena-dis-br.exp: Add reference to
9056 gdb.cp/ena-dis-br-range.exp.
9057 * gdb.cp/ena-dis-br-range.exp: New file.
9058 * gdb.cp/ena-dis-br-range.cc: New file.
9059
9060 2017-11-06 Pedro Alves <palves@redhat.com>
9061
9062 * gdb.base/attach-non-pgrp-leader.c: New.
9063 * gdb.base/attach-non-pgrp-leader.exp: New.
9064
9065 2017-11-06 Pedro Alves <palves@redhat.com>
9066
9067 * configure.ac: No longer check for termio.h and sgtty.h.
9068 * configure: Regenerate.
9069 * remote-utils.c: Include termios.h instead of gdb_termios.h.
9070 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
9071 Remove termio and sgtty code.
9072
9073 2017-11-03 Yao Qi <yao.qi@linaro.org>
9074
9075 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
9076 in GDB is disabled.
9077
9078 2017-11-03 Yao Qi <yao.qi@linaro.org>
9079
9080 * gdb.python/py-thrhandle.exp: Skip it if python is not
9081 enabled.
9082
9083 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
9084
9085 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
9086 as a breakpoint command.
9087
9088 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
9089
9090 PR python/21213
9091 * gdb.python/py-infthread.exp: Test calling
9092 InferiorThread.inferior () multiple times in a row.
9093
9094 2017-10-27 Keith Seitz <keiths@redhat.com>
9095
9096 * gdb.opt/inline-break.exp (break_info_1): New procedure.
9097 Test "info break" for every inlined function breakpoint.
9098
9099 2017-10-27 Yao Qi <yao.qi@linaro.org>
9100
9101 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
9102
9103 2017-10-26 Patrick Frants <osscontribute@gmail.com>
9104
9105 * gdb.cp/classes.exp (test_static_members): Test printing
9106 Outer::instance.
9107 * gdb.cp/classes.c (struct Inner, struct Outer): New.
9108 (Inner::instance, Outer::instance): New.
9109
9110 2017-10-24 Pedro Alves <palves@redhat.com>
9111
9112 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
9113 extra console" test in two stages.
9114
9115 2017-10-24 Pedro Alves <palves@redhat.com>
9116
9117 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
9118
9119 2017-10-24 Pedro Alves <palves@redhat.com>
9120
9121 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
9122 loop.
9123
9124 2017-10-24 Pedro Alves <palves@redhat.com>
9125
9126 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
9127 $attempt" and "stoppedtry $stoppedtry" test prefixes.
9128
9129 2017-10-24 Pedro Alves <palves@redhat.com>
9130
9131 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
9132 parameter and handle it. Don't output read value in test name.
9133
9134 2017-10-24 Pedro Alves <palves@redhat.com>
9135
9136 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
9137 custom test name.
9138
9139 2017-10-24 Pedro Alves <palves@redhat.com>
9140
9141 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
9142 include the unstable output directory name in the test's name.
9143 (initial_setup_simple) <'set args'>: Use custom test name.
9144
9145 2017-10-24 Pedro Alves <palves@redhat.com>
9146
9147 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
9148 with explicit test name.
9149
9150 2017-10-20 Pedro Alves <palves@redhat.com>
9151
9152 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
9153 'wait -i'. Use gdb_assert and remote_close.
9154
9155 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
9156
9157 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
9158 number from variable rather than hard-coded.
9159
9160 2017-10-19 Pedro Alves <palves@redhat.com>
9161
9162 * gdb.base/long-inferior-output.c: New file.
9163 * gdb.base/long-inferior-output.exp: New file.
9164
9165 2017-11-18 Keith Seitz <keiths@redhat.com>
9166
9167 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
9168 method.
9169 (main): Call it.
9170 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
9171 Add additional user-defined conversion operator tests.
9172
9173 2017-10-17 Pedro Alves <palves@redhat.com>
9174
9175 * boards/native-stdio-gdbserver.exp: Load "local-board".
9176
9177 2017-10-17 Pedro Alves <palves@redhat.com>
9178
9179 * gdb.base/quit-live.c: New file.
9180 * gdb.base/quit-live.exp: New file.
9181
9182 2017-10-16 Keith Seitz <keiths@redhat.com>
9183
9184 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
9185 (class_with_protected_typedef, class_with_private_typedef)
9186 (struct_with_public_typedef, struct_with_protected_typedef)
9187 (struct_with_private_typedef): New classes/structs.
9188 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
9189 typedefs and access specifiers.
9190
9191 2017-10-16 Pedro Alves <palves@redhat.com>
9192 Simon Marchi <simon.marchi@polymtl.ca>
9193
9194 * README (Local vs Remote vs Native): New section.
9195 * boards/local-board.exp: New file, with bits factored out from
9196 ...
9197 * boards/native-extended-gdbserver.exp: ... here. Load
9198 "local-board".
9199 * boards/native-gdbserver.exp: Load "local-board".
9200 (${board}_spawn, ${board}_exec): Delete.
9201 * boards/native-stdio-gdbserver.exp: Most contents factored out to
9202 ...
9203 * boards/stdio-gdbserver-base.exp: ... this new file.
9204 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
9205 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
9206 procedure.
9207 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
9208 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
9209 stdio_gdbserver_command.
9210 (${board}_get_remote_address, ${board}_get_comm_port)
9211 (${board}_download, ${board}_upload): Delete.
9212 (get_target_remote_pipe_cmd): New.
9213
9214 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
9215
9216 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
9217 test_bkpt_deletion, test_bkpt_cond_and_cmds,
9218 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
9219 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
9220 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
9221 remove with_test_prefix.
9222
9223 2017-10-13 Pedro Alves <palves@redhat.com>
9224
9225 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
9226 * gdb.base/annota1.exp: Use it instead of is_remote.
9227 * gdb.base/annota3.exp: Use it instead of is_remote.
9228 * gdb.cp/annota2.exp: Use it instead of is_remote.
9229 * gdb.cp/annota3.exp: Use it instead of is_remote.
9230 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
9231
9232 2017-10-13 Pedro Alves <palves@redhat.com>
9233
9234 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
9235 (test_num_test_vars, run_and_count_vars, find_env)
9236 (test_set_unset_env, test_inherit_env_var): New procedures.
9237 (top level): Use them.
9238
9239 2017-10-13 Pedro Alves <palves@redhat.com>
9240
9241 * lib/selftest-support.exp (selftest_setup): Extend comments, and
9242 also skip on stub-like targets.
9243
9244 2017-10-13 Pedro Alves <palves@redhat.com>
9245
9246 PR gdb/22293
9247 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
9248 (top level): Move some tests to ...
9249 (test_not_found): ... this new procedure.
9250 (top level): Call it.
9251
9252 2017-10-13 Pedro Alves <palves@redhat.com>
9253
9254 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
9255 expect different "info terminal" output if testing with a
9256 non-native target.
9257
9258 2017-10-13 Pedro Alves <palves@redhat.com>
9259 Simon Marchi <simon.marchi@polymtl.ca>
9260
9261 PR python/12966
9262 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
9263
9264 2017-10-13 Pedro Alves <palves@redhat.com>
9265
9266 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
9267 already.
9268
9269 2017-10-13 Pedro Alves <palves@redhat.com>
9270
9271 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
9272 is_remote.
9273
9274 2017-10-13 Pedro Alves <palves@redhat.com>
9275
9276 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
9277 is_remote.
9278
9279 2017-10-13 Pedro Alves <palves@redhat.com>
9280
9281 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
9282 is set.
9283 (corefile_test_attach): Likewise. Check can_spawn_for_attach
9284 instead of is_remote.
9285
9286 2017-10-13 Pedro Alves <palves@redhat.com>
9287
9288 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
9289 (top level): Add comment.
9290
9291 2017-10-13 Pedro Alves <palves@redhat.com>
9292
9293 * gdb.base/remote.exp (top level): Fix comment typo and add
9294 missing return.
9295
9296 2017-10-13 Pedro Alves <palves@redhat.com>
9297 Simon Marchi <simon.marchi@polymtl.ca>
9298
9299 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
9300 calls and add comments. Skip test if use_gdb_stub is set.
9301 (top level): Use "set cwd" command instead of "cd" command.
9302
9303 2017-10-13 Pedro Alves <palves@redhat.com>
9304
9305 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
9306 is_remote target check.
9307
9308 2017-10-13 Pedro Alves <palves@redhat.com>
9309
9310 * gdb.base/scope.exp: Use build_executable + clean_restart +
9311 gdb_file_cmd instead of prepare_for_testing and no longer skip
9312 "before run" tests on is_remote target boards. Update comments.
9313 * boards/native-extended-gdbserver.exp
9314 (extended_gdbserver_load_last_file): New, factored out from ...
9315 (gdb_load): ... this. Move further below and add comment.
9316 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
9317
9318 2017-10-12 Pedro Alves <palves@redhat.com>
9319
9320 * gdb.base/attach.exp: Remove references to gdb64.
9321 * gdb.base/dbx.exp: Remove references to gdb64.
9322
9323 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
9324 Pedro Alves <palves@redhat.com>
9325
9326 * gdb.base/label.exp: Remove is_remote target check.
9327
9328 2017-10-12 Pedro Alves <palves@redhat.com>
9329
9330 * gdb.base/auvx.exp (coredir): Update comment.
9331 (top level) <core_works>: Use "set cwd" command instead of "cd"
9332 command.
9333
9334 2017-10-12 Pedro Alves <palves@redhat.com>
9335 Simon Marchi <simon.marchi@polymtl.ca>
9336
9337 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
9338 target boards.
9339
9340 2017-10-12 Pedro Alves <palves@redhat.com>
9341 Simon Marchi <simon.marchi@polymtl.ca>
9342
9343 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
9344 Instead skip if there's any gdb_protocol set.
9345
9346 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
9347 Pedro Alves <palves@redhat.com>
9348
9349 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
9350
9351 2017-10-12 Pedro Alves <palves@redhat.com>
9352 Simon Marchi <simon.marchi@polymtl.ca>
9353
9354 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
9355 instead of on dejagnu remote boards.
9356
9357 2017-10-12 Pedro Alves <palves@redhat.com>
9358 Simon Marchi <simon.marchi@polymtl.ca>
9359
9360 * gdb.base/inferior-died.exp: Remove is_remote and isnative
9361 checks. Use build_executable + clean_restart instead of
9362 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
9363 of enabling non-stop after starting gdb.
9364
9365 2017-10-12 Pedro Alves <palves@redhat.com>
9366
9367 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
9368 * gdb.threads/non-ldr-exc-2.exp: Ditto.
9369 * gdb.threads/non-ldr-exc-3.exp: Ditto.
9370 * gdb.threads/non-ldr-exc-4.exp: Ditto.
9371
9372 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
9373
9374 * gdb.arch/arc-tdesc-cpu.exp: New file.
9375 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
9376
9377 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
9378
9379 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
9380
9381 2017-10-10 Pedro Alves <palves@redhat.com>
9382
9383 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
9384 expect CLI output.
9385
9386 2017-10-10 Pedro Alves <palves@redhat.com>
9387
9388 * lib/selftest-support.exp (selftest_setup): Update for
9389 captured_command_loop's prototype change.
9390
9391 2017-10-09 Pedro Alves <palves@redhat.com>
9392
9393 Test both arch1=>arch2 and arch2=>arch1.
9394
9395 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
9396 (srcfile2, binfile2, march1, march2): Remove globals. Largely
9397 factored out to...
9398 (append_arch1_options, append_arch2_options, append_arch_options)
9399 (build_executables): New procedures.
9400 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
9401 local.
9402 (top level): Add new 'first_arch' testing axis.
9403
9404 2017-10-09 Pedro Alves <palves@redhat.com>
9405
9406 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
9407 (barrier): New.
9408 (thread_start, all_started): New functions.
9409 (main): Spawn new thread and wait until it is scheduled.
9410 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
9411 option.
9412 (do_test): Add 'selected_thread' parameter. Run to all_started
9413 instead of main. Explicitly set the breakpoint at main. Switch
9414 to the SELECTED_THREAD thread.
9415 (top level): Test handling the exec event with either the main
9416 thread or the second thread selected.
9417
9418 2017-10-09 Pedro Alves <palves@redhat.com>
9419
9420 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
9421 logic. Move STOP marker after the value checks.
9422 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
9423 regexp.
9424
9425 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
9426
9427 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
9428
9429 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
9430
9431 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
9432 integer-to-dfp conversion.
9433 * gdb.base/dfp-test.exp: Likewise.
9434
9435 2017-10-04 Pedro Alves <palves@redhat.com>
9436
9437 * gdb.multi/hangout.c: Include <unistd.h>.
9438 (hangout_loop): New function.
9439 (main): Call alarm. Call hangout_loop in a loop.
9440 * gdb.multi/hello.c: Include <unistd.h>.
9441 (hello_loop): New function.
9442 (main): Call alarm. Call hangout_loop in a loop.
9443 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
9444 inferior with the other selected.
9445
9446 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
9447
9448 * gdb.mi/list-thread-groups-available.exp: New file.
9449 * gdb.mi/list-thread-groups-available.c: New file.
9450
9451 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
9452
9453 * gdb.base/set-cwd.exp: Make it available on
9454 native-extended-gdbserver.
9455
9456 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
9457
9458 * gdb.base/set-cwd.c: New file.
9459 * gdb.base/set-cwd.exp: Likewise.
9460
9461 2017-10-02 Tom Tromey <tom@tromey.com>
9462
9463 PR rust/22236:
9464 * gdb.rust/simple.rs (main): New variable "fslice".
9465 * gdb.rust/simple.exp: Add slice tests. Update string tests.
9466
9467 2017-10-02 Tom Tromey <tom@tromey.com>
9468
9469 * gdb.rust/simple.exp: Test ptype of a slice.
9470
9471 2017-10-02 Tom Tromey <tom@tromey.com>
9472
9473 * gdb.rust/simple.exp: Test index of slice.
9474
9475 2017-09-27 Tom Tromey <tom@tromey.com>
9476
9477 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
9478
9479 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
9480 Pedro Alves <palves@redhat.com>
9481
9482 * gdb.base/compare-sections.exp (get value of read-only section): Read
9483 as unsigned value.
9484 (corrupt read-only section): Likewise and don't set written if patching
9485 failed.
9486
9487 2017-09-21 Kevin Buettner <kevinb@redhat.com>
9488
9489 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
9490 files.
9491
9492 2017-09-20 Pedro Alves <palves@redhat.com>
9493
9494 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
9495 symbol names in gdb's output.
9496 * gdb.cp/overload.exp ("list all overloads"): Likewise.
9497
9498 2017-09-20 Pedro Alves <palves@redhat.com>
9499
9500 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
9501 Rename to ...
9502 (test_list_ambiguous_symbol): ... this and add a symbol name
9503 parameter. Adjust.
9504 (test_list_ambiguous_function): Reimplement on top of
9505 test_list_ambiguous_symbol and also test listing ambiguous
9506 variables.
9507 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
9508 (ambiguous_fun): ... this.
9509 (ambiguous_var): New.
9510 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
9511 (ambiguous_fun): ... this.
9512 (ambiguous_var): New.
9513
9514 2017-09-19 John Baldwin <jhb@FreeBSD.org>
9515
9516 * gdb.base/starti.c: New file.
9517 * gdb.base/starti.exp: New file.
9518 * lib/gdb.exp (gdb_starti_cmd): New procedure.
9519
9520 2017-09-14 Pedro Alves <palves@redhat.com>
9521
9522 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
9523 (top level): Use it instead of runto.
9524
9525 2017-09-11 Tom Tromey <tom@tromey.com>
9526
9527 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
9528
9529 2017-09-11 Tom Tromey <tom@tromey.com>
9530
9531 * gdb.python/py-infthread.exp: Add tests for new_thread event.
9532 * gdb.python/py-inferior.exp: Add tests for new inferior events.
9533
9534 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
9535
9536 * gdb.fortran/printing-types.exp: New file.
9537 * gdb.fortran/printing-types.exp: New file.
9538
9539 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
9540
9541 * gdb.fortran/vla-ptype.exp: Fix typos.
9542 * gdb.fortran/vla-value.exp: Same.
9543
9544 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
9545
9546 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
9547 * gdb.mi/mi-var-child-f.exp: Likewise.
9548 * gdb.mi/mi-vla-fortran.exp: Likewise.
9549
9550 2017-09-08 Frank Penczek <frank.penczek@intel.com>
9551 Christoph Weinmann <christoph.t.weinmann@intel.com>
9552 Bernhard Heckel <bernhard.heckel@intel.com>
9553
9554 * gdb.fortran/ptr-indentation.f90: New file.
9555 * gdb.fortran/ptr-indentation.exp: New file.
9556
9557 2017-09-05 Tom Tromey <tom@tromey.com>
9558
9559 PR gdb/22010:
9560 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
9561
9562 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
9563
9564 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
9565
9566 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9567
9568 * gdb.threads/tls-nodebug-pie.c: New file.
9569 * gdb.threads/tls-nodebug-pie.exp: New file.
9570
9571 2017-09-05 Tom Tromey <tom@tromey.com>
9572
9573 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
9574 for rust.
9575
9576 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
9577
9578 * gdb.multi/multi-arch-exec.exp: Test with different
9579 "follow-exec-mode" settings.
9580 (do_test): New procedure.
9581
9582 2017-09-04 Pedro Alves <palves@redhat.com>
9583
9584 * gdb.base/func-static.c (S::method const, S::method volatile)
9585 (S::method volatile const): New methods.
9586 (c_s, v_s, cv_s): New instances.
9587 (main): Call method() on them.
9588 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
9589 (cannot_resolve): New procedure.
9590 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
9591 print-quote-unquoted columns.
9592 (do_test): Test printing each scope too.
9593
9594 2017-09-04 Pedro Alves <palves@redhat.com>
9595
9596 * gdb.base/local-static.exp: Also test with
9597 class::method::variable wholly quoted.
9598 * gdb.cp/m-static.exp (class::method::variable): Remove test.
9599
9600 2017-09-04 Pedro Alves <palves@redhat.com>
9601
9602 * gdb.base/local-static.c: New.
9603 * gdb.base/local-static.cc: New.
9604 * gdb.base/local-static.exp: New.
9605
9606 2017-09-04 Pedro Alves <palves@redhat.com>
9607
9608 * gdb.asm/asm-source.exp: Add casts to int.
9609 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
9610 (dataglobal64_1, dataglobal64_2): New globals.
9611 * gdb.base/nodebug.exp: Test different expressions involving the
9612 new globals, with print, whatis and ptype. Add casts to int.
9613 * gdb.base/solib-display.exp: Add casts to int.
9614 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
9615 * gdb.cp/m-static.exp: Add cast to int.
9616 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
9617 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
9618 tls variable with no debug info without a cast. Test with a cast
9619 to int too.
9620 * gdb.trace/entry-values.exp: Add casts.
9621
9622 2017-09-04 Pedro Alves <palves@redhat.com>
9623
9624 * gdb.base/nodebug.exp: Test that ptype's error about functions
9625 with unknown return type includes the function name too.
9626
9627 2017-09-04 Pedro Alves <palves@redhat.com>
9628
9629 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
9630 return type of munmap in infcall.
9631 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
9632 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
9633 type of ftell in infcall.
9634 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
9635 type of getpid in infcall.
9636 * gdb.base/infcall-exec.exp: Cast return type of execlp in
9637 infcall.
9638 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
9639 Bail on failure to extract the pid.
9640 * gdb.base/nodebug.c: #include <stdint.h>.
9641 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
9642 New functions.
9643 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
9644 Change expected output of print/whatis/ptype with functions with
9645 no debug info. Test all supported languages. Call
9646 test_call_promotion.
9647 * gdb.compile/compile.exp: Adjust expected output to expect
9648 warning.
9649 * gdb.threads/siginfo-threads.exp: Likewise.
9650
9651 2017-09-04 Pedro Alves <palves@redhat.com>
9652
9653 * gdb.base/callfuncs.exp (do_function_calls): New parameter
9654 "prototypes". Test calling float functions via prototyped and
9655 unprototyped function pointers.
9656 (perform_all_tests): New parameter "prototypes". Pass it down.
9657 (top level): Pass down "prototypes" parameter to
9658 perform_all_tests.
9659
9660 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9661
9662 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
9663 Test with nested loops.
9664
9665 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9666
9667 * gdb.base/commands.exp: Call the new procedures.
9668 (loop_break_test, loop_continue_test): New procedures.
9669
9670 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9671
9672 * gdb.base/commands.exp: Call new procedure.
9673 (define_if_without_arg_test): New procedure.
9674
9675 2017-09-04 Pedro Alves <palves@redhat.com>
9676
9677 * gdb.base/list-ambiguous.exp: New file.
9678 * gdb.base/list-ambiguous0.c: New file.
9679 * gdb.base/list-ambiguous1.c: New file.
9680 * gdb.base/list.exp (test_list_range): Adjust expected output.
9681
9682 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
9683
9684 * gdb.base/share-env-with-gdbserver.c: New file.
9685 * gdb.base/share-env-with-gdbserver.exp: Likewise.
9686
9687 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
9688
9689 * gdb.base/commands.exp (gdbvar_simple_if_test,
9690 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
9691 progvar_simple_if_test, progvar_simple_while_test,
9692 progvar_complex_if_while_test, user_defined_command_test,
9693 user_defined_command_args_eval,
9694 user_defined_command_args_stack_test,
9695 user_defined_command_manyargs_test, bp_deleted_in_command_test,
9696 temporary_breakpoint_commands,
9697 gdb_test_no_prompt, redefine_hook_test,
9698 redefine_backtrace_test): Remove "global gdb_prompt".
9699
9700 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
9701
9702 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
9703 New proc, call it from toplevel.
9704
9705 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
9706
9707 PR remote/21852
9708 * gdb.server/normal.c: New file, copied from gdb.base.
9709 * gdb.server/run-without-local-binary.exp: New file.
9710
9711 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
9712
9713 * gdb.arch/sparc64-adi.exp: New file.
9714 * gdb.arch/sparc64-adi.c: New file.
9715
9716 2017-08-22 Pedro Alves <palves@redhat.com>
9717
9718 * gdb.cp/overload.exp (line_range_pattern): New procedure.
9719 (top level): Add "list all overloads" tests.
9720
9721 2017-08-22 Tom Tromey <tom@tromey.com>
9722
9723 * gdb.gdb/xfullpath.exp: Remove.
9724
9725 2017-08-21 Pedro Alves <palves@redhat.com>
9726
9727 PR gdb/19487
9728 * gdb.base/symbol-alias.c: New.
9729 * gdb.base/symbol-alias2.c: New.
9730 * gdb.base/symbol-alias.exp: New.
9731
9732 2017-08-21 Pedro Alves <palves@redhat.com>
9733
9734 * gdb.base/dfp-test.c
9735 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
9736 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
9737 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
9738 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
9739 * gdb.base/whatis-ptype-typedefs.c: New.
9740 * gdb.base/whatis-ptype-typedefs.exp: New.
9741 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
9742 (an_int, an_int_type, an_int_type2): New globals.
9743 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
9744 involving typedefs and cast expressions.
9745 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
9746 (lookup_typedefs_function): New.
9747 (typedefs_pretty_printers_dict): New.
9748 (top level): Register lookup_typedefs_function in
9749 gdb.pretty_printers.
9750
9751 2017-08-18 Yao Qi <yao.qi@linaro.org>
9752
9753 * gdb.server/unittest.exp: New.
9754
9755 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
9756
9757 PR gdb/21954
9758 * gdb.base/environ.exp: Add test to check if 'unset environment'
9759 works.
9760
9761 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9762
9763 * lib/gdb.exp (universal_compile_options): New caching proc.
9764 (gdb_compile): Suppress GCC's coloring of messages.
9765
9766 2017-08-14 Tom Tromey <tom@tromey.com>
9767
9768 PR gdb/21675:
9769 * gdb.base/printcmds.exp (test_radices): New function.
9770 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
9771 * gdb.base/sizeof.exp (check_valueof): Use p/d.
9772 * lib/gdb.exp (get_integer_valueof): Use p/d.
9773
9774 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
9775
9776 * lib/gdb.exp (get_valueof): Don't capture end-of-line
9777 characters.
9778
9779 2017-08-05 Tom Tromey <tom@tromey.com>
9780
9781 * gdb.rust/simple.exp: Allow String to appear in a different
9782 namespace.
9783
9784 2017-07-26 Yao Qi <yao.qi@linaro.org>
9785
9786 * gdb.gdb/unittest.exp: Invoke command
9787 "maintenance check xml-descriptions".
9788
9789 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9790
9791 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
9792 calling context.
9793 (hex128): Drop erroneous calculation of parameters.
9794
9795 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
9796
9797 * gdb.python/py-unwind.exp: Disable stack protection when
9798 building test file.
9799
9800 2017-07-20 Pedro Alves <palves@redhat.com>
9801
9802 * gdb.base/default.exp (set language): Adjust expected output.
9803
9804 2017-07-20 Pedro Alves <palves@redhat.com>
9805
9806 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
9807 (test_minsym): ... this, and make static.
9808 (get_pck__foo__bar__minsym): Rename to ...
9809 (get_test_minsym): ... this.
9810 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
9811 symbol names and comments.
9812 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
9813 (get_test_minsym): ... this.
9814 (pck__foo__bar__minsym__2): Rename to ...
9815 (test_minsym): ... this.
9816 (main): Adjust.
9817
9818 2017-07-17 Pedro Alves <palves@redhat.com>
9819
9820 * gdb.base/completion.exp: Adjust expected output.
9821 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
9822 the completer works.
9823
9824 2017-07-17 Pedro Alves <palves@redhat.com>
9825
9826 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
9827
9828 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
9829
9830 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
9831
9832 2017-07-14 Tom Tromey <tom@tromey.com>
9833
9834 PR rust/21764:
9835 * gdb.rust/simple.exp: Add tests.
9836
9837 2017-07-14 Tom Tromey <tom@tromey.com>
9838
9839 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
9840
9841 2017-07-14 Pedro Alves <palves@redhat.com>
9842
9843 * gdb.linespec/base/one/thefile.cc (z1): New function.
9844 * gdb.linespec/base/two/thefile.cc (z2): New function.
9845 * gdb.linespec/linespec.exp: Add tests.
9846
9847 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9848
9849 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
9850 to mi_create_breakpoint.
9851
9852 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9853
9854 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
9855 mi_create_breakpoint.
9856
9857 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
9858
9859 * gdb.dlang/demangle.exp: Update for demangling changes.
9860
9861 2017-07-09 Tom Tromey <tom@tromey.com>
9862
9863 * gdb.dwarf2/shortpiece.exp: New file.
9864
9865 2017-07-06 David Blaikie <dblaikie@gmail.com>
9866
9867 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
9868 built from fissiont-multi-cu{1,2}.c.
9869 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
9870 except putting 'main' and 'func' in separate CUs in the same DWO file.
9871 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
9872 test.
9873 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
9874 test.
9875
9876 2017-07-06 Pedro Alves <palves@redhat.com>
9877
9878 * gdb.python/py-unwind.exp: Test flushregs.
9879
9880 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9881
9882 PR cli/21688
9883 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
9884 tests for alias commands and trailing whitespace.
9885
9886 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9887
9888 PR cli/21688
9889 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
9890 procedure. Call it.
9891
9892 2017-06-29 Pedro Alves <palves@redhat.com>
9893
9894 * gdb.base/printcmds.exp: Add tests.
9895
9896 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
9897
9898 PR gdb/21337
9899 * gdb.base/reread-readsym.exp: New file.
9900 * gdb.base/reread-readsym.c: New file.
9901
9902 2017-06-21 Kevin Buettner <kevinb@redhat.com>
9903
9904 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
9905 subpattern.
9906
9907 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
9908
9909 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
9910 extended mnemonic.
9911 * gdb.arch/powerpc-power9.s: Likewise.
9912
9913 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9914
9915 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
9916 on 32-bit x86 targets. Exploit is_*_target macros where
9917 appropriate.
9918
9919 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9920
9921 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
9922 register pieces.
9923
9924 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9925
9926 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
9927 located in one or more DWARF pieces.
9928
9929 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9930
9931 * lib/gdb.exp (get_endianness): New proc.
9932 * gdb.arch/aarch64-fp.exp: Use it.
9933 * gdb.arch/altivec-regs.exp: Likewise.
9934 * gdb.arch/e500-regs.exp: Likewise.
9935 * gdb.arch/vsx-regs.exp: Likewise.
9936 * gdb.base/dump.exp: Likewise.
9937 * gdb.base/funcargs.exp: Likewise.
9938 * gdb.base/gnu_vector.exp: Likewise.
9939 * gdb.dwarf2/formdata16.exp: Likewise.
9940 * gdb.dwarf2/implptrpiece.exp: Likewise.
9941 * gdb.dwarf2/nonvar-access.exp: Likewise.
9942 * gdb.python/py-inferior.exp: Likewise.
9943 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9944
9945 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9946
9947 PR gdb/21226
9948 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
9949 stack value pieces are taken from the LSB end.
9950
9951 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9952
9953 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
9954 variable at nonzero offset.
9955
9956 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9957
9958 * gdb.dwarf2/var-access.c: New file.
9959 * gdb.dwarf2/var-access.exp: New test.
9960 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
9961
9962 2017-06-12 Tom Tromey <tom@tromey.com>
9963
9964 * gdb.dwarf2/formdata16.exp: Add tests.
9965
9966 2017-06-12 Tom Tromey <tom@tromey.com>
9967
9968 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
9969
9970 2017-06-12 Tom Tromey <tom@tromey.com>
9971
9972 PR exp/16225:
9973 * gdb.reverse/i386-sse-reverse.exp: Update tests.
9974 * gdb.arch/vsx-regs.exp: Update tests.
9975 * gdb.arch/s390-vregs.exp (hex128): New proc.
9976 Update test.
9977 * gdb.arch/altivec-regs.exp: Update tests.
9978
9979 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9980
9981 * gdb.base/startup-with-shell.c: New file.
9982 * gdb.base/startup-with-shell.exp: Likewise.
9983
9984 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9985
9986 * gdb.server/non-existing-program.exp: Update regex in order to
9987 reflect the fact that gdbserver is now using fork_inferior (with a
9988 shell) to startup the inferior.
9989
9990 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
9991
9992 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
9993 support function calls from GDB.
9994
9995 2017-05-21 Tom Tromey <tom@tromey.com>
9996
9997 PR rust/21466:
9998 * gdb.rust/unsized.exp: New file.
9999 * gdb.rust/unsized.rs: New file.
10000
10001 2017-05-19 Tom Tromey <tom@tromey.com>
10002
10003 PR rust/21484:
10004 * gdb.rust/watch.exp: New file.
10005 * gdb.rust/watch.rs: New file.
10006
10007 2017-05-18 Tom Tromey <tom@tromey.com>
10008
10009 * gdb.rust/simple.exp: Allow Box to be qualified.
10010
10011 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
10012
10013 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
10014
10015 2017-05-18 Pedro Alves <palves@redhat.com>
10016
10017 * gdb.base/fileio.c (test_write, test_read, test_close)
10018 (test_fstat): Don't print 'ret' in the fail path.
10019
10020 2017-05-18 Pedro Alves <palves@redhat.com>
10021
10022 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
10023 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
10024 (test_system, test_rename, test_unlink, test_time): Change
10025 prototypes.
10026 * gdb.base/fileio.exp (stop_msg): Adjust.
10027
10028 2017-05-18 Pedro Alves <palves@redhat.com>
10029
10030 * gdb.base/fileio.c (null_str): New global.
10031 (test_stat): Use it.
10032 * gdb.base/fileio.exp: Remove nowarnings.
10033
10034 2017-05-17 Yao Qi <yao.qi@linaro.org>
10035
10036 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
10037
10038 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
10039
10040 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
10041 argument command.
10042 (top-level): Invoke test_set_inferior_tty.
10043
10044 2017-05-04 Pedro Alves <palves@redhat.com>
10045
10046 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
10047 Add parens to print call for Python 3.
10048
10049 2017-05-03 Keith Seitz <keiths@redhat.com>
10050
10051 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
10052 (main): Call it.
10053
10054 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10055
10056 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
10057 to prev and next.
10058
10059 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10060
10061 * gdb.python/py-record-btrace.exp: Remove test for
10062 gdb.BtraceInstruction.error.
10063
10064 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10065
10066 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
10067
10068 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10069
10070 * gdb.python/py-record-btrace-threads.c: New file.
10071 * gdb.python/py-record-btrace-threads.exp: New file.
10072
10073 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
10074
10075 PR testsuite/8595
10076 * gdb.base/environ.exp: Make test available in all architectures.
10077 Move bits related to "info program" testing to
10078 gdb.base/info-program.exp. Rewrite tests to use the two new
10079 procedures mentione below.
10080 (test_set_show_env_var) New procedure.
10081 (test_set_show_env_var_equal): Likewise.
10082 * gdb.base/info-program.exp: New file.
10083
10084 2017-04-27 Keith Seitz <keiths@redhat.com>
10085
10086 * gdb.cp/oranking.cc (test15): New function.
10087 (main): Call test15 and declare additional variables for testing.
10088 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
10089 "p foo101('abc')" tests.
10090 Add tests for cv qualifier overloads.
10091 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
10092 "lvalue reference overload" test.
10093 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
10094 "print value of f1 on Child&& in f2" test.
10095
10096 2017-04-19 Pedro Alves <palves@redhat.com>
10097
10098 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
10099 procedure.
10100 (top level): Call it.
10101 * lib/gdb.exp (gdb_define_cmd): New procedure.
10102
10103 2017-04-12 Pedro Alves <palves@redhat.com>
10104
10105 PR gdb/21323
10106 * gdb.cp/wide_char_types.c: Include <wchar.h>.
10107 (wchar): New global.
10108 * gdb.cp/wide_char_types.exp (wide_char_types_program)
10109 (do_test_wide_char, wide_char_types_no_program, top level): Add
10110 wchar_t testing.
10111
10112 2017-04-12 Pedro Alves <palves@redhat.com>
10113
10114 PR c++/21323
10115 * gdb.cp/wide_char_types.c: New file.
10116 * gdb.cp/wide_char_types.exp: New file.
10117
10118 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
10119
10120 PR gdb/21352
10121 * gdb.trace/tsv.exp: Add test for "tsave -r".
10122
10123 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
10124
10125 * gdb.dlang/watch-loc.c: New file.
10126 * gdb.dlang/watch-loc.exp: New file.
10127
10128 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10129
10130 * gdb.python/py-section-script.exp (sepdebug): New testcases.
10131
10132 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
10133
10134 * gdb.arch/arc-analyze-prologue.S: New file.
10135 * gdb.arch/arc-analyze-prologue.exp: Likewise.
10136
10137 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
10138
10139 * gdb.arch/arc-decode-insn.S: New file.
10140 * gdb.arch/arc-decode-insn.exp: Likewise.
10141
10142 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
10143
10144 PR tdep/20928
10145 * gdb.arch/sparc64-regs.exp: New file.
10146 * gdb.arch/sparc64-regs.S: Likewise.
10147
10148 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
10149
10150 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
10151 and memory view on Python 3.
10152
10153 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
10154 Keith Seitz <keiths@redhat.com>
10155
10156 PR gdb/14441
10157 * gdb.cp/demangle.exp: Add rvalue reference tests.
10158 * gdb.cp/rvalue-ref-casts.cc: New file.
10159 * gdb.cp/rvalue-ref-casts.exp: New file.
10160 * gdb.cp/rvalue-ref-overload.cc: New file.
10161 * gdb.cp/rvalue-ref-overload.exp: New file.
10162 * gdb.cp/rvalue-ref-params.cc: New file.
10163 * gdb.cp/rvalue-ref-params.exp: New file.
10164 * gdb.cp/rvalue-ref-sizeof.cc: New file.
10165 * gdb.cp/rvalue-ref-sizeof.exp: New file.
10166 * gdb.cp/rvalue-ref-types.cc: New file.
10167 * gdb.cp/rvalue-ref-types.exp: New file.
10168 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
10169 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
10170
10171 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
10172
10173 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
10174 New procedure.
10175
10176 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
10177
10178 * lib/mi-support.exp (mi_gdb_test): Add additional message
10179 for unexpected output.
10180
10181 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10182
10183 * gdb.base/examine-backward.c (Barrier): New character array
10184 constant, to ensure that TestStrings is preceded by a string
10185 terminator.
10186
10187 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10188
10189 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
10190 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
10191 and implicit pointer into such a location.
10192
10193 2017-03-16 Doug Evans <dje@google.com>
10194
10195 * gdb.python/py-lazy-string (pointer): Really add new typedef.
10196
10197 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
10198
10199 * gdb.cp/m-static.exp: Fix expectation for prototype of
10200 test5.single_constructor and single_constructor::single_constructor.
10201
10202 2017-03-16 Doug Evans <dje@google.com>
10203
10204 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
10205 * gdb.guile/scm-lazy-string.c: New file.
10206 * gdb.guile/scm-value.exp: Move lazy string tests to ...
10207 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
10208 for pointer, array, typedef lazy strings.
10209
10210 2017-03-16 Doug Evans <dje@google.com>
10211
10212 PR python/17728, python/18439, python/18779
10213 * gdb.python/py-value.c (main) Delete locals sptr, sn.
10214 * gdb.python/py-lazy-string.c (pointer): New typedef.
10215 (main): New locals ptr, array, typedef_ptr.
10216 * gdb.python/py-value.exp: Move lazy string tests to ...
10217 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
10218 array, typedef lazy strings.
10219
10220 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
10221
10222 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
10223 Add optional 'test' parameter.
10224
10225 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
10226
10227 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
10228 Skip for versions of DejaGnu < 1.5.
10229
10230 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
10231
10232 * lib/gdb.exp (dejagnu_version): New proc.
10233 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10234 Use dejagnu_version.
10235
10236 2017-03-10 Keith Seitz <keiths@redhat.com>
10237
10238 PR c++/8128
10239 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
10240 type from destructor regexps.
10241 Add a branch which actually passes the test.
10242 Adjust "ptype t5i" test names.
10243
10244 2017-03-08 Pedro Alves <palves@redhat.com>
10245
10246 * gdb.base/step-over-exit.exp: Add explicit test message.
10247
10248 2017-03-08 Pedro Alves <palves@redhat.com>
10249
10250 PR gdb/18360
10251 * gdb.threads/interrupt-while-step-over.c: New file.
10252 * gdb.threads/interrupt-while-step-over.exp: New file.
10253
10254 2017-03-08 Pedro Alves <palves@redhat.com>
10255
10256 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
10257 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
10258
10259 2017-03-08 Pedro Alves <palves@redhat.com>
10260
10261 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
10262 PKRU as not supported as a PASS.
10263
10264 2017-03-08 Pedro Alves <palves@redhat.com>
10265
10266 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
10267 prefix instead of $binfile1/$binfile2.
10268 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
10269 in test message.
10270 * gdb.python/py-completion.exp: Use "load python file" as test
10271 messages instead of unstable path names.
10272
10273 2017-03-08 Pedro Alves <palves@redhat.com>
10274 Jan Kratochvil <jan.kratochvil@redhat.com>
10275
10276 PR cli/21218
10277 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
10278 New proc.
10279 (top level): Call it.
10280
10281 2017-03-08 Pedro Alves <palves@redhat.com>
10282
10283 PR tui/21216
10284 * gdb.tui/tui-nl-filtered-output.exp: New file.
10285
10286 2017-03-08 Pedro Alves <palves@redhat.com>
10287
10288 * gdb.base/completion.exp: Move TUI completion tests to ...
10289 * gdb.tui/completion.exp: ... this new file.
10290
10291 2017-03-08 Pedro Alves <palves@redhat.com>
10292
10293 * gdb.base/tui-disasm-long-lines.c,
10294 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
10295 gdb.base/tui-layout.exp: Move to ...
10296 * gdb.tui/: ... this new directory.
10297
10298 2017-03-07 Pedro Alves <palves@redhat.com>
10299
10300 * gdb.base/tui-layout.c: New file.
10301 * gdb.base/tui-layout.exp: New file.
10302
10303 2017-03-07 Pedro Alves <palves@redhat.com>
10304
10305 * gdb.base/tui-layout.c: Rename to ...
10306 * gdb.base/tui-disasm-long-lines.c: ... this.
10307 * gdb.base/tui-layout.exp: Rename to ...
10308 * gdb.base/tui-disasm-long-lines.exp: ... this.
10309
10310 2017-03-07 Pedro Alves <palves@redhat.com>
10311
10312 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
10313
10314 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
10315
10316 * i386-mpx-call.c: New file.
10317 * i386-mpx-call.exp: New file.
10318
10319 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
10320
10321 * gdb.arch/powerpc-power.exp: Delete test.
10322 * gdb.arch/powerpc-power.s: Likewise.
10323 * gdb.disasm/disassembler-options.exp: New test.
10324 * gdb.arch/powerpc-altivec.exp: Likewise.
10325 * gdb.arch/powerpc-altivec.s: Likewise.
10326 * gdb.arch/powerpc-altivec2.exp: Likewise.
10327 * gdb.arch/powerpc-altivec2.s: Likewise.
10328 * gdb.arch/powerpc-altivec3.exp: Likewise.
10329 * gdb.arch/powerpc-altivec3.s: Likewise.
10330 * gdb.arch/powerpc-power7.exp: Likewise.
10331 * gdb.arch/powerpc-power7.s: Likewise.
10332 * gdb.arch/powerpc-power8.exp: Likewise.
10333 * gdb.arch/powerpc-power8.s: Likewise.
10334 * gdb.arch/powerpc-power9.exp: Likewise.
10335 * gdb.arch/powerpc-power9.s: Likewise.
10336 * gdb.arch/powerpc-vsx.exp: Likewise.
10337 * gdb.arch/powerpc-vsx.s: Likewise.
10338 * gdb.arch/powerpc-vsx2.exp: Likewise.
10339 * gdb.arch/powerpc-vsx2.s: Likewise.
10340 * gdb.arch/powerpc-vsx3.exp: Likewise.
10341 * gdb.arch/powerpc-vsx3.s: Likewise.
10342 * gdb.arch/arm-disassembler-options.exp: Likewise.
10343 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
10344 * gdb.arch/s390-disassembler-options.exp: Likewise.
10345
10346 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
10347
10348 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
10349 (check_supported_features): ... this. Changed return type to void.
10350 (supports_rdseed): New static global.
10351 (rdseed): Check supports_rdseed.
10352 (initialize): Call check_supported_features.
10353
10354 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10355
10356 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
10357 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
10358 and lqarx/stqcx.
10359 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
10360 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
10361
10362 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10363
10364 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
10365 uppercase.
10366
10367 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10368
10369 * gdb.dwarf2/formdata16.c: New file.
10370 * gdb.dwarf2/formdata16.exp: New file.
10371 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
10372
10373 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10374
10375 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
10376 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
10377 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
10378 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
10379 DW_AT_GNU_*.
10380
10381 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10382
10383 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
10384
10385 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
10386
10387 PR gdb/21164
10388 * gdb.base/maint.exp: Add testcases for when the commands do
10389 not have arguments.
10390
10391 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
10392
10393 * gdb.cp/chained-calls.exp: Use p instead of P.
10394
10395 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
10396
10397 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
10398 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
10399
10400 2017-02-14 Tom Tromey <tom@tromey.com>
10401
10402 PR python/13598:
10403 * gdb.python/py-events.exp: Add before_prompt event tests.
10404
10405 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
10406
10407 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
10408
10409 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
10410
10411 * gdb.linespec/explicit.c (my_unique_function_name): New function.
10412 (main): Call my_unique_function_name.
10413 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
10414 completion of patterns with a single match.
10415 Add missing -re switches to gdb_test_multiple calls.
10416
10417 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
10418
10419 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
10420 return if core file is not recognized.
10421
10422 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
10423
10424 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
10425 and extra UIs.
10426
10427 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
10428
10429 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
10430 proc_with_prefix.
10431
10432 2017-02-10 Tom Tromey <tom@tromey.com>
10433
10434 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
10435
10436 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
10437
10438 PR gdb/21122
10439 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
10440
10441 2017-02-08 Jerome Guitton <guitton@adacore.com>
10442
10443 * gdb.base/define.exp: Add test for command abbreviations
10444 in define.
10445
10446 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
10447
10448 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
10449 * gdb.reverse/insn-reverse-x86.c: New file.
10450
10451 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
10452
10453 PR tdep/20936
10454 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
10455
10456 2017-02-03 Tom Tromey <tom@tromey.com>
10457
10458 PR rust/21097:
10459 * gdb.rust/simple.exp: Add new tests.
10460
10461 2017-02-02 Pedro Alves <palves@redhat.com>
10462
10463 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
10464 tests.
10465
10466 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10467
10468 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
10469 taking a 2-byte value out of a 4-byte DWARF implicit value on
10470 big-endian targets.
10471 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
10472 logic. Add test cases for DW_OP_implicit.
10473
10474 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10475
10476 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
10477
10478 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10479
10480 * gdb.btrace/enable.exp: Call gdb_exit before
10481 skip_gdbserver_tests.
10482
10483 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10484
10485 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
10486 GDBFLAGS.
10487
10488 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10489
10490 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
10491 the test is skipped.
10492 * gdb.btrace/data.exp: Likewise.
10493 * gdb.btrace/delta.exp: Likewise.
10494 * gdb.btrace/dlopen.exp: Likewise.
10495 * gdb.btrace/enable-running.exp: Likewise.
10496 * gdb.btrace/enable.exp: Likewise.
10497 * gdb.btrace/exception.exp: Likewise.
10498 * gdb.btrace/function_call_history.exp: Likewise.
10499 * gdb.btrace/gcore.exp: Likewise.
10500 * gdb.btrace/instruction_history.exp: Likewise.
10501 * gdb.btrace/multi-thread-step.exp: Likewise.
10502 * gdb.btrace/nohist.exp: Likewise.
10503 * gdb.btrace/non-stop.exp: Likewise.
10504 * gdb.btrace/reconnect.exp: Likewise.
10505 * gdb.btrace/record_goto-step.exp: Likewise.
10506 * gdb.btrace/record_goto.exp: Likewise.
10507 * gdb.btrace/rn-dl-bind.exp: Likewise.
10508 * gdb.btrace/segv.exp: Likewise.
10509 * gdb.btrace/step.exp: Likewise.
10510 * gdb.btrace/stepi.exp: Likewise.
10511 * gdb.btrace/tailcall-only.exp: Likewise.
10512 * gdb.btrace/tailcall.exp: Likewise.
10513 * gdb.btrace/tsx.exp: Likewise.
10514 * gdb.btrace/unknown_functions.exp: Likewise.
10515 * gdb.btrace/vdso.exp: Likewise.
10516
10517 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10518
10519 * gdb.btrace/enable-running.c: New.
10520 * gdb.btrace/enable-running.exp: New.
10521
10522 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
10523
10524 * gdb.arch/amd64-gs_base.c: New file.
10525 * gdb.arch/amd64-gs_base.exp: New file.
10526
10527 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
10528
10529 * lib/memory.exp: Remove spurious empty newlines.
10530
10531 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
10532
10533 * gdb.python/py-bad-printers.exp: Load python file using "source".
10534 * gdb.python/py-events.exp: Likewise.
10535 * gdb.python/py-evsignal.exp: Likewise.
10536 * gdb.python/py-evthreads.exp: Likewise.
10537 * gdb.python/py-frame-args.exp: Likewise.
10538 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
10539 * gdb.python/py-framefilter-mi.exp: Likewise.
10540 * gdb.python/py-framefilter.exp: Likewise.
10541 * gdb.python/py-mi.exp: Likewise.
10542 * gdb.python/py-pp-maint.exp: Likewise.
10543 * gdb.python/py-pp-registration.exp: Likewise.
10544 * gdb.python/py-prettyprint.exp: Likewise.
10545 (run_lang_tests): Likewise.
10546 * gdb.python/py-typeprint.exp: Likewise.
10547
10548 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
10549
10550 * lib/memory.exp: New file.
10551 * lib/gdb.exp: Load memory.exp.
10552 * gdb.base/memattr.exp (delete_memory): Move proc to
10553 lib/memory.exp and rename to delete_memory_regions.
10554 Replace delete_memory with delete_memory_regions.
10555 Cleanup memory regions before tests.
10556 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
10557 before tests.
10558
10559 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
10560
10561 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
10562 files.
10563 (initialize): New function conditionally defined.
10564 (testcases): Move within conditional block.
10565 (main): Call initialize.
10566 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
10567 of gdb.reverse/insn-reverse.c.
10568 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
10569 gdb.reverse/insn-reverse.c.
10570
10571 2017-01-26 Yao Qi <yao.qi@linaro.org>
10572
10573 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
10574 disassemble on address 0.
10575
10576 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
10577 Yao Qi <yao.qi@linaro.org>
10578
10579 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
10580 * gdb.dwarf2/implptr-64bit.S: Remove.
10581 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
10582 variables in caller's context. Add DW_OP_implicit_value.
10583
10584 2017-01-25 Yao Qi <yao.qi@linaro.org>
10585
10586 * lib/dwarf.exp (Dwarf::_location): Handle
10587 DW_OP_GNU_implicit_pointer with proper size.
10588
10589 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
10590
10591 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
10592 and add untested calls.
10593
10594 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
10595
10596 * gdb.python/python.exp: Check line number against what GDB thinks
10597 the line number is for func1.
10598
10599 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
10600
10601 * gdb.dlang/debug-expr.exp: New file.
10602
10603 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
10604
10605 Fix test names for the following files:
10606
10607 * gdb.ada/exec_changed.exp
10608 * gdb.ada/info_types.exp
10609 * gdb.arch/aarch64-atomic-inst.exp
10610 * gdb.arch/aarch64-fp.exp
10611 * gdb.arch/altivec-abi.exp
10612 * gdb.arch/altivec-regs.exp
10613 * gdb.arch/amd64-byte.exp
10614 * gdb.arch/amd64-disp-step.exp
10615 * gdb.arch/amd64-dword.exp
10616 * gdb.arch/amd64-entry-value-inline.exp
10617 * gdb.arch/amd64-entry-value-param.exp
10618 * gdb.arch/amd64-entry-value-paramref.exp
10619 * gdb.arch/amd64-entry-value.exp
10620 * gdb.arch/amd64-i386-address.exp
10621 * gdb.arch/amd64-invalid-stack-middle.exp
10622 * gdb.arch/amd64-invalid-stack-top.exp
10623 * gdb.arch/amd64-optimout-repeat.exp
10624 * gdb.arch/amd64-prologue-skip.exp
10625 * gdb.arch/amd64-prologue-xmm.exp
10626 * gdb.arch/amd64-stap-special-operands.exp
10627 * gdb.arch/amd64-stap-wrong-subexp.exp
10628 * gdb.arch/amd64-tailcall-cxx.exp
10629 * gdb.arch/amd64-tailcall-noret.exp
10630 * gdb.arch/amd64-tailcall-ret.exp
10631 * gdb.arch/amd64-tailcall-self.exp
10632 * gdb.arch/amd64-word.exp
10633 * gdb.arch/arm-bl-branch-dest.exp
10634 * gdb.arch/arm-disp-step.exp
10635 * gdb.arch/arm-neon.exp
10636 * gdb.arch/arm-single-step-kernel-helper.exp
10637 * gdb.arch/avr-flash-qualifier.exp
10638 * gdb.arch/disp-step-insn-reloc.exp
10639 * gdb.arch/e500-abi.exp
10640 * gdb.arch/e500-regs.exp
10641 * gdb.arch/ftrace-insn-reloc.exp
10642 * gdb.arch/i386-avx512.exp
10643 * gdb.arch/i386-bp_permanent.exp
10644 * gdb.arch/i386-byte.exp
10645 * gdb.arch/i386-cfi-notcurrent.exp
10646 * gdb.arch/i386-disp-step.exp
10647 * gdb.arch/i386-dr3-watch.exp
10648 * gdb.arch/i386-float.exp
10649 * gdb.arch/i386-gnu-cfi.exp
10650 * gdb.arch/i386-mpx-map.exp
10651 * gdb.arch/i386-mpx-sigsegv.exp
10652 * gdb.arch/i386-mpx-simple_segv.exp
10653 * gdb.arch/i386-mpx.exp
10654 * gdb.arch/i386-permbkpt.exp
10655 * gdb.arch/i386-prologue.exp
10656 * gdb.arch/i386-signal.exp
10657 * gdb.arch/i386-size-overlap.exp
10658 * gdb.arch/i386-unwind.exp
10659 * gdb.arch/i386-word.exp
10660 * gdb.arch/mips-fcr.exp
10661 * gdb.arch/powerpc-d128-regs.exp
10662 * gdb.arch/powerpc-stackless.exp
10663 * gdb.arch/ppc64-atomic-inst.exp
10664 * gdb.arch/s390-stackless.exp
10665 * gdb.arch/s390-tdbregs.exp
10666 * gdb.arch/s390-vregs.exp
10667 * gdb.arch/sparc-sysstep.exp
10668 * gdb.arch/thumb-bx-pc.exp
10669 * gdb.arch/thumb-singlestep.exp
10670 * gdb.arch/thumb2-it.exp
10671 * gdb.arch/vsx-regs.exp
10672 * gdb.asm/asm-source.exp
10673 * gdb.base/a2-run.exp
10674 * gdb.base/advance.exp
10675 * gdb.base/all-bin.exp
10676 * gdb.base/anon.exp
10677 * gdb.base/args.exp
10678 * gdb.base/arithmet.exp
10679 * gdb.base/async-shell.exp
10680 * gdb.base/async.exp
10681 * gdb.base/attach-pie-noexec.exp
10682 * gdb.base/attach-twice.exp
10683 * gdb.base/auto-load.exp
10684 * gdb.base/bang.exp
10685 * gdb.base/bitfields.exp
10686 * gdb.base/break-always.exp
10687 * gdb.base/break-caller-line.exp
10688 * gdb.base/break-entry.exp
10689 * gdb.base/break-inline.exp
10690 * gdb.base/break-on-linker-gcd-function.exp
10691 * gdb.base/break-probes.exp
10692 * gdb.base/break.exp
10693 * gdb.base/breakpoint-shadow.exp
10694 * gdb.base/call-ar-st.exp
10695 * gdb.base/call-sc.exp
10696 * gdb.base/call-signal-resume.exp
10697 * gdb.base/call-strs.exp
10698 * gdb.base/callfuncs.exp
10699 * gdb.base/catch-fork-static.exp
10700 * gdb.base/catch-gdb-caused-signals.exp
10701 * gdb.base/catch-load.exp
10702 * gdb.base/catch-signal-fork.exp
10703 * gdb.base/catch-signal.exp
10704 * gdb.base/catch-syscall.exp
10705 * gdb.base/charset.exp
10706 * gdb.base/checkpoint.exp
10707 * gdb.base/chng-syms.exp
10708 * gdb.base/code-expr.exp
10709 * gdb.base/code_elim.exp
10710 * gdb.base/commands.exp
10711 * gdb.base/completion.exp
10712 * gdb.base/complex.exp
10713 * gdb.base/cond-expr.exp
10714 * gdb.base/condbreak.exp
10715 * gdb.base/consecutive.exp
10716 * gdb.base/continue-all-already-running.exp
10717 * gdb.base/coredump-filter.exp
10718 * gdb.base/corefile.exp
10719 * gdb.base/dbx.exp
10720 * gdb.base/debug-expr.exp
10721 * gdb.base/define.exp
10722 * gdb.base/del.exp
10723 * gdb.base/disabled-location.exp
10724 * gdb.base/disasm-end-cu.exp
10725 * gdb.base/disasm-optim.exp
10726 * gdb.base/display.exp
10727 * gdb.base/duplicate-bp.exp
10728 * gdb.base/ena-dis-br.exp
10729 * gdb.base/ending-run.exp
10730 * gdb.base/enumval.exp
10731 * gdb.base/environ.exp
10732 * gdb.base/eu-strip-infcall.exp
10733 * gdb.base/eval-avoid-side-effects.exp
10734 * gdb.base/eval-skip.exp
10735 * gdb.base/exitsignal.exp
10736 * gdb.base/expand-psymtabs.exp
10737 * gdb.base/filesym.exp
10738 * gdb.base/find-unmapped.exp
10739 * gdb.base/finish.exp
10740 * gdb.base/float.exp
10741 * gdb.base/foll-exec-mode.exp
10742 * gdb.base/foll-exec.exp
10743 * gdb.base/foll-fork.exp
10744 * gdb.base/fortran-sym-case.exp
10745 * gdb.base/freebpcmd.exp
10746 * gdb.base/func-ptr.exp
10747 * gdb.base/func-ptrs.exp
10748 * gdb.base/funcargs.exp
10749 * gdb.base/gcore-buffer-overflow.exp
10750 * gdb.base/gcore-relro-pie.exp
10751 * gdb.base/gcore-relro.exp
10752 * gdb.base/gcore.exp
10753 * gdb.base/gdb1090.exp
10754 * gdb.base/gdb11530.exp
10755 * gdb.base/gdb11531.exp
10756 * gdb.base/gdb1821.exp
10757 * gdb.base/gdbindex-stabs.exp
10758 * gdb.base/gdbvars.exp
10759 * gdb.base/hbreak.exp
10760 * gdb.base/hbreak2.exp
10761 * gdb.base/included.exp
10762 * gdb.base/infcall-input.exp
10763 * gdb.base/inferior-died.exp
10764 * gdb.base/infnan.exp
10765 * gdb.base/info-macros.exp
10766 * gdb.base/info-os.exp
10767 * gdb.base/info-proc.exp
10768 * gdb.base/info-shared.exp
10769 * gdb.base/info-target.exp
10770 * gdb.base/infoline.exp
10771 * gdb.base/interp.exp
10772 * gdb.base/interrupt.exp
10773 * gdb.base/jit-reader.exp
10774 * gdb.base/jit-simple.exp
10775 * gdb.base/kill-after-signal.exp
10776 * gdb.base/kill-detach-inferiors-cmd.exp
10777 * gdb.base/label.exp
10778 * gdb.base/langs.exp
10779 * gdb.base/ldbl_e308.exp
10780 * gdb.base/line-symtabs.exp
10781 * gdb.base/linespecs.exp
10782 * gdb.base/list.exp
10783 * gdb.base/long_long.exp
10784 * gdb.base/longest-types.exp
10785 * gdb.base/maint.exp
10786 * gdb.base/max-value-size.exp
10787 * gdb.base/memattr.exp
10788 * gdb.base/mips_pro.exp
10789 * gdb.base/morestack.exp
10790 * gdb.base/moribund-step.exp
10791 * gdb.base/multi-forks.exp
10792 * gdb.base/nested-addr.exp
10793 * gdb.base/nextoverexit.exp
10794 * gdb.base/noreturn-finish.exp
10795 * gdb.base/noreturn-return.exp
10796 * gdb.base/nostdlib.exp
10797 * gdb.base/offsets.exp
10798 * gdb.base/opaque.exp
10799 * gdb.base/pc-fp.exp
10800 * gdb.base/permissions.exp
10801 * gdb.base/print-symbol-loading.exp
10802 * gdb.base/prologue-include.exp
10803 * gdb.base/psymtab.exp
10804 * gdb.base/ptype.exp
10805 * gdb.base/random-signal.exp
10806 * gdb.base/randomize.exp
10807 * gdb.base/range-stepping.exp
10808 * gdb.base/readline-ask.exp
10809 * gdb.base/recpar.exp
10810 * gdb.base/recurse.exp
10811 * gdb.base/relational.exp
10812 * gdb.base/restore.exp
10813 * gdb.base/return-nodebug.exp
10814 * gdb.base/return.exp
10815 * gdb.base/run-after-attach.exp
10816 * gdb.base/save-bp.exp
10817 * gdb.base/scope.exp
10818 * gdb.base/sect-cmd.exp
10819 * gdb.base/set-lang-auto.exp
10820 * gdb.base/set-noassign.exp
10821 * gdb.base/setvar.exp
10822 * gdb.base/sigall.exp
10823 * gdb.base/sigbpt.exp
10824 * gdb.base/siginfo-addr.exp
10825 * gdb.base/siginfo-infcall.exp
10826 * gdb.base/siginfo-obj.exp
10827 * gdb.base/siginfo.exp
10828 * gdb.base/signals-state-child.exp
10829 * gdb.base/signest.exp
10830 * gdb.base/sigstep.exp
10831 * gdb.base/sizeof.exp
10832 * gdb.base/skip.exp
10833 * gdb.base/solib-corrupted.exp
10834 * gdb.base/solib-nodir.exp
10835 * gdb.base/solib-search.exp
10836 * gdb.base/stack-checking.exp
10837 * gdb.base/stale-infcall.exp
10838 * gdb.base/stap-probe.exp
10839 * gdb.base/start.exp
10840 * gdb.base/step-break.exp
10841 * gdb.base/step-bt.exp
10842 * gdb.base/step-line.exp
10843 * gdb.base/step-over-exit.exp
10844 * gdb.base/step-over-syscall.exp
10845 * gdb.base/step-resume-infcall.exp
10846 * gdb.base/step-test.exp
10847 * gdb.base/store.exp
10848 * gdb.base/structs3.exp
10849 * gdb.base/sym-file.exp
10850 * gdb.base/symbol-without-target_section.exp
10851 * gdb.base/term.exp
10852 * gdb.base/testenv.exp
10853 * gdb.base/ui-redirect.exp
10854 * gdb.base/until.exp
10855 * gdb.base/unwindonsignal.exp
10856 * gdb.base/value-double-free.exp
10857 * gdb.base/vla-datatypes.exp
10858 * gdb.base/vla-ptr.exp
10859 * gdb.base/vla-sideeffect.exp
10860 * gdb.base/volatile.exp
10861 * gdb.base/watch-cond-infcall.exp
10862 * gdb.base/watch-cond.exp
10863 * gdb.base/watch-non-mem.exp
10864 * gdb.base/watch-read.exp
10865 * gdb.base/watch-vfork.exp
10866 * gdb.base/watchpoint-cond-gone.exp
10867 * gdb.base/watchpoint-delete.exp
10868 * gdb.base/watchpoint-hw-hit-once.exp
10869 * gdb.base/watchpoint-hw.exp
10870 * gdb.base/watchpoint-stops-at-right-insn.exp
10871 * gdb.base/watchpoints.exp
10872 * gdb.base/wchar.exp
10873 * gdb.base/whatis-exp.exp
10874 * gdb.btrace/buffer-size.exp
10875 * gdb.btrace/data.exp
10876 * gdb.btrace/delta.exp
10877 * gdb.btrace/dlopen.exp
10878 * gdb.btrace/enable.exp
10879 * gdb.btrace/exception.exp
10880 * gdb.btrace/function_call_history.exp
10881 * gdb.btrace/gcore.exp
10882 * gdb.btrace/instruction_history.exp
10883 * gdb.btrace/nohist.exp
10884 * gdb.btrace/reconnect.exp
10885 * gdb.btrace/record_goto-step.exp
10886 * gdb.btrace/record_goto.exp
10887 * gdb.btrace/rn-dl-bind.exp
10888 * gdb.btrace/segv.exp
10889 * gdb.btrace/step.exp
10890 * gdb.btrace/stepi.exp
10891 * gdb.btrace/tailcall-only.exp
10892 * gdb.btrace/tailcall.exp
10893 * gdb.btrace/tsx.exp
10894 * gdb.btrace/unknown_functions.exp
10895 * gdb.btrace/vdso.exp
10896 * gdb.compile/compile-ifunc.exp
10897 * gdb.compile/compile-ops.exp
10898 * gdb.compile/compile-print.exp
10899 * gdb.compile/compile-setjmp.exp
10900 * gdb.cp/abstract-origin.exp
10901 * gdb.cp/ambiguous.exp
10902 * gdb.cp/annota2.exp
10903 * gdb.cp/annota3.exp
10904 * gdb.cp/anon-ns.exp
10905 * gdb.cp/anon-struct.exp
10906 * gdb.cp/anon-union.exp
10907 * gdb.cp/arg-reference.exp
10908 * gdb.cp/baseenum.exp
10909 * gdb.cp/bool.exp
10910 * gdb.cp/breakpoint.exp
10911 * gdb.cp/bs15503.exp
10912 * gdb.cp/call-c.exp
10913 * gdb.cp/casts.exp
10914 * gdb.cp/chained-calls.exp
10915 * gdb.cp/class2.exp
10916 * gdb.cp/classes.exp
10917 * gdb.cp/cmpd-minsyms.exp
10918 * gdb.cp/converts.exp
10919 * gdb.cp/cp-relocate.exp
10920 * gdb.cp/cpcompletion.exp
10921 * gdb.cp/cpexprs.exp
10922 * gdb.cp/cplabel.exp
10923 * gdb.cp/cplusfuncs.exp
10924 * gdb.cp/cpsizeof.exp
10925 * gdb.cp/ctti.exp
10926 * gdb.cp/derivation.exp
10927 * gdb.cp/destrprint.exp
10928 * gdb.cp/dispcxx.exp
10929 * gdb.cp/enum-class.exp
10930 * gdb.cp/exception.exp
10931 * gdb.cp/exceptprint.exp
10932 * gdb.cp/expand-psymtabs-cxx.exp
10933 * gdb.cp/expand-sals.exp
10934 * gdb.cp/extern-c.exp
10935 * gdb.cp/filename.exp
10936 * gdb.cp/formatted-ref.exp
10937 * gdb.cp/fpointer.exp
10938 * gdb.cp/gdb1355.exp
10939 * gdb.cp/gdb2495.exp
10940 * gdb.cp/hang.exp
10941 * gdb.cp/impl-this.exp
10942 * gdb.cp/infcall-dlopen.exp
10943 * gdb.cp/inherit.exp
10944 * gdb.cp/iostream.exp
10945 * gdb.cp/koenig.exp
10946 * gdb.cp/local.exp
10947 * gdb.cp/m-data.exp
10948 * gdb.cp/m-static.exp
10949 * gdb.cp/mb-ctor.exp
10950 * gdb.cp/mb-inline.exp
10951 * gdb.cp/mb-templates.exp
10952 * gdb.cp/member-name.exp
10953 * gdb.cp/member-ptr.exp
10954 * gdb.cp/meth-typedefs.exp
10955 * gdb.cp/method.exp
10956 * gdb.cp/method2.exp
10957 * gdb.cp/minsym-fallback.exp
10958 * gdb.cp/misc.exp
10959 * gdb.cp/namelessclass.exp
10960 * gdb.cp/namespace-enum.exp
10961 * gdb.cp/namespace-nested-import.exp
10962 * gdb.cp/namespace.exp
10963 * gdb.cp/nextoverthrow.exp
10964 * gdb.cp/no-dmgl-verbose.exp
10965 * gdb.cp/non-trivial-retval.exp
10966 * gdb.cp/noparam.exp
10967 * gdb.cp/nsdecl.exp
10968 * gdb.cp/nsimport.exp
10969 * gdb.cp/nsnested.exp
10970 * gdb.cp/nsnoimports.exp
10971 * gdb.cp/nsrecurs.exp
10972 * gdb.cp/nsstress.exp
10973 * gdb.cp/nsusing.exp
10974 * gdb.cp/operator.exp
10975 * gdb.cp/oranking.exp
10976 * gdb.cp/overload-const.exp
10977 * gdb.cp/overload.exp
10978 * gdb.cp/ovldbreak.exp
10979 * gdb.cp/ovsrch.exp
10980 * gdb.cp/paren-type.exp
10981 * gdb.cp/parse-lang.exp
10982 * gdb.cp/pass-by-ref.exp
10983 * gdb.cp/pr-1023.exp
10984 * gdb.cp/pr-1210.exp
10985 * gdb.cp/pr-574.exp
10986 * gdb.cp/pr10687.exp
10987 * gdb.cp/pr12028.exp
10988 * gdb.cp/pr17132.exp
10989 * gdb.cp/pr17494.exp
10990 * gdb.cp/pr9067.exp
10991 * gdb.cp/pr9167.exp
10992 * gdb.cp/pr9631.exp
10993 * gdb.cp/printmethod.exp
10994 * gdb.cp/psmang.exp
10995 * gdb.cp/psymtab-parameter.exp
10996 * gdb.cp/ptype-cv-cp.exp
10997 * gdb.cp/ptype-flags.exp
10998 * gdb.cp/re-set-overloaded.exp
10999 * gdb.cp/ref-types.exp
11000 * gdb.cp/rtti.exp
11001 * gdb.cp/scope-err.exp
11002 * gdb.cp/shadow.exp
11003 * gdb.cp/smartp.exp
11004 * gdb.cp/static-method.exp
11005 * gdb.cp/static-print-quit.exp
11006 * gdb.cp/temargs.exp
11007 * gdb.cp/templates.exp
11008 * gdb.cp/try_catch.exp
11009 * gdb.cp/typedef-operator.exp
11010 * gdb.cp/typeid.exp
11011 * gdb.cp/userdef.exp
11012 * gdb.cp/using-crash.exp
11013 * gdb.cp/var-tag.exp
11014 * gdb.cp/virtbase.exp
11015 * gdb.cp/virtfunc.exp
11016 * gdb.cp/virtfunc2.exp
11017 * gdb.cp/vla-cxx.exp
11018 * gdb.disasm/t01_mov.exp
11019 * gdb.disasm/t02_mova.exp
11020 * gdb.disasm/t03_add.exp
11021 * gdb.disasm/t04_sub.exp
11022 * gdb.disasm/t05_cmp.exp
11023 * gdb.disasm/t06_ari2.exp
11024 * gdb.disasm/t07_ari3.exp
11025 * gdb.disasm/t08_or.exp
11026 * gdb.disasm/t09_xor.exp
11027 * gdb.disasm/t10_and.exp
11028 * gdb.disasm/t11_logs.exp
11029 * gdb.disasm/t12_bit.exp
11030 * gdb.disasm/t13_otr.exp
11031 * gdb.dlang/circular.exp
11032 * gdb.dwarf2/arr-stride.exp
11033 * gdb.dwarf2/arr-subrange.exp
11034 * gdb.dwarf2/atomic-type.exp
11035 * gdb.dwarf2/bad-regnum.exp
11036 * gdb.dwarf2/bitfield-parent-optimized-out.exp
11037 * gdb.dwarf2/callframecfa.exp
11038 * gdb.dwarf2/clztest.exp
11039 * gdb.dwarf2/corrupt.exp
11040 * gdb.dwarf2/data-loc.exp
11041 * gdb.dwarf2/dup-psym.exp
11042 * gdb.dwarf2/dw2-anon-mptr.exp
11043 * gdb.dwarf2/dw2-anonymous-func.exp
11044 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
11045 * gdb.dwarf2/dw2-bad-unresolved.exp
11046 * gdb.dwarf2/dw2-basic.exp
11047 * gdb.dwarf2/dw2-canonicalize-type.exp
11048 * gdb.dwarf2/dw2-case-insensitive.exp
11049 * gdb.dwarf2/dw2-common-block.exp
11050 * gdb.dwarf2/dw2-compdir-oldgcc.exp
11051 * gdb.dwarf2/dw2-compressed.exp
11052 * gdb.dwarf2/dw2-const.exp
11053 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
11054 * gdb.dwarf2/dw2-cu-size.exp
11055 * gdb.dwarf2/dw2-dup-frame.exp
11056 * gdb.dwarf2/dw2-entry-value.exp
11057 * gdb.dwarf2/dw2-icycle.exp
11058 * gdb.dwarf2/dw2-ifort-parameter.exp
11059 * gdb.dwarf2/dw2-inline-break.exp
11060 * gdb.dwarf2/dw2-inline-param.exp
11061 * gdb.dwarf2/dw2-intercu.exp
11062 * gdb.dwarf2/dw2-intermix.exp
11063 * gdb.dwarf2/dw2-lexical-block-bare.exp
11064 * gdb.dwarf2/dw2-linkage-name-trust.exp
11065 * gdb.dwarf2/dw2-minsym-in-cu.exp
11066 * gdb.dwarf2/dw2-noloc.exp
11067 * gdb.dwarf2/dw2-op-call.exp
11068 * gdb.dwarf2/dw2-op-out-param.exp
11069 * gdb.dwarf2/dw2-opt-structptr.exp
11070 * gdb.dwarf2/dw2-param-error.exp
11071 * gdb.dwarf2/dw2-producer.exp
11072 * gdb.dwarf2/dw2-ranges-base.exp
11073 * gdb.dwarf2/dw2-ref-missing-frame.exp
11074 * gdb.dwarf2/dw2-reg-undefined.exp
11075 * gdb.dwarf2/dw2-regno-invalid.exp
11076 * gdb.dwarf2/dw2-restore.exp
11077 * gdb.dwarf2/dw2-restrict.exp
11078 * gdb.dwarf2/dw2-single-line-discriminators.exp
11079 * gdb.dwarf2/dw2-strp.exp
11080 * gdb.dwarf2/dw2-undefined-ret-addr.exp
11081 * gdb.dwarf2/dw2-unresolved.exp
11082 * gdb.dwarf2/dw2-var-zero-addr.exp
11083 * gdb.dwarf2/dw4-sig-types.exp
11084 * gdb.dwarf2/dwz.exp
11085 * gdb.dwarf2/dynarr-ptr.exp
11086 * gdb.dwarf2/enum-type.exp
11087 * gdb.dwarf2/gdb-index.exp
11088 * gdb.dwarf2/implptr-64bit.exp
11089 * gdb.dwarf2/implptr-optimized-out.exp
11090 * gdb.dwarf2/implptr.exp
11091 * gdb.dwarf2/implref-array.exp
11092 * gdb.dwarf2/implref-const.exp
11093 * gdb.dwarf2/implref-global.exp
11094 * gdb.dwarf2/implref-struct.exp
11095 * gdb.dwarf2/mac-fileno.exp
11096 * gdb.dwarf2/main-subprogram.exp
11097 * gdb.dwarf2/member-ptr-forwardref.exp
11098 * gdb.dwarf2/method-ptr.exp
11099 * gdb.dwarf2/missing-sig-type.exp
11100 * gdb.dwarf2/nonvar-access.exp
11101 * gdb.dwarf2/opaque-type-lookup.exp
11102 * gdb.dwarf2/pieces-optimized-out.exp
11103 * gdb.dwarf2/pieces.exp
11104 * gdb.dwarf2/pr10770.exp
11105 * gdb.dwarf2/pr13961.exp
11106 * gdb.dwarf2/staticvirtual.exp
11107 * gdb.dwarf2/subrange.exp
11108 * gdb.dwarf2/symtab-producer.exp
11109 * gdb.dwarf2/trace-crash.exp
11110 * gdb.dwarf2/typeddwarf.exp
11111 * gdb.dwarf2/valop.exp
11112 * gdb.dwarf2/watch-notconst.exp
11113 * gdb.fortran/array-element.exp
11114 * gdb.fortran/charset.exp
11115 * gdb.fortran/common-block.exp
11116 * gdb.fortran/complex.exp
11117 * gdb.fortran/derived-type-function.exp
11118 * gdb.fortran/derived-type.exp
11119 * gdb.fortran/logical.exp
11120 * gdb.fortran/module.exp
11121 * gdb.fortran/multi-dim.exp
11122 * gdb.fortran/nested-funcs.exp
11123 * gdb.fortran/print-formatted.exp
11124 * gdb.fortran/subarray.exp
11125 * gdb.fortran/vla-alloc-assoc.exp
11126 * gdb.fortran/vla-datatypes.exp
11127 * gdb.fortran/vla-history.exp
11128 * gdb.fortran/vla-ptr-info.exp
11129 * gdb.fortran/vla-ptype-sub.exp
11130 * gdb.fortran/vla-ptype.exp
11131 * gdb.fortran/vla-sizeof.exp
11132 * gdb.fortran/vla-type.exp
11133 * gdb.fortran/vla-value-sub-arbitrary.exp
11134 * gdb.fortran/vla-value-sub-finish.exp
11135 * gdb.fortran/vla-value-sub.exp
11136 * gdb.fortran/vla-value.exp
11137 * gdb.fortran/whatis_type.exp
11138 * gdb.go/chan.exp
11139 * gdb.go/handcall.exp
11140 * gdb.go/hello.exp
11141 * gdb.go/integers.exp
11142 * gdb.go/methods.exp
11143 * gdb.go/package.exp
11144 * gdb.go/strings.exp
11145 * gdb.go/types.exp
11146 * gdb.go/unsafe.exp
11147 * gdb.guile/scm-arch.exp
11148 * gdb.guile/scm-block.exp
11149 * gdb.guile/scm-breakpoint.exp
11150 * gdb.guile/scm-cmd.exp
11151 * gdb.guile/scm-disasm.exp
11152 * gdb.guile/scm-equal.exp
11153 * gdb.guile/scm-frame-args.exp
11154 * gdb.guile/scm-frame-inline.exp
11155 * gdb.guile/scm-frame.exp
11156 * gdb.guile/scm-iterator.exp
11157 * gdb.guile/scm-math.exp
11158 * gdb.guile/scm-objfile.exp
11159 * gdb.guile/scm-ports.exp
11160 * gdb.guile/scm-symbol.exp
11161 * gdb.guile/scm-symtab.exp
11162 * gdb.guile/scm-value-cc.exp
11163 * gdb.guile/types-module.exp
11164 * gdb.linespec/break-ask.exp
11165 * gdb.linespec/cpexplicit.exp
11166 * gdb.linespec/explicit.exp
11167 * gdb.linespec/keywords.exp
11168 * gdb.linespec/linespec.exp
11169 * gdb.linespec/ls-dollar.exp
11170 * gdb.linespec/ls-errs.exp
11171 * gdb.linespec/skip-two.exp
11172 * gdb.linespec/thread.exp
11173 * gdb.mi/mi-async.exp
11174 * gdb.mi/mi-basics.exp
11175 * gdb.mi/mi-break.exp
11176 * gdb.mi/mi-catch-load.exp
11177 * gdb.mi/mi-cli.exp
11178 * gdb.mi/mi-cmd-param-changed.exp
11179 * gdb.mi/mi-console.exp
11180 * gdb.mi/mi-detach.exp
11181 * gdb.mi/mi-disassemble.exp
11182 * gdb.mi/mi-eval.exp
11183 * gdb.mi/mi-file-transfer.exp
11184 * gdb.mi/mi-file.exp
11185 * gdb.mi/mi-fill-memory.exp
11186 * gdb.mi/mi-inheritance-syntax-error.exp
11187 * gdb.mi/mi-linespec-err-cp.exp
11188 * gdb.mi/mi-logging.exp
11189 * gdb.mi/mi-memory-changed.exp
11190 * gdb.mi/mi-read-memory.exp
11191 * gdb.mi/mi-record-changed.exp
11192 * gdb.mi/mi-reg-undefined.exp
11193 * gdb.mi/mi-regs.exp
11194 * gdb.mi/mi-return.exp
11195 * gdb.mi/mi-reverse.exp
11196 * gdb.mi/mi-simplerun.exp
11197 * gdb.mi/mi-solib.exp
11198 * gdb.mi/mi-stack.exp
11199 * gdb.mi/mi-stepi.exp
11200 * gdb.mi/mi-syn-frame.exp
11201 * gdb.mi/mi-until.exp
11202 * gdb.mi/mi-var-block.exp
11203 * gdb.mi/mi-var-child.exp
11204 * gdb.mi/mi-var-cmd.exp
11205 * gdb.mi/mi-var-cp.exp
11206 * gdb.mi/mi-var-display.exp
11207 * gdb.mi/mi-var-invalidate.exp
11208 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
11209 * gdb.mi/mi-vla-fortran.exp
11210 * gdb.mi/mi-watch.exp
11211 * gdb.mi/mi2-var-child.exp
11212 * gdb.mi/user-selected-context-sync.exp
11213 * gdb.modula2/unbounded-array.exp
11214 * gdb.multi/dummy-frame-restore.exp
11215 * gdb.multi/multi-arch-exec.exp
11216 * gdb.multi/multi-arch.exp
11217 * gdb.multi/tids.exp
11218 * gdb.multi/watchpoint-multi.exp
11219 * gdb.opencl/callfuncs.exp
11220 * gdb.opencl/convs_casts.exp
11221 * gdb.opencl/datatypes.exp
11222 * gdb.opencl/operators.exp
11223 * gdb.opencl/vec_comps.exp
11224 * gdb.opt/clobbered-registers-O2.exp
11225 * gdb.opt/inline-break.exp
11226 * gdb.opt/inline-bt.exp
11227 * gdb.opt/inline-cmds.exp
11228 * gdb.opt/inline-locals.exp
11229 * gdb.pascal/case-insensitive-symbols.exp
11230 * gdb.pascal/floats.exp
11231 * gdb.pascal/gdb11492.exp
11232 * gdb.python/lib-types.exp
11233 * gdb.python/py-arch.exp
11234 * gdb.python/py-as-string.exp
11235 * gdb.python/py-bad-printers.exp
11236 * gdb.python/py-block.exp
11237 * gdb.python/py-breakpoint-create-fail.exp
11238 * gdb.python/py-breakpoint.exp
11239 * gdb.python/py-caller-is.exp
11240 * gdb.python/py-cmd.exp
11241 * gdb.python/py-explore-cc.exp
11242 * gdb.python/py-explore.exp
11243 * gdb.python/py-finish-breakpoint.exp
11244 * gdb.python/py-finish-breakpoint2.exp
11245 * gdb.python/py-frame-args.exp
11246 * gdb.python/py-frame-inline.exp
11247 * gdb.python/py-frame.exp
11248 * gdb.python/py-framefilter-mi.exp
11249 * gdb.python/py-infthread.exp
11250 * gdb.python/py-lazy-string.exp
11251 * gdb.python/py-linetable.exp
11252 * gdb.python/py-mi-events.exp
11253 * gdb.python/py-mi-objfile.exp
11254 * gdb.python/py-mi.exp
11255 * gdb.python/py-objfile.exp
11256 * gdb.python/py-pp-integral.exp
11257 * gdb.python/py-pp-maint.exp
11258 * gdb.python/py-pp-re-notag.exp
11259 * gdb.python/py-pp-registration.exp
11260 * gdb.python/py-recurse-unwind.exp
11261 * gdb.python/py-strfns.exp
11262 * gdb.python/py-symbol.exp
11263 * gdb.python/py-symtab.exp
11264 * gdb.python/py-sync-interp.exp
11265 * gdb.python/py-typeprint.exp
11266 * gdb.python/py-unwind-maint.exp
11267 * gdb.python/py-unwind.exp
11268 * gdb.python/py-value-cc.exp
11269 * gdb.python/py-xmethods.exp
11270 * gdb.reverse/amd64-tailcall-reverse.exp
11271 * gdb.reverse/break-precsave.exp
11272 * gdb.reverse/break-reverse.exp
11273 * gdb.reverse/consecutive-precsave.exp
11274 * gdb.reverse/consecutive-reverse.exp
11275 * gdb.reverse/finish-precsave.exp
11276 * gdb.reverse/finish-reverse-bkpt.exp
11277 * gdb.reverse/finish-reverse.exp
11278 * gdb.reverse/fstatat-reverse.exp
11279 * gdb.reverse/getresuid-reverse.exp
11280 * gdb.reverse/i386-precsave.exp
11281 * gdb.reverse/i386-reverse.exp
11282 * gdb.reverse/i386-sse-reverse.exp
11283 * gdb.reverse/i387-env-reverse.exp
11284 * gdb.reverse/i387-stack-reverse.exp
11285 * gdb.reverse/insn-reverse.exp
11286 * gdb.reverse/machinestate-precsave.exp
11287 * gdb.reverse/machinestate.exp
11288 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11289 * gdb.reverse/pipe-reverse.exp
11290 * gdb.reverse/readv-reverse.exp
11291 * gdb.reverse/recvmsg-reverse.exp
11292 * gdb.reverse/rerun-prec.exp
11293 * gdb.reverse/s390-mvcle.exp
11294 * gdb.reverse/step-precsave.exp
11295 * gdb.reverse/step-reverse.exp
11296 * gdb.reverse/time-reverse.exp
11297 * gdb.reverse/until-precsave.exp
11298 * gdb.reverse/until-reverse.exp
11299 * gdb.reverse/waitpid-reverse.exp
11300 * gdb.reverse/watch-precsave.exp
11301 * gdb.reverse/watch-reverse.exp
11302 * gdb.rust/generics.exp
11303 * gdb.rust/methods.exp
11304 * gdb.rust/modules.exp
11305 * gdb.rust/simple.exp
11306 * gdb.server/connect-with-no-symbol-file.exp
11307 * gdb.server/ext-attach.exp
11308 * gdb.server/ext-restart.exp
11309 * gdb.server/ext-wrapper.exp
11310 * gdb.server/file-transfer.exp
11311 * gdb.server/server-exec-info.exp
11312 * gdb.server/server-kill.exp
11313 * gdb.server/server-mon.exp
11314 * gdb.server/wrapper.exp
11315 * gdb.stabs/exclfwd.exp
11316 * gdb.stabs/gdb11479.exp
11317 * gdb.threads/clone-new-thread-event.exp
11318 * gdb.threads/corethreads.exp
11319 * gdb.threads/current-lwp-dead.exp
11320 * gdb.threads/dlopen-libpthread.exp
11321 * gdb.threads/gcore-thread.exp
11322 * gdb.threads/sigstep-threads.exp
11323 * gdb.threads/watchpoint-fork.exp
11324 * gdb.trace/actions-changed.exp
11325 * gdb.trace/backtrace.exp
11326 * gdb.trace/change-loc.exp
11327 * gdb.trace/circ.exp
11328 * gdb.trace/collection.exp
11329 * gdb.trace/disconnected-tracing.exp
11330 * gdb.trace/ftrace.exp
11331 * gdb.trace/mi-trace-frame-collected.exp
11332 * gdb.trace/mi-trace-unavailable.exp
11333 * gdb.trace/mi-traceframe-changed.exp
11334 * gdb.trace/mi-tsv-changed.exp
11335 * gdb.trace/no-attach-trace.exp
11336 * gdb.trace/passc-dyn.exp
11337 * gdb.trace/qtro.exp
11338 * gdb.trace/range-stepping.exp
11339 * gdb.trace/read-memory.exp
11340 * gdb.trace/save-trace.exp
11341 * gdb.trace/signal.exp
11342 * gdb.trace/status-stop.exp
11343 * gdb.trace/tfile.exp
11344 * gdb.trace/trace-break.exp
11345 * gdb.trace/trace-buffer-size.exp
11346 * gdb.trace/trace-condition.exp
11347 * gdb.trace/tracefile-pseudo-reg.exp
11348 * gdb.trace/tstatus.exp
11349 * gdb.trace/unavailable.exp
11350 * gdb.trace/while-dyn.exp
11351 * gdb.trace/while-stepping.exp
11352
11353 2016-12-22 Doug Evans <xdje42@gmail.com>
11354
11355 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
11356 and msymbols.
11357
11358 2016-12-19 Yao Qi <yao.qi@linaro.org>
11359
11360 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
11361 (test_with_self): Don't call do_steps_and_nexts, and remove
11362 code about stepping into xmalloc.
11363
11364 2016-12-09 Yao Qi <yao.qi@linaro.org>
11365
11366 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
11367
11368 2016-12-09 Yao Qi <yao.qi@linaro.org>
11369
11370 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
11371
11372 2016-12-09 Pedro Alves <palves@redhat.com>
11373
11374 * gdb.base/all-architectures-0.exp: New file.
11375 * gdb.base/all-architectures-1.exp: New file.
11376 * gdb.base/all-architectures-2.exp: New file.
11377 * gdb.base/all-architectures-3.exp: New file.
11378 * gdb.base/all-architectures-4.exp: New file.
11379 * gdb.base/all-architectures-5.exp: New file.
11380 * gdb.base/all-architectures-6.exp: New file.
11381 * gdb.base/all-architectures-7.exp: New file.
11382 * gdb.base/all-architectures.exp.in: New file.
11383
11384 2016-12-09 Yao Qi <yao.qi@linaro.org>
11385
11386 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
11387
11388 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
11389
11390 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
11391 possible.
11392 Remove useless pattern-matching code.
11393
11394 2016-12-02 Pedro Alves <palves@redhat.com>
11395
11396 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
11397 procedure.
11398 (top level): Call it.
11399
11400 2016-12-02 Pedro Alves <palves@redhat.com>
11401
11402 * gdb.base/commands.exp (user_defined_command_args_stack_test):
11403 New procedure.
11404 (top level): Call it.
11405
11406 2016-12-02 Pedro Alves <palves@redhat.com>
11407
11408 PR cli/20559
11409 * gdb.base/commands.exp (user_defined_command_args_eval): New
11410 procedure.
11411 (top level): Call it.
11412
11413 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
11414
11415 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
11416 timeout handling.
11417
11418 2016-12-02 Tom Tromey <tom@tromey.com>
11419
11420 * gdb.dwarf2/main-subprogram.c: New file.
11421 * gdb.dwarf2/main-subprogram.exp: New file.
11422
11423 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11424
11425 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
11426 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
11427 gdb_test_no_output for a couple of cases.
11428 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
11429
11430 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11431
11432 Fix test names and standardize compilation error messages throughout
11433 the following files:
11434
11435 * gdb.ada/start.exp
11436 * gdb.arch/alpha-step.exp
11437 * gdb.arch/e500-prologue.exp
11438 * gdb.arch/ftrace-insn-reloc.exp
11439 * gdb.arch/gdb1291.exp
11440 * gdb.arch/gdb1431.exp
11441 * gdb.arch/gdb1558.exp
11442 * gdb.arch/i386-dr3-watch.exp
11443 * gdb.arch/i386-sse-stack-align.exp
11444 * gdb.arch/ia64-breakpoint-shadow.exp
11445 * gdb.arch/pa-nullify.exp
11446 * gdb.arch/powerpc-aix-prologue.exp
11447 * gdb.arch/thumb-bx-pc.exp
11448 * gdb.base/annota1.exp
11449 * gdb.base/annota3.exp
11450 * gdb.base/arrayidx.exp
11451 * gdb.base/assign.exp
11452 * gdb.base/attach.exp
11453 * gdb.base/auxv.exp
11454 * gdb.base/bang.exp
11455 * gdb.base/bfp-test.exp
11456 * gdb.base/bigcore.exp
11457 * gdb.base/bitfields2.exp
11458 * gdb.base/break-fun-addr.exp
11459 * gdb.base/break-probes.exp
11460 * gdb.base/call-rt-st.exp
11461 * gdb.base/callexit.exp
11462 * gdb.base/catch-fork-kill.exp
11463 * gdb.base/charset.exp
11464 * gdb.base/checkpoint.exp
11465 * gdb.base/comprdebug.exp
11466 * gdb.base/constvars.exp
11467 * gdb.base/coredump-filter.exp
11468 * gdb.base/cursal.exp
11469 * gdb.base/cvexpr.exp
11470 * gdb.base/detach.exp
11471 * gdb.base/display.exp
11472 * gdb.base/dmsym.exp
11473 * gdb.base/dprintf-pending.exp
11474 * gdb.base/dso2dso.exp
11475 * gdb.base/dtrace-probe.exp
11476 * gdb.base/dump.exp
11477 * gdb.base/enum_cond.exp
11478 * gdb.base/exe-lock.exp
11479 * gdb.base/exec-invalid-sysroot.exp
11480 * gdb.base/execl-update-breakpoints.exp
11481 * gdb.base/exprs.exp
11482 * gdb.base/fileio.exp
11483 * gdb.base/find.exp
11484 * gdb.base/finish.exp
11485 * gdb.base/fixsection.exp
11486 * gdb.base/foll-vfork.exp
11487 * gdb.base/frame-args.exp
11488 * gdb.base/gcore.exp
11489 * gdb.base/gdb1250.exp
11490 * gdb.base/global-var-nested-by-dso.exp
11491 * gdb.base/gnu-ifunc.exp
11492 * gdb.base/hashline1.exp
11493 * gdb.base/hashline2.exp
11494 * gdb.base/hashline3.exp
11495 * gdb.base/hbreak-in-shr-unsupported.exp
11496 * gdb.base/huge.exp
11497 * gdb.base/infcall-input.exp
11498 * gdb.base/info-fun.exp
11499 * gdb.base/info-shared.exp
11500 * gdb.base/jit-simple.exp
11501 * gdb.base/jit-so.exp
11502 * gdb.base/jit.exp
11503 * gdb.base/jump.exp
11504 * gdb.base/label.exp
11505 * gdb.base/lineinc.exp
11506 * gdb.base/logical.exp
11507 * gdb.base/longjmp.exp
11508 * gdb.base/macscp.exp
11509 * gdb.base/miscexprs.exp
11510 * gdb.base/new-ui-echo.exp
11511 * gdb.base/new-ui-pending-input.exp
11512 * gdb.base/new-ui.exp
11513 * gdb.base/nodebug.exp
11514 * gdb.base/nofield.exp
11515 * gdb.base/offsets.exp
11516 * gdb.base/overlays.exp
11517 * gdb.base/pending.exp
11518 * gdb.base/pointers.exp
11519 * gdb.base/pr11022.exp
11520 * gdb.base/printcmds.exp
11521 * gdb.base/prologue.exp
11522 * gdb.base/ptr-typedef.exp
11523 * gdb.base/realname-expand.exp
11524 * gdb.base/relativedebug.exp
11525 * gdb.base/relocate.exp
11526 * gdb.base/remote.exp
11527 * gdb.base/reread.exp
11528 * gdb.base/return2.exp
11529 * gdb.base/savedregs.exp
11530 * gdb.base/sep.exp
11531 * gdb.base/sepdebug.exp
11532 * gdb.base/sepsymtab.exp
11533 * gdb.base/set-inferior-tty.exp
11534 * gdb.base/setshow.exp
11535 * gdb.base/shlib-call.exp
11536 * gdb.base/sigaltstack.exp
11537 * gdb.base/siginfo-addr.exp
11538 * gdb.base/signals.exp
11539 * gdb.base/signull.exp
11540 * gdb.base/sigrepeat.exp
11541 * gdb.base/so-impl-ld.exp
11542 * gdb.base/solib-display.exp
11543 * gdb.base/solib-overlap.exp
11544 * gdb.base/solib-search.exp
11545 * gdb.base/solib-symbol.exp
11546 * gdb.base/structs.exp
11547 * gdb.base/structs2.exp
11548 * gdb.base/symtab-search-order.exp
11549 * gdb.base/twice.exp
11550 * gdb.base/unload.exp
11551 * gdb.base/varargs.exp
11552 * gdb.base/watchpoint-solib.exp
11553 * gdb.base/watchpoint.exp
11554 * gdb.base/whatis.exp
11555 * gdb.base/wrong_frame_bt_full.exp
11556 * gdb.btrace/dlopen.exp
11557 * gdb.cell/ea-standalone.exp
11558 * gdb.cell/ea-test.exp
11559 * gdb.cp/dispcxx.exp
11560 * gdb.cp/gdb2384.exp
11561 * gdb.cp/method2.exp
11562 * gdb.cp/nextoverthrow.exp
11563 * gdb.cp/pr10728.exp
11564 * gdb.disasm/am33.exp
11565 * gdb.disasm/h8300s.exp
11566 * gdb.disasm/mn10300.exp
11567 * gdb.disasm/sh3.exp
11568 * gdb.dwarf2/dw2-dir-file-name.exp
11569 * gdb.fortran/complex.exp
11570 * gdb.fortran/library-module.exp
11571 * gdb.guile/scm-pretty-print.exp
11572 * gdb.guile/scm-symbol.exp
11573 * gdb.guile/scm-type.exp
11574 * gdb.guile/scm-value.exp
11575 * gdb.linespec/linespec.exp
11576 * gdb.mi/gdb701.exp
11577 * gdb.mi/gdb792.exp
11578 * gdb.mi/mi-breakpoint-changed.exp
11579 * gdb.mi/mi-dprintf-pending.exp
11580 * gdb.mi/mi-dprintf.exp
11581 * gdb.mi/mi-exit-code.exp
11582 * gdb.mi/mi-pending.exp
11583 * gdb.mi/mi-solib.exp
11584 * gdb.mi/new-ui-mi-sync.exp
11585 * gdb.mi/pr11022.exp
11586 * gdb.mi/user-selected-context-sync.exp
11587 * gdb.opt/solib-intra-step.exp
11588 * gdb.python/py-events.exp
11589 * gdb.python/py-finish-breakpoint.exp
11590 * gdb.python/py-mi.exp
11591 * gdb.python/py-prettyprint.exp
11592 * gdb.python/py-shared.exp
11593 * gdb.python/py-symbol.exp
11594 * gdb.python/py-template.exp
11595 * gdb.python/py-type.exp
11596 * gdb.python/py-value.exp
11597 * gdb.reverse/solib-precsave.exp
11598 * gdb.reverse/solib-reverse.exp
11599 * gdb.server/solib-list.exp
11600 * gdb.stabs/weird.exp
11601 * gdb.threads/reconnect-signal.exp
11602 * gdb.threads/stepi-random-signal.exp
11603 * gdb.trace/actions.exp
11604 * gdb.trace/ax.exp
11605 * gdb.trace/backtrace.exp
11606 * gdb.trace/change-loc.exp
11607 * gdb.trace/deltrace.exp
11608 * gdb.trace/ftrace-lock.exp
11609 * gdb.trace/ftrace.exp
11610 * gdb.trace/infotrace.exp
11611 * gdb.trace/mi-tracepoint-changed.exp
11612 * gdb.trace/packetlen.exp
11613 * gdb.trace/passcount.exp
11614 * gdb.trace/pending.exp
11615 * gdb.trace/range-stepping.exp
11616 * gdb.trace/report.exp
11617 * gdb.trace/stap-trace.exp
11618 * gdb.trace/tfind.exp
11619 * gdb.trace/trace-break.exp
11620 * gdb.trace/trace-condition.exp
11621 * gdb.trace/trace-enable-disable.exp
11622 * gdb.trace/trace-mt.exp
11623 * gdb.trace/tracecmd.exp
11624 * gdb.trace/tspeed.exp
11625 * gdb.trace/tsv.exp
11626 * lib/perftest.exp
11627
11628 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11629
11630 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
11631 with gdb_test_no_output.
11632 Use command as test name.
11633
11634 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11635
11636 Fix test names starting with uppercase throughout the files.
11637
11638 * gdb.ada/assign_1.exp
11639 * gdb.ada/boolean_expr.exp
11640 * gdb.base/arrayidx.exp
11641 * gdb.base/del.exp
11642 * gdb.base/gcore-buffer-overflow.exp
11643 * gdb.base/testenv.exp
11644 * gdb.compile/compile.exp
11645 * gdb.python/py-framefilter-invalidarg.exp
11646 * gdb.python/py-framefilter.exp
11647
11648 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11649
11650 Fix test names starting with uppercase throughout the files.
11651
11652 * gdb.ada/array_return.exp
11653 * gdb.ada/expr_delims.exp
11654 * gdb.ada/mi_dyn_arr.exp
11655 * gdb.ada/mi_interface.exp
11656 * gdb.ada/mi_var_array.exp
11657 * gdb.ada/watch_arg.exp
11658 * gdb.arch/alpha-step.exp
11659 * gdb.arch/altivec-regs.exp
11660 * gdb.arch/e500-regs.exp
11661 * gdb.arch/powerpc-d128-regs.exp
11662 * gdb.base/arrayidx.exp
11663 * gdb.base/break.exp
11664 * gdb.base/checkpoint.exp
11665 * gdb.base/debug-expr.exp
11666 * gdb.base/dmsym.exp
11667 * gdb.base/radix.exp
11668 * gdb.base/sepdebug.exp
11669 * gdb.base/testenv.exp
11670 * gdb.base/watch_thread_num.exp
11671 * gdb.base/watchpoint-cond-gone.exp
11672 * gdb.cell/break.exp
11673 * gdb.cell/ea-cache.exp
11674 * gdb.compile/compile.exp
11675 * gdb.cp/gdb2495.exp
11676 * gdb.gdb/selftest.exp
11677 * gdb.gdb/xfullpath.exp
11678 * gdb.go/hello.exp
11679 * gdb.go/integers.exp
11680 * gdb.objc/basicclass.exp
11681 * gdb.pascal/hello.exp
11682 * gdb.pascal/integers.exp
11683 * gdb.python/py-breakpoint.exp
11684 * gdb.python/py-cmd.exp
11685 * gdb.python/py-linetable.exp
11686 * gdb.python/py-xmethods.exp
11687 * gdb.python/python.exp
11688 * gdb.reverse/consecutive-precsave.exp
11689 * gdb.reverse/finish-precsave.exp
11690 * gdb.reverse/i386-precsave.exp
11691 * gdb.reverse/machinestate-precsave.exp
11692 * gdb.reverse/sigall-precsave.exp
11693 * gdb.reverse/solib-precsave.exp
11694 * gdb.reverse/step-precsave.exp
11695 * gdb.reverse/until-precsave.exp
11696 * gdb.reverse/watch-precsave.exp
11697 * gdb.threads/leader-exit.exp
11698 * gdb.threads/pthreads.exp
11699 * gdb.threads/wp-replication.exp
11700 * gdb.trace/actions.exp
11701 * gdb.trace/mi-tsv-changed.exp
11702 * gdb.trace/tsv.exp
11703
11704 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11705
11706 Fix test names starting with uppercase throughout the files.
11707
11708 * gdb.arch/i386-bp_permanent.exp
11709 * gdb.arch/i386-gnu-cfi.exp
11710 * gdb.base/disasm-end-cu.exp
11711 * gdb.base/macscp.exp
11712 * gdb.base/pending.exp
11713 * gdb.base/watch_thread_num.exp
11714 * gdb.cp/exception.exp
11715 * gdb.cp/gdb2495.exp
11716 * gdb.cp/local.exp
11717 * gdb.python/py-evsignal.exp
11718 * gdb.python/python.exp
11719 * gdb.trace/tracecmd.exp
11720
11721 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11722
11723 Fix test names starting with uppercase throughout the files.
11724
11725 * gdb.base/charset.exp
11726 * gdb.base/eval.exp
11727 * gdb.base/multi-forks.exp
11728 * gdb.guile/scm-progspace.exp
11729 * gdb.opencl/datatypes.exp
11730 * gdb.python/py-block.exp
11731 * gdb.python/py-function.exp
11732 * gdb.python/py-symbol.exp
11733 * gdb.python/py-symtab.exp
11734 * gdb.python/py-xmethods.exp
11735 * gdb.reverse/break-precsave.exp
11736 * gdb.reverse/break-reverse.exp
11737 * gdb.reverse/consecutive-precsave.exp
11738 * gdb.reverse/consecutive-reverse.exp
11739 * gdb.reverse/finish-precsave.exp
11740 * gdb.reverse/finish-reverse-bkpt.exp
11741 * gdb.reverse/finish-reverse.exp
11742 * gdb.reverse/fstatat-reverse.exp
11743 * gdb.reverse/getresuid-reverse.exp
11744 * gdb.reverse/i386-precsave.exp
11745 * gdb.reverse/i386-reverse.exp
11746 * gdb.reverse/i386-sse-reverse.exp
11747 * gdb.reverse/i387-stack-reverse.exp
11748 * gdb.reverse/insn-reverse.exp
11749 * gdb.reverse/machinestate-precsave.exp
11750 * gdb.reverse/machinestate.exp
11751 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11752 * gdb.reverse/pipe-reverse.exp
11753 * gdb.reverse/readv-reverse.exp
11754 * gdb.reverse/recvmsg-reverse.exp
11755 * gdb.reverse/rerun-prec.exp
11756 * gdb.reverse/s390-mvcle.exp
11757 * gdb.reverse/sigall-precsave.exp
11758 * gdb.reverse/sigall-reverse.exp
11759 * gdb.reverse/solib-precsave.exp
11760 * gdb.reverse/solib-reverse.exp
11761 * gdb.reverse/step-precsave.exp
11762 * gdb.reverse/step-reverse.exp
11763 * gdb.reverse/time-reverse.exp
11764 * gdb.reverse/until-precsave.exp
11765 * gdb.reverse/until-reverse.exp
11766 * gdb.reverse/waitpid-reverse.exp
11767 * gdb.reverse/watch-precsave.exp
11768 * gdb.reverse/watch-reverse.exp
11769
11770 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11771
11772 Fix test names starting with uppercase throughout the files.
11773
11774 * gdb.arch/i386-mpx-simple_segv.exp
11775 * gdb.arch/i386-mpx.exp
11776 * gdb.arch/i386-permbkpt.exp
11777 * gdb.arch/pa-nullify.exp
11778 * gdb.arch/powerpc-d128-regs.exp
11779 * gdb.arch/vsx-regs.exp
11780 * gdb.base/bfp-test.exp
11781 * gdb.base/break.exp
11782 * gdb.base/breakpoint-shadow.exp
11783 * gdb.base/callfuncs.exp
11784 * gdb.base/charset.exp
11785 * gdb.base/commands.exp
11786 * gdb.base/completion.exp
11787 * gdb.base/dfp-test.exp
11788 * gdb.base/echo.exp
11789 * gdb.base/ending-run.exp
11790 * gdb.base/eval.exp
11791 * gdb.base/expand-psymtabs.exp
11792 * gdb.base/float128.exp
11793 * gdb.base/floatn.exp
11794 * gdb.base/foll-exec-mode.exp
11795 * gdb.base/gdb1056.exp
11796 * gdb.base/gdb11531.exp
11797 * gdb.base/kill-after-signal.exp
11798 * gdb.base/multi-forks.exp
11799 * gdb.base/overlays.exp
11800 * gdb.base/pending.exp
11801 * gdb.base/sepdebug.exp
11802 * gdb.base/testenv.exp
11803 * gdb.base/valgrind-db-attach.exp
11804 * gdb.base/watch_thread_num.exp
11805 * gdb.base/watchpoint-cond-gone.exp
11806 * gdb.base/watchpoint.exp
11807 * gdb.base/watchpoints.exp
11808 * gdb.cp/arg-reference.exp
11809 * gdb.cp/baseenum.exp
11810 * gdb.cp/operator.exp
11811 * gdb.cp/shadow.exp
11812 * gdb.dwarf2/dw2-op-out-param.exp
11813 * gdb.dwarf2/dw2-reg-undefined.exp
11814 * gdb.go/chan.exp
11815 * gdb.go/hello.exp
11816 * gdb.go/integers.exp
11817 * gdb.go/methods.exp
11818 * gdb.go/package.exp
11819 * gdb.guile/scm-parameter.exp
11820 * gdb.guile/scm-progspace.exp
11821 * gdb.guile/scm-value.exp
11822 * gdb.mi/mi-pending.exp
11823 * gdb.mi/user-selected-context-sync.exp
11824 * gdb.multi/multi-attach.exp
11825 * gdb.multi/tids.exp
11826 * gdb.opt/clobbered-registers-O2.exp
11827 * gdb.pascal/floats.exp
11828 * gdb.pascal/integers.exp
11829 * gdb.python/py-block.exp
11830 * gdb.python/py-events.exp
11831 * gdb.python/py-parameter.exp
11832 * gdb.python/py-symbol.exp
11833 * gdb.python/py-symtab.exp
11834 * gdb.python/py-type.exp
11835 * gdb.python/py-value.exp
11836 * gdb.python/py-xmethods.exp
11837 * gdb.python/python.exp
11838 * gdb.reverse/break-precsave.exp
11839 * gdb.reverse/consecutive-precsave.exp
11840 * gdb.reverse/finish-precsave.exp
11841 * gdb.reverse/i386-precsave.exp
11842 * gdb.reverse/machinestate-precsave.exp
11843 * gdb.reverse/sigall-precsave.exp
11844 * gdb.reverse/solib-precsave.exp
11845 * gdb.reverse/step-precsave.exp
11846 * gdb.reverse/until-precsave.exp
11847 * gdb.reverse/watch-precsave.exp
11848 * gdb.server/ext-attach.exp
11849 * gdb.server/ext-restart.exp
11850 * gdb.server/ext-run.exp
11851 * gdb.server/ext-wrapper.exp
11852 * gdb.stabs/gdb11479.exp
11853 * gdb.stabs/weird.exp
11854 * gdb.threads/attach-many-short-lived-threads.exp
11855 * gdb.threads/kill.exp
11856 * gdb.threads/watchpoint-fork.exp
11857
11858 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11859
11860 Fix test names starting with uppercase throughout all the files below.
11861
11862 * gdb.ada/array_return.exp
11863 * gdb.ada/catch_ex.exp
11864 * gdb.ada/info_exc.exp
11865 * gdb.ada/mi_catch_ex.exp
11866 * gdb.ada/mi_dyn_arr.exp
11867 * gdb.ada/mi_ex_cond.exp
11868 * gdb.ada/mi_exc_info.exp
11869 * gdb.ada/mi_interface.exp
11870 * gdb.ada/mi_task_arg.exp
11871 * gdb.ada/mi_task_info.exp
11872 * gdb.ada/mi_var_array.exp
11873 * gdb.arch/alpha-step.exp
11874 * gdb.arch/amd64-disp-step.exp
11875 * gdb.arch/arm-disp-step.exp
11876 * gdb.arch/disp-step-insn-reloc.exp
11877 * gdb.arch/e500-prologue.exp
11878 * gdb.arch/ftrace-insn-reloc.exp
11879 * gdb.arch/gdb1558.exp
11880 * gdb.arch/i386-bp_permanent.exp
11881 * gdb.arch/i386-disp-step.exp
11882 * gdb.arch/i386-float.exp
11883 * gdb.arch/i386-gnu-cfi.exp
11884 * gdb.arch/ia64-breakpoint-shadow.exp
11885 * gdb.arch/mips16-thunks.exp
11886 * gdb.arch/pa-nullify.exp
11887 * gdb.arch/powerpc-aix-prologue.exp
11888 * gdb.arch/powerpc-power.exp
11889 * gdb.arch/ppc-dfp.exp
11890 * gdb.arch/s390-tdbregs.exp
11891 * gdb.arch/spu-info.exp
11892 * gdb.arch/spu-ls.exp
11893 * gdb.arch/thumb-bx-pc.exp
11894 * gdb.base/advance.exp
11895 * gdb.base/annota-input-while-running.exp
11896 * gdb.base/arrayidx.exp
11897 * gdb.base/asmlabel.exp
11898 * gdb.base/async.exp
11899 * gdb.base/attach-wait-input.exp
11900 * gdb.base/auto-connect-native-target.exp
11901 * gdb.base/batch-preserve-term-settings.exp
11902 * gdb.base/bfp-test.exp
11903 * gdb.base/bigcore.exp
11904 * gdb.base/bp-permanent.exp
11905 * gdb.base/break-always.exp
11906 * gdb.base/break-fun-addr.exp
11907 * gdb.base/break-idempotent.exp
11908 * gdb.base/break-main-file-remove-fail.exp
11909 * gdb.base/break-probes.exp
11910 * gdb.base/break-unload-file.exp
11911 * gdb.base/break.exp
11912 * gdb.base/call-ar-st.exp
11913 * gdb.base/call-rt-st.exp
11914 * gdb.base/call-sc.exp
11915 * gdb.base/call-signal-resume.exp
11916 * gdb.base/call-strs.exp
11917 * gdb.base/callexit.exp
11918 * gdb.base/callfuncs.exp
11919 * gdb.base/catch-gdb-caused-signals.exp
11920 * gdb.base/catch-signal-siginfo-cond.exp
11921 * gdb.base/catch-syscall.exp
11922 * gdb.base/compare-sections.exp
11923 * gdb.base/cond-eval-mode.exp
11924 * gdb.base/condbreak-call-false.exp
11925 * gdb.base/consecutive-step-over.exp
11926 * gdb.base/cursal.exp
11927 * gdb.base/disabled-location.exp
11928 * gdb.base/disasm-end-cu.exp
11929 * gdb.base/display.exp
11930 * gdb.base/double-prompt-target-event-error.exp
11931 * gdb.base/dprintf-bp-same-addr.exp
11932 * gdb.base/dprintf-detach.exp
11933 * gdb.base/dprintf-next.exp
11934 * gdb.base/dprintf-non-stop.exp
11935 * gdb.base/dprintf-pending.exp
11936 * gdb.base/dso2dso.exp
11937 * gdb.base/ending-run.exp
11938 * gdb.base/enum_cond.exp
11939 * gdb.base/examine-backward.exp
11940 * gdb.base/exe-lock.exp
11941 * gdb.base/exec-invalid-sysroot.exp
11942 * gdb.base/execl-update-breakpoints.exp
11943 * gdb.base/execution-termios.exp
11944 * gdb.base/fileio.exp
11945 * gdb.base/fixsection.exp
11946 * gdb.base/foll-exec-mode.exp
11947 * gdb.base/foll-exec.exp
11948 * gdb.base/fork-running-state.exp
11949 * gdb.base/frame-args.exp
11950 * gdb.base/fullpath-expand.exp
11951 * gdb.base/func-ptr.exp
11952 * gdb.base/gcore-relro-pie.exp
11953 * gdb.base/gdb1090.exp
11954 * gdb.base/gdb1555.exp
11955 * gdb.base/global-var-nested-by-dso.exp
11956 * gdb.base/gnu-ifunc.exp
11957 * gdb.base/hbreak-in-shr-unsupported.exp
11958 * gdb.base/hbreak-unmapped.exp
11959 * gdb.base/hook-stop.exp
11960 * gdb.base/infcall-input.exp
11961 * gdb.base/info-fun.exp
11962 * gdb.base/info-shared.exp
11963 * gdb.base/interrupt-noterm.exp
11964 * gdb.base/jit-so.exp
11965 * gdb.base/jit.exp
11966 * gdb.base/line-symtabs.exp
11967 * gdb.base/list.exp
11968 * gdb.base/longjmp.exp
11969 * gdb.base/macscp.exp
11970 * gdb.base/max-value-size.exp
11971 * gdb.base/nodebug.exp
11972 * gdb.base/nofield.exp
11973 * gdb.base/overlays.exp
11974 * gdb.base/paginate-after-ctrl-c-running.exp
11975 * gdb.base/paginate-bg-execution.exp
11976 * gdb.base/paginate-inferior-exit.exp
11977 * gdb.base/pending.exp
11978 * gdb.base/pr11022.exp
11979 * gdb.base/printcmds.exp
11980 * gdb.base/ptr-typedef.exp
11981 * gdb.base/ptype.exp
11982 * gdb.base/randomize.exp
11983 * gdb.base/range-stepping.exp
11984 * gdb.base/realname-expand.exp
11985 * gdb.base/relativedebug.exp
11986 * gdb.base/remote.exp
11987 * gdb.base/savedregs.exp
11988 * gdb.base/sepdebug.exp
11989 * gdb.base/set-noassign.exp
11990 * gdb.base/shlib-call.exp
11991 * gdb.base/shreloc.exp
11992 * gdb.base/sigaltstack.exp
11993 * gdb.base/sigbpt.exp
11994 * gdb.base/siginfo-addr.exp
11995 * gdb.base/siginfo-obj.exp
11996 * gdb.base/siginfo-thread.exp
11997 * gdb.base/signest.exp
11998 * gdb.base/signull.exp
11999 * gdb.base/sigrepeat.exp
12000 * gdb.base/skip.exp
12001 * gdb.base/so-impl-ld.exp
12002 * gdb.base/solib-corrupted.exp
12003 * gdb.base/solib-disc.exp
12004 * gdb.base/solib-display.exp
12005 * gdb.base/solib-overlap.exp
12006 * gdb.base/solib-search.exp
12007 * gdb.base/solib-symbol.exp
12008 * gdb.base/source-execution.exp
12009 * gdb.base/sss-bp-on-user-bp-2.exp
12010 * gdb.base/sss-bp-on-user-bp.exp
12011 * gdb.base/stack-checking.exp
12012 * gdb.base/stale-infcall.exp
12013 * gdb.base/step-break.exp
12014 * gdb.base/step-line.exp
12015 * gdb.base/step-over-exit.exp
12016 * gdb.base/step-test.exp
12017 * gdb.base/structs.exp
12018 * gdb.base/sym-file.exp
12019 * gdb.base/symtab-search-order.exp
12020 * gdb.base/term.exp
12021 * gdb.base/type-opaque.exp
12022 * gdb.base/unload.exp
12023 * gdb.base/until-nodebug.exp
12024 * gdb.base/until.exp
12025 * gdb.base/unwindonsignal.exp
12026 * gdb.base/watch-cond.exp
12027 * gdb.base/watch-non-mem.exp
12028 * gdb.base/watch_thread_num.exp
12029 * gdb.base/watchpoint-reuse-slot.exp
12030 * gdb.base/watchpoint-solib.exp
12031 * gdb.base/watchpoint.exp
12032 * gdb.btrace/dlopen.exp
12033 * gdb.cell/arch.exp
12034 * gdb.cell/break.exp
12035 * gdb.cell/bt.exp
12036 * gdb.cell/core.exp
12037 * gdb.cell/data.exp
12038 * gdb.cell/dwarfaddr.exp
12039 * gdb.cell/ea-cache.exp
12040 * gdb.cell/ea-standalone.exp
12041 * gdb.cell/ea-test.exp
12042 * gdb.cell/f-regs.exp
12043 * gdb.cell/fork.exp
12044 * gdb.cell/gcore.exp
12045 * gdb.cell/mem-access.exp
12046 * gdb.cell/ptype.exp
12047 * gdb.cell/registers.exp
12048 * gdb.cell/sizeof.exp
12049 * gdb.cell/solib-symbol.exp
12050 * gdb.cell/solib.exp
12051 * gdb.compile/compile-tls.exp
12052 * gdb.cp/exception.exp
12053 * gdb.cp/gdb2495.exp
12054 * gdb.cp/local.exp
12055 * gdb.cp/mb-inline.exp
12056 * gdb.cp/mb-templates.exp
12057 * gdb.cp/pr10687.exp
12058 * gdb.cp/pr9167.exp
12059 * gdb.cp/scope-err.exp
12060 * gdb.cp/templates.exp
12061 * gdb.cp/virtfunc.exp
12062 * gdb.dwarf2/dw2-dir-file-name.exp
12063 * gdb.dwarf2/dw2-single-line-discriminators.exp
12064 * gdb.fortran/complex.exp
12065 * gdb.fortran/library-module.exp
12066 * gdb.guile/guile.exp
12067 * gdb.guile/scm-cmd.exp
12068 * gdb.guile/scm-frame-inline.exp
12069 * gdb.guile/scm-objfile.exp
12070 * gdb.guile/scm-pretty-print.exp
12071 * gdb.guile/scm-symbol.exp
12072 * gdb.guile/scm-type.exp
12073 * gdb.guile/scm-value.exp
12074 * gdb.linespec/keywords.exp
12075 * gdb.linespec/ls-errs.exp
12076 * gdb.linespec/macro-relative.exp
12077 * gdb.linespec/thread.exp
12078 * gdb.mi/mi-breakpoint-changed.exp
12079 * gdb.mi/mi-dprintf-pending.exp
12080 * gdb.mi/mi-fullname-deleted.exp
12081 * gdb.mi/mi-logging.exp
12082 * gdb.mi/mi-pending.exp
12083 * gdb.mi/mi-solib.exp
12084 * gdb.mi/new-ui-mi-sync.exp
12085 * gdb.mi/user-selected-context-sync.exp
12086 * gdb.multi/dummy-frame-restore.exp
12087 * gdb.multi/multi-arch-exec.exp
12088 * gdb.multi/remove-inferiors.exp
12089 * gdb.multi/watchpoint-multi-exit.exp
12090 * gdb.opt/solib-intra-step.exp
12091 * gdb.perf/backtrace.exp
12092 * gdb.perf/single-step.exp
12093 * gdb.perf/skip-command.exp
12094 * gdb.perf/skip-prologue.exp
12095 * gdb.perf/solib.exp
12096 * gdb.python/lib-types.exp
12097 * gdb.python/py-as-string.exp
12098 * gdb.python/py-bad-printers.exp
12099 * gdb.python/py-block.exp
12100 * gdb.python/py-breakpoint.exp
12101 * gdb.python/py-cmd.exp
12102 * gdb.python/py-events.exp
12103 * gdb.python/py-evthreads.exp
12104 * gdb.python/py-finish-breakpoint.exp
12105 * gdb.python/py-finish-breakpoint2.exp
12106 * gdb.python/py-frame-inline.exp
12107 * gdb.python/py-frame.exp
12108 * gdb.python/py-inferior.exp
12109 * gdb.python/py-infthread.exp
12110 * gdb.python/py-mi.exp
12111 * gdb.python/py-objfile.exp
12112 * gdb.python/py-pp-maint.exp
12113 * gdb.python/py-pp-registration.exp
12114 * gdb.python/py-prettyprint.exp
12115 * gdb.python/py-recurse-unwind.exp
12116 * gdb.python/py-shared.exp
12117 * gdb.python/py-symbol.exp
12118 * gdb.python/py-symtab.exp
12119 * gdb.python/py-template.exp
12120 * gdb.python/py-type.exp
12121 * gdb.python/py-unwind-maint.exp
12122 * gdb.python/py-unwind.exp
12123 * gdb.python/py-value.exp
12124 * gdb.python/python.exp
12125 * gdb.reverse/finish-reverse-bkpt.exp
12126 * gdb.reverse/insn-reverse.exp
12127 * gdb.reverse/next-reverse-bkpt-over-sr.exp
12128 * gdb.reverse/solib-precsave.exp
12129 * gdb.reverse/solib-reverse.exp
12130 * gdb.stabs/gdb11479.exp
12131 * gdb.stabs/weird.exp
12132 * gdb.threads/fork-child-threads.exp
12133 * gdb.threads/fork-plus-threads.exp
12134 * gdb.threads/fork-thread-pending.exp
12135 * gdb.threads/forking-threads-plus-breakpoint.exp
12136 * gdb.threads/hand-call-in-threads.exp
12137 * gdb.threads/interrupted-hand-call.exp
12138 * gdb.threads/linux-dp.exp
12139 * gdb.threads/local-watch-wrong-thread.exp
12140 * gdb.threads/next-while-other-thread-longjmps.exp
12141 * gdb.threads/non-ldr-exit.exp
12142 * gdb.threads/pending-step.exp
12143 * gdb.threads/print-threads.exp
12144 * gdb.threads/process-dies-while-detaching.exp
12145 * gdb.threads/process-dies-while-handling-bp.exp
12146 * gdb.threads/pthreads.exp
12147 * gdb.threads/queue-signal.exp
12148 * gdb.threads/reconnect-signal.exp
12149 * gdb.threads/signal-command-handle-nopass.exp
12150 * gdb.threads/signal-command-multiple-signals-pending.exp
12151 * gdb.threads/signal-delivered-right-thread.exp
12152 * gdb.threads/signal-sigtrap.exp
12153 * gdb.threads/sigthread.exp
12154 * gdb.threads/staticthreads.exp
12155 * gdb.threads/stepi-random-signal.exp
12156 * gdb.threads/thread-unwindonsignal.exp
12157 * gdb.threads/thread_check.exp
12158 * gdb.threads/thread_events.exp
12159 * gdb.threads/tid-reuse.exp
12160 * gdb.threads/tls-nodebug.exp
12161 * gdb.threads/tls-shared.exp
12162 * gdb.threads/tls-so_extern.exp
12163 * gdb.threads/tls.exp
12164 * gdb.threads/wp-replication.exp
12165 * gdb.trace/actions-changed.exp
12166 * gdb.trace/actions.exp
12167 * gdb.trace/backtrace.exp
12168 * gdb.trace/change-loc.exp
12169 * gdb.trace/collection.exp
12170 * gdb.trace/deltrace.exp
12171 * gdb.trace/disconnected-tracing.exp
12172 * gdb.trace/entry-values.exp
12173 * gdb.trace/ftrace-lock.exp
12174 * gdb.trace/ftrace.exp
12175 * gdb.trace/infotrace.exp
12176 * gdb.trace/mi-trace-frame-collected.exp
12177 * gdb.trace/mi-trace-unavailable.exp
12178 * gdb.trace/mi-traceframe-changed.exp
12179 * gdb.trace/mi-tracepoint-changed.exp
12180 * gdb.trace/mi-tsv-changed.exp
12181 * gdb.trace/no-attach-trace.exp
12182 * gdb.trace/packetlen.exp
12183 * gdb.trace/passc-dyn.exp
12184 * gdb.trace/passcount.exp
12185 * gdb.trace/pending.exp
12186 * gdb.trace/pr16508.exp
12187 * gdb.trace/qtro.exp
12188 * gdb.trace/range-stepping.exp
12189 * gdb.trace/read-memory.exp
12190 * gdb.trace/report.exp
12191 * gdb.trace/save-trace.exp
12192 * gdb.trace/signal.exp
12193 * gdb.trace/stap-trace.exp
12194 * gdb.trace/status-stop.exp
12195 * gdb.trace/strace.exp
12196 * gdb.trace/tfile.exp
12197 * gdb.trace/tfind.exp
12198 * gdb.trace/trace-break.exp
12199 * gdb.trace/trace-condition.exp
12200 * gdb.trace/trace-enable-disable.exp
12201 * gdb.trace/trace-mt.exp
12202 * gdb.trace/tracecmd.exp
12203 * gdb.trace/tracefile-pseudo-reg.exp
12204 * gdb.trace/tspeed.exp
12205 * gdb.trace/tstatus.exp
12206 * gdb.trace/tsv.exp
12207 * gdb.trace/unavailable.exp
12208 * gdb.trace/while-dyn.exp
12209 * gdb.trace/while-stepping.exp
12210 * lib/gdb-guile.exp
12211 * lib/gdb.exp
12212 * lib/mi-support.exp
12213 * lib/pascal.exp
12214 * lib/perftest.exp
12215 * lib/prelink-support.exp
12216 * lib/selftest-support.exp
12217
12218 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
12219
12220 * Makefile.in: Include disable-implicit-rules.mk.
12221
12222 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12223
12224 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
12225 non-byte-aligned bit fields.
12226
12227 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12228
12229 PR gdb/12616
12230 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
12231 respects the DW_AT_data_bit_offset attribute.
12232
12233 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
12234
12235 * gdb.base/default.exp: Fix output of "set language".
12236
12237 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
12238
12239 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
12240 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
12241 make.
12242 * configure.ac: Remove checks for the make program.
12243 * configure: Re-generate.
12244
12245 2016-11-16 Kevin Buettner <kevinb@redhat.com>
12246
12247 * gdb.python/py-recurse-unwind.c (main): Add loop.
12248 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
12249 to read_register() and gdb.parse_and_eval(). Make each code
12250 call a separate case that can be individually tested.
12251 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
12252 proc. Call cont_and_backtrace for each of the code paths that
12253 we want to test in the unwinder.
12254
12255 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
12256
12257 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
12258 the definition of struct S.
12259
12260 2016-11-11 Catherine Moore <clm@codesourcery.com>
12261
12262 * gdb.base/dump.exp: Identify verilog format dump tests as such.
12263
12264 2016-11-09 Pedro Alves <palves@redhat.com>
12265
12266 * gdb.base/commands.exp (runto_or_return): New procedure.
12267 (gdbvar_simple_if_test, gdbvar_simple_while_test)
12268 (gdbvar_complex_if_while_test, progvar_simple_if_test)
12269 (progvar_simple_while_test, progvar_complex_if_while_test)
12270 (if_while_breakpoint_command_test)
12271 (infrun_breakpoint_command_test, breakpoint_command_test)
12272 (user_defined_command_test, watchpoint_command_test)
12273 (test_command_prompt_position, redefine_hook_test)
12274 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
12275 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
12276 multi_line_input and multi_line. Remove gdb_expect and
12277 gdb_stop_suppressing_tests uses.
12278 * lib/gdb.exp (valnum_re): New global.
12279 (multi_line_input): New procedure.
12280
12281 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
12282
12283 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
12284 Remove.
12285 (test_setup): Define with proc_with_prefix.
12286 (test_cli_inferior): Likewise.
12287 (test_cli_thread): Likewise.
12288 (test_cli_frame): Likewise.
12289 (test_cli_select_frame): Likewise.
12290 (test_cli_up_down): Likewise.
12291 (test_mi_thread_select): Likewise.
12292 (test_mi_stack_select_frame): Likewise.
12293 (test_cli_in_mi_inferior): Likewise.
12294 (test_cli_in_mi_thread): Likewise.
12295 (test_cli_in_mi_frame): Likewise.
12296 (top level): Do not use with_test_prefix_procname.
12297
12298 2016-11-09 Pedro Alves <palves@redhat.com>
12299
12300 * gdb.base/commands.exp (gdbvar_simple_if_test)
12301 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
12302 (progvar_simple_if_test, progvar_simple_while_test)
12303 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
12304 (infrun_breakpoint_command_test, breakpoint_command_test)
12305 (user_defined_command_test, watchpoint_command_test)
12306 (test_command_prompt_position, deprecated_command_test)
12307 (bp_deleted_in_command, temporary_breakpoint_commands)
12308 (stray_arg0_test, source_file_with_indented_comment)
12309 (recursive_source_test, if_commands_test)
12310 (error_clears_commands_left, redefine_hook_test)
12311 (redefine_backtrace_test): Use proc_with_prefix.
12312 * lib/gdb.exp (proc_with_prefix): New proc.
12313
12314 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
12315
12316 * gdb.base/tui-layout.c: New file.
12317 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
12318 disassembly window contains very long lines.
12319
12320 2016-11-08 Tom Tromey <tom@tromey.com>
12321
12322 * gdb.python/py-value.exp (test_value_creation): Make "long" test
12323 depend on Python 2.
12324
12325 2016-11-08 Tom Tromey <tom@tromey.com>
12326
12327 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
12328 New method.
12329
12330 2016-10-29 Manish Goregaokar <manish@mozilla.com>
12331
12332 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
12333
12334 2016-10-27 Manish Goregaokar <manish@mozilla.com>
12335
12336 * gdb.rust/simple.rs: Add test for univariant enums without
12337 discriminants and for encoded struct-like enums.
12338
12339 2016-10-28 Pedro Alves <palves@redhat.com>
12340
12341 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
12342 gdb_test_multiple, tighten regexps and match symtabs and line
12343 tables incrementally.
12344
12345 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
12346
12347 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
12348 general.
12349
12350 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
12351
12352 * gdb.base/exec-invalid-sysroot.exp: New file.
12353
12354 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12355
12356 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
12357
12358 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12359
12360 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
12361
12362 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
12363
12364 * gdb.base/killed-outside.exp: Remove $options from a call to
12365 `prepare_for_testing'.
12366
12367 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12368
12369 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
12370 Change test message.
12371
12372 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12373
12374 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
12375 Update comment.
12376
12377 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12378
12379 * gdb.trace/mi-trace-save.exp: New file.
12380
12381 2016-10-13 Yao Qi <yao.qi@linaro.org>
12382
12383 * gdb.base/code_elim.exp (get_var_address): Remove.
12384 * gdb.base/relocate.exp: Likewise.
12385 * gdb.base/shreloc.exp: Likewise.
12386 * lib/gdb.exp (get_var_address): New.
12387
12388 2016-10-13 Yao Qi <yao.qi@linaro.org>
12389
12390 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
12391 floating point tests if $skip_float_test is false.
12392
12393 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
12394
12395 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
12396 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
12397 argc values.
12398 Add 1 to argc so we guarantee distinct initial/modified argc values.
12399
12400 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12401
12402 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
12403
12404 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12405
12406 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
12407 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
12408 * gdb.arch/vsx-regs.exp: Likewise.
12409
12410 2016-10-07 Yao Qi <yao.qi@linaro.org>
12411
12412 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
12413
12414 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
12415
12416 * gdb.python/python.exp: Test decode_line("*0").
12417
12418 2016-10-06 Doug Evans <dje@google.com>
12419
12420 * gdb.python/py-value.exp (test_value_creation): Add test for large
12421 unsigned 64-bit value.
12422
12423 2016-10-06 Tom Tromey <tom@tromey.com>
12424
12425 * gdb.compile/compile.exp: Change java tests to rust.
12426 * gdb.base/setshow.exp: Change java tests to rust.
12427 * gdb.base/default.exp: Remove java from language list.
12428 * README (Examples): Update language example.
12429 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
12430 test.
12431 * lib/gdb.exp (skip_java_tests): Remove.
12432 * lib/java.exp: Remove.
12433 * gdb.java: Remove.
12434
12435 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
12436
12437 * gdb.arch/mips-fcr.exp: New test.
12438 * gdb.arch/mips-fcr.c: Source for the new test.
12439
12440 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
12441
12442 * gdb.base/solib-disc.exp: Use `standard_output_file'
12443 throughout.
12444
12445 2016-10-06 Pedro Alves <palves@redhat.com>
12446
12447 * gdb.base/jit-simple-dl.c: New file.
12448 * gdb.base/jit-simple-jit.c: New file, factored out from ...
12449 * gdb.base/jit-simple.c: ... this.
12450 * gdb.base/jit-simple.exp (jit_run): Delete.
12451 (build_jit): New proc.
12452 (jit_test_reread): Recompile either the main program or the shared
12453 library, depending on what is being tested. Skip changing address
12454 if caller wants to. Compare before/after addresses. If testing
12455 standalone, explicitly load the binary. Test "maint info
12456 breakpoints".
12457 (top level): Add "standalone vs shared lib" and "change address"
12458 vs "same address" axes.
12459
12460 2016-10-06 Pedro Alves <palves@redhat.com>
12461
12462 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
12463 call.
12464 (jit_run): Delete.
12465 (jit_test_reread): Use with_test_prefix. Reload the main binary
12466 explicitly. Compare the before/after addresses of the JIT
12467 descriptor.
12468
12469 2016-08-15 Doug Evans <dje@google.com>
12470
12471 * gdb.xml/extra-regs.xml: Update, end field now required, default type
12472 for single bitfields is bool.
12473 * gdb.xml/tdesc-regs.exp: Ditto.
12474
12475 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12476
12477 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
12478
12479 2016-10-05 Yao Qi <yao.qi@linaro.org>
12480
12481 * lib/gdb.exp (support_complex_tests): Return zero if
12482 gdb_skip_float_test return true.
12483
12484 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
12485 Simon Marchi <simon.marchi@ericsson.com>
12486
12487 PR gdb/20487
12488 * gdb.mi/user-selected-context-sync.exp: New file.
12489 * gdb.mi/user-selected-context-sync.c: New file.
12490
12491 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
12492 Simon Marchi <simon.marchi@ericsson.com>
12493
12494 PR gdb/20487
12495 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
12496 =thread-select-event check.
12497
12498 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
12499
12500 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
12501 the compulsory L operand changes.
12502 * gdb.arch/powerpc-power.s: Likewise.
12503
12504 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12505
12506 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
12507 * gdb.base/jit-attach-pie.c: New file.
12508 * gdb.base/jit-attach-pie.exp: New file.
12509
12510 2016-09-28 Pedro Alves <palves@redhat.com>
12511
12512 * gdb.base/infcall-input.c: New file.
12513 * gdb.base/infcall-input.exp: New file.
12514
12515 2016-09-22 Yao Qi <yao.qi@linaro.org>
12516
12517 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
12518 (gdb_exit): Rename it to ...
12519 (gdbserver_gdb_exit): ... Close GDBserver.
12520 (gdb_exit): New proc, call gdbserver_gdb_exit.
12521 (mi_gdb_exit): Likewise.
12522
12523 2016-09-22 Yao Qi <yao.qi@linaro.org>
12524
12525 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
12526 path.
12527 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
12528 Remove duplication.
12529
12530 2016-09-22 Yao Qi <yao.qi@linaro.org>
12531
12532 * lib/gdbserver-support.exp: Check the existence of
12533 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
12534
12535 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
12536
12537 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
12538
12539 2016-09-21 Tom Tromey <tom@tromey.com>
12540
12541 PR gdb/20604:
12542 * gdb.base/quit.exp: New file.
12543
12544 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
12545
12546 * .gitignore: New file.
12547
12548 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
12549
12550 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
12551 throughout.
12552
12553 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12554
12555 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
12556
12557 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12558
12559 * gdb.cp/casts.cc (decltype): Move it ...
12560 (main): ... with its call to ...
12561 * gdb.cp/casts03.cc: ... a new file.
12562 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
12563
12564 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12565
12566 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
12567
12568 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
12569
12570 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
12571 and sync up the test with tests in gas/testsuite/gas/ppc.
12572 * gdb.arch/powerpc-power.exp: Likewise.
12573
12574 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12575
12576 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
12577
12578 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
12579 Jan Kratochvil <jan.kratochvil@redhat.com>
12580
12581 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
12582 make m1's definition to be different from m2's. Use 'dummy' as an
12583 argument for probe 'two'.
12584
12585 2016-09-10 Jon Beniston <jon@beniston.com>
12586
12587 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
12588 for sim target.
12589
12590 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
12591
12592 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
12593 variable declaration.
12594 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
12595 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
12596 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
12597 received HWCAP as its argument.
12598
12599 2016-09-06 Pedro Alves <palves@redhat.com>
12600
12601 * gdb.base/new-ui-pending-input.c: New file.
12602 * gdb.base/new-ui-pending-input.exp: New file.
12603 * gdb.exp (clear_gdb_spawn_id): New procedure.
12604 (with_spawn_id): Check whether gdb_spawn_id exists before
12605 referencing it. If gdb_spawn_id didn't exist on entry, clear it
12606 on exit.
12607
12608 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
12609
12610 * gdb.base/float128.c: New file.
12611 * gdb.base/float128.exp: Likewise.
12612 * gdb.base/floatn.c: Likewise.
12613 * gdb.base/floatn.exp: Likewise.
12614
12615 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
12616
12617 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
12618
12619 2016-09-05 Pedro Alves <palves@redhat.com>
12620
12621 PR backtrace/19927
12622 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
12623 unwinders are immediately called as side effect of "source" or
12624 "disable unwinder" commands.
12625 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
12626
12627 2016-09-02 Yao Qi <yao.qi@linaro.org>
12628
12629 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
12630 is true and $type is "float" or "double".
12631
12632 2016-09-02 Yao Qi <yao.qi@linaro.org>
12633
12634 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
12635 true.
12636 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
12637 * gdb.base/call-rt-st.exp: Likewise.
12638 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
12639 return value instead of gdb,skip_float_test.
12640 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
12641 (do_function_calls): Use its return value instead of
12642 gdb,skip_float_test.
12643 * gdb.base/finish.exp: Likewise.
12644 * gdb.base/funcargs.exp: Likewise.
12645 * gdb.base/return.exp: Likewise.
12646 * gdb.base/return2.exp: Likewise.
12647 * gdb.base/varargs.exp: Likewise.
12648 * lib/gdb.exp (gdb_skip_float_test): Change it to
12649 gdb_caching_proc. Detect the broken ptrace on arm-linux.
12650
12651 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12652
12653 * gdb.multi/tids.exp: Test "thread apply all".
12654
12655 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12656
12657 * gdb.base/default.exp (tty): Remove.
12658
12659 2016-08-24 Kevin Buettner <kevinb@redhat.com>
12660
12661 * gdb.python/py-recurse-unwind.c: New file.
12662 * gdb.python/py-recurse-unwind.py: New file.
12663 * gdb.python/py-recurse-unwind.exp: New file.
12664
12665 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
12666
12667 * gdb.base/set-inferior-tty.exp: New file.
12668 * gdb.base/set-inferior-tty.c: New file.
12669
12670 2016-08-23 Pedro Alves <palves@redhat.com>
12671
12672 PR gdb/20494
12673 * gdb.base/new-ui-echo.c: New file.
12674 * gdb.base/new-ui-echo.exp: New file.
12675
12676 2016-08-23 Yao Qi <yao.qi@linaro.org>
12677
12678 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
12679 gdbserver_spawn.
12680 * gdb.server/connect-without-multi-process.exp (do_test):
12681 Likewise.
12682
12683 2016-08-23 Yao Qi <yao.qi@linaro.org>
12684
12685 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
12686 standalone_txt. Delete gdb_txt and standalone_txt on host
12687 and target. Spawn the binary on target. Copy files from
12688 target to host.
12689
12690 2016-08-22 Pedro Alves <palves@redhat.com>
12691
12692 PR gdb/20505
12693 * gdb.base/vdso-warning.exp: Test core dumps too. Use
12694 with_test_prefix. Factor out bits to ...
12695 (test_no_vdso): ... this new procedure.
12696
12697 2016-08-19 Carl Love <cel@us.ibm.com>
12698
12699 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
12700 maintaining separate logic for constructing the output path.
12701 * gdb.arch/powerpc-d128-regs.exp: Likewise.
12702 * gdb.arch/ppc-dfp.exp: Likewise.
12703 * gdb.arch/ppc-fp.exp: Likewise.
12704 * gdb.arch/vsx-regs.exp: Likewise.
12705 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
12706 binprefix for generating the additional binary files.
12707
12708 2016-08-19 Pedro Alves <palves@redhat.com>
12709
12710 * gdb.trace/mi-trace-frame-collected.exp
12711 (test_trace_frame_collected): On x32, expect two registers.
12712
12713 2016-08-18 Carl Love <cel@us.ibm.com>
12714
12715 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
12716 and sync up the test with tests in gas/testsuite/gas/ppc.
12717 * gdb.arch/powerpc-power.exp: Likewise.
12718
12719 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12720
12721 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
12722 expected error message.
12723
12724 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12725
12726 * gdb.multi/remove-inferiors.exp: New file.
12727 * gdb.multi/remove-inferiors.c: New file.
12728
12729 2016-08-12 Yao Qi <yao.qi@linaro.org>
12730
12731 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
12732 argument list.
12733
12734 2016-08-10 Pedro Alves <palves@redhat.com>
12735
12736 PR gdb/19187
12737 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
12738 setup_kfails.
12739
12740 2016-08-09 Pedro Alves <palves@redhat.com>
12741 Simon Marchi <simon.marchi@ericsson.com>
12742
12743 PR gdb/20418
12744 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
12745 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
12746
12747 2016-08-09 Pedro Alves <palves@redhat.com>
12748
12749 PR mi/20431
12750 * gdb.mi/mi-cmd-error.exp: New file.
12751
12752 2016-08-09 Pedro Alves <palves@redhat.com>
12753
12754 PR gdb/18653
12755 * gdb.base/signals-state-child.c: New file.
12756 * gdb.base/signals-state-child.exp: New file.
12757 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
12758
12759 2016-08-09 Pedro Alves <palves@redhat.com>
12760
12761 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
12762
12763 2016-08-03 Tom Tromey <tom@tromey.com>
12764
12765 PR python/18565:
12766 * gdb.python/py-frame-inline.exp: Add Frame.function test.
12767
12768 2016-08-01 Yao Qi <yao.qi@linaro.org>
12769
12770 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
12771 variable mode to "multi-process" if $multi_process is 1, otherwise
12772 set it to "single-process".
12773
12774 2016-08-01 Yao Qi <yao.qi@linaro.org>
12775
12776 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
12777 * gdb.cp/cpexprs.exp: Likewise.
12778 * gdb.cp/m-static.exp: Likewise.
12779
12780 2016-07-26 Tom Tromey <tom@tromey.com>
12781
12782 PR python/20190:
12783 * gdb.threads/tls.exp (check_thread_local): Add python symbol
12784 test.
12785
12786 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
12787
12788 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
12789 selecting assembly source files.
12790 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
12791 assembly source files.
12792 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
12793 assembly source files.
12794 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
12795 selecting assembly source files.
12796
12797 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
12798
12799 * gdb.base/new-ui.exp (do_test_invalid_args): New
12800 procedure.
12801
12802 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
12803
12804 * gdb.btrace/reconnect.c: New file.
12805 * gdb.btrace/reconnect.exp: New file.
12806
12807 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
12808
12809 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
12810 to test_catch_syscall_group.
12811 (test_catch_syscall_group): New.
12812
12813 2016-07-21 Tom Tromey <tom@tromey.com>
12814
12815 * gdb.rust/simple.rs (main): Use empty struct expression.
12816 * gdb.rust/simple.exp: Add tests for empty struct expression.
12817
12818 2016-07-21 Yao Qi <yao.qi@linaro.org>
12819
12820 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
12821 if gdb_skip_xml_test is true on some targets.
12822
12823 2016-07-21 Yao Qi <yao.qi@linaro.org>
12824
12825 * gdb.server/solib-list.exp: Unset last_loaded_file.
12826
12827 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12828
12829 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
12830 "step into captured_main (args)".
12831
12832 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12833
12834 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
12835
12836 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12837
12838 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
12839
12840 2016-07-19 Pedro Alves <palves@redhat.com>
12841
12842 * gdb.opt/inline-break.exp: Remove optimize=-O2.
12843 * gdb.opt/inline-bt.exp: Likewise.
12844 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
12845 additional_flags=-Winline.
12846 * gdb.opt/inline-locals.exp: Likewise.
12847 * gdb.opt/inline-markers.c (ATTR): Define.
12848 (inlined_fn): Use it.
12849
12850 2016-07-19 Yao Qi <yao.qi@linaro.org>
12851
12852 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
12853 (test_with_self): Remove some code. Remove argument executable.
12854 (top-level): Use do_self_tests.
12855
12856 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
12857 Don Breazeal <donb@codesourcery.com>
12858
12859 * gdb.base/maint.exp: Escape paths used in regular expressions.
12860 * gdb.stabs/weird.exp: Likewise.
12861
12862 2016-07-13 Tom Tromey <tom@tromey.com>
12863
12864 PR python/15620, PR python/18620:
12865 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
12866 (test_bkpt_events): New procs.
12867
12868 2016-07-13 Tom Tromey <tom@tromey.com>
12869
12870 PR python/17698:
12871 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
12872 test.
12873 (test_watchpoints): Likewise.
12874 (test_bkpt_pending): New proc.
12875
12876 2016-07-13 Tom Tromey <tom@tromey.com>
12877
12878 PR cli/18053:
12879 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
12880 completion test.
12881
12882 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12883
12884 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
12885 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
12886 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
12887 f_label.
12888 (g): Rename g_end_lbl to g_label.
12889 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
12890 low_pc and high_pc.
12891 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
12892
12893 2016-07-12 Tom Tromey <tom@tromey.com>
12894
12895 PR python/19293:
12896 * gdb.python/py-unwind-maint.exp: Update tests.
12897
12898 2016-07-12 Yao Qi <yao.qi@linaro.org>
12899
12900 * lib/selftest-support.exp (selftest_setup): Match the output
12901 when captured_main is inlined.
12902
12903 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
12904
12905 * gdb.fortran/derived-types.exp (result_line, result_line_2):
12906 New variables.
12907 (print this%a, print this%b, print this): New tests.
12908 * gdb.fortran/derived-types.f90 (this): New object and
12909 initialization.
12910
12911 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12912
12913 * gdb.ada/arraydim.exp: Remove extra directory level in build
12914 directory.
12915
12916 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12917
12918 * lib/ada.exp: Remove extra directory level in build directory.
12919 * gdb.ada/cond_lang.exp: Likewise.
12920 * gdb.ada/exec_changed.exp: Likewise.
12921 * gdb.ada/lang_switch.exp: Likewise.
12922
12923 2016-07-06 Manish Goregaokar <manish@mozilla.com>
12924
12925 * simple.rs: Add test for raw pointer subscripting.
12926 * simple.exp: Add test expectations.
12927
12928 2016-07-05 Yao Qi <yao.qi@linaro.org>
12929
12930 * gdb.mi/mi-reverse.exp: Match =record-started output.
12931
12932 2016-07-01 Pedro Alves <palves@redhat.com>
12933
12934 * gdb.base/jit-reader.exp (info_registers_current_frame): New
12935 procedure.
12936 (jit_reader_test): Test the jit reader's unwinder.
12937 * gdb.base/jithost.c (jit_function_00_code): New global.
12938 (main): Use memcpy to fill in the mmapped code, instead of poking
12939 bytes manually here.
12940 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
12941 value.
12942 (read_debug_info): Save the function's range.
12943 (read_sp): New function.
12944 (unwind_frame): Use it. Also unwind RBP.
12945 (get_frame_id): Use read_sp.
12946 (gdb_init_reader): Use calloc instead of malloc.
12947 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
12948 parameter. Use gdb_test_multiple.
12949
12950 2016-07-01 Pedro Alves <palves@redhat.com>
12951 Antoine Tremblay <antoine.tremblay@ericsson.com>
12952
12953 * gdb.threads/process-dies-while-detaching.c: New file.
12954 * gdb.threads/process-dies-while-detaching.exp: New file.
12955
12956 2016-07-01 Pedro Alves <palves@redhat.com>
12957
12958 * gdb.multi/watchpoint-multi-exit.c: New file.
12959 * gdb.multi/watchpoint-multi-exit.exp: New file.
12960
12961 2016-06-30 Pedro Alves <palves@redhat.com>
12962
12963 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
12964 unset inferior_spawn_id.
12965
12966 2016-06-30 Pedro Alves <palves@redhat.com>
12967
12968 * lib/mi-support.exp (default_mi_gdb_start): Declare global
12969 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
12970
12971 2016-06-29 Yao Qi <yao.qi@linaro.org>
12972
12973 * gdb.base/return.c: Add copyright header.
12974
12975 2016-06-29 Tom Tromey <tom@tromey.com>
12976
12977 PR python/20129:
12978 * gdb.python/py-framefilter.exp: Add tests for setting priority
12979 and disabling of non-existent frame filter.
12980
12981 2016-06-29 Yao Qi <yao.qi@linaro.org>
12982
12983 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
12984 0x0f07ff.
12985
12986 2016-06-28 Yao Qi <yao.qi@linaro.org>
12987
12988 * gdb.base/catch-syscall.exp: Remove check on isnative and target
12989 triplets. Start gdb, execute catch syscall, and continue. Check
12990 gdb's output to determine catch syscall is supported.
12991
12992 2016-06-27 Manish Goregaokar <manish@mozilla.com>
12993
12994 * gdb.rust/simple.rs: Add test for returning unit in a function.
12995 * gdb.rust/simple.exp: Add expectation for functions returning
12996 unit.
12997
12998 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
12999
13000 * gdb.python/py-breakpoint-create-fail.c,
13001 gdb.python/py-breakpoint-create-fail.exp,
13002 gdb.python/py-breakpoint-create-fail.py: New testcase.
13003
13004 2016-06-25 Manish Goregaokar <manish@mozilla.com>
13005
13006 PR gdb/20239
13007 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
13008 * gdb.rust/simple.exp: Add test expectations for new NonZero
13009 tests.
13010
13011 2016-06-24 David Taylor <dtaylor@emc.com>
13012
13013 * gdb.base/offsets.exp: New file.
13014 * gdb.base/offsets.c: New file.
13015
13016 2016-06-23 Tom Tromey <tom@tromey.com>
13017
13018 PR gdb/16483:
13019 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
13020 before any filters are loaded.
13021
13022 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
13023
13024 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
13025 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
13026 structs.
13027 * gdb.fortran/derived-type-function.exp: New file.
13028 * gdb.fortran/derived-type-function.f90: New file.
13029
13030
13031 2016-06-21 Pedro Alves <palves@redhat.com>
13032
13033 * gdb.base/new-ui.exp: New file.
13034 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
13035 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
13036 (with_spawn_id): New procedure.
13037
13038 2016-06-21 Pedro Alves <palves@redhat.com>
13039
13040 * gdb.mi/mi-exec-run.exp: New file.
13041
13042 2016-06-21 Pedro Alves <palves@redhat.com>
13043
13044 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
13045 breakpoint command's output on the main UI.
13046 (test_break): New procedure, factored out from calls in the top
13047 level.
13048 (top level): Use foreach_with_prefix to test MI as main UI and as
13049 separate UI.
13050
13051 2016-06-21 Pedro Alves <palves@redhat.com>
13052
13053 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
13054 (test_awatch_creation_and_listing)
13055 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
13056 Remove 'type' parameter.
13057 (test_watchpoint_all): New parameter mi_mode. Remove
13058 with_test_prefix.
13059 (top level): Use foreach_with_prefix, and add main/separate UI MI
13060 testing axis.
13061
13062 2016-06-21 Pedro Alves <palves@redhat.com>
13063
13064 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
13065 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
13066 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
13067 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
13068 (gdb_main_spawn_id, mi_spawn_id): Declare and
13069 comment.
13070 (mi_create_inferior_pty): New procedure,
13071 factored out from default_mi_gdb_start.
13072 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
13073 procedures.
13074 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
13075 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
13076 Use mi_create_inferior_pty.
13077 (mi_gdb_start): Use eval to pass down args list.
13078
13079 2016-06-21 Pedro Alves <palves@redhat.com>
13080
13081 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
13082 * gdb.opt/inline-cmds.exp: Add MI tests.
13083
13084 2016-06-21 Pedro Alves <palves@redhat.com>
13085
13086 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
13087
13088 2016-06-21 Pedro Alves <palves@redhat.com>
13089
13090 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
13091 (top level): Use it instead of mi_execute_to.
13092
13093 2016-06-21 Pedro Alves <palves@redhat.com>
13094
13095 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
13096 (cont_handler_str): New.
13097 (signal_stop_handler): Set stop_handler_str instead of printing to
13098 stdout.
13099 (continue_handler): Set cont_handler_str instead of printing to
13100 stdout.
13101 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
13102 mi_send_resuming_command. Print stop_handler_str and
13103 cont_handler_str instead of expecting the python events print
13104 directly.
13105
13106 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
13107
13108 * gdb.base/jit-reader.exp: New file.
13109 * gdb.base/jithost.c: New file.
13110 * gdb.base/jithost.h: New file.
13111 * gdb.base/jitreader.c : New file.
13112 * gdb.base/jit-protocol.h: New file.
13113
13114 2016-06-17 Yao Qi <yao.qi@linaro.org>
13115
13116 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
13117 parameters follow_fork and detach_on_fork. Set follow-fork-mode
13118 and detach-on-fork. Adjust tests.
13119 (top level): Invoke break_cond_on_syscall with combinations of
13120 syscall, follow-fork-mode and detach-on-fork.
13121
13122 2016-06-17 Yao Qi <yao.qi@linaro.org>
13123
13124 * gdb.base/step-over-exit.c: New.
13125 * gdb.base/step-over-exit.exp: New.
13126
13127 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
13128
13129 * gdb.base/float.exp: Add target check for nds32*-*-*.
13130 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
13131
13132 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
13133
13134 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
13135 for unsupported target features.
13136 * gdb.base/call-rt-st.exp: Likewise.
13137 * gdb.base/call-sc.exp: Likewise.
13138 * gdb.base/call-signal-resume.exp: Likewise.
13139 * gdb.base/call-strs.exp: Likewise.
13140 * gdb.base/callexit.exp: Likewise.
13141 * gdb.base/callfuncs.exp: Likewise.
13142 * gdb.base/nodebug.exp: Likewise.
13143 * gdb.base/printcmds.exp: Likewise.
13144 * gdb.base/ptype.exp: Likewise.
13145 * gdb.base/structs.exp: Likewise.
13146 * gdb.base/unwindonsignal.exp: Likewise.
13147 * gdb.cp/gdb2495.exp: Likewise.
13148 * gdb.cp/templates.exp: Likewise.
13149 * gdb.cp/virtfunc.exp: Likewise.
13150 * gdb.threads/hand-call-in-threads.exp: Likewise.
13151 * gdb.threads/interrupted-hand-call.exp: Likewise.
13152 * gdb.threads/thread-unwindonsignal.exp: Likewise.
13153
13154 2016-06-10 Tom Tromey <tom@tromey.com>
13155
13156 PR rust/20110:
13157 * gdb.rust/expr.exp: Add test for integer constant larger than
13158 i32.
13159
13160 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
13161
13162 * gdb.fortran/nested-funcs.exp: New.
13163 * gdb.fortran/nested-funcs.f90: New.
13164
13165 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
13166
13167 * gdb.base/examine-backward.c: New file.
13168 * gdb.base/examine-backward.exp: New file.
13169
13170 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
13171
13172 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
13173 matching.
13174
13175 2016-06-02 Tom Tromey <tom@tromey.com>
13176
13177 PR python/18984:
13178 * gdb.python/py-shared.exp: Add solib_name test.
13179
13180 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
13181
13182 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
13183
13184 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
13185
13186 PR c++/19893
13187 * gdb.dwarf2/implref.exp: Rename to...
13188 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
13189 * gdb.dwarf2/implref-array.c: New file.
13190 * gdb.dwarf2/implref-array.exp: Likewise.
13191 * gdb.dwarf2/implref-global.c: Likewise.
13192 * gdb.dwarf2/implref-global.exp: Likewise.
13193 * gdb.dwarf2/implref-struct.c: Likewise.
13194 * gdb.dwarf2/implref-struct.exp: Likewise.
13195
13196 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13197
13198 * gdb.trace/trace-condition.exp: Add 64bit tests.
13199
13200 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13201
13202 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
13203 bits types.
13204 (main): Adapt to 8 to 64 bits types.
13205 * gdb.trace/trace-condition.exp: Add new tests.
13206
13207 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13208
13209 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
13210
13211 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13212
13213 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
13214 Move condition tests...
13215 * gdb.trace/trace-condition.exp: Here.
13216
13217 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13218
13219 * gdb.trace/trace-condition.exp: Add counter-case tests.
13220
13221 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13222
13223 PR c++/15231
13224 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
13225 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
13226
13227 2016-05-27 Pedro Alves <palves@redhat.com>
13228
13229 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
13230 New procedure.
13231 (top level): Call it, and bail out of DejaGnu is known to be bad.
13232
13233 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
13234
13235 * gdb.base/whatis.c: Extend the test case.
13236 * gdb.base/whatis.exp: Add additional tests.
13237
13238 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13239
13240 * gdb.fortran/type.f90: Add pointer variable.
13241 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
13242
13243 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13244
13245 * gdb.fortran/vla-type.exp: Fix testcase name.
13246
13247 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13248
13249 * gdb.fortran/vla-type.exp: Access elements in nested structs.
13250
13251 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13252
13253 * gdb.fortran/type.f90: Add nested structures.
13254 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
13255 * gdb.fortran/derived-type.exp: Adapt expected output.
13256 * gdb.fortran/vla-type.exp: Adapt expected output.
13257
13258 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13259
13260 * gdb.fortran/whatis_type.exp: Adapt expected output.
13261
13262 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13263
13264 * gdb.fortran/print_type.exp: Fix expected output.
13265 * gdb.fortran/whatis_type.exp: Fix expected output.
13266
13267 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13268
13269 * gdb.fortran/whatis_type.exp: Use multi_line.
13270
13271 2016-05-24 Tom Tromey <tom@tromey.com>
13272
13273 PR python/17386:
13274 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
13275 use value as an index.
13276
13277 2016-05-23 Tom Tromey <tom@tromey.com>
13278
13279 PR python/17981:
13280 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
13281 no-breakpoint case.
13282
13283 2016-05-24 Pedro Alves <palves@redhat.com>
13284
13285 PR gdb/19828
13286 * gdb.threads/clone-attach-detach.c: New file.
13287 * gdb.threads/clone-attach-detach.exp: New file.
13288
13289 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
13290
13291 * gdb.base/annota-input-while-running.exp: Fix syntax error.
13292
13293 2016-05-23 Tom Tromey <tom@tromey.com>
13294
13295 PR python/19438, PR python/18393:
13296 * gdb.python/py-progspace.exp: Add "dir" test.
13297 * gdb.python/py-objfile.exp: Add "dir" test.
13298
13299 2016-05-23 Yao Qi <yao.qi@linaro.org>
13300
13301 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
13302 * gdb.arch/thumb2-it.exp: Likewise.
13303
13304 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
13305
13306 * gdb.mi/mi-threads-interrupt.c: New file.
13307 * gdb.mi/mi-threads-interrupt.exp: New file.
13308
13309 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
13310
13311 PR gdb/18077
13312 * gdb.mi/mi-async-run.exp: New file.
13313 * gdb.mi/mi-async-run.c: New file.
13314
13315 2016-05-17 Tom Tromey <tom@tromey.com>
13316 Manish Goregaokar <manishsmail@gmail.com>
13317
13318 * lib/rust-support.exp: New file.
13319 * lib/gdb.exp (skip_rust_tests): New proc.
13320 (build_executable_from_specs): Handle rust.
13321 * lib/future.exp (gdb_find_rustc): New proc.
13322 (gdb_default_target_compile): Handle rust.
13323 * gdb.rust/expr.exp: New file.
13324 * gdb.rust/generics.exp: New file.
13325 * gdb.rust/generics.rs: New file.
13326 * gdb.rust/methods.exp: New file.
13327 * gdb.rust/methods.rs: New file.
13328 * gdb.rust/modules.exp: New file.
13329 * gdb.rust/modules.rs: New file.
13330 * gdb.rust/simple.exp: New file.
13331 * gdb.rust/simple.rs: New file.
13332
13333 2016-05-17 Tom Tromey <tom@tromey.com>
13334
13335 * gdb.base/default.exp (set language): Add rust.
13336
13337 2016-05-17 Tom Tromey <tom@tromey.com>
13338
13339 * gdb.gdb/unittest.exp: New file.
13340
13341 2016-05-16 Yao Qi <yao.qi@linaro.org>
13342
13343 * gdb.base/batch-preserve-term-settings.exp: Remove variable
13344 shell_prompt. Update shell_prompt_re.
13345
13346 2016-05-12 Doug Evans <dje@google.com>
13347
13348 PR symtab/19999
13349 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
13350 $options when building executable.
13351 * gdb.dwarf2/fission-loclists-pie.S: New file.
13352 * gdb.dwarf2/fission-loclists-pie.exp: New file.
13353
13354 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
13355
13356 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
13357 of [is_remote target],
13358
13359 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
13360
13361 * lib/gdb.exp (use_gdb_stub): New procedure.
13362
13363 2016-05-03 Yunlian Jiang <yunlian@google.com>
13364 Doug Evans <dje@google.com>
13365
13366 PR symtab/19914
13367 * gdb.dwarf2/dwp-sepdebug.c: New file.
13368 * gdb.dwarf2/dwp-sepdebug.exp: New file.
13369
13370 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
13371
13372 * gdb.base/detach.exp: Remove is_remote check.
13373
13374 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
13375
13376 * gdb.base/annota-input-while-running.exp: Don't check for
13377 [is_remote target]. Enable annotations after running to main.
13378 Remove unused "set test..." line.
13379
13380 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
13381
13382 * gdb.trace/trace-enable-disable.exp: New file.
13383 * gdb.trace/trace-enable-disable.c: New file.
13384
13385 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
13386
13387 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
13388 use it in info sharedlibrary test.
13389 * gdb.trace/ftrace-lock.exp: Likewise.
13390 * gdb.trace/ftrace.exp: Likewise.
13391 * gdb.trace/range-stepping.exp: Likewise.
13392 * gdb.trace/trace-break.exp: Likewise.
13393 * gdb.trace/trace-condition.exp: Likewise.
13394 * gdb.trace/trace-mt.exp: Likewise.
13395
13396 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
13397
13398 * lib/gdb.exp (gdb_load_shlibs): Rename to...
13399 (gdb_load_shlib): ... this.
13400 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
13401 gdb_load_shlib.
13402 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
13403 * gdb.base/ctxobj.exp: Likewise.
13404 * gdb.base/dprintf-pending.exp: Likewise.
13405 * gdb.base/dso2dso.exp: Likewise.
13406 * gdb.base/fixsection.exp: Likewise.
13407 * gdb.base/gcore-relro.exp: Likewise.
13408 * gdb.base/gdb1555.exp: Likewise.
13409 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13410 * gdb.base/gnu-ifunc.exp: Likewise.
13411 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
13412 * gdb.base/jit-so.exp (one_jit_test): Likewise.
13413 * gdb.base/pending.exp: Likewise.
13414 * gdb.base/print-file-var.exp: Likewise.
13415 * gdb.base/print-symbol-loading.exp: Likewise.
13416 * gdb.base/shlib-call.exp: Likewise.
13417 * gdb.base/shreloc.exp: Likewise.
13418 * gdb.base/so-impl-ld.exp: Likewise.
13419 * gdb.base/solib-disc.exp: Likewise.
13420 * gdb.base/solib-nodir.exp: Likewise.
13421 * gdb.base/solib-overlap.exp: Likewise.
13422 * gdb.base/solib-symbol.exp: Likewise.
13423 * gdb.base/solib-weak.exp (do_test): Likewise.
13424 * gdb.base/sym-file.exp: Likewise.
13425 * gdb.base/symtab-search-order.exp: Likewise.
13426 * gdb.base/type-opaque.exp: Likewise.
13427 * gdb.base/unload.exp: Likewise.
13428 * gdb.base/watchpoint-solib.exp: Likewise.
13429 * gdb.compile/compile.exp: Likewise.
13430 * gdb.cp/gdb2384.exp: Likewise.
13431 * gdb.cp/infcall-dlopen.exp: Likewise.
13432 * gdb.cp/re-set-overloaded.exp: Likewise.
13433 * gdb.fortran/library-module.exp: Likewise.
13434 * gdb.opt/solib-intra-step.exp: Likewise.
13435 * gdb.python/py-finish-breakpoint.exp: Likewise.
13436 * gdb.python/py-shared.exp: Likewise.
13437 * gdb.reverse/solib-precsave.exp: Likewise.
13438 * gdb.reverse/solib-reverse.exp: Likewise.
13439 * gdb.server/solib-list.exp: Likewise.
13440 * gdb.threads/dlopen-libpthread.exp: Likewise.
13441 * gdb.threads/tls-shared.exp: Likewise.
13442 * gdb.threads/tls-so_extern.exp: Likewise.
13443 * gdb.trace/change-loc.exp: Likewise.
13444 * gdb.trace/ftrace-lock.exp: Likewise.
13445 * gdb.trace/ftrace.exp: Likewise.
13446 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
13447 * gdb.trace/pending.exp: Likewise.
13448 * gdb.trace/range-stepping.exp: Likewise.
13449 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
13450 (strace_info_marker): Likewise.
13451 (strace_probe_marker): Likewise.
13452 (strace_trace_on_same_addr): Likewise.
13453 (strace_trace_on_diff_addr): Likewise.
13454 * gdb.trace/trace-break.exp: Likewise.
13455 * gdb.trace/trace-condition.exp: Likewise.
13456 * gdb.trace/trace-mt.exp: Likewise.
13457
13458 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
13459
13460 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
13461 result of gdb_remote_download.
13462 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
13463 * gdb.base/dso2dso.exp: Likewise.
13464 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13465 * gdb.base/print-file-var.exp: Likewise.
13466 * gdb.base/shlib-call.exp: Likewise.
13467 * gdb.base/shreloc.exp: Likewise.
13468 * gdb.base/solib-overlap.exp: Likewise.
13469 * gdb.base/solib-weak.exp (do_test): Likewise.
13470 * gdb.base/unload.exp: Likewise.
13471
13472 2016-04-27 Yao Qi <yao.qi@linaro.org>
13473
13474 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
13475 exists.
13476
13477 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13478
13479 * vla-type.exp: Print structure from toplevel.
13480
13481 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13482
13483 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
13484 of dynamic types.
13485 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
13486 of dynamic types.
13487
13488 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13489
13490 * gdb.fortran/vla-type.f90: New file.
13491 * gdb.fortran/vla-type.exp: New file.
13492
13493 2016-04-25 Yao Qi <yao.qi@linaro.org>
13494
13495 * gdb.base/branch-to-self.c: New file.
13496 * gdb.base/branch-to-self.exp: New file.
13497
13498 2016-04-22 Yao Qi <yao.qi@linaro.org>
13499
13500 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
13501 more after $hex.
13502
13503 2016-04-22 Yao Qi <yao.qi@linaro.org>
13504
13505 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
13506 * gdb.base/annota3.exp: Likewise.
13507
13508 2016-04-22 Yao Qi <yao.qi@linaro.org>
13509
13510 * gdb.reverse/step-precsave.exp: Do one step and test program
13511 stops in "callee" and do multiple steps until program goes out
13512 of "callee".
13513 * gdb.reverse/step-reverse.exp: Likewise.
13514
13515 2016-04-22 Yao Qi <yao.qi@linaro.org>
13516
13517 * gdb.trace/signal.exp: Also pass if
13518 $tracepoint_hits($i) > $iterations.
13519
13520 2016-04-22 Yao Qi <yao.qi@linaro.org>
13521
13522 * gdb.trace/signal.c: New file.
13523 * gdb.trace/signal.exp: New file.
13524
13525 2016-04-19 Doug Evans <xdje42@gmail.com>
13526
13527 * gdb.base/bad-file.exp: New file.
13528
13529 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
13530
13531 * gdb.dwarf2/implref.exp: New file.
13532
13533 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
13534
13535 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
13536 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
13537 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
13538 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
13539 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
13540 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
13541 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
13542 * lib/fortran.exp (fortran_int4): New procedure.
13543 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
13544 (fortran_logical4): Likewise.
13545
13546 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
13547
13548 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
13549
13550 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
13551
13552 * lib/compiler.c: Add Intel specific preprocessor macros.
13553 * lib/compiler.cc: Likewise.
13554
13555 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
13556
13557 * gdb.server/connect-with-no-symbol-file.c: New file.
13558 * gdb.server/connect-with-no-symbol-file.exp: New file.
13559
13560 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
13561
13562 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
13563
13564 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
13565
13566 * boards/gdbserver-base.exp (${board}_download): Copy source file to
13567 standard output directory.
13568
13569 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
13570
13571 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
13572
13573 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
13574
13575 * gdb.btrace/instruction_history.c (loop): Add declaration.
13576
13577 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13578
13579 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
13580
13581 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
13582
13583 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
13584 parentheses to print.
13585 (continue_handler): Likewise.
13586
13587 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
13588
13589 * gdb.server/solib-list.exp: Remove is_remote check.
13590 Pass shlib= to gdb_compile. Don't link shared library with
13591 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
13592 Run binary filename through "readlink -f" on the target.
13593
13594 2016-04-08 Pedro Alves <palves@redhat.com>
13595
13596 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
13597 interpreter filename as argument to gdbserver_spawn.
13598 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
13599 Return empty if $last_loaded_file does not exist.
13600
13601 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13602
13603 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
13604 * gdb.base/jit-main.c: Use exit after usage.
13605
13606 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13607
13608 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
13609 GDBHISTSIZE prior to the tests.
13610 * gdb.base/gdbinit-history.exp: Likewise.
13611
13612 2016-04-07 Pedro Alves <palves@redhat.com>
13613
13614 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
13615 instead of build_executable. Use gdb_load_shlibs.
13616
13617 2016-04-07 Yao Qi <yao.qi@linaro.org>
13618
13619 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
13620 Execute "si" command.
13621
13622 2016-04-07 Yao Qi <yao.qi@linaro.org>
13623
13624 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
13625 number instead of the comments on some line.
13626
13627 2016-04-06 Don Breazeal <donb@codesourcery.com>
13628
13629 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
13630 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
13631
13632 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
13633
13634 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
13635 standard_output_file. Remove unused binfile variable.
13636
13637 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
13638
13639 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
13640 * gdb.python/py-mi-objfile.exp: Match "list main" output
13641 in console format.
13642
13643 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
13644
13645 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
13646 absolute.
13647
13648 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
13649
13650 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
13651 absolute.
13652 * gdb.trace/ftrace.exp: Likewise.
13653 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
13654 targets as well.
13655 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
13656 (gdb_load_shlibs): Copy libraries to test directory when testing
13657 natively. Only set solib-search-path if testing remotely.
13658 * lib/mi-support.exp (mi_load_shlibs): Likewise.
13659
13660 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
13661
13662 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
13663 gdb_download. Use it even if the target is not remote.
13664 * gdb.base/jit.exp (compile_jit_test): Likewise.
13665 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
13666 output directory if the destination board is local, otherwise use
13667 the standard remote_download from DejaGnu.
13668 (gdb_download): Remove.
13669 (gdb_load_shlibs): Use gdb_remote_download instead of
13670 gdb_download.
13671 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
13672 Use gdb_remote_download instead of gdb_download. Use it even if
13673 the target is not remote.
13674 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
13675 instead of gdb_download.
13676
13677 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
13678
13679 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
13680 (test_insert_delete_modify): Call mi_load_shlibs before trying to
13681 run.
13682
13683 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
13684
13685 PR gdb/19820
13686 * gdb.base/printcmds.exp: Add artificial arrays tests.
13687
13688 2016-03-31 Pedro Alves <palves@redhat.com>
13689
13690 PR gdb/19858
13691 * gdb.base/jit-main.c: Include unistd.h.
13692 (ATTACH): Define to 0 if not already defined.
13693 (wait_for_gdb, mypid): New globals.
13694 (WAIT_FOR_GDB): New macro.
13695 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
13696 some breakpoint locations.
13697 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
13698 New procedures.
13699 (one_jit_test): Add REATTACH parameter, and handle it. Use
13700 continue_to_test_location.
13701 (top level): Test attach, and adjusts calls to one_jit_test.
13702
13703 2016-03-31 Pedro Alves <palves@redhat.com>
13704
13705 PR gdb/19858
13706 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
13707 BINSUFFIX parameter, and handle it.
13708 (top level): Adjust calls compile_jit_test.
13709
13710 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
13711
13712 PR python/19743
13713 * gdb.python/py-mi-events-gdb.py: New file.
13714 * gdb.python/py-mi-events.c: New file.
13715 * gdb.python/py-mi-events.exp: New file.
13716
13717 2016-03-30 Yao Qi <yao.qi@linaro.org>
13718
13719 * gdb.reverse/until-precsave.exp: Match function name only.
13720 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
13721 Move malloc to a condition block.
13722 * gdb.reverse/until-reverse.exp: Match function name only.
13723
13724 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
13725
13726 * gdb.trace/ftrace.exp: Set arg0exp for s390.
13727 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
13728 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
13729 variable for GPR 0 instead of assuming it is register 0.
13730 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
13731 * lib/trace-support.exp: Add s390 registers.
13732
13733 2016-03-29 Yao Qi <yao.qi@linaro.org>
13734
13735 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
13736
13737 2016-03-24 Yao Qi <yao.qi@linaro.org>
13738
13739 * gdb.reverse/break-reverse.exp: Add quotation mark in the
13740 test message.
13741
13742 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13743
13744 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
13745 maintaining separate logic for constructing the output path.
13746
13747 2016-03-16 Don Breazeal <donb@codesourcery.com>
13748
13749 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
13750 Retry fork and waitpid on interrupted system call errors.
13751 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13752 Use with_timeout_factor to increase timeout by factor of 10.
13753
13754 2016-03-15 Don Breazeal <donb@codesourcery.com>
13755
13756 * gdb.cp/scope-err.cc: New test program.
13757 * gdb.cp/scope-err.exp: New test script.
13758 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
13759 lines and "set breakpoint here" comment.
13760 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
13761 Fixed some whitespace and format issues.
13762 * gdb.mi/mi-linespec-err-cp.cc: New test program.
13763 * gdb.mi/mi-linespec-err-cp.exp: New test script.
13764
13765 2016-03-15 Doug Evans <dje@google.com>
13766
13767 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
13768 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
13769 All callers updated. Add tests for enums, mixed flags register.
13770
13771 2016-03-15 Doug Evans <dje@google.com>
13772
13773 * gdb.base/skip.c (main): Call test_skip_file_and_function.
13774 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
13775
13776 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
13777
13778 * gdb.base/default.exp: Add $_as_string to the list of expected
13779 convenience functions.
13780
13781 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
13782
13783 * gdb.base/maint.exp: New tests for 'maint info line-table'.
13784
13785 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
13786
13787 * gdb.python/py-as-string.exp: New file.
13788 * gdb.python/py-as-string.c: New file.
13789
13790 2016-03-09 Pedro Alves <palves@redhat.com>
13791
13792 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
13793 signal" -> "Thread NN received signal" output change.
13794 * gdb.threads/ia64-sigill.exp: Likewise.
13795 * gdb.threads/linux-dp.exp: Likewise.
13796 * gdb.threads/manythreads.exp: Likewise.
13797 * gdb.threads/pending-step.exp: Likewise.
13798 * gdb.threads/print-threads.exp: Likewise.
13799 * gdb.threads/sigstep-threads.exp: Likewise.
13800 * gdb.threads/staticthreads.exp: Likewise.
13801 * gdb.threads/tls.exp: Likewise.
13802
13803 2016-03-09 Pedro Alves <palves@redhat.com>
13804
13805 * gdb.base/command-line-input.exp: New file.
13806
13807 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13808
13809 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
13810 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
13811 * gdb.trace/pending.exp: Accept leading dot before function name.
13812 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
13813 * lib/trace-support.exp: Set registers for ppc.
13814
13815 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13816
13817 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
13818 use it for disassembly; accept .main in addition to main in backtrace.
13819
13820 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
13821 Marcin Kościelnicki <koriakin@0x04.net>
13822
13823 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
13824 (gdb_recursion_test_ptr): New global variable.
13825 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
13826 gdb_recursion_test.
13827 (gdb_c_test): Ditto.
13828
13829 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13830
13831 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
13832 ordering.
13833
13834 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13835
13836 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
13837 (bar): Add bar_start_lbl label.
13838 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
13839 of foo/bar for emitting DWARF and tracing.
13840
13841 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
13842
13843 * analyze-racy-logs.py: Set executable bit.
13844
13845 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
13846
13847 * Makefile.in (DEFAULT_RACY_ITER): New variable.
13848 (CHECK_TARGET_TMP): Likewise.
13849 (check-single-racy): New rule.
13850 (check-parallel-racy): Likewise.
13851 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
13852 (do-check-parallel-racy): New rule.
13853 (check-racy/%.exp): Likewise.
13854 * README (Racy testcases): New section.
13855 * analyze-racy-logs.py: New file.
13856
13857 2016-03-03 Doug Evans <dje@google.com>
13858
13859 * gdb.base/skip.exp: Use with_test_prefix.
13860
13861 2016-03-03 Yao Qi <yao.qi@linaro.org>
13862
13863 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
13864 Invoke step_over_syscall "clone" and break_cond_on_syscall
13865 "clone".
13866 * gdb.base/step-over-clone.c: New file.
13867
13868 2016-03-03 Yao Qi <yao.qi@linaro.org>
13869
13870 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
13871 code format.
13872
13873 2016-03-03 Yao Qi <yao.qi@linaro.org>
13874
13875 * gdb.base/disp-step-fork.c: Rename to ...
13876 * gdb.base/step-over-fork.c: ... it. New file.
13877 * gdb.base/disp-step-vfork.c: Rename to ...
13878 * gdb.base/step-over-vfork.c: ... it. New file.
13879 * gdb.base/disp-step-syscall.exp: Rename to ...
13880 * gdb.base/step-over-syscall.exp: ... it. New file.
13881 (disp_step_cross_syscall): Rename to ...
13882 (step_over_syscall): ... it.
13883
13884 2016-03-03 Yao Qi <yao.qi@linaro.org>
13885
13886 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
13887 If target supports condition evaluation on target, invoke
13888 break_cond_on_syscall for fork and vfork.
13889
13890 2016-03-03 Yao Qi <yao.qi@linaro.org>
13891
13892 * gdb.base/disp-step-syscall.exp: Don't invoke
13893 support_displaced_stepping.
13894 (disp_step_cross_syscall): Test with displaced stepping off and
13895 on if supported.
13896
13897 2016-03-03 Yao Qi <yao.qi@linaro.org>
13898
13899 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
13900 proc.
13901 (setup): New proc.
13902 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
13903 and setup.
13904
13905 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13906
13907 * gdb.fortran/vla-history.exp: Remove breakpoint.
13908
13909 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13910
13911 * gdb.fortran/vla-history.exp: Lookup array elements and printing
13912 exceeds timeout.
13913
13914 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13915
13916 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
13917 breakpoint.
13918
13919 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13920
13921 * gdb.mi/vla.f90: Nullify pointer after declaration.
13922
13923 2016-03-01 Pedro Alves <palves@redhat.com>
13924
13925 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
13926
13927 2016-03-01 Pedro Alves <palves@redhat.com>
13928
13929 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
13930 before anything else.
13931 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
13932 _GNU_SOURCE here.
13933 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
13934 before anything else.
13935 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
13936
13937 2016-03-01 Pedro Alves <palves@redhat.com>
13938
13939 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
13940
13941 2016-03-01 Yao Qi <yao.qi@linaro.org>
13942
13943 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
13944 prepare_for_testing.
13945
13946 2016-03-01 Yao Qi <yao.qi@linaro.org>
13947
13948 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
13949
13950 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13951
13952 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
13953 manually constructing the output path.
13954
13955 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13956
13957 * gdb.arch/s390-stackless.S: New.
13958 * gdb.arch/s390-stackless.exp: New.
13959
13960 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
13961
13962 * gdb.dlang/circular.c: New file.
13963 * gdb.dlang/circular.exp: New file.
13964
13965 2016-02-26 Yao Qi <yao.qi@linaro.org>
13966
13967 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
13968 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
13969 (testcases): Update.
13970
13971 2016-02-26 Yao Qi <yao.qi@linaro.org>
13972
13973 * gdb.reverse/aarch64.c: Rename to ...
13974 * gdb.reverse/insn-reverse.c: ... it.
13975 * gdb.reverse/aarch64.exp: Rename to ...
13976 * gdb.reverse/insn-reverse.exp: ... it.
13977
13978 2016-02-26 Yao Qi <yao.qi@linaro.org>
13979
13980 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
13981 (testcase_ftype): New.
13982 (testcases): New array.
13983 (n_testcases): New.
13984 (main): Call each element in testcases.
13985 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
13986 (read_testcase): New.
13987 Do the tests in a loop.
13988
13989 2016-02-25 Yao Qi <yao.qi@linaro.org>
13990
13991 * gdb.base/branches.c: Remove.
13992
13993 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13994
13995 PR gdb/13808
13996 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
13997
13998 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13999
14000 * gdb.trace/ftrace.exp: Remove unnecessary target check.
14001
14002 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
14003
14004 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
14005 change x86_64 call_insn to 'callq'.
14006
14007 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14008
14009 * gdb.trace/tfile-avx.c: Move to...
14010 * gdb.trace/tracefile-pseudo-reg.c: Here.
14011 * gdb.trace/tfile-avx.exp: Move to...
14012 * gdb.trace/tracefile-pseudo-reg.exp: Here.
14013
14014 2016-02-24 Gary Benson <gbenson@redhat.com>
14015
14016 * gdb.base/attach-pie-noexec.exp: Do not expect an error
14017 message on attach.
14018
14019 2016-02-23 Doug Evans <dje@google.com>
14020
14021 * gdb.base/skip.c (test_skip): New function.
14022 (end_test_skip_file_and_function): New function.
14023 (test_skip_file_and_function): New function.
14024 * gdb.base/skip1.c (test_skip): New function.
14025 (skip1_test_skip_file_and_function): New function.
14026 * gdb.base/skip.exp: Add tests for new skip options.
14027 * gdb.base/skip-solib.exp: Update expected output.
14028 * gdb.perf/skip-command.cc: New file.
14029 * gdb.perf/skip-command.exp: New file.
14030 * gdb.perf/skip-command.py: New file.
14031
14032 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
14033
14034 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
14035 info registers pattern.
14036
14037 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
14038
14039 * lib/future.exp: Add D support.
14040 (gdb_find_gdc): New proc.
14041 (gdb_default_target_compile): Add D support.
14042
14043 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
14044
14045 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
14046 user+system time.
14047 (trace_speed_test): Determine the iteration count for a time
14048 between 15..30 seconds.
14049
14050 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
14051
14052 * gdb.arch/i386-mpx-sigsegv.c: New file.
14053 * gdb.arch/i386-mpx-sigsegv.exp: New file.
14054 * gdb.arch/i386-mpx-simple_segv.c: New file.
14055 * gdb.arch/i386-mpx-simple_segv.exp: New file.
14056
14057 2016-02-18 Yao Qi <yao.qi@linaro.org>
14058
14059 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14060 Don't call setup_kfail.
14061
14062 2016-02-18 Yao Qi <yao.qi@linaro.org>
14063
14064 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
14065 Set "set breakpoint condition-evaluation" per $cond_bp_target.
14066
14067 2016-02-16 Doug Evans <dje@google.com>
14068
14069 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
14070 * gdb.base/skip1.c: Ditto.
14071 * gdb.base/skip.exp: Whitespace cleanup.
14072
14073 2016-02-16 Don Breazeal <donb@codesourcery.com>
14074
14075 PR remote/19496
14076 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
14077 Remove kfail for PR remote/19496.
14078
14079 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
14080
14081 * lib/gdb.exp (standard_temp_file): Return a path specific to
14082 the runtest invocation.
14083
14084 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
14085
14086 * gdb.trace/save-trace.exp: Change relative path to be in the
14087 standard output directory.
14088
14089 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14090
14091 * gdb.arch/i386-prologue.c: Add missing prototypes.
14092
14093 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14094
14095 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
14096 * gdb.arch/i386-prologue.exp: Likewise.
14097 * gdb.arch/i386-size.exp: Likewise.
14098
14099 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
14100
14101 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
14102 define object file path.
14103 * gdb.btrace/gcore.exp: Use standard_output_file to define core
14104 file path.
14105 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
14106 standard_output_file to define binfile.
14107
14108 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14109
14110 Fix compatibility with recent gfortran-5.3.1.
14111 * gdb.fortran/vla-history.exp (print vla1 allocated)
14112 (print vla2 allocated, print $2, print $3): Remove
14113 (print $4): Rename to ...
14114 (print $2): ... here.
14115 (print $9): Rename to ...
14116 (print $5): ... here.
14117 (print $10): Rename to ...
14118 (print $6): ... here.
14119 * gdb.fortran/vla.f90: Add pvla initialization.
14120
14121 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14122
14123 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
14124 New test.
14125 * gdb.fortran/vla-value-sub.exp: Likewise.
14126
14127 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
14128
14129 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
14130
14131 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
14132
14133 * i386-biarch-core.exp: Define corefile using
14134 standard_output_file.
14135
14136 2016-02-12 Yao Qi <yao.qi@linaro.org>
14137
14138 * gdb.arch/arm-single-step-kernel-helper.c: New.
14139 * gdb.arch/arm-single-step-kernel-helper.exp: New.
14140
14141 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
14142
14143 * gdb.btrace/tailcall-only.exp: New.
14144 * gdb.btrace/tailcall-only.c: New.
14145 * gdb.btrace/x86_64-tailcall-only.S: New.
14146 * gdb.btrace/i686-tailcall-only.S: New.
14147
14148 2016-02-11 Pedro Alves <palves@redhat.com>
14149
14150 * README (Parallel testing): Add missing double quotes.
14151
14152 2016-02-11 Pedro Alves <palves@redhat.com>
14153
14154 * README (Parallel testing): New section.
14155 (GDB_PARALLEL): Rewrite.
14156 (FORCE_PARALLEL): Document.
14157
14158 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
14159
14160 * gdb.trace/tfile-avx.c: New test.
14161 * gdb.trace/tfile-avx.exp: New test.
14162
14163 2016-02-09 Keith Seitz <keiths@redhat.com>
14164
14165 PR breakpoints/19546
14166 * gdb.base/infcall-exec.c: New file.
14167 * gdb.base/infcall-exec2.c: New file.
14168 * gdb.base/infcall-exec.exp: New file.
14169
14170 2016-02-09 Keith Seitz <keiths@redhat.com>
14171
14172 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
14173 (toplevel): Call test_bkpt_address.
14174
14175 2016-02-09 Keith Seitz <keiths@redhat.com>
14176
14177 PR python/19506
14178 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
14179 (toplevel): Call test_bkpt_address.
14180
14181 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
14182
14183 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
14184 to AC_OUTPUT.
14185 * configure: Regenerate.
14186
14187 2016-02-09 Pedro Alves <palves@redhat.com>
14188
14189 PR breakpoints/19548
14190 * gdb.base/execl-update-breakpoints.c (some_function): New
14191 function.
14192 (main): Call it.
14193 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
14194 Tighten expected GDB output.
14195
14196 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
14197
14198 * Makefile.in (ALL_SUBDIRS): Remove.
14199 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
14200 (distclean maintainer-clean realclean): Likewise.
14201 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
14202 * configure: Regenerate.
14203 * gdb.ada/Makefile.in: Delete.
14204 * gdb.arch/Makefile.in: Likewise.
14205 * gdb.asm/Makefile.in: Likewise.
14206 * gdb.base/Makefile.in: Likewise.
14207 * gdb.btrace/Makefile.in: Likewise.
14208 * gdb.cell/Makefile.in: Likewise.
14209 * gdb.compile/Makefile.in: Likewise.
14210 * gdb.cp/Makefile.in: Likewise.
14211 * gdb.disasm/Makefile.in: Likewise.
14212 * gdb.dlang/Makefile.in: Likewise.
14213 * gdb.dwarf2/Makefile.in: Likewise.
14214 * gdb.fortran/Makefile.in: Likewise.
14215 * gdb.gdb/Makefile.in: Likewise.
14216 * gdb.go/Makefile.in: Likewise.
14217 * gdb.guile/Makefile.in: Likewise.
14218 * gdb.java/Makefile.in: Likewise.
14219 * gdb.linespec/Makefile.in: Likewise.
14220 * gdb.mi/Makefile.in: Likewise.
14221 * gdb.modula2/Makefile.in: Likewise.
14222 * gdb.multi/Makefile.in: Likewise.
14223 * gdb.objc/Makefile.in: Likewise.
14224 * gdb.opencl/Makefile.in: Likewise.
14225 * gdb.opt/Makefile.in: Likewise.
14226 * gdb.pascal/Makefile.in: Likewise.
14227 * gdb.perf/Makefile.in: Likewise.
14228 * gdb.python/Makefile.in: Likewise.
14229 * gdb.reverse/Makefile.in: Likewise.
14230 * gdb.server/Makefile.in: Likewise.
14231 * gdb.stabs/Makefile.in: Likewise.
14232 * gdb.threads/Makefile.in: Likewise.
14233 * gdb.trace/Makefile.in: Likewise.
14234 * gdb.xml/Makefile.in: Likewise.
14235 * lib/gdb.exp (make_gdb_parallel_path): Add check for
14236 GDB_PARALLEL.
14237 (standard_output_file): Remove check for GDB_PARALLEL, always
14238 return path in outputs/$subdir/$testname.
14239
14240 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
14241
14242 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
14243 (site.exp): Assign abs_srcdir to tcl's srcdir.
14244
14245 2016-02-04 Yao Qi <yao.qi@linaro.org>
14246
14247 * gdb.base/foll-exec-mode.c: Include limits.h.
14248 (main): Add parameters argc and argv. Get directory from
14249 argv[0].
14250 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
14251 compilation.
14252 * gdb.base/foll-exec.c: Include limits.h.
14253 (main): Add parameters argc and argv.
14254 Get directory from argv[0].
14255 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
14256 Adjust tests on the number of lines as source code changed.
14257 * gdb.base/foll-vfork-exit.c: Include limits.h.
14258 (main): Add one line of statement before vfork.
14259 * gdb.base/foll-vfork.c: Include limits.h and string.h.
14260 (main): Add parameters argc and argv. Get directory from
14261 argv[0].
14262 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
14263 (setup_gdb): Set tbreak to skip some source lines.
14264 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
14265 (main): Add parameters argc and argv. Get directory from
14266 argv[0].
14267 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
14268 compilation.
14269 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
14270 (main): Add parameters argc and argv. Get directory from
14271 argv[0].
14272 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
14273 compilation.
14274
14275 2016-02-01 Doug Evans <dje@google.com>
14276
14277 * gdb.base/skip.exp: Clean up multiple references to same test name.
14278
14279 2016-02-01 Pedro Alves <palves@redhat.com>
14280
14281 PR remote/19496
14282 * gdb.threads/forking-threads-plus-breakpoint.exp
14283 (displaced_stepping_supported): New global.
14284 (probe_displaced_stepping_support): New procedure.
14285 (do_test): Add 'displaced' parameter, and use it.
14286 (top level): Check for displaced stepping support. Add displaced
14287 stepping on/off testing axis.
14288
14289 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
14290
14291 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
14292 pointer. Don't perform further tests on the unassociated pointer
14293 if the first test fails.
14294
14295 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
14296
14297 * gdb.base/max-value-size.c: New file.
14298 * gdb.base/max-value-size.exp: New file.
14299 * gdb.base/huge.exp: Disable max-value-size for this test.
14300
14301 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
14302
14303 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14304
14305 2016-01-28 Yao Qi <yao.qi@linaro.org>
14306
14307 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
14308
14309 2016-01-25 Pedro Alves <palves@redhat.com>
14310
14311 PR threads/19461
14312 * gdb.base/fork-running-state.c: New file.
14313 * gdb.base/fork-running-state.exp: New file.
14314
14315 2016-01-25 Pedro Alves <palves@redhat.com>
14316
14317 PR gdb/19494
14318 * gdb.base/catch-fork-kill.c: New file.
14319 * gdb.base/catch-fork-kill.exp: New file.
14320
14321 2016-01-25 Pedro Alves <palves@redhat.com>
14322
14323 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
14324 Delete, moved to lib/gdb.exp.
14325 * gdb.threads/forking-threads-plus-breakpoint.exp
14326 (foreach_with_prefix): Likewise.
14327 * gdb.threads/process-dies-while-handling-bp.exp
14328 (foreach_with_prefix): Likewise.
14329 * lib/gdb.exp (foreach_with_prefix): New procedure.
14330
14331 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
14332
14333 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
14334 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
14335
14336 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
14337
14338 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
14339 endian targets.
14340
14341 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14342 Pedro Alves <palves@redhat.com>
14343
14344 Fix testsuite compatibility with Guile.
14345 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
14346 number.
14347
14348 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14349
14350 Fix testsuite compatibility with Guile.
14351 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
14352 (thread 1): New test for backtrace through signal handler.
14353
14354 2016-01-22 Yao Qi <yao.qi@linaro.org>
14355
14356 PR testsuite/19491
14357 * gdb.base/multi-forks.c: Include
14358 ../lib/unbuffer_output.c
14359 (main): Call gdb_unbuffer_output.
14360
14361 2016-01-21 Doug Evans <dje@google.com>
14362
14363 * lib/ada.exp (gdb_compile_ada): Fix typo.
14364
14365 2016-01-21 Joel Brobecker <brobecker@adacore.com>
14366
14367 * gdb.base/break-fun-addr.exp: New file.
14368 * gdb.base/break-fun-addr1.c: New file.
14369 * gdb.base/break-fun-addr2.c: New file.
14370
14371 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
14372
14373 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
14374 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
14375 enum flag values.
14376
14377 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
14378
14379 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
14380 when GDB can not set the vector return value. Add more comments
14381 for clarification.
14382
14383 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
14384
14385 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
14386 command.
14387
14388 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14389
14390 * Makefile.in (DO_RUNTEST): Add --status and update usages.
14391
14392 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14393
14394 * Makefile.in (check-single): Pass --status to runtest.
14395 (check/%.exp): Likewise.
14396
14397 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14398
14399 * Makefile.in (check-parallel): Propagate return code from make
14400 do-check-parallel.
14401
14402 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
14403
14404 * gdb.trace/ftrace.exp: Fix expected message on continue.
14405 * gdb.trace/pending.exp: Fix expected message on continue.
14406 * gdb.trace/trace-break.exp: Fix expected message on continue.
14407
14408 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
14409
14410 * lib/gdb.exp (gdb_test): Remove unused global references.
14411
14412 2016-01-18 Pedro Alves <palves@redhat.com>
14413
14414 * gdb.base/async-shell.exp: Adjust expected output.
14415 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
14416 * gdb.base/siginfo-thread.exp: Adjust expected output.
14417 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
14418 * gdb.java/jnpe.exp: Adjust expected output.
14419 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
14420 * gdb.threads/continue-pending-status.exp: Adjust expected output.
14421 * gdb.threads/leader-exit.exp: Adjust expected output.
14422 * gdb.threads/manythreads.exp: Adjust expected output.
14423 * gdb.threads/pthreads.exp: Adjust expected output.
14424 * gdb.threads/schedlock.exp: Adjust expected output.
14425 * gdb.threads/siginfo-threads.exp: Adjust expected output.
14426 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
14427 expected output.
14428 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
14429 output.
14430 * gdb.threads/sigthread.exp: Adjust expected output.
14431 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
14432
14433 2016-01-18 Yao Qi <yao.qi@linaro.org>
14434
14435 * gdb.guile/scm-section-script.c: Replace @progbits with
14436 %progbits.
14437 * gdb.python/py-section-script.c: Likewise.
14438
14439 2016-01-15 Pedro Alves <palves@redhat.com>
14440
14441 * gdb.multi/tids.exp: Test star wildcard ranges.
14442
14443 2016-01-15 Pedro Alves <palves@redhat.com>
14444
14445 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
14446 command from "thread apply" invocation.
14447 (thr_apply_info_thr_invalid): Default the expected output to the
14448 input tid list.
14449 (top level): Add tests that use convenience variables. Add tests
14450 for "thread apply" with a valid TID list, but missing the command.
14451
14452 2016-01-13 Pedro Alves <palves@redhat.com>
14453
14454 * gdb.base/default.exp: Expect $_gthread as well.
14455 * gdb.multi/tids.exp: Test $_gthread.
14456 * gdb.threads/thread-specific.exp: Test $_gthread.
14457
14458 2016-01-13 Pedro Alves <palves@redhat.com>
14459
14460 * gdb.multi/tids.exp: Test "info threads -gid".
14461
14462 2016-01-13 Pedro Alves <palves@redhat.com>
14463
14464 * gdb.multi/tids.exp: Test InferiorThread.global_num and
14465 Breakpoint.thread.
14466 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
14467
14468 2016-01-07 Pedro Alves <palves@redhat.com>
14469
14470 * gdb.base/break.exp: Adjust to output changes.
14471 * gdb.base/hbreak2.exp: Likewise.
14472 * gdb.base/sepdebug.exp: Likewise.
14473 * gdb.base/watch_thread_num.exp: Likewise.
14474 * gdb.linespec/keywords.exp: Likewise.
14475 * gdb.multi/info-threads.exp: Likewise.
14476 * gdb.threads/thread-find.exp: Likewise.
14477 * gdb.multi/tids.c: New file.
14478 * gdb.multi/tids.exp: New file.
14479
14480 2016-01-13 Pedro Alves <palves@redhat.com>
14481
14482 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
14483
14484 2016-01-13 Pedro Alves <palves@redhat.com>
14485
14486 * gdb.base/default.exp: Expect $_inferior as well.
14487 * gdb.multi/base.exp: Test $_inferior.
14488
14489 2016-01-13 Pedro Alves <palves@redhat.com>
14490
14491 PR breakpoints/19388
14492 * gdb.base/catch-signal-siginfo-cond.c: New file.
14493 * gdb.base/catch-signal-siginfo-cond.exp: New file.
14494
14495 2016-01-12 Josh Stone <jistone@redhat.com>
14496 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14497
14498 * gdb.base/catch-syscall.c (do_execve): New variable.
14499 (main): Conditionally trigger an execve.
14500 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
14501 (test_catch_syscall_execve): New, check entry/return across execve.
14502 (do_syscall_tests): Call test_catch_syscall_execve.
14503
14504 2016-01-12 Pedro Alves <palves@redhat.com>
14505
14506 * gdb.base/random-signal.exp (do_test): New procedure, with body
14507 of testcase moved in.
14508
14509 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14510 Pedro Alves <palves@redhat.com>
14511
14512 * gdb.base/funcargs.exp (finish from indirectly called function):
14513 Reintroduce the case for 'First'.
14514
14515 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14516 Pedro Alves <palves@redhat.com>
14517
14518 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
14519 (tcatch_vfork_then_child_follow_exec)
14520 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
14521 identification.
14522
14523 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14524
14525 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
14526 and repeats to unlimited.
14527 * gdb.python/py-value.exp: Likewise.
14528 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
14529 and repeats to unlimited.
14530
14531 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14532
14533 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
14534 and reordering the functions.
14535 * gdb.multi/hangout.c: Likewise.
14536 * gdb.multi/hello.c: Likewise.
14537
14538 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
14539
14540 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
14541 absolute.
14542 (SingleStatisticTestResult.report): Use dict.keys instead of
14543 dict.iterkeys.
14544
14545 2016-01-06 Pedro Alves <palves@redhat.com>
14546
14547 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
14548
14549 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
14550
14551 * gdb.btrace/dlopen.exp: New.
14552 * gdb.btrace/dlopen.c: New.
14553 * gdb.btrace/dlopen-dso.c: New.
14554
14555 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
14556
14557 * lib/gdb.exp (gdb_test): Update comments to clarify that the
14558 PATTERN argument is optional.
14559
14560 2015-12-24 Joel Brobecker <brobecker@adacore.com>
14561
14562 * lib/ada.exp (target_compile_ada_from_dir): New function.
14563 (gdb_compile_ada): Reimplement avoiding the use of project files.
14564 * gdb.ada/gnat_ada.gpr: Delete.
14565 * gdb.ada/cond_lang.exp: Adjust test to make path before
14566 filename optional.
14567 * gdb.ada/small_reg_param.exp: Likewise.
14568
14569 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
14570
14571 * gdb.base/foll-vork.exp: Remove HP-UX special case.
14572
14573 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
14574
14575 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
14576 case.
14577
14578 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
14579
14580 * gdb.base/break.exp: Remove dead code.
14581 * gdb.base/sepdebug.exp: Likewise.
14582
14583 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
14584
14585 * gdb.asm/asm-source.exp: Remove HP-UX references.
14586 * gdb.base/annota1.exp: Likewise.
14587 * gdb.base/annota3.exp: Likewise.
14588 * gdb.base/attach.exp: Likewise.
14589 * gdb.base/bigcore.exp: Likewise.
14590 * gdb.base/break.exp: Likewise.
14591 * gdb.base/call-ar-st.exp: Likewise.
14592 * gdb.base/callfuncs.exp: Likewise.
14593 * gdb.base/catch-fork-static.exp: Likewise.
14594 * gdb.base/display.exp: Likewise.
14595 * gdb.base/foll-exec-mode.exp: Likewise.
14596 * gdb.base/foll-exec.exp: Likewise.
14597 * gdb.base/foll-fork.exp: Likewise.
14598 * gdb.base/foll-vfork.exp: Likewise.
14599 * gdb.base/funcargs.exp: Likewise.
14600 * gdb.base/hbreak2.exp: Likewise.
14601 * gdb.base/inferior-died.exp: Likewise.
14602 * gdb.base/interrupt.exp: Likewise.
14603 * gdb.base/multi-forks.exp: Likewise.
14604 * gdb.base/nodebug.exp: Likewise.
14605 * gdb.base/sepdebug.exp: Likewise.
14606 * gdb.base/solib1.c: Likewise.
14607 * gdb.base/step-test.exp: Likewise.
14608 * gdb.mi/non-stop.c: Likewise.
14609 * gdb.mi/pthreads.c: Likewise.
14610 * gdb.multi/bkpt-multi-exec.ex: Likewise.
14611 * gdb.threads/pthreads.c: Likewise.
14612 * gdb.threads/staticthreads.exp: Likewise.
14613 * lib/future.exp: Likewise.
14614 * lib/gdb.exp: Likewise.
14615 * gdb.base/so-indr-cl.c: Remove.
14616 * gdb.base/so-indr-cl.exp: Likewise.
14617 * gdb.base/solib.c: Likewise.
14618 * gdb.base/solib.exp: Likewise.
14619 * gdb.base/solib2.c: Likewise.
14620
14621 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
14622
14623 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
14624 * gdb.base/call-ar-st.exp: Likewise.
14625 * gdb.base/callfuncs.exp: Likewise.
14626 * gdb.base/condbreak.exp: Likewise.
14627 * gdb.base/constvars.exp: Likewise.
14628 * gdb.base/hbreak2.exp: Likewise.
14629 * gdb.base/langs.exp: Likewise.
14630 * gdb.base/list.exp: Likewise.
14631 * gdb.base/long_long.exp: Likewise.
14632 * gdb.base/ptype.exp: Likewise.
14633 * gdb.base/scope.exp: Likewise.
14634 * gdb.base/signals.exp: Likewise.
14635 * gdb.base/so-impl-ld.exp: Likewise.
14636 * gdb.base/varargs.exp: Likewise.
14637 * gdb.base/volatile.exp: Likewise.
14638 * gdb.base/whatis.exp: Likewise.
14639 * gdb.cp/cplusfuncs.exp: Likewise.
14640 * gdb.cp/inherit.exp: Likewise.
14641 * gdb.cp/local.exp: Likewise.
14642 * gdb.cp/member-ptr.exp: Likewise.
14643 * gdb.cp/method.exp: Likewise.
14644 * gdb.cp/overload.exp: Likewise.
14645 * gdb.cp/templates.exp: Likewise.
14646 * gdb.stabs/weird.exp: Likewise.
14647 * lib/compiler.c: Likewise.
14648 * lib/compiler.cc: Likewise.
14649 * lib/cp-support.exp: Likewise.
14650 * lib/gdb.exp: Likewise.
14651
14652 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
14653
14654 * configure.ac: Remove HP-UX case.
14655 * configure: Regenerate.
14656
14657 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
14658
14659 * lib/gdb.exp (gdb_compile): Add function doc.
14660
14661 2015-12-17 Pedro Alves <palves@redhat.com>
14662
14663 PR threads/19354
14664 * gdb.multi/info-threads.exp: New file.
14665
14666 2015-12-15 Yao Qi <yao.qi@linaro.org>
14667
14668 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
14669 is aarch64*-*-*.
14670
14671 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14672
14673 * gdb.base/history-duplicates.exp: Skip if no readline support.
14674
14675 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14676
14677 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
14678
14679 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14680
14681 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
14682
14683 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14684
14685 * gdb.base/completion.exp: Skip tests that interrupt GDB with
14686 ctrl-C if nointerrupts target property is set.
14687 * gdb.base/double-prompt-target-event-error.exp: Likewise.
14688 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
14689 * gdb.base/paginate-bg-execution.exp: Likewise.
14690 * gdb.base/paginate-execution-startup.exp: Likewise.
14691 * gdb.base/random-signal.exp: Likewise.
14692 * gdb.base/range-stepping.exp: Likewise.
14693 * gdb.cp/annota2.exp: Likewise.
14694 * gdb.cp/annota3.exp: Likewise.
14695 * gdb.gdb/selftest.exp: Likewise.
14696 * gdb.threads/continue-pending-status.exp: Likewise.
14697 * gdb.threads/leader-exit.exp: Likewise.
14698 * gdb.threads/manythreads.exp: Likewise.
14699 * gdb.threads/pthreads.exp: Likewise.
14700 * gdb.threads/schedlock.exp: Likewise.
14701 * gdb.threads/sigthread.exp: Likewise.
14702
14703 2015-12-11 Don Breazeal <donb@codesourcery.com>
14704
14705 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
14706 remote.
14707 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
14708 * gdb.base/foll-exec.exp (main): Enable for target remote.
14709 * gdb.base/foll-fork.exp (main): Likewise.
14710 * gdb.base/foll-vfork.exp (main): Likewise.
14711 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
14712 (proc continue_to_exit_bp_loc): Use clean_restart.
14713 * gdb.base/pie-execl.exp (main): Disable for target remote.
14714 * gdb.base/watch-vfork.exp (main): Enable for target remote.
14715 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
14716 * gdb.threads/execl.exp (main): Likewise.
14717 * gdb.threads/fork-child-threads.exp (main): Likewise.
14718 * gdb.threads/fork-plus-threads.exp (main): Disable for target
14719 remote.
14720 * gdb.threads/fork-thread-pending.exp (main): Enable for target
14721 remote.
14722 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
14723 pid.tid style ptids, instead of just tid.
14724 * gdb.threads/thread-execl.exp (main): Enable for target remote.
14725 * gdb.threads/watchpoint-fork.exp (main): Likewise.
14726 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
14727 ptids, instead of just tid.
14728
14729 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14730
14731 * gdb.base/list.exp (test_list_forward): Add end of file error
14732 test.
14733 (test_repeat_list_command): Add end of file error test.
14734 (test_list_backwards): Add beginning of file error test.
14735
14736 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14737
14738 * gdb.base/list.exp (test_list_invalid_args): New function,
14739 defined, and called.
14740
14741 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14742
14743 * gdb.base/list.exp (test_list): Make test names unique.
14744
14745 2015-12-11 Yao Qi <yao.qi@linaro.org>
14746
14747 * gdb.base/coremaker2.c: Remove.
14748
14749 2015-12-10 Pedro Alves <palves@redhat.com>
14750
14751 * gdb.multi/base.exp: Remove stale "spaces" references.
14752
14753 2015-12-10 Pedro Alves <palves@redhat.com>
14754
14755 * gdb.multi/base.exp: Don't use nowarnings.
14756 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
14757 * gdb.multi/hangout.c: Include stdio.h.
14758 * gdb.multi/hello.c: Include stdlib.h.
14759 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
14760 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
14761 * gdb.multi/multi-arch.exp: Don't use nowarnings.
14762
14763 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
14764
14765 * gdb.dwarf2/dw2-ranges-base.c: New file.
14766 * gdb.dwarf2/dw2-ranges-base.exp: New file.
14767 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
14768 support additional line table, and debug ranges generation.
14769 (Dwarf::ranges): New function, generate .debug_ranges.
14770 (Dwarf::lines): Support generating simple line table programs.
14771 (Dwarf::assemble): Initialise new namespace variables.
14772
14773 2015-12-09 Kevin Buettner <kevinb@redhat.com>
14774
14775 * gdb.base/async.exp (proc test_background): Add case for
14776 asynchronous execution not supported.
14777
14778 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
14779
14780 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
14781 format and change test names to make them unique.
14782
14783 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
14784 Pedro Alves <pedro@redhat.com>
14785
14786 PR gdb/18702
14787 Add checking of floatformats setup on x86_64 hosts.
14788 * gdb.arch/i386-float.S (main): Load bigval and smallval.
14789 (smallval, bigval): New labels/constants.
14790 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
14791 float" after loading bigval and smallval.
14792
14793 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
14794
14795 * gdb.ada/fun_overload_menu.exp: New testcase.
14796 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
14797
14798 2015-12-04 Josh Stone <jistone@redhat.com>
14799
14800 * gdb.base/catch-fork-static.exp: New.
14801
14802 2015-12-03 Yao Qi <yao.qi@linaro.org>
14803
14804 * gdb.base/sizeof.c: Don't include stdio.h and
14805 ../lib/unbuffer_output.c.
14806 (main): New variable 'size' and 'value'. Remove printf and
14807 gdb_unbuffer_output. Assign return value to size and value.
14808 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
14809 at the beginning.
14810 (check_sizeof): Check the result by printing variable 'size'.
14811 (check_valueof): Check the result by printing variable 'value'.
14812
14813 2015-12-01 Yao Qi <yao.qi@linaro.org>
14814
14815 * gdb.base/disp-step-syscall.exp: Define syscall instruction
14816 for aarch64*-*-linux* target.
14817
14818 2015-11-30 Pedro Alves <palves@redhat.com>
14819
14820 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
14821
14822 2015-11-30 Pedro Alves <palves@redhat.com>
14823
14824 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
14825 Handle non-stop mode vCont replies.
14826
14827 2015-11-30 Pedro Alves <palves@redhat.com>
14828
14829 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
14830 prepare_for_testing. Start gdb with "set non-stop on" appended to
14831 GDBFLAGS. Lax expected stop output.
14832
14833 2015-11-27 Yao Qi <yao.qi@linaro.org>
14834
14835 * gdb.arch/arm-neon.exp: New.
14836 * gdb.arch/arm-neon.c: New.
14837
14838 2015-11-27 Yao Qi <yao.qi@linaro.org>
14839
14840 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
14841
14842 2015-11-27 Yao Qi <yao.qi@linaro.org>
14843
14844 * gdb.cp/annota2.exp: Allow multiple occurrences of the
14845 frames-invalid annotation.
14846
14847 2015-11-27 Yao Qi <yao.qi@linaro.org>
14848
14849 * gdb.cp/annota2.exp: Use ${frames_invalid}.
14850
14851 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
14852
14853 * gdb.threads/names.exp: New file.
14854 * gdb.threads/names.c: New file.
14855 * README: Mention gdb,no_thread_names.
14856
14857 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
14858
14859 PR 19297
14860 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
14861 support" error.
14862
14863 2015-11-24 Pedro Alves <palves@redhat.com>
14864
14865 PR 17539
14866 * gdb.base/display.exp: Expect displays to be sorted in ascending
14867 order. Use multi_line.
14868 * gdb.base/solib-display.exp: Likewise.
14869
14870 2015-11-24 Pedro Alves <palves@redhat.com>
14871
14872 PR 17539
14873 * gdb.base/display.exp: Expect displays to be sorted in ascending
14874 order. Use multi_line.
14875 * gdb.base/solib-display.exp: Likewise.
14876
14877 2015-11-24 Pedro Alves <palves@redhat.com>
14878
14879 PR 17539
14880 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
14881 threads in ascending order.
14882 * gdb.base/foll-fork.exp: Likewise.
14883 * gdb.base/foll-vfork.exp: Likewise.
14884 * gdb.base/multi-forks.exp: Likewise.
14885 * gdb.mi/mi-nonstop.exp: Likewise.
14886 * gdb.mi/mi-nsintrall.exp: Likewise.
14887 * gdb.multi/base.exp: Likewise.
14888 * gdb.multi/multi-arch.exp: Likewise.
14889 * gdb.python/py-inferior.exp: Likewise.
14890 * gdb.threads/break-while-running.exp: Likewise.
14891 * gdb.threads/execl.exp: Likewise.
14892 * gdb.threads/gcore-thread.exp: Likewise.
14893 * gdb.threads/info-threads-cur-sal.exp: Likewise.
14894 * gdb.threads/kill.exp: Likewise.
14895 * gdb.threads/linux-dp.exp: Likewise.
14896 * gdb.threads/multiple-step-overs.exp: Likewise.
14897 * gdb.threads/next-bp-other-thread.exp: Likewise.
14898 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
14899 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
14900 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
14901 * gdb.threads/thread-find.exp: Likewise.
14902 * gdb.threads/tls.exp: Likewise.
14903 * lib/mi-support.exp (mi_reverse_list): Delete.
14904 (mi_check_thread_states): No longer reverse list.
14905
14906 2015-11-24 Pedro Alves <palves@redhat.com>
14907
14908 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
14909 use lowercase.
14910
14911 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14912
14913 * gdb.trace/actions.c: Include trace-common.h.
14914 (main): Add a location for a fast tracepoint.
14915 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
14916 the normal tracepoints.
14917 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
14918
14919 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14920
14921 * save-trace.exp: Factor out code to these...
14922 (gdb_save_tracepoints): New.
14923 (gdb_load_tracepoints): New.
14924 (do_save_load_test): New.
14925
14926 2015-11-23 Kevin Buettner <kevinb@redhat.com>
14927
14928 * gdb.base/asmlabel.exp: New test.
14929 * gdb.base/asmlabel.c: New test case.
14930
14931 2015-11-23 Joel Brobecker <brobecker@adacore.com>
14932
14933 * gdb.base/wrong_frame_bt_full-main.c: New file.
14934 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
14935 * gdb.base/wrong_frame_bt_full.exp: New file.
14936
14937 2015-11-23 Joel Brobecker <brobecker@adacore.com>
14938
14939 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
14940
14941 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14942
14943 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
14944 pstate register when comparing registers values in
14945 sparc64-*-linux-gnu targets to avoid spurious differences.
14946
14947 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14948
14949 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
14950
14951 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
14952
14953 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
14954 as type argument to gdb_compile.
14955 * gdb.base/nested-subp2.exp: Likewise.
14956 * gdb.base/nested-subp3.exp: Likewise.
14957
14958 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
14959
14960 * lib/dwarf.exp (_note): Fix left shift of negative value.
14961 * gdb.trace/trace-condition.exp: Likewise.
14962
14963 2015-11-13 Yao Qi <yao.qi@linaro.org>
14964
14965 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
14966 comments about d10v.
14967 (test_scalar_returns): Likewise.
14968 * gdb.base/d10v.ld: Remove.
14969 * gdb.base/overlays.exp: Remove the target triplet checking for
14970 d10v-*-*.
14971 * gdb.base/structs.exp (test_struct_returns): Remove the
14972 comments about d10v.
14973 (test_struct_calls): Likewise.
14974
14975 2015-11-13 Yao Qi <yao.qi@linaro.org>
14976
14977 * gdb.base/gnu_vector.exp: Check the return value by "p res".
14978 * gdb.base/gnu_vector.c: Don't include stdio.h.
14979 (main): Don't print res and call add_some_intvecs.
14980
14981 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
14982
14983 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
14984 macro.
14985 (func5): Removed.
14986 (func4): Use FAST_TRACEPOINT_LABEL.
14987 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
14988 macro.
14989 (func): Removed.
14990 (thread_function): Use FAST_TRACEPOINT_LABEL.
14991 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
14992 (func): Remove.
14993 (marker): Use FAST_TRACEPOINT_LABEL.
14994 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
14995 (pendfunc1): Remove.
14996 (pendfunc): Use FAST_TRACEPOINT_LABEL.
14997 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
14998 (foo): Remove.
14999 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
15000 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
15001 macro.
15002 (func): Remove.
15003 (marker): Use FAST_TRACEPOINT_LABEL.
15004 * gdb.trace/trace-common.h: New header.
15005 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
15006 macro.
15007 (func): Remove.
15008 (marker): Use FAST_TRACEPOINT_LABEL.
15009 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
15010 (func): Remove.
15011 (thread_function): Use FAST_TRACEPOINT_LABEL.
15012
15013 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
15014
15015 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
15016 in front.
15017 * gdb.trace/change-loc.exp: Use global pcreg definition.
15018 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
15019 * gdb.trace/entry-values.exp: Use global spreg definition, add $
15020 in front.
15021 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
15022 * gdb.trace/pending.exp: Likewise.
15023 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
15024 * gdb.trace/trace-break.exp: Likewise.
15025 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
15026 in front.
15027 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
15028 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
15029 in front.
15030 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
15031
15032 2015-11-09 Joel Brobecker <brobecker@adacore.com>
15033
15034 * gdb.ada/fin_fun_out: New testcase.
15035
15036 2015-11-07 Kevin Buettner <kevinb@redhat.com>
15037
15038 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
15039 value associated with DW_AT_byte_size.
15040 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
15041 constants for DW_AT_byte_size, DW_AT_lower_bound, and
15042 DW_AT_upper_bound.
15043
15044 2015-11-07 Kevin Buettner <kevinb@redhat.com>
15045
15046 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
15047 (gdb_target_symbol_prefix_flags): Define in terms of _asm
15048 version.
15049 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
15050 gdb.dwarf2/dw2-canonicalize-type.exp,
15051 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
15052 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
15053 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
15054 provided by gdb_target_symbol_prefix_flags_asm.
15055 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
15056 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
15057 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
15058 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
15059 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
15060 macros where needed). Use this macro for symbols which require
15061 the prefix provided by SYMBOL_PREFIX.
15062
15063 2015-11-05 Kevin Buettner <kevinb@redhat.com>
15064
15065 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
15066 New procs.
15067 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
15068 representing expressions, of more than one list element.
15069 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
15070 to prepend linker symbol prefix to f.
15071 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
15072 table_1 and table_2.
15073 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
15074 Likewise, for f and g.
15075 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
15076 for ptr.
15077 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
15078 for main.
15079 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
15080 table_1_ptr and table_2_ptr.
15081
15082 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15083 Joel Brobecker <brobecker@adacore.com>
15084
15085 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
15086
15087 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
15088
15089 * gdb.reverse/s390-mvcle.c: New test.
15090 * gdb.reverse/s390-mvcle.exp: New file.
15091 * lib/gdb.exp: Enable reverse tests on s390*-linux.
15092
15093 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
15094
15095 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
15096
15097 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
15098
15099 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
15100 reaching marker2.
15101 * gdb.reverse/getresuid-reverse.exp: Likewise.
15102 * gdb.reverse/pipe-reverse.exp: Likewise.
15103 * gdb.reverse/readv-reverse.exp: Likewise.
15104 * gdb.reverse/recvmsg-reverse.exp: Likewise.
15105 * gdb.reverse/time-reverse.exp: Likewise.
15106 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
15107
15108 2015-10-30 Yao Qi <yao.qi@linaro.org>
15109
15110 * gdb.threads/wp-replication.c (watch_count_done): Remove.
15111 (empty_cycle): Remove.
15112 (main): Don't call empty_cycle. Don't use watch_count_done.
15113 * gdb.threads/wp-replication.exp: Don't set breakpoint on
15114 empty_cycle. Rewrite the code counting HW watchpoints.
15115
15116 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
15117
15118 * gdb.reverse/fstatat-reverse.c: New test.
15119 * gdb.reverse/fstatat-reverse.exp: New file.
15120 * gdb.reverse/getresuid-reverse.c: New test.
15121 * gdb.reverse/getresuid-reverse.exp: New file.
15122 * gdb.reverse/pipe-reverse.c: New test.
15123 * gdb.reverse/pipe-reverse.exp: New file.
15124 * gdb.reverse/readv-reverse.c: New test.
15125 * gdb.reverse/readv-reverse.exp: New file.
15126 * gdb.reverse/recvmsg-reverse.c: New test.
15127 * gdb.reverse/recvmsg-reverse.exp: New file.
15128 * gdb.reverse/time-reverse.c: New test.
15129 * gdb.reverse/time-reverse.exp: New file.
15130 * gdb.reverse/waitpid-reverse.c: New test.
15131 * gdb.reverse/waitpid-reverse.exp: New file.
15132
15133 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
15134
15135 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
15136
15137 2015-10-26 Doug Evans <dje@google.com>
15138
15139 PR symtab/17391
15140 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
15141 * gdb.dwarf2/bad-regnum.c: New file.
15142 * gdb.dwarf2/bad-regnum.exp: New file.
15143
15144 2015-10-26 Doug Evans <dje@google.com>
15145
15146 PR python/18938
15147 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
15148 file.
15149
15150 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15151
15152 * gdb.compile/compile.exp (compile code globalvar): Update expectation
15153 for a change by "Mention language in compile error message".
15154
15155 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
15156
15157 PR python/18073
15158 * gdb.python/py-type.c (C::a_method): New.
15159 (C::a_const_method): New.
15160 (C::a_static_method): New.
15161 (a_function): New.
15162 * gdb.python/py-type.exp (test_fields): Test getting fields
15163 from function and method.
15164
15165 2015-10-21 Keven Boell <keven.boell@intel.com>
15166
15167 * gdb.fortran/vla-alloc-assoc.exp: New file.
15168 * gdb.fortran/vla-datatypes.exp: New file.
15169 * gdb.fortran/vla-datatypes.f90: New file.
15170 * gdb.fortran/vla-history.exp: New file.
15171 * gdb.fortran/vla-ptype-sub.exp: New file.
15172 * gdb.fortran/vla-ptype.exp: New file.
15173 * gdb.fortran/vla-sizeof.exp: New file.
15174 * gdb.fortran/vla-sub.f90: New file.
15175 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
15176 * gdb.fortran/vla-value-sub-finish.exp: New file.
15177 * gdb.fortran/vla-value-sub.exp: New file.
15178 * gdb.fortran/vla-value.exp: New file.
15179 * gdb.fortran/vla-ptr-info.exp: New file.
15180 * gdb.mi/mi-vla-fortran.exp: New file.
15181 * gdb.mi/vla.f90: New file.
15182
15183 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
15184
15185 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
15186 of hardwired timeout value.
15187
15188 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15189 Pedro Alves <palves@redhat.com>
15190
15191 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
15192 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
15193
15194 2015-10-19 Josh Stone <jistone@redhat.com>
15195
15196 * gdb.base/catch-syscall.c: Include <sched.h>.
15197 (unknown_syscall): New variable.
15198 (main): Trigger a vfork and an unknown syscall.
15199 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
15200 (unknown_syscall_number): Likewise.
15201 (check_call_to_syscall): Accept an optional syscall pattern.
15202 (check_return_from_syscall): Likewise.
15203 (check_continue): Likewise.
15204 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
15205 (test_catch_syscall_skipping_return): New test toggling off 'catch
15206 syscall' to step over the syscall return, then toggling back on.
15207 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
15208 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
15209 (do_syscall_tests): Call test_catch_syscall_without_args and
15210 test_catch_syscall_mid_vfork.
15211 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
15212 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
15213
15214 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
15215
15216 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
15217 print g_vE): Add new pass patterns.
15218 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
15219 print various symbol names for vptr fields.
15220
15221 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
15222
15223 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
15224 results.
15225
15226 2015-10-12 Yao Qi <yao.qi@linaro.org>
15227
15228 * gdb.arch/disp-step-insn-reloc.exp: New test case.
15229
15230 2015-10-12 Yao Qi <yao.qi@linaro.org>
15231
15232 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
15233 is aarch64*-*-linux*.
15234
15235 2015-10-12 Yao Qi <yao.qi@linaro.org>
15236
15237 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
15238 (can_relocate_bcond_true): ... it.
15239 (can_relocate_bcond_false): New function.
15240 (foo): Likewise.
15241 (can_relocate_bl): Likewise.
15242 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
15243 can_relocate_bl.
15244
15245 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
15246
15247 * gdb.base/nested-addr.c: New file.
15248 * gdb.base/nested-addr.exp: New testcase.
15249
15250 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
15251
15252 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
15253 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
15254 its output. Ignore the output of "record goto begin" and instead
15255 check that GDB is replaying.
15256
15257 2015-10-09 Pedro Alves <palves@redhat.com>
15258
15259 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
15260 (top level): Use it in the run with no args test.
15261
15262 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
15263
15264 * gdb.dlang/properties.exp: New file.
15265
15266 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
15267
15268 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
15269 whether or not address 0x1000 is mapped on the target.
15270
15271 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
15272
15273 * gdb.python/py-type.exp: Do not run tests if binaries fail to
15274 build.
15275
15276 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
15277
15278 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
15279 instruction-history test.
15280
15281 2015-09-28 Doug Evans <dje@google.com>
15282
15283 * gdb.base/gcore.c (array_func): Add reference to static_array.
15284
15285 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
15286
15287 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
15288 source line.
15289
15290 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
15291
15292 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
15293 short or char as base type.
15294
15295 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
15296
15297 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
15298 to allow any size enum.
15299
15300 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
15301
15302 * gdb.ada/array_ptr_renaming.exp: New testcase.
15303 * gdb.ada/array_ptr_renaming/foo.adb: New file.
15304 * gdb.ada/array_ptr_renaming/pack.ads: New file.
15305
15306 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15307
15308 * gdb.trace/ftrace-lock.c: New file.
15309 * gdb.trace/ftrace-lock.exp: New file.
15310
15311 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15312
15313 * gdb.arch/insn-reloc.c: New file.
15314 * gdb.arch/ftrace-insn-reloc.exp: New file.
15315
15316 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15317
15318 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
15319 instruction.
15320 * gdb.trace/pendshr1.c (pendfunc): Likewise.
15321 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
15322 * gdb.trace/range-stepping.c: Likewise.
15323 * gdb.trace/trace-break.c: Likewise.
15324 * gdb.trace/trace-mt.c (thread_function): Likewise.
15325 * gdb.trace/ftrace.c (marker): Likewise.
15326 * gdb.trace/trace-condition.c (marker): Likewise.
15327 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
15328 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
15329 is_aarch64_target.
15330
15331 2015-09-18 Doug Evans <xdje42@gmail.com>
15332
15333 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
15334 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
15335
15336 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15337
15338 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
15339 the breakpoint.
15340
15341 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15342
15343 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
15344 the pending breakpoint. Remove timeout override for "Run till
15345 MI pending breakpoint on pendfunc3 on thread 2" test.
15346
15347 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15348
15349 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
15350 filename pattern.
15351
15352 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15353
15354 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
15355 in breakpoint filename pattern.
15356
15357 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15358
15359 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
15360
15361 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15362
15363 * gdb.linespec/explicit.exp: Check for readline support for
15364 tab-completion tests. Fix obvious typo.
15365
15366 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
15367
15368 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
15369 and replay.
15370
15371 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
15372
15373 * gdb.btrace/non-stop.c: New.
15374 * gdb.btrace/non-stop.exp: New.
15375
15376 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
15377 Yao Qi <yao.qi@linaro.org>
15378
15379 * gdb.trace/trace-condition.c: New file.
15380 * gdb.trace/trace-condition.exp: New file.
15381
15382 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
15383
15384 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
15385 for testing bytecode compilation.
15386
15387 2015-09-16 Pedro Alves <palves@redhat.com>
15388 Sandra Loosemore <sandra@codesourcery.com>
15389
15390 * gdb.threads/non-stop-fair-events.c (timeout): New global.
15391 (SECONDS): Redefine.
15392 (main): Call pthread_kill and alarm early.
15393 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
15394 support.
15395 (test): If the target can't hardware step and doesn't support
15396 displaced stepping, increase the timeout.
15397
15398 2015-09-16 Pedro Alves <palves@redhat.com>
15399
15400 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
15401 (enable_debug): New procedures.
15402 (test): Use them. Bail out if waiting for threads fails.
15403 (top level): Bail out if a test fails.
15404
15405 2015-09-16 Yao Qi <yao.qi@linaro.org>
15406
15407 * gdb.asm/asm-source.exp: Set asm-arch for
15408 aarch64*-*-* target.
15409 * gdb.asm/aarch64.inc: New file.
15410
15411 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
15412
15413 * gdb.ada/array_of_variable_length.exp: New testcase.
15414 * gdb.ada/array_of_variable_length/foo.adb: New file.
15415 * gdb.ada/array_of_variable_length/pck.adb: New file.
15416 * gdb.ada/array_of_variable_length/pck.ads: New file.
15417
15418 2015-09-15 Doug Evans <dje@google.com>
15419
15420 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
15421 of function static local variable.
15422
15423 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15424
15425 * gdb.threads/tls-so_extern.exp: New test file.
15426 * gdb.threads/tls-so_extern.c: New test file.
15427 * gdb.threads/tls-so_extern_main.c: New test file.
15428
15429 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15430
15431 * gdb.opt/solib-intra-step-lib.c: New file.
15432 * gdb.opt/solib-intra-step-main.c: New file.
15433 * gdb.opt/solib-intra-step.exp: New file.
15434
15435 2015-09-15 Pedro Alves <palves@redhat.com>
15436
15437 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
15438 gdb_continue_to_breakpoint instead of gdb_test_multiple.
15439
15440 2015-09-14 Pedro Alves <palves@redhat.com>
15441
15442 * gdb.base/hook-stop-continue.c: Delete.
15443 * gdb.base/hook-stop-continue.exp: Delete.
15444 * gdb.base/hook-stop-frame.c: Delete.
15445 * gdb.base/hook-stop-frame.exp: Delete.
15446 * gdb.base/hook-stop.c: New file.
15447 * gdb.base/hook-stop.exp: New file.
15448
15449 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
15450
15451 * gdb.ada/access_to_packed_array.exp: New testcase.
15452 * gdb.ada/access_to_packed_array/foo.adb: New file.
15453 * gdb.ada/access_to_packed_array/pack.adb: New file.
15454 * gdb.ada/access_to_packed_array/pack.ads: New file.
15455
15456 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
15457
15458 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
15459 buffer size test.
15460
15461 2015-09-11 Don Breazeal <donb@codesourcery.com>
15462
15463 * gdb.base/foll-exec.c: Add copyright header. Fix
15464 formatting issues.
15465 * gdb.base/foll-exec.exp (zap_session): Delete proc.
15466 (do_exec_tests): Use clean_restart in place of zap_session,
15467 and for test initialization. Fix formatting issues. Use
15468 fail in place of perror.
15469 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
15470 an expect statement to match an expression with output from
15471 the program under debug.
15472 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
15473 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
15474 * gdb.threads/non-ldr-exc-2.exp: Likewise.
15475 * gdb.threads/non-ldr-exc-3.exp: Likewise.
15476 * gdb.threads/non-ldr-exc-4.exp: Likewise.
15477
15478 2015-09-09 Doug Evans <dje@google.com>
15479
15480 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
15481
15482 2015-09-09 Doug Evans <dje@google.com>
15483
15484 * gdb.base/pie-execl.exp: Fix result test of build_executable.
15485
15486 2015-09-09 Doug Evans <dje@google.com>
15487
15488 * gdb.base/savedregs.exp: Fix typo.
15489
15490 2015-09-09 Pedro Alves <palves@redhat.com>
15491
15492 * gdb.mi/mi-cli.exp: Add CLI finish tests.
15493
15494 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
15495
15496 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
15497 command actually switches threads. Give up on remaining
15498 tests if target fails to stop at breakpoint.
15499
15500 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
15501
15502 * gdb.ada/funcall_char.exp: New testcase.
15503 * gdb.ada/funcall_char/foo.adb: New file.
15504
15505 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
15506
15507 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
15508 expected outputs. Add two testcases for completing ambiguous
15509 functions.
15510 * gdb.ada/complete/aux_pck.adb: New file.
15511 * gdb.ada/complete/aux_pck.ads: New file.
15512 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
15513 Ambiguous_Func functions.
15514 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
15515 * gdb.ada/complete/pck.adb: Likewise.
15516
15517 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
15518
15519 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
15520 failures to run the test program under GDB.
15521
15522 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
15523
15524 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
15525 to C.
15526
15527 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
15528
15529 * gdb.base/run-after-attach.exp: New test file.
15530 * gdb.base/run-after-attach.c: New test file.
15531
15532 2015-08-26 Don Breazeal <donb@codesourcery.com>
15533
15534 * gdb.base/foll-exec-2.c: New test program.
15535 * gdb.base/foll-exec-2.exp: New test.
15536
15537 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
15538
15539 * gdb.base/nested-subp1.exp: New file.
15540 * gdb.base/nested-subp1.c: New file.
15541 * gdb.base/nested-subp2.exp: New file.
15542 * gdb.base/nested-subp2.c: New file.
15543 * gdb.base/nested-subp3.exp: New file.
15544 * gdb.base/nested-subp3.c: New file.
15545
15546 2015-08-24 Pedro Alves <palves@redhat.com>
15547
15548 * gdb.server/connect-without-multi-process.c: New file.
15549 * gdb.server/connect-without-multi-process.exp: New file.
15550
15551 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
15552
15553 * gdb.opt/inline-markers.c: Make z int.
15554
15555 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
15556
15557 * gdb.opt/inline-markers.c: Make z volatile.
15558
15559 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
15560
15561 * gdb.opt/inline-bt.c: New volatile global z.
15562 * gdb.opt/inline-cmds.c: Likewise.
15563 * gdb.opt/inline-locals.c: Likewise.
15564 * gdb.opt/inline-markers.c: New extern global z.
15565 (marker): Use z.
15566 (inline_fn): Likewise.
15567
15568 2015-08-24 Pedro Alves <palves@redhat.com>
15569
15570 * config/m32r-stub.exp: Remove file.
15571 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
15572 * gdb.base/call-rt-st.exp: Likewise.
15573 * gdb.base/call-strs.exp: Likewise.
15574 * gdb.base/default.exp: Remove references to h8300-*-hms and
15575 *-*-udi*.
15576 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
15577
15578 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15579
15580 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
15581 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
15582 and "return" use KFAIL when GDB can not read/write the vector
15583 return value.
15584
15585 2015-08-21 Gary Benson <gbenson@redhat.com>
15586
15587 * gdb.trace/pending.exp: Cope with remote transfer warnings.
15588
15589 2015-08-20 Pedro Alves <palves@redhat.com>
15590
15591 * gdb.server/solib-list.exp: No longer expect an interior stop in
15592 non-stop mode.
15593
15594 2015-08-20 Pedro Alves <palves@redhat.com>
15595
15596 * gdb.server/connect-stopped-target.c: New file.
15597 * gdb.server/connect-stopped-target.exp: New file.
15598
15599 2015-08-20 Pedro Alves <palves@redhat.com>
15600
15601 * gdb.dwarf2/comp-unit-lang.exp: New file.
15602 * gdb.dwarf2/comp-unit-lang.c: New file.
15603
15604 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
15605
15606 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
15607 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
15608
15609 2015-08-19 Kevin Buettner <kevinb@redhat.com>
15610
15611 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
15612 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
15613
15614 2015-08-18 Doug Evans <dje@google.com>
15615 Adrian Sendroiu <adrian.sendroiu@freescale.com>
15616
15617 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
15618 skip_python_tests. New arg prompt_regexp.
15619 (skip_python_tests): New function.
15620 * lib/mi-support.exp (mi_skip_python_tests): New function.
15621 * gdb.python/py-mi-objfile-gdb.py: New file.
15622 * gdb.python/py-mi-objfile.c: New file.
15623 * gdb.python/py-mi-objfile.exp: New file.
15624
15625 2015-08-17 Keith Seitz <keiths@redhat.com>
15626
15627 * gdb.linespec/explicit.exp: Move strace test from here ...
15628 * gdb.trace/strace.exp: ... to here.
15629
15630 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
15631
15632 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
15633 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
15634
15635 2015-08-14 Doug Evans <xdje42@gmail.com>
15636
15637 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
15638 inferior before selecting a new file.
15639
15640 2015-08-14 Doug Evans <xdje42@gmail.com>
15641
15642 * gdb.mi/mi-disassemble.exp: Update.
15643 * gdb.base/disasm-optim.S: New file.
15644 * gdb.base/disasm-optim.c: New file.
15645 * gdb.base/disasm-optim.h: New file.
15646 * gdb.base/disasm-optim.exp: New file.
15647
15648 2015-08-14 Keith Seitz <keiths@redhat.com>
15649
15650 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
15651 "evaluated-by".
15652
15653 2015-08-13 Joel Brobecker <brobecker@adacore.com>
15654
15655 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
15656
15657 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
15658
15659 * gdb.ada/fun_renaming.exp: New testcase.
15660 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
15661 * gdb.ada/fun_renaming/pack.adb: New file.
15662 * gdb.ada/fun_renaming/pack.ads: New file.
15663
15664 2015-08-12 Keith Seitz <keiths@redhat.com>
15665
15666 * gdb.base/dso2dso.exp: Pass basename of source file in call to
15667 gdb_get_line_number.
15668
15669 2015-08-12 Joel Brobecker <brobecker@adacore.com>
15670
15671 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
15672 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
15673 gdb.base/dso2dso.exp: New files.
15674
15675 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
15676 Pedro Alves <palves@redhat.com>
15677 Keith Seitz <keiths@redhat.com>
15678
15679 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
15680 GDBFLAGS.
15681
15682 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
15683
15684 * gdb.base/gdbhistsize-history.exp
15685 (test_histsize_history_setting): Use save_vars.
15686 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15687 Use save_vars.
15688 (test_no_truncation_of_unlimited_history_file): Use save_vars.
15689 * gdb.base/readline.exp: Use save_vars.
15690
15691 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
15692
15693 * lib/gdb.exp (save_vars): New proc.
15694
15695 2015-08-11 Keith Seitz <keiths@redhat.com>
15696
15697 * gdb.base/help.exp: Update help_breakpoint_text.
15698
15699 2015-08-11 Keith Seitz <keiths@redhat.com>
15700
15701 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
15702 (at toplevel): Call test_explicit_breakpoints.
15703 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
15704 breakpoints.
15705 * lib/mi-support.exp (mi_make_breakpoint): Add support for
15706 breakpoint conditions, "-cond".
15707
15708 2015-08-11 Keith Seitz <keiths@redhat.com>
15709
15710 * gdb.linespec/3explicit.c: New file.
15711 * gdb.linespec/cpexplicit.cc: New file.
15712 * gdb.linespec/cpexplicit.exp: New file.
15713 * gdb.linespec/explicit.c: New file.
15714 * gdb.linespec/explicit.exp: New file.
15715 * gdb.linespec/explicit2.c: New file.
15716 * gdb.linespec/ls-errs.exp: Add explicit location tests.
15717 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
15718 before using in the matching pattern.
15719 Clarify that `prefix' is a regular expression.
15720
15721 2015-08-11 Keith Seitz <keiths@redhat.com>
15722
15723 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
15724 test.
15725 Add tests for missing ",FMT" and ",".
15726
15727 2015-08-10 Doug Evans <dje@google.com>
15728 Keith Seitz <keiths@redhat.com>
15729
15730 PR gdb/17960
15731 * gdb.base/completion.exp: Add location completer tests.
15732
15733 2015-08-07 Pedro Alves <palves@redhat.com>
15734
15735 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
15736 tests here.
15737 (top level): Run do_test with and without displaced stepping.
15738
15739 2015-08-07 Pedro Alves <palves@redhat.com>
15740
15741 * gdb.base/valgrind-disp-step.c: New file.
15742 * gdb.base/valgrind-disp-step.exp: New file.
15743
15744 2015-08-07 Pedro Alves <palves@redhat.com>
15745
15746 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
15747 Delete function.
15748 (main): Add alarm. Run an infinite loop instead of calling
15749 wait_threads.
15750 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
15751 comment.
15752 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
15753 Delete function.
15754 (main): Add alarm. Run an infinite loop instead of calling
15755 wait_threads.
15756 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
15757 comment.
15758
15759 2015-08-07 Pedro Alves <palves@redhat.com>
15760
15761 * gdb.base/checkpoint-ns.exp: New file.
15762 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
15763 standard_testfile.
15764
15765 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
15766
15767 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
15768 * gdb.btrace/instruction_history.exp: Update.
15769 * gdb.btrace/tsx.exp: New.
15770 * gdb.btrace/tsx.c: New.
15771
15772 2015-08-06 Pedro Alves <palves@redhat.com>
15773
15774 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
15775 increase timeout.
15776 * gdb.reverse/until-precsave.exp: Bump timeouts.
15777
15778 2015-08-06 Pedro Alves <palves@redhat.com>
15779
15780 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
15781
15782 2015-08-06 Pedro Alves <palves@redhat.com>
15783
15784 PR gdb/18749
15785 * gdb.threads/process-dies-while-handling-bp.c: New file.
15786 * gdb.threads/process-dies-while-handling-bp.exp: New file.
15787
15788 2015-08-06 Pedro Alves <palves@redhat.com>
15789
15790 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
15791 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
15792
15793 2015-08-05 Pedro Alves <palves@redhat.com>
15794
15795 * gdb.threads/next-while-other-thread-longjmps.c: New file.
15796 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
15797
15798 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
15799
15800 * gdb.base/bp-permanent.exp: Report test as unsupported if
15801 the target cannot stop at the permanent breakpoint.
15802
15803 2015-08-03 Doug Evans <dje@google.com>
15804
15805 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
15806 10000.
15807
15808 2015-08-03 Doug Evans <dje@google.com>
15809
15810 * Makefile.in (workers/%.worker, build-perf): New rule.
15811 (GDB_PERFTEST_MODE): New variable.
15812 (check-perf): Use it.
15813 (clean): Clean up gdb.perf parallel build subdirs.
15814 * lib/build-piece.exp: New file.
15815 * lib/gdb.exp (make_gdb_parallel_path): New function
15816 (standard_output_file, standard_temp_file): Call it.
15817 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15818 of $GDB_PARALLEL.
15819 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
15820
15821 2015-08-03 Doug Evans <dje@google.com>
15822
15823 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
15824 (LOG_FILE_NAME): New global.
15825 (TextReporter.__init__): Initialize self.txt_sum.
15826 (TextReporter.report): Add support for multiple data-points.
15827 Move report to perftest.sum, put raw data in perftest.log.
15828 (TextReporter.start): Open sum and log files.
15829 (TextReporter.end): Close sum and log files.
15830 * gdb.perf/lib/perftest/testresult.py
15831 (SingleStatisticTestResult.record): Handle multiple data-points.
15832
15833 2015-07-31 Pedro Alves <palves@redhat.com>
15834
15835 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
15836 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15837 kill_wait_spawned_process instead of explicit "kill -9".
15838 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
15839 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15840 kill_wait_spawned_process.
15841 * gdb.base/attach-twice.exp: Likewise.
15842 * gdb.base/attach.exp: Likewise.
15843 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
15844 gdb_test_multiple.
15845 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
15846 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15847 kill_wait_spawned_process.
15848 * gdb.base/valgrind-infcall.exp: Likewise.
15849 * gdb.multi/multi-attach.exp: Likewise.
15850 * gdb.python/py-prompt.exp: Likewise.
15851 * gdb.python/py-sync-interp.exp: Likewise.
15852 * gdb.server/ext-attach.exp: Likewise.
15853 * gdb.threads/attach-into-signal.exp (corefunc): Use
15854 spawn_wait_for_attach, spawn_id_get_pid and
15855 kill_wait_spawned_process.
15856 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
15857 spawn_wait_for_attach returning a spawn id instead of a pid. Use
15858 spawn_id_get_pid and kill_wait_spawned_process.
15859 * gdb.threads/attach-stopped.exp (corefunc): Use
15860 spawn_wait_for_attach, spawn_id_get_pid and
15861 kill_wait_spawned_process.
15862 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
15863 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15864 kill_wait_spawned_process instead of explicit "kill -9".
15865 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
15866 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
15867 (spawn_wait_for_attach): Use spawn instead of exec to spawn
15868 processes. Don't map cygwin/windows pids here. Now returns a
15869 spawn id list.
15870
15871 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15872
15873 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
15874 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
15875 correct patch.
15876
15877 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15878
15879 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
15880
15881 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15882
15883 Reapply:
15884 2014-05-21 Mark Wielaard <mjw@redhat.com>
15885
15886 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15887
15888 2015-07-30 Pedro Alves <palves@redhat.com>
15889
15890 * linux-low.c (handle_extended_wait): Set the child's last
15891 reported status to TARGET_WAITKIND_STOPPED.
15892
15893 2015-07-30 Pedro Alves <palves@redhat.com>
15894
15895 PR threads/18600
15896 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
15897 only shows inferior 1.
15898
15899 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
15900 Pedro Alves <palves@redhat.com>
15901
15902 PR threads/18600
15903 * gdb.threads/fork-plus-threads.c: New file.
15904 * gdb.threads/fork-plus-threads.exp: New file.
15905
15906 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15907
15908 * gdb.base/batch-preserve-term-settings.exp
15909 (test_terminal_settings_preserved_after_cli_exit): Use
15910 send_quit_command.
15911
15912 2015-07-29 Pedro Alves <palves@redhat.com>
15913 Don Breazeal <donb@codesourcery.com>
15914
15915 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
15916 output from both inferior_spawn_id and gdb_spawn_id.
15917
15918 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15919
15920 * gdb.threads/attach-into-signal.exp (corefunc): Use
15921 with_test_prefix on nested loops, uniquefying the test messages.
15922
15923 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15924
15925 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
15926 commit.
15927
15928 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15929
15930 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
15931 New proc.
15932 (test_terminal_settings_preserved_after_sigterm): New test.
15933
15934 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15935
15936 * gdb.base/batch-preserve-term-settings.exp
15937 (test_terminal_settings_preserved_after_cli_exit): New test.
15938
15939 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15940
15941 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
15942 manipulation of saved_gdbflags.
15943 (test_terminal_settings_preserved): Remove global declaration of
15944 the unused variable pagination_prompt. Remove manipulation of
15945 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
15946 GDBFLAGS.
15947
15948 2015-07-29 Pedro Alves <palves@redhat.com>
15949
15950 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
15951
15952 2015-07-29 Pedro Alves <palves@redhat.com>
15953
15954 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
15955 at the top.
15956
15957 2015-07-29 Pedro Alves <palves@redhat.com>
15958
15959 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
15960 (main): Call gdb_unbuffer_output.
15961 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
15962 (main): Call gdb_unbuffer_output.
15963 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
15964 (main): Call gdb_unbuffer_output.
15965 * gdb.base/call-strs.exp: Adjust to step over the
15966 gdb_unbuffer_output call.
15967 * gdb.base/catch-gdb-caused-signals.c: Include
15968 "../lib/unbuffer_output.c".
15969 (main): Call gdb_unbuffer_output.
15970 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
15971 (main): Call gdb_unbuffer_output.
15972 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
15973 (main): Call gdb_unbuffer_output.
15974 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
15975 (main): Call gdb_unbuffer_output.
15976 * gdb.base/shlib-call.exp: Adjust to step over the
15977 gdb_unbuffer_output call.
15978 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
15979 (main): Call gdb_unbuffer_output.
15980 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
15981 (main): Call gdb_unbuffer_output.
15982 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
15983 (main): Rename to ...
15984 (test): ... this.
15985 (main): Reimplement.
15986 * gdb.base/varargs.exp: Run to test instead of to main.
15987 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15988 (main): Call gdb_unbuffer_output.
15989
15990 2015-07-29 Pedro Alves <palves@redhat.com>
15991
15992 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
15993 factore out from mi_continue_dprintf. For call-style dprintfs,
15994 expect dprintf output out of $inferior_spawn_id.
15995 (mi_continue_dprintf): Use mi_expect_dprintf.
15996 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15997 (main): Call gdb_unbuffer_output.
15998
15999 2015-07-29 Pedro Alves <palves@redhat.com>
16000
16001 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
16002 (default_mi_gdb_start): Set inferior_spawn_id instead of
16003 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
16004 gdb_spawn_id.
16005 (mi_gdb_test): Always expect inferior output from both
16006 $inferior_spawn_id and $gdb_spawn_id.
16007
16008 2015-07-29 Pedro Alves <palves@redhat.com>
16009
16010 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
16011 send_inferior and $inferior_spawn_id.
16012
16013 2015-07-29 Pedro Alves <palves@redhat.com>
16014
16015 * gdb.gdb/complaints.exp (test_initial_complaints)
16016 (test_serial_complaints, test_short_complaints): Use
16017 gdb_test_stdio.
16018 (test_empty_complaint): Handle $inferior_spawn_id !=
16019 $gdb_spawn_id.
16020
16021 2015-07-29 Pedro Alves <palves@redhat.com>
16022
16023 * gdb.base/varargs.exp: Use gdb_test_stdio.
16024
16025 2015-07-29 Pedro Alves <palves@redhat.com>
16026
16027 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
16028
16029 2015-07-29 Pedro Alves <palves@redhat.com>
16030
16031 * gdb.base/ending-run.exp: Use gdb_test_stdio.
16032
16033 2015-07-29 Pedro Alves <palves@redhat.com>
16034
16035 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
16036 parameter into two new parameters, "inf_result" and "gdb_result".
16037 Expect inferior output and gdb output from $inferior_spawn_id and
16038 $gdb_spawn_id, respectively. Adjust all callers.
16039
16040 2015-07-29 Pedro Alves <palves@redhat.com>
16041
16042 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
16043 of gdb_test_sequence.
16044
16045 2015-07-29 Pedro Alves <palves@redhat.com>
16046
16047 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
16048 (saw_spurious_output): Expect inferior output from
16049 $inferior_spawn_id. Use gdb_test_stdio.
16050
16051 2015-07-29 Pedro Alves <palves@redhat.com>
16052
16053 * gdb.base/dprintf.exp: Use standard_testfile. Change
16054 prepare_for_testing call.
16055 (srcfile): Don't set.
16056 (restart): New procedure.
16057 (test_dprintf): New procecure, use to continue over dprintfs.
16058 (test_call, test_agent): New procedures, tests moved here.
16059 Restart gdb and recreate dprintfs. Adjust expected output.
16060
16061 2015-07-29 Pedro Alves <palves@redhat.com>
16062
16063 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
16064
16065 2015-07-29 Pedro Alves <palves@redhat.com>
16066
16067 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
16068
16069 2015-07-29 Pedro Alves <palves@redhat.com>
16070
16071 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
16072 gdb_test_stdio.
16073
16074 2015-07-29 Pedro Alves <palves@redhat.com>
16075
16076 * lib/gdb.exp (gdb_test_stdio): New procedure.
16077
16078 2015-07-29 Pedro Alves <palves@redhat.com>
16079
16080 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
16081
16082 2015-07-29 Pedro Alves <palves@redhat.com>
16083
16084 * gdb.base/call-signal-resume.exp: Remove check for
16085 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
16086 * gdb.base/unwindonsignal.exp: Likewise.
16087 * gdb.base/call-signals.c (gen_signal): Remove printf call.
16088 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
16089
16090 2015-07-29 Pedro Alves <palves@redhat.com>
16091
16092 * gdb.base/siginfo-addr.c (pass): New function.
16093 (handler): Call it iff si_addr is correct.
16094 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
16095 Set a breakpoint at "pass" and continue to it.
16096
16097 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
16098
16099 * gdb.python/py-objfile.exp: Make some tests have unique names.
16100 * gdb.python/py-pp-registration.exp: Likewise.
16101
16102 2015-07-28 Pedro Alves <palves@redhat.com>
16103
16104 * gdb.server/server-exec-info.exp: Issue a "disconnect".
16105
16106 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
16107
16108 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
16109
16110 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
16111
16112 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
16113
16114 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
16115
16116 * gdb.base/gdb-sigterm-2.exp: New test.
16117
16118 2015-07-25 Doug Evans <xdje42@gmail.com>
16119
16120 Revert:
16121 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
16122 (workers/%.worker, build-perf): New rule.
16123 (GDB_PERFTEST_MODE): New variable.
16124 (check-perf): Use it.
16125 (clean): Clean up gdb.perf parallel build subdirs.
16126 * lib/build-piece.exp: New file.
16127 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
16128 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
16129 name.
16130 (standard_temp_file): Ditto.
16131 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
16132 of $GDB_PARALLEL.
16133
16134 2015-07-24 Doug Evans <dje@google.com>
16135
16136 * gdb.perf/lib/perftest/utils.py: New file.
16137 * gdb.perf/gm-hello.cc: New file.
16138 * gdb.perf/gm-pervasive-typedef.cc: New file.
16139 * gdb.perf/gm-pervasive-typedef.h: New file.
16140 * gdb.perf/gm-std.cc: New file.
16141 * gdb.perf/gm-std.h: New file.
16142 * gdb.perf/gm-use-cerr.cc: New file.
16143 * gdb.perf/gm-utils.h: New file.
16144 * gdb.perf/gmonster-null-lookup.py: New file.
16145 * gdb.perf/gmonster-pervasive-typedef.py: New file.
16146 * gdb.perf/gmonster-print-cerr.py: New file.
16147 * gdb.perf/gmonster-ptype-string.py: New file.
16148 * gdb.perf/gmonster-runto-main.py: New file.
16149 * gdb.perf/gmonster-select-file.py: New file.
16150 * gdb.perf/gmonster1-null-lookup.exp: New file.
16151 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
16152 * gdb.perf/gmonster1-print-cerr.exp: New file.
16153 * gdb.perf/gmonster1-ptype-string.exp: New file.
16154 * gdb.perf/gmonster1-runto-main.exp: New file.
16155 * gdb.perf/gmonster1-select-file.exp: New file.
16156 * gdb.perf/gmonster1.cc: New file.
16157 * gdb.perf/gmonster1.exp: New file.
16158 * gdb.perf/gmonster2-null-lookup.exp: New file.
16159 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
16160 * gdb.perf/gmonster2-print-cerr.exp: New file.
16161 * gdb.perf/gmonster2-ptype-string.exp: New file.
16162 * gdb.perf/gmonster2-runto-main.exp: New file.
16163 * gdb.perf/gmonster2-select-file.exp: New file.
16164 * gdb.perf/gmonster2.cc: New file.
16165 * gdb.perf/gmonster2.exp: New file.
16166
16167 2015-07-24 Doug Evans <dje@google.com>
16168
16169 * gdb.perf/README: New file.
16170 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
16171 * lib/gen-perf-test.exp: New file.
16172
16173 2015-07-24 Doug Evans <dje@google.com>
16174
16175 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
16176 (PerfTest::startup): New function.
16177 (PerfTest::run): Return result of calling body.
16178 (PerfTest::assemble): Rewrite.
16179 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
16180 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
16181 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
16182 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
16183 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
16184
16185 2015-07-24 Doug Evans <dje@google.com>
16186
16187 * lib/gdb.exp (clean_restart): Make executable optional.
16188
16189 2015-07-24 Doug Evans <dje@google.com>
16190
16191 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
16192 compiler_info references.
16193 * gdb.cp/temargs.exp: Ditto.
16194 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
16195 (get_compiler_info): Early exit if already computed. Set compiler_info
16196 to "unknown" if there was a problem.
16197 (test_compiler_info): Add function comment. Call get_compiler_info.
16198
16199 2015-07-24 Doug Evans <dje@google.com>
16200
16201 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
16202 (workers/%.worker, build-perf): New rule.
16203 (GDB_PERFTEST_MODE): New variable.
16204 (check-perf): Use it.
16205 (clean): Clean up gdb.perf parallel build subdirs.
16206 * lib/build-piece.exp: New file.
16207 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
16208 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
16209 name.
16210 (standard_temp_file): Ditto.
16211 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
16212 of $GDB_PARALLEL.
16213
16214 2015-07-24 Doug Evans <dje@google.com>
16215
16216 * lib/future.exp (gdb_default_target_compile): New option
16217 "early_flags".
16218 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
16219 --as-needed.
16220
16221 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
16222
16223 * gdb.base/catch-syscall.exp: Call gdb_exit before
16224 gdb_skip_xml_test.
16225
16226 2015-07-24 Pedro Alves <palves@redhat.com>
16227
16228 * gdb.python/py-events.exp: Accept output between the stop event
16229 and the prompt.
16230 * gdb.python/py-evsignal.exp: Likewise.
16231 * gdb.python/py-evthreads.exp: Likewise.
16232
16233 2015-07-24 Pedro Alves <palves@redhat.com>
16234
16235 PR gdb/18717
16236 * gdb.threads/non-ldr-exit.c: New file.
16237 * gdb.threads/non-ldr-exit.exp: New file.
16238
16239 2015-07-24 Yao Qi <yao.qi@linaro.org>
16240
16241 * gdb.server/ext-wrapper.exp: Test --wrapper option when
16242 restarting process.
16243
16244 2015-07-24 Yao Qi <yao.qi@linaro.org>
16245
16246 * gdb.server/ext-restart.exp: New file.
16247
16248 2015-07-24 Yao Qi <yao.qi@linaro.org>
16249
16250 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
16251 argument options.
16252 * gdb.server/ext-wrapper.exp: New file.
16253
16254 2015-07-23 Doug Evans <dje@google.com>
16255
16256 * gdb.dwarf2/dw2-dummy-cu.S: New file.
16257 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
16258
16259 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
16260
16261 * gdb.ada/var_arr_typedef.exp: New testcase.
16262 * gdb.ada/var_arr_typedef/pack.adb: New file.
16263 * gdb.ada/var_arr_typedef/pack.ads: New file.
16264 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
16265
16266 2015-07-20 Joel Brobecker <brobecker@adacore.com>
16267
16268 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
16269
16270 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16271
16272 * gdb.arch/i386-biarch-core.exp: Replace istarget
16273 by "complete set gnutarget". Remove expectation for the "core-file"
16274 command.
16275
16276 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16277
16278 Revert the previous commit:
16279 Tests for validate symbol file using build-id.
16280
16281 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
16282
16283 Tests for validate symbol file using build-id.
16284 * gdb.base/solib-mismatch-lib.c: New file.
16285 * gdb.base/solib-mismatch-libmod.c: New file.
16286 * gdb.base/solib-mismatch.c: New file.
16287 * gdb.base/solib-mismatch.exp: New file.
16288
16289 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
16290
16291 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
16292 nios2-*-linux*.
16293 * gdb.base/sigbpt.exp (stepi_out): Likewise.
16294 * gdb.base/siginfo.exp: Likewise.
16295 * gdb.base/sigstep.exp (advance, advancei): Likewise.
16296
16297 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
16298
16299 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
16300 Move it to ...
16301 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
16302 ... here.
16303 * gdb.trace/range-stepping.exp: Check that the target supports
16304 range stepping.
16305
16306 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16307
16308 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
16309
16310 2015-07-14 Pedro Alves <palves@redhat.com>
16311
16312 * gdb.base/killed-outside.exp: New file.
16313 * gdb.base/killed-outside.c: New file.
16314
16315 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16316
16317 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
16318 (n at main): New.
16319 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
16320
16321 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16322
16323 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
16324 infcall tests instead of setting up for KFAIL.
16325
16326 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
16327
16328 * gdb.btrace/record_goto-step.exp: New.
16329
16330 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16331
16332 PR compile/18484
16333 * gdb.compile/compile.c (struct struct_type): Add volatile to
16334 selffield's type.
16335 * gdb.compile/compile.exp
16336 (compile code struct_object.selffield = &struct_object): Skip further
16337 struct_object tests if this one xfails.
16338
16339 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
16340
16341 PR exp/18617
16342 * gdb.trace/ax.exp: Add test.
16343
16344 2015-07-07 Yao Qi <yao.qi@linaro.org>
16345
16346 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
16347 instead of istarget "aarch64*-*-*".
16348 * gdb.arch/aarch64-fp.exp: Likewise.
16349 * gdb.base/float.exp: Likewise.
16350 * gdb.reverse/aarch64.exp: Likewise.
16351 * lib/gdb.exp (is_aarch64_target): New proc.
16352
16353 2015-07-07 Yao Qi <yao.qi@linaro.org>
16354
16355 * lib/gdb.exp (is_aarch32_target): New proc.
16356 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
16357 instead of "istarget "arm*-*-*"".
16358 * gdb.arch/arm-disp-step.exp: Likewise.
16359 * gdb.arch/thumb-bx-pc.exp: Likewise.
16360 * gdb.arch/thumb-prologue.exp: Likewise.
16361 * gdb.arch/thumb-singlestep.exp: Likewise.
16362 * gdb.base/disp-step-syscall.exp: Likewise.
16363 * gdb.base/float.exp: Likewise.
16364
16365 2015-07-07 Yao Qi <yao.qi@linaro.org>
16366
16367 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
16368 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
16369
16370 2015-07-07 Yao Qi <yao.qi@linaro.org>
16371
16372 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
16373 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
16374 if it exists.
16375 * gdb.multi/multi-arch.exp: Likewise.
16376
16377 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
16378
16379 * gdb.python/py-lazy-string.exp: Add missing parentheses to
16380 print.
16381
16382 2015-07-07 Yao Qi <yao.qi@linaro.org>
16383
16384 * gdb.arch/thumb-singlestep.exp: Do one more single step.
16385
16386 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
16387
16388 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
16389 '[' and ']' characters.
16390
16391 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
16392
16393 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
16394
16395 2015-06-29 Pedro Alves <palves@redhat.com>
16396
16397 PR threads/18127
16398 * gdb.threads/hand-call-new-thread.c: New file.
16399 * gdb.threads/hand-call-new-thread.c: New file.
16400
16401 2015-06-26 Keith Seitz <keiths@redhat.com>
16402 Doug Evans <dje@google.com>
16403
16404 PR 16253
16405 * gdb.cp/var-tag-2.cc: New file.
16406 * gdb.cp/var-tag-3.cc: New file.
16407 * gdb.cp/var-tag-4.cc: New file.
16408 * gdb.cp/var-tag.cc: New file.
16409 * gdb.cp/var-tag.exp: New file.
16410
16411 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
16412
16413 * gdb.base/history-duplicates.exp: New test.
16414
16415 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
16416
16417 * gdb.base/completion.exp: Test the completion of the "focus"
16418 command.
16419
16420 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16421
16422 * gdb.arch/amd64-prologue-skip.S: New file.
16423 * gdb.arch/amd64-prologue-skip.exp: New file.
16424
16425 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
16426
16427 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
16428 is_address_zero_readable check.
16429
16430 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
16431
16432 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
16433 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
16434
16435 2015-06-24 Yao Qi <yao.qi@linaro.org>
16436
16437 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
16438 linux targets.
16439
16440 2015-06-24 Yao Qi <yao.qi@linaro.org>
16441
16442 * lib/gdb.exp (supports_get_siginfo_type): New proc.
16443 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
16444 * gdb.base/siginfo-thread.exp: Likewise.
16445
16446 2015-06-22 Yao Qi <yao.qi@linaro.org>
16447
16448 * boards/remote-gdbserver-on-localhost.exp: Add comments.
16449
16450 2015-06-22 Yao Qi <yao.qi@linaro.org>
16451
16452 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
16453 aarch64*-*-*.
16454 (skip_hw_watchpoint_tests): Likewise.
16455
16456 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
16457
16458 * gdb.base/gdbinit-history.exp: Test the interaction between
16459 setting GDBHISTSIZE and setting the history size via .gdbinit.
16460
16461 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16462
16463 PR gdb/16999
16464 * gdb.base/gdbhistsize-history.exp: New test.
16465
16466 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16467
16468 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
16469 with GDBHISTSIZE.
16470 * gdb.base/readline.exp: Likewise.
16471
16472 2015-06-17 Yao Qi <yao.qi@linaro.org>
16473
16474 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
16475 line.
16476
16477 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16478
16479 * gdb.base/gdbinit-history.exp: Add test case to check that
16480 an unlimited history file does not get truncated on exit.
16481
16482 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16483
16484 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
16485 (VECTOR): New macro. Use it...
16486 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
16487 ...for these typedefs.
16488 (int8, char1, int1, double1): New typedefs.
16489 (struct just_int2, struct two_int2): New structures.
16490 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
16491 (add_structvecs, add_singlevecs): New functions.
16492 (main): Call add_some_intvecs twice.
16493 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
16494 the compile and exit upon failure. Try compiling for the "native"
16495 architecture. Test inferior function calls with vector arguments
16496 and vector return value handling with "finish" and "return".
16497
16498 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
16499
16500 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
16501 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
16502 PE file.
16503 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
16504
16505 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
16506
16507 PR breakpoints/16465
16508 * gdb.mi/mi-dprintf-pending.c: New file.
16509 * gdb.mi/mi-dprintf-pending.exp: New test.
16510 * gdb.mi/mi-dprintf-pendshr.c: New file.
16511
16512 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16513 Mircea Gherzan <mircea.gherzan@intel.com>
16514
16515 * gdb.arch/i386-mpx-map.c: New file.
16516 * gdb.arch/i386-mpx-map.exp: New File.
16517
16518 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16519
16520 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
16521 * gdb.arch/i386-mpx.exp: Indentation fixed.
16522
16523 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16524
16525 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
16526 function and improved indentation.
16527 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
16528 gdb_test_multiple. Added additional tests to skip the test.
16529
16530 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16531
16532 * gdb.arch/i386-avx512.c: Change path in include file.
16533 * gdb.arch/i386-avx512.exp: Change include dir path
16534 compilation flag.
16535 * gdb.arch/i386-mpx.c: Change path in include file.
16536 * gdb.arch/i386-mpx.exp: Change include dir path compilation
16537 flag.
16538
16539 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
16540
16541 * gdb.compile/compile-print.exp (compile print *vararray@3)
16542 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
16543
16544 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16545
16546 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
16547 (do not keep jit in memory): ... this.
16548 (expect 5): Change it to ...
16549 (expect no 5): ... this.
16550
16551 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
16552
16553 PR gdb/15564
16554 * gdb.mi/mi-detach.exp: New file.
16555
16556 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
16557
16558 PR symtab/18392
16559 * gdb.arch/amd64-tailcall-self.S: New file.
16560 * gdb.arch/amd64-tailcall-self.c: New file.
16561 * gdb.arch/amd64-tailcall-self.exp: New file.
16562
16563 2015-05-28 Don Breazeal <donb@codesourcery.com>
16564
16565 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
16566 tests for remote targets by checking is_target_gdbserver.
16567
16568 2015-05-27 Doug Evans <dje@google.com>
16569
16570 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
16571 * gdb.dwarf2/opaque-type-lookup.c: New file.
16572 * gdb.dwarf2/opaque-type-lookup.exp: New file.
16573
16574 2015-05-26 Doug Evans <dje@google.com>
16575
16576 * gdb.cp/iostream.cc: New file.
16577 * gdb.cp/iostream.exp: New file.
16578
16579 2015-05-26 Doug Evans <dje@google.com>
16580
16581 * gdb.dwarf2/dw2-op-call.exp: Update.
16582 * gdb.dwarf2/dw4-sig-types.exp: Update.
16583 * gdb.dwarf2/implptr.exp: Update.
16584 * gdb.mi/mi-cmd-param-changed.exp: Update.
16585
16586 2015-05-26 Doug Evans <dje@google.com>
16587
16588 * gdb.python/py-lazy-string.c: New file.
16589 * gdb.python/py-lazy-string.exp: New file.
16590 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
16591 (main): Update. Add estring3.
16592 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
16593 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
16594
16595 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
16596 Yao Qi <yao.qi@linaro.org>
16597
16598 * gdb.reverse/aarch64.c: New.
16599 * gdb.reverse/aarch64.exp: New.
16600
16601 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
16602
16603 * lib/gdb.exp (supports_process_record): Return true for
16604 aarch64*-linux*.
16605 (supports_reverse): Likewise.
16606
16607 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
16608
16609 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
16610 Use with_test_prefix.
16611
16612 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
16613
16614 * gdb.base/completion.exp: Add test for completion of layout
16615 names.
16616
16617 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
16618
16619 * lib/gdb.exp (skip_tui_tests): New proc.
16620 * gdb.base/tui-layout.exp: Check skip_tui_tests.
16621
16622 2015-05-19 Pedro Alves <palves@redhat.com>
16623
16624 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
16625 Save the whole env array instead of just HOME. Unset HISTSIZE in
16626 the environment while testing. Restore whole environment
16627 afterwards.
16628
16629 2015-05-16 Doug Evans <xdje42@gmail.com>
16630
16631 * gdb.guile/scm-ports.c: New file.
16632 * gdb.guile/scm-ports.exp: Add memory port tests.
16633
16634 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16635
16636 * gdb.compile/compile-print.c: New file.
16637 * gdb.compile/compile-print.exp: New file.
16638
16639 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16640
16641 * gdb.compile/compile-ops.exp: Cast param to void.
16642 * gdb.compile/compile.exp: Complete type for _gdb_expr.
16643 (compile code struct_object.selffield = &struct_object): Add xfail.
16644
16645 2015-05-15 Joel Brobecker <brobecker@adacore.com>
16646
16647 * gdb.ada/arr_enum_with_gap: New testcase.
16648
16649 2015-05-15 Joel Brobecker <brobecker@adacore.com>
16650
16651 * gdb.ada/byte_packed_arr: New testcase.
16652
16653 2015-05-15 Joel Brobecker <brobecker@adacore.com>
16654
16655 * gdb.ada/pckd_neg: New testcase.
16656
16657 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
16658
16659 PR gdb/17820
16660 * gdb.base/gdbinit-history.exp: New test.
16661 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
16662 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
16663
16664 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
16665
16666 * gdb.python/py-xmethods.cc: Enhance test case.
16667 * gdb.python/py-xmethods.exp: New tests.
16668 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
16669 function.
16670 (B_indexoper): Likewise.
16671 (global_dm_list) : Add new xmethod worker functions.
16672
16673 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
16674
16675 * gdb.base/coredump-filter.exp: Correctly unset
16676 "coredump_var_addr" array.
16677
16678 2015-05-08 Pedro Alves <palves@redhat.com>
16679
16680 * gdb.server/non-existing-program.exp: Unset spawn_id.
16681
16682 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
16683
16684 PR python/18291
16685 * gdb.python/py-xmethods.exp: Add tests.
16686
16687 2015-05-08 Yao Qi <yao.qi@linaro.org>
16688
16689 PR gdb/18208
16690 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
16691 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
16692 function set_coredump_filter, and remove remote_exec call.
16693 Remove argument ipid. Callers update.
16694 (top level): Don't get inferior's PID.
16695
16696 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
16697
16698 * gdb.base/watch_thread_num.exp: Skip test on targets without
16699 access watchpoints.
16700
16701 2015-05-06 Pedro Alves <palves@redhat.com>
16702
16703 PR server/18081
16704 * gdb.server/non-existing-program.exp: New file.
16705
16706 2015-05-05 Joel Brobecker <brobecker@adacore.com>
16707
16708 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
16709
16710 2015-05-05 Joel Brobecker <brobecker@adacore.com>
16711
16712 * gdb.ada/out_of_line_in_inlined: New testcase.
16713
16714 2015-05-05 Joel Brobecker <brobecker@adacore.com>
16715
16716 * gdb.ada/var_rec_arr: New testcase.
16717
16718 2015-04-30 Yao Qi <yao.qi@linaro.org>
16719
16720 * gdb.base/break-idempotent.exp: If
16721 skip_hw_watchpoint_multi_tests returns true, skip the tests
16722 on "rwatch" and "awatch".
16723
16724 2015-04-30 Yao Qi <yao.qi@linaro.org>
16725
16726 * gdb.base/relativedebug.exp: Invoke gdb command
16727 "info sharedlibrary", and if libc.so doesn't have debug info,
16728 skip the test.
16729
16730 2015-04-29 Doug Evans <dje@google.com>
16731
16732 * gdb.python/py-xmethods.exp: Add ptype tests.
16733 * gdb.python/py-xmethods.py (E_method_char_worker): Add
16734 get_result_type method.
16735
16736 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
16737
16738 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
16739 the target does not support hardware watchpoints.
16740
16741 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
16742
16743 * gdb.base/break-always.exp: Abort testing if writing to memory
16744 causes an error.
16745
16746 2015-04-28 Doug Evans <dje@google.com>
16747
16748 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
16749 * gdb.python/py-pp-registration.exp: ... here. New file.
16750 * gdb.python/py-pp-registration.c: New file.
16751 * gdb.python/py-pp-registration.py: New file.
16752
16753 2015-04-28 Doug Evans <dje@google.com>
16754
16755 * gdb.python/py-bad-printers.c: New file.
16756 * gdb.python/py-bad-printers.py: New file.
16757 * gdb.python/py-bad-printers.exp: New file.
16758
16759 2015-04-28 Sasha Smundak <asmundak@google.com>
16760
16761 * gdb.python/py-type.exp: New test.
16762
16763 2015-04-28 Andy Wingo <wingo@igalia.com>
16764
16765 * gdb.python/py-parameter.exp:
16766 * gdb.guile/scm-parameter.exp: Escape the path that we are
16767 matching against, as it might contain characters that are special
16768 to regular expressions.
16769
16770 2015-04-27 Joel Brobecker <brobecker@adacore.com>
16771
16772 * gdb.ada/rec_comp: New testcase.
16773
16774 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
16775
16776 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
16777 before using it.
16778
16779 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
16780
16781 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
16782 new tests for verilog output.
16783
16784 2015-04-24 Yao Qi <yao.qi@linaro.org>
16785
16786 * boards/remote-gdbserver-on-localhost.exp: New file.
16787
16788 2015-04-23 Pedro Alves <palves@redhat.com>
16789
16790 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
16791 $inferior_spawn_id instead of $inferior_spawn_id directly. On
16792 "end of file", remove $inferior_spawn_id from the indirect list.
16793
16794 2015-04-23 Pedro Alves <palves@redhat.com>
16795
16796 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
16797
16798 2015-04-23 Pedro Alves <palves@redhat.com>
16799
16800 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
16801 on $any_spawn_id instead of only on $gdb_spawn_id.
16802
16803 2015-04-21 Pierre Muller <muller@sourceware.org>
16804
16805 PR pascal/17815
16806 * lib/pascal.exp (gpc_compile): Add new option "class".
16807 (fpc_compile): Likewise.
16808 * gdb.pascal/case-insensitive-symbols.pas: New file.
16809 * gdb.pascal/case-insensitive-symbols.exp: New file.
16810
16811 2015-04-20 Gary Benson <gbenson@redhat.com>
16812
16813 * gdb.base/attach.exp: Fix three extended remote failures.
16814
16815 2015-04-17 Gary Benson <gbenson@redhat.com>
16816
16817 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
16818 the main executable over the remote protocol.
16819
16820 2015-04-16 Pedro Alves <palves@redhat.com>
16821
16822 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
16823 a new gdbserver if gdbserver_reconnect_p is set.
16824
16825 2015-04-16 Pedro Alves <palves@redhat.com>
16826
16827 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
16828 is set, don't exit gdbserver.
16829
16830 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16831
16832 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
16833 appropriate .insn, such that an older assembler can be used.
16834 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
16835 the z/Architecture instruction set on 31-bit targets as well.
16836
16837 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16838
16839 * gdb.go/handcall.exp: Remove all logic related to the first
16840 breakpoint and rely on go_runto_main instead.
16841 * gdb.go/strings.exp: Likewise.
16842 * gdb.go/unsafe.exp: Likewise.
16843 * gdb.go/hello.exp: Likewise. Also rename the remaining
16844 breakpoint marker to "breakpoint 1".
16845 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
16846 * gdb.go/strings.go: Likewise.
16847 * gdb.go/unsafe.go: Likewise.
16848 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
16849 "set breakpoint 2 here" and rename the remaining breakpoint marker
16850 to "breakpoint 1".
16851
16852 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
16853
16854 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
16855 if itertools.imap is not present.
16856 * gdb.python/py-objfile.exp: Add parentheses.
16857 * gdb.python/py-type.exp: Same.
16858 * gdb.python/py-unwind-maint.py: Same.
16859
16860 2015-04-15 Yao Qi <yao.qi@linaro.org>
16861
16862 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
16863 of ":$ptr_size" and set its form explicitly.
16864
16865 2015-04-15 Pedro Alves <palves@redhat.com>
16866 Yao Qi <yao.qi@linaro.org>
16867
16868 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
16869 timeout by factor of 4.
16870 (test_regular_watch): Likewise.
16871 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
16872 * gdb.reverse/sigall-reverse.exp: Likewise.
16873 * gdb.reverse/until-precsave.exp: Likewise.
16874 * lib/gdb.exp (with_timeout_factor): New proc.
16875 (gdb_expect): Move some code to ...
16876 (get_largest_timeout): ... here. New procedure.
16877
16878 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
16879
16880 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
16881
16882 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
16883
16884 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
16885 to write to the .text section.
16886
16887 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
16888
16889 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
16890 Handle the case of targets that do not provide PID information.
16891
16892 2015-04-13 Yao Qi <yao.qi@linaro.org>
16893
16894 * lib/gdbserver-support.exp (gdb_exit): Catch exception
16895 and use expect instead of gdb_expect.
16896
16897 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
16898
16899 * gdb.base/coredump-filter.exp: Rename variable "addr" to
16900 "coredump_var_addr" to avoid naming conflict with other testcases.
16901
16902 2015-04-10 Pedro Alves <palves@redhat.com>
16903
16904 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
16905 gdb_test_sequence and gdb_assert.
16906
16907 2015-04-10 Pedro Alves <palves@redhat.com>
16908
16909 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
16910 test messages that don't include the breakpoint address.
16911
16912 2015-04-10 Yao Qi <yao.qi@linaro.org>
16913
16914 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
16915 false for some offset and width combinations which aren't
16916 supported by linux kernel.
16917
16918 2015-04-10 Pedro Alves <palves@redhat.com>
16919
16920 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
16921 procedure, factored out from ...
16922 (top level): ... here. Add "set displaced-stepping" testing axis.
16923 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
16924 parameter "displaced". Use it.
16925 (top level): Use foreach and add "set displaced-stepping" testing
16926 axis.
16927
16928 2015-04-10 Pedro Alves <palves@redhat.com>
16929
16930 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
16931 Remove comment.
16932 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
16933 both the address of the instruction that triggers the watchpoint
16934 and the address of the instruction immediately after, and use
16935 those addresses for the test. Fix comment.
16936
16937 2015-04-10 Pedro Alves <palves@redhat.com>
16938
16939 * gdb.base/sigstep.exp (breakpoint_to_handler)
16940 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
16941 Test "backtrace" in handler.
16942 (breakpoint_over_handler): New parameter 'displaced'. Use it.
16943 (top level): Add new "displaced" test axis to
16944 breakpoint_to_handler, breakpoint_to_handler_entry and
16945 breakpoint_over_handler.
16946
16947 2015-04-10 Pedro Alves <palves@redhat.com>
16948
16949 PR gdb/18216
16950 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
16951
16952 2015-04-10 Yao Qi <yao.qi@linaro.org>
16953
16954 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
16955 (test_add_rn_pc): New function.
16956 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
16957 (top level): Invoke test_add_rn_pc.
16958
16959 2015-04-10 Pedro Alves <palves@redhat.com>
16960
16961 PR gdb/13858
16962 * gdb.base/step-over-no-symbols.exp: New file.
16963
16964 2015-04-09 Andy Wingo <wingo@igalia.com>
16965
16966 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
16967 after the Python tests.
16968
16969 2015-04-08 Keith Seitz <keiths@redhat.com>
16970
16971 PR python/16699
16972 * gdb.python/py-completion.exp: New tests for completion.
16973 * gdb.python/py-completion.py (CompleteLimit1): New class.
16974 (CompleteLimit2): Likewise.
16975 (CompleteLimit3): Likewise.
16976 (CompleteLimit4): Likewise.
16977 (CompleteLimit5): Likewise.
16978 (CompleteLimit6): Likewise.
16979 (CompleteLimit7): Likewise.
16980
16981 2015-04-08 Pedro Alves <palves@redhat.com>
16982
16983 PR gdb/18214
16984 PR gdb/18216
16985 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
16986 function.
16987 (main): Install it as SIGUSR1 handler.
16988 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
16989 parameter. Always use "setup" as prefix. Toggle "set
16990 displaced-stepping" off/on depending on global. Don't switch to
16991 thread 1 here.
16992 (top level): Add displaced stepping "off/on" test axis. Update
16993 "setup" calls. Wrap each subtest with with_test_prefix. Test
16994 continuing with a queued signal in each thread.
16995
16996 2015-04-08 Pedro Alves <palves@redhat.com>
16997
16998 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
16999 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
17000 gdb_breakpoint instead of gdb_test that doesn't expect anything.
17001 Return early if running to main fails.
17002 * gdb.trace/while-stepping.exp: Likewise.
17003
17004 2015-04-07 Pedro Alves <palves@redhat.com>
17005
17006 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
17007 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
17008 interact with inferior program.
17009
17010 2015-04-07 Pedro Alves <palves@redhat.com>
17011
17012 * lib/gdb.exp (inferior_spawn_id): New global.
17013 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
17014 spawn id after processing the user code.
17015 (default_gdb_start): Set inferior_spawn_id.
17016 (send_inferior): New procedure.
17017 * lib/gdbserver-support.exp (gdbserver_start): Set
17018 inferior_spawn_id.
17019 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
17020
17021 2015-04-07 Pedro Alves <palves@redhat.com>
17022
17023 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
17024 * lib/gdbserver-support.exp (gdbserver_start): Make
17025 $server_spawn_id global.
17026 (gdbserver_start): Don't wait for gdbserver's spawn id with
17027 expect_background.
17028 (close_gdbserver): New procedure.
17029 (gdb_exit): Rename the default version and reimplement.
17030
17031 2015-04-07 Pedro Alves <palves@redhat.com>
17032
17033 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
17034 append the substituted item, not the original item.
17035
17036 2015-04-07 Pedro Alves <palves@redhat.com>
17037
17038 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
17039 gdb_expect.
17040
17041 2015-04-07 Pedro Alves <palves@redhat.com>
17042
17043 * gdb.base/interrupt.exp: Don't handle the case of the inferior
17044 output appearing once only.
17045
17046 2015-04-07 Pedro Alves <palves@redhat.com>
17047
17048 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
17049 that doesn't expect anything. Return early if running to main
17050 fails.
17051
17052 2015-04-07 Yao Qi <yao.qi@linaro.org>
17053
17054 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
17055 (child_function): Call alarm.
17056 (main): Move call to alarm into the loop.
17057 * gdb.threads/non-stop-fair-events.exp: Build program with
17058 -DTIMEOUT=$timeout.
17059
17060 2015-04-06 Doug Evans <xdje42@gmail.com>
17061
17062 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
17063 Fix dest parameter to board_info.
17064 (fpc_compile): Ditto.
17065 (gdb_compile_pascal): Rename dest arg to destfile.
17066
17067 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
17068
17069 * gdb.ada/funcall_ref.exp: New file.
17070 * gdb.ada/funcall_ref/foo.adb: New file.
17071
17072 2015-04-02 Yao Qi <yao.qi@linaro.org>
17073
17074 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
17075 is remote.
17076
17077 2015-04-02 Gary Benson <gbenson@redhat.com>
17078
17079 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
17080
17081 2015-04-01 Sasha Smundak <asmundak@google.com>
17082
17083 * gdb.python/py-unwind-maint.c: New file.
17084 * gdb.python/py-unwind-maint.exp: New test.
17085 * gdb.python/py-unwind-maint.py: New file.
17086 * gdb.python/py-unwind.c: New file.
17087 * gdb.python/py-unwind.exp: New test.
17088 * gdb.python/py-unwind.py: New test.
17089
17090 2015-04-01 Pedro Alves <palves@redhat.com>
17091
17092 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
17093 to fail instead of non-existent $test.
17094
17095 2015-04-01 Pedro Alves <palves@redhat.com>
17096
17097 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
17098 GDBFLAGS if not empty.
17099
17100 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
17101
17102 * gdb.ada/complete.exp: Remove "multi_line".
17103 * gdb.ada/info_exc.exp: Remove "multi_line".
17104 * gdb.ada/packed_tagged.exp: Remove "multi_line".
17105 * gdb.ada/ptype_field.exp: Remove "multi_line".
17106 * gdb.ada/sym_print_name.exp: Remove "multi_line".
17107 * gdb.ada/tagged.exp: Remove "multi_line".
17108 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
17109 [multi_line ...]
17110 * gdb.btrace/delta.exp: Likewise.
17111 * gdb.btrace/exception.exp: Likewise.
17112 * gdb.btrace/function_call_history.exp: Likewise.
17113 * gdb.btrace/instruction_history.exp: Likewise.
17114 * gdb.btrace/nohist.exp: Likewise.
17115 * gdb.btrace/record_goto.exp: Likewise.
17116 * gdb.btrace/segv.exp: Likewise.
17117 * gdb.btrace/stepi.exp: Likewise.
17118 * gdb.btrace/tailcall.exp: Likewise.
17119 * gdb.btrace/unknown_functions.exp: Likewise.
17120 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
17121 * lib/gdb.exp: Add the "multi_line" helper.
17122
17123 2015-04-01 Pedro Alves <palves@redhat.com>
17124
17125 * gdb.threads/tid-reuse.c: New file.
17126 * gdb.threads/tid-reuse.exp: New file.
17127
17128 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
17129
17130 PR corefiles/16092
17131 * gdb.base/coredump-filter.c: New file.
17132 * gdb.base/coredump-filter.exp: Likewise.
17133
17134 2015-03-27 Petr Machata <pmachata@redhat.com>
17135
17136 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
17137 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
17138 (Dwarf::assemble): Initialize them.
17139 (Dwarf::lines): New function.
17140
17141 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
17142
17143 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
17144 SYMBOL_PREFIX for x86_64-*-cygwin.
17145
17146 2015-03-26 Andy Wingo <wingo@igalia.com>
17147
17148 PR symtab/18148
17149 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
17150 const_value but not a location.
17151 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
17152 location defined in non-main CUs are visible.
17153
17154 2015-03-26 Yao Qi <yao.qi@linaro.org>
17155
17156 PR testsuite/18139
17157 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
17158 Add a line number entry for the same line.
17159 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
17160 Add a line number entry for the same line.
17161
17162 2015-03-26 Yao Qi <yao.qi@linaro.org>
17163
17164 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
17165 .int 0.
17166 (func): Likewise. Add .Lfunc_1 label.
17167 Use .Lfunc_1 label.
17168 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
17169 .int 0.
17170 (func): Likewise.
17171 Use .Lfunc_1 label.
17172
17173 2015-03-26 Yao Qi <yao.qi@linaro.org>
17174
17175 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
17176 Call gdb_compile instead to compile each .s files without debug
17177 information.
17178
17179 2015-03-26 Yao Qi <yao.qi@linaro.org>
17180
17181 * gdb.base/savedregs.exp (process_saved_regs): Make
17182 "Saved registers:" optional in the pattern.
17183
17184 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
17185
17186 * gdb.btrace/next.exp: Merged into step.exp.
17187 * gdb.btrace/finish.exp: Merged into step.exp.
17188 * gdb.btrace/nexti.exp: Merged into stepi.exp.
17189 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
17190 "record goto" and checking the exact replay position.
17191 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
17192 check for "Recording format" in "info record" output.
17193 * gdb.btrace/record_goto.exp: Choose test file based on target.
17194 * gdb.btrace/x86-record_goto.S: Renamed into ...
17195 * gdb.btrace/x86_64-record_goto.S: ... this.
17196 * gdb.btrace/i686-record_goto.S: New.
17197 * gdb.btrace/x86-tailcall.S: Renamed into ...
17198 * gdb.btrace/x86_64-tailcall.S: ... this.
17199 * gdb.btrace/i686-tailcall.S: New.
17200 * gdb.btrace/x86-tailcall.c: Renamed into ...
17201 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
17202 separate statements. Update test.
17203 * gdb.btrace/delta.exp: Use record_goto.c as test file.
17204 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
17205 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
17206 * gdb.btrace/tailcall.exp: Choose test file based on target.
17207 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
17208
17209 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
17210
17211 * gdb.btrace/exception.exp: Increase BTS buffer size.
17212
17213 2015-03-24 Pedro Alves <palves@redhat.com>
17214
17215 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
17216
17217 2015-03-24 Pedro Alves <palves@redhat.com>
17218
17219 * gdb.threads/schedlock.exp (test_step): No longer expect that
17220 "set scheduler-locking step" with "next" over a function call runs
17221 threads unlocked.
17222
17223 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17224
17225 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
17226
17227 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17228
17229 PR breakpoints/16466
17230 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
17231 * gdb.mi/mi-pending.c (thread_func): New function.
17232 (int main): Add threading support required.
17233 * gdb.mi/mi-pending.exp: Add tests for this issue.
17234 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
17235 (pendfunc2): Remove stdio dependency.
17236 * gdb.mi/mi-pendshr2.c: New file.
17237
17238 2015-03-23 Keith Seitz <keiths@redhat.com>
17239
17240 * gdb.linespec/keywords.c: New file.
17241 * gdb.linespec/keywords.exp: New file.
17242
17243 2015-03-23 Keith Seitz <keiths@redhat.com>
17244
17245 PR gdb/18021
17246 * gdb.dwarf2/staticvirtual.exp: New test.
17247
17248 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
17249
17250 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
17251 * README: Remove HP-UX and gdb.hp.
17252 (configuration):
17253 * configure: Regenerate.
17254 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
17255 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
17256 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
17257 gdb.hp/gdb.defects/Makefile.
17258 * gdb.hp/Makefile.in: File deleted.
17259 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
17260 * gdb.hp/gdb.aCC/optimize.c: File deleted.
17261 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
17262 * gdb.hp/gdb.aCC/run.c: File deleted.
17263 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
17264 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
17265 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
17266 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
17267 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
17268 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
17269 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
17270 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
17271 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
17272 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
17273 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
17274 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
17275 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
17276 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
17277 * gdb.hp/gdb.base-hp/reg.s: File deleted.
17278 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
17279 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
17280 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
17281 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
17282 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
17283 * gdb.hp/gdb.compat/Makefile.in: File deleted.
17284 * gdb.hp/gdb.compat/average.c: File deleted.
17285 * gdb.hp/gdb.compat/sum.c: File deleted.
17286 * gdb.hp/gdb.compat/xdb.c: File deleted.
17287 * gdb.hp/gdb.compat/xdb0.c: File deleted.
17288 * gdb.hp/gdb.compat/xdb0.h: File deleted.
17289 * gdb.hp/gdb.compat/xdb1.c: File deleted.
17290 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
17291 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
17292 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
17293 * gdb.hp/gdb.defects/Makefile.in: File deleted.
17294 * gdb.hp/gdb.defects/bs14602.c: File deleted.
17295 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
17296 * gdb.hp/gdb.defects/solib-d.c: File deleted.
17297 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
17298 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
17299 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
17300 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
17301 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
17302 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
17303 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
17304 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
17305 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
17306 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
17307 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
17308 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
17309 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
17310 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
17311 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
17312 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
17313 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
17314 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
17315 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
17316 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
17317 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
17318 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
17319 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
17320 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
17321 * gdb.hp/tools/odump: File deleted.
17322
17323 2015-03-19 Pedro Alves <palves@redhat.com>
17324
17325 * gdb.threads/continue-pending-status.exp (saw_thread_2)
17326 (saw_thread_3): New globals.
17327 (top level): Increment them when an event for the corresponding
17328 thread is seen.
17329 (no thread starvation): New test.
17330
17331 2015-03-19 Pedro Alves <palves@redhat.com>
17332
17333 * gdb.threads/continue-pending-status.c: New file.
17334 * gdb.threads/continue-pending-status.exp: New file.
17335
17336 2015-03-18 Pedro Alves <palves@redhat.com>
17337
17338 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
17339 Use gdb_is_target_remote instead of is_remote. Use
17340 gdb_test_multiple instead of gdb_expect. Exit early if
17341 gdb_test_multiple hits its internal matches. Tighten stepi tests
17342 expected output. Fail on exit with any signal, instead of just
17343 SIGILL.
17344
17345 2015-03-18 Yao Qi <yao.qi@linaro.org>
17346
17347 PR tdep/18107
17348 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
17349 variable.
17350 * gdb.base/catch-syscall.exp: Don't skip it on
17351 aarch64*-*-linux* target. Remove elements in all_syscalls.
17352 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
17353 target.
17354 (setup_all_syscalls): New proc.
17355
17356 2015-03-16 Yao Qi <yao.qi@linaro.org>
17357
17358 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
17359 (top level): Skip tests if valid_addr_p returns false for
17360 $cmd1 or $cmd2.
17361
17362 2015-03-11 Andy Wingo <wingo@igalia.com>
17363
17364 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
17365
17366 2015-03-11 Yao Qi <yao.qi@linaro.org>
17367
17368 * gdb.base/catch-syscall.exp: Fix typo in comments.
17369
17370 2015-03-11 Yao Qi <yao.qi@linaro.org>
17371
17372 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
17373
17374 2015-03-09 Pedro Alves <palves@redhat.com>
17375
17376 * dg-extract-results.py: Delete.
17377
17378 2015-03-09 Pedro Alves <palves@redhat.com>
17379
17380 Merge dg-extract-results.sh from GCC upstream (r218843).
17381
17382 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
17383 * dg-extract-results.sh: Use --text with grep to avoid issues with
17384 binary files. Fall back to cat -v, if that doesn't work.
17385
17386 2015-03-05 Pedro Alves <palves@redhat.com>
17387
17388 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
17389
17390 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
17391
17392 * lib/mi-support.exp (mi_expect_interrupt): Accept
17393 alternative event for when in all-stop mode.
17394
17395 2015-03-04 Pedro Alves <palves@redhat.com>
17396
17397 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
17398
17399 2015-03-04 Mark Kettenis <kettenis@gnu.org>
17400
17401 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
17402
17403 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
17404
17405 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
17406 regexps for GDB's current line display, accept a hex address
17407 preceding the line number.
17408
17409 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
17410
17411 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
17412 the 'arch1' variable for "s390*-linux*" targets.
17413
17414 2015-03-04 Pedro Alves <palves@redhat.com>
17415
17416 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
17417 (main): Pass missing retval argument to pthread_join call.
17418
17419 2015-03-02 Pedro Alves <palves@redhat.com>
17420
17421 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
17422 (top level): Call do_test with non-stop as well.
17423
17424 2015-03-02 Pedro Alves <palves@redhat.com>
17425
17426 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
17427 -1.
17428
17429 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17430
17431 * gdb.arch/s390-vregs.exp: New test.
17432 * gdb.arch/s390-vregs.S: New file.
17433
17434 2015-02-27 Pedro Alves <palves@redhat.com>
17435
17436 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
17437 call to catch_command_errors.
17438 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
17439 catch_command_errors.
17440
17441 2015-02-27 Pedro Alves <palves@redhat.com>
17442
17443 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
17444 "true" for boolean result.
17445 * gdb.gdb/selftest.exp (test_with_self): Also accept full
17446 prototype of main.
17447
17448 2015-02-27 Pedro Alves <palves@redhat.com>
17449
17450 * lib/unbuffer_output.c: New file.
17451 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
17452 (main): Call gdb_unbuffer_output.
17453
17454 2015-02-27 Yao Qi <yao.qi@linaro.org>
17455
17456 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
17457 target.
17458
17459 2015-02-26 Doug Evans <dje@google.com>
17460
17461 * gdb.cp/class2.cc (Dbase, D): New classes.
17462 (main): New local delta.
17463 * gdb.cp/class2.exp: Test printing delta.
17464 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
17465 (dynbar): New global.
17466 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
17467
17468 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17469
17470 * gdb.compile/compile-ifunc.c: New file.
17471 * gdb.compile/compile-ifunc.exp: New file.
17472
17473 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
17474
17475 * gdb.base/structs.exp: Check for correct struct on finish.
17476
17477 2015-02-26 Yao Qi <yao.qi@linaro.org>
17478
17479 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
17480 is zero.
17481
17482 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17483
17484 * gdb.arch/cordic.ko.bz2: New file.
17485 * gdb.arch/cordic.ko.debug.bz2: New file.
17486 * gdb.arch/ppc64-symtab-cordic.exp: New file.
17487
17488 2015-02-25 Yao Qi <yao.qi@linaro.org>
17489
17490 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
17491 aarch64*-*-* target.
17492
17493 2015-02-23 Pedro Alves <palves@redhat.com>
17494
17495 * lib/gdb.exp (delete_breakpoints): Rewrite using
17496 gdb_test_multiple.
17497
17498 2015-02-23 Pedro Alves <palves@redhat.com>
17499
17500 * gdb.base/info-os.c: Include stdlib.h.
17501
17502 2015-02-22 Doug Evans <xdje42@gmail.com>
17503
17504 PR symtab/17855
17505 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
17506 is read after symbols have been re-read.
17507 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
17508 * gdb.ada/exec_changed/second.adb (Second): Ditto.
17509
17510 2015-02-21 Doug Evans <dje@google.com>
17511
17512 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
17513
17514 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17515
17516 PR corefiles/17808
17517 * gdb.arch/i386-biarch-core.core.bz2: New file.
17518 * gdb.arch/i386-biarch-core.exp: New file.
17519
17520 2015-02-21 Pedro Alves <palves@redhat.com>
17521
17522 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
17523 runto_main fails.
17524
17525 2015-02-20 Pedro Alves <palves@redhat.com>
17526
17527 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
17528 info probes.
17529
17530 2015-02-20 Pedro Alves <palves@redhat.com>
17531
17532 * gdb.threads/multi-create-ns-info-thr.exp: New file.
17533
17534 2015-02-20 Pedro Alves <palves@redhat.com>
17535
17536 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
17537 clean_restart before gdb_target_supports_trace.
17538
17539 2015-02-20 Pedro Alves <palves@redhat.com>
17540
17541 PR threads/18006
17542 * gdb.threads/clone-thread_db.c: New file.
17543 * gdb.threads/clone-thread_db.exp: New file.
17544
17545 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
17546
17547 PR breakpoints/16812
17548 * gdb.base/catch-gdb-caused-signals.c: New file.
17549 * gdb.base/catch-gdb-caused-signals.exp: New file.
17550
17551 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
17552
17553 * configure: Regenerated.
17554 * configure.ac: Use GDB_AC_TRANSFORM.
17555 * aclocal.m4: sinclude ../transform.m4.
17556
17557 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
17558
17559 * lib/dtrace.exp: New file.
17560 * gdb.base/dtrace-probe.exp: Likewise.
17561 * gdb.base/dtrace-probe.d: Likewise.
17562 * gdb.base/dtrace-probe.c: Likewise.
17563 * lib/pdtrace.in: Likewise.
17564 * configure.ac: Output variables with the transformed names of
17565 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
17566 * configure: Regenerated.
17567
17568 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
17569
17570 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
17571 expected message when trying to access $_probe_* convenience
17572 variables while not on a probe.
17573
17574 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17575
17576 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
17577
17578 2015-02-11 Pedro Alves <pedro@codesourcery.com>
17579
17580 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
17581 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
17582
17583 2015-02-10 Doug Evans <xdje42@gmail.com>
17584
17585 * lib/gdb.exp (gdb_load): Always return a result.
17586
17587 2015-02-10 Pedro Alves <palves@redhat.com>
17588
17589 * gdb.threads/signal-sigtrap.c: New file.
17590 * gdb.threads/signal-sigtrap.exp: New file.
17591
17592 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
17593
17594 * gdb.trace/no-attach-trace.c: New file.
17595 * gdb.trace/no-attach-trace.exp: New file.
17596
17597 2015-02-09 Mark Wielaard <mjw@redhat.com>
17598
17599 * gdb.dwarf2/atomic.c: New file.
17600 * gdb.dwarf2/atomic-type.exp: Likewise.
17601
17602 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17603
17604 * gdb.btrace/buffer-size.exp: Update "info record" output.
17605 * gdb.btrace/delta.exp: Update "info record" output.
17606 * gdb.btrace/enable.exp: Update "info record" output.
17607 * gdb.btrace/finish.exp: Update "info record" output.
17608 * gdb.btrace/instruction_history.exp: Update "info record" output.
17609 * gdb.btrace/next.exp: Update "info record" output.
17610 * gdb.btrace/nexti.exp: Update "info record" output.
17611 * gdb.btrace/step.exp: Update "info record" output.
17612 * gdb.btrace/stepi.exp: Update "info record" output.
17613 * gdb.btrace/nohist.exp: Update "info record" output.
17614
17615 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17616
17617 * gdb.btrace/buffer-size: New.
17618
17619 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17620
17621 * gdb.btrace/delta.exp: Update "info record" output.
17622 * gdb.btrace/enable.exp: Update "info record" output.
17623 * gdb.btrace/finish.exp: Update "info record" output.
17624 * gdb.btrace/instruction_history.exp: Update "info record" output.
17625 * gdb.btrace/next.exp: Update "info record" output.
17626 * gdb.btrace/nexti.exp: Update "info record" output.
17627 * gdb.btrace/step.exp: Update "info record" output.
17628 * gdb.btrace/stepi.exp: Update "info record" output.
17629 * gdb.btrace/nohist.exp: Update "info record" output.
17630
17631 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
17632
17633 PR gdb/15678
17634 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
17635
17636 2015-02-06 Pedro Alves <palves@redhat.com>
17637
17638 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
17639 macro.
17640 (seconds_left, again): New globals.
17641 (main): Wait seconds_left in a 1-second sleep loop instead of
17642 sleeping 180 seconds. If 'again' is set, reset the seconds
17643 counter.
17644 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
17645 'again' in the inferior before detaching. Print the seconds left.
17646 (options): New global.
17647 (top level): Build program with -DTIMEOUT=$timeout.
17648
17649 2015-02-06 Pedro Alves <palves@redhat.com>
17650
17651 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
17652 determine how many seconds to pass to 'alarm'.
17653 * gdb.base/gdb-sigterm.exp (top level): Build program with
17654 -DTIMEOUT=$timeout.
17655 (do_test): Return success/failure indication. Add more verbose
17656 logging. Don't fail if 200 single steps are seen. Instead, fail
17657 when the test times out.
17658 (passes): New global.
17659 (top level): Break the testing loop if testing fails on any
17660 iteration. Use gdb_assert.
17661
17662 2015-02-04 Don Breazeal <donb@codesourcery.com>
17663
17664 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
17665 and initialize them.
17666 (ipc_cleanup): New function.
17667 (main): Don't declare shmid, semid, and msqid. Add a call to
17668 atexit so that we call ipc_cleanup on exit.
17669
17670 2015-02-04 Pedro Alves <palves@redhat.com>
17671
17672 * boards/native-extended-gdbserver.exp: Remove any target variant
17673 specifications from the board name before clearing the isremote
17674 flag from board_info.
17675
17676 2015-01-31 Doug Evans <xdje42@gmail.com>
17677
17678 * gdb.base/maint.exp <maint print type argc>: Update expected output.
17679
17680 2015-01-31 Gary Benson <gbenson@redhat.com>
17681
17682 * gdb.base/completion.exp: Disable completion limiting for
17683 existing tests. Add new tests to check completion limiting.
17684 * gdb.linespec/ls-errs.exp: Disable completion limiting.
17685
17686 2015-01-31 Doug Evans <xdje42@gmail.com>
17687
17688 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
17689
17690 2015-01-31 Doug Evans <xdje42@gmail.com>
17691
17692 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
17693 entries. Duplicate file section script entries.
17694 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
17695 inlined entries. Add test for safe-path rejection.
17696 * gdb.python/py-section-script.c: Add duplicate inlined section script
17697 entries. Duplicate file section script entries.
17698 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
17699 inlined entries. Add test for safe-path rejection.
17700
17701 2015-01-29 Joel Brobecker <brobecker@adacore.com>
17702
17703 * gdb.ada/disc_arr_bound: New testcase.
17704
17705 2015-01-29 Joel Brobecker <brobecker@adacore.com>
17706
17707 * gdb.ada/mi_var_array: New testcase.
17708
17709 2015-01-27 Doug Evans <dje@google.com>
17710
17711 * gdb.python/py-objfile.exp: Add tests for objfile.username.
17712 Add test for objfile.filename, objfile.username after objfile
17713 has been unloaded.
17714
17715 2015-01-26 Joel Brobecker <brobecker@adacore.com>
17716
17717 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
17718 the second test to print the name attribute of value
17719 returned by the call to gdb.lookup_type, and adjust
17720 the expected output accordingly.
17721
17722 2015-01-25 Mark Wielaard <mjw@redhat.com>
17723
17724 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
17725 * gdb.base/disp-step-fork.c: Include unistd.h.
17726 * gdb.base/siginfo-obj.c: Include stdio.h.
17727 * gdb.base/siginfo-thread.c: Likewise.
17728 * gdb.mi/non-stop.c: Include unistd.h.
17729 * gdb.mi/nsthrexec.c: Include stdio.h.
17730 * gdb.mi/pthreads.c: Include unistd.h.
17731 * gdb.modula2/unbounded1.c (main): Declare returns int.
17732 * gdb.reverse/consecutive-reverse.c: Likewise.
17733 * gdb.threads/create-fail.c: Include unistd.h.
17734 * gdb.threads/killed.c: Likewise.
17735 * gdb.threads/linux-dp.c: Likewise.
17736 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
17737 * gdb.threads/non-ldr-exc-2.c: Likewise.
17738 * gdb.threads/non-ldr-exc-3.c: Likewise.
17739 * gdb.threads/non-ldr-exc-4.c: Likewise.
17740 * gdb.threads/pthreads.c: Include unistd.h.
17741 (main): Declare returns int.
17742 * gdb.threads/tls-main.c (foo): New declaration.
17743 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
17744
17745 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
17746
17747 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
17748 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
17749
17750 2015-01-15 Mark Wielaard <mjw@redhat.com>
17751
17752 * gdb.base/noreturn-return.c: New file.
17753 * gdb.base/noreturn-return.exp: New file.
17754 * gdb.base/noreturn-finish.c: New file.
17755 * gdb.base/noreturn-finish.exp: New file.
17756
17757 2015-01-23 Pedro Alves <palves@redhat.com>
17758
17759 * gdb.threads/continue-pending-after-query.c: New file.
17760 * gdb.threads/continue-pending-after-query.exp: New file.
17761
17762 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
17763 Simon Marchi <simon.marchi@ericsson.com>
17764
17765 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
17766 * gdb.base/valgrind-db-attach.exp: Same.
17767 * gdb.base/valgrind-infcall.exp: Same.
17768 * lib/mi-support.exp (default_mi_gdb_start): Same.
17769 * lib/prompt.exp (default_prompt_gdb_start): Same.
17770 * lib/gdb.exp (default_gdb_spawn): Same.
17771 (gdb_interact): New.
17772
17773
17774 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17775
17776 * gdb.compile/compile.exp (pointer to jit function): New test.
17777
17778 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
17779
17780 * lib/gdb.exp (supports_process_record): Return true for
17781 powerpc*-*-linux*.
17782 (supports_reverse): Likewise.
17783
17784 2015-01-15 Don Breazeal <donb@codesourcery.com>
17785
17786 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
17787 instead of checking whether the target board is remote and
17788 use spawn_wait_for_attach instead of exec/sleep.
17789 * gdb.base/attach-twice.exp: Likewise.
17790
17791 2015-01-15 Joel Brobecker <brobecker@adacore.com>
17792
17793 * gdb.ada/var_arr_attrs: New testcase.
17794
17795 2015-01-14 Pedro Alves <palves@redhat.com>
17796 Joel Brobecker <brobecker@adacore.com>
17797
17798 PR gdb/17525
17799 * gdb.base/bp-cmds-execution-x-script.c: New file.
17800 * gdb.base/bp-cmds-execution-x-script.exp: New file.
17801 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
17802
17803 2015-01-14 Pedro Alves <palves@redhat.com>
17804
17805 PR cli/17828
17806 * gdb.base/batch-preserve-term-settings.c: New file.
17807 * gdb.base/batch-preserve-term-settings.exp: New file.
17808
17809 2015-01-13 Doug Evans <dje@google.com>
17810
17811 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
17812 binary.
17813
17814 2015-01-13 Joel Brobecker <brobecker@adacore.com>
17815
17816 * Makefile.in (clean mostlyclean): Do not delete *.py.
17817
17818 2015-01-13 Joel Brobecker <brobecker@adacore.com>
17819
17820 * gdb.python/py-lookup-type.exp: New file.
17821
17822 2015-01-12 Pedro Alves <palves@redhat.com>
17823
17824 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
17825 restore GDBFLAGS before returning.
17826
17827 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17828
17829 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
17830 is_amd64_regs_target and is_x86_like_target.
17831
17832 2015-01-11 Doug Evans <xdje42@gmail.com>
17833
17834 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
17835 is given without an explicit form.
17836 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
17837 attributes.
17838 * gdb.dwarf/corrupt.exp: Ditto.
17839 * gdb.dwarf2/enum-type.exp: Ditto.
17840 * gdb.trace/entry-values.exp: Ditto.
17841 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
17842
17843 2015-01-11 Doug Evans <xdje42@gmail.com>
17844
17845 PR gdb/15830
17846 * gdb.base/maint.exp: Remove references to "maint demangle".
17847 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
17848 Add tests for explicitly specifying language to demangle.
17849 * gdb.dlang/demangle.exp: Ditto.
17850
17851 2015-01-09 Pedro Alves <palves@redhat.com>
17852
17853 * gdb.threads/non-stop-fair-events.c: New file.
17854 * gdb.threads/non-stop-fair-events.exp: New file.
17855
17856 2015-01-09 Pedro Alves <palves@redhat.com>
17857
17858 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
17859 the global scope. Set a breakpoint after all threads are started
17860 rather than stepping over two source lines. Expect the prompt.
17861 * gdb.base/watch_thread_num.c (threads_started_barrier): New
17862 global.
17863 (NUM): Now 15.
17864 (main): Use threads_started_barrier to wait for all threads to
17865 start. Main thread no longer calls thread_function. Exit after
17866 180 seconds.
17867 (loop): New function.
17868 (thread_function): Wait on threads_started_barrier barrier. Call
17869 'loop' at each iteration.
17870 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
17871 threads have started, instead of hardcoding number of "next"
17872 steps. Use an access watchpoint instead of a write watchpoint.
17873
17874 2015-01-09 Pedro Alves <palves@redhat.com>
17875
17876 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
17877 (thread_func): Wait on barrier.
17878 (main): Wait for all threads to start before stopping GDB.
17879 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
17880 global.
17881 (thread1_func, thread2_func): Wait on barrier.
17882 (main): Wait for all threads to start before stopping GDB.
17883 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
17884 New global.
17885 (thread1_func, thread2_func): Wait on barrier.
17886 (main): Wait for all threads to start before stopping GDB.
17887
17888 2015-01-09 Pedro Alves <palves@redhat.com>
17889
17890 * gdb.threads/attach-many-short-lived-threads.c: New file.
17891 * gdb.threads/attach-many-short-lived-threads.exp: New file.
17892
17893 2014-01-09 Pedro Alves <palves@redhat.com>
17894
17895 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
17896 instead of to thread 2.
17897 * gdb.threads/signal-command-multiple-signals-pending.c (main):
17898 Add barrier around each pthread_create call instead of around all
17899 calls.
17900 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
17901 Set a break on thread_function and have the child threads hit it
17902 one at at a time.
17903
17904 2015-01-09 Pedro Alves <palves@redhat.com>
17905
17906 * lib/gdb.exp (can_spawn_for_attach): New procedure.
17907 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
17908 false.
17909 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
17910 checking whether the target board is remote.
17911 * gdb.multi/multi-attach.exp: Likewise.
17912 * gdb.python/py-sync-interp.exp: Likewise.
17913 * gdb.server/ext-attach.exp: Likewise.
17914 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
17915 tests that need to attach, instead of checking whether the target
17916 board is remote at the top of the file.
17917
17918 2015-01-08 Yao Qi <yao@codesourcery.com>
17919
17920 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
17921
17922 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17923
17924 Fix testcase compilation.
17925 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
17926
17927 2015-01-06 Joel Brobecker <brobecker@adacore.com>
17928
17929 * gdb.python/py-type.exp: Add a couple test about empty
17930 array creation, and negative-length array creation.
17931
17932 2015-01-02 Doug Evans <xdje42@gmail.com>
17933
17934 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
17935
17936 2015-01-02 Doug Evans <dje@google.com>
17937
17938 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
17939
17940 2014-12-29 Yao Qi <yao@codesourcery.com>
17941
17942 * gdb.trace/entry-values.exp: Update comments. Rename variable
17943 bar_call_foo to returned_from_foo.
17944
17945 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
17946
17947 PR gdb/17394
17948 * gdb.linespec/break-asm-file.c: New file.
17949 * gdb.linespec/break-asm-file.exp: New file.
17950 * gdb.linespec/break-asm-file0.s: New file.
17951 * gdb.linespec/break-asm-file1.s: New file.
17952
17953 2014-12-18 Nigel Stephens <nigel@mips.com>
17954 Maciej W. Rozycki <macro@codesourcery.com>
17955
17956 * gdb.base/float.exp: Handle the new output from "info float" on
17957 MIPS targets.
17958
17959 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17960
17961 Fix MinGW compilation.
17962 * gdb.compile/compile-ops.exp: Update untested message if
17963 !skip_compile_feature_tests.
17964 * gdb.compile/compile-setjmp.exp: Likewise.
17965 * gdb.compile/compile-tls.exp: Likewise.
17966 * gdb.compile/compile.exp: Likewise.
17967 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
17968 supported on this host".
17969
17970 2014-12-16 Doug Evans <xdje42@gmail.com>
17971
17972 * boards/stabs.exp: New file.
17973
17974 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
17975
17976 * gdb.base/completion.exp: Adjust to format changes of "maint
17977 print user-registers".
17978
17979 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
17980
17981 PR server/17457
17982 * gdb.arch/aarch64-fp.c: New file.
17983 * gdb.arch/aarch64-fp.exp: New file.
17984
17985 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
17986
17987 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
17988 r210637, r210913, r211666, r215400, r215817).
17989
17990 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
17991 * dg-extract-results.py: New file.
17992 * dg-extract-results.sh: Use it if the environment seems
17993 suitable.
17994
17995 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
17996
17997 * dg-extract-results.py (parse_run): Handle warnings that
17998 are printed before a test harness is run.
17999
18000 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
18001
18002 * dg-extract-results.py (Named): Remove __cmp__ method.
18003 (output_variation): Use a key to sort variation.harnesses.
18004
18005 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
18006
18007 * dg-extract-results.py: For Python 3, force sys.stdout to
18008 handle surrogate escape sequences.
18009 (safe_open): New function.
18010 (output_segment, main): Use it.
18011
18012 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
18013
18014 * dg-extract-results.py (Prog.result_re): Include options
18015 in test name.
18016
18017 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
18018
18019 * dg-extract-results.py (output_variation): Always sort if
18020 do_sum.
18021
18022 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
18023
18024 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
18025 as long as we get pagination notifications.
18026
18027 2014-12-15 Jason Merrill <jason@redhat.com>
18028
18029 * Makefile.in (check-gdb.%): Restore.
18030 * README: Mention it.
18031
18032 2014-12-13 Joel Brobecker <brobecker@adacore.com>
18033
18034 * gdb.ada/str_uninit: New testcase.
18035
18036 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
18037
18038 PR symtab/17642
18039 * gdb.base/vla-stub-define.c: New file.
18040 * gdb.base/vla-stub.c: New file.
18041 * gdb.base/vla-stub.exp: New file.
18042
18043 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
18044 Jan Kratochvil <jan.kratochvil@redhat.com>
18045 Tom Tromey <tromey@redhat.com>
18046
18047 * configure.ac: Add gdb.compile/.
18048 * configure: Regenerate.
18049 * gdb.compile/Makefile.in: New file.
18050 * gdb.compile/compile-ops.exp: New file.
18051 * gdb.compile/compile-ops.c: New file.
18052 * gdb.compile/compile-tls.c: New file.
18053 * gdb.compile/compile-tls.exp: New file.
18054 * gdb.compile/compile-constvar.S: New file.
18055 * gdb.compile/compile-constvar.c: New file.
18056 * gdb.compile/compile-mod.c: New file.
18057 * gdb.compile/compile-nodebug.c: New file.
18058 * gdb.compile/compile-setjmp-mod.c: New file.
18059 * gdb.compile/compile-setjmp.c: New file.
18060 * gdb.compile/compile-setjmp.exp: New file.
18061 * gdb.compile/compile-shlib.c: New file.
18062 * gdb.compile/compile.c: New file.
18063 * gdb.compile/compile.exp: New file.
18064 * lib/gdb.exp (skip_compile_feature_tests): New proc.
18065
18066 2014-12-12 Tom Tromey <tromey@redhat.com>
18067
18068 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
18069 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
18070
18071 2014-12-12 Doug Evans <dje@google.com>
18072
18073 * lib/gdb-python.exp (get_python_valueof): New function.
18074 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
18075
18076 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18077
18078 * gdb.base/completion.exp: Add test for completion of "info
18079 registers ".
18080
18081 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
18082
18083 * gdb.base/func-ptrs.c: New file.
18084 * gdb.base/func-ptrs.exp: New file.
18085
18086 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
18087
18088 PR breakpoints/17012
18089 * gdb.base/dprintf-detach.c: New file.
18090 * gdb.base/dprintf-detach.exp: New file.
18091
18092 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
18093
18094 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
18095 * lib/gdb.exp (target_is_gdbserver): New procedure.
18096
18097 2014-12-08 Doug Evans <dje@google.com>
18098
18099 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
18100
18101 2014-12-05 Yao Qi <yao@codesourcery.com>
18102
18103 * gdb.guile/scm-error.exp: Remove the third argument to
18104 gdb_remote_download.
18105 * gdb.guile/scm-frame-args.exp: Likewise.
18106 * gdb.guile/scm-section-script.exp: Likewise.
18107
18108 2014-12-05 Yao Qi <yao@codesourcery.com>
18109
18110 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
18111
18112 2014-12-04 Doug Evans <dje@google.com>
18113
18114 * gdb.python/py-objfile.exp: Add tests for
18115 objfile.add_separate_debug_file.
18116
18117 2014-12-04 Doug Evans <dje@google.com>
18118
18119 * lib/gdb.exp (get_build_id): New function.
18120 (build_id_debug_filename_get): Rewrite to use it.
18121 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
18122
18123 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
18124
18125 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
18126 `method(long)', not just 0x0.
18127 * gdb.cp/nsalias.exp: Align code labels to 4.
18128 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
18129 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
18130 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
18131 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
18132 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
18133 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
18134
18135 2014-12-02 Doug Evans <dje@google.com>
18136
18137 PR symtab/17602
18138 * gdb.cp/anon-ns.cc: Move guts of this file to ...
18139 * gdb.cp/anon-ns2.cc: ... here. New file.
18140 * gdb.cp/anon-ns.exp: Update.
18141
18142 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
18143
18144 * gdb.python/py-events.py (inferior_call_handler): New.
18145 (register_changed_handler, memory_changed_handler): New.
18146 (test_events.invoke): Register new handlers.
18147 * gdb.python/py-events.exp: Add tests for inferior call,
18148 memory_changed and register_changed events.
18149
18150 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
18151
18152 * gdb.base/execl-update-breakpoints.exp: Specify the link address
18153 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
18154 if the linker doesn't understand this.
18155
18156 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
18157
18158 * gdb.python/python.exp: Change expected reply to help().
18159
18160 2014-12-01 Yao Qi <yao@codesourcery.com>
18161
18162 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
18163 AC_CONFIG_SUBDIRS(gdb.gdbtk).
18164 * configure: Re-generated.
18165
18166 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
18167
18168 * gdb.cp/chained-calls.cc: New file.
18169 * gdb.cp/chained-calls.exp: New file.
18170 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
18171
18172 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
18173
18174 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
18175 * gdb.dwarf2/symtab-producer.exp: Same.
18176 * gdb.gdb/python-interrupts.exp: Same.
18177 * gdb.gdb/python-selftest.exp: Same.
18178 * gdb.python/py-linetable.exp: Same.
18179 * gdb.python/py-type.exp: Same.
18180 * gdb.python/py-value-cc.exp: Same.
18181 * gdb.python/py-value.exp: Same.
18182
18183 2014-11-28 Yao Qi <yao@codesourcery.com>
18184
18185 * gdb.base/break-probes.exp: Match library name prefixed with
18186 sysroot.
18187
18188 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
18189
18190 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
18191 test expected output. Add parentheses for the call to print.
18192 Remove L suffix from integers.
18193
18194 2014-11-26 Doug Evans <dje@google.com>
18195
18196 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
18197
18198 2014-11-22 Yao Qi <yao@codesourcery.com>
18199
18200 * gdb.trace/entry-values.c: Remove asms.
18201 (foo): Add foo_label.
18202 (bar): Add bar_label.
18203 * gdb.trace/entry-values.exp: Remove code computing foo's
18204 length and bar's length.
18205 (Dwarf::assemble): Invoke function_range for bar and use
18206 MACRO_AT_func for foo.
18207
18208 2014-11-22 Yao Qi <yao@codesourcery.com>
18209
18210 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
18211 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
18212 Use .Lgcc43_procstart instead of gcc43.
18213
18214 2014-11-21 Joel Brobecker <brobecker@adacore.com>
18215
18216 * gdb.ada/n_arr_bound: New testcase.
18217
18218 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
18219
18220 PR breakpoints/10737
18221 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
18222 test_catch_syscall_multi_arch.
18223 (test_catch_syscall_multi_arch): New function.
18224
18225 2014-11-20 Doug Evans <xdje42@gmail.com>
18226
18227 * gdb.base/maint.exp: Update expected output.
18228
18229 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
18230
18231 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
18232 4-byte instruction on S390.
18233
18234 2014-11-19 Joel Brobecker <brobecker@adacore.com>
18235
18236 * gdb.ada/arr_arr: New testcase.
18237
18238 2014-11-19 Joel Brobecker <brobecker@adacore.com>
18239
18240 * gdb.ada/pkd_arr_elem: New Testcase.
18241
18242 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
18243
18244 * gdb.reverse/break-precsave: Expect completion message for
18245 core file reads.
18246 * gdb.reverse/consecutive-precsave.exp: Likewise.
18247 * gdb.reverse/finish-precsave.exp: Likewise.
18248 * gdb.reverse/i386-precsave.exp: Likewise.
18249 * gdb.reverse/machinestate-precsave.exp: Likewise.
18250 * gdb.reverse/sigall-precsave.exp: Likewise.
18251 * gdb.reverse/solib-precsave.exp: Likewise.
18252 * gdb.reverse/step-precsave.exp: Likewise.
18253 * gdb.reverse/until-precsave.exp: Likewise.
18254 * gdb.reverse/watch-precsave.exp: Likewise.
18255
18256 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18257
18258 * gdb.base/bp-permanent.c: Include unistd.h.
18259 * gdb.python/py-framefilter-mi.c (main): Add return type.
18260 * gdb.python/py-framefilter.c (main): Likewise.
18261 * gdb.trace/actions-changed.c (main): Likewise.
18262
18263 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18264
18265 * gdb.mi/until.c: Add eye-catchers.
18266 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
18267 line numbers.
18268
18269 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18270
18271 * gdb.base/condbreak.exp: Drop references to removed non-prototype
18272 function header variants in break1.c.
18273 * gdb.base/ena-dis-br.exp: Likewise.
18274 * gdb.base/hbreak2.exp: Likewise.
18275 * gdb.reverse/until-precsave.exp: Drop references to removed
18276 non-prototype function header variants in ur1.c.
18277 * gdb.reverse/until-reverse.exp: Likewise.
18278
18279 2014-11-17 Petr Machata <pmachata@redhat.com>
18280
18281 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
18282 ${_cu_offset_size} bytes abbrev offset.
18283
18284 2014-11-15 Doug Evans <xdje42@gmail.com>
18285
18286 PR symtab/17559
18287 * gdb.base/line-symtabs.exp: New file.
18288 * gdb.base/line-symtabs.c: New file.
18289 * gdb.base/line-symtabs.h: New file.
18290
18291 2014-11-14 Yao Qi <yao@codesourcery.com>
18292
18293 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
18294 (func): Add label func_label.
18295 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
18296 Replace low_pc and high_pc with MACRO_AT_range.
18297 Replace name, low_pc and high_pc with MACRO_AT_func.
18298
18299 2014-11-14 Yao Qi <yao@codesourcery.com>
18300
18301 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
18302 Replace name, low_pc and high_pc with MACRO_AT_func.
18303
18304 2014-11-14 Yao Qi <yao@codesourcery.com>
18305
18306 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
18307 produce debug information.
18308 * gdb.dwarf2/implptr-optimized-out.S: Removed.
18309
18310 2014-11-14 Yao Qi <yao@codesourcery.com>
18311
18312 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
18313 object and get function length.
18314 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
18315 with MACRO_AT_func.
18316 (top-level): Replace gdb_compile and clean_restart with
18317 prepare_for_testing.
18318 * gdb.dwarf2/main.c (main): Add label main_label.
18319
18320 2014-11-14 Yao Qi <yao@codesourcery.com>
18321
18322 * lib/dwarf.exp (function_range): New procedure.
18323 (Dwarf::_handle_macro_at_func): New procedure.
18324 (Dwarf::_handle_macro_at_range): New procedure.
18325 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
18326
18327 2014-11-14 Yao Qi <yao@codesourcery.com>
18328
18329 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
18330 (_handle_attribute): New procedure.
18331
18332 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18333
18334 * gdb.ada/cond_lang/foo.c (callme): Add return type.
18335 * gdb.base/call-sc.c (zed): Likewise.
18336 * gdb.base/checkpoint.c (main): Likewise.
18337 * gdb.base/dump.c (main): Likewise.
18338 * gdb.base/gcore.c (main): Likewise.
18339 * gdb.base/huge.c (main): Likewise.
18340 * gdb.base/multi-forks.c (main): Likewise.
18341 * gdb.base/pr10179-a.c (main): Likewise.
18342 * gdb.base/savedregs.c (main): Likewise.
18343 * gdb.base/sigaltstack.c (main): Likewise.
18344 * gdb.base/siginfo.c (main): Likewise.
18345 * gdb.base/structs.c (zed): Likewise.
18346 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
18347 * gdb.mi/mi-syn-frame.c (main): Likewise.
18348 * gdb.mi/until.c (foo, main): Likewise.
18349 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
18350 * gdb.base/solib-weak.c (foo): Declare.
18351 * gdb.base/attach-twice.c: Include stdio.h.
18352 * gdb.base/weaklib1.c: Likewise.
18353 * gdb.base/weaklib2.c: Likewise.
18354 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
18355 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
18356 unistd.h.
18357 * gdb.base/attach-pie-misread.c: Include stdlib.h.
18358 * gdb.mi/mi-exit-code.c: Likewise.
18359 * gdb.base/break-interp-lib.c: Include string.h.
18360 * gdb.base/coremaker.c: Likewise.
18361 * gdb.base/testenv.c: Likewise.
18362 * gdb.python/py-finish-breakpoint.c: Likewise.
18363 * gdb.base/inferior-died.c: Include sys/wait.h.
18364 * gdb.base/fileio.c: Include time.h.
18365 * gdb.base/async-shell.c: Include unistd.h.
18366 * gdb.base/dprintf-non-stop.c: Likewise.
18367 * gdb.base/info-os.c: Likewise.
18368 * gdb.mi/mi-console.c: Likewise.
18369 * gdb.mi/watch-nonstop.c: Likewise.
18370 * gdb.python/py-events.c: Likewise.
18371 * gdb.base/async.c (baz): Move up before its invocation.
18372 * gdb.base/code_elim2.c (my_global_func): Likewise.
18373 * gdb.base/skip-solib-lib.c (multiply): Likewise.
18374 * gdb.base/advance.c (func2): Likewise.
18375
18376 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18377
18378 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
18379 variant.
18380 * gdb.base/annota3.c: Likewise.
18381 * gdb.base/async.c: Likewise.
18382 * gdb.base/average.c: Likewise.
18383 * gdb.base/call-ar-st.c: Likewise.
18384 * gdb.base/call-rt-st.c: Likewise.
18385 * gdb.base/call-sc.c: Likewise.
18386 * gdb.base/call-strs.c: Likewise.
18387 * gdb.base/ending-run.c: Likewise.
18388 * gdb.base/execd-prog.c: Likewise.
18389 * gdb.base/exprs.c: Likewise.
18390 * gdb.base/foll-exec.c: Likewise.
18391 * gdb.base/foll-fork.c: Likewise.
18392 * gdb.base/foll-vfork.c: Likewise.
18393 * gdb.base/funcargs.c: Likewise.
18394 * gdb.base/gcore.c: Likewise.
18395 * gdb.base/jump.c: Likewise.
18396 * gdb.base/langs0.c: Likewise.
18397 * gdb.base/langs1.c: Likewise.
18398 * gdb.base/langs2.c: Likewise.
18399 * gdb.base/mips_pro.c: Likewise.
18400 * gdb.base/nodebug.c: Likewise.
18401 * gdb.base/opaque0.c: Likewise.
18402 * gdb.base/opaque1.c: Likewise.
18403 * gdb.base/recurse.c: Likewise.
18404 * gdb.base/run.c: Likewise.
18405 * gdb.base/scope0.c: Likewise.
18406 * gdb.base/scope1.c: Likewise.
18407 * gdb.base/setshow.c: Likewise.
18408 * gdb.base/setvar.c: Likewise.
18409 * gdb.base/shmain.c: Likewise.
18410 * gdb.base/shr1.c: Likewise.
18411 * gdb.base/shr2.c: Likewise.
18412 * gdb.base/sigall.c: Likewise.
18413 * gdb.base/signals.c: Likewise.
18414 * gdb.base/so-indr-cl.c: Likewise.
18415 * gdb.base/solib2.c: Likewise.
18416 * gdb.base/structs.c: Likewise.
18417 * gdb.base/sum.c: Likewise.
18418 * gdb.base/vforked-prog.c: Likewise.
18419 * gdb.base/watchpoint.c: Likewise.
18420 * gdb.reverse/shr2.c: Likewise.
18421 * gdb.reverse/until-reverse.c: Likewise.
18422 * gdb.reverse/ur1.c: Likewise.
18423 * gdb.reverse/watch-reverse.c: Likewise.
18424
18425 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18426
18427 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
18428 variant.
18429 * gdb.base/sepdebug.exp: Drop references to removed code.
18430
18431 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18432
18433 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
18434 variant. Preserve original line numbering.
18435 * gdb.base/list1.c: Likewise.
18436
18437 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18438
18439 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
18440 variant.
18441 * gdb.base/break1.c: Likewise.
18442 * gdb.base/break.exp: Drop references to removed code.
18443
18444 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18445
18446 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
18447 variant.
18448
18449 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18450
18451 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
18452
18453 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18454
18455 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
18456 logic into perform_all_tests() and invoke it with and without
18457 function header prototypes.
18458 (do_function_calls): Remove conditional XFAIL for PR 5318.
18459 (rerun_and_prepare): Remove duplicate code.
18460 (perform_all_tests): New. Main logic moved here.
18461
18462 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18463
18464 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
18465 code guarded by #ifdef NO_PROTOTYPES.
18466 (t_double_many_args): Likewise.
18467 (DEF_FUNC_MANY_ARGS_1): Likewise.
18468 (DEF_FUNC_VALUES_1): Likewise.
18469 (t_structs_ldc): Renamed from t_structs_fc in conditional code
18470 guarded by #ifdef PROTOTYPES.
18471
18472 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18473
18474 * gdb.mi/mi-console.c: Add eye-catcher.
18475 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
18476 instead of literal line number.
18477
18478 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18479
18480 * gdb.base/shr2.c: Add eye-catcher.
18481 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
18482 line number.
18483
18484 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18485
18486 * gdb.base/jump.c: Add eye-catchers.
18487 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
18488 numbers.
18489
18490 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18491
18492 * gdb.base/execd-prog.c: Add eye-catchers.
18493 * gdb.base/foll-exec.c: Likewise.
18494 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
18495 line numbers.
18496
18497 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18498
18499 * gdb.base/ending-run.c: Add eye-catchers.
18500 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
18501 literal line numbers.
18502
18503 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18504
18505 * gdb.base/call-rt-st.c: Add eye-catchers.
18506 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
18507 literal line numbers.
18508
18509 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18510
18511 * gdb.base/call-ar-st.c: Add eye-catchers.
18512 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
18513 literal line numbers.
18514
18515 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18516
18517 * gdb.base/average.c: Add eye-catchers.
18518 * gdb.base/sum.c: Likewise.
18519 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
18520 regexps dynamically.
18521
18522 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18523
18524 * gdb.base/solib1.c: Add eye-catchers.
18525 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
18526 literal line numbers.
18527
18528 2014-11-12 Pedro Alves <palves@redhat.com>
18529
18530 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
18531 leader has exited.
18532
18533 2014-11-12 Pedro Alves <palves@redhat.com>
18534
18535 * gdb.arch/i386-bp_permanent.c: New file.
18536 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
18537 (srcfile): Set to i386-bp_permanent.c.
18538 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
18539 that stepi does not execute the 'leave' instruction, instead of
18540 testing it does execute.
18541 * gdb.base/bp-permanent.c: New file.
18542 * gdb.base/bp-permanent.exp: New file.
18543
18544 2014-11-10 Doug Evans <xdje42@gmail.com>
18545
18546 PR symtab/17564
18547 * gdb.base/symtab-search-order.exp: New file.
18548 * gdb.base/symtab-search-order.c: New file.
18549 * gdb.base/symtab-search-order-1.c: New file.
18550 * gdb.base/symtab-search-order-shlib-1.c: New file.
18551
18552 2014-11-07 Pedro Alves <palves@redhat.com>
18553
18554 PR gdb/17511
18555 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
18556 i?86-*-linux*.
18557
18558 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
18559
18560 PR c++/17494
18561 * gdb.cp/pr17494.cc: New file.
18562 * gdb.cp/pr17494.exp: New file.
18563
18564 2014-11-02 Yao Qi <yao@codesourcery.com>
18565
18566 * gdb.python/python.exp: Get working directory and match the
18567 output of "set extended-prompt \\w " with it.
18568
18569 2014-10-30 Doug Evans <dje@google.com>
18570
18571 * gdb.python/py-objfile.exp: Add tests for setting random attributes
18572 in objfiles.
18573 * gdb.python/py-progspace.exp: Add tests for setting random attributes
18574 in progspaces.
18575
18576 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
18577
18578 * gdb.base/fullpath-expand.exp: Skip for a remote host.
18579 * gdb.base/realname-expand.exp: Likewise.
18580 * gdb.linespec/macro-relative.exp: Likewise.
18581
18582 2014-10-29 Pedro Alves <palves@redhat.com>
18583
18584 PR gdb/17408
18585 * gdb.threads/schedlock.c (some_function): New function.
18586 (call_function): New global.
18587 (MAYBE_CALL_SOME_FUNCTION): New macro.
18588 (thread_function): Call it.
18589 * gdb.threads/schedlock.exp (get_args): Add description parameter,
18590 and use it instead of a global counter. Adjust all callers.
18591 (get_current_thread): Use "find current thread" for test message
18592 here rather than having all callers pass down the same string.
18593 (goto_loop): New procedure, factored out from ...
18594 (my_continue): ... this.
18595 (step_ten_loops): Change parameter from test message to command to
18596 use. Adjust.
18597 (list_count): Delete global.
18598 (check_result): New procedure, factored out from duplicate top
18599 level code.
18600 (continue tests): Wrap in with_test_prefix.
18601 (test_step): New procedure, factored out from duplicate top level
18602 code.
18603 (top level): Test "step" in combination with all scheduler-locking
18604 modes. Test "next" in combination with all scheduler-locking
18605 modes, and in combination with stepping over a function call or
18606 not.
18607 * gdb.threads/next-bp-other-thread.c: New file.
18608 * gdb.threads/next-bp-other-thread.exp: New file.
18609
18610 2014-10-29 Pedro Alves <palves@redhat.com>
18611
18612 PR python/17372
18613 * gdb.python/python.exp: Test a multi-line command that spawns
18614 interactive Python.
18615 * gdb.base/multi-line-starts-subshell.exp: New file.
18616
18617 2014-10-29 Yao Qi <yao@codesourcery.com>
18618
18619 * gdb.base/fileio.exp: Make directories on host.
18620
18621 2014-10-29 Yao Qi <yao@codesourcery.com>
18622
18623 * gdb.base/fileio.c (test_write): Close the file.
18624
18625 2014-10-28 Pedro Alves <palves@redhat.com>
18626
18627 PR gdb/12623
18628 * gdb.base/sigstep.c (no_handler): New global.
18629 (main): If 'no_handler is true, set the signal handlers to
18630 SIG_IGN.
18631 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
18632 with_sw_watch and no_handler parameters. Handle them.
18633 (top level) <stepping over handler when stopped at a breakpoint
18634 test>: Add a test axis for testing with a software watchpoint, and
18635 another for testing with the signal handler set to SIG_IGN.
18636 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
18637 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
18638
18639 2014-10-28 Pedro Alves <palves@redhat.com>
18640
18641 PR gdb/17511
18642 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
18643 * gdb.base/sigstep.exp (other_handler_location): New global.
18644 (advance): Support stepping into the signal handler, and running
18645 commands while in the handler.
18646 (in_handler_map): New global.
18647 (top level): In the advance test, add combinations for getting
18648 into the handler with stepping commands, and for running commands
18649 in the handler. Add comment descripting the advancei tests.
18650
18651 2014-10-28 Pedro Alves <palves@redhat.com>
18652
18653 * gdb.base/sigstep.exp: Use build_executable instead of
18654 prepare_for_testing.
18655 (top level): Move code that starts GDB, runs to main and creates a
18656 display to ...
18657 (restart): ... this new procedure.
18658 (top level): Move backtrace from signal handler test to ...
18659 (validate_backtrace): ... this new procedure.
18660 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
18661 with_test_prefix. Always restart GDB.
18662 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
18663 with_test_prefix. Always restart GDB. No need to delete
18664 breakpoints after the test.
18665 (test_skip_handler): Remove prefix parameter.
18666 (skip_over_handler, breakpoint_to_handler)
18667 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
18668 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
18669 restart GDB. No need to delete breakpoints after the test.
18670 (top level): Use foreach to call the test procedures with
18671 different commands.
18672
18673 2014-10-28 Pedro Alves <palves@redhat.com>
18674
18675 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
18676 instead of GNATS numbers.
18677 * gdb.base/sigbpt.exp: Likewise.
18678 * gdb.base/siginfo.exp: Likewise.
18679 * gdb.base/sigstep.exp: Likewise.
18680
18681 2014-10-27 Pedro Alves <palves@redhat.com>
18682
18683 * gdb.base/sigstep.c (dummy): New global.
18684 (main): Issue a couple writes to the new global.
18685 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
18686 procedures.
18687 (skip_over_handler): Use test_skip_handler.
18688 (top level): Call skip_over_handler for stepi and nexti too.
18689 (breakpoint_over_handler): Use test_skip_handler.
18690 (top level): Call breakpoint_over_handler for stepi and nexti too.
18691
18692 2014-10-27 Yao Qi <yao@codesourcery.com>
18693
18694 * gdb.trace/tfile.c (adjust_function_address)
18695 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
18696 function descriptor.
18697
18698 2014-10-24 Don Breazeal <donb@codesourcery.com>
18699
18700 * gdb.base/foll-fork.exp (test_follow_fork,
18701 catch_fork_child_follow): Check for updated fork messages emitted
18702 from infrun.c.
18703 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
18704 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
18705 vfork_and_exec_child_follow_through_step): Check for updated vfork
18706 messages emitted from infrun.c.
18707
18708 2014-10-24 Pedro Alves <palves@redhat.com>
18709
18710 * gdb.base/corefile.exp: Remove references to ultrix.
18711 * gdb.base/interrupt.exp: Likewise.
18712 * gdb.base/whatis.exp: Likewise.
18713 * gdb.gdb/selftest.exp: Likewise.
18714 * gdb.threads/manythreads.exp: Likewise.
18715 * gdb.threads/print-threads.exp: Likewise.
18716 * gdb.threads/pthreads.exp:: Likewise.
18717 * gdb.threads/schedlock.exp: Likewise.
18718
18719 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
18720
18721 * gdb.cp/non-trivial-retval.cc: Add a test case.
18722 * gdb.cp/non-trivial-retval.exp: Add a test.
18723
18724 2014-10-20 Yao Qi <yao@codesourcery.com>
18725
18726 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
18727 * gdb.python/py-objfile-script-gdb.py: New file.
18728 * gdb.python/py-objfile-script.exp: Update reference to
18729 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
18730 of remote_download. Remove the dest file.
18731
18732 2014-10-20 Yao Qi <yao@codesourcery.com>
18733
18734 * gdb.base/checkpoint.exp: Don't remove file copied on host.
18735 * gdb.base/step-line.exp: Likewise.
18736 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18737 * gdb.dwarf2/dw2-basic.exp: Likewise.
18738 * gdb.dwarf2/dw2-compressed.exp: Likewise.
18739 * gdb.dwarf2/dw2-filename.exp: Likewise.
18740 * gdb.dwarf2/dw2-intercu.exp: Likewise.
18741 * gdb.dwarf2/dw2-intermix.exp: Likewise.
18742 * gdb.dwarf2/dw2-producer.exp: Likewise.
18743 * gdb.dwarf2/mac-fileno.exp: Likewise.
18744 * gdb.python/py-frame-args.exp: Likewise.
18745 * gdb.python/py-framefilter.exp: Likewise.
18746 * gdb.python/py-mi.exp: Likewise.
18747 * gdb.python/py-objfile-script.exp: Likewise
18748 * gdb.python/py-pp-integral.exp: Likewise.
18749 * gdb.python/py-pp-re-notag.exp: Likewise.
18750 * gdb.python/py-prettyprint.exp: Likewise.
18751 * gdb.python/py-section-script.exp: Likewise.
18752 * gdb.python/py-typeprint.exp: Likewise.
18753 * gdb.python/py-xmethods.exp: Likewise.
18754 * gdb.stabs/weird.exp: Likewise.
18755 * gdb.xml/tdesc-regs.exp: Likewise.
18756
18757 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
18758
18759 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
18760 (out_cu): Use addr_len for the size of addresses.
18761 (out_line): Likewise. Size DW_LNE_set_address instruction
18762 according to addr_len.
18763 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
18764 (FUNC): Add START_INSNS to definition.
18765
18766 2014-10-18 Yao Qi <yao@codesourcery.com>
18767
18768 * gdb.base/argv0-symlink.exp: Check argv[0] value if
18769 gdb_has_argv0 return true.
18770 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
18771 check [target_info exists noargs], check [gdb_has_argv0]
18772 instead.
18773 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18774 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
18775 procedures.
18776
18777 2014-10-17 Doug Evans <dje@google.com>
18778
18779 * gdb.python/py-events.exp: Update expected output for clear_objfiles
18780 event.
18781 * gdb.python/py-events.py: Add clear_objfiles event.
18782
18783 2014-10-17 Doug Evans <dje@google.com>
18784
18785 * gdb.python/py-objfile.exp: Test progspace attribute.
18786
18787 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
18788
18789 * gdb.guile/scm-breakpoint.exp: Do not assume any
18790 directory separators when matching source file paths.
18791 * gdb.python/py-breakpoint.exp: Likewise.
18792 * gdb.reverse/break-precsave.exp: Likewise.
18793 * gdb.reverse/break-reverse.exp: Likewise.
18794 * gdb.reverse/consecutive-precsave.exp: Likewise.
18795 * gdb.reverse/finish-precsave.exp: Likewise.
18796 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
18797 * gdb.reverse/finish-reverse.exp: Likewise.
18798 * gdb.reverse/i386-precsave.exp: Likewise.
18799 * gdb.reverse/i387-env-reverse.exp: Likewise.
18800 * gdb.reverse/i387-stack-reverse.exp: Likewise.
18801 * gdb.reverse/machinestate-precsave.exp: Likewise.
18802 * gdb.reverse/machinestate.exp: Likewise.
18803 * gdb.reverse/sigall-precsave.exp: Likewise.
18804 * gdb.reverse/solib-precsave.exp: Likewise.
18805 * gdb.reverse/step-precsave.exp: Likewise.
18806 * gdb.reverse/until-precsave.exp: Likewise.
18807 * gdb.reverse/watch-precsave.exp: Likewise.
18808 * gdb.reverse/watch-reverse.exp: Likewise.
18809
18810 2014-10-17 Yao Qi <yao@codesourcery.com>
18811
18812 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
18813 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
18814
18815 2014-10-17 Pedro Alves <palves@redhat.com>
18816
18817 PR gdb/17471
18818 * gdb.base/bg-execution-repeat.c: New file.
18819 * gdb.base/bg-execution-repeat.exp: New file.
18820
18821 2014-10-17 Pedro Alves <palves@redhat.com>
18822
18823 PR gdb/17300
18824 * gdb.base/continue-all-already-running.c: New file.
18825 * gdb.base/continue-all-already-running.exp: New file.
18826
18827 2014-10-17 Pedro Alves <palves@redhat.com>
18828
18829 PR gdb/17472
18830 * gdb.base/annota-input-while-running.c: New file.
18831 * gdb.base/annota-input-while-running.exp: New file.
18832
18833 2014-10-17 Pedro Alves <palves@redhat.com>
18834
18835 * gdb.base/callfuncs.exp: emove references to osf.
18836 * gdb.base/sigall.exp: Likewise.
18837 * gdb.gdb/selftest.exp: Likewise.
18838 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
18839 * gdb.mi/non-stop.c: Likewise.
18840 * gdb.mi/pthreads.c: Likewise.
18841 * gdb.reverse/sigall-precsave.exp: Likewise.
18842 * gdb.reverse/sigall-reverse.exp: Likewise.
18843 * gdb.threads/pthreads.c: Likewise.
18844 * gdb.threads/pthreads.exp: Likewise.
18845
18846 2014-10-17 Yao Qi <yao@codesourcery.com>
18847
18848 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
18849 check 'target_info exists noargs'.
18850 (test_command_prompt_position): Likewise.
18851 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
18852 Remove "set args".
18853 (progvar_simple_while_test): Likewise.
18854 (progvar_complex_if_while_test): Likewise.
18855 (if_while_breakpoint_command_test): Likewise.
18856 (infrun_breakpoint_command_test): Likewise.
18857 (breakpoint_command_test): Likewise.
18858 (watchpoint_command_test): Likewise.
18859 (bp_deleted_in_command_test): Likewise.
18860 (temporary_breakpoint_commands): Likewise.
18861
18862 2014-10-16 Yao Qi <yao@codesourcery.com>
18863
18864 * gdb.base/remotetimeout.exp: Remove noargs checking.
18865
18866 2014-10-15 Pedro Alves <palves@redhat.com>
18867
18868 PR breakpoints/9649
18869 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
18870 * gdb.base/breakpoint-in-ro-region.exp
18871 (probe_target_hardware_step): New procedure.
18872 (top level): Probe hardware stepping and hardware breakpoint
18873 support. Test stepping through a read-only region, with both
18874 "breakpoint auto-hw" on and off and both "always-inserted" on and
18875 off.
18876
18877 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
18878
18879 * gdb.dlang/demangle.exp: Update for demangling changes.
18880
18881 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18882
18883 * gdb.cp/non-trivial-retval.cc: Add new test cases.
18884 * gdb.cp/non-trivial-retval.exp: Add new tests.
18885
18886 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18887
18888 PR c++/13403
18889 PR c++/15154
18890 * gdb.cp/non-trivial-retval.cc: New file.
18891 * gdb.cp/non-trivial-retval.exp: New file.
18892
18893 2014-10-15 Yao Qi <yao@codesourcery.com>
18894
18895 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
18896 remote host.
18897
18898 2014-10-15 Yao Qi <yao@codesourcery.com>
18899
18900 * gdb.python/py-symbol.exp: Match file base name if host is
18901 remote, otherwise match file name with dir name.
18902 * gdb.python/py-symtab.exp: Likewise.
18903 * gdb.python/python.exp: Likewise.
18904
18905 2014-10-15 Yao Qi <yao@codesourcery.com>
18906
18907 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
18908 pattern.
18909 * gdb.python/py-symtab.exp: Likewise.
18910 * gdb.python/python.exp: Remove trailing ".*". Fix typo
18911 locationn.
18912
18913 2014-10-14 Joel Brobecker <brobecker@adacore.com>
18914
18915 * gdb.ada/addr_arith: New testcase.
18916
18917 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
18918
18919 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
18920 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
18921 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
18922 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
18923
18924 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
18925
18926 * gdb.arch/stap-eval-lang-ada.S: Likewise.
18927 * gdb.arch/stap-eval-lang-ada.c: Likewise.
18928 * gdb.arch/stap-eval-lang-ada.exp: New file.
18929
18930 2014-10-14 Yao Qi <yao@codesourcery.com>
18931
18932 * gdb.mi/mi-var-child.c (nothing1): New function.
18933 (nothing2): New function.
18934 (do_children_tests): Set function pointers by nothing1 and
18935 nothing2.
18936 * gdb.mi/mi-var-child.exp: Step over new added statements.
18937 Update test to match the new output.
18938 * gdb.mi/var-cmd.c (nothing1): New function.
18939 (nothing2): New function.
18940 (do_children_tests): Set function pointers by nothing1 and
18941 nothing2.
18942 * gdb.mi/mi-var-display.exp: Update test to match output.
18943 Step to the line specified by $line_dct_nothing.
18944 Increase the number of lines to step.
18945
18946 2014-10-14 Yao Qi <yao@codesourcery.com>
18947
18948 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
18949 tests.
18950 * gdb.mi/mi2-var-child.exp: Likewise.
18951
18952 2014-10-13 Doug Evans <dje@google.com>
18953
18954 * gdb.python/py-objfile.exp: Change name of file name test.
18955
18956 2014-10-13 Doug Evans <dje@google.com>
18957
18958 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
18959 from the start of the CU.
18960
18961 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
18962 Yao Qi <yao@codesourcery.com>
18963
18964 Fix "save breakpoints" for "catch" command.
18965 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
18966 Remove -nonewline. Match also the added "main" line.
18967
18968 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18969
18970 Fix "save breakpoints" for "disable $bpnum" command.
18971 * gdb.base/save-bp.c (main): Add label.
18972 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
18973
18974 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18975
18976 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
18977
18978 2014-10-11 Yao Qi <yao@codesourcery.com>
18979
18980 * gdb.server/server-kill.exp: Execute command
18981 "set remote trace-status-packet on" before "tstatus".
18982
18983 2014-10-11 Yao Qi <yao@codesourcery.com>
18984
18985 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
18986 (main): Call getppid.
18987 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
18988 and continue to it. Read variable "server_pid".
18989
18990 2014-10-11 Yao Qi <yao@codesourcery.com>
18991
18992 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
18993
18994 2014-10-11 Yao Qi <yao@codesourcery.com>
18995
18996 * gdb.threads/thread-find.exp: Don't execute command
18997 "info threads".
18998 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
18999 * gdb.threads/linux-dp.exp: Don't check the condition
19000 $threads_created equals to zero.
19001
19002 2014-10-10 Pedro Alves <palves@redhat.com>
19003
19004 * gdb.base/bigcore.exp: Remove references to IRIX.
19005 * gdb.base/funcargs.exp: Likewise.
19006 * gdb.base/interrupt.exp: Likewise.
19007 * gdb.base/mips_pro.exp: Likewise.
19008 * gdb.base/nodebug.exp: Likewise.
19009 * gdb.base/setvar.exp: Likewise.
19010 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
19011
19012 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
19013 Pedro Alves <palves@redhat.com>
19014
19015 PR symtab/14466
19016 * gdb.base/vdso-warning.c: New file.
19017 * gdb.base/vdso-warning.exp: New file.
19018
19019 2014-10-02 Doug Evans <dje@google.com>
19020
19021 * gdb.base/structs.c (main): Don't run forever.
19022
19023 2014-10-02 Pedro Alves <palves@redhat.com>
19024
19025 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
19026 (top level) <stop threads 1, stop threads 2>: Use it.
19027
19028 2014-10-02 Pedro Alves <palves@redhat.com>
19029
19030 * gdb.threads/break-while-running.exp (test): Add new
19031 'update_thread_list' argument. Skip "info threads" if false.
19032 (top level): Add new 'update_thread_list' axis.
19033
19034 2014-10-02 Pedro Alves <palves@redhat.com>
19035
19036 PR breakpoints/17431
19037 * gdb.base/execl-update-breakpoints.c: New file.
19038 * gdb.base/execl-update-breakpoints.exp: New file.
19039
19040 2014-10-01 Pedro Alves <palves@redhat.com>
19041
19042 * gdb.base/breakpoint-in-ro-region.c: New file.
19043 * gdb.base/breakpoint-in-ro-region.exp: New file.
19044
19045 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
19046
19047 * gdb.mi/mi-exit-code.exp: New file.
19048 * gdb.mi/mi-exit-code.c: New file.
19049
19050 2014-09-30 Yao Qi <yao@codesourcery.com>
19051
19052 * lib/prelink-support.exp (build_executable_own_libs): Error if
19053 the target isn't native.
19054
19055 2014-09-30 Yao Qi <yao@codesourcery.com>
19056
19057 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
19058 false.
19059
19060 2014-09-22 Pedro Alves <palves@redhat.com>
19061
19062 * gdb.threads/break-while-running.exp: New file.
19063 * gdb.threads/break-while-running.c: New file.
19064
19065 2014-09-19 Yao Qi <yao@codesourcery.com>
19066
19067 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
19068 Invoke test. Restart GDB with --readnow and invoke test again.
19069
19070 2014-09-19 Yao Qi <yao@codesourcery.com>
19071
19072 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
19073 proc set_breakpoint_on_gcd_function. Invoke
19074 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
19075 invoke set_breakpoint_on_gcd_function again.
19076
19077 2014-09-18 Doug Evans <dje@google.com>
19078
19079 * gdb.dwarf2/symtab-producer.exp: New file.
19080
19081 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
19082
19083 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
19084 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
19085 * gdb.base/global-var-nested-by-dso.c: Likewise.
19086 * gdb.base/global-var-nested-by-dso.exp: Likewise.
19087
19088 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
19089 Pedro Alves <palves@redhat.com>
19090
19091 * gdb.base/watch-bitfields.exp: Pass string other than test file
19092 name to prepare_for_testing.
19093 (watch): New procedure.
19094 (expect_watchpoint): Use with_test_prefix.
19095 (top level): Factor out tests to ...
19096 (test_watch_location, test_regular_watch): ... these new
19097 procedures, and use with_test_prefix and gdb_continue_to_end.
19098
19099 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
19100
19101 PR breakpoints/12526
19102 * gdb.base/watch-bitfields.exp: New file.
19103 * gdb.base/watch-bitfields.c: New file.
19104
19105 2014-09-16 Pedro Alves <palves@redhat.com>
19106
19107 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
19108 software and hardware addresses, not software address against
19109 itself.
19110
19111 2014-09-16 Pedro Alves <palves@redhat.com>
19112
19113 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
19114 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
19115
19116 2014-09-16 Pedro Alves <palves@redhat.com>
19117
19118 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
19119 files.
19120 * gdb.base/a2-run.exp: Remove all code guarded by istarget
19121 "*-*-vxworks*" throughout.
19122 * gdb.base/break.exp: Likewise.
19123 * gdb.base/default.exp: Likewise.
19124 * gdb.base/scope.exp: Likewise.
19125 * gdb.base/sepdebug.exp: Likewise.
19126 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
19127 throughout.
19128 * gdb.base/run.c: Likewise.
19129 * gdb.base/sepdebug.c: Likewise.
19130 * gdb.hp/gdb.aCC/run.c: Likewise.
19131 * gdb.reverse/until-reverse.c: Likewise.
19132 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
19133
19134 2014-09-16 Yao Qi <yao@codesourcery.com>
19135
19136 * boards/local-remote-host-native.exp: New file.
19137
19138 2014-09-14 Doug Evans <xdje42@gmail.com>
19139
19140 * gdb.threads/queue-signal.c (thread_count): New variable.
19141 (thread_count_mutex, thread_count_condvar): New variables.
19142 (incr_thread_count, wait_all_threads_running): New functions.
19143 (main): Wait for all threads to be in their thread functions.
19144
19145 2014-09-13 Doug Evans <xdje42@gmail.com>
19146
19147 * gdb.threads/queue-signal.c: New file.
19148 * gdb.threads/queue-signal.exp: New file.
19149
19150 2014-09-13 Doug Evans <xdje42@gmail.com>
19151
19152 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
19153 be consistent with what default_gdb_init uses.
19154 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
19155 the plain text of the prompt. Add some logging printfs.
19156 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
19157
19158 2014-09-12 Pedro Alves <palves@redhat.com>
19159
19160 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
19161 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
19162 * gdb.arch/i386-size-overlap.exp: Likewise.
19163 * gdb.arch/i386-size.exp: Likewise.
19164 * gdb.arch/i386-unwind.exp: Likewise.
19165 * gdb.base/a2-run.exp: Likewise.
19166 * gdb.base/break.exp: Likewise.
19167 * gdb.base/charset.exp: Likewise.
19168 * gdb.base/chng-syms.exp: Likewise.
19169 * gdb.base/commands.exp: Likewise.
19170 * gdb.base/dbx.exp: Likewise.
19171 * gdb.base/find.exp: Likewise.
19172 * gdb.base/funcargs.exp: Likewise.
19173 * gdb.base/jit-simple.exp: Likewise.
19174 * gdb.base/reread.exp: Likewise.
19175 * gdb.base/sepdebug.exp: Likewise.
19176 * gdb.base/step-bt.exp: Likewise.
19177 * gdb.cp/mb-inline.exp: Likewise.
19178 * gdb.cp/mb-templates.exp: Likewise.
19179 * gdb.objc/basicclass.exp: Likewise.
19180 * gdb.threads/killed.exp: Likewise.
19181
19182 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19183
19184 PR tdep/17379
19185 * gdb.arch/powerpc-stackless.S: New file.
19186 * gdb.arch/powerpc-stackless.exp: New file.
19187
19188 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
19189
19190 * gdb.base/attach.c: Include unistd.h.
19191 (main): Call alarm. Add label postloop.
19192 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
19193 gdb_breakpoint, gdb_continue_to_breakpoint.
19194 (test_command_line_attach_run): Kill ${testpid} in one exit path.
19195
19196 2014-09-11 Pedro Alves <palves@redhat.com>
19197
19198 PR gdb/17347
19199 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
19200 * gdb.base/attach.exp (test_command_line_attach_run): New
19201 procedure.
19202 (top level): Call it.
19203
19204 2014-09-11 Pedro Alves <palves@redhat.com>
19205
19206 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
19207 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
19208 (do_command_attach_tests): Use spawn_wait_for_attach.
19209 * gdb.base/solib-overlap.exp: Likewise.
19210 * gdb.multi/multi-attach.exp: Likewise.
19211 * gdb.python/py-prompt.exp: Likewise.
19212 * gdb.python/py-sync-interp.exp: Likewise.
19213 * gdb.server/ext-attach.exp: Likewise.
19214
19215 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
19216
19217 * gdb.fortran/array-element.exp: Remove unexpected "continue"
19218 command in testcase. Simplify testcase.
19219
19220 2014-09-10 Joel Brobecker <brobecker@adacore.com>
19221
19222 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
19223
19224 2014-09-10 Joel Brobecker <brobecker@adacore.com>
19225
19226 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
19227
19228 2014-09-10 Joel Brobecker <brobecker@adacore.com>
19229
19230 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
19231
19232 2014-09-10 Joel Brobecker <brobecker@adacore.com>
19233
19234 * gdb.dwarf2/dynarr-ptr.c: New file.
19235 * gdb.dwarf2/dynarr-ptr.exp: New file.
19236
19237 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19238
19239 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
19240 of 30 rather than hardcoding 120 for a slow test case. Take the
19241 `gdb,timeout' target setting into account for this calculation.
19242 Don't extend the timeout for the test cases that don't need it.
19243
19244 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19245
19246 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
19247 a factor of 2 for a slow test case. Take the `gdb,timeout'
19248 target setting into account for this calculation.
19249 * gdb.reverse/until-precsave.exp: Increase the timeout by
19250 a factor of 15 and 3 respectively rather than adding 120
19251 for a pair of slow test cases. Take the `gdb,timeout'
19252 target setting into account for this calculation.
19253
19254 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19255
19256 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
19257 timeout, don't pass one down to gdb_expect.
19258 (gdb_expect): Rework timeout selection.
19259
19260 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19261
19262 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
19263 exception on timeout.
19264 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
19265 (gdbserver_start_extended): Catch any `gdbserver_start' error
19266 exceptions.
19267 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
19268 * lib/mi-support.exp (mi_gdb_target_load): Catch any
19269 `gdbserver_gdb_load' error exceptions.
19270
19271 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19272
19273 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
19274 120 on waiting for the TCP socket to open.
19275
19276 2014-09-09 Doug Evans <xdje42@gmail.com>
19277
19278 * gdb.base/default.exp (show_conv_list): Add _caller_is,
19279 _caller_matches, _any_caller_is, _any_caller_matches.
19280
19281 2014-09-09 Doug Evans <xdje42@gmail.com>
19282
19283 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
19284
19285 2014-09-09 Yao Qi <yao@codesourcery.com>
19286
19287 * gdb.mi/mi-var-display.exp: Set print symbol off.
19288
19289 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
19290
19291 PR gdb/17035
19292 * gdb.base/commands.exp: Add tests to verify user-defined
19293 commands with empty bodies.
19294 * gdb.python/py-cmd.exp: Test that we don't show user-defined
19295 python commands in `show user command`.
19296 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
19297 scheme commands in `show user command`.
19298
19299 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19300
19301 PR python/17355
19302 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
19303 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
19304 * gdb.python/py-framefilter-invalidarg.exp: New file.
19305 * gdb.python/py-framefilter-invalidarg.py: New file.
19306
19307 2014-09-06 Doug Evans <xdje42@gmail.com>
19308
19309 PR 15276
19310 * gdb.python/py-caller-is.c: New file.
19311 * gdb.python/py-caller-is.exp: New file.
19312
19313 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
19314
19315 PR gdb/17235
19316 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
19317 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
19318
19319 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
19320
19321 PR fortran/17237
19322 * gdb.fortran/print-formatted.exp: New file.
19323 * gdb.fortran/print-formatted.f90: Likewise.
19324
19325 2014-09-03 Sasha Smundak <asmundak@google.com>
19326
19327 * gdb.python/py-frame.exp: Test Frame.read_register.
19328
19329 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
19330
19331 PR python/16699
19332 * gdb.python/py-completion.exp: New file.
19333 * gdb.python/py-completion.py: Likewise.
19334
19335 2014-08-28 Doug Evans <dje@google.com>
19336
19337 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
19338 eax,etc. are live with values set by gdb and thus the compiler can't
19339 use them.
19340 * gdb.arch/i386-pseudo.c (main): Ditto.
19341
19342 2014-08-27 Doug Evans <dje@google.com>
19343
19344 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
19345
19346 2014-08-25 Doug Evans <dje@google.com>
19347
19348 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
19349 (main): Ditto.
19350
19351 2014-08-25 Doug Evans <dje@google.com>
19352
19353 * gdb.threads/thread-execl.exp: #include <stdio.h>.
19354
19355 2014-08-24 Yao Qi <yao@codesourcery.com>
19356
19357 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
19358 symbol off.
19359 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
19360
19361 2014-08-22 Doug Evans <dje@google.com>
19362
19363 PR 17276
19364 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
19365 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
19366 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
19367
19368 2014-08-22 Yao Qi <yao@codesourcery.com>
19369
19370 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
19371 * gdb.python/py-finish-breakpoint2.exp: Likewise.
19372 * gdb.python/python.exp: Likewise. Use .py file on the host
19373 instead of the build.
19374
19375 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19376
19377 * gdb.threads/gcore-stale-thread.c: New file.
19378 * gdb.threads/gcore-stale-thread.exp: New file.
19379
19380 2014-08-21 Pedro Alves <palves@redhat.com>
19381
19382 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
19383 * gdb.base/gcore-relro-pie.exp: Likewise.
19384 * gdb.base/gcore-relro.exp: Likewise.
19385 * gdb.base/gcore.exp: Likewise.
19386 * gdb.base/print-symbol-loading.exp: Likewise.
19387 * gdb.threads/gcore-thread.exp: Likewise.
19388 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
19389
19390 2014-08-20 Pedro Alves <palves@redhat.com>
19391 Jan Kratochvil <jan.kratochvil@redhat.com>
19392
19393 * Makefile.in (EXTRA_RULES, CC): New variables, get from
19394 configure.
19395 (EXPECT): Handle READ1 being set.
19396 (all): Depend on EXTRA_RULES.
19397 (check-read1, expect-read1, read1.so, read1): New rules.
19398 * README (Testsuite Parameters): Document the READ1 make variable.
19399 (Race detection): New section.
19400 * configure: Regenerate.
19401 * configure.ac: If build==host==target, and running under a
19402 GNU/glibc system, add read1 to the extra Makefile rules.
19403 (EXTRA_RULES): AC_SUBST it.
19404 * lib/read1.c: New file.
19405
19406 2014-08-20 Joel Brobecker <brobecker@adacore.com>
19407
19408 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
19409 the handling of variables declared as a typedef to an array
19410 which a DW_AT_data_location attribute.
19411
19412 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
19413 Pedro Alves <palves@redhat.com>
19414
19415 PR symtab/14604
19416 PR symtab/14605
19417 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
19418 gdb_test.
19419
19420 2014-08-19 Pedro Alves <palves@redhat.com>
19421
19422 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
19423
19424 2014-08-19 Yao Qi <yao@codesourcery.com>
19425
19426 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
19427 right line.
19428
19429 2014-08-18 David Blaikie <dblaikie@gmail.com>
19430
19431 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
19432
19433 2014-08-18 Joel Brobecker <brobecker@adacore.com>
19434
19435 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
19436 attribute in array range.
19437
19438 2014-08-18 Joel Brobecker <brobecker@adacore.com>
19439
19440 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
19441
19442 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
19443
19444 PR c++/17132
19445 * gdb.cp/pr17132.cc: New file.
19446 * gdb.cp/pr17132.exp: New file.
19447
19448 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
19449
19450 * gdb.python/py-xmethods.py (A_getarrayind)
19451 (E_method_char_worker.__call__, E_method_int_worker.__call__):
19452 Use 'print' with function call syntax.
19453 (E_method_matcher.match): Fix tab vs space indentation mixup.
19454
19455 2014-08-15 Yao Qi <yao@codesourcery.com>
19456
19457 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
19458 false.
19459
19460 2014-08-15 Yao Qi <yao@codesourcery.com>
19461
19462 * gdb.cp/casts.exp: Set print symbol off.
19463 * gdb.cp/class2.exp: Likewise.
19464 * gdb.cp/overload.exp: Likewise.
19465 * gdb.cp/templates.exp: Likewise.
19466
19467 2014-08-11 Doug Evans <dje@google.com>
19468
19469 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
19470 (test_load_shlib): Update.
19471
19472 2014-08-09 Yao Qi <yao@codesourcery.com>
19473
19474 * gdb.base/display.exp: Invoke is_address_zero_readable.
19475 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
19476 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
19477 * gdb.base/hbreak-unmapped.exp: Return if
19478 is_address_zero_readable returns true.
19479 * gdb.base/signest.exp: Likewise.
19480 * gdb.base/signull.exp: Likewise.
19481 * gdb.base/sigbpt.exp: Likewise.
19482 * gdb.guile/scm-disasm.exp: Do the test if
19483 is_address_zero_readable returns false.
19484 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
19485 * gdb.python/py-arch.exp: Likewise.
19486 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
19487 * lib/gdb.exp (is_address_zero_readable): New proc.
19488
19489 2014-08-09 Yao Qi <yao@codesourcery.com>
19490
19491 PR testsuite/13443
19492 * gdb.mi/mi-var-display.exp: Make test messages unique.
19493
19494 2014-08-04 Tom Tromey <tromey@redhat.com>
19495
19496 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
19497 target 0".
19498
19499 2014-08-04 Tom Tromey <tromey@redhat.com>
19500
19501 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
19502 "target_resume".
19503
19504 2014-08-01 Joel Brobecker <brobecker@adacore.com>
19505
19506 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
19507 inner_vla_struct_object_size.
19508 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
19509 as xfail.
19510
19511 2014-07-30 Pedro Alves <palves@redhat.com>
19512
19513 * gdb.threads/signal-command-handle-nopass.exp (test): Add
19514 comment.
19515
19516 2014-07-29 Yao Qi <yao@codesourcery.com>
19517
19518 PR gdb/17206
19519 * gdb.base/until-nodebug.exp: New.
19520
19521 2014-07-28 Doug Evans <xdje42@gmail.com>
19522
19523 PR guile/17203
19524 * gdb.guile/scm-parameter.exp: Add tests for trying to create
19525 previously existing parameter, and previously ambiguously spelled
19526 parameter.
19527
19528 2014-07-28 Will Newton <will.newton@linaro.org>
19529
19530 * gdb.base/varargs.exp: Remove KFAILs for ARM.
19531
19532 2014-07-26 Ludovic Courtès <ludo@gnu.org>
19533 Doug Evans <xdje42@gmail.com>
19534
19535 PR guile/17146
19536 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
19537
19538 2014-07-25 Pedro Alves <palves@redhat.com>
19539
19540 * gdb.threads/signal-command-handle-nopass.c: New file.
19541 * gdb.threads/signal-command-handle-nopass.exp: New file.
19542 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
19543 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
19544 * gdb.threads/signal-delivered-right-thread.c: New file.
19545 * gdb.threads/signal-delivered-right-thread.exp: New file.
19546
19547 2014-07-25 Pedro Alves <palves@redhat.com>
19548
19549 * gdb.base/double-prompt-target-event-error.exp
19550 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
19551 match.
19552 (cancel_pagination_in_target_event): Rework double prompt
19553 detection.
19554 * gdb.base/paginate-after-ctrl-c-running.exp
19555 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
19556 <return>' match.
19557 * gdb.base/paginate-bg-execution.exp
19558 (test_bg_execution_pagination_return)
19559 (test_bg_execution_pagination_cancel): Remove '-notransfer
19560 <return>' matches.
19561 * gdb.base/paginate-execution-startup.exp
19562 (test_fg_execution_pagination_return)
19563 (test_fg_execution_pagination_cancel): Remove '-notransfer
19564 <return>' matches.
19565 * gdb.base/paginate-inferior-exit.exp
19566 (test_paginate_inferior_exited): Remove '-notransfer <return>'
19567 match.
19568 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
19569 * lib/gdb.exp (pagination_prompt): Run text through
19570 string_to_regexp.
19571 (gdb_test_multiple): Match $pagination_prompt instead of
19572 "<return>".
19573 (string_to_regexp): Move to lib/gdb-utils.exp.
19574
19575 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
19576
19577 * gdb.arch/amd64-entry-value-paramref.S: New file.
19578 * gdb.arch/amd64-entry-value-paramref.cc: New file.
19579 * gdb.arch/amd64-entry-value-paramref.exp: New file.
19580 * gdb.arch/amd64-optimout-repeat.S: New file.
19581 * gdb.arch/amd64-optimout-repeat.c: New file.
19582 * gdb.arch/amd64-optimout-repeat.exp: New file.
19583
19584 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
19585
19586 PR gdb/17170
19587 * gdb.base/statistics.exp: New file.
19588
19589 2014-07-17 Doug Evans <dje@google.com>
19590
19591 PR gdb/17170
19592 * gdb.base/maint.exp: Update testing of per-command stats.
19593
19594 2014-07-16 Pedro Alves <palves@redhat.com>
19595
19596 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
19597 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
19598 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
19599 (tfile_write_buf): New functions.
19600 (add_memory_block): Rewrite using the above.
19601 (adjust_function_address): New function.
19602 (FUNCTION_ADDRESS): New macro.
19603 (write_basic_trace_file): Remove short_x local, and use
19604 tfile_write_16. Change type of func_addr local to unsigned long
19605 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
19606 here. Cast argument of add_memory_block to char pointer.
19607 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
19608 (main): Remove parameters.
19609 * gdb.trace/tfile.exp: Remove nowarnings.
19610
19611 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
19612
19613 * gdb.base/debug-expr.exp: Test string evaluation with
19614 "debug expression" on.
19615
19616 2014-07-15 Pedro Alves <palves@redhat.com>
19617
19618 * gdb.base/reread.exp: Use clean_restart.
19619
19620 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
19621
19622 * gdb.arch/avr-flash-qualifer.c: New.
19623 * gdb.arch/avr-flash-qualifer.exp: New.
19624
19625 2014-07-14 Pedro Alves <palves@redhat.com>
19626
19627 * gdb.base/paginate-after-ctrl-c-running.c: New file.
19628 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
19629
19630 2014-07-14 Pedro Alves <palves@redhat.com>
19631
19632 * gdb.base/double-prompt-target-event-error.c: New file.
19633 * gdb.base/double-prompt-target-event-error.exp: New file.
19634
19635 2014-07-14 Pedro Alves <palves@redhat.com>
19636
19637 PR gdb/17072
19638 * gdb.base/paginate-inferior-exit.c: New file.
19639 * gdb.base/paginate-inferior-exit.exp: New file.
19640
19641 2014-07-14 Pedro Alves <palves@redhat.com>
19642
19643 PR gdb/17072
19644 * gdb.base/paginate-bg-execution.c: New file.
19645 * gdb.base/paginate-bg-execution.exp: New file.
19646
19647 2014-07-14 Pedro Alves <palves@redhat.com>
19648
19649 PR gdb/17072
19650 * gdb.base/paginate-execution-startup.c: New file.
19651 * gdb.base/paginate-execution-startup.exp: New file.
19652 * lib/gdb.exp (pagination_prompt): New global.
19653 (default_gdb_spawn): New procedure, factored out from
19654 default_gdb_spawn.
19655 (default_gdb_start): Adjust to call default_gdb_spawn.
19656 (gdb_spawn): New procedure.
19657
19658 2014-07-14 Pedro Alves <palves@redhat.com>
19659
19660 * lib/gdb.exp (gdb_assert): New procedure.
19661 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
19662
19663 2014-07-14 Pedro Alves <palves@redhat.com>
19664
19665 * gdb.base/execution-termios.c: New file.
19666 * gdb.base/execution-termios.exp: New file.
19667
19668 2014-07-14 Tom Tromey <tromey@redhat.com>
19669
19670 * gdb.cp/vla-cxx.cc: New file.
19671 * gdb.cp/vla-cxx.exp: New file.
19672
19673 2014-07-14 Tom Tromey <tromey@redhat.com>
19674
19675 * gdb.reverse/rerun-prec.c: New file.
19676 * gdb.reverse/rerun-prec.exp: New file.
19677
19678 2014-07-12 Maciej W. Rozycki <macro@mips.com>
19679 Maciej W. Rozycki <macro@codesourcery.com>
19680
19681 * lib/gdb-utils.exp: New file.
19682 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
19683 inline `gdb_init_command' processing.
19684 (gdb_start_cmd): Likewise.
19685 * lib/mi-support.exp (mi_run_cmd): Likewise.
19686 * README: Document `gdb_init_command' and `gdb_init_commands'.
19687
19688 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19689
19690 Fix false FAIL running under a very long directory name.
19691 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
19692 and "set print elements 10000". Twice.
19693
19694 2014-07-11 Yao Qi <yao@codesourcery.com>
19695
19696 * gdb.base/exprs.exp: "set print symbol off".
19697
19698 2014-07-11 Pedro Alves <palves@redhat.com>
19699
19700 * gdb.threads/kill.c: New file.
19701 * gdb.threads/kill.exp: New file.
19702
19703 2014-07-10 Yao Qi <yao@codesourcery.com>
19704
19705 * gdb.trace/tfile.c (write_basic_trace_file)
19706 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
19707 address written to trace file.
19708
19709 2014-07-09 Pedro Alves <palves@redhat.com>
19710
19711 * gdb.base/attach-wait-input.exp: New file.
19712 * gdb.base/attach-wait-input.c: New file.
19713
19714 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
19715
19716 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
19717 setting up test structures.
19718 (main): Call new test function.
19719 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
19720 test function, continue into test function and walk test
19721 structures.
19722
19723 2014-07-02 Yao Qi <yao@codesourcery.com>
19724
19725 * gdb.trace/entry-values.c: Define labels 'foo_start' and
19726 'bar_start' at the beginning of functions 'foo' and 'bar'
19727 respectively.
19728 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
19729 instead of 'foo' and 'bar'.
19730
19731 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
19732
19733 * gdb.btrace/segv.exp: New.
19734 * gdb.btrace/segv.c: New.
19735
19736 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
19737
19738 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
19739 instruction.
19740
19741 2014-06-30 Mark Wielaard <mjw@redhat.com>
19742
19743 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
19744 vulture, vilify, villar): New volatile array constants.
19745 (vindictive, vegetation): New const volatile array constants.
19746 * gdb.base/volatile.exp: Test volatile and const volatile array
19747 types.
19748
19749 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
19750
19751 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
19752 target lacks support for awatch, rwatch, or hbreak.
19753
19754 2014-06-27 Yao Qi <yao@codesourcery.com>
19755
19756 * gdb.multi/dummy-frame-restore.exp: New.
19757 * gdb.multi/dummy-frame-restore.c: New.
19758
19759 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
19760
19761 * gdb.btrace/gcore.exp: New.
19762
19763 2014-06-23 Pedro Alves <palves@redhat.com>
19764
19765 * gdb.base/watchpoint-reuse-slot.c: New file.
19766 * gdb.base/watchpoint-reuse-slot.exp: New file.
19767
19768 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
19769
19770 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
19771 progspace's filename in 'info', 'enable' and 'disable' command
19772 tests.
19773
19774 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
19775
19776 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
19777 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19778 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
19779
19780 2014-06-20 Gary Benson <gbenson@redhat.com>
19781
19782 * gdb.arch/i386-avx.exp: Fix include file location.
19783 * gdb.arch/i386-sse.exp: Likewise.
19784
19785 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
19786
19787 * gdb.dlang/expression.exp: New file.
19788
19789 2014-06-19 Pedro Alves <palves@redhat.com>
19790
19791 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
19792 out from ...
19793 (top level): ... here. Iterate running tests under different
19794 scheduler-locking settings.
19795
19796 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
19797
19798 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
19799 to DW_FORM_addr and use non-zero addresses.
19800
19801 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
19802
19803 PR gdb/17017
19804 * gdb.python/py-xmethods.cc: Add global function call counters and
19805 increment them in their respective functions. Remove "cout"
19806 statements.
19807 * gdb.python/py-xmethods.exp: Make tests check the global function
19808 call counters instead of depending on inferior IO.
19809
19810 2014-06-18 Don Breazeal <donb@codesourcery.com>
19811
19812 * gdb.base/foll-fork.exp (default_fork_parent_follow):
19813 Deleted procedure.
19814 (explicit_fork_parent_follow): Deleted procedure.
19815 (explicit_fork_child_follow): Deleted procedure.
19816 (test_follow_fork): New procedure.
19817 (do_fork_tests): Replace calls to deleted procedures with
19818 calls to test_follow_fork and reset GDB for subsequent
19819 procedure calls.
19820
19821 2014-06-17 Yao Qi <yao@codesourcery.com>
19822
19823 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
19824 CP1252.
19825
19826 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
19827
19828 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
19829 Initialize ptr and S explicitly.
19830 (skip_type_update_when_not_use_rtti_test): Likewise.
19831
19832 2014-06-16 Keith Seitz <keiths@redhat.com>
19833
19834 PR mi/15863
19835 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
19836 the inferior is started.
19837
19838 2014-06-16 Pedro Alves <palves@redhat.com>
19839
19840 * gdb.base/break-main-file-remove-fail.c: New file.
19841 * gdb.base/break-main-file-remove-fail.exp: New file.
19842 * gdb.base/break-unload-file.exp: Use build_executable instead of
19843 prepare_for_testing.
19844 (test_break): New parameter "initial_load". Handle it.
19845 (top level): Add initial_load cmdline/file axis.
19846
19847 2014-06-12 Tom Tromey <tromey@redhat.com>
19848
19849 * gdb.base/completion.exp: Don't use directory name in test.
19850
19851 2014-06-09 Gary Benson <gbenson@redhat.com>
19852
19853 * gdb.base/sigall.c [Functions to send signals]: Reorder to
19854 separate the always-available ANSI-standard signals from the
19855 signals that require checking.
19856 (main): Likewise.
19857 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
19858 Likewise.
19859 (main): Likewise.
19860
19861 2014-06-07 Keith Seitz <keiths@redhat.com>
19862
19863 Revert:
19864 PR c++/16253
19865 * gdb.cp/var-tag.cc: New file.
19866 * gdb.cp/var-tag.exp: New file.
19867 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19868 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19869 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19870 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19871
19872 2014-06-06 Doug Evans <xdje42@gmail.com>
19873
19874 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
19875
19876 2014-06-06 Pedro Alves <palves@redhat.com>
19877
19878 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
19879 in target debug output instead of looking at RSP packets,
19880 disabling the test on any target that uses hardware stepping.
19881 Update comments.
19882
19883 2014-06-06 Pedro Alves <palves@redhat.com>
19884
19885 * gdb.base/break-unload-file.exp: Fix typo.
19886
19887 2014-06-06 Yao Qi <yao@codesourcery.com>
19888
19889 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
19890 from "jit_function" to "^jit_function".
19891
19892 2014-06-06 Yao Qi <yao@codesourcery.com>
19893
19894 * gdb.base/async.c (foo): Add one statement.
19895 * gdb.base/async.exp: Get the next instruction address and
19896 match the output of "nexti" by instruction address. Match
19897 the hex address in the output of "finish".
19898
19899 2014-06-06 Gary Benson <gbenson@redhat.com>
19900
19901 * gdb.base/call-signals.c: Remove preprocessor conditionals
19902 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
19903 SIGSEGV and SIGTERM.
19904 * gdb.base/sigall.c: Likewise.
19905 * gdb.base/unwindonsignal.c: Likewise.
19906 * gdb.reverse/sigall-reverse.c: Likewise.
19907
19908 2014-06-06 Yao Qi <yao@codesourcery.com>
19909
19910 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
19911 readable, skip the test.
19912
19913 2014-06-06 Yao Qi <yao@codesourcery.com>
19914
19915 * gdb.threads/staticthreads.c (thread_function): Move the line
19916 setting breakpoint on forward.
19917 * gdb.threads/staticthreads.exp: Update comments.
19918
19919 2014-06-05 Ludovic Courtès <ludo@gnu.org>
19920
19921 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
19922 "history-append! type error".
19923
19924 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
19925
19926 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
19927 erroneous dprintf expected input.
19928
19929 2014-06-04 Doug Evans <xdje42@gmail.com>
19930
19931 * gdb.guile/scm-generics.exp: Delete.
19932
19933 2014-06-04 Doug Evans <xdje42@gmail.com>
19934
19935 * gdb.guile/scm-breakpoint.exp: Update.
19936 Add tests for breakpoint registration.
19937
19938 2014-06-04 Tom Tromey <tromey@redhat.com>
19939
19940 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
19941 VLA-in-union.
19942 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
19943 inner_vla_struct, vla_union types. Initialize objects of those
19944 types and compute their sizes.
19945
19946 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
19947 Hui Zhu <hui@codesourcery.com>
19948
19949 * gdb.base/fileio.exp: Add test for shell not available as well as
19950 available.
19951 * gdb.base/fileio.c (test_system): Check for shell twice.
19952
19953 2014-06-04 Yao Qi <yao@codesourcery.com>
19954
19955 * gdb.base/auto-connect-native-target.exp: Remove redundant
19956 space from the regexp pattern.
19957
19958 2014-06-04 Yao Qi <yao@codesourcery.com>
19959
19960 * gdb.base/default.exp: Replace "child" with "native" in
19961 regexp pattern.
19962
19963 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
19964
19965 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
19966 * gdb.python/py-xmethods.exp: New tests to test xmethods.
19967 * gdb.python/py-xmethods.py: Python script supporting the
19968 new testcase and tests.
19969
19970 2014-06-03 Joel Brobecker <brobecker@adacore.com>
19971 Pedro Alves <palves@redhat.com>
19972
19973 PR breakpoints/17000
19974 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
19975 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
19976
19977 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
19978
19979 * gdb.base/subst.exp: Add tests to verify partial path matching
19980 output.
19981
19982 2014-06-03 Pedro Alves <palves@redhat.com>
19983
19984 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
19985 target that doesn't use software single-stepping.
19986
19987 2014-06-03 Pedro Alves <palves@redhat.com>
19988
19989 PR breakpoints/17000
19990 * gdb.base/sss-bp-on-user-bp-2.c: New file.
19991 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
19992
19993 2014-06-02 Doug Evans <xdje42@gmail.com>
19994
19995 * gdb.guile/scm-parameter.exp: New file.
19996
19997 2014-06-02 Doug Evans <xdje42@gmail.com>
19998
19999 * gdb.guile/scm-cmd.c: New file.
20000 * gdb.guile/scm-cmd.exp: New file.
20001
20002 2014-06-02 Doug Evans <xdje42@gmail.com>
20003
20004 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
20005 pretty-printer lookup.
20006 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
20007 (make-pp_s-printer): Call it.
20008 (make-pretty-printer-from-dict): New function.
20009 (lookup-pretty-printer-maker-from-dict): New function.
20010 (*pretty-printer*): Simplify.
20011 (make-objfile-pp_s-printer): New function.
20012 (install-objfile-pretty-printers!): New function.
20013 (make-progspace-pp_s-printer): New function.
20014 (install-progspace-pretty-printers!): New function.
20015 * gdb.guile/scm-progspace.c: New file.
20016 * gdb.guile/scm-progspace.exp: New file.
20017
20018 2014-06-02 Pedro Alves <palves@redhat.com>
20019
20020 * gdb.base/dprintf-bp-same-addr.c: New file.
20021 * gdb.base/dprintf-bp-same-addr.exp: New file.
20022
20023 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20024
20025 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
20026 * gdb.arch/powerpc-power.s: Likewise.
20027
20028 2014-06-02 Joel Brobecker <brobecker@adacore.com>
20029
20030 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
20031
20032 2014-06-01 Yao Qi <yao@codesourcery.com>
20033
20034 * gdb.base/watchpoint.exp (test_watch_location): Check null
20035 pointer can be dereferenced. If not, do the test, otherwise
20036 skip it.
20037
20038 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
20039
20040 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
20041 results.
20042 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
20043
20044 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
20045
20046 * gdb.arch/amd64-invalid-stack-middle.S: New file.
20047 * gdb.arch/amd64-invalid-stack-middle.c: New file.
20048 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
20049 * gdb.arch/amd64-invalid-stack-top.c: New file.
20050 * gdb.arch/amd64-invalid-stack-top.exp: New file.
20051
20052 2014-05-30 Pedro Alves <palves@redhat.com>
20053
20054 PR breakpoints/17000
20055 * gdb.base/sss-bp-on-user-bp.c: New file.
20056 * gdb.base/sss-bp-on-user-bp.exp: New file.
20057
20058 2014-05-30 David Blaikie <dblaikie@gmail.com>
20059
20060 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
20061 gnu_inline semantics via attribute.
20062 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
20063 source explicitly specifies the required semantics.
20064
20065 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
20066
20067 * gdb.reverse/sigall-reverse.exp: Fix a typo.
20068
20069 2014-05-29 Pedro Alves <palves@redhat.com>
20070 Tom Tromey <tromey@redhat.com>
20071
20072 * gdb.base/async-shell.exp: Don't enable target-async.
20073 * gdb.base/async.exp
20074 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
20075 parameter. Adjust.
20076 (top level): Don't test with "target-async".
20077 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
20078 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
20079 * gdb.base/inferior-died.exp: Don't enable target-async.
20080 * gdb.base/interrupt-noterm.exp: Likewise.
20081 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
20082 * gdb.mi/mi-nonstop-exit.exp: Likewise.
20083 * gdb.mi/mi-nonstop.exp: Likewise.
20084 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
20085 * gdb.mi/mi-nsintrall.exp: Likewise.
20086 * gdb.mi/mi-nsmoribund.exp: Likewise.
20087 * gdb.mi/mi-nsthrexec.exp: Likewise.
20088 * gdb.mi/mi-watch-nonstop.exp: Likewise.
20089 * gdb.multi/watchpoint-multi.exp: Adjust comment.
20090 * gdb.python/py-evsignal.exp: Don't enable target-async.
20091 * gdb.python/py-evthreads.exp: Likewise.
20092 * gdb.python/py-prompt.exp: Likewise.
20093 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
20094 * gdb.server/solib-list.exp: Don't enable target-async.
20095 * gdb.threads/thread-specific-bp.exp: Likewise.
20096 * lib/mi-support.exp: Adjust to use mi-async.
20097
20098 2014-05-29 Pedro Alves <palves@redhat.com>
20099
20100 PR gdb/13860
20101 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
20102 reason, even in sync mode.
20103
20104 2014-05-29 Pedro Alves <palves@redhat.com>
20105 Hui Zhu <hui@codesourcery.com>
20106
20107 PR PR15693
20108 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
20109 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
20110 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
20111 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
20112
20113 2014-05-28 Joel Brobecker <brobecker@adacore.com>
20114
20115 * config/monitor.exp (gdb_target_monitor): Replace use of
20116 "set remotebaud" by "set serial baud".
20117
20118 2014-05-26 Andy Wingo <wingo@igalia.com>
20119
20120 * gdb.guile/scm-breakpoint.exp:
20121 * gdb.guile/scm-gsmob.exp: Update to use plain old object
20122 properties instead of gdb-object-properties.
20123
20124 2014-05-26 Yao Qi <yao@codesourcery.com>
20125
20126 * gdb.server/no-thread-db.exp: Specify source file name
20127 explicitly when setting a breakpoint.
20128
20129 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
20130
20131 * gdb.btrace/vdso.c: New.
20132 * gdb.btrace/vdso.exp: New.
20133
20134 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
20135
20136 * gdb.base/gcore.exp (capture_command_output): Move ...
20137 * lib/gdb.exp (capture_command_output): ... here.
20138
20139 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
20140
20141 * gdb.btrace/data.exp: Test memory access during btrace replay.
20142
20143 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
20144
20145 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
20146
20147 2014-05-21 Pedro Alves <palves@redhat.com>
20148
20149 PR gdb/13860
20150 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
20151 (top level): Test that output related to execution commands is
20152 sent to the console with CLI commands, but not with MI commands.
20153 Test that breakpoint events are always mirrored to the console.
20154 Also expect the new source line to be output after a "next" in
20155 async mode too. Make it a pass/fail test.
20156 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
20157 output.
20158 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
20159
20160 2014-05-21 Pedro Alves <palves@redhat.com>
20161
20162 * gdb.base/list.exp (build_pattern, test_list): New procedures.
20163 Use them to test variations of "list" after reaching a breakpoint.
20164 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
20165 Test "list" with listsize 10 after reaching a breakpoint.
20166 * gdb.python/python.exp (decode_line current location line
20167 number): Adjust expected line number.
20168
20169 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
20170
20171 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
20172 behavior for $args, pass it directly to "run".
20173
20174 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
20175
20176 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
20177 30000 to 65536.
20178
20179 2014-05-21 Pedro Alves <palves@redhat.com>
20180
20181 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
20182 auto-connect-native-target off".
20183 * gdb.base/auto-connect-native-target.c: New file.
20184 * gdb.base/auto-connect-native-target.exp: New file.
20185
20186 2014-05-21 Pedro Alves <palves@redhat.com>
20187
20188 * gdb.base/default.exp: Test "target native" instead of "target
20189 child".
20190
20191 2014-05-21 Mark Wielaard <mjw@redhat.com>
20192
20193 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
20194
20195 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
20196
20197 Fix TLS access for -static -pthread.
20198 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
20199 <HAVE_TLS> (thread_function, main): Initialize it.
20200 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
20201 Add clean_restart.
20202 <$have_tls != "">: Check TLSVAR.
20203
20204 2014-05-21 Pedro Alves <palves@redhat.com>
20205
20206 * gdb.base/dcache-line-read-error.c: New.
20207 * gdb.base/dcache-line-read-error.exp: New.
20208
20209 2014-05-20 Pedro Alves <palves@redhat.com>
20210
20211 * gdb.base/compare-sections.c: New file.
20212 * gdb.base/compare-sections.exp: New file.
20213
20214 2014-05-20 Pedro Alves <palves@redhat.com>
20215
20216 * gdb.base/break-idempotent.c: New file.
20217 * gdb.base/break-idempotent.exp: New file.
20218
20219 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
20220
20221 * gdb.btrace/nohist.exp: New.
20222
20223 2014-05-20 Yao Qi <yao@codesourcery.com>
20224
20225 * lib/gdb.exp (gdb_init): Set timeout if test file is under
20226 gdb.reverse directory and gdb_reverse_timeout exists in board
20227 setting.
20228 * README: Document gdb_reverse_timeout.
20229
20230 2014-05-20 Yao Qi <yao@codesourcery.com>
20231
20232 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
20233 'test_file_name'. Treat args as a string instead of a list.
20234 (gdb_init): Rename argument 'args' by 'test_file_name'.
20235
20236 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
20237
20238 * gdb.arch/powerpc-power.exp: New file.
20239 * gdb.arch/powerpc-power.s: New file.
20240
20241 2014-05-16 Doug Evans <dje@google.com>
20242
20243 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
20244 * gdb.base/completion.exp: Check that all expected files exist
20245 before doing file completion.
20246
20247 2014-05-16 Doug Evans <dje@google.com>
20248
20249 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
20250 Update.
20251 (do_syscall_tests_without_xml): Update.
20252
20253 2014-05-16 Pedro Alves <palves@redhat.com>
20254
20255 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
20256 instead of "unknown output after running".
20257
20258 2014-05-16 Yao Qi <yao@codesourcery.com>
20259
20260 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
20261 file1.txt from host at the end.
20262 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
20263
20264 2014-05-15 Doug Evans <dje@google.com>
20265
20266 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
20267 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
20268 loading file. Add test for TU lookup.
20269
20270 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
20271
20272 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
20273 calling "-exec-arguments" or "set args" before running the
20274 inferior.
20275
20276 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
20277
20278 * lib/mi-support.exp (mi_expect_stop): Expect message for
20279 inferiors that exit with non-zero exit code.
20280
20281 2014-05-14 Yao Qi <yao@codesourcery.com>
20282
20283 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
20284 match absolute path on remote host.
20285 (test_file_list_exec_source_files): Remove "/" from the
20286 pattern.
20287
20288 2014-05-14 Yao Qi <yao@codesourcery.com>
20289
20290 * boards/local-remote-host-notty.exp (${board}_file): New
20291 proc.
20292
20293 2014-05-07 Kyle McMartin <kyle@redhat.com>
20294
20295 Pushed by Joel Brobecker <brobecker@adacore.com>.
20296 * gdb.arch/aarch64-atomic-inst.c: New file.
20297 * gdb.arch/aarch64-atomic-inst.exp: New file.
20298
20299 2014-05-07 Yao Qi <yao@codesourcery.com>
20300
20301 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
20302 in current context" too.
20303
20304 2014-05-05 Keith Seitz <keiths@redhat.com>
20305
20306 * gdb.linespec/ls-dollar.exp: Add test for linespec
20307 file:convenience_variable.
20308
20309 2014-05-05 Yao Qi <yao@codesourcery.com>
20310
20311 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
20312 traceframes into tfile and ctf trace files. Read data from
20313 trace file and test collected data.
20314 (gdb_collect_locals_test): Likewise.
20315 (gdb_unavailable_registers_test): Likewise.
20316 (gdb_unavailable_floats): Likewise.
20317 (gdb_collect_globals_test): Likewise.
20318 (top-level): Append "ctf" to trace_file_targets if GDB
20319 supports.
20320
20321 2014-05-05 Yao Qi <yao@codesourcery.com>
20322
20323 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
20324 code to ...
20325 (gdb_collect_args_test_1): ... it. New proc.
20326 (gdb_collect_locals_test): Move some code to ...
20327 (gdb_collect_locals_test_1): ... it. New proc.
20328 (gdb_unavailable_registers_test): Move some code to ...
20329 (gdb_unavailable_registers_test_1): ... it. New proc.
20330 (gdb_unavailable_floats): Move some code to ...
20331 (gdb_unavailable_floats_1): ... it. New proc.
20332
20333 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
20334
20335 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
20336 probes to test for bitness recognition.
20337 * gdb.arch/amd64-stap-optional-prefix.exp
20338 (test_probe_value_without_reg): New procedure.
20339 Add code to test for different kinds of bitness.
20340
20341 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
20342
20343 PR breakpoints/16889
20344 * gdb.arch/amd64-stap-optional-prefix.S: New file.
20345 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
20346
20347 2014-05-01 Pedro Alves <palves@redhat.com>
20348
20349 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
20350 gdb_file_cmd if no file is specified.
20351 * boards/native-extended-gdbserver.exp (gdb_load): Use the
20352 last_loaded_file to set the remote exec-file.
20353
20354 2014-05-01 Pedro Alves <palves@redhat.com>
20355
20356 * boards/local-remote-host.exp: New file.
20357
20358 2014-05-01 Pedro Alves <palves@redhat.com>
20359
20360 * boards/local-remote-host.exp: Rename to ...
20361 * boards/local-remote-host-notty.exp: ... this.
20362
20363 2014-04-28 Joel Brobecker <brobecker@adacore.com>
20364
20365 * gdb.ada/dyn_arrayidx: New testcase.
20366
20367 2014-04-26 Yao Qi <yao@codesourcery.com>
20368
20369 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
20370 and compute the length of function main. Save it in
20371 $main_length.
20372 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
20373 (top-level): Use gdb_compile to compile objects into
20374 executable and restart GDB. Remove invocation to
20375 prepare_for_testing.
20376
20377 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
20378 Pedro Alves <palves@redhat.com>
20379
20380 PR server/16255
20381 * gdb.multi/multi-attach.c: New file.
20382 * gdb.multi/multi-attach.exp: New file.
20383
20384 2014-04-25 Pedro Alves <palves@redhat.com>
20385
20386 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
20387 user.
20388 (top level): Test that "set remote conditional-breakpoints-packet
20389 off" works as intended.
20390 * gdb.base/dprintf.exp: Test that "set remote
20391 breakpoint-commands-packet off" works as intended.
20392 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
20393 New function.
20394 (top level): Call it.
20395 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
20396 remote fast-tracepoints-packet off" works as intended.
20397 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
20398 * lib/gdb.exp (gdb_is_target_remote): ... here.
20399
20400 2014-04-24 David Blaikie <dblaikie@gmail.com>
20401
20402 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
20403 ensure clang would not discard them.
20404 * gdb.base/gdbvars.c: Ditto.
20405 * gdb.base/memattr.c: Ditto.
20406 * gdb.base/whatis.c: Ditto.
20407 * gdb.python/py-prettyprint.c: Ditto.
20408 * gdb.trace/actions.c: Ditto.
20409 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
20410 ensure clang would not discard it.
20411
20412 2014-04-24 David Blaikie <dblaikie@gmail.com>
20413
20414 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
20415 clang to emit the full definition of type required by the test
20416 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
20417
20418 2014-04-24 David Blaikie <dblaikie@gmail.com>
20419
20420 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
20421 coax Clang into emitting the definition of the type.
20422 * gdb.cp/pr10728-x.h (y): Ditto.
20423 * gdb.cp/pr10728-y.cc (y): Ditto.
20424
20425 2014-04-24 David Blaikie <dblaikie@gmail.com>
20426
20427 * gdb.base/label.exp: XFAIL label related tests under Clang.
20428 * gdb.cp/cplabel.exp: Ditto.
20429 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
20430 under Clang those using labels.
20431
20432 2014-04-25 Yao Qi <yao@codesourcery.com>
20433
20434 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
20435 double_label.
20436 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
20437 partial_label and double_label.
20438
20439 2014-04-24 David Blaikie <dblaikie@gmail.com>
20440
20441 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
20442
20443 2014-04-24 David Blaikie <dblaikie@gmail.com>
20444
20445 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
20446 of the function to work across GCC and Clang.
20447 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
20448 pointer types (const void ** const V void **).
20449
20450 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
20451 Walfred Tedeschi <walfred.tedeschi@intel.com>
20452
20453 * Makefile.in (EXECUTABLES): Added i386-avx512.
20454 * gdb.arch/i386-avx512.c: New file.
20455 * gdb.arch/i386-avx512.exp: Likewise.
20456
20457 2014-04-23 Keith Seitz <keiths@redhat.com>
20458
20459 * lib/mi-support.exp (mi_list_breakpoints): Delete.
20460 (mi_make_breakpoint_table): New procedure.
20461 (mi_create_breakpoint): Use mi_make_breakpoint
20462 and return the result.
20463 (mi_make_breakpoint): New procedure.
20464 (mi_build_kv_pairs): New procedure.
20465
20466 * gdb.mi/mi-break.exp: Remove unused globals,
20467 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
20468 All callers updated.
20469 * gdb.mi/mi-dprintf.exp: Use variable to track command
20470 number.
20471 Update all callers of mi_create_breakpoint and use
20472 mi_make_breakpoint_table.
20473 Remove any unused global variables.
20474 * gdb.mi/mi-nonstop.exp: Likewise.
20475 * gdb.mi/mi-nsintrall.exp: Likewise.
20476 * gdb.mi/mi-nsmoribund.exp: Likewise.
20477 * gdb.mi/mi-nsthrexec.exp: Likewise.
20478 * gdb.mi/mi-reverse.exp: Likewise.
20479 * gdb.mi/mi-simplerun.exp: Likewise.
20480 * gdb.mi/mi-stepn.exp: Likewise.
20481 * gdb.mi/mi-syn-frame.exp: Likewise.
20482 * gdb.mi/mi-until.exp: Likewise.
20483 * gdb.mi/mi-var-cp.exp: Likewise.
20484 * gdb.mi/mi-var-display.exp: Likewise.
20485 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
20486 * gdb.mi/mi2-var-child.exp: Likewise.
20487 * gdb.mi/mi-vla-c99.exp: Likewise.
20488 * lib/mi-support.exp: Likewise.
20489
20490 From Ian Lance Taylor <iant@cygnus.com>:
20491 * lib/gdb.exp (parse_args): New procedure.
20492
20493 2014-04-23 Pedro Alves <palves@redhat.com>
20494
20495 * gdb.base/break-unload-file.c: New file.
20496 * gdb.base/break-unload-file.exp: New file.
20497 * gdb.base/sym-file-lib.c (baz): New function.
20498 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
20499 field.
20500 (load): Store the segment's mapped size.
20501 (unload): New function.
20502 (unload_shlib): New function.
20503 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
20504 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
20505 set a breakpoint at baz, and call it.
20506 * gdb.base/sym-file.exp: New tests for stale breakpoint
20507 instructions.
20508
20509 2014-04-23 Pedro Alves <palves@redhat.com>
20510
20511 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
20512 * gdb.base/hbreak-in-shr-unsupported.c: New file.
20513 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
20514 * gdb.base/hbreak-unmapped.c: New file.
20515 * gdb.base/hbreak-unmapped.exp: New file.
20516 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
20517 * lib/gdb.exp (gdb_is_target_remote): ... here.
20518
20519 2014-04-22 Pedro Alves <palves@redhat.com>
20520
20521 * gdb.base/consecutive-step-over.c: New file.
20522 * gdb.base/consecutive-step-over.exp: New file.
20523
20524 2014-04-22 Pedro Alves <palves@redhat.com>
20525
20526 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
20527 instead of send_gdb/gdb_expect.
20528
20529 2014-04-22 Yao Qi <yao@codesourcery.com>
20530
20531 * lib/trace-support.exp (generate_tracefile): New procedure.
20532 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
20533 return 0.
20534 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
20535 if generate_tracefile returns 1.
20536
20537 2014-04-18 Tom Tromey <palves@redhat.com>
20538 Pedro alves <tromey@redhat.com>
20539
20540 PR backtrace/15558
20541 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
20542 with a backtrace limit.
20543 * gdb.python/py-frame-inline.exp: Test running to an inline
20544 function with a backtrace limit, and printing the newest frame.
20545 * gdb.python/py-frame-inline.c (main): Call f.
20546
20547 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
20548
20549 * gdb.java/jnpe.exp: Drop srcdir from untested path.
20550
20551 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
20552
20553 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
20554 Drop prefix from unsupported source file path.
20555
20556 2014-04-17 Yao Qi <yao@codesourcery.com>
20557
20558 * lib/gdb.exp (with_target_charset): New proc.
20559 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
20560 with_target_charset.
20561 (test_print_strings): Likewise.
20562 (test_repeat_bytes): Likewise.
20563 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
20564 for some tests.
20565
20566 2014-04-16 Keith Seitz <keiths@redhat.com>
20567
20568 PR gdb/15827
20569 * gdb.dwarf2/corrupt.c: New file.
20570 * gdb.dwarf2/corrupt.exp: New file.
20571
20572 2014-04-16 Keith Seitz <keiths@redhat.com>
20573
20574 PR c++/16597
20575 * gdb.cp/namelessclass.cc: New file.
20576 * gdb.cp/namelessclass.exp: New file.
20577 * gdb.cp/namelessclass.S: New file.
20578
20579 2014-04-16 Doug Evans <dje@google.com>
20580
20581 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
20582 Add comment.
20583 (gdbserver_default_get_comm_port): New function.
20584 (gdbserver_start): Check if board file provided
20585 "gdbserver,get_comm_port" and use it if so.
20586 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
20587 (gdb,socketport): Set to "stdio".
20588 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
20589 (stdio_gdbserver_template): Delete.
20590 (${board}_get_remote_address): Update.
20591 (${board}_build_remote_cmd): Delete.
20592 (${board}_get_comm_port): New function.
20593 (${board}_spawn): Update.
20594 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
20595 Delete.
20596 (${board}_get_remote_address): Update.
20597 (${board}_get_comm_port): New function.
20598
20599 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
20600
20601 * gdb.base/memattr.exp: Improve regexps to handle memory regions
20602 appearing in any order.
20603
20604 2014-04-15 Doug Evans <dje@google.com>
20605
20606 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
20607 uninitialized value of "description".
20608
20609 2014-04-15 Keith Seitz <keiths@redhat.com>
20610
20611 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
20612 Remove unused globals.
20613 (test_running_the_program): Likewise.
20614 (test_controlled_execution): Likewise.
20615 (test_controlling_breakpoints): Likewise.
20616 (test_program_termination): Likewise.
20617
20618 2014-04-15 Keith Seitz <keiths@redhat.com>
20619
20620 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
20621 unused globals.
20622 (test_rbreak_creation_and_listing): Likewise.
20623 (test_ignore_count): Likewise.
20624 (test_error): Likewise.
20625
20626 2014-04-15 Pedro Alves <palves@redhat.com>
20627
20628 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
20629 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
20630 sym-file-loader.c.
20631 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
20632 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
20633 to sym-file-loader.c.
20634 (struct library): Forward declare.
20635 (load_shlib, lookup_function): Change prototypes.
20636 (find_shstrtab, find_strtab, find_shdr, find_symtab)
20637 (translate_offset): Remove declarations.
20638 (get_text_addr): New declaration.
20639 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
20640 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
20641 sym-file-loader.h.
20642 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
20643 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
20644 here from sym-file-loader.h.
20645 (struct library): New structure.
20646 (load_shlib, lookup_function): Change prototypes and adjust to
20647 work with a struct library.
20648 (find_shstrtab, find_strtab, find_shdr, find_symtab)
20649 (translate_offset): Make static.
20650 (get_text_addr): New function.
20651 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
20652
20653 2014-04-15 Pedro Alves <palves@redhat.com>
20654
20655 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
20656
20657 2014-04-15 Pedro Alves <palves@redhat.com>
20658
20659 * gdb.base/sym-file-loader.c: Include <limits.h>.
20660 (SELF_LINK): New define.
20661 (get_origin): New function.
20662 (load_shlib): Use it.
20663 * gdb.base/sym-file.exp: Don't early return if the target is
20664 remote. Use runto_main, and issue fail is that fails. Use
20665 gdb_load_shlibs.
20666 (shlib_name): Delete.
20667 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
20668
20669 2014-04-15 Pedro Alves <palves@redhat.com>
20670
20671 * gdb.base/sym-file.exp: Remove regex characters from test
20672 message. Don't refer to breakpoint numbers in test messages.
20673
20674 2014-04-14 Keith Seitz <keiths@redhat.com>
20675
20676 PR c++/16253
20677 * gdb.cp/var-tag.cc: New file.
20678 * gdb.cp/var-tag.exp: New file.
20679 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
20680 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
20681 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
20682 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
20683
20684 2014-04-14 Tom Tromey <tromey@redhat.com>
20685
20686 * gdb.cp/classes.exp (test_enums): Handle underlying type.
20687 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
20688 type.
20689 * gdb.cp/enum-class.exp: New file.
20690 * gdb.cp/enum-class.cc: New file.
20691
20692 2014-04-14 Tom Tromey <tromey@redhat.com>
20693
20694 * gdb.dwarf2/enum-type.exp: New file.
20695
20696 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20697
20698 * gdb.mi/mi-vla-c99.exp: New file.
20699 * gdb.mi/vla.c: New file.
20700
20701 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20702
20703 * gdb.base/vla-datatypes.c: New file.
20704 * gdb.base/vla-datatypes.exp: New file.
20705
20706 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20707
20708 * gdb.base/vla-ptr.c: New file.
20709 * gdb.base/vla-ptr.exp: New file.
20710
20711 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20712
20713 * gdb.dwarf2/count.exp: New file.
20714
20715 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20716
20717 * gdb.base/vla-sideeffect.c: New file.
20718 * gdb.base/vla-sideeffect.exp: New file.
20719
20720 2014-04-14 David Blaikie <dblaikie@gmail.com>
20721
20722 * gdb.mi/non-stop.c: Add return value for non-void function return
20723 statement.
20724 * gdb.threads/staticthreads.c: Ditto.
20725
20726 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
20727 Doug Evans <xdje42@gmail.com>
20728
20729 * gdb.guile/scm-value.c: Improve test case.
20730 * gdb.guile/scm-value.exp: Add new test.
20731
20732 2014-04-11 David Blaikie <dblaikie@gmail.com>
20733
20734 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
20735 override Clang's default.
20736
20737 2014-04-11 Joel Brobecker <brobecker@adacore.com>
20738
20739 Revert the following changes (regressions):
20740
20741 * gdb.base/vla-sideeffect.c: New file.
20742 * gdb.base/vla-sideeffect.exp: New file.
20743
20744 * gdb.dwarf2/count.exp: New file.
20745
20746 * gdb.base/vla-multi.c: New file.
20747 * gdb.base/vla-multi.exp: New file.
20748
20749 * gdb.base/vla-ptr.c: New file.
20750 * gdb.base/vla-ptr.exp: New file.
20751
20752 * gdb.base/vla-datatypes.c: New file.
20753 * gdb.base/vla-datatypes.exp: New file.
20754
20755 * gdb.mi/mi-vla-c99.exp: New file.
20756 * gdb.mi/vla.c: New file.
20757
20758 2014-04-11 Keith Seitz <keiths@redhat.com>
20759
20760 PR c++/16675
20761 * gdb.cp/cpsizeof.exp: New file.
20762 * gdb.cp/cpsizeof.cc: New file.
20763
20764 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20765
20766 * gdb.mi/mi-vla-c99.exp: New file.
20767 * gdb.mi/vla.c: New file.
20768
20769 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20770
20771 * gdb.base/vla-datatypes.c: New file.
20772 * gdb.base/vla-datatypes.exp: New file.
20773
20774 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20775
20776 * gdb.base/vla-ptr.c: New file.
20777 * gdb.base/vla-ptr.exp: New file.
20778
20779 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20780
20781 * gdb.base/vla-multi.c: New file.
20782 * gdb.base/vla-multi.exp: New file.
20783
20784 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20785
20786 * gdb.dwarf2/count.exp: New file.
20787
20788 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20789
20790 * gdb.base/vla-sideeffect.c: New file.
20791 * gdb.base/vla-sideeffect.exp: New file.
20792
20793 2014-04-11 Yao Qi <yao@codesourcery.com>
20794
20795 * gdb.base/completion.exp: Check file exists before running tests
20796 on file completion.
20797
20798 2014-04-10 Pedro Alves <palves@redhat.com>
20799
20800 * gdb.base/cond-eval-mode.c: New file.
20801 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
20802 prepare_for_testing to build the new file. Check result of
20803 runto_main.
20804 (test_break, test_watch): New procedures.
20805 (top level): Use them.
20806
20807 2014-04-08 Pierre Muller <muller@sourceware.org>
20808
20809 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
20810 Ctrl-V use for mingw hosts.
20811
20812 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
20813
20814 * gdb.python/py-value.c: Improve test case.
20815 * gdb.python/py-value.exp: Add new test.
20816
20817 2014-04-07 David Blaikie <dblaikie@gmail.com>
20818
20819 * lib/compiler.c: Identify the clang compiler.
20820 * lib/compiler.cc: Ditto.
20821
20822 2014-04-03 Yao Qi <yao@codesourcery.com>
20823
20824 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
20825
20826 2014-04-01 Anton Blanchard <anton@samba.org>
20827
20828 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
20829 messages unique.
20830
20831 2014-04-01 Anton Blanchard <anton@samba.org>
20832
20833 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
20834 prepare_for_testing.
20835
20836 2014-04-01 Anton Blanchard <anton@samba.org>
20837
20838 * gdb.arch/ppc64-atomic-inst.c: Remove.
20839 * gdb.arch/ppc64-atomic-inst.S: New file.
20840 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
20841
20842 2014-03-31 Doug Evans <dje@google.com>
20843
20844 * gdb.base/print-symbol-loading-lib.c: New file.
20845 * gdb.base/print-symbol-loading-main.c: New file.
20846 * gdb.base/print-symbol-loading.exp: New file.
20847
20848 2014-03-31 Yao Qi <yao@codesourcery.com>
20849
20850 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
20851
20852 2014-03-28 Joel Brobecker <brobecker@adacore.com>
20853
20854 * gdb.ada/mi_dyn_arr: New testcase.
20855
20856 2014-03-27 Doug Evans <dje@google.com>
20857
20858 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
20859
20860 2014-03-27 Yao Qi <yao@codesourcery.com>
20861
20862 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
20863 if target is nios2-*-*.
20864
20865 2014-03-26 Yao Qi <yao@codesourcery.com>
20866
20867 * lib/gdb.exp (readline_is_used): New proc.
20868 * gdb.base/completion.exp: Move tests on command complete up.
20869 Skip the rest of tests if readline is not used.
20870 * gdb.ada/complete.exp: Skp the test if readline is not
20871 used.
20872 * gdb.base/filesym.exp: Likewise.
20873 * gdb.base/macscp.exp: Likewise.
20874 * gdb.base/readline-ask.exp: Likewise.
20875 * gdb.base/readline.exp: Likewise.
20876 * gdb.python/py-cmd.exp: Likewise.
20877 * gdb.trace/tfile.exp: Likewise.
20878
20879 2014-03-26 Yao Qi <yao@codesourcery.com>
20880
20881 * gdb.base/macscp.exp: Fix code format issues.
20882
20883 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
20884
20885 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
20886 * gdb.asm/powerpc64le.inc: New file.
20887
20888 2014-03-25 Pedro Alves <palves@redhat.com>
20889 Doug Evans <dje@google.com>
20890
20891 * gdb.base/source-execution.c: New file.
20892 * gdb.base/source-execution.exp: New file.
20893 * gdb.base/source-execution.gdb: New file.
20894
20895 2014-03-24 Doug Evans <dje@google.com>
20896
20897 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
20898 using fission.
20899
20900 2014-03-24 Hui Zhu <hui@codesourcery.com>
20901 Pedro Alves <palves@redhat.com>
20902
20903 PR breakpoints/16101
20904 * gdb.base/dprintf.exp: Use unsupported rather than changing the
20905 test pass/fail messages. Detect missing support for dprintf when
20906 breakpoints are actually inserted.
20907 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
20908 breakpoints are actually inserted.
20909 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
20910 fails.
20911
20912 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
20913
20914 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
20915
20916 2014-03-22 Doug Evans <xdje42@gmail.com>
20917
20918 * gdb.python/python.exp (python not supported): Verify multi-line
20919 python command issues an error.
20920 * gdb.guile/guile.exp (guile not supported): Verify multi-line
20921 guile command issues an error.
20922
20923 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
20924
20925 * gdb.threads/thread-specific.exp: Handle the lack of usable
20926 $this_breakpoint and $this_thread.
20927
20928 2014-03-21 Hui Zhu <hui@codesourcery.com>
20929
20930 * gdb.base/attach.exp (do_command_attach_tests): New.
20931
20932 2014-03-20 Tom Tromey <tromey@redhat.com>
20933 Pedro Alves <palves@redhat.com>
20934
20935 PR cli/15718
20936 * gdb.base/condbreak-call-false.c: New file.
20937 * gdb.base/condbreak-call-false.exp: New file.
20938
20939 2014-03-20 Pedro Alves <palves@redhat.com>
20940
20941 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
20942 Delete.
20943 (block_signals, unblock_signals): Delete.
20944 (child_function_2, main): Remove references to deleted variable
20945 and functions.
20946
20947 2014-03-20 Pedro Alves <palves@redhat.com>
20948
20949 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
20950 Use pthread_kill to signal thread 2.
20951 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20952 Adjust to make the test send itself a signal rather than using the
20953 host's "kill" command.
20954
20955 2014-03-20 Pedro Alves <palves@redhat.com>
20956
20957 * gdb.threads/multiple-step-overs.c: New file.
20958 * gdb.threads/multiple-step-overs.exp: New file.
20959 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20960 Adjust expected infrun debug output.
20961
20962 2014-03-20 Pedro Alves <palves@redhat.com>
20963
20964 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
20965 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
20966
20967 2014-03-20 Pedro Alves <palves@redhat.com>
20968
20969 PR breakpoints/7143
20970 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
20971 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
20972 of gdb_test_multiple.
20973 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
20974 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
20975
20976 2014-03-20 Pedro Alves <palves@redhat.com>
20977
20978 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
20979 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
20980
20981 2014-03-19 Pedro Alves <palves@redhat.com>
20982
20983 * gdb.base/async.exp: Remove early return.
20984
20985 2014-03-19 Pedro Alves <palves@redhat.com>
20986
20987 * gdb.base/async.exp (step& tests): Pass explicit test messages.
20988
20989 2014-03-19 Pedro Alves <palves@redhat.com>
20990
20991 * gdb.base/async.exp (test_background): Expect \r\n after
20992 "completed." in the fail pattern.
20993
20994 2014-03-19 Pedro Alves <palves@redhat.com>
20995
20996 * gdb.base/async.exp (test_background): New procedure.
20997 Use it for all background execution command tests.
20998
20999 2014-03-19 Pedro Alves <palves@redhat.com>
21000
21001 * gdb.base/async.exp: Use prepare_for_testing.
21002
21003 2014-03-19 Pedro Alves <palves@redhat.com>
21004
21005 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
21006 the same line.
21007
21008 2014-03-19 Pedro Alves <palves@redhat.com>
21009
21010 * gdb.base/async.c (main): Add "jump here" and "until here" line
21011 marker comments.
21012 * gdb.base/async.exp (jump_here): New global.
21013 (jump& test): Use it.
21014 (until_here): New global.
21015 (until& test): Use it.
21016
21017 2014-03-19 Pedro Alves <palves@redhat.com>
21018
21019 * gdb.base/async.exp: Don't frob gdb_protocol.
21020
21021 2014-03-18 Doug Evans <xdje42@gmail.com>
21022
21023 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
21024 Fix spelling of exec-done-display.
21025
21026 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
21027
21028 PR gdb/15358
21029 * gdb.base/gdb-sigterm.c: New file.
21030 * gdb.base/gdb-sigterm.exp: New file.
21031
21032 2014-03-18 Pedro Alves <palves@redhat.com>
21033
21034 PR gdb/13860
21035 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
21036 * lib/mi-support.exp (mi_expect_stop): Add special handling for
21037 solib-event.
21038
21039 2014-03-17 Joel Brobecker <brobecker@adacore.com>
21040
21041 * gdb.ada/pckd_arr_ren: New testcase.
21042
21043 2014-03-13 Doug Evans <xdje42@gmail.com>
21044
21045 PR guile/16612
21046 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
21047 collect after discarding symbols.
21048
21049 2014-03-13 Ludovic Courtès <ludo@gnu.org>
21050 Doug Evans <xdje42@gmail.com>
21051
21052 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
21053 to history survives a gc.
21054
21055 2014-03-13 Pedro Alves <palves@redhat.com>
21056
21057 * gdb.base/default.exp: Don't test "target procfs".
21058
21059 2014-03-13 Pedro Alves <palves@redhat.com>
21060
21061 * gdb.base/default.exp: Update "target child" and "target procfs"
21062 tests to not expect "Unix".
21063
21064 2014-03-12 Tom Tromey <tromey@redhat.com>
21065
21066 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
21067 New procs. Add target-async tests.
21068 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
21069 Add target-async tests.
21070
21071 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21072
21073 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
21074 'func_start' and 'func_end' for the beginning and end of the
21075 function code, respectively.
21076 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
21077 'func_end' instead of 'func' and 'main'.
21078
21079 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21080
21081 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
21082 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
21083 generate the debug info assembler source.
21084
21085 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21086
21087 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
21088 * gdb.dwarf2/arr-subrange.exp: Likewise.
21089 * gdb.dwarf2/dwz.exp: Likewise.
21090 * gdb.dwarf2/method-ptr.exp: Likewise.
21091 * gdb.dwarf2/missing-sig-type.exp: Likewise.
21092 * gdb.dwarf2/subrange.exp: Likewise.
21093 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
21094 * gdb.dwarf2/implptrpiece.exp: Likewise.
21095 * gdb.dwarf2/nostaticblock.exp: Likewise.
21096
21097 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21098
21099 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
21100 directory to absolute path name arguments.
21101
21102 2014-03-10 Joel Brobecker <brobecker@adacore.com>
21103
21104 * gdb.ada/tagged_access: New testcase.
21105
21106 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
21107
21108 * gdb.btrace/data.exp: Update expected output.
21109
21110 2014-03-06 Yao Qi <yao@codesourcery.com>
21111
21112 * gdb.trace/pr16508.exp: New file.
21113
21114 2014-03-05 Pedro Alves <palves@redhat.com>
21115
21116 PR gdb/16575
21117 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
21118 procedure.
21119 (top level): Adjust to use it. Add tests that exercise breakpoint
21120 interaction with the code-cache.
21121
21122 2014-02-26 Ludovic Courtès <ludo@gnu.org>
21123
21124 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
21125 test for 'history-append!'.
21126
21127 2014-02-26 Joel Brobecker <brobecker@adacore.com>
21128
21129 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
21130 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
21131 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
21132 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
21133 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
21134 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
21135
21136 2014-02-26 Joel Brobecker <brobecker@adacore.com>
21137
21138 * testsuite/gdb.python/py-pp-re-notag.c: New file.
21139 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
21140 * testsuite/gdb.python/py-pp-re-notag.p: New file.
21141
21142 2014-02-26 Joel Brobecker <brobecker@adacore.com>
21143
21144 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
21145
21146 2014-02-26 Joel Brobecker <brobecker@adacore.com>
21147
21148 * gdb.dwarf2/arr-stride.c: New file.
21149 * gdb.dwarf2/arr-stride.exp: New file.
21150
21151 2014-02-26 Pedro Alves <palves@redhat.com>
21152
21153 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
21154 that won't ever trigger. Make sure that GDB reports the correct
21155 breakpoint that caused the stop.
21156
21157 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
21158
21159 PR gdb/16626
21160 * gdb.base/auto-load-script: New file.
21161 * gdb.base/auto-load.c: New file.
21162 * gdb.base/auto-load.exp: New file.
21163
21164 PR gdb/16626
21165 * gdb.base/auto-load.exp: Fix out-of-srctree run.
21166
21167 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
21168
21169 Fix dw2-icycle.exp -fsanitize=address GDB crash.
21170 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
21171
21172 2014-02-24 Doug Evans <dje@google.com>
21173
21174 * lib/gdb.exp (run_on_host): Log error output if program fails.
21175
21176 2014-02-21 Pedro Alves <palves@redhat.com>
21177
21178 * gdb.threads/step-after-sr-lock.c: Rename to ...
21179 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
21180 * gdb.threads/step-after-sr-lock.exp: Rename to ...
21181 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
21182 ... this.
21183
21184 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
21185
21186 PR tdep/16397
21187 * gdb.arch/amd64-stap-special-operands.exp: New file.
21188 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
21189 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
21190 * gdb.arch/amd64-stap-triplet.S: Likewise.
21191 * gdb.arch/amd64-stap-triplet.c: Likewise.
21192
21193 2014-02-20 Joel Brobecker <brobecker@adacore.com>
21194
21195 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
21196 in .section pseudo-op.
21197
21198 2014-02-20 lin zuojian <manjian2006@gmail.com>
21199 Joel Brobecker <brobecker@adacore.com>
21200 Doug Evans <xdje42@gmail.com>
21201
21202 PR symtab/16581
21203 * gdb.dwarf2/dw2-icycle.S: New file.
21204 * gdb.dwarf2/dw2-icycle.c: New file.
21205 * gdb.dwarf2/dw2-icycle.exp: New file.
21206
21207 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
21208
21209 * gdb.python/py-value-cc.cc: Improve test case to enable testing
21210 operations on gdb.Value objects.
21211 * gdb.python/py-value-cc.exp: Add new test to test operations on
21212 gdb.Value objects.
21213
21214 2014-02-18 Doug Evans <dje@google.com>
21215
21216 * Makefile.in (TESTS): New variable.
21217 (expanded_tests, expanded_tests_or_none): New variables
21218 (check-single): Pass $(expanded_tests_or_none) to runtest.
21219 (check-parallel): Only run tests in $(TESTS) if non-empty.
21220 (check/no-matching-tests-found): New rule.
21221 * README: Document TESTS makefile variable.
21222
21223 2014-02-18 Doug Evans <dje@google.com>
21224
21225 * Makefile.in (check-parallel): rm -rf outputs temp.
21226
21227 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
21228
21229 Fix "ERROR: no fileid for" in the testsuite.
21230 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
21231
21232 2014-02-12 Doug Evans <dje@google.com>
21233
21234 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
21235 (MISCELLANEOUS): New variable.
21236 (clean): rm -rf $(MISCELLANEOUS).
21237 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
21238 dwp live in the same directory as symlinks, with each symlink pointed
21239 to a differently named file in a different directory.
21240
21241 2014-02-11 Doug Evans <dje@google.com>
21242
21243 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
21244 of Tcl file commands.
21245
21246 2014-02-10 Mark Kettenis <kettenis@gnu.org>
21247
21248 * gdb.threads/step-after-sr-lock.exp: Avoid executing
21249 "kill -SIGUSR1 -1".
21250
21251 2014-02-10 Joel Brobecker <brobecker@adacore.com>
21252
21253 * gdb.ada/tick_length_array_enum_idx: New testcase.
21254
21255 2014-02-10 Doug Evans <xdje42@gmail.com>
21256
21257 * configure.ac (AC_OUTPUT): Add gdb.guile.
21258 * configure: Regenerate.
21259 * lib/gdb-guile.exp: New file.
21260 * lib/gdb.exp (get_target_charset): New function.
21261 * gdb.base/help.exp: Update expected output from "apropos apropos".
21262 * gdb.guile/Makefile.in: New file.
21263 * gdb.guile/guile.exp: New file.
21264 * gdb.guile/scm-arch.c: New file.
21265 * gdb.guile/scm-arch.exp: New file.
21266 * gdb.guile/scm-block.c: New file.
21267 * gdb.guile/scm-block.exp: New file.
21268 * gdb.guile/scm-breakpoint.c: New file.
21269 * gdb.guile/scm-breakpoint.exp: New file.
21270 * gdb.guile/scm-disasm.c: New file.
21271 * gdb.guile/scm-disasm.exp: New file.
21272 * gdb.guile/scm-equal.c: New file.
21273 * gdb.guile/scm-equal.exp: New file.
21274 * gdb.guile/scm-error.exp: New file.
21275 * gdb.guile/scm-error.scm: New file.
21276 * gdb.guile/scm-frame-args.c: New file.
21277 * gdb.guile/scm-frame-args.exp: New file.
21278 * gdb.guile/scm-frame-args.scm: New file.
21279 * gdb.guile/scm-frame-inline.c: New file.
21280 * gdb.guile/scm-frame-inline.exp: New file.
21281 * gdb.guile/scm-frame.c: New file.
21282 * gdb.guile/scm-frame.exp: New file.
21283 * gdb.guile/scm-generics.exp: New file.
21284 * gdb.guile/scm-gsmob.exp: New file.
21285 * gdb.guile/scm-iterator.c: New file.
21286 * gdb.guile/scm-iterator.exp: New file.
21287 * gdb.guile/scm-math.c: New file.
21288 * gdb.guile/scm-math.exp: New file.
21289 * gdb.guile/scm-objfile-script-gdb.in: New file.
21290 * gdb.guile/scm-objfile-script.c: New file.
21291 * gdb.guile/scm-objfile-script.exp: New file.
21292 * gdb.guile/scm-objfile.c: New file.
21293 * gdb.guile/scm-objfile.exp: New file.
21294 * gdb.guile/scm-ports.exp: New file.
21295 * gdb.guile/scm-pretty-print.c: New file.
21296 * gdb.guile/scm-pretty-print.exp: New file.
21297 * gdb.guile/scm-pretty-print.scm: New file.
21298 * gdb.guile/scm-section-script.c: New file.
21299 * gdb.guile/scm-section-script.exp: New file.
21300 * gdb.guile/scm-section-script.scm: New file.
21301 * gdb.guile/scm-symbol.c: New file.
21302 * gdb.guile/scm-symbol.exp: New file.
21303 * gdb.guile/scm-symtab-2.c: New file.
21304 * gdb.guile/scm-symtab.c: New file.
21305 * gdb.guile/scm-symtab.exp: New file.
21306 * gdb.guile/scm-type.c: New file.
21307 * gdb.guile/scm-type.exp: New file.
21308 * gdb.guile/scm-value-cc.cc: New file.
21309 * gdb.guile/scm-value-cc.exp: New file.
21310 * gdb.guile/scm-value.c: New file.
21311 * gdb.guile/scm-value.exp: New file.
21312 * gdb.guile/source2.scm: New file.
21313 * gdb.guile/types-module.cc: New file.
21314 * gdb.guile/types-module.exp: New file.
21315
21316 2014-02-10 Yao Qi <yao@codesourcery.com>
21317
21318 PR testsuite/16543
21319 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
21320 * configure: Regenerated.
21321 * Makefile.in: New file.
21322
21323 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
21324
21325 * gdb.python/py-framefilter.exp: Fix typo.
21326
21327 2014-02-08 Yao Qi <yao@codesourcery.com>
21328
21329 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
21330 that no =breakpoint-modified is emitted when breakpoints are
21331 modified through MI commands.
21332
21333 2014-02-07 Pedro Alves <pedro@codesourcery.com>
21334 Pedro Alves <palves@redhat.com>
21335
21336 * gdb.threads/step-after-sr-lock.c: New file.
21337 * gdb.threads/step-after-sr-lock.exp: New file.
21338
21339 2014-02-07 Pedro Alves <palves@redhat.com>
21340
21341 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
21342
21343 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
21344
21345 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
21346 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
21347
21348 2014-02-06 Doug Evans <xdje42@gmail.com>
21349
21350 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
21351 output.
21352
21353 * gdb.gdb/python-interrupts.exp: New file.
21354
21355 2014-02-05 Yao Qi <yao@codesourcery.com>
21356
21357 * gdb.trace/report.exp (use_collected_data): Test the output
21358 of "info threads" and "info inferiors".
21359
21360 2014-02-05 Yao Qi <yao@codesourcery.com>
21361
21362 Revert this patch:
21363
21364 2013-05-24 Yao Qi <yao@codesourcery.com>
21365
21366 * gdb.trace/tfile.exp: Test inferior and thread.
21367
21368 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21369
21370 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
21371 on a function.
21372 * gdb.base/step-bt.c: Call hello via function pointer to make
21373 sure its first instruction is executed on powerpc64le-linux.
21374
21375 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21376
21377 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
21378
21379 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21380
21381 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
21382 of the test patterns for use on little-endian systems.
21383
21384 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21385
21386 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
21387 (decimal_vector): Fix for little-endian.
21388
21389 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
21390
21391 * gdb.arch/sparc-sysstep.exp: New file.
21392 * gdb.arch/sparc-sysstep.c: Likewise.
21393
21394 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
21395
21396 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21397
21398 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
21399
21400 2014-01-23 Tom Tromey <tromey@redhat.com>
21401
21402 * gdb.ada/array_char_idx: New testcase.
21403
21404 2014-01-23 Tom Tromey <tromey@redhat.com>
21405
21406 PR python/16487:
21407 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
21408 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
21409 classes.
21410
21411 2014-01-23 Tom Tromey <tromey@redhat.com>
21412
21413 PR python/16491:
21414 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
21415 string from an inferior frame.
21416 * gdb.python/py-framefilter-mi.exp: Update.
21417
21418 2014-01-22 Doug Evans <dje@google.com>
21419
21420 * gdb.server/server-mon.exp: Add tests for "set debug-format".
21421
21422 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21423
21424 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
21425
21426 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21427
21428 * gdb.trace/entry-values.exp: Remove excess space character from
21429 regex patterns. Handle s390 call instruction.
21430
21431 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21432
21433 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
21434 define "*_start" label. Make "name" static.
21435 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
21436 ${name} by references to ${name}_start.
21437
21438 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21439
21440 * gdb.base/info-macros.exp: Remove "debug" from the compile
21441 options.
21442
21443 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21444
21445 * gdb.dlang/demangle.exp: New file.
21446
21447 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21448
21449 * gdb.dlang/primitive-types.exp: New file.
21450
21451 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21452
21453 * configure.ac: Create gdb.dlang/Makefile.
21454 * configure: Regenerate.
21455 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
21456 * gdb.dlang/Makefile.in: New file.
21457 * lib/d-support.exp: New file.
21458 * lib/gdb.exp (skip_d_tests): New proc.
21459
21460 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21461
21462 * gdb.btrace/delta.exp: Check reverse stepi.
21463 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
21464 * gdb.btrace/finish.exp: New.
21465 * gdb.btrace/next.exp: New.
21466 * gdb.btrace/nexti.exp: New.
21467 * gdb.btrace/record_goto.c: Add comments.
21468 * gdb.btrace/step.exp: New.
21469 * gdb.btrace/stepi.exp: New.
21470 * gdb.btrace/multi-thread-step.c: New.
21471 * gdb.btrace/multi-thread-step.exp: New.
21472 * gdb.btrace/rn-dl-bind.c: New.
21473 * gdb.btrace/rn-dl-bind.exp: New.
21474 * gdb.btrace/data.c: New.
21475 * gdb.btrace/data.exp: New.
21476 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
21477
21478 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21479
21480 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
21481 * gdb.btrace/exception.exp: Update.
21482 * gdb.btrace/instruction_history.exp: Update.
21483 * gdb.btrace/record_goto.exp: Update.
21484 * gdb.btrace/tailcall.exp: Update.
21485 * gdb.btrace/unknown_functions.exp: Update.
21486 * gdb.btrace/delta.exp: New.
21487
21488 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21489
21490 * gdb.btrace/record_goto.exp: Add backtrace test.
21491 * gdb.btrace/tailcall.exp: Add backtrace test.
21492
21493 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21494
21495 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
21496 * gdb.btrace/record_goto.c: New.
21497 * gdb.btrace/record_goto.exp: New.
21498 * gdb.btrace/x86-record_goto.S: New.
21499
21500 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21501
21502 * gdb.btrace/function_call_history.exp: Update tests.
21503 * gdb.btrace/instruction_history.exp: Update tests.
21504
21505 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21506
21507 * gdb.btrace/function_call_history.exp: Fix expected field
21508 order for "record function-call-history".
21509 Add new tests for "record function-call-history /c".
21510 * gdb.btrace/exception.cc: New.
21511 * gdb.btrace/exception.exp: New.
21512 * gdb.btrace/tailcall.exp: New.
21513 * gdb.btrace/x86-tailcall.S: New.
21514 * gdb.btrace/x86-tailcall.c: New.
21515 * gdb.btrace/unknown_functions.c: New.
21516 * gdb.btrace/unknown_functions.exp: New.
21517 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
21518
21519 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21520
21521 * gdb.btrace/instruction_history.exp: Update.
21522 * gdb.btrace/function_call_history.exp: Update.
21523
21524 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21525
21526 * gdb.btrace/function_call_history.exp: Fix expected function
21527 trace.
21528 * gdb.btrace/instruction_history.exp: Initialize traced.
21529 Remove traced_functions.
21530
21531 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21532
21533 * gdb.btrace/function_call_history.exp: Update
21534 * gdb.btrace/instruction_history.exp: Update.
21535
21536 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21537
21538 * gdb.btrace/enable.exp: Update expected text.
21539
21540 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
21541
21542 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
21543 bytes.
21544
21545 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
21546
21547 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
21548
21549 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
21550
21551 * lib/gdb.exp (supports_process_record): Return true for
21552 arm*-linux*. (supports_reverse): Likewise.
21553
21554 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
21555
21556 PR python/15464
21557 PR python/16113
21558 * gdb.python/py-type.c: Enhance test case.
21559 * gdb.python/py-value-cc.cc: Likewise
21560 * gdb.python/py-type.exp: Add new tests.
21561 * gdb.python/py-value-cc.exp: Likewise
21562
21563 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
21564 Pedro Alves <palves@redhat.com>
21565
21566 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
21567 Make "name" extern.
21568 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
21569 references to ${name}_start by references to ${name}.
21570
21571 2014-01-10 Joel Brobecker <brobecker@adacore.com>
21572
21573 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
21574
21575 2014-01-10 Joel Brobecker <brobecker@adacore.com>
21576
21577 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
21578
21579 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
21580 Pedro Alves <palves@redhat.com>
21581
21582 * gdb.mi/mi-info-os.exp: Connect to the target with
21583 mi_gdb_target_load.
21584
21585 2014-01-08 Pedro Alves <palves@redhat.com>
21586
21587 * gdb.threads/reconnect-signal.c: New file.
21588 * gdb.threads/reconnect-signal.exp: New file.
21589
21590 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21591
21592 * gdb.base/source-dir.exp: New file.
21593
21594 2014-01-07 Joel Brobecker <brobecker@adacore.com>
21595
21596 * gdb.ada/mi_interface: New testcase.
21597
21598 2014-01-07 Joel Brobecker <brobecker@adacore.com>
21599
21600 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
21601 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
21602 gdb.ada/pp-rec-component/pck.ads: New files.
21603
21604 2014-01-07 Joel Brobecker <brobecker@adacore.com>
21605
21606 * gdb.python/py-pp-integral.c: New file.
21607 * gdb.python/py-pp-integral.py: New file.
21608 * gdb.python/py-pp-integral.exp: New file.
21609
21610 For older changes see ChangeLog-1993-2013.
21611 \f
21612 ;; Local Variables:
21613 ;; mode: change-log
21614 ;; left-margin: 8
21615 ;; fill-column: 74
21616 ;; version-control: never
21617 ;; End:
21618
21619 Copyright 2014-2020 Free Software Foundation, Inc.
21620 Copying and distribution of this file, with or without modification,
21621 are permitted provided the copyright notice and this notice are preserved.
This page took 0.443947 seconds and 5 git commands to generate.