gdb/fortran: Change whitespace when printing arrays
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-09-19 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.fortran/array-slices.exp: Update expected results.
4 * gdb.fortran/class-allocatable-array.exp: Likewise.
5 * gdb.fortran/multi-dim.exp: Likewise.
6 * gdb.fortran/vla-type.exp: Likewise.
7 * gdb.mi/mi-vla-fortran.exp: Likewise.
8
9 2020-09-18 Victor Collod <vcollod@nvidia.com>
10
11 PR gdb/26635
12 * gdb.arch/amd64-prologue-skip-cf-protection.exp: Make the test
13 compatible with i386, and move it to...
14 * gdb.arch/i386-prologue-skip-cf-protection.exp: ... here.
15 * gdb.arch/amd64-prologue-skip-cf-protection.c: Move to...
16 * gdb.arch/i386-prologue-skip-cf-protection.c: ... here.
17
18 2020-09-18 Pedro Alves <pedro@palves.net>
19
20 PR gdb/26631
21 * gdb.multi/multi-target-thread-find.exp: New file.
22
23 2020-09-18 Pedro Alves <pedro@palves.net>
24
25 * gdb.multi/multi-target-continue.exp: New file, factored out from
26 multi-target.exp.
27 * gdb.multi/multi-target-info-inferiors.exp: New file, factored out from
28 multi-target.exp.
29 * gdb.multi/multi-target-interrupt.exp: New file, factored out from
30 multi-target.exp.
31 * gdb.multi/multi-target-no-resumed.exp: New file, factored out from
32 multi-target.exp.
33 * gdb.multi/multi-target-ping-pong-next.exp: New file, factored out from
34 multi-target.exp.
35 * gdb.multi/multi-target.exp.tcl: New file, factored out from
36 multi-target.exp.
37 * gdb.multi/multi-target.exp: Delete.
38
39 2020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
40
41 * gdb.fortran/array-slices.exp: Add missing message data.
42
43 2020-09-17 Pedro Alves <pedro@palves.net>
44
45 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
46
47 2020-09-17 Pedro Alves <pedro@palves.net>
48
49 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
50 full prototype.
51
52 2020-09-17 Pedro Alves <pedro@palves.net>
53
54 * gdb.python/py-as-string.c: Add cast.
55
56 2020-09-17 Pedro Alves <pedro@palves.net>
57
58 * gdb.base/sizeof.c (fill): Add cast.
59
60 2020-09-17 Pedro Alves <pedro@palves.net>
61
62 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
63
64 2020-09-17 Pedro Alves <pedro@palves.net>
65
66 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
67 linkage name.
68 * gdb.base/prologue.exp: Use print /d.
69 * gdb.base/symbol-alias.exp: Handle C++ output.
70 * gdb.base/symbol-alias2.c: Handle C++ output.
71 [__cplusplus] (func): Explicitly specify linkage name.
72
73 2020-09-17 Pedro Alves <pedro@palves.net>
74
75 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
76 (struct my_key_t): ... this. Adjust all references.
77 (struct value_t): Rename to ...
78 (struct my_value_t): ... this. Adjust all references.
79 (create_map, add_map_element, create_map_map)
80 (add_map_map_element): Add casts.
81
82 2020-09-17 Pedro Alves <pedro@palves.net>
83
84 * gdb.python/py-framefilter-mi.c (funca): Add casts.
85 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
86
87 2020-09-17 Pedro Alves <pedro@palves.net>
88
89 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
90
91 2020-09-17 Pedro Alves <pedro@palves.net>
92
93 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
94 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
95 (charfoo, intfoo): Define full prototype.
96 * gdb.base/ptype1.c (charfoo): Define full prototype.
97 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
98 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
99
100 2020-09-17 Pedro Alves <pedro@palves.net>
101
102 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
103 Don't define.
104 (utf_32_string): Compile for both C and C++.
105 * gdb.base/charset.exp: Use "print /d".
106
107 2020-09-17 Pedro Alves <pedro@palves.net>
108
109 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
110 (nullptr): Rename to ...
111 (null_ptr): ... this.
112 * gdb.base/watchpoint.exp: Adjust to rename.
113
114 2020-09-17 Pedro Alves <pedro@palves.net>
115
116 * gdb.base/printcmds.c (three, flag_enum_without_zero)
117 (three_not_flag): Add casts.
118
119 2020-09-17 Pedro Alves <pedro@palves.net>
120
121 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
122 char array.
123 (main): Add references to Barrier, TestStrings, TestStringsH and
124 TestStringsW.
125 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
126 and expect a full prototype in C++.
127
128 2020-09-17 Pedro Alves <pedro@palves.net>
129
130 * gdb.base/nested-addr.c (main): Add cast.
131 * gdb.base/nested-addr.exp: Use "print /d".
132
133 2020-09-17 Pedro Alves <pedro@palves.net>
134
135 * gdb.base/break.exp (func): New. Use it throughout when
136 expecting a function name.
137
138 2020-09-17 Pedro Alves <pedro@palves.net>
139
140 * gdb.base/display.exp: Issue "set print asm-demangle on".
141
142 2020-09-17 Pedro Alves <pedro@palves.net>
143
144 * gdb.base/find.c: Include <string.h>.
145 (init_bufs): Add cast.
146 * gdb.base/find.exp: Issue "set print asm-demangle on".
147
148 2020-09-16 Tom Tromey <tromey@adacore.com>
149
150 PR gdb/26598:
151 * gdb.base/skipcxx.exp: New file.
152 * gdb.base/skipcxx.cc: New file.
153
154 2020-09-16 Tom de Vries <tdevries@suse.de>
155
156 PR testsuite/26617
157 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
158 WITH_DEBUG_SECTIONS is defined.
159 (xstr, str): New macro.
160 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
161 to get start and size of _Dmain.
162 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
163 using additional_flags.
164
165 2020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
166
167 * gdb.base/bp-cmds-sourced-script.c: New file.
168 * gdb.base/bp-cmds-sourced-script.exp: New test.
169 * gdb.base/bp-cmds-sourced-script.gdb: New file.
170
171 2020-09-16 Tom de Vries <tdevries@suse.de>
172
173 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
174 get the gdb prompt after issuing "monitor exit".
175
176 2020-09-16 Tom de Vries <tdevries@suse.de>
177
178 PR testsuite/26624
179 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
180
181 2020-09-16 Tom de Vries <tdevries@suse.de>
182
183 PR testsuite/26618
184 * gdb.tui/new-layout.exp: Escape unbalanced braces.
185
186 2020-09-15 Tom Tromey <tromey@adacore.com>
187
188 PR rust/26197:
189 * lib/rust-support.exp (rust_llvm_version): New proc.
190 * gdb.rust/simple.exp: Check rust_llvm_version.
191
192 2020-09-14 Tom de Vries <tdevries@suse.de>
193
194 * gdb.rust/traits.exp: Fix PATH warning.
195
196 2020-09-13 Pedro Alves <pedro@palves.net>
197
198 * gdb.base/catch-follow-exec.c (main): Add explicit return
199 statement.
200 * gdb.base/catch-signal.c (main): Likewise.
201 * gdb.base/condbreak-call-false.c (main): Likewise.
202 * gdb.base/consecutive.c (main): Add explicit return
203 statement and return type.
204 * gdb.base/cursal.c (main): Add explicit return statement.
205 * gdb.base/cvexpr.c (main): Likewise.
206 * gdb.base/display.c (main): Add explicit return statement and
207 return type.
208 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
209 * gdb.base/endianity.c (main): Likewise.
210 * gdb.base/execd-prog.c (main): Likewise.
211 * gdb.base/gdb1090.c (main): Likewise.
212 * gdb.base/info_qt.c (main): Likewise.
213 * gdb.base/lineinc.c (main): Likewise.
214 * gdb.base/load-command.c (main): Likewise.
215 * gdb.base/macscp1.c (main): Likewise.
216 * gdb.base/pr10179-a.c (main): Likewise.
217 * gdb.base/quit-live.c (main): Likewise.
218 * gdb.base/scope0.c (main): Likewise.
219 * gdb.base/settings.c (main): Likewise.
220 * gdb.base/stack-checking.c (main): Return int.
221 * gdb.base/varargs.c (main): Add explicit return statement.
222 * gdb.cp/ambiguous.cc (main): Likewise.
223 * gdb.cp/anon-struct.cc (main): Likewise.
224 * gdb.cp/anon-union.cc (main): Likewise.
225 * gdb.cp/bool.cc (main): Likewise.
226 * gdb.cp/bs15503.cc (main): Likewise.
227 * gdb.cp/cplusfuncs.cc (main): Likewise.
228 * gdb.cp/cttiadd.cc (main): Likewise.
229 * gdb.cp/extern-c.cc (main): Likewise.
230 * gdb.cp/filename.cc (main): Likewise.
231 * gdb.cp/formatted-ref.cc (main): Likewise.
232 * gdb.cp/mb-ctor.cc (main): Likewise.
233 * gdb.cp/member-ptr.cc (main): Likewise.
234 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
235 * gdb.cp/overload-const.cc (main): Likewise.
236 * gdb.cp/paren-type.cc (main): Likewise.
237 * gdb.cp/parse-lang.cc (main): Likewise.
238 * gdb.cp/pr-1023.cc (main): Likewise.
239 * gdb.cp/psmang1.cc (main): Likewise.
240 * gdb.cp/readnow-language.cc (main): Likewise.
241 * gdb.cp/ref-params.cc (main): Likewise.
242 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
243 * gdb.cp/virtbase2.cc (main): Likewise.
244 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
245 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
246 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
247 * gdb.mi/mi-console.c (main): Likewise.
248 * gdb.mi/mi-read-memory.c (main): Likewise.
249 * gdb.modula2/multidim.c (main): Likewise.
250 * gdb.opt/inline-small-func.c (main): Likewise.
251 * gdb.python/py-rbreak.c (main): Likewise.
252 * gdb.stabs/exclfwd1.c (main): Likewise.
253 * gdb.trace/qtro.c (main): Likewise.
254
255 2020-09-13 Pedro Alves <pedro@palves.net>
256
257 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
258 instead of getenv.
259
260 2020-09-13 Pedro Alves <pedro@palves.net>
261
262 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
263 instead of spawning GDB with remote_spawn.
264 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
265 gdb_spawn instead of spawning GDB with remote_spawn.
266
267 2020-09-13 Pedro Alves <pedro@palves.net>
268
269 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
270 file and add calls to first and second.
271 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
272 add call to f.
273
274 2020-09-13 Pedro Alves <pedro@palves.net>
275
276 * gdb.mi/mi-break-qualified.cc: New file.
277 * gdb.mi/mi-break-qualified.exp: New file.
278 * lib/mi-support.exp (mi_create_breakpoint_multi)
279 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
280 procedures.
281 (mi_create_breakpoint_1): New, factored out from
282 mi_create_breakpoint.
283
284 2020-09-13 Pedro Alves <pedro@palves.net>
285
286 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
287 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
288 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
289 (register_class): Delete.
290 (main): Don't call register_class.
291
292 2020-09-13 Pedro Alves <pedro@palves.net>
293
294 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
295 (do_tests): Remove "calling method for small class" test.
296 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
297 (register_class): Delete.
298 (main): Don't call register_class.
299 * gdb.cp/call-method-register.exp: New file, based on bits removed
300 from classes.exp.
301 * gdb.cp/call-method-register.cc: New file, based on bits removed
302 from classes.cc.
303
304 2020-09-13 Pedro Alves <pedro@palves.net>
305
306 * gdb.base/msym-bp-2.c: New.
307 * gdb.base/msym-bp-shl-lib.c: New file.
308 * gdb.base/msym-bp-shl-main-2.c: New file.
309 * gdb.base/msym-bp-shl-main.c: New file.
310 * gdb.base/msym-bp-shl.exp: New file.
311 * gdb.base/msym-bp.c: New file.
312 * gdb.base/msym-bp.exp: New file.
313
314 2020-09-13 Joel Brobecker <brobecker@adacore.com>
315
316 * gdb.base/default.exp: Change $_gdb_major to 11.
317
318 2020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
319 Felix Willgerodt <Felix.Willgerodt@intel.com>
320
321 * x86-avx512bf16.c: New file.
322 * x86-avx512bf16.exp: Likewise.
323 * lib/gdb.exp (skip_avx512bf16_tests): New function.
324
325 2020-09-11 Tom de Vries <tdevries@suse.de>
326
327 PR exp/26602
328 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
329
330 2020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
331
332 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
333
334 2020-09-10 Alan Modra <amodra@gmail.com>
335
336 PR 26597
337 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
338
339 2020-09-08 Tom de Vries <tdevries@suse.de>
340
341 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
342 after gdb_starti_cmd.
343
344 2020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
345
346 * lib/fortran.exp (fortran_complex8): New proc.
347 (fortran_complex16): New proc.
348 * gdb.fortran/complex.exp: Use routines from fortran.exp
349 * gdb.fortran/pointer-to-pointer.exp: Likewise.
350 * gdb.fortran/vla-ptr-info.exp: Likewise.
351
352 2020-09-03 Tom de Vries <tdevries@suse.de>
353
354 PR breakpoint/26546
355 * gdb.base/label-without-address.exp: Runto main first.
356
357 2020-09-02 Tom Tromey <tromey@adacore.com>
358
359 * gdb.ada/mi_var_access.exp: Test children of access variable.
360 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
361 * gdb.ada/mi_var_array.exp: Update.
362
363 2020-08-31 Kevin Buettner <kevinb@redhat.com>
364
365 * gdb.base/corefile.exp (warning-free): XFAIL test when running
366 on docker w/ AUFS storage driver.
367
368 2020-08-31 Kevin Buettner <kevinb@redhat.com>
369
370 * gdb.base/corefile2.exp (renamed binfile): New tests.
371
372 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
373
374 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
375
376 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
377
378 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
379 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
380
381 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
382
383 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
384 output, printing a "not saved" value from history and printing a
385 convenience variable created from a "not saved" value.
386
387 2020-08-31 Tom de Vries <tdevries@suse.de>
388
389 * gdb.base/eh_return.exp: Use nopie.
390
391 2020-08-28 Pedro Alves <pedro@palves.net>
392
393 * gdb.base/advance-until-multiple-locations.exp
394 (advance_overload, until_overload): Adjust to match the
395 frame/function header instead of the source line text.
396
397 2020-08-28 Tom de Vries <tdevries@suse.de>
398
399 * gdb.base/label-without-address.c: New test.
400 * gdb.base/label-without-address.exp: New file.
401
402 2020-08-27 Pedro Alves <pedro@palves.net>
403
404 PR gdb/26523
405 PR gdb/26524
406 * gdb.base/advance-until-multiple-locations.cc: New.
407 * gdb.base/advance-until-multiple-locations.exp: New.
408
409 2020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
410
411 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
412
413 2020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
414
415 * gdb.arch/amd64-byte.exp: Make test names unique, use
416 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
417 * gdb.arch/amd64-dword.exp: Likewise.
418 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
419 * gdb.arch/amd64-stap-special-operands.exp: Make test names
420 unique.
421 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
422 * gdb.arch/amd64-word.exp: Make test names unique, use
423 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
424 * gdb.arch/i386-byte.exp: Make test names unique, use
425 gdb_breakpoint.
426 * gdb.arch/i386-word.exp: Likewise.
427
428 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
429
430 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
431
432 2020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
433
434 PR gdb/26532
435 * gdb.threads/stepi-random-signal.exp: Update pattern.
436
437 2020-08-25 Simon Marchi <simon.marchi@efficios.com>
438
439 PR gdb/26532
440 * gdb.base/ui-redirect.exp: Update pattern.
441
442 2020-08-25 Gary Benson <gbenson@redhat.com>
443
444 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
445 when compiling with clang.
446 * gdb.dwarf2/dw2-restore.exp: Likewise.
447
448 2020-08-25 Gary Benson <gbenson@redhat.com>
449
450 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
451 Add additional_flags=-Wno-inaccessible-base when compiling
452 with GCC >= 10.1 or clang. Add additional_flags=-w when
453 compiling with GCC < 10.
454
455 2020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
456
457 PR m2/26372
458 * gdb.modula2/multidim.c: New file.
459 * gdb.modula2/multidim.exp: New file.
460
461 2020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
462
463 * lib/gdb.exp (runto): Always emit fail on internal error.
464
465 2020-08-24 Simon Marchi <simon.marchi@efficios.com>
466
467 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
468 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
469 Likewise.
470 * gdb.threads/stepi-random-signal.exp: Likewise.
471
472 2020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
473
474 * gdb.base/print-file-var.exp: Fix typo "breapoint".
475 * gdb.trace/strace.exp: Ditto.
476
477 2020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
478
479 * gdb.fortran/vla-type.exp: Skip commands not required for
480 the Flang compiled binaries after prologue fix.
481
482 2020-08-17 Tom de Vries <tdevries@suse.de>
483 Tom Tromey <tromey@adacore.com>
484
485 PR rust/26197:
486 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
487
488 2020-08-17 Tom Tromey <tromey@adacore.com>
489
490 * gdb.ada/mi_var_access.exp: New file.
491 * gdb.ada/mi_var_access/mi_access.adb: New file.
492 * gdb.ada/mi_var_access/pck.adb: New file.
493 * gdb.ada/mi_var_access/pck.ads: New file.
494
495 2020-08-16 Tom de Vries <tdevries@suse.de>
496
497 PR gdb/25350
498 * gdb.base/eh_return.c: New test.
499 * gdb.base/eh_return.exp: New file.
500
501 2020-08-15 Tom de Vries <tdevries@suse.de>
502
503 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
504 (mixed_func_1d_): Use fortran_charlen_t in decl.
505
506 2020-08-15 Tom de Vries <tdevries@suse.de>
507
508 PR backtrace/26390
509 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
510 Update expected pattern.
511
512 2020-08-13 Pedro Alves <pedro@palves.net>
513
514 * gdb.fortran/complex.exp: Check skip_fortran_tests.
515 * gdb.fortran/library-module.exp: Likewise.
516 * gdb.fortran/logical.exp: Likewise.
517 * gdb.fortran/module.exp: Likewise.
518 * gdb.fortran/print_type.exp: Likewise.
519 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
520 * gdb.fortran/vla-datatypes.exp: Likewise.
521 * gdb.fortran/vla-history.exp: Likewise.
522 * gdb.fortran/vla-ptr-info.exp: Likewise.
523 * gdb.fortran/vla-ptype-sub.exp: Likewise.
524 * gdb.fortran/vla-ptype.exp: Likewise.
525 * gdb.fortran/vla-sizeof.exp: Likewise.
526 * gdb.fortran/vla-type.exp: Likewise.
527 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
528 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
529 * gdb.fortran/vla-value-sub.exp: Likewise.
530 * gdb.fortran/vla-value.exp: Likewise.
531
532 2020-08-13 Pedro Alves <pedro@palves.net>
533
534 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
535 * gdb.ada/access_to_packed_array.exp: Likewise.
536 * gdb.ada/access_to_unbounded_array.exp: Likewise.
537 * gdb.ada/addr_arith.exp: Likewise.
538 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
539 * gdb.ada/arr_arr.exp: Likewise.
540 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
541 * gdb.ada/array_bounds.exp: Likewise.
542 * gdb.ada/array_of_variable_length.exp: Likewise.
543 * gdb.ada/array_ptr_renaming.exp: Likewise.
544 * gdb.ada/array_subscript_addr.exp: Likewise.
545 * gdb.ada/arraydim.exp: Likewise.
546 * gdb.ada/arrayparam.exp: Likewise.
547 * gdb.ada/arrayptr.exp: Likewise.
548 * gdb.ada/assign_1.exp: Likewise.
549 * gdb.ada/assign_arr.exp: Likewise.
550 * gdb.ada/atomic_enum.exp: Likewise.
551 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
552 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
553 * gdb.ada/bias.exp: Likewise.
554 * gdb.ada/boolean_expr.exp: Likewise.
555 * gdb.ada/bp_c_mixed_case.exp: Likewise.
556 * gdb.ada/bp_enum_homonym.exp: Likewise.
557 * gdb.ada/bp_inlined_func.exp: Likewise.
558 * gdb.ada/bp_on_var.exp: Likewise.
559 * gdb.ada/bp_range_type.exp: Likewise.
560 * gdb.ada/bp_reset.exp: Likewise.
561 * gdb.ada/call_pn.exp: Likewise.
562 * gdb.ada/catch_assert_if.exp: Likewise.
563 * gdb.ada/catch_ex.exp: Likewise.
564 * gdb.ada/catch_ex_std.exp: Likewise.
565 * gdb.ada/char_enum.exp: Likewise.
566 * gdb.ada/char_param.exp: Likewise.
567 * gdb.ada/complete.exp: Likewise.
568 * gdb.ada/cond_lang.exp: Likewise.
569 * gdb.ada/convvar_comp.exp: Likewise.
570 * gdb.ada/dgopt.exp: Likewise.
571 * gdb.ada/disc_arr_bound.exp: Likewise.
572 * gdb.ada/display_nested.exp: Likewise.
573 * gdb.ada/dot_all.exp: Likewise.
574 * gdb.ada/dyn_loc.exp: Likewise.
575 * gdb.ada/dyn_stride.exp: Likewise.
576 * gdb.ada/excep_handle.exp: Likewise.
577 * gdb.ada/expr_delims.exp: Likewise.
578 * gdb.ada/expr_with_funcall.exp: Likewise.
579 * gdb.ada/exprs.exp: Likewise.
580 * gdb.ada/fin_fun_out.exp: Likewise.
581 * gdb.ada/fixed_cmp.exp: Likewise.
582 * gdb.ada/formatted_ref.exp: Likewise.
583 * gdb.ada/frame_arg_lang.exp: Likewise.
584 * gdb.ada/frame_args.exp: Likewise.
585 * gdb.ada/fullname_bp.exp: Likewise.
586 * gdb.ada/fun_addr.exp: Likewise.
587 * gdb.ada/fun_in_declare.exp: Likewise.
588 * gdb.ada/fun_overload_menu.exp: Likewise.
589 * gdb.ada/fun_renaming.exp: Likewise.
590 * gdb.ada/funcall_char.exp: Likewise.
591 * gdb.ada/funcall_param.exp: Likewise.
592 * gdb.ada/funcall_ptr.exp: Likewise.
593 * gdb.ada/funcall_ref.exp: Likewise.
594 * gdb.ada/homonym.exp: Likewise.
595 * gdb.ada/info_addr_mixed_case.exp: Likewise.
596 * gdb.ada/info_auto_lang.exp: Likewise.
597 * gdb.ada/info_exc.exp: Likewise.
598 * gdb.ada/info_types.exp: Likewise.
599 * gdb.ada/int_deref.exp: Likewise.
600 * gdb.ada/interface.exp: Likewise.
601 * gdb.ada/iwide.exp: Likewise.
602 * gdb.ada/lang_switch.exp: Likewise.
603 * gdb.ada/length_cond.exp: Likewise.
604 * gdb.ada/maint_with_ada.exp: Likewise.
605 * gdb.ada/mi_catch_assert.exp: Likewise.
606 * gdb.ada/mi_catch_ex.exp: Likewise.
607 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
608 * gdb.ada/mi_dyn_arr.exp: Likewise.
609 * gdb.ada/mi_ex_cond.exp: Likewise.
610 * gdb.ada/mi_exc_info.exp: Likewise.
611 * gdb.ada/mi_interface.exp: Likewise.
612 * gdb.ada/mi_prot.exp: Likewise.
613 * gdb.ada/mi_ref_changeable.exp: Likewise.
614 * gdb.ada/mi_string_access.exp: Likewise.
615 * gdb.ada/mi_task_arg.exp: Likewise.
616 * gdb.ada/mi_task_info.exp: Likewise.
617 * gdb.ada/mi_var_array.exp: Likewise.
618 * gdb.ada/mi_var_union.exp: Likewise.
619 * gdb.ada/mi_variant.exp: Likewise.
620 * gdb.ada/minsyms.exp: Likewise.
621 * gdb.ada/mod_from_name.exp: Likewise.
622 * gdb.ada/nested.exp: Likewise.
623 * gdb.ada/null_array.exp: Likewise.
624 * gdb.ada/optim_drec.exp: Likewise.
625 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
626 * gdb.ada/packed_array_assign.exp: Likewise.
627 * gdb.ada/packed_tagged.exp: Likewise.
628 * gdb.ada/pp-rec-component.exp: Likewise.
629 * gdb.ada/print_chars.exp: Likewise.
630 * gdb.ada/print_pc.exp: Likewise.
631 * gdb.ada/ptr_typedef.exp: Likewise.
632 * gdb.ada/ptype_arith_binop.exp: Likewise.
633 * gdb.ada/ptype_array.exp: Likewise.
634 * gdb.ada/ptype_field.exp: Likewise.
635 * gdb.ada/ptype_tagged_param.exp: Likewise.
636 * gdb.ada/ptype_union.exp: Likewise.
637 * gdb.ada/py_range.exp: Likewise.
638 * gdb.ada/py_taft.exp: Likewise.
639 * gdb.ada/rdv_wait.exp: Likewise.
640 * gdb.ada/rec_comp.exp: Likewise.
641 * gdb.ada/rec_return.exp: Likewise.
642 * gdb.ada/ref_param.exp: Likewise.
643 * gdb.ada/ref_tick_size.exp: Likewise.
644 * gdb.ada/rename_subscript_param.exp: Likewise.
645 * gdb.ada/repeat_dyn.exp: Likewise.
646 * gdb.ada/same_component_name.exp: Likewise.
647 * gdb.ada/same_enum.exp: Likewise.
648 * gdb.ada/scalar_storage.exp: Likewise.
649 * gdb.ada/set_wstr.exp: Likewise.
650 * gdb.ada/small_reg_param.exp: Likewise.
651 * gdb.ada/str_binop_equal.exp: Likewise.
652 * gdb.ada/str_ref_cmp.exp: Likewise.
653 * gdb.ada/str_uninit.exp: Likewise.
654 * gdb.ada/sub_variant.exp: Likewise.
655 * gdb.ada/sym_print_name.exp: Likewise.
656 * gdb.ada/taft_type.exp: Likewise.
657 * gdb.ada/tagged.exp: Likewise.
658 * gdb.ada/tagged_access.exp: Likewise.
659 * gdb.ada/task_bp.exp: Likewise.
660 * gdb.ada/task_switch_in_core.exp: Likewise.
661 * gdb.ada/tasks.exp: Likewise.
662 * gdb.ada/tick_last_segv.exp: Likewise.
663 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
664 * gdb.ada/type_coercion.exp: Likewise.
665 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
666 * gdb.ada/unchecked_union.exp: Likewise.
667 * gdb.ada/uninitialized_vars.exp: Likewise.
668 * gdb.ada/var_arr_attrs.exp: Likewise.
669 * gdb.ada/var_arr_typedef.exp: Likewise.
670 * gdb.ada/var_rec_arr.exp: Likewise.
671 * gdb.ada/variant-record.exp: Likewise.
672 * gdb.ada/variant.exp: Likewise.
673 * gdb.ada/variant_record_packed_array.exp: Likewise.
674 * gdb.ada/varsize_limit.exp: Likewise.
675 * gdb.ada/whatis_array_val.exp: Likewise.
676 * gdb.ada/widewide.exp: Likewise.
677 * gdb.ada/win_fu_syms.exp: Likewise.
678
679 2020-08-12 Gary Benson <gbenson@redhat.com>
680
681 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
682
683 2020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
684
685 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
686 unset the array variable.
687
688 2020-08-03 Tom de Vries <tdevries@suse.de>
689
690 PR symtab/26333
691 * lib/dwarf.exp (DW_LNE_user): New proc.
692 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
693 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
694
695 2020-07-31 Kevin Buettner <kevinb@redhat.com>
696
697 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
698 to 'uintptr_t'
699 (inttypes.h): Include.
700
701 2020-07-31 Kevin Buettner <kevinb@redhat.com>
702
703 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
704 (C5_24k): Delete.
705 (C5_8k, C5_64k, C5_256k): New macros.
706 (buf_ro): Allocate 256 KiB of initialized data.
707
708 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
709
710 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
711 that attempt to overwrite an existing condition with a condition
712 that fails parsing and also with a condition that parses fine
713 but contains junk at the end.
714
715 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
716
717 * gdb.base/condbreak-bad.c: New test.
718 * gdb.base/condbreak-bad.exp: New file.
719
720 2020-07-30 Tom de Vries <tdevries@suse.de>
721
722 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
723 out of ...
724 (GDBInfoModuleSymbols::check_entry): ... here.
725 (GDBInfoModuleSymbols::check_optional_entry): New proc.
726 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
727 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
728
729 2020-07-30 Tom de Vries <tdevries@suse.de>
730
731 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
732 "__class_some_module_Number_t" optional.
733
734 2020-07-29 Tom de Vries <tdevries@suse.de>
735
736 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
737 multiple locations.
738
739 2020-07-29 Tom de Vries <tdevries@suse.de>
740
741 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
742 rather than function name.
743
744 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
745
746 PR symtab/26270:
747 * gdb.cp/disasm-func-name.cc: New file.
748 * gdb.cp/disasm-func-name.exp: New file.
749
750 2020-07-28 Tom Tromey <tromey@adacore.com>
751
752 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
753 'varval' location.
754
755 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
756
757 * gdb.python/py-unwind.py: Update to make use of a register
758 descriptor.
759
760 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
761
762 * gdb.python/py-arch-reg-names.exp: Add additional tests.
763
764 2020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
765
766 PR fortran/23051
767 PR fortran/26139
768 * gdb.fortran/class-allocatable-array.exp: New file.
769 * gdb.fortran/class-allocatable-array.f90: New file.
770 * gdb.fortran/pointer-to-pointer.exp: New file.
771 * gdb.fortran/pointer-to-pointer.f90: New file.
772
773 2020-07-25 Tom de Vries <tdevries@suse.de>
774
775 PR symtab/26243
776 * gdb.dwarf2/dw2-line-number-zero.c: New test.
777 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
778
779 2020-07-24 Tom de Vries <tdevries@suse.de>
780
781 PR testsuite/26293
782 * gdb.ada/mi_prot.exp: Require gnatmake-8.
783
784 2020-07-23 Pedro Alves <pedro@palves.net>
785
786 * gdb.server/server-kill.exp (prepare): New, factored out from the
787 top level.
788 (kill_server): New.
789 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
790 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
791
792 2020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
793
794 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
795
796 2020-07-22 Sandra Loosemore <sandra@codesourcery.com>
797
798 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
799 Initialize to empty string at top level.
800 (gdb_wrapper_init): Revert check for file existence on build.
801 Build the wrapper in its default place, not a build-specific
802 location. When host == build, make the pathname absolute.
803 (gdb_compile): Delete leftover declaration of
804 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
805 string instead of uninitialized.
806
807 2020-07-22 Kevin Buettner <kevinb@redhat.com>
808
809 * gdb.base/corefile2.exp: New file.
810 * gdb.base/coremaker2.exp: New file.
811
812 2020-07-22 Kevin Buettner <kevinb@redhat.com>
813
814 * gdb.base/coredump-filter.exp: Add second
815 non-Private-Shared-Anon-File test.
816 (test_disasm): Rename binfile for test which is expected
817 to fail.
818
819 2020-07-22 Kevin Buettner <kevinb@redhat.com>
820
821 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
822 data in core file".
823 * gdb.base/coremaker.c (buf2ro): New global.
824 (mmapdata): Add a read-only mmap mapping.
825
826 2020-07-22 Kevin Buettner <kevinb@redhat.com>
827
828 PR corefiles/25631
829 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
830 New test.
831 * gdb.base/coremaker.c (buf3): New global.
832 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
833 flags.
834
835 2020-07-22 Kevin Buettner <kevinb@redhat.com>
836
837 * gdb.base/coremaker.c (filler_ro): New global constant.
838
839 2020-07-22 Tom Tromey <tromey@adacore.com>
840
841 * gdb.ada/mi_prot.exp: New file.
842 * gdb.ada/mi_prot/pkg.adb: New file.
843 * gdb.ada/mi_prot/pkg.ads: New file.
844 * gdb.ada/mi_prot/prot.adb: New file.
845
846 2020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
847
848 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
849 loads two JITers.
850
851 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
852
853 * gdb.python/py-arch-reg-groups.exp: Additional tests.
854
855 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
856
857 * gdb.python/py-arch-reg-names.exp: Additional tests.
858
859 2020-07-21 Tom de Vries <tdevries@suse.de>
860
861 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
862 breakpoint locations".
863 * gdb.reverse/solib-reverse.exp: Same.
864
865 2020-07-21 Tom de Vries <tdevries@suse.de>
866
867 * gdb.reverse/step-reverse.c (callee): Merge statements.
868
869 2020-07-21 Tom de Vries <tdevries@suse.de>
870
871 * gdb.fortran/info-modules.exp (info module variables): Allow missing
872 line numbers for some variables.
873
874 2020-07-21 Tom de Vries <tdevries@suse.de>
875
876 * gdb.opt/inline-locals.c (init_array): New func.
877 (func1): Use init_array.
878 * gdb.opt/inline-locals.exp: Update pattern.
879
880 2020-07-21 Tom de Vries <tdevries@suse.de>
881
882 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
883 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
884
885 2020-07-20 Ludovic Courtès <ludo@gnu.org>
886
887 * gdb.guile/source2.scm: Add #f first argument to 'format'.
888 * gdb.guile/types-module.exp: Remove "ERROR:" from
889 regexps since Guile 3.0 no longer prints that.
890
891 2020-07-20 Ludovic Courtès <ludo@gnu.org>
892
893 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
894 error regexp to match on Guile 2.2.
895
896 2020-07-20 Gary Benson <gbenson@redhat.com>
897
898 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
899 with clang.
900
901 2020-07-20 Tom de Vries <tdevries@suse.de>
902
903 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
904 (omp_set_lock_in_order): New function.
905 (single_scope, multi_scope, nested_func, nested_parallel): Use
906 omp_set_lock_in_order and omp_unset_lock.
907 (main): Init and destroy lock and lock2.
908
909 2020-07-20 Tom de Vries <tdevries@suse.de>
910
911 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
912
913 2020-07-20 Tom de Vries <tdevries@suse.de>
914
915 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
916
917 2020-07-17 Tom de Vries <tdevries@suse.de>
918
919 * gdb.base/valgrind-infcall-2.c: New test.
920 * gdb.base/valgrind-infcall-2.exp: New file.
921 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
922
923 2020-07-17 Tom de Vries <tdevries@suse.de>
924
925 * gdb.dlang/circular.c (found): Use found_label as label name.
926 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
927 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
928 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
929 * gdb.dwarf2/ada-linkage-name.exp: Same.
930 * gdb.dwarf2/arr-subrange.exp: Same.
931 * gdb.dwarf2/atomic-type.exp: Same.
932 * gdb.dwarf2/comp-unit-lang.exp: Same.
933 * gdb.dwarf2/cpp-linkage-name.exp: Same.
934 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
935 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
936 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
937 * gdb.dwarf2/implptr-64bit.exp: Same.
938 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
939 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
940 * gdb.dwarf2/imported-unit.exp: Same.
941 * gdb.dwarf2/main-subprogram.exp: Same.
942 * gdb.dwarf2/missing-type-name.exp: Same.
943 * gdb.dwarf2/nonvar-access.exp: Same.
944 * gdb.dwarf2/struct-with-sig.exp: Same.
945 * gdb.dwarf2/typedef-void-finish.exp: Same.
946 * gdb.dwarf2/void-type.exp: Same.
947
948 2020-07-17 Tom de Vries <tdevries@suse.de>
949
950 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
951 src parameter.
952 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
953 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
954 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
955 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
956 * gdb.dwarf2/dwz.exp: Same.
957 * gdb.dwarf2/implptr-optimized-out.exp: Same.
958 * gdb.dwarf2/implref-array.exp: Same.
959 * gdb.dwarf2/implref-const.exp: Same.
960 * gdb.dwarf2/implref-global.exp: Same.
961 * gdb.dwarf2/implref-struct.exp: Same.
962 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
963 * gdb.dwarf2/opaque-type-lookup.exp: Same.
964 * gdb.dwarf2/var-access.exp: Same.
965 * gdb.dwarf2/varval.exp: Same.
966 * gdb.trace/entry-values.exp: Same.
967
968 2020-07-17 Tom de Vries <tdevries@suse.de>
969
970 * lib/dwarf.exp (Dwarf::extern): Remove.
971 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
972 * gdb.dlang/circular.exp: Same.
973 * gdb.dwarf2/comp-unit-lang.exp: Same.
974 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
975 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
976 * gdb.dwarf2/dwz.exp: Same.
977 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
978 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
979 * gdb.dwarf2/imported-unit.exp: Same.
980 * gdb.dwarf2/opaque-type-lookup.exp: Same.
981
982 2020-07-16 Sandra Loosemore <sandra@codesourcery.com>
983
984 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
985 Use double quotes instead of single quotes.
986
987 2020-07-16 Caroline Tice <cmtice@google.com>
988
989 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
990 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
991
992 2020-07-16 Tom de Vries <tdevries@suse.de>
993
994 * lib/dwarf.exp (program): Initialize _line.
995 (DW_LNE_end_sequence): Reinitialize _line.
996 (DW_LNS_advance_line): Update _line.
997 (line): New proc.
998 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
999 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
1000 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
1001 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
1002 * gdb.dwarf2/dw2-is-stmt.exp: Same.
1003 * gdb.dwarf2/dw2-ranges-func.exp: Same.
1004
1005 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
1006
1007 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
1008 generic.
1009
1010 2020-07-15 Tom de Vries <tdevries@suse.de>
1011
1012 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
1013 is_amd64_regs_target.
1014
1015 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
1016
1017 * gdb.fortran/ptype-on-functions.exp: Add more tests.
1018 * gdb.fortran/ptype-on-functions.f90: Likewise.
1019
1020 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
1021
1022 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
1023 values in documentation for addr_size to 4 and 8.
1024
1025 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
1026
1027 * gdb.arch/amd64-osabi.exp: Update.
1028 * gdb.arch/arm-disassembler-options.exp: Update.
1029 * gdb.arch/powerpc-disassembler-options.exp: Update.
1030 * gdb.arch/ppc64-symtab-cordic.exp: Update.
1031 * gdb.arch/s390-disassembler-options.exp: Update.
1032 * gdb.base/all-architectures.exp.tcl: Update.
1033 * gdb.base/attach-pie-noexec.exp: Update.
1034 * gdb.base/catch-syscall.exp: Update.
1035 * gdb.xml/tdesc-arch.exp: Update.
1036
1037 2020-07-14 Tom de Vries <tdevries@suse.de>
1038
1039 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
1040 (local_gettid): ... this.
1041 (fn): Update.
1042
1043 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
1044
1045 * gdb.base/info_sources.exp: Skip directory match tests on
1046 remote hosts.
1047
1048 2020-07-13 Gary Benson <gbenson@redhat.com>
1049
1050 * gdb.base/savedregs.exp (caller): Use parentheses to
1051 make expected expression evaluation ordering explicit.
1052
1053 2020-07-13 Gary Benson <gbenson@redhat.com>
1054
1055 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
1056
1057 2020-07-13 Gary Benson <gbenson@redhat.com>
1058
1059 * gdb.base/bigcore.c (main): Use a volatile pointer when
1060 attempting to trigger a SIGSEGV.
1061 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
1062 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
1063 * gdb.base/savedregs.c (thrower): Likewise.
1064 * gdb.mi/mi-syn-frame.c (bar): Likewise.
1065
1066 2020-07-13 Gary Benson <gbenson@redhat.com>
1067
1068 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
1069 defining and using VLA structure fields into...
1070 * gdb.base/vla-struct-fields.c: New file.
1071 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
1072 tests into...
1073 * gdb.base/vla-struct-fields.exp: New file.
1074
1075 2020-07-13 Tom de Vries <tdevries@suse.de>
1076
1077 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
1078 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
1079 * gdb.base/gold-gdb-index.exp: Same.
1080 * gdb.base/morestack.exp: Same.
1081
1082 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
1083
1084 PR rust/26121
1085 * gdb.rust/modules.rs: Prevent linker from discarding test
1086 symbol.
1087
1088 2020-07-10 Pedro Alves <pedro@palves.net>
1089
1090 PR gdb/26199
1091 * gdb.multi/multi-target.c (exit_thread): New.
1092 (thread_start): Break loop if EXIT_THREAD.
1093 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
1094 (top level) Call test_no_resumed.
1095
1096 2020-07-08 Tom Tromey <tromey@adacore.com>
1097
1098 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
1099 * gdb.ada/catch_ex.exp: Examine catchpoint text.
1100
1101 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1102
1103 PR python/22748
1104 * gdb.opt/inline-frame-tailcall.c: New file.
1105 * gdb.opt/inline-frame-tailcall.exp: New file.
1106 * gdb.python/py-unwind-inline.c: New file.
1107 * gdb.python/py-unwind-inline.exp: New file.
1108 * gdb.python/py-unwind-inline.py: New file.
1109
1110 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1111
1112 * gdb.python/py-arch-reg-groups.exp: New file.
1113
1114 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1115
1116 * gdb.python/py-arch-reg-names.exp: New file.
1117
1118 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1119
1120 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
1121 gdb.PendingFrame.architecture method.
1122
1123 2020-07-06 Tom de Vries <tdevries@suse.de>
1124
1125 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
1126
1127 2020-07-03 Pedro Alves <palves@redhat.com>
1128
1129 * gdb.base/structs2.c (main): Adjust second parem_reg call to
1130 explicitly write negative numbers.
1131 * gdb.base/structs2.exp: Adjust expected output.
1132
1133 2020-07-03 Pedro Alves <palves@redhat.com>
1134
1135 * gdb.base/charset.c (init_string): Change all char parameters to
1136 unsigned char parameters.
1137
1138 2020-07-03 Pedro Alves <palves@redhat.com>
1139
1140 * gdb.base/call-sc.exp (start_scalars_test): Use
1141 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1142 * gdb.base/overlays.c: Remove references to PARAMS.
1143 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
1144 * gdb.base/reread.exp: Don't set 'prototypes' global.
1145 * gdb.base/structs.exp (start_structs_test): Use
1146 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1147 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
1148 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1149 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
1150 call.
1151 * gdb.base/varargs.exp: Don't set 'prototypes' global.
1152
1153 2020-07-03 Pedro Alves <palves@redhat.com>
1154
1155 * gdb.base/m32rovly.c: Delete.
1156 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
1157
1158 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1159
1160 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
1161 of gdb_py_test_multiple.
1162 * gdb.python/py-cmd.exp: Likewise.
1163 * gdb.python/py-events.exp: Likewise.
1164 * gdb.python/py-function.exp: Likewise.
1165 * gdb.python/py-inferior.exp: Likewise.
1166 * gdb.python/py-infthread.exp: Likewise.
1167 * gdb.python/py-linetable.exp: Likewise.
1168 * gdb.python/py-parameter.exp: Likewise.
1169 * gdb.python/py-value.exp: Likewise.
1170
1171 2020-06-30 Tom de Vries <tdevries@suse.de>
1172
1173 PR testsuite/26175
1174 * lib/future.exp (gdb_default_target_compile): Detect and handle
1175 early_flags.
1176
1177 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
1178
1179 * boards/simavr.exp (gdb_load): Catch errors when closing
1180 previous connection. Close connection, wait for process and
1181 unset simavr_spawn_id on failure.
1182
1183 2020-06-29 Tom de Vries <tdevries@suse.de>
1184
1185 * lib/gdb.exp (unknown): Make test-case unresolved.
1186
1187 2020-06-29 Tom de Vries <tdevries@suse.de>
1188
1189 PR gdb/25475
1190 * gdb.server/solib-list.exp: Verify that the symbol reload
1191 confirmation question is asked.
1192
1193 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1194
1195 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
1196 have a input seq nr in each pass message.
1197 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
1198 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
1199 * gdb.python/python.exp: Make test names unique,
1200 use gdb_test_multiline instead of gdb_py_test_multiple,
1201 use $gdb_test_name.
1202 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
1203
1204 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
1205
1206 * configure.ac: Add --enable-libctf.
1207 * aclocal.m4: sinclude ../config/enable.m4.
1208 * Makefile.in (site.exp): Add enable_libctf to site.exp.
1209 * lib/gdb.exp (skip_ctf_tests): Use it.
1210 * gdb.base/ctf-constvars.exp: Error message tweak.
1211 * gdb.base/ctf-ptype.exp: Likewise.
1212 * configure: Regenerate.
1213
1214 2020-06-26 Gary Benson <gbenson@redhat.com>
1215
1216 * gdb.cp/try_catch.cc: Include string.h.
1217 (main): Replace comparison against string literal with
1218 strcmp, avoiding build failure with -Wstring-compare.
1219 Add "marker test-complete".
1220 * gdb.cp/try_catch.exp: Run the test to the above marker,
1221 then verify that the value of "test" is still true.
1222
1223 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1224
1225 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
1226
1227 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1228
1229 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
1230
1231 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1232
1233 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
1234 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
1235 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
1236 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
1237 * gdb.arch/riscv-tdesc-loading.exp: New file.
1238
1239 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1240
1241 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
1242
1243 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1244
1245 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
1246 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
1247 * gdb.arch/riscv-tdesc-regs.c: New file.
1248 * gdb.arch/riscv-tdesc-regs.exp: New file.
1249
1250 2020-06-24 Pedro Alves <palves@redhat.com>
1251
1252 * gdb.arch/amd64-entry-value-paramref.exp: Use
1253 prepare_for_testing_full and don't pass "c++" for the .S file
1254 build spec.
1255 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
1256 $options, since it's an assembly file. Remove -Wno-deprecated.
1257 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
1258 compiling C++ programs.
1259
1260 2020-06-24 Pedro Alves <palves@redhat.com>
1261
1262 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
1263 Clang, add "-Wno-unknown-warning-option" to the options.
1264
1265 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
1266
1267 * gdb.xml/tdesc-reload.c: New file.
1268 * gdb.xml/tdesc-reload.exp: New file.
1269 * gdb.xml/maint-xml-dump-01.xml: New file.
1270 * gdb.xml/maint-xml-dump-02.xml: New file.
1271 * gdb.xml/maint-xml-dump.exp: New file.
1272
1273 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
1274
1275 * lib/completion-support.exp (test_gdb_completion_offers_commands):
1276 Adjust for omitted commands when TUI is disabled.
1277
1278 2020-06-23 Gary Benson <gbenson@redhat.com>
1279 Pedro Alves <palves@redhat.com>
1280
1281 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
1282 * gdb.cp/nsimport.cc: Likewise.
1283 * gdb.cp/nsnested.cc: Likewise.
1284 * gdb.cp/nsnoimports.cc: Likewise.
1285 * gdb.cp/nsusing.cc: Likewise.
1286 * gdb.cp/smartp.cc: Likewise.
1287 * gdb.python/py-pp-integral.c: Likewise.
1288 * gdb.python/py-pp-re-notag.c: Likewise.
1289
1290 2020-06-23 Gary Benson <gbenson@redhat.com>
1291
1292 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
1293 * gdb.cp/nsimport.cc: Likewise.
1294 * gdb.cp/nsnested.cc: Likewise.
1295 * gdb.cp/nsnoimports.cc: Likewise.
1296 * gdb.cp/nsusing.cc: Likewise.
1297 * gdb.cp/smartp.cc: Likewise.
1298 * gdb.python/py-pp-integral.c: Likewise.
1299 * gdb.python/py-pp-re-notag.c: Likewise.
1300
1301 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1302
1303 * gdb.base/default-args.exp: New test.
1304 * gdb.base/default-args.c: New file.
1305 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
1306 * gdb.base/default.exp: Update to new help text.
1307 * gdb.base/help.exp: Likewise.
1308 * gdb.base/page.exp: Likewise.
1309 * gdb.base/style.exp: Likewise.
1310 * gdb.guile/guile.exp: Likewise.
1311 * gdb.python/python.exp: Likewise.
1312
1313 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
1314
1315 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
1316 remote host. Fix search path syntax on Windows host.
1317
1318 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1319
1320 * gdb.base/attach.exp: Test priority of 'exec-file' changed
1321 over 'exec-file-mismatch'.
1322 * gdb.base/attach.c: Mark should_exit volatile.
1323 * gdb.base/attach2.c: Likewise. Add a comment explaining
1324 why the sleep cannot be big.
1325 * gdb.base/attach3.c: New file.
1326
1327 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
1328
1329 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
1330 prefix optional.
1331
1332 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
1333
1334 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
1335 for remote host.
1336
1337 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
1338 Hafiz Abid Qadeer <abidh@codesourcery.com>
1339
1340 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
1341 file sent to remote host.
1342 (top level): Allow int32_t as type of 32-bit register.
1343
1344 2020-06-19 Tom de Vries <tdevries@suse.de>
1345
1346 * lib/gdb.exp (gdb_note): New proc.
1347 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
1348 (gdb_default_target_compile): ... here. Only call
1349 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
1350 (use_gdb_compile): Change to array.
1351 (toplevel): Update sets of use_gdb_compile to specify language.
1352 Warn about default_target_compile override. Store dejagnu's version
1353 of default_target_compile in dejagnu_default_target_compile.
1354
1355 2020-06-18 Tom de Vries <tdevries@suse.de>
1356
1357 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
1358 (default_gdb_init): ... here.
1359
1360 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
1361
1362 Fix TUI support checks in gdb.tui tests.
1363
1364 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
1365 just say UNSUPPORTED.
1366 * gdb.tui/corefile-run.exp: Likewise.
1367 * gdb.tui/empty.exp: Likewise.
1368 * gdb.tui/list-before.exp: Likewise.
1369 * gdb.tui/list.exp: Likewise.
1370 * gdb.tui/main.exp: Likewise.
1371 * gdb.tui/regs.exp: Likewise.
1372 * gdb.tui/resize.exp: Likewise.
1373 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
1374 * gdb.tui/tui-layout-asm.exp: Likewise.
1375 * gdb.tui/tui-missing-src.exp: Likewise.
1376 * gdb.tui/winheight.exp: Likewise.
1377 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
1378
1379 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
1380
1381 Fix TCL error in gdb.python/py-format-string.exp.
1382
1383 * gdb.python/py-format-string.exp: Move test for python support
1384 earlier, out of function body.
1385
1386 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
1387
1388 * gdb.base/index-cache-load-twice.c: New.
1389 * gdb.base/index-cache-load-twice.exp: New.
1390
1391 2020-06-17 Keith Seitz <keiths@redhat.com>
1392
1393 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
1394 when executing "gdb --configuration".
1395
1396 2020-06-17 Tom de Vries <tdevries@suse.de>
1397
1398 * lib/gdb.exp (gdb_tcl_unknown): New proc.
1399 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
1400 conditional on presence of gdb_tcl_unknown.
1401 (gdb_finish): Make override undo conditional on presence of
1402 gdb_tcl_unknown.
1403
1404 2020-06-16 Tom Tromey <tom@tromey.com>
1405
1406 * gdb.python/tui-window.py (failwin): New function. Register it
1407 as a TUI window type.
1408 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
1409
1410 2020-06-16 Gary Benson <gbenson@redhat.com>
1411
1412 * gdb.python/py-nested-maps.c (create_map): Add missing return
1413 value.
1414 (create_map_map): Likewise.
1415
1416 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1417
1418 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
1419 variable.
1420 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
1421 and use the already-defined 'options' variable.
1422
1423 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1424 Tom de Vries <tdevries@suse.de>
1425
1426 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
1427 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
1428 (gdb_setup_known_globals): New proc.
1429 (gdb_cleanup_globals): New proc.
1430 * lib/gdb.exp (load_lib): New override proc.
1431 (gdb_stdin_log_init): Set var in_file as persistent global.
1432 * lib/pascal.exp (gdb_stdin_log_init): Set vars
1433 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
1434 fpc_compiler as persistent global.
1435
1436 2020-06-12 Tom de Vries <tdevries@suse.de>
1437
1438 * lib/tuiterm.exp (spawn): Rename to ...
1439 (tui_spawn): ... this.
1440 (toplevel): Move rename of spawn ...
1441 (gdb_init_tuiterm): ... here. New proc.
1442 (gdb_finish_tuiterm): New proc.
1443 * lib/gdb.exp (gdb_finish_hooks): New global var.
1444 (gdb_finish): Handle gdb_finish_hooks.
1445 (tuiterm_env): New proc.
1446 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
1447 tuiterm_env.
1448 * gdb.tui/basic.exp: Same.
1449 * gdb.tui/corefile-run.exp: Same.
1450 * gdb.tui/empty.exp: Same.
1451 * gdb.tui/list-before.exp: Same.
1452 * gdb.tui/list.exp: Same.
1453 * gdb.tui/main.exp: Same.
1454 * gdb.tui/new-layout.exp: Same.
1455 * gdb.tui/regs.exp: Same.
1456 * gdb.tui/resize.exp: Same.
1457 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
1458 * gdb.tui/tui-layout-asm.exp: Same.
1459 * gdb.tui/tui-missing-src.exp: Same.
1460 * gdb.tui/winheight.exp: Same.
1461
1462 2020-06-12 Tom de Vries <tdevries@suse.de>
1463
1464 PR testsuite/26110
1465 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
1466 (gdb_finish): Reinstall dejagnu's override of ::unknown.
1467
1468 2020-06-11 Tom Tromey <tom@tromey.com>
1469
1470 PR gdb/18318:
1471 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
1472 floating point tests.
1473
1474 2020-06-11 Keith Seitz <keiths@redhat.com>
1475
1476 PR gdb/21356
1477 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
1478 vla_struct.
1479 Add new struct vla_typedef and union vla_typedef_union and
1480 corresponding instantiation objects.
1481 Initialize new objects.
1482 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
1483 and vla_typedef_union_object.
1484 Fixup type for vla_struct_object.
1485
1486 2020-06-11 Tom de Vries <tdevries@suse.de>
1487
1488 * lib/gdb.exp (with_override): New proc, factored out of ...
1489 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
1490
1491 2020-06-10 Tom de Vries <tdevries@suse.de>
1492
1493 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
1494
1495 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
1496
1497 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
1498 parameter, update callers.
1499
1500 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
1501
1502 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
1503 * gdb.dwarf2/share-psymtabs-bt.c: New file.
1504 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
1505
1506 2020-06-04 Tom de Vries <tdevries@suse.de>
1507
1508 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
1509
1510 2020-06-04 Tom de Vries <tdevries@suse.de>
1511
1512 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
1513 exp_continue.
1514
1515 2020-06-04 Tom de Vries <tdevries@suse.de>
1516
1517 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
1518
1519 2020-06-03 Tom de Vries <tdevries@suse.de>
1520
1521 PR symtab/26046
1522 * gdb.cp/breakpoint-locs-2.cc: New test.
1523 * gdb.cp/breakpoint-locs.cc: New test.
1524 * gdb.cp/breakpoint-locs.exp: New file.
1525 * gdb.cp/breakpoint-locs.h: New test.
1526
1527 2020-06-03 Tom de Vries <tdevries@suse.de>
1528
1529 PR testsuite/25609
1530 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
1531 value of global verbose.
1532 * gdb.base/jit-elf.exp: Same.
1533 * gdb.base/jit-reader.exp: Same.
1534
1535 2020-06-02 Tom de Vries <tdevries@suse.de>
1536
1537 * gdb.dwarf2/multidictionary.exp: Don't use
1538 gdb_spawn_with_cmdline_opts.
1539
1540 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
1541
1542 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
1543 use_header case.
1544 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
1545 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
1546 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
1547 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
1548 * gdb.dwarf2/dw2-inline-header.c: New file.
1549 * gdb.dwarf2/dw2-inline-header.h: New file.
1550
1551 2020-05-30 Pedro Alves <palves@redhat.com>
1552
1553 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
1554 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
1555
1556 2020-05-29 Gary Benson <gbenson@redhat.com>
1557
1558 * gdb.compile/compile-cplus.exp (additional_flags): Also
1559 set when building with clang.
1560 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
1561 when building with clang.
1562
1563 2020-05-29 Gary Benson <gbenson@redhat.com>
1564
1565 * gdb.arch/i386-avx.exp (additional_flags): Also set when
1566 building with clang.
1567 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
1568
1569 2020-05-29 Gary Benson <gbenson@redhat.com>
1570
1571 * gdb.cp/koenig.exp (prepare_for_testing): Add
1572 additional_flags=-Wno-unused-comparison.
1573 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
1574
1575 2020-05-28 Gary Benson <gbenson@redhat.com>
1576
1577 * gdb.base/sigaltstack.c (catcher): Add default case to switch
1578 statement.
1579
1580 2020-05-28 Gary Benson <gbenson@redhat.com>
1581
1582 * gdb.cp/classes.exp (prepare_for_testing): Add
1583 additional_flags=-Wno-deprecated-register.
1584 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
1585 * gdb.cp/misc.exp: Likewise.
1586
1587 2020-05-28 Gary Benson <gbenson@redhat.com>
1588
1589 * gdb.linespec/cpls-ops.cc (dummy): New static global.
1590 (test_op_new::operator new): Add return statement.
1591 (test_op_new_array::operator new[]): Likewise.
1592
1593 2020-05-27 Pedro Alves <palves@redhat.com>
1594
1595 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
1596 check. Use test_gdb_complete_unique instead of
1597 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
1598 test_gdb_complete_multiple instead of
1599 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
1600
1601 2020-05-27 Luis Machado <luis.machado@linaro.org>
1602
1603 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
1604 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
1605 * gdb.arch/arm-disassembler-options.exp: Likewise.
1606 * gdb.arch/arm-disp-step.exp: Likewise.
1607 * gdb.arch/thumb-prologue.exp: Likewise.
1608 * gdb.base/async.exp: Likewise.
1609 * gdb.base/auxv.exp: Likewise.
1610 * gdb.base/complex-parts.exp: Likewise.
1611 * gdb.base/ena-dis-br.exp: Likewise.
1612 * gdb.base/foll-exec.exp: Likewise.
1613 * gdb.base/permissions.exp: Likewise.
1614 * gdb.base/relocate.exp: Likewise.
1615 * gdb.base/return2.exp: Likewise.
1616 * gdb.base/sigbpt.exp: Likewise.
1617 * gdb.base/siginfo-obj.exp: Likewise.
1618 * gdb.cp/converts.exp: Likewise.
1619 * gdb.cp/exceptprint.exp: Likewise.
1620 * gdb.cp/inherit.exp: Likewise.
1621 * gdb.cp/nsnoimports.exp: Likewise.
1622 * gdb.cp/virtbase2.exp: Likewise.
1623 * gdb.mi/mi-var-cmd.exp: Likewise.
1624 * gdb.mi/var-cmd.c: Likewise.
1625
1626 2020-05-26 Tom Tromey <tromey@adacore.com>
1627
1628 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
1629
1630 2020-05-26 Tom Tromey <tromey@adacore.com>
1631
1632 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
1633 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
1634 type.
1635 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
1636 variable.
1637
1638 2020-05-26 Christian Biesinger <cbiesinger@google.com>
1639
1640 * Makefile.in: Use = instead of == for the test command
1641 for portability.
1642
1643 2020-05-26 Tom de Vries <tdevries@suse.de>
1644
1645 * gdb.base/gold-gdb-index-2.c: New test.
1646 * gdb.base/gold-gdb-index.c: New test.
1647 * gdb.base/gold-gdb-index.exp: New file.
1648 * gdb.base/gold-gdb-index.h: New test.
1649
1650 2020-05-25 Tom de Vries <tdevries@suse.de>
1651
1652 * boards/gold-gdb-index.exp: New file.
1653
1654 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
1655
1656 * boards/simavr.exp: New file.
1657
1658 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
1659
1660 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
1661 * gdb.base/inferior-args.exp: New file.
1662 * gdb.base/inferior-args.c: New file.
1663
1664 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
1665
1666 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
1667 inferior_args. Pass it to gdb_reload.
1668 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
1669 inferior_args.
1670 (gdb_reload): Add inferior_args argument.
1671 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
1672 pass it to gdbserver_run.
1673 * boards/native-gdbserver.exp: Do not set noargs.
1674 * boards/native-extended-gdbserver.exp (gdb_reload): Add
1675 inferior_args argument.
1676 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
1677 * gdb.base/a2-run.exp: Check for use_gdb_stub.
1678 * gdb.base/args.exp: Likewise.
1679
1680 2020-05-25 Tom de Vries <tdevries@suse.de>
1681
1682 * lib/gdb.exp (exec_is_pie): Add comment.
1683
1684 2020-05-25 Tom de Vries <tdevries@suse.de>
1685
1686 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
1687 instead of $binfile in the untested message.
1688
1689 2020-05-25 Tom de Vries <tdevries@suse.de>
1690
1691 PR testsuite/26031
1692 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
1693
1694 2020-05-25 Tom de Vries <tdevries@suse.de>
1695
1696 * boards/gold.exp: New file.
1697
1698 2020-05-23 Tom Tromey <tom@tromey.com>
1699
1700 * gdb.base/style.exp: Remove completion styling test.
1701 * lib/gdb-utils.exp (style): Remove completion styles.
1702
1703 2020-05-23 Tom Tromey <tom@tromey.com>
1704
1705 * gdb.base/style.exp: Add completion styling test.
1706 * lib/gdb-utils.exp (style): Add completion styles.
1707
1708 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1709
1710 * gdb.base/annota1.exp: Update expected results.
1711 * gdb.cp/annota2.exp: Update expected results, remove duplicate
1712 test name.
1713 * gdb.cp/annota3.exp: Update expected results.
1714
1715 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
1716
1717 PR gdb/26016
1718 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
1719 against MAP_FAILED.
1720 * gdb.base/coremaker.c (mmapdata): Likewise.
1721 * gdb.base/jit-reader-host.c (main): Likewise.
1722 * gdb.base/sym-file-loader.c (load): Likewise.
1723 (load_shlib): Likewise.
1724
1725 2020-05-20 Tom Tromey <tromey@adacore.com>
1726
1727 * gdb.ada/array_char_idx.exp: Recognize initialized array.
1728
1729 2020-05-20 Tom de Vries <tdevries@suse.de>
1730
1731 PR symtab/25833
1732 * gdb.base/with-mf-inc.c: New test.
1733 * gdb.base/with-mf-main.c: New test.
1734 * gdb.base/with-mf.exp: New file.
1735
1736 2020-05-19 Tom Tromey <tromey@adacore.com>
1737
1738 * gdb.rust/simple.exp: Restore missing test result.
1739
1740 2020-05-19 Tom de Vries <tdevries@suse.de>
1741
1742 * gdb.base/gdb-caching-proc.exp: Fix typo.
1743
1744 2020-05-19 Tom Tromey <tromey@adacore.com>
1745
1746 * gdb.rust/simple.exp: Add some test descriptions.
1747 (test_one_slice): Use with_test_prefix.
1748
1749 2020-05-18 Tom de Vries <tdevries@suse.de>
1750
1751 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
1752
1753 2020-05-17 Pedro Alves <palves@redhat.com>
1754
1755 PR gdb/25741
1756 * gdb.base/hw-sw-break-same-address.exp: New file.
1757
1758 2020-05-16 Pedro Alves <palves@redhat.com>
1759
1760 * gdb.multi/multi-re-run.exp (test_re_run): Switch
1761 LAST_LOADED_FILE accordingly.
1762
1763 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1764
1765 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
1766
1767 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1768
1769 * gdb.base/help.exp: Test apropos and help for commands
1770 having aliases. Fixed comments not starting with an
1771 upper-case letter or not finishing with a dot.
1772
1773 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1774
1775 * gdb.base/alias.exp: Update help output check.
1776
1777 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1778
1779 * gdb.base/default.exp: Update output following fixes.
1780
1781 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1782
1783 * gdb.base/alias.exp: Test aliases starting with a prefix of
1784 another alias.
1785
1786 2020-05-15 Gary Benson <gbenson@redhat.com>
1787
1788 * gdb.base/info-os.c (main): Add return statement.
1789 * gdb.base/info_minsym.c (minsym_fun): Likewise.
1790 * gdb.base/large-frame-2.c (func): Likewise.
1791 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
1792 * gdb.base/pr10179-b.c (foo2): Likewise.
1793 * gdb.base/valgrind-disp-step.c (foo): Likewise.
1794 * gdb.base/watch-cond.c (func): Likewise.
1795 * gdb.multi/goodbye.c (verylongfun): Likewise.
1796 * gdb.multi/hello.c (commonfun): Likewise.
1797 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
1798 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
1799 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
1800 Likewise.
1801 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
1802 * gdb.threads/interrupt-while-step-over.c (child_function):
1803 Likewise.
1804 * gdb.trace/actions-changed.c (end): Likewise.
1805
1806 2020-05-15 Gary Benson <gbenson@redhat.com>
1807
1808 * gdb.opencl/callfuncs.exp: Report when test skipped.
1809 * gdb.opencl/convs_casts.exp: Likewise.
1810 * gdb.opencl/datatypes.exp: Likewise.
1811 * gdb.opencl/operators.exp: Likewise.
1812 * gdb.opencl/vec_comps.exp: Likewise.
1813
1814 2020-05-15 Tom de Vries <tdevries@suse.de>
1815
1816 * gdb.base/align.exp.in: Rename to ...
1817 * gdb.base/align.exp.tcl: ... this.
1818 * gdb.base/align-c++.exp: Update.
1819 * gdb.base/align-c.exp: Update.
1820 * gdb.base/all-architectures.exp.in: Rename to ...
1821 * gdb.base/all-architectures.exp: ... this.
1822 * gdb.base/all-architectures-0.exp: Update.
1823 * gdb.base/all-architectures-1.exp: Update.
1824 * gdb.base/all-architectures-2.exp: Update.
1825 * gdb.base/all-architectures-3.exp: Update.
1826 * gdb.base/all-architectures-4.exp: Update.
1827 * gdb.base/all-architectures-5.exp: Update.
1828 * gdb.base/all-architectures-6.exp: Update.
1829 * gdb.base/all-architectures-7.exp: Update.
1830 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
1831 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
1832 * gdb.base/infcall-nested-structs-c++.exp: Update.
1833 * gdb.base/infcall-nested-structs-c.exp: Update.
1834 * gdb.base/info-types.exp.in: Rename to ...
1835 * gdb.base/info-types.exp.tcl: ... this.
1836 * gdb.base/info-types-c++.exp: Update.
1837 * gdb.base/info-types-c.exp: Update.
1838 * gdb.base/max-depth.exp.in: Rename to ...
1839 * gdb.base/max-depth.exp.tcl: ... this.
1840 * gdb.base/max-depth-c++.exp: Update.
1841 * gdb.base/max-depth-c.exp: Update.
1842 * gdb.cp/cpexprs.exp.in: Rename to ...
1843 * gdb.cp/cpexprs.exp.tcl: ... this.
1844 * gdb.cp/cpexprs-debug-types.exp: Update.
1845 * gdb.cp/cpexprs.exp: Update.
1846 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
1847 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
1848 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
1849 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
1850 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
1851 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
1852 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
1853 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
1854 * gdb.dwarf2/clang-debug-names-2.exp: Update.
1855 * gdb.dwarf2/clang-debug-names.exp: Update.
1856
1857 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
1858
1859 * lib/check-test-names.exp: Remove code that prevents this file
1860 loading when tests are run in parallel.
1861
1862 2020-05-15 Pedro Alves <palves@redhat.com>
1863
1864 * gdb.multi/multi-kill.exp (start_inferior): Remove
1865 'testpid' parameter. Refer to namespace variable directly.
1866 (testpid): Declare as namespace variable.
1867
1868 2020-05-15 Pedro Alves <palves@redhat.com>
1869
1870 * gdb.multi/multi-kill.exp: Wrap in namespace.
1871 (start_inferior): Add TESTPID parameter. Use it instead of the
1872 testpid global.
1873 (top level): Define empty TESTPID array, and pass it down to
1874 start_inferior.
1875
1876 2020-05-14 Tom de Vries <tdevries@suse.de>
1877
1878 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
1879 output.
1880
1881 2020-05-14 Tom de Vries <tdevries@suse.de>
1882
1883 * gdb.base/align.exp: Split into ...
1884 * gdb.base/align.exp.in: ...
1885 * gdb.base/align-c++.exp: ...
1886 * gdb.base/align-c.exp: ... these.
1887 * gdb.base/infcall-nested-structs.exp: Split into ...
1888 * gdb.base/infcall-nested-structs.exp.in: ...
1889 * gdb.base/infcall-nested-structs-c++.exp: ...
1890 * gdb.base/infcall-nested-structs-c.exp: ... these.
1891 * gdb.base/info-types.exp: Split into ...
1892 * gdb.base/info-types.exp.in: ...
1893 * gdb.base/info-types-c++.exp: ...
1894 * gdb.base/info-types-c.exp: ... these.
1895 * gdb.base/max-depth.exp: Split into ...
1896 * gdb.base/max-depth.exp.in: ...
1897 * gdb.base/max-depth-c++.exp: ...
1898 * gdb.base/max-depth-c.exp: ... these.
1899 * gdb.cp/infcall-nodebug.exp: Split into ...
1900 * gdb.cp/infcall-nodebug.exp.in: ...
1901 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
1902 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
1903 * gdb.cp/infcall-nodebug-c-d0.exp: ...
1904 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
1905
1906 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1907 Pedro Alves <palves@redhat.com>
1908
1909 * gdb.multi/multi-exit.c: New file.
1910 * gdb.multi/multi-exit.exp: New file.
1911 * gdb.multi/multi-kill.c: New file.
1912 * gdb.multi/multi-kill.exp: New file.
1913
1914 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1915
1916 * gdb.base/annota1.exp: Update the expected output.
1917 * gdb.cp/annota2.exp: Ditto.
1918
1919 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
1920
1921 * lib/check-test-names.exp: Disable when testing is being run in
1922 parallel.
1923
1924 2020-05-12 Tom de Vries <tdevries@suse.de>
1925
1926 * gdb.base/jit-elf.exp: Fix string concat.
1927
1928 2020-05-12 Tom de Vries <tdevries@suse.de>
1929
1930 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
1931 messages.
1932
1933 2020-05-12 Tom de Vries <tdevries@suse.de>
1934
1935 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
1936
1937 2020-05-12 Tom de Vries <tdevries@suse.de>
1938
1939 * gdb.ada/catch_ex.exp: Use with_test_prefix.
1940 * gdb.ada/mi_catch_ex.exp: Same.
1941 * gdb.ada/mi_catch_ex_hand.exp: Same.
1942
1943 2020-05-12 Tom de Vries <tdevries@suse.de>
1944
1945 * gdb.fortran/complex.exp: Use with_test_prefix.
1946
1947 2020-05-12 Tom de Vries <tdevries@suse.de>
1948
1949 * gdb.trace/passcount.exp: Fix test-names.
1950
1951 2020-05-12 Tom de Vries <tdevries@suse.de>
1952
1953 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
1954
1955 2020-05-12 Tom de Vries <tdevries@suse.de>
1956
1957 * gdb.gdb/complaints.exp: Use with_test_prefix.
1958 * gdb.xml/tdesc-regs.exp: Same.
1959 * gdb.opt/inline-locals.exp: Fix test name.
1960
1961 2020-05-12 Tom de Vries <tdevries@suse.de>
1962
1963 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
1964 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
1965 * gdb.dwarf2/implref-struct.exp: Same.
1966 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
1967 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
1968
1969 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
1970
1971 * gdb.base/jit-so.exp (one_jit_test): Change test name.
1972
1973 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1974
1975 * lib/check-test-names.exp (all_test_names): New module variable.
1976 (counts): Add 'duplicates' field.
1977 (_check_duplicates): New procedure.
1978 (check): Also check for duplicates.
1979 (do_log_summary): Print duplicates count.
1980 (do_reset_vars): Reset counter for duplicate test names, and
1981 discard all know test names.
1982
1983 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1984
1985 * lib/gdb.exp: Include check-test-names.exp library.
1986 * lib/check-test-names.exp: New file.
1987
1988 2020-05-11 Tom de Vries <tdevries@suse.de>
1989
1990 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
1991
1992 2020-05-11 Keith Seitz <keiths@redhat.com>
1993
1994 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
1995
1996 2020-05-11 Tom de Vries <tdevries@suse.de>
1997
1998 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
1999 * gdb.cp/cpexprs.exp.in: .. here.
2000 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
2001 cpexprs.exp.
2002
2003 2020-05-11 Keith Seitz <keiths@redhat.com>
2004
2005 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
2006 test names.
2007 * gdb.ada/arrayptr.exp: Likewise.
2008 * gdb.ada/assign_arr.exp: Likewise.
2009 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
2010 * gdb.ada/bp_on_var.exp: Likewise.
2011 * gdb.ada/call_pn.exp: Likewise.
2012 * gdb.ada/complete.exp: Likewise.
2013 * gdb.ada/fun_overload_menu.exp: Likewise.
2014 * gdb.ada/funcall_param.exp: Likewise.
2015 * gdb.ada/funcall_ref.exp: Likewise.
2016 * gdb.ada/packed_array_assign.exp: Likewise.
2017 * gdb.ada/same_component_name.exp: Likewise.
2018 * gdb.ada/type_coercion.exp: Likewise.
2019 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
2020 * gdb.ada/variant_record_packed_array.exp: Likewise.
2021
2022 2020-05-11 Tom de Vries <tdevries@suse.de>
2023
2024 PR symtab/25941
2025 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
2026 out of ...
2027 * gdb.dwarf2/clang-debug-names.exp: ... here.
2028 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
2029 clang-debug-names.exp.in.
2030 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
2031 * gdb.dwarf2/clang-debug-names-2.c: New test.
2032
2033 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2034
2035 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
2036 (fortran_runto_main): New Proc, fortran version of runto_main.
2037 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
2038 * gdb.fortran/array-bounds.exp: Likewise.
2039 * gdb.fortran/array-slices.exp: Likewise.
2040 * gdb.fortran/block-data.exp: Likewise.
2041 * gdb.fortran/charset.exp: Likewise.
2042 * gdb.fortran/common-block.exp: Likewise.
2043 * gdb.fortran/complex.exp: Likewise.
2044 * gdb.fortran/derived-type-function.exp: Likewise.
2045 * gdb.fortran/derived-type.exp: Likewise.
2046 * gdb.fortran/info-modules.exp: Likewise.
2047 * gdb.fortran/info-types.exp: Likewise.
2048 * gdb.fortran/intrinsics.exp: Likewise.
2049 * gdb.fortran/library-module.exp: Likewise.
2050 * gdb.fortran/logical.exp: Likewise.
2051 * gdb.fortran/max-depth.exp: Likewise.
2052 * gdb.fortran/module.exp: Likewise.
2053 * gdb.fortran/multi-dim.exp: Likewise.
2054 * gdb.fortran/nested-funcs.exp: Likewise.
2055 * gdb.fortran/print-formatted.exp: Likewise.
2056 * gdb.fortran/print_type.exp: Likewise.
2057 * gdb.fortran/printing-types.exp: Likewise.
2058 * gdb.fortran/ptr-indentation.exp: Likewise.
2059 * gdb.fortran/ptype-on-functions.exp: Likewise.
2060 * gdb.fortran/subarray.exp: Likewise.
2061 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
2062 * gdb.fortran/vla-datatypes.exp: Likewise.
2063 * gdb.fortran/vla-history.exp: Likewise.
2064 * gdb.fortran/vla-ptr-info.exp: Likewise.
2065 * gdb.fortran/vla-ptype-sub.exp: Likewise.
2066 * gdb.fortran/vla-ptype.exp: Likewise.
2067 * gdb.fortran/vla-sizeof.exp: Likewise.
2068 * gdb.fortran/vla-type.exp: Likewise.
2069 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
2070 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
2071 * gdb.fortran/vla-value-sub.exp: Likewise.
2072 * gdb.fortran/vla-value.exp: Likewise.
2073 * gdb.fortran/whatis_type.exp: Likewise.
2074 * gdb.mi/mi-var-child-f.exp: Likewise.
2075
2076 2020-05-09 Tom de Vries <tdevries@suse.de>
2077
2078 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
2079
2080 2020-05-08 Tom de Vries <tdevries@suse.de>
2081
2082 * gdb.dwarf2/clang-debug-names.c: New test.
2083 * gdb.dwarf2/clang-debug-names.exp: New file.
2084
2085 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
2086
2087 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
2088 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
2089
2090 2020-05-06 Tom de Vries <tdevries@suse.de>
2091
2092 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
2093 breakpoint is at a "recommended breakpoint location".
2094 * gdb.reverse/consecutive-reverse.exp: Same.
2095
2096 2020-05-06 Tom de Vries <tdevries@suse.de>
2097
2098 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
2099 address.
2100
2101 2020-05-06 Tom de Vries <tdevries@suse.de>
2102
2103 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
2104
2105 2020-05-06 Tom de Vries <tdevries@suse.de>
2106
2107 * gdb.base/store.exp (check_set, up_set): Allowing missing location
2108 info for r.
2109
2110 2020-05-06 Tom de Vries <tdevries@suse.de>
2111
2112 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
2113 necessary.
2114
2115 2020-05-06 Tom de Vries <tdevries@suse.de>
2116
2117 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
2118 void.
2119
2120 2020-05-06 Tom de Vries <tdevries@suse.de>
2121
2122 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
2123 of ...
2124 * gdb.base/async.exp: ... here.
2125 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
2126 "recommended breakpoint location".
2127
2128 2020-05-06 Tom de Vries <tdevries@suse.de>
2129
2130 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
2131
2132 2020-05-04 Tom de Vries <tdevries@suse.de>
2133
2134 * gdb.base/async.exp: Check whether instruction addresses are a
2135 "recommended breakpoint location".
2136
2137 2020-05-03 Tom Tromey <tom@tromey.com>
2138
2139 * gdb.base/sepdebug.exp: Remove "catch" test.
2140 * gdb.base/break.exp: Remove "catch" test.
2141 * gdb.base/default.exp: Update expected output.
2142
2143 2020-05-02 Tom de Vries <tdevries@suse.de>
2144
2145 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
2146 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
2147 * gdb.arch/i386-mpx-map.exp: Same.
2148 * gdb.arch/i386-mpx-sigsegv.exp: Same.
2149 * gdb.arch/i386-mpx-simple_segv.exp: Same.
2150 * gdb.arch/i386-mpx.exp: Same.
2151
2152 2020-05-02 Tom de Vries <tdevries@suse.de>
2153
2154 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
2155
2156 2020-05-01 Tom de Vries <tdevries@suse.de>
2157
2158 * gdb.ada/operator_bp.exp: Allow more than required amount of
2159 breakpoint.
2160
2161 2020-05-01 Tom de Vries <tdevries@suse.de>
2162
2163 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
2164
2165 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
2166
2167 PR gdb/18706
2168 * gdb.cp/stub-array-size.cc: New test.
2169 * gdb.cp/stub-array-size.exp: New file.
2170 * gdb.cp/stub-array-size.h: New test.
2171 * gdb.cp/stub-array-size2.cc: New test.
2172
2173 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
2174
2175 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
2176 output to the new format.
2177
2178 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
2179
2180 * gdb.base/break.exp: Use with_test_prefix.
2181
2182 2020-04-29 Tom de Vries <tdevries@suse.de>
2183
2184 * lib/gdb.exp (debug_types): New proc.
2185 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
2186 * gdb.python/py-symtab.exp: Same.
2187
2188 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
2189
2190 PR gdb/17320
2191 * gdb.base/pretty-array.c: New test.
2192 * gdb.base/pretty-array.exp: New file.
2193
2194 2020-04-29 Tom de Vries <tdevries@suse.de>
2195
2196 PR symtab/25889
2197 * gdb.cp/cpexprs.exp: Adapt for inclusion.
2198 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
2199 and include cpexprs.exp.
2200
2201 2020-04-28 Mark Williams <mark@myosotissp.com>
2202
2203 PR gdb/24480
2204 * dw4-toplevel-types.exp: Test for top level types.
2205 * dw4-toplevel-types.cc: Test for top level types.
2206
2207 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2208
2209 * gdb.threads/stop-with-handle.exp: Fix typo in comment
2210 (theads -> threads).
2211
2212 2020-04-28 Tom de Vries <tdevries@suse.de>
2213
2214 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
2215
2216 2020-04-28 Tom de Vries <tdevries@suse.de>
2217
2218 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
2219
2220 2020-04-28 Tom de Vries <tdevries@suse.de>
2221
2222 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
2223
2224 2020-04-28 Tom de Vries <tdevries@suse.de>
2225
2226 * gdb.dwarf2/main-foo.c: New test.
2227 * gdb.dwarf2/struct-with-sig.exp: New file.
2228
2229 2020-04-25 Tom de Vries <tdevries@suse.de>
2230
2231 * boards/debug-types.exp: New file.
2232
2233 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
2234
2235 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
2236
2237 2020-04-24 Tom Tromey <tom@tromey.com>
2238
2239 PR symtab/12707:
2240 * gdb.python/py-symbol.exp: Update expected results for
2241 linkage_name test.
2242 * gdb.cp/print-demangle.exp: New file.
2243 * gdb.base/c-linkage-name.exp: Fix test.
2244 * gdb.guile/scm-symbol.exp: Update expected results for
2245 linkage_name test.
2246
2247 2020-04-24 Tom Tromey <tom@tromey.com>
2248
2249 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
2250 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
2251 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
2252 assembler.
2253
2254 2020-04-24 Tom de Vries <tdevries@suse.de>
2255
2256 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
2257 C++.
2258
2259 2020-04-24 Tom Tromey <tromey@adacore.com>
2260
2261 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
2262 values.
2263 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
2264 values. Update test for minimal encodings.
2265 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
2266 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
2267 values. Update test for minimal encodings.
2268
2269 2020-04-24 Tom Tromey <tromey@adacore.com>
2270
2271 PR python/23662:
2272 * gdb.ada/variant.exp: Add Python checks.
2273 * gdb.rust/simple.exp: Add dynamic type checks.
2274
2275 2020-04-24 Tom Tromey <tromey@adacore.com>
2276
2277 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
2278 Make array type matching more lax.
2279 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
2280 * gdb.ada/mi_variant.exp: New file.
2281 * gdb.ada/mi_variant/pck.ads: New file.
2282 * gdb.ada/mi_variant/pkg.adb: New file.
2283 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
2284 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
2285
2286 2020-04-24 Tom Tromey <tromey@adacore.com>
2287
2288 * gdb.ada/variant.exp: Add dynamic field offset tests.
2289 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
2290 * gdb.ada/variant/pkg.adb: Add new variables.
2291
2292 2020-04-24 Tom Tromey <tromey@adacore.com>
2293
2294 * gdb.ada/variant.exp: New file
2295 * gdb.ada/variant/pkg.adb: New file
2296 * gdb.ada/variant/pck.adb: New file
2297
2298 2020-04-24 Tom de Vries <tdevries@suse.de>
2299
2300 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
2301
2302 2020-04-24 Tom de Vries <tdevries@suse.de>
2303
2304 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
2305 flags.
2306
2307 2020-04-24 Tom de Vries <tdevries@suse.de>
2308
2309 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
2310
2311 2020-04-24 Tom de Vries <tdevries@suse.de>
2312
2313 * lib/gdb.exp (default_gdb_start): Handle eof.
2314 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
2315 failure.
2316 * gdb.base/readnever.exp: Handle clean_restart failure.
2317
2318 2020-04-23 Tom de Vries <tdevries@suse.de>
2319
2320 * gdb.base/decl-before-def.exp: Run to main and print a again.
2321
2322 2020-04-23 Tom de Vries <tdevries@suse.de>
2323
2324 * gdb.base/decl-before-def-decl.c: New test.
2325 * gdb.base/decl-before-def-def.c: New test.
2326 * gdb.base/decl-before-def.exp: New file.
2327
2328 2020-04-23 Tom de Vries <tdevries@suse.de>
2329
2330 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
2331
2332 2020-04-22 Tom de Vries <tdevries@suse.de>
2333
2334 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
2335 debug_info_offset.
2336 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
2337 before $objsfile in the line line.
2338
2339 2020-04-22 Tom de Vries <tdevries@suse.de>
2340
2341 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
2342
2343 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2344
2345 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
2346 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
2347 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
2348 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
2349 * gdb.base/jit-protocol.h: Update definitions to match all usage
2350 contexts.
2351
2352 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2353
2354 * gdb.base: Rename all jit related test and source files.
2355
2356 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2357
2358 * gdb.base/jit-reader.exp: Relax register output check.
2359
2360 2020-04-22 Tom de Vries <tdevries@suse.de>
2361
2362 PR symtab/25764
2363 * gdb.base/psym-external-decl-2.c: New test.
2364 * gdb.base/psym-external-decl.c: New test.
2365 * gdb.base/psym-external-decl.exp: New file.
2366 * gdb.threads/tls.exp: Add PR25807 kfail.
2367
2368 2020-04-22 Tom de Vries <tdevries@suse.de>
2369
2370 PR symtab/25801
2371 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
2372 in "info source" output.
2373
2374 2020-04-22 Tom de Vries <tdevries@suse.de>
2375
2376 PR symtab/25700
2377 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
2378 symtab for imported_unit.c.
2379
2380 2020-04-21 Gary Benson <gbenson@redhat.com>
2381
2382 * gdb.base/advance.c (func): New argument, to match call site.
2383 (func2, func3): Add return statements.
2384
2385 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2386
2387 * gdb.multi/run-only-second-inf.c: New file.
2388 * gdb.multi/run-only-second-inf.exp: New file.
2389
2390 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
2391
2392 * gdb.btrace/multi-inferior.c: New test.
2393 * gdb.btrace/multi-inferior.exp: New file.
2394
2395 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
2396
2397 * gdb.btrace/enable-new-thread.c: New test.
2398 * gdb.btrace/enable-new-thread.exp: New file.
2399
2400 2020-04-21 Tom de Vries <tdevries@suse.de>
2401
2402 PR gdb/25471
2403 * gdb.threads/killed-outside.c: New test.
2404 * gdb.threads/killed-outside.exp: New file.
2405
2406 2020-04-20 Gary Benson <gbenson@redhat.com>
2407
2408 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
2409 * gdb.base/nested-subp2.exp: Likewise.
2410 * gdb.base/nested-subp3.exp: Likewise.
2411
2412 2020-04-20 Gary Benson <gbenson@redhat.com>
2413
2414 * gdb.base/nested-subp1.exp: Disable test when using clang.
2415 * gdb.base/nested-subp2.exp: Likewise.
2416 * gdb.base/nested-subp3.exp: Likewise.
2417
2418 2020-04-20 Gary Benson <gbenson@redhat.com>
2419
2420 * gdb.cp/exception.cc: Fix compilation error with clang.
2421
2422 2020-04-20 Gary Benson <gbenson@redhat.com>
2423
2424 * gdb.trace/tspeed.c: Fix compilation error with clang.
2425
2426 2020-04-20 Gary Benson <gbenson@redhat.com>
2427
2428 * gdb.base/jit-main.c: Fix compilation error with clang.
2429
2430 2020-04-17 Kamil Rytarowski <n54@gmx.com>
2431
2432 * gdb.base/attach-twice.c: Include "sys/types.h".
2433 (PTRACE_ATTACH): Add fallback definition.
2434 (main): Pass `0' to the 4th argument of `ptrace'.
2435
2436 2020-04-17 Kamil Rytarowski <n54@gmx.com>
2437
2438 * gdb.base/fork-running-state.c: Include "signal.h".
2439
2440 2020-04-17 Tom Tromey <tromey@adacore.com>
2441
2442 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
2443 Update tests.
2444 * gdb.btrace/cpu.exp: Update tests.
2445 * gdb.base/maint.exp: Update tests.
2446 * gdb.base/default.exp: Update tests.
2447 * gdb.base/completion.exp: Update tests.
2448
2449 2020-04-16 Tom de Vries <tdevries@suse.de>
2450
2451 PR symtab/25791
2452 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
2453 (ensure_gdb_index): and factor out and move ...
2454 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
2455 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
2456
2457 2020-04-16 Tom de Vries <tdevries@suse.de>
2458
2459 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
2460 loading exec.
2461
2462 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
2463
2464 * gdb.base/many-completions.exp: New file.
2465
2466 2020-04-14 Tom de Vries <tdevries@suse.de>
2467
2468 PR symtab/25718
2469 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
2470
2471 2020-04-14 Tom de Vries <tdevries@suse.de>
2472
2473 PR symtab/25720
2474 * gdb.base/maint-expand-symbols-header-file.c: New test.
2475 * gdb.base/maint-expand-symbols-header-file.exp: New file.
2476 * gdb.base/maint-expand-symbols-header-file.h: New test.
2477
2478 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
2479
2480 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
2481 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
2482 get_func_info.
2483 (get_func_info): Delete.
2484 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
2485 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
2486 * lib/dwarf.exp (get_func_info): New function.
2487
2488 2020-04-13 Tom de Vries <tdevries@suse.de>
2489
2490 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
2491 to what find_gnatmake does.
2492
2493 2020-04-10 Tom de Vries <tdevries@suse.de>
2494
2495 * gdb.base/style.exp: Expect "Expanding full symbols" message for
2496 -readnow.
2497
2498 2020-04-10 Tom de Vries <tdevries@suse.de>
2499
2500 PR cli/25808
2501 * gdb.base/style.c: Add leading newlines.
2502 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
2503 Check listing of main's one-line body.
2504
2505 2020-04-08 Tom de Vries <tdevries@suse.de>
2506
2507 * lib/gdb.exp (psymtabs_p): New proc.
2508 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
2509 importing unit" unsupported if there are no partial symbols.
2510
2511 2020-04-08 Tom de Vries <tdevries@suse.de>
2512
2513 PR testsuite/25760
2514 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
2515
2516 2020-04-07 Tom de Vries <tdevries@suse.de>
2517
2518 PR symtab/25796
2519 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
2520
2521 2020-04-07 Tom de Vries <tdevries@suse.de>
2522
2523 * gdb.base/check-psymtab.c: New test.
2524 * gdb.base/check-psymtab.exp: New file.
2525
2526 2020-04-06 Tom Tromey <tromey@adacore.com>
2527
2528 * gdb.ada/variant-record/proc.adb: New file.
2529 * gdb.ada/variant-record/value.adb: New file.
2530 * gdb.ada/variant-record/value.s: New file.
2531 * gdb.ada/variant-record.exp: New file.
2532
2533 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
2534
2535 PR gdb/25325
2536 * gdb.cp/typed-enum.cc: New test.
2537 * gdb.cp/typed-enum.exp: New file.
2538
2539 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2540
2541 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
2542 * gdb.dwarf2/dw2-inline-small-func.c: New file.
2543 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
2544 * gdb.dwarf2/dw2-inline-small-func.h: New file.
2545 * gdb.opt/inline-small-func.c: New file.
2546 * gdb.opt/inline-small-func.exp: New file.
2547 * gdb.opt/inline-small-func.h: New file.
2548
2549 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2550
2551 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
2552 function.
2553
2554 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2555
2556 * lib/dwarf.exp (function_range): Allow compiler options to be
2557 specified.
2558
2559 2020-04-02 Tom de Vries <tdevries@suse.de>
2560
2561 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
2562 __attribute__((always_inline)).
2563 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
2564
2565 2020-04-02 Tom de Vries <tdevries@suse.de>
2566
2567 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
2568 (gdbserver_gdb_exit): ... here. Add timeout warning.
2569 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
2570 (connect_target_extended_remote): Append new server_spawn_id to
2571 server_spawn_ids.
2572 (cleanup): New proc.
2573 (setup, <toplevel>): Call cleanup.
2574
2575 2020-04-02 Tom de Vries <tdevries@suse.de>
2576
2577 * gdb.base/main-psymtab.exp: New file.
2578
2579 2020-04-02 Tom de Vries <tdevries@suse.de>
2580
2581 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
2582
2583 2020-04-01 Tom Tromey <tom@tromey.com>
2584
2585 * gdb.base/complex-parts.exp: Add type tests.
2586
2587 2020-04-01 Tom Tromey <tom@tromey.com>
2588
2589 * gdb.base/complex-parts.exp: Add arithmetic tests.
2590
2591 2020-04-01 Tom Tromey <tom@tromey.com>
2592
2593 * gdb.compile/compile.exp: Update.
2594 * gdb.compile/compile-cplus.exp: Update.
2595 * gdb.base/varargs.exp: Update.
2596 * gdb.base/floatn.exp: Update.
2597 * gdb.base/endianity.exp: Update.
2598 * gdb.base/callfuncs.exp (do_function_calls): Update.
2599 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
2600 (complex_float_integral_args): Update.
2601 * gdb.base/complex.exp: Update.
2602 * gdb.base/complex-parts.exp: Update.
2603
2604 2020-04-01 Tom Tromey <tromey@adacore.com>
2605
2606 * gdb.rust/union.rs: New file.
2607 * gdb.rust/union.exp: New file.
2608 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
2609 (main): Update.
2610 * gdb.rust/simple.exp: Move union tests to union.exp.
2611
2612 2020-04-01 Tom Tromey <tromey@adacore.com>
2613
2614 * gdb.rust/simple.rs (main): Remove "y0".
2615
2616 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2617
2618 * gdb.multi/stop-all-on-exit.c: New test.
2619 * gdb.multi/stop-all-on-exit.exp: New file.
2620
2621 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
2622
2623 PR gdb/24789
2624 * gdb.cp/misc.cc: Add integer reference variable.
2625 * gdb.cp/misc.exp: Add test.
2626
2627 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2628
2629 * gdb.server/stop-reply-no-thread.exp: Enhance the test
2630 scenario to cover execution until the end and also the case
2631
2632 2020-03-31 Tom de Vries <tdevries@suse.de>
2633
2634 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
2635 c. Use "maint info symtabs" to check symtab expansion.
2636
2637 2020-03-30 Tom de Vries <tdevries@suse.de>
2638
2639 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
2640 unsupported.
2641 (verify_psymtab_expanded): Move ...
2642 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
2643 test.
2644 (readnow): New proc.
2645
2646 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2647
2648 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
2649 with $hex.
2650
2651 2020-03-20 Tom Tromey <tromey@adacore.com>
2652
2653 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
2654
2655 2020-03-20 Tom Tromey <tromey@adacore.com>
2656
2657 * gdb.ada/sub_variant/subv.adb: New file.
2658 * gdb.ada/sub_variant.exp: New file.
2659
2660 2020-03-20 Tom de Vries <tdevries@suse.de>
2661
2662 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
2663 first break fails.
2664 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
2665
2666 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2667
2668 * gdb.server/exit-multiple-threads.c: New file.
2669 * gdb.server/exit-multiple-threads.exp: New file.
2670
2671 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2672
2673 * gdb.fortran/mixed-lang-stack.c: New file.
2674 * gdb.fortran/mixed-lang-stack.cpp: New file.
2675 * gdb.fortran/mixed-lang-stack.exp: New file.
2676 * gdb.fortran/mixed-lang-stack.f90: New file.
2677
2678 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2679
2680 * gdb.linespec/cp-completion-aliases.cc: New file.
2681 * gdb.linespec/cp-completion-aliases.exp: New file.
2682
2683 2020-03-19 Tom de Vries <tdevries@suse.de>
2684
2685 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
2686 more precise.
2687
2688 2020-03-18 Tom de Vries <tdevries@suse.de>
2689
2690 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
2691 * gdb.dwarf2/break-inline-psymtab.c: New test.
2692 * gdb.dwarf2/break-inline-psymtab.exp: New file.
2693
2694 2020-03-16 Tom de Vries <tdevries@suse.de>
2695
2696 * lib/cache.exp (gdb_do_cache): Add and handle local variables
2697 cache_verify and cache_verify_proc.
2698
2699 2020-03-15 Tom de Vries <tdevries@suse.de>
2700
2701 * gdb.server/solib-list.exp: Handle
2702 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
2703
2704 2020-03-15 Tom de Vries <tdevries@suse.de>
2705
2706 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
2707 objfiles".
2708
2709 2020-03-14 Tom Tromey <tom@tromey.com>
2710
2711 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
2712
2713 2020-03-14 Tom de Vries <tdevries@suse.de>
2714
2715 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
2716
2717 2020-03-14 Tom de Vries <tdevries@suse.de>
2718
2719 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
2720 result in line-by-line fashion.
2721
2722 2020-03-14 Tom de Vries <tdevries@suse.de>
2723
2724 * lib/gdb.exp (supports_statement_frontiers): New proc.
2725 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
2726
2727 2020-03-14 Tom de Vries <tdevries@suse.de>
2728
2729 * gdb.base/printcmds.exp: Add missing quoting for "print
2730 teststring2".
2731
2732 2020-03-13 Tom Tromey <tom@tromey.com>
2733
2734 * gdb.base/printcmds.exp (test_print_strings): Add regression
2735 test.
2736 * gdb.base/printcmds.c (charptr): New typedef.
2737 (teststring2): New global.
2738
2739 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
2740
2741 * gdb.base/break-interp.exp: Use the tail of the filename, not the
2742 full path in the test name.
2743 (test_ld): Add some with_test_prefix blocks to make test names
2744 unique.
2745
2746 2020-03-13 Tom de Vries <tdevries@suse.de>
2747
2748 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
2749
2750 2020-03-13 Tom de Vries <tdevries@suse.de>
2751
2752 * gdb.mi/mi-sym-info.exp: Make matching more precise.
2753
2754 2020-03-13 Tom de Vries <tdevries@suse.de>
2755
2756 PR symtab/25646
2757 * gdb.dwarf2/imported-unit.exp: Add test.
2758
2759 2020-03-13 Tom de Vries <tdevries@suse.de>
2760
2761 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
2762 (var1, var2): New variable.
2763 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
2764 matching symbols.
2765
2766 2020-03-13 Tom de Vries <tdevries@suse.de>
2767
2768 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
2769 (Term::command): Use prompt prefix.
2770 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
2771 * gdb.tui/tui-layout-asm-short-prog.exp: Use
2772 command_no_prompt_prefix instead of prefix.
2773 * gdb.tui/tui-layout-asm.exp: Same.
2774
2775 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
2776
2777 * gdb.base/break-interp.exp: Use foreach_with_prefix.
2778
2779 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
2780
2781 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
2782 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
2783 on" while stepping over the test instruction, match printed
2784 message.
2785
2786 2020-03-12 Tom de Vries <tdevries@suse.de>
2787
2788 * gdb.base/info-types.exp: Use exp_continue during matching of output
2789 of "info types".
2790
2791 2020-03-12 Tom de Vries <tdevries@suse.de>
2792
2793 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
2794
2795 2020-03-12 Tom de Vries <tdevries@suse.de>
2796
2797 * gdb.fortran/module.exp: Use exp_continue during matching of output
2798 of "info variable -n".
2799
2800 2020-03-12 Tom de Vries <tdevries@suse.de>
2801
2802 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
2803 gdb.dwarf2/dw2-ranges-base.c.
2804
2805 2020-03-12 Tom de Vries <tdevries@suse.de>
2806
2807 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
2808 in presence of GLIBC debuginfo.
2809
2810 2020-03-12 Tom de Vries <tdevries@suse.de>
2811
2812 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
2813 $core.
2814
2815 2020-03-12 Tom de Vries <tdevries@suse.de>
2816
2817 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
2818 more precise.
2819
2820 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
2821
2822 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
2823 from Unix to Windows path.
2824
2825 2020-03-11 Tom de Vries <tdevries@suse.de>
2826
2827 * gdb.ada/minsyms.exp: Set language to ada.
2828
2829 2020-03-11 Tom de Vries <tdevries@suse.de>
2830
2831 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
2832
2833 2020-03-11 Tom de Vries <tdevries@suse.de>
2834
2835 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
2836
2837 2020-03-11 Tom Tromey <tromey@adacore.com>
2838
2839 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
2840
2841 2020-03-11 Tom de Vries <tdevries@suse.de>
2842
2843 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
2844
2845 2020-03-11 Tom de Vries <tdevries@suse.de>
2846
2847 * gdb.base/break-interp.exp: Limit verbose scope.
2848
2849 2020-03-11 Tom de Vries <tdevries@suse.de>
2850
2851 * gdb.fortran/logical.f90: Define variable with character type.
2852 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
2853
2854 2020-03-11 Tom de Vries <tdevries@suse.de>
2855
2856 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
2857
2858 2020-03-11 Tom de Vries <tdevries@suse.de>
2859
2860 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
2861 symtabs.
2862
2863 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2864 Bernd Edlinger <bernd.edlinger@hotmail.de>
2865
2866 * gdb.cp/step-and-next-inline.cc: New file.
2867 * gdb.cp/step-and-next-inline.exp: New file.
2868 * gdb.cp/step-and-next-inline.h: New file.
2869 * gdb.dwarf2/dw2-is-stmt.c: New file.
2870 * gdb.dwarf2/dw2-is-stmt.exp: New file.
2871 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
2872 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
2873 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
2874
2875 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2876
2877 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
2878 is-stmt flag in the line table.
2879
2880 2020-03-09 Tom de Vries <tdevries@suse.de>
2881
2882 * lib/gdb.exp (cached_file): Create cache dir.
2883
2884 2020-03-07 Tom de Vries <tdevries@suse.de>
2885
2886 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
2887 * gdb.cp/rvalue-ref-params.exp: Same.
2888
2889 2020-03-06 Tom de Vries <tdevries@suse.de>
2890
2891 * lib/gdb.exp (tentative_rename, cached_file): New proc.
2892 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
2893
2894 2020-03-06 Tom de Vries <tdevries@suse.de>
2895
2896 * README: Fix "the the".
2897 * gdb.base/dprintf.exp: Same.
2898
2899 2020-03-05 Tom de Vries <tdevries@suse.de>
2900
2901 * gdb.base/maint.exp: Update "main print statistics" expected output.
2902
2903 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2904
2905 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
2906 (fortran_int8): Likewise.
2907 (fortran_real4): Likewise.
2908 (fortran_real8): Likewise.
2909 (fortran_complex4): Likewise.
2910 (fortran_logical4): Likewise.
2911 (fortran_character1): Likewise.
2912
2913 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
2914
2915 * gdb.fortran/logical.exp: Add tests that any non-zero value is
2916 printed as true.
2917
2918 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
2919
2920 * gdb.base/printcmds.exp: Add test to verify printf of a
2921 variable holding an address.
2922
2923 2020-03-03 Tom de Vries <tdevries@suse.de>
2924
2925 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
2926
2927 2020-03-03 Tom de Vries <tdevries@suse.de>
2928
2929 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
2930 gdb_test_multiple call.
2931
2932 2020-03-03 Tom de Vries <tdevries@suse.de>
2933
2934 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
2935 gdb_test_multiple calls.
2936
2937 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2938
2939 * gdb.base/default.exp: Remove test of 'set history filename'.
2940 * gdb.base/gdbinit-history.exp: Add tests for setting the history
2941 filename to the empty string.
2942 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
2943 and GDBHISTSIZE.
2944
2945 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2946
2947 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
2948 disabled.
2949
2950 2020-03-02 Pedro Alves <palves@redhat.com>
2951 Tom de Vries <tdevries@suse.de>
2952
2953 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
2954 -prompt prefix, before user_code argument. Add -lbl option likewise.
2955 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
2956 (gdb_is_target_1): Add -prompt prefix and move to before user_code
2957 argument.
2958 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
2959 have "\r\n" at start-of-line, instead of at end-of-line.
2960
2961 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
2962
2963 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
2964 libinproctrace.so.
2965
2966 2020-02-28 Luis Machado <luis.machado@linaro.org>
2967
2968 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
2969 to "p/x".
2970
2971 2020-02-28 Luis Machado <luis.machado@linaro.org>
2972
2973 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
2974 asm/ptrace.h and error.h.
2975
2976 2020-02-28 Tom de Vries <tdevries@suse.de>
2977
2978 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
2979 (struct wrapper, do_something, mundane/symada__cS): Move ...
2980 * gdb.base/c-linkage-name-2.c: ... here. New source file.
2981 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
2982 Update "print symada__cS before partial symtab expansion" regexp.
2983 Update breakpoint location. Flush symbol cache after expansion.
2984
2985 2020-02-28 Luis Machado <luis.machado@linaro.org>
2986
2987 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
2988
2989 2020-02-27 Tom de Vries <tdevries@suse.de>
2990
2991 * config/sid.exp: Remove unused globals.
2992 * gdb.base/attach.exp: Same.
2993 * gdb.base/catch-load.exp: Same.
2994 * gdb.base/dbx.exp: Same.
2995 * lib/gdb.exp: Same.
2996 * lib/mi-support.exp: Same.
2997 * lib/prompt.exp: Same.
2998
2999 2020-02-27 Tom de Vries <tdevries@suse.de>
3000
3001 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
3002 not set.
3003
3004 2020-02-26 Aaron Merey <amerey@redhat.com>
3005
3006 * gdb.debuginfod: New directory for debuginfod tests.
3007 * gdb.debuginfod/main.c: New test file.
3008 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
3009
3010 2020-02-26 Tom de Vries <tdevries@suse.de>
3011
3012 PR gdb/25603
3013 * gdb.base/persistent-lang.cc: New test.
3014 * gdb.base/persistent-lang.exp: New file.
3015
3016 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
3017
3018 * gdb.fortran/derived-type-striding.exp: Add a new test.
3019 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
3020 new test.
3021
3022 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
3023
3024 * gdb.base/cached-source-file.exp: Avoid source file paths in test
3025 names.
3026
3027 2020-02-25 Tom de Vries <tdevries@suse.de>
3028
3029 PR go/18926
3030 * gdb.go/methods.exp: Remove gcc/93866 xfail.
3031
3032 2020-02-24 Tom de Vries <tdevries@suse.de>
3033
3034 PR gdb/25592
3035 * gdb.base/info-locals-unused-static-var.c: New test.
3036 * gdb.base/info-locals-unused-static-var.exp: New file.
3037
3038 2020-02-22 Tom Tromey <tom@tromey.com>
3039
3040 * gdb.python/tui-window.exp: New file.
3041 * gdb.python/tui-window.py: New file.
3042
3043 2020-02-22 Tom Tromey <tom@tromey.com>
3044
3045 PR tui/17850:
3046 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
3047 tests.
3048
3049 2020-02-22 Tom Tromey <tom@tromey.com>
3050
3051 * gdb.tui/new-layout.exp: Add sub-layout tests.
3052
3053 2020-02-22 Tom Tromey <tom@tromey.com>
3054
3055 * gdb.tui/new-layout.exp: New file.
3056
3057 2020-02-22 Tom Tromey <tom@tromey.com>
3058
3059 * gdb.rust/rust-style.rs: New file.
3060 * gdb.rust/rust-style.exp: New file.
3061 * gdb.base/style.exp: Test structure printing.
3062 * gdb.base/style.c (struct some_struct): New type.
3063 (enum etype): New type.
3064 (struct_value): New global.
3065
3066 2020-02-21 Tom de Vries <tdevries@suse.de>
3067
3068 PR go/18926
3069 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
3070 Remove blanket xfails. Use message argument for gdb_breakpoint.
3071 Make continuing to breakpoint test conditional on setting breakpoint.
3072 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
3073 DW_AT_name attribute. Add xfail for GCC PR93866.
3074
3075 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
3076
3077 * gdb.dwarf2/cpp-linkage-name.c: New file.
3078 * gdb.dwarf2/cpp-linkage-name.exp: New file.
3079
3080 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
3081
3082 * lib/gdb.exp (gdb_wrapper_init): Reset
3083 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
3084 not exist.
3085
3086 2020-02-20 Tom de Vries <tdevries@suse.de>
3087
3088 PR go/17018
3089 * gdb.go/hello.exp: Copy ...
3090 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
3091 print of st to print value of global definition. Add xfail for GCC
3092 PR93844.
3093 * gdb.go/hello.exp: Remove printing of st before definition.
3094 * gdb.go/hello.go: Copy ...
3095 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
3096 to st.
3097 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
3098
3099 2020-02-20 Tom de Vries <tdevries@suse.de>
3100
3101 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
3102 (gdb_simple_compile): Handle compile_flags go by using .go extension
3103 for source file.
3104 * gdb.go/chan.exp: Use support_go_compile.
3105 * gdb.go/handcall.exp: Same.
3106 * gdb.go/hello.exp: Same.
3107 * gdb.go/integers.exp: Same.
3108 * gdb.go/max-depth.exp: Same.
3109 * gdb.go/methods.exp: Same.
3110 * gdb.go/package.exp: Same.
3111 * gdb.go/strings.exp: Same.
3112 * gdb.go/types.exp: Same.
3113 * gdb.go/unsafe.exp: Same.
3114
3115 2020-02-19 Tom de Vries <tdevries@suse.de>
3116
3117 * gdb.python/lib-types.exp: Make xfail more strict.
3118
3119 2020-02-19 Tom de Vries <tdevries@suse.de>
3120
3121 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
3122
3123 2020-02-19 Doug Evans <dje@google.com>
3124
3125 PR rust/25535
3126 * gdb.rust/simple.exp: Add test.
3127 * gdb.rust/simple.rs: Add test.
3128
3129 2020-02-19 Tom de Vries <tdevries@suse.de>
3130
3131 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
3132 output line-by-line.
3133
3134 2020-02-19 Tom de Vries <tdevries@suse.de>
3135
3136 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
3137
3138 2020-02-19 Tom de Vries <tdevries@suse.de>
3139
3140 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
3141 prelink.
3142
3143 2020-02-19 Tom de Vries <tdevries@suse.de>
3144
3145 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
3146 (gdb_do_cache): Use gdb_do_cache_wrap.
3147 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
3148
3149 2020-02-19 Tom de Vries <tdevries@suse.de>
3150
3151 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
3152 gdb_compile option.
3153
3154 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
3155
3156 * gdb.base/printcmds.exp (test_print_enums): Update expected
3157 output.
3158
3159 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
3160
3161 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
3162 for "unknown".
3163
3164 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
3165
3166 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
3167 enumerator.
3168
3169 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
3170
3171 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
3172 FE_, add FE_NONE.
3173 (three): Update.
3174 (enum flag_enum_without_zero): New enum.
3175 (flag_enum_without_zero): New variable.
3176 (enum not_flag_enum): New enum.
3177 (three_not_flag): New variable.
3178 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
3179 (test_print_enums): Add more tests for printing flag enums.
3180
3181 2020-02-18 Tom de Vries <tdevries@suse.de>
3182
3183 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
3184 (gdb_compile_ada): ... here.
3185 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
3186 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
3187
3188 2020-02-14 Tom Tromey <tom@tromey.com>
3189
3190 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
3191 build directory.
3192 * boards/gdbserver-base.exp: Update path to gdbserver.
3193
3194 2020-02-13 Tom de Vries <tdevries@suse.de>
3195
3196 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
3197
3198 2020-02-13 Tom de Vries <tdevries@suse.de>
3199
3200 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
3201 are missing.
3202
3203 2020-02-13 Tom de Vries <tdevries@suse.de>
3204
3205 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
3206 call.
3207
3208 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
3209
3210 PR tui/25126
3211 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
3212 * gdb.base/cached-source-file.c: New file.
3213 * gdb.base/cached-source-file.exp: New file.
3214
3215 2020-02-11 Tom de Vries <tdevries@suse.de>
3216
3217 PR testsuite/25488
3218 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
3219
3220 2020-02-10 Tom de Vries <tdevries@suse.de>
3221
3222 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
3223
3224 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
3225
3226 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
3227 and $after_addr are both integers before making a comparison.
3228
3229 2020-02-09 Tom de Vries <tdevries@suse.de>
3230
3231 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
3232 command output and paste it into gdb.log. If any, paste catch message
3233 to gdb.log.
3234
3235 2020-02-07 Tom Tromey <tromey@adacore.com>
3236
3237 PR breakpoints/24915:
3238 * gdb.base/annotate-symlink.exp: Use setup_xfail.
3239
3240 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
3241
3242 * gdb.tui/tui-missing-src.exp: Add the "missing source
3243 file" test for the TUI.
3244
3245 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
3246
3247 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
3248 including a port number in the output.
3249
3250 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
3251
3252 * lib/fortran.exp (fortran_int4): Handle clang.
3253 (fortran_int8): Likewise.
3254 (fortran_real4): Likewise.
3255 (fortran_real8): Likewise.
3256 (fortran_complex4): Likewise.
3257 (fortran_logical4): Likewise.
3258 (fortran_character1): Likewise.
3259
3260 2020-02-04 Tom de Vries <tdevries@suse.de>
3261
3262 * README (Race detection): Add note.
3263
3264 2020-02-04 Tom de Vries <tdevries@suse.de>
3265
3266 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
3267
3268 2020-02-04 Tom de Vries <tdevries@suse.de>
3269
3270 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
3271
3272 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
3273
3274 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
3275 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
3276 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
3277 blttar, bnetarl.
3278 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
3279 binary for blttar, bnetarl.
3280 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
3281 wait instruction. Delete ldmx test.
3282 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
3283
3284 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3285
3286 * gdb.fortran/array-bounds-high.exp: New file.
3287 * gdb.fortran/array-bounds-high.f90: New file.
3288
3289 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
3290
3291 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
3292 Replace #include of <sys/fcntl.h> by <fcntl.h>.
3293
3294 2020-02-01 Tom de Vries <tdevries@suse.de>
3295
3296 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
3297
3298 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
3299
3300 PR tui/9765
3301 * gdb.tui/tui-layout-asm-short-prog.S: New file.
3302 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
3303
3304 2020-01-29 Luis Machado <luis.machado@linaro.org>
3305
3306 * gdb.arch/aarch64-brk-patterns.c: New source file.
3307 * gdb.arch/aarch64-brk-patterns.exp: New test.
3308
3309 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3310
3311 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
3312 GCC/Clang version.
3313 * gdb.cp/pass-by-ref.exp: Ditto.
3314
3315 2020-01-29 Tom de Vries <tdevries@suse.de>
3316
3317 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
3318 * gdb.threads/watchpoint-fork-mt.c: Same.
3319 * gdb.threads/watchpoint-fork-parent.c: Same.
3320 * gdb.threads/watchpoint-fork-st.c: Same.
3321 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
3322
3323 2020-01-27 Luis Machado <luis.machado@linaro.org>
3324
3325 * gdb.base/step-over-syscall.exp (setup): Check if we're already
3326 sitting at a syscall instruction when we hit the syscall function's
3327 breakpoint.
3328 Check PC against one obtained with the x command.
3329 Validate syscall number.
3330 (step_over_syscall): Don't continue to the syscall instruction if
3331 we're already there.
3332
3333 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3334
3335 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
3336
3337 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3338
3339 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
3340 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
3341
3342 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3343
3344 * gdb.dwarf2/dw2-inline-stepping.c: New file.
3345 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
3346
3347 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3348
3349 * gdb.base/maint.exp: Update line table parsing test.
3350 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
3351
3352 2020-01-24 Pedro Alves <palves@redhat.com>
3353
3354 PR gdb/25410
3355 * gdb.multi/multi-re-run-1.c: New.
3356 * gdb.multi/multi-re-run-2.c: New.
3357 * gdb.multi/multi-re-run.exp: New.
3358
3359 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3360
3361 PR gdb/23718
3362 * gdb.server/server-kill-python.exp: New file.
3363
3364 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3365
3366 * gdb.server/multi-ui-errors.c: New file.
3367 * gdb.server/multi-ui-errors.exp: New file.
3368
3369 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3370
3371 PR tui/9765
3372 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
3373
3374 2020-01-19 Tom Tromey <tom@tromey.com>
3375
3376 * gdb.tui/main.exp: Add check for plain "file".
3377
3378 2020-01-16 Christian Biesinger <cbiesinger@google.com>
3379
3380 * lib/gdb.exp: Fix spelling error (seperatelly).
3381
3382 2020-01-14 Tom Tromey <tom@tromey.com>
3383
3384 PR symtab/12535:
3385 * gdb.python/python.exp: Test decode_line with empty string
3386 argument.
3387
3388 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
3389
3390 * gdb.base/skip-inline.exp: Extend test.
3391
3392 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3393
3394 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
3395 * gdb.dwarf2/dw2-bad-elf.c: New file.
3396 * gdb.dwarf2/dw2-bad-elf.exp: New file.
3397
3398 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3399
3400 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
3401 _line_saw_file.
3402
3403 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3404
3405 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
3406 border.
3407
3408 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3409
3410 * gdb.multi/multi-target.exp (setup): Factor out "info
3411 connections" and "info inferiors" tests to ...
3412 (test_info_inferiors): ... this new procedure.
3413 (top level): Run new "info-inferiors" tests.
3414
3415 2020-01-10 Pedro Alves <palves@redhat.com>
3416
3417 * gdb.server/bkpt-other-inferior.exp: New file.
3418
3419 2020-01-10 Pedro Alves <palves@redhat.com>
3420
3421 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
3422 of "add-inferior".
3423 * gdb.base/quit-live.exp: Likewise.
3424 * gdb.base/remote-exec-file.exp: Likewise.
3425 * gdb.guile/scm-progspace.exp: Likewise.
3426 * gdb.linespec/linespec.exp: Likewise.
3427 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3428 * gdb.mi/user-selected-context-sync.exp: Likewise.
3429 * gdb.multi/multi-target.exp (setup): Add "info connection" and
3430 "info inferiors" tests.
3431 * gdb.multi/remove-inferiors.exp: Adjust expected output of
3432 "add-inferior".
3433 * gdb.multi/watchpoint-multi.exp: Likewise.
3434 * gdb.python/py-inferior.exp: Likewise.
3435 * gdb.server/extended-remote-restart.exp: Likewise.
3436 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
3437 "info inferiors".
3438 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
3439 * gdb.trace/report.exp: Likewise.
3440
3441 2020-01-10 Pedro Alves <palves@redhat.com>
3442
3443 * gdb.multi/multi-target.c: New file.
3444 * gdb.multi/multi-target.exp: New file.
3445 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
3446 mode requested, but remote does not support non-stop".
3447
3448 2020-01-10 Pedro Alves <palves@redhat.com>
3449
3450 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
3451 disconnect before reconnecting.
3452
3453 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3454 Pedro Alves <palves@redhat.com>
3455
3456 * gdb.server/connect-without-multi-process.exp: Also test
3457 continuing to end.
3458
3459 2020-01-10 Pedro Alves <palves@redhat.com>
3460
3461 * gdb.base/remote-exec-file.exp: New file.
3462
3463 2020-01-10 Pedro Alves <palves@redhat.com>
3464
3465 * gdb.base/fork-running-state.exp (do_test): Adjust expected
3466 output.
3467 * gdb.threads/async.c: New.
3468 * gdb.threads/async.exp: New.
3469 * gdb.multi/tids-gid-reset.c: New.
3470 * gdb.multi/tids-gid-reset.exp: New.
3471
3472 2020-01-10 George Barrett <bob@bob131.so>
3473
3474 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
3475 to help in finding the image relocation offset.
3476 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
3477 options in arguments.
3478 (stap_test_no_debuginfo): Likewise.
3479 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
3480 test variants.
3481 (stap_test): Add null semaphore relocation test.
3482
3483 2020-01-10 George Barrett <bob@bob131.so>
3484
3485 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
3486 * gdb.base/stap-probe.exp: Likewise.
3487 (stap_test): Pass argument as an additional flag.
3488 (stap_test_no_debuginfo): Likewise.
3489 (stap_test): Check `info probes stap' output for semaphore
3490 addresses if the test binary is supposed to have them.
3491
3492 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3493
3494 * gdb.tui/basic.exp: Add more scrolling tests.
3495
3496 2020-01-09 Tom Tromey <tom@tromey.com>
3497
3498 PR tui/18932:
3499 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
3500 meangingful value.
3501 (Term::command, Term::resize): Update.
3502 * gdb.tui/basic.exp: Add scrolling test.
3503
3504 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3505
3506 * gdb.tui/tui-layout-asm.exp: New file.
3507
3508 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3509
3510 * lib/tuiterm.exp (Term::check_box_contents): New proc.
3511
3512 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3513
3514 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
3515 (Term::enter_tui): Use Term::prepare_for_tui.
3516
3517 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3518
3519 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
3520 called.
3521
3522 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3523
3524 * gdb.base/skip.exp: Fix race condition in test.
3525
3526 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
3527
3528 * gdb.base/backtrace.c: New file.
3529 * gdb.base/backtrace.exp: New file.
3530
3531 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
3532
3533 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
3534
3535 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3536
3537 * gdb.base/style.exp: Test that warnings are styled.
3538
3539 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
3540
3541 * gdb.base/line65535.exp: New file.
3542 * gdb.base/line65535.c: New file.
3543
3544 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
3545
3546 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
3547 * lib/gnat_debug_info_test.adb: New file.
3548 * gdb.ada/ptype_tagged_param.exp: Use
3549 gnat_runtime_has_debug_info, expect a different output if
3550 runtime does not have debug info.
3551
3552 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
3553
3554 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
3555 (another) quote in test name.
3556
3557 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
3558
3559 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
3560 Add quote in test name.
3561
3562 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3563
3564 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
3565 directory instead.
3566 * gdb.cp/pass-by-ref.exp: Extend with more cases.
3567 * gdb.cp/pass-by-ref-2.cc: New file.
3568 * gdb.cp/pass-by-ref-2.exp: New file.
3569
3570 2019-12-20 Tom Tromey <tom@tromey.com>
3571
3572 * gdb.tui/list-before.exp: New file.
3573
3574 2019-12-20 Tom Tromey <tom@tromey.com>
3575
3576 * gdb.tui/list.exp: Check for source on initial listing.
3577
3578 2019-12-11 Tom Tromey <tromey@adacore.com>
3579
3580 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
3581 Add crlf test.
3582
3583 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
3584
3585 * gdb.base/default.exp: Update value of $_gdb_major.
3586
3587 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
3588
3589 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
3590
3591 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
3592
3593 * gdb.base/skip.exp: Whitespace fix.
3594
3595 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
3596
3597 * gdb.base/skip-inline.c: New file.
3598 * gdb.base/skip-inline.exp: New file.
3599
3600 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
3601
3602 * gdb.base/jit-reader.exp (jit_reader_test): Rename
3603 jit_function_00 to jit_function_stack_mangle.
3604 * gdb.base/jithost.c (jit_function_t): Rename to...
3605 (jit_function_stack_mangle_t): ... this.
3606 (jit_function_add_t): New typedef.
3607 (jit_function_00_code): Rename to...
3608 (jit_function_stack_mangle_code): ... this, make static.
3609 (jit_function_add_code): New.
3610 (main): Generate "add" function and call it. Adjust to changes
3611 in jithost_abi.
3612 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
3613 (struct jithost_abi) <begin, end>: Remove fields.
3614 <object, function_stack_mangle, function_add>: New fields.
3615 * gdb.base/jitreader.c (struct reader_state) <code_begin,
3616 code_end>: Remove fields.
3617 <func_stack_mangle>: New field.
3618 (read_debug_info): Adjust to renaming, create block for "add"
3619 function.
3620 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
3621
3622 2019-12-11 Tom Tromey <tom@tromey.com>
3623
3624 * gdb.tui/resize.exp: Fix regexp.
3625 * gdb.tui/regs.exp: Fix regexps.
3626 * gdb.tui/main.exp: Fix regexp.
3627
3628 2019-12-11 Tom Tromey <tom@tromey.com>
3629
3630 * gdb.tui/resize.exp: Update.
3631 * gdb.tui/empty.exp (layouts): Update.
3632
3633 2019-12-11 Tom Tromey <tom@tromey.com>
3634
3635 * gdb.tui/regs.exp: Update.
3636 * gdb.tui/empty.exp (layouts): Update.
3637 * gdb.tui/basic.exp: Update.
3638 * lib/tuiterm.exp (_check_box): Don't check bottom border.
3639
3640 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3641
3642 * gdb.base/options.exp: Add -raw-values in the print completion list.
3643 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
3644
3645 2019-12-10 Kevin Buettner <kevinb@redhat.com>
3646
3647 * gdb.threads/omp-par-scope.c: New file.
3648 * gdb/threads/omp-par-scope.exp: New file.
3649
3650 2019-12-10 Kevin Buettner <kevinb@redhat.com>
3651
3652 * lib/gdb.exp (support_nested_function_tests): New proc.
3653
3654 2019-12-10 Kevin Buettner <kevinb@redhat.com>
3655
3656 * lib/gdb.exp (gdb_compile_openmp): New proc.
3657 (build_executable_from_specs): Add an "openmp" option.
3658 (gdb_compile_pthreads): Add non-executable case.
3659
3660 2019-12-10 Tom Tromey <tromey@adacore.com>
3661
3662 * gdb.ada/unchecked_union.exp: New file.
3663 * gdb.ada/unchecked_union/pck.adb: New file.
3664 * gdb.ada/unchecked_union/pck.ads: New file.
3665 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
3666 * gdb-utils.exp (string_to_regexp): Also quote "?".
3667
3668 2019-12-10 George Barrett <bob@bob131.so>
3669
3670 Test scripted probe breakpoints.
3671 * gdb.guile/scm-breakpoint.c (main): Add probe point.
3672 * gdb.python/py-breakpoint.c (main): Likewise.
3673 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
3674 specifier test.
3675 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
3676
3677 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3678
3679 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
3680 an rvalue parameter.
3681 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
3682 parameter.
3683
3684 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3685
3686 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
3687 modules.
3688
3689 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3690
3691 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
3692 broken version of GCC.
3693
3694 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3695
3696 * gdb.fortran/info-modules.exp: Rewrite to make use of new
3697 sym-info-cmds library.
3698 * gdb.fortran/info-types.exp: Likewise.
3699 * lib/sym-info-cmds.exp: New file.
3700
3701 2019-12-08 Tom de Vries <tdevries@suse.de>
3702
3703 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
3704
3705 2019-12-07 Keith Seitz <keiths@redhat.com>
3706
3707 * gdb.base/corefile-buildid-shlib-shr.c: New file.
3708 * gdb.base/corefile-buildid-shlib.c: New file.
3709 * gdb.base/corefile-buildid.c: New file.
3710 * gdb.base/corefile-buildid.exp: New file.
3711
3712 2019-12-06 Tom de Vries <tdevries@suse.de>
3713
3714 * gdb.dwarf2/varval.exp: Add decl before def test.
3715
3716 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3717
3718 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
3719
3720 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3721
3722 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
3723 CV and reference conversion for overload resolution.
3724 * gdb.cp/rvalue-ref-overload.exp: Test it.
3725
3726 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3727
3728 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
3729 * gdb.base/frameapply.exp: Test faas without command.
3730
3731 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3732
3733 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
3734 Fortran tests.
3735 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
3736 order.
3737
3738 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3739
3740 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
3741 casting to type with no kind specified.
3742 (test_basic_parsing_of_type_kinds): Additional tests for types
3743 with no kind specified, and add tests for single/double
3744 precision/complex types.
3745
3746 2019-12-04 Tom Tromey <tromey@adacore.com>
3747
3748 * gdb.base/endianity.c (struct other) <x>: New field.
3749 (main): Initialize it.
3750 * gdb.base/endianity.exp: Update.
3751
3752 2019-12-04 Tom Tromey <tromey@adacore.com>
3753
3754 * gdb.ada/scalar_storage/storage.adb: New file.
3755 * gdb.ada/scalar_storage/pck.adb: New file.
3756 * gdb.ada/scalar_storage/pck.ads: New file.
3757 * gdb.ada/scalar_storage.exp: New file.
3758
3759 2019-12-04 Tom Tromey <tromey@adacore.com>
3760
3761 * gdb.base/endianity.c (struct otherendian) <f>: New field.
3762 (main): Initialize it.
3763 * gdb.base/endianity.exp: Update.
3764
3765 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3766
3767 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
3768
3769 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3770
3771 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
3772 -symbol-info-module-functions and -symbol-info-module-variables.
3773
3774 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
3775
3776 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
3777
3778 2019-12-01 Richard Bunt <richard.bunt@arm.com>
3779 Andrew Burgess <andrew.burgess@embecosm.com>
3780
3781 * gdb.fortran/derived-type-striding.exp: New file.
3782 * gdb.fortran/derived-type-striding.f90: New file.
3783 * gdb.fortran/array-slices.exp: New file.
3784 * gdb.fortran/array-slices.f90: New file.
3785
3786 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3787
3788 * gdb.base/define.exp: Test . in command names.
3789 * gdb.base/setshow.exp: Update test, as . is now part of
3790 command name.
3791
3792 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3793
3794 * gdb.base/define-prefix.exp: New file.
3795
3796 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
3797
3798 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
3799 compile.
3800 (skip_btrace_pt_tests): Likewise.
3801
3802 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3803
3804 * gdb.fortran/info-modules.exp: Compile source files in correct
3805 order.
3806
3807 2019-11-27 Kevin Buettner <kevinb@redhat.com>
3808
3809 * gdb.dwarf2/imported-unit.exp: New file.
3810 * gdb.dwarf2/imported-unit.c: New file.
3811
3812 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3813
3814 * gdb.mi/mi-fortran-modules-2.f90: New file.
3815 * gdb.mi/mi-fortran-modules.exp: New file.
3816 * gdb.mi/mi-fortran-modules.f90: New file.
3817
3818 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3819
3820 * gdb.mi/mi-sym-info-1.c: New file.
3821 * gdb.mi/mi-sym-info-2.c: New file.
3822 * gdb.mi/mi-sym-info.exp: New file.
3823
3824 2019-11-22 Tom Tromey <tromey@adacore.com>
3825
3826 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
3827 * gdb.ada/tasks/foo.adb: Add another stopping location.
3828
3829 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
3830
3831 * gdb.base/endianity.c: New test.
3832 * gdb.base/endianity.exp: New file.
3833
3834 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
3835
3836 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
3837
3838 2019-11-21 Tom de Vries <tdevries@suse.de>
3839
3840 PR gdb/24956
3841 * gdb.base/ui-redirect.exp: Test output of user-defined command.
3842
3843 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
3844
3845 * gdb.python/py-progspace.exp: Add missing parentheses on some
3846 'print' commands.
3847
3848 2019-11-19 Tom Tromey <tom@tromey.com>
3849
3850 * gdb.tui/winheight.exp: New file.
3851
3852 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3853
3854 * gdb.base/ctf-whatis.c: Delete.
3855 * gdb.base/ctf-whatis.exp: Delete.
3856 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
3857
3858 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3859
3860 * gdb.base/ctf-cvexpr.exp: Delete.
3861 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
3862
3863 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3864
3865 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
3866 the compiler. Clean up header comment a little.
3867 * gdb.base/ctf-ptype.exp: Likewise.
3868 * gdb.base/ctf-whatis.exp: Likewise.
3869 * lib/gdb.exp (skip_ctf_tests): New proc.
3870
3871 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
3872
3873 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
3874 * gdb.tui/corefile-run.exp: New file.
3875
3876 2019-11-14 Tom Tromey <tromey@adacore.com>
3877
3878 * gdb.base/gdbvars.exp (test_convenience_variables): Add
3879 regression tests.
3880
3881 2019-11-12 Tom Tromey <tom@tromey.com>
3882
3883 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
3884 after any command. Expect prompt after WAIT_FOR is seen.
3885 (enter_tui): Enable resize messages.
3886 (command): Expect command in output.
3887 (get_line): Avoid error when cursor appears to be off-screen.
3888 (dump_screen): Include screen size in title.
3889 (_do_resize): New proc, from "resize".
3890 (resize): Rewrite. Do resize in two steps.
3891 * gdb.tui/empty.exp (layouts): Fix entries.
3892 (check_boxes): Remove xfail.
3893 (check_text): Dump screen on failure.
3894
3895 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3896
3897 * gdb.python/py-symbol.exp: Add test for
3898 gdb.lookup_static_symbols.
3899
3900 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3901
3902 * gdb.python/py-symbol.c: Declare and call function from new
3903 py-symbol-2.c file.
3904 * gdb.python/py-symbol.exp: Compile both source files, and add new
3905 tests for gdb.lookup_static_symbol.
3906 * gdb.python/py-symbol-2.c: New file.
3907
3908 2019-11-02 Tom de Vries <tdevries@suse.de>
3909
3910 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
3911 * gdb.base/anon.exp: Same.
3912 * gdb.base/auto-connect-native-target.exp: Same.
3913 * gdb.base/call-ar-st.exp: Same.
3914 * gdb.base/catch-syscall.exp: Same.
3915 * gdb.base/commands.exp: Same.
3916 * gdb.base/default.exp: Same.
3917 * gdb.base/display.exp: Same.
3918 * gdb.base/float.exp: Same.
3919 * gdb.base/foll-fork.exp: Same.
3920 * gdb.base/help.exp: Same.
3921 * gdb.base/info-macros.exp: Same.
3922 * gdb.base/info-proc.exp: Same.
3923 * gdb.base/info-target.exp: Same.
3924 * gdb.base/long_long.exp: Same.
3925 * gdb.base/macscp.exp: Same.
3926 * gdb.base/memattr.exp: Same.
3927 * gdb.base/nofield.exp: Same.
3928 * gdb.base/pointers.exp: Same.
3929 * gdb.base/printcmds.exp: Same.
3930 * gdb.base/ptype.exp: Same.
3931 * gdb.base/restore.exp: Same.
3932 * gdb.base/return.exp: Same.
3933 * gdb.base/scope.exp: Same.
3934 * gdb.base/set-noassign.exp: Same.
3935 * gdb.base/setshow.exp: Same.
3936 * gdb.base/shlib-call.exp: Same.
3937 * gdb.base/signals.exp: Same.
3938 * gdb.base/sigstep.exp: Same.
3939 * gdb.base/skip.exp: Same.
3940 * gdb.base/solib-symbol.exp: Same.
3941 * gdb.base/stap-probe.exp: Same.
3942 * gdb.base/step-line.exp: Same.
3943 * gdb.base/step-test.exp: Same.
3944 * gdb.base/style.exp: Same.
3945 * gdb.base/varargs.exp: Same.
3946 * gdb.base/vla-datatypes.exp: Same.
3947 * gdb.base/vla-ptr.exp: Same.
3948 * gdb.base/vla-sideeffect.exp: Same.
3949 * gdb.base/volatile.exp: Same.
3950 * gdb.base/watch-cond-infcall.exp: Same.
3951 * gdb.base/watchpoint.exp: Same.
3952
3953 2019-11-02 Tom de Vries <tdevries@suse.de>
3954
3955 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
3956 * gdb.cp/cpexprs.exp: Same.
3957 * gdb.cp/except-multi-location.exp: Same.
3958 * gdb.cp/exceptprint.exp: Same.
3959 * gdb.cp/gdb2384.exp: Same.
3960 * gdb.cp/inherit.exp: Same.
3961 * gdb.cp/m-static.exp: Same.
3962 * gdb.cp/meth-typedefs.exp: Same.
3963 * gdb.cp/misc.exp: Same.
3964 * gdb.cp/namespace.exp: Same.
3965 * gdb.cp/non-trivial-retval.exp: Same.
3966 * gdb.cp/overload.exp: Same.
3967 * gdb.cp/pr17132.exp: Same.
3968 * gdb.cp/re-set-overloaded.exp: Same.
3969 * gdb.cp/rvalue-ref-types.exp: Same.
3970 * gdb.cp/templates.exp: Same.
3971
3972 2019-11-01 Luis Machado <luis.machado@linaro.org>
3973
3974 PR gdb/25124
3975
3976 * gdb.arch/pr25124.S: New file.
3977 * gdb.arch/pr25124.exp: New file.
3978
3979 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3980
3981 * gdb.fortran/info-modules.exp: Update expected results, and add
3982 additional tests for 'info module functinos', and 'info module
3983 variables'.
3984 * gdb.fortran/info-types.exp: Update expected results.
3985 * gdb.fortran/info-types.f90: Extend testcase with additional
3986 module variables and functions.
3987
3988 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3989
3990 * gdb.fortran/info-modules.exp: New file.
3991 * gdb.fortran/info-types.exp: Build with new file.
3992 * gdb.fortran/info-types.f90: Include and use new module.
3993 * gdb.fortran/info-types-2.f90: New file.
3994
3995 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3996
3997 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
3998 * gdb.base/settings.exp: Test all settings types using
3999 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
4000 that now verifies that the value of "maint show" is the same as
4001 returned by the settings functions. Test the type of the
4002 maintenance settings.
4003 * gdb.base/default.exp: Update show_conv_list.
4004
4005 2019-10-31 Tom de Vries <tdevries@suse.de>
4006
4007 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
4008 gdb_test.
4009 * gdb.arch/amd64-disp-step.exp: Same.
4010 * gdb.asm/asm-source.exp: Same.
4011 * gdb.btrace/buffer-size.exp: Same.
4012 * gdb.btrace/cpu.exp: Same.
4013 * gdb.btrace/enable.exp: Same.
4014 * gdb.dwarf2/count.exp: Same.
4015 * gdb.dwarf2/dw2-ranges-func.exp: Same.
4016 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
4017 * gdb.fortran/vla-datatypes.exp: Same.
4018 * gdb.fortran/vla-history.exp: Same.
4019 * gdb.fortran/vla-ptype.exp: Same.
4020 * gdb.fortran/vla-value.exp: Same.
4021 * gdb.fortran/whatis_type.exp: Same.
4022 * gdb.guile/guile.exp: Same.
4023 * gdb.multi/tids.exp: Same.
4024 * gdb.python/py-finish-breakpoint.exp: Same.
4025 * gdb.python/py-framefilter.exp: Same.
4026 * gdb.python/py-pp-registration.exp: Same.
4027 * gdb.python/py-xmethods.exp: Same.
4028 * gdb.python/python.exp: Same.
4029 * gdb.server/connect-with-no-symbol-file.exp: Same.
4030 * gdb.server/no-thread-db.exp: Same.
4031 * gdb.server/run-without-local-binary.exp: Same.
4032 * gdb.stabs/weird.exp: Same.
4033 * gdb.threads/attach-many-short-lived-threads.exp: Same.
4034 * gdb.threads/thread-find.exp: Same.
4035 * gdb.threads/tls-shared.exp: Same.
4036 * gdb.threads/tls.exp: Same.
4037 * gdb.threads/wp-replication.exp: Same.
4038 * gdb.trace/ax.exp: Same.
4039 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
4040
4041 2019-10-31 Tom de Vries <tdevries@suse.de>
4042
4043 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
4044 * gdb.ada/array_subscript_addr.exp: Same.
4045 * gdb.ada/arrayidx.exp: Same.
4046 * gdb.ada/arrayparam.exp: Same.
4047 * gdb.ada/arrayptr.exp: Same.
4048 * gdb.ada/boolean_expr.exp: Same.
4049 * gdb.ada/call_pn.exp: Same.
4050 * gdb.ada/complete.exp: Same.
4051 * gdb.ada/fixed_cmp.exp: Same.
4052 * gdb.ada/fun_addr.exp: Same.
4053 * gdb.ada/funcall_param.exp: Same.
4054 * gdb.ada/interface.exp: Same.
4055 * gdb.ada/mod_from_name.exp: Same.
4056 * gdb.ada/null_array.exp: Same.
4057 * gdb.ada/packed_array.exp: Same.
4058 * gdb.ada/packed_tagged.exp: Same.
4059 * gdb.ada/print_chars.exp: Same.
4060 * gdb.ada/print_pc.exp: Same.
4061 * gdb.ada/ptype_arith_binop.exp: Same.
4062 * gdb.ada/ptype_field.exp: Same.
4063 * gdb.ada/ptype_tagged_param.exp: Same.
4064 * gdb.ada/rec_return.exp: Same.
4065 * gdb.ada/ref_tick_size.exp: Same.
4066 * gdb.ada/str_ref_cmp.exp: Same.
4067 * gdb.ada/taft_type.exp: Same.
4068 * gdb.ada/tagged.exp: Same.
4069 * gdb.ada/type_coercion.exp: Same.
4070 * gdb.ada/uninitialized_vars.exp: Same.
4071
4072 2019-10-30 Tom de Vries <tdevries@suse.de>
4073
4074 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
4075
4076 2019-10-26 Tom de Vries <tdevries@suse.de>
4077
4078 * gdb.base/bigcore.c: Fix typos in comments.
4079 * gdb.base/ctf-ptype.c: Same.
4080 * gdb.base/long_long.c: Same.
4081 * gdb.dwarf2/dw2-op-out-param.S: Same.
4082 * gdb.python/py-evthreads.c: Same.
4083 * gdb.reverse/i387-stack-reverse.c: Same.
4084 * gdb.trace/tfile.c: Same.
4085 * lib/compiler.c: Same.
4086 * lib/compiler.cc: Same.
4087
4088 2019-10-25 Tom de Vries <tdevries@suse.de>
4089
4090 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
4091 gdb_test_multiple calls.
4092 * gdb.reverse/sigall-reverse.exp: Same.
4093 * gdb.reverse/solib-precsave.exp: Same.
4094 * gdb.reverse/solib-reverse.exp: Same.
4095 * gdb.reverse/until-precsave.exp: Same.
4096 * gdb.reverse/until-reverse.exp: Same.
4097
4098 2019-10-24 Tom de Vries <tdevries@suse.de>
4099
4100 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
4101 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
4102 kfail using -wrap pattern flag and convenience variable
4103 gdb_test_name.
4104
4105 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
4106
4107 * gdb.python/py-progspace.exp: Add tests for the
4108 Progspace.block_for_pc method.
4109
4110 2019-10-23 Tom Tromey <tom@tromey.com>
4111
4112 * configure: Rebuild.
4113 * aclocal.m4: Use m4_include, not sinclude.
4114
4115 2019-10-21 Tom de Vries <tdevries@suse.de>
4116
4117 * gdb.base/infcall-nested-structs.c: Add
4118 __attribute__((noinline,noclone)) to all functions.
4119 (call_all): Add missing variable initialization. Simplify return value.
4120 (breakpt): Increment volatile variable, to prevent call from being
4121 optimized out.
4122 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
4123
4124 2019-10-17 Tom de Vries <tdevries@suse.de>
4125
4126 * gdb.fortran/module.exp: Allow info variables to print info for files
4127 other than module.f90.
4128
4129 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
4130
4131 * gdb.fortran/module.exp: Extend with 'info variables' test.
4132
4133 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
4134
4135 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
4136 F77_FOR_TARGET.
4137
4138 2019-10-16 Tom de Vries <tdevries@suse.de>
4139
4140 PR tdep/25096
4141 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
4142
4143 2019-10-16 Tom de Vries <tdevries@suse.de>
4144
4145 PR tdep/24104
4146 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
4147 Add KFAIL for PR tdep/25096.
4148
4149 2019-10-16 Tom de Vries <tdevries@suse.de>
4150
4151 PR testsuite/25059
4152 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
4153
4154 2019-10-16 Tom de Vries <tdevries@suse.de>
4155
4156 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
4157 as signed.
4158
4159 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
4160
4161 * gdb.mi/list-thread-groups-available.exp: Read entries one by
4162 one instead of increasing timeout.
4163
4164 2019-10-13 Tom de Vries <tdevries@suse.de>
4165
4166 PR record/25038
4167 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
4168 * gdb.reverse/sigall-reverse.exp: Same.
4169 * gdb.reverse/solib-precsave.exp: Same.
4170 * gdb.reverse/solib-reverse.exp: Same.
4171 * gdb.reverse/step-precsave.exp: Same.
4172 * gdb.reverse/until-precsave.exp: Same.
4173 * gdb.reverse/until-reverse.exp: Same.
4174 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
4175
4176 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
4177
4178 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
4179 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
4180 (cmp_struct_05_01, cmp_struct_static_02_01)
4181 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
4182 comparisons.
4183
4184 2019-10-10 Tom de Vries <tdevries@suse.de>
4185
4186 PR testsuite/24888
4187 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
4188 gnatlink.
4189
4190 2019-10-09 Tom de Vries <tdevries@suse.de>
4191
4192 PR testsuite/25048
4193 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
4194
4195 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
4196
4197 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
4198 exceptions due to missing debug information.
4199
4200 2019-10-07 Tom de Vries <tdevries@suse.de>
4201
4202 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
4203
4204 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
4205
4206 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
4207 * gdb.base/annota1.exp: Update to use gdb_test_name.
4208
4209 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
4210
4211 * gdb.base/ctf-whatis.exp: New file.
4212 * gdb.base/ctf-whatis.c: New file.
4213 * gdb.base/ctf-ptype.exp: New file.
4214 * gdb.base/ctf-ptype.c: New file.
4215 * gdb.base/ctf-constvars.exp: New file.
4216 * gdb.base/ctf-constvars.c: New file.
4217 * gdb.base/ctf-cvexpr.exp: New file.
4218
4219 2019-10-04 Tom de Vries <tdevries@suse.de>
4220
4221 * gdb.cp/local-static.c (main): Move declaration of int i out of the
4222 for loop.
4223
4224 2019-10-03 Tom Tromey <tom@tromey.com>
4225
4226 PR rust/24976:
4227 * gdb.rust/simple.rs (Union2): New type.
4228 (main): Use Union2.
4229 * gdb.rust/simple.exp: Add test.
4230
4231 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4232
4233 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
4234 nested function prefix.
4235
4236 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
4237 Richard Bunt <richard.bunt@arm.com>
4238 Andrew Burgess <andrew.burgess@embecosm.com>
4239
4240 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
4241 nested functions.
4242 * gdb.fortran/nested-funcs.f90: Update expected results.
4243 * gdb.fortran/nested-funcs-2.exp: New file.
4244 * gdb.fortran/nested-funcs-2.f90: New file.
4245
4246 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4247
4248 * gdb.python/py-parameter.exp: Make test names unique.
4249 * gdb.python/py-template.exp: Likewise.
4250 * gdb.python/py-value.exp: Likewise.
4251
4252 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4253
4254 * gdb.base/break-interp.exp: Reduce test name duplication.
4255 * gdb.base/call-sc.exp: Likewise.
4256 * gdb.base/callfuncs.exp: Likewise.
4257 * gdb.base/charset.exp: Likewise.
4258 * gdb.base/dump.exp: Likewise.
4259 * gdb.base/ena-dis-br.exp: Likewise.
4260 * gdb.base/relational.exp: Likewise.
4261 * gdb.base/step-over-syscall.exp: Likewise.
4262 * gdb.base/structs.exp: Likewise.
4263
4264 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4265
4266 * gdb.linespec/explicit.exp: Make test names unique.
4267 * gdb.linespec/ls-errs.exp: Likewise.
4268
4269 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4270
4271 * gdb.reverse/break-precsave.exp: Make test names unique.
4272 * gdb.reverse/break-reverse.exp: Likewise.
4273 * gdb.reverse/finish-precsave.exp: Likewise.
4274 * gdb.reverse/finish-reverse.exp: Likewise.
4275 * gdb.reverse/machinestate-precsave.exp: Likewise.
4276 * gdb.reverse/machinestate.exp: Likewise.
4277 * gdb.reverse/readv-reverse.exp: Likewise.
4278 * gdb.reverse/recvmsg-reverse.exp: Likewise.
4279 * gdb.reverse/sigall-precsave.exp: Likewise.
4280 * gdb.reverse/sigall-reverse.exp: Likewise.
4281 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
4282 * gdb.reverse/watch-precsave.exp: Likewise.
4283 * gdb.reverse/watch-reverse.exp: Likewise.
4284
4285 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4286
4287 * gdb.threads/stop-with-handle.c: New file.
4288 * gdb.threads/stop-with-handle.exp: New file.
4289
4290 2019-10-03 Tom de Vries <tdevries@suse.de>
4291
4292 PR testsuite/25059
4293 * gdb.base/list-missing-source.exp: Allowing the "Compilation
4294 directory" line to be missing.
4295
4296 2019-10-03 Tom de Vries <tdevries@suse.de>
4297
4298 PR testsuite/25059
4299 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
4300 type optional.
4301
4302 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
4303
4304 * gdb.python/py-format-string.c (string.h): New include.
4305 (main): Fill a_struct_with_union.the_union.an_int with bytes of
4306 the same value, for endianness-independence.
4307 * gdb.python/py-format-string.exp (default_regexp_dict)
4308 (test_pretty_structs, test_format): Adjust expected output to the
4309 changed initialization.
4310
4311 2019-10-02 Tom Tromey <tromey@adacore.com>
4312
4313 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
4314
4315 2019-10-02 Pedro Alves <palves@redhat.com>
4316 Andrew Burgess <andrew.burgess@embecosm.com>
4317
4318 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
4319 "print-file-var.h".
4320 (this_version_id) Use ATTRIBUTE_VISIBILITY.
4321 (get_version_1): Print this_version_id and its address.
4322 Add extern "C" wrappers around interface functions.
4323 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
4324 "print-file-var.h".
4325 (this_version_id) Use ATTRIBUTE_VISIBILITY.
4326 (get_version_2): Print this_version_id and its address.
4327 Add extern "C" wrappers around interface functions.
4328 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
4329 <stddef.h> and "print-file-var.h".
4330 Add extern "C" wrappers around interface functions.
4331 [VERSION_ID_MAIN] (this_version_id): Define.
4332 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
4333 * gdb.base/print-file-var.h: Add some #defines to simplify setting
4334 up extern "C" blocks.
4335 * gdb.base/print-file-var.exp (test): New, factored out from top
4336 level.
4337 (top level): Test all combinations of attribute hidden or not,
4338 dlopen or not, and this_version_id symbol in main file or not.
4339 Compile tests as both C++ and C, make test names unique.
4340
4341 2019-10-01 Tom Tromey <tom@tromey.com>
4342
4343 * gdb.base/style.exp: Test "show logging filename".
4344
4345 2019-10-01 Tom Tromey <tom@tromey.com>
4346
4347 * lib/gdb-utils.exp (style): Handle "metadata" argument.
4348 * gdb.base/style.exp: Add metadata style test.
4349
4350 2019-10-01 Tom Tromey <tom@tromey.com>
4351
4352 * gdb.base/style.exp: Test "pwd".
4353
4354 2019-10-01 Tom Tromey <tom@tromey.com>
4355
4356 * gdb.base/style.exp: Update tests.
4357
4358 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
4359
4360 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
4361 'six' to unsigned.
4362 (s1): Initialize fields 'four' and 'six' instead of 'three' and
4363 'five'. Use an all-ones bit pattern for each.
4364 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
4365 to its changed values.
4366
4367 2019-09-30 Tom Tromey <tromey@adacore.com>
4368
4369 * gdb.rust/traits.rs: Disable all warnings.
4370
4371 2019-09-29 Tom de Vries <tdevries@suse.de>
4372
4373 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
4374
4375 2019-09-29 Tom de Vries <tdevries@suse.de>
4376
4377 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
4378
4379 2019-09-27 Tom de Vries <tdevries@suse.de>
4380
4381 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
4382
4383 2019-09-27 Tom de Vries <tdevries@suse.de>
4384
4385 PR record/23188
4386 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
4387
4388 2019-09-26 Tom Tromey <tromey@adacore.com>
4389
4390 * gdb.ada/py_taft.exp: New file.
4391 * gdb.ada/py_taft/main.adb: New file.
4392 * gdb.ada/py_taft/pkg.adb: New file.
4393 * gdb.ada/py_taft/pkg.ads: New file.
4394
4395 2019-09-24 Tom de Vries <tdevries@suse.de>
4396
4397 PR gdb/24598
4398 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
4399
4400 2019-09-22 Tom de Vries <tdevries@suse.de>
4401
4402 * gdb.base/restore.exp: Allow register variables to be optimized out at
4403 -O0.
4404
4405 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
4406
4407 * gdb.arch/spu-info.exp: Remove file.
4408 * gdb.arch/spu-info.c: Remove file.
4409 * gdb.arch/spu-ls.exp: Remove file.
4410 * gdb.arch/spu-ls.c: Remove file.
4411
4412 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
4413 * gdb.asm/spu.inc: Remove file.
4414
4415 * gdb.base/dump.exp: Remove support for spu*-*-*.
4416 * gdb.base/stack-checking.exp: Likewise.
4417 * gdb.base/overlays.exp: Likewise.
4418 * gdb.base/ovlymgr.c: Likewise.
4419 * gdb.base/spu.ld: Remove file.
4420
4421 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
4422 * gdb.cp/cpexprs.exp: Likewise.
4423 * gdb.cp/exception.exp: Likewise.
4424 * gdb.cp/gdb2495.exp: Likewise.
4425 * gdb.cp/mb-templates.exp: Likewise.
4426 * gdb.cp/pr9167.exp: Likewise.
4427 * gdb.cp/userdef.exp: Likewise.
4428
4429 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
4430
4431 * gdb.cell: Remove directory.
4432 * lib/cell.exp: Remove file.
4433
4434 2019-09-19 Tom de Vries <tdevries@suse.de>
4435
4436 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
4437
4438 2019-09-19 Tom de Vries <tdevries@suse.de>
4439
4440 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
4441
4442 2019-09-19 Tom de Vries <tdevries@suse.de>
4443
4444 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
4445 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
4446 (gdb_target_cmd): ... here.
4447 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
4448 value 2.
4449
4450 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
4451
4452 * gdb.base/source-dir.exp: Avoid having directory names in test
4453 names.
4454
4455 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4456
4457 * gdb.base/source-dir.exp: Add extra test for mapped compilation
4458 directory.
4459
4460 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4461
4462 * gdb.base/list-missing-source.exp: New file.
4463
4464 2019-09-14 Tom de Vries <tdevries@suse.de>
4465
4466 PR teststuite/24599
4467 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
4468 * lib/ada.exp (gnatmake_version_at_least): New proc.
4469
4470 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4471
4472 * gdb.base/maint.exp: Use exec_has_index_section.
4473
4474 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4475
4476 * gdb.base/maint.exp: Add test for 'maint info sections'.
4477
4478 2019-09-12 Tom de Vries <tdevries@suse.de>
4479
4480 * gdb.base/store.exp: Allow register variables to be optimized out at
4481 -O0.
4482
4483 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4484
4485 * gdb.ada/rdv_wait.exp: Update to new task names.
4486 * gdb.base/task_switch_in_core.exp: Likewise.
4487 * gdb.base/info_sources_base.c: Likewise.
4488
4489 2019-09-10 Tom Tromey <tromey@adacore.com>
4490
4491 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
4492
4493 2019-09-10 Tom Tromey <tromey@adacore.com>
4494
4495 * gdb.ada/dgopt.exp: New file.
4496 * gdb.ada/dgopt/x.adb: New file.
4497
4498 2019-09-08 Tom Tromey <tom@tromey.com>
4499
4500 * gdb.tui/resize.exp: Remove setup_xfail.
4501 * gdb.tui/regs.exp: Remove setup_xfail.
4502 * gdb.tui/basic.exp: Remove setup_xfail.
4503
4504 2019-09-06 David Blaikie <dblaikie@gmail.com>
4505
4506 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
4507 * gdb.cp/cplabel.exp: Ditto.
4508 * gdb.linespec/ls-errs.exp: Ditto.
4509
4510 2019-09-05 Tom de Vries <tdevries@suse.de>
4511
4512 * lib/gdb.exp (cmp_file_string): New proc.
4513 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
4514 runto_main. Verify save breakpoints output.
4515
4516 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4517
4518 * gdb.base/info-var.exp: Test info variables without running
4519 to main, to avoid expect's buffer overflow.
4520
4521 2019-09-03 Tom Tromey <tromey@adacore.com>
4522
4523 * gdb.ada/bias.exp: New file.
4524 * gdb.ada/bias/bias.adb: New file.
4525 * gdb.ada/print_chars.exp: Add regression test.
4526 * gdb.ada/print_chars/foo.adb (My_Character): New type.
4527 (MC): New variable.
4528
4529 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
4530
4531 * gdb.base/argv0-symlink.exp: Run only on native target
4532 and local host.
4533
4534 2019-08-29 Tom de Vries <tdevries@suse.de>
4535
4536 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
4537 diverse debug info.
4538 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
4539
4540 2019-08-28 Tom de Vries <tdevries@suse.de>
4541
4542 * gdb.base/info-var.exp: Allow info variables to print info for files
4543 other than info-var-f1.c and info-var-f2.c.
4544
4545 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4546
4547 * gdb.fortran/info-types.exp: Add module.
4548 * gdb.fortran/info-types.f90: Update expected results.
4549
4550 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4551
4552 * gdb.fortran/info-types.exp: New file.
4553 * gdb.fortran/info-types.f90: New file.
4554 * lib/fortran.exp (fortran_character1): New proc.
4555
4556 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
4557
4558 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
4559 functions'. Reindent as needed.
4560 * gdb.base/info-var-f1.c: New file.
4561 * gdb.base/info-var-f2.c: New file.
4562 * gdb.base/info-var.exp: New file.
4563 * gdb.base/info-var.h: New file.
4564
4565 2019-08-26 Tom de Vries <tdevries@suse.de>
4566
4567 PR c++/24852
4568 * gdb.cp/no-libstdcxx-probe.exp: New test.
4569
4570 2019-08-26 Tom de Vries <tdevries@suse.de>
4571
4572 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
4573 * tests need to be skipped.
4574 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
4575 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
4576 mi_skip_libstdcxx_probe_tests.
4577
4578 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
4579
4580 * gdb.python/py-xmethods.exp: Use raw strings when passing
4581 arguments to SimpleXMethodMatcher.
4582
4583 2019-08-22 Tom de Vries <tdevries@suse.de>
4584
4585 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
4586 more informative.
4587
4588 2019-08-21 Pedro Alves <palves@redhat.com>
4589
4590 * gdb.base/with.exp: Test "with" with no arguments.
4591
4592 2019-08-21 Tom de Vries <tdevries@suse.de>
4593
4594 * gdb.base/gdb-caching-proc.exp: Sort files.
4595
4596 2019-08-20 Tom de Vries <tdevries@suse.de>
4597
4598 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
4599 compilation.
4600
4601 2019-08-16 Tom de Vries <tdevries@suse.de>
4602
4603 * gdb.base/compare-sections.exp ("after run to main"): Allow
4604 mismatched read-only sections for PIE executables.
4605
4606 2019-08-16 Tom Tromey <tom@tromey.com>
4607
4608 * lib/tuiterm.exp (_csi_Z): New proc.
4609 * gdb.tui/basic.exp: Update window positions.
4610 * gdb.tui/empty.exp: Update window positions.
4611
4612 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4613
4614 * gdb.base/examine-backward.exp: Correct regexp for
4615 "examine 3 bytes backward from ${address_zero}".
4616
4617 2019-08-15 Tom Tromey <tom@tromey.com>
4618
4619 * gdb.tui/empty.exp: Enable resizing tests.
4620
4621 2019-08-15 Tom Tromey <tromey@adacore.com>
4622
4623 * gdb.ada/char_enum.exp: Add regression tests.
4624 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
4625 and '0'.
4626 (Char, Gchar): Update.
4627 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
4628
4629 2019-08-15 Christian Biesinger <cbiesinger@google.com>
4630
4631 * gdb.python/python.exp: Expect a leading underscore on
4632 GdbOutput{,Error}File.
4633
4634 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4635
4636 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
4637 Windows host.
4638
4639 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4640
4641 * gdb.base/batch-preserve-term-settings.exp
4642 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
4643
4644 2019-08-15 Christian Biesinger <cbiesinger@google.com>
4645
4646 * lib/gdb.exp: When running on a mingw target, replace
4647 /x/ with x:/.
4648
4649 2019-08-14 Alan Hayward <alan.hayward@arm.com>
4650
4651 * gdb.arch/aarch64-prologue.c: New test.
4652 * gdb.arch/aarch64-prologue.exp: New file.
4653
4654 2019-08-13 Tom de Vries <tdevries@suse.de>
4655
4656 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
4657 Thread.
4658
4659 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
4660
4661 * gdb.python/py-completion.exp: Download the .py file to the host
4662 and use its host pathname. Conditionalize tests that use
4663 tab completion and manipulate files on the build machine.
4664 * gdb.python/py-events.exp: Download the .py file to the host
4665 and use its host pathname.
4666 * gdb.python/py-evsignal.exp: Likewise.
4667 * gdb.python/py-evthreads.exp: Likewise.
4668 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
4669 pathname syntax.
4670 * gdb.python/py-framefilter.exp: Download the .py file to the right
4671 place on the host. Match Windows pathname syntax.
4672 * gdb.python/py-mi-var-info-path-expression.exp: Download the
4673 .py file to the host and use its host pathname.
4674 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
4675 * gdb.python/py-objfile.exp: Expect a host pathname, not a
4676 build pathname. Skip symlink test on Windows host. Add missing
4677 newline at end of file.
4678 * gdb.python/py-pp-maint.exp: Download the .py file to the host
4679 and use its host pathname.
4680 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
4681 * gdb.python/py-section-script.exp: Use host location of binfile
4682 on safe-path. Use correct path separator on Windows host.
4683 Reorder alternatives in gdb_test_multiple to prevent matching
4684 the wrong alternative on success.
4685 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
4686
4687 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
4688
4689 * gdb.gdb/selftest.exp (test_with_self): Update test to now
4690 expect the GDB inferior to no longer immediately stop after
4691 being resumed with "signal SIGINT".
4692
4693 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
4694
4695 * gdb.linespec/break-ask.exp: Generalize regexps to match
4696 Windows pathnames too.
4697
4698 2019-08-08 Tom de Vries <tdevries@suse.de>
4699
4700 PR testsuite/24862
4701 * lib/tuiterm.exp (_accept): Fix CSI regexp.
4702
4703 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4704
4705 * gdb.base/style.exp: Update tests for help doc new invariants.
4706 * gdb.base/help.exp: Likewise.
4707
4708 2019-08-06 Tom Tromey <tom@tromey.com>
4709
4710 * gdb.base/style.exp: Add disassemble test.
4711 * gdb.base/style.c (some_called_function): New function.
4712 (main): Use it.
4713
4714 2019-08-05 Christian Biesinger <cbiesinger@google.com>
4715
4716 * gdb.python/py-block.exp: Test dictionary access on blocks.
4717
4718 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
4719
4720 PR gdb/24863
4721 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
4722 -list-thread-groups --available test when running under
4723 check-read1.
4724
4725 2019-08-05 Tom de Vries <tdevries@suse.de>
4726
4727 PR testsuite/24863
4728 * lib/gdb.exp (with_read1_timeout_factor): New proc.
4729 * gdb.base/help.exp: Use with_read1_timeout_factor.
4730 * gdb.base/info-macros.exp: Same.
4731 * gdb.cp/nested-types.exp: Same.
4732
4733 2019-08-05 Tom de Vries <tdevries@suse.de>
4734
4735 * lib/gdb.exp (version_at_least): Factor out of ...
4736 (tcl_version_at_least): ... here.
4737 (gdb_compile): Fail if pie results in non-PIE executable.
4738 (readelf_version, readelf_prints_pie): New proc.
4739 (exec_is_pie): Return -1 if unknown.
4740
4741 2019-08-05 Tom de Vries <tdevries@suse.de>
4742
4743 * lib/gdb.exp (tcl_version_at_least): Fix typo.
4744
4745 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4746
4747 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
4748
4749 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4750
4751 * lib/completion-support.exp (test_gdb_complete_none): Skip
4752 tab completion tests if no readline support.
4753 (test_gdb_complete_unique_re): Likewise.
4754 (test_gdb_complete_multiple): Likewise.
4755
4756 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4757
4758 * gdb.base/info_sources.exp: New file.
4759 * gdb.base/info_sources.c: New file.
4760 * gdb.base/info_sources_base.c: New file.
4761
4762 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4763
4764 * gdb.base/batch-exit-status.exp: Call test_exit_status with
4765 prefix argument.
4766 (test_exit_status): Add prefix argument.
4767
4768 2019-08-01 Tom de Vries <tdevries@suse.de>
4769
4770 PR testsuite/24863
4771 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
4772 calling exp_continue for new thread and thread exited messages.
4773
4774 2019-08-01 Tom de Vries <tdevries@suse.de>
4775
4776 PR testsuite/24863
4777 * gdb.base/structs.exp: Fix check-read1 timeout using
4778 gdb_test_sequence.
4779 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
4780
4781 2019-08-01 Tom de Vries <tdevries@suse.de>
4782
4783 PR testsuite/24863
4784 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
4785 line.
4786
4787 2019-08-01 Tom de Vries <tdevries@suse.de>
4788
4789 PR testsuite/24863
4790 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
4791
4792 2019-07-30 Tom Tromey <tromey@adacore.com>
4793
4794 * gdb.ada/display_nested.exp: New file.
4795 * gdb.ada/display_nested/foo.adb: New file.
4796 * gdb.ada/display_nested/pack.adb: New file.
4797 * gdb.ada/display_nested/pack.ads: New file.
4798
4799 2019-07-30 Christian Biesinger <cbiesinger@google.com>
4800
4801 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
4802 namespace.
4803 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
4804
4805 2019-07-30 Tom de Vries <tdevries@suse.de>
4806
4807 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
4808 instead.
4809
4810 2019-07-30 Tom de Vries <tdevries@suse.de>
4811
4812 PR testsuite/24834
4813 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
4814 (exec_is_pie): New proc.
4815
4816 2019-07-29 Christian Biesinger <cbiesinger@google.com>
4817
4818 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
4819
4820 2019-07-29 Christian Biesinger <cbiesinger@google.com>
4821
4822 * gdb.python/py-objfile.c: Add global and static vars.
4823 * gdb.python/py-objfile.exp: Test new functions Objfile.
4824 lookup_global_symbol and lookup_static_symbol.
4825
4826 2019-07-29 Tom Tromey <tom@tromey.com>
4827
4828 * lib/tuiterm.exp (Term::_csi_@): New proc.
4829 (Term::_csi_X): Don't move cursor.
4830
4831 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4832
4833 * gdb.base/options.exp: Update backtrace - completion to
4834 new option -frame-info.
4835 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
4836 Test new 'set print frame-info'. Test backtrace -frame-info
4837 overriding 'set print frame-info'.
4838 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
4839 Test new 'set print frame-info'.
4840 Verify consistency of backtrace with and without filters, with and
4841 without -no-filters.
4842 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
4843 default.
4844
4845 2019-07-29 Tom de Vries <tdevries@suse.de>
4846
4847 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
4848 no arguments".
4849
4850 2019-07-29 Tom de Vries <tdevries@suse.de>
4851
4852 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
4853 is a substring of the first for "complete non-unique file name".
4854
4855 2019-07-29 Tom de Vries <tdevries@suse.de>
4856
4857 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
4858 with ".*".
4859
4860 2019-07-29 Tom de Vries <tdevries@suse.de>
4861
4862 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
4863 Pass prompt_regexp parameter to gdb_test_multiple calls.
4864
4865 2019-07-29 Tom de Vries <tdevries@suse.de>
4866
4867 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
4868 print registers" regexps.
4869
4870 2019-07-29 Tom de Vries <tdevries@suse.de>
4871
4872 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
4873
4874 2019-07-29 Tom de Vries <tdevries@suse.de>
4875
4876 PR gdb/24855
4877 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
4878 (skip_python_tests_prompt): Add prompt_regexp argument to
4879 gdb_test_multiple calls.
4880
4881 2019-07-27 Tom Tromey <tom@tromey.com>
4882
4883 * gdb.tui/main.exp: New file.
4884
4885 2019-07-27 Tom Tromey <tom@tromey.com>
4886
4887 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
4888 optional.
4889 * gdb.tui/empty.exp: New file.
4890
4891 2019-07-27 Tom Tromey <tom@tromey.com>
4892
4893 * lib/tuiterm.exp (spawn): New proc.
4894 (Term::resize): New proc.
4895 * gdb.tui/resize.exp: New file.
4896
4897 2019-07-27 Tom Tromey <tom@tromey.com>
4898
4899 * gdb.tui/list.exp: New file.
4900
4901 2019-07-27 Tom Tromey <tom@tromey.com>
4902
4903 * gdb.tui/regs.exp: New file.
4904
4905 2019-07-27 Tom Tromey <tom@tromey.com>
4906
4907 * gdb.tui/basic.exp: Add "layout split" test.
4908
4909 2019-07-27 Tom Tromey <tom@tromey.com>
4910
4911 * gdb.tui/basic.exp: Add "layout asm" test.
4912
4913 2019-07-27 Tom Tromey <tom@tromey.com>
4914
4915 * lib/tuiterm.exp: New file.
4916 * gdb.tui/basic.exp: New file.
4917
4918 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4919
4920 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
4921 Enable tests associated with this flag. Adjust regex
4922 referencing "foo_low" to now refer to "foo_cold" instead.
4923
4924 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4925
4926 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
4927 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
4928 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
4929 foo_cold. Revise comments to match.
4930 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
4931 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
4932 were wrapped into this proc; Call do_test in loop from outermost
4933 level.
4934 (foo_low): Rename all occurrences to "foo_cold".
4935 (backtrace from baz): New test.
4936 (x2/i foo_cold): New test.
4937 (info line *foo_cold): New test.
4938
4939 2019-07-26 Tom de Vries <tdevries@suse.de>
4940
4941 * gdb.arch/i386-pkru.exp: Fix unterminated string.
4942
4943 2019-07-25 Tom de Vries <tdevries@suse.de>
4944
4945 PR testsuite/24830
4946 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
4947 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
4948 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
4949 (skip_libstdcxx_probe_tests): ... here.
4950 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
4951
4952 2019-07-24 Tom de Vries <tdevries@suse.de>
4953
4954 PR testsuite/24807
4955 * gdb.objc/basicclass.m: Include stdio.h.
4956 * gdb.objc/nondebug.m: Same.
4957 * gdb.objc/objcdecode.m: Same.
4958
4959 2019-07-24 Tom de Vries <tdevries@suse.de>
4960
4961 PR testsuite/24612
4962 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
4963 additional_flags.
4964
4965 2019-07-24 Tom de Vries <tdevries@suse.de>
4966
4967 PR testsuite/24831
4968 * gdb.multi/tids.exp: Update error messages for info threads.
4969
4970 2019-07-24 Tom de Vries <tdevries@suse.de>
4971
4972 * gdb.base/info-types.exp: Allow info types to print info for more than
4973 one file.
4974
4975 2019-07-23 Tom de Vries <tdevries@suse.de>
4976
4977 PR testsuite/24842
4978 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
4979 gdb_spawn_with_cmdline_opts.
4980
4981 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4982
4983 * gdb.arch/arm-cmse-sgstubs.c: New test.
4984 * gdb.arch/arm-cmse-sgstubs.exp: New file.
4985
4986 2019-07-23 Tom de Vries <tdevries@suse.de>
4987
4988 PR testsuite/24711
4989 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
4990 issuing next command.
4991
4992 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4993
4994 * gdb.ada/info_auto_lang.exp: Update expected results.
4995 * gdb.base/info-types.c: Add additional types to check.
4996 * gdb.base/info-types.exp: Update expected results.
4997
4998 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4999
5000 * gdb.base/info-types.c: New file.
5001 * gdb.base/info-types.exp: New file.
5002
5003 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
5004
5005 * gdb.arch/riscv-bp-infcall.c: New file.
5006 * gdb.arch/riscv-bp-infcall.exp: New file.
5007
5008 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
5009
5010 PR breakpoints/24541
5011 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
5012
5013 2019-07-14 Tom de Vries <tdevries@suse.de>
5014
5015 PR testsuite/24760
5016 * gdb.objc/basicclass.exp: Fix unterminated string.
5017
5018 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
5019 Andrew Burgess <andrew.burgess@embecosm.com>
5020
5021 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
5022 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
5023 negative bounds.
5024 * gdb.fortran/vla-value.exp: Print elements of an array with
5025 negative bounds.
5026 * gdb.fortran/vla.f90: Setup an array with negative bounds for
5027 testing.
5028
5029 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
5030
5031 * gdb.base/options.exp (expect_string): Dequote strings in
5032 results.
5033 (test-string): Test strings with different quoting and reindent.
5034
5035 2019-07-10 Tom Tromey <tromey@adacore.com>
5036
5037 * gdb.ada/mi_ex_cond.exp: Update expected results.
5038 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
5039 * gdb.ada/mi_catch_ex.exp: Update expected results.
5040 * gdb.ada/mi_catch_assert.exp: Update expected results.
5041 * gdb.ada/catch_ex.exp (catch_exception_info)
5042 (catch_exception_entry, catch_assert_entry)
5043 (catch_unhandled_entry): Update.
5044 * gdb.ada/catch_assert_if.exp: Update expected results.
5045
5046 2019-07-10 Richard Bunt <richard.bunt@arm.com>
5047 Stephen Roberts <stephen.roberts@arm.com>
5048
5049 * gdb.base/define.exp: Restore original prompt.
5050
5051 2019-07-09 Pedro Alves <palves@redhat.com>
5052
5053 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
5054 breakpoints" output.
5055 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
5056 * gdb.python/py-breakpoint.exp: No longer expect that "catch
5057 throw" creates breakpoint.
5058 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
5059 'type="catchpoint"'.
5060
5061 2019-07-09 Pedro Alves <palves@redhat.com>
5062
5063 PR c++/15468
5064 * gdb.cp/except-multi-location-lib.cc: New.
5065 * gdb.cp/except-multi-location-main.cc: New.
5066 * gdb.cp/except-multi-location.exp: New.
5067
5068 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
5069
5070 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
5071 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
5072 argument and update callers.
5073
5074 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5075
5076 * gdb.arch/amd64-break-on-asm-line.S: New file.
5077 * gdb.arch/amd64-break-on-asm-line.exp: New file.
5078
5079 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5080
5081 * gdb.base/printcmds.exp: Test printing C string and
5082 C wide string convenience vars without transiting via the inferior.
5083 Also make test names unique.
5084
5085 2019-07-08 Alan Hayward <alan.hayward@arm.com>
5086
5087 PR breakpoints/25011
5088 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
5089
5090 2019-07-04 Pedro Alves <palves@redhat.com>
5091
5092 * lib/gdb.exp (foreach_with_prefix): Don't return early if
5093 body returned ok(0), break(3) or continue(4).
5094 * gdb.testsuite/foreach_with_prefix.exp: New file.
5095
5096 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5097
5098 * gdb.server/unittest.exp: Allow 0 unit tests to run.
5099
5100 2019-07-03 Pedro Alves <palves@redhat.com>
5101
5102 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
5103 "return -code".
5104
5105 2019-07-03 Pedro Alves <palves@redhat.com>
5106
5107 PR cli/24732
5108 * gdb.base/shell.exp: Load completion-support.exp.
5109 Adjust expected error output. Add completion tests.
5110
5111 2019-07-03 Pedro Alves <palves@redhat.com>
5112
5113 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
5114 string_to_regexp.
5115
5116 2019-07-03 Pedro Alves <palves@redhat.com>
5117
5118 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
5119 (expect_integer): Adjust to expect "-string".
5120 (expect_string): New.
5121 (all_options): Expect "-string".
5122 (test-flag, test-boolean): Adjust to expect "-string".
5123 (test-string): New proc.
5124 (top level): Call it.
5125
5126 2019-07-03 Pedro Alves <palves@redhat.com>
5127
5128 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
5129 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
5130 the expected output in the success.
5131
5132 2019-07-03 Pedro Alves <palves@redhat.com>
5133
5134 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5135 Split one gdb_test_multiple call in two to avoid a race.
5136
5137 2019-07-03 Pedro Alves <palves@redhat.com>
5138
5139 * gdb.base/with.c: New file.
5140 * gdb.base/with.exp: New file.
5141
5142 2019-07-03 Pedro Alves <palves@redhat.com>
5143
5144 * gdb.base/settings.exp: Replace all references to "maint
5145 test-settings set" with references to "maint set test-settings",
5146 and all references to "maint test-settings show" with references
5147 to "maint show test-settings".
5148
5149 2019-07-03 Pedro Alves <palves@redhat.com>
5150
5151 * gdb.base/settings.exp (test-string): Adjust expected out when
5152 testing "maint test-settings show filename"
5153
5154 2019-07-02 Pedro Alves <palves@redhat.com>
5155
5156 * gdb.base/options.exp (test-info-threads): New procedure.
5157 (top level): Call it.
5158
5159 2019-06-28 Tom Tromey <tromey@adacore.com>
5160
5161 * gdb.dwarf2/ada-linkage-name.c: New file.
5162 * gdb.dwarf2/ada-linkage-name.exp: New file.
5163
5164 2019-06-27 Tom Tromey <tromey@adacore.com>
5165
5166 PR c++/20020:
5167 * gdb.cp/constexpr-field.exp: Use setup_xfail.
5168
5169 2019-06-26 Tom de Vries <tdevries@suse.de>
5170
5171 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
5172
5173 2019-06-26 Tom de Vries <tdevries@suse.de>
5174
5175 * gdb.base/index-cache.exp: Add back missing debug option.
5176
5177 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5178
5179 * gdb.base/alias.exp: Test non matching/non existing prefixes.
5180
5181 2019-06-25 Tom de Vries <tdevries@suse.de>
5182
5183 PR testsuite/24727
5184 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
5185
5186 2019-06-24 Tom de Vries <tdevries@suse.de>
5187
5188 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
5189
5190 2019-06-24 Tom de Vries <tdevries@suse.de>
5191
5192 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
5193 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
5194 * gdb.trace/unavailable-dwarf-piece.exp: Same.
5195
5196 2019-06-24 Tom de Vries <tdevries@suse.de>
5197
5198 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
5199
5200 2019-06-21 Tom de Vries <tdevries@suse.de>
5201
5202 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
5203
5204 2019-06-21 Tom de Vries <tdevries@suse.de>
5205
5206 PR testsuite/24518
5207 PR ada/24713
5208 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
5209 index.
5210
5211 2019-06-19 Tom Tromey <tromey@adacore.com>
5212
5213 * gdb.ada/length_cond.exp: Add intro comment.
5214
5215 2019-06-19 Tom Tromey <tromey@adacore.com>
5216
5217 * gdb.ada/length_cond.exp: New file.
5218 * gdb.ada/length_cond/length_cond.adb: New file.
5219 * gdb.ada/length_cond/pck.adb: New file.
5220 * gdb.ada/length_cond/pck.ads: New file.
5221
5222 2019-06-18 Tom de Vries <tdevries@suse.de>
5223
5224 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
5225
5226 2019-06-18 Tom Tromey <tromey@adacore.com>
5227
5228 * gdb.base/list0.h: Add comment explaining control character.
5229
5230 2019-06-18 Tom de Vries <tdevries@suse.de>
5231
5232 * boards/fission.exp: Break up long debug_flags line.
5233
5234 2019-06-16 Tom de Vries <tdevries@suse.de>
5235
5236 PR gdb/24445
5237 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
5238 generated index.
5239
5240 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5241
5242 PR gdb/24686
5243 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
5244 improve detection of bug gdb/24541.
5245
5246 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
5247
5248 PR gdb/24669
5249 * gdb.base/index-cache.exp (uses_readnow,
5250 expecting_index_cache_use): Define global variable.
5251 (test_cache_enabled_miss, test_cache_enabled_hit): Use
5252 expecting_index_cache_use.
5253
5254 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
5255 Andrew Burgess <andrew.burgess@embecosm.com>
5256
5257 * gdb.fortran/pointers.f90: New file.
5258 * gdb.fortran/print_type.exp: New file.
5259 * gdb.fortran/vla-ptype.exp: Adapt expected results.
5260 * gdb.fortran/vla-type.exp: Likewise.
5261 * gdb.fortran/vla-value.exp: Likewise.
5262 * gdb.mi/mi-vla-fortran.exp: Likewise.
5263
5264 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5265
5266 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
5267 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
5268 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
5269 as a stop reason.
5270
5271 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5272
5273 * gdb.base/annota1.exp: Update expected results.
5274 * gdb.cp/annota2.exp: Likewise.
5275 * gdb.cp/annota3.exp: Likewise.
5276
5277 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5278
5279 * gdb.base/style-logging.exp: Remove path from test name.
5280
5281 2019-06-14 Tom Tromey <tromey@adacore.com>
5282
5283 PR gdb/24502:
5284 * gdb.base/style-logging.exp: New file.
5285
5286 2019-06-14 Tom Tromey <tromey@adacore.com>
5287
5288 * gdb.base/symfile-warn.exp: New file.
5289 * gdb.base/symfile-warn.c: New file.
5290
5291 2019-06-14 Tom Tromey <tromey@adacore.com>
5292
5293 * gdb.base/annotate-symlink.exp: New file.
5294
5295 2019-06-14 Tom Tromey <tromey@adacore.com>
5296
5297 * gdb.ada/set_wstr.exp: Add reassignment test.
5298
5299 2019-06-14 Tom Tromey <tromey@adacore.com>
5300
5301 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
5302 'unchecked_access and 'unrestricted_access as well.
5303
5304 2019-06-14 Tom Tromey <tromey@adacore.com>
5305
5306 PR ada/24539:
5307 * gdb.ada/vla.exp: Update tests.
5308 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
5309 pragma.
5310
5311 2019-06-13 Pedro Alves <palves@redhat.com>
5312
5313 * gdb.base/settings.exp (test-integer): Test junk after
5314 "unlimited".
5315
5316 2019-06-13 Pedro Alves <palves@redhat.com>
5317
5318 * gdb.base/options.exp (test-thread-apply): New.
5319 (top level): Call it.
5320
5321 2019-06-13 Pedro Alves <palves@redhat.com>
5322
5323 * gdb.base/options.exp (test-frame-apply): New.
5324 (top level): Test print commands with different "frame apply"
5325 prefixes.
5326
5327 2019-06-13 Pedro Alves <palves@redhat.com>
5328
5329 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
5330 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
5331 'max_completions' parameter and handle it.
5332 (test_gdb_completion_offers_commands): New.
5333
5334 2019-06-13 Pedro Alves <palves@redhat.com>
5335
5336 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
5337
5338 2019-06-13 Pedro Alves <palves@redhat.com>
5339
5340 * gdb.base/options.exp (test-backtrace): New.
5341 (top level): Call it.
5342
5343 2019-06-13 Pedro Alves <palves@redhat.com>
5344
5345 * gdb.guile/scm-frame-args.exp: Use "set print
5346 raw-frame-arguments" instead of "set print raw frame-arguments".
5347 * gdb.python/py-frame-args.exp: Likewise.
5348
5349 2019-06-13 Pedro Alves <palves@redhat.com>
5350
5351 * gdb.compile/compile.exp: Adjust expected output to option
5352 processing changes.
5353
5354 2019-06-13 Pedro Alves <palves@redhat.com>
5355
5356 * gdb.base/options.exp: Build executable.
5357 (test-print): New procedure.
5358 (top level): Call it, once for "print" and another for "compile
5359 print".
5360
5361 2019-06-13 Pedro Alves <palves@redhat.com>
5362
5363 * gdb.base/options.c: New file.
5364 * gdb.base/options.exp: New file.
5365
5366 2019-06-13 Pedro Alves <palves@redhat.com>
5367
5368 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
5369 that "o" is ambiguous.
5370
5371 2019-06-13 Pedro Alves <palves@redhat.com>
5372
5373 * gdb.base/settings.c: New file.
5374 * gdb.base/settings.exp: New file.
5375
5376 2019-06-13 Pedro Alves <palves@redhat.com>
5377
5378 * gdb.base/completion.exp: Fix comment typo.
5379
5380 2019-06-13 Pedro Alves <palves@redhat.com>
5381
5382 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
5383 foo --1" test.
5384
5385 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
5386
5387 * gdb.fortran/block-data.f: New.
5388 * gdb.fortran/block-data.exp: New.
5389
5390 2019-06-11 Tom de Vries <tdevries@suse.de>
5391
5392 PR testsuite/24521
5393 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
5394 message.
5395
5396 2019-06-11 Tom de Vries <tdevries@suse.de>
5397
5398 PR testsuite/24521
5399 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
5400
5401 2019-06-11 Tom de Vries <tdevries@suse.de>
5402
5403 * boards/readnow.exp: New file.
5404
5405 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
5406
5407 * gdb.fortran/vla-sizeof.exp: Update expected results.
5408
5409 2019-06-06 Amos Bird <amosbird@gmail.com>
5410
5411 * gdb.base/annota1.exp (thread_switch): Add test for
5412 thread-exited annotation.
5413
5414 2019-06-06 Tom Tromey <tromey@adacore.com>
5415
5416 * gdb.base/maint.exp: Expect command started/finished output.
5417
5418 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
5419
5420 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
5421 comment.
5422 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
5423
5424 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
5425
5426 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
5427 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
5428 * gdb.arch/riscv-unwind-long-insn.c: New file.
5429 * gdb.arch/riscv-unwind-long-insn.exp: New file.
5430
5431 2019-06-04 Christian Biesinger <cbiesinger@google.com>
5432
5433 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
5434
5435 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5436
5437 * lib/gdb.exp (help_list_trailer): New regexp variable
5438 factorizing the help trailer message.
5439 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
5440 arg to allow to better factorize various tests.
5441 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
5442 (test_prefix_command_help): Use help_list_trailer.
5443 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
5444 * gdb.guile/scm-cmd.exp: Likewise.
5445 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
5446 * gdb.base/help.exp: Use test_user_defined_class_help.
5447 * gdb.base/style.exp: Add tests for styling of help and apropos.
5448 * lib/gdb-utils.exp (style): Add title and highlight styles.
5449
5450 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5451
5452 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
5453 $_shell_exitsignal.
5454 * gdb.base/default.exp: Update for new convenience variables.
5455
5456 2019-05-29 Tom Tromey <tromey@adacore.com>
5457
5458 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
5459 to "break complete ada" test case's regexp.
5460
5461 2019-05-29 Tom Tromey <tromey@adacore.com>
5462
5463 PR c++/20020:
5464 * gdb.cp/constexpr-field.exp: New file.
5465 * gdb.cp/constexpr-field.cc: New file.
5466
5467 2019-05-29 Tom Tromey <tromey@adacore.com>
5468
5469 * gdb.base/finish.exp (finish_no_print): New proc.
5470 (finish_tests): Call it.
5471
5472 2019-05-24 Tom de Vries <tdevries@suse.de>
5473
5474 * gdb.dwarf2/gdb-add-index.exp: New file.
5475
5476 2019-05-22 Tom Tromey <tromey@adacore.com>
5477
5478 * gdb.base/info-shared.exp (check_info_shared): Use "style".
5479 * gdb.base/style.exp: Use "style".
5480 * lib/gdb-utils.exp (style): New proc.
5481
5482 2019-05-22 Tom de Vries <tdevries@suse.de>
5483
5484 * gdb.base/align.exp: Require c++11.
5485
5486 2019-05-22 Tom de Vries <tdevries@suse.de>
5487
5488 PR testsuite/24586
5489 * gdb.python/py-mi-var-info-path-expression.exp: Call
5490 mi_skip_python_tests to check if python is supported.
5491
5492 2019-05-22 Alan Hayward <alan.hayward@arm.com>
5493
5494 * gdb.arch/aarch64-pauth.c: New test.
5495 * gdb.arch/aarch64-pauth.exp: New file.
5496
5497 2019-05-22 Alan Hayward <alan.hayward@arm.com>
5498
5499 * README (Re-running Tests Outside The Testsuite): New section.
5500
5501 2019-05-21 Tom de Vries <tdevries@suse.de>
5502
5503 * gdb.arch/amd64-eval.exp: Require c++11.
5504 * gdb.base/max-depth.exp: Same.
5505 * gdb.compile/compile-cplus-array-decay.exp: Same.
5506 * gdb.cp/meth-typedefs.exp: Same.
5507 * gdb.cp/subtypes.exp: Same.
5508 * gdb.cp/temargs.exp: Same.
5509
5510 2019-05-21 Alan Hayward <alan.hayward@arm.com>
5511
5512 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
5513
5514 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
5515
5516 PR gdb/18644
5517 * gdb.fortran/complex.exp: Remove setup_kfail calls.
5518 * gdb.fortran/printing-types.exp: Add new test.
5519 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
5520 testing.
5521 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
5522 setup_kfail call.
5523
5524 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5525
5526 * README (Running the Testsuite): Change example.
5527 (Testsuite Parameters): Remove TRANSCRIPT.
5528 * lib/gdb.exp: Remove TRANSCRIPT check.
5529
5530 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5531
5532 * README (Testsuite Parameters): Add replay logging to
5533 GDBSERVER_DEBUG.
5534 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
5535 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
5536 as a comma separated list.
5537 (gdb_debug_init): Override procedure.
5538
5539 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5540
5541 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
5542 (gdb_write_cmd_file): New procedure.
5543 * lib/gdbserver-support.exp (gdbserver_start): Call
5544 gdbserver_write_cmd_file.
5545 (gdbserver_write_cmd_file): New procedure.
5546
5547 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5548
5549 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
5550 (delete_breakpoints): Likewise.
5551 (gdb_run_cmd): Likewise.
5552 (gdb_start_cmd): Likewise.
5553 (gdb_starti_cmd): Likewise.
5554 (gdb_internal_error_resync): Likewise.
5555 (gdb_test_multiple): Likewise.
5556 (gdb_reinitialize_dir): Likewise.
5557 (default_gdb_exit): Likewise.
5558 (gdb_file_cmd): Mark kill as optional.
5559 (default_gdb_start): Call gdb_stdin_log_init.
5560 (send_gdb): Call gdb_stdin_log_write.
5561 (rerun_to_main): Mark Y as an answer.
5562 (gdb_stdin_log_init): New function.
5563 (gdb_stdin_log_write): Likewise.
5564
5565 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5566
5567 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
5568 * gdb.base/debug-expr.exp: Likewise.
5569 * gdb.base/foll-fork.exp: Likewise.
5570 * gdb.base/foll-vfork.exp: Likewise.
5571 * gdb.base/fork-print-inferior-events.exp: Likewise.
5572 * gdb.base/gdb-sigterm.exp: Likewise.
5573 * gdb.base/gdbinit-history.exp: Likewise.
5574 * gdb.base/osabi.exp: Likewise.
5575 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5576 * gdb.base/ui-redirect.exp: Likewise.
5577 * gdb.gdb/unittest.exp: Likewise.
5578 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
5579 * gdb.mi/mi-watch.exp: Likewise.
5580 * gdb.mi/new-ui-mi-sync.exp: Likewise.
5581 * gdb.mi/user-selected-context-sync.exp: Likewise.
5582 * gdb.python/python.exp: Disable debug test when debugging.
5583 * gdb.threads/check-libthread-db.exp: Disable when debugging.
5584 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5585 Likewise.
5586 * gdb.threads/stepi-random-signal.exp: Likewise.
5587
5588 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5589
5590 * Makefile.in: Pass through GDB_DEBUG.
5591 * README (Testsuite Parameters): Add GDB_DEBUG.
5592 (gdb,debug): Add board setting.
5593 * lib/gdb.exp (default_gdb_start): Start debugging.
5594 (gdb_debug_enabled): New procedure.
5595 (gdb_debug_init): Likewise.
5596
5597 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5598
5599 * Makefile.in: Pass through GDB_DEBUG.
5600 * README (Testsuite Parameters): Add GDB_DEBUG.
5601 (gdb,debug): Add board setting.
5602 * lib/gdb.exp (default_gdb_start): Start debugging.
5603 (gdb_debug_enabled): New procedure.
5604 (gdb_debug_init): Likewise.
5605
5606 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5607
5608 * gdb.base/ui-redirect.exp: Add debug redirect tests.
5609
5610 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5611
5612 * gdb.base/ui-redirect.exp: Test redirection.
5613
5614 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
5615
5616 * gdb.mi/mi-complete.exp: New file.
5617 * gdb.mi/mi-complete.cc: Likewise.
5618
5619 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
5620
5621 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
5622 indexed and sliced arrays, and pointers to arrays.
5623
5624 2019-05-14 Tom Tromey <tromey@adacore.com>
5625
5626 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
5627 styling test.
5628
5629 2019-05-14 Tom de Vries <tdevries@suse.de>
5630
5631 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
5632 selection entry encoding.
5633
5634 2019-05-10 Tom Tromey <tromey@adacore.com>
5635
5636 * gdb.ada/info_exc.exp: Add "complete" test.
5637
5638 2019-05-09 Tom de Vries <tdevries@suse.de>
5639
5640 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
5641 CU-relative.
5642
5643 2019-05-09 Tom de Vries <tdevries@suse.de>
5644
5645 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
5646 CU-relative.
5647
5648 2019-05-08 Joel Brobecker <brobecker@adacore.com>
5649
5650 * gdb.ada/frame_arg_lang.exp: New testcase.
5651 * gdb.ada/frame_arg_lang/bla.adb: New file.
5652 * gdb.ada/frame_arg_lang/pck.ads: New file.
5653 * gdb.ada/frame_arg_lang/pck.adb: New file.
5654 * gdb.ada/frame_arg_lang/foo.c: New file.
5655
5656 2019-05-08 Tom Tromey <tromey@adacore.com>
5657
5658 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
5659
5660 2019-05-08 Tom Tromey <tromey@adacore.com>
5661
5662 * gdb.base/ptype-offsets.exp: Update tests.
5663
5664 2019-05-08 Tom Tromey <tromey@adacore.com>
5665
5666 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
5667 cases.
5668 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
5669 "short".
5670
5671 2019-05-08 Tom Tromey <tromey@adacore.com>
5672
5673 * gdb.ada/vla.exp: New file.
5674 * gdb.ada/vla/vla.adb: New file.
5675
5676 2019-05-07 Tom de Vries <tdevries@suse.de>
5677
5678 * gdb.base/index-cache.exp (ls_host): Fix return statement.
5679
5680 2019-05-07 Tom de Vries <tdevries@suse.de>
5681
5682 PR testsuite/24522
5683 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
5684 section.
5685
5686 2019-05-07 Tom de Vries <tdevries@suse.de>
5687
5688 PR testsuite/24522
5689 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
5690 .debug_aranges section.
5691
5692 2019-05-07 Tom de Vries <tdevries@suse.de>
5693
5694 PR testsuite/24159
5695 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
5696
5697 2019-05-06 Tom de Vries <tdevries@suse.de>
5698
5699 * lib/gdb.exp (exec_has_index_section): New proc.
5700 * gdb.base/index-cache.exp: Handle case that binfile contains an index
5701 section.
5702
5703 2019-05-04 Tom de Vries <tdevries@suse.de>
5704
5705 * boards/cc-with-debug-names.exp: New file.
5706
5707 2019-05-03 Tom Tromey <tromey@adacore.com>
5708
5709 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
5710 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
5711 * gdb.ada/char_enum.exp: Add test.
5712
5713 2019-05-03 Tom de Vries <tdevries@suse.de>
5714
5715 * boards/cc-with-gdb-index.exp: New file.
5716
5717 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
5718
5719 * gdb.rust/simple.exp: Add new test case.
5720 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
5721 (main): Initialise an instance of the new struct.
5722
5723 2019-05-01 Tom Tromey <tromey@adacore.com>
5724
5725 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
5726 record.
5727 (NPR): New variable.
5728 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
5729 test.
5730
5731 2019-05-01 Tom Tromey <tromey@adacore.com>
5732
5733 * gdb.ada/packed_array_assign.exp: Add packed assignment
5734 regression test.
5735
5736 2019-05-01 Tom de Vries <tdevries@suse.de>
5737
5738 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
5739
5740 2019-05-01 Tom de Vries <tdevries@suse.de>
5741
5742 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
5743
5744 2019-04-30 Ali Tamur <tamur@google.com>
5745
5746 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
5747
5748 2019-04-30 Tom Tromey <tromey@adacore.com>
5749
5750 * lib/ada.exp (find_ada_tool): New proc.
5751 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
5752 * gdb.ada/catch_ex_std.exp: New file.
5753 * gdb.ada/catch_ex_std/foo.adb: New file.
5754 * gdb.ada/catch_ex_std/some_package.adb: New file.
5755 * gdb.ada/catch_ex_std/some_package.ads: New file.
5756
5757 2019-04-30 Tom Tromey <tromey@adacore.com>
5758
5759 PR c++/24470:
5760 * gdb.cp/temargs.cc: Add test code from PR.
5761
5762 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5763
5764 * gdb.fortran/vla-datatypes.exp: Update expected results.
5765 * gdb.fortran/vla-ptype.exp: Likewise.
5766 * gdb.fortran/vla-type.exp: Likewise.
5767 * gdb.fortran/vla-value.exp: Likewise.
5768
5769 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5770
5771 * gdb.fortran/ptr-indentation.exp: Update expected results.
5772 * gdb.fortran/ptype-on-functions.exp: Likewise.
5773 * gdb.fortran/vla-ptr-info.exp: Likewise.
5774 * gdb.fortran/vla-value.exp: Likewise.
5775
5776 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5777
5778 * gdb.fortran/ptype-on-functions.exp: New file.
5779 * gdb.fortran/ptype-on-functions.f90: New file.
5780
5781 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5782
5783 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
5784 case void string.
5785
5786 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5787
5788 * gdb.fortran/complex.exp: Expand.
5789 * gdb.fortran/complex.f: Renamed to...
5790 * gdb.fortran/complex.f90: ...this, and extended to add more
5791 complex values.
5792
5793 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5794
5795 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
5796 MODULO, CMPLX.
5797
5798 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
5799 Richard Bunt <richard.bunt@arm.com>
5800
5801 * gdb.base/max-depth.c: New file.
5802 * gdb.base/max-depth.exp: New file.
5803 * gdb.python/py-nested-maps.c: New file.
5804 * gdb.python/py-nested-maps.exp: New file.
5805 * gdb.python/py-nested-maps.py: New file.
5806 * gdb.python/py-format-string.exp (test_max_depth): New proc.
5807 (test_all_common): Call test_max_depth.
5808 * gdb.fortran/max-depth.exp: New file.
5809 * gdb.fortran/max-depth.f90: New file.
5810 * gdb.go/max-depth.exp: New file.
5811 * gdb.go/max-depth.go: New file.
5812 * gdb.modula2/max-depth.exp: New file.
5813 * gdb.modula2/max-depth.c: New file.
5814 * lib/gdb.exp (get_print_expr_at_depths): New proc.
5815
5816 2019-04-29 Tom de Vries <tdevries@suse.de>
5817
5818 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
5819
5820 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5821
5822 * gdb.base/callexit.exp: Test may-call-functions off.
5823
5824 2019-04-25 Keith Seitz <keiths@redhat.com>
5825
5826 PR c++/24367
5827 * gdb.cp/meth-typedefs.cc (incomplete_struct)
5828 (another_incomplete_struct, test_incomplete): New definitions.
5829 (main): Use new definitions.
5830 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
5831 functions.
5832
5833 2019-04-25 Ali Tamur <tamur@google.com>
5834
5835 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
5836
5837 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
5838
5839 PR corefiles/11608
5840 PR corefiles/18187
5841 * gdb.base/coredump-filter-build-id.exp: New file.
5842
5843 2019-04-25 Alan Hayward <alan.hayward@arm.com>
5844
5845 * Makefile.in: Pass through GDBSERVER_DEBUG.
5846 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
5847 (gdbserver,debug): Add board setting.
5848 * gdb.trace/tspeed.exp: Skip when debugging.
5849 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
5850 * lib/gdbserver-support.exp: Likewise
5851
5852 2019-04-24 Tom Tromey <tromey@adacore.com>
5853
5854 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
5855 Rust.
5856
5857 2019-04-24 Tom Tromey <tromey@adacore.com>
5858
5859 * gdb.arch/amd64-eval.exp: Test bitfield return.
5860 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
5861 (class Foo) <return_bitfields>: New method.
5862 (main): Call it.
5863
5864 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
5865
5866 * gdb.cp/many-args.cc: New file.
5867 * gdb.cp/many-args.exp: New file.
5868
5869 2019-04-23 Tom de Vries <tdevries@suse.de>
5870
5871 PR gdb/24433
5872 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
5873
5874 2019-04-23 Alan Hayward <alan.hayward@arm.com>
5875
5876 * gdb.trace/backtrace.exp: Use nopie flag.
5877 * gdb.trace/circ.exp: Likewise.
5878 * gdb.trace/collection.exp: Likewise.
5879 * gdb.trace/ftrace.exp: Likewise.
5880 * gdb.trace/mi-trace-unavailable.exp: Likewise.
5881 * gdb.trace/mi-traceframe-changed.exp: Likewise.
5882 * gdb.trace/qtro.exp: Likewise.
5883 * gdb.trace/read-memory.exp: Likewise.
5884 * gdb.trace/report.exp: Likewise.
5885 * gdb.trace/tfile.exp: Likewise.
5886 * gdb.trace/tfind.exp: Likewise.
5887 * gdb.trace/unavailable.exp: Likewise.
5888
5889 2019-04-22 Pedro Alves <palves@redhat.com>
5890
5891 * gdb.base/solib-probes-nosharedlibrary.c,
5892 gdb.base/solib-probes-nosharedlibrary.exp: New files.
5893
5894 2019-04-19 Tom Tromey <tromey@adacore.com>
5895
5896 * gdb.ada/ptype_union.c: New file.
5897 * gdb.ada/ptype_union.exp: New file.
5898
5899 2019-04-19 Tom Tromey <tromey@adacore.com>
5900
5901 PR symtab/24423:
5902 * gdb.base/list0.h (foo): Add a control-l character.
5903
5904 2019-04-18 Tom de Vries <tdevries@suse.de>
5905
5906 PR gdb/24433
5907 * boards/local-board.exp: Set sysroot to "".
5908
5909 2019-04-18 Tom de Vries <tdevries@suse.de>
5910 Pedro Alves <palves@redhat.com>
5911
5912 PR gdb/24454
5913 * gdb.threads/vfork-follow-child-exec.c: New file.
5914 * gdb.threads/vfork-follow-child-exec.exp: New file.
5915 * gdb.threads/vfork-follow-child-exit.c: New file.
5916 * gdb.threads/vfork-follow-child-exit.exp: New file.
5917
5918 2019-04-15 Leszek Swirski <leszeks@google.com>
5919
5920 * gdb.arch/amd64-eval.cc: New file.
5921 * gdb.arch/amd64-eval.exp: New file.
5922
5923 2019-04-11 Alan Hayward <alan.hayward@arm.com>
5924
5925 * gdb.server/sysroot.c: New test.
5926 * gdb.server/sysroot.exp: New file.
5927 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
5928 matching param.
5929
5930 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
5931
5932 * gdb.base/align.exp: Extend test to cover structures containing
5933 only static fields.
5934
5935 2019-04-11 Tom de Vries <tdevries@suse.de>
5936
5937 * boards/cc-with-dwz-m.exp: New file.
5938 * boards/cc-with-dwz.exp: New file.
5939 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
5940
5941 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
5942
5943 * gdb.base/start-cpp.exp: New file.
5944 * gdb.base/start-cpp.cc: New file.
5945
5946 2019-04-08 Kevin Buettner <kevinb@redhat.com>
5947
5948 * gdb.python/py-thrhandle.exp: Adjust tests to call
5949 thread_from_handle instead of thread_from_thread_handle.
5950
5951 2019-04-08 Kevin Buettner <kevinb@redhat.com>
5952
5953 * gdb.python/py-thrhandle.exp: Add tests for
5954 gdb.InferiorThread.handle.
5955
5956 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5957
5958 * gdb.python/py-function.exp: Check calling helper function from
5959 all languages.
5960 * lib/gdb.exp (gdb_supported_languages): New proc.
5961
5962 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5963
5964 * gdb.base/complex-parts.c: New file.
5965 * gdb.base/complex-parts.exp: New file.
5966
5967 2019-04-01 Tom Tromey <tromey@adacore.com>
5968
5969 PR symtab/23331:
5970 * gdb.dwarf2/dw2-ranges-main.c: New file.
5971 * gdb.dwarf2/dw2-ranges-psym.c: New file.
5972 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
5973
5974 2019-03-30 Simon Marchi <simark@simark.ca>
5975
5976 * gdb.base/default.exp: Add values for $_gdb_major and
5977 $_gdb_minor.
5978
5979 2019-03-29 Tom Tromey <tromey@adacore.com>
5980
5981 * gdb.base/help.exp: Tighten apropos regexp.
5982
5983 2019-03-29 Keith Seitz <keiths@redhat.com>
5984
5985 * gdb.fortran/array-bounds.exp: New file.
5986 * gdb.fortran/array-bounds.f90: New file.
5987
5988 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5989
5990 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
5991
5992 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5993
5994 * gdb.multi/hello.c (main): Increase alarm timer.
5995
5996 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
5997
5998 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
5999 factor when no hardware watchpoint support.
6000
6001 2019-03-28 Alan Hayward <alan.hayward@arm.com>
6002 Pedro Alves <palves@redhat.com>
6003
6004 * boards/local-board.exp: set sysroot to /.
6005
6006 2019-03-27 Alan Hayward <alan.hayward@arm.com>
6007
6008 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
6009 in child.
6010
6011 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
6012
6013 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
6014 field.
6015 (make_container): Initialise new field.
6016 * gdb.python/py-prettyprint.exp: Add new tests.
6017 * gdb.python/py-prettyprint.py (class ContainerPrinter)
6018 <display_hint>: New method.
6019
6020 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
6021
6022 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
6023 gdb_continue_to_breakpoint more throughout this test.
6024 (run_lang_tests) Supply unique test names, and use
6025 gdb_test_no_output.
6026
6027 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
6028
6029 * gdb.base/finish-pretty.exp: Update expected results.
6030 * gdb.base/pretty-print.c: New file.
6031 * gdb.base/pretty-print.exp: New file.
6032
6033 2019-03-25 Pedro Alves <palves@redhat.com>
6034
6035 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
6036 move comments outside list. Append '-i "" eof' section.
6037
6038 2019-03-22 Alan Hayward <alan.hayward@arm.com>
6039
6040 PR testsuite/25016
6041 * README: Add pie options.
6042 * gdb.base/break-interp.exp: Ensure pie is disabled.
6043 * gdb.base/dump.exp: Likewise.
6044 * lib/gdb.exp (gdb_compile): Add pie option.
6045
6046 2019-03-19 Tom Tromey <tromey@adacore.com>
6047
6048 * gdb.mi/mi2-cli-display.c: New file.
6049 * gdb.mi/mi2-cli-display.exp: New file.
6050
6051 2019-03-18 Joel Brobecker <brobecker@adacore.com>
6052 Tom Tromey <tromey@adacore.com>
6053
6054 * gdb.ada/ptype_array/pck.adb: New file.
6055 * gdb.ada/ptype_array/pck.ads: New file.
6056 * gdb.ada/ptype_array/foo.adb: New file.
6057 * gdb.ada/ptype_array.exp: New file.
6058
6059 2019-03-14 Tom Tromey <tromey@adacore.com>
6060
6061 * gdb.base/style.exp: Add "set style sources" test.
6062
6063 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
6064
6065 * mi-breakpoint-location-ena-dis.exp: Rename to ...
6066 * mi-breakpoint-multiple-locations.exp: ... this.
6067 (make_breakpoints_pattern): New proc.
6068 (do_test): Add mi_version parameter, test -break-insert,
6069 -break-info and =breakpoint-created.
6070
6071 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
6072
6073 * config/default.exp: Remove 'load_lib gdb.exp'.
6074 * config/monitor.exp: Likewise.
6075 * config/sid.exp: Likewise.
6076 * config/sim.exp: Likewise.
6077 * config/slite.exp: Likewise.
6078 * config/unix.exp: Likewise.
6079 * gdb.base/default.exp: Remove unhelpful comment.
6080
6081 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6082
6083 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
6084
6085 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6086
6087 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
6088
6089 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6090
6091 * gdb.fortran/type-kinds.exp: Update expected results.
6092
6093 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6094
6095 * gdb.fortran/type-kinds.exp: Test new integer type kind.
6096
6097 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6098
6099 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
6100 function.
6101 (test_basic_parsing_of_type_kinds): Expand types tested.
6102 (test_parsing_invalid_type_kinds): New function.
6103
6104 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6105
6106 * gdb.fortran/intrinsics.exp: New file.
6107 * gdb.fortran/intrinsics.f90: New file.
6108 * gdb.fortran/type-kinds.exp: New file.
6109
6110 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6111
6112 * gdb.fortran/dot-ops.exp: New file.
6113
6114 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6115
6116 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
6117 Check upper and lower case logical literals.
6118
6119 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6120
6121 * gdb.fortran/types.exp (test_float_literal_types_accepted):
6122 Remove duplicate tests.
6123
6124 2019-03-06 Alan Hayward <alan.hayward@arm.com>
6125
6126 * lib/gdb.exp (builtin_cd): rename of cd.
6127 (cd): Override builtin.
6128
6129 2019-03-06 Richard Bunt <richard.bunt@arm.com>
6130
6131 * gdb.fortran/function-calls.exp: New file.
6132 * gdb.fortran/function-calls.f90: New test.
6133
6134 2019-03-04 Richard Bunt <richard.bunt@arm.com>
6135
6136 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
6137 on user program standard output.
6138 * gdb.fortran/short-circuit-argument-list.f90: Record function
6139 calls.
6140
6141 2019-02-28 Alan Hayward <alan.hayward@arm.com>
6142
6143 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
6144 failure.
6145
6146 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6147
6148 PR gdb/8527
6149 * gdb.base/interrupt-daemon-attach.c,
6150 gdb.base/interrupt-daemon-attach.exp: New test.
6151
6152 2019-02-27 Pedro Alves <palves@redhat.com>
6153
6154 * gdb.base/page.exp: Add tests for "set width/height -1".
6155
6156 2019-02-27 Pedro Alves <palves@redhat.com>
6157
6158 * gdb.base/page.exp: Add tests for "set/show width/height" with
6159 "infinite" values.
6160
6161 2019-02-27 Tom Tromey <tromey@adacore.com>
6162
6163 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
6164 2.4.
6165 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
6166 workaround.
6167
6168 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
6169
6170 * gdb.base/align.exp: Extend to compile in both C and C++, and add
6171 tests for structs with static members.
6172
6173 2019-02-26 Tom Tromey <tromey@adacore.com>
6174
6175 * gdb.python/py-value.exp (test_value_from_buffer): Check for
6176 ValueError, not TypeError.
6177
6178 2019-02-26 Kevin Buettner <kevinb@redhat.com>
6179
6180 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
6181 call from main program.
6182
6183 2019-02-23 Joel Brobecker <brobecker@adacore.com>
6184
6185 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
6186 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
6187 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
6188 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
6189 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
6190
6191 2019-02-22 Keith Seitz <keiths@redhat.com>
6192
6193 PR symtab/23853
6194 * gdb.base/symlink-sourcefile.c: New file.
6195 * gdb.base/symlink-sourcefile.exp: New file.
6196
6197 2019-02-20 Tom Tromey <tom@tromey.com>
6198
6199 * gdb.base/info_qt.exp: Update.
6200
6201 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
6202
6203 * gdb.base/source.exp: Move "error in sourced script" code to
6204 the end.
6205 * gdb.base/source-error.gdb: Move contents to
6206 source-error-1.gdb. Add new code to source source-error-1.gdb.
6207 * gdb.base/source-error-1.gdb: New file, from previous
6208 source-error.gdb.
6209
6210 2019-02-17 Tom Tromey <tom@tromey.com>
6211
6212 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
6213 for macro styling.
6214 * gdb.base/style.c (SOME_MACRO): New macro.
6215
6216 2019-02-17 Tom Tromey <tom@tromey.com>
6217
6218 * gdb.base/style.exp: Add line-wrapping tests.
6219 * gdb.base/page.exp: Add test for quitting during pagination.
6220
6221 2019-02-17 Joel Brobecker <brobecker@adacore.com>
6222
6223 * gdb.ada/big_packed_array: New testcase.
6224 * gdb.ada/homonym.exp: Fix incorrect expected output for
6225 "break <homonym__get_value>" test.
6226
6227 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
6228
6229 PR breakpoints/21870
6230 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
6231 and prepare_for_testing. Add comment.
6232 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
6233 redundant cleanup call. Clean up comment.
6234
6235 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
6236
6237 PR breakpoints/21870
6238 * gdb.arch/aarch64-dbreg-contents.exp: New file.
6239 * gdb.arch/aarch64-dbreg-contents.c: New file.
6240
6241 2019-02-10 Joel Brobecker <brobecker@adacore.com>
6242
6243 * gdb.ada/mi_ref_changeable: New testcase.
6244
6245 2019-02-07 Alan Hayward <alan.hayward@arm.com>
6246
6247 * gdb.base/attach.exp: Add double attach test.
6248
6249 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
6250
6251 * lib/gdb.exp (default_gdb_start): Don't match pagination
6252 prompt.
6253 (gdb_init): Set stty_init.
6254
6255 2019-01-27 Tom Tromey <tom@tromey.com>
6256
6257 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
6258 skip_python_tests.
6259
6260 2019-01-24 Alan Hayward <alan.hayward@arm.com>
6261
6262 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
6263 New structure.
6264 (struct struct_static_02_02): Likewise.
6265 (struct struct_static_02_03): Likewise.
6266 (struct struct_static_02_04): Likewise.
6267 (struct struct_static_04_01): Likewise.
6268 (struct struct_static_04_02): Likewise.
6269 (struct struct_static_04_03): Likewise.
6270 (struct struct_static_04_04): Likewise.
6271 (struct struct_static_06_01): Likewise.
6272 (struct struct_static_06_02): Likewise.
6273 (struct struct_static_06_03): Likewise.
6274 (struct struct_static_06_04): Likewise.
6275 (cmp_struct_static_02_01): Likewise.
6276 (cmp_struct_static_02_02): Likewise.
6277 (cmp_struct_static_02_03): Likewise.
6278 (cmp_struct_static_02_04): Likewise.
6279 (cmp_struct_static_04_01): Likewise.
6280 (cmp_struct_static_04_02): Likewise.
6281 (cmp_struct_static_04_03): Likewise.
6282 (cmp_struct_static_04_04): Likewise.
6283 (cmp_struct_static_06_01): Likewise.
6284 (cmp_struct_static_06_02): Likewise.
6285 (cmp_struct_static_06_03): Likewise.
6286 (cmp_struct_static_06_04): Likewise.
6287 (call_all): Test new structs.
6288 * gdb.base/infcall-nested-structs.exp: Likewise.
6289
6290 2019-01-21 Alan Hayward <alan.hayward@arm.com>
6291 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
6292
6293 2019-01-21 Alan Hayward <alan.hayward@arm.com>
6294 * gdb.base/stack-protector.c: New test.
6295 * gdb.base/stack-protector.exp: New file.
6296 * gdb.cp/ovldbreak.exp: Only allow a single break line.
6297 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
6298 option.
6299 (gdb_compile): Remove stack protector for GCC and prevent
6300 recursion.
6301
6302 2019-01-16 Keith Seitz <keiths@redhat.com>
6303
6304 PR gdb/23773
6305 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
6306
6307 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6308
6309 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
6310 aliases.
6311 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
6312 tests.
6313 * gdb.arch/powerpc-vector-regs.c: New file.
6314 * gdb.arch/powerpc-vector-regs.exp: New file.
6315
6316 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6317
6318 * gdb.arch/altivec-regs.exp: Fix the list passed to
6319 gdb_expect_list when testing "info vector".
6320
6321 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6322
6323 * gdb.base/style.exp: Don't include path in testname.
6324
6325 2019-01-10 Keith Seitz <keiths@redhat.com>
6326
6327 PR gdb/23712
6328 PR symtab/23010
6329 * gdb.dwarf2/multidictionary.exp: New file.
6330
6331 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
6332
6333 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
6334 (test_gnuv3_style_demangling): ... this.
6335 (test_lucid_style_demangling): Remove.
6336 (test_arm_style_demangling): Remove.
6337 (test_hp_style_demangling): Remove.
6338 (do_tests): Remove calls to the above.
6339
6340 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6341
6342 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
6343 case.
6344
6345 2019-01-06 Tom Tromey <tom@tromey.com>
6346
6347 PR gdb/28155:
6348 * gdb.dwarf2/typedef-void-finish.exp: New file.
6349
6350 2018-12-28 Tom Tromey <tom@tromey.com>
6351 Simon Marchi <simark@simark.ca>
6352
6353 * gdb.base/jit-exec.exp: New file.
6354 * gdb.base/jit-exec.c: New file.
6355 * gdb.base/jit-execd.c: New file.
6356
6357 2018-12-28 Tom Tromey <tom@tromey.com>
6358
6359 * gdb.base/style.exp: Update test to check for address styling.
6360
6361 2018-12-28 Tom Tromey <tom@tromey.com>
6362
6363 * gdb.base/style.exp: Add test for styling of "Reading symbols"
6364 message.
6365
6366 2018-12-28 Tom Tromey <tom@tromey.com>
6367
6368 * gdb.base/style.exp: Add test for version number styling.
6369
6370 2018-12-28 Tom Tromey <tom@tromey.com>
6371
6372 * gdb.base/style.exp: Add test for print_address_symbolic.
6373
6374 2018-12-28 Tom Tromey <tom@tromey.com>
6375
6376 * gdb.base/style.exp: Add test for breakpoint setting.
6377
6378 2018-12-28 Tom Tromey <tom@tromey.com>
6379
6380 * gdb.base/style.exp: Add test for variable names.
6381
6382 2018-12-28 Tom Tromey <tom@tromey.com>
6383
6384 * gdb.base/style.exp: New file.
6385 * gdb.base/style.c: New file.
6386
6387 2018-12-28 Tom Tromey <tom@tromey.com>
6388
6389 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
6390 "dumb".
6391 * gdb.base/readline.exp (operate_and_get_next): Save and restore
6392 the TERM environment variable.
6393
6394 2018-12-27 Tom Tromey <tom@tromey.com>
6395
6396 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
6397 pagination test.
6398
6399 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
6400
6401 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
6402 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
6403
6404 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6405
6406 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
6407 Filename a.adb changed to bp_fun_addr.adb.
6408 gdb.ada/bp_fun_addr.exp: Update test accordingly.
6409
6410 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
6411
6412 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
6413 non-PIE executables.
6414 * README: Mention the gdb,nopie_flag board setting.
6415 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
6416 non-PIE executable.
6417 * gdb.arch/amd64-entry-value.exp: Likewise.
6418 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
6419 * gdb.arch/i386-float.exp: Likewise.
6420 * gdb.arch/i386-signal.exp: Likewise.
6421 * gdb.mi/mi-reg-undefined.exp: Likewise.
6422
6423 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
6424
6425 PR gdb/23974
6426 * gdb.base/info-os.exp: Check return for unknown "info os" type.
6427
6428 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6429
6430 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
6431 Update order of results accordingly.
6432
6433 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
6434
6435 * gdb.base/annota1.exp: Update a test regexp.
6436
6437 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6438
6439 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
6440
6441 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6442
6443 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
6444 (reuse_time): Initialize to REUSE_TIME_CAP.
6445 (check_rc): New function.
6446 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
6447 Check pthread_create rc.
6448 (spawner_thread_func): Check pthread_create and pthread_join rc.
6449
6450 2018-12-08 Pedro Alves <palves@redhat.com>
6451
6452 * gdb.base/list.exp (test_forward_search): Rename to ...
6453 (test_forward_reverse_search): ... this. Also test reverse-search
6454 and the forward-search alias.
6455
6456 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
6457
6458 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
6459 local timeout variable before return, and remove all local timeout
6460 variable entirely.
6461 (gdb_load): Likewise.
6462
6463 2018-12-01 Tom de Vries <tdevries@suse.de>
6464
6465 * gdb.base/gdb-caching-proc.exp: New file.
6466
6467 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
6468
6469 * Makefile.in (TIMESTAMP): New variable.
6470 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
6471 command.
6472 (check-single-racy): Likewise.
6473 (check/%.exp): Likewise.
6474 (check-racy/%.exp): Likewise.
6475 (workers/%.worker): Likewise.
6476 (build-perf): Likewise.
6477 (check-perf): Likewise.
6478 * README: Describe new "TS" and "TS_FORMAT" variables.
6479 * print-ts.py: New file.
6480
6481 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
6482
6483 PR python/23714
6484 * gdb.python/python.exp: Test command repetition after
6485 gdb.execute.
6486
6487 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
6488
6489 * gdb.opt/inline-break.exp: Add test that info breakpoint output
6490 is correctly aligned.
6491
6492 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6493
6494 * gdb.ada/info_auto_lang.exp: New testcase.
6495 * gdb.ada/info_auto_lang/global_pack.ads: New file.
6496 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
6497 * gdb.ada/info_auto_lang/some_c.c: New file.
6498
6499 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6500
6501 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
6502 FUNC_lang language syntax.
6503
6504 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6505
6506 * gdb.base/info_minsym.c: New file.
6507 * gdb.base/info_minsym.exp: New file.
6508
6509 2018-11-19 Tom Tromey <tom@tromey.com>
6510
6511 PR rust/23625:
6512 * gdb.rust/simple.exp: Add ptype test. Update expected output.
6513 * gdb.rust/expr.exp: Update expected output. Change one test.
6514
6515 2018-11-19 Tom Tromey <tom@tromey.com>
6516
6517 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
6518
6519 2018-11-19 Pedro Alves <palves@redhat.com>
6520
6521 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
6522 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
6523 see the expected warning.
6524
6525 2018-11-16 Alan Hayward <alan.hayward@arm.com>
6526
6527 PR gdb/22736:
6528 * gdb.cp/infcall-nodebug-lib.c: New test.
6529 * gdb.cp/infcall-nodebug-main.c: New test.
6530 * gdb.cp/infcall-nodebug.exp: New file.
6531
6532 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
6533
6534 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
6535 completer tests.
6536
6537 2018-11-09 Tom de Vries <tdevries@suse.de>
6538
6539 * gdb.base/msym-lang.c: New test.
6540 * gdb.base/msym-lang.exp: New file.
6541 * gdb.base/msym-lang-main.c: New test.
6542
6543 2018-11-08 Tom Tromey <tom@tromey.com>
6544
6545 PR gdb/23555:
6546 PR gdb/23838:
6547 * gdb.base/warning.exp: New file.
6548
6549 2018-11-08 Jan Beulich <jbeulich@suse.com>
6550
6551 * testsuite/gdb.arch/i386-avx512.c,
6552 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
6553
6554 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
6555
6556 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
6557 point hardware.
6558
6559 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
6560
6561 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
6562 * gdb.dwarf2/missing-type-name.exp: New file.
6563
6564 2018-11-06 Tom de Vries <tdevries@suse.de>
6565
6566 * gdb.base/many-headers.c: New test.
6567 * gdb.base/many-headers.exp: New file.
6568
6569 2018-11-06 Jim Wilson <jimw@sifive.com>
6570
6571 * gdb.base/code_elim.exp: For riscv, set additional_flags
6572 to include -msmall-data-limit=0.
6573
6574 2018-11-01 Joel Brobecker <brobecker@adacore.com>
6575
6576 * gdb.ada/watch_minus_l: New testcase.
6577
6578 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
6579
6580 * gdb.arch/aix-sighandle.c: New file.
6581 * gdb.arch/aix-sighandle.exp: New file.
6582
6583 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6584
6585 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
6586 registers being unions.
6587
6588 2018-10-31 Tom de Vries <tdevries@suse.de>
6589
6590 * lib/valgrind.exp: New file.
6591 (vgdb_start, vgdb_stop): New procs, factored out of ...
6592 * gdb.base/valgrind-bt.exp: ... here, ...
6593 * gdb.base/valgrind-disp-step.exp: ... here and ...
6594 * gdb.base/valgrind-infcall.exp: ... here.
6595
6596 2018-10-31 Tom de Vries <tdevries@suse.de>
6597
6598 * lib/gdb.exp (get_valueof): Don't output read value in test name.
6599
6600 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6601
6602 * gdb.dwarf2/void-type.c: New file.
6603 * gdb.dwarf2/void-type.exp: New file.
6604
6605 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6606
6607 * gdb.base/info_qt.c: New file.
6608 * gdb.base/info_qt.exp: New file.
6609
6610 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6611
6612 * gdb.arch/powerpc-htm-regs.c: New file.
6613 * gdb.arch/powerpc-htm-regs.exp: New file.
6614
6615 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6616
6617 * gdb.arch/powerpc-tar.c: New file.
6618 * gdb.arch/powerpc-tar.exp: New file.
6619
6620 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6621
6622 * gdb.arch/powerpc-ppr-dscr.c: New file.
6623 * gdb.arch/powerpc-ppr-dscr.exp: New file.
6624
6625 2018-10-25 Tom de Vries <tdevries@suse.de>
6626
6627 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
6628
6629 2018-10-24 Tom de Vries <tdevries@suse.de>
6630
6631 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
6632 longer exists error.
6633
6634 2018-10-24 Tom de Vries <tdevries@suse.de>
6635
6636 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
6637
6638 2018-10-24 Tom de Vries <tdevries@suse.de>
6639
6640 * gdb.base/valgrind-db-attach.exp: Handle removed support for
6641 --db-attach in valgrind.
6642
6643 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
6644
6645 * gdb.arch/riscv-reg-aliases.c: New file.
6646 * gdb.arch/riscv-reg-aliases.exp: New file.
6647
6648 2018-10-19 Alan Hayward <alan.hayward@arm.com>
6649
6650 * gdb.python/py-cmd.exp: Check for gdb_prompt.
6651
6652 2018-10-19 Alan Hayward <alan.hayward@arm.com>
6653
6654 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
6655
6656 2018-10-19 Alan Hayward <alan.hayward@arm.com>
6657
6658 * gdb.cp/ovldbreak.exp: Fix regexps.
6659
6660 2018-10-19 Alan Hayward <alan.hayward@arm.com>
6661
6662 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
6663
6664 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
6665
6666 PR cli/23785
6667 * gdb.base/restore.exp: New test to check if "restore" with an
6668 invalid file doesn't segfault.
6669
6670 2018-10-18 Tom de Vries <tdevries@suse.de>
6671
6672 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
6673 * gdb.ada/excep_handle.exp: Same.
6674 * gdb.ada/mi_string_access.exp: Same.
6675 * gdb.ada/mi_var_union.exp: Same.
6676 * gdb.arch/arc-analyze-prologue.exp: Same.
6677 * gdb.arch/arc-decode-insn.exp: Same.
6678 * gdb.base/readnever.exp: Same.
6679 * gdb.fortran/printing-types.exp: Same.
6680 * gdb.guile/scm-lazy-string.exp: Same.
6681
6682 2018-10-16 Tom de Vries <tdevries@suse.de>
6683
6684 PR gdb/23730
6685 * gdb.base/catch-follow-exec.c: Add copyright notice.
6686 * gdb.base/catch-follow-exec.exp: Rewrite to use
6687 gdb_spawn_with_cmdline_opts. Require gdb-native.
6688
6689 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
6690
6691 * gdb.trace/actions-changed.exp: Check for arch support.
6692 * gdb.trace/actions.exp: Likewise.
6693 * gdb.trace/ax.exp: Likewise.
6694 * gdb.trace/backtrace.exp: Likewise.
6695 * gdb.trace/change-loc.exp: Likewise.
6696 * gdb.trace/deltrace.exp: Likewise.
6697 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
6698 * gdb.trace/ftrace.exp: Likewise.
6699 * gdb.trace/infotrace.exp: Check for arch support.
6700 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
6701 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
6702 * gdb.trace/mi-tsv-changed.exp: Likewise.
6703 * gdb.trace/packetlen.exp: Likewise.
6704 * gdb.trace/passc-dyn.exp: Likewise.
6705 * gdb.trace/passcount.exp: Likewise.
6706 * gdb.trace/pending.exp: Likewise.
6707 * gdb.trace/range-stepping.exp: Check for shlib support.
6708 * gdb.trace/report.exp: Check for arch support.
6709 * gdb.trace/save-trace.exp: Likewise.
6710 * gdb.trace/signal.exp: Check for signal support.
6711 * gdb.trace/tfind.exp: Check for arch support.
6712 * gdb.trace/trace-break.exp: Check for arch and shlib support.
6713 * gdb.trace/trace-common.h: Add comment.
6714 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
6715 * gdb.trace/trace-enable-disable.exp: Likewise.
6716 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
6717 * gdb.trace/tracecmd.exp: Check for arch support.
6718 * gdb.trace/tspeed.exp: Check for shlib and target support.
6719 * gdb.trace/tstatus.exp: Check for arch support.
6720 * gdb.trace/tsv.exp: Likewise.
6721 * gdb.trace/while-dyn.exp: Likewise.
6722 * gdb.trace/while-stepping.exp: Likewise.
6723 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
6724
6725 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
6726
6727 * gdb.trace/tspeed.exp: Remove nowarnings.
6728 (prepare_for_trace_test): Declare "global ipalib".
6729 * gdb.trace/tspeed.c: Include unistd.h.
6730 (main): Remove superfluous printf argument.
6731
6732 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
6733
6734 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
6735 directory prefix on the filename.
6736
6737 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
6738
6739 * gdb.gdb/unittest.exp: Update expected message informing that
6740 selftests have been disabled.
6741 * gdb.server/unittest.exp: Likewise.
6742
6743 2018-10-09 Tom de Vries <tdevries@suse.de>
6744
6745 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
6746 with runto_main.
6747
6748 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
6749
6750 PR c++/16841
6751 * gdb.cp/virtbase2.cc: New file.
6752 * gdb.cp/virtbase2.exp: New file.
6753
6754 2018-10-06 Tom Tromey <tom@tromey.com>
6755
6756 PR python/19399:
6757 * gdb.python/py-inferior.exp: Add architecture test.
6758
6759 2018-10-06 Tom Tromey <tom@tromey.com>
6760
6761 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
6762 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
6763
6764 2018-10-06 Tom Tromey <tom@tromey.com>
6765
6766 * gdb.python/py-breakpoint.exp (check_last_event): Check location
6767 of a "throw" catchpoint.
6768
6769 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
6770
6771 * gdb.base/info-proc.exp: Update string expected from "help info
6772 proc".
6773
6774 2018-10-04 Tom Tromey <tom@tromey.com>
6775
6776 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
6777 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
6778 (test_initial_complaints, test_empty_complaints): Update.
6779 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6780
6781 2018-10-04 Tom Tromey <tom@tromey.com>
6782
6783 PR cli/19551:
6784 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
6785 * lib/gdb.exp (gdb_file_cmd): Update.
6786 * gdb.stabs/weird.exp (print_weird_var): Update.
6787 * gdb.server/solib-list.exp: Update.
6788 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
6789 * gdb.mi/mi-cli.exp: Update.
6790 * gdb.linespec/linespec.exp: Update.
6791 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6792 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
6793 * gdb.cp/cp-relocate.exp: Update.
6794 * gdb.base/sym-file.exp: Update.
6795 * gdb.base/relocate.exp: Update.
6796 * gdb.base/readnever.exp: Update.
6797 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6798 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
6799 * gdb.base/dbx.exp (gdb_file_cmd): Update.
6800 * gdb.base/code_elim.exp: Update.
6801 * gdb.base/break-unload-file.exp (test_break): Update.
6802 * gdb.base/break-interp.exp (test_attach_gdb): Update.
6803 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
6804 Update.
6805 * gdb.base/attach.exp (do_attach_tests): Update.
6806 * gdb.base/sepdebug.exp: Update.
6807 * gdb.python/py-section-script.exp: Update.
6808
6809 2018-10-04 Tom Tromey <tom@tromey.com>
6810
6811 PR cli/22234:
6812 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
6813 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
6814 output.
6815
6816 2018-10-04 Tom Tromey <tom@tromey.com>
6817
6818 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
6819 set width and height to 0.
6820 (test_command_line_attach_run): Use -quiet.
6821
6822 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
6823
6824 * lib/gdb.exp (skip_ifunc_tests): New.
6825 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
6826 other compile failures.
6827 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
6828
6829 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
6830
6831 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
6832 is_amd64_regs_target.
6833
6834 2018-10-01 Alan Hayward <alan.hayward@arm.com>
6835
6836 * gdb.arch/aarch64-sighandler-regs.c: New test.
6837 * gdb.arch/aarch64-sighandler-regs.exp: New file.
6838 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
6839
6840 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
6841
6842 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
6843 assembly.
6844
6845 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
6846
6847 * gdb.base/frame-selection.exp: New file.
6848 * gdb.base/frame-selection.c: New file.
6849
6850 2018-09-27 Alan Hayward <alan.hayward@arm.com>
6851
6852 * gdb.threads/check-libthread-db.c (thread_routine): Use a
6853 pthread barrier.
6854 (main): Likewise.
6855
6856 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
6857
6858 * gdb.base/large-frame-1.c: New file.
6859 * gdb.base/large-frame-2.c: New file.
6860 * gdb.base/large-frame.exp: New file.
6861 * gdb.base/large-frame.h: New file.
6862
6863 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
6864
6865 PR gdb/20948
6866 * gdb.base/write_mem.exp: New test.
6867 * gdb.base/write_mem.c: Likewise.
6868
6869 2018-09-23 Tom Tromey <tom@tromey.com>
6870
6871 PR python/18852:
6872 * gdb.python/py-parameter.exp: Add test for parameter that throws
6873 on "set".
6874
6875 2018-09-23 Tom Tromey <tom@tromey.com>
6876
6877 PR python/17284:
6878 * gdb.python/py-template.exp (test_template_arg): Add test for
6879 negative template argument number.
6880
6881 2018-09-23 Tom Tromey <tom@tromey.com>
6882
6883 PR python/14062:
6884 * gdb.python/python.exp: Add test for post_event error.
6885
6886 2018-09-23 Tom Tromey <tom@tromey.com>
6887
6888 PR python/18170:
6889 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
6890 convert pointers to int and long.
6891
6892 2018-09-23 Tom Tromey <tom@tromey.com>
6893
6894 PR python/20126:
6895 * gdb.python/py-value.exp (test_value_numeric_ops): Add
6896 signed-ness conversion tests.
6897
6898 2018-09-23 Tom Tromey <tom@tromey.com>
6899
6900 PR python/18352;
6901 * gdb.python/py-value.exp (test_float_conversion): New proc.
6902 Use it.
6903
6904 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
6905
6906 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
6907
6908 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
6909
6910 * gdb.base/complete-empty.exp: Skip tab-completion tests if
6911 no readline.
6912 * gdb.base/utf8-identifiers.exp: Likewise.
6913 * gdb.cp/cpcompletion.exp: Likewise.
6914 * gdb.linespec/cpcompletion.exp: Likewise.
6915 * gdb.linespec/cpls-abi-tag.exp: Likewise.
6916 * gdb.linespec/cpls-ops.exp: Likewise.
6917
6918 2018-09-19 Richard Bunt <richard.bunt@arm.com>
6919 Chris January <chris.january@arm.com>
6920
6921 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
6922 * gdb.fortran/short-circuit-argument-list.exp: New file.
6923 * gdb.fortran/short-circuit-argument-list.f90: New test.
6924
6925 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6926
6927 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
6928 "arch=" keyword when executing "-stack-list-frames".
6929
6930 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6931
6932 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
6933 "arch=" keyword when executing "-stack-list-frames".
6934
6935 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6936
6937 * gdb.ada/complete.exp: Expect for "@" when doing "complete
6938 break ada".
6939
6940 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
6941
6942 PR python/23669
6943 * gdb.python/python.exp: Test gdb.execute("show commands").
6944
6945 2018-09-16 Tom Tromey <tom@tromey.com>
6946
6947 * gdb.base/new-ui.exp (do_execution_tests): Update.
6948 * gdb.base/dbx.exp (test_breakpoints): Update.
6949
6950 2018-09-14 Alan Hayward <alan.hayward@arm.com>
6951
6952 * lib/gdb.exp (gdb_simple_compile): Add proc.
6953 (is_elf_target): Use gdb_simple_compile.
6954 (skip_altivec_tests): Likewise.
6955 (skip_vsx_tests): Likewise.
6956 (skip_tsx_tests): Likewise.
6957 (skip_btrace_tests): Likewise.
6958 (skip_btrace_pt_tests): Likewise.
6959 (gdb_can_simple_compile): Likewise.
6960 (gdb_has_argv0): Likewise.
6961 (gdb_target_symbol_prefix): Likewise.
6962 (target_supports_scheduler_locking): Likewise.
6963
6964 2018-09-13 Tom Tromey <tom@tromey.com>
6965
6966 * Makefile.in (TAGS): Recognize proc_with_prefix and
6967 gdb_caching_proc.
6968
6969 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6970
6971 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
6972 method.
6973
6974 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6975
6976 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
6977 and a few other Inferior properties when the Inferior is no
6978 longer valid.
6979
6980 2018-09-13 Tom Tromey <tom@tromey.com>
6981
6982 PR rust/23650:
6983 * gdb.rust/simple.exp: Add test for enum field access error.
6984
6985 2018-09-13 Tom Tromey <tom@tromey.com>
6986
6987 PR rust/23626:
6988 * gdb.rust/simple.rs (EmptyEnum): New type.
6989 (main): Use it.
6990 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
6991
6992 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6993
6994 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
6995 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
6996 * gdb.python/py-symtab.exp: Update test printing an objfile.
6997
6998 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
6999
7000 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
7001 object.
7002
7003 2018-09-12 Alan Hayward <alan.hayward@arm.com>
7004
7005 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
7006 (support_complex_tests): Use gdb_can_simple_compile.
7007 (is_ilp32_target): Likewise.
7008 (is_lp64_target): Likewise.
7009 (is_64_target): Likewise.
7010 (is_amd64_regs_target): Likewise.
7011 (is_aarch32_target): Likewise.
7012 (gdb_int128_helper): Likewise.
7013
7014 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7015
7016 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
7017
7018 2018-09-10 Jerome Guitton <guitton@adacore.com>
7019
7020 * gdb.ada/same_component_name: Add test for case of tagged record
7021 with variable-length fields.
7022
7023 2018-09-10 Xavier Roirand <roirand@adacore.com>
7024
7025 * gdb.ada/access_to_unbounded_array.exp: New testcase.
7026 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
7027 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
7028 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
7029
7030 2018-09-10 Xavier Roirand <roirand@adacore.com>
7031
7032 * gdb.ada/mi_string_access.exp: New testcase.
7033 * gdb.ada/mi_string_access/bar.adb: New file.
7034 * gdb.ada/mi_string_access/pck.adb: New file.
7035 * gdb.ada/mi_string_access/pck.asd: New file.
7036
7037 2018-09-10 Xavier Roirand <roirand@adacore.com>
7038
7039 * gdb.ada/mi_var_union.exp: New testcase.
7040 * gdb.ada/mi_var_union/bar.adb: New file.
7041 * gdb.ada/mi_var_union/pck.adb: New file.
7042 * gdb.ada/mi_var_union/pck.asd: New file.
7043
7044 2018-09-08 Tom Tromey <tom@tromey.com>
7045
7046 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
7047
7048 2018-09-08 Tom Tromey <tom@tromey.com>
7049
7050 PR python/16047:
7051 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
7052 (register_pretty_printers): Register new printer.
7053 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
7054 test.
7055 * gdb.python/py-prettyprint.c (int_type3): New typedef.
7056 (an_int_type3): New global.
7057
7058 2018-09-08 Joel Brobecker <brobecker@adacore.com>
7059
7060 * gdb.ada/expr_with_funcall: New testcase.
7061
7062 2018-09-08 Joel Brobecker <brobecker@adacore.com>
7063
7064 * gdb.ada/packed_array_assign: New testcase.
7065
7066 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
7067
7068 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
7069 names, and add test prefixes to make test names unique.
7070
7071 2018-09-05 Tom de Vries <tdevries@suse.de>
7072
7073 * gdb.dwarf2/varval.exp: Add test.
7074
7075 2018-09-04 Gary Benson <gbenson@redhat.com>
7076
7077 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
7078 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
7079
7080 2018-08-31 Tom Tromey <tom@tromey.com>
7081
7082 * gdb.rust/simple.rs: Rename second variable "v".
7083
7084 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
7085
7086 * gdb.base/funcargs.c (use_a): New function.
7087 (recurse): Call use_a.
7088
7089 2018-08-29 Keith Seitz <keiths@redhat.com>
7090
7091 * gdb.compile/compile-cplus-anonymous.cc: New file.
7092 * gdb.compile/compile-cplus-anonymous.exp: New file.
7093 * gdb.compile/compile-cplus-array-decay.cc: New file.
7094 * gdb.compile/compile-cplus-array-decay.exp: New file.
7095 * gdb.compile/compile-cplus-inherit.cc: New file.
7096 * gdb.compile/compile-cplus-inherit.exp: New file.
7097 * gdb.compile/compile-cplus-member.cc: New file.
7098 * gdb.compile/compile-cplus-member.exp: New file.
7099 * gdb.compile/compile-cplus-method.cc: New file.
7100 * gdb.compile/compile-cplus-method.exp: New file.
7101 * gdb.compile/compile-cplus-mod.c: "New" file.
7102 * gdb.compile/compile-cplus-namespace.cc: New file.
7103 * gdb.compile/compile-cplus-namespace.exp: New file.
7104 * gdb.compile/compile-cplus-nested.cc: New file.
7105 * gdb.compile/compile-cplus-nested.exp: New file.
7106 * gdb.compile/compile-cplus-print.c: "New" file.
7107 * gdb.compile/compile-cplus-print.exp: "New" file.
7108 * gdb.compile/compile-cplus-virtual.cc: New file.
7109 * gdb.compile/compile-cplus-virtual.exp: New file.
7110 * gdb.compile/compile-cplus.c: "New" file.
7111 * gdb.compile/compile-cplus.exp: "New" file.
7112 * lib/compile-support.exp: New file.
7113
7114 2018-08-16 Gary Benson <gbenson@redhat.com>
7115
7116 PR gdb/13000:
7117 * gdb.base/batch-exit-status.exp: New file.
7118 * gdb.base/batch-exit-status.good-commands: Likewise.
7119 * gdb.base/batch-exit-status.bad-commands: Likewise.
7120
7121 2018-08-29 Alan Hayward <alan.hayward@arm.com>
7122
7123 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
7124 (struct struct02): Likewise.
7125 (struct struct03): Likewise.
7126 (struct struct04): Likewise.
7127 (struct struct_01_01): New struct.
7128 (struct struct_01_02): Likewise.
7129 (struct struct_01_03): Likewise.
7130 (struct struct_01_04): Likewise.
7131 (struct struct_02_01): Likewise.
7132 (struct struct_02_02): Likewise.
7133 (struct struct_02_03): Likewise.
7134 (struct struct_02_04): Likewise.
7135 (struct struct_04_01): Likewise.
7136 (struct struct_04_02): Likewise.
7137 (struct struct_04_03): Likewise.
7138 (struct struct_04_04): Likewise.
7139 (struct struct_05_01): Likewise.
7140 (struct struct_05_02): Likewise.
7141 (struct struct_05_03): Likewise.
7142 (struct struct_05_04): Likewise.
7143 (cmp_struct01): Remove function.
7144 (cmp_struct02): Likewise.
7145 (cmp_struct03): Likewise.
7146 (cmp_struct04): Likewise.
7147 (cmp_struct_01_01): Add Function.
7148 (cmp_struct_01_02): Likewise.
7149 (cmp_struct_01_03): Likewise.
7150 (cmp_struct_01_04): Likewise.
7151 (cmp_struct_02_01): Likewise.
7152 (cmp_struct_02_02): Likewise.
7153 (cmp_struct_02_03): Likewise.
7154 (cmp_struct_02_04): Likewise.
7155 (cmp_struct_04_01): Likewise.
7156 (cmp_struct_04_02): Likewise.
7157 (cmp_struct_04_03): Likewise.
7158 (cmp_struct_04_04): Likewise.
7159 (cmp_struct_05_01): Likewise.
7160 (cmp_struct_05_02): Likewise.
7161 (cmp_struct_05_03): Likewise.
7162 (cmp_struct_05_04): Likewise.
7163 (call_all): Add new structs.
7164 * gdb.base/infcall-nested-structs.exp: Likewise.
7165
7166 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
7167
7168 * gdb.python/py-framefilter-mi.exp: Update regexp to
7169 check for "arch" field in frame output.
7170
7171 2018-08-23 Kevin Buettner <kevinb@redhat.com>
7172
7173 * gdb.dwarf2/dw2-ranges-func.c: New file.
7174 * gdb.dwarf2/dw2-ranges-func.exp: New file.
7175
7176 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
7177
7178 * gdb.base/term.exp: Compare terminal settings with values from
7179 the inferior.
7180 * gdb.base/term.c: Get and set terminal settings.
7181
7182 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
7183
7184 * lib/mi-support.exp (mi_expect_stop): Update regexp to
7185 accommodate new "arch" field in frame output.
7186 * gdb.mi/mi-return.exp: Likewise.
7187 * gdb.mi/mi-stack.exp: Likewise.
7188 * gdb.mi/mi-syn-frame.exp: Likewise.
7189 * gdb.mi/user-selected-context-sync.exp: Likewise.
7190
7191 2018-08-19 Michael Spang <spang@google.com>
7192
7193 PR gdb/11786
7194 * gdb.base/gcore-tls-pie.c: New file.
7195 * gdb.base/gcore-tls-pie.exp: New file.
7196
7197 2018-08-18 Kevin Buettner <kevinb@redhat.com>
7198
7199 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7200 * gdb.dwarf2/varval.c: New file.
7201 * gdb.dwarf2/varval.exp: New file.
7202
7203 2018-08-17 Alan Hayward <alan.hayward@arm.com>
7204
7205 PR gdb/18931
7206 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
7207
7208 2018-08-16 Keith Seitz <keiths@redhat.com>
7209
7210 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
7211 tests expected to pass.
7212
7213 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
7214
7215 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
7216 -data-disassemble -a.
7217 (test_disassembly_bogus_args): Likewise.
7218
7219 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
7220
7221 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
7222
7223 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
7224
7225 * gdb.base/vla-optimized-out.exp: Add new test.
7226
7227 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
7228
7229 * gdb.base/vla-optimized-out-o3.exp: Delete.
7230 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
7231 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
7232 deleted tests.
7233
7234 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
7235
7236 PR gdb/18050:
7237 * gdb.server/extended-remote-restart.c: New file.
7238 * gdb.server/extended-remote-restart.exp: New file.
7239
7240 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
7241
7242 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
7243 "set variable index = 42".
7244
7245 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
7246
7247 * boards/index-cache-gdb.exp: New file.
7248 * gdb.dwarf2/index-cache.exp: New file.
7249 * gdb.dwarf2/index-cache.c: New file.
7250 * gdb.base/maint.exp: Check if we are using the index cache.
7251
7252 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7253
7254 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
7255 MAKEFLAGS.
7256
7257 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7258
7259 * dg-extract-results.sh: Move to toplevel contrib.
7260 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
7261 * Makefile.in (check-parallel-racy): Likewise.
7262
7263 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
7264
7265 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
7266 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
7267 tests if the target supports scheduler locking.
7268
7269 2018-08-04 Tom de Vries <tdevries@suse.de>
7270
7271 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
7272
7273 2018-08-02 Tom Tromey <tom@tromey.com>
7274
7275 PR symtab/16842.
7276 * gdb.cp/temargs.exp: Test "info address" of a template
7277 parameter.
7278
7279 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
7280
7281 * gdb.python/py-mi-var-info-path-expression.c: New file.
7282 * gdb.python/py-mi-var-info-path-expression.py: New file.
7283 * gdb.python/py-mi-var-info-path-expression.exp: New file.
7284
7285 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
7286
7287 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
7288 error after "cannot resolve name" string.
7289
7290 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
7291
7292 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
7293 started.
7294 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
7295
7296 2018-07-28 Tom de Vries <tdevries@suse.de>
7297
7298 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
7299
7300 2018-07-26 Tom de Vries <tdevries@suse.de>
7301
7302 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
7303
7304 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
7305
7306 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
7307 is visible.
7308
7309 2018-07-26 Tom de Vries <tdevries@suse.de>
7310
7311 PR breakpoints/23366
7312 * gdb.base/catch-follow-exec.c: New test.
7313 * gdb.base/catch-follow-exec.exp: New file.
7314
7315 2018-07-25 Tom de Vries <tdevries@suse.de>
7316
7317 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
7318 vla-optimized-out.c.
7319
7320 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
7321
7322 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
7323 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
7324
7325 2018-07-20 Tom de Vries <tdevries@suse.de>
7326
7327 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
7328 NOCLONE macro.
7329 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
7330
7331 2018-07-19 Tom de Vries <tdevries@suse.de>
7332
7333 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
7334 regular expression.
7335
7336 2018-07-18 Tom de Vries <tdevries@suse.de>
7337
7338 * gdb.base/vla-optimized-out.c: New test.
7339 * gdb.base/vla-optimized-out.exp: New file.
7340
7341 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
7342
7343 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
7344 message "No address associated with hostname" when gdbserver
7345 cannot resolve the hostname.
7346
7347 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7348
7349 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
7350 Add some test prefixes to make tests unique.
7351
7352 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7353
7354 * gdb.base/frameapply.c: New file.
7355 * gdb.base/frameapply.exp: New file.
7356
7357 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7358
7359 * gdb.base/skip.exp: Update expected error message.
7360
7361 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7362 Jan Kratochvil <jan.kratochvil@redhat.com>
7363 Paul Fertser <fercerpav@gmail.com>
7364 Tsutomu Seki <sekiriki@gmail.com>
7365
7366 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
7367 parameter.
7368 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
7369 by default.
7370 * boards/native-gdbserver.exp: Likewise.
7371 * gdb.server/run-without-local-binary.exp: Improve regexp used
7372 for detecting when a remote debugging connection succeeds.
7373 * gdb.server/server-connect.exp: New file.
7374 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
7375 Do not prefix the port number with ":".
7376 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
7377 support for detecting and using it. Add '$debughost_gdbserver'
7378 to the list of arguments used to start gdbserver. Handle case
7379 when gdbserver cannot resolve a network name.
7380
7381 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7382
7383 PR c++/23373
7384 * gdb.base/ptype-offsets.cc (struct static_member): New
7385 struct.
7386 (main) <stmember>: New variable.
7387 * gdb.base/ptype-offsets.exp: Add test for printing a struct
7388 with a static member in it.
7389
7390 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
7391
7392 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
7393 watchpoints enabled and disabled.
7394
7395 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7396
7397 * gdb.base/examine-backward.exp: Still run tests around address
7398 0x0, even if address 0x0 is not readable. Update the pattern for
7399 matching address 0x0 in expected output.
7400
7401 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7402
7403 * gdb.base/share-env-with-gdbserver.c (main): Add call to
7404 malloc/free.
7405
7406 2018-07-04 Tom de Vries <tdevries@suse.de>
7407
7408 * gdb.dwarf2/dw2-error.exp: Update expected error message.
7409
7410 2018-07-02 Maciej W. Rozycki <macro@mips.com>
7411
7412 PR tdep/8282
7413 * gdb.arch/mips-disassembler-options.exp: New test.
7414 * gdb.arch/mips-disassembler-options.s: New test source.
7415
7416 2018-06-29 Pedro Alves <palves@redhat.com>
7417
7418 * gdb.threads/names.exp: Adjust expected "info threads" output.
7419
7420 2018-06-29 Pedro Alves <palves@redhat.com>
7421
7422 * gdb.opt/inline-break.exp (line number, address): Add "info
7423 break" tests.
7424
7425 2018-06-29 Pedro Alves <palves@redhat.com>
7426
7427 * gdb.opt/inline-break.c (func1): Add "break here" marker.
7428 * gdb.opt/inline-break.exp: Test setting breakpoints by line
7429 number and address and running to them.
7430
7431 2018-06-29 Richard Bunt <richard.bunt@arm.com>
7432
7433 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
7434
7435 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7436
7437 * lib/compiler.c: Remove executable permission flag.
7438
7439 2018-06-28 Richard Bunt <richard.bunt@arm.com>
7440
7441 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
7442 code.
7443 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
7444
7445 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
7446
7447 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
7448
7449 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
7450
7451 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
7452 address argument is omitted.
7453
7454 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
7455
7456 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
7457
7458 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
7459
7460 PR gdb/21695
7461 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
7462 * gdb.base/infoline-reloc-main-from-zero.c: New file.
7463
7464 2018-06-26 Tom Tromey <tom@tromey.com>
7465
7466 PR rust/22574:
7467 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
7468 * gdb.rust/simple.rs (struct SimpleLayout): New.
7469
7470 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
7471
7472 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
7473 "info registers" output.
7474
7475 2018-06-21 Richard Bunt <richard.bunt@arm.com>
7476
7477 * gdb.base/watchpoint-hw-attach.c: New test.
7478 * gdb.base/watchpoint-hw-attach.exp: New file.
7479
7480 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
7481
7482 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
7483 through /bin/sh.
7484 * boards/dwarf4-gdb-index.exp: Likewise.
7485 * boards/fission-dwp.exp: Likewise.
7486
7487 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
7488
7489 * gdb.base/float128.exp: Add comment and improved fail message
7490 to the failure case of "print large128" test.
7491
7492 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
7493
7494 * configure.ac: Remove AC_PREREQ.
7495 * configure: Re-generate.
7496
7497 2018-06-19 Pedro Alves <palves@redhat.com>
7498
7499 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
7500 (func_extern_caller): New.
7501 (main): Call func_extern_caller.
7502 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
7503 logic change.
7504
7505 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
7506
7507 PR gdb/16841
7508 * gdb.cp/typedef-base.cc: New file.
7509 * gdb.cp/typedef-base.exp: New file.
7510
7511 2018-06-18 Tom de Vries <tdevries@suse.de>
7512
7513 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
7514
7515 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
7516 Richard Bunt <Richard.Bunt@arm.com>
7517
7518 * gdb.threads/attach-slow-waitpid.c: New file.
7519 * gdb.threads/attach-slow-waitpid.exp: New file.
7520 * gdb.threads/slow-waitpid.c: New file.
7521
7522 2018-06-14 Pedro Alves <palves@redhat.com>
7523
7524 * gdb.base/fork-running-state.c: Include <errno.h>.
7525 (exit_if_relative_exits): New.
7526 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
7527 exits.
7528 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
7529 child exits.
7530
7531 2018-06-14 Tom de Vries <tdevries@suse.de>
7532
7533 PR cli/22573
7534 * gdb.base/finish-pretty.c: New test.
7535 * gdb.base/finish-pretty.exp: New file.
7536
7537 2018-06-14 Pedro Alves <palves@redhat.com>
7538
7539 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
7540 gdb's expected startup output.
7541
7542 2018-06-14 Pedro Alves <palves@redhat.com>
7543
7544 * lib/selftest-support.exp (selftest_setup): Remove inlined
7545 function handling.
7546
7547 2018-06-14 Tom de Vries <tdevries@suse.de>
7548
7549 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
7550 matching of breakpoint printing.
7551
7552 2018-06-13 Tom de Vries <tdevries@suse.de>
7553
7554 PR testsuite/23269
7555 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
7556 (fork_child): ... here, and ...
7557 (fork_parent): ... here.
7558
7559 2018-06-12 Tom de Vries <tdevries@suse.de>
7560
7561 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
7562
7563 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
7564 Stephen Roberts <stephen.roberts@arm.com>
7565
7566 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
7567 rewrite test to describe action performed, rather than possible
7568 failure.
7569
7570 2018-06-08 Gary Benson <gbenson@redhat.com>
7571
7572 * gdb.threads/check-libthread-db.exp: New file.
7573 * gdb.threads/check-libthread-db.c: Likewise.
7574
7575 2018-06-05 Tom Tromey <tom@tromey.com>
7576
7577 * gdb.base/default.exp: Update expected "show version" output.
7578
7579 2018-06-05 Tom Tromey <tom@tromey.com>
7580
7581 PR cli/12326:
7582 * gdb.cp/static-print-quit.exp: Update.
7583 * lib/gdb.exp (pagination_prompt): Update.
7584 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
7585 * gdb.python/python.exp: Update.
7586
7587 2018-06-04 Joel Brobecker <brobecker@adacore.com>
7588
7589 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
7590
7591 2018-06-01 Joel Brobecker <brobecker@adacore.com>
7592
7593 * gdb.ada/bp_fun_addr: New testcase.
7594
7595 2018-06-01 Tom Tromey <tom@tromey.com>
7596
7597 * gdb.xml/tdesc-regs.exp (load_description): Update expected
7598 results.
7599 * gdb.dwarf2/method-ptr.exp: Set language to C++.
7600 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
7601 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
7602 * gdb.base/maint.exp (maint_pass_if): Update.
7603
7604 2018-05-31 Maciej W. Rozycki <macro@mips.com>
7605
7606 * gdb.base/endian.exp: New test.
7607 * gdb.base/endian.c: New test source.
7608
7609 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
7610
7611 PR gdb/23203
7612 * gdb.base/bt-selected-frame.c: New file.
7613 * gdb.base/bt-selected-frame.exp: New file.
7614 * lib/gdb.exp (get_current_frame_number): New function.
7615
7616 2018-05-24 Maciej W. Rozycki <macro@mips.com>
7617 Pedro Alves <palves@redhat.com>
7618
7619 * gdb.threads/tls-core.c: Include <stdlib.h>
7620 (thread_proc): Call `abort'.
7621 * gdb.threads/tls-core.exp: Generate a core with core_find too.
7622 (tls_core_test): New procedure, bits factored out from ...
7623 (top level): ... here. Test both native cores and gcore cores.
7624
7625 2018-05-23 Tom Tromey <tom@tromey.com>
7626
7627 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
7628
7629 2018-05-23 Tom Tromey <tom@tromey.com>
7630
7631 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
7632 symfile_complaints.
7633 (test_short_complaints): Likewise.
7634 (test_empty_complaints): Likewise.
7635 (test_initial_complaints): Update.
7636
7637 2018-05-23 Tom Tromey <tom@tromey.com>
7638
7639 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
7640
7641 2018-05-23 Tom Tromey <tom@tromey.com>
7642
7643 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
7644 (test_short_complaints): Update.
7645
7646 2018-05-22 Pedro Alves <palves@redhat.com>
7647
7648 * gdb.base/remote.exp: Only gdb_start after compiling the
7649 testcase. Issue "disconnect" before testing "set remote" command
7650 defaults. Issue clean_restart before running to main.
7651
7652 2018-05-22 Pedro Alves <palves@redhat.com>
7653
7654 * gdb.base/remote.exp: Adjust expected output of "show remote
7655 memory-write-packet-size". Add tests for "set remote
7656 memory-write-packet-size 0" and "set remote
7657 memory-write-packet-size fixed/limit".
7658
7659 2018-05-22 Pedro Alves <palves@redhat.com>
7660
7661 PR gdb/22973
7662 * gdb.base/utf8-identifiers.c: New file.
7663 * gdb.base/utf8-identifiers.exp: New file.
7664
7665 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7666
7667 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
7668
7669 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7670
7671 * gdb.arch/powerpc-vsx-gcore.exp: New file.
7672
7673 2018-05-18 Tom Tromey <tom@tromey.com>
7674
7675 * gdb.base/ptype-offsets.exp: Update.
7676
7677 2018-05-17 Keith Seitz <keiths@redhat.com>
7678
7679 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
7680 in expected breakpoint stop locations.
7681 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
7682 move to proper scope to test variable values.
7683 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
7684 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
7685 New functions.
7686 (main): Call not_inline_func3.
7687 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
7688 inline_func1, inline_func2, and inline_func3. Test that when each
7689 breakpoint is hit, GDB properly reports both the stop location
7690 and the backtrace. Repeat tests for temporary breakpoints.
7691
7692 2018-05-15 Maciej W. Rozycki <macro@mips.com>
7693
7694 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
7695 rather then trying to access it in determining whether the PID
7696 of `gdbserver' could have been retrieved.
7697
7698 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
7699
7700 * gdb.arch/amd64-init-x87-values.S: New file.
7701 * gdb.arch/amd64-init-x87-values.exp: New file.
7702
7703 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7704
7705 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
7706
7707 2018-05-04 Tom Tromey <tom@tromey.com>
7708
7709 PR python/22730:
7710 * gdb.python/python.exp: Test multi-line execute.
7711
7712 2018-05-04 Tom Tromey <tom@tromey.com>
7713
7714 PR python/22731:
7715 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
7716
7717 2018-05-04 Tom Tromey <tom@tromey.com>
7718
7719 PR gdb/11750:
7720 * gdb.base/define.exp: Test defining a user command inside a user
7721 command.
7722 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
7723
7724 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7725 Pedro Alves <palves@redhat.com>
7726
7727 PR breakpoints/19806 and support for PR external/20207.
7728 * gdb.base/watchpoint-unaligned.c: New file.
7729 * gdb.base/watchpoint-unaligned.exp: New file.
7730
7731 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7732
7733 * gdb.base/maint.exp: Make test names unique, use
7734 test_prefix_command_help to test 'help maint info', and remove
7735 repeated test of 'help maint'.
7736
7737 2018-05-04 Tom Tromey <tom@tromey.com>
7738
7739 PR gdb/22619:
7740 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
7741 behavior.
7742
7743 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7744
7745 * gdb.base/maint.exp: Process output from 'maint print registers'
7746 line at a time.
7747
7748 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7749
7750 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
7751 timeout.
7752
7753 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
7754
7755 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
7756 filter pattern.
7757
7758 2018-05-02 Pedro Alves <palves@redhat.com>
7759
7760 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
7761 to_log_command renames.
7762 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
7763
7764 2018-05-02 Tom Tromey <tom@tromey.com>
7765
7766 * gdb.python/py-parameter.exp: Set test message.
7767
7768 2018-05-02 Tom Tromey <tom@tromey.com>
7769
7770 PR python/20084:
7771 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
7772 PARAM_ZUINTEGER_UNLIMITED tests.
7773
7774 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
7775
7776 PR rust/23124
7777 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
7778 when casting.
7779
7780 2018-04-30 Tom Tromey <tom@tromey.com>
7781
7782 * gdb.python/py-type.exp: Check align attribute.
7783 * gdb.python/py-type.c: New "aligncheck" global.
7784
7785 2018-04-30 Tom Tromey <tom@tromey.com>
7786
7787 PR exp/17095:
7788 * gdb.dwarf2/dw2-align.exp: New file.
7789 * gdb.cp/align.exp: New file.
7790 * gdb.base/align.exp: New file.
7791 * lib/gdb.exp (gdb_int128_helper): New proc.
7792 (has_int128_c, has_int128_cxx): New caching procs.
7793
7794 2018-04-27 Tom Tromey <tom@tromey.com>
7795
7796 PR rust/22545:
7797 * gdb.rust/simple.exp: Add inclusive range tests.
7798
7799 2018-04-26 Pedro Alves <palves@redhat.com>
7800
7801 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
7802 ifunc breakpoint locations correctly of ifunc breakpoints set
7803 while the program resolves the ifunc.
7804
7805 2018-04-26 Pedro Alves <palves@redhat.com>
7806
7807 * gdb.base/gnu-ifunc-final.c: New file.
7808 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
7809 * gdb.base/gnu-ifunc.exp (executable): Delete.
7810 (staticexecutable): Adjust.
7811 (lib_opts, exec_opts): Delete.
7812 (make_binsuffix, build, set-break): New procedures.
7813 (misc_tests): New, with tests factored out from the top level.
7814 (top level): Test different combinations of ifunc resolver name,
7815 resolver with and with debug info, and ifunc target with and
7816 without debug info. Wrap static tests with with_target_prefix.
7817
7818 2018-04-26 Pedro Alves <palves@redhat.com>
7819
7820 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
7821 return type" warnings.
7822
7823 2018-04-25 Pedro Alves <palves@redhat.com>
7824
7825 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
7826 killed".
7827 * gdb.base/kill-after-signal.exp: Likewise.
7828 * gdb.threads/kill.exp: Likewise.
7829
7830 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7831 Sergio Durigan Junior <sergiodj@redhat.com>
7832 Pedro Alves <palves@redhat.com>
7833
7834 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
7835 regexps to expect for '[Inferior ... detached]' as well.
7836 * gdb.base/attach.exp: Likewise.
7837 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
7838 "gdb_continue_to_end".
7839 (test_catch_syscall_with_wrong_args): Likewise.
7840 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
7841 ']'. Don't set 'verbose' on.
7842 * gdb.base/foll-vfork.exp: Likewise.
7843 * gdb.base/fork-print-inferior-events.c: New file.
7844 * gdb.base/fork-print-inferior-events.exp: New file.
7845 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
7846 '[Inferior ... has been killed]' message.
7847 * gdb.base/kill-after-signal.exp: Likewise.
7848 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
7849 detach message.
7850 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
7851 message.
7852 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
7853 regexps to expect for '[Inferior ... detached]' as well.
7854 * gdb.threads/process-dies-while-detaching.exp: Likewise.
7855
7856 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
7857
7858 PR gdb/23104
7859 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
7860
7861 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
7862
7863 PR gdb/23095
7864 * gdb.base/break-probes.exp: Pass shlib_load to
7865 prepare_for_testing. Set normal_bp to r_debug_state if target is
7866 bsd.
7867
7868 2018-04-19 Richard Bunt <richard.bunt@arm.com>
7869
7870 * gdb.threads/multiple-successive-infcall.c: New test.
7871 * gdb.threads/multiple-successive-infcall.exp: New file.
7872
7873 2018-04-17 Tom Tromey <tom@tromey.com>
7874
7875 * gdb.rust/simple.rs (Union): New type.
7876 (main): New local "u".
7877 * gdb.rust/simple.exp (test_one_slice): Add new test case.
7878
7879 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7880
7881 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
7882 number information in output of "whereis" command.
7883 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
7884
7885 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7886
7887 * gdb.ada/info_types.exp: Adjust expected output to the line
7888 numbers now printed by "info var/func/type".
7889 * gdb.base/completion.exp: Likewise.
7890 * gdb.base/included.exp: Likewise.
7891 * gdb.cp/cp-relocate.exp: Likewise.
7892 * gdb.cp/cplusfuncs.exp: Likewise.
7893 * gdb.cp/namespace.exp: Likewise.
7894 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
7895
7896 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7897
7898 * gdb.btrace/cpu.exp: New.
7899
7900 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7901
7902 * gdb.base/step-indirect-call-thunk.exp: New.
7903 * gdb.base/step-indirect-call-thunk.c: New.
7904 * gdb.reverse/step-indirect-call-thunk.exp: New.
7905 * gdb.reverse/step-indirect-call-thunk.c: New.
7906
7907 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
7908
7909 * gdb.base/pie-fork.c: New file.
7910 * gdb.base/pie-fork.exp: New file.
7911
7912 2018-04-11 Tom Tromey <tom@tromey.com>
7913
7914 * gdb.rust/simple.exp: Add test for ".." struct initializer.
7915
7916 2018-04-10 Pedro Alves <palves@redhat.com>
7917
7918 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
7919 exits. Instead loop running forever.
7920 (fork_parent): Run forever too.
7921
7922 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7923
7924 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
7925 mi_continue_to_line.
7926 * gdb.mi/mi-stack.c (callee4): Add comment.
7927
7928 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7929
7930 * gdb.mi/mi-stack.exp: Fix indentation.
7931
7932 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7933
7934 PR gdb/22979
7935 * gdb.arch/amd64-osabi.exp: New file.
7936
7937 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7938
7939 PR gdb/22980
7940 * gdb.base/osabi.exp: New file.
7941
7942 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
7943
7944 * gdb.cp/static-typedef-print.exp: New file.
7945 * gdb.cp/static-typedef-print.cc: New file.
7946
7947 2018-03-27 Joel Brobecker <brobecker@adacore.com>
7948
7949 * gdb.ada/varsize_limit: New testcase.
7950
7951 2018-03-27 Joel Brobecker <brobecker@adacore.com>
7952
7953 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
7954
7955 * gdb.ada/notcplusplus: New testcase.
7956
7957 * gdb.base/c-linkage-name.c: New file.
7958 * gdb.base/c-linkage-name.exp: New testcase.
7959
7960 2018-03-26 Tom Tromey <tom@tromey.com>
7961
7962 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
7963 * gdb.python/py-framefilter.py (name_error): New global.
7964 (ErrorInName.function): Use name_error.
7965
7966 2018-03-26 Tom Tromey <tom@tromey.com>
7967
7968 PR backtrace/15582:
7969 * gdb.python/py-framefilter.exp: Add "bt hide" test.
7970
7971 2018-03-23 Keith Seitz <keiths@redhat.com>
7972
7973 PR c++/22968
7974 * gdb.cp/subtypes.exp: New file.
7975 * gdb.cp/subtypes.h: New file.
7976 * gdb.cp/subtypes.cc: New file.
7977 * gdb.cp/subtypes-2.cc: New file.
7978
7979 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7980
7981 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
7982 (done): Call '_exit' not 'exit' to avoid atexit handlers.
7983 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
7984 -nostartfiles when compiling the test. Confirm that all registers
7985 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
7986
7987 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7988
7989 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
7990 option, syntax was wrong anyway.
7991 * gdb.arch/arm-disp-step.exp: Likewise.
7992 * gdb.arch/sparc64-regs.exp: Likewise.
7993 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
7994 option, syntax was wrong anyway, switch to use
7995 prepare_for_testing.
7996 * gdb.arch/i386-disp-step.exp: Likewise.
7997
7998 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
7999
8000 * gdb.ada/exec_changed.exp: Replace "target_info exists
8001 use_gdb_stub" by "use_gdb_stub".
8002 * gdb.ada/start.exp: Likewise.
8003 * gdb.base/async-shell.exp: Likewise.
8004 * gdb.base/attach-pie-misread.exp: Likewise.
8005 * gdb.base/attach-wait-input.exp: Likewise.
8006 * gdb.base/break-entry.exp: Likewise.
8007 * gdb.base/break-interp.exp: Likewise.
8008 * gdb.base/dprintf-detach.exp: Likewise.
8009 * gdb.base/nostdlib.exp: Likewise.
8010 * gdb.base/solib-nodir.exp: Likewise.
8011 * gdb.base/statistics.exp: Likewise.
8012 * gdb.base/testenv.exp: Likewise.
8013 * gdb.mi/mi-exec-run.exp: Likewise.
8014 * gdb.mi/mi-start.exp: Likewise.
8015 * gdb.multi/dummy-frame-restore.exp: Likewise.
8016 * gdb.multi/multi-arch-exec.exp: Likewise.
8017 * gdb.multi/multi-arch.exp: Likewise.
8018 * gdb.multi/tids.exp: Likewise.
8019 * gdb.multi/watchpoint-multi.exp: Likewise.
8020 * gdb.python/py-events.exp: Likewise.
8021 * gdb.threads/attach-into-signal.exp: Likewise.
8022 * gdb.threads/attach-stopped.exp: Likewise.
8023 * gdb.threads/threadapply.exp: Likewise.
8024 * lib/selftest-support.exp: Likewise.
8025
8026 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
8027
8028 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
8029
8030 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
8031
8032 * gdb.perf/template-breakpoints.cc: New file.
8033 * gdb.perf/template-breakpoints.exp: New file.
8034 * gdb.perf/template-breakpoints.py: New file.
8035
8036 2018-03-19 Tom Tromey <tom@tromey.com>
8037
8038 * gdb.rust/simple.rs (main): Add local variables field1, field2,
8039 y0.
8040 * gdb.rust/simple.exp: Test bare identifier form of struct
8041 initializer.
8042
8043 2018-03-19 Tom Tromey <tom@tromey.com>
8044
8045 * gdb.gdb/observer.exp: Remove.
8046
8047 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8048
8049 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
8050 "qualified" option when setting breakpoints.
8051 * gdb.trace/backtrace.exp: Likewise.
8052 * gdb.trace/circ.exp: Likewise.
8053 * gdb.trace/collection.exp: Likewise.
8054 * gdb.trace/disconnected-tracing.exp: Likewise.
8055 * gdb.trace/ftrace-lock.exp: Likewise.
8056 * gdb.trace/ftrace.exp: Likewise.
8057 * gdb.trace/infotrace.exp: Likewise.
8058 * gdb.trace/packetlen.exp: Likewise.
8059 * gdb.trace/passc-dyn.exp: Likewise.
8060 * gdb.trace/qtro.exp: Likewise.
8061 * gdb.trace/read-memory.exp: Likewise.
8062 * gdb.trace/report.exp: Likewise.
8063 * gdb.trace/signal.exp: Likewise.
8064 * gdb.trace/status-stop.exp: Likewise.
8065 * gdb.trace/strace.exp: Likewise.
8066 * gdb.trace/tfind.exp: Likewise.
8067 * gdb.trace/trace-break.exp: Likewise.
8068 * gdb.trace/trace-condition.exp: Likewise.
8069 * gdb.trace/trace-mt.exp: Likewise.
8070 * gdb.trace/tstatus.exp: Likewise.
8071 * gdb.trace/tsv.exp: Likewise.
8072 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8073 * gdb.trace/unavailable.exp: Likewise.
8074 * gdb.trace/while-dyn.exp: Likewise.
8075
8076 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8077
8078 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
8079 that libinproctrace is copied to the target.
8080
8081 2018-03-14 Tom Tromey <tom@tromey.com>
8082
8083 PR cli/14977:
8084 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
8085 a null pointer.
8086 * gdb.base/wchar.exp: Likewise.
8087
8088 2018-03-14 Tom Tromey <tom@tromey.com>
8089
8090 PR cli/19918:
8091 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
8092 flag.
8093
8094 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
8095
8096 PR gdb/22841
8097 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
8098 "target" to remote_exec.
8099
8100 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
8101
8102 PR gdb/22841
8103 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
8104 ${board}_upload): Remove.
8105
8106 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
8107
8108 * gdb.cp/watch-cp.cc: New test.
8109 * gdb.cp/watch-cp.exp: New file.
8110
8111 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8112
8113 * gdb.base/infcall-nested-structs.exp: New file.
8114 * gdb.base/infcall-nested-structs.c: New file.
8115 * gdb.base/float.exp: Add riscv support.
8116
8117 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
8118
8119 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
8120 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
8121
8122 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
8123
8124 * gdb.server/abspath.exp: New file.
8125 * lib/gdb.exp (with_cwd): New procedure.
8126
8127 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
8128
8129 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
8130 use it.
8131 (gdb_is_target_remote_prompt): New proc.
8132 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
8133 (gdb_is_target_native): Pass prompt parameter to
8134 gdb_is_target_1.
8135
8136 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
8137
8138 * gdb.base/load-command.c: New file.
8139 * gdb.base/load-command.exp: New file.
8140 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
8141 (gdb_is_target_1): ...this, and generalize for other targets
8142 than just remote.
8143 (gdb_is_target_remote): Use gdb_is_target_1.
8144 (gdb_is_target_native): use gdb_is_target_1.
8145
8146 2018-02-26 Tom Tromey <tom@tromey.com>
8147
8148 PR python/16497:
8149 * gdb.python/py-framefilter.exp: Update test.
8150
8151 2018-02-26 Tom Tromey <tom@tromey.com>
8152
8153 * gdb.dwarf2/variant.c: New file.
8154 * gdb.dwarf2/variant.exp: New file.
8155
8156 2018-02-26 Tom Tromey <tom@tromey.com>
8157
8158 * gdb.rust/simple.exp: Accept more possible results in enum test.
8159
8160 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
8161
8162 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
8163 parentheses.
8164
8165 2018-02-23 Maciej W. Rozycki <macro@mips.com>
8166
8167 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
8168 name of a variable: $actual_linejj -> $actual_line.
8169
8170 2018-02-21 John Baldwin <jhb@FreeBSD.org>
8171
8172 * gdb.arch/amd64-i386-address.exp: Fix a typo.
8173
8174 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
8175
8176 * gdb.btrace/buffer-size.exp: Do not force BTS.
8177
8178 2018-02-14 Pedro Alves <palves@redhat.com>
8179
8180 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
8181 getting a "Quit".
8182
8183 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
8184
8185 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
8186 Fix test name.
8187
8188 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
8189
8190 * gdb.cp/m-static.exp: Check type of optimized out static
8191 member.
8192
8193 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
8194
8195 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
8196 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
8197
8198 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
8199 Leszek Swirski <leszeks@google.com>
8200
8201 * gdb.python/py-prettyprint.c
8202 (struct to_string_returns_value_inner,
8203 struct to_string_returns_value_wrapper): New.
8204 (main): Add tsrvw variable.
8205 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
8206 ToStringReturnsValueWrapper): New classes.
8207 (register_pretty_printers): Register new pretty-printers.
8208 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
8209 recursive pretty printer.
8210 * gdb.python/py-mi.exp: Likewise.
8211
8212 2018-02-01 Leszek Swirski <leszeks@google.com>
8213
8214 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
8215 functions with the same name as an include file are parsed
8216 correctly.
8217
8218 2018-02-01 Yao Qi <yao.qi@linaro.org>
8219
8220 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
8221 "\[^\r\n\]*".
8222
8223 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
8224
8225 * gdb.arch/powerpc-prologue-frame.s: New file.
8226 * gdb.arch/powerpc-prologue-frame.c: Likewise.
8227 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
8228
8229 2018-01-31 Joel Brobecker <brobecker@adacore.com>
8230
8231 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
8232
8233 2018-01-30 Pedro Alves <palves@redhat.com>
8234
8235 PR gdb/13211
8236 * gdb.base/interrupt-daemon.c: New.
8237 * gdb.base/interrupt-daemon.exp: New.
8238 * gdb.multi/multi-term-settings.c: New.
8239 * gdb.multi/multi-term-settings.exp: New.
8240
8241 2018-01-30 Joel Brobecker <brobecker@adacore.com>
8242
8243 * gdb.base/break.exp: Save the location where the breakpoint
8244 on break.c:47 was actually inserted when debugging the version
8245 compiled at -O2 and use it in the expected output of the "info
8246 break" test performed soon after.
8247
8248 2018-01-22 Pedro Alves <palves@redhat.com>
8249 Sergio Durigan Junior <sergiodj@redhat.com>
8250
8251 * gdb.base/whatis.exp: Add tests for 'set print object on' +
8252 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
8253
8254 2018-01-22 Joel Brobecker <brobecker@adacore.com>
8255
8256 * gdb.base/break-include.c, gdb.base/break-include.inc,
8257 gdb.base/break-include.exp: New files.
8258 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
8259 line number now being the actual line number where the breakpoint
8260 was inserted.
8261 * gdb.mi/mi-break.exp: Likewise.
8262 * gdb.mi/mi-reverse.exp: Likewise.
8263 * gdb.mi/mi-simplerun.exp: Ditto.
8264
8265 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
8266
8267 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
8268 varobj.
8269 * gdb.mi/mi-var-create-rtti.exp: Likewise.
8270
8271 2018-01-21 Don Breazeal <donb@codesourcery.com>
8272 Andrew Burgess <andrew.burgess@embecosm.com>
8273
8274 * gdb.mi/basics.c: Add new global.
8275 * gdb.mi/mi-frame-regs.exp: New file.
8276 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
8277 case.
8278
8279 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
8280
8281 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
8282 non-parameter, and on an unknown symbol.
8283
8284 2018-01-19 Tom Tromey <tom@tromey.com>
8285
8286 * gdb.rust/modules.rs (TWENTY_THREE): New global.
8287 * gdb.rust/modules.exp: Add ::-qualified lookup test.
8288
8289 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8290
8291 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
8292 setrlimit and chdir to int.
8293
8294 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8295
8296 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
8297 function.
8298 (my_tend): Likewise.
8299 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
8300 rationale of avoiding FP- and vector instructions.
8301
8302 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
8303
8304 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
8305 "info reg" with "\[ \t\]*".
8306 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
8307 "\[ \t\]+".
8308 * gdb.arch/s390-multiarch.exp: Ditto.
8309 * gdb.base/pc-fp.exp: Ditto.
8310 * gdb.reverse/i386-precsave.exp: Ditto.
8311 * gdb.reverse/i386-reverse.exp: Ditto.
8312 * gdb.reverse/i387-env-reverse.exp: Ditto.
8313 * gdb.reverse/i387-stack-reverse.exp: Ditto.
8314
8315 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
8316
8317 * lib/gdb.exp (gdb_compile): Re-enable use of
8318 universal_compile_options for languages other than Rust.
8319
8320 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
8321
8322 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
8323
8324 2018-01-17 Mike Gulick <mgulick@mathworks.com>
8325
8326 PR gdb/16577
8327 * gdb.base/solib-vanish.exp: New.
8328 * gdb.base/solib-vanish-main.c: New.
8329 * gdb.base/solib-vanish-lib1.c: New.
8330 * gdb.base/solib-vanish-lib2.c: New.
8331
8332 2018-01-17 Yao Qi <yao.qi@linaro.org>
8333
8334 * gdb.compile/compile.exp: Match the address printed for
8335 frame in the output of command "bt".
8336
8337 2018-01-15 Tom Tromey <tom@tromey.com>
8338
8339 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
8340 compute sp_reg.
8341
8342 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
8343
8344 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
8345 to prepare.
8346 (prepare): Return 0 on error, 1 on success.
8347
8348 2018-01-12 Pedro Alves <palves@redhat.com>
8349
8350 * gdb.base/continue-after-aborted-step-over.c: New.
8351 * gdb.base/continue-after-aborted-step-over.exp: New.
8352
8353 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
8354
8355 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
8356 options when not creating an executable.
8357
8358 2018-01-11 Pedro Alves <palves@redhat.com>
8359
8360 PR remote/22597
8361 * gdb.server/stop-reply-no-thread.c: New file.
8362 * gdb.server/stop-reply-no-thread.exp: New file.
8363
8364 2018-01-10 Pedro Alves <palves@redhat.com>
8365
8366 PR gdb/22670
8367 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
8368 functions too. Test setting breakpoints and printing C functions
8369 with no debug info too.
8370 * gdb.ada/bp_c_mixed_case/qux.c: New file.
8371
8372 2018-01-10 Pedro Alves <palves@redhat.com>
8373
8374 PR gdb/22670
8375 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
8376 a fail.
8377
8378 2018-01-10 Pedro Alves <palves@redhat.com>
8379
8380 PR gdb/22670
8381 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
8382
8383 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
8384
8385 * gdb.server/unittest.exp: Match the output in non-development
8386 mode.
8387
8388 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
8389
8390 * gdb.gdb/unittest.exp: Match output in non-development mode.
8391
8392 2018-01-08 Joel Brobecker <brobecker@adacore.com>
8393
8394 * gdb.ada/access_tagged_param.exp: Relax expected output
8395 for value of "ObjL" in "continue" to pck.inspect breakpoint
8396 test.
8397
8398 2018-01-08 Joel Brobecker <brobecker@adacore.com>
8399
8400 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
8401 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
8402
8403 2018-01-05 Pedro Alves <palves@redhat.com>
8404
8405 PR gdb/18653
8406 * gdb.base/libsegfault.exp: New.
8407
8408 2018-01-05 Joel Brobecker <brobecker@adacore.com>
8409
8410 PR gdb/22670
8411 * gdb.ada/access_tagged_param.exp: New file.
8412 * gdb.ada/access_tagged_param/foo.adb: New file.
8413
8414 2018-01-05 Pedro Alves <palves@redhat.com>
8415
8416 PR gdb/22670
8417 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
8418 exercise lower case too, and to exercise both full matching and
8419 wild matching.
8420
8421 2018-01-05 Joel Brobecker <brobecker@adacore.com>
8422
8423 * gdb.ada/rename_subscript_param: New testcase.
8424
8425 2018-01-05 Jerome Guitton <guitton@adacore.com>
8426
8427 * gdb.ada/arr_acc_idx_w_gap: New testcase.
8428
8429 2018-01-05 Joel Brobecker <brobecker@adacore.com>
8430
8431 * gdb.ada/convvar_comp: New testcase.
8432
8433 2018-01-05 Xavier Roirand <roirand@adacore.com>
8434
8435 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
8436 (My_Table): New global variable.
8437 * testsuite/gdb.ada/array_char_idx.exp: Add test.
8438
8439 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8440
8441 PR gdb/22670
8442 * gdb.ada/maint_with_ada: New testcase.
8443
8444 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8445
8446 PR gdb/22670
8447 * gdb.ada/bp_c_mixed_case: New testcase.
8448
8449 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8450
8451 PR gdb/22670
8452 * gdb.ada/complete.exp: Add "complete break ada" test.
8453
8454 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8455
8456 PR gdb/22670
8457 * gdb.ada/info_addr_mixed_case: New testcase.
8458
8459 2018-01-03 Xavier Roirand <roirand@adacore.com>
8460
8461 * gdb.ada/excep_handle.exp: New testcase.
8462 * gdb.ada/excep_handle/foo.adb: New file.
8463 * gdb.ada/excep_handle/pck.ads: New file.
8464
8465 2018-01-03 Joel Brobecker <brobecker@adacore.com>
8466
8467 * gdb.base/step-line.c: Add extra empty line in copyright header.
8468 * gdb.base/step-line.inp: Likewise.
8469
8470 2018-01-02 Joel Brobecker <brobecker@adacore.com>
8471
8472 * gdb.ada/dyn_stride.exp: Add slice test.
8473
8474 2018-01-02 Joel Brobecker <brobecker@adacore.com>
8475
8476 * gdb.ada/dyn_stride: New testcase.
8477
8478 2017-12-27 Stafford Horne <shorne@gmail.com>
8479
8480 * gdb.xml/extra-regs.xml: Add example foo reggroup.
8481 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
8482
8483 2017-12-27 Stafford Horne <shorne@gmail.com>
8484
8485 * gdb.base/reggroups.c: New file.
8486 * gdb.base/reggroups.exp: New file.
8487
8488 2017-12-18 Joel Brobecker <brobecker@adacore.com>
8489
8490 * gdb.dwarf2/ada-valprint-error.c: New file.
8491 * gdb.dwarf2/ada-valprint-error.exp: New file.
8492
8493 2017-12-18 Joel Brobecker <brobecker@adacore.com>
8494
8495 * gdb.ada/assign_arr: New testcase.
8496
8497 2017-12-18 Xavier Roirand <roirand@adacore.com>
8498
8499 * gdb.ada/funcall_ptr: New testcase.
8500
8501 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8502
8503 PR cli/16224
8504 * gdb.base/ptype-offsets.cc: New file.
8505 * gdb.base/ptype-offsets.exp: New file.
8506
8507 2017-12-15 Yao Qi <yao.qi@linaro.org>
8508
8509 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
8510 if XML is disabled.
8511
8512 2017-12-15 Xavier Roirand <roirand@adacore.com>
8513
8514 * gdb.ada/same_component_name: New testcase.
8515
8516 2017-12-14 Joel Brobecker <brobecker@adacore.com>
8517
8518 * gdb.ada/str_binop_equal: New testcase.
8519
8520 2017-12-14 Joel Brobecker <brobecker@adacore.com>
8521
8522 * gdb.ada/task_switch_in_core: New testcase.
8523
8524 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
8525
8526 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
8527 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
8528 call test_bkpt_qualified.
8529 (test_bkpt_qualified): New proc.
8530
8531 2017-12-13 Pedro Alves <palves@redhat.com>
8532
8533 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
8534 Tighten regexp by matching with an anchor.
8535
8536 2017-12-13 Pedro Alves <palves@redhat.com>
8537
8538 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
8539 ("expression with namespace"): New set of tests.
8540 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
8541 (Nested::Test_NS::qux): New.
8542 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
8543 defaults to 'start_quote_char' and 'end_quote_char' parameters.
8544
8545 2017-12-13 Joel Brobecker <brobecker@adacore.com>
8546
8547 * gdb.base/server-del-break.c: New file.
8548 * gdb.base/server-del-break.exp: New file.
8549
8550 2017-12-12 Stafford Horne <shorne@gmail.com>
8551
8552 * gdb.xml/tdesc-regs.exp: Add or1k support.
8553
8554 2017-12-12 Stafford Horne <shorne@gmail.com>
8555
8556 * gdb.base/bp-permanent.c: Define nop of or1k.
8557
8558 2017-12-11 Joel Brobecker <brobecker@adacore.com>
8559
8560 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
8561 output with components being reordered.
8562
8563 2017-12-11 Joel Brobecker <brobecker@adacore.com>
8564
8565 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
8566 output with components being reordered.
8567
8568 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8569 Pedro Alves <palves@redhat.com>
8570
8571 * gdb.base/maint.exp (check for .gdb_index): Check also for
8572 .debug_names.
8573 * gdb.dlang/watch-loc.c (.debug_aranges): New.
8574 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
8575 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
8576 (.gdb_index used after symbol reloading): Support also .debug_names.
8577 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
8578
8579 2017-12-08 Yao Qi <yao.qi@linaro.org>
8580
8581 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
8582 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
8583
8584 2017-12-08 Yao Qi <yao.qi@linaro.org>
8585
8586 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
8587 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
8588
8589 2017-12-08 Yao Qi <yao.qi@linaro.org>
8590
8591 * gdb.arch/aarch64-tagged-pointer.c: New file.
8592 * gdb.arch/aarch64-tagged-pointer.exp: New file.
8593
8594 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
8595
8596 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
8597 "int".
8598
8599 2017-12-07 Keith Seitz <keiths@redhat.com>
8600
8601 PR breakpoints/22569
8602 * gdb.linespec/ls-errs.exp: Change expected result of "break
8603 -source this file has spaces.c -line 3".
8604 Check that an explicit source file followed by whitespace is
8605 identified as an invalid explicit location.
8606
8607 2017-12-07 Keith Seitz <keiths@redhat.com>
8608
8609 * gdb.cp/nested-types.cc: New file.
8610 * gdb.cp/nested-types.exp: New file.
8611 * lib/cp-support.exp: Load data-structures.exp library.
8612 (debug_cp_test_ptype_class): New global.
8613 (cp_ptype_class_verbose, next_line): New procedures.
8614 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
8615 Add and document new return value.
8616 Switch the list of lines to a queue.
8617 Add support for new `type' key for nested type definitions.
8618 Add debugging/troubleshooting messages.
8619 * lib/data-structures.exp: New file.
8620
8621 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
8622
8623 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
8624 with proc_with_prefix, don't use with_test_prefix.
8625
8626 2017-12-07 Tom Tromey <tom@tromey.com>
8627
8628 * gdb.base/break.exp: Add test for empty "commands".
8629
8630 2017-12-07 Yao Qi <yao.qi@linaro.org>
8631
8632 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
8633 malloc and catch syscall.
8634
8635 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
8636
8637 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
8638 tests for explicit locations.
8639
8640 2017-12-06 Pedro Alves <palves@redhat.com>
8641
8642 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
8643 force-disabling XML descriptions.
8644
8645 2017-12-04 Pedro Alves <palves@redhat.com>
8646
8647 PR gdb/22499
8648 * gdb.arch/amd64-disp-step-avx.S: New file.
8649 * gdb.arch/amd64-disp-step-avx.exp: New file.
8650
8651 2017-12-03 Pedro Alves <palves@redhat.com>
8652
8653 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
8654 and <string.h>.
8655 (parent_function): Print distinct messages when waitpid fails, or
8656 the child exits with a signal, or the child exits for an unhandled
8657 reason.
8658 * gdb.threads/process-dies-while-detaching.exp
8659 (detach_and_expect_exit): New 'inf_output_re' parameter and use
8660 it. Wait for both inferior output and GDB's prompt. Use an
8661 indirect spawn id list.
8662 (do_detach): New parameter 'child_exit'. Use it to compute
8663 expected inferior output.
8664 (test_detach, test_detach_watch, test_detach_killed_outside):
8665 Adjust to pass down the expected child exit kind.
8666
8667 2017-12-01 Joel Brobecker <brobecker@adacore.com>
8668 Sergio Durigan Junior <sergiodj@redhat.com>
8669 Pedro Alves <palves@redhat.com>
8670
8671 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
8672
8673 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
8674
8675 * gdb.base/relocate.exp: Add tests to guarantee that arguments
8676 to 'symbol-file' and 'add-symbol-file' can be
8677 position-independent.
8678
8679 2017-12-01 Yao Qi <yao.qi@linaro.org>
8680
8681 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
8682 the URL in copyright header.
8683 * gdb.arch/aarch64-fp.exp: Likewise.
8684 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
8685 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
8686 * gdb.base/expand-psymtabs.exp: Likewise.
8687 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
8688 * gdb.fortran/common-block.exp: Likewise.
8689 * gdb.fortran/common-block.f90: Likewise.
8690 * gdb.fortran/logical.exp: Likewise.
8691 * gdb.fortran/vla-datatypes.f90: Likewise.
8692 * gdb.fortran/vla-sub.f90: Likewise.
8693
8694 2017-11-30 Joel Brobecker <brobecker@adacore.com>
8695
8696 * gdb.ada/repeat_dyn: New testcase.
8697
8698 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
8699
8700 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
8701 Update for changed thread numbering.
8702 * gdb.cell/bt.exp: Update for changed GDB output.
8703
8704 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
8705
8706 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
8707 setting isremote by hand.
8708 * boards/dwarf4-gdb-index.exp: Likewise.
8709 * boards/fission.exp: Likewise.
8710 * boards/stabs.exp: Likewise.
8711
8712 2017-11-30 Pedro Alves <palves@redhat.com>
8713
8714 * gdb.linespec/cpls-ops.exp
8715 (check_explicit_skips_function_argument): Extract the underlying
8716 type of size_t instead of hardcoding it.
8717
8718 2017-11-29 Pedro Alves <palves@redhat.com>
8719
8720 PR c++/19436
8721 * gdb.linespec/cpls-abi-tag.cc: New file.
8722 * gdb.linespec/cpls-abi-tag.exp: New file.
8723
8724 2017-11-29 Pedro Alves <palves@redhat.com>
8725
8726 * gdb.base/langs.exp: Use -qualified.
8727 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
8728 it.
8729 * gdb.cp/namespace.exp: Use -qualified.
8730 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
8731 (overload-3, template-overload, template-ret-type, const-overload)
8732 (const-overload-quoted, anon-ns, ambiguous-prefix): New
8733 procedures.
8734 (test_driver): Call them.
8735 * gdb.cp/save-bp-qualified.cc: New.
8736 * gdb.cp/save-bp-qualified.exp: New.
8737 * gdb.linespec/explicit.exp: Test -qualified.
8738 * lib/completion-support.exp (completion::explicit_opts_list): Add
8739 "-qualified".
8740 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
8741
8742 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
8743
8744 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
8745
8746 2017-11-29 Tom Tromey <tom@tromey.com>
8747
8748 * gdb.base/relocate.exp: Update invalid argument test.
8749 Add new tests for invalid arguments.
8750
8751 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8752
8753 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
8754 Return 0 as a long.
8755 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
8756
8757 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8758
8759 * gdb.cp/breakpoint.cc (bar): Set return type to void.
8760 * gdb.cp/psymtab-parameter.cc (func): Likewise.
8761 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
8762 func ().
8763 * gdb.cp/shadow.cc (B.func): Return 0.
8764
8765 2017-11-27 Joel Brobecker <brobecker@adacore.com>
8766
8767 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
8768 expected output in gdb_expect call to allow the exception
8769 message to be present as well. Fix syntax confusion to avoid
8770 TCL thinking that exception_name is an array.
8771
8772 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
8773
8774 * gdb.arch/spu-info.c: Include <unistd.h>.
8775 (do_signal_test): Fix broken calls to write.
8776 * gdb.arch/spu-info.exp: Use prepare_for_testing.
8777 Fix checks for empty mailboxes. Update signal tests for corrected
8778 do_signal_test routine. Allow nonzero event status.
8779 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
8780 * gdb.cell/arch.exp: Use standard_output_file.
8781 * gdb.cell/break.exp: Likewise.
8782 * gdb.cell/bt.exp: Likewise.
8783 * gdb.cell/core.exp: Likewise.
8784 * gdb.cell/dwarfaddr.exp: Likewise.
8785 * gdb.cell/ea-cache.exp: Likewise.
8786 * gdb.cell/ea-standalone.exp: Likewise.
8787 * gdb.cell/f-regs.exp: Likewise.
8788 * gdb.cell/fork.exp: Likewise.
8789 * gdb.cell/gcore.exp: Likewise.
8790 * gdb.cell/mem-access.exp: Likewise.
8791 * gdb.cell/ptype.exp: Likewise.
8792 * gdb.cell/registers.exp: Likewise.
8793 * gdb.cell/sizeof.exp: Likewise.
8794 * gdb.cell/solib-symbol.exp: Likewise.
8795 * gdb.cell/solib.exp: Likewise.
8796
8797 2017-11-25 Pedro Alves <palves@redhat.com>
8798
8799 * gdb.base/complete-empty.exp: New file.
8800 * gdb.base/completion.exp: Adjust.
8801
8802 2017-11-25 Pedro Alves <palves@redhat.com>
8803
8804 * gdb.linespec/cpls-ops.cc: New file.
8805 * gdb.linespec/cpls-ops.exp: New file.
8806 * lib/completion-support.exp (test_complete_prefix_range_re): New,
8807 factored out from ...
8808 (test_complete_prefix_range): ... this.
8809
8810 2017-11-24 Pedro Alves <palves@redhat.com>
8811
8812 * gdb.linespec/cpcompletion.exp: New file.
8813 * gdb.linespec/cpls-hyphen.cc: New file.
8814 * gdb.linespec/cpls.cc: New file.
8815 * gdb.linespec/cpls2.cc: New file.
8816 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
8817 test to use test_gdb_complete_unique. Add label completion,
8818 keyword completion and explicit location completion tests.
8819 * lib/completion-support.exp: New file.
8820
8821 2017-11-24 Joel Brobecker <brobecker@adacore.com>
8822
8823 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
8824 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
8825 when hitting an exception catchpoint.
8826
8827 2017-11-22 Yao Qi <yao.qi@linaro.org>
8828
8829 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
8830
8831 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
8832
8833 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
8834 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
8835 * gdb.dwarf2/info-locals-optimized-out.c: New file.
8836
8837 2017-11-22 Yao Qi <yao.qi@linaro.org>
8838
8839 * gdb.base/info-os.exp: Pass pthreads.
8840 * gdb.multi/multi-attach.exp: Likewise.
8841
8842 2017-11-22 Yao Qi <yao.qi@linaro.org>
8843
8844 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
8845 compiler.
8846
8847 2017-11-22 Yao Qi <yao.qi@linaro.org>
8848
8849 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
8850 * gdb.base/break-interp.exp: Likewise.
8851 * gdb.base/jit-attach-pie.exp: Likewise.
8852
8853 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8854
8855 * gdb.base/float128.c (large128): New variable.
8856 * gdb.base/float128.exp: Add test to print largest __float128 value.
8857
8858 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8859
8860 * gdb.arch/vsx-regs.exp: Update register content checks.
8861
8862 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
8863
8864 * gdb.arch/ppc-longdouble.exp: New file.
8865 * gdb.arch/ppc-longdouble.c: Likewise.
8866
8867 2017-11-21 Pedro Alves <palves@redhat.com>
8868
8869 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
8870
8871 2017-11-20 Pedro Alves <palves@redhat.com>
8872
8873 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
8874 (long_double_typedef): New typedefs.
8875 Use DEF on double and long double.
8876 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
8877 cases.
8878 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
8879 and 'long_double_ptr_same_size' locals. Use them to decide
8880 whether cast from array/function to float is valid/invalid.
8881
8882 2017-11-17 Tom Tromey <tom@tromey.com>
8883
8884 * gdb.rust/traits.rs: New file.
8885 * gdb.rust/traits.exp: New file.
8886
8887 2017-11-17 Joel Brobecker <brobecker@adacore.com>
8888
8889 * gdb.ada/minsyms: New testcase.
8890
8891 2017-11-16 Pedro Alves <palves@redhat.com>
8892
8893 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
8894 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
8895
8896 2017-11-16 Pedro Alves <palves@redhat.com>
8897
8898 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
8899 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
8900
8901 2017-11-16 Pedro Alves <palves@redhat.com>
8902
8903 * gdb.server/reconnect-ctrl-c.c: New file.
8904 * gdb.server/reconnect-ctrl-c.exp: New file.
8905
8906 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
8907
8908 * gdb.python/py-rbreak.exp: New file.
8909 * gdb.python/py-rbreak.c: New file.
8910 * gdb.python/py-rbreak-func2.c: New file.
8911
8912 2017-11-16 Pedro Alves <palves@redhat.com>
8913
8914 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
8915 pattern.
8916 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
8917 GDB.
8918
8919 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
8920
8921 * gdb.tui/completionn.exp (test_tab_completion): Add space in
8922 regex.
8923
8924 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
8925
8926 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
8927 test names.
8928
8929 2017-11-09 Pedro Alves <palves@redhat.com>
8930
8931 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
8932 factored out from ...
8933 (top level): ... here, and adjusted to avoid expecting beyond the
8934 prompt in a single gdb_test_multiple.
8935
8936 2017-11-09 Pedro Alves <palves@redhat.com>
8937
8938 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
8939 output.
8940 * gdb.server/ext-attach.exp ("kill" test): Likewise.
8941 * gdb.server/ext-restart.exp ("kill" test): Likewise.
8942 * gdb.server/ext-run.exp ("kill" test): Likewise.
8943 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
8944
8945 2017-11-09 Pedro Alves <palves@redhat.com>
8946
8947 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
8948 match till end of line.
8949
8950 2017-11-09 Pedro Alves <palves@redhat.com>
8951
8952 * gdb.base/memattr.exp: Tighten regexes to match the end line.
8953
8954 2017-11-09 Pedro Alves <palves@redhat.com>
8955
8956 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
8957 New procedures, factored out from ...
8958 (top level): ... here, and adjusted to avoid expecting beyond the
8959 prompt in one go.
8960
8961 2017-11-09 Pedro Alves <palves@redhat.com>
8962
8963 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
8964 output. Fix '?' match.
8965
8966 2017-11-08 Joel Brobecker <brobecker@adacore.com>
8967
8968 * gdb.ada/scoped_watch: New testcase.
8969 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
8970 which is actually correct.
8971 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
8972 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
8973
8974 2017-11-08 Pedro Alves <palves@redhat.com>
8975
8976 * gdb.gdb/complaints.exp (test_initial_complaints)
8977 (test_serial_complaints, test_short_complaints): Call
8978 complaint_internal instead of complaint.
8979
8980 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
8981
8982 * gdb.threads/tls-core.c: New file.
8983 * gdb.threads/tls-core.exp: Likewise.
8984
8985 2017-11-08 Pedro Alves <palves@redhat.com>
8986
8987 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
8988 (p Exported_Capitalized): New test.
8989 (p exported_capitalized): New test.
8990
8991 2017-11-07 Pedro Alves <palves@redhat.com>
8992
8993 * gdb.cp/ena-dis-br-range.exp: Add more tests.
8994
8995 2017-11-07 Pedro Alves <palves@redhat.com>
8996
8997 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
8998 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
8999 (disable_invalid, disable_inverted, disable_negative): New
9000 procedures.
9001 ("bad numbers"): New set of tests.
9002
9003 2017-11-07 Pedro Alves <palves@redhat.com>
9004
9005 * gdb.cp/ena-dis-br-range.exp: Add tests.
9006
9007 2017-11-07 Pedro Alves <palves@redhat.com>
9008
9009 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
9010
9011 2017-11-07 Xavier Roirand <roirand@adacore.com>
9012 Pedro Alves <palves@redhat.com>
9013
9014 * gdb.base/ena-dis-br.exp: Add reference to
9015 gdb.cp/ena-dis-br-range.exp.
9016 * gdb.cp/ena-dis-br-range.exp: New file.
9017 * gdb.cp/ena-dis-br-range.cc: New file.
9018
9019 2017-11-06 Pedro Alves <palves@redhat.com>
9020
9021 * gdb.base/attach-non-pgrp-leader.c: New.
9022 * gdb.base/attach-non-pgrp-leader.exp: New.
9023
9024 2017-11-06 Pedro Alves <palves@redhat.com>
9025
9026 * configure.ac: No longer check for termio.h and sgtty.h.
9027 * configure: Regenerate.
9028 * remote-utils.c: Include termios.h instead of gdb_termios.h.
9029 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
9030 Remove termio and sgtty code.
9031
9032 2017-11-03 Yao Qi <yao.qi@linaro.org>
9033
9034 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
9035 in GDB is disabled.
9036
9037 2017-11-03 Yao Qi <yao.qi@linaro.org>
9038
9039 * gdb.python/py-thrhandle.exp: Skip it if python is not
9040 enabled.
9041
9042 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
9043
9044 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
9045 as a breakpoint command.
9046
9047 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
9048
9049 PR python/21213
9050 * gdb.python/py-infthread.exp: Test calling
9051 InferiorThread.inferior () multiple times in a row.
9052
9053 2017-10-27 Keith Seitz <keiths@redhat.com>
9054
9055 * gdb.opt/inline-break.exp (break_info_1): New procedure.
9056 Test "info break" for every inlined function breakpoint.
9057
9058 2017-10-27 Yao Qi <yao.qi@linaro.org>
9059
9060 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
9061
9062 2017-10-26 Patrick Frants <osscontribute@gmail.com>
9063
9064 * gdb.cp/classes.exp (test_static_members): Test printing
9065 Outer::instance.
9066 * gdb.cp/classes.c (struct Inner, struct Outer): New.
9067 (Inner::instance, Outer::instance): New.
9068
9069 2017-10-24 Pedro Alves <palves@redhat.com>
9070
9071 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
9072 extra console" test in two stages.
9073
9074 2017-10-24 Pedro Alves <palves@redhat.com>
9075
9076 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
9077
9078 2017-10-24 Pedro Alves <palves@redhat.com>
9079
9080 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
9081 loop.
9082
9083 2017-10-24 Pedro Alves <palves@redhat.com>
9084
9085 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
9086 $attempt" and "stoppedtry $stoppedtry" test prefixes.
9087
9088 2017-10-24 Pedro Alves <palves@redhat.com>
9089
9090 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
9091 parameter and handle it. Don't output read value in test name.
9092
9093 2017-10-24 Pedro Alves <palves@redhat.com>
9094
9095 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
9096 custom test name.
9097
9098 2017-10-24 Pedro Alves <palves@redhat.com>
9099
9100 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
9101 include the unstable output directory name in the test's name.
9102 (initial_setup_simple) <'set args'>: Use custom test name.
9103
9104 2017-10-24 Pedro Alves <palves@redhat.com>
9105
9106 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
9107 with explicit test name.
9108
9109 2017-10-20 Pedro Alves <palves@redhat.com>
9110
9111 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
9112 'wait -i'. Use gdb_assert and remote_close.
9113
9114 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
9115
9116 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
9117 number from variable rather than hard-coded.
9118
9119 2017-10-19 Pedro Alves <palves@redhat.com>
9120
9121 * gdb.base/long-inferior-output.c: New file.
9122 * gdb.base/long-inferior-output.exp: New file.
9123
9124 2017-11-18 Keith Seitz <keiths@redhat.com>
9125
9126 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
9127 method.
9128 (main): Call it.
9129 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
9130 Add additional user-defined conversion operator tests.
9131
9132 2017-10-17 Pedro Alves <palves@redhat.com>
9133
9134 * boards/native-stdio-gdbserver.exp: Load "local-board".
9135
9136 2017-10-17 Pedro Alves <palves@redhat.com>
9137
9138 * gdb.base/quit-live.c: New file.
9139 * gdb.base/quit-live.exp: New file.
9140
9141 2017-10-16 Keith Seitz <keiths@redhat.com>
9142
9143 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
9144 (class_with_protected_typedef, class_with_private_typedef)
9145 (struct_with_public_typedef, struct_with_protected_typedef)
9146 (struct_with_private_typedef): New classes/structs.
9147 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
9148 typedefs and access specifiers.
9149
9150 2017-10-16 Pedro Alves <palves@redhat.com>
9151 Simon Marchi <simon.marchi@polymtl.ca>
9152
9153 * README (Local vs Remote vs Native): New section.
9154 * boards/local-board.exp: New file, with bits factored out from
9155 ...
9156 * boards/native-extended-gdbserver.exp: ... here. Load
9157 "local-board".
9158 * boards/native-gdbserver.exp: Load "local-board".
9159 (${board}_spawn, ${board}_exec): Delete.
9160 * boards/native-stdio-gdbserver.exp: Most contents factored out to
9161 ...
9162 * boards/stdio-gdbserver-base.exp: ... this new file.
9163 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
9164 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
9165 procedure.
9166 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
9167 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
9168 stdio_gdbserver_command.
9169 (${board}_get_remote_address, ${board}_get_comm_port)
9170 (${board}_download, ${board}_upload): Delete.
9171 (get_target_remote_pipe_cmd): New.
9172
9173 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
9174
9175 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
9176 test_bkpt_deletion, test_bkpt_cond_and_cmds,
9177 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
9178 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
9179 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
9180 remove with_test_prefix.
9181
9182 2017-10-13 Pedro Alves <palves@redhat.com>
9183
9184 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
9185 * gdb.base/annota1.exp: Use it instead of is_remote.
9186 * gdb.base/annota3.exp: Use it instead of is_remote.
9187 * gdb.cp/annota2.exp: Use it instead of is_remote.
9188 * gdb.cp/annota3.exp: Use it instead of is_remote.
9189 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
9190
9191 2017-10-13 Pedro Alves <palves@redhat.com>
9192
9193 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
9194 (test_num_test_vars, run_and_count_vars, find_env)
9195 (test_set_unset_env, test_inherit_env_var): New procedures.
9196 (top level): Use them.
9197
9198 2017-10-13 Pedro Alves <palves@redhat.com>
9199
9200 * lib/selftest-support.exp (selftest_setup): Extend comments, and
9201 also skip on stub-like targets.
9202
9203 2017-10-13 Pedro Alves <palves@redhat.com>
9204
9205 PR gdb/22293
9206 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
9207 (top level): Move some tests to ...
9208 (test_not_found): ... this new procedure.
9209 (top level): Call it.
9210
9211 2017-10-13 Pedro Alves <palves@redhat.com>
9212
9213 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
9214 expect different "info terminal" output if testing with a
9215 non-native target.
9216
9217 2017-10-13 Pedro Alves <palves@redhat.com>
9218 Simon Marchi <simon.marchi@polymtl.ca>
9219
9220 PR python/12966
9221 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
9222
9223 2017-10-13 Pedro Alves <palves@redhat.com>
9224
9225 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
9226 already.
9227
9228 2017-10-13 Pedro Alves <palves@redhat.com>
9229
9230 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
9231 is_remote.
9232
9233 2017-10-13 Pedro Alves <palves@redhat.com>
9234
9235 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
9236 is_remote.
9237
9238 2017-10-13 Pedro Alves <palves@redhat.com>
9239
9240 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
9241 is set.
9242 (corefile_test_attach): Likewise. Check can_spawn_for_attach
9243 instead of is_remote.
9244
9245 2017-10-13 Pedro Alves <palves@redhat.com>
9246
9247 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
9248 (top level): Add comment.
9249
9250 2017-10-13 Pedro Alves <palves@redhat.com>
9251
9252 * gdb.base/remote.exp (top level): Fix comment typo and add
9253 missing return.
9254
9255 2017-10-13 Pedro Alves <palves@redhat.com>
9256 Simon Marchi <simon.marchi@polymtl.ca>
9257
9258 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
9259 calls and add comments. Skip test if use_gdb_stub is set.
9260 (top level): Use "set cwd" command instead of "cd" command.
9261
9262 2017-10-13 Pedro Alves <palves@redhat.com>
9263
9264 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
9265 is_remote target check.
9266
9267 2017-10-13 Pedro Alves <palves@redhat.com>
9268
9269 * gdb.base/scope.exp: Use build_executable + clean_restart +
9270 gdb_file_cmd instead of prepare_for_testing and no longer skip
9271 "before run" tests on is_remote target boards. Update comments.
9272 * boards/native-extended-gdbserver.exp
9273 (extended_gdbserver_load_last_file): New, factored out from ...
9274 (gdb_load): ... this. Move further below and add comment.
9275 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
9276
9277 2017-10-12 Pedro Alves <palves@redhat.com>
9278
9279 * gdb.base/attach.exp: Remove references to gdb64.
9280 * gdb.base/dbx.exp: Remove references to gdb64.
9281
9282 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
9283 Pedro Alves <palves@redhat.com>
9284
9285 * gdb.base/label.exp: Remove is_remote target check.
9286
9287 2017-10-12 Pedro Alves <palves@redhat.com>
9288
9289 * gdb.base/auvx.exp (coredir): Update comment.
9290 (top level) <core_works>: Use "set cwd" command instead of "cd"
9291 command.
9292
9293 2017-10-12 Pedro Alves <palves@redhat.com>
9294 Simon Marchi <simon.marchi@polymtl.ca>
9295
9296 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
9297 target boards.
9298
9299 2017-10-12 Pedro Alves <palves@redhat.com>
9300 Simon Marchi <simon.marchi@polymtl.ca>
9301
9302 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
9303 Instead skip if there's any gdb_protocol set.
9304
9305 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
9306 Pedro Alves <palves@redhat.com>
9307
9308 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
9309
9310 2017-10-12 Pedro Alves <palves@redhat.com>
9311 Simon Marchi <simon.marchi@polymtl.ca>
9312
9313 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
9314 instead of on dejagnu remote boards.
9315
9316 2017-10-12 Pedro Alves <palves@redhat.com>
9317 Simon Marchi <simon.marchi@polymtl.ca>
9318
9319 * gdb.base/inferior-died.exp: Remove is_remote and isnative
9320 checks. Use build_executable + clean_restart instead of
9321 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
9322 of enabling non-stop after starting gdb.
9323
9324 2017-10-12 Pedro Alves <palves@redhat.com>
9325
9326 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
9327 * gdb.threads/non-ldr-exc-2.exp: Ditto.
9328 * gdb.threads/non-ldr-exc-3.exp: Ditto.
9329 * gdb.threads/non-ldr-exc-4.exp: Ditto.
9330
9331 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
9332
9333 * gdb.arch/arc-tdesc-cpu.exp: New file.
9334 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
9335
9336 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
9337
9338 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
9339
9340 2017-10-10 Pedro Alves <palves@redhat.com>
9341
9342 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
9343 expect CLI output.
9344
9345 2017-10-10 Pedro Alves <palves@redhat.com>
9346
9347 * lib/selftest-support.exp (selftest_setup): Update for
9348 captured_command_loop's prototype change.
9349
9350 2017-10-09 Pedro Alves <palves@redhat.com>
9351
9352 Test both arch1=>arch2 and arch2=>arch1.
9353
9354 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
9355 (srcfile2, binfile2, march1, march2): Remove globals. Largely
9356 factored out to...
9357 (append_arch1_options, append_arch2_options, append_arch_options)
9358 (build_executables): New procedures.
9359 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
9360 local.
9361 (top level): Add new 'first_arch' testing axis.
9362
9363 2017-10-09 Pedro Alves <palves@redhat.com>
9364
9365 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
9366 (barrier): New.
9367 (thread_start, all_started): New functions.
9368 (main): Spawn new thread and wait until it is scheduled.
9369 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
9370 option.
9371 (do_test): Add 'selected_thread' parameter. Run to all_started
9372 instead of main. Explicitly set the breakpoint at main. Switch
9373 to the SELECTED_THREAD thread.
9374 (top level): Test handling the exec event with either the main
9375 thread or the second thread selected.
9376
9377 2017-10-09 Pedro Alves <palves@redhat.com>
9378
9379 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
9380 logic. Move STOP marker after the value checks.
9381 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
9382 regexp.
9383
9384 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
9385
9386 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
9387
9388 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
9389
9390 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
9391 integer-to-dfp conversion.
9392 * gdb.base/dfp-test.exp: Likewise.
9393
9394 2017-10-04 Pedro Alves <palves@redhat.com>
9395
9396 * gdb.multi/hangout.c: Include <unistd.h>.
9397 (hangout_loop): New function.
9398 (main): Call alarm. Call hangout_loop in a loop.
9399 * gdb.multi/hello.c: Include <unistd.h>.
9400 (hello_loop): New function.
9401 (main): Call alarm. Call hangout_loop in a loop.
9402 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
9403 inferior with the other selected.
9404
9405 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
9406
9407 * gdb.mi/list-thread-groups-available.exp: New file.
9408 * gdb.mi/list-thread-groups-available.c: New file.
9409
9410 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
9411
9412 * gdb.base/set-cwd.exp: Make it available on
9413 native-extended-gdbserver.
9414
9415 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
9416
9417 * gdb.base/set-cwd.c: New file.
9418 * gdb.base/set-cwd.exp: Likewise.
9419
9420 2017-10-02 Tom Tromey <tom@tromey.com>
9421
9422 PR rust/22236:
9423 * gdb.rust/simple.rs (main): New variable "fslice".
9424 * gdb.rust/simple.exp: Add slice tests. Update string tests.
9425
9426 2017-10-02 Tom Tromey <tom@tromey.com>
9427
9428 * gdb.rust/simple.exp: Test ptype of a slice.
9429
9430 2017-10-02 Tom Tromey <tom@tromey.com>
9431
9432 * gdb.rust/simple.exp: Test index of slice.
9433
9434 2017-09-27 Tom Tromey <tom@tromey.com>
9435
9436 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
9437
9438 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
9439 Pedro Alves <palves@redhat.com>
9440
9441 * gdb.base/compare-sections.exp (get value of read-only section): Read
9442 as unsigned value.
9443 (corrupt read-only section): Likewise and don't set written if patching
9444 failed.
9445
9446 2017-09-21 Kevin Buettner <kevinb@redhat.com>
9447
9448 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
9449 files.
9450
9451 2017-09-20 Pedro Alves <palves@redhat.com>
9452
9453 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
9454 symbol names in gdb's output.
9455 * gdb.cp/overload.exp ("list all overloads"): Likewise.
9456
9457 2017-09-20 Pedro Alves <palves@redhat.com>
9458
9459 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
9460 Rename to ...
9461 (test_list_ambiguous_symbol): ... this and add a symbol name
9462 parameter. Adjust.
9463 (test_list_ambiguous_function): Reimplement on top of
9464 test_list_ambiguous_symbol and also test listing ambiguous
9465 variables.
9466 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
9467 (ambiguous_fun): ... this.
9468 (ambiguous_var): New.
9469 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
9470 (ambiguous_fun): ... this.
9471 (ambiguous_var): New.
9472
9473 2017-09-19 John Baldwin <jhb@FreeBSD.org>
9474
9475 * gdb.base/starti.c: New file.
9476 * gdb.base/starti.exp: New file.
9477 * lib/gdb.exp (gdb_starti_cmd): New procedure.
9478
9479 2017-09-14 Pedro Alves <palves@redhat.com>
9480
9481 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
9482 (top level): Use it instead of runto.
9483
9484 2017-09-11 Tom Tromey <tom@tromey.com>
9485
9486 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
9487
9488 2017-09-11 Tom Tromey <tom@tromey.com>
9489
9490 * gdb.python/py-infthread.exp: Add tests for new_thread event.
9491 * gdb.python/py-inferior.exp: Add tests for new inferior events.
9492
9493 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
9494
9495 * gdb.fortran/printing-types.exp: New file.
9496 * gdb.fortran/printing-types.exp: New file.
9497
9498 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
9499
9500 * gdb.fortran/vla-ptype.exp: Fix typos.
9501 * gdb.fortran/vla-value.exp: Same.
9502
9503 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
9504
9505 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
9506 * gdb.mi/mi-var-child-f.exp: Likewise.
9507 * gdb.mi/mi-vla-fortran.exp: Likewise.
9508
9509 2017-09-08 Frank Penczek <frank.penczek@intel.com>
9510 Christoph Weinmann <christoph.t.weinmann@intel.com>
9511 Bernhard Heckel <bernhard.heckel@intel.com>
9512
9513 * gdb.fortran/ptr-indentation.f90: New file.
9514 * gdb.fortran/ptr-indentation.exp: New file.
9515
9516 2017-09-05 Tom Tromey <tom@tromey.com>
9517
9518 PR gdb/22010:
9519 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
9520
9521 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
9522
9523 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
9524
9525 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9526
9527 * gdb.threads/tls-nodebug-pie.c: New file.
9528 * gdb.threads/tls-nodebug-pie.exp: New file.
9529
9530 2017-09-05 Tom Tromey <tom@tromey.com>
9531
9532 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
9533 for rust.
9534
9535 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
9536
9537 * gdb.multi/multi-arch-exec.exp: Test with different
9538 "follow-exec-mode" settings.
9539 (do_test): New procedure.
9540
9541 2017-09-04 Pedro Alves <palves@redhat.com>
9542
9543 * gdb.base/func-static.c (S::method const, S::method volatile)
9544 (S::method volatile const): New methods.
9545 (c_s, v_s, cv_s): New instances.
9546 (main): Call method() on them.
9547 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
9548 (cannot_resolve): New procedure.
9549 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
9550 print-quote-unquoted columns.
9551 (do_test): Test printing each scope too.
9552
9553 2017-09-04 Pedro Alves <palves@redhat.com>
9554
9555 * gdb.base/local-static.exp: Also test with
9556 class::method::variable wholly quoted.
9557 * gdb.cp/m-static.exp (class::method::variable): Remove test.
9558
9559 2017-09-04 Pedro Alves <palves@redhat.com>
9560
9561 * gdb.base/local-static.c: New.
9562 * gdb.base/local-static.cc: New.
9563 * gdb.base/local-static.exp: New.
9564
9565 2017-09-04 Pedro Alves <palves@redhat.com>
9566
9567 * gdb.asm/asm-source.exp: Add casts to int.
9568 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
9569 (dataglobal64_1, dataglobal64_2): New globals.
9570 * gdb.base/nodebug.exp: Test different expressions involving the
9571 new globals, with print, whatis and ptype. Add casts to int.
9572 * gdb.base/solib-display.exp: Add casts to int.
9573 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
9574 * gdb.cp/m-static.exp: Add cast to int.
9575 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
9576 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
9577 tls variable with no debug info without a cast. Test with a cast
9578 to int too.
9579 * gdb.trace/entry-values.exp: Add casts.
9580
9581 2017-09-04 Pedro Alves <palves@redhat.com>
9582
9583 * gdb.base/nodebug.exp: Test that ptype's error about functions
9584 with unknown return type includes the function name too.
9585
9586 2017-09-04 Pedro Alves <palves@redhat.com>
9587
9588 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
9589 return type of munmap in infcall.
9590 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
9591 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
9592 type of ftell in infcall.
9593 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
9594 type of getpid in infcall.
9595 * gdb.base/infcall-exec.exp: Cast return type of execlp in
9596 infcall.
9597 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
9598 Bail on failure to extract the pid.
9599 * gdb.base/nodebug.c: #include <stdint.h>.
9600 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
9601 New functions.
9602 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
9603 Change expected output of print/whatis/ptype with functions with
9604 no debug info. Test all supported languages. Call
9605 test_call_promotion.
9606 * gdb.compile/compile.exp: Adjust expected output to expect
9607 warning.
9608 * gdb.threads/siginfo-threads.exp: Likewise.
9609
9610 2017-09-04 Pedro Alves <palves@redhat.com>
9611
9612 * gdb.base/callfuncs.exp (do_function_calls): New parameter
9613 "prototypes". Test calling float functions via prototyped and
9614 unprototyped function pointers.
9615 (perform_all_tests): New parameter "prototypes". Pass it down.
9616 (top level): Pass down "prototypes" parameter to
9617 perform_all_tests.
9618
9619 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9620
9621 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
9622 Test with nested loops.
9623
9624 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9625
9626 * gdb.base/commands.exp: Call the new procedures.
9627 (loop_break_test, loop_continue_test): New procedures.
9628
9629 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9630
9631 * gdb.base/commands.exp: Call new procedure.
9632 (define_if_without_arg_test): New procedure.
9633
9634 2017-09-04 Pedro Alves <palves@redhat.com>
9635
9636 * gdb.base/list-ambiguous.exp: New file.
9637 * gdb.base/list-ambiguous0.c: New file.
9638 * gdb.base/list-ambiguous1.c: New file.
9639 * gdb.base/list.exp (test_list_range): Adjust expected output.
9640
9641 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
9642
9643 * gdb.base/share-env-with-gdbserver.c: New file.
9644 * gdb.base/share-env-with-gdbserver.exp: Likewise.
9645
9646 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
9647
9648 * gdb.base/commands.exp (gdbvar_simple_if_test,
9649 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
9650 progvar_simple_if_test, progvar_simple_while_test,
9651 progvar_complex_if_while_test, user_defined_command_test,
9652 user_defined_command_args_eval,
9653 user_defined_command_args_stack_test,
9654 user_defined_command_manyargs_test, bp_deleted_in_command_test,
9655 temporary_breakpoint_commands,
9656 gdb_test_no_prompt, redefine_hook_test,
9657 redefine_backtrace_test): Remove "global gdb_prompt".
9658
9659 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
9660
9661 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
9662 New proc, call it from toplevel.
9663
9664 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
9665
9666 PR remote/21852
9667 * gdb.server/normal.c: New file, copied from gdb.base.
9668 * gdb.server/run-without-local-binary.exp: New file.
9669
9670 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
9671
9672 * gdb.arch/sparc64-adi.exp: New file.
9673 * gdb.arch/sparc64-adi.c: New file.
9674
9675 2017-08-22 Pedro Alves <palves@redhat.com>
9676
9677 * gdb.cp/overload.exp (line_range_pattern): New procedure.
9678 (top level): Add "list all overloads" tests.
9679
9680 2017-08-22 Tom Tromey <tom@tromey.com>
9681
9682 * gdb.gdb/xfullpath.exp: Remove.
9683
9684 2017-08-21 Pedro Alves <palves@redhat.com>
9685
9686 PR gdb/19487
9687 * gdb.base/symbol-alias.c: New.
9688 * gdb.base/symbol-alias2.c: New.
9689 * gdb.base/symbol-alias.exp: New.
9690
9691 2017-08-21 Pedro Alves <palves@redhat.com>
9692
9693 * gdb.base/dfp-test.c
9694 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
9695 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
9696 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
9697 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
9698 * gdb.base/whatis-ptype-typedefs.c: New.
9699 * gdb.base/whatis-ptype-typedefs.exp: New.
9700 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
9701 (an_int, an_int_type, an_int_type2): New globals.
9702 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
9703 involving typedefs and cast expressions.
9704 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
9705 (lookup_typedefs_function): New.
9706 (typedefs_pretty_printers_dict): New.
9707 (top level): Register lookup_typedefs_function in
9708 gdb.pretty_printers.
9709
9710 2017-08-18 Yao Qi <yao.qi@linaro.org>
9711
9712 * gdb.server/unittest.exp: New.
9713
9714 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
9715
9716 PR gdb/21954
9717 * gdb.base/environ.exp: Add test to check if 'unset environment'
9718 works.
9719
9720 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9721
9722 * lib/gdb.exp (universal_compile_options): New caching proc.
9723 (gdb_compile): Suppress GCC's coloring of messages.
9724
9725 2017-08-14 Tom Tromey <tom@tromey.com>
9726
9727 PR gdb/21675:
9728 * gdb.base/printcmds.exp (test_radices): New function.
9729 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
9730 * gdb.base/sizeof.exp (check_valueof): Use p/d.
9731 * lib/gdb.exp (get_integer_valueof): Use p/d.
9732
9733 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
9734
9735 * lib/gdb.exp (get_valueof): Don't capture end-of-line
9736 characters.
9737
9738 2017-08-05 Tom Tromey <tom@tromey.com>
9739
9740 * gdb.rust/simple.exp: Allow String to appear in a different
9741 namespace.
9742
9743 2017-07-26 Yao Qi <yao.qi@linaro.org>
9744
9745 * gdb.gdb/unittest.exp: Invoke command
9746 "maintenance check xml-descriptions".
9747
9748 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9749
9750 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
9751 calling context.
9752 (hex128): Drop erroneous calculation of parameters.
9753
9754 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
9755
9756 * gdb.python/py-unwind.exp: Disable stack protection when
9757 building test file.
9758
9759 2017-07-20 Pedro Alves <palves@redhat.com>
9760
9761 * gdb.base/default.exp (set language): Adjust expected output.
9762
9763 2017-07-20 Pedro Alves <palves@redhat.com>
9764
9765 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
9766 (test_minsym): ... this, and make static.
9767 (get_pck__foo__bar__minsym): Rename to ...
9768 (get_test_minsym): ... this.
9769 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
9770 symbol names and comments.
9771 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
9772 (get_test_minsym): ... this.
9773 (pck__foo__bar__minsym__2): Rename to ...
9774 (test_minsym): ... this.
9775 (main): Adjust.
9776
9777 2017-07-17 Pedro Alves <palves@redhat.com>
9778
9779 * gdb.base/completion.exp: Adjust expected output.
9780 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
9781 the completer works.
9782
9783 2017-07-17 Pedro Alves <palves@redhat.com>
9784
9785 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
9786
9787 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
9788
9789 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
9790
9791 2017-07-14 Tom Tromey <tom@tromey.com>
9792
9793 PR rust/21764:
9794 * gdb.rust/simple.exp: Add tests.
9795
9796 2017-07-14 Tom Tromey <tom@tromey.com>
9797
9798 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
9799
9800 2017-07-14 Pedro Alves <palves@redhat.com>
9801
9802 * gdb.linespec/base/one/thefile.cc (z1): New function.
9803 * gdb.linespec/base/two/thefile.cc (z2): New function.
9804 * gdb.linespec/linespec.exp: Add tests.
9805
9806 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9807
9808 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
9809 to mi_create_breakpoint.
9810
9811 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9812
9813 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
9814 mi_create_breakpoint.
9815
9816 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
9817
9818 * gdb.dlang/demangle.exp: Update for demangling changes.
9819
9820 2017-07-09 Tom Tromey <tom@tromey.com>
9821
9822 * gdb.dwarf2/shortpiece.exp: New file.
9823
9824 2017-07-06 David Blaikie <dblaikie@gmail.com>
9825
9826 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
9827 built from fissiont-multi-cu{1,2}.c.
9828 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
9829 except putting 'main' and 'func' in separate CUs in the same DWO file.
9830 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
9831 test.
9832 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
9833 test.
9834
9835 2017-07-06 Pedro Alves <palves@redhat.com>
9836
9837 * gdb.python/py-unwind.exp: Test flushregs.
9838
9839 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9840
9841 PR cli/21688
9842 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
9843 tests for alias commands and trailing whitespace.
9844
9845 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9846
9847 PR cli/21688
9848 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
9849 procedure. Call it.
9850
9851 2017-06-29 Pedro Alves <palves@redhat.com>
9852
9853 * gdb.base/printcmds.exp: Add tests.
9854
9855 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
9856
9857 PR gdb/21337
9858 * gdb.base/reread-readsym.exp: New file.
9859 * gdb.base/reread-readsym.c: New file.
9860
9861 2017-06-21 Kevin Buettner <kevinb@redhat.com>
9862
9863 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
9864 subpattern.
9865
9866 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
9867
9868 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
9869 extended mnemonic.
9870 * gdb.arch/powerpc-power9.s: Likewise.
9871
9872 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9873
9874 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
9875 on 32-bit x86 targets. Exploit is_*_target macros where
9876 appropriate.
9877
9878 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9879
9880 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
9881 register pieces.
9882
9883 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9884
9885 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
9886 located in one or more DWARF pieces.
9887
9888 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9889
9890 * lib/gdb.exp (get_endianness): New proc.
9891 * gdb.arch/aarch64-fp.exp: Use it.
9892 * gdb.arch/altivec-regs.exp: Likewise.
9893 * gdb.arch/e500-regs.exp: Likewise.
9894 * gdb.arch/vsx-regs.exp: Likewise.
9895 * gdb.base/dump.exp: Likewise.
9896 * gdb.base/funcargs.exp: Likewise.
9897 * gdb.base/gnu_vector.exp: Likewise.
9898 * gdb.dwarf2/formdata16.exp: Likewise.
9899 * gdb.dwarf2/implptrpiece.exp: Likewise.
9900 * gdb.dwarf2/nonvar-access.exp: Likewise.
9901 * gdb.python/py-inferior.exp: Likewise.
9902 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9903
9904 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9905
9906 PR gdb/21226
9907 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
9908 stack value pieces are taken from the LSB end.
9909
9910 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9911
9912 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
9913 variable at nonzero offset.
9914
9915 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9916
9917 * gdb.dwarf2/var-access.c: New file.
9918 * gdb.dwarf2/var-access.exp: New test.
9919 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
9920
9921 2017-06-12 Tom Tromey <tom@tromey.com>
9922
9923 * gdb.dwarf2/formdata16.exp: Add tests.
9924
9925 2017-06-12 Tom Tromey <tom@tromey.com>
9926
9927 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
9928
9929 2017-06-12 Tom Tromey <tom@tromey.com>
9930
9931 PR exp/16225:
9932 * gdb.reverse/i386-sse-reverse.exp: Update tests.
9933 * gdb.arch/vsx-regs.exp: Update tests.
9934 * gdb.arch/s390-vregs.exp (hex128): New proc.
9935 Update test.
9936 * gdb.arch/altivec-regs.exp: Update tests.
9937
9938 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9939
9940 * gdb.base/startup-with-shell.c: New file.
9941 * gdb.base/startup-with-shell.exp: Likewise.
9942
9943 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9944
9945 * gdb.server/non-existing-program.exp: Update regex in order to
9946 reflect the fact that gdbserver is now using fork_inferior (with a
9947 shell) to startup the inferior.
9948
9949 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
9950
9951 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
9952 support function calls from GDB.
9953
9954 2017-05-21 Tom Tromey <tom@tromey.com>
9955
9956 PR rust/21466:
9957 * gdb.rust/unsized.exp: New file.
9958 * gdb.rust/unsized.rs: New file.
9959
9960 2017-05-19 Tom Tromey <tom@tromey.com>
9961
9962 PR rust/21484:
9963 * gdb.rust/watch.exp: New file.
9964 * gdb.rust/watch.rs: New file.
9965
9966 2017-05-18 Tom Tromey <tom@tromey.com>
9967
9968 * gdb.rust/simple.exp: Allow Box to be qualified.
9969
9970 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
9971
9972 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
9973
9974 2017-05-18 Pedro Alves <palves@redhat.com>
9975
9976 * gdb.base/fileio.c (test_write, test_read, test_close)
9977 (test_fstat): Don't print 'ret' in the fail path.
9978
9979 2017-05-18 Pedro Alves <palves@redhat.com>
9980
9981 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
9982 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
9983 (test_system, test_rename, test_unlink, test_time): Change
9984 prototypes.
9985 * gdb.base/fileio.exp (stop_msg): Adjust.
9986
9987 2017-05-18 Pedro Alves <palves@redhat.com>
9988
9989 * gdb.base/fileio.c (null_str): New global.
9990 (test_stat): Use it.
9991 * gdb.base/fileio.exp: Remove nowarnings.
9992
9993 2017-05-17 Yao Qi <yao.qi@linaro.org>
9994
9995 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
9996
9997 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
9998
9999 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
10000 argument command.
10001 (top-level): Invoke test_set_inferior_tty.
10002
10003 2017-05-04 Pedro Alves <palves@redhat.com>
10004
10005 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
10006 Add parens to print call for Python 3.
10007
10008 2017-05-03 Keith Seitz <keiths@redhat.com>
10009
10010 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
10011 (main): Call it.
10012
10013 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10014
10015 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
10016 to prev and next.
10017
10018 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10019
10020 * gdb.python/py-record-btrace.exp: Remove test for
10021 gdb.BtraceInstruction.error.
10022
10023 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10024
10025 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
10026
10027 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10028
10029 * gdb.python/py-record-btrace-threads.c: New file.
10030 * gdb.python/py-record-btrace-threads.exp: New file.
10031
10032 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
10033
10034 PR testsuite/8595
10035 * gdb.base/environ.exp: Make test available in all architectures.
10036 Move bits related to "info program" testing to
10037 gdb.base/info-program.exp. Rewrite tests to use the two new
10038 procedures mentione below.
10039 (test_set_show_env_var) New procedure.
10040 (test_set_show_env_var_equal): Likewise.
10041 * gdb.base/info-program.exp: New file.
10042
10043 2017-04-27 Keith Seitz <keiths@redhat.com>
10044
10045 * gdb.cp/oranking.cc (test15): New function.
10046 (main): Call test15 and declare additional variables for testing.
10047 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
10048 "p foo101('abc')" tests.
10049 Add tests for cv qualifier overloads.
10050 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
10051 "lvalue reference overload" test.
10052 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
10053 "print value of f1 on Child&& in f2" test.
10054
10055 2017-04-19 Pedro Alves <palves@redhat.com>
10056
10057 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
10058 procedure.
10059 (top level): Call it.
10060 * lib/gdb.exp (gdb_define_cmd): New procedure.
10061
10062 2017-04-12 Pedro Alves <palves@redhat.com>
10063
10064 PR gdb/21323
10065 * gdb.cp/wide_char_types.c: Include <wchar.h>.
10066 (wchar): New global.
10067 * gdb.cp/wide_char_types.exp (wide_char_types_program)
10068 (do_test_wide_char, wide_char_types_no_program, top level): Add
10069 wchar_t testing.
10070
10071 2017-04-12 Pedro Alves <palves@redhat.com>
10072
10073 PR c++/21323
10074 * gdb.cp/wide_char_types.c: New file.
10075 * gdb.cp/wide_char_types.exp: New file.
10076
10077 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
10078
10079 PR gdb/21352
10080 * gdb.trace/tsv.exp: Add test for "tsave -r".
10081
10082 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
10083
10084 * gdb.dlang/watch-loc.c: New file.
10085 * gdb.dlang/watch-loc.exp: New file.
10086
10087 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10088
10089 * gdb.python/py-section-script.exp (sepdebug): New testcases.
10090
10091 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
10092
10093 * gdb.arch/arc-analyze-prologue.S: New file.
10094 * gdb.arch/arc-analyze-prologue.exp: Likewise.
10095
10096 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
10097
10098 * gdb.arch/arc-decode-insn.S: New file.
10099 * gdb.arch/arc-decode-insn.exp: Likewise.
10100
10101 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
10102
10103 PR tdep/20928
10104 * gdb.arch/sparc64-regs.exp: New file.
10105 * gdb.arch/sparc64-regs.S: Likewise.
10106
10107 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
10108
10109 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
10110 and memory view on Python 3.
10111
10112 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
10113 Keith Seitz <keiths@redhat.com>
10114
10115 PR gdb/14441
10116 * gdb.cp/demangle.exp: Add rvalue reference tests.
10117 * gdb.cp/rvalue-ref-casts.cc: New file.
10118 * gdb.cp/rvalue-ref-casts.exp: New file.
10119 * gdb.cp/rvalue-ref-overload.cc: New file.
10120 * gdb.cp/rvalue-ref-overload.exp: New file.
10121 * gdb.cp/rvalue-ref-params.cc: New file.
10122 * gdb.cp/rvalue-ref-params.exp: New file.
10123 * gdb.cp/rvalue-ref-sizeof.cc: New file.
10124 * gdb.cp/rvalue-ref-sizeof.exp: New file.
10125 * gdb.cp/rvalue-ref-types.cc: New file.
10126 * gdb.cp/rvalue-ref-types.exp: New file.
10127 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
10128 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
10129
10130 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
10131
10132 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
10133 New procedure.
10134
10135 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
10136
10137 * lib/mi-support.exp (mi_gdb_test): Add additional message
10138 for unexpected output.
10139
10140 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10141
10142 * gdb.base/examine-backward.c (Barrier): New character array
10143 constant, to ensure that TestStrings is preceded by a string
10144 terminator.
10145
10146 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10147
10148 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
10149 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
10150 and implicit pointer into such a location.
10151
10152 2017-03-16 Doug Evans <dje@google.com>
10153
10154 * gdb.python/py-lazy-string (pointer): Really add new typedef.
10155
10156 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
10157
10158 * gdb.cp/m-static.exp: Fix expectation for prototype of
10159 test5.single_constructor and single_constructor::single_constructor.
10160
10161 2017-03-16 Doug Evans <dje@google.com>
10162
10163 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
10164 * gdb.guile/scm-lazy-string.c: New file.
10165 * gdb.guile/scm-value.exp: Move lazy string tests to ...
10166 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
10167 for pointer, array, typedef lazy strings.
10168
10169 2017-03-16 Doug Evans <dje@google.com>
10170
10171 PR python/17728, python/18439, python/18779
10172 * gdb.python/py-value.c (main) Delete locals sptr, sn.
10173 * gdb.python/py-lazy-string.c (pointer): New typedef.
10174 (main): New locals ptr, array, typedef_ptr.
10175 * gdb.python/py-value.exp: Move lazy string tests to ...
10176 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
10177 array, typedef lazy strings.
10178
10179 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
10180
10181 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
10182 Add optional 'test' parameter.
10183
10184 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
10185
10186 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
10187 Skip for versions of DejaGnu < 1.5.
10188
10189 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
10190
10191 * lib/gdb.exp (dejagnu_version): New proc.
10192 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10193 Use dejagnu_version.
10194
10195 2017-03-10 Keith Seitz <keiths@redhat.com>
10196
10197 PR c++/8128
10198 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
10199 type from destructor regexps.
10200 Add a branch which actually passes the test.
10201 Adjust "ptype t5i" test names.
10202
10203 2017-03-08 Pedro Alves <palves@redhat.com>
10204
10205 * gdb.base/step-over-exit.exp: Add explicit test message.
10206
10207 2017-03-08 Pedro Alves <palves@redhat.com>
10208
10209 PR gdb/18360
10210 * gdb.threads/interrupt-while-step-over.c: New file.
10211 * gdb.threads/interrupt-while-step-over.exp: New file.
10212
10213 2017-03-08 Pedro Alves <palves@redhat.com>
10214
10215 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
10216 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
10217
10218 2017-03-08 Pedro Alves <palves@redhat.com>
10219
10220 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
10221 PKRU as not supported as a PASS.
10222
10223 2017-03-08 Pedro Alves <palves@redhat.com>
10224
10225 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
10226 prefix instead of $binfile1/$binfile2.
10227 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
10228 in test message.
10229 * gdb.python/py-completion.exp: Use "load python file" as test
10230 messages instead of unstable path names.
10231
10232 2017-03-08 Pedro Alves <palves@redhat.com>
10233 Jan Kratochvil <jan.kratochvil@redhat.com>
10234
10235 PR cli/21218
10236 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
10237 New proc.
10238 (top level): Call it.
10239
10240 2017-03-08 Pedro Alves <palves@redhat.com>
10241
10242 PR tui/21216
10243 * gdb.tui/tui-nl-filtered-output.exp: New file.
10244
10245 2017-03-08 Pedro Alves <palves@redhat.com>
10246
10247 * gdb.base/completion.exp: Move TUI completion tests to ...
10248 * gdb.tui/completion.exp: ... this new file.
10249
10250 2017-03-08 Pedro Alves <palves@redhat.com>
10251
10252 * gdb.base/tui-disasm-long-lines.c,
10253 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
10254 gdb.base/tui-layout.exp: Move to ...
10255 * gdb.tui/: ... this new directory.
10256
10257 2017-03-07 Pedro Alves <palves@redhat.com>
10258
10259 * gdb.base/tui-layout.c: New file.
10260 * gdb.base/tui-layout.exp: New file.
10261
10262 2017-03-07 Pedro Alves <palves@redhat.com>
10263
10264 * gdb.base/tui-layout.c: Rename to ...
10265 * gdb.base/tui-disasm-long-lines.c: ... this.
10266 * gdb.base/tui-layout.exp: Rename to ...
10267 * gdb.base/tui-disasm-long-lines.exp: ... this.
10268
10269 2017-03-07 Pedro Alves <palves@redhat.com>
10270
10271 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
10272
10273 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
10274
10275 * i386-mpx-call.c: New file.
10276 * i386-mpx-call.exp: New file.
10277
10278 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
10279
10280 * gdb.arch/powerpc-power.exp: Delete test.
10281 * gdb.arch/powerpc-power.s: Likewise.
10282 * gdb.disasm/disassembler-options.exp: New test.
10283 * gdb.arch/powerpc-altivec.exp: Likewise.
10284 * gdb.arch/powerpc-altivec.s: Likewise.
10285 * gdb.arch/powerpc-altivec2.exp: Likewise.
10286 * gdb.arch/powerpc-altivec2.s: Likewise.
10287 * gdb.arch/powerpc-altivec3.exp: Likewise.
10288 * gdb.arch/powerpc-altivec3.s: Likewise.
10289 * gdb.arch/powerpc-power7.exp: Likewise.
10290 * gdb.arch/powerpc-power7.s: Likewise.
10291 * gdb.arch/powerpc-power8.exp: Likewise.
10292 * gdb.arch/powerpc-power8.s: Likewise.
10293 * gdb.arch/powerpc-power9.exp: Likewise.
10294 * gdb.arch/powerpc-power9.s: Likewise.
10295 * gdb.arch/powerpc-vsx.exp: Likewise.
10296 * gdb.arch/powerpc-vsx.s: Likewise.
10297 * gdb.arch/powerpc-vsx2.exp: Likewise.
10298 * gdb.arch/powerpc-vsx2.s: Likewise.
10299 * gdb.arch/powerpc-vsx3.exp: Likewise.
10300 * gdb.arch/powerpc-vsx3.s: Likewise.
10301 * gdb.arch/arm-disassembler-options.exp: Likewise.
10302 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
10303 * gdb.arch/s390-disassembler-options.exp: Likewise.
10304
10305 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
10306
10307 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
10308 (check_supported_features): ... this. Changed return type to void.
10309 (supports_rdseed): New static global.
10310 (rdseed): Check supports_rdseed.
10311 (initialize): Call check_supported_features.
10312
10313 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10314
10315 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
10316 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
10317 and lqarx/stqcx.
10318 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
10319 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
10320
10321 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10322
10323 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
10324 uppercase.
10325
10326 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10327
10328 * gdb.dwarf2/formdata16.c: New file.
10329 * gdb.dwarf2/formdata16.exp: New file.
10330 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
10331
10332 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10333
10334 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
10335 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
10336 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
10337 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
10338 DW_AT_GNU_*.
10339
10340 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10341
10342 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
10343
10344 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
10345
10346 PR gdb/21164
10347 * gdb.base/maint.exp: Add testcases for when the commands do
10348 not have arguments.
10349
10350 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
10351
10352 * gdb.cp/chained-calls.exp: Use p instead of P.
10353
10354 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
10355
10356 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
10357 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
10358
10359 2017-02-14 Tom Tromey <tom@tromey.com>
10360
10361 PR python/13598:
10362 * gdb.python/py-events.exp: Add before_prompt event tests.
10363
10364 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
10365
10366 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
10367
10368 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
10369
10370 * gdb.linespec/explicit.c (my_unique_function_name): New function.
10371 (main): Call my_unique_function_name.
10372 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
10373 completion of patterns with a single match.
10374 Add missing -re switches to gdb_test_multiple calls.
10375
10376 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
10377
10378 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
10379 return if core file is not recognized.
10380
10381 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
10382
10383 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
10384 and extra UIs.
10385
10386 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
10387
10388 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
10389 proc_with_prefix.
10390
10391 2017-02-10 Tom Tromey <tom@tromey.com>
10392
10393 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
10394
10395 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
10396
10397 PR gdb/21122
10398 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
10399
10400 2017-02-08 Jerome Guitton <guitton@adacore.com>
10401
10402 * gdb.base/define.exp: Add test for command abbreviations
10403 in define.
10404
10405 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
10406
10407 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
10408 * gdb.reverse/insn-reverse-x86.c: New file.
10409
10410 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
10411
10412 PR tdep/20936
10413 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
10414
10415 2017-02-03 Tom Tromey <tom@tromey.com>
10416
10417 PR rust/21097:
10418 * gdb.rust/simple.exp: Add new tests.
10419
10420 2017-02-02 Pedro Alves <palves@redhat.com>
10421
10422 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
10423 tests.
10424
10425 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10426
10427 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
10428 taking a 2-byte value out of a 4-byte DWARF implicit value on
10429 big-endian targets.
10430 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
10431 logic. Add test cases for DW_OP_implicit.
10432
10433 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10434
10435 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
10436
10437 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10438
10439 * gdb.btrace/enable.exp: Call gdb_exit before
10440 skip_gdbserver_tests.
10441
10442 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10443
10444 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
10445 GDBFLAGS.
10446
10447 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10448
10449 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
10450 the test is skipped.
10451 * gdb.btrace/data.exp: Likewise.
10452 * gdb.btrace/delta.exp: Likewise.
10453 * gdb.btrace/dlopen.exp: Likewise.
10454 * gdb.btrace/enable-running.exp: Likewise.
10455 * gdb.btrace/enable.exp: Likewise.
10456 * gdb.btrace/exception.exp: Likewise.
10457 * gdb.btrace/function_call_history.exp: Likewise.
10458 * gdb.btrace/gcore.exp: Likewise.
10459 * gdb.btrace/instruction_history.exp: Likewise.
10460 * gdb.btrace/multi-thread-step.exp: Likewise.
10461 * gdb.btrace/nohist.exp: Likewise.
10462 * gdb.btrace/non-stop.exp: Likewise.
10463 * gdb.btrace/reconnect.exp: Likewise.
10464 * gdb.btrace/record_goto-step.exp: Likewise.
10465 * gdb.btrace/record_goto.exp: Likewise.
10466 * gdb.btrace/rn-dl-bind.exp: Likewise.
10467 * gdb.btrace/segv.exp: Likewise.
10468 * gdb.btrace/step.exp: Likewise.
10469 * gdb.btrace/stepi.exp: Likewise.
10470 * gdb.btrace/tailcall-only.exp: Likewise.
10471 * gdb.btrace/tailcall.exp: Likewise.
10472 * gdb.btrace/tsx.exp: Likewise.
10473 * gdb.btrace/unknown_functions.exp: Likewise.
10474 * gdb.btrace/vdso.exp: Likewise.
10475
10476 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10477
10478 * gdb.btrace/enable-running.c: New.
10479 * gdb.btrace/enable-running.exp: New.
10480
10481 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
10482
10483 * gdb.arch/amd64-gs_base.c: New file.
10484 * gdb.arch/amd64-gs_base.exp: New file.
10485
10486 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
10487
10488 * lib/memory.exp: Remove spurious empty newlines.
10489
10490 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
10491
10492 * gdb.python/py-bad-printers.exp: Load python file using "source".
10493 * gdb.python/py-events.exp: Likewise.
10494 * gdb.python/py-evsignal.exp: Likewise.
10495 * gdb.python/py-evthreads.exp: Likewise.
10496 * gdb.python/py-frame-args.exp: Likewise.
10497 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
10498 * gdb.python/py-framefilter-mi.exp: Likewise.
10499 * gdb.python/py-framefilter.exp: Likewise.
10500 * gdb.python/py-mi.exp: Likewise.
10501 * gdb.python/py-pp-maint.exp: Likewise.
10502 * gdb.python/py-pp-registration.exp: Likewise.
10503 * gdb.python/py-prettyprint.exp: Likewise.
10504 (run_lang_tests): Likewise.
10505 * gdb.python/py-typeprint.exp: Likewise.
10506
10507 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
10508
10509 * lib/memory.exp: New file.
10510 * lib/gdb.exp: Load memory.exp.
10511 * gdb.base/memattr.exp (delete_memory): Move proc to
10512 lib/memory.exp and rename to delete_memory_regions.
10513 Replace delete_memory with delete_memory_regions.
10514 Cleanup memory regions before tests.
10515 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
10516 before tests.
10517
10518 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
10519
10520 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
10521 files.
10522 (initialize): New function conditionally defined.
10523 (testcases): Move within conditional block.
10524 (main): Call initialize.
10525 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
10526 of gdb.reverse/insn-reverse.c.
10527 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
10528 gdb.reverse/insn-reverse.c.
10529
10530 2017-01-26 Yao Qi <yao.qi@linaro.org>
10531
10532 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
10533 disassemble on address 0.
10534
10535 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
10536 Yao Qi <yao.qi@linaro.org>
10537
10538 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
10539 * gdb.dwarf2/implptr-64bit.S: Remove.
10540 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
10541 variables in caller's context. Add DW_OP_implicit_value.
10542
10543 2017-01-25 Yao Qi <yao.qi@linaro.org>
10544
10545 * lib/dwarf.exp (Dwarf::_location): Handle
10546 DW_OP_GNU_implicit_pointer with proper size.
10547
10548 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
10549
10550 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
10551 and add untested calls.
10552
10553 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
10554
10555 * gdb.python/python.exp: Check line number against what GDB thinks
10556 the line number is for func1.
10557
10558 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
10559
10560 * gdb.dlang/debug-expr.exp: New file.
10561
10562 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
10563
10564 Fix test names for the following files:
10565
10566 * gdb.ada/exec_changed.exp
10567 * gdb.ada/info_types.exp
10568 * gdb.arch/aarch64-atomic-inst.exp
10569 * gdb.arch/aarch64-fp.exp
10570 * gdb.arch/altivec-abi.exp
10571 * gdb.arch/altivec-regs.exp
10572 * gdb.arch/amd64-byte.exp
10573 * gdb.arch/amd64-disp-step.exp
10574 * gdb.arch/amd64-dword.exp
10575 * gdb.arch/amd64-entry-value-inline.exp
10576 * gdb.arch/amd64-entry-value-param.exp
10577 * gdb.arch/amd64-entry-value-paramref.exp
10578 * gdb.arch/amd64-entry-value.exp
10579 * gdb.arch/amd64-i386-address.exp
10580 * gdb.arch/amd64-invalid-stack-middle.exp
10581 * gdb.arch/amd64-invalid-stack-top.exp
10582 * gdb.arch/amd64-optimout-repeat.exp
10583 * gdb.arch/amd64-prologue-skip.exp
10584 * gdb.arch/amd64-prologue-xmm.exp
10585 * gdb.arch/amd64-stap-special-operands.exp
10586 * gdb.arch/amd64-stap-wrong-subexp.exp
10587 * gdb.arch/amd64-tailcall-cxx.exp
10588 * gdb.arch/amd64-tailcall-noret.exp
10589 * gdb.arch/amd64-tailcall-ret.exp
10590 * gdb.arch/amd64-tailcall-self.exp
10591 * gdb.arch/amd64-word.exp
10592 * gdb.arch/arm-bl-branch-dest.exp
10593 * gdb.arch/arm-disp-step.exp
10594 * gdb.arch/arm-neon.exp
10595 * gdb.arch/arm-single-step-kernel-helper.exp
10596 * gdb.arch/avr-flash-qualifier.exp
10597 * gdb.arch/disp-step-insn-reloc.exp
10598 * gdb.arch/e500-abi.exp
10599 * gdb.arch/e500-regs.exp
10600 * gdb.arch/ftrace-insn-reloc.exp
10601 * gdb.arch/i386-avx512.exp
10602 * gdb.arch/i386-bp_permanent.exp
10603 * gdb.arch/i386-byte.exp
10604 * gdb.arch/i386-cfi-notcurrent.exp
10605 * gdb.arch/i386-disp-step.exp
10606 * gdb.arch/i386-dr3-watch.exp
10607 * gdb.arch/i386-float.exp
10608 * gdb.arch/i386-gnu-cfi.exp
10609 * gdb.arch/i386-mpx-map.exp
10610 * gdb.arch/i386-mpx-sigsegv.exp
10611 * gdb.arch/i386-mpx-simple_segv.exp
10612 * gdb.arch/i386-mpx.exp
10613 * gdb.arch/i386-permbkpt.exp
10614 * gdb.arch/i386-prologue.exp
10615 * gdb.arch/i386-signal.exp
10616 * gdb.arch/i386-size-overlap.exp
10617 * gdb.arch/i386-unwind.exp
10618 * gdb.arch/i386-word.exp
10619 * gdb.arch/mips-fcr.exp
10620 * gdb.arch/powerpc-d128-regs.exp
10621 * gdb.arch/powerpc-stackless.exp
10622 * gdb.arch/ppc64-atomic-inst.exp
10623 * gdb.arch/s390-stackless.exp
10624 * gdb.arch/s390-tdbregs.exp
10625 * gdb.arch/s390-vregs.exp
10626 * gdb.arch/sparc-sysstep.exp
10627 * gdb.arch/thumb-bx-pc.exp
10628 * gdb.arch/thumb-singlestep.exp
10629 * gdb.arch/thumb2-it.exp
10630 * gdb.arch/vsx-regs.exp
10631 * gdb.asm/asm-source.exp
10632 * gdb.base/a2-run.exp
10633 * gdb.base/advance.exp
10634 * gdb.base/all-bin.exp
10635 * gdb.base/anon.exp
10636 * gdb.base/args.exp
10637 * gdb.base/arithmet.exp
10638 * gdb.base/async-shell.exp
10639 * gdb.base/async.exp
10640 * gdb.base/attach-pie-noexec.exp
10641 * gdb.base/attach-twice.exp
10642 * gdb.base/auto-load.exp
10643 * gdb.base/bang.exp
10644 * gdb.base/bitfields.exp
10645 * gdb.base/break-always.exp
10646 * gdb.base/break-caller-line.exp
10647 * gdb.base/break-entry.exp
10648 * gdb.base/break-inline.exp
10649 * gdb.base/break-on-linker-gcd-function.exp
10650 * gdb.base/break-probes.exp
10651 * gdb.base/break.exp
10652 * gdb.base/breakpoint-shadow.exp
10653 * gdb.base/call-ar-st.exp
10654 * gdb.base/call-sc.exp
10655 * gdb.base/call-signal-resume.exp
10656 * gdb.base/call-strs.exp
10657 * gdb.base/callfuncs.exp
10658 * gdb.base/catch-fork-static.exp
10659 * gdb.base/catch-gdb-caused-signals.exp
10660 * gdb.base/catch-load.exp
10661 * gdb.base/catch-signal-fork.exp
10662 * gdb.base/catch-signal.exp
10663 * gdb.base/catch-syscall.exp
10664 * gdb.base/charset.exp
10665 * gdb.base/checkpoint.exp
10666 * gdb.base/chng-syms.exp
10667 * gdb.base/code-expr.exp
10668 * gdb.base/code_elim.exp
10669 * gdb.base/commands.exp
10670 * gdb.base/completion.exp
10671 * gdb.base/complex.exp
10672 * gdb.base/cond-expr.exp
10673 * gdb.base/condbreak.exp
10674 * gdb.base/consecutive.exp
10675 * gdb.base/continue-all-already-running.exp
10676 * gdb.base/coredump-filter.exp
10677 * gdb.base/corefile.exp
10678 * gdb.base/dbx.exp
10679 * gdb.base/debug-expr.exp
10680 * gdb.base/define.exp
10681 * gdb.base/del.exp
10682 * gdb.base/disabled-location.exp
10683 * gdb.base/disasm-end-cu.exp
10684 * gdb.base/disasm-optim.exp
10685 * gdb.base/display.exp
10686 * gdb.base/duplicate-bp.exp
10687 * gdb.base/ena-dis-br.exp
10688 * gdb.base/ending-run.exp
10689 * gdb.base/enumval.exp
10690 * gdb.base/environ.exp
10691 * gdb.base/eu-strip-infcall.exp
10692 * gdb.base/eval-avoid-side-effects.exp
10693 * gdb.base/eval-skip.exp
10694 * gdb.base/exitsignal.exp
10695 * gdb.base/expand-psymtabs.exp
10696 * gdb.base/filesym.exp
10697 * gdb.base/find-unmapped.exp
10698 * gdb.base/finish.exp
10699 * gdb.base/float.exp
10700 * gdb.base/foll-exec-mode.exp
10701 * gdb.base/foll-exec.exp
10702 * gdb.base/foll-fork.exp
10703 * gdb.base/fortran-sym-case.exp
10704 * gdb.base/freebpcmd.exp
10705 * gdb.base/func-ptr.exp
10706 * gdb.base/func-ptrs.exp
10707 * gdb.base/funcargs.exp
10708 * gdb.base/gcore-buffer-overflow.exp
10709 * gdb.base/gcore-relro-pie.exp
10710 * gdb.base/gcore-relro.exp
10711 * gdb.base/gcore.exp
10712 * gdb.base/gdb1090.exp
10713 * gdb.base/gdb11530.exp
10714 * gdb.base/gdb11531.exp
10715 * gdb.base/gdb1821.exp
10716 * gdb.base/gdbindex-stabs.exp
10717 * gdb.base/gdbvars.exp
10718 * gdb.base/hbreak.exp
10719 * gdb.base/hbreak2.exp
10720 * gdb.base/included.exp
10721 * gdb.base/infcall-input.exp
10722 * gdb.base/inferior-died.exp
10723 * gdb.base/infnan.exp
10724 * gdb.base/info-macros.exp
10725 * gdb.base/info-os.exp
10726 * gdb.base/info-proc.exp
10727 * gdb.base/info-shared.exp
10728 * gdb.base/info-target.exp
10729 * gdb.base/infoline.exp
10730 * gdb.base/interp.exp
10731 * gdb.base/interrupt.exp
10732 * gdb.base/jit-reader.exp
10733 * gdb.base/jit-simple.exp
10734 * gdb.base/kill-after-signal.exp
10735 * gdb.base/kill-detach-inferiors-cmd.exp
10736 * gdb.base/label.exp
10737 * gdb.base/langs.exp
10738 * gdb.base/ldbl_e308.exp
10739 * gdb.base/line-symtabs.exp
10740 * gdb.base/linespecs.exp
10741 * gdb.base/list.exp
10742 * gdb.base/long_long.exp
10743 * gdb.base/longest-types.exp
10744 * gdb.base/maint.exp
10745 * gdb.base/max-value-size.exp
10746 * gdb.base/memattr.exp
10747 * gdb.base/mips_pro.exp
10748 * gdb.base/morestack.exp
10749 * gdb.base/moribund-step.exp
10750 * gdb.base/multi-forks.exp
10751 * gdb.base/nested-addr.exp
10752 * gdb.base/nextoverexit.exp
10753 * gdb.base/noreturn-finish.exp
10754 * gdb.base/noreturn-return.exp
10755 * gdb.base/nostdlib.exp
10756 * gdb.base/offsets.exp
10757 * gdb.base/opaque.exp
10758 * gdb.base/pc-fp.exp
10759 * gdb.base/permissions.exp
10760 * gdb.base/print-symbol-loading.exp
10761 * gdb.base/prologue-include.exp
10762 * gdb.base/psymtab.exp
10763 * gdb.base/ptype.exp
10764 * gdb.base/random-signal.exp
10765 * gdb.base/randomize.exp
10766 * gdb.base/range-stepping.exp
10767 * gdb.base/readline-ask.exp
10768 * gdb.base/recpar.exp
10769 * gdb.base/recurse.exp
10770 * gdb.base/relational.exp
10771 * gdb.base/restore.exp
10772 * gdb.base/return-nodebug.exp
10773 * gdb.base/return.exp
10774 * gdb.base/run-after-attach.exp
10775 * gdb.base/save-bp.exp
10776 * gdb.base/scope.exp
10777 * gdb.base/sect-cmd.exp
10778 * gdb.base/set-lang-auto.exp
10779 * gdb.base/set-noassign.exp
10780 * gdb.base/setvar.exp
10781 * gdb.base/sigall.exp
10782 * gdb.base/sigbpt.exp
10783 * gdb.base/siginfo-addr.exp
10784 * gdb.base/siginfo-infcall.exp
10785 * gdb.base/siginfo-obj.exp
10786 * gdb.base/siginfo.exp
10787 * gdb.base/signals-state-child.exp
10788 * gdb.base/signest.exp
10789 * gdb.base/sigstep.exp
10790 * gdb.base/sizeof.exp
10791 * gdb.base/skip.exp
10792 * gdb.base/solib-corrupted.exp
10793 * gdb.base/solib-nodir.exp
10794 * gdb.base/solib-search.exp
10795 * gdb.base/stack-checking.exp
10796 * gdb.base/stale-infcall.exp
10797 * gdb.base/stap-probe.exp
10798 * gdb.base/start.exp
10799 * gdb.base/step-break.exp
10800 * gdb.base/step-bt.exp
10801 * gdb.base/step-line.exp
10802 * gdb.base/step-over-exit.exp
10803 * gdb.base/step-over-syscall.exp
10804 * gdb.base/step-resume-infcall.exp
10805 * gdb.base/step-test.exp
10806 * gdb.base/store.exp
10807 * gdb.base/structs3.exp
10808 * gdb.base/sym-file.exp
10809 * gdb.base/symbol-without-target_section.exp
10810 * gdb.base/term.exp
10811 * gdb.base/testenv.exp
10812 * gdb.base/ui-redirect.exp
10813 * gdb.base/until.exp
10814 * gdb.base/unwindonsignal.exp
10815 * gdb.base/value-double-free.exp
10816 * gdb.base/vla-datatypes.exp
10817 * gdb.base/vla-ptr.exp
10818 * gdb.base/vla-sideeffect.exp
10819 * gdb.base/volatile.exp
10820 * gdb.base/watch-cond-infcall.exp
10821 * gdb.base/watch-cond.exp
10822 * gdb.base/watch-non-mem.exp
10823 * gdb.base/watch-read.exp
10824 * gdb.base/watch-vfork.exp
10825 * gdb.base/watchpoint-cond-gone.exp
10826 * gdb.base/watchpoint-delete.exp
10827 * gdb.base/watchpoint-hw-hit-once.exp
10828 * gdb.base/watchpoint-hw.exp
10829 * gdb.base/watchpoint-stops-at-right-insn.exp
10830 * gdb.base/watchpoints.exp
10831 * gdb.base/wchar.exp
10832 * gdb.base/whatis-exp.exp
10833 * gdb.btrace/buffer-size.exp
10834 * gdb.btrace/data.exp
10835 * gdb.btrace/delta.exp
10836 * gdb.btrace/dlopen.exp
10837 * gdb.btrace/enable.exp
10838 * gdb.btrace/exception.exp
10839 * gdb.btrace/function_call_history.exp
10840 * gdb.btrace/gcore.exp
10841 * gdb.btrace/instruction_history.exp
10842 * gdb.btrace/nohist.exp
10843 * gdb.btrace/reconnect.exp
10844 * gdb.btrace/record_goto-step.exp
10845 * gdb.btrace/record_goto.exp
10846 * gdb.btrace/rn-dl-bind.exp
10847 * gdb.btrace/segv.exp
10848 * gdb.btrace/step.exp
10849 * gdb.btrace/stepi.exp
10850 * gdb.btrace/tailcall-only.exp
10851 * gdb.btrace/tailcall.exp
10852 * gdb.btrace/tsx.exp
10853 * gdb.btrace/unknown_functions.exp
10854 * gdb.btrace/vdso.exp
10855 * gdb.compile/compile-ifunc.exp
10856 * gdb.compile/compile-ops.exp
10857 * gdb.compile/compile-print.exp
10858 * gdb.compile/compile-setjmp.exp
10859 * gdb.cp/abstract-origin.exp
10860 * gdb.cp/ambiguous.exp
10861 * gdb.cp/annota2.exp
10862 * gdb.cp/annota3.exp
10863 * gdb.cp/anon-ns.exp
10864 * gdb.cp/anon-struct.exp
10865 * gdb.cp/anon-union.exp
10866 * gdb.cp/arg-reference.exp
10867 * gdb.cp/baseenum.exp
10868 * gdb.cp/bool.exp
10869 * gdb.cp/breakpoint.exp
10870 * gdb.cp/bs15503.exp
10871 * gdb.cp/call-c.exp
10872 * gdb.cp/casts.exp
10873 * gdb.cp/chained-calls.exp
10874 * gdb.cp/class2.exp
10875 * gdb.cp/classes.exp
10876 * gdb.cp/cmpd-minsyms.exp
10877 * gdb.cp/converts.exp
10878 * gdb.cp/cp-relocate.exp
10879 * gdb.cp/cpcompletion.exp
10880 * gdb.cp/cpexprs.exp
10881 * gdb.cp/cplabel.exp
10882 * gdb.cp/cplusfuncs.exp
10883 * gdb.cp/cpsizeof.exp
10884 * gdb.cp/ctti.exp
10885 * gdb.cp/derivation.exp
10886 * gdb.cp/destrprint.exp
10887 * gdb.cp/dispcxx.exp
10888 * gdb.cp/enum-class.exp
10889 * gdb.cp/exception.exp
10890 * gdb.cp/exceptprint.exp
10891 * gdb.cp/expand-psymtabs-cxx.exp
10892 * gdb.cp/expand-sals.exp
10893 * gdb.cp/extern-c.exp
10894 * gdb.cp/filename.exp
10895 * gdb.cp/formatted-ref.exp
10896 * gdb.cp/fpointer.exp
10897 * gdb.cp/gdb1355.exp
10898 * gdb.cp/gdb2495.exp
10899 * gdb.cp/hang.exp
10900 * gdb.cp/impl-this.exp
10901 * gdb.cp/infcall-dlopen.exp
10902 * gdb.cp/inherit.exp
10903 * gdb.cp/iostream.exp
10904 * gdb.cp/koenig.exp
10905 * gdb.cp/local.exp
10906 * gdb.cp/m-data.exp
10907 * gdb.cp/m-static.exp
10908 * gdb.cp/mb-ctor.exp
10909 * gdb.cp/mb-inline.exp
10910 * gdb.cp/mb-templates.exp
10911 * gdb.cp/member-name.exp
10912 * gdb.cp/member-ptr.exp
10913 * gdb.cp/meth-typedefs.exp
10914 * gdb.cp/method.exp
10915 * gdb.cp/method2.exp
10916 * gdb.cp/minsym-fallback.exp
10917 * gdb.cp/misc.exp
10918 * gdb.cp/namelessclass.exp
10919 * gdb.cp/namespace-enum.exp
10920 * gdb.cp/namespace-nested-import.exp
10921 * gdb.cp/namespace.exp
10922 * gdb.cp/nextoverthrow.exp
10923 * gdb.cp/no-dmgl-verbose.exp
10924 * gdb.cp/non-trivial-retval.exp
10925 * gdb.cp/noparam.exp
10926 * gdb.cp/nsdecl.exp
10927 * gdb.cp/nsimport.exp
10928 * gdb.cp/nsnested.exp
10929 * gdb.cp/nsnoimports.exp
10930 * gdb.cp/nsrecurs.exp
10931 * gdb.cp/nsstress.exp
10932 * gdb.cp/nsusing.exp
10933 * gdb.cp/operator.exp
10934 * gdb.cp/oranking.exp
10935 * gdb.cp/overload-const.exp
10936 * gdb.cp/overload.exp
10937 * gdb.cp/ovldbreak.exp
10938 * gdb.cp/ovsrch.exp
10939 * gdb.cp/paren-type.exp
10940 * gdb.cp/parse-lang.exp
10941 * gdb.cp/pass-by-ref.exp
10942 * gdb.cp/pr-1023.exp
10943 * gdb.cp/pr-1210.exp
10944 * gdb.cp/pr-574.exp
10945 * gdb.cp/pr10687.exp
10946 * gdb.cp/pr12028.exp
10947 * gdb.cp/pr17132.exp
10948 * gdb.cp/pr17494.exp
10949 * gdb.cp/pr9067.exp
10950 * gdb.cp/pr9167.exp
10951 * gdb.cp/pr9631.exp
10952 * gdb.cp/printmethod.exp
10953 * gdb.cp/psmang.exp
10954 * gdb.cp/psymtab-parameter.exp
10955 * gdb.cp/ptype-cv-cp.exp
10956 * gdb.cp/ptype-flags.exp
10957 * gdb.cp/re-set-overloaded.exp
10958 * gdb.cp/ref-types.exp
10959 * gdb.cp/rtti.exp
10960 * gdb.cp/scope-err.exp
10961 * gdb.cp/shadow.exp
10962 * gdb.cp/smartp.exp
10963 * gdb.cp/static-method.exp
10964 * gdb.cp/static-print-quit.exp
10965 * gdb.cp/temargs.exp
10966 * gdb.cp/templates.exp
10967 * gdb.cp/try_catch.exp
10968 * gdb.cp/typedef-operator.exp
10969 * gdb.cp/typeid.exp
10970 * gdb.cp/userdef.exp
10971 * gdb.cp/using-crash.exp
10972 * gdb.cp/var-tag.exp
10973 * gdb.cp/virtbase.exp
10974 * gdb.cp/virtfunc.exp
10975 * gdb.cp/virtfunc2.exp
10976 * gdb.cp/vla-cxx.exp
10977 * gdb.disasm/t01_mov.exp
10978 * gdb.disasm/t02_mova.exp
10979 * gdb.disasm/t03_add.exp
10980 * gdb.disasm/t04_sub.exp
10981 * gdb.disasm/t05_cmp.exp
10982 * gdb.disasm/t06_ari2.exp
10983 * gdb.disasm/t07_ari3.exp
10984 * gdb.disasm/t08_or.exp
10985 * gdb.disasm/t09_xor.exp
10986 * gdb.disasm/t10_and.exp
10987 * gdb.disasm/t11_logs.exp
10988 * gdb.disasm/t12_bit.exp
10989 * gdb.disasm/t13_otr.exp
10990 * gdb.dlang/circular.exp
10991 * gdb.dwarf2/arr-stride.exp
10992 * gdb.dwarf2/arr-subrange.exp
10993 * gdb.dwarf2/atomic-type.exp
10994 * gdb.dwarf2/bad-regnum.exp
10995 * gdb.dwarf2/bitfield-parent-optimized-out.exp
10996 * gdb.dwarf2/callframecfa.exp
10997 * gdb.dwarf2/clztest.exp
10998 * gdb.dwarf2/corrupt.exp
10999 * gdb.dwarf2/data-loc.exp
11000 * gdb.dwarf2/dup-psym.exp
11001 * gdb.dwarf2/dw2-anon-mptr.exp
11002 * gdb.dwarf2/dw2-anonymous-func.exp
11003 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
11004 * gdb.dwarf2/dw2-bad-unresolved.exp
11005 * gdb.dwarf2/dw2-basic.exp
11006 * gdb.dwarf2/dw2-canonicalize-type.exp
11007 * gdb.dwarf2/dw2-case-insensitive.exp
11008 * gdb.dwarf2/dw2-common-block.exp
11009 * gdb.dwarf2/dw2-compdir-oldgcc.exp
11010 * gdb.dwarf2/dw2-compressed.exp
11011 * gdb.dwarf2/dw2-const.exp
11012 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
11013 * gdb.dwarf2/dw2-cu-size.exp
11014 * gdb.dwarf2/dw2-dup-frame.exp
11015 * gdb.dwarf2/dw2-entry-value.exp
11016 * gdb.dwarf2/dw2-icycle.exp
11017 * gdb.dwarf2/dw2-ifort-parameter.exp
11018 * gdb.dwarf2/dw2-inline-break.exp
11019 * gdb.dwarf2/dw2-inline-param.exp
11020 * gdb.dwarf2/dw2-intercu.exp
11021 * gdb.dwarf2/dw2-intermix.exp
11022 * gdb.dwarf2/dw2-lexical-block-bare.exp
11023 * gdb.dwarf2/dw2-linkage-name-trust.exp
11024 * gdb.dwarf2/dw2-minsym-in-cu.exp
11025 * gdb.dwarf2/dw2-noloc.exp
11026 * gdb.dwarf2/dw2-op-call.exp
11027 * gdb.dwarf2/dw2-op-out-param.exp
11028 * gdb.dwarf2/dw2-opt-structptr.exp
11029 * gdb.dwarf2/dw2-param-error.exp
11030 * gdb.dwarf2/dw2-producer.exp
11031 * gdb.dwarf2/dw2-ranges-base.exp
11032 * gdb.dwarf2/dw2-ref-missing-frame.exp
11033 * gdb.dwarf2/dw2-reg-undefined.exp
11034 * gdb.dwarf2/dw2-regno-invalid.exp
11035 * gdb.dwarf2/dw2-restore.exp
11036 * gdb.dwarf2/dw2-restrict.exp
11037 * gdb.dwarf2/dw2-single-line-discriminators.exp
11038 * gdb.dwarf2/dw2-strp.exp
11039 * gdb.dwarf2/dw2-undefined-ret-addr.exp
11040 * gdb.dwarf2/dw2-unresolved.exp
11041 * gdb.dwarf2/dw2-var-zero-addr.exp
11042 * gdb.dwarf2/dw4-sig-types.exp
11043 * gdb.dwarf2/dwz.exp
11044 * gdb.dwarf2/dynarr-ptr.exp
11045 * gdb.dwarf2/enum-type.exp
11046 * gdb.dwarf2/gdb-index.exp
11047 * gdb.dwarf2/implptr-64bit.exp
11048 * gdb.dwarf2/implptr-optimized-out.exp
11049 * gdb.dwarf2/implptr.exp
11050 * gdb.dwarf2/implref-array.exp
11051 * gdb.dwarf2/implref-const.exp
11052 * gdb.dwarf2/implref-global.exp
11053 * gdb.dwarf2/implref-struct.exp
11054 * gdb.dwarf2/mac-fileno.exp
11055 * gdb.dwarf2/main-subprogram.exp
11056 * gdb.dwarf2/member-ptr-forwardref.exp
11057 * gdb.dwarf2/method-ptr.exp
11058 * gdb.dwarf2/missing-sig-type.exp
11059 * gdb.dwarf2/nonvar-access.exp
11060 * gdb.dwarf2/opaque-type-lookup.exp
11061 * gdb.dwarf2/pieces-optimized-out.exp
11062 * gdb.dwarf2/pieces.exp
11063 * gdb.dwarf2/pr10770.exp
11064 * gdb.dwarf2/pr13961.exp
11065 * gdb.dwarf2/staticvirtual.exp
11066 * gdb.dwarf2/subrange.exp
11067 * gdb.dwarf2/symtab-producer.exp
11068 * gdb.dwarf2/trace-crash.exp
11069 * gdb.dwarf2/typeddwarf.exp
11070 * gdb.dwarf2/valop.exp
11071 * gdb.dwarf2/watch-notconst.exp
11072 * gdb.fortran/array-element.exp
11073 * gdb.fortran/charset.exp
11074 * gdb.fortran/common-block.exp
11075 * gdb.fortran/complex.exp
11076 * gdb.fortran/derived-type-function.exp
11077 * gdb.fortran/derived-type.exp
11078 * gdb.fortran/logical.exp
11079 * gdb.fortran/module.exp
11080 * gdb.fortran/multi-dim.exp
11081 * gdb.fortran/nested-funcs.exp
11082 * gdb.fortran/print-formatted.exp
11083 * gdb.fortran/subarray.exp
11084 * gdb.fortran/vla-alloc-assoc.exp
11085 * gdb.fortran/vla-datatypes.exp
11086 * gdb.fortran/vla-history.exp
11087 * gdb.fortran/vla-ptr-info.exp
11088 * gdb.fortran/vla-ptype-sub.exp
11089 * gdb.fortran/vla-ptype.exp
11090 * gdb.fortran/vla-sizeof.exp
11091 * gdb.fortran/vla-type.exp
11092 * gdb.fortran/vla-value-sub-arbitrary.exp
11093 * gdb.fortran/vla-value-sub-finish.exp
11094 * gdb.fortran/vla-value-sub.exp
11095 * gdb.fortran/vla-value.exp
11096 * gdb.fortran/whatis_type.exp
11097 * gdb.go/chan.exp
11098 * gdb.go/handcall.exp
11099 * gdb.go/hello.exp
11100 * gdb.go/integers.exp
11101 * gdb.go/methods.exp
11102 * gdb.go/package.exp
11103 * gdb.go/strings.exp
11104 * gdb.go/types.exp
11105 * gdb.go/unsafe.exp
11106 * gdb.guile/scm-arch.exp
11107 * gdb.guile/scm-block.exp
11108 * gdb.guile/scm-breakpoint.exp
11109 * gdb.guile/scm-cmd.exp
11110 * gdb.guile/scm-disasm.exp
11111 * gdb.guile/scm-equal.exp
11112 * gdb.guile/scm-frame-args.exp
11113 * gdb.guile/scm-frame-inline.exp
11114 * gdb.guile/scm-frame.exp
11115 * gdb.guile/scm-iterator.exp
11116 * gdb.guile/scm-math.exp
11117 * gdb.guile/scm-objfile.exp
11118 * gdb.guile/scm-ports.exp
11119 * gdb.guile/scm-symbol.exp
11120 * gdb.guile/scm-symtab.exp
11121 * gdb.guile/scm-value-cc.exp
11122 * gdb.guile/types-module.exp
11123 * gdb.linespec/break-ask.exp
11124 * gdb.linespec/cpexplicit.exp
11125 * gdb.linespec/explicit.exp
11126 * gdb.linespec/keywords.exp
11127 * gdb.linespec/linespec.exp
11128 * gdb.linespec/ls-dollar.exp
11129 * gdb.linespec/ls-errs.exp
11130 * gdb.linespec/skip-two.exp
11131 * gdb.linespec/thread.exp
11132 * gdb.mi/mi-async.exp
11133 * gdb.mi/mi-basics.exp
11134 * gdb.mi/mi-break.exp
11135 * gdb.mi/mi-catch-load.exp
11136 * gdb.mi/mi-cli.exp
11137 * gdb.mi/mi-cmd-param-changed.exp
11138 * gdb.mi/mi-console.exp
11139 * gdb.mi/mi-detach.exp
11140 * gdb.mi/mi-disassemble.exp
11141 * gdb.mi/mi-eval.exp
11142 * gdb.mi/mi-file-transfer.exp
11143 * gdb.mi/mi-file.exp
11144 * gdb.mi/mi-fill-memory.exp
11145 * gdb.mi/mi-inheritance-syntax-error.exp
11146 * gdb.mi/mi-linespec-err-cp.exp
11147 * gdb.mi/mi-logging.exp
11148 * gdb.mi/mi-memory-changed.exp
11149 * gdb.mi/mi-read-memory.exp
11150 * gdb.mi/mi-record-changed.exp
11151 * gdb.mi/mi-reg-undefined.exp
11152 * gdb.mi/mi-regs.exp
11153 * gdb.mi/mi-return.exp
11154 * gdb.mi/mi-reverse.exp
11155 * gdb.mi/mi-simplerun.exp
11156 * gdb.mi/mi-solib.exp
11157 * gdb.mi/mi-stack.exp
11158 * gdb.mi/mi-stepi.exp
11159 * gdb.mi/mi-syn-frame.exp
11160 * gdb.mi/mi-until.exp
11161 * gdb.mi/mi-var-block.exp
11162 * gdb.mi/mi-var-child.exp
11163 * gdb.mi/mi-var-cmd.exp
11164 * gdb.mi/mi-var-cp.exp
11165 * gdb.mi/mi-var-display.exp
11166 * gdb.mi/mi-var-invalidate.exp
11167 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
11168 * gdb.mi/mi-vla-fortran.exp
11169 * gdb.mi/mi-watch.exp
11170 * gdb.mi/mi2-var-child.exp
11171 * gdb.mi/user-selected-context-sync.exp
11172 * gdb.modula2/unbounded-array.exp
11173 * gdb.multi/dummy-frame-restore.exp
11174 * gdb.multi/multi-arch-exec.exp
11175 * gdb.multi/multi-arch.exp
11176 * gdb.multi/tids.exp
11177 * gdb.multi/watchpoint-multi.exp
11178 * gdb.opencl/callfuncs.exp
11179 * gdb.opencl/convs_casts.exp
11180 * gdb.opencl/datatypes.exp
11181 * gdb.opencl/operators.exp
11182 * gdb.opencl/vec_comps.exp
11183 * gdb.opt/clobbered-registers-O2.exp
11184 * gdb.opt/inline-break.exp
11185 * gdb.opt/inline-bt.exp
11186 * gdb.opt/inline-cmds.exp
11187 * gdb.opt/inline-locals.exp
11188 * gdb.pascal/case-insensitive-symbols.exp
11189 * gdb.pascal/floats.exp
11190 * gdb.pascal/gdb11492.exp
11191 * gdb.python/lib-types.exp
11192 * gdb.python/py-arch.exp
11193 * gdb.python/py-as-string.exp
11194 * gdb.python/py-bad-printers.exp
11195 * gdb.python/py-block.exp
11196 * gdb.python/py-breakpoint-create-fail.exp
11197 * gdb.python/py-breakpoint.exp
11198 * gdb.python/py-caller-is.exp
11199 * gdb.python/py-cmd.exp
11200 * gdb.python/py-explore-cc.exp
11201 * gdb.python/py-explore.exp
11202 * gdb.python/py-finish-breakpoint.exp
11203 * gdb.python/py-finish-breakpoint2.exp
11204 * gdb.python/py-frame-args.exp
11205 * gdb.python/py-frame-inline.exp
11206 * gdb.python/py-frame.exp
11207 * gdb.python/py-framefilter-mi.exp
11208 * gdb.python/py-infthread.exp
11209 * gdb.python/py-lazy-string.exp
11210 * gdb.python/py-linetable.exp
11211 * gdb.python/py-mi-events.exp
11212 * gdb.python/py-mi-objfile.exp
11213 * gdb.python/py-mi.exp
11214 * gdb.python/py-objfile.exp
11215 * gdb.python/py-pp-integral.exp
11216 * gdb.python/py-pp-maint.exp
11217 * gdb.python/py-pp-re-notag.exp
11218 * gdb.python/py-pp-registration.exp
11219 * gdb.python/py-recurse-unwind.exp
11220 * gdb.python/py-strfns.exp
11221 * gdb.python/py-symbol.exp
11222 * gdb.python/py-symtab.exp
11223 * gdb.python/py-sync-interp.exp
11224 * gdb.python/py-typeprint.exp
11225 * gdb.python/py-unwind-maint.exp
11226 * gdb.python/py-unwind.exp
11227 * gdb.python/py-value-cc.exp
11228 * gdb.python/py-xmethods.exp
11229 * gdb.reverse/amd64-tailcall-reverse.exp
11230 * gdb.reverse/break-precsave.exp
11231 * gdb.reverse/break-reverse.exp
11232 * gdb.reverse/consecutive-precsave.exp
11233 * gdb.reverse/consecutive-reverse.exp
11234 * gdb.reverse/finish-precsave.exp
11235 * gdb.reverse/finish-reverse-bkpt.exp
11236 * gdb.reverse/finish-reverse.exp
11237 * gdb.reverse/fstatat-reverse.exp
11238 * gdb.reverse/getresuid-reverse.exp
11239 * gdb.reverse/i386-precsave.exp
11240 * gdb.reverse/i386-reverse.exp
11241 * gdb.reverse/i386-sse-reverse.exp
11242 * gdb.reverse/i387-env-reverse.exp
11243 * gdb.reverse/i387-stack-reverse.exp
11244 * gdb.reverse/insn-reverse.exp
11245 * gdb.reverse/machinestate-precsave.exp
11246 * gdb.reverse/machinestate.exp
11247 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11248 * gdb.reverse/pipe-reverse.exp
11249 * gdb.reverse/readv-reverse.exp
11250 * gdb.reverse/recvmsg-reverse.exp
11251 * gdb.reverse/rerun-prec.exp
11252 * gdb.reverse/s390-mvcle.exp
11253 * gdb.reverse/step-precsave.exp
11254 * gdb.reverse/step-reverse.exp
11255 * gdb.reverse/time-reverse.exp
11256 * gdb.reverse/until-precsave.exp
11257 * gdb.reverse/until-reverse.exp
11258 * gdb.reverse/waitpid-reverse.exp
11259 * gdb.reverse/watch-precsave.exp
11260 * gdb.reverse/watch-reverse.exp
11261 * gdb.rust/generics.exp
11262 * gdb.rust/methods.exp
11263 * gdb.rust/modules.exp
11264 * gdb.rust/simple.exp
11265 * gdb.server/connect-with-no-symbol-file.exp
11266 * gdb.server/ext-attach.exp
11267 * gdb.server/ext-restart.exp
11268 * gdb.server/ext-wrapper.exp
11269 * gdb.server/file-transfer.exp
11270 * gdb.server/server-exec-info.exp
11271 * gdb.server/server-kill.exp
11272 * gdb.server/server-mon.exp
11273 * gdb.server/wrapper.exp
11274 * gdb.stabs/exclfwd.exp
11275 * gdb.stabs/gdb11479.exp
11276 * gdb.threads/clone-new-thread-event.exp
11277 * gdb.threads/corethreads.exp
11278 * gdb.threads/current-lwp-dead.exp
11279 * gdb.threads/dlopen-libpthread.exp
11280 * gdb.threads/gcore-thread.exp
11281 * gdb.threads/sigstep-threads.exp
11282 * gdb.threads/watchpoint-fork.exp
11283 * gdb.trace/actions-changed.exp
11284 * gdb.trace/backtrace.exp
11285 * gdb.trace/change-loc.exp
11286 * gdb.trace/circ.exp
11287 * gdb.trace/collection.exp
11288 * gdb.trace/disconnected-tracing.exp
11289 * gdb.trace/ftrace.exp
11290 * gdb.trace/mi-trace-frame-collected.exp
11291 * gdb.trace/mi-trace-unavailable.exp
11292 * gdb.trace/mi-traceframe-changed.exp
11293 * gdb.trace/mi-tsv-changed.exp
11294 * gdb.trace/no-attach-trace.exp
11295 * gdb.trace/passc-dyn.exp
11296 * gdb.trace/qtro.exp
11297 * gdb.trace/range-stepping.exp
11298 * gdb.trace/read-memory.exp
11299 * gdb.trace/save-trace.exp
11300 * gdb.trace/signal.exp
11301 * gdb.trace/status-stop.exp
11302 * gdb.trace/tfile.exp
11303 * gdb.trace/trace-break.exp
11304 * gdb.trace/trace-buffer-size.exp
11305 * gdb.trace/trace-condition.exp
11306 * gdb.trace/tracefile-pseudo-reg.exp
11307 * gdb.trace/tstatus.exp
11308 * gdb.trace/unavailable.exp
11309 * gdb.trace/while-dyn.exp
11310 * gdb.trace/while-stepping.exp
11311
11312 2016-12-22 Doug Evans <xdje42@gmail.com>
11313
11314 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
11315 and msymbols.
11316
11317 2016-12-19 Yao Qi <yao.qi@linaro.org>
11318
11319 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
11320 (test_with_self): Don't call do_steps_and_nexts, and remove
11321 code about stepping into xmalloc.
11322
11323 2016-12-09 Yao Qi <yao.qi@linaro.org>
11324
11325 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
11326
11327 2016-12-09 Yao Qi <yao.qi@linaro.org>
11328
11329 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
11330
11331 2016-12-09 Pedro Alves <palves@redhat.com>
11332
11333 * gdb.base/all-architectures-0.exp: New file.
11334 * gdb.base/all-architectures-1.exp: New file.
11335 * gdb.base/all-architectures-2.exp: New file.
11336 * gdb.base/all-architectures-3.exp: New file.
11337 * gdb.base/all-architectures-4.exp: New file.
11338 * gdb.base/all-architectures-5.exp: New file.
11339 * gdb.base/all-architectures-6.exp: New file.
11340 * gdb.base/all-architectures-7.exp: New file.
11341 * gdb.base/all-architectures.exp.in: New file.
11342
11343 2016-12-09 Yao Qi <yao.qi@linaro.org>
11344
11345 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
11346
11347 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
11348
11349 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
11350 possible.
11351 Remove useless pattern-matching code.
11352
11353 2016-12-02 Pedro Alves <palves@redhat.com>
11354
11355 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
11356 procedure.
11357 (top level): Call it.
11358
11359 2016-12-02 Pedro Alves <palves@redhat.com>
11360
11361 * gdb.base/commands.exp (user_defined_command_args_stack_test):
11362 New procedure.
11363 (top level): Call it.
11364
11365 2016-12-02 Pedro Alves <palves@redhat.com>
11366
11367 PR cli/20559
11368 * gdb.base/commands.exp (user_defined_command_args_eval): New
11369 procedure.
11370 (top level): Call it.
11371
11372 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
11373
11374 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
11375 timeout handling.
11376
11377 2016-12-02 Tom Tromey <tom@tromey.com>
11378
11379 * gdb.dwarf2/main-subprogram.c: New file.
11380 * gdb.dwarf2/main-subprogram.exp: New file.
11381
11382 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11383
11384 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
11385 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
11386 gdb_test_no_output for a couple of cases.
11387 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
11388
11389 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11390
11391 Fix test names and standardize compilation error messages throughout
11392 the following files:
11393
11394 * gdb.ada/start.exp
11395 * gdb.arch/alpha-step.exp
11396 * gdb.arch/e500-prologue.exp
11397 * gdb.arch/ftrace-insn-reloc.exp
11398 * gdb.arch/gdb1291.exp
11399 * gdb.arch/gdb1431.exp
11400 * gdb.arch/gdb1558.exp
11401 * gdb.arch/i386-dr3-watch.exp
11402 * gdb.arch/i386-sse-stack-align.exp
11403 * gdb.arch/ia64-breakpoint-shadow.exp
11404 * gdb.arch/pa-nullify.exp
11405 * gdb.arch/powerpc-aix-prologue.exp
11406 * gdb.arch/thumb-bx-pc.exp
11407 * gdb.base/annota1.exp
11408 * gdb.base/annota3.exp
11409 * gdb.base/arrayidx.exp
11410 * gdb.base/assign.exp
11411 * gdb.base/attach.exp
11412 * gdb.base/auxv.exp
11413 * gdb.base/bang.exp
11414 * gdb.base/bfp-test.exp
11415 * gdb.base/bigcore.exp
11416 * gdb.base/bitfields2.exp
11417 * gdb.base/break-fun-addr.exp
11418 * gdb.base/break-probes.exp
11419 * gdb.base/call-rt-st.exp
11420 * gdb.base/callexit.exp
11421 * gdb.base/catch-fork-kill.exp
11422 * gdb.base/charset.exp
11423 * gdb.base/checkpoint.exp
11424 * gdb.base/comprdebug.exp
11425 * gdb.base/constvars.exp
11426 * gdb.base/coredump-filter.exp
11427 * gdb.base/cursal.exp
11428 * gdb.base/cvexpr.exp
11429 * gdb.base/detach.exp
11430 * gdb.base/display.exp
11431 * gdb.base/dmsym.exp
11432 * gdb.base/dprintf-pending.exp
11433 * gdb.base/dso2dso.exp
11434 * gdb.base/dtrace-probe.exp
11435 * gdb.base/dump.exp
11436 * gdb.base/enum_cond.exp
11437 * gdb.base/exe-lock.exp
11438 * gdb.base/exec-invalid-sysroot.exp
11439 * gdb.base/execl-update-breakpoints.exp
11440 * gdb.base/exprs.exp
11441 * gdb.base/fileio.exp
11442 * gdb.base/find.exp
11443 * gdb.base/finish.exp
11444 * gdb.base/fixsection.exp
11445 * gdb.base/foll-vfork.exp
11446 * gdb.base/frame-args.exp
11447 * gdb.base/gcore.exp
11448 * gdb.base/gdb1250.exp
11449 * gdb.base/global-var-nested-by-dso.exp
11450 * gdb.base/gnu-ifunc.exp
11451 * gdb.base/hashline1.exp
11452 * gdb.base/hashline2.exp
11453 * gdb.base/hashline3.exp
11454 * gdb.base/hbreak-in-shr-unsupported.exp
11455 * gdb.base/huge.exp
11456 * gdb.base/infcall-input.exp
11457 * gdb.base/info-fun.exp
11458 * gdb.base/info-shared.exp
11459 * gdb.base/jit-simple.exp
11460 * gdb.base/jit-so.exp
11461 * gdb.base/jit.exp
11462 * gdb.base/jump.exp
11463 * gdb.base/label.exp
11464 * gdb.base/lineinc.exp
11465 * gdb.base/logical.exp
11466 * gdb.base/longjmp.exp
11467 * gdb.base/macscp.exp
11468 * gdb.base/miscexprs.exp
11469 * gdb.base/new-ui-echo.exp
11470 * gdb.base/new-ui-pending-input.exp
11471 * gdb.base/new-ui.exp
11472 * gdb.base/nodebug.exp
11473 * gdb.base/nofield.exp
11474 * gdb.base/offsets.exp
11475 * gdb.base/overlays.exp
11476 * gdb.base/pending.exp
11477 * gdb.base/pointers.exp
11478 * gdb.base/pr11022.exp
11479 * gdb.base/printcmds.exp
11480 * gdb.base/prologue.exp
11481 * gdb.base/ptr-typedef.exp
11482 * gdb.base/realname-expand.exp
11483 * gdb.base/relativedebug.exp
11484 * gdb.base/relocate.exp
11485 * gdb.base/remote.exp
11486 * gdb.base/reread.exp
11487 * gdb.base/return2.exp
11488 * gdb.base/savedregs.exp
11489 * gdb.base/sep.exp
11490 * gdb.base/sepdebug.exp
11491 * gdb.base/sepsymtab.exp
11492 * gdb.base/set-inferior-tty.exp
11493 * gdb.base/setshow.exp
11494 * gdb.base/shlib-call.exp
11495 * gdb.base/sigaltstack.exp
11496 * gdb.base/siginfo-addr.exp
11497 * gdb.base/signals.exp
11498 * gdb.base/signull.exp
11499 * gdb.base/sigrepeat.exp
11500 * gdb.base/so-impl-ld.exp
11501 * gdb.base/solib-display.exp
11502 * gdb.base/solib-overlap.exp
11503 * gdb.base/solib-search.exp
11504 * gdb.base/solib-symbol.exp
11505 * gdb.base/structs.exp
11506 * gdb.base/structs2.exp
11507 * gdb.base/symtab-search-order.exp
11508 * gdb.base/twice.exp
11509 * gdb.base/unload.exp
11510 * gdb.base/varargs.exp
11511 * gdb.base/watchpoint-solib.exp
11512 * gdb.base/watchpoint.exp
11513 * gdb.base/whatis.exp
11514 * gdb.base/wrong_frame_bt_full.exp
11515 * gdb.btrace/dlopen.exp
11516 * gdb.cell/ea-standalone.exp
11517 * gdb.cell/ea-test.exp
11518 * gdb.cp/dispcxx.exp
11519 * gdb.cp/gdb2384.exp
11520 * gdb.cp/method2.exp
11521 * gdb.cp/nextoverthrow.exp
11522 * gdb.cp/pr10728.exp
11523 * gdb.disasm/am33.exp
11524 * gdb.disasm/h8300s.exp
11525 * gdb.disasm/mn10300.exp
11526 * gdb.disasm/sh3.exp
11527 * gdb.dwarf2/dw2-dir-file-name.exp
11528 * gdb.fortran/complex.exp
11529 * gdb.fortran/library-module.exp
11530 * gdb.guile/scm-pretty-print.exp
11531 * gdb.guile/scm-symbol.exp
11532 * gdb.guile/scm-type.exp
11533 * gdb.guile/scm-value.exp
11534 * gdb.linespec/linespec.exp
11535 * gdb.mi/gdb701.exp
11536 * gdb.mi/gdb792.exp
11537 * gdb.mi/mi-breakpoint-changed.exp
11538 * gdb.mi/mi-dprintf-pending.exp
11539 * gdb.mi/mi-dprintf.exp
11540 * gdb.mi/mi-exit-code.exp
11541 * gdb.mi/mi-pending.exp
11542 * gdb.mi/mi-solib.exp
11543 * gdb.mi/new-ui-mi-sync.exp
11544 * gdb.mi/pr11022.exp
11545 * gdb.mi/user-selected-context-sync.exp
11546 * gdb.opt/solib-intra-step.exp
11547 * gdb.python/py-events.exp
11548 * gdb.python/py-finish-breakpoint.exp
11549 * gdb.python/py-mi.exp
11550 * gdb.python/py-prettyprint.exp
11551 * gdb.python/py-shared.exp
11552 * gdb.python/py-symbol.exp
11553 * gdb.python/py-template.exp
11554 * gdb.python/py-type.exp
11555 * gdb.python/py-value.exp
11556 * gdb.reverse/solib-precsave.exp
11557 * gdb.reverse/solib-reverse.exp
11558 * gdb.server/solib-list.exp
11559 * gdb.stabs/weird.exp
11560 * gdb.threads/reconnect-signal.exp
11561 * gdb.threads/stepi-random-signal.exp
11562 * gdb.trace/actions.exp
11563 * gdb.trace/ax.exp
11564 * gdb.trace/backtrace.exp
11565 * gdb.trace/change-loc.exp
11566 * gdb.trace/deltrace.exp
11567 * gdb.trace/ftrace-lock.exp
11568 * gdb.trace/ftrace.exp
11569 * gdb.trace/infotrace.exp
11570 * gdb.trace/mi-tracepoint-changed.exp
11571 * gdb.trace/packetlen.exp
11572 * gdb.trace/passcount.exp
11573 * gdb.trace/pending.exp
11574 * gdb.trace/range-stepping.exp
11575 * gdb.trace/report.exp
11576 * gdb.trace/stap-trace.exp
11577 * gdb.trace/tfind.exp
11578 * gdb.trace/trace-break.exp
11579 * gdb.trace/trace-condition.exp
11580 * gdb.trace/trace-enable-disable.exp
11581 * gdb.trace/trace-mt.exp
11582 * gdb.trace/tracecmd.exp
11583 * gdb.trace/tspeed.exp
11584 * gdb.trace/tsv.exp
11585 * lib/perftest.exp
11586
11587 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11588
11589 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
11590 with gdb_test_no_output.
11591 Use command as test name.
11592
11593 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11594
11595 Fix test names starting with uppercase throughout the files.
11596
11597 * gdb.ada/assign_1.exp
11598 * gdb.ada/boolean_expr.exp
11599 * gdb.base/arrayidx.exp
11600 * gdb.base/del.exp
11601 * gdb.base/gcore-buffer-overflow.exp
11602 * gdb.base/testenv.exp
11603 * gdb.compile/compile.exp
11604 * gdb.python/py-framefilter-invalidarg.exp
11605 * gdb.python/py-framefilter.exp
11606
11607 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11608
11609 Fix test names starting with uppercase throughout the files.
11610
11611 * gdb.ada/array_return.exp
11612 * gdb.ada/expr_delims.exp
11613 * gdb.ada/mi_dyn_arr.exp
11614 * gdb.ada/mi_interface.exp
11615 * gdb.ada/mi_var_array.exp
11616 * gdb.ada/watch_arg.exp
11617 * gdb.arch/alpha-step.exp
11618 * gdb.arch/altivec-regs.exp
11619 * gdb.arch/e500-regs.exp
11620 * gdb.arch/powerpc-d128-regs.exp
11621 * gdb.base/arrayidx.exp
11622 * gdb.base/break.exp
11623 * gdb.base/checkpoint.exp
11624 * gdb.base/debug-expr.exp
11625 * gdb.base/dmsym.exp
11626 * gdb.base/radix.exp
11627 * gdb.base/sepdebug.exp
11628 * gdb.base/testenv.exp
11629 * gdb.base/watch_thread_num.exp
11630 * gdb.base/watchpoint-cond-gone.exp
11631 * gdb.cell/break.exp
11632 * gdb.cell/ea-cache.exp
11633 * gdb.compile/compile.exp
11634 * gdb.cp/gdb2495.exp
11635 * gdb.gdb/selftest.exp
11636 * gdb.gdb/xfullpath.exp
11637 * gdb.go/hello.exp
11638 * gdb.go/integers.exp
11639 * gdb.objc/basicclass.exp
11640 * gdb.pascal/hello.exp
11641 * gdb.pascal/integers.exp
11642 * gdb.python/py-breakpoint.exp
11643 * gdb.python/py-cmd.exp
11644 * gdb.python/py-linetable.exp
11645 * gdb.python/py-xmethods.exp
11646 * gdb.python/python.exp
11647 * gdb.reverse/consecutive-precsave.exp
11648 * gdb.reverse/finish-precsave.exp
11649 * gdb.reverse/i386-precsave.exp
11650 * gdb.reverse/machinestate-precsave.exp
11651 * gdb.reverse/sigall-precsave.exp
11652 * gdb.reverse/solib-precsave.exp
11653 * gdb.reverse/step-precsave.exp
11654 * gdb.reverse/until-precsave.exp
11655 * gdb.reverse/watch-precsave.exp
11656 * gdb.threads/leader-exit.exp
11657 * gdb.threads/pthreads.exp
11658 * gdb.threads/wp-replication.exp
11659 * gdb.trace/actions.exp
11660 * gdb.trace/mi-tsv-changed.exp
11661 * gdb.trace/tsv.exp
11662
11663 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11664
11665 Fix test names starting with uppercase throughout the files.
11666
11667 * gdb.arch/i386-bp_permanent.exp
11668 * gdb.arch/i386-gnu-cfi.exp
11669 * gdb.base/disasm-end-cu.exp
11670 * gdb.base/macscp.exp
11671 * gdb.base/pending.exp
11672 * gdb.base/watch_thread_num.exp
11673 * gdb.cp/exception.exp
11674 * gdb.cp/gdb2495.exp
11675 * gdb.cp/local.exp
11676 * gdb.python/py-evsignal.exp
11677 * gdb.python/python.exp
11678 * gdb.trace/tracecmd.exp
11679
11680 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11681
11682 Fix test names starting with uppercase throughout the files.
11683
11684 * gdb.base/charset.exp
11685 * gdb.base/eval.exp
11686 * gdb.base/multi-forks.exp
11687 * gdb.guile/scm-progspace.exp
11688 * gdb.opencl/datatypes.exp
11689 * gdb.python/py-block.exp
11690 * gdb.python/py-function.exp
11691 * gdb.python/py-symbol.exp
11692 * gdb.python/py-symtab.exp
11693 * gdb.python/py-xmethods.exp
11694 * gdb.reverse/break-precsave.exp
11695 * gdb.reverse/break-reverse.exp
11696 * gdb.reverse/consecutive-precsave.exp
11697 * gdb.reverse/consecutive-reverse.exp
11698 * gdb.reverse/finish-precsave.exp
11699 * gdb.reverse/finish-reverse-bkpt.exp
11700 * gdb.reverse/finish-reverse.exp
11701 * gdb.reverse/fstatat-reverse.exp
11702 * gdb.reverse/getresuid-reverse.exp
11703 * gdb.reverse/i386-precsave.exp
11704 * gdb.reverse/i386-reverse.exp
11705 * gdb.reverse/i386-sse-reverse.exp
11706 * gdb.reverse/i387-stack-reverse.exp
11707 * gdb.reverse/insn-reverse.exp
11708 * gdb.reverse/machinestate-precsave.exp
11709 * gdb.reverse/machinestate.exp
11710 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11711 * gdb.reverse/pipe-reverse.exp
11712 * gdb.reverse/readv-reverse.exp
11713 * gdb.reverse/recvmsg-reverse.exp
11714 * gdb.reverse/rerun-prec.exp
11715 * gdb.reverse/s390-mvcle.exp
11716 * gdb.reverse/sigall-precsave.exp
11717 * gdb.reverse/sigall-reverse.exp
11718 * gdb.reverse/solib-precsave.exp
11719 * gdb.reverse/solib-reverse.exp
11720 * gdb.reverse/step-precsave.exp
11721 * gdb.reverse/step-reverse.exp
11722 * gdb.reverse/time-reverse.exp
11723 * gdb.reverse/until-precsave.exp
11724 * gdb.reverse/until-reverse.exp
11725 * gdb.reverse/waitpid-reverse.exp
11726 * gdb.reverse/watch-precsave.exp
11727 * gdb.reverse/watch-reverse.exp
11728
11729 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11730
11731 Fix test names starting with uppercase throughout the files.
11732
11733 * gdb.arch/i386-mpx-simple_segv.exp
11734 * gdb.arch/i386-mpx.exp
11735 * gdb.arch/i386-permbkpt.exp
11736 * gdb.arch/pa-nullify.exp
11737 * gdb.arch/powerpc-d128-regs.exp
11738 * gdb.arch/vsx-regs.exp
11739 * gdb.base/bfp-test.exp
11740 * gdb.base/break.exp
11741 * gdb.base/breakpoint-shadow.exp
11742 * gdb.base/callfuncs.exp
11743 * gdb.base/charset.exp
11744 * gdb.base/commands.exp
11745 * gdb.base/completion.exp
11746 * gdb.base/dfp-test.exp
11747 * gdb.base/echo.exp
11748 * gdb.base/ending-run.exp
11749 * gdb.base/eval.exp
11750 * gdb.base/expand-psymtabs.exp
11751 * gdb.base/float128.exp
11752 * gdb.base/floatn.exp
11753 * gdb.base/foll-exec-mode.exp
11754 * gdb.base/gdb1056.exp
11755 * gdb.base/gdb11531.exp
11756 * gdb.base/kill-after-signal.exp
11757 * gdb.base/multi-forks.exp
11758 * gdb.base/overlays.exp
11759 * gdb.base/pending.exp
11760 * gdb.base/sepdebug.exp
11761 * gdb.base/testenv.exp
11762 * gdb.base/valgrind-db-attach.exp
11763 * gdb.base/watch_thread_num.exp
11764 * gdb.base/watchpoint-cond-gone.exp
11765 * gdb.base/watchpoint.exp
11766 * gdb.base/watchpoints.exp
11767 * gdb.cp/arg-reference.exp
11768 * gdb.cp/baseenum.exp
11769 * gdb.cp/operator.exp
11770 * gdb.cp/shadow.exp
11771 * gdb.dwarf2/dw2-op-out-param.exp
11772 * gdb.dwarf2/dw2-reg-undefined.exp
11773 * gdb.go/chan.exp
11774 * gdb.go/hello.exp
11775 * gdb.go/integers.exp
11776 * gdb.go/methods.exp
11777 * gdb.go/package.exp
11778 * gdb.guile/scm-parameter.exp
11779 * gdb.guile/scm-progspace.exp
11780 * gdb.guile/scm-value.exp
11781 * gdb.mi/mi-pending.exp
11782 * gdb.mi/user-selected-context-sync.exp
11783 * gdb.multi/multi-attach.exp
11784 * gdb.multi/tids.exp
11785 * gdb.opt/clobbered-registers-O2.exp
11786 * gdb.pascal/floats.exp
11787 * gdb.pascal/integers.exp
11788 * gdb.python/py-block.exp
11789 * gdb.python/py-events.exp
11790 * gdb.python/py-parameter.exp
11791 * gdb.python/py-symbol.exp
11792 * gdb.python/py-symtab.exp
11793 * gdb.python/py-type.exp
11794 * gdb.python/py-value.exp
11795 * gdb.python/py-xmethods.exp
11796 * gdb.python/python.exp
11797 * gdb.reverse/break-precsave.exp
11798 * gdb.reverse/consecutive-precsave.exp
11799 * gdb.reverse/finish-precsave.exp
11800 * gdb.reverse/i386-precsave.exp
11801 * gdb.reverse/machinestate-precsave.exp
11802 * gdb.reverse/sigall-precsave.exp
11803 * gdb.reverse/solib-precsave.exp
11804 * gdb.reverse/step-precsave.exp
11805 * gdb.reverse/until-precsave.exp
11806 * gdb.reverse/watch-precsave.exp
11807 * gdb.server/ext-attach.exp
11808 * gdb.server/ext-restart.exp
11809 * gdb.server/ext-run.exp
11810 * gdb.server/ext-wrapper.exp
11811 * gdb.stabs/gdb11479.exp
11812 * gdb.stabs/weird.exp
11813 * gdb.threads/attach-many-short-lived-threads.exp
11814 * gdb.threads/kill.exp
11815 * gdb.threads/watchpoint-fork.exp
11816
11817 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11818
11819 Fix test names starting with uppercase throughout all the files below.
11820
11821 * gdb.ada/array_return.exp
11822 * gdb.ada/catch_ex.exp
11823 * gdb.ada/info_exc.exp
11824 * gdb.ada/mi_catch_ex.exp
11825 * gdb.ada/mi_dyn_arr.exp
11826 * gdb.ada/mi_ex_cond.exp
11827 * gdb.ada/mi_exc_info.exp
11828 * gdb.ada/mi_interface.exp
11829 * gdb.ada/mi_task_arg.exp
11830 * gdb.ada/mi_task_info.exp
11831 * gdb.ada/mi_var_array.exp
11832 * gdb.arch/alpha-step.exp
11833 * gdb.arch/amd64-disp-step.exp
11834 * gdb.arch/arm-disp-step.exp
11835 * gdb.arch/disp-step-insn-reloc.exp
11836 * gdb.arch/e500-prologue.exp
11837 * gdb.arch/ftrace-insn-reloc.exp
11838 * gdb.arch/gdb1558.exp
11839 * gdb.arch/i386-bp_permanent.exp
11840 * gdb.arch/i386-disp-step.exp
11841 * gdb.arch/i386-float.exp
11842 * gdb.arch/i386-gnu-cfi.exp
11843 * gdb.arch/ia64-breakpoint-shadow.exp
11844 * gdb.arch/mips16-thunks.exp
11845 * gdb.arch/pa-nullify.exp
11846 * gdb.arch/powerpc-aix-prologue.exp
11847 * gdb.arch/powerpc-power.exp
11848 * gdb.arch/ppc-dfp.exp
11849 * gdb.arch/s390-tdbregs.exp
11850 * gdb.arch/spu-info.exp
11851 * gdb.arch/spu-ls.exp
11852 * gdb.arch/thumb-bx-pc.exp
11853 * gdb.base/advance.exp
11854 * gdb.base/annota-input-while-running.exp
11855 * gdb.base/arrayidx.exp
11856 * gdb.base/asmlabel.exp
11857 * gdb.base/async.exp
11858 * gdb.base/attach-wait-input.exp
11859 * gdb.base/auto-connect-native-target.exp
11860 * gdb.base/batch-preserve-term-settings.exp
11861 * gdb.base/bfp-test.exp
11862 * gdb.base/bigcore.exp
11863 * gdb.base/bp-permanent.exp
11864 * gdb.base/break-always.exp
11865 * gdb.base/break-fun-addr.exp
11866 * gdb.base/break-idempotent.exp
11867 * gdb.base/break-main-file-remove-fail.exp
11868 * gdb.base/break-probes.exp
11869 * gdb.base/break-unload-file.exp
11870 * gdb.base/break.exp
11871 * gdb.base/call-ar-st.exp
11872 * gdb.base/call-rt-st.exp
11873 * gdb.base/call-sc.exp
11874 * gdb.base/call-signal-resume.exp
11875 * gdb.base/call-strs.exp
11876 * gdb.base/callexit.exp
11877 * gdb.base/callfuncs.exp
11878 * gdb.base/catch-gdb-caused-signals.exp
11879 * gdb.base/catch-signal-siginfo-cond.exp
11880 * gdb.base/catch-syscall.exp
11881 * gdb.base/compare-sections.exp
11882 * gdb.base/cond-eval-mode.exp
11883 * gdb.base/condbreak-call-false.exp
11884 * gdb.base/consecutive-step-over.exp
11885 * gdb.base/cursal.exp
11886 * gdb.base/disabled-location.exp
11887 * gdb.base/disasm-end-cu.exp
11888 * gdb.base/display.exp
11889 * gdb.base/double-prompt-target-event-error.exp
11890 * gdb.base/dprintf-bp-same-addr.exp
11891 * gdb.base/dprintf-detach.exp
11892 * gdb.base/dprintf-next.exp
11893 * gdb.base/dprintf-non-stop.exp
11894 * gdb.base/dprintf-pending.exp
11895 * gdb.base/dso2dso.exp
11896 * gdb.base/ending-run.exp
11897 * gdb.base/enum_cond.exp
11898 * gdb.base/examine-backward.exp
11899 * gdb.base/exe-lock.exp
11900 * gdb.base/exec-invalid-sysroot.exp
11901 * gdb.base/execl-update-breakpoints.exp
11902 * gdb.base/execution-termios.exp
11903 * gdb.base/fileio.exp
11904 * gdb.base/fixsection.exp
11905 * gdb.base/foll-exec-mode.exp
11906 * gdb.base/foll-exec.exp
11907 * gdb.base/fork-running-state.exp
11908 * gdb.base/frame-args.exp
11909 * gdb.base/fullpath-expand.exp
11910 * gdb.base/func-ptr.exp
11911 * gdb.base/gcore-relro-pie.exp
11912 * gdb.base/gdb1090.exp
11913 * gdb.base/gdb1555.exp
11914 * gdb.base/global-var-nested-by-dso.exp
11915 * gdb.base/gnu-ifunc.exp
11916 * gdb.base/hbreak-in-shr-unsupported.exp
11917 * gdb.base/hbreak-unmapped.exp
11918 * gdb.base/hook-stop.exp
11919 * gdb.base/infcall-input.exp
11920 * gdb.base/info-fun.exp
11921 * gdb.base/info-shared.exp
11922 * gdb.base/interrupt-noterm.exp
11923 * gdb.base/jit-so.exp
11924 * gdb.base/jit.exp
11925 * gdb.base/line-symtabs.exp
11926 * gdb.base/list.exp
11927 * gdb.base/longjmp.exp
11928 * gdb.base/macscp.exp
11929 * gdb.base/max-value-size.exp
11930 * gdb.base/nodebug.exp
11931 * gdb.base/nofield.exp
11932 * gdb.base/overlays.exp
11933 * gdb.base/paginate-after-ctrl-c-running.exp
11934 * gdb.base/paginate-bg-execution.exp
11935 * gdb.base/paginate-inferior-exit.exp
11936 * gdb.base/pending.exp
11937 * gdb.base/pr11022.exp
11938 * gdb.base/printcmds.exp
11939 * gdb.base/ptr-typedef.exp
11940 * gdb.base/ptype.exp
11941 * gdb.base/randomize.exp
11942 * gdb.base/range-stepping.exp
11943 * gdb.base/realname-expand.exp
11944 * gdb.base/relativedebug.exp
11945 * gdb.base/remote.exp
11946 * gdb.base/savedregs.exp
11947 * gdb.base/sepdebug.exp
11948 * gdb.base/set-noassign.exp
11949 * gdb.base/shlib-call.exp
11950 * gdb.base/shreloc.exp
11951 * gdb.base/sigaltstack.exp
11952 * gdb.base/sigbpt.exp
11953 * gdb.base/siginfo-addr.exp
11954 * gdb.base/siginfo-obj.exp
11955 * gdb.base/siginfo-thread.exp
11956 * gdb.base/signest.exp
11957 * gdb.base/signull.exp
11958 * gdb.base/sigrepeat.exp
11959 * gdb.base/skip.exp
11960 * gdb.base/so-impl-ld.exp
11961 * gdb.base/solib-corrupted.exp
11962 * gdb.base/solib-disc.exp
11963 * gdb.base/solib-display.exp
11964 * gdb.base/solib-overlap.exp
11965 * gdb.base/solib-search.exp
11966 * gdb.base/solib-symbol.exp
11967 * gdb.base/source-execution.exp
11968 * gdb.base/sss-bp-on-user-bp-2.exp
11969 * gdb.base/sss-bp-on-user-bp.exp
11970 * gdb.base/stack-checking.exp
11971 * gdb.base/stale-infcall.exp
11972 * gdb.base/step-break.exp
11973 * gdb.base/step-line.exp
11974 * gdb.base/step-over-exit.exp
11975 * gdb.base/step-test.exp
11976 * gdb.base/structs.exp
11977 * gdb.base/sym-file.exp
11978 * gdb.base/symtab-search-order.exp
11979 * gdb.base/term.exp
11980 * gdb.base/type-opaque.exp
11981 * gdb.base/unload.exp
11982 * gdb.base/until-nodebug.exp
11983 * gdb.base/until.exp
11984 * gdb.base/unwindonsignal.exp
11985 * gdb.base/watch-cond.exp
11986 * gdb.base/watch-non-mem.exp
11987 * gdb.base/watch_thread_num.exp
11988 * gdb.base/watchpoint-reuse-slot.exp
11989 * gdb.base/watchpoint-solib.exp
11990 * gdb.base/watchpoint.exp
11991 * gdb.btrace/dlopen.exp
11992 * gdb.cell/arch.exp
11993 * gdb.cell/break.exp
11994 * gdb.cell/bt.exp
11995 * gdb.cell/core.exp
11996 * gdb.cell/data.exp
11997 * gdb.cell/dwarfaddr.exp
11998 * gdb.cell/ea-cache.exp
11999 * gdb.cell/ea-standalone.exp
12000 * gdb.cell/ea-test.exp
12001 * gdb.cell/f-regs.exp
12002 * gdb.cell/fork.exp
12003 * gdb.cell/gcore.exp
12004 * gdb.cell/mem-access.exp
12005 * gdb.cell/ptype.exp
12006 * gdb.cell/registers.exp
12007 * gdb.cell/sizeof.exp
12008 * gdb.cell/solib-symbol.exp
12009 * gdb.cell/solib.exp
12010 * gdb.compile/compile-tls.exp
12011 * gdb.cp/exception.exp
12012 * gdb.cp/gdb2495.exp
12013 * gdb.cp/local.exp
12014 * gdb.cp/mb-inline.exp
12015 * gdb.cp/mb-templates.exp
12016 * gdb.cp/pr10687.exp
12017 * gdb.cp/pr9167.exp
12018 * gdb.cp/scope-err.exp
12019 * gdb.cp/templates.exp
12020 * gdb.cp/virtfunc.exp
12021 * gdb.dwarf2/dw2-dir-file-name.exp
12022 * gdb.dwarf2/dw2-single-line-discriminators.exp
12023 * gdb.fortran/complex.exp
12024 * gdb.fortran/library-module.exp
12025 * gdb.guile/guile.exp
12026 * gdb.guile/scm-cmd.exp
12027 * gdb.guile/scm-frame-inline.exp
12028 * gdb.guile/scm-objfile.exp
12029 * gdb.guile/scm-pretty-print.exp
12030 * gdb.guile/scm-symbol.exp
12031 * gdb.guile/scm-type.exp
12032 * gdb.guile/scm-value.exp
12033 * gdb.linespec/keywords.exp
12034 * gdb.linespec/ls-errs.exp
12035 * gdb.linespec/macro-relative.exp
12036 * gdb.linespec/thread.exp
12037 * gdb.mi/mi-breakpoint-changed.exp
12038 * gdb.mi/mi-dprintf-pending.exp
12039 * gdb.mi/mi-fullname-deleted.exp
12040 * gdb.mi/mi-logging.exp
12041 * gdb.mi/mi-pending.exp
12042 * gdb.mi/mi-solib.exp
12043 * gdb.mi/new-ui-mi-sync.exp
12044 * gdb.mi/user-selected-context-sync.exp
12045 * gdb.multi/dummy-frame-restore.exp
12046 * gdb.multi/multi-arch-exec.exp
12047 * gdb.multi/remove-inferiors.exp
12048 * gdb.multi/watchpoint-multi-exit.exp
12049 * gdb.opt/solib-intra-step.exp
12050 * gdb.perf/backtrace.exp
12051 * gdb.perf/single-step.exp
12052 * gdb.perf/skip-command.exp
12053 * gdb.perf/skip-prologue.exp
12054 * gdb.perf/solib.exp
12055 * gdb.python/lib-types.exp
12056 * gdb.python/py-as-string.exp
12057 * gdb.python/py-bad-printers.exp
12058 * gdb.python/py-block.exp
12059 * gdb.python/py-breakpoint.exp
12060 * gdb.python/py-cmd.exp
12061 * gdb.python/py-events.exp
12062 * gdb.python/py-evthreads.exp
12063 * gdb.python/py-finish-breakpoint.exp
12064 * gdb.python/py-finish-breakpoint2.exp
12065 * gdb.python/py-frame-inline.exp
12066 * gdb.python/py-frame.exp
12067 * gdb.python/py-inferior.exp
12068 * gdb.python/py-infthread.exp
12069 * gdb.python/py-mi.exp
12070 * gdb.python/py-objfile.exp
12071 * gdb.python/py-pp-maint.exp
12072 * gdb.python/py-pp-registration.exp
12073 * gdb.python/py-prettyprint.exp
12074 * gdb.python/py-recurse-unwind.exp
12075 * gdb.python/py-shared.exp
12076 * gdb.python/py-symbol.exp
12077 * gdb.python/py-symtab.exp
12078 * gdb.python/py-template.exp
12079 * gdb.python/py-type.exp
12080 * gdb.python/py-unwind-maint.exp
12081 * gdb.python/py-unwind.exp
12082 * gdb.python/py-value.exp
12083 * gdb.python/python.exp
12084 * gdb.reverse/finish-reverse-bkpt.exp
12085 * gdb.reverse/insn-reverse.exp
12086 * gdb.reverse/next-reverse-bkpt-over-sr.exp
12087 * gdb.reverse/solib-precsave.exp
12088 * gdb.reverse/solib-reverse.exp
12089 * gdb.stabs/gdb11479.exp
12090 * gdb.stabs/weird.exp
12091 * gdb.threads/fork-child-threads.exp
12092 * gdb.threads/fork-plus-threads.exp
12093 * gdb.threads/fork-thread-pending.exp
12094 * gdb.threads/forking-threads-plus-breakpoint.exp
12095 * gdb.threads/hand-call-in-threads.exp
12096 * gdb.threads/interrupted-hand-call.exp
12097 * gdb.threads/linux-dp.exp
12098 * gdb.threads/local-watch-wrong-thread.exp
12099 * gdb.threads/next-while-other-thread-longjmps.exp
12100 * gdb.threads/non-ldr-exit.exp
12101 * gdb.threads/pending-step.exp
12102 * gdb.threads/print-threads.exp
12103 * gdb.threads/process-dies-while-detaching.exp
12104 * gdb.threads/process-dies-while-handling-bp.exp
12105 * gdb.threads/pthreads.exp
12106 * gdb.threads/queue-signal.exp
12107 * gdb.threads/reconnect-signal.exp
12108 * gdb.threads/signal-command-handle-nopass.exp
12109 * gdb.threads/signal-command-multiple-signals-pending.exp
12110 * gdb.threads/signal-delivered-right-thread.exp
12111 * gdb.threads/signal-sigtrap.exp
12112 * gdb.threads/sigthread.exp
12113 * gdb.threads/staticthreads.exp
12114 * gdb.threads/stepi-random-signal.exp
12115 * gdb.threads/thread-unwindonsignal.exp
12116 * gdb.threads/thread_check.exp
12117 * gdb.threads/thread_events.exp
12118 * gdb.threads/tid-reuse.exp
12119 * gdb.threads/tls-nodebug.exp
12120 * gdb.threads/tls-shared.exp
12121 * gdb.threads/tls-so_extern.exp
12122 * gdb.threads/tls.exp
12123 * gdb.threads/wp-replication.exp
12124 * gdb.trace/actions-changed.exp
12125 * gdb.trace/actions.exp
12126 * gdb.trace/backtrace.exp
12127 * gdb.trace/change-loc.exp
12128 * gdb.trace/collection.exp
12129 * gdb.trace/deltrace.exp
12130 * gdb.trace/disconnected-tracing.exp
12131 * gdb.trace/entry-values.exp
12132 * gdb.trace/ftrace-lock.exp
12133 * gdb.trace/ftrace.exp
12134 * gdb.trace/infotrace.exp
12135 * gdb.trace/mi-trace-frame-collected.exp
12136 * gdb.trace/mi-trace-unavailable.exp
12137 * gdb.trace/mi-traceframe-changed.exp
12138 * gdb.trace/mi-tracepoint-changed.exp
12139 * gdb.trace/mi-tsv-changed.exp
12140 * gdb.trace/no-attach-trace.exp
12141 * gdb.trace/packetlen.exp
12142 * gdb.trace/passc-dyn.exp
12143 * gdb.trace/passcount.exp
12144 * gdb.trace/pending.exp
12145 * gdb.trace/pr16508.exp
12146 * gdb.trace/qtro.exp
12147 * gdb.trace/range-stepping.exp
12148 * gdb.trace/read-memory.exp
12149 * gdb.trace/report.exp
12150 * gdb.trace/save-trace.exp
12151 * gdb.trace/signal.exp
12152 * gdb.trace/stap-trace.exp
12153 * gdb.trace/status-stop.exp
12154 * gdb.trace/strace.exp
12155 * gdb.trace/tfile.exp
12156 * gdb.trace/tfind.exp
12157 * gdb.trace/trace-break.exp
12158 * gdb.trace/trace-condition.exp
12159 * gdb.trace/trace-enable-disable.exp
12160 * gdb.trace/trace-mt.exp
12161 * gdb.trace/tracecmd.exp
12162 * gdb.trace/tracefile-pseudo-reg.exp
12163 * gdb.trace/tspeed.exp
12164 * gdb.trace/tstatus.exp
12165 * gdb.trace/tsv.exp
12166 * gdb.trace/unavailable.exp
12167 * gdb.trace/while-dyn.exp
12168 * gdb.trace/while-stepping.exp
12169 * lib/gdb-guile.exp
12170 * lib/gdb.exp
12171 * lib/mi-support.exp
12172 * lib/pascal.exp
12173 * lib/perftest.exp
12174 * lib/prelink-support.exp
12175 * lib/selftest-support.exp
12176
12177 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
12178
12179 * Makefile.in: Include disable-implicit-rules.mk.
12180
12181 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12182
12183 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
12184 non-byte-aligned bit fields.
12185
12186 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12187
12188 PR gdb/12616
12189 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
12190 respects the DW_AT_data_bit_offset attribute.
12191
12192 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
12193
12194 * gdb.base/default.exp: Fix output of "set language".
12195
12196 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
12197
12198 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
12199 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
12200 make.
12201 * configure.ac: Remove checks for the make program.
12202 * configure: Re-generate.
12203
12204 2016-11-16 Kevin Buettner <kevinb@redhat.com>
12205
12206 * gdb.python/py-recurse-unwind.c (main): Add loop.
12207 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
12208 to read_register() and gdb.parse_and_eval(). Make each code
12209 call a separate case that can be individually tested.
12210 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
12211 proc. Call cont_and_backtrace for each of the code paths that
12212 we want to test in the unwinder.
12213
12214 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
12215
12216 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
12217 the definition of struct S.
12218
12219 2016-11-11 Catherine Moore <clm@codesourcery.com>
12220
12221 * gdb.base/dump.exp: Identify verilog format dump tests as such.
12222
12223 2016-11-09 Pedro Alves <palves@redhat.com>
12224
12225 * gdb.base/commands.exp (runto_or_return): New procedure.
12226 (gdbvar_simple_if_test, gdbvar_simple_while_test)
12227 (gdbvar_complex_if_while_test, progvar_simple_if_test)
12228 (progvar_simple_while_test, progvar_complex_if_while_test)
12229 (if_while_breakpoint_command_test)
12230 (infrun_breakpoint_command_test, breakpoint_command_test)
12231 (user_defined_command_test, watchpoint_command_test)
12232 (test_command_prompt_position, redefine_hook_test)
12233 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
12234 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
12235 multi_line_input and multi_line. Remove gdb_expect and
12236 gdb_stop_suppressing_tests uses.
12237 * lib/gdb.exp (valnum_re): New global.
12238 (multi_line_input): New procedure.
12239
12240 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
12241
12242 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
12243 Remove.
12244 (test_setup): Define with proc_with_prefix.
12245 (test_cli_inferior): Likewise.
12246 (test_cli_thread): Likewise.
12247 (test_cli_frame): Likewise.
12248 (test_cli_select_frame): Likewise.
12249 (test_cli_up_down): Likewise.
12250 (test_mi_thread_select): Likewise.
12251 (test_mi_stack_select_frame): Likewise.
12252 (test_cli_in_mi_inferior): Likewise.
12253 (test_cli_in_mi_thread): Likewise.
12254 (test_cli_in_mi_frame): Likewise.
12255 (top level): Do not use with_test_prefix_procname.
12256
12257 2016-11-09 Pedro Alves <palves@redhat.com>
12258
12259 * gdb.base/commands.exp (gdbvar_simple_if_test)
12260 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
12261 (progvar_simple_if_test, progvar_simple_while_test)
12262 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
12263 (infrun_breakpoint_command_test, breakpoint_command_test)
12264 (user_defined_command_test, watchpoint_command_test)
12265 (test_command_prompt_position, deprecated_command_test)
12266 (bp_deleted_in_command, temporary_breakpoint_commands)
12267 (stray_arg0_test, source_file_with_indented_comment)
12268 (recursive_source_test, if_commands_test)
12269 (error_clears_commands_left, redefine_hook_test)
12270 (redefine_backtrace_test): Use proc_with_prefix.
12271 * lib/gdb.exp (proc_with_prefix): New proc.
12272
12273 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
12274
12275 * gdb.base/tui-layout.c: New file.
12276 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
12277 disassembly window contains very long lines.
12278
12279 2016-11-08 Tom Tromey <tom@tromey.com>
12280
12281 * gdb.python/py-value.exp (test_value_creation): Make "long" test
12282 depend on Python 2.
12283
12284 2016-11-08 Tom Tromey <tom@tromey.com>
12285
12286 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
12287 New method.
12288
12289 2016-10-29 Manish Goregaokar <manish@mozilla.com>
12290
12291 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
12292
12293 2016-10-27 Manish Goregaokar <manish@mozilla.com>
12294
12295 * gdb.rust/simple.rs: Add test for univariant enums without
12296 discriminants and for encoded struct-like enums.
12297
12298 2016-10-28 Pedro Alves <palves@redhat.com>
12299
12300 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
12301 gdb_test_multiple, tighten regexps and match symtabs and line
12302 tables incrementally.
12303
12304 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
12305
12306 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
12307 general.
12308
12309 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
12310
12311 * gdb.base/exec-invalid-sysroot.exp: New file.
12312
12313 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12314
12315 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
12316
12317 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12318
12319 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
12320
12321 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
12322
12323 * gdb.base/killed-outside.exp: Remove $options from a call to
12324 `prepare_for_testing'.
12325
12326 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12327
12328 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
12329 Change test message.
12330
12331 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12332
12333 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
12334 Update comment.
12335
12336 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12337
12338 * gdb.trace/mi-trace-save.exp: New file.
12339
12340 2016-10-13 Yao Qi <yao.qi@linaro.org>
12341
12342 * gdb.base/code_elim.exp (get_var_address): Remove.
12343 * gdb.base/relocate.exp: Likewise.
12344 * gdb.base/shreloc.exp: Likewise.
12345 * lib/gdb.exp (get_var_address): New.
12346
12347 2016-10-13 Yao Qi <yao.qi@linaro.org>
12348
12349 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
12350 floating point tests if $skip_float_test is false.
12351
12352 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
12353
12354 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
12355 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
12356 argc values.
12357 Add 1 to argc so we guarantee distinct initial/modified argc values.
12358
12359 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12360
12361 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
12362
12363 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12364
12365 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
12366 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
12367 * gdb.arch/vsx-regs.exp: Likewise.
12368
12369 2016-10-07 Yao Qi <yao.qi@linaro.org>
12370
12371 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
12372
12373 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
12374
12375 * gdb.python/python.exp: Test decode_line("*0").
12376
12377 2016-10-06 Doug Evans <dje@google.com>
12378
12379 * gdb.python/py-value.exp (test_value_creation): Add test for large
12380 unsigned 64-bit value.
12381
12382 2016-10-06 Tom Tromey <tom@tromey.com>
12383
12384 * gdb.compile/compile.exp: Change java tests to rust.
12385 * gdb.base/setshow.exp: Change java tests to rust.
12386 * gdb.base/default.exp: Remove java from language list.
12387 * README (Examples): Update language example.
12388 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
12389 test.
12390 * lib/gdb.exp (skip_java_tests): Remove.
12391 * lib/java.exp: Remove.
12392 * gdb.java: Remove.
12393
12394 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
12395
12396 * gdb.arch/mips-fcr.exp: New test.
12397 * gdb.arch/mips-fcr.c: Source for the new test.
12398
12399 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
12400
12401 * gdb.base/solib-disc.exp: Use `standard_output_file'
12402 throughout.
12403
12404 2016-10-06 Pedro Alves <palves@redhat.com>
12405
12406 * gdb.base/jit-simple-dl.c: New file.
12407 * gdb.base/jit-simple-jit.c: New file, factored out from ...
12408 * gdb.base/jit-simple.c: ... this.
12409 * gdb.base/jit-simple.exp (jit_run): Delete.
12410 (build_jit): New proc.
12411 (jit_test_reread): Recompile either the main program or the shared
12412 library, depending on what is being tested. Skip changing address
12413 if caller wants to. Compare before/after addresses. If testing
12414 standalone, explicitly load the binary. Test "maint info
12415 breakpoints".
12416 (top level): Add "standalone vs shared lib" and "change address"
12417 vs "same address" axes.
12418
12419 2016-10-06 Pedro Alves <palves@redhat.com>
12420
12421 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
12422 call.
12423 (jit_run): Delete.
12424 (jit_test_reread): Use with_test_prefix. Reload the main binary
12425 explicitly. Compare the before/after addresses of the JIT
12426 descriptor.
12427
12428 2016-08-15 Doug Evans <dje@google.com>
12429
12430 * gdb.xml/extra-regs.xml: Update, end field now required, default type
12431 for single bitfields is bool.
12432 * gdb.xml/tdesc-regs.exp: Ditto.
12433
12434 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12435
12436 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
12437
12438 2016-10-05 Yao Qi <yao.qi@linaro.org>
12439
12440 * lib/gdb.exp (support_complex_tests): Return zero if
12441 gdb_skip_float_test return true.
12442
12443 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
12444 Simon Marchi <simon.marchi@ericsson.com>
12445
12446 PR gdb/20487
12447 * gdb.mi/user-selected-context-sync.exp: New file.
12448 * gdb.mi/user-selected-context-sync.c: New file.
12449
12450 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
12451 Simon Marchi <simon.marchi@ericsson.com>
12452
12453 PR gdb/20487
12454 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
12455 =thread-select-event check.
12456
12457 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
12458
12459 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
12460 the compulsory L operand changes.
12461 * gdb.arch/powerpc-power.s: Likewise.
12462
12463 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12464
12465 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
12466 * gdb.base/jit-attach-pie.c: New file.
12467 * gdb.base/jit-attach-pie.exp: New file.
12468
12469 2016-09-28 Pedro Alves <palves@redhat.com>
12470
12471 * gdb.base/infcall-input.c: New file.
12472 * gdb.base/infcall-input.exp: New file.
12473
12474 2016-09-22 Yao Qi <yao.qi@linaro.org>
12475
12476 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
12477 (gdb_exit): Rename it to ...
12478 (gdbserver_gdb_exit): ... Close GDBserver.
12479 (gdb_exit): New proc, call gdbserver_gdb_exit.
12480 (mi_gdb_exit): Likewise.
12481
12482 2016-09-22 Yao Qi <yao.qi@linaro.org>
12483
12484 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
12485 path.
12486 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
12487 Remove duplication.
12488
12489 2016-09-22 Yao Qi <yao.qi@linaro.org>
12490
12491 * lib/gdbserver-support.exp: Check the existence of
12492 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
12493
12494 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
12495
12496 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
12497
12498 2016-09-21 Tom Tromey <tom@tromey.com>
12499
12500 PR gdb/20604:
12501 * gdb.base/quit.exp: New file.
12502
12503 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
12504
12505 * .gitignore: New file.
12506
12507 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
12508
12509 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
12510 throughout.
12511
12512 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12513
12514 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
12515
12516 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12517
12518 * gdb.cp/casts.cc (decltype): Move it ...
12519 (main): ... with its call to ...
12520 * gdb.cp/casts03.cc: ... a new file.
12521 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
12522
12523 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12524
12525 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
12526
12527 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
12528
12529 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
12530 and sync up the test with tests in gas/testsuite/gas/ppc.
12531 * gdb.arch/powerpc-power.exp: Likewise.
12532
12533 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12534
12535 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
12536
12537 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
12538 Jan Kratochvil <jan.kratochvil@redhat.com>
12539
12540 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
12541 make m1's definition to be different from m2's. Use 'dummy' as an
12542 argument for probe 'two'.
12543
12544 2016-09-10 Jon Beniston <jon@beniston.com>
12545
12546 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
12547 for sim target.
12548
12549 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
12550
12551 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
12552 variable declaration.
12553 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
12554 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
12555 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
12556 received HWCAP as its argument.
12557
12558 2016-09-06 Pedro Alves <palves@redhat.com>
12559
12560 * gdb.base/new-ui-pending-input.c: New file.
12561 * gdb.base/new-ui-pending-input.exp: New file.
12562 * gdb.exp (clear_gdb_spawn_id): New procedure.
12563 (with_spawn_id): Check whether gdb_spawn_id exists before
12564 referencing it. If gdb_spawn_id didn't exist on entry, clear it
12565 on exit.
12566
12567 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
12568
12569 * gdb.base/float128.c: New file.
12570 * gdb.base/float128.exp: Likewise.
12571 * gdb.base/floatn.c: Likewise.
12572 * gdb.base/floatn.exp: Likewise.
12573
12574 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
12575
12576 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
12577
12578 2016-09-05 Pedro Alves <palves@redhat.com>
12579
12580 PR backtrace/19927
12581 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
12582 unwinders are immediately called as side effect of "source" or
12583 "disable unwinder" commands.
12584 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
12585
12586 2016-09-02 Yao Qi <yao.qi@linaro.org>
12587
12588 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
12589 is true and $type is "float" or "double".
12590
12591 2016-09-02 Yao Qi <yao.qi@linaro.org>
12592
12593 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
12594 true.
12595 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
12596 * gdb.base/call-rt-st.exp: Likewise.
12597 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
12598 return value instead of gdb,skip_float_test.
12599 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
12600 (do_function_calls): Use its return value instead of
12601 gdb,skip_float_test.
12602 * gdb.base/finish.exp: Likewise.
12603 * gdb.base/funcargs.exp: Likewise.
12604 * gdb.base/return.exp: Likewise.
12605 * gdb.base/return2.exp: Likewise.
12606 * gdb.base/varargs.exp: Likewise.
12607 * lib/gdb.exp (gdb_skip_float_test): Change it to
12608 gdb_caching_proc. Detect the broken ptrace on arm-linux.
12609
12610 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12611
12612 * gdb.multi/tids.exp: Test "thread apply all".
12613
12614 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12615
12616 * gdb.base/default.exp (tty): Remove.
12617
12618 2016-08-24 Kevin Buettner <kevinb@redhat.com>
12619
12620 * gdb.python/py-recurse-unwind.c: New file.
12621 * gdb.python/py-recurse-unwind.py: New file.
12622 * gdb.python/py-recurse-unwind.exp: New file.
12623
12624 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
12625
12626 * gdb.base/set-inferior-tty.exp: New file.
12627 * gdb.base/set-inferior-tty.c: New file.
12628
12629 2016-08-23 Pedro Alves <palves@redhat.com>
12630
12631 PR gdb/20494
12632 * gdb.base/new-ui-echo.c: New file.
12633 * gdb.base/new-ui-echo.exp: New file.
12634
12635 2016-08-23 Yao Qi <yao.qi@linaro.org>
12636
12637 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
12638 gdbserver_spawn.
12639 * gdb.server/connect-without-multi-process.exp (do_test):
12640 Likewise.
12641
12642 2016-08-23 Yao Qi <yao.qi@linaro.org>
12643
12644 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
12645 standalone_txt. Delete gdb_txt and standalone_txt on host
12646 and target. Spawn the binary on target. Copy files from
12647 target to host.
12648
12649 2016-08-22 Pedro Alves <palves@redhat.com>
12650
12651 PR gdb/20505
12652 * gdb.base/vdso-warning.exp: Test core dumps too. Use
12653 with_test_prefix. Factor out bits to ...
12654 (test_no_vdso): ... this new procedure.
12655
12656 2016-08-19 Carl Love <cel@us.ibm.com>
12657
12658 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
12659 maintaining separate logic for constructing the output path.
12660 * gdb.arch/powerpc-d128-regs.exp: Likewise.
12661 * gdb.arch/ppc-dfp.exp: Likewise.
12662 * gdb.arch/ppc-fp.exp: Likewise.
12663 * gdb.arch/vsx-regs.exp: Likewise.
12664 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
12665 binprefix for generating the additional binary files.
12666
12667 2016-08-19 Pedro Alves <palves@redhat.com>
12668
12669 * gdb.trace/mi-trace-frame-collected.exp
12670 (test_trace_frame_collected): On x32, expect two registers.
12671
12672 2016-08-18 Carl Love <cel@us.ibm.com>
12673
12674 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
12675 and sync up the test with tests in gas/testsuite/gas/ppc.
12676 * gdb.arch/powerpc-power.exp: Likewise.
12677
12678 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12679
12680 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
12681 expected error message.
12682
12683 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12684
12685 * gdb.multi/remove-inferiors.exp: New file.
12686 * gdb.multi/remove-inferiors.c: New file.
12687
12688 2016-08-12 Yao Qi <yao.qi@linaro.org>
12689
12690 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
12691 argument list.
12692
12693 2016-08-10 Pedro Alves <palves@redhat.com>
12694
12695 PR gdb/19187
12696 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
12697 setup_kfails.
12698
12699 2016-08-09 Pedro Alves <palves@redhat.com>
12700 Simon Marchi <simon.marchi@ericsson.com>
12701
12702 PR gdb/20418
12703 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
12704 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
12705
12706 2016-08-09 Pedro Alves <palves@redhat.com>
12707
12708 PR mi/20431
12709 * gdb.mi/mi-cmd-error.exp: New file.
12710
12711 2016-08-09 Pedro Alves <palves@redhat.com>
12712
12713 PR gdb/18653
12714 * gdb.base/signals-state-child.c: New file.
12715 * gdb.base/signals-state-child.exp: New file.
12716 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
12717
12718 2016-08-09 Pedro Alves <palves@redhat.com>
12719
12720 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
12721
12722 2016-08-03 Tom Tromey <tom@tromey.com>
12723
12724 PR python/18565:
12725 * gdb.python/py-frame-inline.exp: Add Frame.function test.
12726
12727 2016-08-01 Yao Qi <yao.qi@linaro.org>
12728
12729 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
12730 variable mode to "multi-process" if $multi_process is 1, otherwise
12731 set it to "single-process".
12732
12733 2016-08-01 Yao Qi <yao.qi@linaro.org>
12734
12735 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
12736 * gdb.cp/cpexprs.exp: Likewise.
12737 * gdb.cp/m-static.exp: Likewise.
12738
12739 2016-07-26 Tom Tromey <tom@tromey.com>
12740
12741 PR python/20190:
12742 * gdb.threads/tls.exp (check_thread_local): Add python symbol
12743 test.
12744
12745 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
12746
12747 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
12748 selecting assembly source files.
12749 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
12750 assembly source files.
12751 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
12752 assembly source files.
12753 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
12754 selecting assembly source files.
12755
12756 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
12757
12758 * gdb.base/new-ui.exp (do_test_invalid_args): New
12759 procedure.
12760
12761 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
12762
12763 * gdb.btrace/reconnect.c: New file.
12764 * gdb.btrace/reconnect.exp: New file.
12765
12766 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
12767
12768 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
12769 to test_catch_syscall_group.
12770 (test_catch_syscall_group): New.
12771
12772 2016-07-21 Tom Tromey <tom@tromey.com>
12773
12774 * gdb.rust/simple.rs (main): Use empty struct expression.
12775 * gdb.rust/simple.exp: Add tests for empty struct expression.
12776
12777 2016-07-21 Yao Qi <yao.qi@linaro.org>
12778
12779 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
12780 if gdb_skip_xml_test is true on some targets.
12781
12782 2016-07-21 Yao Qi <yao.qi@linaro.org>
12783
12784 * gdb.server/solib-list.exp: Unset last_loaded_file.
12785
12786 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12787
12788 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
12789 "step into captured_main (args)".
12790
12791 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12792
12793 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
12794
12795 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12796
12797 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
12798
12799 2016-07-19 Pedro Alves <palves@redhat.com>
12800
12801 * gdb.opt/inline-break.exp: Remove optimize=-O2.
12802 * gdb.opt/inline-bt.exp: Likewise.
12803 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
12804 additional_flags=-Winline.
12805 * gdb.opt/inline-locals.exp: Likewise.
12806 * gdb.opt/inline-markers.c (ATTR): Define.
12807 (inlined_fn): Use it.
12808
12809 2016-07-19 Yao Qi <yao.qi@linaro.org>
12810
12811 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
12812 (test_with_self): Remove some code. Remove argument executable.
12813 (top-level): Use do_self_tests.
12814
12815 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
12816 Don Breazeal <donb@codesourcery.com>
12817
12818 * gdb.base/maint.exp: Escape paths used in regular expressions.
12819 * gdb.stabs/weird.exp: Likewise.
12820
12821 2016-07-13 Tom Tromey <tom@tromey.com>
12822
12823 PR python/15620, PR python/18620:
12824 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
12825 (test_bkpt_events): New procs.
12826
12827 2016-07-13 Tom Tromey <tom@tromey.com>
12828
12829 PR python/17698:
12830 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
12831 test.
12832 (test_watchpoints): Likewise.
12833 (test_bkpt_pending): New proc.
12834
12835 2016-07-13 Tom Tromey <tom@tromey.com>
12836
12837 PR cli/18053:
12838 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
12839 completion test.
12840
12841 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12842
12843 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
12844 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
12845 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
12846 f_label.
12847 (g): Rename g_end_lbl to g_label.
12848 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
12849 low_pc and high_pc.
12850 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
12851
12852 2016-07-12 Tom Tromey <tom@tromey.com>
12853
12854 PR python/19293:
12855 * gdb.python/py-unwind-maint.exp: Update tests.
12856
12857 2016-07-12 Yao Qi <yao.qi@linaro.org>
12858
12859 * lib/selftest-support.exp (selftest_setup): Match the output
12860 when captured_main is inlined.
12861
12862 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
12863
12864 * gdb.fortran/derived-types.exp (result_line, result_line_2):
12865 New variables.
12866 (print this%a, print this%b, print this): New tests.
12867 * gdb.fortran/derived-types.f90 (this): New object and
12868 initialization.
12869
12870 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12871
12872 * gdb.ada/arraydim.exp: Remove extra directory level in build
12873 directory.
12874
12875 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12876
12877 * lib/ada.exp: Remove extra directory level in build directory.
12878 * gdb.ada/cond_lang.exp: Likewise.
12879 * gdb.ada/exec_changed.exp: Likewise.
12880 * gdb.ada/lang_switch.exp: Likewise.
12881
12882 2016-07-06 Manish Goregaokar <manish@mozilla.com>
12883
12884 * simple.rs: Add test for raw pointer subscripting.
12885 * simple.exp: Add test expectations.
12886
12887 2016-07-05 Yao Qi <yao.qi@linaro.org>
12888
12889 * gdb.mi/mi-reverse.exp: Match =record-started output.
12890
12891 2016-07-01 Pedro Alves <palves@redhat.com>
12892
12893 * gdb.base/jit-reader.exp (info_registers_current_frame): New
12894 procedure.
12895 (jit_reader_test): Test the jit reader's unwinder.
12896 * gdb.base/jithost.c (jit_function_00_code): New global.
12897 (main): Use memcpy to fill in the mmapped code, instead of poking
12898 bytes manually here.
12899 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
12900 value.
12901 (read_debug_info): Save the function's range.
12902 (read_sp): New function.
12903 (unwind_frame): Use it. Also unwind RBP.
12904 (get_frame_id): Use read_sp.
12905 (gdb_init_reader): Use calloc instead of malloc.
12906 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
12907 parameter. Use gdb_test_multiple.
12908
12909 2016-07-01 Pedro Alves <palves@redhat.com>
12910 Antoine Tremblay <antoine.tremblay@ericsson.com>
12911
12912 * gdb.threads/process-dies-while-detaching.c: New file.
12913 * gdb.threads/process-dies-while-detaching.exp: New file.
12914
12915 2016-07-01 Pedro Alves <palves@redhat.com>
12916
12917 * gdb.multi/watchpoint-multi-exit.c: New file.
12918 * gdb.multi/watchpoint-multi-exit.exp: New file.
12919
12920 2016-06-30 Pedro Alves <palves@redhat.com>
12921
12922 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
12923 unset inferior_spawn_id.
12924
12925 2016-06-30 Pedro Alves <palves@redhat.com>
12926
12927 * lib/mi-support.exp (default_mi_gdb_start): Declare global
12928 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
12929
12930 2016-06-29 Yao Qi <yao.qi@linaro.org>
12931
12932 * gdb.base/return.c: Add copyright header.
12933
12934 2016-06-29 Tom Tromey <tom@tromey.com>
12935
12936 PR python/20129:
12937 * gdb.python/py-framefilter.exp: Add tests for setting priority
12938 and disabling of non-existent frame filter.
12939
12940 2016-06-29 Yao Qi <yao.qi@linaro.org>
12941
12942 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
12943 0x0f07ff.
12944
12945 2016-06-28 Yao Qi <yao.qi@linaro.org>
12946
12947 * gdb.base/catch-syscall.exp: Remove check on isnative and target
12948 triplets. Start gdb, execute catch syscall, and continue. Check
12949 gdb's output to determine catch syscall is supported.
12950
12951 2016-06-27 Manish Goregaokar <manish@mozilla.com>
12952
12953 * gdb.rust/simple.rs: Add test for returning unit in a function.
12954 * gdb.rust/simple.exp: Add expectation for functions returning
12955 unit.
12956
12957 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
12958
12959 * gdb.python/py-breakpoint-create-fail.c,
12960 gdb.python/py-breakpoint-create-fail.exp,
12961 gdb.python/py-breakpoint-create-fail.py: New testcase.
12962
12963 2016-06-25 Manish Goregaokar <manish@mozilla.com>
12964
12965 PR gdb/20239
12966 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
12967 * gdb.rust/simple.exp: Add test expectations for new NonZero
12968 tests.
12969
12970 2016-06-24 David Taylor <dtaylor@emc.com>
12971
12972 * gdb.base/offsets.exp: New file.
12973 * gdb.base/offsets.c: New file.
12974
12975 2016-06-23 Tom Tromey <tom@tromey.com>
12976
12977 PR gdb/16483:
12978 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
12979 before any filters are loaded.
12980
12981 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
12982
12983 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
12984 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
12985 structs.
12986 * gdb.fortran/derived-type-function.exp: New file.
12987 * gdb.fortran/derived-type-function.f90: New file.
12988
12989
12990 2016-06-21 Pedro Alves <palves@redhat.com>
12991
12992 * gdb.base/new-ui.exp: New file.
12993 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
12994 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
12995 (with_spawn_id): New procedure.
12996
12997 2016-06-21 Pedro Alves <palves@redhat.com>
12998
12999 * gdb.mi/mi-exec-run.exp: New file.
13000
13001 2016-06-21 Pedro Alves <palves@redhat.com>
13002
13003 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
13004 breakpoint command's output on the main UI.
13005 (test_break): New procedure, factored out from calls in the top
13006 level.
13007 (top level): Use foreach_with_prefix to test MI as main UI and as
13008 separate UI.
13009
13010 2016-06-21 Pedro Alves <palves@redhat.com>
13011
13012 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
13013 (test_awatch_creation_and_listing)
13014 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
13015 Remove 'type' parameter.
13016 (test_watchpoint_all): New parameter mi_mode. Remove
13017 with_test_prefix.
13018 (top level): Use foreach_with_prefix, and add main/separate UI MI
13019 testing axis.
13020
13021 2016-06-21 Pedro Alves <palves@redhat.com>
13022
13023 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
13024 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
13025 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
13026 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
13027 (gdb_main_spawn_id, mi_spawn_id): Declare and
13028 comment.
13029 (mi_create_inferior_pty): New procedure,
13030 factored out from default_mi_gdb_start.
13031 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
13032 procedures.
13033 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
13034 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
13035 Use mi_create_inferior_pty.
13036 (mi_gdb_start): Use eval to pass down args list.
13037
13038 2016-06-21 Pedro Alves <palves@redhat.com>
13039
13040 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
13041 * gdb.opt/inline-cmds.exp: Add MI tests.
13042
13043 2016-06-21 Pedro Alves <palves@redhat.com>
13044
13045 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
13046
13047 2016-06-21 Pedro Alves <palves@redhat.com>
13048
13049 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
13050 (top level): Use it instead of mi_execute_to.
13051
13052 2016-06-21 Pedro Alves <palves@redhat.com>
13053
13054 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
13055 (cont_handler_str): New.
13056 (signal_stop_handler): Set stop_handler_str instead of printing to
13057 stdout.
13058 (continue_handler): Set cont_handler_str instead of printing to
13059 stdout.
13060 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
13061 mi_send_resuming_command. Print stop_handler_str and
13062 cont_handler_str instead of expecting the python events print
13063 directly.
13064
13065 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
13066
13067 * gdb.base/jit-reader.exp: New file.
13068 * gdb.base/jithost.c: New file.
13069 * gdb.base/jithost.h: New file.
13070 * gdb.base/jitreader.c : New file.
13071 * gdb.base/jit-protocol.h: New file.
13072
13073 2016-06-17 Yao Qi <yao.qi@linaro.org>
13074
13075 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
13076 parameters follow_fork and detach_on_fork. Set follow-fork-mode
13077 and detach-on-fork. Adjust tests.
13078 (top level): Invoke break_cond_on_syscall with combinations of
13079 syscall, follow-fork-mode and detach-on-fork.
13080
13081 2016-06-17 Yao Qi <yao.qi@linaro.org>
13082
13083 * gdb.base/step-over-exit.c: New.
13084 * gdb.base/step-over-exit.exp: New.
13085
13086 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
13087
13088 * gdb.base/float.exp: Add target check for nds32*-*-*.
13089 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
13090
13091 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
13092
13093 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
13094 for unsupported target features.
13095 * gdb.base/call-rt-st.exp: Likewise.
13096 * gdb.base/call-sc.exp: Likewise.
13097 * gdb.base/call-signal-resume.exp: Likewise.
13098 * gdb.base/call-strs.exp: Likewise.
13099 * gdb.base/callexit.exp: Likewise.
13100 * gdb.base/callfuncs.exp: Likewise.
13101 * gdb.base/nodebug.exp: Likewise.
13102 * gdb.base/printcmds.exp: Likewise.
13103 * gdb.base/ptype.exp: Likewise.
13104 * gdb.base/structs.exp: Likewise.
13105 * gdb.base/unwindonsignal.exp: Likewise.
13106 * gdb.cp/gdb2495.exp: Likewise.
13107 * gdb.cp/templates.exp: Likewise.
13108 * gdb.cp/virtfunc.exp: Likewise.
13109 * gdb.threads/hand-call-in-threads.exp: Likewise.
13110 * gdb.threads/interrupted-hand-call.exp: Likewise.
13111 * gdb.threads/thread-unwindonsignal.exp: Likewise.
13112
13113 2016-06-10 Tom Tromey <tom@tromey.com>
13114
13115 PR rust/20110:
13116 * gdb.rust/expr.exp: Add test for integer constant larger than
13117 i32.
13118
13119 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
13120
13121 * gdb.fortran/nested-funcs.exp: New.
13122 * gdb.fortran/nested-funcs.f90: New.
13123
13124 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
13125
13126 * gdb.base/examine-backward.c: New file.
13127 * gdb.base/examine-backward.exp: New file.
13128
13129 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
13130
13131 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
13132 matching.
13133
13134 2016-06-02 Tom Tromey <tom@tromey.com>
13135
13136 PR python/18984:
13137 * gdb.python/py-shared.exp: Add solib_name test.
13138
13139 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
13140
13141 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
13142
13143 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
13144
13145 PR c++/19893
13146 * gdb.dwarf2/implref.exp: Rename to...
13147 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
13148 * gdb.dwarf2/implref-array.c: New file.
13149 * gdb.dwarf2/implref-array.exp: Likewise.
13150 * gdb.dwarf2/implref-global.c: Likewise.
13151 * gdb.dwarf2/implref-global.exp: Likewise.
13152 * gdb.dwarf2/implref-struct.c: Likewise.
13153 * gdb.dwarf2/implref-struct.exp: Likewise.
13154
13155 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13156
13157 * gdb.trace/trace-condition.exp: Add 64bit tests.
13158
13159 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13160
13161 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
13162 bits types.
13163 (main): Adapt to 8 to 64 bits types.
13164 * gdb.trace/trace-condition.exp: Add new tests.
13165
13166 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13167
13168 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
13169
13170 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13171
13172 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
13173 Move condition tests...
13174 * gdb.trace/trace-condition.exp: Here.
13175
13176 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13177
13178 * gdb.trace/trace-condition.exp: Add counter-case tests.
13179
13180 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13181
13182 PR c++/15231
13183 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
13184 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
13185
13186 2016-05-27 Pedro Alves <palves@redhat.com>
13187
13188 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
13189 New procedure.
13190 (top level): Call it, and bail out of DejaGnu is known to be bad.
13191
13192 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
13193
13194 * gdb.base/whatis.c: Extend the test case.
13195 * gdb.base/whatis.exp: Add additional tests.
13196
13197 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13198
13199 * gdb.fortran/type.f90: Add pointer variable.
13200 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
13201
13202 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13203
13204 * gdb.fortran/vla-type.exp: Fix testcase name.
13205
13206 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13207
13208 * gdb.fortran/vla-type.exp: Access elements in nested structs.
13209
13210 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13211
13212 * gdb.fortran/type.f90: Add nested structures.
13213 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
13214 * gdb.fortran/derived-type.exp: Adapt expected output.
13215 * gdb.fortran/vla-type.exp: Adapt expected output.
13216
13217 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13218
13219 * gdb.fortran/whatis_type.exp: Adapt expected output.
13220
13221 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13222
13223 * gdb.fortran/print_type.exp: Fix expected output.
13224 * gdb.fortran/whatis_type.exp: Fix expected output.
13225
13226 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13227
13228 * gdb.fortran/whatis_type.exp: Use multi_line.
13229
13230 2016-05-24 Tom Tromey <tom@tromey.com>
13231
13232 PR python/17386:
13233 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
13234 use value as an index.
13235
13236 2016-05-23 Tom Tromey <tom@tromey.com>
13237
13238 PR python/17981:
13239 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
13240 no-breakpoint case.
13241
13242 2016-05-24 Pedro Alves <palves@redhat.com>
13243
13244 PR gdb/19828
13245 * gdb.threads/clone-attach-detach.c: New file.
13246 * gdb.threads/clone-attach-detach.exp: New file.
13247
13248 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
13249
13250 * gdb.base/annota-input-while-running.exp: Fix syntax error.
13251
13252 2016-05-23 Tom Tromey <tom@tromey.com>
13253
13254 PR python/19438, PR python/18393:
13255 * gdb.python/py-progspace.exp: Add "dir" test.
13256 * gdb.python/py-objfile.exp: Add "dir" test.
13257
13258 2016-05-23 Yao Qi <yao.qi@linaro.org>
13259
13260 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
13261 * gdb.arch/thumb2-it.exp: Likewise.
13262
13263 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
13264
13265 * gdb.mi/mi-threads-interrupt.c: New file.
13266 * gdb.mi/mi-threads-interrupt.exp: New file.
13267
13268 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
13269
13270 PR gdb/18077
13271 * gdb.mi/mi-async-run.exp: New file.
13272 * gdb.mi/mi-async-run.c: New file.
13273
13274 2016-05-17 Tom Tromey <tom@tromey.com>
13275 Manish Goregaokar <manishsmail@gmail.com>
13276
13277 * lib/rust-support.exp: New file.
13278 * lib/gdb.exp (skip_rust_tests): New proc.
13279 (build_executable_from_specs): Handle rust.
13280 * lib/future.exp (gdb_find_rustc): New proc.
13281 (gdb_default_target_compile): Handle rust.
13282 * gdb.rust/expr.exp: New file.
13283 * gdb.rust/generics.exp: New file.
13284 * gdb.rust/generics.rs: New file.
13285 * gdb.rust/methods.exp: New file.
13286 * gdb.rust/methods.rs: New file.
13287 * gdb.rust/modules.exp: New file.
13288 * gdb.rust/modules.rs: New file.
13289 * gdb.rust/simple.exp: New file.
13290 * gdb.rust/simple.rs: New file.
13291
13292 2016-05-17 Tom Tromey <tom@tromey.com>
13293
13294 * gdb.base/default.exp (set language): Add rust.
13295
13296 2016-05-17 Tom Tromey <tom@tromey.com>
13297
13298 * gdb.gdb/unittest.exp: New file.
13299
13300 2016-05-16 Yao Qi <yao.qi@linaro.org>
13301
13302 * gdb.base/batch-preserve-term-settings.exp: Remove variable
13303 shell_prompt. Update shell_prompt_re.
13304
13305 2016-05-12 Doug Evans <dje@google.com>
13306
13307 PR symtab/19999
13308 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
13309 $options when building executable.
13310 * gdb.dwarf2/fission-loclists-pie.S: New file.
13311 * gdb.dwarf2/fission-loclists-pie.exp: New file.
13312
13313 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
13314
13315 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
13316 of [is_remote target],
13317
13318 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
13319
13320 * lib/gdb.exp (use_gdb_stub): New procedure.
13321
13322 2016-05-03 Yunlian Jiang <yunlian@google.com>
13323 Doug Evans <dje@google.com>
13324
13325 PR symtab/19914
13326 * gdb.dwarf2/dwp-sepdebug.c: New file.
13327 * gdb.dwarf2/dwp-sepdebug.exp: New file.
13328
13329 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
13330
13331 * gdb.base/detach.exp: Remove is_remote check.
13332
13333 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
13334
13335 * gdb.base/annota-input-while-running.exp: Don't check for
13336 [is_remote target]. Enable annotations after running to main.
13337 Remove unused "set test..." line.
13338
13339 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
13340
13341 * gdb.trace/trace-enable-disable.exp: New file.
13342 * gdb.trace/trace-enable-disable.c: New file.
13343
13344 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
13345
13346 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
13347 use it in info sharedlibrary test.
13348 * gdb.trace/ftrace-lock.exp: Likewise.
13349 * gdb.trace/ftrace.exp: Likewise.
13350 * gdb.trace/range-stepping.exp: Likewise.
13351 * gdb.trace/trace-break.exp: Likewise.
13352 * gdb.trace/trace-condition.exp: Likewise.
13353 * gdb.trace/trace-mt.exp: Likewise.
13354
13355 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
13356
13357 * lib/gdb.exp (gdb_load_shlibs): Rename to...
13358 (gdb_load_shlib): ... this.
13359 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
13360 gdb_load_shlib.
13361 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
13362 * gdb.base/ctxobj.exp: Likewise.
13363 * gdb.base/dprintf-pending.exp: Likewise.
13364 * gdb.base/dso2dso.exp: Likewise.
13365 * gdb.base/fixsection.exp: Likewise.
13366 * gdb.base/gcore-relro.exp: Likewise.
13367 * gdb.base/gdb1555.exp: Likewise.
13368 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13369 * gdb.base/gnu-ifunc.exp: Likewise.
13370 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
13371 * gdb.base/jit-so.exp (one_jit_test): Likewise.
13372 * gdb.base/pending.exp: Likewise.
13373 * gdb.base/print-file-var.exp: Likewise.
13374 * gdb.base/print-symbol-loading.exp: Likewise.
13375 * gdb.base/shlib-call.exp: Likewise.
13376 * gdb.base/shreloc.exp: Likewise.
13377 * gdb.base/so-impl-ld.exp: Likewise.
13378 * gdb.base/solib-disc.exp: Likewise.
13379 * gdb.base/solib-nodir.exp: Likewise.
13380 * gdb.base/solib-overlap.exp: Likewise.
13381 * gdb.base/solib-symbol.exp: Likewise.
13382 * gdb.base/solib-weak.exp (do_test): Likewise.
13383 * gdb.base/sym-file.exp: Likewise.
13384 * gdb.base/symtab-search-order.exp: Likewise.
13385 * gdb.base/type-opaque.exp: Likewise.
13386 * gdb.base/unload.exp: Likewise.
13387 * gdb.base/watchpoint-solib.exp: Likewise.
13388 * gdb.compile/compile.exp: Likewise.
13389 * gdb.cp/gdb2384.exp: Likewise.
13390 * gdb.cp/infcall-dlopen.exp: Likewise.
13391 * gdb.cp/re-set-overloaded.exp: Likewise.
13392 * gdb.fortran/library-module.exp: Likewise.
13393 * gdb.opt/solib-intra-step.exp: Likewise.
13394 * gdb.python/py-finish-breakpoint.exp: Likewise.
13395 * gdb.python/py-shared.exp: Likewise.
13396 * gdb.reverse/solib-precsave.exp: Likewise.
13397 * gdb.reverse/solib-reverse.exp: Likewise.
13398 * gdb.server/solib-list.exp: Likewise.
13399 * gdb.threads/dlopen-libpthread.exp: Likewise.
13400 * gdb.threads/tls-shared.exp: Likewise.
13401 * gdb.threads/tls-so_extern.exp: Likewise.
13402 * gdb.trace/change-loc.exp: Likewise.
13403 * gdb.trace/ftrace-lock.exp: Likewise.
13404 * gdb.trace/ftrace.exp: Likewise.
13405 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
13406 * gdb.trace/pending.exp: Likewise.
13407 * gdb.trace/range-stepping.exp: Likewise.
13408 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
13409 (strace_info_marker): Likewise.
13410 (strace_probe_marker): Likewise.
13411 (strace_trace_on_same_addr): Likewise.
13412 (strace_trace_on_diff_addr): Likewise.
13413 * gdb.trace/trace-break.exp: Likewise.
13414 * gdb.trace/trace-condition.exp: Likewise.
13415 * gdb.trace/trace-mt.exp: Likewise.
13416
13417 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
13418
13419 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
13420 result of gdb_remote_download.
13421 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
13422 * gdb.base/dso2dso.exp: Likewise.
13423 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13424 * gdb.base/print-file-var.exp: Likewise.
13425 * gdb.base/shlib-call.exp: Likewise.
13426 * gdb.base/shreloc.exp: Likewise.
13427 * gdb.base/solib-overlap.exp: Likewise.
13428 * gdb.base/solib-weak.exp (do_test): Likewise.
13429 * gdb.base/unload.exp: Likewise.
13430
13431 2016-04-27 Yao Qi <yao.qi@linaro.org>
13432
13433 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
13434 exists.
13435
13436 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13437
13438 * vla-type.exp: Print structure from toplevel.
13439
13440 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13441
13442 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
13443 of dynamic types.
13444 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
13445 of dynamic types.
13446
13447 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13448
13449 * gdb.fortran/vla-type.f90: New file.
13450 * gdb.fortran/vla-type.exp: New file.
13451
13452 2016-04-25 Yao Qi <yao.qi@linaro.org>
13453
13454 * gdb.base/branch-to-self.c: New file.
13455 * gdb.base/branch-to-self.exp: New file.
13456
13457 2016-04-22 Yao Qi <yao.qi@linaro.org>
13458
13459 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
13460 more after $hex.
13461
13462 2016-04-22 Yao Qi <yao.qi@linaro.org>
13463
13464 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
13465 * gdb.base/annota3.exp: Likewise.
13466
13467 2016-04-22 Yao Qi <yao.qi@linaro.org>
13468
13469 * gdb.reverse/step-precsave.exp: Do one step and test program
13470 stops in "callee" and do multiple steps until program goes out
13471 of "callee".
13472 * gdb.reverse/step-reverse.exp: Likewise.
13473
13474 2016-04-22 Yao Qi <yao.qi@linaro.org>
13475
13476 * gdb.trace/signal.exp: Also pass if
13477 $tracepoint_hits($i) > $iterations.
13478
13479 2016-04-22 Yao Qi <yao.qi@linaro.org>
13480
13481 * gdb.trace/signal.c: New file.
13482 * gdb.trace/signal.exp: New file.
13483
13484 2016-04-19 Doug Evans <xdje42@gmail.com>
13485
13486 * gdb.base/bad-file.exp: New file.
13487
13488 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
13489
13490 * gdb.dwarf2/implref.exp: New file.
13491
13492 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
13493
13494 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
13495 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
13496 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
13497 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
13498 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
13499 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
13500 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
13501 * lib/fortran.exp (fortran_int4): New procedure.
13502 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
13503 (fortran_logical4): Likewise.
13504
13505 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
13506
13507 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
13508
13509 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
13510
13511 * lib/compiler.c: Add Intel specific preprocessor macros.
13512 * lib/compiler.cc: Likewise.
13513
13514 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
13515
13516 * gdb.server/connect-with-no-symbol-file.c: New file.
13517 * gdb.server/connect-with-no-symbol-file.exp: New file.
13518
13519 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
13520
13521 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
13522
13523 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
13524
13525 * boards/gdbserver-base.exp (${board}_download): Copy source file to
13526 standard output directory.
13527
13528 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
13529
13530 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
13531
13532 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
13533
13534 * gdb.btrace/instruction_history.c (loop): Add declaration.
13535
13536 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13537
13538 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
13539
13540 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
13541
13542 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
13543 parentheses to print.
13544 (continue_handler): Likewise.
13545
13546 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
13547
13548 * gdb.server/solib-list.exp: Remove is_remote check.
13549 Pass shlib= to gdb_compile. Don't link shared library with
13550 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
13551 Run binary filename through "readlink -f" on the target.
13552
13553 2016-04-08 Pedro Alves <palves@redhat.com>
13554
13555 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
13556 interpreter filename as argument to gdbserver_spawn.
13557 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
13558 Return empty if $last_loaded_file does not exist.
13559
13560 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13561
13562 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
13563 * gdb.base/jit-main.c: Use exit after usage.
13564
13565 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13566
13567 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
13568 GDBHISTSIZE prior to the tests.
13569 * gdb.base/gdbinit-history.exp: Likewise.
13570
13571 2016-04-07 Pedro Alves <palves@redhat.com>
13572
13573 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
13574 instead of build_executable. Use gdb_load_shlibs.
13575
13576 2016-04-07 Yao Qi <yao.qi@linaro.org>
13577
13578 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
13579 Execute "si" command.
13580
13581 2016-04-07 Yao Qi <yao.qi@linaro.org>
13582
13583 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
13584 number instead of the comments on some line.
13585
13586 2016-04-06 Don Breazeal <donb@codesourcery.com>
13587
13588 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
13589 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
13590
13591 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
13592
13593 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
13594 standard_output_file. Remove unused binfile variable.
13595
13596 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
13597
13598 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
13599 * gdb.python/py-mi-objfile.exp: Match "list main" output
13600 in console format.
13601
13602 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
13603
13604 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
13605 absolute.
13606
13607 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
13608
13609 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
13610 absolute.
13611 * gdb.trace/ftrace.exp: Likewise.
13612 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
13613 targets as well.
13614 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
13615 (gdb_load_shlibs): Copy libraries to test directory when testing
13616 natively. Only set solib-search-path if testing remotely.
13617 * lib/mi-support.exp (mi_load_shlibs): Likewise.
13618
13619 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
13620
13621 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
13622 gdb_download. Use it even if the target is not remote.
13623 * gdb.base/jit.exp (compile_jit_test): Likewise.
13624 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
13625 output directory if the destination board is local, otherwise use
13626 the standard remote_download from DejaGnu.
13627 (gdb_download): Remove.
13628 (gdb_load_shlibs): Use gdb_remote_download instead of
13629 gdb_download.
13630 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
13631 Use gdb_remote_download instead of gdb_download. Use it even if
13632 the target is not remote.
13633 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
13634 instead of gdb_download.
13635
13636 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
13637
13638 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
13639 (test_insert_delete_modify): Call mi_load_shlibs before trying to
13640 run.
13641
13642 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
13643
13644 PR gdb/19820
13645 * gdb.base/printcmds.exp: Add artificial arrays tests.
13646
13647 2016-03-31 Pedro Alves <palves@redhat.com>
13648
13649 PR gdb/19858
13650 * gdb.base/jit-main.c: Include unistd.h.
13651 (ATTACH): Define to 0 if not already defined.
13652 (wait_for_gdb, mypid): New globals.
13653 (WAIT_FOR_GDB): New macro.
13654 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
13655 some breakpoint locations.
13656 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
13657 New procedures.
13658 (one_jit_test): Add REATTACH parameter, and handle it. Use
13659 continue_to_test_location.
13660 (top level): Test attach, and adjusts calls to one_jit_test.
13661
13662 2016-03-31 Pedro Alves <palves@redhat.com>
13663
13664 PR gdb/19858
13665 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
13666 BINSUFFIX parameter, and handle it.
13667 (top level): Adjust calls compile_jit_test.
13668
13669 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
13670
13671 PR python/19743
13672 * gdb.python/py-mi-events-gdb.py: New file.
13673 * gdb.python/py-mi-events.c: New file.
13674 * gdb.python/py-mi-events.exp: New file.
13675
13676 2016-03-30 Yao Qi <yao.qi@linaro.org>
13677
13678 * gdb.reverse/until-precsave.exp: Match function name only.
13679 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
13680 Move malloc to a condition block.
13681 * gdb.reverse/until-reverse.exp: Match function name only.
13682
13683 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
13684
13685 * gdb.trace/ftrace.exp: Set arg0exp for s390.
13686 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
13687 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
13688 variable for GPR 0 instead of assuming it is register 0.
13689 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
13690 * lib/trace-support.exp: Add s390 registers.
13691
13692 2016-03-29 Yao Qi <yao.qi@linaro.org>
13693
13694 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
13695
13696 2016-03-24 Yao Qi <yao.qi@linaro.org>
13697
13698 * gdb.reverse/break-reverse.exp: Add quotation mark in the
13699 test message.
13700
13701 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13702
13703 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
13704 maintaining separate logic for constructing the output path.
13705
13706 2016-03-16 Don Breazeal <donb@codesourcery.com>
13707
13708 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
13709 Retry fork and waitpid on interrupted system call errors.
13710 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13711 Use with_timeout_factor to increase timeout by factor of 10.
13712
13713 2016-03-15 Don Breazeal <donb@codesourcery.com>
13714
13715 * gdb.cp/scope-err.cc: New test program.
13716 * gdb.cp/scope-err.exp: New test script.
13717 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
13718 lines and "set breakpoint here" comment.
13719 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
13720 Fixed some whitespace and format issues.
13721 * gdb.mi/mi-linespec-err-cp.cc: New test program.
13722 * gdb.mi/mi-linespec-err-cp.exp: New test script.
13723
13724 2016-03-15 Doug Evans <dje@google.com>
13725
13726 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
13727 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
13728 All callers updated. Add tests for enums, mixed flags register.
13729
13730 2016-03-15 Doug Evans <dje@google.com>
13731
13732 * gdb.base/skip.c (main): Call test_skip_file_and_function.
13733 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
13734
13735 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
13736
13737 * gdb.base/default.exp: Add $_as_string to the list of expected
13738 convenience functions.
13739
13740 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
13741
13742 * gdb.base/maint.exp: New tests for 'maint info line-table'.
13743
13744 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
13745
13746 * gdb.python/py-as-string.exp: New file.
13747 * gdb.python/py-as-string.c: New file.
13748
13749 2016-03-09 Pedro Alves <palves@redhat.com>
13750
13751 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
13752 signal" -> "Thread NN received signal" output change.
13753 * gdb.threads/ia64-sigill.exp: Likewise.
13754 * gdb.threads/linux-dp.exp: Likewise.
13755 * gdb.threads/manythreads.exp: Likewise.
13756 * gdb.threads/pending-step.exp: Likewise.
13757 * gdb.threads/print-threads.exp: Likewise.
13758 * gdb.threads/sigstep-threads.exp: Likewise.
13759 * gdb.threads/staticthreads.exp: Likewise.
13760 * gdb.threads/tls.exp: Likewise.
13761
13762 2016-03-09 Pedro Alves <palves@redhat.com>
13763
13764 * gdb.base/command-line-input.exp: New file.
13765
13766 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13767
13768 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
13769 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
13770 * gdb.trace/pending.exp: Accept leading dot before function name.
13771 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
13772 * lib/trace-support.exp: Set registers for ppc.
13773
13774 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13775
13776 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
13777 use it for disassembly; accept .main in addition to main in backtrace.
13778
13779 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
13780 Marcin Kościelnicki <koriakin@0x04.net>
13781
13782 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
13783 (gdb_recursion_test_ptr): New global variable.
13784 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
13785 gdb_recursion_test.
13786 (gdb_c_test): Ditto.
13787
13788 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13789
13790 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
13791 ordering.
13792
13793 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13794
13795 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
13796 (bar): Add bar_start_lbl label.
13797 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
13798 of foo/bar for emitting DWARF and tracing.
13799
13800 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
13801
13802 * analyze-racy-logs.py: Set executable bit.
13803
13804 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
13805
13806 * Makefile.in (DEFAULT_RACY_ITER): New variable.
13807 (CHECK_TARGET_TMP): Likewise.
13808 (check-single-racy): New rule.
13809 (check-parallel-racy): Likewise.
13810 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
13811 (do-check-parallel-racy): New rule.
13812 (check-racy/%.exp): Likewise.
13813 * README (Racy testcases): New section.
13814 * analyze-racy-logs.py: New file.
13815
13816 2016-03-03 Doug Evans <dje@google.com>
13817
13818 * gdb.base/skip.exp: Use with_test_prefix.
13819
13820 2016-03-03 Yao Qi <yao.qi@linaro.org>
13821
13822 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
13823 Invoke step_over_syscall "clone" and break_cond_on_syscall
13824 "clone".
13825 * gdb.base/step-over-clone.c: New file.
13826
13827 2016-03-03 Yao Qi <yao.qi@linaro.org>
13828
13829 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
13830 code format.
13831
13832 2016-03-03 Yao Qi <yao.qi@linaro.org>
13833
13834 * gdb.base/disp-step-fork.c: Rename to ...
13835 * gdb.base/step-over-fork.c: ... it. New file.
13836 * gdb.base/disp-step-vfork.c: Rename to ...
13837 * gdb.base/step-over-vfork.c: ... it. New file.
13838 * gdb.base/disp-step-syscall.exp: Rename to ...
13839 * gdb.base/step-over-syscall.exp: ... it. New file.
13840 (disp_step_cross_syscall): Rename to ...
13841 (step_over_syscall): ... it.
13842
13843 2016-03-03 Yao Qi <yao.qi@linaro.org>
13844
13845 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
13846 If target supports condition evaluation on target, invoke
13847 break_cond_on_syscall for fork and vfork.
13848
13849 2016-03-03 Yao Qi <yao.qi@linaro.org>
13850
13851 * gdb.base/disp-step-syscall.exp: Don't invoke
13852 support_displaced_stepping.
13853 (disp_step_cross_syscall): Test with displaced stepping off and
13854 on if supported.
13855
13856 2016-03-03 Yao Qi <yao.qi@linaro.org>
13857
13858 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
13859 proc.
13860 (setup): New proc.
13861 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
13862 and setup.
13863
13864 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13865
13866 * gdb.fortran/vla-history.exp: Remove breakpoint.
13867
13868 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13869
13870 * gdb.fortran/vla-history.exp: Lookup array elements and printing
13871 exceeds timeout.
13872
13873 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13874
13875 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
13876 breakpoint.
13877
13878 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13879
13880 * gdb.mi/vla.f90: Nullify pointer after declaration.
13881
13882 2016-03-01 Pedro Alves <palves@redhat.com>
13883
13884 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
13885
13886 2016-03-01 Pedro Alves <palves@redhat.com>
13887
13888 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
13889 before anything else.
13890 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
13891 _GNU_SOURCE here.
13892 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
13893 before anything else.
13894 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
13895
13896 2016-03-01 Pedro Alves <palves@redhat.com>
13897
13898 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
13899
13900 2016-03-01 Yao Qi <yao.qi@linaro.org>
13901
13902 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
13903 prepare_for_testing.
13904
13905 2016-03-01 Yao Qi <yao.qi@linaro.org>
13906
13907 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
13908
13909 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13910
13911 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
13912 manually constructing the output path.
13913
13914 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13915
13916 * gdb.arch/s390-stackless.S: New.
13917 * gdb.arch/s390-stackless.exp: New.
13918
13919 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
13920
13921 * gdb.dlang/circular.c: New file.
13922 * gdb.dlang/circular.exp: New file.
13923
13924 2016-02-26 Yao Qi <yao.qi@linaro.org>
13925
13926 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
13927 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
13928 (testcases): Update.
13929
13930 2016-02-26 Yao Qi <yao.qi@linaro.org>
13931
13932 * gdb.reverse/aarch64.c: Rename to ...
13933 * gdb.reverse/insn-reverse.c: ... it.
13934 * gdb.reverse/aarch64.exp: Rename to ...
13935 * gdb.reverse/insn-reverse.exp: ... it.
13936
13937 2016-02-26 Yao Qi <yao.qi@linaro.org>
13938
13939 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
13940 (testcase_ftype): New.
13941 (testcases): New array.
13942 (n_testcases): New.
13943 (main): Call each element in testcases.
13944 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
13945 (read_testcase): New.
13946 Do the tests in a loop.
13947
13948 2016-02-25 Yao Qi <yao.qi@linaro.org>
13949
13950 * gdb.base/branches.c: Remove.
13951
13952 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13953
13954 PR gdb/13808
13955 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
13956
13957 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13958
13959 * gdb.trace/ftrace.exp: Remove unnecessary target check.
13960
13961 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13962
13963 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
13964 change x86_64 call_insn to 'callq'.
13965
13966 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13967
13968 * gdb.trace/tfile-avx.c: Move to...
13969 * gdb.trace/tracefile-pseudo-reg.c: Here.
13970 * gdb.trace/tfile-avx.exp: Move to...
13971 * gdb.trace/tracefile-pseudo-reg.exp: Here.
13972
13973 2016-02-24 Gary Benson <gbenson@redhat.com>
13974
13975 * gdb.base/attach-pie-noexec.exp: Do not expect an error
13976 message on attach.
13977
13978 2016-02-23 Doug Evans <dje@google.com>
13979
13980 * gdb.base/skip.c (test_skip): New function.
13981 (end_test_skip_file_and_function): New function.
13982 (test_skip_file_and_function): New function.
13983 * gdb.base/skip1.c (test_skip): New function.
13984 (skip1_test_skip_file_and_function): New function.
13985 * gdb.base/skip.exp: Add tests for new skip options.
13986 * gdb.base/skip-solib.exp: Update expected output.
13987 * gdb.perf/skip-command.cc: New file.
13988 * gdb.perf/skip-command.exp: New file.
13989 * gdb.perf/skip-command.py: New file.
13990
13991 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
13992
13993 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
13994 info registers pattern.
13995
13996 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
13997
13998 * lib/future.exp: Add D support.
13999 (gdb_find_gdc): New proc.
14000 (gdb_default_target_compile): Add D support.
14001
14002 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
14003
14004 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
14005 user+system time.
14006 (trace_speed_test): Determine the iteration count for a time
14007 between 15..30 seconds.
14008
14009 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
14010
14011 * gdb.arch/i386-mpx-sigsegv.c: New file.
14012 * gdb.arch/i386-mpx-sigsegv.exp: New file.
14013 * gdb.arch/i386-mpx-simple_segv.c: New file.
14014 * gdb.arch/i386-mpx-simple_segv.exp: New file.
14015
14016 2016-02-18 Yao Qi <yao.qi@linaro.org>
14017
14018 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14019 Don't call setup_kfail.
14020
14021 2016-02-18 Yao Qi <yao.qi@linaro.org>
14022
14023 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
14024 Set "set breakpoint condition-evaluation" per $cond_bp_target.
14025
14026 2016-02-16 Doug Evans <dje@google.com>
14027
14028 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
14029 * gdb.base/skip1.c: Ditto.
14030 * gdb.base/skip.exp: Whitespace cleanup.
14031
14032 2016-02-16 Don Breazeal <donb@codesourcery.com>
14033
14034 PR remote/19496
14035 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
14036 Remove kfail for PR remote/19496.
14037
14038 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
14039
14040 * lib/gdb.exp (standard_temp_file): Return a path specific to
14041 the runtest invocation.
14042
14043 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
14044
14045 * gdb.trace/save-trace.exp: Change relative path to be in the
14046 standard output directory.
14047
14048 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14049
14050 * gdb.arch/i386-prologue.c: Add missing prototypes.
14051
14052 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14053
14054 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
14055 * gdb.arch/i386-prologue.exp: Likewise.
14056 * gdb.arch/i386-size.exp: Likewise.
14057
14058 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
14059
14060 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
14061 define object file path.
14062 * gdb.btrace/gcore.exp: Use standard_output_file to define core
14063 file path.
14064 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
14065 standard_output_file to define binfile.
14066
14067 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14068
14069 Fix compatibility with recent gfortran-5.3.1.
14070 * gdb.fortran/vla-history.exp (print vla1 allocated)
14071 (print vla2 allocated, print $2, print $3): Remove
14072 (print $4): Rename to ...
14073 (print $2): ... here.
14074 (print $9): Rename to ...
14075 (print $5): ... here.
14076 (print $10): Rename to ...
14077 (print $6): ... here.
14078 * gdb.fortran/vla.f90: Add pvla initialization.
14079
14080 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14081
14082 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
14083 New test.
14084 * gdb.fortran/vla-value-sub.exp: Likewise.
14085
14086 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
14087
14088 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
14089
14090 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
14091
14092 * i386-biarch-core.exp: Define corefile using
14093 standard_output_file.
14094
14095 2016-02-12 Yao Qi <yao.qi@linaro.org>
14096
14097 * gdb.arch/arm-single-step-kernel-helper.c: New.
14098 * gdb.arch/arm-single-step-kernel-helper.exp: New.
14099
14100 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
14101
14102 * gdb.btrace/tailcall-only.exp: New.
14103 * gdb.btrace/tailcall-only.c: New.
14104 * gdb.btrace/x86_64-tailcall-only.S: New.
14105 * gdb.btrace/i686-tailcall-only.S: New.
14106
14107 2016-02-11 Pedro Alves <palves@redhat.com>
14108
14109 * README (Parallel testing): Add missing double quotes.
14110
14111 2016-02-11 Pedro Alves <palves@redhat.com>
14112
14113 * README (Parallel testing): New section.
14114 (GDB_PARALLEL): Rewrite.
14115 (FORCE_PARALLEL): Document.
14116
14117 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
14118
14119 * gdb.trace/tfile-avx.c: New test.
14120 * gdb.trace/tfile-avx.exp: New test.
14121
14122 2016-02-09 Keith Seitz <keiths@redhat.com>
14123
14124 PR breakpoints/19546
14125 * gdb.base/infcall-exec.c: New file.
14126 * gdb.base/infcall-exec2.c: New file.
14127 * gdb.base/infcall-exec.exp: New file.
14128
14129 2016-02-09 Keith Seitz <keiths@redhat.com>
14130
14131 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
14132 (toplevel): Call test_bkpt_address.
14133
14134 2016-02-09 Keith Seitz <keiths@redhat.com>
14135
14136 PR python/19506
14137 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
14138 (toplevel): Call test_bkpt_address.
14139
14140 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
14141
14142 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
14143 to AC_OUTPUT.
14144 * configure: Regenerate.
14145
14146 2016-02-09 Pedro Alves <palves@redhat.com>
14147
14148 PR breakpoints/19548
14149 * gdb.base/execl-update-breakpoints.c (some_function): New
14150 function.
14151 (main): Call it.
14152 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
14153 Tighten expected GDB output.
14154
14155 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
14156
14157 * Makefile.in (ALL_SUBDIRS): Remove.
14158 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
14159 (distclean maintainer-clean realclean): Likewise.
14160 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
14161 * configure: Regenerate.
14162 * gdb.ada/Makefile.in: Delete.
14163 * gdb.arch/Makefile.in: Likewise.
14164 * gdb.asm/Makefile.in: Likewise.
14165 * gdb.base/Makefile.in: Likewise.
14166 * gdb.btrace/Makefile.in: Likewise.
14167 * gdb.cell/Makefile.in: Likewise.
14168 * gdb.compile/Makefile.in: Likewise.
14169 * gdb.cp/Makefile.in: Likewise.
14170 * gdb.disasm/Makefile.in: Likewise.
14171 * gdb.dlang/Makefile.in: Likewise.
14172 * gdb.dwarf2/Makefile.in: Likewise.
14173 * gdb.fortran/Makefile.in: Likewise.
14174 * gdb.gdb/Makefile.in: Likewise.
14175 * gdb.go/Makefile.in: Likewise.
14176 * gdb.guile/Makefile.in: Likewise.
14177 * gdb.java/Makefile.in: Likewise.
14178 * gdb.linespec/Makefile.in: Likewise.
14179 * gdb.mi/Makefile.in: Likewise.
14180 * gdb.modula2/Makefile.in: Likewise.
14181 * gdb.multi/Makefile.in: Likewise.
14182 * gdb.objc/Makefile.in: Likewise.
14183 * gdb.opencl/Makefile.in: Likewise.
14184 * gdb.opt/Makefile.in: Likewise.
14185 * gdb.pascal/Makefile.in: Likewise.
14186 * gdb.perf/Makefile.in: Likewise.
14187 * gdb.python/Makefile.in: Likewise.
14188 * gdb.reverse/Makefile.in: Likewise.
14189 * gdb.server/Makefile.in: Likewise.
14190 * gdb.stabs/Makefile.in: Likewise.
14191 * gdb.threads/Makefile.in: Likewise.
14192 * gdb.trace/Makefile.in: Likewise.
14193 * gdb.xml/Makefile.in: Likewise.
14194 * lib/gdb.exp (make_gdb_parallel_path): Add check for
14195 GDB_PARALLEL.
14196 (standard_output_file): Remove check for GDB_PARALLEL, always
14197 return path in outputs/$subdir/$testname.
14198
14199 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
14200
14201 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
14202 (site.exp): Assign abs_srcdir to tcl's srcdir.
14203
14204 2016-02-04 Yao Qi <yao.qi@linaro.org>
14205
14206 * gdb.base/foll-exec-mode.c: Include limits.h.
14207 (main): Add parameters argc and argv. Get directory from
14208 argv[0].
14209 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
14210 compilation.
14211 * gdb.base/foll-exec.c: Include limits.h.
14212 (main): Add parameters argc and argv.
14213 Get directory from argv[0].
14214 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
14215 Adjust tests on the number of lines as source code changed.
14216 * gdb.base/foll-vfork-exit.c: Include limits.h.
14217 (main): Add one line of statement before vfork.
14218 * gdb.base/foll-vfork.c: Include limits.h and string.h.
14219 (main): Add parameters argc and argv. Get directory from
14220 argv[0].
14221 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
14222 (setup_gdb): Set tbreak to skip some source lines.
14223 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
14224 (main): Add parameters argc and argv. Get directory from
14225 argv[0].
14226 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
14227 compilation.
14228 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
14229 (main): Add parameters argc and argv. Get directory from
14230 argv[0].
14231 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
14232 compilation.
14233
14234 2016-02-01 Doug Evans <dje@google.com>
14235
14236 * gdb.base/skip.exp: Clean up multiple references to same test name.
14237
14238 2016-02-01 Pedro Alves <palves@redhat.com>
14239
14240 PR remote/19496
14241 * gdb.threads/forking-threads-plus-breakpoint.exp
14242 (displaced_stepping_supported): New global.
14243 (probe_displaced_stepping_support): New procedure.
14244 (do_test): Add 'displaced' parameter, and use it.
14245 (top level): Check for displaced stepping support. Add displaced
14246 stepping on/off testing axis.
14247
14248 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
14249
14250 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
14251 pointer. Don't perform further tests on the unassociated pointer
14252 if the first test fails.
14253
14254 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
14255
14256 * gdb.base/max-value-size.c: New file.
14257 * gdb.base/max-value-size.exp: New file.
14258 * gdb.base/huge.exp: Disable max-value-size for this test.
14259
14260 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
14261
14262 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14263
14264 2016-01-28 Yao Qi <yao.qi@linaro.org>
14265
14266 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
14267
14268 2016-01-25 Pedro Alves <palves@redhat.com>
14269
14270 PR threads/19461
14271 * gdb.base/fork-running-state.c: New file.
14272 * gdb.base/fork-running-state.exp: New file.
14273
14274 2016-01-25 Pedro Alves <palves@redhat.com>
14275
14276 PR gdb/19494
14277 * gdb.base/catch-fork-kill.c: New file.
14278 * gdb.base/catch-fork-kill.exp: New file.
14279
14280 2016-01-25 Pedro Alves <palves@redhat.com>
14281
14282 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
14283 Delete, moved to lib/gdb.exp.
14284 * gdb.threads/forking-threads-plus-breakpoint.exp
14285 (foreach_with_prefix): Likewise.
14286 * gdb.threads/process-dies-while-handling-bp.exp
14287 (foreach_with_prefix): Likewise.
14288 * lib/gdb.exp (foreach_with_prefix): New procedure.
14289
14290 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
14291
14292 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
14293 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
14294
14295 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
14296
14297 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
14298 endian targets.
14299
14300 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14301 Pedro Alves <palves@redhat.com>
14302
14303 Fix testsuite compatibility with Guile.
14304 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
14305 number.
14306
14307 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14308
14309 Fix testsuite compatibility with Guile.
14310 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
14311 (thread 1): New test for backtrace through signal handler.
14312
14313 2016-01-22 Yao Qi <yao.qi@linaro.org>
14314
14315 PR testsuite/19491
14316 * gdb.base/multi-forks.c: Include
14317 ../lib/unbuffer_output.c
14318 (main): Call gdb_unbuffer_output.
14319
14320 2016-01-21 Doug Evans <dje@google.com>
14321
14322 * lib/ada.exp (gdb_compile_ada): Fix typo.
14323
14324 2016-01-21 Joel Brobecker <brobecker@adacore.com>
14325
14326 * gdb.base/break-fun-addr.exp: New file.
14327 * gdb.base/break-fun-addr1.c: New file.
14328 * gdb.base/break-fun-addr2.c: New file.
14329
14330 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
14331
14332 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
14333 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
14334 enum flag values.
14335
14336 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
14337
14338 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
14339 when GDB can not set the vector return value. Add more comments
14340 for clarification.
14341
14342 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
14343
14344 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
14345 command.
14346
14347 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14348
14349 * Makefile.in (DO_RUNTEST): Add --status and update usages.
14350
14351 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14352
14353 * Makefile.in (check-single): Pass --status to runtest.
14354 (check/%.exp): Likewise.
14355
14356 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14357
14358 * Makefile.in (check-parallel): Propagate return code from make
14359 do-check-parallel.
14360
14361 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
14362
14363 * gdb.trace/ftrace.exp: Fix expected message on continue.
14364 * gdb.trace/pending.exp: Fix expected message on continue.
14365 * gdb.trace/trace-break.exp: Fix expected message on continue.
14366
14367 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
14368
14369 * lib/gdb.exp (gdb_test): Remove unused global references.
14370
14371 2016-01-18 Pedro Alves <palves@redhat.com>
14372
14373 * gdb.base/async-shell.exp: Adjust expected output.
14374 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
14375 * gdb.base/siginfo-thread.exp: Adjust expected output.
14376 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
14377 * gdb.java/jnpe.exp: Adjust expected output.
14378 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
14379 * gdb.threads/continue-pending-status.exp: Adjust expected output.
14380 * gdb.threads/leader-exit.exp: Adjust expected output.
14381 * gdb.threads/manythreads.exp: Adjust expected output.
14382 * gdb.threads/pthreads.exp: Adjust expected output.
14383 * gdb.threads/schedlock.exp: Adjust expected output.
14384 * gdb.threads/siginfo-threads.exp: Adjust expected output.
14385 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
14386 expected output.
14387 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
14388 output.
14389 * gdb.threads/sigthread.exp: Adjust expected output.
14390 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
14391
14392 2016-01-18 Yao Qi <yao.qi@linaro.org>
14393
14394 * gdb.guile/scm-section-script.c: Replace @progbits with
14395 %progbits.
14396 * gdb.python/py-section-script.c: Likewise.
14397
14398 2016-01-15 Pedro Alves <palves@redhat.com>
14399
14400 * gdb.multi/tids.exp: Test star wildcard ranges.
14401
14402 2016-01-15 Pedro Alves <palves@redhat.com>
14403
14404 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
14405 command from "thread apply" invocation.
14406 (thr_apply_info_thr_invalid): Default the expected output to the
14407 input tid list.
14408 (top level): Add tests that use convenience variables. Add tests
14409 for "thread apply" with a valid TID list, but missing the command.
14410
14411 2016-01-13 Pedro Alves <palves@redhat.com>
14412
14413 * gdb.base/default.exp: Expect $_gthread as well.
14414 * gdb.multi/tids.exp: Test $_gthread.
14415 * gdb.threads/thread-specific.exp: Test $_gthread.
14416
14417 2016-01-13 Pedro Alves <palves@redhat.com>
14418
14419 * gdb.multi/tids.exp: Test "info threads -gid".
14420
14421 2016-01-13 Pedro Alves <palves@redhat.com>
14422
14423 * gdb.multi/tids.exp: Test InferiorThread.global_num and
14424 Breakpoint.thread.
14425 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
14426
14427 2016-01-07 Pedro Alves <palves@redhat.com>
14428
14429 * gdb.base/break.exp: Adjust to output changes.
14430 * gdb.base/hbreak2.exp: Likewise.
14431 * gdb.base/sepdebug.exp: Likewise.
14432 * gdb.base/watch_thread_num.exp: Likewise.
14433 * gdb.linespec/keywords.exp: Likewise.
14434 * gdb.multi/info-threads.exp: Likewise.
14435 * gdb.threads/thread-find.exp: Likewise.
14436 * gdb.multi/tids.c: New file.
14437 * gdb.multi/tids.exp: New file.
14438
14439 2016-01-13 Pedro Alves <palves@redhat.com>
14440
14441 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
14442
14443 2016-01-13 Pedro Alves <palves@redhat.com>
14444
14445 * gdb.base/default.exp: Expect $_inferior as well.
14446 * gdb.multi/base.exp: Test $_inferior.
14447
14448 2016-01-13 Pedro Alves <palves@redhat.com>
14449
14450 PR breakpoints/19388
14451 * gdb.base/catch-signal-siginfo-cond.c: New file.
14452 * gdb.base/catch-signal-siginfo-cond.exp: New file.
14453
14454 2016-01-12 Josh Stone <jistone@redhat.com>
14455 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14456
14457 * gdb.base/catch-syscall.c (do_execve): New variable.
14458 (main): Conditionally trigger an execve.
14459 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
14460 (test_catch_syscall_execve): New, check entry/return across execve.
14461 (do_syscall_tests): Call test_catch_syscall_execve.
14462
14463 2016-01-12 Pedro Alves <palves@redhat.com>
14464
14465 * gdb.base/random-signal.exp (do_test): New procedure, with body
14466 of testcase moved in.
14467
14468 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14469 Pedro Alves <palves@redhat.com>
14470
14471 * gdb.base/funcargs.exp (finish from indirectly called function):
14472 Reintroduce the case for 'First'.
14473
14474 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14475 Pedro Alves <palves@redhat.com>
14476
14477 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
14478 (tcatch_vfork_then_child_follow_exec)
14479 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
14480 identification.
14481
14482 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14483
14484 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
14485 and repeats to unlimited.
14486 * gdb.python/py-value.exp: Likewise.
14487 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
14488 and repeats to unlimited.
14489
14490 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14491
14492 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
14493 and reordering the functions.
14494 * gdb.multi/hangout.c: Likewise.
14495 * gdb.multi/hello.c: Likewise.
14496
14497 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
14498
14499 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
14500 absolute.
14501 (SingleStatisticTestResult.report): Use dict.keys instead of
14502 dict.iterkeys.
14503
14504 2016-01-06 Pedro Alves <palves@redhat.com>
14505
14506 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
14507
14508 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
14509
14510 * gdb.btrace/dlopen.exp: New.
14511 * gdb.btrace/dlopen.c: New.
14512 * gdb.btrace/dlopen-dso.c: New.
14513
14514 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
14515
14516 * lib/gdb.exp (gdb_test): Update comments to clarify that the
14517 PATTERN argument is optional.
14518
14519 2015-12-24 Joel Brobecker <brobecker@adacore.com>
14520
14521 * lib/ada.exp (target_compile_ada_from_dir): New function.
14522 (gdb_compile_ada): Reimplement avoiding the use of project files.
14523 * gdb.ada/gnat_ada.gpr: Delete.
14524 * gdb.ada/cond_lang.exp: Adjust test to make path before
14525 filename optional.
14526 * gdb.ada/small_reg_param.exp: Likewise.
14527
14528 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
14529
14530 * gdb.base/foll-vork.exp: Remove HP-UX special case.
14531
14532 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
14533
14534 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
14535 case.
14536
14537 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
14538
14539 * gdb.base/break.exp: Remove dead code.
14540 * gdb.base/sepdebug.exp: Likewise.
14541
14542 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
14543
14544 * gdb.asm/asm-source.exp: Remove HP-UX references.
14545 * gdb.base/annota1.exp: Likewise.
14546 * gdb.base/annota3.exp: Likewise.
14547 * gdb.base/attach.exp: Likewise.
14548 * gdb.base/bigcore.exp: Likewise.
14549 * gdb.base/break.exp: Likewise.
14550 * gdb.base/call-ar-st.exp: Likewise.
14551 * gdb.base/callfuncs.exp: Likewise.
14552 * gdb.base/catch-fork-static.exp: Likewise.
14553 * gdb.base/display.exp: Likewise.
14554 * gdb.base/foll-exec-mode.exp: Likewise.
14555 * gdb.base/foll-exec.exp: Likewise.
14556 * gdb.base/foll-fork.exp: Likewise.
14557 * gdb.base/foll-vfork.exp: Likewise.
14558 * gdb.base/funcargs.exp: Likewise.
14559 * gdb.base/hbreak2.exp: Likewise.
14560 * gdb.base/inferior-died.exp: Likewise.
14561 * gdb.base/interrupt.exp: Likewise.
14562 * gdb.base/multi-forks.exp: Likewise.
14563 * gdb.base/nodebug.exp: Likewise.
14564 * gdb.base/sepdebug.exp: Likewise.
14565 * gdb.base/solib1.c: Likewise.
14566 * gdb.base/step-test.exp: Likewise.
14567 * gdb.mi/non-stop.c: Likewise.
14568 * gdb.mi/pthreads.c: Likewise.
14569 * gdb.multi/bkpt-multi-exec.ex: Likewise.
14570 * gdb.threads/pthreads.c: Likewise.
14571 * gdb.threads/staticthreads.exp: Likewise.
14572 * lib/future.exp: Likewise.
14573 * lib/gdb.exp: Likewise.
14574 * gdb.base/so-indr-cl.c: Remove.
14575 * gdb.base/so-indr-cl.exp: Likewise.
14576 * gdb.base/solib.c: Likewise.
14577 * gdb.base/solib.exp: Likewise.
14578 * gdb.base/solib2.c: Likewise.
14579
14580 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
14581
14582 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
14583 * gdb.base/call-ar-st.exp: Likewise.
14584 * gdb.base/callfuncs.exp: Likewise.
14585 * gdb.base/condbreak.exp: Likewise.
14586 * gdb.base/constvars.exp: Likewise.
14587 * gdb.base/hbreak2.exp: Likewise.
14588 * gdb.base/langs.exp: Likewise.
14589 * gdb.base/list.exp: Likewise.
14590 * gdb.base/long_long.exp: Likewise.
14591 * gdb.base/ptype.exp: Likewise.
14592 * gdb.base/scope.exp: Likewise.
14593 * gdb.base/signals.exp: Likewise.
14594 * gdb.base/so-impl-ld.exp: Likewise.
14595 * gdb.base/varargs.exp: Likewise.
14596 * gdb.base/volatile.exp: Likewise.
14597 * gdb.base/whatis.exp: Likewise.
14598 * gdb.cp/cplusfuncs.exp: Likewise.
14599 * gdb.cp/inherit.exp: Likewise.
14600 * gdb.cp/local.exp: Likewise.
14601 * gdb.cp/member-ptr.exp: Likewise.
14602 * gdb.cp/method.exp: Likewise.
14603 * gdb.cp/overload.exp: Likewise.
14604 * gdb.cp/templates.exp: Likewise.
14605 * gdb.stabs/weird.exp: Likewise.
14606 * lib/compiler.c: Likewise.
14607 * lib/compiler.cc: Likewise.
14608 * lib/cp-support.exp: Likewise.
14609 * lib/gdb.exp: Likewise.
14610
14611 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
14612
14613 * configure.ac: Remove HP-UX case.
14614 * configure: Regenerate.
14615
14616 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
14617
14618 * lib/gdb.exp (gdb_compile): Add function doc.
14619
14620 2015-12-17 Pedro Alves <palves@redhat.com>
14621
14622 PR threads/19354
14623 * gdb.multi/info-threads.exp: New file.
14624
14625 2015-12-15 Yao Qi <yao.qi@linaro.org>
14626
14627 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
14628 is aarch64*-*-*.
14629
14630 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14631
14632 * gdb.base/history-duplicates.exp: Skip if no readline support.
14633
14634 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14635
14636 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
14637
14638 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14639
14640 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
14641
14642 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14643
14644 * gdb.base/completion.exp: Skip tests that interrupt GDB with
14645 ctrl-C if nointerrupts target property is set.
14646 * gdb.base/double-prompt-target-event-error.exp: Likewise.
14647 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
14648 * gdb.base/paginate-bg-execution.exp: Likewise.
14649 * gdb.base/paginate-execution-startup.exp: Likewise.
14650 * gdb.base/random-signal.exp: Likewise.
14651 * gdb.base/range-stepping.exp: Likewise.
14652 * gdb.cp/annota2.exp: Likewise.
14653 * gdb.cp/annota3.exp: Likewise.
14654 * gdb.gdb/selftest.exp: Likewise.
14655 * gdb.threads/continue-pending-status.exp: Likewise.
14656 * gdb.threads/leader-exit.exp: Likewise.
14657 * gdb.threads/manythreads.exp: Likewise.
14658 * gdb.threads/pthreads.exp: Likewise.
14659 * gdb.threads/schedlock.exp: Likewise.
14660 * gdb.threads/sigthread.exp: Likewise.
14661
14662 2015-12-11 Don Breazeal <donb@codesourcery.com>
14663
14664 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
14665 remote.
14666 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
14667 * gdb.base/foll-exec.exp (main): Enable for target remote.
14668 * gdb.base/foll-fork.exp (main): Likewise.
14669 * gdb.base/foll-vfork.exp (main): Likewise.
14670 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
14671 (proc continue_to_exit_bp_loc): Use clean_restart.
14672 * gdb.base/pie-execl.exp (main): Disable for target remote.
14673 * gdb.base/watch-vfork.exp (main): Enable for target remote.
14674 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
14675 * gdb.threads/execl.exp (main): Likewise.
14676 * gdb.threads/fork-child-threads.exp (main): Likewise.
14677 * gdb.threads/fork-plus-threads.exp (main): Disable for target
14678 remote.
14679 * gdb.threads/fork-thread-pending.exp (main): Enable for target
14680 remote.
14681 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
14682 pid.tid style ptids, instead of just tid.
14683 * gdb.threads/thread-execl.exp (main): Enable for target remote.
14684 * gdb.threads/watchpoint-fork.exp (main): Likewise.
14685 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
14686 ptids, instead of just tid.
14687
14688 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14689
14690 * gdb.base/list.exp (test_list_forward): Add end of file error
14691 test.
14692 (test_repeat_list_command): Add end of file error test.
14693 (test_list_backwards): Add beginning of file error test.
14694
14695 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14696
14697 * gdb.base/list.exp (test_list_invalid_args): New function,
14698 defined, and called.
14699
14700 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14701
14702 * gdb.base/list.exp (test_list): Make test names unique.
14703
14704 2015-12-11 Yao Qi <yao.qi@linaro.org>
14705
14706 * gdb.base/coremaker2.c: Remove.
14707
14708 2015-12-10 Pedro Alves <palves@redhat.com>
14709
14710 * gdb.multi/base.exp: Remove stale "spaces" references.
14711
14712 2015-12-10 Pedro Alves <palves@redhat.com>
14713
14714 * gdb.multi/base.exp: Don't use nowarnings.
14715 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
14716 * gdb.multi/hangout.c: Include stdio.h.
14717 * gdb.multi/hello.c: Include stdlib.h.
14718 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
14719 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
14720 * gdb.multi/multi-arch.exp: Don't use nowarnings.
14721
14722 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
14723
14724 * gdb.dwarf2/dw2-ranges-base.c: New file.
14725 * gdb.dwarf2/dw2-ranges-base.exp: New file.
14726 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
14727 support additional line table, and debug ranges generation.
14728 (Dwarf::ranges): New function, generate .debug_ranges.
14729 (Dwarf::lines): Support generating simple line table programs.
14730 (Dwarf::assemble): Initialise new namespace variables.
14731
14732 2015-12-09 Kevin Buettner <kevinb@redhat.com>
14733
14734 * gdb.base/async.exp (proc test_background): Add case for
14735 asynchronous execution not supported.
14736
14737 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
14738
14739 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
14740 format and change test names to make them unique.
14741
14742 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
14743 Pedro Alves <pedro@redhat.com>
14744
14745 PR gdb/18702
14746 Add checking of floatformats setup on x86_64 hosts.
14747 * gdb.arch/i386-float.S (main): Load bigval and smallval.
14748 (smallval, bigval): New labels/constants.
14749 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
14750 float" after loading bigval and smallval.
14751
14752 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
14753
14754 * gdb.ada/fun_overload_menu.exp: New testcase.
14755 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
14756
14757 2015-12-04 Josh Stone <jistone@redhat.com>
14758
14759 * gdb.base/catch-fork-static.exp: New.
14760
14761 2015-12-03 Yao Qi <yao.qi@linaro.org>
14762
14763 * gdb.base/sizeof.c: Don't include stdio.h and
14764 ../lib/unbuffer_output.c.
14765 (main): New variable 'size' and 'value'. Remove printf and
14766 gdb_unbuffer_output. Assign return value to size and value.
14767 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
14768 at the beginning.
14769 (check_sizeof): Check the result by printing variable 'size'.
14770 (check_valueof): Check the result by printing variable 'value'.
14771
14772 2015-12-01 Yao Qi <yao.qi@linaro.org>
14773
14774 * gdb.base/disp-step-syscall.exp: Define syscall instruction
14775 for aarch64*-*-linux* target.
14776
14777 2015-11-30 Pedro Alves <palves@redhat.com>
14778
14779 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
14780
14781 2015-11-30 Pedro Alves <palves@redhat.com>
14782
14783 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
14784 Handle non-stop mode vCont replies.
14785
14786 2015-11-30 Pedro Alves <palves@redhat.com>
14787
14788 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
14789 prepare_for_testing. Start gdb with "set non-stop on" appended to
14790 GDBFLAGS. Lax expected stop output.
14791
14792 2015-11-27 Yao Qi <yao.qi@linaro.org>
14793
14794 * gdb.arch/arm-neon.exp: New.
14795 * gdb.arch/arm-neon.c: New.
14796
14797 2015-11-27 Yao Qi <yao.qi@linaro.org>
14798
14799 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
14800
14801 2015-11-27 Yao Qi <yao.qi@linaro.org>
14802
14803 * gdb.cp/annota2.exp: Allow multiple occurrences of the
14804 frames-invalid annotation.
14805
14806 2015-11-27 Yao Qi <yao.qi@linaro.org>
14807
14808 * gdb.cp/annota2.exp: Use ${frames_invalid}.
14809
14810 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
14811
14812 * gdb.threads/names.exp: New file.
14813 * gdb.threads/names.c: New file.
14814 * README: Mention gdb,no_thread_names.
14815
14816 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
14817
14818 PR 19297
14819 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
14820 support" error.
14821
14822 2015-11-24 Pedro Alves <palves@redhat.com>
14823
14824 PR 17539
14825 * gdb.base/display.exp: Expect displays to be sorted in ascending
14826 order. Use multi_line.
14827 * gdb.base/solib-display.exp: Likewise.
14828
14829 2015-11-24 Pedro Alves <palves@redhat.com>
14830
14831 PR 17539
14832 * gdb.base/display.exp: Expect displays to be sorted in ascending
14833 order. Use multi_line.
14834 * gdb.base/solib-display.exp: Likewise.
14835
14836 2015-11-24 Pedro Alves <palves@redhat.com>
14837
14838 PR 17539
14839 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
14840 threads in ascending order.
14841 * gdb.base/foll-fork.exp: Likewise.
14842 * gdb.base/foll-vfork.exp: Likewise.
14843 * gdb.base/multi-forks.exp: Likewise.
14844 * gdb.mi/mi-nonstop.exp: Likewise.
14845 * gdb.mi/mi-nsintrall.exp: Likewise.
14846 * gdb.multi/base.exp: Likewise.
14847 * gdb.multi/multi-arch.exp: Likewise.
14848 * gdb.python/py-inferior.exp: Likewise.
14849 * gdb.threads/break-while-running.exp: Likewise.
14850 * gdb.threads/execl.exp: Likewise.
14851 * gdb.threads/gcore-thread.exp: Likewise.
14852 * gdb.threads/info-threads-cur-sal.exp: Likewise.
14853 * gdb.threads/kill.exp: Likewise.
14854 * gdb.threads/linux-dp.exp: Likewise.
14855 * gdb.threads/multiple-step-overs.exp: Likewise.
14856 * gdb.threads/next-bp-other-thread.exp: Likewise.
14857 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
14858 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
14859 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
14860 * gdb.threads/thread-find.exp: Likewise.
14861 * gdb.threads/tls.exp: Likewise.
14862 * lib/mi-support.exp (mi_reverse_list): Delete.
14863 (mi_check_thread_states): No longer reverse list.
14864
14865 2015-11-24 Pedro Alves <palves@redhat.com>
14866
14867 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
14868 use lowercase.
14869
14870 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14871
14872 * gdb.trace/actions.c: Include trace-common.h.
14873 (main): Add a location for a fast tracepoint.
14874 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
14875 the normal tracepoints.
14876 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
14877
14878 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14879
14880 * save-trace.exp: Factor out code to these...
14881 (gdb_save_tracepoints): New.
14882 (gdb_load_tracepoints): New.
14883 (do_save_load_test): New.
14884
14885 2015-11-23 Kevin Buettner <kevinb@redhat.com>
14886
14887 * gdb.base/asmlabel.exp: New test.
14888 * gdb.base/asmlabel.c: New test case.
14889
14890 2015-11-23 Joel Brobecker <brobecker@adacore.com>
14891
14892 * gdb.base/wrong_frame_bt_full-main.c: New file.
14893 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
14894 * gdb.base/wrong_frame_bt_full.exp: New file.
14895
14896 2015-11-23 Joel Brobecker <brobecker@adacore.com>
14897
14898 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
14899
14900 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14901
14902 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
14903 pstate register when comparing registers values in
14904 sparc64-*-linux-gnu targets to avoid spurious differences.
14905
14906 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14907
14908 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
14909
14910 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
14911
14912 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
14913 as type argument to gdb_compile.
14914 * gdb.base/nested-subp2.exp: Likewise.
14915 * gdb.base/nested-subp3.exp: Likewise.
14916
14917 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
14918
14919 * lib/dwarf.exp (_note): Fix left shift of negative value.
14920 * gdb.trace/trace-condition.exp: Likewise.
14921
14922 2015-11-13 Yao Qi <yao.qi@linaro.org>
14923
14924 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
14925 comments about d10v.
14926 (test_scalar_returns): Likewise.
14927 * gdb.base/d10v.ld: Remove.
14928 * gdb.base/overlays.exp: Remove the target triplet checking for
14929 d10v-*-*.
14930 * gdb.base/structs.exp (test_struct_returns): Remove the
14931 comments about d10v.
14932 (test_struct_calls): Likewise.
14933
14934 2015-11-13 Yao Qi <yao.qi@linaro.org>
14935
14936 * gdb.base/gnu_vector.exp: Check the return value by "p res".
14937 * gdb.base/gnu_vector.c: Don't include stdio.h.
14938 (main): Don't print res and call add_some_intvecs.
14939
14940 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
14941
14942 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
14943 macro.
14944 (func5): Removed.
14945 (func4): Use FAST_TRACEPOINT_LABEL.
14946 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
14947 macro.
14948 (func): Removed.
14949 (thread_function): Use FAST_TRACEPOINT_LABEL.
14950 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
14951 (func): Remove.
14952 (marker): Use FAST_TRACEPOINT_LABEL.
14953 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
14954 (pendfunc1): Remove.
14955 (pendfunc): Use FAST_TRACEPOINT_LABEL.
14956 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
14957 (foo): Remove.
14958 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
14959 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
14960 macro.
14961 (func): Remove.
14962 (marker): Use FAST_TRACEPOINT_LABEL.
14963 * gdb.trace/trace-common.h: New header.
14964 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
14965 macro.
14966 (func): Remove.
14967 (marker): Use FAST_TRACEPOINT_LABEL.
14968 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
14969 (func): Remove.
14970 (thread_function): Use FAST_TRACEPOINT_LABEL.
14971
14972 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
14973
14974 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
14975 in front.
14976 * gdb.trace/change-loc.exp: Use global pcreg definition.
14977 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
14978 * gdb.trace/entry-values.exp: Use global spreg definition, add $
14979 in front.
14980 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
14981 * gdb.trace/pending.exp: Likewise.
14982 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
14983 * gdb.trace/trace-break.exp: Likewise.
14984 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
14985 in front.
14986 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
14987 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
14988 in front.
14989 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
14990
14991 2015-11-09 Joel Brobecker <brobecker@adacore.com>
14992
14993 * gdb.ada/fin_fun_out: New testcase.
14994
14995 2015-11-07 Kevin Buettner <kevinb@redhat.com>
14996
14997 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
14998 value associated with DW_AT_byte_size.
14999 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
15000 constants for DW_AT_byte_size, DW_AT_lower_bound, and
15001 DW_AT_upper_bound.
15002
15003 2015-11-07 Kevin Buettner <kevinb@redhat.com>
15004
15005 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
15006 (gdb_target_symbol_prefix_flags): Define in terms of _asm
15007 version.
15008 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
15009 gdb.dwarf2/dw2-canonicalize-type.exp,
15010 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
15011 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
15012 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
15013 provided by gdb_target_symbol_prefix_flags_asm.
15014 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
15015 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
15016 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
15017 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
15018 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
15019 macros where needed). Use this macro for symbols which require
15020 the prefix provided by SYMBOL_PREFIX.
15021
15022 2015-11-05 Kevin Buettner <kevinb@redhat.com>
15023
15024 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
15025 New procs.
15026 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
15027 representing expressions, of more than one list element.
15028 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
15029 to prepend linker symbol prefix to f.
15030 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
15031 table_1 and table_2.
15032 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
15033 Likewise, for f and g.
15034 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
15035 for ptr.
15036 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
15037 for main.
15038 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
15039 table_1_ptr and table_2_ptr.
15040
15041 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15042 Joel Brobecker <brobecker@adacore.com>
15043
15044 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
15045
15046 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
15047
15048 * gdb.reverse/s390-mvcle.c: New test.
15049 * gdb.reverse/s390-mvcle.exp: New file.
15050 * lib/gdb.exp: Enable reverse tests on s390*-linux.
15051
15052 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
15053
15054 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
15055
15056 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
15057
15058 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
15059 reaching marker2.
15060 * gdb.reverse/getresuid-reverse.exp: Likewise.
15061 * gdb.reverse/pipe-reverse.exp: Likewise.
15062 * gdb.reverse/readv-reverse.exp: Likewise.
15063 * gdb.reverse/recvmsg-reverse.exp: Likewise.
15064 * gdb.reverse/time-reverse.exp: Likewise.
15065 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
15066
15067 2015-10-30 Yao Qi <yao.qi@linaro.org>
15068
15069 * gdb.threads/wp-replication.c (watch_count_done): Remove.
15070 (empty_cycle): Remove.
15071 (main): Don't call empty_cycle. Don't use watch_count_done.
15072 * gdb.threads/wp-replication.exp: Don't set breakpoint on
15073 empty_cycle. Rewrite the code counting HW watchpoints.
15074
15075 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
15076
15077 * gdb.reverse/fstatat-reverse.c: New test.
15078 * gdb.reverse/fstatat-reverse.exp: New file.
15079 * gdb.reverse/getresuid-reverse.c: New test.
15080 * gdb.reverse/getresuid-reverse.exp: New file.
15081 * gdb.reverse/pipe-reverse.c: New test.
15082 * gdb.reverse/pipe-reverse.exp: New file.
15083 * gdb.reverse/readv-reverse.c: New test.
15084 * gdb.reverse/readv-reverse.exp: New file.
15085 * gdb.reverse/recvmsg-reverse.c: New test.
15086 * gdb.reverse/recvmsg-reverse.exp: New file.
15087 * gdb.reverse/time-reverse.c: New test.
15088 * gdb.reverse/time-reverse.exp: New file.
15089 * gdb.reverse/waitpid-reverse.c: New test.
15090 * gdb.reverse/waitpid-reverse.exp: New file.
15091
15092 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
15093
15094 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
15095
15096 2015-10-26 Doug Evans <dje@google.com>
15097
15098 PR symtab/17391
15099 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
15100 * gdb.dwarf2/bad-regnum.c: New file.
15101 * gdb.dwarf2/bad-regnum.exp: New file.
15102
15103 2015-10-26 Doug Evans <dje@google.com>
15104
15105 PR python/18938
15106 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
15107 file.
15108
15109 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15110
15111 * gdb.compile/compile.exp (compile code globalvar): Update expectation
15112 for a change by "Mention language in compile error message".
15113
15114 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
15115
15116 PR python/18073
15117 * gdb.python/py-type.c (C::a_method): New.
15118 (C::a_const_method): New.
15119 (C::a_static_method): New.
15120 (a_function): New.
15121 * gdb.python/py-type.exp (test_fields): Test getting fields
15122 from function and method.
15123
15124 2015-10-21 Keven Boell <keven.boell@intel.com>
15125
15126 * gdb.fortran/vla-alloc-assoc.exp: New file.
15127 * gdb.fortran/vla-datatypes.exp: New file.
15128 * gdb.fortran/vla-datatypes.f90: New file.
15129 * gdb.fortran/vla-history.exp: New file.
15130 * gdb.fortran/vla-ptype-sub.exp: New file.
15131 * gdb.fortran/vla-ptype.exp: New file.
15132 * gdb.fortran/vla-sizeof.exp: New file.
15133 * gdb.fortran/vla-sub.f90: New file.
15134 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
15135 * gdb.fortran/vla-value-sub-finish.exp: New file.
15136 * gdb.fortran/vla-value-sub.exp: New file.
15137 * gdb.fortran/vla-value.exp: New file.
15138 * gdb.fortran/vla-ptr-info.exp: New file.
15139 * gdb.mi/mi-vla-fortran.exp: New file.
15140 * gdb.mi/vla.f90: New file.
15141
15142 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
15143
15144 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
15145 of hardwired timeout value.
15146
15147 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15148 Pedro Alves <palves@redhat.com>
15149
15150 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
15151 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
15152
15153 2015-10-19 Josh Stone <jistone@redhat.com>
15154
15155 * gdb.base/catch-syscall.c: Include <sched.h>.
15156 (unknown_syscall): New variable.
15157 (main): Trigger a vfork and an unknown syscall.
15158 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
15159 (unknown_syscall_number): Likewise.
15160 (check_call_to_syscall): Accept an optional syscall pattern.
15161 (check_return_from_syscall): Likewise.
15162 (check_continue): Likewise.
15163 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
15164 (test_catch_syscall_skipping_return): New test toggling off 'catch
15165 syscall' to step over the syscall return, then toggling back on.
15166 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
15167 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
15168 (do_syscall_tests): Call test_catch_syscall_without_args and
15169 test_catch_syscall_mid_vfork.
15170 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
15171 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
15172
15173 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
15174
15175 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
15176 print g_vE): Add new pass patterns.
15177 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
15178 print various symbol names for vptr fields.
15179
15180 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
15181
15182 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
15183 results.
15184
15185 2015-10-12 Yao Qi <yao.qi@linaro.org>
15186
15187 * gdb.arch/disp-step-insn-reloc.exp: New test case.
15188
15189 2015-10-12 Yao Qi <yao.qi@linaro.org>
15190
15191 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
15192 is aarch64*-*-linux*.
15193
15194 2015-10-12 Yao Qi <yao.qi@linaro.org>
15195
15196 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
15197 (can_relocate_bcond_true): ... it.
15198 (can_relocate_bcond_false): New function.
15199 (foo): Likewise.
15200 (can_relocate_bl): Likewise.
15201 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
15202 can_relocate_bl.
15203
15204 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
15205
15206 * gdb.base/nested-addr.c: New file.
15207 * gdb.base/nested-addr.exp: New testcase.
15208
15209 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
15210
15211 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
15212 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
15213 its output. Ignore the output of "record goto begin" and instead
15214 check that GDB is replaying.
15215
15216 2015-10-09 Pedro Alves <palves@redhat.com>
15217
15218 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
15219 (top level): Use it in the run with no args test.
15220
15221 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
15222
15223 * gdb.dlang/properties.exp: New file.
15224
15225 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
15226
15227 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
15228 whether or not address 0x1000 is mapped on the target.
15229
15230 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
15231
15232 * gdb.python/py-type.exp: Do not run tests if binaries fail to
15233 build.
15234
15235 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
15236
15237 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
15238 instruction-history test.
15239
15240 2015-09-28 Doug Evans <dje@google.com>
15241
15242 * gdb.base/gcore.c (array_func): Add reference to static_array.
15243
15244 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
15245
15246 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
15247 source line.
15248
15249 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
15250
15251 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
15252 short or char as base type.
15253
15254 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
15255
15256 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
15257 to allow any size enum.
15258
15259 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
15260
15261 * gdb.ada/array_ptr_renaming.exp: New testcase.
15262 * gdb.ada/array_ptr_renaming/foo.adb: New file.
15263 * gdb.ada/array_ptr_renaming/pack.ads: New file.
15264
15265 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15266
15267 * gdb.trace/ftrace-lock.c: New file.
15268 * gdb.trace/ftrace-lock.exp: New file.
15269
15270 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15271
15272 * gdb.arch/insn-reloc.c: New file.
15273 * gdb.arch/ftrace-insn-reloc.exp: New file.
15274
15275 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15276
15277 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
15278 instruction.
15279 * gdb.trace/pendshr1.c (pendfunc): Likewise.
15280 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
15281 * gdb.trace/range-stepping.c: Likewise.
15282 * gdb.trace/trace-break.c: Likewise.
15283 * gdb.trace/trace-mt.c (thread_function): Likewise.
15284 * gdb.trace/ftrace.c (marker): Likewise.
15285 * gdb.trace/trace-condition.c (marker): Likewise.
15286 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
15287 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
15288 is_aarch64_target.
15289
15290 2015-09-18 Doug Evans <xdje42@gmail.com>
15291
15292 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
15293 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
15294
15295 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15296
15297 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
15298 the breakpoint.
15299
15300 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15301
15302 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
15303 the pending breakpoint. Remove timeout override for "Run till
15304 MI pending breakpoint on pendfunc3 on thread 2" test.
15305
15306 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15307
15308 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
15309 filename pattern.
15310
15311 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15312
15313 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
15314 in breakpoint filename pattern.
15315
15316 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15317
15318 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
15319
15320 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15321
15322 * gdb.linespec/explicit.exp: Check for readline support for
15323 tab-completion tests. Fix obvious typo.
15324
15325 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
15326
15327 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
15328 and replay.
15329
15330 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
15331
15332 * gdb.btrace/non-stop.c: New.
15333 * gdb.btrace/non-stop.exp: New.
15334
15335 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
15336 Yao Qi <yao.qi@linaro.org>
15337
15338 * gdb.trace/trace-condition.c: New file.
15339 * gdb.trace/trace-condition.exp: New file.
15340
15341 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
15342
15343 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
15344 for testing bytecode compilation.
15345
15346 2015-09-16 Pedro Alves <palves@redhat.com>
15347 Sandra Loosemore <sandra@codesourcery.com>
15348
15349 * gdb.threads/non-stop-fair-events.c (timeout): New global.
15350 (SECONDS): Redefine.
15351 (main): Call pthread_kill and alarm early.
15352 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
15353 support.
15354 (test): If the target can't hardware step and doesn't support
15355 displaced stepping, increase the timeout.
15356
15357 2015-09-16 Pedro Alves <palves@redhat.com>
15358
15359 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
15360 (enable_debug): New procedures.
15361 (test): Use them. Bail out if waiting for threads fails.
15362 (top level): Bail out if a test fails.
15363
15364 2015-09-16 Yao Qi <yao.qi@linaro.org>
15365
15366 * gdb.asm/asm-source.exp: Set asm-arch for
15367 aarch64*-*-* target.
15368 * gdb.asm/aarch64.inc: New file.
15369
15370 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
15371
15372 * gdb.ada/array_of_variable_length.exp: New testcase.
15373 * gdb.ada/array_of_variable_length/foo.adb: New file.
15374 * gdb.ada/array_of_variable_length/pck.adb: New file.
15375 * gdb.ada/array_of_variable_length/pck.ads: New file.
15376
15377 2015-09-15 Doug Evans <dje@google.com>
15378
15379 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
15380 of function static local variable.
15381
15382 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15383
15384 * gdb.threads/tls-so_extern.exp: New test file.
15385 * gdb.threads/tls-so_extern.c: New test file.
15386 * gdb.threads/tls-so_extern_main.c: New test file.
15387
15388 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15389
15390 * gdb.opt/solib-intra-step-lib.c: New file.
15391 * gdb.opt/solib-intra-step-main.c: New file.
15392 * gdb.opt/solib-intra-step.exp: New file.
15393
15394 2015-09-15 Pedro Alves <palves@redhat.com>
15395
15396 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
15397 gdb_continue_to_breakpoint instead of gdb_test_multiple.
15398
15399 2015-09-14 Pedro Alves <palves@redhat.com>
15400
15401 * gdb.base/hook-stop-continue.c: Delete.
15402 * gdb.base/hook-stop-continue.exp: Delete.
15403 * gdb.base/hook-stop-frame.c: Delete.
15404 * gdb.base/hook-stop-frame.exp: Delete.
15405 * gdb.base/hook-stop.c: New file.
15406 * gdb.base/hook-stop.exp: New file.
15407
15408 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
15409
15410 * gdb.ada/access_to_packed_array.exp: New testcase.
15411 * gdb.ada/access_to_packed_array/foo.adb: New file.
15412 * gdb.ada/access_to_packed_array/pack.adb: New file.
15413 * gdb.ada/access_to_packed_array/pack.ads: New file.
15414
15415 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
15416
15417 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
15418 buffer size test.
15419
15420 2015-09-11 Don Breazeal <donb@codesourcery.com>
15421
15422 * gdb.base/foll-exec.c: Add copyright header. Fix
15423 formatting issues.
15424 * gdb.base/foll-exec.exp (zap_session): Delete proc.
15425 (do_exec_tests): Use clean_restart in place of zap_session,
15426 and for test initialization. Fix formatting issues. Use
15427 fail in place of perror.
15428 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
15429 an expect statement to match an expression with output from
15430 the program under debug.
15431 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
15432 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
15433 * gdb.threads/non-ldr-exc-2.exp: Likewise.
15434 * gdb.threads/non-ldr-exc-3.exp: Likewise.
15435 * gdb.threads/non-ldr-exc-4.exp: Likewise.
15436
15437 2015-09-09 Doug Evans <dje@google.com>
15438
15439 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
15440
15441 2015-09-09 Doug Evans <dje@google.com>
15442
15443 * gdb.base/pie-execl.exp: Fix result test of build_executable.
15444
15445 2015-09-09 Doug Evans <dje@google.com>
15446
15447 * gdb.base/savedregs.exp: Fix typo.
15448
15449 2015-09-09 Pedro Alves <palves@redhat.com>
15450
15451 * gdb.mi/mi-cli.exp: Add CLI finish tests.
15452
15453 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
15454
15455 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
15456 command actually switches threads. Give up on remaining
15457 tests if target fails to stop at breakpoint.
15458
15459 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
15460
15461 * gdb.ada/funcall_char.exp: New testcase.
15462 * gdb.ada/funcall_char/foo.adb: New file.
15463
15464 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
15465
15466 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
15467 expected outputs. Add two testcases for completing ambiguous
15468 functions.
15469 * gdb.ada/complete/aux_pck.adb: New file.
15470 * gdb.ada/complete/aux_pck.ads: New file.
15471 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
15472 Ambiguous_Func functions.
15473 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
15474 * gdb.ada/complete/pck.adb: Likewise.
15475
15476 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
15477
15478 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
15479 failures to run the test program under GDB.
15480
15481 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
15482
15483 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
15484 to C.
15485
15486 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
15487
15488 * gdb.base/run-after-attach.exp: New test file.
15489 * gdb.base/run-after-attach.c: New test file.
15490
15491 2015-08-26 Don Breazeal <donb@codesourcery.com>
15492
15493 * gdb.base/foll-exec-2.c: New test program.
15494 * gdb.base/foll-exec-2.exp: New test.
15495
15496 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
15497
15498 * gdb.base/nested-subp1.exp: New file.
15499 * gdb.base/nested-subp1.c: New file.
15500 * gdb.base/nested-subp2.exp: New file.
15501 * gdb.base/nested-subp2.c: New file.
15502 * gdb.base/nested-subp3.exp: New file.
15503 * gdb.base/nested-subp3.c: New file.
15504
15505 2015-08-24 Pedro Alves <palves@redhat.com>
15506
15507 * gdb.server/connect-without-multi-process.c: New file.
15508 * gdb.server/connect-without-multi-process.exp: New file.
15509
15510 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
15511
15512 * gdb.opt/inline-markers.c: Make z int.
15513
15514 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
15515
15516 * gdb.opt/inline-markers.c: Make z volatile.
15517
15518 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
15519
15520 * gdb.opt/inline-bt.c: New volatile global z.
15521 * gdb.opt/inline-cmds.c: Likewise.
15522 * gdb.opt/inline-locals.c: Likewise.
15523 * gdb.opt/inline-markers.c: New extern global z.
15524 (marker): Use z.
15525 (inline_fn): Likewise.
15526
15527 2015-08-24 Pedro Alves <palves@redhat.com>
15528
15529 * config/m32r-stub.exp: Remove file.
15530 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
15531 * gdb.base/call-rt-st.exp: Likewise.
15532 * gdb.base/call-strs.exp: Likewise.
15533 * gdb.base/default.exp: Remove references to h8300-*-hms and
15534 *-*-udi*.
15535 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
15536
15537 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15538
15539 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
15540 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
15541 and "return" use KFAIL when GDB can not read/write the vector
15542 return value.
15543
15544 2015-08-21 Gary Benson <gbenson@redhat.com>
15545
15546 * gdb.trace/pending.exp: Cope with remote transfer warnings.
15547
15548 2015-08-20 Pedro Alves <palves@redhat.com>
15549
15550 * gdb.server/solib-list.exp: No longer expect an interior stop in
15551 non-stop mode.
15552
15553 2015-08-20 Pedro Alves <palves@redhat.com>
15554
15555 * gdb.server/connect-stopped-target.c: New file.
15556 * gdb.server/connect-stopped-target.exp: New file.
15557
15558 2015-08-20 Pedro Alves <palves@redhat.com>
15559
15560 * gdb.dwarf2/comp-unit-lang.exp: New file.
15561 * gdb.dwarf2/comp-unit-lang.c: New file.
15562
15563 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
15564
15565 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
15566 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
15567
15568 2015-08-19 Kevin Buettner <kevinb@redhat.com>
15569
15570 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
15571 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
15572
15573 2015-08-18 Doug Evans <dje@google.com>
15574 Adrian Sendroiu <adrian.sendroiu@freescale.com>
15575
15576 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
15577 skip_python_tests. New arg prompt_regexp.
15578 (skip_python_tests): New function.
15579 * lib/mi-support.exp (mi_skip_python_tests): New function.
15580 * gdb.python/py-mi-objfile-gdb.py: New file.
15581 * gdb.python/py-mi-objfile.c: New file.
15582 * gdb.python/py-mi-objfile.exp: New file.
15583
15584 2015-08-17 Keith Seitz <keiths@redhat.com>
15585
15586 * gdb.linespec/explicit.exp: Move strace test from here ...
15587 * gdb.trace/strace.exp: ... to here.
15588
15589 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
15590
15591 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
15592 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
15593
15594 2015-08-14 Doug Evans <xdje42@gmail.com>
15595
15596 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
15597 inferior before selecting a new file.
15598
15599 2015-08-14 Doug Evans <xdje42@gmail.com>
15600
15601 * gdb.mi/mi-disassemble.exp: Update.
15602 * gdb.base/disasm-optim.S: New file.
15603 * gdb.base/disasm-optim.c: New file.
15604 * gdb.base/disasm-optim.h: New file.
15605 * gdb.base/disasm-optim.exp: New file.
15606
15607 2015-08-14 Keith Seitz <keiths@redhat.com>
15608
15609 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
15610 "evaluated-by".
15611
15612 2015-08-13 Joel Brobecker <brobecker@adacore.com>
15613
15614 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
15615
15616 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
15617
15618 * gdb.ada/fun_renaming.exp: New testcase.
15619 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
15620 * gdb.ada/fun_renaming/pack.adb: New file.
15621 * gdb.ada/fun_renaming/pack.ads: New file.
15622
15623 2015-08-12 Keith Seitz <keiths@redhat.com>
15624
15625 * gdb.base/dso2dso.exp: Pass basename of source file in call to
15626 gdb_get_line_number.
15627
15628 2015-08-12 Joel Brobecker <brobecker@adacore.com>
15629
15630 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
15631 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
15632 gdb.base/dso2dso.exp: New files.
15633
15634 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
15635 Pedro Alves <palves@redhat.com>
15636 Keith Seitz <keiths@redhat.com>
15637
15638 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
15639 GDBFLAGS.
15640
15641 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
15642
15643 * gdb.base/gdbhistsize-history.exp
15644 (test_histsize_history_setting): Use save_vars.
15645 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15646 Use save_vars.
15647 (test_no_truncation_of_unlimited_history_file): Use save_vars.
15648 * gdb.base/readline.exp: Use save_vars.
15649
15650 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
15651
15652 * lib/gdb.exp (save_vars): New proc.
15653
15654 2015-08-11 Keith Seitz <keiths@redhat.com>
15655
15656 * gdb.base/help.exp: Update help_breakpoint_text.
15657
15658 2015-08-11 Keith Seitz <keiths@redhat.com>
15659
15660 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
15661 (at toplevel): Call test_explicit_breakpoints.
15662 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
15663 breakpoints.
15664 * lib/mi-support.exp (mi_make_breakpoint): Add support for
15665 breakpoint conditions, "-cond".
15666
15667 2015-08-11 Keith Seitz <keiths@redhat.com>
15668
15669 * gdb.linespec/3explicit.c: New file.
15670 * gdb.linespec/cpexplicit.cc: New file.
15671 * gdb.linespec/cpexplicit.exp: New file.
15672 * gdb.linespec/explicit.c: New file.
15673 * gdb.linespec/explicit.exp: New file.
15674 * gdb.linespec/explicit2.c: New file.
15675 * gdb.linespec/ls-errs.exp: Add explicit location tests.
15676 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
15677 before using in the matching pattern.
15678 Clarify that `prefix' is a regular expression.
15679
15680 2015-08-11 Keith Seitz <keiths@redhat.com>
15681
15682 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
15683 test.
15684 Add tests for missing ",FMT" and ",".
15685
15686 2015-08-10 Doug Evans <dje@google.com>
15687 Keith Seitz <keiths@redhat.com>
15688
15689 PR gdb/17960
15690 * gdb.base/completion.exp: Add location completer tests.
15691
15692 2015-08-07 Pedro Alves <palves@redhat.com>
15693
15694 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
15695 tests here.
15696 (top level): Run do_test with and without displaced stepping.
15697
15698 2015-08-07 Pedro Alves <palves@redhat.com>
15699
15700 * gdb.base/valgrind-disp-step.c: New file.
15701 * gdb.base/valgrind-disp-step.exp: New file.
15702
15703 2015-08-07 Pedro Alves <palves@redhat.com>
15704
15705 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
15706 Delete function.
15707 (main): Add alarm. Run an infinite loop instead of calling
15708 wait_threads.
15709 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
15710 comment.
15711 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
15712 Delete function.
15713 (main): Add alarm. Run an infinite loop instead of calling
15714 wait_threads.
15715 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
15716 comment.
15717
15718 2015-08-07 Pedro Alves <palves@redhat.com>
15719
15720 * gdb.base/checkpoint-ns.exp: New file.
15721 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
15722 standard_testfile.
15723
15724 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
15725
15726 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
15727 * gdb.btrace/instruction_history.exp: Update.
15728 * gdb.btrace/tsx.exp: New.
15729 * gdb.btrace/tsx.c: New.
15730
15731 2015-08-06 Pedro Alves <palves@redhat.com>
15732
15733 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
15734 increase timeout.
15735 * gdb.reverse/until-precsave.exp: Bump timeouts.
15736
15737 2015-08-06 Pedro Alves <palves@redhat.com>
15738
15739 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
15740
15741 2015-08-06 Pedro Alves <palves@redhat.com>
15742
15743 PR gdb/18749
15744 * gdb.threads/process-dies-while-handling-bp.c: New file.
15745 * gdb.threads/process-dies-while-handling-bp.exp: New file.
15746
15747 2015-08-06 Pedro Alves <palves@redhat.com>
15748
15749 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
15750 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
15751
15752 2015-08-05 Pedro Alves <palves@redhat.com>
15753
15754 * gdb.threads/next-while-other-thread-longjmps.c: New file.
15755 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
15756
15757 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
15758
15759 * gdb.base/bp-permanent.exp: Report test as unsupported if
15760 the target cannot stop at the permanent breakpoint.
15761
15762 2015-08-03 Doug Evans <dje@google.com>
15763
15764 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
15765 10000.
15766
15767 2015-08-03 Doug Evans <dje@google.com>
15768
15769 * Makefile.in (workers/%.worker, build-perf): New rule.
15770 (GDB_PERFTEST_MODE): New variable.
15771 (check-perf): Use it.
15772 (clean): Clean up gdb.perf parallel build subdirs.
15773 * lib/build-piece.exp: New file.
15774 * lib/gdb.exp (make_gdb_parallel_path): New function
15775 (standard_output_file, standard_temp_file): Call it.
15776 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15777 of $GDB_PARALLEL.
15778 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
15779
15780 2015-08-03 Doug Evans <dje@google.com>
15781
15782 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
15783 (LOG_FILE_NAME): New global.
15784 (TextReporter.__init__): Initialize self.txt_sum.
15785 (TextReporter.report): Add support for multiple data-points.
15786 Move report to perftest.sum, put raw data in perftest.log.
15787 (TextReporter.start): Open sum and log files.
15788 (TextReporter.end): Close sum and log files.
15789 * gdb.perf/lib/perftest/testresult.py
15790 (SingleStatisticTestResult.record): Handle multiple data-points.
15791
15792 2015-07-31 Pedro Alves <palves@redhat.com>
15793
15794 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
15795 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15796 kill_wait_spawned_process instead of explicit "kill -9".
15797 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
15798 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15799 kill_wait_spawned_process.
15800 * gdb.base/attach-twice.exp: Likewise.
15801 * gdb.base/attach.exp: Likewise.
15802 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
15803 gdb_test_multiple.
15804 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
15805 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15806 kill_wait_spawned_process.
15807 * gdb.base/valgrind-infcall.exp: Likewise.
15808 * gdb.multi/multi-attach.exp: Likewise.
15809 * gdb.python/py-prompt.exp: Likewise.
15810 * gdb.python/py-sync-interp.exp: Likewise.
15811 * gdb.server/ext-attach.exp: Likewise.
15812 * gdb.threads/attach-into-signal.exp (corefunc): Use
15813 spawn_wait_for_attach, spawn_id_get_pid and
15814 kill_wait_spawned_process.
15815 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
15816 spawn_wait_for_attach returning a spawn id instead of a pid. Use
15817 spawn_id_get_pid and kill_wait_spawned_process.
15818 * gdb.threads/attach-stopped.exp (corefunc): Use
15819 spawn_wait_for_attach, spawn_id_get_pid and
15820 kill_wait_spawned_process.
15821 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
15822 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15823 kill_wait_spawned_process instead of explicit "kill -9".
15824 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
15825 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
15826 (spawn_wait_for_attach): Use spawn instead of exec to spawn
15827 processes. Don't map cygwin/windows pids here. Now returns a
15828 spawn id list.
15829
15830 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15831
15832 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
15833 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
15834 correct patch.
15835
15836 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15837
15838 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
15839
15840 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15841
15842 Reapply:
15843 2014-05-21 Mark Wielaard <mjw@redhat.com>
15844
15845 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15846
15847 2015-07-30 Pedro Alves <palves@redhat.com>
15848
15849 * linux-low.c (handle_extended_wait): Set the child's last
15850 reported status to TARGET_WAITKIND_STOPPED.
15851
15852 2015-07-30 Pedro Alves <palves@redhat.com>
15853
15854 PR threads/18600
15855 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
15856 only shows inferior 1.
15857
15858 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
15859 Pedro Alves <palves@redhat.com>
15860
15861 PR threads/18600
15862 * gdb.threads/fork-plus-threads.c: New file.
15863 * gdb.threads/fork-plus-threads.exp: New file.
15864
15865 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15866
15867 * gdb.base/batch-preserve-term-settings.exp
15868 (test_terminal_settings_preserved_after_cli_exit): Use
15869 send_quit_command.
15870
15871 2015-07-29 Pedro Alves <palves@redhat.com>
15872 Don Breazeal <donb@codesourcery.com>
15873
15874 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
15875 output from both inferior_spawn_id and gdb_spawn_id.
15876
15877 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15878
15879 * gdb.threads/attach-into-signal.exp (corefunc): Use
15880 with_test_prefix on nested loops, uniquefying the test messages.
15881
15882 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15883
15884 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
15885 commit.
15886
15887 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15888
15889 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
15890 New proc.
15891 (test_terminal_settings_preserved_after_sigterm): New test.
15892
15893 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15894
15895 * gdb.base/batch-preserve-term-settings.exp
15896 (test_terminal_settings_preserved_after_cli_exit): New test.
15897
15898 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15899
15900 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
15901 manipulation of saved_gdbflags.
15902 (test_terminal_settings_preserved): Remove global declaration of
15903 the unused variable pagination_prompt. Remove manipulation of
15904 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
15905 GDBFLAGS.
15906
15907 2015-07-29 Pedro Alves <palves@redhat.com>
15908
15909 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
15910
15911 2015-07-29 Pedro Alves <palves@redhat.com>
15912
15913 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
15914 at the top.
15915
15916 2015-07-29 Pedro Alves <palves@redhat.com>
15917
15918 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
15919 (main): Call gdb_unbuffer_output.
15920 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
15921 (main): Call gdb_unbuffer_output.
15922 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
15923 (main): Call gdb_unbuffer_output.
15924 * gdb.base/call-strs.exp: Adjust to step over the
15925 gdb_unbuffer_output call.
15926 * gdb.base/catch-gdb-caused-signals.c: Include
15927 "../lib/unbuffer_output.c".
15928 (main): Call gdb_unbuffer_output.
15929 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
15930 (main): Call gdb_unbuffer_output.
15931 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
15932 (main): Call gdb_unbuffer_output.
15933 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
15934 (main): Call gdb_unbuffer_output.
15935 * gdb.base/shlib-call.exp: Adjust to step over the
15936 gdb_unbuffer_output call.
15937 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
15938 (main): Call gdb_unbuffer_output.
15939 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
15940 (main): Call gdb_unbuffer_output.
15941 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
15942 (main): Rename to ...
15943 (test): ... this.
15944 (main): Reimplement.
15945 * gdb.base/varargs.exp: Run to test instead of to main.
15946 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15947 (main): Call gdb_unbuffer_output.
15948
15949 2015-07-29 Pedro Alves <palves@redhat.com>
15950
15951 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
15952 factore out from mi_continue_dprintf. For call-style dprintfs,
15953 expect dprintf output out of $inferior_spawn_id.
15954 (mi_continue_dprintf): Use mi_expect_dprintf.
15955 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15956 (main): Call gdb_unbuffer_output.
15957
15958 2015-07-29 Pedro Alves <palves@redhat.com>
15959
15960 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
15961 (default_mi_gdb_start): Set inferior_spawn_id instead of
15962 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
15963 gdb_spawn_id.
15964 (mi_gdb_test): Always expect inferior output from both
15965 $inferior_spawn_id and $gdb_spawn_id.
15966
15967 2015-07-29 Pedro Alves <palves@redhat.com>
15968
15969 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
15970 send_inferior and $inferior_spawn_id.
15971
15972 2015-07-29 Pedro Alves <palves@redhat.com>
15973
15974 * gdb.gdb/complaints.exp (test_initial_complaints)
15975 (test_serial_complaints, test_short_complaints): Use
15976 gdb_test_stdio.
15977 (test_empty_complaint): Handle $inferior_spawn_id !=
15978 $gdb_spawn_id.
15979
15980 2015-07-29 Pedro Alves <palves@redhat.com>
15981
15982 * gdb.base/varargs.exp: Use gdb_test_stdio.
15983
15984 2015-07-29 Pedro Alves <palves@redhat.com>
15985
15986 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
15987
15988 2015-07-29 Pedro Alves <palves@redhat.com>
15989
15990 * gdb.base/ending-run.exp: Use gdb_test_stdio.
15991
15992 2015-07-29 Pedro Alves <palves@redhat.com>
15993
15994 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
15995 parameter into two new parameters, "inf_result" and "gdb_result".
15996 Expect inferior output and gdb output from $inferior_spawn_id and
15997 $gdb_spawn_id, respectively. Adjust all callers.
15998
15999 2015-07-29 Pedro Alves <palves@redhat.com>
16000
16001 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
16002 of gdb_test_sequence.
16003
16004 2015-07-29 Pedro Alves <palves@redhat.com>
16005
16006 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
16007 (saw_spurious_output): Expect inferior output from
16008 $inferior_spawn_id. Use gdb_test_stdio.
16009
16010 2015-07-29 Pedro Alves <palves@redhat.com>
16011
16012 * gdb.base/dprintf.exp: Use standard_testfile. Change
16013 prepare_for_testing call.
16014 (srcfile): Don't set.
16015 (restart): New procedure.
16016 (test_dprintf): New procecure, use to continue over dprintfs.
16017 (test_call, test_agent): New procedures, tests moved here.
16018 Restart gdb and recreate dprintfs. Adjust expected output.
16019
16020 2015-07-29 Pedro Alves <palves@redhat.com>
16021
16022 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
16023
16024 2015-07-29 Pedro Alves <palves@redhat.com>
16025
16026 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
16027
16028 2015-07-29 Pedro Alves <palves@redhat.com>
16029
16030 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
16031 gdb_test_stdio.
16032
16033 2015-07-29 Pedro Alves <palves@redhat.com>
16034
16035 * lib/gdb.exp (gdb_test_stdio): New procedure.
16036
16037 2015-07-29 Pedro Alves <palves@redhat.com>
16038
16039 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
16040
16041 2015-07-29 Pedro Alves <palves@redhat.com>
16042
16043 * gdb.base/call-signal-resume.exp: Remove check for
16044 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
16045 * gdb.base/unwindonsignal.exp: Likewise.
16046 * gdb.base/call-signals.c (gen_signal): Remove printf call.
16047 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
16048
16049 2015-07-29 Pedro Alves <palves@redhat.com>
16050
16051 * gdb.base/siginfo-addr.c (pass): New function.
16052 (handler): Call it iff si_addr is correct.
16053 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
16054 Set a breakpoint at "pass" and continue to it.
16055
16056 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
16057
16058 * gdb.python/py-objfile.exp: Make some tests have unique names.
16059 * gdb.python/py-pp-registration.exp: Likewise.
16060
16061 2015-07-28 Pedro Alves <palves@redhat.com>
16062
16063 * gdb.server/server-exec-info.exp: Issue a "disconnect".
16064
16065 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
16066
16067 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
16068
16069 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
16070
16071 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
16072
16073 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
16074
16075 * gdb.base/gdb-sigterm-2.exp: New test.
16076
16077 2015-07-25 Doug Evans <xdje42@gmail.com>
16078
16079 Revert:
16080 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
16081 (workers/%.worker, build-perf): New rule.
16082 (GDB_PERFTEST_MODE): New variable.
16083 (check-perf): Use it.
16084 (clean): Clean up gdb.perf parallel build subdirs.
16085 * lib/build-piece.exp: New file.
16086 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
16087 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
16088 name.
16089 (standard_temp_file): Ditto.
16090 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
16091 of $GDB_PARALLEL.
16092
16093 2015-07-24 Doug Evans <dje@google.com>
16094
16095 * gdb.perf/lib/perftest/utils.py: New file.
16096 * gdb.perf/gm-hello.cc: New file.
16097 * gdb.perf/gm-pervasive-typedef.cc: New file.
16098 * gdb.perf/gm-pervasive-typedef.h: New file.
16099 * gdb.perf/gm-std.cc: New file.
16100 * gdb.perf/gm-std.h: New file.
16101 * gdb.perf/gm-use-cerr.cc: New file.
16102 * gdb.perf/gm-utils.h: New file.
16103 * gdb.perf/gmonster-null-lookup.py: New file.
16104 * gdb.perf/gmonster-pervasive-typedef.py: New file.
16105 * gdb.perf/gmonster-print-cerr.py: New file.
16106 * gdb.perf/gmonster-ptype-string.py: New file.
16107 * gdb.perf/gmonster-runto-main.py: New file.
16108 * gdb.perf/gmonster-select-file.py: New file.
16109 * gdb.perf/gmonster1-null-lookup.exp: New file.
16110 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
16111 * gdb.perf/gmonster1-print-cerr.exp: New file.
16112 * gdb.perf/gmonster1-ptype-string.exp: New file.
16113 * gdb.perf/gmonster1-runto-main.exp: New file.
16114 * gdb.perf/gmonster1-select-file.exp: New file.
16115 * gdb.perf/gmonster1.cc: New file.
16116 * gdb.perf/gmonster1.exp: New file.
16117 * gdb.perf/gmonster2-null-lookup.exp: New file.
16118 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
16119 * gdb.perf/gmonster2-print-cerr.exp: New file.
16120 * gdb.perf/gmonster2-ptype-string.exp: New file.
16121 * gdb.perf/gmonster2-runto-main.exp: New file.
16122 * gdb.perf/gmonster2-select-file.exp: New file.
16123 * gdb.perf/gmonster2.cc: New file.
16124 * gdb.perf/gmonster2.exp: New file.
16125
16126 2015-07-24 Doug Evans <dje@google.com>
16127
16128 * gdb.perf/README: New file.
16129 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
16130 * lib/gen-perf-test.exp: New file.
16131
16132 2015-07-24 Doug Evans <dje@google.com>
16133
16134 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
16135 (PerfTest::startup): New function.
16136 (PerfTest::run): Return result of calling body.
16137 (PerfTest::assemble): Rewrite.
16138 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
16139 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
16140 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
16141 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
16142 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
16143
16144 2015-07-24 Doug Evans <dje@google.com>
16145
16146 * lib/gdb.exp (clean_restart): Make executable optional.
16147
16148 2015-07-24 Doug Evans <dje@google.com>
16149
16150 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
16151 compiler_info references.
16152 * gdb.cp/temargs.exp: Ditto.
16153 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
16154 (get_compiler_info): Early exit if already computed. Set compiler_info
16155 to "unknown" if there was a problem.
16156 (test_compiler_info): Add function comment. Call get_compiler_info.
16157
16158 2015-07-24 Doug Evans <dje@google.com>
16159
16160 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
16161 (workers/%.worker, build-perf): New rule.
16162 (GDB_PERFTEST_MODE): New variable.
16163 (check-perf): Use it.
16164 (clean): Clean up gdb.perf parallel build subdirs.
16165 * lib/build-piece.exp: New file.
16166 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
16167 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
16168 name.
16169 (standard_temp_file): Ditto.
16170 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
16171 of $GDB_PARALLEL.
16172
16173 2015-07-24 Doug Evans <dje@google.com>
16174
16175 * lib/future.exp (gdb_default_target_compile): New option
16176 "early_flags".
16177 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
16178 --as-needed.
16179
16180 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
16181
16182 * gdb.base/catch-syscall.exp: Call gdb_exit before
16183 gdb_skip_xml_test.
16184
16185 2015-07-24 Pedro Alves <palves@redhat.com>
16186
16187 * gdb.python/py-events.exp: Accept output between the stop event
16188 and the prompt.
16189 * gdb.python/py-evsignal.exp: Likewise.
16190 * gdb.python/py-evthreads.exp: Likewise.
16191
16192 2015-07-24 Pedro Alves <palves@redhat.com>
16193
16194 PR gdb/18717
16195 * gdb.threads/non-ldr-exit.c: New file.
16196 * gdb.threads/non-ldr-exit.exp: New file.
16197
16198 2015-07-24 Yao Qi <yao.qi@linaro.org>
16199
16200 * gdb.server/ext-wrapper.exp: Test --wrapper option when
16201 restarting process.
16202
16203 2015-07-24 Yao Qi <yao.qi@linaro.org>
16204
16205 * gdb.server/ext-restart.exp: New file.
16206
16207 2015-07-24 Yao Qi <yao.qi@linaro.org>
16208
16209 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
16210 argument options.
16211 * gdb.server/ext-wrapper.exp: New file.
16212
16213 2015-07-23 Doug Evans <dje@google.com>
16214
16215 * gdb.dwarf2/dw2-dummy-cu.S: New file.
16216 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
16217
16218 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
16219
16220 * gdb.ada/var_arr_typedef.exp: New testcase.
16221 * gdb.ada/var_arr_typedef/pack.adb: New file.
16222 * gdb.ada/var_arr_typedef/pack.ads: New file.
16223 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
16224
16225 2015-07-20 Joel Brobecker <brobecker@adacore.com>
16226
16227 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
16228
16229 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16230
16231 * gdb.arch/i386-biarch-core.exp: Replace istarget
16232 by "complete set gnutarget". Remove expectation for the "core-file"
16233 command.
16234
16235 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16236
16237 Revert the previous commit:
16238 Tests for validate symbol file using build-id.
16239
16240 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
16241
16242 Tests for validate symbol file using build-id.
16243 * gdb.base/solib-mismatch-lib.c: New file.
16244 * gdb.base/solib-mismatch-libmod.c: New file.
16245 * gdb.base/solib-mismatch.c: New file.
16246 * gdb.base/solib-mismatch.exp: New file.
16247
16248 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
16249
16250 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
16251 nios2-*-linux*.
16252 * gdb.base/sigbpt.exp (stepi_out): Likewise.
16253 * gdb.base/siginfo.exp: Likewise.
16254 * gdb.base/sigstep.exp (advance, advancei): Likewise.
16255
16256 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
16257
16258 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
16259 Move it to ...
16260 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
16261 ... here.
16262 * gdb.trace/range-stepping.exp: Check that the target supports
16263 range stepping.
16264
16265 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16266
16267 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
16268
16269 2015-07-14 Pedro Alves <palves@redhat.com>
16270
16271 * gdb.base/killed-outside.exp: New file.
16272 * gdb.base/killed-outside.c: New file.
16273
16274 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16275
16276 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
16277 (n at main): New.
16278 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
16279
16280 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16281
16282 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
16283 infcall tests instead of setting up for KFAIL.
16284
16285 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
16286
16287 * gdb.btrace/record_goto-step.exp: New.
16288
16289 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16290
16291 PR compile/18484
16292 * gdb.compile/compile.c (struct struct_type): Add volatile to
16293 selffield's type.
16294 * gdb.compile/compile.exp
16295 (compile code struct_object.selffield = &struct_object): Skip further
16296 struct_object tests if this one xfails.
16297
16298 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
16299
16300 PR exp/18617
16301 * gdb.trace/ax.exp: Add test.
16302
16303 2015-07-07 Yao Qi <yao.qi@linaro.org>
16304
16305 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
16306 instead of istarget "aarch64*-*-*".
16307 * gdb.arch/aarch64-fp.exp: Likewise.
16308 * gdb.base/float.exp: Likewise.
16309 * gdb.reverse/aarch64.exp: Likewise.
16310 * lib/gdb.exp (is_aarch64_target): New proc.
16311
16312 2015-07-07 Yao Qi <yao.qi@linaro.org>
16313
16314 * lib/gdb.exp (is_aarch32_target): New proc.
16315 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
16316 instead of "istarget "arm*-*-*"".
16317 * gdb.arch/arm-disp-step.exp: Likewise.
16318 * gdb.arch/thumb-bx-pc.exp: Likewise.
16319 * gdb.arch/thumb-prologue.exp: Likewise.
16320 * gdb.arch/thumb-singlestep.exp: Likewise.
16321 * gdb.base/disp-step-syscall.exp: Likewise.
16322 * gdb.base/float.exp: Likewise.
16323
16324 2015-07-07 Yao Qi <yao.qi@linaro.org>
16325
16326 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
16327 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
16328
16329 2015-07-07 Yao Qi <yao.qi@linaro.org>
16330
16331 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
16332 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
16333 if it exists.
16334 * gdb.multi/multi-arch.exp: Likewise.
16335
16336 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
16337
16338 * gdb.python/py-lazy-string.exp: Add missing parentheses to
16339 print.
16340
16341 2015-07-07 Yao Qi <yao.qi@linaro.org>
16342
16343 * gdb.arch/thumb-singlestep.exp: Do one more single step.
16344
16345 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
16346
16347 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
16348 '[' and ']' characters.
16349
16350 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
16351
16352 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
16353
16354 2015-06-29 Pedro Alves <palves@redhat.com>
16355
16356 PR threads/18127
16357 * gdb.threads/hand-call-new-thread.c: New file.
16358 * gdb.threads/hand-call-new-thread.c: New file.
16359
16360 2015-06-26 Keith Seitz <keiths@redhat.com>
16361 Doug Evans <dje@google.com>
16362
16363 PR 16253
16364 * gdb.cp/var-tag-2.cc: New file.
16365 * gdb.cp/var-tag-3.cc: New file.
16366 * gdb.cp/var-tag-4.cc: New file.
16367 * gdb.cp/var-tag.cc: New file.
16368 * gdb.cp/var-tag.exp: New file.
16369
16370 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
16371
16372 * gdb.base/history-duplicates.exp: New test.
16373
16374 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
16375
16376 * gdb.base/completion.exp: Test the completion of the "focus"
16377 command.
16378
16379 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16380
16381 * gdb.arch/amd64-prologue-skip.S: New file.
16382 * gdb.arch/amd64-prologue-skip.exp: New file.
16383
16384 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
16385
16386 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
16387 is_address_zero_readable check.
16388
16389 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
16390
16391 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
16392 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
16393
16394 2015-06-24 Yao Qi <yao.qi@linaro.org>
16395
16396 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
16397 linux targets.
16398
16399 2015-06-24 Yao Qi <yao.qi@linaro.org>
16400
16401 * lib/gdb.exp (supports_get_siginfo_type): New proc.
16402 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
16403 * gdb.base/siginfo-thread.exp: Likewise.
16404
16405 2015-06-22 Yao Qi <yao.qi@linaro.org>
16406
16407 * boards/remote-gdbserver-on-localhost.exp: Add comments.
16408
16409 2015-06-22 Yao Qi <yao.qi@linaro.org>
16410
16411 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
16412 aarch64*-*-*.
16413 (skip_hw_watchpoint_tests): Likewise.
16414
16415 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
16416
16417 * gdb.base/gdbinit-history.exp: Test the interaction between
16418 setting GDBHISTSIZE and setting the history size via .gdbinit.
16419
16420 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16421
16422 PR gdb/16999
16423 * gdb.base/gdbhistsize-history.exp: New test.
16424
16425 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16426
16427 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
16428 with GDBHISTSIZE.
16429 * gdb.base/readline.exp: Likewise.
16430
16431 2015-06-17 Yao Qi <yao.qi@linaro.org>
16432
16433 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
16434 line.
16435
16436 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16437
16438 * gdb.base/gdbinit-history.exp: Add test case to check that
16439 an unlimited history file does not get truncated on exit.
16440
16441 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16442
16443 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
16444 (VECTOR): New macro. Use it...
16445 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
16446 ...for these typedefs.
16447 (int8, char1, int1, double1): New typedefs.
16448 (struct just_int2, struct two_int2): New structures.
16449 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
16450 (add_structvecs, add_singlevecs): New functions.
16451 (main): Call add_some_intvecs twice.
16452 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
16453 the compile and exit upon failure. Try compiling for the "native"
16454 architecture. Test inferior function calls with vector arguments
16455 and vector return value handling with "finish" and "return".
16456
16457 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
16458
16459 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
16460 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
16461 PE file.
16462 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
16463
16464 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
16465
16466 PR breakpoints/16465
16467 * gdb.mi/mi-dprintf-pending.c: New file.
16468 * gdb.mi/mi-dprintf-pending.exp: New test.
16469 * gdb.mi/mi-dprintf-pendshr.c: New file.
16470
16471 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16472 Mircea Gherzan <mircea.gherzan@intel.com>
16473
16474 * gdb.arch/i386-mpx-map.c: New file.
16475 * gdb.arch/i386-mpx-map.exp: New File.
16476
16477 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16478
16479 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
16480 * gdb.arch/i386-mpx.exp: Indentation fixed.
16481
16482 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16483
16484 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
16485 function and improved indentation.
16486 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
16487 gdb_test_multiple. Added additional tests to skip the test.
16488
16489 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16490
16491 * gdb.arch/i386-avx512.c: Change path in include file.
16492 * gdb.arch/i386-avx512.exp: Change include dir path
16493 compilation flag.
16494 * gdb.arch/i386-mpx.c: Change path in include file.
16495 * gdb.arch/i386-mpx.exp: Change include dir path compilation
16496 flag.
16497
16498 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
16499
16500 * gdb.compile/compile-print.exp (compile print *vararray@3)
16501 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
16502
16503 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16504
16505 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
16506 (do not keep jit in memory): ... this.
16507 (expect 5): Change it to ...
16508 (expect no 5): ... this.
16509
16510 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
16511
16512 PR gdb/15564
16513 * gdb.mi/mi-detach.exp: New file.
16514
16515 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
16516
16517 PR symtab/18392
16518 * gdb.arch/amd64-tailcall-self.S: New file.
16519 * gdb.arch/amd64-tailcall-self.c: New file.
16520 * gdb.arch/amd64-tailcall-self.exp: New file.
16521
16522 2015-05-28 Don Breazeal <donb@codesourcery.com>
16523
16524 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
16525 tests for remote targets by checking is_target_gdbserver.
16526
16527 2015-05-27 Doug Evans <dje@google.com>
16528
16529 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
16530 * gdb.dwarf2/opaque-type-lookup.c: New file.
16531 * gdb.dwarf2/opaque-type-lookup.exp: New file.
16532
16533 2015-05-26 Doug Evans <dje@google.com>
16534
16535 * gdb.cp/iostream.cc: New file.
16536 * gdb.cp/iostream.exp: New file.
16537
16538 2015-05-26 Doug Evans <dje@google.com>
16539
16540 * gdb.dwarf2/dw2-op-call.exp: Update.
16541 * gdb.dwarf2/dw4-sig-types.exp: Update.
16542 * gdb.dwarf2/implptr.exp: Update.
16543 * gdb.mi/mi-cmd-param-changed.exp: Update.
16544
16545 2015-05-26 Doug Evans <dje@google.com>
16546
16547 * gdb.python/py-lazy-string.c: New file.
16548 * gdb.python/py-lazy-string.exp: New file.
16549 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
16550 (main): Update. Add estring3.
16551 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
16552 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
16553
16554 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
16555 Yao Qi <yao.qi@linaro.org>
16556
16557 * gdb.reverse/aarch64.c: New.
16558 * gdb.reverse/aarch64.exp: New.
16559
16560 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
16561
16562 * lib/gdb.exp (supports_process_record): Return true for
16563 aarch64*-linux*.
16564 (supports_reverse): Likewise.
16565
16566 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
16567
16568 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
16569 Use with_test_prefix.
16570
16571 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
16572
16573 * gdb.base/completion.exp: Add test for completion of layout
16574 names.
16575
16576 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
16577
16578 * lib/gdb.exp (skip_tui_tests): New proc.
16579 * gdb.base/tui-layout.exp: Check skip_tui_tests.
16580
16581 2015-05-19 Pedro Alves <palves@redhat.com>
16582
16583 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
16584 Save the whole env array instead of just HOME. Unset HISTSIZE in
16585 the environment while testing. Restore whole environment
16586 afterwards.
16587
16588 2015-05-16 Doug Evans <xdje42@gmail.com>
16589
16590 * gdb.guile/scm-ports.c: New file.
16591 * gdb.guile/scm-ports.exp: Add memory port tests.
16592
16593 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16594
16595 * gdb.compile/compile-print.c: New file.
16596 * gdb.compile/compile-print.exp: New file.
16597
16598 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16599
16600 * gdb.compile/compile-ops.exp: Cast param to void.
16601 * gdb.compile/compile.exp: Complete type for _gdb_expr.
16602 (compile code struct_object.selffield = &struct_object): Add xfail.
16603
16604 2015-05-15 Joel Brobecker <brobecker@adacore.com>
16605
16606 * gdb.ada/arr_enum_with_gap: New testcase.
16607
16608 2015-05-15 Joel Brobecker <brobecker@adacore.com>
16609
16610 * gdb.ada/byte_packed_arr: New testcase.
16611
16612 2015-05-15 Joel Brobecker <brobecker@adacore.com>
16613
16614 * gdb.ada/pckd_neg: New testcase.
16615
16616 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
16617
16618 PR gdb/17820
16619 * gdb.base/gdbinit-history.exp: New test.
16620 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
16621 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
16622
16623 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
16624
16625 * gdb.python/py-xmethods.cc: Enhance test case.
16626 * gdb.python/py-xmethods.exp: New tests.
16627 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
16628 function.
16629 (B_indexoper): Likewise.
16630 (global_dm_list) : Add new xmethod worker functions.
16631
16632 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
16633
16634 * gdb.base/coredump-filter.exp: Correctly unset
16635 "coredump_var_addr" array.
16636
16637 2015-05-08 Pedro Alves <palves@redhat.com>
16638
16639 * gdb.server/non-existing-program.exp: Unset spawn_id.
16640
16641 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
16642
16643 PR python/18291
16644 * gdb.python/py-xmethods.exp: Add tests.
16645
16646 2015-05-08 Yao Qi <yao.qi@linaro.org>
16647
16648 PR gdb/18208
16649 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
16650 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
16651 function set_coredump_filter, and remove remote_exec call.
16652 Remove argument ipid. Callers update.
16653 (top level): Don't get inferior's PID.
16654
16655 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
16656
16657 * gdb.base/watch_thread_num.exp: Skip test on targets without
16658 access watchpoints.
16659
16660 2015-05-06 Pedro Alves <palves@redhat.com>
16661
16662 PR server/18081
16663 * gdb.server/non-existing-program.exp: New file.
16664
16665 2015-05-05 Joel Brobecker <brobecker@adacore.com>
16666
16667 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
16668
16669 2015-05-05 Joel Brobecker <brobecker@adacore.com>
16670
16671 * gdb.ada/out_of_line_in_inlined: New testcase.
16672
16673 2015-05-05 Joel Brobecker <brobecker@adacore.com>
16674
16675 * gdb.ada/var_rec_arr: New testcase.
16676
16677 2015-04-30 Yao Qi <yao.qi@linaro.org>
16678
16679 * gdb.base/break-idempotent.exp: If
16680 skip_hw_watchpoint_multi_tests returns true, skip the tests
16681 on "rwatch" and "awatch".
16682
16683 2015-04-30 Yao Qi <yao.qi@linaro.org>
16684
16685 * gdb.base/relativedebug.exp: Invoke gdb command
16686 "info sharedlibrary", and if libc.so doesn't have debug info,
16687 skip the test.
16688
16689 2015-04-29 Doug Evans <dje@google.com>
16690
16691 * gdb.python/py-xmethods.exp: Add ptype tests.
16692 * gdb.python/py-xmethods.py (E_method_char_worker): Add
16693 get_result_type method.
16694
16695 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
16696
16697 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
16698 the target does not support hardware watchpoints.
16699
16700 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
16701
16702 * gdb.base/break-always.exp: Abort testing if writing to memory
16703 causes an error.
16704
16705 2015-04-28 Doug Evans <dje@google.com>
16706
16707 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
16708 * gdb.python/py-pp-registration.exp: ... here. New file.
16709 * gdb.python/py-pp-registration.c: New file.
16710 * gdb.python/py-pp-registration.py: New file.
16711
16712 2015-04-28 Doug Evans <dje@google.com>
16713
16714 * gdb.python/py-bad-printers.c: New file.
16715 * gdb.python/py-bad-printers.py: New file.
16716 * gdb.python/py-bad-printers.exp: New file.
16717
16718 2015-04-28 Sasha Smundak <asmundak@google.com>
16719
16720 * gdb.python/py-type.exp: New test.
16721
16722 2015-04-28 Andy Wingo <wingo@igalia.com>
16723
16724 * gdb.python/py-parameter.exp:
16725 * gdb.guile/scm-parameter.exp: Escape the path that we are
16726 matching against, as it might contain characters that are special
16727 to regular expressions.
16728
16729 2015-04-27 Joel Brobecker <brobecker@adacore.com>
16730
16731 * gdb.ada/rec_comp: New testcase.
16732
16733 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
16734
16735 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
16736 before using it.
16737
16738 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
16739
16740 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
16741 new tests for verilog output.
16742
16743 2015-04-24 Yao Qi <yao.qi@linaro.org>
16744
16745 * boards/remote-gdbserver-on-localhost.exp: New file.
16746
16747 2015-04-23 Pedro Alves <palves@redhat.com>
16748
16749 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
16750 $inferior_spawn_id instead of $inferior_spawn_id directly. On
16751 "end of file", remove $inferior_spawn_id from the indirect list.
16752
16753 2015-04-23 Pedro Alves <palves@redhat.com>
16754
16755 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
16756
16757 2015-04-23 Pedro Alves <palves@redhat.com>
16758
16759 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
16760 on $any_spawn_id instead of only on $gdb_spawn_id.
16761
16762 2015-04-21 Pierre Muller <muller@sourceware.org>
16763
16764 PR pascal/17815
16765 * lib/pascal.exp (gpc_compile): Add new option "class".
16766 (fpc_compile): Likewise.
16767 * gdb.pascal/case-insensitive-symbols.pas: New file.
16768 * gdb.pascal/case-insensitive-symbols.exp: New file.
16769
16770 2015-04-20 Gary Benson <gbenson@redhat.com>
16771
16772 * gdb.base/attach.exp: Fix three extended remote failures.
16773
16774 2015-04-17 Gary Benson <gbenson@redhat.com>
16775
16776 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
16777 the main executable over the remote protocol.
16778
16779 2015-04-16 Pedro Alves <palves@redhat.com>
16780
16781 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
16782 a new gdbserver if gdbserver_reconnect_p is set.
16783
16784 2015-04-16 Pedro Alves <palves@redhat.com>
16785
16786 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
16787 is set, don't exit gdbserver.
16788
16789 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16790
16791 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
16792 appropriate .insn, such that an older assembler can be used.
16793 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
16794 the z/Architecture instruction set on 31-bit targets as well.
16795
16796 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16797
16798 * gdb.go/handcall.exp: Remove all logic related to the first
16799 breakpoint and rely on go_runto_main instead.
16800 * gdb.go/strings.exp: Likewise.
16801 * gdb.go/unsafe.exp: Likewise.
16802 * gdb.go/hello.exp: Likewise. Also rename the remaining
16803 breakpoint marker to "breakpoint 1".
16804 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
16805 * gdb.go/strings.go: Likewise.
16806 * gdb.go/unsafe.go: Likewise.
16807 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
16808 "set breakpoint 2 here" and rename the remaining breakpoint marker
16809 to "breakpoint 1".
16810
16811 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
16812
16813 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
16814 if itertools.imap is not present.
16815 * gdb.python/py-objfile.exp: Add parentheses.
16816 * gdb.python/py-type.exp: Same.
16817 * gdb.python/py-unwind-maint.py: Same.
16818
16819 2015-04-15 Yao Qi <yao.qi@linaro.org>
16820
16821 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
16822 of ":$ptr_size" and set its form explicitly.
16823
16824 2015-04-15 Pedro Alves <palves@redhat.com>
16825 Yao Qi <yao.qi@linaro.org>
16826
16827 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
16828 timeout by factor of 4.
16829 (test_regular_watch): Likewise.
16830 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
16831 * gdb.reverse/sigall-reverse.exp: Likewise.
16832 * gdb.reverse/until-precsave.exp: Likewise.
16833 * lib/gdb.exp (with_timeout_factor): New proc.
16834 (gdb_expect): Move some code to ...
16835 (get_largest_timeout): ... here. New procedure.
16836
16837 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
16838
16839 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
16840
16841 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
16842
16843 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
16844 to write to the .text section.
16845
16846 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
16847
16848 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
16849 Handle the case of targets that do not provide PID information.
16850
16851 2015-04-13 Yao Qi <yao.qi@linaro.org>
16852
16853 * lib/gdbserver-support.exp (gdb_exit): Catch exception
16854 and use expect instead of gdb_expect.
16855
16856 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
16857
16858 * gdb.base/coredump-filter.exp: Rename variable "addr" to
16859 "coredump_var_addr" to avoid naming conflict with other testcases.
16860
16861 2015-04-10 Pedro Alves <palves@redhat.com>
16862
16863 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
16864 gdb_test_sequence and gdb_assert.
16865
16866 2015-04-10 Pedro Alves <palves@redhat.com>
16867
16868 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
16869 test messages that don't include the breakpoint address.
16870
16871 2015-04-10 Yao Qi <yao.qi@linaro.org>
16872
16873 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
16874 false for some offset and width combinations which aren't
16875 supported by linux kernel.
16876
16877 2015-04-10 Pedro Alves <palves@redhat.com>
16878
16879 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
16880 procedure, factored out from ...
16881 (top level): ... here. Add "set displaced-stepping" testing axis.
16882 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
16883 parameter "displaced". Use it.
16884 (top level): Use foreach and add "set displaced-stepping" testing
16885 axis.
16886
16887 2015-04-10 Pedro Alves <palves@redhat.com>
16888
16889 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
16890 Remove comment.
16891 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
16892 both the address of the instruction that triggers the watchpoint
16893 and the address of the instruction immediately after, and use
16894 those addresses for the test. Fix comment.
16895
16896 2015-04-10 Pedro Alves <palves@redhat.com>
16897
16898 * gdb.base/sigstep.exp (breakpoint_to_handler)
16899 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
16900 Test "backtrace" in handler.
16901 (breakpoint_over_handler): New parameter 'displaced'. Use it.
16902 (top level): Add new "displaced" test axis to
16903 breakpoint_to_handler, breakpoint_to_handler_entry and
16904 breakpoint_over_handler.
16905
16906 2015-04-10 Pedro Alves <palves@redhat.com>
16907
16908 PR gdb/18216
16909 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
16910
16911 2015-04-10 Yao Qi <yao.qi@linaro.org>
16912
16913 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
16914 (test_add_rn_pc): New function.
16915 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
16916 (top level): Invoke test_add_rn_pc.
16917
16918 2015-04-10 Pedro Alves <palves@redhat.com>
16919
16920 PR gdb/13858
16921 * gdb.base/step-over-no-symbols.exp: New file.
16922
16923 2015-04-09 Andy Wingo <wingo@igalia.com>
16924
16925 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
16926 after the Python tests.
16927
16928 2015-04-08 Keith Seitz <keiths@redhat.com>
16929
16930 PR python/16699
16931 * gdb.python/py-completion.exp: New tests for completion.
16932 * gdb.python/py-completion.py (CompleteLimit1): New class.
16933 (CompleteLimit2): Likewise.
16934 (CompleteLimit3): Likewise.
16935 (CompleteLimit4): Likewise.
16936 (CompleteLimit5): Likewise.
16937 (CompleteLimit6): Likewise.
16938 (CompleteLimit7): Likewise.
16939
16940 2015-04-08 Pedro Alves <palves@redhat.com>
16941
16942 PR gdb/18214
16943 PR gdb/18216
16944 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
16945 function.
16946 (main): Install it as SIGUSR1 handler.
16947 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
16948 parameter. Always use "setup" as prefix. Toggle "set
16949 displaced-stepping" off/on depending on global. Don't switch to
16950 thread 1 here.
16951 (top level): Add displaced stepping "off/on" test axis. Update
16952 "setup" calls. Wrap each subtest with with_test_prefix. Test
16953 continuing with a queued signal in each thread.
16954
16955 2015-04-08 Pedro Alves <palves@redhat.com>
16956
16957 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
16958 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
16959 gdb_breakpoint instead of gdb_test that doesn't expect anything.
16960 Return early if running to main fails.
16961 * gdb.trace/while-stepping.exp: Likewise.
16962
16963 2015-04-07 Pedro Alves <palves@redhat.com>
16964
16965 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
16966 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
16967 interact with inferior program.
16968
16969 2015-04-07 Pedro Alves <palves@redhat.com>
16970
16971 * lib/gdb.exp (inferior_spawn_id): New global.
16972 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
16973 spawn id after processing the user code.
16974 (default_gdb_start): Set inferior_spawn_id.
16975 (send_inferior): New procedure.
16976 * lib/gdbserver-support.exp (gdbserver_start): Set
16977 inferior_spawn_id.
16978 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
16979
16980 2015-04-07 Pedro Alves <palves@redhat.com>
16981
16982 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
16983 * lib/gdbserver-support.exp (gdbserver_start): Make
16984 $server_spawn_id global.
16985 (gdbserver_start): Don't wait for gdbserver's spawn id with
16986 expect_background.
16987 (close_gdbserver): New procedure.
16988 (gdb_exit): Rename the default version and reimplement.
16989
16990 2015-04-07 Pedro Alves <palves@redhat.com>
16991
16992 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
16993 append the substituted item, not the original item.
16994
16995 2015-04-07 Pedro Alves <palves@redhat.com>
16996
16997 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
16998 gdb_expect.
16999
17000 2015-04-07 Pedro Alves <palves@redhat.com>
17001
17002 * gdb.base/interrupt.exp: Don't handle the case of the inferior
17003 output appearing once only.
17004
17005 2015-04-07 Pedro Alves <palves@redhat.com>
17006
17007 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
17008 that doesn't expect anything. Return early if running to main
17009 fails.
17010
17011 2015-04-07 Yao Qi <yao.qi@linaro.org>
17012
17013 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
17014 (child_function): Call alarm.
17015 (main): Move call to alarm into the loop.
17016 * gdb.threads/non-stop-fair-events.exp: Build program with
17017 -DTIMEOUT=$timeout.
17018
17019 2015-04-06 Doug Evans <xdje42@gmail.com>
17020
17021 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
17022 Fix dest parameter to board_info.
17023 (fpc_compile): Ditto.
17024 (gdb_compile_pascal): Rename dest arg to destfile.
17025
17026 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
17027
17028 * gdb.ada/funcall_ref.exp: New file.
17029 * gdb.ada/funcall_ref/foo.adb: New file.
17030
17031 2015-04-02 Yao Qi <yao.qi@linaro.org>
17032
17033 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
17034 is remote.
17035
17036 2015-04-02 Gary Benson <gbenson@redhat.com>
17037
17038 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
17039
17040 2015-04-01 Sasha Smundak <asmundak@google.com>
17041
17042 * gdb.python/py-unwind-maint.c: New file.
17043 * gdb.python/py-unwind-maint.exp: New test.
17044 * gdb.python/py-unwind-maint.py: New file.
17045 * gdb.python/py-unwind.c: New file.
17046 * gdb.python/py-unwind.exp: New test.
17047 * gdb.python/py-unwind.py: New test.
17048
17049 2015-04-01 Pedro Alves <palves@redhat.com>
17050
17051 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
17052 to fail instead of non-existent $test.
17053
17054 2015-04-01 Pedro Alves <palves@redhat.com>
17055
17056 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
17057 GDBFLAGS if not empty.
17058
17059 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
17060
17061 * gdb.ada/complete.exp: Remove "multi_line".
17062 * gdb.ada/info_exc.exp: Remove "multi_line".
17063 * gdb.ada/packed_tagged.exp: Remove "multi_line".
17064 * gdb.ada/ptype_field.exp: Remove "multi_line".
17065 * gdb.ada/sym_print_name.exp: Remove "multi_line".
17066 * gdb.ada/tagged.exp: Remove "multi_line".
17067 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
17068 [multi_line ...]
17069 * gdb.btrace/delta.exp: Likewise.
17070 * gdb.btrace/exception.exp: Likewise.
17071 * gdb.btrace/function_call_history.exp: Likewise.
17072 * gdb.btrace/instruction_history.exp: Likewise.
17073 * gdb.btrace/nohist.exp: Likewise.
17074 * gdb.btrace/record_goto.exp: Likewise.
17075 * gdb.btrace/segv.exp: Likewise.
17076 * gdb.btrace/stepi.exp: Likewise.
17077 * gdb.btrace/tailcall.exp: Likewise.
17078 * gdb.btrace/unknown_functions.exp: Likewise.
17079 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
17080 * lib/gdb.exp: Add the "multi_line" helper.
17081
17082 2015-04-01 Pedro Alves <palves@redhat.com>
17083
17084 * gdb.threads/tid-reuse.c: New file.
17085 * gdb.threads/tid-reuse.exp: New file.
17086
17087 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
17088
17089 PR corefiles/16092
17090 * gdb.base/coredump-filter.c: New file.
17091 * gdb.base/coredump-filter.exp: Likewise.
17092
17093 2015-03-27 Petr Machata <pmachata@redhat.com>
17094
17095 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
17096 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
17097 (Dwarf::assemble): Initialize them.
17098 (Dwarf::lines): New function.
17099
17100 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
17101
17102 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
17103 SYMBOL_PREFIX for x86_64-*-cygwin.
17104
17105 2015-03-26 Andy Wingo <wingo@igalia.com>
17106
17107 PR symtab/18148
17108 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
17109 const_value but not a location.
17110 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
17111 location defined in non-main CUs are visible.
17112
17113 2015-03-26 Yao Qi <yao.qi@linaro.org>
17114
17115 PR testsuite/18139
17116 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
17117 Add a line number entry for the same line.
17118 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
17119 Add a line number entry for the same line.
17120
17121 2015-03-26 Yao Qi <yao.qi@linaro.org>
17122
17123 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
17124 .int 0.
17125 (func): Likewise. Add .Lfunc_1 label.
17126 Use .Lfunc_1 label.
17127 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
17128 .int 0.
17129 (func): Likewise.
17130 Use .Lfunc_1 label.
17131
17132 2015-03-26 Yao Qi <yao.qi@linaro.org>
17133
17134 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
17135 Call gdb_compile instead to compile each .s files without debug
17136 information.
17137
17138 2015-03-26 Yao Qi <yao.qi@linaro.org>
17139
17140 * gdb.base/savedregs.exp (process_saved_regs): Make
17141 "Saved registers:" optional in the pattern.
17142
17143 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
17144
17145 * gdb.btrace/next.exp: Merged into step.exp.
17146 * gdb.btrace/finish.exp: Merged into step.exp.
17147 * gdb.btrace/nexti.exp: Merged into stepi.exp.
17148 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
17149 "record goto" and checking the exact replay position.
17150 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
17151 check for "Recording format" in "info record" output.
17152 * gdb.btrace/record_goto.exp: Choose test file based on target.
17153 * gdb.btrace/x86-record_goto.S: Renamed into ...
17154 * gdb.btrace/x86_64-record_goto.S: ... this.
17155 * gdb.btrace/i686-record_goto.S: New.
17156 * gdb.btrace/x86-tailcall.S: Renamed into ...
17157 * gdb.btrace/x86_64-tailcall.S: ... this.
17158 * gdb.btrace/i686-tailcall.S: New.
17159 * gdb.btrace/x86-tailcall.c: Renamed into ...
17160 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
17161 separate statements. Update test.
17162 * gdb.btrace/delta.exp: Use record_goto.c as test file.
17163 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
17164 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
17165 * gdb.btrace/tailcall.exp: Choose test file based on target.
17166 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
17167
17168 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
17169
17170 * gdb.btrace/exception.exp: Increase BTS buffer size.
17171
17172 2015-03-24 Pedro Alves <palves@redhat.com>
17173
17174 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
17175
17176 2015-03-24 Pedro Alves <palves@redhat.com>
17177
17178 * gdb.threads/schedlock.exp (test_step): No longer expect that
17179 "set scheduler-locking step" with "next" over a function call runs
17180 threads unlocked.
17181
17182 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17183
17184 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
17185
17186 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17187
17188 PR breakpoints/16466
17189 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
17190 * gdb.mi/mi-pending.c (thread_func): New function.
17191 (int main): Add threading support required.
17192 * gdb.mi/mi-pending.exp: Add tests for this issue.
17193 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
17194 (pendfunc2): Remove stdio dependency.
17195 * gdb.mi/mi-pendshr2.c: New file.
17196
17197 2015-03-23 Keith Seitz <keiths@redhat.com>
17198
17199 * gdb.linespec/keywords.c: New file.
17200 * gdb.linespec/keywords.exp: New file.
17201
17202 2015-03-23 Keith Seitz <keiths@redhat.com>
17203
17204 PR gdb/18021
17205 * gdb.dwarf2/staticvirtual.exp: New test.
17206
17207 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
17208
17209 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
17210 * README: Remove HP-UX and gdb.hp.
17211 (configuration):
17212 * configure: Regenerate.
17213 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
17214 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
17215 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
17216 gdb.hp/gdb.defects/Makefile.
17217 * gdb.hp/Makefile.in: File deleted.
17218 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
17219 * gdb.hp/gdb.aCC/optimize.c: File deleted.
17220 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
17221 * gdb.hp/gdb.aCC/run.c: File deleted.
17222 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
17223 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
17224 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
17225 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
17226 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
17227 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
17228 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
17229 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
17230 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
17231 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
17232 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
17233 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
17234 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
17235 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
17236 * gdb.hp/gdb.base-hp/reg.s: File deleted.
17237 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
17238 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
17239 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
17240 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
17241 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
17242 * gdb.hp/gdb.compat/Makefile.in: File deleted.
17243 * gdb.hp/gdb.compat/average.c: File deleted.
17244 * gdb.hp/gdb.compat/sum.c: File deleted.
17245 * gdb.hp/gdb.compat/xdb.c: File deleted.
17246 * gdb.hp/gdb.compat/xdb0.c: File deleted.
17247 * gdb.hp/gdb.compat/xdb0.h: File deleted.
17248 * gdb.hp/gdb.compat/xdb1.c: File deleted.
17249 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
17250 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
17251 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
17252 * gdb.hp/gdb.defects/Makefile.in: File deleted.
17253 * gdb.hp/gdb.defects/bs14602.c: File deleted.
17254 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
17255 * gdb.hp/gdb.defects/solib-d.c: File deleted.
17256 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
17257 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
17258 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
17259 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
17260 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
17261 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
17262 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
17263 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
17264 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
17265 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
17266 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
17267 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
17268 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
17269 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
17270 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
17271 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
17272 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
17273 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
17274 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
17275 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
17276 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
17277 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
17278 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
17279 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
17280 * gdb.hp/tools/odump: File deleted.
17281
17282 2015-03-19 Pedro Alves <palves@redhat.com>
17283
17284 * gdb.threads/continue-pending-status.exp (saw_thread_2)
17285 (saw_thread_3): New globals.
17286 (top level): Increment them when an event for the corresponding
17287 thread is seen.
17288 (no thread starvation): New test.
17289
17290 2015-03-19 Pedro Alves <palves@redhat.com>
17291
17292 * gdb.threads/continue-pending-status.c: New file.
17293 * gdb.threads/continue-pending-status.exp: New file.
17294
17295 2015-03-18 Pedro Alves <palves@redhat.com>
17296
17297 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
17298 Use gdb_is_target_remote instead of is_remote. Use
17299 gdb_test_multiple instead of gdb_expect. Exit early if
17300 gdb_test_multiple hits its internal matches. Tighten stepi tests
17301 expected output. Fail on exit with any signal, instead of just
17302 SIGILL.
17303
17304 2015-03-18 Yao Qi <yao.qi@linaro.org>
17305
17306 PR tdep/18107
17307 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
17308 variable.
17309 * gdb.base/catch-syscall.exp: Don't skip it on
17310 aarch64*-*-linux* target. Remove elements in all_syscalls.
17311 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
17312 target.
17313 (setup_all_syscalls): New proc.
17314
17315 2015-03-16 Yao Qi <yao.qi@linaro.org>
17316
17317 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
17318 (top level): Skip tests if valid_addr_p returns false for
17319 $cmd1 or $cmd2.
17320
17321 2015-03-11 Andy Wingo <wingo@igalia.com>
17322
17323 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
17324
17325 2015-03-11 Yao Qi <yao.qi@linaro.org>
17326
17327 * gdb.base/catch-syscall.exp: Fix typo in comments.
17328
17329 2015-03-11 Yao Qi <yao.qi@linaro.org>
17330
17331 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
17332
17333 2015-03-09 Pedro Alves <palves@redhat.com>
17334
17335 * dg-extract-results.py: Delete.
17336
17337 2015-03-09 Pedro Alves <palves@redhat.com>
17338
17339 Merge dg-extract-results.sh from GCC upstream (r218843).
17340
17341 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
17342 * dg-extract-results.sh: Use --text with grep to avoid issues with
17343 binary files. Fall back to cat -v, if that doesn't work.
17344
17345 2015-03-05 Pedro Alves <palves@redhat.com>
17346
17347 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
17348
17349 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
17350
17351 * lib/mi-support.exp (mi_expect_interrupt): Accept
17352 alternative event for when in all-stop mode.
17353
17354 2015-03-04 Pedro Alves <palves@redhat.com>
17355
17356 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
17357
17358 2015-03-04 Mark Kettenis <kettenis@gnu.org>
17359
17360 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
17361
17362 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
17363
17364 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
17365 regexps for GDB's current line display, accept a hex address
17366 preceding the line number.
17367
17368 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
17369
17370 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
17371 the 'arch1' variable for "s390*-linux*" targets.
17372
17373 2015-03-04 Pedro Alves <palves@redhat.com>
17374
17375 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
17376 (main): Pass missing retval argument to pthread_join call.
17377
17378 2015-03-02 Pedro Alves <palves@redhat.com>
17379
17380 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
17381 (top level): Call do_test with non-stop as well.
17382
17383 2015-03-02 Pedro Alves <palves@redhat.com>
17384
17385 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
17386 -1.
17387
17388 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17389
17390 * gdb.arch/s390-vregs.exp: New test.
17391 * gdb.arch/s390-vregs.S: New file.
17392
17393 2015-02-27 Pedro Alves <palves@redhat.com>
17394
17395 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
17396 call to catch_command_errors.
17397 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
17398 catch_command_errors.
17399
17400 2015-02-27 Pedro Alves <palves@redhat.com>
17401
17402 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
17403 "true" for boolean result.
17404 * gdb.gdb/selftest.exp (test_with_self): Also accept full
17405 prototype of main.
17406
17407 2015-02-27 Pedro Alves <palves@redhat.com>
17408
17409 * lib/unbuffer_output.c: New file.
17410 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
17411 (main): Call gdb_unbuffer_output.
17412
17413 2015-02-27 Yao Qi <yao.qi@linaro.org>
17414
17415 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
17416 target.
17417
17418 2015-02-26 Doug Evans <dje@google.com>
17419
17420 * gdb.cp/class2.cc (Dbase, D): New classes.
17421 (main): New local delta.
17422 * gdb.cp/class2.exp: Test printing delta.
17423 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
17424 (dynbar): New global.
17425 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
17426
17427 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17428
17429 * gdb.compile/compile-ifunc.c: New file.
17430 * gdb.compile/compile-ifunc.exp: New file.
17431
17432 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
17433
17434 * gdb.base/structs.exp: Check for correct struct on finish.
17435
17436 2015-02-26 Yao Qi <yao.qi@linaro.org>
17437
17438 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
17439 is zero.
17440
17441 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17442
17443 * gdb.arch/cordic.ko.bz2: New file.
17444 * gdb.arch/cordic.ko.debug.bz2: New file.
17445 * gdb.arch/ppc64-symtab-cordic.exp: New file.
17446
17447 2015-02-25 Yao Qi <yao.qi@linaro.org>
17448
17449 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
17450 aarch64*-*-* target.
17451
17452 2015-02-23 Pedro Alves <palves@redhat.com>
17453
17454 * lib/gdb.exp (delete_breakpoints): Rewrite using
17455 gdb_test_multiple.
17456
17457 2015-02-23 Pedro Alves <palves@redhat.com>
17458
17459 * gdb.base/info-os.c: Include stdlib.h.
17460
17461 2015-02-22 Doug Evans <xdje42@gmail.com>
17462
17463 PR symtab/17855
17464 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
17465 is read after symbols have been re-read.
17466 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
17467 * gdb.ada/exec_changed/second.adb (Second): Ditto.
17468
17469 2015-02-21 Doug Evans <dje@google.com>
17470
17471 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
17472
17473 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17474
17475 PR corefiles/17808
17476 * gdb.arch/i386-biarch-core.core.bz2: New file.
17477 * gdb.arch/i386-biarch-core.exp: New file.
17478
17479 2015-02-21 Pedro Alves <palves@redhat.com>
17480
17481 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
17482 runto_main fails.
17483
17484 2015-02-20 Pedro Alves <palves@redhat.com>
17485
17486 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
17487 info probes.
17488
17489 2015-02-20 Pedro Alves <palves@redhat.com>
17490
17491 * gdb.threads/multi-create-ns-info-thr.exp: New file.
17492
17493 2015-02-20 Pedro Alves <palves@redhat.com>
17494
17495 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
17496 clean_restart before gdb_target_supports_trace.
17497
17498 2015-02-20 Pedro Alves <palves@redhat.com>
17499
17500 PR threads/18006
17501 * gdb.threads/clone-thread_db.c: New file.
17502 * gdb.threads/clone-thread_db.exp: New file.
17503
17504 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
17505
17506 PR breakpoints/16812
17507 * gdb.base/catch-gdb-caused-signals.c: New file.
17508 * gdb.base/catch-gdb-caused-signals.exp: New file.
17509
17510 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
17511
17512 * configure: Regenerated.
17513 * configure.ac: Use GDB_AC_TRANSFORM.
17514 * aclocal.m4: sinclude ../transform.m4.
17515
17516 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
17517
17518 * lib/dtrace.exp: New file.
17519 * gdb.base/dtrace-probe.exp: Likewise.
17520 * gdb.base/dtrace-probe.d: Likewise.
17521 * gdb.base/dtrace-probe.c: Likewise.
17522 * lib/pdtrace.in: Likewise.
17523 * configure.ac: Output variables with the transformed names of
17524 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
17525 * configure: Regenerated.
17526
17527 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
17528
17529 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
17530 expected message when trying to access $_probe_* convenience
17531 variables while not on a probe.
17532
17533 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17534
17535 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
17536
17537 2015-02-11 Pedro Alves <pedro@codesourcery.com>
17538
17539 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
17540 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
17541
17542 2015-02-10 Doug Evans <xdje42@gmail.com>
17543
17544 * lib/gdb.exp (gdb_load): Always return a result.
17545
17546 2015-02-10 Pedro Alves <palves@redhat.com>
17547
17548 * gdb.threads/signal-sigtrap.c: New file.
17549 * gdb.threads/signal-sigtrap.exp: New file.
17550
17551 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
17552
17553 * gdb.trace/no-attach-trace.c: New file.
17554 * gdb.trace/no-attach-trace.exp: New file.
17555
17556 2015-02-09 Mark Wielaard <mjw@redhat.com>
17557
17558 * gdb.dwarf2/atomic.c: New file.
17559 * gdb.dwarf2/atomic-type.exp: Likewise.
17560
17561 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17562
17563 * gdb.btrace/buffer-size.exp: Update "info record" output.
17564 * gdb.btrace/delta.exp: Update "info record" output.
17565 * gdb.btrace/enable.exp: Update "info record" output.
17566 * gdb.btrace/finish.exp: Update "info record" output.
17567 * gdb.btrace/instruction_history.exp: Update "info record" output.
17568 * gdb.btrace/next.exp: Update "info record" output.
17569 * gdb.btrace/nexti.exp: Update "info record" output.
17570 * gdb.btrace/step.exp: Update "info record" output.
17571 * gdb.btrace/stepi.exp: Update "info record" output.
17572 * gdb.btrace/nohist.exp: Update "info record" output.
17573
17574 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17575
17576 * gdb.btrace/buffer-size: New.
17577
17578 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17579
17580 * gdb.btrace/delta.exp: Update "info record" output.
17581 * gdb.btrace/enable.exp: Update "info record" output.
17582 * gdb.btrace/finish.exp: Update "info record" output.
17583 * gdb.btrace/instruction_history.exp: Update "info record" output.
17584 * gdb.btrace/next.exp: Update "info record" output.
17585 * gdb.btrace/nexti.exp: Update "info record" output.
17586 * gdb.btrace/step.exp: Update "info record" output.
17587 * gdb.btrace/stepi.exp: Update "info record" output.
17588 * gdb.btrace/nohist.exp: Update "info record" output.
17589
17590 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
17591
17592 PR gdb/15678
17593 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
17594
17595 2015-02-06 Pedro Alves <palves@redhat.com>
17596
17597 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
17598 macro.
17599 (seconds_left, again): New globals.
17600 (main): Wait seconds_left in a 1-second sleep loop instead of
17601 sleeping 180 seconds. If 'again' is set, reset the seconds
17602 counter.
17603 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
17604 'again' in the inferior before detaching. Print the seconds left.
17605 (options): New global.
17606 (top level): Build program with -DTIMEOUT=$timeout.
17607
17608 2015-02-06 Pedro Alves <palves@redhat.com>
17609
17610 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
17611 determine how many seconds to pass to 'alarm'.
17612 * gdb.base/gdb-sigterm.exp (top level): Build program with
17613 -DTIMEOUT=$timeout.
17614 (do_test): Return success/failure indication. Add more verbose
17615 logging. Don't fail if 200 single steps are seen. Instead, fail
17616 when the test times out.
17617 (passes): New global.
17618 (top level): Break the testing loop if testing fails on any
17619 iteration. Use gdb_assert.
17620
17621 2015-02-04 Don Breazeal <donb@codesourcery.com>
17622
17623 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
17624 and initialize them.
17625 (ipc_cleanup): New function.
17626 (main): Don't declare shmid, semid, and msqid. Add a call to
17627 atexit so that we call ipc_cleanup on exit.
17628
17629 2015-02-04 Pedro Alves <palves@redhat.com>
17630
17631 * boards/native-extended-gdbserver.exp: Remove any target variant
17632 specifications from the board name before clearing the isremote
17633 flag from board_info.
17634
17635 2015-01-31 Doug Evans <xdje42@gmail.com>
17636
17637 * gdb.base/maint.exp <maint print type argc>: Update expected output.
17638
17639 2015-01-31 Gary Benson <gbenson@redhat.com>
17640
17641 * gdb.base/completion.exp: Disable completion limiting for
17642 existing tests. Add new tests to check completion limiting.
17643 * gdb.linespec/ls-errs.exp: Disable completion limiting.
17644
17645 2015-01-31 Doug Evans <xdje42@gmail.com>
17646
17647 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
17648
17649 2015-01-31 Doug Evans <xdje42@gmail.com>
17650
17651 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
17652 entries. Duplicate file section script entries.
17653 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
17654 inlined entries. Add test for safe-path rejection.
17655 * gdb.python/py-section-script.c: Add duplicate inlined section script
17656 entries. Duplicate file section script entries.
17657 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
17658 inlined entries. Add test for safe-path rejection.
17659
17660 2015-01-29 Joel Brobecker <brobecker@adacore.com>
17661
17662 * gdb.ada/disc_arr_bound: New testcase.
17663
17664 2015-01-29 Joel Brobecker <brobecker@adacore.com>
17665
17666 * gdb.ada/mi_var_array: New testcase.
17667
17668 2015-01-27 Doug Evans <dje@google.com>
17669
17670 * gdb.python/py-objfile.exp: Add tests for objfile.username.
17671 Add test for objfile.filename, objfile.username after objfile
17672 has been unloaded.
17673
17674 2015-01-26 Joel Brobecker <brobecker@adacore.com>
17675
17676 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
17677 the second test to print the name attribute of value
17678 returned by the call to gdb.lookup_type, and adjust
17679 the expected output accordingly.
17680
17681 2015-01-25 Mark Wielaard <mjw@redhat.com>
17682
17683 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
17684 * gdb.base/disp-step-fork.c: Include unistd.h.
17685 * gdb.base/siginfo-obj.c: Include stdio.h.
17686 * gdb.base/siginfo-thread.c: Likewise.
17687 * gdb.mi/non-stop.c: Include unistd.h.
17688 * gdb.mi/nsthrexec.c: Include stdio.h.
17689 * gdb.mi/pthreads.c: Include unistd.h.
17690 * gdb.modula2/unbounded1.c (main): Declare returns int.
17691 * gdb.reverse/consecutive-reverse.c: Likewise.
17692 * gdb.threads/create-fail.c: Include unistd.h.
17693 * gdb.threads/killed.c: Likewise.
17694 * gdb.threads/linux-dp.c: Likewise.
17695 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
17696 * gdb.threads/non-ldr-exc-2.c: Likewise.
17697 * gdb.threads/non-ldr-exc-3.c: Likewise.
17698 * gdb.threads/non-ldr-exc-4.c: Likewise.
17699 * gdb.threads/pthreads.c: Include unistd.h.
17700 (main): Declare returns int.
17701 * gdb.threads/tls-main.c (foo): New declaration.
17702 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
17703
17704 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
17705
17706 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
17707 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
17708
17709 2015-01-15 Mark Wielaard <mjw@redhat.com>
17710
17711 * gdb.base/noreturn-return.c: New file.
17712 * gdb.base/noreturn-return.exp: New file.
17713 * gdb.base/noreturn-finish.c: New file.
17714 * gdb.base/noreturn-finish.exp: New file.
17715
17716 2015-01-23 Pedro Alves <palves@redhat.com>
17717
17718 * gdb.threads/continue-pending-after-query.c: New file.
17719 * gdb.threads/continue-pending-after-query.exp: New file.
17720
17721 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
17722 Simon Marchi <simon.marchi@ericsson.com>
17723
17724 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
17725 * gdb.base/valgrind-db-attach.exp: Same.
17726 * gdb.base/valgrind-infcall.exp: Same.
17727 * lib/mi-support.exp (default_mi_gdb_start): Same.
17728 * lib/prompt.exp (default_prompt_gdb_start): Same.
17729 * lib/gdb.exp (default_gdb_spawn): Same.
17730 (gdb_interact): New.
17731
17732
17733 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17734
17735 * gdb.compile/compile.exp (pointer to jit function): New test.
17736
17737 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
17738
17739 * lib/gdb.exp (supports_process_record): Return true for
17740 powerpc*-*-linux*.
17741 (supports_reverse): Likewise.
17742
17743 2015-01-15 Don Breazeal <donb@codesourcery.com>
17744
17745 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
17746 instead of checking whether the target board is remote and
17747 use spawn_wait_for_attach instead of exec/sleep.
17748 * gdb.base/attach-twice.exp: Likewise.
17749
17750 2015-01-15 Joel Brobecker <brobecker@adacore.com>
17751
17752 * gdb.ada/var_arr_attrs: New testcase.
17753
17754 2015-01-14 Pedro Alves <palves@redhat.com>
17755 Joel Brobecker <brobecker@adacore.com>
17756
17757 PR gdb/17525
17758 * gdb.base/bp-cmds-execution-x-script.c: New file.
17759 * gdb.base/bp-cmds-execution-x-script.exp: New file.
17760 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
17761
17762 2015-01-14 Pedro Alves <palves@redhat.com>
17763
17764 PR cli/17828
17765 * gdb.base/batch-preserve-term-settings.c: New file.
17766 * gdb.base/batch-preserve-term-settings.exp: New file.
17767
17768 2015-01-13 Doug Evans <dje@google.com>
17769
17770 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
17771 binary.
17772
17773 2015-01-13 Joel Brobecker <brobecker@adacore.com>
17774
17775 * Makefile.in (clean mostlyclean): Do not delete *.py.
17776
17777 2015-01-13 Joel Brobecker <brobecker@adacore.com>
17778
17779 * gdb.python/py-lookup-type.exp: New file.
17780
17781 2015-01-12 Pedro Alves <palves@redhat.com>
17782
17783 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
17784 restore GDBFLAGS before returning.
17785
17786 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17787
17788 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
17789 is_amd64_regs_target and is_x86_like_target.
17790
17791 2015-01-11 Doug Evans <xdje42@gmail.com>
17792
17793 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
17794 is given without an explicit form.
17795 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
17796 attributes.
17797 * gdb.dwarf/corrupt.exp: Ditto.
17798 * gdb.dwarf2/enum-type.exp: Ditto.
17799 * gdb.trace/entry-values.exp: Ditto.
17800 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
17801
17802 2015-01-11 Doug Evans <xdje42@gmail.com>
17803
17804 PR gdb/15830
17805 * gdb.base/maint.exp: Remove references to "maint demangle".
17806 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
17807 Add tests for explicitly specifying language to demangle.
17808 * gdb.dlang/demangle.exp: Ditto.
17809
17810 2015-01-09 Pedro Alves <palves@redhat.com>
17811
17812 * gdb.threads/non-stop-fair-events.c: New file.
17813 * gdb.threads/non-stop-fair-events.exp: New file.
17814
17815 2015-01-09 Pedro Alves <palves@redhat.com>
17816
17817 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
17818 the global scope. Set a breakpoint after all threads are started
17819 rather than stepping over two source lines. Expect the prompt.
17820 * gdb.base/watch_thread_num.c (threads_started_barrier): New
17821 global.
17822 (NUM): Now 15.
17823 (main): Use threads_started_barrier to wait for all threads to
17824 start. Main thread no longer calls thread_function. Exit after
17825 180 seconds.
17826 (loop): New function.
17827 (thread_function): Wait on threads_started_barrier barrier. Call
17828 'loop' at each iteration.
17829 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
17830 threads have started, instead of hardcoding number of "next"
17831 steps. Use an access watchpoint instead of a write watchpoint.
17832
17833 2015-01-09 Pedro Alves <palves@redhat.com>
17834
17835 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
17836 (thread_func): Wait on barrier.
17837 (main): Wait for all threads to start before stopping GDB.
17838 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
17839 global.
17840 (thread1_func, thread2_func): Wait on barrier.
17841 (main): Wait for all threads to start before stopping GDB.
17842 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
17843 New global.
17844 (thread1_func, thread2_func): Wait on barrier.
17845 (main): Wait for all threads to start before stopping GDB.
17846
17847 2015-01-09 Pedro Alves <palves@redhat.com>
17848
17849 * gdb.threads/attach-many-short-lived-threads.c: New file.
17850 * gdb.threads/attach-many-short-lived-threads.exp: New file.
17851
17852 2014-01-09 Pedro Alves <palves@redhat.com>
17853
17854 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
17855 instead of to thread 2.
17856 * gdb.threads/signal-command-multiple-signals-pending.c (main):
17857 Add barrier around each pthread_create call instead of around all
17858 calls.
17859 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
17860 Set a break on thread_function and have the child threads hit it
17861 one at at a time.
17862
17863 2015-01-09 Pedro Alves <palves@redhat.com>
17864
17865 * lib/gdb.exp (can_spawn_for_attach): New procedure.
17866 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
17867 false.
17868 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
17869 checking whether the target board is remote.
17870 * gdb.multi/multi-attach.exp: Likewise.
17871 * gdb.python/py-sync-interp.exp: Likewise.
17872 * gdb.server/ext-attach.exp: Likewise.
17873 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
17874 tests that need to attach, instead of checking whether the target
17875 board is remote at the top of the file.
17876
17877 2015-01-08 Yao Qi <yao@codesourcery.com>
17878
17879 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
17880
17881 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17882
17883 Fix testcase compilation.
17884 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
17885
17886 2015-01-06 Joel Brobecker <brobecker@adacore.com>
17887
17888 * gdb.python/py-type.exp: Add a couple test about empty
17889 array creation, and negative-length array creation.
17890
17891 2015-01-02 Doug Evans <xdje42@gmail.com>
17892
17893 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
17894
17895 2015-01-02 Doug Evans <dje@google.com>
17896
17897 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
17898
17899 2014-12-29 Yao Qi <yao@codesourcery.com>
17900
17901 * gdb.trace/entry-values.exp: Update comments. Rename variable
17902 bar_call_foo to returned_from_foo.
17903
17904 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
17905
17906 PR gdb/17394
17907 * gdb.linespec/break-asm-file.c: New file.
17908 * gdb.linespec/break-asm-file.exp: New file.
17909 * gdb.linespec/break-asm-file0.s: New file.
17910 * gdb.linespec/break-asm-file1.s: New file.
17911
17912 2014-12-18 Nigel Stephens <nigel@mips.com>
17913 Maciej W. Rozycki <macro@codesourcery.com>
17914
17915 * gdb.base/float.exp: Handle the new output from "info float" on
17916 MIPS targets.
17917
17918 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17919
17920 Fix MinGW compilation.
17921 * gdb.compile/compile-ops.exp: Update untested message if
17922 !skip_compile_feature_tests.
17923 * gdb.compile/compile-setjmp.exp: Likewise.
17924 * gdb.compile/compile-tls.exp: Likewise.
17925 * gdb.compile/compile.exp: Likewise.
17926 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
17927 supported on this host".
17928
17929 2014-12-16 Doug Evans <xdje42@gmail.com>
17930
17931 * boards/stabs.exp: New file.
17932
17933 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
17934
17935 * gdb.base/completion.exp: Adjust to format changes of "maint
17936 print user-registers".
17937
17938 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
17939
17940 PR server/17457
17941 * gdb.arch/aarch64-fp.c: New file.
17942 * gdb.arch/aarch64-fp.exp: New file.
17943
17944 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
17945
17946 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
17947 r210637, r210913, r211666, r215400, r215817).
17948
17949 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
17950 * dg-extract-results.py: New file.
17951 * dg-extract-results.sh: Use it if the environment seems
17952 suitable.
17953
17954 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
17955
17956 * dg-extract-results.py (parse_run): Handle warnings that
17957 are printed before a test harness is run.
17958
17959 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
17960
17961 * dg-extract-results.py (Named): Remove __cmp__ method.
17962 (output_variation): Use a key to sort variation.harnesses.
17963
17964 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
17965
17966 * dg-extract-results.py: For Python 3, force sys.stdout to
17967 handle surrogate escape sequences.
17968 (safe_open): New function.
17969 (output_segment, main): Use it.
17970
17971 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
17972
17973 * dg-extract-results.py (Prog.result_re): Include options
17974 in test name.
17975
17976 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
17977
17978 * dg-extract-results.py (output_variation): Always sort if
17979 do_sum.
17980
17981 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
17982
17983 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
17984 as long as we get pagination notifications.
17985
17986 2014-12-15 Jason Merrill <jason@redhat.com>
17987
17988 * Makefile.in (check-gdb.%): Restore.
17989 * README: Mention it.
17990
17991 2014-12-13 Joel Brobecker <brobecker@adacore.com>
17992
17993 * gdb.ada/str_uninit: New testcase.
17994
17995 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17996
17997 PR symtab/17642
17998 * gdb.base/vla-stub-define.c: New file.
17999 * gdb.base/vla-stub.c: New file.
18000 * gdb.base/vla-stub.exp: New file.
18001
18002 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
18003 Jan Kratochvil <jan.kratochvil@redhat.com>
18004 Tom Tromey <tromey@redhat.com>
18005
18006 * configure.ac: Add gdb.compile/.
18007 * configure: Regenerate.
18008 * gdb.compile/Makefile.in: New file.
18009 * gdb.compile/compile-ops.exp: New file.
18010 * gdb.compile/compile-ops.c: New file.
18011 * gdb.compile/compile-tls.c: New file.
18012 * gdb.compile/compile-tls.exp: New file.
18013 * gdb.compile/compile-constvar.S: New file.
18014 * gdb.compile/compile-constvar.c: New file.
18015 * gdb.compile/compile-mod.c: New file.
18016 * gdb.compile/compile-nodebug.c: New file.
18017 * gdb.compile/compile-setjmp-mod.c: New file.
18018 * gdb.compile/compile-setjmp.c: New file.
18019 * gdb.compile/compile-setjmp.exp: New file.
18020 * gdb.compile/compile-shlib.c: New file.
18021 * gdb.compile/compile.c: New file.
18022 * gdb.compile/compile.exp: New file.
18023 * lib/gdb.exp (skip_compile_feature_tests): New proc.
18024
18025 2014-12-12 Tom Tromey <tromey@redhat.com>
18026
18027 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
18028 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
18029
18030 2014-12-12 Doug Evans <dje@google.com>
18031
18032 * lib/gdb-python.exp (get_python_valueof): New function.
18033 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
18034
18035 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18036
18037 * gdb.base/completion.exp: Add test for completion of "info
18038 registers ".
18039
18040 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
18041
18042 * gdb.base/func-ptrs.c: New file.
18043 * gdb.base/func-ptrs.exp: New file.
18044
18045 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
18046
18047 PR breakpoints/17012
18048 * gdb.base/dprintf-detach.c: New file.
18049 * gdb.base/dprintf-detach.exp: New file.
18050
18051 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
18052
18053 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
18054 * lib/gdb.exp (target_is_gdbserver): New procedure.
18055
18056 2014-12-08 Doug Evans <dje@google.com>
18057
18058 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
18059
18060 2014-12-05 Yao Qi <yao@codesourcery.com>
18061
18062 * gdb.guile/scm-error.exp: Remove the third argument to
18063 gdb_remote_download.
18064 * gdb.guile/scm-frame-args.exp: Likewise.
18065 * gdb.guile/scm-section-script.exp: Likewise.
18066
18067 2014-12-05 Yao Qi <yao@codesourcery.com>
18068
18069 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
18070
18071 2014-12-04 Doug Evans <dje@google.com>
18072
18073 * gdb.python/py-objfile.exp: Add tests for
18074 objfile.add_separate_debug_file.
18075
18076 2014-12-04 Doug Evans <dje@google.com>
18077
18078 * lib/gdb.exp (get_build_id): New function.
18079 (build_id_debug_filename_get): Rewrite to use it.
18080 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
18081
18082 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
18083
18084 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
18085 `method(long)', not just 0x0.
18086 * gdb.cp/nsalias.exp: Align code labels to 4.
18087 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
18088 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
18089 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
18090 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
18091 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
18092 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
18093
18094 2014-12-02 Doug Evans <dje@google.com>
18095
18096 PR symtab/17602
18097 * gdb.cp/anon-ns.cc: Move guts of this file to ...
18098 * gdb.cp/anon-ns2.cc: ... here. New file.
18099 * gdb.cp/anon-ns.exp: Update.
18100
18101 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
18102
18103 * gdb.python/py-events.py (inferior_call_handler): New.
18104 (register_changed_handler, memory_changed_handler): New.
18105 (test_events.invoke): Register new handlers.
18106 * gdb.python/py-events.exp: Add tests for inferior call,
18107 memory_changed and register_changed events.
18108
18109 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
18110
18111 * gdb.base/execl-update-breakpoints.exp: Specify the link address
18112 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
18113 if the linker doesn't understand this.
18114
18115 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
18116
18117 * gdb.python/python.exp: Change expected reply to help().
18118
18119 2014-12-01 Yao Qi <yao@codesourcery.com>
18120
18121 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
18122 AC_CONFIG_SUBDIRS(gdb.gdbtk).
18123 * configure: Re-generated.
18124
18125 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
18126
18127 * gdb.cp/chained-calls.cc: New file.
18128 * gdb.cp/chained-calls.exp: New file.
18129 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
18130
18131 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
18132
18133 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
18134 * gdb.dwarf2/symtab-producer.exp: Same.
18135 * gdb.gdb/python-interrupts.exp: Same.
18136 * gdb.gdb/python-selftest.exp: Same.
18137 * gdb.python/py-linetable.exp: Same.
18138 * gdb.python/py-type.exp: Same.
18139 * gdb.python/py-value-cc.exp: Same.
18140 * gdb.python/py-value.exp: Same.
18141
18142 2014-11-28 Yao Qi <yao@codesourcery.com>
18143
18144 * gdb.base/break-probes.exp: Match library name prefixed with
18145 sysroot.
18146
18147 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
18148
18149 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
18150 test expected output. Add parentheses for the call to print.
18151 Remove L suffix from integers.
18152
18153 2014-11-26 Doug Evans <dje@google.com>
18154
18155 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
18156
18157 2014-11-22 Yao Qi <yao@codesourcery.com>
18158
18159 * gdb.trace/entry-values.c: Remove asms.
18160 (foo): Add foo_label.
18161 (bar): Add bar_label.
18162 * gdb.trace/entry-values.exp: Remove code computing foo's
18163 length and bar's length.
18164 (Dwarf::assemble): Invoke function_range for bar and use
18165 MACRO_AT_func for foo.
18166
18167 2014-11-22 Yao Qi <yao@codesourcery.com>
18168
18169 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
18170 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
18171 Use .Lgcc43_procstart instead of gcc43.
18172
18173 2014-11-21 Joel Brobecker <brobecker@adacore.com>
18174
18175 * gdb.ada/n_arr_bound: New testcase.
18176
18177 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
18178
18179 PR breakpoints/10737
18180 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
18181 test_catch_syscall_multi_arch.
18182 (test_catch_syscall_multi_arch): New function.
18183
18184 2014-11-20 Doug Evans <xdje42@gmail.com>
18185
18186 * gdb.base/maint.exp: Update expected output.
18187
18188 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
18189
18190 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
18191 4-byte instruction on S390.
18192
18193 2014-11-19 Joel Brobecker <brobecker@adacore.com>
18194
18195 * gdb.ada/arr_arr: New testcase.
18196
18197 2014-11-19 Joel Brobecker <brobecker@adacore.com>
18198
18199 * gdb.ada/pkd_arr_elem: New Testcase.
18200
18201 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
18202
18203 * gdb.reverse/break-precsave: Expect completion message for
18204 core file reads.
18205 * gdb.reverse/consecutive-precsave.exp: Likewise.
18206 * gdb.reverse/finish-precsave.exp: Likewise.
18207 * gdb.reverse/i386-precsave.exp: Likewise.
18208 * gdb.reverse/machinestate-precsave.exp: Likewise.
18209 * gdb.reverse/sigall-precsave.exp: Likewise.
18210 * gdb.reverse/solib-precsave.exp: Likewise.
18211 * gdb.reverse/step-precsave.exp: Likewise.
18212 * gdb.reverse/until-precsave.exp: Likewise.
18213 * gdb.reverse/watch-precsave.exp: Likewise.
18214
18215 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18216
18217 * gdb.base/bp-permanent.c: Include unistd.h.
18218 * gdb.python/py-framefilter-mi.c (main): Add return type.
18219 * gdb.python/py-framefilter.c (main): Likewise.
18220 * gdb.trace/actions-changed.c (main): Likewise.
18221
18222 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18223
18224 * gdb.mi/until.c: Add eye-catchers.
18225 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
18226 line numbers.
18227
18228 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18229
18230 * gdb.base/condbreak.exp: Drop references to removed non-prototype
18231 function header variants in break1.c.
18232 * gdb.base/ena-dis-br.exp: Likewise.
18233 * gdb.base/hbreak2.exp: Likewise.
18234 * gdb.reverse/until-precsave.exp: Drop references to removed
18235 non-prototype function header variants in ur1.c.
18236 * gdb.reverse/until-reverse.exp: Likewise.
18237
18238 2014-11-17 Petr Machata <pmachata@redhat.com>
18239
18240 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
18241 ${_cu_offset_size} bytes abbrev offset.
18242
18243 2014-11-15 Doug Evans <xdje42@gmail.com>
18244
18245 PR symtab/17559
18246 * gdb.base/line-symtabs.exp: New file.
18247 * gdb.base/line-symtabs.c: New file.
18248 * gdb.base/line-symtabs.h: New file.
18249
18250 2014-11-14 Yao Qi <yao@codesourcery.com>
18251
18252 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
18253 (func): Add label func_label.
18254 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
18255 Replace low_pc and high_pc with MACRO_AT_range.
18256 Replace name, low_pc and high_pc with MACRO_AT_func.
18257
18258 2014-11-14 Yao Qi <yao@codesourcery.com>
18259
18260 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
18261 Replace name, low_pc and high_pc with MACRO_AT_func.
18262
18263 2014-11-14 Yao Qi <yao@codesourcery.com>
18264
18265 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
18266 produce debug information.
18267 * gdb.dwarf2/implptr-optimized-out.S: Removed.
18268
18269 2014-11-14 Yao Qi <yao@codesourcery.com>
18270
18271 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
18272 object and get function length.
18273 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
18274 with MACRO_AT_func.
18275 (top-level): Replace gdb_compile and clean_restart with
18276 prepare_for_testing.
18277 * gdb.dwarf2/main.c (main): Add label main_label.
18278
18279 2014-11-14 Yao Qi <yao@codesourcery.com>
18280
18281 * lib/dwarf.exp (function_range): New procedure.
18282 (Dwarf::_handle_macro_at_func): New procedure.
18283 (Dwarf::_handle_macro_at_range): New procedure.
18284 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
18285
18286 2014-11-14 Yao Qi <yao@codesourcery.com>
18287
18288 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
18289 (_handle_attribute): New procedure.
18290
18291 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18292
18293 * gdb.ada/cond_lang/foo.c (callme): Add return type.
18294 * gdb.base/call-sc.c (zed): Likewise.
18295 * gdb.base/checkpoint.c (main): Likewise.
18296 * gdb.base/dump.c (main): Likewise.
18297 * gdb.base/gcore.c (main): Likewise.
18298 * gdb.base/huge.c (main): Likewise.
18299 * gdb.base/multi-forks.c (main): Likewise.
18300 * gdb.base/pr10179-a.c (main): Likewise.
18301 * gdb.base/savedregs.c (main): Likewise.
18302 * gdb.base/sigaltstack.c (main): Likewise.
18303 * gdb.base/siginfo.c (main): Likewise.
18304 * gdb.base/structs.c (zed): Likewise.
18305 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
18306 * gdb.mi/mi-syn-frame.c (main): Likewise.
18307 * gdb.mi/until.c (foo, main): Likewise.
18308 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
18309 * gdb.base/solib-weak.c (foo): Declare.
18310 * gdb.base/attach-twice.c: Include stdio.h.
18311 * gdb.base/weaklib1.c: Likewise.
18312 * gdb.base/weaklib2.c: Likewise.
18313 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
18314 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
18315 unistd.h.
18316 * gdb.base/attach-pie-misread.c: Include stdlib.h.
18317 * gdb.mi/mi-exit-code.c: Likewise.
18318 * gdb.base/break-interp-lib.c: Include string.h.
18319 * gdb.base/coremaker.c: Likewise.
18320 * gdb.base/testenv.c: Likewise.
18321 * gdb.python/py-finish-breakpoint.c: Likewise.
18322 * gdb.base/inferior-died.c: Include sys/wait.h.
18323 * gdb.base/fileio.c: Include time.h.
18324 * gdb.base/async-shell.c: Include unistd.h.
18325 * gdb.base/dprintf-non-stop.c: Likewise.
18326 * gdb.base/info-os.c: Likewise.
18327 * gdb.mi/mi-console.c: Likewise.
18328 * gdb.mi/watch-nonstop.c: Likewise.
18329 * gdb.python/py-events.c: Likewise.
18330 * gdb.base/async.c (baz): Move up before its invocation.
18331 * gdb.base/code_elim2.c (my_global_func): Likewise.
18332 * gdb.base/skip-solib-lib.c (multiply): Likewise.
18333 * gdb.base/advance.c (func2): Likewise.
18334
18335 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18336
18337 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
18338 variant.
18339 * gdb.base/annota3.c: Likewise.
18340 * gdb.base/async.c: Likewise.
18341 * gdb.base/average.c: Likewise.
18342 * gdb.base/call-ar-st.c: Likewise.
18343 * gdb.base/call-rt-st.c: Likewise.
18344 * gdb.base/call-sc.c: Likewise.
18345 * gdb.base/call-strs.c: Likewise.
18346 * gdb.base/ending-run.c: Likewise.
18347 * gdb.base/execd-prog.c: Likewise.
18348 * gdb.base/exprs.c: Likewise.
18349 * gdb.base/foll-exec.c: Likewise.
18350 * gdb.base/foll-fork.c: Likewise.
18351 * gdb.base/foll-vfork.c: Likewise.
18352 * gdb.base/funcargs.c: Likewise.
18353 * gdb.base/gcore.c: Likewise.
18354 * gdb.base/jump.c: Likewise.
18355 * gdb.base/langs0.c: Likewise.
18356 * gdb.base/langs1.c: Likewise.
18357 * gdb.base/langs2.c: Likewise.
18358 * gdb.base/mips_pro.c: Likewise.
18359 * gdb.base/nodebug.c: Likewise.
18360 * gdb.base/opaque0.c: Likewise.
18361 * gdb.base/opaque1.c: Likewise.
18362 * gdb.base/recurse.c: Likewise.
18363 * gdb.base/run.c: Likewise.
18364 * gdb.base/scope0.c: Likewise.
18365 * gdb.base/scope1.c: Likewise.
18366 * gdb.base/setshow.c: Likewise.
18367 * gdb.base/setvar.c: Likewise.
18368 * gdb.base/shmain.c: Likewise.
18369 * gdb.base/shr1.c: Likewise.
18370 * gdb.base/shr2.c: Likewise.
18371 * gdb.base/sigall.c: Likewise.
18372 * gdb.base/signals.c: Likewise.
18373 * gdb.base/so-indr-cl.c: Likewise.
18374 * gdb.base/solib2.c: Likewise.
18375 * gdb.base/structs.c: Likewise.
18376 * gdb.base/sum.c: Likewise.
18377 * gdb.base/vforked-prog.c: Likewise.
18378 * gdb.base/watchpoint.c: Likewise.
18379 * gdb.reverse/shr2.c: Likewise.
18380 * gdb.reverse/until-reverse.c: Likewise.
18381 * gdb.reverse/ur1.c: Likewise.
18382 * gdb.reverse/watch-reverse.c: Likewise.
18383
18384 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18385
18386 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
18387 variant.
18388 * gdb.base/sepdebug.exp: Drop references to removed code.
18389
18390 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18391
18392 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
18393 variant. Preserve original line numbering.
18394 * gdb.base/list1.c: Likewise.
18395
18396 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18397
18398 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
18399 variant.
18400 * gdb.base/break1.c: Likewise.
18401 * gdb.base/break.exp: Drop references to removed code.
18402
18403 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18404
18405 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
18406 variant.
18407
18408 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18409
18410 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
18411
18412 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18413
18414 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
18415 logic into perform_all_tests() and invoke it with and without
18416 function header prototypes.
18417 (do_function_calls): Remove conditional XFAIL for PR 5318.
18418 (rerun_and_prepare): Remove duplicate code.
18419 (perform_all_tests): New. Main logic moved here.
18420
18421 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18422
18423 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
18424 code guarded by #ifdef NO_PROTOTYPES.
18425 (t_double_many_args): Likewise.
18426 (DEF_FUNC_MANY_ARGS_1): Likewise.
18427 (DEF_FUNC_VALUES_1): Likewise.
18428 (t_structs_ldc): Renamed from t_structs_fc in conditional code
18429 guarded by #ifdef PROTOTYPES.
18430
18431 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18432
18433 * gdb.mi/mi-console.c: Add eye-catcher.
18434 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
18435 instead of literal line number.
18436
18437 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18438
18439 * gdb.base/shr2.c: Add eye-catcher.
18440 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
18441 line number.
18442
18443 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18444
18445 * gdb.base/jump.c: Add eye-catchers.
18446 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
18447 numbers.
18448
18449 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18450
18451 * gdb.base/execd-prog.c: Add eye-catchers.
18452 * gdb.base/foll-exec.c: Likewise.
18453 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
18454 line numbers.
18455
18456 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18457
18458 * gdb.base/ending-run.c: Add eye-catchers.
18459 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
18460 literal line numbers.
18461
18462 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18463
18464 * gdb.base/call-rt-st.c: Add eye-catchers.
18465 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
18466 literal line numbers.
18467
18468 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18469
18470 * gdb.base/call-ar-st.c: Add eye-catchers.
18471 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
18472 literal line numbers.
18473
18474 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18475
18476 * gdb.base/average.c: Add eye-catchers.
18477 * gdb.base/sum.c: Likewise.
18478 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
18479 regexps dynamically.
18480
18481 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18482
18483 * gdb.base/solib1.c: Add eye-catchers.
18484 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
18485 literal line numbers.
18486
18487 2014-11-12 Pedro Alves <palves@redhat.com>
18488
18489 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
18490 leader has exited.
18491
18492 2014-11-12 Pedro Alves <palves@redhat.com>
18493
18494 * gdb.arch/i386-bp_permanent.c: New file.
18495 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
18496 (srcfile): Set to i386-bp_permanent.c.
18497 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
18498 that stepi does not execute the 'leave' instruction, instead of
18499 testing it does execute.
18500 * gdb.base/bp-permanent.c: New file.
18501 * gdb.base/bp-permanent.exp: New file.
18502
18503 2014-11-10 Doug Evans <xdje42@gmail.com>
18504
18505 PR symtab/17564
18506 * gdb.base/symtab-search-order.exp: New file.
18507 * gdb.base/symtab-search-order.c: New file.
18508 * gdb.base/symtab-search-order-1.c: New file.
18509 * gdb.base/symtab-search-order-shlib-1.c: New file.
18510
18511 2014-11-07 Pedro Alves <palves@redhat.com>
18512
18513 PR gdb/17511
18514 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
18515 i?86-*-linux*.
18516
18517 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
18518
18519 PR c++/17494
18520 * gdb.cp/pr17494.cc: New file.
18521 * gdb.cp/pr17494.exp: New file.
18522
18523 2014-11-02 Yao Qi <yao@codesourcery.com>
18524
18525 * gdb.python/python.exp: Get working directory and match the
18526 output of "set extended-prompt \\w " with it.
18527
18528 2014-10-30 Doug Evans <dje@google.com>
18529
18530 * gdb.python/py-objfile.exp: Add tests for setting random attributes
18531 in objfiles.
18532 * gdb.python/py-progspace.exp: Add tests for setting random attributes
18533 in progspaces.
18534
18535 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
18536
18537 * gdb.base/fullpath-expand.exp: Skip for a remote host.
18538 * gdb.base/realname-expand.exp: Likewise.
18539 * gdb.linespec/macro-relative.exp: Likewise.
18540
18541 2014-10-29 Pedro Alves <palves@redhat.com>
18542
18543 PR gdb/17408
18544 * gdb.threads/schedlock.c (some_function): New function.
18545 (call_function): New global.
18546 (MAYBE_CALL_SOME_FUNCTION): New macro.
18547 (thread_function): Call it.
18548 * gdb.threads/schedlock.exp (get_args): Add description parameter,
18549 and use it instead of a global counter. Adjust all callers.
18550 (get_current_thread): Use "find current thread" for test message
18551 here rather than having all callers pass down the same string.
18552 (goto_loop): New procedure, factored out from ...
18553 (my_continue): ... this.
18554 (step_ten_loops): Change parameter from test message to command to
18555 use. Adjust.
18556 (list_count): Delete global.
18557 (check_result): New procedure, factored out from duplicate top
18558 level code.
18559 (continue tests): Wrap in with_test_prefix.
18560 (test_step): New procedure, factored out from duplicate top level
18561 code.
18562 (top level): Test "step" in combination with all scheduler-locking
18563 modes. Test "next" in combination with all scheduler-locking
18564 modes, and in combination with stepping over a function call or
18565 not.
18566 * gdb.threads/next-bp-other-thread.c: New file.
18567 * gdb.threads/next-bp-other-thread.exp: New file.
18568
18569 2014-10-29 Pedro Alves <palves@redhat.com>
18570
18571 PR python/17372
18572 * gdb.python/python.exp: Test a multi-line command that spawns
18573 interactive Python.
18574 * gdb.base/multi-line-starts-subshell.exp: New file.
18575
18576 2014-10-29 Yao Qi <yao@codesourcery.com>
18577
18578 * gdb.base/fileio.exp: Make directories on host.
18579
18580 2014-10-29 Yao Qi <yao@codesourcery.com>
18581
18582 * gdb.base/fileio.c (test_write): Close the file.
18583
18584 2014-10-28 Pedro Alves <palves@redhat.com>
18585
18586 PR gdb/12623
18587 * gdb.base/sigstep.c (no_handler): New global.
18588 (main): If 'no_handler is true, set the signal handlers to
18589 SIG_IGN.
18590 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
18591 with_sw_watch and no_handler parameters. Handle them.
18592 (top level) <stepping over handler when stopped at a breakpoint
18593 test>: Add a test axis for testing with a software watchpoint, and
18594 another for testing with the signal handler set to SIG_IGN.
18595 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
18596 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
18597
18598 2014-10-28 Pedro Alves <palves@redhat.com>
18599
18600 PR gdb/17511
18601 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
18602 * gdb.base/sigstep.exp (other_handler_location): New global.
18603 (advance): Support stepping into the signal handler, and running
18604 commands while in the handler.
18605 (in_handler_map): New global.
18606 (top level): In the advance test, add combinations for getting
18607 into the handler with stepping commands, and for running commands
18608 in the handler. Add comment descripting the advancei tests.
18609
18610 2014-10-28 Pedro Alves <palves@redhat.com>
18611
18612 * gdb.base/sigstep.exp: Use build_executable instead of
18613 prepare_for_testing.
18614 (top level): Move code that starts GDB, runs to main and creates a
18615 display to ...
18616 (restart): ... this new procedure.
18617 (top level): Move backtrace from signal handler test to ...
18618 (validate_backtrace): ... this new procedure.
18619 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
18620 with_test_prefix. Always restart GDB.
18621 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
18622 with_test_prefix. Always restart GDB. No need to delete
18623 breakpoints after the test.
18624 (test_skip_handler): Remove prefix parameter.
18625 (skip_over_handler, breakpoint_to_handler)
18626 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
18627 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
18628 restart GDB. No need to delete breakpoints after the test.
18629 (top level): Use foreach to call the test procedures with
18630 different commands.
18631
18632 2014-10-28 Pedro Alves <palves@redhat.com>
18633
18634 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
18635 instead of GNATS numbers.
18636 * gdb.base/sigbpt.exp: Likewise.
18637 * gdb.base/siginfo.exp: Likewise.
18638 * gdb.base/sigstep.exp: Likewise.
18639
18640 2014-10-27 Pedro Alves <palves@redhat.com>
18641
18642 * gdb.base/sigstep.c (dummy): New global.
18643 (main): Issue a couple writes to the new global.
18644 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
18645 procedures.
18646 (skip_over_handler): Use test_skip_handler.
18647 (top level): Call skip_over_handler for stepi and nexti too.
18648 (breakpoint_over_handler): Use test_skip_handler.
18649 (top level): Call breakpoint_over_handler for stepi and nexti too.
18650
18651 2014-10-27 Yao Qi <yao@codesourcery.com>
18652
18653 * gdb.trace/tfile.c (adjust_function_address)
18654 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
18655 function descriptor.
18656
18657 2014-10-24 Don Breazeal <donb@codesourcery.com>
18658
18659 * gdb.base/foll-fork.exp (test_follow_fork,
18660 catch_fork_child_follow): Check for updated fork messages emitted
18661 from infrun.c.
18662 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
18663 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
18664 vfork_and_exec_child_follow_through_step): Check for updated vfork
18665 messages emitted from infrun.c.
18666
18667 2014-10-24 Pedro Alves <palves@redhat.com>
18668
18669 * gdb.base/corefile.exp: Remove references to ultrix.
18670 * gdb.base/interrupt.exp: Likewise.
18671 * gdb.base/whatis.exp: Likewise.
18672 * gdb.gdb/selftest.exp: Likewise.
18673 * gdb.threads/manythreads.exp: Likewise.
18674 * gdb.threads/print-threads.exp: Likewise.
18675 * gdb.threads/pthreads.exp:: Likewise.
18676 * gdb.threads/schedlock.exp: Likewise.
18677
18678 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
18679
18680 * gdb.cp/non-trivial-retval.cc: Add a test case.
18681 * gdb.cp/non-trivial-retval.exp: Add a test.
18682
18683 2014-10-20 Yao Qi <yao@codesourcery.com>
18684
18685 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
18686 * gdb.python/py-objfile-script-gdb.py: New file.
18687 * gdb.python/py-objfile-script.exp: Update reference to
18688 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
18689 of remote_download. Remove the dest file.
18690
18691 2014-10-20 Yao Qi <yao@codesourcery.com>
18692
18693 * gdb.base/checkpoint.exp: Don't remove file copied on host.
18694 * gdb.base/step-line.exp: Likewise.
18695 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18696 * gdb.dwarf2/dw2-basic.exp: Likewise.
18697 * gdb.dwarf2/dw2-compressed.exp: Likewise.
18698 * gdb.dwarf2/dw2-filename.exp: Likewise.
18699 * gdb.dwarf2/dw2-intercu.exp: Likewise.
18700 * gdb.dwarf2/dw2-intermix.exp: Likewise.
18701 * gdb.dwarf2/dw2-producer.exp: Likewise.
18702 * gdb.dwarf2/mac-fileno.exp: Likewise.
18703 * gdb.python/py-frame-args.exp: Likewise.
18704 * gdb.python/py-framefilter.exp: Likewise.
18705 * gdb.python/py-mi.exp: Likewise.
18706 * gdb.python/py-objfile-script.exp: Likewise
18707 * gdb.python/py-pp-integral.exp: Likewise.
18708 * gdb.python/py-pp-re-notag.exp: Likewise.
18709 * gdb.python/py-prettyprint.exp: Likewise.
18710 * gdb.python/py-section-script.exp: Likewise.
18711 * gdb.python/py-typeprint.exp: Likewise.
18712 * gdb.python/py-xmethods.exp: Likewise.
18713 * gdb.stabs/weird.exp: Likewise.
18714 * gdb.xml/tdesc-regs.exp: Likewise.
18715
18716 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
18717
18718 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
18719 (out_cu): Use addr_len for the size of addresses.
18720 (out_line): Likewise. Size DW_LNE_set_address instruction
18721 according to addr_len.
18722 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
18723 (FUNC): Add START_INSNS to definition.
18724
18725 2014-10-18 Yao Qi <yao@codesourcery.com>
18726
18727 * gdb.base/argv0-symlink.exp: Check argv[0] value if
18728 gdb_has_argv0 return true.
18729 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
18730 check [target_info exists noargs], check [gdb_has_argv0]
18731 instead.
18732 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18733 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
18734 procedures.
18735
18736 2014-10-17 Doug Evans <dje@google.com>
18737
18738 * gdb.python/py-events.exp: Update expected output for clear_objfiles
18739 event.
18740 * gdb.python/py-events.py: Add clear_objfiles event.
18741
18742 2014-10-17 Doug Evans <dje@google.com>
18743
18744 * gdb.python/py-objfile.exp: Test progspace attribute.
18745
18746 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
18747
18748 * gdb.guile/scm-breakpoint.exp: Do not assume any
18749 directory separators when matching source file paths.
18750 * gdb.python/py-breakpoint.exp: Likewise.
18751 * gdb.reverse/break-precsave.exp: Likewise.
18752 * gdb.reverse/break-reverse.exp: Likewise.
18753 * gdb.reverse/consecutive-precsave.exp: Likewise.
18754 * gdb.reverse/finish-precsave.exp: Likewise.
18755 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
18756 * gdb.reverse/finish-reverse.exp: Likewise.
18757 * gdb.reverse/i386-precsave.exp: Likewise.
18758 * gdb.reverse/i387-env-reverse.exp: Likewise.
18759 * gdb.reverse/i387-stack-reverse.exp: Likewise.
18760 * gdb.reverse/machinestate-precsave.exp: Likewise.
18761 * gdb.reverse/machinestate.exp: Likewise.
18762 * gdb.reverse/sigall-precsave.exp: Likewise.
18763 * gdb.reverse/solib-precsave.exp: Likewise.
18764 * gdb.reverse/step-precsave.exp: Likewise.
18765 * gdb.reverse/until-precsave.exp: Likewise.
18766 * gdb.reverse/watch-precsave.exp: Likewise.
18767 * gdb.reverse/watch-reverse.exp: Likewise.
18768
18769 2014-10-17 Yao Qi <yao@codesourcery.com>
18770
18771 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
18772 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
18773
18774 2014-10-17 Pedro Alves <palves@redhat.com>
18775
18776 PR gdb/17471
18777 * gdb.base/bg-execution-repeat.c: New file.
18778 * gdb.base/bg-execution-repeat.exp: New file.
18779
18780 2014-10-17 Pedro Alves <palves@redhat.com>
18781
18782 PR gdb/17300
18783 * gdb.base/continue-all-already-running.c: New file.
18784 * gdb.base/continue-all-already-running.exp: New file.
18785
18786 2014-10-17 Pedro Alves <palves@redhat.com>
18787
18788 PR gdb/17472
18789 * gdb.base/annota-input-while-running.c: New file.
18790 * gdb.base/annota-input-while-running.exp: New file.
18791
18792 2014-10-17 Pedro Alves <palves@redhat.com>
18793
18794 * gdb.base/callfuncs.exp: emove references to osf.
18795 * gdb.base/sigall.exp: Likewise.
18796 * gdb.gdb/selftest.exp: Likewise.
18797 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
18798 * gdb.mi/non-stop.c: Likewise.
18799 * gdb.mi/pthreads.c: Likewise.
18800 * gdb.reverse/sigall-precsave.exp: Likewise.
18801 * gdb.reverse/sigall-reverse.exp: Likewise.
18802 * gdb.threads/pthreads.c: Likewise.
18803 * gdb.threads/pthreads.exp: Likewise.
18804
18805 2014-10-17 Yao Qi <yao@codesourcery.com>
18806
18807 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
18808 check 'target_info exists noargs'.
18809 (test_command_prompt_position): Likewise.
18810 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
18811 Remove "set args".
18812 (progvar_simple_while_test): Likewise.
18813 (progvar_complex_if_while_test): Likewise.
18814 (if_while_breakpoint_command_test): Likewise.
18815 (infrun_breakpoint_command_test): Likewise.
18816 (breakpoint_command_test): Likewise.
18817 (watchpoint_command_test): Likewise.
18818 (bp_deleted_in_command_test): Likewise.
18819 (temporary_breakpoint_commands): Likewise.
18820
18821 2014-10-16 Yao Qi <yao@codesourcery.com>
18822
18823 * gdb.base/remotetimeout.exp: Remove noargs checking.
18824
18825 2014-10-15 Pedro Alves <palves@redhat.com>
18826
18827 PR breakpoints/9649
18828 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
18829 * gdb.base/breakpoint-in-ro-region.exp
18830 (probe_target_hardware_step): New procedure.
18831 (top level): Probe hardware stepping and hardware breakpoint
18832 support. Test stepping through a read-only region, with both
18833 "breakpoint auto-hw" on and off and both "always-inserted" on and
18834 off.
18835
18836 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
18837
18838 * gdb.dlang/demangle.exp: Update for demangling changes.
18839
18840 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18841
18842 * gdb.cp/non-trivial-retval.cc: Add new test cases.
18843 * gdb.cp/non-trivial-retval.exp: Add new tests.
18844
18845 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18846
18847 PR c++/13403
18848 PR c++/15154
18849 * gdb.cp/non-trivial-retval.cc: New file.
18850 * gdb.cp/non-trivial-retval.exp: New file.
18851
18852 2014-10-15 Yao Qi <yao@codesourcery.com>
18853
18854 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
18855 remote host.
18856
18857 2014-10-15 Yao Qi <yao@codesourcery.com>
18858
18859 * gdb.python/py-symbol.exp: Match file base name if host is
18860 remote, otherwise match file name with dir name.
18861 * gdb.python/py-symtab.exp: Likewise.
18862 * gdb.python/python.exp: Likewise.
18863
18864 2014-10-15 Yao Qi <yao@codesourcery.com>
18865
18866 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
18867 pattern.
18868 * gdb.python/py-symtab.exp: Likewise.
18869 * gdb.python/python.exp: Remove trailing ".*". Fix typo
18870 locationn.
18871
18872 2014-10-14 Joel Brobecker <brobecker@adacore.com>
18873
18874 * gdb.ada/addr_arith: New testcase.
18875
18876 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
18877
18878 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
18879 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
18880 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
18881 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
18882
18883 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
18884
18885 * gdb.arch/stap-eval-lang-ada.S: Likewise.
18886 * gdb.arch/stap-eval-lang-ada.c: Likewise.
18887 * gdb.arch/stap-eval-lang-ada.exp: New file.
18888
18889 2014-10-14 Yao Qi <yao@codesourcery.com>
18890
18891 * gdb.mi/mi-var-child.c (nothing1): New function.
18892 (nothing2): New function.
18893 (do_children_tests): Set function pointers by nothing1 and
18894 nothing2.
18895 * gdb.mi/mi-var-child.exp: Step over new added statements.
18896 Update test to match the new output.
18897 * gdb.mi/var-cmd.c (nothing1): New function.
18898 (nothing2): New function.
18899 (do_children_tests): Set function pointers by nothing1 and
18900 nothing2.
18901 * gdb.mi/mi-var-display.exp: Update test to match output.
18902 Step to the line specified by $line_dct_nothing.
18903 Increase the number of lines to step.
18904
18905 2014-10-14 Yao Qi <yao@codesourcery.com>
18906
18907 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
18908 tests.
18909 * gdb.mi/mi2-var-child.exp: Likewise.
18910
18911 2014-10-13 Doug Evans <dje@google.com>
18912
18913 * gdb.python/py-objfile.exp: Change name of file name test.
18914
18915 2014-10-13 Doug Evans <dje@google.com>
18916
18917 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
18918 from the start of the CU.
18919
18920 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
18921 Yao Qi <yao@codesourcery.com>
18922
18923 Fix "save breakpoints" for "catch" command.
18924 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
18925 Remove -nonewline. Match also the added "main" line.
18926
18927 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18928
18929 Fix "save breakpoints" for "disable $bpnum" command.
18930 * gdb.base/save-bp.c (main): Add label.
18931 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
18932
18933 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18934
18935 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
18936
18937 2014-10-11 Yao Qi <yao@codesourcery.com>
18938
18939 * gdb.server/server-kill.exp: Execute command
18940 "set remote trace-status-packet on" before "tstatus".
18941
18942 2014-10-11 Yao Qi <yao@codesourcery.com>
18943
18944 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
18945 (main): Call getppid.
18946 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
18947 and continue to it. Read variable "server_pid".
18948
18949 2014-10-11 Yao Qi <yao@codesourcery.com>
18950
18951 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
18952
18953 2014-10-11 Yao Qi <yao@codesourcery.com>
18954
18955 * gdb.threads/thread-find.exp: Don't execute command
18956 "info threads".
18957 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
18958 * gdb.threads/linux-dp.exp: Don't check the condition
18959 $threads_created equals to zero.
18960
18961 2014-10-10 Pedro Alves <palves@redhat.com>
18962
18963 * gdb.base/bigcore.exp: Remove references to IRIX.
18964 * gdb.base/funcargs.exp: Likewise.
18965 * gdb.base/interrupt.exp: Likewise.
18966 * gdb.base/mips_pro.exp: Likewise.
18967 * gdb.base/nodebug.exp: Likewise.
18968 * gdb.base/setvar.exp: Likewise.
18969 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
18970
18971 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18972 Pedro Alves <palves@redhat.com>
18973
18974 PR symtab/14466
18975 * gdb.base/vdso-warning.c: New file.
18976 * gdb.base/vdso-warning.exp: New file.
18977
18978 2014-10-02 Doug Evans <dje@google.com>
18979
18980 * gdb.base/structs.c (main): Don't run forever.
18981
18982 2014-10-02 Pedro Alves <palves@redhat.com>
18983
18984 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
18985 (top level) <stop threads 1, stop threads 2>: Use it.
18986
18987 2014-10-02 Pedro Alves <palves@redhat.com>
18988
18989 * gdb.threads/break-while-running.exp (test): Add new
18990 'update_thread_list' argument. Skip "info threads" if false.
18991 (top level): Add new 'update_thread_list' axis.
18992
18993 2014-10-02 Pedro Alves <palves@redhat.com>
18994
18995 PR breakpoints/17431
18996 * gdb.base/execl-update-breakpoints.c: New file.
18997 * gdb.base/execl-update-breakpoints.exp: New file.
18998
18999 2014-10-01 Pedro Alves <palves@redhat.com>
19000
19001 * gdb.base/breakpoint-in-ro-region.c: New file.
19002 * gdb.base/breakpoint-in-ro-region.exp: New file.
19003
19004 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
19005
19006 * gdb.mi/mi-exit-code.exp: New file.
19007 * gdb.mi/mi-exit-code.c: New file.
19008
19009 2014-09-30 Yao Qi <yao@codesourcery.com>
19010
19011 * lib/prelink-support.exp (build_executable_own_libs): Error if
19012 the target isn't native.
19013
19014 2014-09-30 Yao Qi <yao@codesourcery.com>
19015
19016 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
19017 false.
19018
19019 2014-09-22 Pedro Alves <palves@redhat.com>
19020
19021 * gdb.threads/break-while-running.exp: New file.
19022 * gdb.threads/break-while-running.c: New file.
19023
19024 2014-09-19 Yao Qi <yao@codesourcery.com>
19025
19026 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
19027 Invoke test. Restart GDB with --readnow and invoke test again.
19028
19029 2014-09-19 Yao Qi <yao@codesourcery.com>
19030
19031 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
19032 proc set_breakpoint_on_gcd_function. Invoke
19033 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
19034 invoke set_breakpoint_on_gcd_function again.
19035
19036 2014-09-18 Doug Evans <dje@google.com>
19037
19038 * gdb.dwarf2/symtab-producer.exp: New file.
19039
19040 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
19041
19042 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
19043 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
19044 * gdb.base/global-var-nested-by-dso.c: Likewise.
19045 * gdb.base/global-var-nested-by-dso.exp: Likewise.
19046
19047 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
19048 Pedro Alves <palves@redhat.com>
19049
19050 * gdb.base/watch-bitfields.exp: Pass string other than test file
19051 name to prepare_for_testing.
19052 (watch): New procedure.
19053 (expect_watchpoint): Use with_test_prefix.
19054 (top level): Factor out tests to ...
19055 (test_watch_location, test_regular_watch): ... these new
19056 procedures, and use with_test_prefix and gdb_continue_to_end.
19057
19058 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
19059
19060 PR breakpoints/12526
19061 * gdb.base/watch-bitfields.exp: New file.
19062 * gdb.base/watch-bitfields.c: New file.
19063
19064 2014-09-16 Pedro Alves <palves@redhat.com>
19065
19066 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
19067 software and hardware addresses, not software address against
19068 itself.
19069
19070 2014-09-16 Pedro Alves <palves@redhat.com>
19071
19072 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
19073 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
19074
19075 2014-09-16 Pedro Alves <palves@redhat.com>
19076
19077 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
19078 files.
19079 * gdb.base/a2-run.exp: Remove all code guarded by istarget
19080 "*-*-vxworks*" throughout.
19081 * gdb.base/break.exp: Likewise.
19082 * gdb.base/default.exp: Likewise.
19083 * gdb.base/scope.exp: Likewise.
19084 * gdb.base/sepdebug.exp: Likewise.
19085 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
19086 throughout.
19087 * gdb.base/run.c: Likewise.
19088 * gdb.base/sepdebug.c: Likewise.
19089 * gdb.hp/gdb.aCC/run.c: Likewise.
19090 * gdb.reverse/until-reverse.c: Likewise.
19091 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
19092
19093 2014-09-16 Yao Qi <yao@codesourcery.com>
19094
19095 * boards/local-remote-host-native.exp: New file.
19096
19097 2014-09-14 Doug Evans <xdje42@gmail.com>
19098
19099 * gdb.threads/queue-signal.c (thread_count): New variable.
19100 (thread_count_mutex, thread_count_condvar): New variables.
19101 (incr_thread_count, wait_all_threads_running): New functions.
19102 (main): Wait for all threads to be in their thread functions.
19103
19104 2014-09-13 Doug Evans <xdje42@gmail.com>
19105
19106 * gdb.threads/queue-signal.c: New file.
19107 * gdb.threads/queue-signal.exp: New file.
19108
19109 2014-09-13 Doug Evans <xdje42@gmail.com>
19110
19111 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
19112 be consistent with what default_gdb_init uses.
19113 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
19114 the plain text of the prompt. Add some logging printfs.
19115 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
19116
19117 2014-09-12 Pedro Alves <palves@redhat.com>
19118
19119 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
19120 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
19121 * gdb.arch/i386-size-overlap.exp: Likewise.
19122 * gdb.arch/i386-size.exp: Likewise.
19123 * gdb.arch/i386-unwind.exp: Likewise.
19124 * gdb.base/a2-run.exp: Likewise.
19125 * gdb.base/break.exp: Likewise.
19126 * gdb.base/charset.exp: Likewise.
19127 * gdb.base/chng-syms.exp: Likewise.
19128 * gdb.base/commands.exp: Likewise.
19129 * gdb.base/dbx.exp: Likewise.
19130 * gdb.base/find.exp: Likewise.
19131 * gdb.base/funcargs.exp: Likewise.
19132 * gdb.base/jit-simple.exp: Likewise.
19133 * gdb.base/reread.exp: Likewise.
19134 * gdb.base/sepdebug.exp: Likewise.
19135 * gdb.base/step-bt.exp: Likewise.
19136 * gdb.cp/mb-inline.exp: Likewise.
19137 * gdb.cp/mb-templates.exp: Likewise.
19138 * gdb.objc/basicclass.exp: Likewise.
19139 * gdb.threads/killed.exp: Likewise.
19140
19141 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19142
19143 PR tdep/17379
19144 * gdb.arch/powerpc-stackless.S: New file.
19145 * gdb.arch/powerpc-stackless.exp: New file.
19146
19147 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
19148
19149 * gdb.base/attach.c: Include unistd.h.
19150 (main): Call alarm. Add label postloop.
19151 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
19152 gdb_breakpoint, gdb_continue_to_breakpoint.
19153 (test_command_line_attach_run): Kill ${testpid} in one exit path.
19154
19155 2014-09-11 Pedro Alves <palves@redhat.com>
19156
19157 PR gdb/17347
19158 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
19159 * gdb.base/attach.exp (test_command_line_attach_run): New
19160 procedure.
19161 (top level): Call it.
19162
19163 2014-09-11 Pedro Alves <palves@redhat.com>
19164
19165 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
19166 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
19167 (do_command_attach_tests): Use spawn_wait_for_attach.
19168 * gdb.base/solib-overlap.exp: Likewise.
19169 * gdb.multi/multi-attach.exp: Likewise.
19170 * gdb.python/py-prompt.exp: Likewise.
19171 * gdb.python/py-sync-interp.exp: Likewise.
19172 * gdb.server/ext-attach.exp: Likewise.
19173
19174 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
19175
19176 * gdb.fortran/array-element.exp: Remove unexpected "continue"
19177 command in testcase. Simplify testcase.
19178
19179 2014-09-10 Joel Brobecker <brobecker@adacore.com>
19180
19181 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
19182
19183 2014-09-10 Joel Brobecker <brobecker@adacore.com>
19184
19185 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
19186
19187 2014-09-10 Joel Brobecker <brobecker@adacore.com>
19188
19189 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
19190
19191 2014-09-10 Joel Brobecker <brobecker@adacore.com>
19192
19193 * gdb.dwarf2/dynarr-ptr.c: New file.
19194 * gdb.dwarf2/dynarr-ptr.exp: New file.
19195
19196 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19197
19198 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
19199 of 30 rather than hardcoding 120 for a slow test case. Take the
19200 `gdb,timeout' target setting into account for this calculation.
19201 Don't extend the timeout for the test cases that don't need it.
19202
19203 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19204
19205 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
19206 a factor of 2 for a slow test case. Take the `gdb,timeout'
19207 target setting into account for this calculation.
19208 * gdb.reverse/until-precsave.exp: Increase the timeout by
19209 a factor of 15 and 3 respectively rather than adding 120
19210 for a pair of slow test cases. Take the `gdb,timeout'
19211 target setting into account for this calculation.
19212
19213 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19214
19215 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
19216 timeout, don't pass one down to gdb_expect.
19217 (gdb_expect): Rework timeout selection.
19218
19219 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19220
19221 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
19222 exception on timeout.
19223 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
19224 (gdbserver_start_extended): Catch any `gdbserver_start' error
19225 exceptions.
19226 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
19227 * lib/mi-support.exp (mi_gdb_target_load): Catch any
19228 `gdbserver_gdb_load' error exceptions.
19229
19230 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19231
19232 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
19233 120 on waiting for the TCP socket to open.
19234
19235 2014-09-09 Doug Evans <xdje42@gmail.com>
19236
19237 * gdb.base/default.exp (show_conv_list): Add _caller_is,
19238 _caller_matches, _any_caller_is, _any_caller_matches.
19239
19240 2014-09-09 Doug Evans <xdje42@gmail.com>
19241
19242 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
19243
19244 2014-09-09 Yao Qi <yao@codesourcery.com>
19245
19246 * gdb.mi/mi-var-display.exp: Set print symbol off.
19247
19248 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
19249
19250 PR gdb/17035
19251 * gdb.base/commands.exp: Add tests to verify user-defined
19252 commands with empty bodies.
19253 * gdb.python/py-cmd.exp: Test that we don't show user-defined
19254 python commands in `show user command`.
19255 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
19256 scheme commands in `show user command`.
19257
19258 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19259
19260 PR python/17355
19261 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
19262 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
19263 * gdb.python/py-framefilter-invalidarg.exp: New file.
19264 * gdb.python/py-framefilter-invalidarg.py: New file.
19265
19266 2014-09-06 Doug Evans <xdje42@gmail.com>
19267
19268 PR 15276
19269 * gdb.python/py-caller-is.c: New file.
19270 * gdb.python/py-caller-is.exp: New file.
19271
19272 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
19273
19274 PR gdb/17235
19275 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
19276 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
19277
19278 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
19279
19280 PR fortran/17237
19281 * gdb.fortran/print-formatted.exp: New file.
19282 * gdb.fortran/print-formatted.f90: Likewise.
19283
19284 2014-09-03 Sasha Smundak <asmundak@google.com>
19285
19286 * gdb.python/py-frame.exp: Test Frame.read_register.
19287
19288 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
19289
19290 PR python/16699
19291 * gdb.python/py-completion.exp: New file.
19292 * gdb.python/py-completion.py: Likewise.
19293
19294 2014-08-28 Doug Evans <dje@google.com>
19295
19296 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
19297 eax,etc. are live with values set by gdb and thus the compiler can't
19298 use them.
19299 * gdb.arch/i386-pseudo.c (main): Ditto.
19300
19301 2014-08-27 Doug Evans <dje@google.com>
19302
19303 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
19304
19305 2014-08-25 Doug Evans <dje@google.com>
19306
19307 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
19308 (main): Ditto.
19309
19310 2014-08-25 Doug Evans <dje@google.com>
19311
19312 * gdb.threads/thread-execl.exp: #include <stdio.h>.
19313
19314 2014-08-24 Yao Qi <yao@codesourcery.com>
19315
19316 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
19317 symbol off.
19318 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
19319
19320 2014-08-22 Doug Evans <dje@google.com>
19321
19322 PR 17276
19323 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
19324 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
19325 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
19326
19327 2014-08-22 Yao Qi <yao@codesourcery.com>
19328
19329 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
19330 * gdb.python/py-finish-breakpoint2.exp: Likewise.
19331 * gdb.python/python.exp: Likewise. Use .py file on the host
19332 instead of the build.
19333
19334 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19335
19336 * gdb.threads/gcore-stale-thread.c: New file.
19337 * gdb.threads/gcore-stale-thread.exp: New file.
19338
19339 2014-08-21 Pedro Alves <palves@redhat.com>
19340
19341 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
19342 * gdb.base/gcore-relro-pie.exp: Likewise.
19343 * gdb.base/gcore-relro.exp: Likewise.
19344 * gdb.base/gcore.exp: Likewise.
19345 * gdb.base/print-symbol-loading.exp: Likewise.
19346 * gdb.threads/gcore-thread.exp: Likewise.
19347 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
19348
19349 2014-08-20 Pedro Alves <palves@redhat.com>
19350 Jan Kratochvil <jan.kratochvil@redhat.com>
19351
19352 * Makefile.in (EXTRA_RULES, CC): New variables, get from
19353 configure.
19354 (EXPECT): Handle READ1 being set.
19355 (all): Depend on EXTRA_RULES.
19356 (check-read1, expect-read1, read1.so, read1): New rules.
19357 * README (Testsuite Parameters): Document the READ1 make variable.
19358 (Race detection): New section.
19359 * configure: Regenerate.
19360 * configure.ac: If build==host==target, and running under a
19361 GNU/glibc system, add read1 to the extra Makefile rules.
19362 (EXTRA_RULES): AC_SUBST it.
19363 * lib/read1.c: New file.
19364
19365 2014-08-20 Joel Brobecker <brobecker@adacore.com>
19366
19367 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
19368 the handling of variables declared as a typedef to an array
19369 which a DW_AT_data_location attribute.
19370
19371 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
19372 Pedro Alves <palves@redhat.com>
19373
19374 PR symtab/14604
19375 PR symtab/14605
19376 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
19377 gdb_test.
19378
19379 2014-08-19 Pedro Alves <palves@redhat.com>
19380
19381 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
19382
19383 2014-08-19 Yao Qi <yao@codesourcery.com>
19384
19385 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
19386 right line.
19387
19388 2014-08-18 David Blaikie <dblaikie@gmail.com>
19389
19390 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
19391
19392 2014-08-18 Joel Brobecker <brobecker@adacore.com>
19393
19394 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
19395 attribute in array range.
19396
19397 2014-08-18 Joel Brobecker <brobecker@adacore.com>
19398
19399 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
19400
19401 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
19402
19403 PR c++/17132
19404 * gdb.cp/pr17132.cc: New file.
19405 * gdb.cp/pr17132.exp: New file.
19406
19407 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
19408
19409 * gdb.python/py-xmethods.py (A_getarrayind)
19410 (E_method_char_worker.__call__, E_method_int_worker.__call__):
19411 Use 'print' with function call syntax.
19412 (E_method_matcher.match): Fix tab vs space indentation mixup.
19413
19414 2014-08-15 Yao Qi <yao@codesourcery.com>
19415
19416 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
19417 false.
19418
19419 2014-08-15 Yao Qi <yao@codesourcery.com>
19420
19421 * gdb.cp/casts.exp: Set print symbol off.
19422 * gdb.cp/class2.exp: Likewise.
19423 * gdb.cp/overload.exp: Likewise.
19424 * gdb.cp/templates.exp: Likewise.
19425
19426 2014-08-11 Doug Evans <dje@google.com>
19427
19428 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
19429 (test_load_shlib): Update.
19430
19431 2014-08-09 Yao Qi <yao@codesourcery.com>
19432
19433 * gdb.base/display.exp: Invoke is_address_zero_readable.
19434 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
19435 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
19436 * gdb.base/hbreak-unmapped.exp: Return if
19437 is_address_zero_readable returns true.
19438 * gdb.base/signest.exp: Likewise.
19439 * gdb.base/signull.exp: Likewise.
19440 * gdb.base/sigbpt.exp: Likewise.
19441 * gdb.guile/scm-disasm.exp: Do the test if
19442 is_address_zero_readable returns false.
19443 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
19444 * gdb.python/py-arch.exp: Likewise.
19445 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
19446 * lib/gdb.exp (is_address_zero_readable): New proc.
19447
19448 2014-08-09 Yao Qi <yao@codesourcery.com>
19449
19450 PR testsuite/13443
19451 * gdb.mi/mi-var-display.exp: Make test messages unique.
19452
19453 2014-08-04 Tom Tromey <tromey@redhat.com>
19454
19455 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
19456 target 0".
19457
19458 2014-08-04 Tom Tromey <tromey@redhat.com>
19459
19460 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
19461 "target_resume".
19462
19463 2014-08-01 Joel Brobecker <brobecker@adacore.com>
19464
19465 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
19466 inner_vla_struct_object_size.
19467 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
19468 as xfail.
19469
19470 2014-07-30 Pedro Alves <palves@redhat.com>
19471
19472 * gdb.threads/signal-command-handle-nopass.exp (test): Add
19473 comment.
19474
19475 2014-07-29 Yao Qi <yao@codesourcery.com>
19476
19477 PR gdb/17206
19478 * gdb.base/until-nodebug.exp: New.
19479
19480 2014-07-28 Doug Evans <xdje42@gmail.com>
19481
19482 PR guile/17203
19483 * gdb.guile/scm-parameter.exp: Add tests for trying to create
19484 previously existing parameter, and previously ambiguously spelled
19485 parameter.
19486
19487 2014-07-28 Will Newton <will.newton@linaro.org>
19488
19489 * gdb.base/varargs.exp: Remove KFAILs for ARM.
19490
19491 2014-07-26 Ludovic Courtès <ludo@gnu.org>
19492 Doug Evans <xdje42@gmail.com>
19493
19494 PR guile/17146
19495 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
19496
19497 2014-07-25 Pedro Alves <palves@redhat.com>
19498
19499 * gdb.threads/signal-command-handle-nopass.c: New file.
19500 * gdb.threads/signal-command-handle-nopass.exp: New file.
19501 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
19502 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
19503 * gdb.threads/signal-delivered-right-thread.c: New file.
19504 * gdb.threads/signal-delivered-right-thread.exp: New file.
19505
19506 2014-07-25 Pedro Alves <palves@redhat.com>
19507
19508 * gdb.base/double-prompt-target-event-error.exp
19509 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
19510 match.
19511 (cancel_pagination_in_target_event): Rework double prompt
19512 detection.
19513 * gdb.base/paginate-after-ctrl-c-running.exp
19514 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
19515 <return>' match.
19516 * gdb.base/paginate-bg-execution.exp
19517 (test_bg_execution_pagination_return)
19518 (test_bg_execution_pagination_cancel): Remove '-notransfer
19519 <return>' matches.
19520 * gdb.base/paginate-execution-startup.exp
19521 (test_fg_execution_pagination_return)
19522 (test_fg_execution_pagination_cancel): Remove '-notransfer
19523 <return>' matches.
19524 * gdb.base/paginate-inferior-exit.exp
19525 (test_paginate_inferior_exited): Remove '-notransfer <return>'
19526 match.
19527 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
19528 * lib/gdb.exp (pagination_prompt): Run text through
19529 string_to_regexp.
19530 (gdb_test_multiple): Match $pagination_prompt instead of
19531 "<return>".
19532 (string_to_regexp): Move to lib/gdb-utils.exp.
19533
19534 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
19535
19536 * gdb.arch/amd64-entry-value-paramref.S: New file.
19537 * gdb.arch/amd64-entry-value-paramref.cc: New file.
19538 * gdb.arch/amd64-entry-value-paramref.exp: New file.
19539 * gdb.arch/amd64-optimout-repeat.S: New file.
19540 * gdb.arch/amd64-optimout-repeat.c: New file.
19541 * gdb.arch/amd64-optimout-repeat.exp: New file.
19542
19543 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
19544
19545 PR gdb/17170
19546 * gdb.base/statistics.exp: New file.
19547
19548 2014-07-17 Doug Evans <dje@google.com>
19549
19550 PR gdb/17170
19551 * gdb.base/maint.exp: Update testing of per-command stats.
19552
19553 2014-07-16 Pedro Alves <palves@redhat.com>
19554
19555 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
19556 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
19557 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
19558 (tfile_write_buf): New functions.
19559 (add_memory_block): Rewrite using the above.
19560 (adjust_function_address): New function.
19561 (FUNCTION_ADDRESS): New macro.
19562 (write_basic_trace_file): Remove short_x local, and use
19563 tfile_write_16. Change type of func_addr local to unsigned long
19564 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
19565 here. Cast argument of add_memory_block to char pointer.
19566 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
19567 (main): Remove parameters.
19568 * gdb.trace/tfile.exp: Remove nowarnings.
19569
19570 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
19571
19572 * gdb.base/debug-expr.exp: Test string evaluation with
19573 "debug expression" on.
19574
19575 2014-07-15 Pedro Alves <palves@redhat.com>
19576
19577 * gdb.base/reread.exp: Use clean_restart.
19578
19579 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
19580
19581 * gdb.arch/avr-flash-qualifer.c: New.
19582 * gdb.arch/avr-flash-qualifer.exp: New.
19583
19584 2014-07-14 Pedro Alves <palves@redhat.com>
19585
19586 * gdb.base/paginate-after-ctrl-c-running.c: New file.
19587 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
19588
19589 2014-07-14 Pedro Alves <palves@redhat.com>
19590
19591 * gdb.base/double-prompt-target-event-error.c: New file.
19592 * gdb.base/double-prompt-target-event-error.exp: New file.
19593
19594 2014-07-14 Pedro Alves <palves@redhat.com>
19595
19596 PR gdb/17072
19597 * gdb.base/paginate-inferior-exit.c: New file.
19598 * gdb.base/paginate-inferior-exit.exp: New file.
19599
19600 2014-07-14 Pedro Alves <palves@redhat.com>
19601
19602 PR gdb/17072
19603 * gdb.base/paginate-bg-execution.c: New file.
19604 * gdb.base/paginate-bg-execution.exp: New file.
19605
19606 2014-07-14 Pedro Alves <palves@redhat.com>
19607
19608 PR gdb/17072
19609 * gdb.base/paginate-execution-startup.c: New file.
19610 * gdb.base/paginate-execution-startup.exp: New file.
19611 * lib/gdb.exp (pagination_prompt): New global.
19612 (default_gdb_spawn): New procedure, factored out from
19613 default_gdb_spawn.
19614 (default_gdb_start): Adjust to call default_gdb_spawn.
19615 (gdb_spawn): New procedure.
19616
19617 2014-07-14 Pedro Alves <palves@redhat.com>
19618
19619 * lib/gdb.exp (gdb_assert): New procedure.
19620 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
19621
19622 2014-07-14 Pedro Alves <palves@redhat.com>
19623
19624 * gdb.base/execution-termios.c: New file.
19625 * gdb.base/execution-termios.exp: New file.
19626
19627 2014-07-14 Tom Tromey <tromey@redhat.com>
19628
19629 * gdb.cp/vla-cxx.cc: New file.
19630 * gdb.cp/vla-cxx.exp: New file.
19631
19632 2014-07-14 Tom Tromey <tromey@redhat.com>
19633
19634 * gdb.reverse/rerun-prec.c: New file.
19635 * gdb.reverse/rerun-prec.exp: New file.
19636
19637 2014-07-12 Maciej W. Rozycki <macro@mips.com>
19638 Maciej W. Rozycki <macro@codesourcery.com>
19639
19640 * lib/gdb-utils.exp: New file.
19641 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
19642 inline `gdb_init_command' processing.
19643 (gdb_start_cmd): Likewise.
19644 * lib/mi-support.exp (mi_run_cmd): Likewise.
19645 * README: Document `gdb_init_command' and `gdb_init_commands'.
19646
19647 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19648
19649 Fix false FAIL running under a very long directory name.
19650 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
19651 and "set print elements 10000". Twice.
19652
19653 2014-07-11 Yao Qi <yao@codesourcery.com>
19654
19655 * gdb.base/exprs.exp: "set print symbol off".
19656
19657 2014-07-11 Pedro Alves <palves@redhat.com>
19658
19659 * gdb.threads/kill.c: New file.
19660 * gdb.threads/kill.exp: New file.
19661
19662 2014-07-10 Yao Qi <yao@codesourcery.com>
19663
19664 * gdb.trace/tfile.c (write_basic_trace_file)
19665 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
19666 address written to trace file.
19667
19668 2014-07-09 Pedro Alves <palves@redhat.com>
19669
19670 * gdb.base/attach-wait-input.exp: New file.
19671 * gdb.base/attach-wait-input.c: New file.
19672
19673 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
19674
19675 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
19676 setting up test structures.
19677 (main): Call new test function.
19678 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
19679 test function, continue into test function and walk test
19680 structures.
19681
19682 2014-07-02 Yao Qi <yao@codesourcery.com>
19683
19684 * gdb.trace/entry-values.c: Define labels 'foo_start' and
19685 'bar_start' at the beginning of functions 'foo' and 'bar'
19686 respectively.
19687 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
19688 instead of 'foo' and 'bar'.
19689
19690 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
19691
19692 * gdb.btrace/segv.exp: New.
19693 * gdb.btrace/segv.c: New.
19694
19695 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
19696
19697 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
19698 instruction.
19699
19700 2014-06-30 Mark Wielaard <mjw@redhat.com>
19701
19702 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
19703 vulture, vilify, villar): New volatile array constants.
19704 (vindictive, vegetation): New const volatile array constants.
19705 * gdb.base/volatile.exp: Test volatile and const volatile array
19706 types.
19707
19708 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
19709
19710 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
19711 target lacks support for awatch, rwatch, or hbreak.
19712
19713 2014-06-27 Yao Qi <yao@codesourcery.com>
19714
19715 * gdb.multi/dummy-frame-restore.exp: New.
19716 * gdb.multi/dummy-frame-restore.c: New.
19717
19718 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
19719
19720 * gdb.btrace/gcore.exp: New.
19721
19722 2014-06-23 Pedro Alves <palves@redhat.com>
19723
19724 * gdb.base/watchpoint-reuse-slot.c: New file.
19725 * gdb.base/watchpoint-reuse-slot.exp: New file.
19726
19727 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
19728
19729 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
19730 progspace's filename in 'info', 'enable' and 'disable' command
19731 tests.
19732
19733 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
19734
19735 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
19736 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19737 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
19738
19739 2014-06-20 Gary Benson <gbenson@redhat.com>
19740
19741 * gdb.arch/i386-avx.exp: Fix include file location.
19742 * gdb.arch/i386-sse.exp: Likewise.
19743
19744 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
19745
19746 * gdb.dlang/expression.exp: New file.
19747
19748 2014-06-19 Pedro Alves <palves@redhat.com>
19749
19750 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
19751 out from ...
19752 (top level): ... here. Iterate running tests under different
19753 scheduler-locking settings.
19754
19755 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
19756
19757 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
19758 to DW_FORM_addr and use non-zero addresses.
19759
19760 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
19761
19762 PR gdb/17017
19763 * gdb.python/py-xmethods.cc: Add global function call counters and
19764 increment them in their respective functions. Remove "cout"
19765 statements.
19766 * gdb.python/py-xmethods.exp: Make tests check the global function
19767 call counters instead of depending on inferior IO.
19768
19769 2014-06-18 Don Breazeal <donb@codesourcery.com>
19770
19771 * gdb.base/foll-fork.exp (default_fork_parent_follow):
19772 Deleted procedure.
19773 (explicit_fork_parent_follow): Deleted procedure.
19774 (explicit_fork_child_follow): Deleted procedure.
19775 (test_follow_fork): New procedure.
19776 (do_fork_tests): Replace calls to deleted procedures with
19777 calls to test_follow_fork and reset GDB for subsequent
19778 procedure calls.
19779
19780 2014-06-17 Yao Qi <yao@codesourcery.com>
19781
19782 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
19783 CP1252.
19784
19785 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
19786
19787 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
19788 Initialize ptr and S explicitly.
19789 (skip_type_update_when_not_use_rtti_test): Likewise.
19790
19791 2014-06-16 Keith Seitz <keiths@redhat.com>
19792
19793 PR mi/15863
19794 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
19795 the inferior is started.
19796
19797 2014-06-16 Pedro Alves <palves@redhat.com>
19798
19799 * gdb.base/break-main-file-remove-fail.c: New file.
19800 * gdb.base/break-main-file-remove-fail.exp: New file.
19801 * gdb.base/break-unload-file.exp: Use build_executable instead of
19802 prepare_for_testing.
19803 (test_break): New parameter "initial_load". Handle it.
19804 (top level): Add initial_load cmdline/file axis.
19805
19806 2014-06-12 Tom Tromey <tromey@redhat.com>
19807
19808 * gdb.base/completion.exp: Don't use directory name in test.
19809
19810 2014-06-09 Gary Benson <gbenson@redhat.com>
19811
19812 * gdb.base/sigall.c [Functions to send signals]: Reorder to
19813 separate the always-available ANSI-standard signals from the
19814 signals that require checking.
19815 (main): Likewise.
19816 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
19817 Likewise.
19818 (main): Likewise.
19819
19820 2014-06-07 Keith Seitz <keiths@redhat.com>
19821
19822 Revert:
19823 PR c++/16253
19824 * gdb.cp/var-tag.cc: New file.
19825 * gdb.cp/var-tag.exp: New file.
19826 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19827 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19828 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19829 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19830
19831 2014-06-06 Doug Evans <xdje42@gmail.com>
19832
19833 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
19834
19835 2014-06-06 Pedro Alves <palves@redhat.com>
19836
19837 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
19838 in target debug output instead of looking at RSP packets,
19839 disabling the test on any target that uses hardware stepping.
19840 Update comments.
19841
19842 2014-06-06 Pedro Alves <palves@redhat.com>
19843
19844 * gdb.base/break-unload-file.exp: Fix typo.
19845
19846 2014-06-06 Yao Qi <yao@codesourcery.com>
19847
19848 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
19849 from "jit_function" to "^jit_function".
19850
19851 2014-06-06 Yao Qi <yao@codesourcery.com>
19852
19853 * gdb.base/async.c (foo): Add one statement.
19854 * gdb.base/async.exp: Get the next instruction address and
19855 match the output of "nexti" by instruction address. Match
19856 the hex address in the output of "finish".
19857
19858 2014-06-06 Gary Benson <gbenson@redhat.com>
19859
19860 * gdb.base/call-signals.c: Remove preprocessor conditionals
19861 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
19862 SIGSEGV and SIGTERM.
19863 * gdb.base/sigall.c: Likewise.
19864 * gdb.base/unwindonsignal.c: Likewise.
19865 * gdb.reverse/sigall-reverse.c: Likewise.
19866
19867 2014-06-06 Yao Qi <yao@codesourcery.com>
19868
19869 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
19870 readable, skip the test.
19871
19872 2014-06-06 Yao Qi <yao@codesourcery.com>
19873
19874 * gdb.threads/staticthreads.c (thread_function): Move the line
19875 setting breakpoint on forward.
19876 * gdb.threads/staticthreads.exp: Update comments.
19877
19878 2014-06-05 Ludovic Courtès <ludo@gnu.org>
19879
19880 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
19881 "history-append! type error".
19882
19883 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
19884
19885 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
19886 erroneous dprintf expected input.
19887
19888 2014-06-04 Doug Evans <xdje42@gmail.com>
19889
19890 * gdb.guile/scm-generics.exp: Delete.
19891
19892 2014-06-04 Doug Evans <xdje42@gmail.com>
19893
19894 * gdb.guile/scm-breakpoint.exp: Update.
19895 Add tests for breakpoint registration.
19896
19897 2014-06-04 Tom Tromey <tromey@redhat.com>
19898
19899 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
19900 VLA-in-union.
19901 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
19902 inner_vla_struct, vla_union types. Initialize objects of those
19903 types and compute their sizes.
19904
19905 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
19906 Hui Zhu <hui@codesourcery.com>
19907
19908 * gdb.base/fileio.exp: Add test for shell not available as well as
19909 available.
19910 * gdb.base/fileio.c (test_system): Check for shell twice.
19911
19912 2014-06-04 Yao Qi <yao@codesourcery.com>
19913
19914 * gdb.base/auto-connect-native-target.exp: Remove redundant
19915 space from the regexp pattern.
19916
19917 2014-06-04 Yao Qi <yao@codesourcery.com>
19918
19919 * gdb.base/default.exp: Replace "child" with "native" in
19920 regexp pattern.
19921
19922 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
19923
19924 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
19925 * gdb.python/py-xmethods.exp: New tests to test xmethods.
19926 * gdb.python/py-xmethods.py: Python script supporting the
19927 new testcase and tests.
19928
19929 2014-06-03 Joel Brobecker <brobecker@adacore.com>
19930 Pedro Alves <palves@redhat.com>
19931
19932 PR breakpoints/17000
19933 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
19934 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
19935
19936 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
19937
19938 * gdb.base/subst.exp: Add tests to verify partial path matching
19939 output.
19940
19941 2014-06-03 Pedro Alves <palves@redhat.com>
19942
19943 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
19944 target that doesn't use software single-stepping.
19945
19946 2014-06-03 Pedro Alves <palves@redhat.com>
19947
19948 PR breakpoints/17000
19949 * gdb.base/sss-bp-on-user-bp-2.c: New file.
19950 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
19951
19952 2014-06-02 Doug Evans <xdje42@gmail.com>
19953
19954 * gdb.guile/scm-parameter.exp: New file.
19955
19956 2014-06-02 Doug Evans <xdje42@gmail.com>
19957
19958 * gdb.guile/scm-cmd.c: New file.
19959 * gdb.guile/scm-cmd.exp: New file.
19960
19961 2014-06-02 Doug Evans <xdje42@gmail.com>
19962
19963 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
19964 pretty-printer lookup.
19965 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
19966 (make-pp_s-printer): Call it.
19967 (make-pretty-printer-from-dict): New function.
19968 (lookup-pretty-printer-maker-from-dict): New function.
19969 (*pretty-printer*): Simplify.
19970 (make-objfile-pp_s-printer): New function.
19971 (install-objfile-pretty-printers!): New function.
19972 (make-progspace-pp_s-printer): New function.
19973 (install-progspace-pretty-printers!): New function.
19974 * gdb.guile/scm-progspace.c: New file.
19975 * gdb.guile/scm-progspace.exp: New file.
19976
19977 2014-06-02 Pedro Alves <palves@redhat.com>
19978
19979 * gdb.base/dprintf-bp-same-addr.c: New file.
19980 * gdb.base/dprintf-bp-same-addr.exp: New file.
19981
19982 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19983
19984 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
19985 * gdb.arch/powerpc-power.s: Likewise.
19986
19987 2014-06-02 Joel Brobecker <brobecker@adacore.com>
19988
19989 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
19990
19991 2014-06-01 Yao Qi <yao@codesourcery.com>
19992
19993 * gdb.base/watchpoint.exp (test_watch_location): Check null
19994 pointer can be dereferenced. If not, do the test, otherwise
19995 skip it.
19996
19997 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
19998
19999 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
20000 results.
20001 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
20002
20003 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
20004
20005 * gdb.arch/amd64-invalid-stack-middle.S: New file.
20006 * gdb.arch/amd64-invalid-stack-middle.c: New file.
20007 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
20008 * gdb.arch/amd64-invalid-stack-top.c: New file.
20009 * gdb.arch/amd64-invalid-stack-top.exp: New file.
20010
20011 2014-05-30 Pedro Alves <palves@redhat.com>
20012
20013 PR breakpoints/17000
20014 * gdb.base/sss-bp-on-user-bp.c: New file.
20015 * gdb.base/sss-bp-on-user-bp.exp: New file.
20016
20017 2014-05-30 David Blaikie <dblaikie@gmail.com>
20018
20019 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
20020 gnu_inline semantics via attribute.
20021 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
20022 source explicitly specifies the required semantics.
20023
20024 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
20025
20026 * gdb.reverse/sigall-reverse.exp: Fix a typo.
20027
20028 2014-05-29 Pedro Alves <palves@redhat.com>
20029 Tom Tromey <tromey@redhat.com>
20030
20031 * gdb.base/async-shell.exp: Don't enable target-async.
20032 * gdb.base/async.exp
20033 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
20034 parameter. Adjust.
20035 (top level): Don't test with "target-async".
20036 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
20037 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
20038 * gdb.base/inferior-died.exp: Don't enable target-async.
20039 * gdb.base/interrupt-noterm.exp: Likewise.
20040 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
20041 * gdb.mi/mi-nonstop-exit.exp: Likewise.
20042 * gdb.mi/mi-nonstop.exp: Likewise.
20043 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
20044 * gdb.mi/mi-nsintrall.exp: Likewise.
20045 * gdb.mi/mi-nsmoribund.exp: Likewise.
20046 * gdb.mi/mi-nsthrexec.exp: Likewise.
20047 * gdb.mi/mi-watch-nonstop.exp: Likewise.
20048 * gdb.multi/watchpoint-multi.exp: Adjust comment.
20049 * gdb.python/py-evsignal.exp: Don't enable target-async.
20050 * gdb.python/py-evthreads.exp: Likewise.
20051 * gdb.python/py-prompt.exp: Likewise.
20052 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
20053 * gdb.server/solib-list.exp: Don't enable target-async.
20054 * gdb.threads/thread-specific-bp.exp: Likewise.
20055 * lib/mi-support.exp: Adjust to use mi-async.
20056
20057 2014-05-29 Pedro Alves <palves@redhat.com>
20058
20059 PR gdb/13860
20060 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
20061 reason, even in sync mode.
20062
20063 2014-05-29 Pedro Alves <palves@redhat.com>
20064 Hui Zhu <hui@codesourcery.com>
20065
20066 PR PR15693
20067 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
20068 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
20069 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
20070 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
20071
20072 2014-05-28 Joel Brobecker <brobecker@adacore.com>
20073
20074 * config/monitor.exp (gdb_target_monitor): Replace use of
20075 "set remotebaud" by "set serial baud".
20076
20077 2014-05-26 Andy Wingo <wingo@igalia.com>
20078
20079 * gdb.guile/scm-breakpoint.exp:
20080 * gdb.guile/scm-gsmob.exp: Update to use plain old object
20081 properties instead of gdb-object-properties.
20082
20083 2014-05-26 Yao Qi <yao@codesourcery.com>
20084
20085 * gdb.server/no-thread-db.exp: Specify source file name
20086 explicitly when setting a breakpoint.
20087
20088 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
20089
20090 * gdb.btrace/vdso.c: New.
20091 * gdb.btrace/vdso.exp: New.
20092
20093 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
20094
20095 * gdb.base/gcore.exp (capture_command_output): Move ...
20096 * lib/gdb.exp (capture_command_output): ... here.
20097
20098 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
20099
20100 * gdb.btrace/data.exp: Test memory access during btrace replay.
20101
20102 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
20103
20104 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
20105
20106 2014-05-21 Pedro Alves <palves@redhat.com>
20107
20108 PR gdb/13860
20109 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
20110 (top level): Test that output related to execution commands is
20111 sent to the console with CLI commands, but not with MI commands.
20112 Test that breakpoint events are always mirrored to the console.
20113 Also expect the new source line to be output after a "next" in
20114 async mode too. Make it a pass/fail test.
20115 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
20116 output.
20117 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
20118
20119 2014-05-21 Pedro Alves <palves@redhat.com>
20120
20121 * gdb.base/list.exp (build_pattern, test_list): New procedures.
20122 Use them to test variations of "list" after reaching a breakpoint.
20123 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
20124 Test "list" with listsize 10 after reaching a breakpoint.
20125 * gdb.python/python.exp (decode_line current location line
20126 number): Adjust expected line number.
20127
20128 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
20129
20130 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
20131 behavior for $args, pass it directly to "run".
20132
20133 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
20134
20135 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
20136 30000 to 65536.
20137
20138 2014-05-21 Pedro Alves <palves@redhat.com>
20139
20140 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
20141 auto-connect-native-target off".
20142 * gdb.base/auto-connect-native-target.c: New file.
20143 * gdb.base/auto-connect-native-target.exp: New file.
20144
20145 2014-05-21 Pedro Alves <palves@redhat.com>
20146
20147 * gdb.base/default.exp: Test "target native" instead of "target
20148 child".
20149
20150 2014-05-21 Mark Wielaard <mjw@redhat.com>
20151
20152 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
20153
20154 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
20155
20156 Fix TLS access for -static -pthread.
20157 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
20158 <HAVE_TLS> (thread_function, main): Initialize it.
20159 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
20160 Add clean_restart.
20161 <$have_tls != "">: Check TLSVAR.
20162
20163 2014-05-21 Pedro Alves <palves@redhat.com>
20164
20165 * gdb.base/dcache-line-read-error.c: New.
20166 * gdb.base/dcache-line-read-error.exp: New.
20167
20168 2014-05-20 Pedro Alves <palves@redhat.com>
20169
20170 * gdb.base/compare-sections.c: New file.
20171 * gdb.base/compare-sections.exp: New file.
20172
20173 2014-05-20 Pedro Alves <palves@redhat.com>
20174
20175 * gdb.base/break-idempotent.c: New file.
20176 * gdb.base/break-idempotent.exp: New file.
20177
20178 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
20179
20180 * gdb.btrace/nohist.exp: New.
20181
20182 2014-05-20 Yao Qi <yao@codesourcery.com>
20183
20184 * lib/gdb.exp (gdb_init): Set timeout if test file is under
20185 gdb.reverse directory and gdb_reverse_timeout exists in board
20186 setting.
20187 * README: Document gdb_reverse_timeout.
20188
20189 2014-05-20 Yao Qi <yao@codesourcery.com>
20190
20191 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
20192 'test_file_name'. Treat args as a string instead of a list.
20193 (gdb_init): Rename argument 'args' by 'test_file_name'.
20194
20195 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
20196
20197 * gdb.arch/powerpc-power.exp: New file.
20198 * gdb.arch/powerpc-power.s: New file.
20199
20200 2014-05-16 Doug Evans <dje@google.com>
20201
20202 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
20203 * gdb.base/completion.exp: Check that all expected files exist
20204 before doing file completion.
20205
20206 2014-05-16 Doug Evans <dje@google.com>
20207
20208 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
20209 Update.
20210 (do_syscall_tests_without_xml): Update.
20211
20212 2014-05-16 Pedro Alves <palves@redhat.com>
20213
20214 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
20215 instead of "unknown output after running".
20216
20217 2014-05-16 Yao Qi <yao@codesourcery.com>
20218
20219 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
20220 file1.txt from host at the end.
20221 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
20222
20223 2014-05-15 Doug Evans <dje@google.com>
20224
20225 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
20226 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
20227 loading file. Add test for TU lookup.
20228
20229 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
20230
20231 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
20232 calling "-exec-arguments" or "set args" before running the
20233 inferior.
20234
20235 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
20236
20237 * lib/mi-support.exp (mi_expect_stop): Expect message for
20238 inferiors that exit with non-zero exit code.
20239
20240 2014-05-14 Yao Qi <yao@codesourcery.com>
20241
20242 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
20243 match absolute path on remote host.
20244 (test_file_list_exec_source_files): Remove "/" from the
20245 pattern.
20246
20247 2014-05-14 Yao Qi <yao@codesourcery.com>
20248
20249 * boards/local-remote-host-notty.exp (${board}_file): New
20250 proc.
20251
20252 2014-05-07 Kyle McMartin <kyle@redhat.com>
20253
20254 Pushed by Joel Brobecker <brobecker@adacore.com>.
20255 * gdb.arch/aarch64-atomic-inst.c: New file.
20256 * gdb.arch/aarch64-atomic-inst.exp: New file.
20257
20258 2014-05-07 Yao Qi <yao@codesourcery.com>
20259
20260 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
20261 in current context" too.
20262
20263 2014-05-05 Keith Seitz <keiths@redhat.com>
20264
20265 * gdb.linespec/ls-dollar.exp: Add test for linespec
20266 file:convenience_variable.
20267
20268 2014-05-05 Yao Qi <yao@codesourcery.com>
20269
20270 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
20271 traceframes into tfile and ctf trace files. Read data from
20272 trace file and test collected data.
20273 (gdb_collect_locals_test): Likewise.
20274 (gdb_unavailable_registers_test): Likewise.
20275 (gdb_unavailable_floats): Likewise.
20276 (gdb_collect_globals_test): Likewise.
20277 (top-level): Append "ctf" to trace_file_targets if GDB
20278 supports.
20279
20280 2014-05-05 Yao Qi <yao@codesourcery.com>
20281
20282 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
20283 code to ...
20284 (gdb_collect_args_test_1): ... it. New proc.
20285 (gdb_collect_locals_test): Move some code to ...
20286 (gdb_collect_locals_test_1): ... it. New proc.
20287 (gdb_unavailable_registers_test): Move some code to ...
20288 (gdb_unavailable_registers_test_1): ... it. New proc.
20289 (gdb_unavailable_floats): Move some code to ...
20290 (gdb_unavailable_floats_1): ... it. New proc.
20291
20292 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
20293
20294 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
20295 probes to test for bitness recognition.
20296 * gdb.arch/amd64-stap-optional-prefix.exp
20297 (test_probe_value_without_reg): New procedure.
20298 Add code to test for different kinds of bitness.
20299
20300 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
20301
20302 PR breakpoints/16889
20303 * gdb.arch/amd64-stap-optional-prefix.S: New file.
20304 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
20305
20306 2014-05-01 Pedro Alves <palves@redhat.com>
20307
20308 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
20309 gdb_file_cmd if no file is specified.
20310 * boards/native-extended-gdbserver.exp (gdb_load): Use the
20311 last_loaded_file to set the remote exec-file.
20312
20313 2014-05-01 Pedro Alves <palves@redhat.com>
20314
20315 * boards/local-remote-host.exp: New file.
20316
20317 2014-05-01 Pedro Alves <palves@redhat.com>
20318
20319 * boards/local-remote-host.exp: Rename to ...
20320 * boards/local-remote-host-notty.exp: ... this.
20321
20322 2014-04-28 Joel Brobecker <brobecker@adacore.com>
20323
20324 * gdb.ada/dyn_arrayidx: New testcase.
20325
20326 2014-04-26 Yao Qi <yao@codesourcery.com>
20327
20328 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
20329 and compute the length of function main. Save it in
20330 $main_length.
20331 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
20332 (top-level): Use gdb_compile to compile objects into
20333 executable and restart GDB. Remove invocation to
20334 prepare_for_testing.
20335
20336 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
20337 Pedro Alves <palves@redhat.com>
20338
20339 PR server/16255
20340 * gdb.multi/multi-attach.c: New file.
20341 * gdb.multi/multi-attach.exp: New file.
20342
20343 2014-04-25 Pedro Alves <palves@redhat.com>
20344
20345 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
20346 user.
20347 (top level): Test that "set remote conditional-breakpoints-packet
20348 off" works as intended.
20349 * gdb.base/dprintf.exp: Test that "set remote
20350 breakpoint-commands-packet off" works as intended.
20351 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
20352 New function.
20353 (top level): Call it.
20354 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
20355 remote fast-tracepoints-packet off" works as intended.
20356 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
20357 * lib/gdb.exp (gdb_is_target_remote): ... here.
20358
20359 2014-04-24 David Blaikie <dblaikie@gmail.com>
20360
20361 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
20362 ensure clang would not discard them.
20363 * gdb.base/gdbvars.c: Ditto.
20364 * gdb.base/memattr.c: Ditto.
20365 * gdb.base/whatis.c: Ditto.
20366 * gdb.python/py-prettyprint.c: Ditto.
20367 * gdb.trace/actions.c: Ditto.
20368 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
20369 ensure clang would not discard it.
20370
20371 2014-04-24 David Blaikie <dblaikie@gmail.com>
20372
20373 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
20374 clang to emit the full definition of type required by the test
20375 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
20376
20377 2014-04-24 David Blaikie <dblaikie@gmail.com>
20378
20379 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
20380 coax Clang into emitting the definition of the type.
20381 * gdb.cp/pr10728-x.h (y): Ditto.
20382 * gdb.cp/pr10728-y.cc (y): Ditto.
20383
20384 2014-04-24 David Blaikie <dblaikie@gmail.com>
20385
20386 * gdb.base/label.exp: XFAIL label related tests under Clang.
20387 * gdb.cp/cplabel.exp: Ditto.
20388 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
20389 under Clang those using labels.
20390
20391 2014-04-25 Yao Qi <yao@codesourcery.com>
20392
20393 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
20394 double_label.
20395 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
20396 partial_label and double_label.
20397
20398 2014-04-24 David Blaikie <dblaikie@gmail.com>
20399
20400 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
20401
20402 2014-04-24 David Blaikie <dblaikie@gmail.com>
20403
20404 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
20405 of the function to work across GCC and Clang.
20406 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
20407 pointer types (const void ** const V void **).
20408
20409 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
20410 Walfred Tedeschi <walfred.tedeschi@intel.com>
20411
20412 * Makefile.in (EXECUTABLES): Added i386-avx512.
20413 * gdb.arch/i386-avx512.c: New file.
20414 * gdb.arch/i386-avx512.exp: Likewise.
20415
20416 2014-04-23 Keith Seitz <keiths@redhat.com>
20417
20418 * lib/mi-support.exp (mi_list_breakpoints): Delete.
20419 (mi_make_breakpoint_table): New procedure.
20420 (mi_create_breakpoint): Use mi_make_breakpoint
20421 and return the result.
20422 (mi_make_breakpoint): New procedure.
20423 (mi_build_kv_pairs): New procedure.
20424
20425 * gdb.mi/mi-break.exp: Remove unused globals,
20426 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
20427 All callers updated.
20428 * gdb.mi/mi-dprintf.exp: Use variable to track command
20429 number.
20430 Update all callers of mi_create_breakpoint and use
20431 mi_make_breakpoint_table.
20432 Remove any unused global variables.
20433 * gdb.mi/mi-nonstop.exp: Likewise.
20434 * gdb.mi/mi-nsintrall.exp: Likewise.
20435 * gdb.mi/mi-nsmoribund.exp: Likewise.
20436 * gdb.mi/mi-nsthrexec.exp: Likewise.
20437 * gdb.mi/mi-reverse.exp: Likewise.
20438 * gdb.mi/mi-simplerun.exp: Likewise.
20439 * gdb.mi/mi-stepn.exp: Likewise.
20440 * gdb.mi/mi-syn-frame.exp: Likewise.
20441 * gdb.mi/mi-until.exp: Likewise.
20442 * gdb.mi/mi-var-cp.exp: Likewise.
20443 * gdb.mi/mi-var-display.exp: Likewise.
20444 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
20445 * gdb.mi/mi2-var-child.exp: Likewise.
20446 * gdb.mi/mi-vla-c99.exp: Likewise.
20447 * lib/mi-support.exp: Likewise.
20448
20449 From Ian Lance Taylor <iant@cygnus.com>:
20450 * lib/gdb.exp (parse_args): New procedure.
20451
20452 2014-04-23 Pedro Alves <palves@redhat.com>
20453
20454 * gdb.base/break-unload-file.c: New file.
20455 * gdb.base/break-unload-file.exp: New file.
20456 * gdb.base/sym-file-lib.c (baz): New function.
20457 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
20458 field.
20459 (load): Store the segment's mapped size.
20460 (unload): New function.
20461 (unload_shlib): New function.
20462 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
20463 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
20464 set a breakpoint at baz, and call it.
20465 * gdb.base/sym-file.exp: New tests for stale breakpoint
20466 instructions.
20467
20468 2014-04-23 Pedro Alves <palves@redhat.com>
20469
20470 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
20471 * gdb.base/hbreak-in-shr-unsupported.c: New file.
20472 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
20473 * gdb.base/hbreak-unmapped.c: New file.
20474 * gdb.base/hbreak-unmapped.exp: New file.
20475 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
20476 * lib/gdb.exp (gdb_is_target_remote): ... here.
20477
20478 2014-04-22 Pedro Alves <palves@redhat.com>
20479
20480 * gdb.base/consecutive-step-over.c: New file.
20481 * gdb.base/consecutive-step-over.exp: New file.
20482
20483 2014-04-22 Pedro Alves <palves@redhat.com>
20484
20485 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
20486 instead of send_gdb/gdb_expect.
20487
20488 2014-04-22 Yao Qi <yao@codesourcery.com>
20489
20490 * lib/trace-support.exp (generate_tracefile): New procedure.
20491 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
20492 return 0.
20493 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
20494 if generate_tracefile returns 1.
20495
20496 2014-04-18 Tom Tromey <palves@redhat.com>
20497 Pedro alves <tromey@redhat.com>
20498
20499 PR backtrace/15558
20500 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
20501 with a backtrace limit.
20502 * gdb.python/py-frame-inline.exp: Test running to an inline
20503 function with a backtrace limit, and printing the newest frame.
20504 * gdb.python/py-frame-inline.c (main): Call f.
20505
20506 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
20507
20508 * gdb.java/jnpe.exp: Drop srcdir from untested path.
20509
20510 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
20511
20512 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
20513 Drop prefix from unsupported source file path.
20514
20515 2014-04-17 Yao Qi <yao@codesourcery.com>
20516
20517 * lib/gdb.exp (with_target_charset): New proc.
20518 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
20519 with_target_charset.
20520 (test_print_strings): Likewise.
20521 (test_repeat_bytes): Likewise.
20522 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
20523 for some tests.
20524
20525 2014-04-16 Keith Seitz <keiths@redhat.com>
20526
20527 PR gdb/15827
20528 * gdb.dwarf2/corrupt.c: New file.
20529 * gdb.dwarf2/corrupt.exp: New file.
20530
20531 2014-04-16 Keith Seitz <keiths@redhat.com>
20532
20533 PR c++/16597
20534 * gdb.cp/namelessclass.cc: New file.
20535 * gdb.cp/namelessclass.exp: New file.
20536 * gdb.cp/namelessclass.S: New file.
20537
20538 2014-04-16 Doug Evans <dje@google.com>
20539
20540 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
20541 Add comment.
20542 (gdbserver_default_get_comm_port): New function.
20543 (gdbserver_start): Check if board file provided
20544 "gdbserver,get_comm_port" and use it if so.
20545 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
20546 (gdb,socketport): Set to "stdio".
20547 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
20548 (stdio_gdbserver_template): Delete.
20549 (${board}_get_remote_address): Update.
20550 (${board}_build_remote_cmd): Delete.
20551 (${board}_get_comm_port): New function.
20552 (${board}_spawn): Update.
20553 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
20554 Delete.
20555 (${board}_get_remote_address): Update.
20556 (${board}_get_comm_port): New function.
20557
20558 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
20559
20560 * gdb.base/memattr.exp: Improve regexps to handle memory regions
20561 appearing in any order.
20562
20563 2014-04-15 Doug Evans <dje@google.com>
20564
20565 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
20566 uninitialized value of "description".
20567
20568 2014-04-15 Keith Seitz <keiths@redhat.com>
20569
20570 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
20571 Remove unused globals.
20572 (test_running_the_program): Likewise.
20573 (test_controlled_execution): Likewise.
20574 (test_controlling_breakpoints): Likewise.
20575 (test_program_termination): Likewise.
20576
20577 2014-04-15 Keith Seitz <keiths@redhat.com>
20578
20579 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
20580 unused globals.
20581 (test_rbreak_creation_and_listing): Likewise.
20582 (test_ignore_count): Likewise.
20583 (test_error): Likewise.
20584
20585 2014-04-15 Pedro Alves <palves@redhat.com>
20586
20587 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
20588 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
20589 sym-file-loader.c.
20590 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
20591 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
20592 to sym-file-loader.c.
20593 (struct library): Forward declare.
20594 (load_shlib, lookup_function): Change prototypes.
20595 (find_shstrtab, find_strtab, find_shdr, find_symtab)
20596 (translate_offset): Remove declarations.
20597 (get_text_addr): New declaration.
20598 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
20599 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
20600 sym-file-loader.h.
20601 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
20602 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
20603 here from sym-file-loader.h.
20604 (struct library): New structure.
20605 (load_shlib, lookup_function): Change prototypes and adjust to
20606 work with a struct library.
20607 (find_shstrtab, find_strtab, find_shdr, find_symtab)
20608 (translate_offset): Make static.
20609 (get_text_addr): New function.
20610 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
20611
20612 2014-04-15 Pedro Alves <palves@redhat.com>
20613
20614 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
20615
20616 2014-04-15 Pedro Alves <palves@redhat.com>
20617
20618 * gdb.base/sym-file-loader.c: Include <limits.h>.
20619 (SELF_LINK): New define.
20620 (get_origin): New function.
20621 (load_shlib): Use it.
20622 * gdb.base/sym-file.exp: Don't early return if the target is
20623 remote. Use runto_main, and issue fail is that fails. Use
20624 gdb_load_shlibs.
20625 (shlib_name): Delete.
20626 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
20627
20628 2014-04-15 Pedro Alves <palves@redhat.com>
20629
20630 * gdb.base/sym-file.exp: Remove regex characters from test
20631 message. Don't refer to breakpoint numbers in test messages.
20632
20633 2014-04-14 Keith Seitz <keiths@redhat.com>
20634
20635 PR c++/16253
20636 * gdb.cp/var-tag.cc: New file.
20637 * gdb.cp/var-tag.exp: New file.
20638 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
20639 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
20640 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
20641 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
20642
20643 2014-04-14 Tom Tromey <tromey@redhat.com>
20644
20645 * gdb.cp/classes.exp (test_enums): Handle underlying type.
20646 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
20647 type.
20648 * gdb.cp/enum-class.exp: New file.
20649 * gdb.cp/enum-class.cc: New file.
20650
20651 2014-04-14 Tom Tromey <tromey@redhat.com>
20652
20653 * gdb.dwarf2/enum-type.exp: New file.
20654
20655 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20656
20657 * gdb.mi/mi-vla-c99.exp: New file.
20658 * gdb.mi/vla.c: New file.
20659
20660 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20661
20662 * gdb.base/vla-datatypes.c: New file.
20663 * gdb.base/vla-datatypes.exp: New file.
20664
20665 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20666
20667 * gdb.base/vla-ptr.c: New file.
20668 * gdb.base/vla-ptr.exp: New file.
20669
20670 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20671
20672 * gdb.dwarf2/count.exp: New file.
20673
20674 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20675
20676 * gdb.base/vla-sideeffect.c: New file.
20677 * gdb.base/vla-sideeffect.exp: New file.
20678
20679 2014-04-14 David Blaikie <dblaikie@gmail.com>
20680
20681 * gdb.mi/non-stop.c: Add return value for non-void function return
20682 statement.
20683 * gdb.threads/staticthreads.c: Ditto.
20684
20685 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
20686 Doug Evans <xdje42@gmail.com>
20687
20688 * gdb.guile/scm-value.c: Improve test case.
20689 * gdb.guile/scm-value.exp: Add new test.
20690
20691 2014-04-11 David Blaikie <dblaikie@gmail.com>
20692
20693 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
20694 override Clang's default.
20695
20696 2014-04-11 Joel Brobecker <brobecker@adacore.com>
20697
20698 Revert the following changes (regressions):
20699
20700 * gdb.base/vla-sideeffect.c: New file.
20701 * gdb.base/vla-sideeffect.exp: New file.
20702
20703 * gdb.dwarf2/count.exp: New file.
20704
20705 * gdb.base/vla-multi.c: New file.
20706 * gdb.base/vla-multi.exp: New file.
20707
20708 * gdb.base/vla-ptr.c: New file.
20709 * gdb.base/vla-ptr.exp: New file.
20710
20711 * gdb.base/vla-datatypes.c: New file.
20712 * gdb.base/vla-datatypes.exp: New file.
20713
20714 * gdb.mi/mi-vla-c99.exp: New file.
20715 * gdb.mi/vla.c: New file.
20716
20717 2014-04-11 Keith Seitz <keiths@redhat.com>
20718
20719 PR c++/16675
20720 * gdb.cp/cpsizeof.exp: New file.
20721 * gdb.cp/cpsizeof.cc: New file.
20722
20723 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20724
20725 * gdb.mi/mi-vla-c99.exp: New file.
20726 * gdb.mi/vla.c: New file.
20727
20728 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20729
20730 * gdb.base/vla-datatypes.c: New file.
20731 * gdb.base/vla-datatypes.exp: New file.
20732
20733 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20734
20735 * gdb.base/vla-ptr.c: New file.
20736 * gdb.base/vla-ptr.exp: New file.
20737
20738 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20739
20740 * gdb.base/vla-multi.c: New file.
20741 * gdb.base/vla-multi.exp: New file.
20742
20743 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20744
20745 * gdb.dwarf2/count.exp: New file.
20746
20747 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20748
20749 * gdb.base/vla-sideeffect.c: New file.
20750 * gdb.base/vla-sideeffect.exp: New file.
20751
20752 2014-04-11 Yao Qi <yao@codesourcery.com>
20753
20754 * gdb.base/completion.exp: Check file exists before running tests
20755 on file completion.
20756
20757 2014-04-10 Pedro Alves <palves@redhat.com>
20758
20759 * gdb.base/cond-eval-mode.c: New file.
20760 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
20761 prepare_for_testing to build the new file. Check result of
20762 runto_main.
20763 (test_break, test_watch): New procedures.
20764 (top level): Use them.
20765
20766 2014-04-08 Pierre Muller <muller@sourceware.org>
20767
20768 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
20769 Ctrl-V use for mingw hosts.
20770
20771 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
20772
20773 * gdb.python/py-value.c: Improve test case.
20774 * gdb.python/py-value.exp: Add new test.
20775
20776 2014-04-07 David Blaikie <dblaikie@gmail.com>
20777
20778 * lib/compiler.c: Identify the clang compiler.
20779 * lib/compiler.cc: Ditto.
20780
20781 2014-04-03 Yao Qi <yao@codesourcery.com>
20782
20783 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
20784
20785 2014-04-01 Anton Blanchard <anton@samba.org>
20786
20787 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
20788 messages unique.
20789
20790 2014-04-01 Anton Blanchard <anton@samba.org>
20791
20792 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
20793 prepare_for_testing.
20794
20795 2014-04-01 Anton Blanchard <anton@samba.org>
20796
20797 * gdb.arch/ppc64-atomic-inst.c: Remove.
20798 * gdb.arch/ppc64-atomic-inst.S: New file.
20799 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
20800
20801 2014-03-31 Doug Evans <dje@google.com>
20802
20803 * gdb.base/print-symbol-loading-lib.c: New file.
20804 * gdb.base/print-symbol-loading-main.c: New file.
20805 * gdb.base/print-symbol-loading.exp: New file.
20806
20807 2014-03-31 Yao Qi <yao@codesourcery.com>
20808
20809 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
20810
20811 2014-03-28 Joel Brobecker <brobecker@adacore.com>
20812
20813 * gdb.ada/mi_dyn_arr: New testcase.
20814
20815 2014-03-27 Doug Evans <dje@google.com>
20816
20817 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
20818
20819 2014-03-27 Yao Qi <yao@codesourcery.com>
20820
20821 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
20822 if target is nios2-*-*.
20823
20824 2014-03-26 Yao Qi <yao@codesourcery.com>
20825
20826 * lib/gdb.exp (readline_is_used): New proc.
20827 * gdb.base/completion.exp: Move tests on command complete up.
20828 Skip the rest of tests if readline is not used.
20829 * gdb.ada/complete.exp: Skp the test if readline is not
20830 used.
20831 * gdb.base/filesym.exp: Likewise.
20832 * gdb.base/macscp.exp: Likewise.
20833 * gdb.base/readline-ask.exp: Likewise.
20834 * gdb.base/readline.exp: Likewise.
20835 * gdb.python/py-cmd.exp: Likewise.
20836 * gdb.trace/tfile.exp: Likewise.
20837
20838 2014-03-26 Yao Qi <yao@codesourcery.com>
20839
20840 * gdb.base/macscp.exp: Fix code format issues.
20841
20842 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
20843
20844 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
20845 * gdb.asm/powerpc64le.inc: New file.
20846
20847 2014-03-25 Pedro Alves <palves@redhat.com>
20848 Doug Evans <dje@google.com>
20849
20850 * gdb.base/source-execution.c: New file.
20851 * gdb.base/source-execution.exp: New file.
20852 * gdb.base/source-execution.gdb: New file.
20853
20854 2014-03-24 Doug Evans <dje@google.com>
20855
20856 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
20857 using fission.
20858
20859 2014-03-24 Hui Zhu <hui@codesourcery.com>
20860 Pedro Alves <palves@redhat.com>
20861
20862 PR breakpoints/16101
20863 * gdb.base/dprintf.exp: Use unsupported rather than changing the
20864 test pass/fail messages. Detect missing support for dprintf when
20865 breakpoints are actually inserted.
20866 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
20867 breakpoints are actually inserted.
20868 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
20869 fails.
20870
20871 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
20872
20873 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
20874
20875 2014-03-22 Doug Evans <xdje42@gmail.com>
20876
20877 * gdb.python/python.exp (python not supported): Verify multi-line
20878 python command issues an error.
20879 * gdb.guile/guile.exp (guile not supported): Verify multi-line
20880 guile command issues an error.
20881
20882 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
20883
20884 * gdb.threads/thread-specific.exp: Handle the lack of usable
20885 $this_breakpoint and $this_thread.
20886
20887 2014-03-21 Hui Zhu <hui@codesourcery.com>
20888
20889 * gdb.base/attach.exp (do_command_attach_tests): New.
20890
20891 2014-03-20 Tom Tromey <tromey@redhat.com>
20892 Pedro Alves <palves@redhat.com>
20893
20894 PR cli/15718
20895 * gdb.base/condbreak-call-false.c: New file.
20896 * gdb.base/condbreak-call-false.exp: New file.
20897
20898 2014-03-20 Pedro Alves <palves@redhat.com>
20899
20900 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
20901 Delete.
20902 (block_signals, unblock_signals): Delete.
20903 (child_function_2, main): Remove references to deleted variable
20904 and functions.
20905
20906 2014-03-20 Pedro Alves <palves@redhat.com>
20907
20908 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
20909 Use pthread_kill to signal thread 2.
20910 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20911 Adjust to make the test send itself a signal rather than using the
20912 host's "kill" command.
20913
20914 2014-03-20 Pedro Alves <palves@redhat.com>
20915
20916 * gdb.threads/multiple-step-overs.c: New file.
20917 * gdb.threads/multiple-step-overs.exp: New file.
20918 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20919 Adjust expected infrun debug output.
20920
20921 2014-03-20 Pedro Alves <palves@redhat.com>
20922
20923 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
20924 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
20925
20926 2014-03-20 Pedro Alves <palves@redhat.com>
20927
20928 PR breakpoints/7143
20929 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
20930 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
20931 of gdb_test_multiple.
20932 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
20933 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
20934
20935 2014-03-20 Pedro Alves <palves@redhat.com>
20936
20937 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
20938 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
20939
20940 2014-03-19 Pedro Alves <palves@redhat.com>
20941
20942 * gdb.base/async.exp: Remove early return.
20943
20944 2014-03-19 Pedro Alves <palves@redhat.com>
20945
20946 * gdb.base/async.exp (step& tests): Pass explicit test messages.
20947
20948 2014-03-19 Pedro Alves <palves@redhat.com>
20949
20950 * gdb.base/async.exp (test_background): Expect \r\n after
20951 "completed." in the fail pattern.
20952
20953 2014-03-19 Pedro Alves <palves@redhat.com>
20954
20955 * gdb.base/async.exp (test_background): New procedure.
20956 Use it for all background execution command tests.
20957
20958 2014-03-19 Pedro Alves <palves@redhat.com>
20959
20960 * gdb.base/async.exp: Use prepare_for_testing.
20961
20962 2014-03-19 Pedro Alves <palves@redhat.com>
20963
20964 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
20965 the same line.
20966
20967 2014-03-19 Pedro Alves <palves@redhat.com>
20968
20969 * gdb.base/async.c (main): Add "jump here" and "until here" line
20970 marker comments.
20971 * gdb.base/async.exp (jump_here): New global.
20972 (jump& test): Use it.
20973 (until_here): New global.
20974 (until& test): Use it.
20975
20976 2014-03-19 Pedro Alves <palves@redhat.com>
20977
20978 * gdb.base/async.exp: Don't frob gdb_protocol.
20979
20980 2014-03-18 Doug Evans <xdje42@gmail.com>
20981
20982 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
20983 Fix spelling of exec-done-display.
20984
20985 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
20986
20987 PR gdb/15358
20988 * gdb.base/gdb-sigterm.c: New file.
20989 * gdb.base/gdb-sigterm.exp: New file.
20990
20991 2014-03-18 Pedro Alves <palves@redhat.com>
20992
20993 PR gdb/13860
20994 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
20995 * lib/mi-support.exp (mi_expect_stop): Add special handling for
20996 solib-event.
20997
20998 2014-03-17 Joel Brobecker <brobecker@adacore.com>
20999
21000 * gdb.ada/pckd_arr_ren: New testcase.
21001
21002 2014-03-13 Doug Evans <xdje42@gmail.com>
21003
21004 PR guile/16612
21005 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
21006 collect after discarding symbols.
21007
21008 2014-03-13 Ludovic Courtès <ludo@gnu.org>
21009 Doug Evans <xdje42@gmail.com>
21010
21011 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
21012 to history survives a gc.
21013
21014 2014-03-13 Pedro Alves <palves@redhat.com>
21015
21016 * gdb.base/default.exp: Don't test "target procfs".
21017
21018 2014-03-13 Pedro Alves <palves@redhat.com>
21019
21020 * gdb.base/default.exp: Update "target child" and "target procfs"
21021 tests to not expect "Unix".
21022
21023 2014-03-12 Tom Tromey <tromey@redhat.com>
21024
21025 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
21026 New procs. Add target-async tests.
21027 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
21028 Add target-async tests.
21029
21030 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21031
21032 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
21033 'func_start' and 'func_end' for the beginning and end of the
21034 function code, respectively.
21035 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
21036 'func_end' instead of 'func' and 'main'.
21037
21038 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21039
21040 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
21041 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
21042 generate the debug info assembler source.
21043
21044 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21045
21046 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
21047 * gdb.dwarf2/arr-subrange.exp: Likewise.
21048 * gdb.dwarf2/dwz.exp: Likewise.
21049 * gdb.dwarf2/method-ptr.exp: Likewise.
21050 * gdb.dwarf2/missing-sig-type.exp: Likewise.
21051 * gdb.dwarf2/subrange.exp: Likewise.
21052 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
21053 * gdb.dwarf2/implptrpiece.exp: Likewise.
21054 * gdb.dwarf2/nostaticblock.exp: Likewise.
21055
21056 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21057
21058 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
21059 directory to absolute path name arguments.
21060
21061 2014-03-10 Joel Brobecker <brobecker@adacore.com>
21062
21063 * gdb.ada/tagged_access: New testcase.
21064
21065 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
21066
21067 * gdb.btrace/data.exp: Update expected output.
21068
21069 2014-03-06 Yao Qi <yao@codesourcery.com>
21070
21071 * gdb.trace/pr16508.exp: New file.
21072
21073 2014-03-05 Pedro Alves <palves@redhat.com>
21074
21075 PR gdb/16575
21076 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
21077 procedure.
21078 (top level): Adjust to use it. Add tests that exercise breakpoint
21079 interaction with the code-cache.
21080
21081 2014-02-26 Ludovic Courtès <ludo@gnu.org>
21082
21083 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
21084 test for 'history-append!'.
21085
21086 2014-02-26 Joel Brobecker <brobecker@adacore.com>
21087
21088 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
21089 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
21090 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
21091 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
21092 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
21093 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
21094
21095 2014-02-26 Joel Brobecker <brobecker@adacore.com>
21096
21097 * testsuite/gdb.python/py-pp-re-notag.c: New file.
21098 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
21099 * testsuite/gdb.python/py-pp-re-notag.p: New file.
21100
21101 2014-02-26 Joel Brobecker <brobecker@adacore.com>
21102
21103 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
21104
21105 2014-02-26 Joel Brobecker <brobecker@adacore.com>
21106
21107 * gdb.dwarf2/arr-stride.c: New file.
21108 * gdb.dwarf2/arr-stride.exp: New file.
21109
21110 2014-02-26 Pedro Alves <palves@redhat.com>
21111
21112 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
21113 that won't ever trigger. Make sure that GDB reports the correct
21114 breakpoint that caused the stop.
21115
21116 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
21117
21118 PR gdb/16626
21119 * gdb.base/auto-load-script: New file.
21120 * gdb.base/auto-load.c: New file.
21121 * gdb.base/auto-load.exp: New file.
21122
21123 PR gdb/16626
21124 * gdb.base/auto-load.exp: Fix out-of-srctree run.
21125
21126 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
21127
21128 Fix dw2-icycle.exp -fsanitize=address GDB crash.
21129 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
21130
21131 2014-02-24 Doug Evans <dje@google.com>
21132
21133 * lib/gdb.exp (run_on_host): Log error output if program fails.
21134
21135 2014-02-21 Pedro Alves <palves@redhat.com>
21136
21137 * gdb.threads/step-after-sr-lock.c: Rename to ...
21138 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
21139 * gdb.threads/step-after-sr-lock.exp: Rename to ...
21140 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
21141 ... this.
21142
21143 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
21144
21145 PR tdep/16397
21146 * gdb.arch/amd64-stap-special-operands.exp: New file.
21147 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
21148 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
21149 * gdb.arch/amd64-stap-triplet.S: Likewise.
21150 * gdb.arch/amd64-stap-triplet.c: Likewise.
21151
21152 2014-02-20 Joel Brobecker <brobecker@adacore.com>
21153
21154 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
21155 in .section pseudo-op.
21156
21157 2014-02-20 lin zuojian <manjian2006@gmail.com>
21158 Joel Brobecker <brobecker@adacore.com>
21159 Doug Evans <xdje42@gmail.com>
21160
21161 PR symtab/16581
21162 * gdb.dwarf2/dw2-icycle.S: New file.
21163 * gdb.dwarf2/dw2-icycle.c: New file.
21164 * gdb.dwarf2/dw2-icycle.exp: New file.
21165
21166 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
21167
21168 * gdb.python/py-value-cc.cc: Improve test case to enable testing
21169 operations on gdb.Value objects.
21170 * gdb.python/py-value-cc.exp: Add new test to test operations on
21171 gdb.Value objects.
21172
21173 2014-02-18 Doug Evans <dje@google.com>
21174
21175 * Makefile.in (TESTS): New variable.
21176 (expanded_tests, expanded_tests_or_none): New variables
21177 (check-single): Pass $(expanded_tests_or_none) to runtest.
21178 (check-parallel): Only run tests in $(TESTS) if non-empty.
21179 (check/no-matching-tests-found): New rule.
21180 * README: Document TESTS makefile variable.
21181
21182 2014-02-18 Doug Evans <dje@google.com>
21183
21184 * Makefile.in (check-parallel): rm -rf outputs temp.
21185
21186 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
21187
21188 Fix "ERROR: no fileid for" in the testsuite.
21189 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
21190
21191 2014-02-12 Doug Evans <dje@google.com>
21192
21193 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
21194 (MISCELLANEOUS): New variable.
21195 (clean): rm -rf $(MISCELLANEOUS).
21196 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
21197 dwp live in the same directory as symlinks, with each symlink pointed
21198 to a differently named file in a different directory.
21199
21200 2014-02-11 Doug Evans <dje@google.com>
21201
21202 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
21203 of Tcl file commands.
21204
21205 2014-02-10 Mark Kettenis <kettenis@gnu.org>
21206
21207 * gdb.threads/step-after-sr-lock.exp: Avoid executing
21208 "kill -SIGUSR1 -1".
21209
21210 2014-02-10 Joel Brobecker <brobecker@adacore.com>
21211
21212 * gdb.ada/tick_length_array_enum_idx: New testcase.
21213
21214 2014-02-10 Doug Evans <xdje42@gmail.com>
21215
21216 * configure.ac (AC_OUTPUT): Add gdb.guile.
21217 * configure: Regenerate.
21218 * lib/gdb-guile.exp: New file.
21219 * lib/gdb.exp (get_target_charset): New function.
21220 * gdb.base/help.exp: Update expected output from "apropos apropos".
21221 * gdb.guile/Makefile.in: New file.
21222 * gdb.guile/guile.exp: New file.
21223 * gdb.guile/scm-arch.c: New file.
21224 * gdb.guile/scm-arch.exp: New file.
21225 * gdb.guile/scm-block.c: New file.
21226 * gdb.guile/scm-block.exp: New file.
21227 * gdb.guile/scm-breakpoint.c: New file.
21228 * gdb.guile/scm-breakpoint.exp: New file.
21229 * gdb.guile/scm-disasm.c: New file.
21230 * gdb.guile/scm-disasm.exp: New file.
21231 * gdb.guile/scm-equal.c: New file.
21232 * gdb.guile/scm-equal.exp: New file.
21233 * gdb.guile/scm-error.exp: New file.
21234 * gdb.guile/scm-error.scm: New file.
21235 * gdb.guile/scm-frame-args.c: New file.
21236 * gdb.guile/scm-frame-args.exp: New file.
21237 * gdb.guile/scm-frame-args.scm: New file.
21238 * gdb.guile/scm-frame-inline.c: New file.
21239 * gdb.guile/scm-frame-inline.exp: New file.
21240 * gdb.guile/scm-frame.c: New file.
21241 * gdb.guile/scm-frame.exp: New file.
21242 * gdb.guile/scm-generics.exp: New file.
21243 * gdb.guile/scm-gsmob.exp: New file.
21244 * gdb.guile/scm-iterator.c: New file.
21245 * gdb.guile/scm-iterator.exp: New file.
21246 * gdb.guile/scm-math.c: New file.
21247 * gdb.guile/scm-math.exp: New file.
21248 * gdb.guile/scm-objfile-script-gdb.in: New file.
21249 * gdb.guile/scm-objfile-script.c: New file.
21250 * gdb.guile/scm-objfile-script.exp: New file.
21251 * gdb.guile/scm-objfile.c: New file.
21252 * gdb.guile/scm-objfile.exp: New file.
21253 * gdb.guile/scm-ports.exp: New file.
21254 * gdb.guile/scm-pretty-print.c: New file.
21255 * gdb.guile/scm-pretty-print.exp: New file.
21256 * gdb.guile/scm-pretty-print.scm: New file.
21257 * gdb.guile/scm-section-script.c: New file.
21258 * gdb.guile/scm-section-script.exp: New file.
21259 * gdb.guile/scm-section-script.scm: New file.
21260 * gdb.guile/scm-symbol.c: New file.
21261 * gdb.guile/scm-symbol.exp: New file.
21262 * gdb.guile/scm-symtab-2.c: New file.
21263 * gdb.guile/scm-symtab.c: New file.
21264 * gdb.guile/scm-symtab.exp: New file.
21265 * gdb.guile/scm-type.c: New file.
21266 * gdb.guile/scm-type.exp: New file.
21267 * gdb.guile/scm-value-cc.cc: New file.
21268 * gdb.guile/scm-value-cc.exp: New file.
21269 * gdb.guile/scm-value.c: New file.
21270 * gdb.guile/scm-value.exp: New file.
21271 * gdb.guile/source2.scm: New file.
21272 * gdb.guile/types-module.cc: New file.
21273 * gdb.guile/types-module.exp: New file.
21274
21275 2014-02-10 Yao Qi <yao@codesourcery.com>
21276
21277 PR testsuite/16543
21278 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
21279 * configure: Regenerated.
21280 * Makefile.in: New file.
21281
21282 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
21283
21284 * gdb.python/py-framefilter.exp: Fix typo.
21285
21286 2014-02-08 Yao Qi <yao@codesourcery.com>
21287
21288 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
21289 that no =breakpoint-modified is emitted when breakpoints are
21290 modified through MI commands.
21291
21292 2014-02-07 Pedro Alves <pedro@codesourcery.com>
21293 Pedro Alves <palves@redhat.com>
21294
21295 * gdb.threads/step-after-sr-lock.c: New file.
21296 * gdb.threads/step-after-sr-lock.exp: New file.
21297
21298 2014-02-07 Pedro Alves <palves@redhat.com>
21299
21300 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
21301
21302 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
21303
21304 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
21305 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
21306
21307 2014-02-06 Doug Evans <xdje42@gmail.com>
21308
21309 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
21310 output.
21311
21312 * gdb.gdb/python-interrupts.exp: New file.
21313
21314 2014-02-05 Yao Qi <yao@codesourcery.com>
21315
21316 * gdb.trace/report.exp (use_collected_data): Test the output
21317 of "info threads" and "info inferiors".
21318
21319 2014-02-05 Yao Qi <yao@codesourcery.com>
21320
21321 Revert this patch:
21322
21323 2013-05-24 Yao Qi <yao@codesourcery.com>
21324
21325 * gdb.trace/tfile.exp: Test inferior and thread.
21326
21327 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21328
21329 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
21330 on a function.
21331 * gdb.base/step-bt.c: Call hello via function pointer to make
21332 sure its first instruction is executed on powerpc64le-linux.
21333
21334 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21335
21336 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
21337
21338 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21339
21340 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
21341 of the test patterns for use on little-endian systems.
21342
21343 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21344
21345 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
21346 (decimal_vector): Fix for little-endian.
21347
21348 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
21349
21350 * gdb.arch/sparc-sysstep.exp: New file.
21351 * gdb.arch/sparc-sysstep.c: Likewise.
21352
21353 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
21354
21355 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21356
21357 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
21358
21359 2014-01-23 Tom Tromey <tromey@redhat.com>
21360
21361 * gdb.ada/array_char_idx: New testcase.
21362
21363 2014-01-23 Tom Tromey <tromey@redhat.com>
21364
21365 PR python/16487:
21366 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
21367 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
21368 classes.
21369
21370 2014-01-23 Tom Tromey <tromey@redhat.com>
21371
21372 PR python/16491:
21373 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
21374 string from an inferior frame.
21375 * gdb.python/py-framefilter-mi.exp: Update.
21376
21377 2014-01-22 Doug Evans <dje@google.com>
21378
21379 * gdb.server/server-mon.exp: Add tests for "set debug-format".
21380
21381 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21382
21383 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
21384
21385 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21386
21387 * gdb.trace/entry-values.exp: Remove excess space character from
21388 regex patterns. Handle s390 call instruction.
21389
21390 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21391
21392 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
21393 define "*_start" label. Make "name" static.
21394 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
21395 ${name} by references to ${name}_start.
21396
21397 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21398
21399 * gdb.base/info-macros.exp: Remove "debug" from the compile
21400 options.
21401
21402 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21403
21404 * gdb.dlang/demangle.exp: New file.
21405
21406 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21407
21408 * gdb.dlang/primitive-types.exp: New file.
21409
21410 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21411
21412 * configure.ac: Create gdb.dlang/Makefile.
21413 * configure: Regenerate.
21414 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
21415 * gdb.dlang/Makefile.in: New file.
21416 * lib/d-support.exp: New file.
21417 * lib/gdb.exp (skip_d_tests): New proc.
21418
21419 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21420
21421 * gdb.btrace/delta.exp: Check reverse stepi.
21422 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
21423 * gdb.btrace/finish.exp: New.
21424 * gdb.btrace/next.exp: New.
21425 * gdb.btrace/nexti.exp: New.
21426 * gdb.btrace/record_goto.c: Add comments.
21427 * gdb.btrace/step.exp: New.
21428 * gdb.btrace/stepi.exp: New.
21429 * gdb.btrace/multi-thread-step.c: New.
21430 * gdb.btrace/multi-thread-step.exp: New.
21431 * gdb.btrace/rn-dl-bind.c: New.
21432 * gdb.btrace/rn-dl-bind.exp: New.
21433 * gdb.btrace/data.c: New.
21434 * gdb.btrace/data.exp: New.
21435 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
21436
21437 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21438
21439 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
21440 * gdb.btrace/exception.exp: Update.
21441 * gdb.btrace/instruction_history.exp: Update.
21442 * gdb.btrace/record_goto.exp: Update.
21443 * gdb.btrace/tailcall.exp: Update.
21444 * gdb.btrace/unknown_functions.exp: Update.
21445 * gdb.btrace/delta.exp: New.
21446
21447 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21448
21449 * gdb.btrace/record_goto.exp: Add backtrace test.
21450 * gdb.btrace/tailcall.exp: Add backtrace test.
21451
21452 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21453
21454 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
21455 * gdb.btrace/record_goto.c: New.
21456 * gdb.btrace/record_goto.exp: New.
21457 * gdb.btrace/x86-record_goto.S: New.
21458
21459 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21460
21461 * gdb.btrace/function_call_history.exp: Update tests.
21462 * gdb.btrace/instruction_history.exp: Update tests.
21463
21464 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21465
21466 * gdb.btrace/function_call_history.exp: Fix expected field
21467 order for "record function-call-history".
21468 Add new tests for "record function-call-history /c".
21469 * gdb.btrace/exception.cc: New.
21470 * gdb.btrace/exception.exp: New.
21471 * gdb.btrace/tailcall.exp: New.
21472 * gdb.btrace/x86-tailcall.S: New.
21473 * gdb.btrace/x86-tailcall.c: New.
21474 * gdb.btrace/unknown_functions.c: New.
21475 * gdb.btrace/unknown_functions.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/instruction_history.exp: Update.
21481 * gdb.btrace/function_call_history.exp: Update.
21482
21483 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21484
21485 * gdb.btrace/function_call_history.exp: Fix expected function
21486 trace.
21487 * gdb.btrace/instruction_history.exp: Initialize traced.
21488 Remove traced_functions.
21489
21490 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21491
21492 * gdb.btrace/function_call_history.exp: Update
21493 * gdb.btrace/instruction_history.exp: Update.
21494
21495 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21496
21497 * gdb.btrace/enable.exp: Update expected text.
21498
21499 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
21500
21501 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
21502 bytes.
21503
21504 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
21505
21506 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
21507
21508 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
21509
21510 * lib/gdb.exp (supports_process_record): Return true for
21511 arm*-linux*. (supports_reverse): Likewise.
21512
21513 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
21514
21515 PR python/15464
21516 PR python/16113
21517 * gdb.python/py-type.c: Enhance test case.
21518 * gdb.python/py-value-cc.cc: Likewise
21519 * gdb.python/py-type.exp: Add new tests.
21520 * gdb.python/py-value-cc.exp: Likewise
21521
21522 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
21523 Pedro Alves <palves@redhat.com>
21524
21525 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
21526 Make "name" extern.
21527 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
21528 references to ${name}_start by references to ${name}.
21529
21530 2014-01-10 Joel Brobecker <brobecker@adacore.com>
21531
21532 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
21533
21534 2014-01-10 Joel Brobecker <brobecker@adacore.com>
21535
21536 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
21537
21538 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
21539 Pedro Alves <palves@redhat.com>
21540
21541 * gdb.mi/mi-info-os.exp: Connect to the target with
21542 mi_gdb_target_load.
21543
21544 2014-01-08 Pedro Alves <palves@redhat.com>
21545
21546 * gdb.threads/reconnect-signal.c: New file.
21547 * gdb.threads/reconnect-signal.exp: New file.
21548
21549 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21550
21551 * gdb.base/source-dir.exp: New file.
21552
21553 2014-01-07 Joel Brobecker <brobecker@adacore.com>
21554
21555 * gdb.ada/mi_interface: New testcase.
21556
21557 2014-01-07 Joel Brobecker <brobecker@adacore.com>
21558
21559 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
21560 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
21561 gdb.ada/pp-rec-component/pck.ads: New files.
21562
21563 2014-01-07 Joel Brobecker <brobecker@adacore.com>
21564
21565 * gdb.python/py-pp-integral.c: New file.
21566 * gdb.python/py-pp-integral.py: New file.
21567 * gdb.python/py-pp-integral.exp: New file.
21568
21569 For older changes see ChangeLog-1993-2013.
21570 \f
21571 ;; Local Variables:
21572 ;; mode: change-log
21573 ;; left-margin: 8
21574 ;; fill-column: 74
21575 ;; version-control: never
21576 ;; End:
21577
21578 Copyright 2014-2020 Free Software Foundation, Inc.
21579 Copying and distribution of this file, with or without modification,
21580 are permitted provided the copyright notice and this notice are preserved.
This page took 0.483085 seconds and 5 git commands to generate.