Rename some tests in find.exp
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-10-07 Tom Tromey <tromey@adacore.com>
2
3 * gdb.base/find.exp: Rename some tests.
4
5 2020-10-06 Gary Benson <gbenson@redhat.com>
6
7 * gdb.base/list0.c (unused): Add __attribute__ ((used)).
8 * gdb.base/list1.c (unused): Likewise.
9
10 2020-10-06 Gary Benson <gbenson@redhat.com>
11
12 * gdb.base/list-ambiguous0.c (ambiguous_var): Add
13 __attribute__ ((used)).
14 * gdb.base/list-ambiguous1.c (ambiguous_var): Likewise.
15
16 2020-10-06 Andrew Burgess <andrew.burgess@embecosm.com>
17
18 * gdb.base/m32r.ld: Remove SEARCH_DIR line. Add MEMORY regions,
19 make use of regions throughout.
20 * gdb.base/overlays.exp: Enclose string with variableds in "..",
21 not {...}.
22 * gdb.base/ovlymgr.c: Add 'string.h' and 'stdlib.h' includes.
23
24 2020-10-05 Hannes Domani <ssbssa@yahoo.de>
25
26 * gdb.base/call-sc.c: Fix return struct on stack test case.
27 * gdb.base/call-sc.exp: Likewise.
28
29 2020-10-02 Gary Benson <gbenson@redhat.com>
30
31 * README: Fix "paralell".
32
33 2020-09-30 Gary Benson <gbenson@redhat.com>
34
35 * gdb.dwarf2/dw2-double-set-die-type.S (.Ldie_3e0):
36 Convert directive to lowercase.
37 (.Labbrev1_begin): Add missing label.
38 (abbrev code 0x1): Remove DW_AT_stmt_list.
39 (.Ldie_b): Likewise.
40
41 2020-09-27 Tom Tromey <tom@tromey.com>
42
43 * gdb.tui/new-layout.exp: Use with_test_prefix.
44
45 2020-09-26 Gareth Rees <grees@undo.io> (tiny change)
46
47 PR python/26586
48 * gdb.python/python.exp: add test cases for the from_tty
49 argument to gdb.execute.
50
51 2020-09-25 Gary Benson <gbenson@redhat.com>
52
53 * gdb.base/infcall-nested-structs.exp.tcl: Add
54 additional_flags=-Wno-tautological-compare for C++
55 tests when compiling using Clang.
56
57 2020-09-25 Gary Benson <gbenson@redhat.com>
58
59 * lib/gdb.exp (gdb_compile): Pass "-x c++" earlier, and only
60 for .c files.
61
62 2020-09-24 Tom Tromey <tromey@adacore.com>
63
64 PR tui/26638:
65 * gdb.tui/list.exp: Check output of "focus next".
66
67 2020-09-23 Tom Tromey <tom@tromey.com>
68
69 * gdb.dwarf2/intbits.exp: New file.
70 * gdb.dwarf2/intbits.c: New file.
71
72 2020-09-20 Pedro Alves <pedro@palves.net>
73
74 * lib/mi-support.exp (mi_uncatched_gdb_exit) Switch to the main
75 spawn_id before calling remote_close. Close secondary MI channel.
76
77 2020-09-20 Pedro Alves <pedro@palves.net>
78
79 * gdb.base/testenv.exp (find_env): Bail out if printing 'envp[$i]'
80 fails.
81
82 2020-09-19 Andrew Burgess <andrew.burgess@embecosm.com>
83
84 * gdb.fortran/array-slices.exp: Update expected results.
85 * gdb.fortran/class-allocatable-array.exp: Likewise.
86 * gdb.fortran/multi-dim.exp: Likewise.
87 * gdb.fortran/vla-type.exp: Likewise.
88 * gdb.mi/mi-vla-fortran.exp: Likewise.
89
90 2020-09-18 Victor Collod <vcollod@nvidia.com>
91
92 PR gdb/26635
93 * gdb.arch/amd64-prologue-skip-cf-protection.exp: Make the test
94 compatible with i386, and move it to...
95 * gdb.arch/i386-prologue-skip-cf-protection.exp: ... here.
96 * gdb.arch/amd64-prologue-skip-cf-protection.c: Move to...
97 * gdb.arch/i386-prologue-skip-cf-protection.c: ... here.
98
99 2020-09-18 Pedro Alves <pedro@palves.net>
100
101 PR gdb/26631
102 * gdb.multi/multi-target-thread-find.exp: New file.
103
104 2020-09-18 Pedro Alves <pedro@palves.net>
105
106 * gdb.multi/multi-target-continue.exp: New file, factored out from
107 multi-target.exp.
108 * gdb.multi/multi-target-info-inferiors.exp: New file, factored out from
109 multi-target.exp.
110 * gdb.multi/multi-target-interrupt.exp: New file, factored out from
111 multi-target.exp.
112 * gdb.multi/multi-target-no-resumed.exp: New file, factored out from
113 multi-target.exp.
114 * gdb.multi/multi-target-ping-pong-next.exp: New file, factored out from
115 multi-target.exp.
116 * gdb.multi/multi-target.exp.tcl: New file, factored out from
117 multi-target.exp.
118 * gdb.multi/multi-target.exp: Delete.
119
120 2020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
121
122 * gdb.fortran/array-slices.exp: Add missing message data.
123
124 2020-09-17 Pedro Alves <pedro@palves.net>
125
126 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
127
128 2020-09-17 Pedro Alves <pedro@palves.net>
129
130 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
131 full prototype.
132
133 2020-09-17 Pedro Alves <pedro@palves.net>
134
135 * gdb.python/py-as-string.c: Add cast.
136
137 2020-09-17 Pedro Alves <pedro@palves.net>
138
139 * gdb.base/sizeof.c (fill): Add cast.
140
141 2020-09-17 Pedro Alves <pedro@palves.net>
142
143 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
144
145 2020-09-17 Pedro Alves <pedro@palves.net>
146
147 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
148 linkage name.
149 * gdb.base/prologue.exp: Use print /d.
150 * gdb.base/symbol-alias.exp: Handle C++ output.
151 * gdb.base/symbol-alias2.c: Handle C++ output.
152 [__cplusplus] (func): Explicitly specify linkage name.
153
154 2020-09-17 Pedro Alves <pedro@palves.net>
155
156 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
157 (struct my_key_t): ... this. Adjust all references.
158 (struct value_t): Rename to ...
159 (struct my_value_t): ... this. Adjust all references.
160 (create_map, add_map_element, create_map_map)
161 (add_map_map_element): Add casts.
162
163 2020-09-17 Pedro Alves <pedro@palves.net>
164
165 * gdb.python/py-framefilter-mi.c (funca): Add casts.
166 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
167
168 2020-09-17 Pedro Alves <pedro@palves.net>
169
170 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
171
172 2020-09-17 Pedro Alves <pedro@palves.net>
173
174 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
175 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
176 (charfoo, intfoo): Define full prototype.
177 * gdb.base/ptype1.c (charfoo): Define full prototype.
178 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
179 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
180
181 2020-09-17 Pedro Alves <pedro@palves.net>
182
183 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
184 Don't define.
185 (utf_32_string): Compile for both C and C++.
186 * gdb.base/charset.exp: Use "print /d".
187
188 2020-09-17 Pedro Alves <pedro@palves.net>
189
190 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
191 (nullptr): Rename to ...
192 (null_ptr): ... this.
193 * gdb.base/watchpoint.exp: Adjust to rename.
194
195 2020-09-17 Pedro Alves <pedro@palves.net>
196
197 * gdb.base/printcmds.c (three, flag_enum_without_zero)
198 (three_not_flag): Add casts.
199
200 2020-09-17 Pedro Alves <pedro@palves.net>
201
202 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
203 char array.
204 (main): Add references to Barrier, TestStrings, TestStringsH and
205 TestStringsW.
206 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
207 and expect a full prototype in C++.
208
209 2020-09-17 Pedro Alves <pedro@palves.net>
210
211 * gdb.base/nested-addr.c (main): Add cast.
212 * gdb.base/nested-addr.exp: Use "print /d".
213
214 2020-09-17 Pedro Alves <pedro@palves.net>
215
216 * gdb.base/break.exp (func): New. Use it throughout when
217 expecting a function name.
218
219 2020-09-17 Pedro Alves <pedro@palves.net>
220
221 * gdb.base/display.exp: Issue "set print asm-demangle on".
222
223 2020-09-17 Pedro Alves <pedro@palves.net>
224
225 * gdb.base/find.c: Include <string.h>.
226 (init_bufs): Add cast.
227 * gdb.base/find.exp: Issue "set print asm-demangle on".
228
229 2020-09-16 Tom Tromey <tromey@adacore.com>
230
231 PR gdb/26598:
232 * gdb.base/skipcxx.exp: New file.
233 * gdb.base/skipcxx.cc: New file.
234
235 2020-09-16 Tom de Vries <tdevries@suse.de>
236
237 PR testsuite/26617
238 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
239 WITH_DEBUG_SECTIONS is defined.
240 (xstr, str): New macro.
241 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
242 to get start and size of _Dmain.
243 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
244 using additional_flags.
245
246 2020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
247
248 * gdb.base/bp-cmds-sourced-script.c: New file.
249 * gdb.base/bp-cmds-sourced-script.exp: New test.
250 * gdb.base/bp-cmds-sourced-script.gdb: New file.
251
252 2020-09-16 Tom de Vries <tdevries@suse.de>
253
254 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
255 get the gdb prompt after issuing "monitor exit".
256
257 2020-09-16 Tom de Vries <tdevries@suse.de>
258
259 PR testsuite/26624
260 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
261
262 2020-09-16 Tom de Vries <tdevries@suse.de>
263
264 PR testsuite/26618
265 * gdb.tui/new-layout.exp: Escape unbalanced braces.
266
267 2020-09-15 Tom Tromey <tromey@adacore.com>
268
269 PR rust/26197:
270 * lib/rust-support.exp (rust_llvm_version): New proc.
271 * gdb.rust/simple.exp: Check rust_llvm_version.
272
273 2020-09-14 Tom de Vries <tdevries@suse.de>
274
275 * gdb.rust/traits.exp: Fix PATH warning.
276
277 2020-09-13 Pedro Alves <pedro@palves.net>
278
279 * gdb.base/catch-follow-exec.c (main): Add explicit return
280 statement.
281 * gdb.base/catch-signal.c (main): Likewise.
282 * gdb.base/condbreak-call-false.c (main): Likewise.
283 * gdb.base/consecutive.c (main): Add explicit return
284 statement and return type.
285 * gdb.base/cursal.c (main): Add explicit return statement.
286 * gdb.base/cvexpr.c (main): Likewise.
287 * gdb.base/display.c (main): Add explicit return statement and
288 return type.
289 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
290 * gdb.base/endianity.c (main): Likewise.
291 * gdb.base/execd-prog.c (main): Likewise.
292 * gdb.base/gdb1090.c (main): Likewise.
293 * gdb.base/info_qt.c (main): Likewise.
294 * gdb.base/lineinc.c (main): Likewise.
295 * gdb.base/load-command.c (main): Likewise.
296 * gdb.base/macscp1.c (main): Likewise.
297 * gdb.base/pr10179-a.c (main): Likewise.
298 * gdb.base/quit-live.c (main): Likewise.
299 * gdb.base/scope0.c (main): Likewise.
300 * gdb.base/settings.c (main): Likewise.
301 * gdb.base/stack-checking.c (main): Return int.
302 * gdb.base/varargs.c (main): Add explicit return statement.
303 * gdb.cp/ambiguous.cc (main): Likewise.
304 * gdb.cp/anon-struct.cc (main): Likewise.
305 * gdb.cp/anon-union.cc (main): Likewise.
306 * gdb.cp/bool.cc (main): Likewise.
307 * gdb.cp/bs15503.cc (main): Likewise.
308 * gdb.cp/cplusfuncs.cc (main): Likewise.
309 * gdb.cp/cttiadd.cc (main): Likewise.
310 * gdb.cp/extern-c.cc (main): Likewise.
311 * gdb.cp/filename.cc (main): Likewise.
312 * gdb.cp/formatted-ref.cc (main): Likewise.
313 * gdb.cp/mb-ctor.cc (main): Likewise.
314 * gdb.cp/member-ptr.cc (main): Likewise.
315 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
316 * gdb.cp/overload-const.cc (main): Likewise.
317 * gdb.cp/paren-type.cc (main): Likewise.
318 * gdb.cp/parse-lang.cc (main): Likewise.
319 * gdb.cp/pr-1023.cc (main): Likewise.
320 * gdb.cp/psmang1.cc (main): Likewise.
321 * gdb.cp/readnow-language.cc (main): Likewise.
322 * gdb.cp/ref-params.cc (main): Likewise.
323 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
324 * gdb.cp/virtbase2.cc (main): Likewise.
325 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
326 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
327 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
328 * gdb.mi/mi-console.c (main): Likewise.
329 * gdb.mi/mi-read-memory.c (main): Likewise.
330 * gdb.modula2/multidim.c (main): Likewise.
331 * gdb.opt/inline-small-func.c (main): Likewise.
332 * gdb.python/py-rbreak.c (main): Likewise.
333 * gdb.stabs/exclfwd1.c (main): Likewise.
334 * gdb.trace/qtro.c (main): Likewise.
335
336 2020-09-13 Pedro Alves <pedro@palves.net>
337
338 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
339 instead of getenv.
340
341 2020-09-13 Pedro Alves <pedro@palves.net>
342
343 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
344 instead of spawning GDB with remote_spawn.
345 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
346 gdb_spawn instead of spawning GDB with remote_spawn.
347
348 2020-09-13 Pedro Alves <pedro@palves.net>
349
350 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
351 file and add calls to first and second.
352 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
353 add call to f.
354
355 2020-09-13 Pedro Alves <pedro@palves.net>
356
357 * gdb.mi/mi-break-qualified.cc: New file.
358 * gdb.mi/mi-break-qualified.exp: New file.
359 * lib/mi-support.exp (mi_create_breakpoint_multi)
360 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
361 procedures.
362 (mi_create_breakpoint_1): New, factored out from
363 mi_create_breakpoint.
364
365 2020-09-13 Pedro Alves <pedro@palves.net>
366
367 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
368 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
369 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
370 (register_class): Delete.
371 (main): Don't call register_class.
372
373 2020-09-13 Pedro Alves <pedro@palves.net>
374
375 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
376 (do_tests): Remove "calling method for small class" test.
377 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
378 (register_class): Delete.
379 (main): Don't call register_class.
380 * gdb.cp/call-method-register.exp: New file, based on bits removed
381 from classes.exp.
382 * gdb.cp/call-method-register.cc: New file, based on bits removed
383 from classes.cc.
384
385 2020-09-13 Pedro Alves <pedro@palves.net>
386
387 * gdb.base/msym-bp-2.c: New.
388 * gdb.base/msym-bp-shl-lib.c: New file.
389 * gdb.base/msym-bp-shl-main-2.c: New file.
390 * gdb.base/msym-bp-shl-main.c: New file.
391 * gdb.base/msym-bp-shl.exp: New file.
392 * gdb.base/msym-bp.c: New file.
393 * gdb.base/msym-bp.exp: New file.
394
395 2020-09-13 Joel Brobecker <brobecker@adacore.com>
396
397 * gdb.base/default.exp: Change $_gdb_major to 11.
398
399 2020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
400 Felix Willgerodt <Felix.Willgerodt@intel.com>
401
402 * x86-avx512bf16.c: New file.
403 * x86-avx512bf16.exp: Likewise.
404 * lib/gdb.exp (skip_avx512bf16_tests): New function.
405
406 2020-09-11 Tom de Vries <tdevries@suse.de>
407
408 PR exp/26602
409 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
410
411 2020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
412
413 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
414
415 2020-09-10 Alan Modra <amodra@gmail.com>
416
417 PR 26597
418 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
419
420 2020-09-08 Tom de Vries <tdevries@suse.de>
421
422 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
423 after gdb_starti_cmd.
424
425 2020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
426
427 * lib/fortran.exp (fortran_complex8): New proc.
428 (fortran_complex16): New proc.
429 * gdb.fortran/complex.exp: Use routines from fortran.exp
430 * gdb.fortran/pointer-to-pointer.exp: Likewise.
431 * gdb.fortran/vla-ptr-info.exp: Likewise.
432
433 2020-09-03 Tom de Vries <tdevries@suse.de>
434
435 PR breakpoint/26546
436 * gdb.base/label-without-address.exp: Runto main first.
437
438 2020-09-02 Tom Tromey <tromey@adacore.com>
439
440 * gdb.ada/mi_var_access.exp: Test children of access variable.
441 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
442 * gdb.ada/mi_var_array.exp: Update.
443
444 2020-08-31 Kevin Buettner <kevinb@redhat.com>
445
446 * gdb.base/corefile.exp (warning-free): XFAIL test when running
447 on docker w/ AUFS storage driver.
448
449 2020-08-31 Kevin Buettner <kevinb@redhat.com>
450
451 * gdb.base/corefile2.exp (renamed binfile): New tests.
452
453 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
454
455 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
456
457 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
458
459 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
460 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
461
462 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
463
464 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
465 output, printing a "not saved" value from history and printing a
466 convenience variable created from a "not saved" value.
467
468 2020-08-31 Tom de Vries <tdevries@suse.de>
469
470 * gdb.base/eh_return.exp: Use nopie.
471
472 2020-08-28 Pedro Alves <pedro@palves.net>
473
474 * gdb.base/advance-until-multiple-locations.exp
475 (advance_overload, until_overload): Adjust to match the
476 frame/function header instead of the source line text.
477
478 2020-08-28 Tom de Vries <tdevries@suse.de>
479
480 * gdb.base/label-without-address.c: New test.
481 * gdb.base/label-without-address.exp: New file.
482
483 2020-08-27 Pedro Alves <pedro@palves.net>
484
485 PR gdb/26523
486 PR gdb/26524
487 * gdb.base/advance-until-multiple-locations.cc: New.
488 * gdb.base/advance-until-multiple-locations.exp: New.
489
490 2020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
491
492 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
493
494 2020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
495
496 * gdb.arch/amd64-byte.exp: Make test names unique, use
497 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
498 * gdb.arch/amd64-dword.exp: Likewise.
499 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
500 * gdb.arch/amd64-stap-special-operands.exp: Make test names
501 unique.
502 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
503 * gdb.arch/amd64-word.exp: Make test names unique, use
504 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
505 * gdb.arch/i386-byte.exp: Make test names unique, use
506 gdb_breakpoint.
507 * gdb.arch/i386-word.exp: Likewise.
508
509 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
510
511 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
512
513 2020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
514
515 PR gdb/26532
516 * gdb.threads/stepi-random-signal.exp: Update pattern.
517
518 2020-08-25 Simon Marchi <simon.marchi@efficios.com>
519
520 PR gdb/26532
521 * gdb.base/ui-redirect.exp: Update pattern.
522
523 2020-08-25 Gary Benson <gbenson@redhat.com>
524
525 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
526 when compiling with clang.
527 * gdb.dwarf2/dw2-restore.exp: Likewise.
528
529 2020-08-25 Gary Benson <gbenson@redhat.com>
530
531 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
532 Add additional_flags=-Wno-inaccessible-base when compiling
533 with GCC >= 10.1 or clang. Add additional_flags=-w when
534 compiling with GCC < 10.
535
536 2020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
537
538 PR m2/26372
539 * gdb.modula2/multidim.c: New file.
540 * gdb.modula2/multidim.exp: New file.
541
542 2020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
543
544 * lib/gdb.exp (runto): Always emit fail on internal error.
545
546 2020-08-24 Simon Marchi <simon.marchi@efficios.com>
547
548 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
549 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
550 Likewise.
551 * gdb.threads/stepi-random-signal.exp: Likewise.
552
553 2020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
554
555 * gdb.base/print-file-var.exp: Fix typo "breapoint".
556 * gdb.trace/strace.exp: Ditto.
557
558 2020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
559
560 * gdb.fortran/vla-type.exp: Skip commands not required for
561 the Flang compiled binaries after prologue fix.
562
563 2020-08-17 Tom de Vries <tdevries@suse.de>
564 Tom Tromey <tromey@adacore.com>
565
566 PR rust/26197:
567 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
568
569 2020-08-17 Tom Tromey <tromey@adacore.com>
570
571 * gdb.ada/mi_var_access.exp: New file.
572 * gdb.ada/mi_var_access/mi_access.adb: New file.
573 * gdb.ada/mi_var_access/pck.adb: New file.
574 * gdb.ada/mi_var_access/pck.ads: New file.
575
576 2020-08-16 Tom de Vries <tdevries@suse.de>
577
578 PR gdb/25350
579 * gdb.base/eh_return.c: New test.
580 * gdb.base/eh_return.exp: New file.
581
582 2020-08-15 Tom de Vries <tdevries@suse.de>
583
584 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
585 (mixed_func_1d_): Use fortran_charlen_t in decl.
586
587 2020-08-15 Tom de Vries <tdevries@suse.de>
588
589 PR backtrace/26390
590 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
591 Update expected pattern.
592
593 2020-08-13 Pedro Alves <pedro@palves.net>
594
595 * gdb.fortran/complex.exp: Check skip_fortran_tests.
596 * gdb.fortran/library-module.exp: Likewise.
597 * gdb.fortran/logical.exp: Likewise.
598 * gdb.fortran/module.exp: Likewise.
599 * gdb.fortran/print_type.exp: Likewise.
600 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
601 * gdb.fortran/vla-datatypes.exp: Likewise.
602 * gdb.fortran/vla-history.exp: Likewise.
603 * gdb.fortran/vla-ptr-info.exp: Likewise.
604 * gdb.fortran/vla-ptype-sub.exp: Likewise.
605 * gdb.fortran/vla-ptype.exp: Likewise.
606 * gdb.fortran/vla-sizeof.exp: Likewise.
607 * gdb.fortran/vla-type.exp: Likewise.
608 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
609 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
610 * gdb.fortran/vla-value-sub.exp: Likewise.
611 * gdb.fortran/vla-value.exp: Likewise.
612
613 2020-08-13 Pedro Alves <pedro@palves.net>
614
615 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
616 * gdb.ada/access_to_packed_array.exp: Likewise.
617 * gdb.ada/access_to_unbounded_array.exp: Likewise.
618 * gdb.ada/addr_arith.exp: Likewise.
619 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
620 * gdb.ada/arr_arr.exp: Likewise.
621 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
622 * gdb.ada/array_bounds.exp: Likewise.
623 * gdb.ada/array_of_variable_length.exp: Likewise.
624 * gdb.ada/array_ptr_renaming.exp: Likewise.
625 * gdb.ada/array_subscript_addr.exp: Likewise.
626 * gdb.ada/arraydim.exp: Likewise.
627 * gdb.ada/arrayparam.exp: Likewise.
628 * gdb.ada/arrayptr.exp: Likewise.
629 * gdb.ada/assign_1.exp: Likewise.
630 * gdb.ada/assign_arr.exp: Likewise.
631 * gdb.ada/atomic_enum.exp: Likewise.
632 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
633 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
634 * gdb.ada/bias.exp: Likewise.
635 * gdb.ada/boolean_expr.exp: Likewise.
636 * gdb.ada/bp_c_mixed_case.exp: Likewise.
637 * gdb.ada/bp_enum_homonym.exp: Likewise.
638 * gdb.ada/bp_inlined_func.exp: Likewise.
639 * gdb.ada/bp_on_var.exp: Likewise.
640 * gdb.ada/bp_range_type.exp: Likewise.
641 * gdb.ada/bp_reset.exp: Likewise.
642 * gdb.ada/call_pn.exp: Likewise.
643 * gdb.ada/catch_assert_if.exp: Likewise.
644 * gdb.ada/catch_ex.exp: Likewise.
645 * gdb.ada/catch_ex_std.exp: Likewise.
646 * gdb.ada/char_enum.exp: Likewise.
647 * gdb.ada/char_param.exp: Likewise.
648 * gdb.ada/complete.exp: Likewise.
649 * gdb.ada/cond_lang.exp: Likewise.
650 * gdb.ada/convvar_comp.exp: Likewise.
651 * gdb.ada/dgopt.exp: Likewise.
652 * gdb.ada/disc_arr_bound.exp: Likewise.
653 * gdb.ada/display_nested.exp: Likewise.
654 * gdb.ada/dot_all.exp: Likewise.
655 * gdb.ada/dyn_loc.exp: Likewise.
656 * gdb.ada/dyn_stride.exp: Likewise.
657 * gdb.ada/excep_handle.exp: Likewise.
658 * gdb.ada/expr_delims.exp: Likewise.
659 * gdb.ada/expr_with_funcall.exp: Likewise.
660 * gdb.ada/exprs.exp: Likewise.
661 * gdb.ada/fin_fun_out.exp: Likewise.
662 * gdb.ada/fixed_cmp.exp: Likewise.
663 * gdb.ada/formatted_ref.exp: Likewise.
664 * gdb.ada/frame_arg_lang.exp: Likewise.
665 * gdb.ada/frame_args.exp: Likewise.
666 * gdb.ada/fullname_bp.exp: Likewise.
667 * gdb.ada/fun_addr.exp: Likewise.
668 * gdb.ada/fun_in_declare.exp: Likewise.
669 * gdb.ada/fun_overload_menu.exp: Likewise.
670 * gdb.ada/fun_renaming.exp: Likewise.
671 * gdb.ada/funcall_char.exp: Likewise.
672 * gdb.ada/funcall_param.exp: Likewise.
673 * gdb.ada/funcall_ptr.exp: Likewise.
674 * gdb.ada/funcall_ref.exp: Likewise.
675 * gdb.ada/homonym.exp: Likewise.
676 * gdb.ada/info_addr_mixed_case.exp: Likewise.
677 * gdb.ada/info_auto_lang.exp: Likewise.
678 * gdb.ada/info_exc.exp: Likewise.
679 * gdb.ada/info_types.exp: Likewise.
680 * gdb.ada/int_deref.exp: Likewise.
681 * gdb.ada/interface.exp: Likewise.
682 * gdb.ada/iwide.exp: Likewise.
683 * gdb.ada/lang_switch.exp: Likewise.
684 * gdb.ada/length_cond.exp: Likewise.
685 * gdb.ada/maint_with_ada.exp: Likewise.
686 * gdb.ada/mi_catch_assert.exp: Likewise.
687 * gdb.ada/mi_catch_ex.exp: Likewise.
688 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
689 * gdb.ada/mi_dyn_arr.exp: Likewise.
690 * gdb.ada/mi_ex_cond.exp: Likewise.
691 * gdb.ada/mi_exc_info.exp: Likewise.
692 * gdb.ada/mi_interface.exp: Likewise.
693 * gdb.ada/mi_prot.exp: Likewise.
694 * gdb.ada/mi_ref_changeable.exp: Likewise.
695 * gdb.ada/mi_string_access.exp: Likewise.
696 * gdb.ada/mi_task_arg.exp: Likewise.
697 * gdb.ada/mi_task_info.exp: Likewise.
698 * gdb.ada/mi_var_array.exp: Likewise.
699 * gdb.ada/mi_var_union.exp: Likewise.
700 * gdb.ada/mi_variant.exp: Likewise.
701 * gdb.ada/minsyms.exp: Likewise.
702 * gdb.ada/mod_from_name.exp: Likewise.
703 * gdb.ada/nested.exp: Likewise.
704 * gdb.ada/null_array.exp: Likewise.
705 * gdb.ada/optim_drec.exp: Likewise.
706 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
707 * gdb.ada/packed_array_assign.exp: Likewise.
708 * gdb.ada/packed_tagged.exp: Likewise.
709 * gdb.ada/pp-rec-component.exp: Likewise.
710 * gdb.ada/print_chars.exp: Likewise.
711 * gdb.ada/print_pc.exp: Likewise.
712 * gdb.ada/ptr_typedef.exp: Likewise.
713 * gdb.ada/ptype_arith_binop.exp: Likewise.
714 * gdb.ada/ptype_array.exp: Likewise.
715 * gdb.ada/ptype_field.exp: Likewise.
716 * gdb.ada/ptype_tagged_param.exp: Likewise.
717 * gdb.ada/ptype_union.exp: Likewise.
718 * gdb.ada/py_range.exp: Likewise.
719 * gdb.ada/py_taft.exp: Likewise.
720 * gdb.ada/rdv_wait.exp: Likewise.
721 * gdb.ada/rec_comp.exp: Likewise.
722 * gdb.ada/rec_return.exp: Likewise.
723 * gdb.ada/ref_param.exp: Likewise.
724 * gdb.ada/ref_tick_size.exp: Likewise.
725 * gdb.ada/rename_subscript_param.exp: Likewise.
726 * gdb.ada/repeat_dyn.exp: Likewise.
727 * gdb.ada/same_component_name.exp: Likewise.
728 * gdb.ada/same_enum.exp: Likewise.
729 * gdb.ada/scalar_storage.exp: Likewise.
730 * gdb.ada/set_wstr.exp: Likewise.
731 * gdb.ada/small_reg_param.exp: Likewise.
732 * gdb.ada/str_binop_equal.exp: Likewise.
733 * gdb.ada/str_ref_cmp.exp: Likewise.
734 * gdb.ada/str_uninit.exp: Likewise.
735 * gdb.ada/sub_variant.exp: Likewise.
736 * gdb.ada/sym_print_name.exp: Likewise.
737 * gdb.ada/taft_type.exp: Likewise.
738 * gdb.ada/tagged.exp: Likewise.
739 * gdb.ada/tagged_access.exp: Likewise.
740 * gdb.ada/task_bp.exp: Likewise.
741 * gdb.ada/task_switch_in_core.exp: Likewise.
742 * gdb.ada/tasks.exp: Likewise.
743 * gdb.ada/tick_last_segv.exp: Likewise.
744 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
745 * gdb.ada/type_coercion.exp: Likewise.
746 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
747 * gdb.ada/unchecked_union.exp: Likewise.
748 * gdb.ada/uninitialized_vars.exp: Likewise.
749 * gdb.ada/var_arr_attrs.exp: Likewise.
750 * gdb.ada/var_arr_typedef.exp: Likewise.
751 * gdb.ada/var_rec_arr.exp: Likewise.
752 * gdb.ada/variant-record.exp: Likewise.
753 * gdb.ada/variant.exp: Likewise.
754 * gdb.ada/variant_record_packed_array.exp: Likewise.
755 * gdb.ada/varsize_limit.exp: Likewise.
756 * gdb.ada/whatis_array_val.exp: Likewise.
757 * gdb.ada/widewide.exp: Likewise.
758 * gdb.ada/win_fu_syms.exp: Likewise.
759
760 2020-08-12 Gary Benson <gbenson@redhat.com>
761
762 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
763
764 2020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
765
766 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
767 unset the array variable.
768
769 2020-08-03 Tom de Vries <tdevries@suse.de>
770
771 PR symtab/26333
772 * lib/dwarf.exp (DW_LNE_user): New proc.
773 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
774 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
775
776 2020-07-31 Kevin Buettner <kevinb@redhat.com>
777
778 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
779 to 'uintptr_t'
780 (inttypes.h): Include.
781
782 2020-07-31 Kevin Buettner <kevinb@redhat.com>
783
784 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
785 (C5_24k): Delete.
786 (C5_8k, C5_64k, C5_256k): New macros.
787 (buf_ro): Allocate 256 KiB of initialized data.
788
789 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
790
791 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
792 that attempt to overwrite an existing condition with a condition
793 that fails parsing and also with a condition that parses fine
794 but contains junk at the end.
795
796 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
797
798 * gdb.base/condbreak-bad.c: New test.
799 * gdb.base/condbreak-bad.exp: New file.
800
801 2020-07-30 Tom de Vries <tdevries@suse.de>
802
803 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
804 out of ...
805 (GDBInfoModuleSymbols::check_entry): ... here.
806 (GDBInfoModuleSymbols::check_optional_entry): New proc.
807 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
808 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
809
810 2020-07-30 Tom de Vries <tdevries@suse.de>
811
812 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
813 "__class_some_module_Number_t" optional.
814
815 2020-07-29 Tom de Vries <tdevries@suse.de>
816
817 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
818 multiple locations.
819
820 2020-07-29 Tom de Vries <tdevries@suse.de>
821
822 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
823 rather than function name.
824
825 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
826
827 PR symtab/26270:
828 * gdb.cp/disasm-func-name.cc: New file.
829 * gdb.cp/disasm-func-name.exp: New file.
830
831 2020-07-28 Tom Tromey <tromey@adacore.com>
832
833 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
834 'varval' location.
835
836 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
837
838 * gdb.python/py-unwind.py: Update to make use of a register
839 descriptor.
840
841 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
842
843 * gdb.python/py-arch-reg-names.exp: Add additional tests.
844
845 2020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
846
847 PR fortran/23051
848 PR fortran/26139
849 * gdb.fortran/class-allocatable-array.exp: New file.
850 * gdb.fortran/class-allocatable-array.f90: New file.
851 * gdb.fortran/pointer-to-pointer.exp: New file.
852 * gdb.fortran/pointer-to-pointer.f90: New file.
853
854 2020-07-25 Tom de Vries <tdevries@suse.de>
855
856 PR symtab/26243
857 * gdb.dwarf2/dw2-line-number-zero.c: New test.
858 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
859
860 2020-07-24 Tom de Vries <tdevries@suse.de>
861
862 PR testsuite/26293
863 * gdb.ada/mi_prot.exp: Require gnatmake-8.
864
865 2020-07-23 Pedro Alves <pedro@palves.net>
866
867 * gdb.server/server-kill.exp (prepare): New, factored out from the
868 top level.
869 (kill_server): New.
870 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
871 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
872
873 2020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
874
875 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
876
877 2020-07-22 Sandra Loosemore <sandra@codesourcery.com>
878
879 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
880 Initialize to empty string at top level.
881 (gdb_wrapper_init): Revert check for file existence on build.
882 Build the wrapper in its default place, not a build-specific
883 location. When host == build, make the pathname absolute.
884 (gdb_compile): Delete leftover declaration of
885 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
886 string instead of uninitialized.
887
888 2020-07-22 Kevin Buettner <kevinb@redhat.com>
889
890 * gdb.base/corefile2.exp: New file.
891 * gdb.base/coremaker2.exp: New file.
892
893 2020-07-22 Kevin Buettner <kevinb@redhat.com>
894
895 * gdb.base/coredump-filter.exp: Add second
896 non-Private-Shared-Anon-File test.
897 (test_disasm): Rename binfile for test which is expected
898 to fail.
899
900 2020-07-22 Kevin Buettner <kevinb@redhat.com>
901
902 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
903 data in core file".
904 * gdb.base/coremaker.c (buf2ro): New global.
905 (mmapdata): Add a read-only mmap mapping.
906
907 2020-07-22 Kevin Buettner <kevinb@redhat.com>
908
909 PR corefiles/25631
910 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
911 New test.
912 * gdb.base/coremaker.c (buf3): New global.
913 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
914 flags.
915
916 2020-07-22 Kevin Buettner <kevinb@redhat.com>
917
918 * gdb.base/coremaker.c (filler_ro): New global constant.
919
920 2020-07-22 Tom Tromey <tromey@adacore.com>
921
922 * gdb.ada/mi_prot.exp: New file.
923 * gdb.ada/mi_prot/pkg.adb: New file.
924 * gdb.ada/mi_prot/pkg.ads: New file.
925 * gdb.ada/mi_prot/prot.adb: New file.
926
927 2020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
928
929 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
930 loads two JITers.
931
932 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
933
934 * gdb.python/py-arch-reg-groups.exp: Additional tests.
935
936 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
937
938 * gdb.python/py-arch-reg-names.exp: Additional tests.
939
940 2020-07-21 Tom de Vries <tdevries@suse.de>
941
942 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
943 breakpoint locations".
944 * gdb.reverse/solib-reverse.exp: Same.
945
946 2020-07-21 Tom de Vries <tdevries@suse.de>
947
948 * gdb.reverse/step-reverse.c (callee): Merge statements.
949
950 2020-07-21 Tom de Vries <tdevries@suse.de>
951
952 * gdb.fortran/info-modules.exp (info module variables): Allow missing
953 line numbers for some variables.
954
955 2020-07-21 Tom de Vries <tdevries@suse.de>
956
957 * gdb.opt/inline-locals.c (init_array): New func.
958 (func1): Use init_array.
959 * gdb.opt/inline-locals.exp: Update pattern.
960
961 2020-07-21 Tom de Vries <tdevries@suse.de>
962
963 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
964 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
965
966 2020-07-20 Ludovic Courtès <ludo@gnu.org>
967
968 * gdb.guile/source2.scm: Add #f first argument to 'format'.
969 * gdb.guile/types-module.exp: Remove "ERROR:" from
970 regexps since Guile 3.0 no longer prints that.
971
972 2020-07-20 Ludovic Courtès <ludo@gnu.org>
973
974 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
975 error regexp to match on Guile 2.2.
976
977 2020-07-20 Gary Benson <gbenson@redhat.com>
978
979 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
980 with clang.
981
982 2020-07-20 Tom de Vries <tdevries@suse.de>
983
984 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
985 (omp_set_lock_in_order): New function.
986 (single_scope, multi_scope, nested_func, nested_parallel): Use
987 omp_set_lock_in_order and omp_unset_lock.
988 (main): Init and destroy lock and lock2.
989
990 2020-07-20 Tom de Vries <tdevries@suse.de>
991
992 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
993
994 2020-07-20 Tom de Vries <tdevries@suse.de>
995
996 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
997
998 2020-07-17 Tom de Vries <tdevries@suse.de>
999
1000 * gdb.base/valgrind-infcall-2.c: New test.
1001 * gdb.base/valgrind-infcall-2.exp: New file.
1002 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
1003
1004 2020-07-17 Tom de Vries <tdevries@suse.de>
1005
1006 * gdb.dlang/circular.c (found): Use found_label as label name.
1007 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
1008 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
1009 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
1010 * gdb.dwarf2/ada-linkage-name.exp: Same.
1011 * gdb.dwarf2/arr-subrange.exp: Same.
1012 * gdb.dwarf2/atomic-type.exp: Same.
1013 * gdb.dwarf2/comp-unit-lang.exp: Same.
1014 * gdb.dwarf2/cpp-linkage-name.exp: Same.
1015 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
1016 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
1017 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
1018 * gdb.dwarf2/implptr-64bit.exp: Same.
1019 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
1020 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
1021 * gdb.dwarf2/imported-unit.exp: Same.
1022 * gdb.dwarf2/main-subprogram.exp: Same.
1023 * gdb.dwarf2/missing-type-name.exp: Same.
1024 * gdb.dwarf2/nonvar-access.exp: Same.
1025 * gdb.dwarf2/struct-with-sig.exp: Same.
1026 * gdb.dwarf2/typedef-void-finish.exp: Same.
1027 * gdb.dwarf2/void-type.exp: Same.
1028
1029 2020-07-17 Tom de Vries <tdevries@suse.de>
1030
1031 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
1032 src parameter.
1033 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
1034 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
1035 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
1036 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
1037 * gdb.dwarf2/dwz.exp: Same.
1038 * gdb.dwarf2/implptr-optimized-out.exp: Same.
1039 * gdb.dwarf2/implref-array.exp: Same.
1040 * gdb.dwarf2/implref-const.exp: Same.
1041 * gdb.dwarf2/implref-global.exp: Same.
1042 * gdb.dwarf2/implref-struct.exp: Same.
1043 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
1044 * gdb.dwarf2/opaque-type-lookup.exp: Same.
1045 * gdb.dwarf2/var-access.exp: Same.
1046 * gdb.dwarf2/varval.exp: Same.
1047 * gdb.trace/entry-values.exp: Same.
1048
1049 2020-07-17 Tom de Vries <tdevries@suse.de>
1050
1051 * lib/dwarf.exp (Dwarf::extern): Remove.
1052 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
1053 * gdb.dlang/circular.exp: Same.
1054 * gdb.dwarf2/comp-unit-lang.exp: Same.
1055 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
1056 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
1057 * gdb.dwarf2/dwz.exp: Same.
1058 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
1059 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
1060 * gdb.dwarf2/imported-unit.exp: Same.
1061 * gdb.dwarf2/opaque-type-lookup.exp: Same.
1062
1063 2020-07-16 Sandra Loosemore <sandra@codesourcery.com>
1064
1065 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
1066 Use double quotes instead of single quotes.
1067
1068 2020-07-16 Caroline Tice <cmtice@google.com>
1069
1070 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
1071 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
1072
1073 2020-07-16 Tom de Vries <tdevries@suse.de>
1074
1075 * lib/dwarf.exp (program): Initialize _line.
1076 (DW_LNE_end_sequence): Reinitialize _line.
1077 (DW_LNS_advance_line): Update _line.
1078 (line): New proc.
1079 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
1080 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
1081 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
1082 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
1083 * gdb.dwarf2/dw2-is-stmt.exp: Same.
1084 * gdb.dwarf2/dw2-ranges-func.exp: Same.
1085
1086 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
1087
1088 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
1089 generic.
1090
1091 2020-07-15 Tom de Vries <tdevries@suse.de>
1092
1093 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
1094 is_amd64_regs_target.
1095
1096 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
1097
1098 * gdb.fortran/ptype-on-functions.exp: Add more tests.
1099 * gdb.fortran/ptype-on-functions.f90: Likewise.
1100
1101 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
1102
1103 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
1104 values in documentation for addr_size to 4 and 8.
1105
1106 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
1107
1108 * gdb.arch/amd64-osabi.exp: Update.
1109 * gdb.arch/arm-disassembler-options.exp: Update.
1110 * gdb.arch/powerpc-disassembler-options.exp: Update.
1111 * gdb.arch/ppc64-symtab-cordic.exp: Update.
1112 * gdb.arch/s390-disassembler-options.exp: Update.
1113 * gdb.base/all-architectures.exp.tcl: Update.
1114 * gdb.base/attach-pie-noexec.exp: Update.
1115 * gdb.base/catch-syscall.exp: Update.
1116 * gdb.xml/tdesc-arch.exp: Update.
1117
1118 2020-07-14 Tom de Vries <tdevries@suse.de>
1119
1120 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
1121 (local_gettid): ... this.
1122 (fn): Update.
1123
1124 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
1125
1126 * gdb.base/info_sources.exp: Skip directory match tests on
1127 remote hosts.
1128
1129 2020-07-13 Gary Benson <gbenson@redhat.com>
1130
1131 * gdb.base/savedregs.exp (caller): Use parentheses to
1132 make expected expression evaluation ordering explicit.
1133
1134 2020-07-13 Gary Benson <gbenson@redhat.com>
1135
1136 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
1137
1138 2020-07-13 Gary Benson <gbenson@redhat.com>
1139
1140 * gdb.base/bigcore.c (main): Use a volatile pointer when
1141 attempting to trigger a SIGSEGV.
1142 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
1143 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
1144 * gdb.base/savedregs.c (thrower): Likewise.
1145 * gdb.mi/mi-syn-frame.c (bar): Likewise.
1146
1147 2020-07-13 Gary Benson <gbenson@redhat.com>
1148
1149 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
1150 defining and using VLA structure fields into...
1151 * gdb.base/vla-struct-fields.c: New file.
1152 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
1153 tests into...
1154 * gdb.base/vla-struct-fields.exp: New file.
1155
1156 2020-07-13 Tom de Vries <tdevries@suse.de>
1157
1158 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
1159 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
1160 * gdb.base/gold-gdb-index.exp: Same.
1161 * gdb.base/morestack.exp: Same.
1162
1163 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
1164
1165 PR rust/26121
1166 * gdb.rust/modules.rs: Prevent linker from discarding test
1167 symbol.
1168
1169 2020-07-10 Pedro Alves <pedro@palves.net>
1170
1171 PR gdb/26199
1172 * gdb.multi/multi-target.c (exit_thread): New.
1173 (thread_start): Break loop if EXIT_THREAD.
1174 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
1175 (top level) Call test_no_resumed.
1176
1177 2020-07-08 Tom Tromey <tromey@adacore.com>
1178
1179 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
1180 * gdb.ada/catch_ex.exp: Examine catchpoint text.
1181
1182 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1183
1184 PR python/22748
1185 * gdb.opt/inline-frame-tailcall.c: New file.
1186 * gdb.opt/inline-frame-tailcall.exp: New file.
1187 * gdb.python/py-unwind-inline.c: New file.
1188 * gdb.python/py-unwind-inline.exp: New file.
1189 * gdb.python/py-unwind-inline.py: New file.
1190
1191 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1192
1193 * gdb.python/py-arch-reg-groups.exp: New file.
1194
1195 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1196
1197 * gdb.python/py-arch-reg-names.exp: New file.
1198
1199 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1200
1201 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
1202 gdb.PendingFrame.architecture method.
1203
1204 2020-07-06 Tom de Vries <tdevries@suse.de>
1205
1206 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
1207
1208 2020-07-03 Pedro Alves <palves@redhat.com>
1209
1210 * gdb.base/structs2.c (main): Adjust second parem_reg call to
1211 explicitly write negative numbers.
1212 * gdb.base/structs2.exp: Adjust expected output.
1213
1214 2020-07-03 Pedro Alves <palves@redhat.com>
1215
1216 * gdb.base/charset.c (init_string): Change all char parameters to
1217 unsigned char parameters.
1218
1219 2020-07-03 Pedro Alves <palves@redhat.com>
1220
1221 * gdb.base/call-sc.exp (start_scalars_test): Use
1222 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1223 * gdb.base/overlays.c: Remove references to PARAMS.
1224 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
1225 * gdb.base/reread.exp: Don't set 'prototypes' global.
1226 * gdb.base/structs.exp (start_structs_test): Use
1227 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1228 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
1229 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1230 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
1231 call.
1232 * gdb.base/varargs.exp: Don't set 'prototypes' global.
1233
1234 2020-07-03 Pedro Alves <palves@redhat.com>
1235
1236 * gdb.base/m32rovly.c: Delete.
1237 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
1238
1239 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1240
1241 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
1242 of gdb_py_test_multiple.
1243 * gdb.python/py-cmd.exp: Likewise.
1244 * gdb.python/py-events.exp: Likewise.
1245 * gdb.python/py-function.exp: Likewise.
1246 * gdb.python/py-inferior.exp: Likewise.
1247 * gdb.python/py-infthread.exp: Likewise.
1248 * gdb.python/py-linetable.exp: Likewise.
1249 * gdb.python/py-parameter.exp: Likewise.
1250 * gdb.python/py-value.exp: Likewise.
1251
1252 2020-06-30 Tom de Vries <tdevries@suse.de>
1253
1254 PR testsuite/26175
1255 * lib/future.exp (gdb_default_target_compile): Detect and handle
1256 early_flags.
1257
1258 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
1259
1260 * boards/simavr.exp (gdb_load): Catch errors when closing
1261 previous connection. Close connection, wait for process and
1262 unset simavr_spawn_id on failure.
1263
1264 2020-06-29 Tom de Vries <tdevries@suse.de>
1265
1266 * lib/gdb.exp (unknown): Make test-case unresolved.
1267
1268 2020-06-29 Tom de Vries <tdevries@suse.de>
1269
1270 PR gdb/25475
1271 * gdb.server/solib-list.exp: Verify that the symbol reload
1272 confirmation question is asked.
1273
1274 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1275
1276 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
1277 have a input seq nr in each pass message.
1278 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
1279 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
1280 * gdb.python/python.exp: Make test names unique,
1281 use gdb_test_multiline instead of gdb_py_test_multiple,
1282 use $gdb_test_name.
1283 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
1284
1285 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
1286
1287 * configure.ac: Add --enable-libctf.
1288 * aclocal.m4: sinclude ../config/enable.m4.
1289 * Makefile.in (site.exp): Add enable_libctf to site.exp.
1290 * lib/gdb.exp (skip_ctf_tests): Use it.
1291 * gdb.base/ctf-constvars.exp: Error message tweak.
1292 * gdb.base/ctf-ptype.exp: Likewise.
1293 * configure: Regenerate.
1294
1295 2020-06-26 Gary Benson <gbenson@redhat.com>
1296
1297 * gdb.cp/try_catch.cc: Include string.h.
1298 (main): Replace comparison against string literal with
1299 strcmp, avoiding build failure with -Wstring-compare.
1300 Add "marker test-complete".
1301 * gdb.cp/try_catch.exp: Run the test to the above marker,
1302 then verify that the value of "test" is still true.
1303
1304 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1305
1306 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
1307
1308 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1309
1310 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
1311
1312 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1313
1314 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
1315 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
1316 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
1317 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
1318 * gdb.arch/riscv-tdesc-loading.exp: New file.
1319
1320 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1321
1322 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
1323
1324 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1325
1326 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
1327 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
1328 * gdb.arch/riscv-tdesc-regs.c: New file.
1329 * gdb.arch/riscv-tdesc-regs.exp: New file.
1330
1331 2020-06-24 Pedro Alves <palves@redhat.com>
1332
1333 * gdb.arch/amd64-entry-value-paramref.exp: Use
1334 prepare_for_testing_full and don't pass "c++" for the .S file
1335 build spec.
1336 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
1337 $options, since it's an assembly file. Remove -Wno-deprecated.
1338 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
1339 compiling C++ programs.
1340
1341 2020-06-24 Pedro Alves <palves@redhat.com>
1342
1343 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
1344 Clang, add "-Wno-unknown-warning-option" to the options.
1345
1346 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
1347
1348 * gdb.xml/tdesc-reload.c: New file.
1349 * gdb.xml/tdesc-reload.exp: New file.
1350 * gdb.xml/maint-xml-dump-01.xml: New file.
1351 * gdb.xml/maint-xml-dump-02.xml: New file.
1352 * gdb.xml/maint-xml-dump.exp: New file.
1353
1354 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
1355
1356 * lib/completion-support.exp (test_gdb_completion_offers_commands):
1357 Adjust for omitted commands when TUI is disabled.
1358
1359 2020-06-23 Gary Benson <gbenson@redhat.com>
1360 Pedro Alves <palves@redhat.com>
1361
1362 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
1363 * gdb.cp/nsimport.cc: Likewise.
1364 * gdb.cp/nsnested.cc: Likewise.
1365 * gdb.cp/nsnoimports.cc: Likewise.
1366 * gdb.cp/nsusing.cc: Likewise.
1367 * gdb.cp/smartp.cc: Likewise.
1368 * gdb.python/py-pp-integral.c: Likewise.
1369 * gdb.python/py-pp-re-notag.c: Likewise.
1370
1371 2020-06-23 Gary Benson <gbenson@redhat.com>
1372
1373 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
1374 * gdb.cp/nsimport.cc: Likewise.
1375 * gdb.cp/nsnested.cc: Likewise.
1376 * gdb.cp/nsnoimports.cc: Likewise.
1377 * gdb.cp/nsusing.cc: Likewise.
1378 * gdb.cp/smartp.cc: Likewise.
1379 * gdb.python/py-pp-integral.c: Likewise.
1380 * gdb.python/py-pp-re-notag.c: Likewise.
1381
1382 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1383
1384 * gdb.base/default-args.exp: New test.
1385 * gdb.base/default-args.c: New file.
1386 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
1387 * gdb.base/default.exp: Update to new help text.
1388 * gdb.base/help.exp: Likewise.
1389 * gdb.base/page.exp: Likewise.
1390 * gdb.base/style.exp: Likewise.
1391 * gdb.guile/guile.exp: Likewise.
1392 * gdb.python/python.exp: Likewise.
1393
1394 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
1395
1396 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
1397 remote host. Fix search path syntax on Windows host.
1398
1399 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1400
1401 * gdb.base/attach.exp: Test priority of 'exec-file' changed
1402 over 'exec-file-mismatch'.
1403 * gdb.base/attach.c: Mark should_exit volatile.
1404 * gdb.base/attach2.c: Likewise. Add a comment explaining
1405 why the sleep cannot be big.
1406 * gdb.base/attach3.c: New file.
1407
1408 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
1409
1410 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
1411 prefix optional.
1412
1413 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
1414
1415 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
1416 for remote host.
1417
1418 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
1419 Hafiz Abid Qadeer <abidh@codesourcery.com>
1420
1421 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
1422 file sent to remote host.
1423 (top level): Allow int32_t as type of 32-bit register.
1424
1425 2020-06-19 Tom de Vries <tdevries@suse.de>
1426
1427 * lib/gdb.exp (gdb_note): New proc.
1428 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
1429 (gdb_default_target_compile): ... here. Only call
1430 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
1431 (use_gdb_compile): Change to array.
1432 (toplevel): Update sets of use_gdb_compile to specify language.
1433 Warn about default_target_compile override. Store dejagnu's version
1434 of default_target_compile in dejagnu_default_target_compile.
1435
1436 2020-06-18 Tom de Vries <tdevries@suse.de>
1437
1438 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
1439 (default_gdb_init): ... here.
1440
1441 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
1442
1443 Fix TUI support checks in gdb.tui tests.
1444
1445 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
1446 just say UNSUPPORTED.
1447 * gdb.tui/corefile-run.exp: Likewise.
1448 * gdb.tui/empty.exp: Likewise.
1449 * gdb.tui/list-before.exp: Likewise.
1450 * gdb.tui/list.exp: Likewise.
1451 * gdb.tui/main.exp: Likewise.
1452 * gdb.tui/regs.exp: Likewise.
1453 * gdb.tui/resize.exp: Likewise.
1454 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
1455 * gdb.tui/tui-layout-asm.exp: Likewise.
1456 * gdb.tui/tui-missing-src.exp: Likewise.
1457 * gdb.tui/winheight.exp: Likewise.
1458 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
1459
1460 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
1461
1462 Fix TCL error in gdb.python/py-format-string.exp.
1463
1464 * gdb.python/py-format-string.exp: Move test for python support
1465 earlier, out of function body.
1466
1467 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
1468
1469 * gdb.base/index-cache-load-twice.c: New.
1470 * gdb.base/index-cache-load-twice.exp: New.
1471
1472 2020-06-17 Keith Seitz <keiths@redhat.com>
1473
1474 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
1475 when executing "gdb --configuration".
1476
1477 2020-06-17 Tom de Vries <tdevries@suse.de>
1478
1479 * lib/gdb.exp (gdb_tcl_unknown): New proc.
1480 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
1481 conditional on presence of gdb_tcl_unknown.
1482 (gdb_finish): Make override undo conditional on presence of
1483 gdb_tcl_unknown.
1484
1485 2020-06-16 Tom Tromey <tom@tromey.com>
1486
1487 * gdb.python/tui-window.py (failwin): New function. Register it
1488 as a TUI window type.
1489 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
1490
1491 2020-06-16 Gary Benson <gbenson@redhat.com>
1492
1493 * gdb.python/py-nested-maps.c (create_map): Add missing return
1494 value.
1495 (create_map_map): Likewise.
1496
1497 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1498
1499 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
1500 variable.
1501 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
1502 and use the already-defined 'options' variable.
1503
1504 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1505 Tom de Vries <tdevries@suse.de>
1506
1507 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
1508 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
1509 (gdb_setup_known_globals): New proc.
1510 (gdb_cleanup_globals): New proc.
1511 * lib/gdb.exp (load_lib): New override proc.
1512 (gdb_stdin_log_init): Set var in_file as persistent global.
1513 * lib/pascal.exp (gdb_stdin_log_init): Set vars
1514 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
1515 fpc_compiler as persistent global.
1516
1517 2020-06-12 Tom de Vries <tdevries@suse.de>
1518
1519 * lib/tuiterm.exp (spawn): Rename to ...
1520 (tui_spawn): ... this.
1521 (toplevel): Move rename of spawn ...
1522 (gdb_init_tuiterm): ... here. New proc.
1523 (gdb_finish_tuiterm): New proc.
1524 * lib/gdb.exp (gdb_finish_hooks): New global var.
1525 (gdb_finish): Handle gdb_finish_hooks.
1526 (tuiterm_env): New proc.
1527 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
1528 tuiterm_env.
1529 * gdb.tui/basic.exp: Same.
1530 * gdb.tui/corefile-run.exp: Same.
1531 * gdb.tui/empty.exp: Same.
1532 * gdb.tui/list-before.exp: Same.
1533 * gdb.tui/list.exp: Same.
1534 * gdb.tui/main.exp: Same.
1535 * gdb.tui/new-layout.exp: Same.
1536 * gdb.tui/regs.exp: Same.
1537 * gdb.tui/resize.exp: Same.
1538 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
1539 * gdb.tui/tui-layout-asm.exp: Same.
1540 * gdb.tui/tui-missing-src.exp: Same.
1541 * gdb.tui/winheight.exp: Same.
1542
1543 2020-06-12 Tom de Vries <tdevries@suse.de>
1544
1545 PR testsuite/26110
1546 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
1547 (gdb_finish): Reinstall dejagnu's override of ::unknown.
1548
1549 2020-06-11 Tom Tromey <tom@tromey.com>
1550
1551 PR gdb/18318:
1552 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
1553 floating point tests.
1554
1555 2020-06-11 Keith Seitz <keiths@redhat.com>
1556
1557 PR gdb/21356
1558 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
1559 vla_struct.
1560 Add new struct vla_typedef and union vla_typedef_union and
1561 corresponding instantiation objects.
1562 Initialize new objects.
1563 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
1564 and vla_typedef_union_object.
1565 Fixup type for vla_struct_object.
1566
1567 2020-06-11 Tom de Vries <tdevries@suse.de>
1568
1569 * lib/gdb.exp (with_override): New proc, factored out of ...
1570 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
1571
1572 2020-06-10 Tom de Vries <tdevries@suse.de>
1573
1574 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
1575
1576 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
1577
1578 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
1579 parameter, update callers.
1580
1581 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
1582
1583 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
1584 * gdb.dwarf2/share-psymtabs-bt.c: New file.
1585 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
1586
1587 2020-06-04 Tom de Vries <tdevries@suse.de>
1588
1589 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
1590
1591 2020-06-04 Tom de Vries <tdevries@suse.de>
1592
1593 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
1594 exp_continue.
1595
1596 2020-06-04 Tom de Vries <tdevries@suse.de>
1597
1598 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
1599
1600 2020-06-03 Tom de Vries <tdevries@suse.de>
1601
1602 PR symtab/26046
1603 * gdb.cp/breakpoint-locs-2.cc: New test.
1604 * gdb.cp/breakpoint-locs.cc: New test.
1605 * gdb.cp/breakpoint-locs.exp: New file.
1606 * gdb.cp/breakpoint-locs.h: New test.
1607
1608 2020-06-03 Tom de Vries <tdevries@suse.de>
1609
1610 PR testsuite/25609
1611 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
1612 value of global verbose.
1613 * gdb.base/jit-elf.exp: Same.
1614 * gdb.base/jit-reader.exp: Same.
1615
1616 2020-06-02 Tom de Vries <tdevries@suse.de>
1617
1618 * gdb.dwarf2/multidictionary.exp: Don't use
1619 gdb_spawn_with_cmdline_opts.
1620
1621 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
1622
1623 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
1624 use_header case.
1625 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
1626 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
1627 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
1628 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
1629 * gdb.dwarf2/dw2-inline-header.c: New file.
1630 * gdb.dwarf2/dw2-inline-header.h: New file.
1631
1632 2020-05-30 Pedro Alves <palves@redhat.com>
1633
1634 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
1635 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
1636
1637 2020-05-29 Gary Benson <gbenson@redhat.com>
1638
1639 * gdb.compile/compile-cplus.exp (additional_flags): Also
1640 set when building with clang.
1641 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
1642 when building with clang.
1643
1644 2020-05-29 Gary Benson <gbenson@redhat.com>
1645
1646 * gdb.arch/i386-avx.exp (additional_flags): Also set when
1647 building with clang.
1648 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
1649
1650 2020-05-29 Gary Benson <gbenson@redhat.com>
1651
1652 * gdb.cp/koenig.exp (prepare_for_testing): Add
1653 additional_flags=-Wno-unused-comparison.
1654 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
1655
1656 2020-05-28 Gary Benson <gbenson@redhat.com>
1657
1658 * gdb.base/sigaltstack.c (catcher): Add default case to switch
1659 statement.
1660
1661 2020-05-28 Gary Benson <gbenson@redhat.com>
1662
1663 * gdb.cp/classes.exp (prepare_for_testing): Add
1664 additional_flags=-Wno-deprecated-register.
1665 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
1666 * gdb.cp/misc.exp: Likewise.
1667
1668 2020-05-28 Gary Benson <gbenson@redhat.com>
1669
1670 * gdb.linespec/cpls-ops.cc (dummy): New static global.
1671 (test_op_new::operator new): Add return statement.
1672 (test_op_new_array::operator new[]): Likewise.
1673
1674 2020-05-27 Pedro Alves <palves@redhat.com>
1675
1676 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
1677 check. Use test_gdb_complete_unique instead of
1678 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
1679 test_gdb_complete_multiple instead of
1680 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
1681
1682 2020-05-27 Luis Machado <luis.machado@linaro.org>
1683
1684 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
1685 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
1686 * gdb.arch/arm-disassembler-options.exp: Likewise.
1687 * gdb.arch/arm-disp-step.exp: Likewise.
1688 * gdb.arch/thumb-prologue.exp: Likewise.
1689 * gdb.base/async.exp: Likewise.
1690 * gdb.base/auxv.exp: Likewise.
1691 * gdb.base/complex-parts.exp: Likewise.
1692 * gdb.base/ena-dis-br.exp: Likewise.
1693 * gdb.base/foll-exec.exp: Likewise.
1694 * gdb.base/permissions.exp: Likewise.
1695 * gdb.base/relocate.exp: Likewise.
1696 * gdb.base/return2.exp: Likewise.
1697 * gdb.base/sigbpt.exp: Likewise.
1698 * gdb.base/siginfo-obj.exp: Likewise.
1699 * gdb.cp/converts.exp: Likewise.
1700 * gdb.cp/exceptprint.exp: Likewise.
1701 * gdb.cp/inherit.exp: Likewise.
1702 * gdb.cp/nsnoimports.exp: Likewise.
1703 * gdb.cp/virtbase2.exp: Likewise.
1704 * gdb.mi/mi-var-cmd.exp: Likewise.
1705 * gdb.mi/var-cmd.c: Likewise.
1706
1707 2020-05-26 Tom Tromey <tromey@adacore.com>
1708
1709 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
1710
1711 2020-05-26 Tom Tromey <tromey@adacore.com>
1712
1713 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
1714 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
1715 type.
1716 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
1717 variable.
1718
1719 2020-05-26 Christian Biesinger <cbiesinger@google.com>
1720
1721 * Makefile.in: Use = instead of == for the test command
1722 for portability.
1723
1724 2020-05-26 Tom de Vries <tdevries@suse.de>
1725
1726 * gdb.base/gold-gdb-index-2.c: New test.
1727 * gdb.base/gold-gdb-index.c: New test.
1728 * gdb.base/gold-gdb-index.exp: New file.
1729 * gdb.base/gold-gdb-index.h: New test.
1730
1731 2020-05-25 Tom de Vries <tdevries@suse.de>
1732
1733 * boards/gold-gdb-index.exp: New file.
1734
1735 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
1736
1737 * boards/simavr.exp: New file.
1738
1739 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
1740
1741 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
1742 * gdb.base/inferior-args.exp: New file.
1743 * gdb.base/inferior-args.c: New file.
1744
1745 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
1746
1747 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
1748 inferior_args. Pass it to gdb_reload.
1749 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
1750 inferior_args.
1751 (gdb_reload): Add inferior_args argument.
1752 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
1753 pass it to gdbserver_run.
1754 * boards/native-gdbserver.exp: Do not set noargs.
1755 * boards/native-extended-gdbserver.exp (gdb_reload): Add
1756 inferior_args argument.
1757 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
1758 * gdb.base/a2-run.exp: Check for use_gdb_stub.
1759 * gdb.base/args.exp: Likewise.
1760
1761 2020-05-25 Tom de Vries <tdevries@suse.de>
1762
1763 * lib/gdb.exp (exec_is_pie): Add comment.
1764
1765 2020-05-25 Tom de Vries <tdevries@suse.de>
1766
1767 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
1768 instead of $binfile in the untested message.
1769
1770 2020-05-25 Tom de Vries <tdevries@suse.de>
1771
1772 PR testsuite/26031
1773 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
1774
1775 2020-05-25 Tom de Vries <tdevries@suse.de>
1776
1777 * boards/gold.exp: New file.
1778
1779 2020-05-23 Tom Tromey <tom@tromey.com>
1780
1781 * gdb.base/style.exp: Remove completion styling test.
1782 * lib/gdb-utils.exp (style): Remove completion styles.
1783
1784 2020-05-23 Tom Tromey <tom@tromey.com>
1785
1786 * gdb.base/style.exp: Add completion styling test.
1787 * lib/gdb-utils.exp (style): Add completion styles.
1788
1789 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1790
1791 * gdb.base/annota1.exp: Update expected results.
1792 * gdb.cp/annota2.exp: Update expected results, remove duplicate
1793 test name.
1794 * gdb.cp/annota3.exp: Update expected results.
1795
1796 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
1797
1798 PR gdb/26016
1799 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
1800 against MAP_FAILED.
1801 * gdb.base/coremaker.c (mmapdata): Likewise.
1802 * gdb.base/jit-reader-host.c (main): Likewise.
1803 * gdb.base/sym-file-loader.c (load): Likewise.
1804 (load_shlib): Likewise.
1805
1806 2020-05-20 Tom Tromey <tromey@adacore.com>
1807
1808 * gdb.ada/array_char_idx.exp: Recognize initialized array.
1809
1810 2020-05-20 Tom de Vries <tdevries@suse.de>
1811
1812 PR symtab/25833
1813 * gdb.base/with-mf-inc.c: New test.
1814 * gdb.base/with-mf-main.c: New test.
1815 * gdb.base/with-mf.exp: New file.
1816
1817 2020-05-19 Tom Tromey <tromey@adacore.com>
1818
1819 * gdb.rust/simple.exp: Restore missing test result.
1820
1821 2020-05-19 Tom de Vries <tdevries@suse.de>
1822
1823 * gdb.base/gdb-caching-proc.exp: Fix typo.
1824
1825 2020-05-19 Tom Tromey <tromey@adacore.com>
1826
1827 * gdb.rust/simple.exp: Add some test descriptions.
1828 (test_one_slice): Use with_test_prefix.
1829
1830 2020-05-18 Tom de Vries <tdevries@suse.de>
1831
1832 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
1833
1834 2020-05-17 Pedro Alves <palves@redhat.com>
1835
1836 PR gdb/25741
1837 * gdb.base/hw-sw-break-same-address.exp: New file.
1838
1839 2020-05-16 Pedro Alves <palves@redhat.com>
1840
1841 * gdb.multi/multi-re-run.exp (test_re_run): Switch
1842 LAST_LOADED_FILE accordingly.
1843
1844 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1845
1846 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
1847
1848 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1849
1850 * gdb.base/help.exp: Test apropos and help for commands
1851 having aliases. Fixed comments not starting with an
1852 upper-case letter or not finishing with a dot.
1853
1854 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1855
1856 * gdb.base/alias.exp: Update help output check.
1857
1858 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1859
1860 * gdb.base/default.exp: Update output following fixes.
1861
1862 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1863
1864 * gdb.base/alias.exp: Test aliases starting with a prefix of
1865 another alias.
1866
1867 2020-05-15 Gary Benson <gbenson@redhat.com>
1868
1869 * gdb.base/info-os.c (main): Add return statement.
1870 * gdb.base/info_minsym.c (minsym_fun): Likewise.
1871 * gdb.base/large-frame-2.c (func): Likewise.
1872 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
1873 * gdb.base/pr10179-b.c (foo2): Likewise.
1874 * gdb.base/valgrind-disp-step.c (foo): Likewise.
1875 * gdb.base/watch-cond.c (func): Likewise.
1876 * gdb.multi/goodbye.c (verylongfun): Likewise.
1877 * gdb.multi/hello.c (commonfun): Likewise.
1878 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
1879 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
1880 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
1881 Likewise.
1882 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
1883 * gdb.threads/interrupt-while-step-over.c (child_function):
1884 Likewise.
1885 * gdb.trace/actions-changed.c (end): Likewise.
1886
1887 2020-05-15 Gary Benson <gbenson@redhat.com>
1888
1889 * gdb.opencl/callfuncs.exp: Report when test skipped.
1890 * gdb.opencl/convs_casts.exp: Likewise.
1891 * gdb.opencl/datatypes.exp: Likewise.
1892 * gdb.opencl/operators.exp: Likewise.
1893 * gdb.opencl/vec_comps.exp: Likewise.
1894
1895 2020-05-15 Tom de Vries <tdevries@suse.de>
1896
1897 * gdb.base/align.exp.in: Rename to ...
1898 * gdb.base/align.exp.tcl: ... this.
1899 * gdb.base/align-c++.exp: Update.
1900 * gdb.base/align-c.exp: Update.
1901 * gdb.base/all-architectures.exp.in: Rename to ...
1902 * gdb.base/all-architectures.exp: ... this.
1903 * gdb.base/all-architectures-0.exp: Update.
1904 * gdb.base/all-architectures-1.exp: Update.
1905 * gdb.base/all-architectures-2.exp: Update.
1906 * gdb.base/all-architectures-3.exp: Update.
1907 * gdb.base/all-architectures-4.exp: Update.
1908 * gdb.base/all-architectures-5.exp: Update.
1909 * gdb.base/all-architectures-6.exp: Update.
1910 * gdb.base/all-architectures-7.exp: Update.
1911 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
1912 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
1913 * gdb.base/infcall-nested-structs-c++.exp: Update.
1914 * gdb.base/infcall-nested-structs-c.exp: Update.
1915 * gdb.base/info-types.exp.in: Rename to ...
1916 * gdb.base/info-types.exp.tcl: ... this.
1917 * gdb.base/info-types-c++.exp: Update.
1918 * gdb.base/info-types-c.exp: Update.
1919 * gdb.base/max-depth.exp.in: Rename to ...
1920 * gdb.base/max-depth.exp.tcl: ... this.
1921 * gdb.base/max-depth-c++.exp: Update.
1922 * gdb.base/max-depth-c.exp: Update.
1923 * gdb.cp/cpexprs.exp.in: Rename to ...
1924 * gdb.cp/cpexprs.exp.tcl: ... this.
1925 * gdb.cp/cpexprs-debug-types.exp: Update.
1926 * gdb.cp/cpexprs.exp: Update.
1927 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
1928 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
1929 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
1930 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
1931 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
1932 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
1933 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
1934 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
1935 * gdb.dwarf2/clang-debug-names-2.exp: Update.
1936 * gdb.dwarf2/clang-debug-names.exp: Update.
1937
1938 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
1939
1940 * lib/check-test-names.exp: Remove code that prevents this file
1941 loading when tests are run in parallel.
1942
1943 2020-05-15 Pedro Alves <palves@redhat.com>
1944
1945 * gdb.multi/multi-kill.exp (start_inferior): Remove
1946 'testpid' parameter. Refer to namespace variable directly.
1947 (testpid): Declare as namespace variable.
1948
1949 2020-05-15 Pedro Alves <palves@redhat.com>
1950
1951 * gdb.multi/multi-kill.exp: Wrap in namespace.
1952 (start_inferior): Add TESTPID parameter. Use it instead of the
1953 testpid global.
1954 (top level): Define empty TESTPID array, and pass it down to
1955 start_inferior.
1956
1957 2020-05-14 Tom de Vries <tdevries@suse.de>
1958
1959 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
1960 output.
1961
1962 2020-05-14 Tom de Vries <tdevries@suse.de>
1963
1964 * gdb.base/align.exp: Split into ...
1965 * gdb.base/align.exp.in: ...
1966 * gdb.base/align-c++.exp: ...
1967 * gdb.base/align-c.exp: ... these.
1968 * gdb.base/infcall-nested-structs.exp: Split into ...
1969 * gdb.base/infcall-nested-structs.exp.in: ...
1970 * gdb.base/infcall-nested-structs-c++.exp: ...
1971 * gdb.base/infcall-nested-structs-c.exp: ... these.
1972 * gdb.base/info-types.exp: Split into ...
1973 * gdb.base/info-types.exp.in: ...
1974 * gdb.base/info-types-c++.exp: ...
1975 * gdb.base/info-types-c.exp: ... these.
1976 * gdb.base/max-depth.exp: Split into ...
1977 * gdb.base/max-depth.exp.in: ...
1978 * gdb.base/max-depth-c++.exp: ...
1979 * gdb.base/max-depth-c.exp: ... these.
1980 * gdb.cp/infcall-nodebug.exp: Split into ...
1981 * gdb.cp/infcall-nodebug.exp.in: ...
1982 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
1983 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
1984 * gdb.cp/infcall-nodebug-c-d0.exp: ...
1985 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
1986
1987 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1988 Pedro Alves <palves@redhat.com>
1989
1990 * gdb.multi/multi-exit.c: New file.
1991 * gdb.multi/multi-exit.exp: New file.
1992 * gdb.multi/multi-kill.c: New file.
1993 * gdb.multi/multi-kill.exp: New file.
1994
1995 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1996
1997 * gdb.base/annota1.exp: Update the expected output.
1998 * gdb.cp/annota2.exp: Ditto.
1999
2000 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
2001
2002 * lib/check-test-names.exp: Disable when testing is being run in
2003 parallel.
2004
2005 2020-05-12 Tom de Vries <tdevries@suse.de>
2006
2007 * gdb.base/jit-elf.exp: Fix string concat.
2008
2009 2020-05-12 Tom de Vries <tdevries@suse.de>
2010
2011 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
2012 messages.
2013
2014 2020-05-12 Tom de Vries <tdevries@suse.de>
2015
2016 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
2017
2018 2020-05-12 Tom de Vries <tdevries@suse.de>
2019
2020 * gdb.ada/catch_ex.exp: Use with_test_prefix.
2021 * gdb.ada/mi_catch_ex.exp: Same.
2022 * gdb.ada/mi_catch_ex_hand.exp: Same.
2023
2024 2020-05-12 Tom de Vries <tdevries@suse.de>
2025
2026 * gdb.fortran/complex.exp: Use with_test_prefix.
2027
2028 2020-05-12 Tom de Vries <tdevries@suse.de>
2029
2030 * gdb.trace/passcount.exp: Fix test-names.
2031
2032 2020-05-12 Tom de Vries <tdevries@suse.de>
2033
2034 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
2035
2036 2020-05-12 Tom de Vries <tdevries@suse.de>
2037
2038 * gdb.gdb/complaints.exp: Use with_test_prefix.
2039 * gdb.xml/tdesc-regs.exp: Same.
2040 * gdb.opt/inline-locals.exp: Fix test name.
2041
2042 2020-05-12 Tom de Vries <tdevries@suse.de>
2043
2044 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
2045 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
2046 * gdb.dwarf2/implref-struct.exp: Same.
2047 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
2048 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
2049
2050 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
2051
2052 * gdb.base/jit-so.exp (one_jit_test): Change test name.
2053
2054 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
2055
2056 * lib/check-test-names.exp (all_test_names): New module variable.
2057 (counts): Add 'duplicates' field.
2058 (_check_duplicates): New procedure.
2059 (check): Also check for duplicates.
2060 (do_log_summary): Print duplicates count.
2061 (do_reset_vars): Reset counter for duplicate test names, and
2062 discard all know test names.
2063
2064 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
2065
2066 * lib/gdb.exp: Include check-test-names.exp library.
2067 * lib/check-test-names.exp: New file.
2068
2069 2020-05-11 Tom de Vries <tdevries@suse.de>
2070
2071 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
2072
2073 2020-05-11 Keith Seitz <keiths@redhat.com>
2074
2075 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
2076
2077 2020-05-11 Tom de Vries <tdevries@suse.de>
2078
2079 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
2080 * gdb.cp/cpexprs.exp.in: .. here.
2081 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
2082 cpexprs.exp.
2083
2084 2020-05-11 Keith Seitz <keiths@redhat.com>
2085
2086 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
2087 test names.
2088 * gdb.ada/arrayptr.exp: Likewise.
2089 * gdb.ada/assign_arr.exp: Likewise.
2090 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
2091 * gdb.ada/bp_on_var.exp: Likewise.
2092 * gdb.ada/call_pn.exp: Likewise.
2093 * gdb.ada/complete.exp: Likewise.
2094 * gdb.ada/fun_overload_menu.exp: Likewise.
2095 * gdb.ada/funcall_param.exp: Likewise.
2096 * gdb.ada/funcall_ref.exp: Likewise.
2097 * gdb.ada/packed_array_assign.exp: Likewise.
2098 * gdb.ada/same_component_name.exp: Likewise.
2099 * gdb.ada/type_coercion.exp: Likewise.
2100 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
2101 * gdb.ada/variant_record_packed_array.exp: Likewise.
2102
2103 2020-05-11 Tom de Vries <tdevries@suse.de>
2104
2105 PR symtab/25941
2106 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
2107 out of ...
2108 * gdb.dwarf2/clang-debug-names.exp: ... here.
2109 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
2110 clang-debug-names.exp.in.
2111 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
2112 * gdb.dwarf2/clang-debug-names-2.c: New test.
2113
2114 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2115
2116 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
2117 (fortran_runto_main): New Proc, fortran version of runto_main.
2118 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
2119 * gdb.fortran/array-bounds.exp: Likewise.
2120 * gdb.fortran/array-slices.exp: Likewise.
2121 * gdb.fortran/block-data.exp: Likewise.
2122 * gdb.fortran/charset.exp: Likewise.
2123 * gdb.fortran/common-block.exp: Likewise.
2124 * gdb.fortran/complex.exp: Likewise.
2125 * gdb.fortran/derived-type-function.exp: Likewise.
2126 * gdb.fortran/derived-type.exp: Likewise.
2127 * gdb.fortran/info-modules.exp: Likewise.
2128 * gdb.fortran/info-types.exp: Likewise.
2129 * gdb.fortran/intrinsics.exp: Likewise.
2130 * gdb.fortran/library-module.exp: Likewise.
2131 * gdb.fortran/logical.exp: Likewise.
2132 * gdb.fortran/max-depth.exp: Likewise.
2133 * gdb.fortran/module.exp: Likewise.
2134 * gdb.fortran/multi-dim.exp: Likewise.
2135 * gdb.fortran/nested-funcs.exp: Likewise.
2136 * gdb.fortran/print-formatted.exp: Likewise.
2137 * gdb.fortran/print_type.exp: Likewise.
2138 * gdb.fortran/printing-types.exp: Likewise.
2139 * gdb.fortran/ptr-indentation.exp: Likewise.
2140 * gdb.fortran/ptype-on-functions.exp: Likewise.
2141 * gdb.fortran/subarray.exp: Likewise.
2142 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
2143 * gdb.fortran/vla-datatypes.exp: Likewise.
2144 * gdb.fortran/vla-history.exp: Likewise.
2145 * gdb.fortran/vla-ptr-info.exp: Likewise.
2146 * gdb.fortran/vla-ptype-sub.exp: Likewise.
2147 * gdb.fortran/vla-ptype.exp: Likewise.
2148 * gdb.fortran/vla-sizeof.exp: Likewise.
2149 * gdb.fortran/vla-type.exp: Likewise.
2150 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
2151 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
2152 * gdb.fortran/vla-value-sub.exp: Likewise.
2153 * gdb.fortran/vla-value.exp: Likewise.
2154 * gdb.fortran/whatis_type.exp: Likewise.
2155 * gdb.mi/mi-var-child-f.exp: Likewise.
2156
2157 2020-05-09 Tom de Vries <tdevries@suse.de>
2158
2159 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
2160
2161 2020-05-08 Tom de Vries <tdevries@suse.de>
2162
2163 * gdb.dwarf2/clang-debug-names.c: New test.
2164 * gdb.dwarf2/clang-debug-names.exp: New file.
2165
2166 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
2167
2168 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
2169 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
2170
2171 2020-05-06 Tom de Vries <tdevries@suse.de>
2172
2173 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
2174 breakpoint is at a "recommended breakpoint location".
2175 * gdb.reverse/consecutive-reverse.exp: Same.
2176
2177 2020-05-06 Tom de Vries <tdevries@suse.de>
2178
2179 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
2180 address.
2181
2182 2020-05-06 Tom de Vries <tdevries@suse.de>
2183
2184 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
2185
2186 2020-05-06 Tom de Vries <tdevries@suse.de>
2187
2188 * gdb.base/store.exp (check_set, up_set): Allowing missing location
2189 info for r.
2190
2191 2020-05-06 Tom de Vries <tdevries@suse.de>
2192
2193 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
2194 necessary.
2195
2196 2020-05-06 Tom de Vries <tdevries@suse.de>
2197
2198 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
2199 void.
2200
2201 2020-05-06 Tom de Vries <tdevries@suse.de>
2202
2203 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
2204 of ...
2205 * gdb.base/async.exp: ... here.
2206 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
2207 "recommended breakpoint location".
2208
2209 2020-05-06 Tom de Vries <tdevries@suse.de>
2210
2211 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
2212
2213 2020-05-04 Tom de Vries <tdevries@suse.de>
2214
2215 * gdb.base/async.exp: Check whether instruction addresses are a
2216 "recommended breakpoint location".
2217
2218 2020-05-03 Tom Tromey <tom@tromey.com>
2219
2220 * gdb.base/sepdebug.exp: Remove "catch" test.
2221 * gdb.base/break.exp: Remove "catch" test.
2222 * gdb.base/default.exp: Update expected output.
2223
2224 2020-05-02 Tom de Vries <tdevries@suse.de>
2225
2226 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
2227 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
2228 * gdb.arch/i386-mpx-map.exp: Same.
2229 * gdb.arch/i386-mpx-sigsegv.exp: Same.
2230 * gdb.arch/i386-mpx-simple_segv.exp: Same.
2231 * gdb.arch/i386-mpx.exp: Same.
2232
2233 2020-05-02 Tom de Vries <tdevries@suse.de>
2234
2235 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
2236
2237 2020-05-01 Tom de Vries <tdevries@suse.de>
2238
2239 * gdb.ada/operator_bp.exp: Allow more than required amount of
2240 breakpoint.
2241
2242 2020-05-01 Tom de Vries <tdevries@suse.de>
2243
2244 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
2245
2246 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
2247
2248 PR gdb/18706
2249 * gdb.cp/stub-array-size.cc: New test.
2250 * gdb.cp/stub-array-size.exp: New file.
2251 * gdb.cp/stub-array-size.h: New test.
2252 * gdb.cp/stub-array-size2.cc: New test.
2253
2254 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
2255
2256 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
2257 output to the new format.
2258
2259 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
2260
2261 * gdb.base/break.exp: Use with_test_prefix.
2262
2263 2020-04-29 Tom de Vries <tdevries@suse.de>
2264
2265 * lib/gdb.exp (debug_types): New proc.
2266 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
2267 * gdb.python/py-symtab.exp: Same.
2268
2269 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
2270
2271 PR gdb/17320
2272 * gdb.base/pretty-array.c: New test.
2273 * gdb.base/pretty-array.exp: New file.
2274
2275 2020-04-29 Tom de Vries <tdevries@suse.de>
2276
2277 PR symtab/25889
2278 * gdb.cp/cpexprs.exp: Adapt for inclusion.
2279 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
2280 and include cpexprs.exp.
2281
2282 2020-04-28 Mark Williams <mark@myosotissp.com>
2283
2284 PR gdb/24480
2285 * dw4-toplevel-types.exp: Test for top level types.
2286 * dw4-toplevel-types.cc: Test for top level types.
2287
2288 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2289
2290 * gdb.threads/stop-with-handle.exp: Fix typo in comment
2291 (theads -> threads).
2292
2293 2020-04-28 Tom de Vries <tdevries@suse.de>
2294
2295 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
2296
2297 2020-04-28 Tom de Vries <tdevries@suse.de>
2298
2299 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
2300
2301 2020-04-28 Tom de Vries <tdevries@suse.de>
2302
2303 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
2304
2305 2020-04-28 Tom de Vries <tdevries@suse.de>
2306
2307 * gdb.dwarf2/main-foo.c: New test.
2308 * gdb.dwarf2/struct-with-sig.exp: New file.
2309
2310 2020-04-25 Tom de Vries <tdevries@suse.de>
2311
2312 * boards/debug-types.exp: New file.
2313
2314 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
2315
2316 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
2317
2318 2020-04-24 Tom Tromey <tom@tromey.com>
2319
2320 PR symtab/12707:
2321 * gdb.python/py-symbol.exp: Update expected results for
2322 linkage_name test.
2323 * gdb.cp/print-demangle.exp: New file.
2324 * gdb.base/c-linkage-name.exp: Fix test.
2325 * gdb.guile/scm-symbol.exp: Update expected results for
2326 linkage_name test.
2327
2328 2020-04-24 Tom Tromey <tom@tromey.com>
2329
2330 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
2331 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
2332 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
2333 assembler.
2334
2335 2020-04-24 Tom de Vries <tdevries@suse.de>
2336
2337 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
2338 C++.
2339
2340 2020-04-24 Tom Tromey <tromey@adacore.com>
2341
2342 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
2343 values.
2344 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
2345 values. Update test for minimal encodings.
2346 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
2347 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
2348 values. Update test for minimal encodings.
2349
2350 2020-04-24 Tom Tromey <tromey@adacore.com>
2351
2352 PR python/23662:
2353 * gdb.ada/variant.exp: Add Python checks.
2354 * gdb.rust/simple.exp: Add dynamic type checks.
2355
2356 2020-04-24 Tom Tromey <tromey@adacore.com>
2357
2358 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
2359 Make array type matching more lax.
2360 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
2361 * gdb.ada/mi_variant.exp: New file.
2362 * gdb.ada/mi_variant/pck.ads: New file.
2363 * gdb.ada/mi_variant/pkg.adb: New file.
2364 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
2365 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
2366
2367 2020-04-24 Tom Tromey <tromey@adacore.com>
2368
2369 * gdb.ada/variant.exp: Add dynamic field offset tests.
2370 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
2371 * gdb.ada/variant/pkg.adb: Add new variables.
2372
2373 2020-04-24 Tom Tromey <tromey@adacore.com>
2374
2375 * gdb.ada/variant.exp: New file
2376 * gdb.ada/variant/pkg.adb: New file
2377 * gdb.ada/variant/pck.adb: New file
2378
2379 2020-04-24 Tom de Vries <tdevries@suse.de>
2380
2381 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
2382
2383 2020-04-24 Tom de Vries <tdevries@suse.de>
2384
2385 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
2386 flags.
2387
2388 2020-04-24 Tom de Vries <tdevries@suse.de>
2389
2390 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
2391
2392 2020-04-24 Tom de Vries <tdevries@suse.de>
2393
2394 * lib/gdb.exp (default_gdb_start): Handle eof.
2395 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
2396 failure.
2397 * gdb.base/readnever.exp: Handle clean_restart failure.
2398
2399 2020-04-23 Tom de Vries <tdevries@suse.de>
2400
2401 * gdb.base/decl-before-def.exp: Run to main and print a again.
2402
2403 2020-04-23 Tom de Vries <tdevries@suse.de>
2404
2405 * gdb.base/decl-before-def-decl.c: New test.
2406 * gdb.base/decl-before-def-def.c: New test.
2407 * gdb.base/decl-before-def.exp: New file.
2408
2409 2020-04-23 Tom de Vries <tdevries@suse.de>
2410
2411 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
2412
2413 2020-04-22 Tom de Vries <tdevries@suse.de>
2414
2415 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
2416 debug_info_offset.
2417 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
2418 before $objsfile in the line line.
2419
2420 2020-04-22 Tom de Vries <tdevries@suse.de>
2421
2422 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
2423
2424 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2425
2426 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
2427 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
2428 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
2429 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
2430 * gdb.base/jit-protocol.h: Update definitions to match all usage
2431 contexts.
2432
2433 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2434
2435 * gdb.base: Rename all jit related test and source files.
2436
2437 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2438
2439 * gdb.base/jit-reader.exp: Relax register output check.
2440
2441 2020-04-22 Tom de Vries <tdevries@suse.de>
2442
2443 PR symtab/25764
2444 * gdb.base/psym-external-decl-2.c: New test.
2445 * gdb.base/psym-external-decl.c: New test.
2446 * gdb.base/psym-external-decl.exp: New file.
2447 * gdb.threads/tls.exp: Add PR25807 kfail.
2448
2449 2020-04-22 Tom de Vries <tdevries@suse.de>
2450
2451 PR symtab/25801
2452 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
2453 in "info source" output.
2454
2455 2020-04-22 Tom de Vries <tdevries@suse.de>
2456
2457 PR symtab/25700
2458 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
2459 symtab for imported_unit.c.
2460
2461 2020-04-21 Gary Benson <gbenson@redhat.com>
2462
2463 * gdb.base/advance.c (func): New argument, to match call site.
2464 (func2, func3): Add return statements.
2465
2466 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2467
2468 * gdb.multi/run-only-second-inf.c: New file.
2469 * gdb.multi/run-only-second-inf.exp: New file.
2470
2471 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
2472
2473 * gdb.btrace/multi-inferior.c: New test.
2474 * gdb.btrace/multi-inferior.exp: New file.
2475
2476 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
2477
2478 * gdb.btrace/enable-new-thread.c: New test.
2479 * gdb.btrace/enable-new-thread.exp: New file.
2480
2481 2020-04-21 Tom de Vries <tdevries@suse.de>
2482
2483 PR gdb/25471
2484 * gdb.threads/killed-outside.c: New test.
2485 * gdb.threads/killed-outside.exp: New file.
2486
2487 2020-04-20 Gary Benson <gbenson@redhat.com>
2488
2489 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
2490 * gdb.base/nested-subp2.exp: Likewise.
2491 * gdb.base/nested-subp3.exp: Likewise.
2492
2493 2020-04-20 Gary Benson <gbenson@redhat.com>
2494
2495 * gdb.base/nested-subp1.exp: Disable test when using clang.
2496 * gdb.base/nested-subp2.exp: Likewise.
2497 * gdb.base/nested-subp3.exp: Likewise.
2498
2499 2020-04-20 Gary Benson <gbenson@redhat.com>
2500
2501 * gdb.cp/exception.cc: Fix compilation error with clang.
2502
2503 2020-04-20 Gary Benson <gbenson@redhat.com>
2504
2505 * gdb.trace/tspeed.c: Fix compilation error with clang.
2506
2507 2020-04-20 Gary Benson <gbenson@redhat.com>
2508
2509 * gdb.base/jit-main.c: Fix compilation error with clang.
2510
2511 2020-04-17 Kamil Rytarowski <n54@gmx.com>
2512
2513 * gdb.base/attach-twice.c: Include "sys/types.h".
2514 (PTRACE_ATTACH): Add fallback definition.
2515 (main): Pass `0' to the 4th argument of `ptrace'.
2516
2517 2020-04-17 Kamil Rytarowski <n54@gmx.com>
2518
2519 * gdb.base/fork-running-state.c: Include "signal.h".
2520
2521 2020-04-17 Tom Tromey <tromey@adacore.com>
2522
2523 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
2524 Update tests.
2525 * gdb.btrace/cpu.exp: Update tests.
2526 * gdb.base/maint.exp: Update tests.
2527 * gdb.base/default.exp: Update tests.
2528 * gdb.base/completion.exp: Update tests.
2529
2530 2020-04-16 Tom de Vries <tdevries@suse.de>
2531
2532 PR symtab/25791
2533 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
2534 (ensure_gdb_index): and factor out and move ...
2535 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
2536 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
2537
2538 2020-04-16 Tom de Vries <tdevries@suse.de>
2539
2540 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
2541 loading exec.
2542
2543 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
2544
2545 * gdb.base/many-completions.exp: New file.
2546
2547 2020-04-14 Tom de Vries <tdevries@suse.de>
2548
2549 PR symtab/25718
2550 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
2551
2552 2020-04-14 Tom de Vries <tdevries@suse.de>
2553
2554 PR symtab/25720
2555 * gdb.base/maint-expand-symbols-header-file.c: New test.
2556 * gdb.base/maint-expand-symbols-header-file.exp: New file.
2557 * gdb.base/maint-expand-symbols-header-file.h: New test.
2558
2559 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
2560
2561 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
2562 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
2563 get_func_info.
2564 (get_func_info): Delete.
2565 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
2566 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
2567 * lib/dwarf.exp (get_func_info): New function.
2568
2569 2020-04-13 Tom de Vries <tdevries@suse.de>
2570
2571 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
2572 to what find_gnatmake does.
2573
2574 2020-04-10 Tom de Vries <tdevries@suse.de>
2575
2576 * gdb.base/style.exp: Expect "Expanding full symbols" message for
2577 -readnow.
2578
2579 2020-04-10 Tom de Vries <tdevries@suse.de>
2580
2581 PR cli/25808
2582 * gdb.base/style.c: Add leading newlines.
2583 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
2584 Check listing of main's one-line body.
2585
2586 2020-04-08 Tom de Vries <tdevries@suse.de>
2587
2588 * lib/gdb.exp (psymtabs_p): New proc.
2589 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
2590 importing unit" unsupported if there are no partial symbols.
2591
2592 2020-04-08 Tom de Vries <tdevries@suse.de>
2593
2594 PR testsuite/25760
2595 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
2596
2597 2020-04-07 Tom de Vries <tdevries@suse.de>
2598
2599 PR symtab/25796
2600 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
2601
2602 2020-04-07 Tom de Vries <tdevries@suse.de>
2603
2604 * gdb.base/check-psymtab.c: New test.
2605 * gdb.base/check-psymtab.exp: New file.
2606
2607 2020-04-06 Tom Tromey <tromey@adacore.com>
2608
2609 * gdb.ada/variant-record/proc.adb: New file.
2610 * gdb.ada/variant-record/value.adb: New file.
2611 * gdb.ada/variant-record/value.s: New file.
2612 * gdb.ada/variant-record.exp: New file.
2613
2614 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
2615
2616 PR gdb/25325
2617 * gdb.cp/typed-enum.cc: New test.
2618 * gdb.cp/typed-enum.exp: New file.
2619
2620 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2621
2622 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
2623 * gdb.dwarf2/dw2-inline-small-func.c: New file.
2624 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
2625 * gdb.dwarf2/dw2-inline-small-func.h: New file.
2626 * gdb.opt/inline-small-func.c: New file.
2627 * gdb.opt/inline-small-func.exp: New file.
2628 * gdb.opt/inline-small-func.h: New file.
2629
2630 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2631
2632 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
2633 function.
2634
2635 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2636
2637 * lib/dwarf.exp (function_range): Allow compiler options to be
2638 specified.
2639
2640 2020-04-02 Tom de Vries <tdevries@suse.de>
2641
2642 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
2643 __attribute__((always_inline)).
2644 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
2645
2646 2020-04-02 Tom de Vries <tdevries@suse.de>
2647
2648 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
2649 (gdbserver_gdb_exit): ... here. Add timeout warning.
2650 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
2651 (connect_target_extended_remote): Append new server_spawn_id to
2652 server_spawn_ids.
2653 (cleanup): New proc.
2654 (setup, <toplevel>): Call cleanup.
2655
2656 2020-04-02 Tom de Vries <tdevries@suse.de>
2657
2658 * gdb.base/main-psymtab.exp: New file.
2659
2660 2020-04-02 Tom de Vries <tdevries@suse.de>
2661
2662 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
2663
2664 2020-04-01 Tom Tromey <tom@tromey.com>
2665
2666 * gdb.base/complex-parts.exp: Add type tests.
2667
2668 2020-04-01 Tom Tromey <tom@tromey.com>
2669
2670 * gdb.base/complex-parts.exp: Add arithmetic tests.
2671
2672 2020-04-01 Tom Tromey <tom@tromey.com>
2673
2674 * gdb.compile/compile.exp: Update.
2675 * gdb.compile/compile-cplus.exp: Update.
2676 * gdb.base/varargs.exp: Update.
2677 * gdb.base/floatn.exp: Update.
2678 * gdb.base/endianity.exp: Update.
2679 * gdb.base/callfuncs.exp (do_function_calls): Update.
2680 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
2681 (complex_float_integral_args): Update.
2682 * gdb.base/complex.exp: Update.
2683 * gdb.base/complex-parts.exp: Update.
2684
2685 2020-04-01 Tom Tromey <tromey@adacore.com>
2686
2687 * gdb.rust/union.rs: New file.
2688 * gdb.rust/union.exp: New file.
2689 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
2690 (main): Update.
2691 * gdb.rust/simple.exp: Move union tests to union.exp.
2692
2693 2020-04-01 Tom Tromey <tromey@adacore.com>
2694
2695 * gdb.rust/simple.rs (main): Remove "y0".
2696
2697 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2698
2699 * gdb.multi/stop-all-on-exit.c: New test.
2700 * gdb.multi/stop-all-on-exit.exp: New file.
2701
2702 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
2703
2704 PR gdb/24789
2705 * gdb.cp/misc.cc: Add integer reference variable.
2706 * gdb.cp/misc.exp: Add test.
2707
2708 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2709
2710 * gdb.server/stop-reply-no-thread.exp: Enhance the test
2711 scenario to cover execution until the end and also the case
2712
2713 2020-03-31 Tom de Vries <tdevries@suse.de>
2714
2715 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
2716 c. Use "maint info symtabs" to check symtab expansion.
2717
2718 2020-03-30 Tom de Vries <tdevries@suse.de>
2719
2720 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
2721 unsupported.
2722 (verify_psymtab_expanded): Move ...
2723 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
2724 test.
2725 (readnow): New proc.
2726
2727 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2728
2729 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
2730 with $hex.
2731
2732 2020-03-20 Tom Tromey <tromey@adacore.com>
2733
2734 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
2735
2736 2020-03-20 Tom Tromey <tromey@adacore.com>
2737
2738 * gdb.ada/sub_variant/subv.adb: New file.
2739 * gdb.ada/sub_variant.exp: New file.
2740
2741 2020-03-20 Tom de Vries <tdevries@suse.de>
2742
2743 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
2744 first break fails.
2745 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
2746
2747 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2748
2749 * gdb.server/exit-multiple-threads.c: New file.
2750 * gdb.server/exit-multiple-threads.exp: New file.
2751
2752 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2753
2754 * gdb.fortran/mixed-lang-stack.c: New file.
2755 * gdb.fortran/mixed-lang-stack.cpp: New file.
2756 * gdb.fortran/mixed-lang-stack.exp: New file.
2757 * gdb.fortran/mixed-lang-stack.f90: New file.
2758
2759 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2760
2761 * gdb.linespec/cp-completion-aliases.cc: New file.
2762 * gdb.linespec/cp-completion-aliases.exp: New file.
2763
2764 2020-03-19 Tom de Vries <tdevries@suse.de>
2765
2766 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
2767 more precise.
2768
2769 2020-03-18 Tom de Vries <tdevries@suse.de>
2770
2771 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
2772 * gdb.dwarf2/break-inline-psymtab.c: New test.
2773 * gdb.dwarf2/break-inline-psymtab.exp: New file.
2774
2775 2020-03-16 Tom de Vries <tdevries@suse.de>
2776
2777 * lib/cache.exp (gdb_do_cache): Add and handle local variables
2778 cache_verify and cache_verify_proc.
2779
2780 2020-03-15 Tom de Vries <tdevries@suse.de>
2781
2782 * gdb.server/solib-list.exp: Handle
2783 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
2784
2785 2020-03-15 Tom de Vries <tdevries@suse.de>
2786
2787 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
2788 objfiles".
2789
2790 2020-03-14 Tom Tromey <tom@tromey.com>
2791
2792 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
2793
2794 2020-03-14 Tom de Vries <tdevries@suse.de>
2795
2796 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
2797
2798 2020-03-14 Tom de Vries <tdevries@suse.de>
2799
2800 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
2801 result in line-by-line fashion.
2802
2803 2020-03-14 Tom de Vries <tdevries@suse.de>
2804
2805 * lib/gdb.exp (supports_statement_frontiers): New proc.
2806 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
2807
2808 2020-03-14 Tom de Vries <tdevries@suse.de>
2809
2810 * gdb.base/printcmds.exp: Add missing quoting for "print
2811 teststring2".
2812
2813 2020-03-13 Tom Tromey <tom@tromey.com>
2814
2815 * gdb.base/printcmds.exp (test_print_strings): Add regression
2816 test.
2817 * gdb.base/printcmds.c (charptr): New typedef.
2818 (teststring2): New global.
2819
2820 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
2821
2822 * gdb.base/break-interp.exp: Use the tail of the filename, not the
2823 full path in the test name.
2824 (test_ld): Add some with_test_prefix blocks to make test names
2825 unique.
2826
2827 2020-03-13 Tom de Vries <tdevries@suse.de>
2828
2829 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
2830
2831 2020-03-13 Tom de Vries <tdevries@suse.de>
2832
2833 * gdb.mi/mi-sym-info.exp: Make matching more precise.
2834
2835 2020-03-13 Tom de Vries <tdevries@suse.de>
2836
2837 PR symtab/25646
2838 * gdb.dwarf2/imported-unit.exp: Add test.
2839
2840 2020-03-13 Tom de Vries <tdevries@suse.de>
2841
2842 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
2843 (var1, var2): New variable.
2844 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
2845 matching symbols.
2846
2847 2020-03-13 Tom de Vries <tdevries@suse.de>
2848
2849 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
2850 (Term::command): Use prompt prefix.
2851 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
2852 * gdb.tui/tui-layout-asm-short-prog.exp: Use
2853 command_no_prompt_prefix instead of prefix.
2854 * gdb.tui/tui-layout-asm.exp: Same.
2855
2856 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
2857
2858 * gdb.base/break-interp.exp: Use foreach_with_prefix.
2859
2860 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
2861
2862 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
2863 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
2864 on" while stepping over the test instruction, match printed
2865 message.
2866
2867 2020-03-12 Tom de Vries <tdevries@suse.de>
2868
2869 * gdb.base/info-types.exp: Use exp_continue during matching of output
2870 of "info types".
2871
2872 2020-03-12 Tom de Vries <tdevries@suse.de>
2873
2874 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
2875
2876 2020-03-12 Tom de Vries <tdevries@suse.de>
2877
2878 * gdb.fortran/module.exp: Use exp_continue during matching of output
2879 of "info variable -n".
2880
2881 2020-03-12 Tom de Vries <tdevries@suse.de>
2882
2883 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
2884 gdb.dwarf2/dw2-ranges-base.c.
2885
2886 2020-03-12 Tom de Vries <tdevries@suse.de>
2887
2888 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
2889 in presence of GLIBC debuginfo.
2890
2891 2020-03-12 Tom de Vries <tdevries@suse.de>
2892
2893 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
2894 $core.
2895
2896 2020-03-12 Tom de Vries <tdevries@suse.de>
2897
2898 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
2899 more precise.
2900
2901 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
2902
2903 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
2904 from Unix to Windows path.
2905
2906 2020-03-11 Tom de Vries <tdevries@suse.de>
2907
2908 * gdb.ada/minsyms.exp: Set language to ada.
2909
2910 2020-03-11 Tom de Vries <tdevries@suse.de>
2911
2912 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
2913
2914 2020-03-11 Tom de Vries <tdevries@suse.de>
2915
2916 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
2917
2918 2020-03-11 Tom Tromey <tromey@adacore.com>
2919
2920 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
2921
2922 2020-03-11 Tom de Vries <tdevries@suse.de>
2923
2924 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
2925
2926 2020-03-11 Tom de Vries <tdevries@suse.de>
2927
2928 * gdb.base/break-interp.exp: Limit verbose scope.
2929
2930 2020-03-11 Tom de Vries <tdevries@suse.de>
2931
2932 * gdb.fortran/logical.f90: Define variable with character type.
2933 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
2934
2935 2020-03-11 Tom de Vries <tdevries@suse.de>
2936
2937 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
2938
2939 2020-03-11 Tom de Vries <tdevries@suse.de>
2940
2941 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
2942 symtabs.
2943
2944 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2945 Bernd Edlinger <bernd.edlinger@hotmail.de>
2946
2947 * gdb.cp/step-and-next-inline.cc: New file.
2948 * gdb.cp/step-and-next-inline.exp: New file.
2949 * gdb.cp/step-and-next-inline.h: New file.
2950 * gdb.dwarf2/dw2-is-stmt.c: New file.
2951 * gdb.dwarf2/dw2-is-stmt.exp: New file.
2952 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
2953 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
2954 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
2955
2956 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2957
2958 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
2959 is-stmt flag in the line table.
2960
2961 2020-03-09 Tom de Vries <tdevries@suse.de>
2962
2963 * lib/gdb.exp (cached_file): Create cache dir.
2964
2965 2020-03-07 Tom de Vries <tdevries@suse.de>
2966
2967 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
2968 * gdb.cp/rvalue-ref-params.exp: Same.
2969
2970 2020-03-06 Tom de Vries <tdevries@suse.de>
2971
2972 * lib/gdb.exp (tentative_rename, cached_file): New proc.
2973 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
2974
2975 2020-03-06 Tom de Vries <tdevries@suse.de>
2976
2977 * README: Fix "the the".
2978 * gdb.base/dprintf.exp: Same.
2979
2980 2020-03-05 Tom de Vries <tdevries@suse.de>
2981
2982 * gdb.base/maint.exp: Update "main print statistics" expected output.
2983
2984 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2985
2986 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
2987 (fortran_int8): Likewise.
2988 (fortran_real4): Likewise.
2989 (fortran_real8): Likewise.
2990 (fortran_complex4): Likewise.
2991 (fortran_logical4): Likewise.
2992 (fortran_character1): Likewise.
2993
2994 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
2995
2996 * gdb.fortran/logical.exp: Add tests that any non-zero value is
2997 printed as true.
2998
2999 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
3000
3001 * gdb.base/printcmds.exp: Add test to verify printf of a
3002 variable holding an address.
3003
3004 2020-03-03 Tom de Vries <tdevries@suse.de>
3005
3006 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
3007
3008 2020-03-03 Tom de Vries <tdevries@suse.de>
3009
3010 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
3011 gdb_test_multiple call.
3012
3013 2020-03-03 Tom de Vries <tdevries@suse.de>
3014
3015 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
3016 gdb_test_multiple calls.
3017
3018 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
3019
3020 * gdb.base/default.exp: Remove test of 'set history filename'.
3021 * gdb.base/gdbinit-history.exp: Add tests for setting the history
3022 filename to the empty string.
3023 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
3024 and GDBHISTSIZE.
3025
3026 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
3027
3028 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
3029 disabled.
3030
3031 2020-03-02 Pedro Alves <palves@redhat.com>
3032 Tom de Vries <tdevries@suse.de>
3033
3034 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
3035 -prompt prefix, before user_code argument. Add -lbl option likewise.
3036 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
3037 (gdb_is_target_1): Add -prompt prefix and move to before user_code
3038 argument.
3039 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
3040 have "\r\n" at start-of-line, instead of at end-of-line.
3041
3042 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
3043
3044 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
3045 libinproctrace.so.
3046
3047 2020-02-28 Luis Machado <luis.machado@linaro.org>
3048
3049 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
3050 to "p/x".
3051
3052 2020-02-28 Luis Machado <luis.machado@linaro.org>
3053
3054 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
3055 asm/ptrace.h and error.h.
3056
3057 2020-02-28 Tom de Vries <tdevries@suse.de>
3058
3059 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
3060 (struct wrapper, do_something, mundane/symada__cS): Move ...
3061 * gdb.base/c-linkage-name-2.c: ... here. New source file.
3062 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
3063 Update "print symada__cS before partial symtab expansion" regexp.
3064 Update breakpoint location. Flush symbol cache after expansion.
3065
3066 2020-02-28 Luis Machado <luis.machado@linaro.org>
3067
3068 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
3069
3070 2020-02-27 Tom de Vries <tdevries@suse.de>
3071
3072 * config/sid.exp: Remove unused globals.
3073 * gdb.base/attach.exp: Same.
3074 * gdb.base/catch-load.exp: Same.
3075 * gdb.base/dbx.exp: Same.
3076 * lib/gdb.exp: Same.
3077 * lib/mi-support.exp: Same.
3078 * lib/prompt.exp: Same.
3079
3080 2020-02-27 Tom de Vries <tdevries@suse.de>
3081
3082 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
3083 not set.
3084
3085 2020-02-26 Aaron Merey <amerey@redhat.com>
3086
3087 * gdb.debuginfod: New directory for debuginfod tests.
3088 * gdb.debuginfod/main.c: New test file.
3089 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
3090
3091 2020-02-26 Tom de Vries <tdevries@suse.de>
3092
3093 PR gdb/25603
3094 * gdb.base/persistent-lang.cc: New test.
3095 * gdb.base/persistent-lang.exp: New file.
3096
3097 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
3098
3099 * gdb.fortran/derived-type-striding.exp: Add a new test.
3100 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
3101 new test.
3102
3103 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
3104
3105 * gdb.base/cached-source-file.exp: Avoid source file paths in test
3106 names.
3107
3108 2020-02-25 Tom de Vries <tdevries@suse.de>
3109
3110 PR go/18926
3111 * gdb.go/methods.exp: Remove gcc/93866 xfail.
3112
3113 2020-02-24 Tom de Vries <tdevries@suse.de>
3114
3115 PR gdb/25592
3116 * gdb.base/info-locals-unused-static-var.c: New test.
3117 * gdb.base/info-locals-unused-static-var.exp: New file.
3118
3119 2020-02-22 Tom Tromey <tom@tromey.com>
3120
3121 * gdb.python/tui-window.exp: New file.
3122 * gdb.python/tui-window.py: New file.
3123
3124 2020-02-22 Tom Tromey <tom@tromey.com>
3125
3126 PR tui/17850:
3127 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
3128 tests.
3129
3130 2020-02-22 Tom Tromey <tom@tromey.com>
3131
3132 * gdb.tui/new-layout.exp: Add sub-layout tests.
3133
3134 2020-02-22 Tom Tromey <tom@tromey.com>
3135
3136 * gdb.tui/new-layout.exp: New file.
3137
3138 2020-02-22 Tom Tromey <tom@tromey.com>
3139
3140 * gdb.rust/rust-style.rs: New file.
3141 * gdb.rust/rust-style.exp: New file.
3142 * gdb.base/style.exp: Test structure printing.
3143 * gdb.base/style.c (struct some_struct): New type.
3144 (enum etype): New type.
3145 (struct_value): New global.
3146
3147 2020-02-21 Tom de Vries <tdevries@suse.de>
3148
3149 PR go/18926
3150 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
3151 Remove blanket xfails. Use message argument for gdb_breakpoint.
3152 Make continuing to breakpoint test conditional on setting breakpoint.
3153 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
3154 DW_AT_name attribute. Add xfail for GCC PR93866.
3155
3156 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
3157
3158 * gdb.dwarf2/cpp-linkage-name.c: New file.
3159 * gdb.dwarf2/cpp-linkage-name.exp: New file.
3160
3161 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
3162
3163 * lib/gdb.exp (gdb_wrapper_init): Reset
3164 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
3165 not exist.
3166
3167 2020-02-20 Tom de Vries <tdevries@suse.de>
3168
3169 PR go/17018
3170 * gdb.go/hello.exp: Copy ...
3171 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
3172 print of st to print value of global definition. Add xfail for GCC
3173 PR93844.
3174 * gdb.go/hello.exp: Remove printing of st before definition.
3175 * gdb.go/hello.go: Copy ...
3176 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
3177 to st.
3178 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
3179
3180 2020-02-20 Tom de Vries <tdevries@suse.de>
3181
3182 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
3183 (gdb_simple_compile): Handle compile_flags go by using .go extension
3184 for source file.
3185 * gdb.go/chan.exp: Use support_go_compile.
3186 * gdb.go/handcall.exp: Same.
3187 * gdb.go/hello.exp: Same.
3188 * gdb.go/integers.exp: Same.
3189 * gdb.go/max-depth.exp: Same.
3190 * gdb.go/methods.exp: Same.
3191 * gdb.go/package.exp: Same.
3192 * gdb.go/strings.exp: Same.
3193 * gdb.go/types.exp: Same.
3194 * gdb.go/unsafe.exp: Same.
3195
3196 2020-02-19 Tom de Vries <tdevries@suse.de>
3197
3198 * gdb.python/lib-types.exp: Make xfail more strict.
3199
3200 2020-02-19 Tom de Vries <tdevries@suse.de>
3201
3202 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
3203
3204 2020-02-19 Doug Evans <dje@google.com>
3205
3206 PR rust/25535
3207 * gdb.rust/simple.exp: Add test.
3208 * gdb.rust/simple.rs: Add test.
3209
3210 2020-02-19 Tom de Vries <tdevries@suse.de>
3211
3212 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
3213 output line-by-line.
3214
3215 2020-02-19 Tom de Vries <tdevries@suse.de>
3216
3217 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
3218
3219 2020-02-19 Tom de Vries <tdevries@suse.de>
3220
3221 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
3222 prelink.
3223
3224 2020-02-19 Tom de Vries <tdevries@suse.de>
3225
3226 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
3227 (gdb_do_cache): Use gdb_do_cache_wrap.
3228 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
3229
3230 2020-02-19 Tom de Vries <tdevries@suse.de>
3231
3232 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
3233 gdb_compile option.
3234
3235 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
3236
3237 * gdb.base/printcmds.exp (test_print_enums): Update expected
3238 output.
3239
3240 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
3241
3242 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
3243 for "unknown".
3244
3245 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
3246
3247 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
3248 enumerator.
3249
3250 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
3251
3252 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
3253 FE_, add FE_NONE.
3254 (three): Update.
3255 (enum flag_enum_without_zero): New enum.
3256 (flag_enum_without_zero): New variable.
3257 (enum not_flag_enum): New enum.
3258 (three_not_flag): New variable.
3259 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
3260 (test_print_enums): Add more tests for printing flag enums.
3261
3262 2020-02-18 Tom de Vries <tdevries@suse.de>
3263
3264 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
3265 (gdb_compile_ada): ... here.
3266 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
3267 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
3268
3269 2020-02-14 Tom Tromey <tom@tromey.com>
3270
3271 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
3272 build directory.
3273 * boards/gdbserver-base.exp: Update path to gdbserver.
3274
3275 2020-02-13 Tom de Vries <tdevries@suse.de>
3276
3277 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
3278
3279 2020-02-13 Tom de Vries <tdevries@suse.de>
3280
3281 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
3282 are missing.
3283
3284 2020-02-13 Tom de Vries <tdevries@suse.de>
3285
3286 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
3287 call.
3288
3289 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
3290
3291 PR tui/25126
3292 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
3293 * gdb.base/cached-source-file.c: New file.
3294 * gdb.base/cached-source-file.exp: New file.
3295
3296 2020-02-11 Tom de Vries <tdevries@suse.de>
3297
3298 PR testsuite/25488
3299 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
3300
3301 2020-02-10 Tom de Vries <tdevries@suse.de>
3302
3303 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
3304
3305 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
3306
3307 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
3308 and $after_addr are both integers before making a comparison.
3309
3310 2020-02-09 Tom de Vries <tdevries@suse.de>
3311
3312 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
3313 command output and paste it into gdb.log. If any, paste catch message
3314 to gdb.log.
3315
3316 2020-02-07 Tom Tromey <tromey@adacore.com>
3317
3318 PR breakpoints/24915:
3319 * gdb.base/annotate-symlink.exp: Use setup_xfail.
3320
3321 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
3322
3323 * gdb.tui/tui-missing-src.exp: Add the "missing source
3324 file" test for the TUI.
3325
3326 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
3327
3328 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
3329 including a port number in the output.
3330
3331 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
3332
3333 * lib/fortran.exp (fortran_int4): Handle clang.
3334 (fortran_int8): Likewise.
3335 (fortran_real4): Likewise.
3336 (fortran_real8): Likewise.
3337 (fortran_complex4): Likewise.
3338 (fortran_logical4): Likewise.
3339 (fortran_character1): Likewise.
3340
3341 2020-02-04 Tom de Vries <tdevries@suse.de>
3342
3343 * README (Race detection): Add note.
3344
3345 2020-02-04 Tom de Vries <tdevries@suse.de>
3346
3347 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
3348
3349 2020-02-04 Tom de Vries <tdevries@suse.de>
3350
3351 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
3352
3353 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
3354
3355 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
3356 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
3357 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
3358 blttar, bnetarl.
3359 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
3360 binary for blttar, bnetarl.
3361 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
3362 wait instruction. Delete ldmx test.
3363 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
3364
3365 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3366
3367 * gdb.fortran/array-bounds-high.exp: New file.
3368 * gdb.fortran/array-bounds-high.f90: New file.
3369
3370 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
3371
3372 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
3373 Replace #include of <sys/fcntl.h> by <fcntl.h>.
3374
3375 2020-02-01 Tom de Vries <tdevries@suse.de>
3376
3377 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
3378
3379 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
3380
3381 PR tui/9765
3382 * gdb.tui/tui-layout-asm-short-prog.S: New file.
3383 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
3384
3385 2020-01-29 Luis Machado <luis.machado@linaro.org>
3386
3387 * gdb.arch/aarch64-brk-patterns.c: New source file.
3388 * gdb.arch/aarch64-brk-patterns.exp: New test.
3389
3390 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3391
3392 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
3393 GCC/Clang version.
3394 * gdb.cp/pass-by-ref.exp: Ditto.
3395
3396 2020-01-29 Tom de Vries <tdevries@suse.de>
3397
3398 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
3399 * gdb.threads/watchpoint-fork-mt.c: Same.
3400 * gdb.threads/watchpoint-fork-parent.c: Same.
3401 * gdb.threads/watchpoint-fork-st.c: Same.
3402 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
3403
3404 2020-01-27 Luis Machado <luis.machado@linaro.org>
3405
3406 * gdb.base/step-over-syscall.exp (setup): Check if we're already
3407 sitting at a syscall instruction when we hit the syscall function's
3408 breakpoint.
3409 Check PC against one obtained with the x command.
3410 Validate syscall number.
3411 (step_over_syscall): Don't continue to the syscall instruction if
3412 we're already there.
3413
3414 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3415
3416 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
3417
3418 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3419
3420 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
3421 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
3422
3423 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3424
3425 * gdb.dwarf2/dw2-inline-stepping.c: New file.
3426 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
3427
3428 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3429
3430 * gdb.base/maint.exp: Update line table parsing test.
3431 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
3432
3433 2020-01-24 Pedro Alves <palves@redhat.com>
3434
3435 PR gdb/25410
3436 * gdb.multi/multi-re-run-1.c: New.
3437 * gdb.multi/multi-re-run-2.c: New.
3438 * gdb.multi/multi-re-run.exp: New.
3439
3440 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3441
3442 PR gdb/23718
3443 * gdb.server/server-kill-python.exp: New file.
3444
3445 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3446
3447 * gdb.server/multi-ui-errors.c: New file.
3448 * gdb.server/multi-ui-errors.exp: New file.
3449
3450 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3451
3452 PR tui/9765
3453 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
3454
3455 2020-01-19 Tom Tromey <tom@tromey.com>
3456
3457 * gdb.tui/main.exp: Add check for plain "file".
3458
3459 2020-01-16 Christian Biesinger <cbiesinger@google.com>
3460
3461 * lib/gdb.exp: Fix spelling error (seperatelly).
3462
3463 2020-01-14 Tom Tromey <tom@tromey.com>
3464
3465 PR symtab/12535:
3466 * gdb.python/python.exp: Test decode_line with empty string
3467 argument.
3468
3469 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
3470
3471 * gdb.base/skip-inline.exp: Extend test.
3472
3473 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3474
3475 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
3476 * gdb.dwarf2/dw2-bad-elf.c: New file.
3477 * gdb.dwarf2/dw2-bad-elf.exp: New file.
3478
3479 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3480
3481 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
3482 _line_saw_file.
3483
3484 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3485
3486 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
3487 border.
3488
3489 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3490
3491 * gdb.multi/multi-target.exp (setup): Factor out "info
3492 connections" and "info inferiors" tests to ...
3493 (test_info_inferiors): ... this new procedure.
3494 (top level): Run new "info-inferiors" tests.
3495
3496 2020-01-10 Pedro Alves <palves@redhat.com>
3497
3498 * gdb.server/bkpt-other-inferior.exp: New file.
3499
3500 2020-01-10 Pedro Alves <palves@redhat.com>
3501
3502 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
3503 of "add-inferior".
3504 * gdb.base/quit-live.exp: Likewise.
3505 * gdb.base/remote-exec-file.exp: Likewise.
3506 * gdb.guile/scm-progspace.exp: Likewise.
3507 * gdb.linespec/linespec.exp: Likewise.
3508 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3509 * gdb.mi/user-selected-context-sync.exp: Likewise.
3510 * gdb.multi/multi-target.exp (setup): Add "info connection" and
3511 "info inferiors" tests.
3512 * gdb.multi/remove-inferiors.exp: Adjust expected output of
3513 "add-inferior".
3514 * gdb.multi/watchpoint-multi.exp: Likewise.
3515 * gdb.python/py-inferior.exp: Likewise.
3516 * gdb.server/extended-remote-restart.exp: Likewise.
3517 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
3518 "info inferiors".
3519 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
3520 * gdb.trace/report.exp: Likewise.
3521
3522 2020-01-10 Pedro Alves <palves@redhat.com>
3523
3524 * gdb.multi/multi-target.c: New file.
3525 * gdb.multi/multi-target.exp: New file.
3526 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
3527 mode requested, but remote does not support non-stop".
3528
3529 2020-01-10 Pedro Alves <palves@redhat.com>
3530
3531 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
3532 disconnect before reconnecting.
3533
3534 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3535 Pedro Alves <palves@redhat.com>
3536
3537 * gdb.server/connect-without-multi-process.exp: Also test
3538 continuing to end.
3539
3540 2020-01-10 Pedro Alves <palves@redhat.com>
3541
3542 * gdb.base/remote-exec-file.exp: New file.
3543
3544 2020-01-10 Pedro Alves <palves@redhat.com>
3545
3546 * gdb.base/fork-running-state.exp (do_test): Adjust expected
3547 output.
3548 * gdb.threads/async.c: New.
3549 * gdb.threads/async.exp: New.
3550 * gdb.multi/tids-gid-reset.c: New.
3551 * gdb.multi/tids-gid-reset.exp: New.
3552
3553 2020-01-10 George Barrett <bob@bob131.so>
3554
3555 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
3556 to help in finding the image relocation offset.
3557 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
3558 options in arguments.
3559 (stap_test_no_debuginfo): Likewise.
3560 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
3561 test variants.
3562 (stap_test): Add null semaphore relocation test.
3563
3564 2020-01-10 George Barrett <bob@bob131.so>
3565
3566 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
3567 * gdb.base/stap-probe.exp: Likewise.
3568 (stap_test): Pass argument as an additional flag.
3569 (stap_test_no_debuginfo): Likewise.
3570 (stap_test): Check `info probes stap' output for semaphore
3571 addresses if the test binary is supposed to have them.
3572
3573 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3574
3575 * gdb.tui/basic.exp: Add more scrolling tests.
3576
3577 2020-01-09 Tom Tromey <tom@tromey.com>
3578
3579 PR tui/18932:
3580 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
3581 meangingful value.
3582 (Term::command, Term::resize): Update.
3583 * gdb.tui/basic.exp: Add scrolling test.
3584
3585 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3586
3587 * gdb.tui/tui-layout-asm.exp: New file.
3588
3589 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3590
3591 * lib/tuiterm.exp (Term::check_box_contents): New proc.
3592
3593 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3594
3595 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
3596 (Term::enter_tui): Use Term::prepare_for_tui.
3597
3598 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3599
3600 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
3601 called.
3602
3603 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3604
3605 * gdb.base/skip.exp: Fix race condition in test.
3606
3607 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
3608
3609 * gdb.base/backtrace.c: New file.
3610 * gdb.base/backtrace.exp: New file.
3611
3612 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
3613
3614 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
3615
3616 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3617
3618 * gdb.base/style.exp: Test that warnings are styled.
3619
3620 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
3621
3622 * gdb.base/line65535.exp: New file.
3623 * gdb.base/line65535.c: New file.
3624
3625 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
3626
3627 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
3628 * lib/gnat_debug_info_test.adb: New file.
3629 * gdb.ada/ptype_tagged_param.exp: Use
3630 gnat_runtime_has_debug_info, expect a different output if
3631 runtime does not have debug info.
3632
3633 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
3634
3635 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
3636 (another) quote in test name.
3637
3638 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
3639
3640 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
3641 Add quote in test name.
3642
3643 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3644
3645 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
3646 directory instead.
3647 * gdb.cp/pass-by-ref.exp: Extend with more cases.
3648 * gdb.cp/pass-by-ref-2.cc: New file.
3649 * gdb.cp/pass-by-ref-2.exp: New file.
3650
3651 2019-12-20 Tom Tromey <tom@tromey.com>
3652
3653 * gdb.tui/list-before.exp: New file.
3654
3655 2019-12-20 Tom Tromey <tom@tromey.com>
3656
3657 * gdb.tui/list.exp: Check for source on initial listing.
3658
3659 2019-12-11 Tom Tromey <tromey@adacore.com>
3660
3661 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
3662 Add crlf test.
3663
3664 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
3665
3666 * gdb.base/default.exp: Update value of $_gdb_major.
3667
3668 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
3669
3670 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
3671
3672 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
3673
3674 * gdb.base/skip.exp: Whitespace fix.
3675
3676 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
3677
3678 * gdb.base/skip-inline.c: New file.
3679 * gdb.base/skip-inline.exp: New file.
3680
3681 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
3682
3683 * gdb.base/jit-reader.exp (jit_reader_test): Rename
3684 jit_function_00 to jit_function_stack_mangle.
3685 * gdb.base/jithost.c (jit_function_t): Rename to...
3686 (jit_function_stack_mangle_t): ... this.
3687 (jit_function_add_t): New typedef.
3688 (jit_function_00_code): Rename to...
3689 (jit_function_stack_mangle_code): ... this, make static.
3690 (jit_function_add_code): New.
3691 (main): Generate "add" function and call it. Adjust to changes
3692 in jithost_abi.
3693 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
3694 (struct jithost_abi) <begin, end>: Remove fields.
3695 <object, function_stack_mangle, function_add>: New fields.
3696 * gdb.base/jitreader.c (struct reader_state) <code_begin,
3697 code_end>: Remove fields.
3698 <func_stack_mangle>: New field.
3699 (read_debug_info): Adjust to renaming, create block for "add"
3700 function.
3701 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
3702
3703 2019-12-11 Tom Tromey <tom@tromey.com>
3704
3705 * gdb.tui/resize.exp: Fix regexp.
3706 * gdb.tui/regs.exp: Fix regexps.
3707 * gdb.tui/main.exp: Fix regexp.
3708
3709 2019-12-11 Tom Tromey <tom@tromey.com>
3710
3711 * gdb.tui/resize.exp: Update.
3712 * gdb.tui/empty.exp (layouts): Update.
3713
3714 2019-12-11 Tom Tromey <tom@tromey.com>
3715
3716 * gdb.tui/regs.exp: Update.
3717 * gdb.tui/empty.exp (layouts): Update.
3718 * gdb.tui/basic.exp: Update.
3719 * lib/tuiterm.exp (_check_box): Don't check bottom border.
3720
3721 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3722
3723 * gdb.base/options.exp: Add -raw-values in the print completion list.
3724 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
3725
3726 2019-12-10 Kevin Buettner <kevinb@redhat.com>
3727
3728 * gdb.threads/omp-par-scope.c: New file.
3729 * gdb/threads/omp-par-scope.exp: New file.
3730
3731 2019-12-10 Kevin Buettner <kevinb@redhat.com>
3732
3733 * lib/gdb.exp (support_nested_function_tests): New proc.
3734
3735 2019-12-10 Kevin Buettner <kevinb@redhat.com>
3736
3737 * lib/gdb.exp (gdb_compile_openmp): New proc.
3738 (build_executable_from_specs): Add an "openmp" option.
3739 (gdb_compile_pthreads): Add non-executable case.
3740
3741 2019-12-10 Tom Tromey <tromey@adacore.com>
3742
3743 * gdb.ada/unchecked_union.exp: New file.
3744 * gdb.ada/unchecked_union/pck.adb: New file.
3745 * gdb.ada/unchecked_union/pck.ads: New file.
3746 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
3747 * gdb-utils.exp (string_to_regexp): Also quote "?".
3748
3749 2019-12-10 George Barrett <bob@bob131.so>
3750
3751 Test scripted probe breakpoints.
3752 * gdb.guile/scm-breakpoint.c (main): Add probe point.
3753 * gdb.python/py-breakpoint.c (main): Likewise.
3754 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
3755 specifier test.
3756 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
3757
3758 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3759
3760 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
3761 an rvalue parameter.
3762 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
3763 parameter.
3764
3765 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3766
3767 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
3768 modules.
3769
3770 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3771
3772 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
3773 broken version of GCC.
3774
3775 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3776
3777 * gdb.fortran/info-modules.exp: Rewrite to make use of new
3778 sym-info-cmds library.
3779 * gdb.fortran/info-types.exp: Likewise.
3780 * lib/sym-info-cmds.exp: New file.
3781
3782 2019-12-08 Tom de Vries <tdevries@suse.de>
3783
3784 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
3785
3786 2019-12-07 Keith Seitz <keiths@redhat.com>
3787
3788 * gdb.base/corefile-buildid-shlib-shr.c: New file.
3789 * gdb.base/corefile-buildid-shlib.c: New file.
3790 * gdb.base/corefile-buildid.c: New file.
3791 * gdb.base/corefile-buildid.exp: New file.
3792
3793 2019-12-06 Tom de Vries <tdevries@suse.de>
3794
3795 * gdb.dwarf2/varval.exp: Add decl before def test.
3796
3797 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3798
3799 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
3800
3801 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3802
3803 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
3804 CV and reference conversion for overload resolution.
3805 * gdb.cp/rvalue-ref-overload.exp: Test it.
3806
3807 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3808
3809 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
3810 * gdb.base/frameapply.exp: Test faas without command.
3811
3812 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3813
3814 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
3815 Fortran tests.
3816 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
3817 order.
3818
3819 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3820
3821 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
3822 casting to type with no kind specified.
3823 (test_basic_parsing_of_type_kinds): Additional tests for types
3824 with no kind specified, and add tests for single/double
3825 precision/complex types.
3826
3827 2019-12-04 Tom Tromey <tromey@adacore.com>
3828
3829 * gdb.base/endianity.c (struct other) <x>: New field.
3830 (main): Initialize it.
3831 * gdb.base/endianity.exp: Update.
3832
3833 2019-12-04 Tom Tromey <tromey@adacore.com>
3834
3835 * gdb.ada/scalar_storage/storage.adb: New file.
3836 * gdb.ada/scalar_storage/pck.adb: New file.
3837 * gdb.ada/scalar_storage/pck.ads: New file.
3838 * gdb.ada/scalar_storage.exp: New file.
3839
3840 2019-12-04 Tom Tromey <tromey@adacore.com>
3841
3842 * gdb.base/endianity.c (struct otherendian) <f>: New field.
3843 (main): Initialize it.
3844 * gdb.base/endianity.exp: Update.
3845
3846 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3847
3848 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
3849
3850 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3851
3852 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
3853 -symbol-info-module-functions and -symbol-info-module-variables.
3854
3855 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
3856
3857 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
3858
3859 2019-12-01 Richard Bunt <richard.bunt@arm.com>
3860 Andrew Burgess <andrew.burgess@embecosm.com>
3861
3862 * gdb.fortran/derived-type-striding.exp: New file.
3863 * gdb.fortran/derived-type-striding.f90: New file.
3864 * gdb.fortran/array-slices.exp: New file.
3865 * gdb.fortran/array-slices.f90: New file.
3866
3867 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3868
3869 * gdb.base/define.exp: Test . in command names.
3870 * gdb.base/setshow.exp: Update test, as . is now part of
3871 command name.
3872
3873 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3874
3875 * gdb.base/define-prefix.exp: New file.
3876
3877 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
3878
3879 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
3880 compile.
3881 (skip_btrace_pt_tests): Likewise.
3882
3883 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3884
3885 * gdb.fortran/info-modules.exp: Compile source files in correct
3886 order.
3887
3888 2019-11-27 Kevin Buettner <kevinb@redhat.com>
3889
3890 * gdb.dwarf2/imported-unit.exp: New file.
3891 * gdb.dwarf2/imported-unit.c: New file.
3892
3893 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3894
3895 * gdb.mi/mi-fortran-modules-2.f90: New file.
3896 * gdb.mi/mi-fortran-modules.exp: New file.
3897 * gdb.mi/mi-fortran-modules.f90: New file.
3898
3899 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3900
3901 * gdb.mi/mi-sym-info-1.c: New file.
3902 * gdb.mi/mi-sym-info-2.c: New file.
3903 * gdb.mi/mi-sym-info.exp: New file.
3904
3905 2019-11-22 Tom Tromey <tromey@adacore.com>
3906
3907 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
3908 * gdb.ada/tasks/foo.adb: Add another stopping location.
3909
3910 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
3911
3912 * gdb.base/endianity.c: New test.
3913 * gdb.base/endianity.exp: New file.
3914
3915 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
3916
3917 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
3918
3919 2019-11-21 Tom de Vries <tdevries@suse.de>
3920
3921 PR gdb/24956
3922 * gdb.base/ui-redirect.exp: Test output of user-defined command.
3923
3924 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
3925
3926 * gdb.python/py-progspace.exp: Add missing parentheses on some
3927 'print' commands.
3928
3929 2019-11-19 Tom Tromey <tom@tromey.com>
3930
3931 * gdb.tui/winheight.exp: New file.
3932
3933 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3934
3935 * gdb.base/ctf-whatis.c: Delete.
3936 * gdb.base/ctf-whatis.exp: Delete.
3937 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
3938
3939 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3940
3941 * gdb.base/ctf-cvexpr.exp: Delete.
3942 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
3943
3944 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3945
3946 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
3947 the compiler. Clean up header comment a little.
3948 * gdb.base/ctf-ptype.exp: Likewise.
3949 * gdb.base/ctf-whatis.exp: Likewise.
3950 * lib/gdb.exp (skip_ctf_tests): New proc.
3951
3952 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
3953
3954 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
3955 * gdb.tui/corefile-run.exp: New file.
3956
3957 2019-11-14 Tom Tromey <tromey@adacore.com>
3958
3959 * gdb.base/gdbvars.exp (test_convenience_variables): Add
3960 regression tests.
3961
3962 2019-11-12 Tom Tromey <tom@tromey.com>
3963
3964 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
3965 after any command. Expect prompt after WAIT_FOR is seen.
3966 (enter_tui): Enable resize messages.
3967 (command): Expect command in output.
3968 (get_line): Avoid error when cursor appears to be off-screen.
3969 (dump_screen): Include screen size in title.
3970 (_do_resize): New proc, from "resize".
3971 (resize): Rewrite. Do resize in two steps.
3972 * gdb.tui/empty.exp (layouts): Fix entries.
3973 (check_boxes): Remove xfail.
3974 (check_text): Dump screen on failure.
3975
3976 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3977
3978 * gdb.python/py-symbol.exp: Add test for
3979 gdb.lookup_static_symbols.
3980
3981 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3982
3983 * gdb.python/py-symbol.c: Declare and call function from new
3984 py-symbol-2.c file.
3985 * gdb.python/py-symbol.exp: Compile both source files, and add new
3986 tests for gdb.lookup_static_symbol.
3987 * gdb.python/py-symbol-2.c: New file.
3988
3989 2019-11-02 Tom de Vries <tdevries@suse.de>
3990
3991 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
3992 * gdb.base/anon.exp: Same.
3993 * gdb.base/auto-connect-native-target.exp: Same.
3994 * gdb.base/call-ar-st.exp: Same.
3995 * gdb.base/catch-syscall.exp: Same.
3996 * gdb.base/commands.exp: Same.
3997 * gdb.base/default.exp: Same.
3998 * gdb.base/display.exp: Same.
3999 * gdb.base/float.exp: Same.
4000 * gdb.base/foll-fork.exp: Same.
4001 * gdb.base/help.exp: Same.
4002 * gdb.base/info-macros.exp: Same.
4003 * gdb.base/info-proc.exp: Same.
4004 * gdb.base/info-target.exp: Same.
4005 * gdb.base/long_long.exp: Same.
4006 * gdb.base/macscp.exp: Same.
4007 * gdb.base/memattr.exp: Same.
4008 * gdb.base/nofield.exp: Same.
4009 * gdb.base/pointers.exp: Same.
4010 * gdb.base/printcmds.exp: Same.
4011 * gdb.base/ptype.exp: Same.
4012 * gdb.base/restore.exp: Same.
4013 * gdb.base/return.exp: Same.
4014 * gdb.base/scope.exp: Same.
4015 * gdb.base/set-noassign.exp: Same.
4016 * gdb.base/setshow.exp: Same.
4017 * gdb.base/shlib-call.exp: Same.
4018 * gdb.base/signals.exp: Same.
4019 * gdb.base/sigstep.exp: Same.
4020 * gdb.base/skip.exp: Same.
4021 * gdb.base/solib-symbol.exp: Same.
4022 * gdb.base/stap-probe.exp: Same.
4023 * gdb.base/step-line.exp: Same.
4024 * gdb.base/step-test.exp: Same.
4025 * gdb.base/style.exp: Same.
4026 * gdb.base/varargs.exp: Same.
4027 * gdb.base/vla-datatypes.exp: Same.
4028 * gdb.base/vla-ptr.exp: Same.
4029 * gdb.base/vla-sideeffect.exp: Same.
4030 * gdb.base/volatile.exp: Same.
4031 * gdb.base/watch-cond-infcall.exp: Same.
4032 * gdb.base/watchpoint.exp: Same.
4033
4034 2019-11-02 Tom de Vries <tdevries@suse.de>
4035
4036 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
4037 * gdb.cp/cpexprs.exp: Same.
4038 * gdb.cp/except-multi-location.exp: Same.
4039 * gdb.cp/exceptprint.exp: Same.
4040 * gdb.cp/gdb2384.exp: Same.
4041 * gdb.cp/inherit.exp: Same.
4042 * gdb.cp/m-static.exp: Same.
4043 * gdb.cp/meth-typedefs.exp: Same.
4044 * gdb.cp/misc.exp: Same.
4045 * gdb.cp/namespace.exp: Same.
4046 * gdb.cp/non-trivial-retval.exp: Same.
4047 * gdb.cp/overload.exp: Same.
4048 * gdb.cp/pr17132.exp: Same.
4049 * gdb.cp/re-set-overloaded.exp: Same.
4050 * gdb.cp/rvalue-ref-types.exp: Same.
4051 * gdb.cp/templates.exp: Same.
4052
4053 2019-11-01 Luis Machado <luis.machado@linaro.org>
4054
4055 PR gdb/25124
4056
4057 * gdb.arch/pr25124.S: New file.
4058 * gdb.arch/pr25124.exp: New file.
4059
4060 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4061
4062 * gdb.fortran/info-modules.exp: Update expected results, and add
4063 additional tests for 'info module functinos', and 'info module
4064 variables'.
4065 * gdb.fortran/info-types.exp: Update expected results.
4066 * gdb.fortran/info-types.f90: Extend testcase with additional
4067 module variables and functions.
4068
4069 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4070
4071 * gdb.fortran/info-modules.exp: New file.
4072 * gdb.fortran/info-types.exp: Build with new file.
4073 * gdb.fortran/info-types.f90: Include and use new module.
4074 * gdb.fortran/info-types-2.f90: New file.
4075
4076 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4077
4078 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
4079 * gdb.base/settings.exp: Test all settings types using
4080 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
4081 that now verifies that the value of "maint show" is the same as
4082 returned by the settings functions. Test the type of the
4083 maintenance settings.
4084 * gdb.base/default.exp: Update show_conv_list.
4085
4086 2019-10-31 Tom de Vries <tdevries@suse.de>
4087
4088 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
4089 gdb_test.
4090 * gdb.arch/amd64-disp-step.exp: Same.
4091 * gdb.asm/asm-source.exp: Same.
4092 * gdb.btrace/buffer-size.exp: Same.
4093 * gdb.btrace/cpu.exp: Same.
4094 * gdb.btrace/enable.exp: Same.
4095 * gdb.dwarf2/count.exp: Same.
4096 * gdb.dwarf2/dw2-ranges-func.exp: Same.
4097 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
4098 * gdb.fortran/vla-datatypes.exp: Same.
4099 * gdb.fortran/vla-history.exp: Same.
4100 * gdb.fortran/vla-ptype.exp: Same.
4101 * gdb.fortran/vla-value.exp: Same.
4102 * gdb.fortran/whatis_type.exp: Same.
4103 * gdb.guile/guile.exp: Same.
4104 * gdb.multi/tids.exp: Same.
4105 * gdb.python/py-finish-breakpoint.exp: Same.
4106 * gdb.python/py-framefilter.exp: Same.
4107 * gdb.python/py-pp-registration.exp: Same.
4108 * gdb.python/py-xmethods.exp: Same.
4109 * gdb.python/python.exp: Same.
4110 * gdb.server/connect-with-no-symbol-file.exp: Same.
4111 * gdb.server/no-thread-db.exp: Same.
4112 * gdb.server/run-without-local-binary.exp: Same.
4113 * gdb.stabs/weird.exp: Same.
4114 * gdb.threads/attach-many-short-lived-threads.exp: Same.
4115 * gdb.threads/thread-find.exp: Same.
4116 * gdb.threads/tls-shared.exp: Same.
4117 * gdb.threads/tls.exp: Same.
4118 * gdb.threads/wp-replication.exp: Same.
4119 * gdb.trace/ax.exp: Same.
4120 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
4121
4122 2019-10-31 Tom de Vries <tdevries@suse.de>
4123
4124 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
4125 * gdb.ada/array_subscript_addr.exp: Same.
4126 * gdb.ada/arrayidx.exp: Same.
4127 * gdb.ada/arrayparam.exp: Same.
4128 * gdb.ada/arrayptr.exp: Same.
4129 * gdb.ada/boolean_expr.exp: Same.
4130 * gdb.ada/call_pn.exp: Same.
4131 * gdb.ada/complete.exp: Same.
4132 * gdb.ada/fixed_cmp.exp: Same.
4133 * gdb.ada/fun_addr.exp: Same.
4134 * gdb.ada/funcall_param.exp: Same.
4135 * gdb.ada/interface.exp: Same.
4136 * gdb.ada/mod_from_name.exp: Same.
4137 * gdb.ada/null_array.exp: Same.
4138 * gdb.ada/packed_array.exp: Same.
4139 * gdb.ada/packed_tagged.exp: Same.
4140 * gdb.ada/print_chars.exp: Same.
4141 * gdb.ada/print_pc.exp: Same.
4142 * gdb.ada/ptype_arith_binop.exp: Same.
4143 * gdb.ada/ptype_field.exp: Same.
4144 * gdb.ada/ptype_tagged_param.exp: Same.
4145 * gdb.ada/rec_return.exp: Same.
4146 * gdb.ada/ref_tick_size.exp: Same.
4147 * gdb.ada/str_ref_cmp.exp: Same.
4148 * gdb.ada/taft_type.exp: Same.
4149 * gdb.ada/tagged.exp: Same.
4150 * gdb.ada/type_coercion.exp: Same.
4151 * gdb.ada/uninitialized_vars.exp: Same.
4152
4153 2019-10-30 Tom de Vries <tdevries@suse.de>
4154
4155 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
4156
4157 2019-10-26 Tom de Vries <tdevries@suse.de>
4158
4159 * gdb.base/bigcore.c: Fix typos in comments.
4160 * gdb.base/ctf-ptype.c: Same.
4161 * gdb.base/long_long.c: Same.
4162 * gdb.dwarf2/dw2-op-out-param.S: Same.
4163 * gdb.python/py-evthreads.c: Same.
4164 * gdb.reverse/i387-stack-reverse.c: Same.
4165 * gdb.trace/tfile.c: Same.
4166 * lib/compiler.c: Same.
4167 * lib/compiler.cc: Same.
4168
4169 2019-10-25 Tom de Vries <tdevries@suse.de>
4170
4171 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
4172 gdb_test_multiple calls.
4173 * gdb.reverse/sigall-reverse.exp: Same.
4174 * gdb.reverse/solib-precsave.exp: Same.
4175 * gdb.reverse/solib-reverse.exp: Same.
4176 * gdb.reverse/until-precsave.exp: Same.
4177 * gdb.reverse/until-reverse.exp: Same.
4178
4179 2019-10-24 Tom de Vries <tdevries@suse.de>
4180
4181 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
4182 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
4183 kfail using -wrap pattern flag and convenience variable
4184 gdb_test_name.
4185
4186 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
4187
4188 * gdb.python/py-progspace.exp: Add tests for the
4189 Progspace.block_for_pc method.
4190
4191 2019-10-23 Tom Tromey <tom@tromey.com>
4192
4193 * configure: Rebuild.
4194 * aclocal.m4: Use m4_include, not sinclude.
4195
4196 2019-10-21 Tom de Vries <tdevries@suse.de>
4197
4198 * gdb.base/infcall-nested-structs.c: Add
4199 __attribute__((noinline,noclone)) to all functions.
4200 (call_all): Add missing variable initialization. Simplify return value.
4201 (breakpt): Increment volatile variable, to prevent call from being
4202 optimized out.
4203 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
4204
4205 2019-10-17 Tom de Vries <tdevries@suse.de>
4206
4207 * gdb.fortran/module.exp: Allow info variables to print info for files
4208 other than module.f90.
4209
4210 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
4211
4212 * gdb.fortran/module.exp: Extend with 'info variables' test.
4213
4214 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
4215
4216 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
4217 F77_FOR_TARGET.
4218
4219 2019-10-16 Tom de Vries <tdevries@suse.de>
4220
4221 PR tdep/25096
4222 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
4223
4224 2019-10-16 Tom de Vries <tdevries@suse.de>
4225
4226 PR tdep/24104
4227 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
4228 Add KFAIL for PR tdep/25096.
4229
4230 2019-10-16 Tom de Vries <tdevries@suse.de>
4231
4232 PR testsuite/25059
4233 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
4234
4235 2019-10-16 Tom de Vries <tdevries@suse.de>
4236
4237 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
4238 as signed.
4239
4240 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
4241
4242 * gdb.mi/list-thread-groups-available.exp: Read entries one by
4243 one instead of increasing timeout.
4244
4245 2019-10-13 Tom de Vries <tdevries@suse.de>
4246
4247 PR record/25038
4248 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
4249 * gdb.reverse/sigall-reverse.exp: Same.
4250 * gdb.reverse/solib-precsave.exp: Same.
4251 * gdb.reverse/solib-reverse.exp: Same.
4252 * gdb.reverse/step-precsave.exp: Same.
4253 * gdb.reverse/until-precsave.exp: Same.
4254 * gdb.reverse/until-reverse.exp: Same.
4255 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
4256
4257 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
4258
4259 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
4260 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
4261 (cmp_struct_05_01, cmp_struct_static_02_01)
4262 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
4263 comparisons.
4264
4265 2019-10-10 Tom de Vries <tdevries@suse.de>
4266
4267 PR testsuite/24888
4268 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
4269 gnatlink.
4270
4271 2019-10-09 Tom de Vries <tdevries@suse.de>
4272
4273 PR testsuite/25048
4274 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
4275
4276 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
4277
4278 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
4279 exceptions due to missing debug information.
4280
4281 2019-10-07 Tom de Vries <tdevries@suse.de>
4282
4283 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
4284
4285 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
4286
4287 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
4288 * gdb.base/annota1.exp: Update to use gdb_test_name.
4289
4290 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
4291
4292 * gdb.base/ctf-whatis.exp: New file.
4293 * gdb.base/ctf-whatis.c: New file.
4294 * gdb.base/ctf-ptype.exp: New file.
4295 * gdb.base/ctf-ptype.c: New file.
4296 * gdb.base/ctf-constvars.exp: New file.
4297 * gdb.base/ctf-constvars.c: New file.
4298 * gdb.base/ctf-cvexpr.exp: New file.
4299
4300 2019-10-04 Tom de Vries <tdevries@suse.de>
4301
4302 * gdb.cp/local-static.c (main): Move declaration of int i out of the
4303 for loop.
4304
4305 2019-10-03 Tom Tromey <tom@tromey.com>
4306
4307 PR rust/24976:
4308 * gdb.rust/simple.rs (Union2): New type.
4309 (main): Use Union2.
4310 * gdb.rust/simple.exp: Add test.
4311
4312 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4313
4314 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
4315 nested function prefix.
4316
4317 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
4318 Richard Bunt <richard.bunt@arm.com>
4319 Andrew Burgess <andrew.burgess@embecosm.com>
4320
4321 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
4322 nested functions.
4323 * gdb.fortran/nested-funcs.f90: Update expected results.
4324 * gdb.fortran/nested-funcs-2.exp: New file.
4325 * gdb.fortran/nested-funcs-2.f90: New file.
4326
4327 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4328
4329 * gdb.python/py-parameter.exp: Make test names unique.
4330 * gdb.python/py-template.exp: Likewise.
4331 * gdb.python/py-value.exp: Likewise.
4332
4333 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4334
4335 * gdb.base/break-interp.exp: Reduce test name duplication.
4336 * gdb.base/call-sc.exp: Likewise.
4337 * gdb.base/callfuncs.exp: Likewise.
4338 * gdb.base/charset.exp: Likewise.
4339 * gdb.base/dump.exp: Likewise.
4340 * gdb.base/ena-dis-br.exp: Likewise.
4341 * gdb.base/relational.exp: Likewise.
4342 * gdb.base/step-over-syscall.exp: Likewise.
4343 * gdb.base/structs.exp: Likewise.
4344
4345 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4346
4347 * gdb.linespec/explicit.exp: Make test names unique.
4348 * gdb.linespec/ls-errs.exp: Likewise.
4349
4350 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4351
4352 * gdb.reverse/break-precsave.exp: Make test names unique.
4353 * gdb.reverse/break-reverse.exp: Likewise.
4354 * gdb.reverse/finish-precsave.exp: Likewise.
4355 * gdb.reverse/finish-reverse.exp: Likewise.
4356 * gdb.reverse/machinestate-precsave.exp: Likewise.
4357 * gdb.reverse/machinestate.exp: Likewise.
4358 * gdb.reverse/readv-reverse.exp: Likewise.
4359 * gdb.reverse/recvmsg-reverse.exp: Likewise.
4360 * gdb.reverse/sigall-precsave.exp: Likewise.
4361 * gdb.reverse/sigall-reverse.exp: Likewise.
4362 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
4363 * gdb.reverse/watch-precsave.exp: Likewise.
4364 * gdb.reverse/watch-reverse.exp: Likewise.
4365
4366 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4367
4368 * gdb.threads/stop-with-handle.c: New file.
4369 * gdb.threads/stop-with-handle.exp: New file.
4370
4371 2019-10-03 Tom de Vries <tdevries@suse.de>
4372
4373 PR testsuite/25059
4374 * gdb.base/list-missing-source.exp: Allowing the "Compilation
4375 directory" line to be missing.
4376
4377 2019-10-03 Tom de Vries <tdevries@suse.de>
4378
4379 PR testsuite/25059
4380 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
4381 type optional.
4382
4383 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
4384
4385 * gdb.python/py-format-string.c (string.h): New include.
4386 (main): Fill a_struct_with_union.the_union.an_int with bytes of
4387 the same value, for endianness-independence.
4388 * gdb.python/py-format-string.exp (default_regexp_dict)
4389 (test_pretty_structs, test_format): Adjust expected output to the
4390 changed initialization.
4391
4392 2019-10-02 Tom Tromey <tromey@adacore.com>
4393
4394 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
4395
4396 2019-10-02 Pedro Alves <palves@redhat.com>
4397 Andrew Burgess <andrew.burgess@embecosm.com>
4398
4399 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
4400 "print-file-var.h".
4401 (this_version_id) Use ATTRIBUTE_VISIBILITY.
4402 (get_version_1): Print this_version_id and its address.
4403 Add extern "C" wrappers around interface functions.
4404 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
4405 "print-file-var.h".
4406 (this_version_id) Use ATTRIBUTE_VISIBILITY.
4407 (get_version_2): Print this_version_id and its address.
4408 Add extern "C" wrappers around interface functions.
4409 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
4410 <stddef.h> and "print-file-var.h".
4411 Add extern "C" wrappers around interface functions.
4412 [VERSION_ID_MAIN] (this_version_id): Define.
4413 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
4414 * gdb.base/print-file-var.h: Add some #defines to simplify setting
4415 up extern "C" blocks.
4416 * gdb.base/print-file-var.exp (test): New, factored out from top
4417 level.
4418 (top level): Test all combinations of attribute hidden or not,
4419 dlopen or not, and this_version_id symbol in main file or not.
4420 Compile tests as both C++ and C, make test names unique.
4421
4422 2019-10-01 Tom Tromey <tom@tromey.com>
4423
4424 * gdb.base/style.exp: Test "show logging filename".
4425
4426 2019-10-01 Tom Tromey <tom@tromey.com>
4427
4428 * lib/gdb-utils.exp (style): Handle "metadata" argument.
4429 * gdb.base/style.exp: Add metadata style test.
4430
4431 2019-10-01 Tom Tromey <tom@tromey.com>
4432
4433 * gdb.base/style.exp: Test "pwd".
4434
4435 2019-10-01 Tom Tromey <tom@tromey.com>
4436
4437 * gdb.base/style.exp: Update tests.
4438
4439 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
4440
4441 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
4442 'six' to unsigned.
4443 (s1): Initialize fields 'four' and 'six' instead of 'three' and
4444 'five'. Use an all-ones bit pattern for each.
4445 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
4446 to its changed values.
4447
4448 2019-09-30 Tom Tromey <tromey@adacore.com>
4449
4450 * gdb.rust/traits.rs: Disable all warnings.
4451
4452 2019-09-29 Tom de Vries <tdevries@suse.de>
4453
4454 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
4455
4456 2019-09-29 Tom de Vries <tdevries@suse.de>
4457
4458 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
4459
4460 2019-09-27 Tom de Vries <tdevries@suse.de>
4461
4462 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
4463
4464 2019-09-27 Tom de Vries <tdevries@suse.de>
4465
4466 PR record/23188
4467 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
4468
4469 2019-09-26 Tom Tromey <tromey@adacore.com>
4470
4471 * gdb.ada/py_taft.exp: New file.
4472 * gdb.ada/py_taft/main.adb: New file.
4473 * gdb.ada/py_taft/pkg.adb: New file.
4474 * gdb.ada/py_taft/pkg.ads: New file.
4475
4476 2019-09-24 Tom de Vries <tdevries@suse.de>
4477
4478 PR gdb/24598
4479 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
4480
4481 2019-09-22 Tom de Vries <tdevries@suse.de>
4482
4483 * gdb.base/restore.exp: Allow register variables to be optimized out at
4484 -O0.
4485
4486 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
4487
4488 * gdb.arch/spu-info.exp: Remove file.
4489 * gdb.arch/spu-info.c: Remove file.
4490 * gdb.arch/spu-ls.exp: Remove file.
4491 * gdb.arch/spu-ls.c: Remove file.
4492
4493 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
4494 * gdb.asm/spu.inc: Remove file.
4495
4496 * gdb.base/dump.exp: Remove support for spu*-*-*.
4497 * gdb.base/stack-checking.exp: Likewise.
4498 * gdb.base/overlays.exp: Likewise.
4499 * gdb.base/ovlymgr.c: Likewise.
4500 * gdb.base/spu.ld: Remove file.
4501
4502 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
4503 * gdb.cp/cpexprs.exp: Likewise.
4504 * gdb.cp/exception.exp: Likewise.
4505 * gdb.cp/gdb2495.exp: Likewise.
4506 * gdb.cp/mb-templates.exp: Likewise.
4507 * gdb.cp/pr9167.exp: Likewise.
4508 * gdb.cp/userdef.exp: Likewise.
4509
4510 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
4511
4512 * gdb.cell: Remove directory.
4513 * lib/cell.exp: Remove file.
4514
4515 2019-09-19 Tom de Vries <tdevries@suse.de>
4516
4517 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
4518
4519 2019-09-19 Tom de Vries <tdevries@suse.de>
4520
4521 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
4522
4523 2019-09-19 Tom de Vries <tdevries@suse.de>
4524
4525 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
4526 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
4527 (gdb_target_cmd): ... here.
4528 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
4529 value 2.
4530
4531 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
4532
4533 * gdb.base/source-dir.exp: Avoid having directory names in test
4534 names.
4535
4536 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4537
4538 * gdb.base/source-dir.exp: Add extra test for mapped compilation
4539 directory.
4540
4541 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4542
4543 * gdb.base/list-missing-source.exp: New file.
4544
4545 2019-09-14 Tom de Vries <tdevries@suse.de>
4546
4547 PR teststuite/24599
4548 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
4549 * lib/ada.exp (gnatmake_version_at_least): New proc.
4550
4551 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4552
4553 * gdb.base/maint.exp: Use exec_has_index_section.
4554
4555 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4556
4557 * gdb.base/maint.exp: Add test for 'maint info sections'.
4558
4559 2019-09-12 Tom de Vries <tdevries@suse.de>
4560
4561 * gdb.base/store.exp: Allow register variables to be optimized out at
4562 -O0.
4563
4564 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4565
4566 * gdb.ada/rdv_wait.exp: Update to new task names.
4567 * gdb.base/task_switch_in_core.exp: Likewise.
4568 * gdb.base/info_sources_base.c: Likewise.
4569
4570 2019-09-10 Tom Tromey <tromey@adacore.com>
4571
4572 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
4573
4574 2019-09-10 Tom Tromey <tromey@adacore.com>
4575
4576 * gdb.ada/dgopt.exp: New file.
4577 * gdb.ada/dgopt/x.adb: New file.
4578
4579 2019-09-08 Tom Tromey <tom@tromey.com>
4580
4581 * gdb.tui/resize.exp: Remove setup_xfail.
4582 * gdb.tui/regs.exp: Remove setup_xfail.
4583 * gdb.tui/basic.exp: Remove setup_xfail.
4584
4585 2019-09-06 David Blaikie <dblaikie@gmail.com>
4586
4587 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
4588 * gdb.cp/cplabel.exp: Ditto.
4589 * gdb.linespec/ls-errs.exp: Ditto.
4590
4591 2019-09-05 Tom de Vries <tdevries@suse.de>
4592
4593 * lib/gdb.exp (cmp_file_string): New proc.
4594 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
4595 runto_main. Verify save breakpoints output.
4596
4597 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4598
4599 * gdb.base/info-var.exp: Test info variables without running
4600 to main, to avoid expect's buffer overflow.
4601
4602 2019-09-03 Tom Tromey <tromey@adacore.com>
4603
4604 * gdb.ada/bias.exp: New file.
4605 * gdb.ada/bias/bias.adb: New file.
4606 * gdb.ada/print_chars.exp: Add regression test.
4607 * gdb.ada/print_chars/foo.adb (My_Character): New type.
4608 (MC): New variable.
4609
4610 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
4611
4612 * gdb.base/argv0-symlink.exp: Run only on native target
4613 and local host.
4614
4615 2019-08-29 Tom de Vries <tdevries@suse.de>
4616
4617 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
4618 diverse debug info.
4619 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
4620
4621 2019-08-28 Tom de Vries <tdevries@suse.de>
4622
4623 * gdb.base/info-var.exp: Allow info variables to print info for files
4624 other than info-var-f1.c and info-var-f2.c.
4625
4626 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4627
4628 * gdb.fortran/info-types.exp: Add module.
4629 * gdb.fortran/info-types.f90: Update expected results.
4630
4631 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4632
4633 * gdb.fortran/info-types.exp: New file.
4634 * gdb.fortran/info-types.f90: New file.
4635 * lib/fortran.exp (fortran_character1): New proc.
4636
4637 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
4638
4639 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
4640 functions'. Reindent as needed.
4641 * gdb.base/info-var-f1.c: New file.
4642 * gdb.base/info-var-f2.c: New file.
4643 * gdb.base/info-var.exp: New file.
4644 * gdb.base/info-var.h: New file.
4645
4646 2019-08-26 Tom de Vries <tdevries@suse.de>
4647
4648 PR c++/24852
4649 * gdb.cp/no-libstdcxx-probe.exp: New test.
4650
4651 2019-08-26 Tom de Vries <tdevries@suse.de>
4652
4653 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
4654 * tests need to be skipped.
4655 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
4656 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
4657 mi_skip_libstdcxx_probe_tests.
4658
4659 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
4660
4661 * gdb.python/py-xmethods.exp: Use raw strings when passing
4662 arguments to SimpleXMethodMatcher.
4663
4664 2019-08-22 Tom de Vries <tdevries@suse.de>
4665
4666 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
4667 more informative.
4668
4669 2019-08-21 Pedro Alves <palves@redhat.com>
4670
4671 * gdb.base/with.exp: Test "with" with no arguments.
4672
4673 2019-08-21 Tom de Vries <tdevries@suse.de>
4674
4675 * gdb.base/gdb-caching-proc.exp: Sort files.
4676
4677 2019-08-20 Tom de Vries <tdevries@suse.de>
4678
4679 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
4680 compilation.
4681
4682 2019-08-16 Tom de Vries <tdevries@suse.de>
4683
4684 * gdb.base/compare-sections.exp ("after run to main"): Allow
4685 mismatched read-only sections for PIE executables.
4686
4687 2019-08-16 Tom Tromey <tom@tromey.com>
4688
4689 * lib/tuiterm.exp (_csi_Z): New proc.
4690 * gdb.tui/basic.exp: Update window positions.
4691 * gdb.tui/empty.exp: Update window positions.
4692
4693 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4694
4695 * gdb.base/examine-backward.exp: Correct regexp for
4696 "examine 3 bytes backward from ${address_zero}".
4697
4698 2019-08-15 Tom Tromey <tom@tromey.com>
4699
4700 * gdb.tui/empty.exp: Enable resizing tests.
4701
4702 2019-08-15 Tom Tromey <tromey@adacore.com>
4703
4704 * gdb.ada/char_enum.exp: Add regression tests.
4705 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
4706 and '0'.
4707 (Char, Gchar): Update.
4708 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
4709
4710 2019-08-15 Christian Biesinger <cbiesinger@google.com>
4711
4712 * gdb.python/python.exp: Expect a leading underscore on
4713 GdbOutput{,Error}File.
4714
4715 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4716
4717 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
4718 Windows host.
4719
4720 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4721
4722 * gdb.base/batch-preserve-term-settings.exp
4723 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
4724
4725 2019-08-15 Christian Biesinger <cbiesinger@google.com>
4726
4727 * lib/gdb.exp: When running on a mingw target, replace
4728 /x/ with x:/.
4729
4730 2019-08-14 Alan Hayward <alan.hayward@arm.com>
4731
4732 * gdb.arch/aarch64-prologue.c: New test.
4733 * gdb.arch/aarch64-prologue.exp: New file.
4734
4735 2019-08-13 Tom de Vries <tdevries@suse.de>
4736
4737 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
4738 Thread.
4739
4740 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
4741
4742 * gdb.python/py-completion.exp: Download the .py file to the host
4743 and use its host pathname. Conditionalize tests that use
4744 tab completion and manipulate files on the build machine.
4745 * gdb.python/py-events.exp: Download the .py file to the host
4746 and use its host pathname.
4747 * gdb.python/py-evsignal.exp: Likewise.
4748 * gdb.python/py-evthreads.exp: Likewise.
4749 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
4750 pathname syntax.
4751 * gdb.python/py-framefilter.exp: Download the .py file to the right
4752 place on the host. Match Windows pathname syntax.
4753 * gdb.python/py-mi-var-info-path-expression.exp: Download the
4754 .py file to the host and use its host pathname.
4755 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
4756 * gdb.python/py-objfile.exp: Expect a host pathname, not a
4757 build pathname. Skip symlink test on Windows host. Add missing
4758 newline at end of file.
4759 * gdb.python/py-pp-maint.exp: Download the .py file to the host
4760 and use its host pathname.
4761 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
4762 * gdb.python/py-section-script.exp: Use host location of binfile
4763 on safe-path. Use correct path separator on Windows host.
4764 Reorder alternatives in gdb_test_multiple to prevent matching
4765 the wrong alternative on success.
4766 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
4767
4768 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
4769
4770 * gdb.gdb/selftest.exp (test_with_self): Update test to now
4771 expect the GDB inferior to no longer immediately stop after
4772 being resumed with "signal SIGINT".
4773
4774 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
4775
4776 * gdb.linespec/break-ask.exp: Generalize regexps to match
4777 Windows pathnames too.
4778
4779 2019-08-08 Tom de Vries <tdevries@suse.de>
4780
4781 PR testsuite/24862
4782 * lib/tuiterm.exp (_accept): Fix CSI regexp.
4783
4784 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4785
4786 * gdb.base/style.exp: Update tests for help doc new invariants.
4787 * gdb.base/help.exp: Likewise.
4788
4789 2019-08-06 Tom Tromey <tom@tromey.com>
4790
4791 * gdb.base/style.exp: Add disassemble test.
4792 * gdb.base/style.c (some_called_function): New function.
4793 (main): Use it.
4794
4795 2019-08-05 Christian Biesinger <cbiesinger@google.com>
4796
4797 * gdb.python/py-block.exp: Test dictionary access on blocks.
4798
4799 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
4800
4801 PR gdb/24863
4802 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
4803 -list-thread-groups --available test when running under
4804 check-read1.
4805
4806 2019-08-05 Tom de Vries <tdevries@suse.de>
4807
4808 PR testsuite/24863
4809 * lib/gdb.exp (with_read1_timeout_factor): New proc.
4810 * gdb.base/help.exp: Use with_read1_timeout_factor.
4811 * gdb.base/info-macros.exp: Same.
4812 * gdb.cp/nested-types.exp: Same.
4813
4814 2019-08-05 Tom de Vries <tdevries@suse.de>
4815
4816 * lib/gdb.exp (version_at_least): Factor out of ...
4817 (tcl_version_at_least): ... here.
4818 (gdb_compile): Fail if pie results in non-PIE executable.
4819 (readelf_version, readelf_prints_pie): New proc.
4820 (exec_is_pie): Return -1 if unknown.
4821
4822 2019-08-05 Tom de Vries <tdevries@suse.de>
4823
4824 * lib/gdb.exp (tcl_version_at_least): Fix typo.
4825
4826 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4827
4828 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
4829
4830 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4831
4832 * lib/completion-support.exp (test_gdb_complete_none): Skip
4833 tab completion tests if no readline support.
4834 (test_gdb_complete_unique_re): Likewise.
4835 (test_gdb_complete_multiple): Likewise.
4836
4837 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4838
4839 * gdb.base/info_sources.exp: New file.
4840 * gdb.base/info_sources.c: New file.
4841 * gdb.base/info_sources_base.c: New file.
4842
4843 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4844
4845 * gdb.base/batch-exit-status.exp: Call test_exit_status with
4846 prefix argument.
4847 (test_exit_status): Add prefix argument.
4848
4849 2019-08-01 Tom de Vries <tdevries@suse.de>
4850
4851 PR testsuite/24863
4852 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
4853 calling exp_continue for new thread and thread exited messages.
4854
4855 2019-08-01 Tom de Vries <tdevries@suse.de>
4856
4857 PR testsuite/24863
4858 * gdb.base/structs.exp: Fix check-read1 timeout using
4859 gdb_test_sequence.
4860 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
4861
4862 2019-08-01 Tom de Vries <tdevries@suse.de>
4863
4864 PR testsuite/24863
4865 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
4866 line.
4867
4868 2019-08-01 Tom de Vries <tdevries@suse.de>
4869
4870 PR testsuite/24863
4871 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
4872
4873 2019-07-30 Tom Tromey <tromey@adacore.com>
4874
4875 * gdb.ada/display_nested.exp: New file.
4876 * gdb.ada/display_nested/foo.adb: New file.
4877 * gdb.ada/display_nested/pack.adb: New file.
4878 * gdb.ada/display_nested/pack.ads: New file.
4879
4880 2019-07-30 Christian Biesinger <cbiesinger@google.com>
4881
4882 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
4883 namespace.
4884 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
4885
4886 2019-07-30 Tom de Vries <tdevries@suse.de>
4887
4888 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
4889 instead.
4890
4891 2019-07-30 Tom de Vries <tdevries@suse.de>
4892
4893 PR testsuite/24834
4894 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
4895 (exec_is_pie): New proc.
4896
4897 2019-07-29 Christian Biesinger <cbiesinger@google.com>
4898
4899 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
4900
4901 2019-07-29 Christian Biesinger <cbiesinger@google.com>
4902
4903 * gdb.python/py-objfile.c: Add global and static vars.
4904 * gdb.python/py-objfile.exp: Test new functions Objfile.
4905 lookup_global_symbol and lookup_static_symbol.
4906
4907 2019-07-29 Tom Tromey <tom@tromey.com>
4908
4909 * lib/tuiterm.exp (Term::_csi_@): New proc.
4910 (Term::_csi_X): Don't move cursor.
4911
4912 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4913
4914 * gdb.base/options.exp: Update backtrace - completion to
4915 new option -frame-info.
4916 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
4917 Test new 'set print frame-info'. Test backtrace -frame-info
4918 overriding 'set print frame-info'.
4919 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
4920 Test new 'set print frame-info'.
4921 Verify consistency of backtrace with and without filters, with and
4922 without -no-filters.
4923 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
4924 default.
4925
4926 2019-07-29 Tom de Vries <tdevries@suse.de>
4927
4928 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
4929 no arguments".
4930
4931 2019-07-29 Tom de Vries <tdevries@suse.de>
4932
4933 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
4934 is a substring of the first for "complete non-unique file name".
4935
4936 2019-07-29 Tom de Vries <tdevries@suse.de>
4937
4938 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
4939 with ".*".
4940
4941 2019-07-29 Tom de Vries <tdevries@suse.de>
4942
4943 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
4944 Pass prompt_regexp parameter to gdb_test_multiple calls.
4945
4946 2019-07-29 Tom de Vries <tdevries@suse.de>
4947
4948 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
4949 print registers" regexps.
4950
4951 2019-07-29 Tom de Vries <tdevries@suse.de>
4952
4953 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
4954
4955 2019-07-29 Tom de Vries <tdevries@suse.de>
4956
4957 PR gdb/24855
4958 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
4959 (skip_python_tests_prompt): Add prompt_regexp argument to
4960 gdb_test_multiple calls.
4961
4962 2019-07-27 Tom Tromey <tom@tromey.com>
4963
4964 * gdb.tui/main.exp: New file.
4965
4966 2019-07-27 Tom Tromey <tom@tromey.com>
4967
4968 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
4969 optional.
4970 * gdb.tui/empty.exp: New file.
4971
4972 2019-07-27 Tom Tromey <tom@tromey.com>
4973
4974 * lib/tuiterm.exp (spawn): New proc.
4975 (Term::resize): New proc.
4976 * gdb.tui/resize.exp: New file.
4977
4978 2019-07-27 Tom Tromey <tom@tromey.com>
4979
4980 * gdb.tui/list.exp: New file.
4981
4982 2019-07-27 Tom Tromey <tom@tromey.com>
4983
4984 * gdb.tui/regs.exp: New file.
4985
4986 2019-07-27 Tom Tromey <tom@tromey.com>
4987
4988 * gdb.tui/basic.exp: Add "layout split" test.
4989
4990 2019-07-27 Tom Tromey <tom@tromey.com>
4991
4992 * gdb.tui/basic.exp: Add "layout asm" test.
4993
4994 2019-07-27 Tom Tromey <tom@tromey.com>
4995
4996 * lib/tuiterm.exp: New file.
4997 * gdb.tui/basic.exp: New file.
4998
4999 2019-07-27 Kevin Buettner <kevinb@redhat.com>
5000
5001 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
5002 Enable tests associated with this flag. Adjust regex
5003 referencing "foo_low" to now refer to "foo_cold" instead.
5004
5005 2019-07-27 Kevin Buettner <kevinb@redhat.com>
5006
5007 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
5008 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
5009 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
5010 foo_cold. Revise comments to match.
5011 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
5012 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
5013 were wrapped into this proc; Call do_test in loop from outermost
5014 level.
5015 (foo_low): Rename all occurrences to "foo_cold".
5016 (backtrace from baz): New test.
5017 (x2/i foo_cold): New test.
5018 (info line *foo_cold): New test.
5019
5020 2019-07-26 Tom de Vries <tdevries@suse.de>
5021
5022 * gdb.arch/i386-pkru.exp: Fix unterminated string.
5023
5024 2019-07-25 Tom de Vries <tdevries@suse.de>
5025
5026 PR testsuite/24830
5027 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
5028 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
5029 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
5030 (skip_libstdcxx_probe_tests): ... here.
5031 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
5032
5033 2019-07-24 Tom de Vries <tdevries@suse.de>
5034
5035 PR testsuite/24807
5036 * gdb.objc/basicclass.m: Include stdio.h.
5037 * gdb.objc/nondebug.m: Same.
5038 * gdb.objc/objcdecode.m: Same.
5039
5040 2019-07-24 Tom de Vries <tdevries@suse.de>
5041
5042 PR testsuite/24612
5043 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
5044 additional_flags.
5045
5046 2019-07-24 Tom de Vries <tdevries@suse.de>
5047
5048 PR testsuite/24831
5049 * gdb.multi/tids.exp: Update error messages for info threads.
5050
5051 2019-07-24 Tom de Vries <tdevries@suse.de>
5052
5053 * gdb.base/info-types.exp: Allow info types to print info for more than
5054 one file.
5055
5056 2019-07-23 Tom de Vries <tdevries@suse.de>
5057
5058 PR testsuite/24842
5059 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
5060 gdb_spawn_with_cmdline_opts.
5061
5062 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
5063
5064 * gdb.arch/arm-cmse-sgstubs.c: New test.
5065 * gdb.arch/arm-cmse-sgstubs.exp: New file.
5066
5067 2019-07-23 Tom de Vries <tdevries@suse.de>
5068
5069 PR testsuite/24711
5070 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
5071 issuing next command.
5072
5073 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5074
5075 * gdb.ada/info_auto_lang.exp: Update expected results.
5076 * gdb.base/info-types.c: Add additional types to check.
5077 * gdb.base/info-types.exp: Update expected results.
5078
5079 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5080
5081 * gdb.base/info-types.c: New file.
5082 * gdb.base/info-types.exp: New file.
5083
5084 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
5085
5086 * gdb.arch/riscv-bp-infcall.c: New file.
5087 * gdb.arch/riscv-bp-infcall.exp: New file.
5088
5089 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
5090
5091 PR breakpoints/24541
5092 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
5093
5094 2019-07-14 Tom de Vries <tdevries@suse.de>
5095
5096 PR testsuite/24760
5097 * gdb.objc/basicclass.exp: Fix unterminated string.
5098
5099 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
5100 Andrew Burgess <andrew.burgess@embecosm.com>
5101
5102 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
5103 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
5104 negative bounds.
5105 * gdb.fortran/vla-value.exp: Print elements of an array with
5106 negative bounds.
5107 * gdb.fortran/vla.f90: Setup an array with negative bounds for
5108 testing.
5109
5110 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
5111
5112 * gdb.base/options.exp (expect_string): Dequote strings in
5113 results.
5114 (test-string): Test strings with different quoting and reindent.
5115
5116 2019-07-10 Tom Tromey <tromey@adacore.com>
5117
5118 * gdb.ada/mi_ex_cond.exp: Update expected results.
5119 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
5120 * gdb.ada/mi_catch_ex.exp: Update expected results.
5121 * gdb.ada/mi_catch_assert.exp: Update expected results.
5122 * gdb.ada/catch_ex.exp (catch_exception_info)
5123 (catch_exception_entry, catch_assert_entry)
5124 (catch_unhandled_entry): Update.
5125 * gdb.ada/catch_assert_if.exp: Update expected results.
5126
5127 2019-07-10 Richard Bunt <richard.bunt@arm.com>
5128 Stephen Roberts <stephen.roberts@arm.com>
5129
5130 * gdb.base/define.exp: Restore original prompt.
5131
5132 2019-07-09 Pedro Alves <palves@redhat.com>
5133
5134 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
5135 breakpoints" output.
5136 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
5137 * gdb.python/py-breakpoint.exp: No longer expect that "catch
5138 throw" creates breakpoint.
5139 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
5140 'type="catchpoint"'.
5141
5142 2019-07-09 Pedro Alves <palves@redhat.com>
5143
5144 PR c++/15468
5145 * gdb.cp/except-multi-location-lib.cc: New.
5146 * gdb.cp/except-multi-location-main.cc: New.
5147 * gdb.cp/except-multi-location.exp: New.
5148
5149 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
5150
5151 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
5152 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
5153 argument and update callers.
5154
5155 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5156
5157 * gdb.arch/amd64-break-on-asm-line.S: New file.
5158 * gdb.arch/amd64-break-on-asm-line.exp: New file.
5159
5160 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5161
5162 * gdb.base/printcmds.exp: Test printing C string and
5163 C wide string convenience vars without transiting via the inferior.
5164 Also make test names unique.
5165
5166 2019-07-08 Alan Hayward <alan.hayward@arm.com>
5167
5168 PR breakpoints/25011
5169 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
5170
5171 2019-07-04 Pedro Alves <palves@redhat.com>
5172
5173 * lib/gdb.exp (foreach_with_prefix): Don't return early if
5174 body returned ok(0), break(3) or continue(4).
5175 * gdb.testsuite/foreach_with_prefix.exp: New file.
5176
5177 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5178
5179 * gdb.server/unittest.exp: Allow 0 unit tests to run.
5180
5181 2019-07-03 Pedro Alves <palves@redhat.com>
5182
5183 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
5184 "return -code".
5185
5186 2019-07-03 Pedro Alves <palves@redhat.com>
5187
5188 PR cli/24732
5189 * gdb.base/shell.exp: Load completion-support.exp.
5190 Adjust expected error output. Add completion tests.
5191
5192 2019-07-03 Pedro Alves <palves@redhat.com>
5193
5194 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
5195 string_to_regexp.
5196
5197 2019-07-03 Pedro Alves <palves@redhat.com>
5198
5199 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
5200 (expect_integer): Adjust to expect "-string".
5201 (expect_string): New.
5202 (all_options): Expect "-string".
5203 (test-flag, test-boolean): Adjust to expect "-string".
5204 (test-string): New proc.
5205 (top level): Call it.
5206
5207 2019-07-03 Pedro Alves <palves@redhat.com>
5208
5209 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
5210 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
5211 the expected output in the success.
5212
5213 2019-07-03 Pedro Alves <palves@redhat.com>
5214
5215 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5216 Split one gdb_test_multiple call in two to avoid a race.
5217
5218 2019-07-03 Pedro Alves <palves@redhat.com>
5219
5220 * gdb.base/with.c: New file.
5221 * gdb.base/with.exp: New file.
5222
5223 2019-07-03 Pedro Alves <palves@redhat.com>
5224
5225 * gdb.base/settings.exp: Replace all references to "maint
5226 test-settings set" with references to "maint set test-settings",
5227 and all references to "maint test-settings show" with references
5228 to "maint show test-settings".
5229
5230 2019-07-03 Pedro Alves <palves@redhat.com>
5231
5232 * gdb.base/settings.exp (test-string): Adjust expected out when
5233 testing "maint test-settings show filename"
5234
5235 2019-07-02 Pedro Alves <palves@redhat.com>
5236
5237 * gdb.base/options.exp (test-info-threads): New procedure.
5238 (top level): Call it.
5239
5240 2019-06-28 Tom Tromey <tromey@adacore.com>
5241
5242 * gdb.dwarf2/ada-linkage-name.c: New file.
5243 * gdb.dwarf2/ada-linkage-name.exp: New file.
5244
5245 2019-06-27 Tom Tromey <tromey@adacore.com>
5246
5247 PR c++/20020:
5248 * gdb.cp/constexpr-field.exp: Use setup_xfail.
5249
5250 2019-06-26 Tom de Vries <tdevries@suse.de>
5251
5252 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
5253
5254 2019-06-26 Tom de Vries <tdevries@suse.de>
5255
5256 * gdb.base/index-cache.exp: Add back missing debug option.
5257
5258 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5259
5260 * gdb.base/alias.exp: Test non matching/non existing prefixes.
5261
5262 2019-06-25 Tom de Vries <tdevries@suse.de>
5263
5264 PR testsuite/24727
5265 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
5266
5267 2019-06-24 Tom de Vries <tdevries@suse.de>
5268
5269 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
5270
5271 2019-06-24 Tom de Vries <tdevries@suse.de>
5272
5273 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
5274 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
5275 * gdb.trace/unavailable-dwarf-piece.exp: Same.
5276
5277 2019-06-24 Tom de Vries <tdevries@suse.de>
5278
5279 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
5280
5281 2019-06-21 Tom de Vries <tdevries@suse.de>
5282
5283 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
5284
5285 2019-06-21 Tom de Vries <tdevries@suse.de>
5286
5287 PR testsuite/24518
5288 PR ada/24713
5289 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
5290 index.
5291
5292 2019-06-19 Tom Tromey <tromey@adacore.com>
5293
5294 * gdb.ada/length_cond.exp: Add intro comment.
5295
5296 2019-06-19 Tom Tromey <tromey@adacore.com>
5297
5298 * gdb.ada/length_cond.exp: New file.
5299 * gdb.ada/length_cond/length_cond.adb: New file.
5300 * gdb.ada/length_cond/pck.adb: New file.
5301 * gdb.ada/length_cond/pck.ads: New file.
5302
5303 2019-06-18 Tom de Vries <tdevries@suse.de>
5304
5305 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
5306
5307 2019-06-18 Tom Tromey <tromey@adacore.com>
5308
5309 * gdb.base/list0.h: Add comment explaining control character.
5310
5311 2019-06-18 Tom de Vries <tdevries@suse.de>
5312
5313 * boards/fission.exp: Break up long debug_flags line.
5314
5315 2019-06-16 Tom de Vries <tdevries@suse.de>
5316
5317 PR gdb/24445
5318 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
5319 generated index.
5320
5321 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5322
5323 PR gdb/24686
5324 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
5325 improve detection of bug gdb/24541.
5326
5327 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
5328
5329 PR gdb/24669
5330 * gdb.base/index-cache.exp (uses_readnow,
5331 expecting_index_cache_use): Define global variable.
5332 (test_cache_enabled_miss, test_cache_enabled_hit): Use
5333 expecting_index_cache_use.
5334
5335 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
5336 Andrew Burgess <andrew.burgess@embecosm.com>
5337
5338 * gdb.fortran/pointers.f90: New file.
5339 * gdb.fortran/print_type.exp: New file.
5340 * gdb.fortran/vla-ptype.exp: Adapt expected results.
5341 * gdb.fortran/vla-type.exp: Likewise.
5342 * gdb.fortran/vla-value.exp: Likewise.
5343 * gdb.mi/mi-vla-fortran.exp: Likewise.
5344
5345 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5346
5347 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
5348 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
5349 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
5350 as a stop reason.
5351
5352 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5353
5354 * gdb.base/annota1.exp: Update expected results.
5355 * gdb.cp/annota2.exp: Likewise.
5356 * gdb.cp/annota3.exp: Likewise.
5357
5358 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5359
5360 * gdb.base/style-logging.exp: Remove path from test name.
5361
5362 2019-06-14 Tom Tromey <tromey@adacore.com>
5363
5364 PR gdb/24502:
5365 * gdb.base/style-logging.exp: New file.
5366
5367 2019-06-14 Tom Tromey <tromey@adacore.com>
5368
5369 * gdb.base/symfile-warn.exp: New file.
5370 * gdb.base/symfile-warn.c: New file.
5371
5372 2019-06-14 Tom Tromey <tromey@adacore.com>
5373
5374 * gdb.base/annotate-symlink.exp: New file.
5375
5376 2019-06-14 Tom Tromey <tromey@adacore.com>
5377
5378 * gdb.ada/set_wstr.exp: Add reassignment test.
5379
5380 2019-06-14 Tom Tromey <tromey@adacore.com>
5381
5382 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
5383 'unchecked_access and 'unrestricted_access as well.
5384
5385 2019-06-14 Tom Tromey <tromey@adacore.com>
5386
5387 PR ada/24539:
5388 * gdb.ada/vla.exp: Update tests.
5389 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
5390 pragma.
5391
5392 2019-06-13 Pedro Alves <palves@redhat.com>
5393
5394 * gdb.base/settings.exp (test-integer): Test junk after
5395 "unlimited".
5396
5397 2019-06-13 Pedro Alves <palves@redhat.com>
5398
5399 * gdb.base/options.exp (test-thread-apply): New.
5400 (top level): Call it.
5401
5402 2019-06-13 Pedro Alves <palves@redhat.com>
5403
5404 * gdb.base/options.exp (test-frame-apply): New.
5405 (top level): Test print commands with different "frame apply"
5406 prefixes.
5407
5408 2019-06-13 Pedro Alves <palves@redhat.com>
5409
5410 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
5411 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
5412 'max_completions' parameter and handle it.
5413 (test_gdb_completion_offers_commands): New.
5414
5415 2019-06-13 Pedro Alves <palves@redhat.com>
5416
5417 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
5418
5419 2019-06-13 Pedro Alves <palves@redhat.com>
5420
5421 * gdb.base/options.exp (test-backtrace): New.
5422 (top level): Call it.
5423
5424 2019-06-13 Pedro Alves <palves@redhat.com>
5425
5426 * gdb.guile/scm-frame-args.exp: Use "set print
5427 raw-frame-arguments" instead of "set print raw frame-arguments".
5428 * gdb.python/py-frame-args.exp: Likewise.
5429
5430 2019-06-13 Pedro Alves <palves@redhat.com>
5431
5432 * gdb.compile/compile.exp: Adjust expected output to option
5433 processing changes.
5434
5435 2019-06-13 Pedro Alves <palves@redhat.com>
5436
5437 * gdb.base/options.exp: Build executable.
5438 (test-print): New procedure.
5439 (top level): Call it, once for "print" and another for "compile
5440 print".
5441
5442 2019-06-13 Pedro Alves <palves@redhat.com>
5443
5444 * gdb.base/options.c: New file.
5445 * gdb.base/options.exp: New file.
5446
5447 2019-06-13 Pedro Alves <palves@redhat.com>
5448
5449 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
5450 that "o" is ambiguous.
5451
5452 2019-06-13 Pedro Alves <palves@redhat.com>
5453
5454 * gdb.base/settings.c: New file.
5455 * gdb.base/settings.exp: New file.
5456
5457 2019-06-13 Pedro Alves <palves@redhat.com>
5458
5459 * gdb.base/completion.exp: Fix comment typo.
5460
5461 2019-06-13 Pedro Alves <palves@redhat.com>
5462
5463 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
5464 foo --1" test.
5465
5466 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
5467
5468 * gdb.fortran/block-data.f: New.
5469 * gdb.fortran/block-data.exp: New.
5470
5471 2019-06-11 Tom de Vries <tdevries@suse.de>
5472
5473 PR testsuite/24521
5474 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
5475 message.
5476
5477 2019-06-11 Tom de Vries <tdevries@suse.de>
5478
5479 PR testsuite/24521
5480 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
5481
5482 2019-06-11 Tom de Vries <tdevries@suse.de>
5483
5484 * boards/readnow.exp: New file.
5485
5486 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
5487
5488 * gdb.fortran/vla-sizeof.exp: Update expected results.
5489
5490 2019-06-06 Amos Bird <amosbird@gmail.com>
5491
5492 * gdb.base/annota1.exp (thread_switch): Add test for
5493 thread-exited annotation.
5494
5495 2019-06-06 Tom Tromey <tromey@adacore.com>
5496
5497 * gdb.base/maint.exp: Expect command started/finished output.
5498
5499 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
5500
5501 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
5502 comment.
5503 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
5504
5505 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
5506
5507 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
5508 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
5509 * gdb.arch/riscv-unwind-long-insn.c: New file.
5510 * gdb.arch/riscv-unwind-long-insn.exp: New file.
5511
5512 2019-06-04 Christian Biesinger <cbiesinger@google.com>
5513
5514 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
5515
5516 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5517
5518 * lib/gdb.exp (help_list_trailer): New regexp variable
5519 factorizing the help trailer message.
5520 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
5521 arg to allow to better factorize various tests.
5522 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
5523 (test_prefix_command_help): Use help_list_trailer.
5524 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
5525 * gdb.guile/scm-cmd.exp: Likewise.
5526 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
5527 * gdb.base/help.exp: Use test_user_defined_class_help.
5528 * gdb.base/style.exp: Add tests for styling of help and apropos.
5529 * lib/gdb-utils.exp (style): Add title and highlight styles.
5530
5531 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5532
5533 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
5534 $_shell_exitsignal.
5535 * gdb.base/default.exp: Update for new convenience variables.
5536
5537 2019-05-29 Tom Tromey <tromey@adacore.com>
5538
5539 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
5540 to "break complete ada" test case's regexp.
5541
5542 2019-05-29 Tom Tromey <tromey@adacore.com>
5543
5544 PR c++/20020:
5545 * gdb.cp/constexpr-field.exp: New file.
5546 * gdb.cp/constexpr-field.cc: New file.
5547
5548 2019-05-29 Tom Tromey <tromey@adacore.com>
5549
5550 * gdb.base/finish.exp (finish_no_print): New proc.
5551 (finish_tests): Call it.
5552
5553 2019-05-24 Tom de Vries <tdevries@suse.de>
5554
5555 * gdb.dwarf2/gdb-add-index.exp: New file.
5556
5557 2019-05-22 Tom Tromey <tromey@adacore.com>
5558
5559 * gdb.base/info-shared.exp (check_info_shared): Use "style".
5560 * gdb.base/style.exp: Use "style".
5561 * lib/gdb-utils.exp (style): New proc.
5562
5563 2019-05-22 Tom de Vries <tdevries@suse.de>
5564
5565 * gdb.base/align.exp: Require c++11.
5566
5567 2019-05-22 Tom de Vries <tdevries@suse.de>
5568
5569 PR testsuite/24586
5570 * gdb.python/py-mi-var-info-path-expression.exp: Call
5571 mi_skip_python_tests to check if python is supported.
5572
5573 2019-05-22 Alan Hayward <alan.hayward@arm.com>
5574
5575 * gdb.arch/aarch64-pauth.c: New test.
5576 * gdb.arch/aarch64-pauth.exp: New file.
5577
5578 2019-05-22 Alan Hayward <alan.hayward@arm.com>
5579
5580 * README (Re-running Tests Outside The Testsuite): New section.
5581
5582 2019-05-21 Tom de Vries <tdevries@suse.de>
5583
5584 * gdb.arch/amd64-eval.exp: Require c++11.
5585 * gdb.base/max-depth.exp: Same.
5586 * gdb.compile/compile-cplus-array-decay.exp: Same.
5587 * gdb.cp/meth-typedefs.exp: Same.
5588 * gdb.cp/subtypes.exp: Same.
5589 * gdb.cp/temargs.exp: Same.
5590
5591 2019-05-21 Alan Hayward <alan.hayward@arm.com>
5592
5593 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
5594
5595 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
5596
5597 PR gdb/18644
5598 * gdb.fortran/complex.exp: Remove setup_kfail calls.
5599 * gdb.fortran/printing-types.exp: Add new test.
5600 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
5601 testing.
5602 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
5603 setup_kfail call.
5604
5605 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5606
5607 * README (Running the Testsuite): Change example.
5608 (Testsuite Parameters): Remove TRANSCRIPT.
5609 * lib/gdb.exp: Remove TRANSCRIPT check.
5610
5611 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5612
5613 * README (Testsuite Parameters): Add replay logging to
5614 GDBSERVER_DEBUG.
5615 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
5616 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
5617 as a comma separated list.
5618 (gdb_debug_init): Override procedure.
5619
5620 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5621
5622 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
5623 (gdb_write_cmd_file): New procedure.
5624 * lib/gdbserver-support.exp (gdbserver_start): Call
5625 gdbserver_write_cmd_file.
5626 (gdbserver_write_cmd_file): New procedure.
5627
5628 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5629
5630 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
5631 (delete_breakpoints): Likewise.
5632 (gdb_run_cmd): Likewise.
5633 (gdb_start_cmd): Likewise.
5634 (gdb_starti_cmd): Likewise.
5635 (gdb_internal_error_resync): Likewise.
5636 (gdb_test_multiple): Likewise.
5637 (gdb_reinitialize_dir): Likewise.
5638 (default_gdb_exit): Likewise.
5639 (gdb_file_cmd): Mark kill as optional.
5640 (default_gdb_start): Call gdb_stdin_log_init.
5641 (send_gdb): Call gdb_stdin_log_write.
5642 (rerun_to_main): Mark Y as an answer.
5643 (gdb_stdin_log_init): New function.
5644 (gdb_stdin_log_write): Likewise.
5645
5646 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5647
5648 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
5649 * gdb.base/debug-expr.exp: Likewise.
5650 * gdb.base/foll-fork.exp: Likewise.
5651 * gdb.base/foll-vfork.exp: Likewise.
5652 * gdb.base/fork-print-inferior-events.exp: Likewise.
5653 * gdb.base/gdb-sigterm.exp: Likewise.
5654 * gdb.base/gdbinit-history.exp: Likewise.
5655 * gdb.base/osabi.exp: Likewise.
5656 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5657 * gdb.base/ui-redirect.exp: Likewise.
5658 * gdb.gdb/unittest.exp: Likewise.
5659 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
5660 * gdb.mi/mi-watch.exp: Likewise.
5661 * gdb.mi/new-ui-mi-sync.exp: Likewise.
5662 * gdb.mi/user-selected-context-sync.exp: Likewise.
5663 * gdb.python/python.exp: Disable debug test when debugging.
5664 * gdb.threads/check-libthread-db.exp: Disable when debugging.
5665 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5666 Likewise.
5667 * gdb.threads/stepi-random-signal.exp: Likewise.
5668
5669 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5670
5671 * Makefile.in: Pass through GDB_DEBUG.
5672 * README (Testsuite Parameters): Add GDB_DEBUG.
5673 (gdb,debug): Add board setting.
5674 * lib/gdb.exp (default_gdb_start): Start debugging.
5675 (gdb_debug_enabled): New procedure.
5676 (gdb_debug_init): Likewise.
5677
5678 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5679
5680 * Makefile.in: Pass through GDB_DEBUG.
5681 * README (Testsuite Parameters): Add GDB_DEBUG.
5682 (gdb,debug): Add board setting.
5683 * lib/gdb.exp (default_gdb_start): Start debugging.
5684 (gdb_debug_enabled): New procedure.
5685 (gdb_debug_init): Likewise.
5686
5687 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5688
5689 * gdb.base/ui-redirect.exp: Add debug redirect tests.
5690
5691 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5692
5693 * gdb.base/ui-redirect.exp: Test redirection.
5694
5695 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
5696
5697 * gdb.mi/mi-complete.exp: New file.
5698 * gdb.mi/mi-complete.cc: Likewise.
5699
5700 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
5701
5702 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
5703 indexed and sliced arrays, and pointers to arrays.
5704
5705 2019-05-14 Tom Tromey <tromey@adacore.com>
5706
5707 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
5708 styling test.
5709
5710 2019-05-14 Tom de Vries <tdevries@suse.de>
5711
5712 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
5713 selection entry encoding.
5714
5715 2019-05-10 Tom Tromey <tromey@adacore.com>
5716
5717 * gdb.ada/info_exc.exp: Add "complete" test.
5718
5719 2019-05-09 Tom de Vries <tdevries@suse.de>
5720
5721 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
5722 CU-relative.
5723
5724 2019-05-09 Tom de Vries <tdevries@suse.de>
5725
5726 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
5727 CU-relative.
5728
5729 2019-05-08 Joel Brobecker <brobecker@adacore.com>
5730
5731 * gdb.ada/frame_arg_lang.exp: New testcase.
5732 * gdb.ada/frame_arg_lang/bla.adb: New file.
5733 * gdb.ada/frame_arg_lang/pck.ads: New file.
5734 * gdb.ada/frame_arg_lang/pck.adb: New file.
5735 * gdb.ada/frame_arg_lang/foo.c: New file.
5736
5737 2019-05-08 Tom Tromey <tromey@adacore.com>
5738
5739 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
5740
5741 2019-05-08 Tom Tromey <tromey@adacore.com>
5742
5743 * gdb.base/ptype-offsets.exp: Update tests.
5744
5745 2019-05-08 Tom Tromey <tromey@adacore.com>
5746
5747 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
5748 cases.
5749 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
5750 "short".
5751
5752 2019-05-08 Tom Tromey <tromey@adacore.com>
5753
5754 * gdb.ada/vla.exp: New file.
5755 * gdb.ada/vla/vla.adb: New file.
5756
5757 2019-05-07 Tom de Vries <tdevries@suse.de>
5758
5759 * gdb.base/index-cache.exp (ls_host): Fix return statement.
5760
5761 2019-05-07 Tom de Vries <tdevries@suse.de>
5762
5763 PR testsuite/24522
5764 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
5765 section.
5766
5767 2019-05-07 Tom de Vries <tdevries@suse.de>
5768
5769 PR testsuite/24522
5770 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
5771 .debug_aranges section.
5772
5773 2019-05-07 Tom de Vries <tdevries@suse.de>
5774
5775 PR testsuite/24159
5776 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
5777
5778 2019-05-06 Tom de Vries <tdevries@suse.de>
5779
5780 * lib/gdb.exp (exec_has_index_section): New proc.
5781 * gdb.base/index-cache.exp: Handle case that binfile contains an index
5782 section.
5783
5784 2019-05-04 Tom de Vries <tdevries@suse.de>
5785
5786 * boards/cc-with-debug-names.exp: New file.
5787
5788 2019-05-03 Tom Tromey <tromey@adacore.com>
5789
5790 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
5791 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
5792 * gdb.ada/char_enum.exp: Add test.
5793
5794 2019-05-03 Tom de Vries <tdevries@suse.de>
5795
5796 * boards/cc-with-gdb-index.exp: New file.
5797
5798 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
5799
5800 * gdb.rust/simple.exp: Add new test case.
5801 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
5802 (main): Initialise an instance of the new struct.
5803
5804 2019-05-01 Tom Tromey <tromey@adacore.com>
5805
5806 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
5807 record.
5808 (NPR): New variable.
5809 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
5810 test.
5811
5812 2019-05-01 Tom Tromey <tromey@adacore.com>
5813
5814 * gdb.ada/packed_array_assign.exp: Add packed assignment
5815 regression test.
5816
5817 2019-05-01 Tom de Vries <tdevries@suse.de>
5818
5819 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
5820
5821 2019-05-01 Tom de Vries <tdevries@suse.de>
5822
5823 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
5824
5825 2019-04-30 Ali Tamur <tamur@google.com>
5826
5827 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
5828
5829 2019-04-30 Tom Tromey <tromey@adacore.com>
5830
5831 * lib/ada.exp (find_ada_tool): New proc.
5832 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
5833 * gdb.ada/catch_ex_std.exp: New file.
5834 * gdb.ada/catch_ex_std/foo.adb: New file.
5835 * gdb.ada/catch_ex_std/some_package.adb: New file.
5836 * gdb.ada/catch_ex_std/some_package.ads: New file.
5837
5838 2019-04-30 Tom Tromey <tromey@adacore.com>
5839
5840 PR c++/24470:
5841 * gdb.cp/temargs.cc: Add test code from PR.
5842
5843 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5844
5845 * gdb.fortran/vla-datatypes.exp: Update expected results.
5846 * gdb.fortran/vla-ptype.exp: Likewise.
5847 * gdb.fortran/vla-type.exp: Likewise.
5848 * gdb.fortran/vla-value.exp: Likewise.
5849
5850 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5851
5852 * gdb.fortran/ptr-indentation.exp: Update expected results.
5853 * gdb.fortran/ptype-on-functions.exp: Likewise.
5854 * gdb.fortran/vla-ptr-info.exp: Likewise.
5855 * gdb.fortran/vla-value.exp: Likewise.
5856
5857 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5858
5859 * gdb.fortran/ptype-on-functions.exp: New file.
5860 * gdb.fortran/ptype-on-functions.f90: New file.
5861
5862 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5863
5864 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
5865 case void string.
5866
5867 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5868
5869 * gdb.fortran/complex.exp: Expand.
5870 * gdb.fortran/complex.f: Renamed to...
5871 * gdb.fortran/complex.f90: ...this, and extended to add more
5872 complex values.
5873
5874 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5875
5876 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
5877 MODULO, CMPLX.
5878
5879 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
5880 Richard Bunt <richard.bunt@arm.com>
5881
5882 * gdb.base/max-depth.c: New file.
5883 * gdb.base/max-depth.exp: New file.
5884 * gdb.python/py-nested-maps.c: New file.
5885 * gdb.python/py-nested-maps.exp: New file.
5886 * gdb.python/py-nested-maps.py: New file.
5887 * gdb.python/py-format-string.exp (test_max_depth): New proc.
5888 (test_all_common): Call test_max_depth.
5889 * gdb.fortran/max-depth.exp: New file.
5890 * gdb.fortran/max-depth.f90: New file.
5891 * gdb.go/max-depth.exp: New file.
5892 * gdb.go/max-depth.go: New file.
5893 * gdb.modula2/max-depth.exp: New file.
5894 * gdb.modula2/max-depth.c: New file.
5895 * lib/gdb.exp (get_print_expr_at_depths): New proc.
5896
5897 2019-04-29 Tom de Vries <tdevries@suse.de>
5898
5899 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
5900
5901 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5902
5903 * gdb.base/callexit.exp: Test may-call-functions off.
5904
5905 2019-04-25 Keith Seitz <keiths@redhat.com>
5906
5907 PR c++/24367
5908 * gdb.cp/meth-typedefs.cc (incomplete_struct)
5909 (another_incomplete_struct, test_incomplete): New definitions.
5910 (main): Use new definitions.
5911 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
5912 functions.
5913
5914 2019-04-25 Ali Tamur <tamur@google.com>
5915
5916 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
5917
5918 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
5919
5920 PR corefiles/11608
5921 PR corefiles/18187
5922 * gdb.base/coredump-filter-build-id.exp: New file.
5923
5924 2019-04-25 Alan Hayward <alan.hayward@arm.com>
5925
5926 * Makefile.in: Pass through GDBSERVER_DEBUG.
5927 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
5928 (gdbserver,debug): Add board setting.
5929 * gdb.trace/tspeed.exp: Skip when debugging.
5930 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
5931 * lib/gdbserver-support.exp: Likewise
5932
5933 2019-04-24 Tom Tromey <tromey@adacore.com>
5934
5935 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
5936 Rust.
5937
5938 2019-04-24 Tom Tromey <tromey@adacore.com>
5939
5940 * gdb.arch/amd64-eval.exp: Test bitfield return.
5941 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
5942 (class Foo) <return_bitfields>: New method.
5943 (main): Call it.
5944
5945 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
5946
5947 * gdb.cp/many-args.cc: New file.
5948 * gdb.cp/many-args.exp: New file.
5949
5950 2019-04-23 Tom de Vries <tdevries@suse.de>
5951
5952 PR gdb/24433
5953 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
5954
5955 2019-04-23 Alan Hayward <alan.hayward@arm.com>
5956
5957 * gdb.trace/backtrace.exp: Use nopie flag.
5958 * gdb.trace/circ.exp: Likewise.
5959 * gdb.trace/collection.exp: Likewise.
5960 * gdb.trace/ftrace.exp: Likewise.
5961 * gdb.trace/mi-trace-unavailable.exp: Likewise.
5962 * gdb.trace/mi-traceframe-changed.exp: Likewise.
5963 * gdb.trace/qtro.exp: Likewise.
5964 * gdb.trace/read-memory.exp: Likewise.
5965 * gdb.trace/report.exp: Likewise.
5966 * gdb.trace/tfile.exp: Likewise.
5967 * gdb.trace/tfind.exp: Likewise.
5968 * gdb.trace/unavailable.exp: Likewise.
5969
5970 2019-04-22 Pedro Alves <palves@redhat.com>
5971
5972 * gdb.base/solib-probes-nosharedlibrary.c,
5973 gdb.base/solib-probes-nosharedlibrary.exp: New files.
5974
5975 2019-04-19 Tom Tromey <tromey@adacore.com>
5976
5977 * gdb.ada/ptype_union.c: New file.
5978 * gdb.ada/ptype_union.exp: New file.
5979
5980 2019-04-19 Tom Tromey <tromey@adacore.com>
5981
5982 PR symtab/24423:
5983 * gdb.base/list0.h (foo): Add a control-l character.
5984
5985 2019-04-18 Tom de Vries <tdevries@suse.de>
5986
5987 PR gdb/24433
5988 * boards/local-board.exp: Set sysroot to "".
5989
5990 2019-04-18 Tom de Vries <tdevries@suse.de>
5991 Pedro Alves <palves@redhat.com>
5992
5993 PR gdb/24454
5994 * gdb.threads/vfork-follow-child-exec.c: New file.
5995 * gdb.threads/vfork-follow-child-exec.exp: New file.
5996 * gdb.threads/vfork-follow-child-exit.c: New file.
5997 * gdb.threads/vfork-follow-child-exit.exp: New file.
5998
5999 2019-04-15 Leszek Swirski <leszeks@google.com>
6000
6001 * gdb.arch/amd64-eval.cc: New file.
6002 * gdb.arch/amd64-eval.exp: New file.
6003
6004 2019-04-11 Alan Hayward <alan.hayward@arm.com>
6005
6006 * gdb.server/sysroot.c: New test.
6007 * gdb.server/sysroot.exp: New file.
6008 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
6009 matching param.
6010
6011 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
6012
6013 * gdb.base/align.exp: Extend test to cover structures containing
6014 only static fields.
6015
6016 2019-04-11 Tom de Vries <tdevries@suse.de>
6017
6018 * boards/cc-with-dwz-m.exp: New file.
6019 * boards/cc-with-dwz.exp: New file.
6020 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
6021
6022 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
6023
6024 * gdb.base/start-cpp.exp: New file.
6025 * gdb.base/start-cpp.cc: New file.
6026
6027 2019-04-08 Kevin Buettner <kevinb@redhat.com>
6028
6029 * gdb.python/py-thrhandle.exp: Adjust tests to call
6030 thread_from_handle instead of thread_from_thread_handle.
6031
6032 2019-04-08 Kevin Buettner <kevinb@redhat.com>
6033
6034 * gdb.python/py-thrhandle.exp: Add tests for
6035 gdb.InferiorThread.handle.
6036
6037 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
6038
6039 * gdb.python/py-function.exp: Check calling helper function from
6040 all languages.
6041 * lib/gdb.exp (gdb_supported_languages): New proc.
6042
6043 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
6044
6045 * gdb.base/complex-parts.c: New file.
6046 * gdb.base/complex-parts.exp: New file.
6047
6048 2019-04-01 Tom Tromey <tromey@adacore.com>
6049
6050 PR symtab/23331:
6051 * gdb.dwarf2/dw2-ranges-main.c: New file.
6052 * gdb.dwarf2/dw2-ranges-psym.c: New file.
6053 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
6054
6055 2019-03-30 Simon Marchi <simark@simark.ca>
6056
6057 * gdb.base/default.exp: Add values for $_gdb_major and
6058 $_gdb_minor.
6059
6060 2019-03-29 Tom Tromey <tromey@adacore.com>
6061
6062 * gdb.base/help.exp: Tighten apropos regexp.
6063
6064 2019-03-29 Keith Seitz <keiths@redhat.com>
6065
6066 * gdb.fortran/array-bounds.exp: New file.
6067 * gdb.fortran/array-bounds.f90: New file.
6068
6069 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6070
6071 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
6072
6073 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6074
6075 * gdb.multi/hello.c (main): Increase alarm timer.
6076
6077 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
6078
6079 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
6080 factor when no hardware watchpoint support.
6081
6082 2019-03-28 Alan Hayward <alan.hayward@arm.com>
6083 Pedro Alves <palves@redhat.com>
6084
6085 * boards/local-board.exp: set sysroot to /.
6086
6087 2019-03-27 Alan Hayward <alan.hayward@arm.com>
6088
6089 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
6090 in child.
6091
6092 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
6093
6094 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
6095 field.
6096 (make_container): Initialise new field.
6097 * gdb.python/py-prettyprint.exp: Add new tests.
6098 * gdb.python/py-prettyprint.py (class ContainerPrinter)
6099 <display_hint>: New method.
6100
6101 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
6102
6103 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
6104 gdb_continue_to_breakpoint more throughout this test.
6105 (run_lang_tests) Supply unique test names, and use
6106 gdb_test_no_output.
6107
6108 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
6109
6110 * gdb.base/finish-pretty.exp: Update expected results.
6111 * gdb.base/pretty-print.c: New file.
6112 * gdb.base/pretty-print.exp: New file.
6113
6114 2019-03-25 Pedro Alves <palves@redhat.com>
6115
6116 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
6117 move comments outside list. Append '-i "" eof' section.
6118
6119 2019-03-22 Alan Hayward <alan.hayward@arm.com>
6120
6121 PR testsuite/25016
6122 * README: Add pie options.
6123 * gdb.base/break-interp.exp: Ensure pie is disabled.
6124 * gdb.base/dump.exp: Likewise.
6125 * lib/gdb.exp (gdb_compile): Add pie option.
6126
6127 2019-03-19 Tom Tromey <tromey@adacore.com>
6128
6129 * gdb.mi/mi2-cli-display.c: New file.
6130 * gdb.mi/mi2-cli-display.exp: New file.
6131
6132 2019-03-18 Joel Brobecker <brobecker@adacore.com>
6133 Tom Tromey <tromey@adacore.com>
6134
6135 * gdb.ada/ptype_array/pck.adb: New file.
6136 * gdb.ada/ptype_array/pck.ads: New file.
6137 * gdb.ada/ptype_array/foo.adb: New file.
6138 * gdb.ada/ptype_array.exp: New file.
6139
6140 2019-03-14 Tom Tromey <tromey@adacore.com>
6141
6142 * gdb.base/style.exp: Add "set style sources" test.
6143
6144 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
6145
6146 * mi-breakpoint-location-ena-dis.exp: Rename to ...
6147 * mi-breakpoint-multiple-locations.exp: ... this.
6148 (make_breakpoints_pattern): New proc.
6149 (do_test): Add mi_version parameter, test -break-insert,
6150 -break-info and =breakpoint-created.
6151
6152 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
6153
6154 * config/default.exp: Remove 'load_lib gdb.exp'.
6155 * config/monitor.exp: Likewise.
6156 * config/sid.exp: Likewise.
6157 * config/sim.exp: Likewise.
6158 * config/slite.exp: Likewise.
6159 * config/unix.exp: Likewise.
6160 * gdb.base/default.exp: Remove unhelpful comment.
6161
6162 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6163
6164 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
6165
6166 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6167
6168 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
6169
6170 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6171
6172 * gdb.fortran/type-kinds.exp: Update expected results.
6173
6174 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6175
6176 * gdb.fortran/type-kinds.exp: Test new integer type kind.
6177
6178 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6179
6180 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
6181 function.
6182 (test_basic_parsing_of_type_kinds): Expand types tested.
6183 (test_parsing_invalid_type_kinds): New function.
6184
6185 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6186
6187 * gdb.fortran/intrinsics.exp: New file.
6188 * gdb.fortran/intrinsics.f90: New file.
6189 * gdb.fortran/type-kinds.exp: New file.
6190
6191 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6192
6193 * gdb.fortran/dot-ops.exp: New file.
6194
6195 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6196
6197 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
6198 Check upper and lower case logical literals.
6199
6200 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6201
6202 * gdb.fortran/types.exp (test_float_literal_types_accepted):
6203 Remove duplicate tests.
6204
6205 2019-03-06 Alan Hayward <alan.hayward@arm.com>
6206
6207 * lib/gdb.exp (builtin_cd): rename of cd.
6208 (cd): Override builtin.
6209
6210 2019-03-06 Richard Bunt <richard.bunt@arm.com>
6211
6212 * gdb.fortran/function-calls.exp: New file.
6213 * gdb.fortran/function-calls.f90: New test.
6214
6215 2019-03-04 Richard Bunt <richard.bunt@arm.com>
6216
6217 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
6218 on user program standard output.
6219 * gdb.fortran/short-circuit-argument-list.f90: Record function
6220 calls.
6221
6222 2019-02-28 Alan Hayward <alan.hayward@arm.com>
6223
6224 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
6225 failure.
6226
6227 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6228
6229 PR gdb/8527
6230 * gdb.base/interrupt-daemon-attach.c,
6231 gdb.base/interrupt-daemon-attach.exp: New test.
6232
6233 2019-02-27 Pedro Alves <palves@redhat.com>
6234
6235 * gdb.base/page.exp: Add tests for "set width/height -1".
6236
6237 2019-02-27 Pedro Alves <palves@redhat.com>
6238
6239 * gdb.base/page.exp: Add tests for "set/show width/height" with
6240 "infinite" values.
6241
6242 2019-02-27 Tom Tromey <tromey@adacore.com>
6243
6244 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
6245 2.4.
6246 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
6247 workaround.
6248
6249 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
6250
6251 * gdb.base/align.exp: Extend to compile in both C and C++, and add
6252 tests for structs with static members.
6253
6254 2019-02-26 Tom Tromey <tromey@adacore.com>
6255
6256 * gdb.python/py-value.exp (test_value_from_buffer): Check for
6257 ValueError, not TypeError.
6258
6259 2019-02-26 Kevin Buettner <kevinb@redhat.com>
6260
6261 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
6262 call from main program.
6263
6264 2019-02-23 Joel Brobecker <brobecker@adacore.com>
6265
6266 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
6267 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
6268 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
6269 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
6270 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
6271
6272 2019-02-22 Keith Seitz <keiths@redhat.com>
6273
6274 PR symtab/23853
6275 * gdb.base/symlink-sourcefile.c: New file.
6276 * gdb.base/symlink-sourcefile.exp: New file.
6277
6278 2019-02-20 Tom Tromey <tom@tromey.com>
6279
6280 * gdb.base/info_qt.exp: Update.
6281
6282 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
6283
6284 * gdb.base/source.exp: Move "error in sourced script" code to
6285 the end.
6286 * gdb.base/source-error.gdb: Move contents to
6287 source-error-1.gdb. Add new code to source source-error-1.gdb.
6288 * gdb.base/source-error-1.gdb: New file, from previous
6289 source-error.gdb.
6290
6291 2019-02-17 Tom Tromey <tom@tromey.com>
6292
6293 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
6294 for macro styling.
6295 * gdb.base/style.c (SOME_MACRO): New macro.
6296
6297 2019-02-17 Tom Tromey <tom@tromey.com>
6298
6299 * gdb.base/style.exp: Add line-wrapping tests.
6300 * gdb.base/page.exp: Add test for quitting during pagination.
6301
6302 2019-02-17 Joel Brobecker <brobecker@adacore.com>
6303
6304 * gdb.ada/big_packed_array: New testcase.
6305 * gdb.ada/homonym.exp: Fix incorrect expected output for
6306 "break <homonym__get_value>" test.
6307
6308 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
6309
6310 PR breakpoints/21870
6311 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
6312 and prepare_for_testing. Add comment.
6313 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
6314 redundant cleanup call. Clean up comment.
6315
6316 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
6317
6318 PR breakpoints/21870
6319 * gdb.arch/aarch64-dbreg-contents.exp: New file.
6320 * gdb.arch/aarch64-dbreg-contents.c: New file.
6321
6322 2019-02-10 Joel Brobecker <brobecker@adacore.com>
6323
6324 * gdb.ada/mi_ref_changeable: New testcase.
6325
6326 2019-02-07 Alan Hayward <alan.hayward@arm.com>
6327
6328 * gdb.base/attach.exp: Add double attach test.
6329
6330 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
6331
6332 * lib/gdb.exp (default_gdb_start): Don't match pagination
6333 prompt.
6334 (gdb_init): Set stty_init.
6335
6336 2019-01-27 Tom Tromey <tom@tromey.com>
6337
6338 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
6339 skip_python_tests.
6340
6341 2019-01-24 Alan Hayward <alan.hayward@arm.com>
6342
6343 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
6344 New structure.
6345 (struct struct_static_02_02): Likewise.
6346 (struct struct_static_02_03): Likewise.
6347 (struct struct_static_02_04): Likewise.
6348 (struct struct_static_04_01): Likewise.
6349 (struct struct_static_04_02): Likewise.
6350 (struct struct_static_04_03): Likewise.
6351 (struct struct_static_04_04): Likewise.
6352 (struct struct_static_06_01): Likewise.
6353 (struct struct_static_06_02): Likewise.
6354 (struct struct_static_06_03): Likewise.
6355 (struct struct_static_06_04): Likewise.
6356 (cmp_struct_static_02_01): Likewise.
6357 (cmp_struct_static_02_02): Likewise.
6358 (cmp_struct_static_02_03): Likewise.
6359 (cmp_struct_static_02_04): Likewise.
6360 (cmp_struct_static_04_01): Likewise.
6361 (cmp_struct_static_04_02): Likewise.
6362 (cmp_struct_static_04_03): Likewise.
6363 (cmp_struct_static_04_04): Likewise.
6364 (cmp_struct_static_06_01): Likewise.
6365 (cmp_struct_static_06_02): Likewise.
6366 (cmp_struct_static_06_03): Likewise.
6367 (cmp_struct_static_06_04): Likewise.
6368 (call_all): Test new structs.
6369 * gdb.base/infcall-nested-structs.exp: Likewise.
6370
6371 2019-01-21 Alan Hayward <alan.hayward@arm.com>
6372 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
6373
6374 2019-01-21 Alan Hayward <alan.hayward@arm.com>
6375 * gdb.base/stack-protector.c: New test.
6376 * gdb.base/stack-protector.exp: New file.
6377 * gdb.cp/ovldbreak.exp: Only allow a single break line.
6378 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
6379 option.
6380 (gdb_compile): Remove stack protector for GCC and prevent
6381 recursion.
6382
6383 2019-01-16 Keith Seitz <keiths@redhat.com>
6384
6385 PR gdb/23773
6386 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
6387
6388 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6389
6390 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
6391 aliases.
6392 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
6393 tests.
6394 * gdb.arch/powerpc-vector-regs.c: New file.
6395 * gdb.arch/powerpc-vector-regs.exp: New file.
6396
6397 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6398
6399 * gdb.arch/altivec-regs.exp: Fix the list passed to
6400 gdb_expect_list when testing "info vector".
6401
6402 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6403
6404 * gdb.base/style.exp: Don't include path in testname.
6405
6406 2019-01-10 Keith Seitz <keiths@redhat.com>
6407
6408 PR gdb/23712
6409 PR symtab/23010
6410 * gdb.dwarf2/multidictionary.exp: New file.
6411
6412 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
6413
6414 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
6415 (test_gnuv3_style_demangling): ... this.
6416 (test_lucid_style_demangling): Remove.
6417 (test_arm_style_demangling): Remove.
6418 (test_hp_style_demangling): Remove.
6419 (do_tests): Remove calls to the above.
6420
6421 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6422
6423 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
6424 case.
6425
6426 2019-01-06 Tom Tromey <tom@tromey.com>
6427
6428 PR gdb/28155:
6429 * gdb.dwarf2/typedef-void-finish.exp: New file.
6430
6431 2018-12-28 Tom Tromey <tom@tromey.com>
6432 Simon Marchi <simark@simark.ca>
6433
6434 * gdb.base/jit-exec.exp: New file.
6435 * gdb.base/jit-exec.c: New file.
6436 * gdb.base/jit-execd.c: New file.
6437
6438 2018-12-28 Tom Tromey <tom@tromey.com>
6439
6440 * gdb.base/style.exp: Update test to check for address styling.
6441
6442 2018-12-28 Tom Tromey <tom@tromey.com>
6443
6444 * gdb.base/style.exp: Add test for styling of "Reading symbols"
6445 message.
6446
6447 2018-12-28 Tom Tromey <tom@tromey.com>
6448
6449 * gdb.base/style.exp: Add test for version number styling.
6450
6451 2018-12-28 Tom Tromey <tom@tromey.com>
6452
6453 * gdb.base/style.exp: Add test for print_address_symbolic.
6454
6455 2018-12-28 Tom Tromey <tom@tromey.com>
6456
6457 * gdb.base/style.exp: Add test for breakpoint setting.
6458
6459 2018-12-28 Tom Tromey <tom@tromey.com>
6460
6461 * gdb.base/style.exp: Add test for variable names.
6462
6463 2018-12-28 Tom Tromey <tom@tromey.com>
6464
6465 * gdb.base/style.exp: New file.
6466 * gdb.base/style.c: New file.
6467
6468 2018-12-28 Tom Tromey <tom@tromey.com>
6469
6470 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
6471 "dumb".
6472 * gdb.base/readline.exp (operate_and_get_next): Save and restore
6473 the TERM environment variable.
6474
6475 2018-12-27 Tom Tromey <tom@tromey.com>
6476
6477 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
6478 pagination test.
6479
6480 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
6481
6482 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
6483 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
6484
6485 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6486
6487 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
6488 Filename a.adb changed to bp_fun_addr.adb.
6489 gdb.ada/bp_fun_addr.exp: Update test accordingly.
6490
6491 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
6492
6493 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
6494 non-PIE executables.
6495 * README: Mention the gdb,nopie_flag board setting.
6496 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
6497 non-PIE executable.
6498 * gdb.arch/amd64-entry-value.exp: Likewise.
6499 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
6500 * gdb.arch/i386-float.exp: Likewise.
6501 * gdb.arch/i386-signal.exp: Likewise.
6502 * gdb.mi/mi-reg-undefined.exp: Likewise.
6503
6504 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
6505
6506 PR gdb/23974
6507 * gdb.base/info-os.exp: Check return for unknown "info os" type.
6508
6509 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6510
6511 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
6512 Update order of results accordingly.
6513
6514 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
6515
6516 * gdb.base/annota1.exp: Update a test regexp.
6517
6518 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6519
6520 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
6521
6522 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6523
6524 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
6525 (reuse_time): Initialize to REUSE_TIME_CAP.
6526 (check_rc): New function.
6527 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
6528 Check pthread_create rc.
6529 (spawner_thread_func): Check pthread_create and pthread_join rc.
6530
6531 2018-12-08 Pedro Alves <palves@redhat.com>
6532
6533 * gdb.base/list.exp (test_forward_search): Rename to ...
6534 (test_forward_reverse_search): ... this. Also test reverse-search
6535 and the forward-search alias.
6536
6537 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
6538
6539 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
6540 local timeout variable before return, and remove all local timeout
6541 variable entirely.
6542 (gdb_load): Likewise.
6543
6544 2018-12-01 Tom de Vries <tdevries@suse.de>
6545
6546 * gdb.base/gdb-caching-proc.exp: New file.
6547
6548 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
6549
6550 * Makefile.in (TIMESTAMP): New variable.
6551 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
6552 command.
6553 (check-single-racy): Likewise.
6554 (check/%.exp): Likewise.
6555 (check-racy/%.exp): Likewise.
6556 (workers/%.worker): Likewise.
6557 (build-perf): Likewise.
6558 (check-perf): Likewise.
6559 * README: Describe new "TS" and "TS_FORMAT" variables.
6560 * print-ts.py: New file.
6561
6562 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
6563
6564 PR python/23714
6565 * gdb.python/python.exp: Test command repetition after
6566 gdb.execute.
6567
6568 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
6569
6570 * gdb.opt/inline-break.exp: Add test that info breakpoint output
6571 is correctly aligned.
6572
6573 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6574
6575 * gdb.ada/info_auto_lang.exp: New testcase.
6576 * gdb.ada/info_auto_lang/global_pack.ads: New file.
6577 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
6578 * gdb.ada/info_auto_lang/some_c.c: New file.
6579
6580 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6581
6582 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
6583 FUNC_lang language syntax.
6584
6585 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6586
6587 * gdb.base/info_minsym.c: New file.
6588 * gdb.base/info_minsym.exp: New file.
6589
6590 2018-11-19 Tom Tromey <tom@tromey.com>
6591
6592 PR rust/23625:
6593 * gdb.rust/simple.exp: Add ptype test. Update expected output.
6594 * gdb.rust/expr.exp: Update expected output. Change one test.
6595
6596 2018-11-19 Tom Tromey <tom@tromey.com>
6597
6598 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
6599
6600 2018-11-19 Pedro Alves <palves@redhat.com>
6601
6602 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
6603 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
6604 see the expected warning.
6605
6606 2018-11-16 Alan Hayward <alan.hayward@arm.com>
6607
6608 PR gdb/22736:
6609 * gdb.cp/infcall-nodebug-lib.c: New test.
6610 * gdb.cp/infcall-nodebug-main.c: New test.
6611 * gdb.cp/infcall-nodebug.exp: New file.
6612
6613 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
6614
6615 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
6616 completer tests.
6617
6618 2018-11-09 Tom de Vries <tdevries@suse.de>
6619
6620 * gdb.base/msym-lang.c: New test.
6621 * gdb.base/msym-lang.exp: New file.
6622 * gdb.base/msym-lang-main.c: New test.
6623
6624 2018-11-08 Tom Tromey <tom@tromey.com>
6625
6626 PR gdb/23555:
6627 PR gdb/23838:
6628 * gdb.base/warning.exp: New file.
6629
6630 2018-11-08 Jan Beulich <jbeulich@suse.com>
6631
6632 * testsuite/gdb.arch/i386-avx512.c,
6633 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
6634
6635 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
6636
6637 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
6638 point hardware.
6639
6640 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
6641
6642 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
6643 * gdb.dwarf2/missing-type-name.exp: New file.
6644
6645 2018-11-06 Tom de Vries <tdevries@suse.de>
6646
6647 * gdb.base/many-headers.c: New test.
6648 * gdb.base/many-headers.exp: New file.
6649
6650 2018-11-06 Jim Wilson <jimw@sifive.com>
6651
6652 * gdb.base/code_elim.exp: For riscv, set additional_flags
6653 to include -msmall-data-limit=0.
6654
6655 2018-11-01 Joel Brobecker <brobecker@adacore.com>
6656
6657 * gdb.ada/watch_minus_l: New testcase.
6658
6659 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
6660
6661 * gdb.arch/aix-sighandle.c: New file.
6662 * gdb.arch/aix-sighandle.exp: New file.
6663
6664 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6665
6666 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
6667 registers being unions.
6668
6669 2018-10-31 Tom de Vries <tdevries@suse.de>
6670
6671 * lib/valgrind.exp: New file.
6672 (vgdb_start, vgdb_stop): New procs, factored out of ...
6673 * gdb.base/valgrind-bt.exp: ... here, ...
6674 * gdb.base/valgrind-disp-step.exp: ... here and ...
6675 * gdb.base/valgrind-infcall.exp: ... here.
6676
6677 2018-10-31 Tom de Vries <tdevries@suse.de>
6678
6679 * lib/gdb.exp (get_valueof): Don't output read value in test name.
6680
6681 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6682
6683 * gdb.dwarf2/void-type.c: New file.
6684 * gdb.dwarf2/void-type.exp: New file.
6685
6686 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6687
6688 * gdb.base/info_qt.c: New file.
6689 * gdb.base/info_qt.exp: New file.
6690
6691 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6692
6693 * gdb.arch/powerpc-htm-regs.c: New file.
6694 * gdb.arch/powerpc-htm-regs.exp: New file.
6695
6696 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6697
6698 * gdb.arch/powerpc-tar.c: New file.
6699 * gdb.arch/powerpc-tar.exp: New file.
6700
6701 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6702
6703 * gdb.arch/powerpc-ppr-dscr.c: New file.
6704 * gdb.arch/powerpc-ppr-dscr.exp: New file.
6705
6706 2018-10-25 Tom de Vries <tdevries@suse.de>
6707
6708 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
6709
6710 2018-10-24 Tom de Vries <tdevries@suse.de>
6711
6712 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
6713 longer exists error.
6714
6715 2018-10-24 Tom de Vries <tdevries@suse.de>
6716
6717 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
6718
6719 2018-10-24 Tom de Vries <tdevries@suse.de>
6720
6721 * gdb.base/valgrind-db-attach.exp: Handle removed support for
6722 --db-attach in valgrind.
6723
6724 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
6725
6726 * gdb.arch/riscv-reg-aliases.c: New file.
6727 * gdb.arch/riscv-reg-aliases.exp: New file.
6728
6729 2018-10-19 Alan Hayward <alan.hayward@arm.com>
6730
6731 * gdb.python/py-cmd.exp: Check for gdb_prompt.
6732
6733 2018-10-19 Alan Hayward <alan.hayward@arm.com>
6734
6735 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
6736
6737 2018-10-19 Alan Hayward <alan.hayward@arm.com>
6738
6739 * gdb.cp/ovldbreak.exp: Fix regexps.
6740
6741 2018-10-19 Alan Hayward <alan.hayward@arm.com>
6742
6743 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
6744
6745 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
6746
6747 PR cli/23785
6748 * gdb.base/restore.exp: New test to check if "restore" with an
6749 invalid file doesn't segfault.
6750
6751 2018-10-18 Tom de Vries <tdevries@suse.de>
6752
6753 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
6754 * gdb.ada/excep_handle.exp: Same.
6755 * gdb.ada/mi_string_access.exp: Same.
6756 * gdb.ada/mi_var_union.exp: Same.
6757 * gdb.arch/arc-analyze-prologue.exp: Same.
6758 * gdb.arch/arc-decode-insn.exp: Same.
6759 * gdb.base/readnever.exp: Same.
6760 * gdb.fortran/printing-types.exp: Same.
6761 * gdb.guile/scm-lazy-string.exp: Same.
6762
6763 2018-10-16 Tom de Vries <tdevries@suse.de>
6764
6765 PR gdb/23730
6766 * gdb.base/catch-follow-exec.c: Add copyright notice.
6767 * gdb.base/catch-follow-exec.exp: Rewrite to use
6768 gdb_spawn_with_cmdline_opts. Require gdb-native.
6769
6770 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
6771
6772 * gdb.trace/actions-changed.exp: Check for arch support.
6773 * gdb.trace/actions.exp: Likewise.
6774 * gdb.trace/ax.exp: Likewise.
6775 * gdb.trace/backtrace.exp: Likewise.
6776 * gdb.trace/change-loc.exp: Likewise.
6777 * gdb.trace/deltrace.exp: Likewise.
6778 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
6779 * gdb.trace/ftrace.exp: Likewise.
6780 * gdb.trace/infotrace.exp: Check for arch support.
6781 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
6782 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
6783 * gdb.trace/mi-tsv-changed.exp: Likewise.
6784 * gdb.trace/packetlen.exp: Likewise.
6785 * gdb.trace/passc-dyn.exp: Likewise.
6786 * gdb.trace/passcount.exp: Likewise.
6787 * gdb.trace/pending.exp: Likewise.
6788 * gdb.trace/range-stepping.exp: Check for shlib support.
6789 * gdb.trace/report.exp: Check for arch support.
6790 * gdb.trace/save-trace.exp: Likewise.
6791 * gdb.trace/signal.exp: Check for signal support.
6792 * gdb.trace/tfind.exp: Check for arch support.
6793 * gdb.trace/trace-break.exp: Check for arch and shlib support.
6794 * gdb.trace/trace-common.h: Add comment.
6795 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
6796 * gdb.trace/trace-enable-disable.exp: Likewise.
6797 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
6798 * gdb.trace/tracecmd.exp: Check for arch support.
6799 * gdb.trace/tspeed.exp: Check for shlib and target support.
6800 * gdb.trace/tstatus.exp: Check for arch support.
6801 * gdb.trace/tsv.exp: Likewise.
6802 * gdb.trace/while-dyn.exp: Likewise.
6803 * gdb.trace/while-stepping.exp: Likewise.
6804 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
6805
6806 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
6807
6808 * gdb.trace/tspeed.exp: Remove nowarnings.
6809 (prepare_for_trace_test): Declare "global ipalib".
6810 * gdb.trace/tspeed.c: Include unistd.h.
6811 (main): Remove superfluous printf argument.
6812
6813 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
6814
6815 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
6816 directory prefix on the filename.
6817
6818 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
6819
6820 * gdb.gdb/unittest.exp: Update expected message informing that
6821 selftests have been disabled.
6822 * gdb.server/unittest.exp: Likewise.
6823
6824 2018-10-09 Tom de Vries <tdevries@suse.de>
6825
6826 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
6827 with runto_main.
6828
6829 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
6830
6831 PR c++/16841
6832 * gdb.cp/virtbase2.cc: New file.
6833 * gdb.cp/virtbase2.exp: New file.
6834
6835 2018-10-06 Tom Tromey <tom@tromey.com>
6836
6837 PR python/19399:
6838 * gdb.python/py-inferior.exp: Add architecture test.
6839
6840 2018-10-06 Tom Tromey <tom@tromey.com>
6841
6842 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
6843 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
6844
6845 2018-10-06 Tom Tromey <tom@tromey.com>
6846
6847 * gdb.python/py-breakpoint.exp (check_last_event): Check location
6848 of a "throw" catchpoint.
6849
6850 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
6851
6852 * gdb.base/info-proc.exp: Update string expected from "help info
6853 proc".
6854
6855 2018-10-04 Tom Tromey <tom@tromey.com>
6856
6857 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
6858 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
6859 (test_initial_complaints, test_empty_complaints): Update.
6860 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6861
6862 2018-10-04 Tom Tromey <tom@tromey.com>
6863
6864 PR cli/19551:
6865 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
6866 * lib/gdb.exp (gdb_file_cmd): Update.
6867 * gdb.stabs/weird.exp (print_weird_var): Update.
6868 * gdb.server/solib-list.exp: Update.
6869 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
6870 * gdb.mi/mi-cli.exp: Update.
6871 * gdb.linespec/linespec.exp: Update.
6872 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6873 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
6874 * gdb.cp/cp-relocate.exp: Update.
6875 * gdb.base/sym-file.exp: Update.
6876 * gdb.base/relocate.exp: Update.
6877 * gdb.base/readnever.exp: Update.
6878 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6879 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
6880 * gdb.base/dbx.exp (gdb_file_cmd): Update.
6881 * gdb.base/code_elim.exp: Update.
6882 * gdb.base/break-unload-file.exp (test_break): Update.
6883 * gdb.base/break-interp.exp (test_attach_gdb): Update.
6884 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
6885 Update.
6886 * gdb.base/attach.exp (do_attach_tests): Update.
6887 * gdb.base/sepdebug.exp: Update.
6888 * gdb.python/py-section-script.exp: Update.
6889
6890 2018-10-04 Tom Tromey <tom@tromey.com>
6891
6892 PR cli/22234:
6893 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
6894 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
6895 output.
6896
6897 2018-10-04 Tom Tromey <tom@tromey.com>
6898
6899 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
6900 set width and height to 0.
6901 (test_command_line_attach_run): Use -quiet.
6902
6903 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
6904
6905 * lib/gdb.exp (skip_ifunc_tests): New.
6906 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
6907 other compile failures.
6908 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
6909
6910 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
6911
6912 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
6913 is_amd64_regs_target.
6914
6915 2018-10-01 Alan Hayward <alan.hayward@arm.com>
6916
6917 * gdb.arch/aarch64-sighandler-regs.c: New test.
6918 * gdb.arch/aarch64-sighandler-regs.exp: New file.
6919 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
6920
6921 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
6922
6923 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
6924 assembly.
6925
6926 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
6927
6928 * gdb.base/frame-selection.exp: New file.
6929 * gdb.base/frame-selection.c: New file.
6930
6931 2018-09-27 Alan Hayward <alan.hayward@arm.com>
6932
6933 * gdb.threads/check-libthread-db.c (thread_routine): Use a
6934 pthread barrier.
6935 (main): Likewise.
6936
6937 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
6938
6939 * gdb.base/large-frame-1.c: New file.
6940 * gdb.base/large-frame-2.c: New file.
6941 * gdb.base/large-frame.exp: New file.
6942 * gdb.base/large-frame.h: New file.
6943
6944 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
6945
6946 PR gdb/20948
6947 * gdb.base/write_mem.exp: New test.
6948 * gdb.base/write_mem.c: Likewise.
6949
6950 2018-09-23 Tom Tromey <tom@tromey.com>
6951
6952 PR python/18852:
6953 * gdb.python/py-parameter.exp: Add test for parameter that throws
6954 on "set".
6955
6956 2018-09-23 Tom Tromey <tom@tromey.com>
6957
6958 PR python/17284:
6959 * gdb.python/py-template.exp (test_template_arg): Add test for
6960 negative template argument number.
6961
6962 2018-09-23 Tom Tromey <tom@tromey.com>
6963
6964 PR python/14062:
6965 * gdb.python/python.exp: Add test for post_event error.
6966
6967 2018-09-23 Tom Tromey <tom@tromey.com>
6968
6969 PR python/18170:
6970 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
6971 convert pointers to int and long.
6972
6973 2018-09-23 Tom Tromey <tom@tromey.com>
6974
6975 PR python/20126:
6976 * gdb.python/py-value.exp (test_value_numeric_ops): Add
6977 signed-ness conversion tests.
6978
6979 2018-09-23 Tom Tromey <tom@tromey.com>
6980
6981 PR python/18352;
6982 * gdb.python/py-value.exp (test_float_conversion): New proc.
6983 Use it.
6984
6985 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
6986
6987 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
6988
6989 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
6990
6991 * gdb.base/complete-empty.exp: Skip tab-completion tests if
6992 no readline.
6993 * gdb.base/utf8-identifiers.exp: Likewise.
6994 * gdb.cp/cpcompletion.exp: Likewise.
6995 * gdb.linespec/cpcompletion.exp: Likewise.
6996 * gdb.linespec/cpls-abi-tag.exp: Likewise.
6997 * gdb.linespec/cpls-ops.exp: Likewise.
6998
6999 2018-09-19 Richard Bunt <richard.bunt@arm.com>
7000 Chris January <chris.january@arm.com>
7001
7002 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
7003 * gdb.fortran/short-circuit-argument-list.exp: New file.
7004 * gdb.fortran/short-circuit-argument-list.f90: New test.
7005
7006 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
7007
7008 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
7009 "arch=" keyword when executing "-stack-list-frames".
7010
7011 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
7012
7013 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
7014 "arch=" keyword when executing "-stack-list-frames".
7015
7016 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
7017
7018 * gdb.ada/complete.exp: Expect for "@" when doing "complete
7019 break ada".
7020
7021 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
7022
7023 PR python/23669
7024 * gdb.python/python.exp: Test gdb.execute("show commands").
7025
7026 2018-09-16 Tom Tromey <tom@tromey.com>
7027
7028 * gdb.base/new-ui.exp (do_execution_tests): Update.
7029 * gdb.base/dbx.exp (test_breakpoints): Update.
7030
7031 2018-09-14 Alan Hayward <alan.hayward@arm.com>
7032
7033 * lib/gdb.exp (gdb_simple_compile): Add proc.
7034 (is_elf_target): Use gdb_simple_compile.
7035 (skip_altivec_tests): Likewise.
7036 (skip_vsx_tests): Likewise.
7037 (skip_tsx_tests): Likewise.
7038 (skip_btrace_tests): Likewise.
7039 (skip_btrace_pt_tests): Likewise.
7040 (gdb_can_simple_compile): Likewise.
7041 (gdb_has_argv0): Likewise.
7042 (gdb_target_symbol_prefix): Likewise.
7043 (target_supports_scheduler_locking): Likewise.
7044
7045 2018-09-13 Tom Tromey <tom@tromey.com>
7046
7047 * Makefile.in (TAGS): Recognize proc_with_prefix and
7048 gdb_caching_proc.
7049
7050 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
7051
7052 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
7053 method.
7054
7055 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
7056
7057 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
7058 and a few other Inferior properties when the Inferior is no
7059 longer valid.
7060
7061 2018-09-13 Tom Tromey <tom@tromey.com>
7062
7063 PR rust/23650:
7064 * gdb.rust/simple.exp: Add test for enum field access error.
7065
7066 2018-09-13 Tom Tromey <tom@tromey.com>
7067
7068 PR rust/23626:
7069 * gdb.rust/simple.rs (EmptyEnum): New type.
7070 (main): Use it.
7071 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
7072
7073 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
7074
7075 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
7076 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
7077 * gdb.python/py-symtab.exp: Update test printing an objfile.
7078
7079 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
7080
7081 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
7082 object.
7083
7084 2018-09-12 Alan Hayward <alan.hayward@arm.com>
7085
7086 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
7087 (support_complex_tests): Use gdb_can_simple_compile.
7088 (is_ilp32_target): Likewise.
7089 (is_lp64_target): Likewise.
7090 (is_64_target): Likewise.
7091 (is_amd64_regs_target): Likewise.
7092 (is_aarch32_target): Likewise.
7093 (gdb_int128_helper): Likewise.
7094
7095 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7096
7097 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
7098
7099 2018-09-10 Jerome Guitton <guitton@adacore.com>
7100
7101 * gdb.ada/same_component_name: Add test for case of tagged record
7102 with variable-length fields.
7103
7104 2018-09-10 Xavier Roirand <roirand@adacore.com>
7105
7106 * gdb.ada/access_to_unbounded_array.exp: New testcase.
7107 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
7108 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
7109 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
7110
7111 2018-09-10 Xavier Roirand <roirand@adacore.com>
7112
7113 * gdb.ada/mi_string_access.exp: New testcase.
7114 * gdb.ada/mi_string_access/bar.adb: New file.
7115 * gdb.ada/mi_string_access/pck.adb: New file.
7116 * gdb.ada/mi_string_access/pck.asd: New file.
7117
7118 2018-09-10 Xavier Roirand <roirand@adacore.com>
7119
7120 * gdb.ada/mi_var_union.exp: New testcase.
7121 * gdb.ada/mi_var_union/bar.adb: New file.
7122 * gdb.ada/mi_var_union/pck.adb: New file.
7123 * gdb.ada/mi_var_union/pck.asd: New file.
7124
7125 2018-09-08 Tom Tromey <tom@tromey.com>
7126
7127 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
7128
7129 2018-09-08 Tom Tromey <tom@tromey.com>
7130
7131 PR python/16047:
7132 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
7133 (register_pretty_printers): Register new printer.
7134 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
7135 test.
7136 * gdb.python/py-prettyprint.c (int_type3): New typedef.
7137 (an_int_type3): New global.
7138
7139 2018-09-08 Joel Brobecker <brobecker@adacore.com>
7140
7141 * gdb.ada/expr_with_funcall: New testcase.
7142
7143 2018-09-08 Joel Brobecker <brobecker@adacore.com>
7144
7145 * gdb.ada/packed_array_assign: New testcase.
7146
7147 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
7148
7149 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
7150 names, and add test prefixes to make test names unique.
7151
7152 2018-09-05 Tom de Vries <tdevries@suse.de>
7153
7154 * gdb.dwarf2/varval.exp: Add test.
7155
7156 2018-09-04 Gary Benson <gbenson@redhat.com>
7157
7158 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
7159 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
7160
7161 2018-08-31 Tom Tromey <tom@tromey.com>
7162
7163 * gdb.rust/simple.rs: Rename second variable "v".
7164
7165 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
7166
7167 * gdb.base/funcargs.c (use_a): New function.
7168 (recurse): Call use_a.
7169
7170 2018-08-29 Keith Seitz <keiths@redhat.com>
7171
7172 * gdb.compile/compile-cplus-anonymous.cc: New file.
7173 * gdb.compile/compile-cplus-anonymous.exp: New file.
7174 * gdb.compile/compile-cplus-array-decay.cc: New file.
7175 * gdb.compile/compile-cplus-array-decay.exp: New file.
7176 * gdb.compile/compile-cplus-inherit.cc: New file.
7177 * gdb.compile/compile-cplus-inherit.exp: New file.
7178 * gdb.compile/compile-cplus-member.cc: New file.
7179 * gdb.compile/compile-cplus-member.exp: New file.
7180 * gdb.compile/compile-cplus-method.cc: New file.
7181 * gdb.compile/compile-cplus-method.exp: New file.
7182 * gdb.compile/compile-cplus-mod.c: "New" file.
7183 * gdb.compile/compile-cplus-namespace.cc: New file.
7184 * gdb.compile/compile-cplus-namespace.exp: New file.
7185 * gdb.compile/compile-cplus-nested.cc: New file.
7186 * gdb.compile/compile-cplus-nested.exp: New file.
7187 * gdb.compile/compile-cplus-print.c: "New" file.
7188 * gdb.compile/compile-cplus-print.exp: "New" file.
7189 * gdb.compile/compile-cplus-virtual.cc: New file.
7190 * gdb.compile/compile-cplus-virtual.exp: New file.
7191 * gdb.compile/compile-cplus.c: "New" file.
7192 * gdb.compile/compile-cplus.exp: "New" file.
7193 * lib/compile-support.exp: New file.
7194
7195 2018-08-16 Gary Benson <gbenson@redhat.com>
7196
7197 PR gdb/13000:
7198 * gdb.base/batch-exit-status.exp: New file.
7199 * gdb.base/batch-exit-status.good-commands: Likewise.
7200 * gdb.base/batch-exit-status.bad-commands: Likewise.
7201
7202 2018-08-29 Alan Hayward <alan.hayward@arm.com>
7203
7204 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
7205 (struct struct02): Likewise.
7206 (struct struct03): Likewise.
7207 (struct struct04): Likewise.
7208 (struct struct_01_01): New struct.
7209 (struct struct_01_02): Likewise.
7210 (struct struct_01_03): Likewise.
7211 (struct struct_01_04): Likewise.
7212 (struct struct_02_01): Likewise.
7213 (struct struct_02_02): Likewise.
7214 (struct struct_02_03): Likewise.
7215 (struct struct_02_04): Likewise.
7216 (struct struct_04_01): Likewise.
7217 (struct struct_04_02): Likewise.
7218 (struct struct_04_03): Likewise.
7219 (struct struct_04_04): Likewise.
7220 (struct struct_05_01): Likewise.
7221 (struct struct_05_02): Likewise.
7222 (struct struct_05_03): Likewise.
7223 (struct struct_05_04): Likewise.
7224 (cmp_struct01): Remove function.
7225 (cmp_struct02): Likewise.
7226 (cmp_struct03): Likewise.
7227 (cmp_struct04): Likewise.
7228 (cmp_struct_01_01): Add Function.
7229 (cmp_struct_01_02): Likewise.
7230 (cmp_struct_01_03): Likewise.
7231 (cmp_struct_01_04): Likewise.
7232 (cmp_struct_02_01): Likewise.
7233 (cmp_struct_02_02): Likewise.
7234 (cmp_struct_02_03): Likewise.
7235 (cmp_struct_02_04): Likewise.
7236 (cmp_struct_04_01): Likewise.
7237 (cmp_struct_04_02): Likewise.
7238 (cmp_struct_04_03): Likewise.
7239 (cmp_struct_04_04): Likewise.
7240 (cmp_struct_05_01): Likewise.
7241 (cmp_struct_05_02): Likewise.
7242 (cmp_struct_05_03): Likewise.
7243 (cmp_struct_05_04): Likewise.
7244 (call_all): Add new structs.
7245 * gdb.base/infcall-nested-structs.exp: Likewise.
7246
7247 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
7248
7249 * gdb.python/py-framefilter-mi.exp: Update regexp to
7250 check for "arch" field in frame output.
7251
7252 2018-08-23 Kevin Buettner <kevinb@redhat.com>
7253
7254 * gdb.dwarf2/dw2-ranges-func.c: New file.
7255 * gdb.dwarf2/dw2-ranges-func.exp: New file.
7256
7257 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
7258
7259 * gdb.base/term.exp: Compare terminal settings with values from
7260 the inferior.
7261 * gdb.base/term.c: Get and set terminal settings.
7262
7263 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
7264
7265 * lib/mi-support.exp (mi_expect_stop): Update regexp to
7266 accommodate new "arch" field in frame output.
7267 * gdb.mi/mi-return.exp: Likewise.
7268 * gdb.mi/mi-stack.exp: Likewise.
7269 * gdb.mi/mi-syn-frame.exp: Likewise.
7270 * gdb.mi/user-selected-context-sync.exp: Likewise.
7271
7272 2018-08-19 Michael Spang <spang@google.com>
7273
7274 PR gdb/11786
7275 * gdb.base/gcore-tls-pie.c: New file.
7276 * gdb.base/gcore-tls-pie.exp: New file.
7277
7278 2018-08-18 Kevin Buettner <kevinb@redhat.com>
7279
7280 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7281 * gdb.dwarf2/varval.c: New file.
7282 * gdb.dwarf2/varval.exp: New file.
7283
7284 2018-08-17 Alan Hayward <alan.hayward@arm.com>
7285
7286 PR gdb/18931
7287 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
7288
7289 2018-08-16 Keith Seitz <keiths@redhat.com>
7290
7291 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
7292 tests expected to pass.
7293
7294 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
7295
7296 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
7297 -data-disassemble -a.
7298 (test_disassembly_bogus_args): Likewise.
7299
7300 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
7301
7302 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
7303
7304 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
7305
7306 * gdb.base/vla-optimized-out.exp: Add new test.
7307
7308 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
7309
7310 * gdb.base/vla-optimized-out-o3.exp: Delete.
7311 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
7312 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
7313 deleted tests.
7314
7315 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
7316
7317 PR gdb/18050:
7318 * gdb.server/extended-remote-restart.c: New file.
7319 * gdb.server/extended-remote-restart.exp: New file.
7320
7321 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
7322
7323 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
7324 "set variable index = 42".
7325
7326 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
7327
7328 * boards/index-cache-gdb.exp: New file.
7329 * gdb.dwarf2/index-cache.exp: New file.
7330 * gdb.dwarf2/index-cache.c: New file.
7331 * gdb.base/maint.exp: Check if we are using the index cache.
7332
7333 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7334
7335 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
7336 MAKEFLAGS.
7337
7338 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7339
7340 * dg-extract-results.sh: Move to toplevel contrib.
7341 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
7342 * Makefile.in (check-parallel-racy): Likewise.
7343
7344 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
7345
7346 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
7347 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
7348 tests if the target supports scheduler locking.
7349
7350 2018-08-04 Tom de Vries <tdevries@suse.de>
7351
7352 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
7353
7354 2018-08-02 Tom Tromey <tom@tromey.com>
7355
7356 PR symtab/16842.
7357 * gdb.cp/temargs.exp: Test "info address" of a template
7358 parameter.
7359
7360 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
7361
7362 * gdb.python/py-mi-var-info-path-expression.c: New file.
7363 * gdb.python/py-mi-var-info-path-expression.py: New file.
7364 * gdb.python/py-mi-var-info-path-expression.exp: New file.
7365
7366 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
7367
7368 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
7369 error after "cannot resolve name" string.
7370
7371 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
7372
7373 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
7374 started.
7375 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
7376
7377 2018-07-28 Tom de Vries <tdevries@suse.de>
7378
7379 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
7380
7381 2018-07-26 Tom de Vries <tdevries@suse.de>
7382
7383 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
7384
7385 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
7386
7387 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
7388 is visible.
7389
7390 2018-07-26 Tom de Vries <tdevries@suse.de>
7391
7392 PR breakpoints/23366
7393 * gdb.base/catch-follow-exec.c: New test.
7394 * gdb.base/catch-follow-exec.exp: New file.
7395
7396 2018-07-25 Tom de Vries <tdevries@suse.de>
7397
7398 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
7399 vla-optimized-out.c.
7400
7401 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
7402
7403 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
7404 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
7405
7406 2018-07-20 Tom de Vries <tdevries@suse.de>
7407
7408 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
7409 NOCLONE macro.
7410 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
7411
7412 2018-07-19 Tom de Vries <tdevries@suse.de>
7413
7414 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
7415 regular expression.
7416
7417 2018-07-18 Tom de Vries <tdevries@suse.de>
7418
7419 * gdb.base/vla-optimized-out.c: New test.
7420 * gdb.base/vla-optimized-out.exp: New file.
7421
7422 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
7423
7424 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
7425 message "No address associated with hostname" when gdbserver
7426 cannot resolve the hostname.
7427
7428 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7429
7430 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
7431 Add some test prefixes to make tests unique.
7432
7433 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7434
7435 * gdb.base/frameapply.c: New file.
7436 * gdb.base/frameapply.exp: New file.
7437
7438 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7439
7440 * gdb.base/skip.exp: Update expected error message.
7441
7442 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7443 Jan Kratochvil <jan.kratochvil@redhat.com>
7444 Paul Fertser <fercerpav@gmail.com>
7445 Tsutomu Seki <sekiriki@gmail.com>
7446
7447 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
7448 parameter.
7449 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
7450 by default.
7451 * boards/native-gdbserver.exp: Likewise.
7452 * gdb.server/run-without-local-binary.exp: Improve regexp used
7453 for detecting when a remote debugging connection succeeds.
7454 * gdb.server/server-connect.exp: New file.
7455 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
7456 Do not prefix the port number with ":".
7457 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
7458 support for detecting and using it. Add '$debughost_gdbserver'
7459 to the list of arguments used to start gdbserver. Handle case
7460 when gdbserver cannot resolve a network name.
7461
7462 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7463
7464 PR c++/23373
7465 * gdb.base/ptype-offsets.cc (struct static_member): New
7466 struct.
7467 (main) <stmember>: New variable.
7468 * gdb.base/ptype-offsets.exp: Add test for printing a struct
7469 with a static member in it.
7470
7471 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
7472
7473 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
7474 watchpoints enabled and disabled.
7475
7476 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7477
7478 * gdb.base/examine-backward.exp: Still run tests around address
7479 0x0, even if address 0x0 is not readable. Update the pattern for
7480 matching address 0x0 in expected output.
7481
7482 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7483
7484 * gdb.base/share-env-with-gdbserver.c (main): Add call to
7485 malloc/free.
7486
7487 2018-07-04 Tom de Vries <tdevries@suse.de>
7488
7489 * gdb.dwarf2/dw2-error.exp: Update expected error message.
7490
7491 2018-07-02 Maciej W. Rozycki <macro@mips.com>
7492
7493 PR tdep/8282
7494 * gdb.arch/mips-disassembler-options.exp: New test.
7495 * gdb.arch/mips-disassembler-options.s: New test source.
7496
7497 2018-06-29 Pedro Alves <palves@redhat.com>
7498
7499 * gdb.threads/names.exp: Adjust expected "info threads" output.
7500
7501 2018-06-29 Pedro Alves <palves@redhat.com>
7502
7503 * gdb.opt/inline-break.exp (line number, address): Add "info
7504 break" tests.
7505
7506 2018-06-29 Pedro Alves <palves@redhat.com>
7507
7508 * gdb.opt/inline-break.c (func1): Add "break here" marker.
7509 * gdb.opt/inline-break.exp: Test setting breakpoints by line
7510 number and address and running to them.
7511
7512 2018-06-29 Richard Bunt <richard.bunt@arm.com>
7513
7514 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
7515
7516 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7517
7518 * lib/compiler.c: Remove executable permission flag.
7519
7520 2018-06-28 Richard Bunt <richard.bunt@arm.com>
7521
7522 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
7523 code.
7524 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
7525
7526 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
7527
7528 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
7529
7530 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
7531
7532 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
7533 address argument is omitted.
7534
7535 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
7536
7537 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
7538
7539 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
7540
7541 PR gdb/21695
7542 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
7543 * gdb.base/infoline-reloc-main-from-zero.c: New file.
7544
7545 2018-06-26 Tom Tromey <tom@tromey.com>
7546
7547 PR rust/22574:
7548 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
7549 * gdb.rust/simple.rs (struct SimpleLayout): New.
7550
7551 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
7552
7553 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
7554 "info registers" output.
7555
7556 2018-06-21 Richard Bunt <richard.bunt@arm.com>
7557
7558 * gdb.base/watchpoint-hw-attach.c: New test.
7559 * gdb.base/watchpoint-hw-attach.exp: New file.
7560
7561 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
7562
7563 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
7564 through /bin/sh.
7565 * boards/dwarf4-gdb-index.exp: Likewise.
7566 * boards/fission-dwp.exp: Likewise.
7567
7568 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
7569
7570 * gdb.base/float128.exp: Add comment and improved fail message
7571 to the failure case of "print large128" test.
7572
7573 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
7574
7575 * configure.ac: Remove AC_PREREQ.
7576 * configure: Re-generate.
7577
7578 2018-06-19 Pedro Alves <palves@redhat.com>
7579
7580 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
7581 (func_extern_caller): New.
7582 (main): Call func_extern_caller.
7583 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
7584 logic change.
7585
7586 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
7587
7588 PR gdb/16841
7589 * gdb.cp/typedef-base.cc: New file.
7590 * gdb.cp/typedef-base.exp: New file.
7591
7592 2018-06-18 Tom de Vries <tdevries@suse.de>
7593
7594 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
7595
7596 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
7597 Richard Bunt <Richard.Bunt@arm.com>
7598
7599 * gdb.threads/attach-slow-waitpid.c: New file.
7600 * gdb.threads/attach-slow-waitpid.exp: New file.
7601 * gdb.threads/slow-waitpid.c: New file.
7602
7603 2018-06-14 Pedro Alves <palves@redhat.com>
7604
7605 * gdb.base/fork-running-state.c: Include <errno.h>.
7606 (exit_if_relative_exits): New.
7607 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
7608 exits.
7609 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
7610 child exits.
7611
7612 2018-06-14 Tom de Vries <tdevries@suse.de>
7613
7614 PR cli/22573
7615 * gdb.base/finish-pretty.c: New test.
7616 * gdb.base/finish-pretty.exp: New file.
7617
7618 2018-06-14 Pedro Alves <palves@redhat.com>
7619
7620 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
7621 gdb's expected startup output.
7622
7623 2018-06-14 Pedro Alves <palves@redhat.com>
7624
7625 * lib/selftest-support.exp (selftest_setup): Remove inlined
7626 function handling.
7627
7628 2018-06-14 Tom de Vries <tdevries@suse.de>
7629
7630 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
7631 matching of breakpoint printing.
7632
7633 2018-06-13 Tom de Vries <tdevries@suse.de>
7634
7635 PR testsuite/23269
7636 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
7637 (fork_child): ... here, and ...
7638 (fork_parent): ... here.
7639
7640 2018-06-12 Tom de Vries <tdevries@suse.de>
7641
7642 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
7643
7644 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
7645 Stephen Roberts <stephen.roberts@arm.com>
7646
7647 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
7648 rewrite test to describe action performed, rather than possible
7649 failure.
7650
7651 2018-06-08 Gary Benson <gbenson@redhat.com>
7652
7653 * gdb.threads/check-libthread-db.exp: New file.
7654 * gdb.threads/check-libthread-db.c: Likewise.
7655
7656 2018-06-05 Tom Tromey <tom@tromey.com>
7657
7658 * gdb.base/default.exp: Update expected "show version" output.
7659
7660 2018-06-05 Tom Tromey <tom@tromey.com>
7661
7662 PR cli/12326:
7663 * gdb.cp/static-print-quit.exp: Update.
7664 * lib/gdb.exp (pagination_prompt): Update.
7665 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
7666 * gdb.python/python.exp: Update.
7667
7668 2018-06-04 Joel Brobecker <brobecker@adacore.com>
7669
7670 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
7671
7672 2018-06-01 Joel Brobecker <brobecker@adacore.com>
7673
7674 * gdb.ada/bp_fun_addr: New testcase.
7675
7676 2018-06-01 Tom Tromey <tom@tromey.com>
7677
7678 * gdb.xml/tdesc-regs.exp (load_description): Update expected
7679 results.
7680 * gdb.dwarf2/method-ptr.exp: Set language to C++.
7681 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
7682 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
7683 * gdb.base/maint.exp (maint_pass_if): Update.
7684
7685 2018-05-31 Maciej W. Rozycki <macro@mips.com>
7686
7687 * gdb.base/endian.exp: New test.
7688 * gdb.base/endian.c: New test source.
7689
7690 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
7691
7692 PR gdb/23203
7693 * gdb.base/bt-selected-frame.c: New file.
7694 * gdb.base/bt-selected-frame.exp: New file.
7695 * lib/gdb.exp (get_current_frame_number): New function.
7696
7697 2018-05-24 Maciej W. Rozycki <macro@mips.com>
7698 Pedro Alves <palves@redhat.com>
7699
7700 * gdb.threads/tls-core.c: Include <stdlib.h>
7701 (thread_proc): Call `abort'.
7702 * gdb.threads/tls-core.exp: Generate a core with core_find too.
7703 (tls_core_test): New procedure, bits factored out from ...
7704 (top level): ... here. Test both native cores and gcore cores.
7705
7706 2018-05-23 Tom Tromey <tom@tromey.com>
7707
7708 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
7709
7710 2018-05-23 Tom Tromey <tom@tromey.com>
7711
7712 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
7713 symfile_complaints.
7714 (test_short_complaints): Likewise.
7715 (test_empty_complaints): Likewise.
7716 (test_initial_complaints): Update.
7717
7718 2018-05-23 Tom Tromey <tom@tromey.com>
7719
7720 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
7721
7722 2018-05-23 Tom Tromey <tom@tromey.com>
7723
7724 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
7725 (test_short_complaints): Update.
7726
7727 2018-05-22 Pedro Alves <palves@redhat.com>
7728
7729 * gdb.base/remote.exp: Only gdb_start after compiling the
7730 testcase. Issue "disconnect" before testing "set remote" command
7731 defaults. Issue clean_restart before running to main.
7732
7733 2018-05-22 Pedro Alves <palves@redhat.com>
7734
7735 * gdb.base/remote.exp: Adjust expected output of "show remote
7736 memory-write-packet-size". Add tests for "set remote
7737 memory-write-packet-size 0" and "set remote
7738 memory-write-packet-size fixed/limit".
7739
7740 2018-05-22 Pedro Alves <palves@redhat.com>
7741
7742 PR gdb/22973
7743 * gdb.base/utf8-identifiers.c: New file.
7744 * gdb.base/utf8-identifiers.exp: New file.
7745
7746 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7747
7748 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
7749
7750 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7751
7752 * gdb.arch/powerpc-vsx-gcore.exp: New file.
7753
7754 2018-05-18 Tom Tromey <tom@tromey.com>
7755
7756 * gdb.base/ptype-offsets.exp: Update.
7757
7758 2018-05-17 Keith Seitz <keiths@redhat.com>
7759
7760 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
7761 in expected breakpoint stop locations.
7762 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
7763 move to proper scope to test variable values.
7764 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
7765 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
7766 New functions.
7767 (main): Call not_inline_func3.
7768 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
7769 inline_func1, inline_func2, and inline_func3. Test that when each
7770 breakpoint is hit, GDB properly reports both the stop location
7771 and the backtrace. Repeat tests for temporary breakpoints.
7772
7773 2018-05-15 Maciej W. Rozycki <macro@mips.com>
7774
7775 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
7776 rather then trying to access it in determining whether the PID
7777 of `gdbserver' could have been retrieved.
7778
7779 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
7780
7781 * gdb.arch/amd64-init-x87-values.S: New file.
7782 * gdb.arch/amd64-init-x87-values.exp: New file.
7783
7784 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7785
7786 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
7787
7788 2018-05-04 Tom Tromey <tom@tromey.com>
7789
7790 PR python/22730:
7791 * gdb.python/python.exp: Test multi-line execute.
7792
7793 2018-05-04 Tom Tromey <tom@tromey.com>
7794
7795 PR python/22731:
7796 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
7797
7798 2018-05-04 Tom Tromey <tom@tromey.com>
7799
7800 PR gdb/11750:
7801 * gdb.base/define.exp: Test defining a user command inside a user
7802 command.
7803 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
7804
7805 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7806 Pedro Alves <palves@redhat.com>
7807
7808 PR breakpoints/19806 and support for PR external/20207.
7809 * gdb.base/watchpoint-unaligned.c: New file.
7810 * gdb.base/watchpoint-unaligned.exp: New file.
7811
7812 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7813
7814 * gdb.base/maint.exp: Make test names unique, use
7815 test_prefix_command_help to test 'help maint info', and remove
7816 repeated test of 'help maint'.
7817
7818 2018-05-04 Tom Tromey <tom@tromey.com>
7819
7820 PR gdb/22619:
7821 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
7822 behavior.
7823
7824 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7825
7826 * gdb.base/maint.exp: Process output from 'maint print registers'
7827 line at a time.
7828
7829 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7830
7831 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
7832 timeout.
7833
7834 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
7835
7836 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
7837 filter pattern.
7838
7839 2018-05-02 Pedro Alves <palves@redhat.com>
7840
7841 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
7842 to_log_command renames.
7843 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
7844
7845 2018-05-02 Tom Tromey <tom@tromey.com>
7846
7847 * gdb.python/py-parameter.exp: Set test message.
7848
7849 2018-05-02 Tom Tromey <tom@tromey.com>
7850
7851 PR python/20084:
7852 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
7853 PARAM_ZUINTEGER_UNLIMITED tests.
7854
7855 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
7856
7857 PR rust/23124
7858 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
7859 when casting.
7860
7861 2018-04-30 Tom Tromey <tom@tromey.com>
7862
7863 * gdb.python/py-type.exp: Check align attribute.
7864 * gdb.python/py-type.c: New "aligncheck" global.
7865
7866 2018-04-30 Tom Tromey <tom@tromey.com>
7867
7868 PR exp/17095:
7869 * gdb.dwarf2/dw2-align.exp: New file.
7870 * gdb.cp/align.exp: New file.
7871 * gdb.base/align.exp: New file.
7872 * lib/gdb.exp (gdb_int128_helper): New proc.
7873 (has_int128_c, has_int128_cxx): New caching procs.
7874
7875 2018-04-27 Tom Tromey <tom@tromey.com>
7876
7877 PR rust/22545:
7878 * gdb.rust/simple.exp: Add inclusive range tests.
7879
7880 2018-04-26 Pedro Alves <palves@redhat.com>
7881
7882 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
7883 ifunc breakpoint locations correctly of ifunc breakpoints set
7884 while the program resolves the ifunc.
7885
7886 2018-04-26 Pedro Alves <palves@redhat.com>
7887
7888 * gdb.base/gnu-ifunc-final.c: New file.
7889 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
7890 * gdb.base/gnu-ifunc.exp (executable): Delete.
7891 (staticexecutable): Adjust.
7892 (lib_opts, exec_opts): Delete.
7893 (make_binsuffix, build, set-break): New procedures.
7894 (misc_tests): New, with tests factored out from the top level.
7895 (top level): Test different combinations of ifunc resolver name,
7896 resolver with and with debug info, and ifunc target with and
7897 without debug info. Wrap static tests with with_target_prefix.
7898
7899 2018-04-26 Pedro Alves <palves@redhat.com>
7900
7901 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
7902 return type" warnings.
7903
7904 2018-04-25 Pedro Alves <palves@redhat.com>
7905
7906 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
7907 killed".
7908 * gdb.base/kill-after-signal.exp: Likewise.
7909 * gdb.threads/kill.exp: Likewise.
7910
7911 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7912 Sergio Durigan Junior <sergiodj@redhat.com>
7913 Pedro Alves <palves@redhat.com>
7914
7915 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
7916 regexps to expect for '[Inferior ... detached]' as well.
7917 * gdb.base/attach.exp: Likewise.
7918 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
7919 "gdb_continue_to_end".
7920 (test_catch_syscall_with_wrong_args): Likewise.
7921 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
7922 ']'. Don't set 'verbose' on.
7923 * gdb.base/foll-vfork.exp: Likewise.
7924 * gdb.base/fork-print-inferior-events.c: New file.
7925 * gdb.base/fork-print-inferior-events.exp: New file.
7926 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
7927 '[Inferior ... has been killed]' message.
7928 * gdb.base/kill-after-signal.exp: Likewise.
7929 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
7930 detach message.
7931 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
7932 message.
7933 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
7934 regexps to expect for '[Inferior ... detached]' as well.
7935 * gdb.threads/process-dies-while-detaching.exp: Likewise.
7936
7937 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
7938
7939 PR gdb/23104
7940 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
7941
7942 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
7943
7944 PR gdb/23095
7945 * gdb.base/break-probes.exp: Pass shlib_load to
7946 prepare_for_testing. Set normal_bp to r_debug_state if target is
7947 bsd.
7948
7949 2018-04-19 Richard Bunt <richard.bunt@arm.com>
7950
7951 * gdb.threads/multiple-successive-infcall.c: New test.
7952 * gdb.threads/multiple-successive-infcall.exp: New file.
7953
7954 2018-04-17 Tom Tromey <tom@tromey.com>
7955
7956 * gdb.rust/simple.rs (Union): New type.
7957 (main): New local "u".
7958 * gdb.rust/simple.exp (test_one_slice): Add new test case.
7959
7960 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7961
7962 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
7963 number information in output of "whereis" command.
7964 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
7965
7966 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7967
7968 * gdb.ada/info_types.exp: Adjust expected output to the line
7969 numbers now printed by "info var/func/type".
7970 * gdb.base/completion.exp: Likewise.
7971 * gdb.base/included.exp: Likewise.
7972 * gdb.cp/cp-relocate.exp: Likewise.
7973 * gdb.cp/cplusfuncs.exp: Likewise.
7974 * gdb.cp/namespace.exp: Likewise.
7975 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
7976
7977 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7978
7979 * gdb.btrace/cpu.exp: New.
7980
7981 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7982
7983 * gdb.base/step-indirect-call-thunk.exp: New.
7984 * gdb.base/step-indirect-call-thunk.c: New.
7985 * gdb.reverse/step-indirect-call-thunk.exp: New.
7986 * gdb.reverse/step-indirect-call-thunk.c: New.
7987
7988 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
7989
7990 * gdb.base/pie-fork.c: New file.
7991 * gdb.base/pie-fork.exp: New file.
7992
7993 2018-04-11 Tom Tromey <tom@tromey.com>
7994
7995 * gdb.rust/simple.exp: Add test for ".." struct initializer.
7996
7997 2018-04-10 Pedro Alves <palves@redhat.com>
7998
7999 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
8000 exits. Instead loop running forever.
8001 (fork_parent): Run forever too.
8002
8003 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
8004
8005 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
8006 mi_continue_to_line.
8007 * gdb.mi/mi-stack.c (callee4): Add comment.
8008
8009 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
8010
8011 * gdb.mi/mi-stack.exp: Fix indentation.
8012
8013 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
8014
8015 PR gdb/22979
8016 * gdb.arch/amd64-osabi.exp: New file.
8017
8018 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
8019
8020 PR gdb/22980
8021 * gdb.base/osabi.exp: New file.
8022
8023 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
8024
8025 * gdb.cp/static-typedef-print.exp: New file.
8026 * gdb.cp/static-typedef-print.cc: New file.
8027
8028 2018-03-27 Joel Brobecker <brobecker@adacore.com>
8029
8030 * gdb.ada/varsize_limit: New testcase.
8031
8032 2018-03-27 Joel Brobecker <brobecker@adacore.com>
8033
8034 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
8035
8036 * gdb.ada/notcplusplus: New testcase.
8037
8038 * gdb.base/c-linkage-name.c: New file.
8039 * gdb.base/c-linkage-name.exp: New testcase.
8040
8041 2018-03-26 Tom Tromey <tom@tromey.com>
8042
8043 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
8044 * gdb.python/py-framefilter.py (name_error): New global.
8045 (ErrorInName.function): Use name_error.
8046
8047 2018-03-26 Tom Tromey <tom@tromey.com>
8048
8049 PR backtrace/15582:
8050 * gdb.python/py-framefilter.exp: Add "bt hide" test.
8051
8052 2018-03-23 Keith Seitz <keiths@redhat.com>
8053
8054 PR c++/22968
8055 * gdb.cp/subtypes.exp: New file.
8056 * gdb.cp/subtypes.h: New file.
8057 * gdb.cp/subtypes.cc: New file.
8058 * gdb.cp/subtypes-2.cc: New file.
8059
8060 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
8061
8062 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
8063 (done): Call '_exit' not 'exit' to avoid atexit handlers.
8064 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
8065 -nostartfiles when compiling the test. Confirm that all registers
8066 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
8067
8068 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
8069
8070 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
8071 option, syntax was wrong anyway.
8072 * gdb.arch/arm-disp-step.exp: Likewise.
8073 * gdb.arch/sparc64-regs.exp: Likewise.
8074 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
8075 option, syntax was wrong anyway, switch to use
8076 prepare_for_testing.
8077 * gdb.arch/i386-disp-step.exp: Likewise.
8078
8079 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
8080
8081 * gdb.ada/exec_changed.exp: Replace "target_info exists
8082 use_gdb_stub" by "use_gdb_stub".
8083 * gdb.ada/start.exp: Likewise.
8084 * gdb.base/async-shell.exp: Likewise.
8085 * gdb.base/attach-pie-misread.exp: Likewise.
8086 * gdb.base/attach-wait-input.exp: Likewise.
8087 * gdb.base/break-entry.exp: Likewise.
8088 * gdb.base/break-interp.exp: Likewise.
8089 * gdb.base/dprintf-detach.exp: Likewise.
8090 * gdb.base/nostdlib.exp: Likewise.
8091 * gdb.base/solib-nodir.exp: Likewise.
8092 * gdb.base/statistics.exp: Likewise.
8093 * gdb.base/testenv.exp: Likewise.
8094 * gdb.mi/mi-exec-run.exp: Likewise.
8095 * gdb.mi/mi-start.exp: Likewise.
8096 * gdb.multi/dummy-frame-restore.exp: Likewise.
8097 * gdb.multi/multi-arch-exec.exp: Likewise.
8098 * gdb.multi/multi-arch.exp: Likewise.
8099 * gdb.multi/tids.exp: Likewise.
8100 * gdb.multi/watchpoint-multi.exp: Likewise.
8101 * gdb.python/py-events.exp: Likewise.
8102 * gdb.threads/attach-into-signal.exp: Likewise.
8103 * gdb.threads/attach-stopped.exp: Likewise.
8104 * gdb.threads/threadapply.exp: Likewise.
8105 * lib/selftest-support.exp: Likewise.
8106
8107 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
8108
8109 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
8110
8111 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
8112
8113 * gdb.perf/template-breakpoints.cc: New file.
8114 * gdb.perf/template-breakpoints.exp: New file.
8115 * gdb.perf/template-breakpoints.py: New file.
8116
8117 2018-03-19 Tom Tromey <tom@tromey.com>
8118
8119 * gdb.rust/simple.rs (main): Add local variables field1, field2,
8120 y0.
8121 * gdb.rust/simple.exp: Test bare identifier form of struct
8122 initializer.
8123
8124 2018-03-19 Tom Tromey <tom@tromey.com>
8125
8126 * gdb.gdb/observer.exp: Remove.
8127
8128 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8129
8130 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
8131 "qualified" option when setting breakpoints.
8132 * gdb.trace/backtrace.exp: Likewise.
8133 * gdb.trace/circ.exp: Likewise.
8134 * gdb.trace/collection.exp: Likewise.
8135 * gdb.trace/disconnected-tracing.exp: Likewise.
8136 * gdb.trace/ftrace-lock.exp: Likewise.
8137 * gdb.trace/ftrace.exp: Likewise.
8138 * gdb.trace/infotrace.exp: Likewise.
8139 * gdb.trace/packetlen.exp: Likewise.
8140 * gdb.trace/passc-dyn.exp: Likewise.
8141 * gdb.trace/qtro.exp: Likewise.
8142 * gdb.trace/read-memory.exp: Likewise.
8143 * gdb.trace/report.exp: Likewise.
8144 * gdb.trace/signal.exp: Likewise.
8145 * gdb.trace/status-stop.exp: Likewise.
8146 * gdb.trace/strace.exp: Likewise.
8147 * gdb.trace/tfind.exp: Likewise.
8148 * gdb.trace/trace-break.exp: Likewise.
8149 * gdb.trace/trace-condition.exp: Likewise.
8150 * gdb.trace/trace-mt.exp: Likewise.
8151 * gdb.trace/tstatus.exp: Likewise.
8152 * gdb.trace/tsv.exp: Likewise.
8153 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8154 * gdb.trace/unavailable.exp: Likewise.
8155 * gdb.trace/while-dyn.exp: Likewise.
8156
8157 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8158
8159 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
8160 that libinproctrace is copied to the target.
8161
8162 2018-03-14 Tom Tromey <tom@tromey.com>
8163
8164 PR cli/14977:
8165 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
8166 a null pointer.
8167 * gdb.base/wchar.exp: Likewise.
8168
8169 2018-03-14 Tom Tromey <tom@tromey.com>
8170
8171 PR cli/19918:
8172 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
8173 flag.
8174
8175 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
8176
8177 PR gdb/22841
8178 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
8179 "target" to remote_exec.
8180
8181 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
8182
8183 PR gdb/22841
8184 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
8185 ${board}_upload): Remove.
8186
8187 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
8188
8189 * gdb.cp/watch-cp.cc: New test.
8190 * gdb.cp/watch-cp.exp: New file.
8191
8192 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8193
8194 * gdb.base/infcall-nested-structs.exp: New file.
8195 * gdb.base/infcall-nested-structs.c: New file.
8196 * gdb.base/float.exp: Add riscv support.
8197
8198 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
8199
8200 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
8201 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
8202
8203 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
8204
8205 * gdb.server/abspath.exp: New file.
8206 * lib/gdb.exp (with_cwd): New procedure.
8207
8208 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
8209
8210 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
8211 use it.
8212 (gdb_is_target_remote_prompt): New proc.
8213 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
8214 (gdb_is_target_native): Pass prompt parameter to
8215 gdb_is_target_1.
8216
8217 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
8218
8219 * gdb.base/load-command.c: New file.
8220 * gdb.base/load-command.exp: New file.
8221 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
8222 (gdb_is_target_1): ...this, and generalize for other targets
8223 than just remote.
8224 (gdb_is_target_remote): Use gdb_is_target_1.
8225 (gdb_is_target_native): use gdb_is_target_1.
8226
8227 2018-02-26 Tom Tromey <tom@tromey.com>
8228
8229 PR python/16497:
8230 * gdb.python/py-framefilter.exp: Update test.
8231
8232 2018-02-26 Tom Tromey <tom@tromey.com>
8233
8234 * gdb.dwarf2/variant.c: New file.
8235 * gdb.dwarf2/variant.exp: New file.
8236
8237 2018-02-26 Tom Tromey <tom@tromey.com>
8238
8239 * gdb.rust/simple.exp: Accept more possible results in enum test.
8240
8241 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
8242
8243 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
8244 parentheses.
8245
8246 2018-02-23 Maciej W. Rozycki <macro@mips.com>
8247
8248 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
8249 name of a variable: $actual_linejj -> $actual_line.
8250
8251 2018-02-21 John Baldwin <jhb@FreeBSD.org>
8252
8253 * gdb.arch/amd64-i386-address.exp: Fix a typo.
8254
8255 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
8256
8257 * gdb.btrace/buffer-size.exp: Do not force BTS.
8258
8259 2018-02-14 Pedro Alves <palves@redhat.com>
8260
8261 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
8262 getting a "Quit".
8263
8264 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
8265
8266 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
8267 Fix test name.
8268
8269 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
8270
8271 * gdb.cp/m-static.exp: Check type of optimized out static
8272 member.
8273
8274 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
8275
8276 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
8277 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
8278
8279 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
8280 Leszek Swirski <leszeks@google.com>
8281
8282 * gdb.python/py-prettyprint.c
8283 (struct to_string_returns_value_inner,
8284 struct to_string_returns_value_wrapper): New.
8285 (main): Add tsrvw variable.
8286 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
8287 ToStringReturnsValueWrapper): New classes.
8288 (register_pretty_printers): Register new pretty-printers.
8289 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
8290 recursive pretty printer.
8291 * gdb.python/py-mi.exp: Likewise.
8292
8293 2018-02-01 Leszek Swirski <leszeks@google.com>
8294
8295 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
8296 functions with the same name as an include file are parsed
8297 correctly.
8298
8299 2018-02-01 Yao Qi <yao.qi@linaro.org>
8300
8301 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
8302 "\[^\r\n\]*".
8303
8304 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
8305
8306 * gdb.arch/powerpc-prologue-frame.s: New file.
8307 * gdb.arch/powerpc-prologue-frame.c: Likewise.
8308 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
8309
8310 2018-01-31 Joel Brobecker <brobecker@adacore.com>
8311
8312 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
8313
8314 2018-01-30 Pedro Alves <palves@redhat.com>
8315
8316 PR gdb/13211
8317 * gdb.base/interrupt-daemon.c: New.
8318 * gdb.base/interrupt-daemon.exp: New.
8319 * gdb.multi/multi-term-settings.c: New.
8320 * gdb.multi/multi-term-settings.exp: New.
8321
8322 2018-01-30 Joel Brobecker <brobecker@adacore.com>
8323
8324 * gdb.base/break.exp: Save the location where the breakpoint
8325 on break.c:47 was actually inserted when debugging the version
8326 compiled at -O2 and use it in the expected output of the "info
8327 break" test performed soon after.
8328
8329 2018-01-22 Pedro Alves <palves@redhat.com>
8330 Sergio Durigan Junior <sergiodj@redhat.com>
8331
8332 * gdb.base/whatis.exp: Add tests for 'set print object on' +
8333 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
8334
8335 2018-01-22 Joel Brobecker <brobecker@adacore.com>
8336
8337 * gdb.base/break-include.c, gdb.base/break-include.inc,
8338 gdb.base/break-include.exp: New files.
8339 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
8340 line number now being the actual line number where the breakpoint
8341 was inserted.
8342 * gdb.mi/mi-break.exp: Likewise.
8343 * gdb.mi/mi-reverse.exp: Likewise.
8344 * gdb.mi/mi-simplerun.exp: Ditto.
8345
8346 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
8347
8348 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
8349 varobj.
8350 * gdb.mi/mi-var-create-rtti.exp: Likewise.
8351
8352 2018-01-21 Don Breazeal <donb@codesourcery.com>
8353 Andrew Burgess <andrew.burgess@embecosm.com>
8354
8355 * gdb.mi/basics.c: Add new global.
8356 * gdb.mi/mi-frame-regs.exp: New file.
8357 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
8358 case.
8359
8360 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
8361
8362 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
8363 non-parameter, and on an unknown symbol.
8364
8365 2018-01-19 Tom Tromey <tom@tromey.com>
8366
8367 * gdb.rust/modules.rs (TWENTY_THREE): New global.
8368 * gdb.rust/modules.exp: Add ::-qualified lookup test.
8369
8370 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8371
8372 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
8373 setrlimit and chdir to int.
8374
8375 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8376
8377 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
8378 function.
8379 (my_tend): Likewise.
8380 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
8381 rationale of avoiding FP- and vector instructions.
8382
8383 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
8384
8385 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
8386 "info reg" with "\[ \t\]*".
8387 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
8388 "\[ \t\]+".
8389 * gdb.arch/s390-multiarch.exp: Ditto.
8390 * gdb.base/pc-fp.exp: Ditto.
8391 * gdb.reverse/i386-precsave.exp: Ditto.
8392 * gdb.reverse/i386-reverse.exp: Ditto.
8393 * gdb.reverse/i387-env-reverse.exp: Ditto.
8394 * gdb.reverse/i387-stack-reverse.exp: Ditto.
8395
8396 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
8397
8398 * lib/gdb.exp (gdb_compile): Re-enable use of
8399 universal_compile_options for languages other than Rust.
8400
8401 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
8402
8403 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
8404
8405 2018-01-17 Mike Gulick <mgulick@mathworks.com>
8406
8407 PR gdb/16577
8408 * gdb.base/solib-vanish.exp: New.
8409 * gdb.base/solib-vanish-main.c: New.
8410 * gdb.base/solib-vanish-lib1.c: New.
8411 * gdb.base/solib-vanish-lib2.c: New.
8412
8413 2018-01-17 Yao Qi <yao.qi@linaro.org>
8414
8415 * gdb.compile/compile.exp: Match the address printed for
8416 frame in the output of command "bt".
8417
8418 2018-01-15 Tom Tromey <tom@tromey.com>
8419
8420 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
8421 compute sp_reg.
8422
8423 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
8424
8425 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
8426 to prepare.
8427 (prepare): Return 0 on error, 1 on success.
8428
8429 2018-01-12 Pedro Alves <palves@redhat.com>
8430
8431 * gdb.base/continue-after-aborted-step-over.c: New.
8432 * gdb.base/continue-after-aborted-step-over.exp: New.
8433
8434 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
8435
8436 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
8437 options when not creating an executable.
8438
8439 2018-01-11 Pedro Alves <palves@redhat.com>
8440
8441 PR remote/22597
8442 * gdb.server/stop-reply-no-thread.c: New file.
8443 * gdb.server/stop-reply-no-thread.exp: New file.
8444
8445 2018-01-10 Pedro Alves <palves@redhat.com>
8446
8447 PR gdb/22670
8448 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
8449 functions too. Test setting breakpoints and printing C functions
8450 with no debug info too.
8451 * gdb.ada/bp_c_mixed_case/qux.c: New file.
8452
8453 2018-01-10 Pedro Alves <palves@redhat.com>
8454
8455 PR gdb/22670
8456 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
8457 a fail.
8458
8459 2018-01-10 Pedro Alves <palves@redhat.com>
8460
8461 PR gdb/22670
8462 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
8463
8464 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
8465
8466 * gdb.server/unittest.exp: Match the output in non-development
8467 mode.
8468
8469 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
8470
8471 * gdb.gdb/unittest.exp: Match output in non-development mode.
8472
8473 2018-01-08 Joel Brobecker <brobecker@adacore.com>
8474
8475 * gdb.ada/access_tagged_param.exp: Relax expected output
8476 for value of "ObjL" in "continue" to pck.inspect breakpoint
8477 test.
8478
8479 2018-01-08 Joel Brobecker <brobecker@adacore.com>
8480
8481 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
8482 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
8483
8484 2018-01-05 Pedro Alves <palves@redhat.com>
8485
8486 PR gdb/18653
8487 * gdb.base/libsegfault.exp: New.
8488
8489 2018-01-05 Joel Brobecker <brobecker@adacore.com>
8490
8491 PR gdb/22670
8492 * gdb.ada/access_tagged_param.exp: New file.
8493 * gdb.ada/access_tagged_param/foo.adb: New file.
8494
8495 2018-01-05 Pedro Alves <palves@redhat.com>
8496
8497 PR gdb/22670
8498 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
8499 exercise lower case too, and to exercise both full matching and
8500 wild matching.
8501
8502 2018-01-05 Joel Brobecker <brobecker@adacore.com>
8503
8504 * gdb.ada/rename_subscript_param: New testcase.
8505
8506 2018-01-05 Jerome Guitton <guitton@adacore.com>
8507
8508 * gdb.ada/arr_acc_idx_w_gap: New testcase.
8509
8510 2018-01-05 Joel Brobecker <brobecker@adacore.com>
8511
8512 * gdb.ada/convvar_comp: New testcase.
8513
8514 2018-01-05 Xavier Roirand <roirand@adacore.com>
8515
8516 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
8517 (My_Table): New global variable.
8518 * testsuite/gdb.ada/array_char_idx.exp: Add test.
8519
8520 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8521
8522 PR gdb/22670
8523 * gdb.ada/maint_with_ada: New testcase.
8524
8525 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8526
8527 PR gdb/22670
8528 * gdb.ada/bp_c_mixed_case: New testcase.
8529
8530 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8531
8532 PR gdb/22670
8533 * gdb.ada/complete.exp: Add "complete break ada" test.
8534
8535 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8536
8537 PR gdb/22670
8538 * gdb.ada/info_addr_mixed_case: New testcase.
8539
8540 2018-01-03 Xavier Roirand <roirand@adacore.com>
8541
8542 * gdb.ada/excep_handle.exp: New testcase.
8543 * gdb.ada/excep_handle/foo.adb: New file.
8544 * gdb.ada/excep_handle/pck.ads: New file.
8545
8546 2018-01-03 Joel Brobecker <brobecker@adacore.com>
8547
8548 * gdb.base/step-line.c: Add extra empty line in copyright header.
8549 * gdb.base/step-line.inp: Likewise.
8550
8551 2018-01-02 Joel Brobecker <brobecker@adacore.com>
8552
8553 * gdb.ada/dyn_stride.exp: Add slice test.
8554
8555 2018-01-02 Joel Brobecker <brobecker@adacore.com>
8556
8557 * gdb.ada/dyn_stride: New testcase.
8558
8559 2017-12-27 Stafford Horne <shorne@gmail.com>
8560
8561 * gdb.xml/extra-regs.xml: Add example foo reggroup.
8562 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
8563
8564 2017-12-27 Stafford Horne <shorne@gmail.com>
8565
8566 * gdb.base/reggroups.c: New file.
8567 * gdb.base/reggroups.exp: New file.
8568
8569 2017-12-18 Joel Brobecker <brobecker@adacore.com>
8570
8571 * gdb.dwarf2/ada-valprint-error.c: New file.
8572 * gdb.dwarf2/ada-valprint-error.exp: New file.
8573
8574 2017-12-18 Joel Brobecker <brobecker@adacore.com>
8575
8576 * gdb.ada/assign_arr: New testcase.
8577
8578 2017-12-18 Xavier Roirand <roirand@adacore.com>
8579
8580 * gdb.ada/funcall_ptr: New testcase.
8581
8582 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8583
8584 PR cli/16224
8585 * gdb.base/ptype-offsets.cc: New file.
8586 * gdb.base/ptype-offsets.exp: New file.
8587
8588 2017-12-15 Yao Qi <yao.qi@linaro.org>
8589
8590 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
8591 if XML is disabled.
8592
8593 2017-12-15 Xavier Roirand <roirand@adacore.com>
8594
8595 * gdb.ada/same_component_name: New testcase.
8596
8597 2017-12-14 Joel Brobecker <brobecker@adacore.com>
8598
8599 * gdb.ada/str_binop_equal: New testcase.
8600
8601 2017-12-14 Joel Brobecker <brobecker@adacore.com>
8602
8603 * gdb.ada/task_switch_in_core: New testcase.
8604
8605 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
8606
8607 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
8608 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
8609 call test_bkpt_qualified.
8610 (test_bkpt_qualified): New proc.
8611
8612 2017-12-13 Pedro Alves <palves@redhat.com>
8613
8614 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
8615 Tighten regexp by matching with an anchor.
8616
8617 2017-12-13 Pedro Alves <palves@redhat.com>
8618
8619 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
8620 ("expression with namespace"): New set of tests.
8621 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
8622 (Nested::Test_NS::qux): New.
8623 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
8624 defaults to 'start_quote_char' and 'end_quote_char' parameters.
8625
8626 2017-12-13 Joel Brobecker <brobecker@adacore.com>
8627
8628 * gdb.base/server-del-break.c: New file.
8629 * gdb.base/server-del-break.exp: New file.
8630
8631 2017-12-12 Stafford Horne <shorne@gmail.com>
8632
8633 * gdb.xml/tdesc-regs.exp: Add or1k support.
8634
8635 2017-12-12 Stafford Horne <shorne@gmail.com>
8636
8637 * gdb.base/bp-permanent.c: Define nop of or1k.
8638
8639 2017-12-11 Joel Brobecker <brobecker@adacore.com>
8640
8641 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
8642 output with components being reordered.
8643
8644 2017-12-11 Joel Brobecker <brobecker@adacore.com>
8645
8646 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
8647 output with components being reordered.
8648
8649 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8650 Pedro Alves <palves@redhat.com>
8651
8652 * gdb.base/maint.exp (check for .gdb_index): Check also for
8653 .debug_names.
8654 * gdb.dlang/watch-loc.c (.debug_aranges): New.
8655 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
8656 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
8657 (.gdb_index used after symbol reloading): Support also .debug_names.
8658 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
8659
8660 2017-12-08 Yao Qi <yao.qi@linaro.org>
8661
8662 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
8663 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
8664
8665 2017-12-08 Yao Qi <yao.qi@linaro.org>
8666
8667 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
8668 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
8669
8670 2017-12-08 Yao Qi <yao.qi@linaro.org>
8671
8672 * gdb.arch/aarch64-tagged-pointer.c: New file.
8673 * gdb.arch/aarch64-tagged-pointer.exp: New file.
8674
8675 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
8676
8677 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
8678 "int".
8679
8680 2017-12-07 Keith Seitz <keiths@redhat.com>
8681
8682 PR breakpoints/22569
8683 * gdb.linespec/ls-errs.exp: Change expected result of "break
8684 -source this file has spaces.c -line 3".
8685 Check that an explicit source file followed by whitespace is
8686 identified as an invalid explicit location.
8687
8688 2017-12-07 Keith Seitz <keiths@redhat.com>
8689
8690 * gdb.cp/nested-types.cc: New file.
8691 * gdb.cp/nested-types.exp: New file.
8692 * lib/cp-support.exp: Load data-structures.exp library.
8693 (debug_cp_test_ptype_class): New global.
8694 (cp_ptype_class_verbose, next_line): New procedures.
8695 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
8696 Add and document new return value.
8697 Switch the list of lines to a queue.
8698 Add support for new `type' key for nested type definitions.
8699 Add debugging/troubleshooting messages.
8700 * lib/data-structures.exp: New file.
8701
8702 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
8703
8704 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
8705 with proc_with_prefix, don't use with_test_prefix.
8706
8707 2017-12-07 Tom Tromey <tom@tromey.com>
8708
8709 * gdb.base/break.exp: Add test for empty "commands".
8710
8711 2017-12-07 Yao Qi <yao.qi@linaro.org>
8712
8713 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
8714 malloc and catch syscall.
8715
8716 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
8717
8718 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
8719 tests for explicit locations.
8720
8721 2017-12-06 Pedro Alves <palves@redhat.com>
8722
8723 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
8724 force-disabling XML descriptions.
8725
8726 2017-12-04 Pedro Alves <palves@redhat.com>
8727
8728 PR gdb/22499
8729 * gdb.arch/amd64-disp-step-avx.S: New file.
8730 * gdb.arch/amd64-disp-step-avx.exp: New file.
8731
8732 2017-12-03 Pedro Alves <palves@redhat.com>
8733
8734 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
8735 and <string.h>.
8736 (parent_function): Print distinct messages when waitpid fails, or
8737 the child exits with a signal, or the child exits for an unhandled
8738 reason.
8739 * gdb.threads/process-dies-while-detaching.exp
8740 (detach_and_expect_exit): New 'inf_output_re' parameter and use
8741 it. Wait for both inferior output and GDB's prompt. Use an
8742 indirect spawn id list.
8743 (do_detach): New parameter 'child_exit'. Use it to compute
8744 expected inferior output.
8745 (test_detach, test_detach_watch, test_detach_killed_outside):
8746 Adjust to pass down the expected child exit kind.
8747
8748 2017-12-01 Joel Brobecker <brobecker@adacore.com>
8749 Sergio Durigan Junior <sergiodj@redhat.com>
8750 Pedro Alves <palves@redhat.com>
8751
8752 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
8753
8754 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
8755
8756 * gdb.base/relocate.exp: Add tests to guarantee that arguments
8757 to 'symbol-file' and 'add-symbol-file' can be
8758 position-independent.
8759
8760 2017-12-01 Yao Qi <yao.qi@linaro.org>
8761
8762 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
8763 the URL in copyright header.
8764 * gdb.arch/aarch64-fp.exp: Likewise.
8765 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
8766 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
8767 * gdb.base/expand-psymtabs.exp: Likewise.
8768 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
8769 * gdb.fortran/common-block.exp: Likewise.
8770 * gdb.fortran/common-block.f90: Likewise.
8771 * gdb.fortran/logical.exp: Likewise.
8772 * gdb.fortran/vla-datatypes.f90: Likewise.
8773 * gdb.fortran/vla-sub.f90: Likewise.
8774
8775 2017-11-30 Joel Brobecker <brobecker@adacore.com>
8776
8777 * gdb.ada/repeat_dyn: New testcase.
8778
8779 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
8780
8781 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
8782 Update for changed thread numbering.
8783 * gdb.cell/bt.exp: Update for changed GDB output.
8784
8785 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
8786
8787 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
8788 setting isremote by hand.
8789 * boards/dwarf4-gdb-index.exp: Likewise.
8790 * boards/fission.exp: Likewise.
8791 * boards/stabs.exp: Likewise.
8792
8793 2017-11-30 Pedro Alves <palves@redhat.com>
8794
8795 * gdb.linespec/cpls-ops.exp
8796 (check_explicit_skips_function_argument): Extract the underlying
8797 type of size_t instead of hardcoding it.
8798
8799 2017-11-29 Pedro Alves <palves@redhat.com>
8800
8801 PR c++/19436
8802 * gdb.linespec/cpls-abi-tag.cc: New file.
8803 * gdb.linespec/cpls-abi-tag.exp: New file.
8804
8805 2017-11-29 Pedro Alves <palves@redhat.com>
8806
8807 * gdb.base/langs.exp: Use -qualified.
8808 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
8809 it.
8810 * gdb.cp/namespace.exp: Use -qualified.
8811 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
8812 (overload-3, template-overload, template-ret-type, const-overload)
8813 (const-overload-quoted, anon-ns, ambiguous-prefix): New
8814 procedures.
8815 (test_driver): Call them.
8816 * gdb.cp/save-bp-qualified.cc: New.
8817 * gdb.cp/save-bp-qualified.exp: New.
8818 * gdb.linespec/explicit.exp: Test -qualified.
8819 * lib/completion-support.exp (completion::explicit_opts_list): Add
8820 "-qualified".
8821 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
8822
8823 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
8824
8825 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
8826
8827 2017-11-29 Tom Tromey <tom@tromey.com>
8828
8829 * gdb.base/relocate.exp: Update invalid argument test.
8830 Add new tests for invalid arguments.
8831
8832 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8833
8834 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
8835 Return 0 as a long.
8836 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
8837
8838 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8839
8840 * gdb.cp/breakpoint.cc (bar): Set return type to void.
8841 * gdb.cp/psymtab-parameter.cc (func): Likewise.
8842 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
8843 func ().
8844 * gdb.cp/shadow.cc (B.func): Return 0.
8845
8846 2017-11-27 Joel Brobecker <brobecker@adacore.com>
8847
8848 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
8849 expected output in gdb_expect call to allow the exception
8850 message to be present as well. Fix syntax confusion to avoid
8851 TCL thinking that exception_name is an array.
8852
8853 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
8854
8855 * gdb.arch/spu-info.c: Include <unistd.h>.
8856 (do_signal_test): Fix broken calls to write.
8857 * gdb.arch/spu-info.exp: Use prepare_for_testing.
8858 Fix checks for empty mailboxes. Update signal tests for corrected
8859 do_signal_test routine. Allow nonzero event status.
8860 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
8861 * gdb.cell/arch.exp: Use standard_output_file.
8862 * gdb.cell/break.exp: Likewise.
8863 * gdb.cell/bt.exp: Likewise.
8864 * gdb.cell/core.exp: Likewise.
8865 * gdb.cell/dwarfaddr.exp: Likewise.
8866 * gdb.cell/ea-cache.exp: Likewise.
8867 * gdb.cell/ea-standalone.exp: Likewise.
8868 * gdb.cell/f-regs.exp: Likewise.
8869 * gdb.cell/fork.exp: Likewise.
8870 * gdb.cell/gcore.exp: Likewise.
8871 * gdb.cell/mem-access.exp: Likewise.
8872 * gdb.cell/ptype.exp: Likewise.
8873 * gdb.cell/registers.exp: Likewise.
8874 * gdb.cell/sizeof.exp: Likewise.
8875 * gdb.cell/solib-symbol.exp: Likewise.
8876 * gdb.cell/solib.exp: Likewise.
8877
8878 2017-11-25 Pedro Alves <palves@redhat.com>
8879
8880 * gdb.base/complete-empty.exp: New file.
8881 * gdb.base/completion.exp: Adjust.
8882
8883 2017-11-25 Pedro Alves <palves@redhat.com>
8884
8885 * gdb.linespec/cpls-ops.cc: New file.
8886 * gdb.linespec/cpls-ops.exp: New file.
8887 * lib/completion-support.exp (test_complete_prefix_range_re): New,
8888 factored out from ...
8889 (test_complete_prefix_range): ... this.
8890
8891 2017-11-24 Pedro Alves <palves@redhat.com>
8892
8893 * gdb.linespec/cpcompletion.exp: New file.
8894 * gdb.linespec/cpls-hyphen.cc: New file.
8895 * gdb.linespec/cpls.cc: New file.
8896 * gdb.linespec/cpls2.cc: New file.
8897 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
8898 test to use test_gdb_complete_unique. Add label completion,
8899 keyword completion and explicit location completion tests.
8900 * lib/completion-support.exp: New file.
8901
8902 2017-11-24 Joel Brobecker <brobecker@adacore.com>
8903
8904 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
8905 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
8906 when hitting an exception catchpoint.
8907
8908 2017-11-22 Yao Qi <yao.qi@linaro.org>
8909
8910 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
8911
8912 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
8913
8914 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
8915 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
8916 * gdb.dwarf2/info-locals-optimized-out.c: New file.
8917
8918 2017-11-22 Yao Qi <yao.qi@linaro.org>
8919
8920 * gdb.base/info-os.exp: Pass pthreads.
8921 * gdb.multi/multi-attach.exp: Likewise.
8922
8923 2017-11-22 Yao Qi <yao.qi@linaro.org>
8924
8925 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
8926 compiler.
8927
8928 2017-11-22 Yao Qi <yao.qi@linaro.org>
8929
8930 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
8931 * gdb.base/break-interp.exp: Likewise.
8932 * gdb.base/jit-attach-pie.exp: Likewise.
8933
8934 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8935
8936 * gdb.base/float128.c (large128): New variable.
8937 * gdb.base/float128.exp: Add test to print largest __float128 value.
8938
8939 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8940
8941 * gdb.arch/vsx-regs.exp: Update register content checks.
8942
8943 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
8944
8945 * gdb.arch/ppc-longdouble.exp: New file.
8946 * gdb.arch/ppc-longdouble.c: Likewise.
8947
8948 2017-11-21 Pedro Alves <palves@redhat.com>
8949
8950 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
8951
8952 2017-11-20 Pedro Alves <palves@redhat.com>
8953
8954 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
8955 (long_double_typedef): New typedefs.
8956 Use DEF on double and long double.
8957 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
8958 cases.
8959 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
8960 and 'long_double_ptr_same_size' locals. Use them to decide
8961 whether cast from array/function to float is valid/invalid.
8962
8963 2017-11-17 Tom Tromey <tom@tromey.com>
8964
8965 * gdb.rust/traits.rs: New file.
8966 * gdb.rust/traits.exp: New file.
8967
8968 2017-11-17 Joel Brobecker <brobecker@adacore.com>
8969
8970 * gdb.ada/minsyms: New testcase.
8971
8972 2017-11-16 Pedro Alves <palves@redhat.com>
8973
8974 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
8975 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
8976
8977 2017-11-16 Pedro Alves <palves@redhat.com>
8978
8979 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
8980 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
8981
8982 2017-11-16 Pedro Alves <palves@redhat.com>
8983
8984 * gdb.server/reconnect-ctrl-c.c: New file.
8985 * gdb.server/reconnect-ctrl-c.exp: New file.
8986
8987 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
8988
8989 * gdb.python/py-rbreak.exp: New file.
8990 * gdb.python/py-rbreak.c: New file.
8991 * gdb.python/py-rbreak-func2.c: New file.
8992
8993 2017-11-16 Pedro Alves <palves@redhat.com>
8994
8995 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
8996 pattern.
8997 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
8998 GDB.
8999
9000 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
9001
9002 * gdb.tui/completionn.exp (test_tab_completion): Add space in
9003 regex.
9004
9005 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
9006
9007 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
9008 test names.
9009
9010 2017-11-09 Pedro Alves <palves@redhat.com>
9011
9012 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
9013 factored out from ...
9014 (top level): ... here, and adjusted to avoid expecting beyond the
9015 prompt in a single gdb_test_multiple.
9016
9017 2017-11-09 Pedro Alves <palves@redhat.com>
9018
9019 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
9020 output.
9021 * gdb.server/ext-attach.exp ("kill" test): Likewise.
9022 * gdb.server/ext-restart.exp ("kill" test): Likewise.
9023 * gdb.server/ext-run.exp ("kill" test): Likewise.
9024 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
9025
9026 2017-11-09 Pedro Alves <palves@redhat.com>
9027
9028 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
9029 match till end of line.
9030
9031 2017-11-09 Pedro Alves <palves@redhat.com>
9032
9033 * gdb.base/memattr.exp: Tighten regexes to match the end line.
9034
9035 2017-11-09 Pedro Alves <palves@redhat.com>
9036
9037 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
9038 New procedures, factored out from ...
9039 (top level): ... here, and adjusted to avoid expecting beyond the
9040 prompt in one go.
9041
9042 2017-11-09 Pedro Alves <palves@redhat.com>
9043
9044 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
9045 output. Fix '?' match.
9046
9047 2017-11-08 Joel Brobecker <brobecker@adacore.com>
9048
9049 * gdb.ada/scoped_watch: New testcase.
9050 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
9051 which is actually correct.
9052 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
9053 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
9054
9055 2017-11-08 Pedro Alves <palves@redhat.com>
9056
9057 * gdb.gdb/complaints.exp (test_initial_complaints)
9058 (test_serial_complaints, test_short_complaints): Call
9059 complaint_internal instead of complaint.
9060
9061 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
9062
9063 * gdb.threads/tls-core.c: New file.
9064 * gdb.threads/tls-core.exp: Likewise.
9065
9066 2017-11-08 Pedro Alves <palves@redhat.com>
9067
9068 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
9069 (p Exported_Capitalized): New test.
9070 (p exported_capitalized): New test.
9071
9072 2017-11-07 Pedro Alves <palves@redhat.com>
9073
9074 * gdb.cp/ena-dis-br-range.exp: Add more tests.
9075
9076 2017-11-07 Pedro Alves <palves@redhat.com>
9077
9078 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
9079 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
9080 (disable_invalid, disable_inverted, disable_negative): New
9081 procedures.
9082 ("bad numbers"): New set of tests.
9083
9084 2017-11-07 Pedro Alves <palves@redhat.com>
9085
9086 * gdb.cp/ena-dis-br-range.exp: Add tests.
9087
9088 2017-11-07 Pedro Alves <palves@redhat.com>
9089
9090 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
9091
9092 2017-11-07 Xavier Roirand <roirand@adacore.com>
9093 Pedro Alves <palves@redhat.com>
9094
9095 * gdb.base/ena-dis-br.exp: Add reference to
9096 gdb.cp/ena-dis-br-range.exp.
9097 * gdb.cp/ena-dis-br-range.exp: New file.
9098 * gdb.cp/ena-dis-br-range.cc: New file.
9099
9100 2017-11-06 Pedro Alves <palves@redhat.com>
9101
9102 * gdb.base/attach-non-pgrp-leader.c: New.
9103 * gdb.base/attach-non-pgrp-leader.exp: New.
9104
9105 2017-11-06 Pedro Alves <palves@redhat.com>
9106
9107 * configure.ac: No longer check for termio.h and sgtty.h.
9108 * configure: Regenerate.
9109 * remote-utils.c: Include termios.h instead of gdb_termios.h.
9110 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
9111 Remove termio and sgtty code.
9112
9113 2017-11-03 Yao Qi <yao.qi@linaro.org>
9114
9115 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
9116 in GDB is disabled.
9117
9118 2017-11-03 Yao Qi <yao.qi@linaro.org>
9119
9120 * gdb.python/py-thrhandle.exp: Skip it if python is not
9121 enabled.
9122
9123 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
9124
9125 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
9126 as a breakpoint command.
9127
9128 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
9129
9130 PR python/21213
9131 * gdb.python/py-infthread.exp: Test calling
9132 InferiorThread.inferior () multiple times in a row.
9133
9134 2017-10-27 Keith Seitz <keiths@redhat.com>
9135
9136 * gdb.opt/inline-break.exp (break_info_1): New procedure.
9137 Test "info break" for every inlined function breakpoint.
9138
9139 2017-10-27 Yao Qi <yao.qi@linaro.org>
9140
9141 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
9142
9143 2017-10-26 Patrick Frants <osscontribute@gmail.com>
9144
9145 * gdb.cp/classes.exp (test_static_members): Test printing
9146 Outer::instance.
9147 * gdb.cp/classes.c (struct Inner, struct Outer): New.
9148 (Inner::instance, Outer::instance): New.
9149
9150 2017-10-24 Pedro Alves <palves@redhat.com>
9151
9152 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
9153 extra console" test in two stages.
9154
9155 2017-10-24 Pedro Alves <palves@redhat.com>
9156
9157 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
9158
9159 2017-10-24 Pedro Alves <palves@redhat.com>
9160
9161 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
9162 loop.
9163
9164 2017-10-24 Pedro Alves <palves@redhat.com>
9165
9166 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
9167 $attempt" and "stoppedtry $stoppedtry" test prefixes.
9168
9169 2017-10-24 Pedro Alves <palves@redhat.com>
9170
9171 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
9172 parameter and handle it. Don't output read value in test name.
9173
9174 2017-10-24 Pedro Alves <palves@redhat.com>
9175
9176 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
9177 custom test name.
9178
9179 2017-10-24 Pedro Alves <palves@redhat.com>
9180
9181 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
9182 include the unstable output directory name in the test's name.
9183 (initial_setup_simple) <'set args'>: Use custom test name.
9184
9185 2017-10-24 Pedro Alves <palves@redhat.com>
9186
9187 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
9188 with explicit test name.
9189
9190 2017-10-20 Pedro Alves <palves@redhat.com>
9191
9192 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
9193 'wait -i'. Use gdb_assert and remote_close.
9194
9195 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
9196
9197 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
9198 number from variable rather than hard-coded.
9199
9200 2017-10-19 Pedro Alves <palves@redhat.com>
9201
9202 * gdb.base/long-inferior-output.c: New file.
9203 * gdb.base/long-inferior-output.exp: New file.
9204
9205 2017-11-18 Keith Seitz <keiths@redhat.com>
9206
9207 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
9208 method.
9209 (main): Call it.
9210 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
9211 Add additional user-defined conversion operator tests.
9212
9213 2017-10-17 Pedro Alves <palves@redhat.com>
9214
9215 * boards/native-stdio-gdbserver.exp: Load "local-board".
9216
9217 2017-10-17 Pedro Alves <palves@redhat.com>
9218
9219 * gdb.base/quit-live.c: New file.
9220 * gdb.base/quit-live.exp: New file.
9221
9222 2017-10-16 Keith Seitz <keiths@redhat.com>
9223
9224 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
9225 (class_with_protected_typedef, class_with_private_typedef)
9226 (struct_with_public_typedef, struct_with_protected_typedef)
9227 (struct_with_private_typedef): New classes/structs.
9228 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
9229 typedefs and access specifiers.
9230
9231 2017-10-16 Pedro Alves <palves@redhat.com>
9232 Simon Marchi <simon.marchi@polymtl.ca>
9233
9234 * README (Local vs Remote vs Native): New section.
9235 * boards/local-board.exp: New file, with bits factored out from
9236 ...
9237 * boards/native-extended-gdbserver.exp: ... here. Load
9238 "local-board".
9239 * boards/native-gdbserver.exp: Load "local-board".
9240 (${board}_spawn, ${board}_exec): Delete.
9241 * boards/native-stdio-gdbserver.exp: Most contents factored out to
9242 ...
9243 * boards/stdio-gdbserver-base.exp: ... this new file.
9244 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
9245 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
9246 procedure.
9247 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
9248 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
9249 stdio_gdbserver_command.
9250 (${board}_get_remote_address, ${board}_get_comm_port)
9251 (${board}_download, ${board}_upload): Delete.
9252 (get_target_remote_pipe_cmd): New.
9253
9254 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
9255
9256 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
9257 test_bkpt_deletion, test_bkpt_cond_and_cmds,
9258 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
9259 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
9260 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
9261 remove with_test_prefix.
9262
9263 2017-10-13 Pedro Alves <palves@redhat.com>
9264
9265 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
9266 * gdb.base/annota1.exp: Use it instead of is_remote.
9267 * gdb.base/annota3.exp: Use it instead of is_remote.
9268 * gdb.cp/annota2.exp: Use it instead of is_remote.
9269 * gdb.cp/annota3.exp: Use it instead of is_remote.
9270 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
9271
9272 2017-10-13 Pedro Alves <palves@redhat.com>
9273
9274 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
9275 (test_num_test_vars, run_and_count_vars, find_env)
9276 (test_set_unset_env, test_inherit_env_var): New procedures.
9277 (top level): Use them.
9278
9279 2017-10-13 Pedro Alves <palves@redhat.com>
9280
9281 * lib/selftest-support.exp (selftest_setup): Extend comments, and
9282 also skip on stub-like targets.
9283
9284 2017-10-13 Pedro Alves <palves@redhat.com>
9285
9286 PR gdb/22293
9287 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
9288 (top level): Move some tests to ...
9289 (test_not_found): ... this new procedure.
9290 (top level): Call it.
9291
9292 2017-10-13 Pedro Alves <palves@redhat.com>
9293
9294 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
9295 expect different "info terminal" output if testing with a
9296 non-native target.
9297
9298 2017-10-13 Pedro Alves <palves@redhat.com>
9299 Simon Marchi <simon.marchi@polymtl.ca>
9300
9301 PR python/12966
9302 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
9303
9304 2017-10-13 Pedro Alves <palves@redhat.com>
9305
9306 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
9307 already.
9308
9309 2017-10-13 Pedro Alves <palves@redhat.com>
9310
9311 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
9312 is_remote.
9313
9314 2017-10-13 Pedro Alves <palves@redhat.com>
9315
9316 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
9317 is_remote.
9318
9319 2017-10-13 Pedro Alves <palves@redhat.com>
9320
9321 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
9322 is set.
9323 (corefile_test_attach): Likewise. Check can_spawn_for_attach
9324 instead of is_remote.
9325
9326 2017-10-13 Pedro Alves <palves@redhat.com>
9327
9328 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
9329 (top level): Add comment.
9330
9331 2017-10-13 Pedro Alves <palves@redhat.com>
9332
9333 * gdb.base/remote.exp (top level): Fix comment typo and add
9334 missing return.
9335
9336 2017-10-13 Pedro Alves <palves@redhat.com>
9337 Simon Marchi <simon.marchi@polymtl.ca>
9338
9339 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
9340 calls and add comments. Skip test if use_gdb_stub is set.
9341 (top level): Use "set cwd" command instead of "cd" command.
9342
9343 2017-10-13 Pedro Alves <palves@redhat.com>
9344
9345 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
9346 is_remote target check.
9347
9348 2017-10-13 Pedro Alves <palves@redhat.com>
9349
9350 * gdb.base/scope.exp: Use build_executable + clean_restart +
9351 gdb_file_cmd instead of prepare_for_testing and no longer skip
9352 "before run" tests on is_remote target boards. Update comments.
9353 * boards/native-extended-gdbserver.exp
9354 (extended_gdbserver_load_last_file): New, factored out from ...
9355 (gdb_load): ... this. Move further below and add comment.
9356 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
9357
9358 2017-10-12 Pedro Alves <palves@redhat.com>
9359
9360 * gdb.base/attach.exp: Remove references to gdb64.
9361 * gdb.base/dbx.exp: Remove references to gdb64.
9362
9363 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
9364 Pedro Alves <palves@redhat.com>
9365
9366 * gdb.base/label.exp: Remove is_remote target check.
9367
9368 2017-10-12 Pedro Alves <palves@redhat.com>
9369
9370 * gdb.base/auvx.exp (coredir): Update comment.
9371 (top level) <core_works>: Use "set cwd" command instead of "cd"
9372 command.
9373
9374 2017-10-12 Pedro Alves <palves@redhat.com>
9375 Simon Marchi <simon.marchi@polymtl.ca>
9376
9377 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
9378 target boards.
9379
9380 2017-10-12 Pedro Alves <palves@redhat.com>
9381 Simon Marchi <simon.marchi@polymtl.ca>
9382
9383 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
9384 Instead skip if there's any gdb_protocol set.
9385
9386 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
9387 Pedro Alves <palves@redhat.com>
9388
9389 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
9390
9391 2017-10-12 Pedro Alves <palves@redhat.com>
9392 Simon Marchi <simon.marchi@polymtl.ca>
9393
9394 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
9395 instead of on dejagnu remote boards.
9396
9397 2017-10-12 Pedro Alves <palves@redhat.com>
9398 Simon Marchi <simon.marchi@polymtl.ca>
9399
9400 * gdb.base/inferior-died.exp: Remove is_remote and isnative
9401 checks. Use build_executable + clean_restart instead of
9402 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
9403 of enabling non-stop after starting gdb.
9404
9405 2017-10-12 Pedro Alves <palves@redhat.com>
9406
9407 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
9408 * gdb.threads/non-ldr-exc-2.exp: Ditto.
9409 * gdb.threads/non-ldr-exc-3.exp: Ditto.
9410 * gdb.threads/non-ldr-exc-4.exp: Ditto.
9411
9412 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
9413
9414 * gdb.arch/arc-tdesc-cpu.exp: New file.
9415 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
9416
9417 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
9418
9419 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
9420
9421 2017-10-10 Pedro Alves <palves@redhat.com>
9422
9423 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
9424 expect CLI output.
9425
9426 2017-10-10 Pedro Alves <palves@redhat.com>
9427
9428 * lib/selftest-support.exp (selftest_setup): Update for
9429 captured_command_loop's prototype change.
9430
9431 2017-10-09 Pedro Alves <palves@redhat.com>
9432
9433 Test both arch1=>arch2 and arch2=>arch1.
9434
9435 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
9436 (srcfile2, binfile2, march1, march2): Remove globals. Largely
9437 factored out to...
9438 (append_arch1_options, append_arch2_options, append_arch_options)
9439 (build_executables): New procedures.
9440 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
9441 local.
9442 (top level): Add new 'first_arch' testing axis.
9443
9444 2017-10-09 Pedro Alves <palves@redhat.com>
9445
9446 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
9447 (barrier): New.
9448 (thread_start, all_started): New functions.
9449 (main): Spawn new thread and wait until it is scheduled.
9450 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
9451 option.
9452 (do_test): Add 'selected_thread' parameter. Run to all_started
9453 instead of main. Explicitly set the breakpoint at main. Switch
9454 to the SELECTED_THREAD thread.
9455 (top level): Test handling the exec event with either the main
9456 thread or the second thread selected.
9457
9458 2017-10-09 Pedro Alves <palves@redhat.com>
9459
9460 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
9461 logic. Move STOP marker after the value checks.
9462 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
9463 regexp.
9464
9465 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
9466
9467 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
9468
9469 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
9470
9471 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
9472 integer-to-dfp conversion.
9473 * gdb.base/dfp-test.exp: Likewise.
9474
9475 2017-10-04 Pedro Alves <palves@redhat.com>
9476
9477 * gdb.multi/hangout.c: Include <unistd.h>.
9478 (hangout_loop): New function.
9479 (main): Call alarm. Call hangout_loop in a loop.
9480 * gdb.multi/hello.c: Include <unistd.h>.
9481 (hello_loop): New function.
9482 (main): Call alarm. Call hangout_loop in a loop.
9483 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
9484 inferior with the other selected.
9485
9486 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
9487
9488 * gdb.mi/list-thread-groups-available.exp: New file.
9489 * gdb.mi/list-thread-groups-available.c: New file.
9490
9491 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
9492
9493 * gdb.base/set-cwd.exp: Make it available on
9494 native-extended-gdbserver.
9495
9496 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
9497
9498 * gdb.base/set-cwd.c: New file.
9499 * gdb.base/set-cwd.exp: Likewise.
9500
9501 2017-10-02 Tom Tromey <tom@tromey.com>
9502
9503 PR rust/22236:
9504 * gdb.rust/simple.rs (main): New variable "fslice".
9505 * gdb.rust/simple.exp: Add slice tests. Update string tests.
9506
9507 2017-10-02 Tom Tromey <tom@tromey.com>
9508
9509 * gdb.rust/simple.exp: Test ptype of a slice.
9510
9511 2017-10-02 Tom Tromey <tom@tromey.com>
9512
9513 * gdb.rust/simple.exp: Test index of slice.
9514
9515 2017-09-27 Tom Tromey <tom@tromey.com>
9516
9517 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
9518
9519 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
9520 Pedro Alves <palves@redhat.com>
9521
9522 * gdb.base/compare-sections.exp (get value of read-only section): Read
9523 as unsigned value.
9524 (corrupt read-only section): Likewise and don't set written if patching
9525 failed.
9526
9527 2017-09-21 Kevin Buettner <kevinb@redhat.com>
9528
9529 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
9530 files.
9531
9532 2017-09-20 Pedro Alves <palves@redhat.com>
9533
9534 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
9535 symbol names in gdb's output.
9536 * gdb.cp/overload.exp ("list all overloads"): Likewise.
9537
9538 2017-09-20 Pedro Alves <palves@redhat.com>
9539
9540 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
9541 Rename to ...
9542 (test_list_ambiguous_symbol): ... this and add a symbol name
9543 parameter. Adjust.
9544 (test_list_ambiguous_function): Reimplement on top of
9545 test_list_ambiguous_symbol and also test listing ambiguous
9546 variables.
9547 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
9548 (ambiguous_fun): ... this.
9549 (ambiguous_var): New.
9550 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
9551 (ambiguous_fun): ... this.
9552 (ambiguous_var): New.
9553
9554 2017-09-19 John Baldwin <jhb@FreeBSD.org>
9555
9556 * gdb.base/starti.c: New file.
9557 * gdb.base/starti.exp: New file.
9558 * lib/gdb.exp (gdb_starti_cmd): New procedure.
9559
9560 2017-09-14 Pedro Alves <palves@redhat.com>
9561
9562 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
9563 (top level): Use it instead of runto.
9564
9565 2017-09-11 Tom Tromey <tom@tromey.com>
9566
9567 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
9568
9569 2017-09-11 Tom Tromey <tom@tromey.com>
9570
9571 * gdb.python/py-infthread.exp: Add tests for new_thread event.
9572 * gdb.python/py-inferior.exp: Add tests for new inferior events.
9573
9574 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
9575
9576 * gdb.fortran/printing-types.exp: New file.
9577 * gdb.fortran/printing-types.exp: New file.
9578
9579 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
9580
9581 * gdb.fortran/vla-ptype.exp: Fix typos.
9582 * gdb.fortran/vla-value.exp: Same.
9583
9584 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
9585
9586 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
9587 * gdb.mi/mi-var-child-f.exp: Likewise.
9588 * gdb.mi/mi-vla-fortran.exp: Likewise.
9589
9590 2017-09-08 Frank Penczek <frank.penczek@intel.com>
9591 Christoph Weinmann <christoph.t.weinmann@intel.com>
9592 Bernhard Heckel <bernhard.heckel@intel.com>
9593
9594 * gdb.fortran/ptr-indentation.f90: New file.
9595 * gdb.fortran/ptr-indentation.exp: New file.
9596
9597 2017-09-05 Tom Tromey <tom@tromey.com>
9598
9599 PR gdb/22010:
9600 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
9601
9602 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
9603
9604 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
9605
9606 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9607
9608 * gdb.threads/tls-nodebug-pie.c: New file.
9609 * gdb.threads/tls-nodebug-pie.exp: New file.
9610
9611 2017-09-05 Tom Tromey <tom@tromey.com>
9612
9613 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
9614 for rust.
9615
9616 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
9617
9618 * gdb.multi/multi-arch-exec.exp: Test with different
9619 "follow-exec-mode" settings.
9620 (do_test): New procedure.
9621
9622 2017-09-04 Pedro Alves <palves@redhat.com>
9623
9624 * gdb.base/func-static.c (S::method const, S::method volatile)
9625 (S::method volatile const): New methods.
9626 (c_s, v_s, cv_s): New instances.
9627 (main): Call method() on them.
9628 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
9629 (cannot_resolve): New procedure.
9630 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
9631 print-quote-unquoted columns.
9632 (do_test): Test printing each scope too.
9633
9634 2017-09-04 Pedro Alves <palves@redhat.com>
9635
9636 * gdb.base/local-static.exp: Also test with
9637 class::method::variable wholly quoted.
9638 * gdb.cp/m-static.exp (class::method::variable): Remove test.
9639
9640 2017-09-04 Pedro Alves <palves@redhat.com>
9641
9642 * gdb.base/local-static.c: New.
9643 * gdb.base/local-static.cc: New.
9644 * gdb.base/local-static.exp: New.
9645
9646 2017-09-04 Pedro Alves <palves@redhat.com>
9647
9648 * gdb.asm/asm-source.exp: Add casts to int.
9649 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
9650 (dataglobal64_1, dataglobal64_2): New globals.
9651 * gdb.base/nodebug.exp: Test different expressions involving the
9652 new globals, with print, whatis and ptype. Add casts to int.
9653 * gdb.base/solib-display.exp: Add casts to int.
9654 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
9655 * gdb.cp/m-static.exp: Add cast to int.
9656 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
9657 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
9658 tls variable with no debug info without a cast. Test with a cast
9659 to int too.
9660 * gdb.trace/entry-values.exp: Add casts.
9661
9662 2017-09-04 Pedro Alves <palves@redhat.com>
9663
9664 * gdb.base/nodebug.exp: Test that ptype's error about functions
9665 with unknown return type includes the function name too.
9666
9667 2017-09-04 Pedro Alves <palves@redhat.com>
9668
9669 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
9670 return type of munmap in infcall.
9671 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
9672 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
9673 type of ftell in infcall.
9674 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
9675 type of getpid in infcall.
9676 * gdb.base/infcall-exec.exp: Cast return type of execlp in
9677 infcall.
9678 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
9679 Bail on failure to extract the pid.
9680 * gdb.base/nodebug.c: #include <stdint.h>.
9681 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
9682 New functions.
9683 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
9684 Change expected output of print/whatis/ptype with functions with
9685 no debug info. Test all supported languages. Call
9686 test_call_promotion.
9687 * gdb.compile/compile.exp: Adjust expected output to expect
9688 warning.
9689 * gdb.threads/siginfo-threads.exp: Likewise.
9690
9691 2017-09-04 Pedro Alves <palves@redhat.com>
9692
9693 * gdb.base/callfuncs.exp (do_function_calls): New parameter
9694 "prototypes". Test calling float functions via prototyped and
9695 unprototyped function pointers.
9696 (perform_all_tests): New parameter "prototypes". Pass it down.
9697 (top level): Pass down "prototypes" parameter to
9698 perform_all_tests.
9699
9700 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9701
9702 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
9703 Test with nested loops.
9704
9705 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9706
9707 * gdb.base/commands.exp: Call the new procedures.
9708 (loop_break_test, loop_continue_test): New procedures.
9709
9710 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9711
9712 * gdb.base/commands.exp: Call new procedure.
9713 (define_if_without_arg_test): New procedure.
9714
9715 2017-09-04 Pedro Alves <palves@redhat.com>
9716
9717 * gdb.base/list-ambiguous.exp: New file.
9718 * gdb.base/list-ambiguous0.c: New file.
9719 * gdb.base/list-ambiguous1.c: New file.
9720 * gdb.base/list.exp (test_list_range): Adjust expected output.
9721
9722 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
9723
9724 * gdb.base/share-env-with-gdbserver.c: New file.
9725 * gdb.base/share-env-with-gdbserver.exp: Likewise.
9726
9727 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
9728
9729 * gdb.base/commands.exp (gdbvar_simple_if_test,
9730 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
9731 progvar_simple_if_test, progvar_simple_while_test,
9732 progvar_complex_if_while_test, user_defined_command_test,
9733 user_defined_command_args_eval,
9734 user_defined_command_args_stack_test,
9735 user_defined_command_manyargs_test, bp_deleted_in_command_test,
9736 temporary_breakpoint_commands,
9737 gdb_test_no_prompt, redefine_hook_test,
9738 redefine_backtrace_test): Remove "global gdb_prompt".
9739
9740 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
9741
9742 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
9743 New proc, call it from toplevel.
9744
9745 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
9746
9747 PR remote/21852
9748 * gdb.server/normal.c: New file, copied from gdb.base.
9749 * gdb.server/run-without-local-binary.exp: New file.
9750
9751 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
9752
9753 * gdb.arch/sparc64-adi.exp: New file.
9754 * gdb.arch/sparc64-adi.c: New file.
9755
9756 2017-08-22 Pedro Alves <palves@redhat.com>
9757
9758 * gdb.cp/overload.exp (line_range_pattern): New procedure.
9759 (top level): Add "list all overloads" tests.
9760
9761 2017-08-22 Tom Tromey <tom@tromey.com>
9762
9763 * gdb.gdb/xfullpath.exp: Remove.
9764
9765 2017-08-21 Pedro Alves <palves@redhat.com>
9766
9767 PR gdb/19487
9768 * gdb.base/symbol-alias.c: New.
9769 * gdb.base/symbol-alias2.c: New.
9770 * gdb.base/symbol-alias.exp: New.
9771
9772 2017-08-21 Pedro Alves <palves@redhat.com>
9773
9774 * gdb.base/dfp-test.c
9775 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
9776 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
9777 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
9778 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
9779 * gdb.base/whatis-ptype-typedefs.c: New.
9780 * gdb.base/whatis-ptype-typedefs.exp: New.
9781 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
9782 (an_int, an_int_type, an_int_type2): New globals.
9783 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
9784 involving typedefs and cast expressions.
9785 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
9786 (lookup_typedefs_function): New.
9787 (typedefs_pretty_printers_dict): New.
9788 (top level): Register lookup_typedefs_function in
9789 gdb.pretty_printers.
9790
9791 2017-08-18 Yao Qi <yao.qi@linaro.org>
9792
9793 * gdb.server/unittest.exp: New.
9794
9795 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
9796
9797 PR gdb/21954
9798 * gdb.base/environ.exp: Add test to check if 'unset environment'
9799 works.
9800
9801 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9802
9803 * lib/gdb.exp (universal_compile_options): New caching proc.
9804 (gdb_compile): Suppress GCC's coloring of messages.
9805
9806 2017-08-14 Tom Tromey <tom@tromey.com>
9807
9808 PR gdb/21675:
9809 * gdb.base/printcmds.exp (test_radices): New function.
9810 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
9811 * gdb.base/sizeof.exp (check_valueof): Use p/d.
9812 * lib/gdb.exp (get_integer_valueof): Use p/d.
9813
9814 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
9815
9816 * lib/gdb.exp (get_valueof): Don't capture end-of-line
9817 characters.
9818
9819 2017-08-05 Tom Tromey <tom@tromey.com>
9820
9821 * gdb.rust/simple.exp: Allow String to appear in a different
9822 namespace.
9823
9824 2017-07-26 Yao Qi <yao.qi@linaro.org>
9825
9826 * gdb.gdb/unittest.exp: Invoke command
9827 "maintenance check xml-descriptions".
9828
9829 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9830
9831 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
9832 calling context.
9833 (hex128): Drop erroneous calculation of parameters.
9834
9835 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
9836
9837 * gdb.python/py-unwind.exp: Disable stack protection when
9838 building test file.
9839
9840 2017-07-20 Pedro Alves <palves@redhat.com>
9841
9842 * gdb.base/default.exp (set language): Adjust expected output.
9843
9844 2017-07-20 Pedro Alves <palves@redhat.com>
9845
9846 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
9847 (test_minsym): ... this, and make static.
9848 (get_pck__foo__bar__minsym): Rename to ...
9849 (get_test_minsym): ... this.
9850 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
9851 symbol names and comments.
9852 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
9853 (get_test_minsym): ... this.
9854 (pck__foo__bar__minsym__2): Rename to ...
9855 (test_minsym): ... this.
9856 (main): Adjust.
9857
9858 2017-07-17 Pedro Alves <palves@redhat.com>
9859
9860 * gdb.base/completion.exp: Adjust expected output.
9861 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
9862 the completer works.
9863
9864 2017-07-17 Pedro Alves <palves@redhat.com>
9865
9866 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
9867
9868 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
9869
9870 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
9871
9872 2017-07-14 Tom Tromey <tom@tromey.com>
9873
9874 PR rust/21764:
9875 * gdb.rust/simple.exp: Add tests.
9876
9877 2017-07-14 Tom Tromey <tom@tromey.com>
9878
9879 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
9880
9881 2017-07-14 Pedro Alves <palves@redhat.com>
9882
9883 * gdb.linespec/base/one/thefile.cc (z1): New function.
9884 * gdb.linespec/base/two/thefile.cc (z2): New function.
9885 * gdb.linespec/linespec.exp: Add tests.
9886
9887 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9888
9889 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
9890 to mi_create_breakpoint.
9891
9892 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9893
9894 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
9895 mi_create_breakpoint.
9896
9897 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
9898
9899 * gdb.dlang/demangle.exp: Update for demangling changes.
9900
9901 2017-07-09 Tom Tromey <tom@tromey.com>
9902
9903 * gdb.dwarf2/shortpiece.exp: New file.
9904
9905 2017-07-06 David Blaikie <dblaikie@gmail.com>
9906
9907 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
9908 built from fissiont-multi-cu{1,2}.c.
9909 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
9910 except putting 'main' and 'func' in separate CUs in the same DWO file.
9911 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
9912 test.
9913 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
9914 test.
9915
9916 2017-07-06 Pedro Alves <palves@redhat.com>
9917
9918 * gdb.python/py-unwind.exp: Test flushregs.
9919
9920 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9921
9922 PR cli/21688
9923 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
9924 tests for alias commands and trailing whitespace.
9925
9926 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9927
9928 PR cli/21688
9929 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
9930 procedure. Call it.
9931
9932 2017-06-29 Pedro Alves <palves@redhat.com>
9933
9934 * gdb.base/printcmds.exp: Add tests.
9935
9936 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
9937
9938 PR gdb/21337
9939 * gdb.base/reread-readsym.exp: New file.
9940 * gdb.base/reread-readsym.c: New file.
9941
9942 2017-06-21 Kevin Buettner <kevinb@redhat.com>
9943
9944 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
9945 subpattern.
9946
9947 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
9948
9949 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
9950 extended mnemonic.
9951 * gdb.arch/powerpc-power9.s: Likewise.
9952
9953 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9954
9955 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
9956 on 32-bit x86 targets. Exploit is_*_target macros where
9957 appropriate.
9958
9959 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9960
9961 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
9962 register pieces.
9963
9964 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9965
9966 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
9967 located in one or more DWARF pieces.
9968
9969 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9970
9971 * lib/gdb.exp (get_endianness): New proc.
9972 * gdb.arch/aarch64-fp.exp: Use it.
9973 * gdb.arch/altivec-regs.exp: Likewise.
9974 * gdb.arch/e500-regs.exp: Likewise.
9975 * gdb.arch/vsx-regs.exp: Likewise.
9976 * gdb.base/dump.exp: Likewise.
9977 * gdb.base/funcargs.exp: Likewise.
9978 * gdb.base/gnu_vector.exp: Likewise.
9979 * gdb.dwarf2/formdata16.exp: Likewise.
9980 * gdb.dwarf2/implptrpiece.exp: Likewise.
9981 * gdb.dwarf2/nonvar-access.exp: Likewise.
9982 * gdb.python/py-inferior.exp: Likewise.
9983 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9984
9985 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9986
9987 PR gdb/21226
9988 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
9989 stack value pieces are taken from the LSB end.
9990
9991 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9992
9993 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
9994 variable at nonzero offset.
9995
9996 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9997
9998 * gdb.dwarf2/var-access.c: New file.
9999 * gdb.dwarf2/var-access.exp: New test.
10000 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
10001
10002 2017-06-12 Tom Tromey <tom@tromey.com>
10003
10004 * gdb.dwarf2/formdata16.exp: Add tests.
10005
10006 2017-06-12 Tom Tromey <tom@tromey.com>
10007
10008 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
10009
10010 2017-06-12 Tom Tromey <tom@tromey.com>
10011
10012 PR exp/16225:
10013 * gdb.reverse/i386-sse-reverse.exp: Update tests.
10014 * gdb.arch/vsx-regs.exp: Update tests.
10015 * gdb.arch/s390-vregs.exp (hex128): New proc.
10016 Update test.
10017 * gdb.arch/altivec-regs.exp: Update tests.
10018
10019 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
10020
10021 * gdb.base/startup-with-shell.c: New file.
10022 * gdb.base/startup-with-shell.exp: Likewise.
10023
10024 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
10025
10026 * gdb.server/non-existing-program.exp: Update regex in order to
10027 reflect the fact that gdbserver is now using fork_inferior (with a
10028 shell) to startup the inferior.
10029
10030 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
10031
10032 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
10033 support function calls from GDB.
10034
10035 2017-05-21 Tom Tromey <tom@tromey.com>
10036
10037 PR rust/21466:
10038 * gdb.rust/unsized.exp: New file.
10039 * gdb.rust/unsized.rs: New file.
10040
10041 2017-05-19 Tom Tromey <tom@tromey.com>
10042
10043 PR rust/21484:
10044 * gdb.rust/watch.exp: New file.
10045 * gdb.rust/watch.rs: New file.
10046
10047 2017-05-18 Tom Tromey <tom@tromey.com>
10048
10049 * gdb.rust/simple.exp: Allow Box to be qualified.
10050
10051 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
10052
10053 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
10054
10055 2017-05-18 Pedro Alves <palves@redhat.com>
10056
10057 * gdb.base/fileio.c (test_write, test_read, test_close)
10058 (test_fstat): Don't print 'ret' in the fail path.
10059
10060 2017-05-18 Pedro Alves <palves@redhat.com>
10061
10062 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
10063 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
10064 (test_system, test_rename, test_unlink, test_time): Change
10065 prototypes.
10066 * gdb.base/fileio.exp (stop_msg): Adjust.
10067
10068 2017-05-18 Pedro Alves <palves@redhat.com>
10069
10070 * gdb.base/fileio.c (null_str): New global.
10071 (test_stat): Use it.
10072 * gdb.base/fileio.exp: Remove nowarnings.
10073
10074 2017-05-17 Yao Qi <yao.qi@linaro.org>
10075
10076 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
10077
10078 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
10079
10080 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
10081 argument command.
10082 (top-level): Invoke test_set_inferior_tty.
10083
10084 2017-05-04 Pedro Alves <palves@redhat.com>
10085
10086 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
10087 Add parens to print call for Python 3.
10088
10089 2017-05-03 Keith Seitz <keiths@redhat.com>
10090
10091 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
10092 (main): Call it.
10093
10094 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10095
10096 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
10097 to prev and next.
10098
10099 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10100
10101 * gdb.python/py-record-btrace.exp: Remove test for
10102 gdb.BtraceInstruction.error.
10103
10104 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10105
10106 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
10107
10108 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10109
10110 * gdb.python/py-record-btrace-threads.c: New file.
10111 * gdb.python/py-record-btrace-threads.exp: New file.
10112
10113 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
10114
10115 PR testsuite/8595
10116 * gdb.base/environ.exp: Make test available in all architectures.
10117 Move bits related to "info program" testing to
10118 gdb.base/info-program.exp. Rewrite tests to use the two new
10119 procedures mentione below.
10120 (test_set_show_env_var) New procedure.
10121 (test_set_show_env_var_equal): Likewise.
10122 * gdb.base/info-program.exp: New file.
10123
10124 2017-04-27 Keith Seitz <keiths@redhat.com>
10125
10126 * gdb.cp/oranking.cc (test15): New function.
10127 (main): Call test15 and declare additional variables for testing.
10128 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
10129 "p foo101('abc')" tests.
10130 Add tests for cv qualifier overloads.
10131 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
10132 "lvalue reference overload" test.
10133 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
10134 "print value of f1 on Child&& in f2" test.
10135
10136 2017-04-19 Pedro Alves <palves@redhat.com>
10137
10138 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
10139 procedure.
10140 (top level): Call it.
10141 * lib/gdb.exp (gdb_define_cmd): New procedure.
10142
10143 2017-04-12 Pedro Alves <palves@redhat.com>
10144
10145 PR gdb/21323
10146 * gdb.cp/wide_char_types.c: Include <wchar.h>.
10147 (wchar): New global.
10148 * gdb.cp/wide_char_types.exp (wide_char_types_program)
10149 (do_test_wide_char, wide_char_types_no_program, top level): Add
10150 wchar_t testing.
10151
10152 2017-04-12 Pedro Alves <palves@redhat.com>
10153
10154 PR c++/21323
10155 * gdb.cp/wide_char_types.c: New file.
10156 * gdb.cp/wide_char_types.exp: New file.
10157
10158 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
10159
10160 PR gdb/21352
10161 * gdb.trace/tsv.exp: Add test for "tsave -r".
10162
10163 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
10164
10165 * gdb.dlang/watch-loc.c: New file.
10166 * gdb.dlang/watch-loc.exp: New file.
10167
10168 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10169
10170 * gdb.python/py-section-script.exp (sepdebug): New testcases.
10171
10172 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
10173
10174 * gdb.arch/arc-analyze-prologue.S: New file.
10175 * gdb.arch/arc-analyze-prologue.exp: Likewise.
10176
10177 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
10178
10179 * gdb.arch/arc-decode-insn.S: New file.
10180 * gdb.arch/arc-decode-insn.exp: Likewise.
10181
10182 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
10183
10184 PR tdep/20928
10185 * gdb.arch/sparc64-regs.exp: New file.
10186 * gdb.arch/sparc64-regs.S: Likewise.
10187
10188 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
10189
10190 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
10191 and memory view on Python 3.
10192
10193 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
10194 Keith Seitz <keiths@redhat.com>
10195
10196 PR gdb/14441
10197 * gdb.cp/demangle.exp: Add rvalue reference tests.
10198 * gdb.cp/rvalue-ref-casts.cc: New file.
10199 * gdb.cp/rvalue-ref-casts.exp: New file.
10200 * gdb.cp/rvalue-ref-overload.cc: New file.
10201 * gdb.cp/rvalue-ref-overload.exp: New file.
10202 * gdb.cp/rvalue-ref-params.cc: New file.
10203 * gdb.cp/rvalue-ref-params.exp: New file.
10204 * gdb.cp/rvalue-ref-sizeof.cc: New file.
10205 * gdb.cp/rvalue-ref-sizeof.exp: New file.
10206 * gdb.cp/rvalue-ref-types.cc: New file.
10207 * gdb.cp/rvalue-ref-types.exp: New file.
10208 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
10209 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
10210
10211 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
10212
10213 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
10214 New procedure.
10215
10216 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
10217
10218 * lib/mi-support.exp (mi_gdb_test): Add additional message
10219 for unexpected output.
10220
10221 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10222
10223 * gdb.base/examine-backward.c (Barrier): New character array
10224 constant, to ensure that TestStrings is preceded by a string
10225 terminator.
10226
10227 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10228
10229 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
10230 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
10231 and implicit pointer into such a location.
10232
10233 2017-03-16 Doug Evans <dje@google.com>
10234
10235 * gdb.python/py-lazy-string (pointer): Really add new typedef.
10236
10237 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
10238
10239 * gdb.cp/m-static.exp: Fix expectation for prototype of
10240 test5.single_constructor and single_constructor::single_constructor.
10241
10242 2017-03-16 Doug Evans <dje@google.com>
10243
10244 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
10245 * gdb.guile/scm-lazy-string.c: New file.
10246 * gdb.guile/scm-value.exp: Move lazy string tests to ...
10247 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
10248 for pointer, array, typedef lazy strings.
10249
10250 2017-03-16 Doug Evans <dje@google.com>
10251
10252 PR python/17728, python/18439, python/18779
10253 * gdb.python/py-value.c (main) Delete locals sptr, sn.
10254 * gdb.python/py-lazy-string.c (pointer): New typedef.
10255 (main): New locals ptr, array, typedef_ptr.
10256 * gdb.python/py-value.exp: Move lazy string tests to ...
10257 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
10258 array, typedef lazy strings.
10259
10260 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
10261
10262 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
10263 Add optional 'test' parameter.
10264
10265 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
10266
10267 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
10268 Skip for versions of DejaGnu < 1.5.
10269
10270 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
10271
10272 * lib/gdb.exp (dejagnu_version): New proc.
10273 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10274 Use dejagnu_version.
10275
10276 2017-03-10 Keith Seitz <keiths@redhat.com>
10277
10278 PR c++/8128
10279 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
10280 type from destructor regexps.
10281 Add a branch which actually passes the test.
10282 Adjust "ptype t5i" test names.
10283
10284 2017-03-08 Pedro Alves <palves@redhat.com>
10285
10286 * gdb.base/step-over-exit.exp: Add explicit test message.
10287
10288 2017-03-08 Pedro Alves <palves@redhat.com>
10289
10290 PR gdb/18360
10291 * gdb.threads/interrupt-while-step-over.c: New file.
10292 * gdb.threads/interrupt-while-step-over.exp: New file.
10293
10294 2017-03-08 Pedro Alves <palves@redhat.com>
10295
10296 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
10297 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
10298
10299 2017-03-08 Pedro Alves <palves@redhat.com>
10300
10301 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
10302 PKRU as not supported as a PASS.
10303
10304 2017-03-08 Pedro Alves <palves@redhat.com>
10305
10306 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
10307 prefix instead of $binfile1/$binfile2.
10308 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
10309 in test message.
10310 * gdb.python/py-completion.exp: Use "load python file" as test
10311 messages instead of unstable path names.
10312
10313 2017-03-08 Pedro Alves <palves@redhat.com>
10314 Jan Kratochvil <jan.kratochvil@redhat.com>
10315
10316 PR cli/21218
10317 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
10318 New proc.
10319 (top level): Call it.
10320
10321 2017-03-08 Pedro Alves <palves@redhat.com>
10322
10323 PR tui/21216
10324 * gdb.tui/tui-nl-filtered-output.exp: New file.
10325
10326 2017-03-08 Pedro Alves <palves@redhat.com>
10327
10328 * gdb.base/completion.exp: Move TUI completion tests to ...
10329 * gdb.tui/completion.exp: ... this new file.
10330
10331 2017-03-08 Pedro Alves <palves@redhat.com>
10332
10333 * gdb.base/tui-disasm-long-lines.c,
10334 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
10335 gdb.base/tui-layout.exp: Move to ...
10336 * gdb.tui/: ... this new directory.
10337
10338 2017-03-07 Pedro Alves <palves@redhat.com>
10339
10340 * gdb.base/tui-layout.c: New file.
10341 * gdb.base/tui-layout.exp: New file.
10342
10343 2017-03-07 Pedro Alves <palves@redhat.com>
10344
10345 * gdb.base/tui-layout.c: Rename to ...
10346 * gdb.base/tui-disasm-long-lines.c: ... this.
10347 * gdb.base/tui-layout.exp: Rename to ...
10348 * gdb.base/tui-disasm-long-lines.exp: ... this.
10349
10350 2017-03-07 Pedro Alves <palves@redhat.com>
10351
10352 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
10353
10354 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
10355
10356 * i386-mpx-call.c: New file.
10357 * i386-mpx-call.exp: New file.
10358
10359 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
10360
10361 * gdb.arch/powerpc-power.exp: Delete test.
10362 * gdb.arch/powerpc-power.s: Likewise.
10363 * gdb.disasm/disassembler-options.exp: New test.
10364 * gdb.arch/powerpc-altivec.exp: Likewise.
10365 * gdb.arch/powerpc-altivec.s: Likewise.
10366 * gdb.arch/powerpc-altivec2.exp: Likewise.
10367 * gdb.arch/powerpc-altivec2.s: Likewise.
10368 * gdb.arch/powerpc-altivec3.exp: Likewise.
10369 * gdb.arch/powerpc-altivec3.s: Likewise.
10370 * gdb.arch/powerpc-power7.exp: Likewise.
10371 * gdb.arch/powerpc-power7.s: Likewise.
10372 * gdb.arch/powerpc-power8.exp: Likewise.
10373 * gdb.arch/powerpc-power8.s: Likewise.
10374 * gdb.arch/powerpc-power9.exp: Likewise.
10375 * gdb.arch/powerpc-power9.s: Likewise.
10376 * gdb.arch/powerpc-vsx.exp: Likewise.
10377 * gdb.arch/powerpc-vsx.s: Likewise.
10378 * gdb.arch/powerpc-vsx2.exp: Likewise.
10379 * gdb.arch/powerpc-vsx2.s: Likewise.
10380 * gdb.arch/powerpc-vsx3.exp: Likewise.
10381 * gdb.arch/powerpc-vsx3.s: Likewise.
10382 * gdb.arch/arm-disassembler-options.exp: Likewise.
10383 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
10384 * gdb.arch/s390-disassembler-options.exp: Likewise.
10385
10386 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
10387
10388 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
10389 (check_supported_features): ... this. Changed return type to void.
10390 (supports_rdseed): New static global.
10391 (rdseed): Check supports_rdseed.
10392 (initialize): Call check_supported_features.
10393
10394 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10395
10396 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
10397 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
10398 and lqarx/stqcx.
10399 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
10400 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
10401
10402 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10403
10404 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
10405 uppercase.
10406
10407 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10408
10409 * gdb.dwarf2/formdata16.c: New file.
10410 * gdb.dwarf2/formdata16.exp: New file.
10411 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
10412
10413 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10414
10415 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
10416 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
10417 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
10418 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
10419 DW_AT_GNU_*.
10420
10421 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10422
10423 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
10424
10425 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
10426
10427 PR gdb/21164
10428 * gdb.base/maint.exp: Add testcases for when the commands do
10429 not have arguments.
10430
10431 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
10432
10433 * gdb.cp/chained-calls.exp: Use p instead of P.
10434
10435 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
10436
10437 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
10438 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
10439
10440 2017-02-14 Tom Tromey <tom@tromey.com>
10441
10442 PR python/13598:
10443 * gdb.python/py-events.exp: Add before_prompt event tests.
10444
10445 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
10446
10447 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
10448
10449 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
10450
10451 * gdb.linespec/explicit.c (my_unique_function_name): New function.
10452 (main): Call my_unique_function_name.
10453 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
10454 completion of patterns with a single match.
10455 Add missing -re switches to gdb_test_multiple calls.
10456
10457 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
10458
10459 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
10460 return if core file is not recognized.
10461
10462 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
10463
10464 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
10465 and extra UIs.
10466
10467 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
10468
10469 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
10470 proc_with_prefix.
10471
10472 2017-02-10 Tom Tromey <tom@tromey.com>
10473
10474 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
10475
10476 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
10477
10478 PR gdb/21122
10479 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
10480
10481 2017-02-08 Jerome Guitton <guitton@adacore.com>
10482
10483 * gdb.base/define.exp: Add test for command abbreviations
10484 in define.
10485
10486 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
10487
10488 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
10489 * gdb.reverse/insn-reverse-x86.c: New file.
10490
10491 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
10492
10493 PR tdep/20936
10494 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
10495
10496 2017-02-03 Tom Tromey <tom@tromey.com>
10497
10498 PR rust/21097:
10499 * gdb.rust/simple.exp: Add new tests.
10500
10501 2017-02-02 Pedro Alves <palves@redhat.com>
10502
10503 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
10504 tests.
10505
10506 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10507
10508 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
10509 taking a 2-byte value out of a 4-byte DWARF implicit value on
10510 big-endian targets.
10511 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
10512 logic. Add test cases for DW_OP_implicit.
10513
10514 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10515
10516 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
10517
10518 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10519
10520 * gdb.btrace/enable.exp: Call gdb_exit before
10521 skip_gdbserver_tests.
10522
10523 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10524
10525 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
10526 GDBFLAGS.
10527
10528 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10529
10530 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
10531 the test is skipped.
10532 * gdb.btrace/data.exp: Likewise.
10533 * gdb.btrace/delta.exp: Likewise.
10534 * gdb.btrace/dlopen.exp: Likewise.
10535 * gdb.btrace/enable-running.exp: Likewise.
10536 * gdb.btrace/enable.exp: Likewise.
10537 * gdb.btrace/exception.exp: Likewise.
10538 * gdb.btrace/function_call_history.exp: Likewise.
10539 * gdb.btrace/gcore.exp: Likewise.
10540 * gdb.btrace/instruction_history.exp: Likewise.
10541 * gdb.btrace/multi-thread-step.exp: Likewise.
10542 * gdb.btrace/nohist.exp: Likewise.
10543 * gdb.btrace/non-stop.exp: Likewise.
10544 * gdb.btrace/reconnect.exp: Likewise.
10545 * gdb.btrace/record_goto-step.exp: Likewise.
10546 * gdb.btrace/record_goto.exp: Likewise.
10547 * gdb.btrace/rn-dl-bind.exp: Likewise.
10548 * gdb.btrace/segv.exp: Likewise.
10549 * gdb.btrace/step.exp: Likewise.
10550 * gdb.btrace/stepi.exp: Likewise.
10551 * gdb.btrace/tailcall-only.exp: Likewise.
10552 * gdb.btrace/tailcall.exp: Likewise.
10553 * gdb.btrace/tsx.exp: Likewise.
10554 * gdb.btrace/unknown_functions.exp: Likewise.
10555 * gdb.btrace/vdso.exp: Likewise.
10556
10557 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10558
10559 * gdb.btrace/enable-running.c: New.
10560 * gdb.btrace/enable-running.exp: New.
10561
10562 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
10563
10564 * gdb.arch/amd64-gs_base.c: New file.
10565 * gdb.arch/amd64-gs_base.exp: New file.
10566
10567 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
10568
10569 * lib/memory.exp: Remove spurious empty newlines.
10570
10571 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
10572
10573 * gdb.python/py-bad-printers.exp: Load python file using "source".
10574 * gdb.python/py-events.exp: Likewise.
10575 * gdb.python/py-evsignal.exp: Likewise.
10576 * gdb.python/py-evthreads.exp: Likewise.
10577 * gdb.python/py-frame-args.exp: Likewise.
10578 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
10579 * gdb.python/py-framefilter-mi.exp: Likewise.
10580 * gdb.python/py-framefilter.exp: Likewise.
10581 * gdb.python/py-mi.exp: Likewise.
10582 * gdb.python/py-pp-maint.exp: Likewise.
10583 * gdb.python/py-pp-registration.exp: Likewise.
10584 * gdb.python/py-prettyprint.exp: Likewise.
10585 (run_lang_tests): Likewise.
10586 * gdb.python/py-typeprint.exp: Likewise.
10587
10588 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
10589
10590 * lib/memory.exp: New file.
10591 * lib/gdb.exp: Load memory.exp.
10592 * gdb.base/memattr.exp (delete_memory): Move proc to
10593 lib/memory.exp and rename to delete_memory_regions.
10594 Replace delete_memory with delete_memory_regions.
10595 Cleanup memory regions before tests.
10596 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
10597 before tests.
10598
10599 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
10600
10601 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
10602 files.
10603 (initialize): New function conditionally defined.
10604 (testcases): Move within conditional block.
10605 (main): Call initialize.
10606 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
10607 of gdb.reverse/insn-reverse.c.
10608 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
10609 gdb.reverse/insn-reverse.c.
10610
10611 2017-01-26 Yao Qi <yao.qi@linaro.org>
10612
10613 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
10614 disassemble on address 0.
10615
10616 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
10617 Yao Qi <yao.qi@linaro.org>
10618
10619 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
10620 * gdb.dwarf2/implptr-64bit.S: Remove.
10621 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
10622 variables in caller's context. Add DW_OP_implicit_value.
10623
10624 2017-01-25 Yao Qi <yao.qi@linaro.org>
10625
10626 * lib/dwarf.exp (Dwarf::_location): Handle
10627 DW_OP_GNU_implicit_pointer with proper size.
10628
10629 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
10630
10631 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
10632 and add untested calls.
10633
10634 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
10635
10636 * gdb.python/python.exp: Check line number against what GDB thinks
10637 the line number is for func1.
10638
10639 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
10640
10641 * gdb.dlang/debug-expr.exp: New file.
10642
10643 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
10644
10645 Fix test names for the following files:
10646
10647 * gdb.ada/exec_changed.exp
10648 * gdb.ada/info_types.exp
10649 * gdb.arch/aarch64-atomic-inst.exp
10650 * gdb.arch/aarch64-fp.exp
10651 * gdb.arch/altivec-abi.exp
10652 * gdb.arch/altivec-regs.exp
10653 * gdb.arch/amd64-byte.exp
10654 * gdb.arch/amd64-disp-step.exp
10655 * gdb.arch/amd64-dword.exp
10656 * gdb.arch/amd64-entry-value-inline.exp
10657 * gdb.arch/amd64-entry-value-param.exp
10658 * gdb.arch/amd64-entry-value-paramref.exp
10659 * gdb.arch/amd64-entry-value.exp
10660 * gdb.arch/amd64-i386-address.exp
10661 * gdb.arch/amd64-invalid-stack-middle.exp
10662 * gdb.arch/amd64-invalid-stack-top.exp
10663 * gdb.arch/amd64-optimout-repeat.exp
10664 * gdb.arch/amd64-prologue-skip.exp
10665 * gdb.arch/amd64-prologue-xmm.exp
10666 * gdb.arch/amd64-stap-special-operands.exp
10667 * gdb.arch/amd64-stap-wrong-subexp.exp
10668 * gdb.arch/amd64-tailcall-cxx.exp
10669 * gdb.arch/amd64-tailcall-noret.exp
10670 * gdb.arch/amd64-tailcall-ret.exp
10671 * gdb.arch/amd64-tailcall-self.exp
10672 * gdb.arch/amd64-word.exp
10673 * gdb.arch/arm-bl-branch-dest.exp
10674 * gdb.arch/arm-disp-step.exp
10675 * gdb.arch/arm-neon.exp
10676 * gdb.arch/arm-single-step-kernel-helper.exp
10677 * gdb.arch/avr-flash-qualifier.exp
10678 * gdb.arch/disp-step-insn-reloc.exp
10679 * gdb.arch/e500-abi.exp
10680 * gdb.arch/e500-regs.exp
10681 * gdb.arch/ftrace-insn-reloc.exp
10682 * gdb.arch/i386-avx512.exp
10683 * gdb.arch/i386-bp_permanent.exp
10684 * gdb.arch/i386-byte.exp
10685 * gdb.arch/i386-cfi-notcurrent.exp
10686 * gdb.arch/i386-disp-step.exp
10687 * gdb.arch/i386-dr3-watch.exp
10688 * gdb.arch/i386-float.exp
10689 * gdb.arch/i386-gnu-cfi.exp
10690 * gdb.arch/i386-mpx-map.exp
10691 * gdb.arch/i386-mpx-sigsegv.exp
10692 * gdb.arch/i386-mpx-simple_segv.exp
10693 * gdb.arch/i386-mpx.exp
10694 * gdb.arch/i386-permbkpt.exp
10695 * gdb.arch/i386-prologue.exp
10696 * gdb.arch/i386-signal.exp
10697 * gdb.arch/i386-size-overlap.exp
10698 * gdb.arch/i386-unwind.exp
10699 * gdb.arch/i386-word.exp
10700 * gdb.arch/mips-fcr.exp
10701 * gdb.arch/powerpc-d128-regs.exp
10702 * gdb.arch/powerpc-stackless.exp
10703 * gdb.arch/ppc64-atomic-inst.exp
10704 * gdb.arch/s390-stackless.exp
10705 * gdb.arch/s390-tdbregs.exp
10706 * gdb.arch/s390-vregs.exp
10707 * gdb.arch/sparc-sysstep.exp
10708 * gdb.arch/thumb-bx-pc.exp
10709 * gdb.arch/thumb-singlestep.exp
10710 * gdb.arch/thumb2-it.exp
10711 * gdb.arch/vsx-regs.exp
10712 * gdb.asm/asm-source.exp
10713 * gdb.base/a2-run.exp
10714 * gdb.base/advance.exp
10715 * gdb.base/all-bin.exp
10716 * gdb.base/anon.exp
10717 * gdb.base/args.exp
10718 * gdb.base/arithmet.exp
10719 * gdb.base/async-shell.exp
10720 * gdb.base/async.exp
10721 * gdb.base/attach-pie-noexec.exp
10722 * gdb.base/attach-twice.exp
10723 * gdb.base/auto-load.exp
10724 * gdb.base/bang.exp
10725 * gdb.base/bitfields.exp
10726 * gdb.base/break-always.exp
10727 * gdb.base/break-caller-line.exp
10728 * gdb.base/break-entry.exp
10729 * gdb.base/break-inline.exp
10730 * gdb.base/break-on-linker-gcd-function.exp
10731 * gdb.base/break-probes.exp
10732 * gdb.base/break.exp
10733 * gdb.base/breakpoint-shadow.exp
10734 * gdb.base/call-ar-st.exp
10735 * gdb.base/call-sc.exp
10736 * gdb.base/call-signal-resume.exp
10737 * gdb.base/call-strs.exp
10738 * gdb.base/callfuncs.exp
10739 * gdb.base/catch-fork-static.exp
10740 * gdb.base/catch-gdb-caused-signals.exp
10741 * gdb.base/catch-load.exp
10742 * gdb.base/catch-signal-fork.exp
10743 * gdb.base/catch-signal.exp
10744 * gdb.base/catch-syscall.exp
10745 * gdb.base/charset.exp
10746 * gdb.base/checkpoint.exp
10747 * gdb.base/chng-syms.exp
10748 * gdb.base/code-expr.exp
10749 * gdb.base/code_elim.exp
10750 * gdb.base/commands.exp
10751 * gdb.base/completion.exp
10752 * gdb.base/complex.exp
10753 * gdb.base/cond-expr.exp
10754 * gdb.base/condbreak.exp
10755 * gdb.base/consecutive.exp
10756 * gdb.base/continue-all-already-running.exp
10757 * gdb.base/coredump-filter.exp
10758 * gdb.base/corefile.exp
10759 * gdb.base/dbx.exp
10760 * gdb.base/debug-expr.exp
10761 * gdb.base/define.exp
10762 * gdb.base/del.exp
10763 * gdb.base/disabled-location.exp
10764 * gdb.base/disasm-end-cu.exp
10765 * gdb.base/disasm-optim.exp
10766 * gdb.base/display.exp
10767 * gdb.base/duplicate-bp.exp
10768 * gdb.base/ena-dis-br.exp
10769 * gdb.base/ending-run.exp
10770 * gdb.base/enumval.exp
10771 * gdb.base/environ.exp
10772 * gdb.base/eu-strip-infcall.exp
10773 * gdb.base/eval-avoid-side-effects.exp
10774 * gdb.base/eval-skip.exp
10775 * gdb.base/exitsignal.exp
10776 * gdb.base/expand-psymtabs.exp
10777 * gdb.base/filesym.exp
10778 * gdb.base/find-unmapped.exp
10779 * gdb.base/finish.exp
10780 * gdb.base/float.exp
10781 * gdb.base/foll-exec-mode.exp
10782 * gdb.base/foll-exec.exp
10783 * gdb.base/foll-fork.exp
10784 * gdb.base/fortran-sym-case.exp
10785 * gdb.base/freebpcmd.exp
10786 * gdb.base/func-ptr.exp
10787 * gdb.base/func-ptrs.exp
10788 * gdb.base/funcargs.exp
10789 * gdb.base/gcore-buffer-overflow.exp
10790 * gdb.base/gcore-relro-pie.exp
10791 * gdb.base/gcore-relro.exp
10792 * gdb.base/gcore.exp
10793 * gdb.base/gdb1090.exp
10794 * gdb.base/gdb11530.exp
10795 * gdb.base/gdb11531.exp
10796 * gdb.base/gdb1821.exp
10797 * gdb.base/gdbindex-stabs.exp
10798 * gdb.base/gdbvars.exp
10799 * gdb.base/hbreak.exp
10800 * gdb.base/hbreak2.exp
10801 * gdb.base/included.exp
10802 * gdb.base/infcall-input.exp
10803 * gdb.base/inferior-died.exp
10804 * gdb.base/infnan.exp
10805 * gdb.base/info-macros.exp
10806 * gdb.base/info-os.exp
10807 * gdb.base/info-proc.exp
10808 * gdb.base/info-shared.exp
10809 * gdb.base/info-target.exp
10810 * gdb.base/infoline.exp
10811 * gdb.base/interp.exp
10812 * gdb.base/interrupt.exp
10813 * gdb.base/jit-reader.exp
10814 * gdb.base/jit-simple.exp
10815 * gdb.base/kill-after-signal.exp
10816 * gdb.base/kill-detach-inferiors-cmd.exp
10817 * gdb.base/label.exp
10818 * gdb.base/langs.exp
10819 * gdb.base/ldbl_e308.exp
10820 * gdb.base/line-symtabs.exp
10821 * gdb.base/linespecs.exp
10822 * gdb.base/list.exp
10823 * gdb.base/long_long.exp
10824 * gdb.base/longest-types.exp
10825 * gdb.base/maint.exp
10826 * gdb.base/max-value-size.exp
10827 * gdb.base/memattr.exp
10828 * gdb.base/mips_pro.exp
10829 * gdb.base/morestack.exp
10830 * gdb.base/moribund-step.exp
10831 * gdb.base/multi-forks.exp
10832 * gdb.base/nested-addr.exp
10833 * gdb.base/nextoverexit.exp
10834 * gdb.base/noreturn-finish.exp
10835 * gdb.base/noreturn-return.exp
10836 * gdb.base/nostdlib.exp
10837 * gdb.base/offsets.exp
10838 * gdb.base/opaque.exp
10839 * gdb.base/pc-fp.exp
10840 * gdb.base/permissions.exp
10841 * gdb.base/print-symbol-loading.exp
10842 * gdb.base/prologue-include.exp
10843 * gdb.base/psymtab.exp
10844 * gdb.base/ptype.exp
10845 * gdb.base/random-signal.exp
10846 * gdb.base/randomize.exp
10847 * gdb.base/range-stepping.exp
10848 * gdb.base/readline-ask.exp
10849 * gdb.base/recpar.exp
10850 * gdb.base/recurse.exp
10851 * gdb.base/relational.exp
10852 * gdb.base/restore.exp
10853 * gdb.base/return-nodebug.exp
10854 * gdb.base/return.exp
10855 * gdb.base/run-after-attach.exp
10856 * gdb.base/save-bp.exp
10857 * gdb.base/scope.exp
10858 * gdb.base/sect-cmd.exp
10859 * gdb.base/set-lang-auto.exp
10860 * gdb.base/set-noassign.exp
10861 * gdb.base/setvar.exp
10862 * gdb.base/sigall.exp
10863 * gdb.base/sigbpt.exp
10864 * gdb.base/siginfo-addr.exp
10865 * gdb.base/siginfo-infcall.exp
10866 * gdb.base/siginfo-obj.exp
10867 * gdb.base/siginfo.exp
10868 * gdb.base/signals-state-child.exp
10869 * gdb.base/signest.exp
10870 * gdb.base/sigstep.exp
10871 * gdb.base/sizeof.exp
10872 * gdb.base/skip.exp
10873 * gdb.base/solib-corrupted.exp
10874 * gdb.base/solib-nodir.exp
10875 * gdb.base/solib-search.exp
10876 * gdb.base/stack-checking.exp
10877 * gdb.base/stale-infcall.exp
10878 * gdb.base/stap-probe.exp
10879 * gdb.base/start.exp
10880 * gdb.base/step-break.exp
10881 * gdb.base/step-bt.exp
10882 * gdb.base/step-line.exp
10883 * gdb.base/step-over-exit.exp
10884 * gdb.base/step-over-syscall.exp
10885 * gdb.base/step-resume-infcall.exp
10886 * gdb.base/step-test.exp
10887 * gdb.base/store.exp
10888 * gdb.base/structs3.exp
10889 * gdb.base/sym-file.exp
10890 * gdb.base/symbol-without-target_section.exp
10891 * gdb.base/term.exp
10892 * gdb.base/testenv.exp
10893 * gdb.base/ui-redirect.exp
10894 * gdb.base/until.exp
10895 * gdb.base/unwindonsignal.exp
10896 * gdb.base/value-double-free.exp
10897 * gdb.base/vla-datatypes.exp
10898 * gdb.base/vla-ptr.exp
10899 * gdb.base/vla-sideeffect.exp
10900 * gdb.base/volatile.exp
10901 * gdb.base/watch-cond-infcall.exp
10902 * gdb.base/watch-cond.exp
10903 * gdb.base/watch-non-mem.exp
10904 * gdb.base/watch-read.exp
10905 * gdb.base/watch-vfork.exp
10906 * gdb.base/watchpoint-cond-gone.exp
10907 * gdb.base/watchpoint-delete.exp
10908 * gdb.base/watchpoint-hw-hit-once.exp
10909 * gdb.base/watchpoint-hw.exp
10910 * gdb.base/watchpoint-stops-at-right-insn.exp
10911 * gdb.base/watchpoints.exp
10912 * gdb.base/wchar.exp
10913 * gdb.base/whatis-exp.exp
10914 * gdb.btrace/buffer-size.exp
10915 * gdb.btrace/data.exp
10916 * gdb.btrace/delta.exp
10917 * gdb.btrace/dlopen.exp
10918 * gdb.btrace/enable.exp
10919 * gdb.btrace/exception.exp
10920 * gdb.btrace/function_call_history.exp
10921 * gdb.btrace/gcore.exp
10922 * gdb.btrace/instruction_history.exp
10923 * gdb.btrace/nohist.exp
10924 * gdb.btrace/reconnect.exp
10925 * gdb.btrace/record_goto-step.exp
10926 * gdb.btrace/record_goto.exp
10927 * gdb.btrace/rn-dl-bind.exp
10928 * gdb.btrace/segv.exp
10929 * gdb.btrace/step.exp
10930 * gdb.btrace/stepi.exp
10931 * gdb.btrace/tailcall-only.exp
10932 * gdb.btrace/tailcall.exp
10933 * gdb.btrace/tsx.exp
10934 * gdb.btrace/unknown_functions.exp
10935 * gdb.btrace/vdso.exp
10936 * gdb.compile/compile-ifunc.exp
10937 * gdb.compile/compile-ops.exp
10938 * gdb.compile/compile-print.exp
10939 * gdb.compile/compile-setjmp.exp
10940 * gdb.cp/abstract-origin.exp
10941 * gdb.cp/ambiguous.exp
10942 * gdb.cp/annota2.exp
10943 * gdb.cp/annota3.exp
10944 * gdb.cp/anon-ns.exp
10945 * gdb.cp/anon-struct.exp
10946 * gdb.cp/anon-union.exp
10947 * gdb.cp/arg-reference.exp
10948 * gdb.cp/baseenum.exp
10949 * gdb.cp/bool.exp
10950 * gdb.cp/breakpoint.exp
10951 * gdb.cp/bs15503.exp
10952 * gdb.cp/call-c.exp
10953 * gdb.cp/casts.exp
10954 * gdb.cp/chained-calls.exp
10955 * gdb.cp/class2.exp
10956 * gdb.cp/classes.exp
10957 * gdb.cp/cmpd-minsyms.exp
10958 * gdb.cp/converts.exp
10959 * gdb.cp/cp-relocate.exp
10960 * gdb.cp/cpcompletion.exp
10961 * gdb.cp/cpexprs.exp
10962 * gdb.cp/cplabel.exp
10963 * gdb.cp/cplusfuncs.exp
10964 * gdb.cp/cpsizeof.exp
10965 * gdb.cp/ctti.exp
10966 * gdb.cp/derivation.exp
10967 * gdb.cp/destrprint.exp
10968 * gdb.cp/dispcxx.exp
10969 * gdb.cp/enum-class.exp
10970 * gdb.cp/exception.exp
10971 * gdb.cp/exceptprint.exp
10972 * gdb.cp/expand-psymtabs-cxx.exp
10973 * gdb.cp/expand-sals.exp
10974 * gdb.cp/extern-c.exp
10975 * gdb.cp/filename.exp
10976 * gdb.cp/formatted-ref.exp
10977 * gdb.cp/fpointer.exp
10978 * gdb.cp/gdb1355.exp
10979 * gdb.cp/gdb2495.exp
10980 * gdb.cp/hang.exp
10981 * gdb.cp/impl-this.exp
10982 * gdb.cp/infcall-dlopen.exp
10983 * gdb.cp/inherit.exp
10984 * gdb.cp/iostream.exp
10985 * gdb.cp/koenig.exp
10986 * gdb.cp/local.exp
10987 * gdb.cp/m-data.exp
10988 * gdb.cp/m-static.exp
10989 * gdb.cp/mb-ctor.exp
10990 * gdb.cp/mb-inline.exp
10991 * gdb.cp/mb-templates.exp
10992 * gdb.cp/member-name.exp
10993 * gdb.cp/member-ptr.exp
10994 * gdb.cp/meth-typedefs.exp
10995 * gdb.cp/method.exp
10996 * gdb.cp/method2.exp
10997 * gdb.cp/minsym-fallback.exp
10998 * gdb.cp/misc.exp
10999 * gdb.cp/namelessclass.exp
11000 * gdb.cp/namespace-enum.exp
11001 * gdb.cp/namespace-nested-import.exp
11002 * gdb.cp/namespace.exp
11003 * gdb.cp/nextoverthrow.exp
11004 * gdb.cp/no-dmgl-verbose.exp
11005 * gdb.cp/non-trivial-retval.exp
11006 * gdb.cp/noparam.exp
11007 * gdb.cp/nsdecl.exp
11008 * gdb.cp/nsimport.exp
11009 * gdb.cp/nsnested.exp
11010 * gdb.cp/nsnoimports.exp
11011 * gdb.cp/nsrecurs.exp
11012 * gdb.cp/nsstress.exp
11013 * gdb.cp/nsusing.exp
11014 * gdb.cp/operator.exp
11015 * gdb.cp/oranking.exp
11016 * gdb.cp/overload-const.exp
11017 * gdb.cp/overload.exp
11018 * gdb.cp/ovldbreak.exp
11019 * gdb.cp/ovsrch.exp
11020 * gdb.cp/paren-type.exp
11021 * gdb.cp/parse-lang.exp
11022 * gdb.cp/pass-by-ref.exp
11023 * gdb.cp/pr-1023.exp
11024 * gdb.cp/pr-1210.exp
11025 * gdb.cp/pr-574.exp
11026 * gdb.cp/pr10687.exp
11027 * gdb.cp/pr12028.exp
11028 * gdb.cp/pr17132.exp
11029 * gdb.cp/pr17494.exp
11030 * gdb.cp/pr9067.exp
11031 * gdb.cp/pr9167.exp
11032 * gdb.cp/pr9631.exp
11033 * gdb.cp/printmethod.exp
11034 * gdb.cp/psmang.exp
11035 * gdb.cp/psymtab-parameter.exp
11036 * gdb.cp/ptype-cv-cp.exp
11037 * gdb.cp/ptype-flags.exp
11038 * gdb.cp/re-set-overloaded.exp
11039 * gdb.cp/ref-types.exp
11040 * gdb.cp/rtti.exp
11041 * gdb.cp/scope-err.exp
11042 * gdb.cp/shadow.exp
11043 * gdb.cp/smartp.exp
11044 * gdb.cp/static-method.exp
11045 * gdb.cp/static-print-quit.exp
11046 * gdb.cp/temargs.exp
11047 * gdb.cp/templates.exp
11048 * gdb.cp/try_catch.exp
11049 * gdb.cp/typedef-operator.exp
11050 * gdb.cp/typeid.exp
11051 * gdb.cp/userdef.exp
11052 * gdb.cp/using-crash.exp
11053 * gdb.cp/var-tag.exp
11054 * gdb.cp/virtbase.exp
11055 * gdb.cp/virtfunc.exp
11056 * gdb.cp/virtfunc2.exp
11057 * gdb.cp/vla-cxx.exp
11058 * gdb.disasm/t01_mov.exp
11059 * gdb.disasm/t02_mova.exp
11060 * gdb.disasm/t03_add.exp
11061 * gdb.disasm/t04_sub.exp
11062 * gdb.disasm/t05_cmp.exp
11063 * gdb.disasm/t06_ari2.exp
11064 * gdb.disasm/t07_ari3.exp
11065 * gdb.disasm/t08_or.exp
11066 * gdb.disasm/t09_xor.exp
11067 * gdb.disasm/t10_and.exp
11068 * gdb.disasm/t11_logs.exp
11069 * gdb.disasm/t12_bit.exp
11070 * gdb.disasm/t13_otr.exp
11071 * gdb.dlang/circular.exp
11072 * gdb.dwarf2/arr-stride.exp
11073 * gdb.dwarf2/arr-subrange.exp
11074 * gdb.dwarf2/atomic-type.exp
11075 * gdb.dwarf2/bad-regnum.exp
11076 * gdb.dwarf2/bitfield-parent-optimized-out.exp
11077 * gdb.dwarf2/callframecfa.exp
11078 * gdb.dwarf2/clztest.exp
11079 * gdb.dwarf2/corrupt.exp
11080 * gdb.dwarf2/data-loc.exp
11081 * gdb.dwarf2/dup-psym.exp
11082 * gdb.dwarf2/dw2-anon-mptr.exp
11083 * gdb.dwarf2/dw2-anonymous-func.exp
11084 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
11085 * gdb.dwarf2/dw2-bad-unresolved.exp
11086 * gdb.dwarf2/dw2-basic.exp
11087 * gdb.dwarf2/dw2-canonicalize-type.exp
11088 * gdb.dwarf2/dw2-case-insensitive.exp
11089 * gdb.dwarf2/dw2-common-block.exp
11090 * gdb.dwarf2/dw2-compdir-oldgcc.exp
11091 * gdb.dwarf2/dw2-compressed.exp
11092 * gdb.dwarf2/dw2-const.exp
11093 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
11094 * gdb.dwarf2/dw2-cu-size.exp
11095 * gdb.dwarf2/dw2-dup-frame.exp
11096 * gdb.dwarf2/dw2-entry-value.exp
11097 * gdb.dwarf2/dw2-icycle.exp
11098 * gdb.dwarf2/dw2-ifort-parameter.exp
11099 * gdb.dwarf2/dw2-inline-break.exp
11100 * gdb.dwarf2/dw2-inline-param.exp
11101 * gdb.dwarf2/dw2-intercu.exp
11102 * gdb.dwarf2/dw2-intermix.exp
11103 * gdb.dwarf2/dw2-lexical-block-bare.exp
11104 * gdb.dwarf2/dw2-linkage-name-trust.exp
11105 * gdb.dwarf2/dw2-minsym-in-cu.exp
11106 * gdb.dwarf2/dw2-noloc.exp
11107 * gdb.dwarf2/dw2-op-call.exp
11108 * gdb.dwarf2/dw2-op-out-param.exp
11109 * gdb.dwarf2/dw2-opt-structptr.exp
11110 * gdb.dwarf2/dw2-param-error.exp
11111 * gdb.dwarf2/dw2-producer.exp
11112 * gdb.dwarf2/dw2-ranges-base.exp
11113 * gdb.dwarf2/dw2-ref-missing-frame.exp
11114 * gdb.dwarf2/dw2-reg-undefined.exp
11115 * gdb.dwarf2/dw2-regno-invalid.exp
11116 * gdb.dwarf2/dw2-restore.exp
11117 * gdb.dwarf2/dw2-restrict.exp
11118 * gdb.dwarf2/dw2-single-line-discriminators.exp
11119 * gdb.dwarf2/dw2-strp.exp
11120 * gdb.dwarf2/dw2-undefined-ret-addr.exp
11121 * gdb.dwarf2/dw2-unresolved.exp
11122 * gdb.dwarf2/dw2-var-zero-addr.exp
11123 * gdb.dwarf2/dw4-sig-types.exp
11124 * gdb.dwarf2/dwz.exp
11125 * gdb.dwarf2/dynarr-ptr.exp
11126 * gdb.dwarf2/enum-type.exp
11127 * gdb.dwarf2/gdb-index.exp
11128 * gdb.dwarf2/implptr-64bit.exp
11129 * gdb.dwarf2/implptr-optimized-out.exp
11130 * gdb.dwarf2/implptr.exp
11131 * gdb.dwarf2/implref-array.exp
11132 * gdb.dwarf2/implref-const.exp
11133 * gdb.dwarf2/implref-global.exp
11134 * gdb.dwarf2/implref-struct.exp
11135 * gdb.dwarf2/mac-fileno.exp
11136 * gdb.dwarf2/main-subprogram.exp
11137 * gdb.dwarf2/member-ptr-forwardref.exp
11138 * gdb.dwarf2/method-ptr.exp
11139 * gdb.dwarf2/missing-sig-type.exp
11140 * gdb.dwarf2/nonvar-access.exp
11141 * gdb.dwarf2/opaque-type-lookup.exp
11142 * gdb.dwarf2/pieces-optimized-out.exp
11143 * gdb.dwarf2/pieces.exp
11144 * gdb.dwarf2/pr10770.exp
11145 * gdb.dwarf2/pr13961.exp
11146 * gdb.dwarf2/staticvirtual.exp
11147 * gdb.dwarf2/subrange.exp
11148 * gdb.dwarf2/symtab-producer.exp
11149 * gdb.dwarf2/trace-crash.exp
11150 * gdb.dwarf2/typeddwarf.exp
11151 * gdb.dwarf2/valop.exp
11152 * gdb.dwarf2/watch-notconst.exp
11153 * gdb.fortran/array-element.exp
11154 * gdb.fortran/charset.exp
11155 * gdb.fortran/common-block.exp
11156 * gdb.fortran/complex.exp
11157 * gdb.fortran/derived-type-function.exp
11158 * gdb.fortran/derived-type.exp
11159 * gdb.fortran/logical.exp
11160 * gdb.fortran/module.exp
11161 * gdb.fortran/multi-dim.exp
11162 * gdb.fortran/nested-funcs.exp
11163 * gdb.fortran/print-formatted.exp
11164 * gdb.fortran/subarray.exp
11165 * gdb.fortran/vla-alloc-assoc.exp
11166 * gdb.fortran/vla-datatypes.exp
11167 * gdb.fortran/vla-history.exp
11168 * gdb.fortran/vla-ptr-info.exp
11169 * gdb.fortran/vla-ptype-sub.exp
11170 * gdb.fortran/vla-ptype.exp
11171 * gdb.fortran/vla-sizeof.exp
11172 * gdb.fortran/vla-type.exp
11173 * gdb.fortran/vla-value-sub-arbitrary.exp
11174 * gdb.fortran/vla-value-sub-finish.exp
11175 * gdb.fortran/vla-value-sub.exp
11176 * gdb.fortran/vla-value.exp
11177 * gdb.fortran/whatis_type.exp
11178 * gdb.go/chan.exp
11179 * gdb.go/handcall.exp
11180 * gdb.go/hello.exp
11181 * gdb.go/integers.exp
11182 * gdb.go/methods.exp
11183 * gdb.go/package.exp
11184 * gdb.go/strings.exp
11185 * gdb.go/types.exp
11186 * gdb.go/unsafe.exp
11187 * gdb.guile/scm-arch.exp
11188 * gdb.guile/scm-block.exp
11189 * gdb.guile/scm-breakpoint.exp
11190 * gdb.guile/scm-cmd.exp
11191 * gdb.guile/scm-disasm.exp
11192 * gdb.guile/scm-equal.exp
11193 * gdb.guile/scm-frame-args.exp
11194 * gdb.guile/scm-frame-inline.exp
11195 * gdb.guile/scm-frame.exp
11196 * gdb.guile/scm-iterator.exp
11197 * gdb.guile/scm-math.exp
11198 * gdb.guile/scm-objfile.exp
11199 * gdb.guile/scm-ports.exp
11200 * gdb.guile/scm-symbol.exp
11201 * gdb.guile/scm-symtab.exp
11202 * gdb.guile/scm-value-cc.exp
11203 * gdb.guile/types-module.exp
11204 * gdb.linespec/break-ask.exp
11205 * gdb.linespec/cpexplicit.exp
11206 * gdb.linespec/explicit.exp
11207 * gdb.linespec/keywords.exp
11208 * gdb.linespec/linespec.exp
11209 * gdb.linespec/ls-dollar.exp
11210 * gdb.linespec/ls-errs.exp
11211 * gdb.linespec/skip-two.exp
11212 * gdb.linespec/thread.exp
11213 * gdb.mi/mi-async.exp
11214 * gdb.mi/mi-basics.exp
11215 * gdb.mi/mi-break.exp
11216 * gdb.mi/mi-catch-load.exp
11217 * gdb.mi/mi-cli.exp
11218 * gdb.mi/mi-cmd-param-changed.exp
11219 * gdb.mi/mi-console.exp
11220 * gdb.mi/mi-detach.exp
11221 * gdb.mi/mi-disassemble.exp
11222 * gdb.mi/mi-eval.exp
11223 * gdb.mi/mi-file-transfer.exp
11224 * gdb.mi/mi-file.exp
11225 * gdb.mi/mi-fill-memory.exp
11226 * gdb.mi/mi-inheritance-syntax-error.exp
11227 * gdb.mi/mi-linespec-err-cp.exp
11228 * gdb.mi/mi-logging.exp
11229 * gdb.mi/mi-memory-changed.exp
11230 * gdb.mi/mi-read-memory.exp
11231 * gdb.mi/mi-record-changed.exp
11232 * gdb.mi/mi-reg-undefined.exp
11233 * gdb.mi/mi-regs.exp
11234 * gdb.mi/mi-return.exp
11235 * gdb.mi/mi-reverse.exp
11236 * gdb.mi/mi-simplerun.exp
11237 * gdb.mi/mi-solib.exp
11238 * gdb.mi/mi-stack.exp
11239 * gdb.mi/mi-stepi.exp
11240 * gdb.mi/mi-syn-frame.exp
11241 * gdb.mi/mi-until.exp
11242 * gdb.mi/mi-var-block.exp
11243 * gdb.mi/mi-var-child.exp
11244 * gdb.mi/mi-var-cmd.exp
11245 * gdb.mi/mi-var-cp.exp
11246 * gdb.mi/mi-var-display.exp
11247 * gdb.mi/mi-var-invalidate.exp
11248 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
11249 * gdb.mi/mi-vla-fortran.exp
11250 * gdb.mi/mi-watch.exp
11251 * gdb.mi/mi2-var-child.exp
11252 * gdb.mi/user-selected-context-sync.exp
11253 * gdb.modula2/unbounded-array.exp
11254 * gdb.multi/dummy-frame-restore.exp
11255 * gdb.multi/multi-arch-exec.exp
11256 * gdb.multi/multi-arch.exp
11257 * gdb.multi/tids.exp
11258 * gdb.multi/watchpoint-multi.exp
11259 * gdb.opencl/callfuncs.exp
11260 * gdb.opencl/convs_casts.exp
11261 * gdb.opencl/datatypes.exp
11262 * gdb.opencl/operators.exp
11263 * gdb.opencl/vec_comps.exp
11264 * gdb.opt/clobbered-registers-O2.exp
11265 * gdb.opt/inline-break.exp
11266 * gdb.opt/inline-bt.exp
11267 * gdb.opt/inline-cmds.exp
11268 * gdb.opt/inline-locals.exp
11269 * gdb.pascal/case-insensitive-symbols.exp
11270 * gdb.pascal/floats.exp
11271 * gdb.pascal/gdb11492.exp
11272 * gdb.python/lib-types.exp
11273 * gdb.python/py-arch.exp
11274 * gdb.python/py-as-string.exp
11275 * gdb.python/py-bad-printers.exp
11276 * gdb.python/py-block.exp
11277 * gdb.python/py-breakpoint-create-fail.exp
11278 * gdb.python/py-breakpoint.exp
11279 * gdb.python/py-caller-is.exp
11280 * gdb.python/py-cmd.exp
11281 * gdb.python/py-explore-cc.exp
11282 * gdb.python/py-explore.exp
11283 * gdb.python/py-finish-breakpoint.exp
11284 * gdb.python/py-finish-breakpoint2.exp
11285 * gdb.python/py-frame-args.exp
11286 * gdb.python/py-frame-inline.exp
11287 * gdb.python/py-frame.exp
11288 * gdb.python/py-framefilter-mi.exp
11289 * gdb.python/py-infthread.exp
11290 * gdb.python/py-lazy-string.exp
11291 * gdb.python/py-linetable.exp
11292 * gdb.python/py-mi-events.exp
11293 * gdb.python/py-mi-objfile.exp
11294 * gdb.python/py-mi.exp
11295 * gdb.python/py-objfile.exp
11296 * gdb.python/py-pp-integral.exp
11297 * gdb.python/py-pp-maint.exp
11298 * gdb.python/py-pp-re-notag.exp
11299 * gdb.python/py-pp-registration.exp
11300 * gdb.python/py-recurse-unwind.exp
11301 * gdb.python/py-strfns.exp
11302 * gdb.python/py-symbol.exp
11303 * gdb.python/py-symtab.exp
11304 * gdb.python/py-sync-interp.exp
11305 * gdb.python/py-typeprint.exp
11306 * gdb.python/py-unwind-maint.exp
11307 * gdb.python/py-unwind.exp
11308 * gdb.python/py-value-cc.exp
11309 * gdb.python/py-xmethods.exp
11310 * gdb.reverse/amd64-tailcall-reverse.exp
11311 * gdb.reverse/break-precsave.exp
11312 * gdb.reverse/break-reverse.exp
11313 * gdb.reverse/consecutive-precsave.exp
11314 * gdb.reverse/consecutive-reverse.exp
11315 * gdb.reverse/finish-precsave.exp
11316 * gdb.reverse/finish-reverse-bkpt.exp
11317 * gdb.reverse/finish-reverse.exp
11318 * gdb.reverse/fstatat-reverse.exp
11319 * gdb.reverse/getresuid-reverse.exp
11320 * gdb.reverse/i386-precsave.exp
11321 * gdb.reverse/i386-reverse.exp
11322 * gdb.reverse/i386-sse-reverse.exp
11323 * gdb.reverse/i387-env-reverse.exp
11324 * gdb.reverse/i387-stack-reverse.exp
11325 * gdb.reverse/insn-reverse.exp
11326 * gdb.reverse/machinestate-precsave.exp
11327 * gdb.reverse/machinestate.exp
11328 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11329 * gdb.reverse/pipe-reverse.exp
11330 * gdb.reverse/readv-reverse.exp
11331 * gdb.reverse/recvmsg-reverse.exp
11332 * gdb.reverse/rerun-prec.exp
11333 * gdb.reverse/s390-mvcle.exp
11334 * gdb.reverse/step-precsave.exp
11335 * gdb.reverse/step-reverse.exp
11336 * gdb.reverse/time-reverse.exp
11337 * gdb.reverse/until-precsave.exp
11338 * gdb.reverse/until-reverse.exp
11339 * gdb.reverse/waitpid-reverse.exp
11340 * gdb.reverse/watch-precsave.exp
11341 * gdb.reverse/watch-reverse.exp
11342 * gdb.rust/generics.exp
11343 * gdb.rust/methods.exp
11344 * gdb.rust/modules.exp
11345 * gdb.rust/simple.exp
11346 * gdb.server/connect-with-no-symbol-file.exp
11347 * gdb.server/ext-attach.exp
11348 * gdb.server/ext-restart.exp
11349 * gdb.server/ext-wrapper.exp
11350 * gdb.server/file-transfer.exp
11351 * gdb.server/server-exec-info.exp
11352 * gdb.server/server-kill.exp
11353 * gdb.server/server-mon.exp
11354 * gdb.server/wrapper.exp
11355 * gdb.stabs/exclfwd.exp
11356 * gdb.stabs/gdb11479.exp
11357 * gdb.threads/clone-new-thread-event.exp
11358 * gdb.threads/corethreads.exp
11359 * gdb.threads/current-lwp-dead.exp
11360 * gdb.threads/dlopen-libpthread.exp
11361 * gdb.threads/gcore-thread.exp
11362 * gdb.threads/sigstep-threads.exp
11363 * gdb.threads/watchpoint-fork.exp
11364 * gdb.trace/actions-changed.exp
11365 * gdb.trace/backtrace.exp
11366 * gdb.trace/change-loc.exp
11367 * gdb.trace/circ.exp
11368 * gdb.trace/collection.exp
11369 * gdb.trace/disconnected-tracing.exp
11370 * gdb.trace/ftrace.exp
11371 * gdb.trace/mi-trace-frame-collected.exp
11372 * gdb.trace/mi-trace-unavailable.exp
11373 * gdb.trace/mi-traceframe-changed.exp
11374 * gdb.trace/mi-tsv-changed.exp
11375 * gdb.trace/no-attach-trace.exp
11376 * gdb.trace/passc-dyn.exp
11377 * gdb.trace/qtro.exp
11378 * gdb.trace/range-stepping.exp
11379 * gdb.trace/read-memory.exp
11380 * gdb.trace/save-trace.exp
11381 * gdb.trace/signal.exp
11382 * gdb.trace/status-stop.exp
11383 * gdb.trace/tfile.exp
11384 * gdb.trace/trace-break.exp
11385 * gdb.trace/trace-buffer-size.exp
11386 * gdb.trace/trace-condition.exp
11387 * gdb.trace/tracefile-pseudo-reg.exp
11388 * gdb.trace/tstatus.exp
11389 * gdb.trace/unavailable.exp
11390 * gdb.trace/while-dyn.exp
11391 * gdb.trace/while-stepping.exp
11392
11393 2016-12-22 Doug Evans <xdje42@gmail.com>
11394
11395 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
11396 and msymbols.
11397
11398 2016-12-19 Yao Qi <yao.qi@linaro.org>
11399
11400 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
11401 (test_with_self): Don't call do_steps_and_nexts, and remove
11402 code about stepping into xmalloc.
11403
11404 2016-12-09 Yao Qi <yao.qi@linaro.org>
11405
11406 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
11407
11408 2016-12-09 Yao Qi <yao.qi@linaro.org>
11409
11410 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
11411
11412 2016-12-09 Pedro Alves <palves@redhat.com>
11413
11414 * gdb.base/all-architectures-0.exp: New file.
11415 * gdb.base/all-architectures-1.exp: New file.
11416 * gdb.base/all-architectures-2.exp: New file.
11417 * gdb.base/all-architectures-3.exp: New file.
11418 * gdb.base/all-architectures-4.exp: New file.
11419 * gdb.base/all-architectures-5.exp: New file.
11420 * gdb.base/all-architectures-6.exp: New file.
11421 * gdb.base/all-architectures-7.exp: New file.
11422 * gdb.base/all-architectures.exp.in: New file.
11423
11424 2016-12-09 Yao Qi <yao.qi@linaro.org>
11425
11426 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
11427
11428 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
11429
11430 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
11431 possible.
11432 Remove useless pattern-matching code.
11433
11434 2016-12-02 Pedro Alves <palves@redhat.com>
11435
11436 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
11437 procedure.
11438 (top level): Call it.
11439
11440 2016-12-02 Pedro Alves <palves@redhat.com>
11441
11442 * gdb.base/commands.exp (user_defined_command_args_stack_test):
11443 New procedure.
11444 (top level): Call it.
11445
11446 2016-12-02 Pedro Alves <palves@redhat.com>
11447
11448 PR cli/20559
11449 * gdb.base/commands.exp (user_defined_command_args_eval): New
11450 procedure.
11451 (top level): Call it.
11452
11453 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
11454
11455 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
11456 timeout handling.
11457
11458 2016-12-02 Tom Tromey <tom@tromey.com>
11459
11460 * gdb.dwarf2/main-subprogram.c: New file.
11461 * gdb.dwarf2/main-subprogram.exp: New file.
11462
11463 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11464
11465 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
11466 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
11467 gdb_test_no_output for a couple of cases.
11468 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
11469
11470 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11471
11472 Fix test names and standardize compilation error messages throughout
11473 the following files:
11474
11475 * gdb.ada/start.exp
11476 * gdb.arch/alpha-step.exp
11477 * gdb.arch/e500-prologue.exp
11478 * gdb.arch/ftrace-insn-reloc.exp
11479 * gdb.arch/gdb1291.exp
11480 * gdb.arch/gdb1431.exp
11481 * gdb.arch/gdb1558.exp
11482 * gdb.arch/i386-dr3-watch.exp
11483 * gdb.arch/i386-sse-stack-align.exp
11484 * gdb.arch/ia64-breakpoint-shadow.exp
11485 * gdb.arch/pa-nullify.exp
11486 * gdb.arch/powerpc-aix-prologue.exp
11487 * gdb.arch/thumb-bx-pc.exp
11488 * gdb.base/annota1.exp
11489 * gdb.base/annota3.exp
11490 * gdb.base/arrayidx.exp
11491 * gdb.base/assign.exp
11492 * gdb.base/attach.exp
11493 * gdb.base/auxv.exp
11494 * gdb.base/bang.exp
11495 * gdb.base/bfp-test.exp
11496 * gdb.base/bigcore.exp
11497 * gdb.base/bitfields2.exp
11498 * gdb.base/break-fun-addr.exp
11499 * gdb.base/break-probes.exp
11500 * gdb.base/call-rt-st.exp
11501 * gdb.base/callexit.exp
11502 * gdb.base/catch-fork-kill.exp
11503 * gdb.base/charset.exp
11504 * gdb.base/checkpoint.exp
11505 * gdb.base/comprdebug.exp
11506 * gdb.base/constvars.exp
11507 * gdb.base/coredump-filter.exp
11508 * gdb.base/cursal.exp
11509 * gdb.base/cvexpr.exp
11510 * gdb.base/detach.exp
11511 * gdb.base/display.exp
11512 * gdb.base/dmsym.exp
11513 * gdb.base/dprintf-pending.exp
11514 * gdb.base/dso2dso.exp
11515 * gdb.base/dtrace-probe.exp
11516 * gdb.base/dump.exp
11517 * gdb.base/enum_cond.exp
11518 * gdb.base/exe-lock.exp
11519 * gdb.base/exec-invalid-sysroot.exp
11520 * gdb.base/execl-update-breakpoints.exp
11521 * gdb.base/exprs.exp
11522 * gdb.base/fileio.exp
11523 * gdb.base/find.exp
11524 * gdb.base/finish.exp
11525 * gdb.base/fixsection.exp
11526 * gdb.base/foll-vfork.exp
11527 * gdb.base/frame-args.exp
11528 * gdb.base/gcore.exp
11529 * gdb.base/gdb1250.exp
11530 * gdb.base/global-var-nested-by-dso.exp
11531 * gdb.base/gnu-ifunc.exp
11532 * gdb.base/hashline1.exp
11533 * gdb.base/hashline2.exp
11534 * gdb.base/hashline3.exp
11535 * gdb.base/hbreak-in-shr-unsupported.exp
11536 * gdb.base/huge.exp
11537 * gdb.base/infcall-input.exp
11538 * gdb.base/info-fun.exp
11539 * gdb.base/info-shared.exp
11540 * gdb.base/jit-simple.exp
11541 * gdb.base/jit-so.exp
11542 * gdb.base/jit.exp
11543 * gdb.base/jump.exp
11544 * gdb.base/label.exp
11545 * gdb.base/lineinc.exp
11546 * gdb.base/logical.exp
11547 * gdb.base/longjmp.exp
11548 * gdb.base/macscp.exp
11549 * gdb.base/miscexprs.exp
11550 * gdb.base/new-ui-echo.exp
11551 * gdb.base/new-ui-pending-input.exp
11552 * gdb.base/new-ui.exp
11553 * gdb.base/nodebug.exp
11554 * gdb.base/nofield.exp
11555 * gdb.base/offsets.exp
11556 * gdb.base/overlays.exp
11557 * gdb.base/pending.exp
11558 * gdb.base/pointers.exp
11559 * gdb.base/pr11022.exp
11560 * gdb.base/printcmds.exp
11561 * gdb.base/prologue.exp
11562 * gdb.base/ptr-typedef.exp
11563 * gdb.base/realname-expand.exp
11564 * gdb.base/relativedebug.exp
11565 * gdb.base/relocate.exp
11566 * gdb.base/remote.exp
11567 * gdb.base/reread.exp
11568 * gdb.base/return2.exp
11569 * gdb.base/savedregs.exp
11570 * gdb.base/sep.exp
11571 * gdb.base/sepdebug.exp
11572 * gdb.base/sepsymtab.exp
11573 * gdb.base/set-inferior-tty.exp
11574 * gdb.base/setshow.exp
11575 * gdb.base/shlib-call.exp
11576 * gdb.base/sigaltstack.exp
11577 * gdb.base/siginfo-addr.exp
11578 * gdb.base/signals.exp
11579 * gdb.base/signull.exp
11580 * gdb.base/sigrepeat.exp
11581 * gdb.base/so-impl-ld.exp
11582 * gdb.base/solib-display.exp
11583 * gdb.base/solib-overlap.exp
11584 * gdb.base/solib-search.exp
11585 * gdb.base/solib-symbol.exp
11586 * gdb.base/structs.exp
11587 * gdb.base/structs2.exp
11588 * gdb.base/symtab-search-order.exp
11589 * gdb.base/twice.exp
11590 * gdb.base/unload.exp
11591 * gdb.base/varargs.exp
11592 * gdb.base/watchpoint-solib.exp
11593 * gdb.base/watchpoint.exp
11594 * gdb.base/whatis.exp
11595 * gdb.base/wrong_frame_bt_full.exp
11596 * gdb.btrace/dlopen.exp
11597 * gdb.cell/ea-standalone.exp
11598 * gdb.cell/ea-test.exp
11599 * gdb.cp/dispcxx.exp
11600 * gdb.cp/gdb2384.exp
11601 * gdb.cp/method2.exp
11602 * gdb.cp/nextoverthrow.exp
11603 * gdb.cp/pr10728.exp
11604 * gdb.disasm/am33.exp
11605 * gdb.disasm/h8300s.exp
11606 * gdb.disasm/mn10300.exp
11607 * gdb.disasm/sh3.exp
11608 * gdb.dwarf2/dw2-dir-file-name.exp
11609 * gdb.fortran/complex.exp
11610 * gdb.fortran/library-module.exp
11611 * gdb.guile/scm-pretty-print.exp
11612 * gdb.guile/scm-symbol.exp
11613 * gdb.guile/scm-type.exp
11614 * gdb.guile/scm-value.exp
11615 * gdb.linespec/linespec.exp
11616 * gdb.mi/gdb701.exp
11617 * gdb.mi/gdb792.exp
11618 * gdb.mi/mi-breakpoint-changed.exp
11619 * gdb.mi/mi-dprintf-pending.exp
11620 * gdb.mi/mi-dprintf.exp
11621 * gdb.mi/mi-exit-code.exp
11622 * gdb.mi/mi-pending.exp
11623 * gdb.mi/mi-solib.exp
11624 * gdb.mi/new-ui-mi-sync.exp
11625 * gdb.mi/pr11022.exp
11626 * gdb.mi/user-selected-context-sync.exp
11627 * gdb.opt/solib-intra-step.exp
11628 * gdb.python/py-events.exp
11629 * gdb.python/py-finish-breakpoint.exp
11630 * gdb.python/py-mi.exp
11631 * gdb.python/py-prettyprint.exp
11632 * gdb.python/py-shared.exp
11633 * gdb.python/py-symbol.exp
11634 * gdb.python/py-template.exp
11635 * gdb.python/py-type.exp
11636 * gdb.python/py-value.exp
11637 * gdb.reverse/solib-precsave.exp
11638 * gdb.reverse/solib-reverse.exp
11639 * gdb.server/solib-list.exp
11640 * gdb.stabs/weird.exp
11641 * gdb.threads/reconnect-signal.exp
11642 * gdb.threads/stepi-random-signal.exp
11643 * gdb.trace/actions.exp
11644 * gdb.trace/ax.exp
11645 * gdb.trace/backtrace.exp
11646 * gdb.trace/change-loc.exp
11647 * gdb.trace/deltrace.exp
11648 * gdb.trace/ftrace-lock.exp
11649 * gdb.trace/ftrace.exp
11650 * gdb.trace/infotrace.exp
11651 * gdb.trace/mi-tracepoint-changed.exp
11652 * gdb.trace/packetlen.exp
11653 * gdb.trace/passcount.exp
11654 * gdb.trace/pending.exp
11655 * gdb.trace/range-stepping.exp
11656 * gdb.trace/report.exp
11657 * gdb.trace/stap-trace.exp
11658 * gdb.trace/tfind.exp
11659 * gdb.trace/trace-break.exp
11660 * gdb.trace/trace-condition.exp
11661 * gdb.trace/trace-enable-disable.exp
11662 * gdb.trace/trace-mt.exp
11663 * gdb.trace/tracecmd.exp
11664 * gdb.trace/tspeed.exp
11665 * gdb.trace/tsv.exp
11666 * lib/perftest.exp
11667
11668 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11669
11670 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
11671 with gdb_test_no_output.
11672 Use command as test name.
11673
11674 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11675
11676 Fix test names starting with uppercase throughout the files.
11677
11678 * gdb.ada/assign_1.exp
11679 * gdb.ada/boolean_expr.exp
11680 * gdb.base/arrayidx.exp
11681 * gdb.base/del.exp
11682 * gdb.base/gcore-buffer-overflow.exp
11683 * gdb.base/testenv.exp
11684 * gdb.compile/compile.exp
11685 * gdb.python/py-framefilter-invalidarg.exp
11686 * gdb.python/py-framefilter.exp
11687
11688 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11689
11690 Fix test names starting with uppercase throughout the files.
11691
11692 * gdb.ada/array_return.exp
11693 * gdb.ada/expr_delims.exp
11694 * gdb.ada/mi_dyn_arr.exp
11695 * gdb.ada/mi_interface.exp
11696 * gdb.ada/mi_var_array.exp
11697 * gdb.ada/watch_arg.exp
11698 * gdb.arch/alpha-step.exp
11699 * gdb.arch/altivec-regs.exp
11700 * gdb.arch/e500-regs.exp
11701 * gdb.arch/powerpc-d128-regs.exp
11702 * gdb.base/arrayidx.exp
11703 * gdb.base/break.exp
11704 * gdb.base/checkpoint.exp
11705 * gdb.base/debug-expr.exp
11706 * gdb.base/dmsym.exp
11707 * gdb.base/radix.exp
11708 * gdb.base/sepdebug.exp
11709 * gdb.base/testenv.exp
11710 * gdb.base/watch_thread_num.exp
11711 * gdb.base/watchpoint-cond-gone.exp
11712 * gdb.cell/break.exp
11713 * gdb.cell/ea-cache.exp
11714 * gdb.compile/compile.exp
11715 * gdb.cp/gdb2495.exp
11716 * gdb.gdb/selftest.exp
11717 * gdb.gdb/xfullpath.exp
11718 * gdb.go/hello.exp
11719 * gdb.go/integers.exp
11720 * gdb.objc/basicclass.exp
11721 * gdb.pascal/hello.exp
11722 * gdb.pascal/integers.exp
11723 * gdb.python/py-breakpoint.exp
11724 * gdb.python/py-cmd.exp
11725 * gdb.python/py-linetable.exp
11726 * gdb.python/py-xmethods.exp
11727 * gdb.python/python.exp
11728 * gdb.reverse/consecutive-precsave.exp
11729 * gdb.reverse/finish-precsave.exp
11730 * gdb.reverse/i386-precsave.exp
11731 * gdb.reverse/machinestate-precsave.exp
11732 * gdb.reverse/sigall-precsave.exp
11733 * gdb.reverse/solib-precsave.exp
11734 * gdb.reverse/step-precsave.exp
11735 * gdb.reverse/until-precsave.exp
11736 * gdb.reverse/watch-precsave.exp
11737 * gdb.threads/leader-exit.exp
11738 * gdb.threads/pthreads.exp
11739 * gdb.threads/wp-replication.exp
11740 * gdb.trace/actions.exp
11741 * gdb.trace/mi-tsv-changed.exp
11742 * gdb.trace/tsv.exp
11743
11744 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11745
11746 Fix test names starting with uppercase throughout the files.
11747
11748 * gdb.arch/i386-bp_permanent.exp
11749 * gdb.arch/i386-gnu-cfi.exp
11750 * gdb.base/disasm-end-cu.exp
11751 * gdb.base/macscp.exp
11752 * gdb.base/pending.exp
11753 * gdb.base/watch_thread_num.exp
11754 * gdb.cp/exception.exp
11755 * gdb.cp/gdb2495.exp
11756 * gdb.cp/local.exp
11757 * gdb.python/py-evsignal.exp
11758 * gdb.python/python.exp
11759 * gdb.trace/tracecmd.exp
11760
11761 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11762
11763 Fix test names starting with uppercase throughout the files.
11764
11765 * gdb.base/charset.exp
11766 * gdb.base/eval.exp
11767 * gdb.base/multi-forks.exp
11768 * gdb.guile/scm-progspace.exp
11769 * gdb.opencl/datatypes.exp
11770 * gdb.python/py-block.exp
11771 * gdb.python/py-function.exp
11772 * gdb.python/py-symbol.exp
11773 * gdb.python/py-symtab.exp
11774 * gdb.python/py-xmethods.exp
11775 * gdb.reverse/break-precsave.exp
11776 * gdb.reverse/break-reverse.exp
11777 * gdb.reverse/consecutive-precsave.exp
11778 * gdb.reverse/consecutive-reverse.exp
11779 * gdb.reverse/finish-precsave.exp
11780 * gdb.reverse/finish-reverse-bkpt.exp
11781 * gdb.reverse/finish-reverse.exp
11782 * gdb.reverse/fstatat-reverse.exp
11783 * gdb.reverse/getresuid-reverse.exp
11784 * gdb.reverse/i386-precsave.exp
11785 * gdb.reverse/i386-reverse.exp
11786 * gdb.reverse/i386-sse-reverse.exp
11787 * gdb.reverse/i387-stack-reverse.exp
11788 * gdb.reverse/insn-reverse.exp
11789 * gdb.reverse/machinestate-precsave.exp
11790 * gdb.reverse/machinestate.exp
11791 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11792 * gdb.reverse/pipe-reverse.exp
11793 * gdb.reverse/readv-reverse.exp
11794 * gdb.reverse/recvmsg-reverse.exp
11795 * gdb.reverse/rerun-prec.exp
11796 * gdb.reverse/s390-mvcle.exp
11797 * gdb.reverse/sigall-precsave.exp
11798 * gdb.reverse/sigall-reverse.exp
11799 * gdb.reverse/solib-precsave.exp
11800 * gdb.reverse/solib-reverse.exp
11801 * gdb.reverse/step-precsave.exp
11802 * gdb.reverse/step-reverse.exp
11803 * gdb.reverse/time-reverse.exp
11804 * gdb.reverse/until-precsave.exp
11805 * gdb.reverse/until-reverse.exp
11806 * gdb.reverse/waitpid-reverse.exp
11807 * gdb.reverse/watch-precsave.exp
11808 * gdb.reverse/watch-reverse.exp
11809
11810 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11811
11812 Fix test names starting with uppercase throughout the files.
11813
11814 * gdb.arch/i386-mpx-simple_segv.exp
11815 * gdb.arch/i386-mpx.exp
11816 * gdb.arch/i386-permbkpt.exp
11817 * gdb.arch/pa-nullify.exp
11818 * gdb.arch/powerpc-d128-regs.exp
11819 * gdb.arch/vsx-regs.exp
11820 * gdb.base/bfp-test.exp
11821 * gdb.base/break.exp
11822 * gdb.base/breakpoint-shadow.exp
11823 * gdb.base/callfuncs.exp
11824 * gdb.base/charset.exp
11825 * gdb.base/commands.exp
11826 * gdb.base/completion.exp
11827 * gdb.base/dfp-test.exp
11828 * gdb.base/echo.exp
11829 * gdb.base/ending-run.exp
11830 * gdb.base/eval.exp
11831 * gdb.base/expand-psymtabs.exp
11832 * gdb.base/float128.exp
11833 * gdb.base/floatn.exp
11834 * gdb.base/foll-exec-mode.exp
11835 * gdb.base/gdb1056.exp
11836 * gdb.base/gdb11531.exp
11837 * gdb.base/kill-after-signal.exp
11838 * gdb.base/multi-forks.exp
11839 * gdb.base/overlays.exp
11840 * gdb.base/pending.exp
11841 * gdb.base/sepdebug.exp
11842 * gdb.base/testenv.exp
11843 * gdb.base/valgrind-db-attach.exp
11844 * gdb.base/watch_thread_num.exp
11845 * gdb.base/watchpoint-cond-gone.exp
11846 * gdb.base/watchpoint.exp
11847 * gdb.base/watchpoints.exp
11848 * gdb.cp/arg-reference.exp
11849 * gdb.cp/baseenum.exp
11850 * gdb.cp/operator.exp
11851 * gdb.cp/shadow.exp
11852 * gdb.dwarf2/dw2-op-out-param.exp
11853 * gdb.dwarf2/dw2-reg-undefined.exp
11854 * gdb.go/chan.exp
11855 * gdb.go/hello.exp
11856 * gdb.go/integers.exp
11857 * gdb.go/methods.exp
11858 * gdb.go/package.exp
11859 * gdb.guile/scm-parameter.exp
11860 * gdb.guile/scm-progspace.exp
11861 * gdb.guile/scm-value.exp
11862 * gdb.mi/mi-pending.exp
11863 * gdb.mi/user-selected-context-sync.exp
11864 * gdb.multi/multi-attach.exp
11865 * gdb.multi/tids.exp
11866 * gdb.opt/clobbered-registers-O2.exp
11867 * gdb.pascal/floats.exp
11868 * gdb.pascal/integers.exp
11869 * gdb.python/py-block.exp
11870 * gdb.python/py-events.exp
11871 * gdb.python/py-parameter.exp
11872 * gdb.python/py-symbol.exp
11873 * gdb.python/py-symtab.exp
11874 * gdb.python/py-type.exp
11875 * gdb.python/py-value.exp
11876 * gdb.python/py-xmethods.exp
11877 * gdb.python/python.exp
11878 * gdb.reverse/break-precsave.exp
11879 * gdb.reverse/consecutive-precsave.exp
11880 * gdb.reverse/finish-precsave.exp
11881 * gdb.reverse/i386-precsave.exp
11882 * gdb.reverse/machinestate-precsave.exp
11883 * gdb.reverse/sigall-precsave.exp
11884 * gdb.reverse/solib-precsave.exp
11885 * gdb.reverse/step-precsave.exp
11886 * gdb.reverse/until-precsave.exp
11887 * gdb.reverse/watch-precsave.exp
11888 * gdb.server/ext-attach.exp
11889 * gdb.server/ext-restart.exp
11890 * gdb.server/ext-run.exp
11891 * gdb.server/ext-wrapper.exp
11892 * gdb.stabs/gdb11479.exp
11893 * gdb.stabs/weird.exp
11894 * gdb.threads/attach-many-short-lived-threads.exp
11895 * gdb.threads/kill.exp
11896 * gdb.threads/watchpoint-fork.exp
11897
11898 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11899
11900 Fix test names starting with uppercase throughout all the files below.
11901
11902 * gdb.ada/array_return.exp
11903 * gdb.ada/catch_ex.exp
11904 * gdb.ada/info_exc.exp
11905 * gdb.ada/mi_catch_ex.exp
11906 * gdb.ada/mi_dyn_arr.exp
11907 * gdb.ada/mi_ex_cond.exp
11908 * gdb.ada/mi_exc_info.exp
11909 * gdb.ada/mi_interface.exp
11910 * gdb.ada/mi_task_arg.exp
11911 * gdb.ada/mi_task_info.exp
11912 * gdb.ada/mi_var_array.exp
11913 * gdb.arch/alpha-step.exp
11914 * gdb.arch/amd64-disp-step.exp
11915 * gdb.arch/arm-disp-step.exp
11916 * gdb.arch/disp-step-insn-reloc.exp
11917 * gdb.arch/e500-prologue.exp
11918 * gdb.arch/ftrace-insn-reloc.exp
11919 * gdb.arch/gdb1558.exp
11920 * gdb.arch/i386-bp_permanent.exp
11921 * gdb.arch/i386-disp-step.exp
11922 * gdb.arch/i386-float.exp
11923 * gdb.arch/i386-gnu-cfi.exp
11924 * gdb.arch/ia64-breakpoint-shadow.exp
11925 * gdb.arch/mips16-thunks.exp
11926 * gdb.arch/pa-nullify.exp
11927 * gdb.arch/powerpc-aix-prologue.exp
11928 * gdb.arch/powerpc-power.exp
11929 * gdb.arch/ppc-dfp.exp
11930 * gdb.arch/s390-tdbregs.exp
11931 * gdb.arch/spu-info.exp
11932 * gdb.arch/spu-ls.exp
11933 * gdb.arch/thumb-bx-pc.exp
11934 * gdb.base/advance.exp
11935 * gdb.base/annota-input-while-running.exp
11936 * gdb.base/arrayidx.exp
11937 * gdb.base/asmlabel.exp
11938 * gdb.base/async.exp
11939 * gdb.base/attach-wait-input.exp
11940 * gdb.base/auto-connect-native-target.exp
11941 * gdb.base/batch-preserve-term-settings.exp
11942 * gdb.base/bfp-test.exp
11943 * gdb.base/bigcore.exp
11944 * gdb.base/bp-permanent.exp
11945 * gdb.base/break-always.exp
11946 * gdb.base/break-fun-addr.exp
11947 * gdb.base/break-idempotent.exp
11948 * gdb.base/break-main-file-remove-fail.exp
11949 * gdb.base/break-probes.exp
11950 * gdb.base/break-unload-file.exp
11951 * gdb.base/break.exp
11952 * gdb.base/call-ar-st.exp
11953 * gdb.base/call-rt-st.exp
11954 * gdb.base/call-sc.exp
11955 * gdb.base/call-signal-resume.exp
11956 * gdb.base/call-strs.exp
11957 * gdb.base/callexit.exp
11958 * gdb.base/callfuncs.exp
11959 * gdb.base/catch-gdb-caused-signals.exp
11960 * gdb.base/catch-signal-siginfo-cond.exp
11961 * gdb.base/catch-syscall.exp
11962 * gdb.base/compare-sections.exp
11963 * gdb.base/cond-eval-mode.exp
11964 * gdb.base/condbreak-call-false.exp
11965 * gdb.base/consecutive-step-over.exp
11966 * gdb.base/cursal.exp
11967 * gdb.base/disabled-location.exp
11968 * gdb.base/disasm-end-cu.exp
11969 * gdb.base/display.exp
11970 * gdb.base/double-prompt-target-event-error.exp
11971 * gdb.base/dprintf-bp-same-addr.exp
11972 * gdb.base/dprintf-detach.exp
11973 * gdb.base/dprintf-next.exp
11974 * gdb.base/dprintf-non-stop.exp
11975 * gdb.base/dprintf-pending.exp
11976 * gdb.base/dso2dso.exp
11977 * gdb.base/ending-run.exp
11978 * gdb.base/enum_cond.exp
11979 * gdb.base/examine-backward.exp
11980 * gdb.base/exe-lock.exp
11981 * gdb.base/exec-invalid-sysroot.exp
11982 * gdb.base/execl-update-breakpoints.exp
11983 * gdb.base/execution-termios.exp
11984 * gdb.base/fileio.exp
11985 * gdb.base/fixsection.exp
11986 * gdb.base/foll-exec-mode.exp
11987 * gdb.base/foll-exec.exp
11988 * gdb.base/fork-running-state.exp
11989 * gdb.base/frame-args.exp
11990 * gdb.base/fullpath-expand.exp
11991 * gdb.base/func-ptr.exp
11992 * gdb.base/gcore-relro-pie.exp
11993 * gdb.base/gdb1090.exp
11994 * gdb.base/gdb1555.exp
11995 * gdb.base/global-var-nested-by-dso.exp
11996 * gdb.base/gnu-ifunc.exp
11997 * gdb.base/hbreak-in-shr-unsupported.exp
11998 * gdb.base/hbreak-unmapped.exp
11999 * gdb.base/hook-stop.exp
12000 * gdb.base/infcall-input.exp
12001 * gdb.base/info-fun.exp
12002 * gdb.base/info-shared.exp
12003 * gdb.base/interrupt-noterm.exp
12004 * gdb.base/jit-so.exp
12005 * gdb.base/jit.exp
12006 * gdb.base/line-symtabs.exp
12007 * gdb.base/list.exp
12008 * gdb.base/longjmp.exp
12009 * gdb.base/macscp.exp
12010 * gdb.base/max-value-size.exp
12011 * gdb.base/nodebug.exp
12012 * gdb.base/nofield.exp
12013 * gdb.base/overlays.exp
12014 * gdb.base/paginate-after-ctrl-c-running.exp
12015 * gdb.base/paginate-bg-execution.exp
12016 * gdb.base/paginate-inferior-exit.exp
12017 * gdb.base/pending.exp
12018 * gdb.base/pr11022.exp
12019 * gdb.base/printcmds.exp
12020 * gdb.base/ptr-typedef.exp
12021 * gdb.base/ptype.exp
12022 * gdb.base/randomize.exp
12023 * gdb.base/range-stepping.exp
12024 * gdb.base/realname-expand.exp
12025 * gdb.base/relativedebug.exp
12026 * gdb.base/remote.exp
12027 * gdb.base/savedregs.exp
12028 * gdb.base/sepdebug.exp
12029 * gdb.base/set-noassign.exp
12030 * gdb.base/shlib-call.exp
12031 * gdb.base/shreloc.exp
12032 * gdb.base/sigaltstack.exp
12033 * gdb.base/sigbpt.exp
12034 * gdb.base/siginfo-addr.exp
12035 * gdb.base/siginfo-obj.exp
12036 * gdb.base/siginfo-thread.exp
12037 * gdb.base/signest.exp
12038 * gdb.base/signull.exp
12039 * gdb.base/sigrepeat.exp
12040 * gdb.base/skip.exp
12041 * gdb.base/so-impl-ld.exp
12042 * gdb.base/solib-corrupted.exp
12043 * gdb.base/solib-disc.exp
12044 * gdb.base/solib-display.exp
12045 * gdb.base/solib-overlap.exp
12046 * gdb.base/solib-search.exp
12047 * gdb.base/solib-symbol.exp
12048 * gdb.base/source-execution.exp
12049 * gdb.base/sss-bp-on-user-bp-2.exp
12050 * gdb.base/sss-bp-on-user-bp.exp
12051 * gdb.base/stack-checking.exp
12052 * gdb.base/stale-infcall.exp
12053 * gdb.base/step-break.exp
12054 * gdb.base/step-line.exp
12055 * gdb.base/step-over-exit.exp
12056 * gdb.base/step-test.exp
12057 * gdb.base/structs.exp
12058 * gdb.base/sym-file.exp
12059 * gdb.base/symtab-search-order.exp
12060 * gdb.base/term.exp
12061 * gdb.base/type-opaque.exp
12062 * gdb.base/unload.exp
12063 * gdb.base/until-nodebug.exp
12064 * gdb.base/until.exp
12065 * gdb.base/unwindonsignal.exp
12066 * gdb.base/watch-cond.exp
12067 * gdb.base/watch-non-mem.exp
12068 * gdb.base/watch_thread_num.exp
12069 * gdb.base/watchpoint-reuse-slot.exp
12070 * gdb.base/watchpoint-solib.exp
12071 * gdb.base/watchpoint.exp
12072 * gdb.btrace/dlopen.exp
12073 * gdb.cell/arch.exp
12074 * gdb.cell/break.exp
12075 * gdb.cell/bt.exp
12076 * gdb.cell/core.exp
12077 * gdb.cell/data.exp
12078 * gdb.cell/dwarfaddr.exp
12079 * gdb.cell/ea-cache.exp
12080 * gdb.cell/ea-standalone.exp
12081 * gdb.cell/ea-test.exp
12082 * gdb.cell/f-regs.exp
12083 * gdb.cell/fork.exp
12084 * gdb.cell/gcore.exp
12085 * gdb.cell/mem-access.exp
12086 * gdb.cell/ptype.exp
12087 * gdb.cell/registers.exp
12088 * gdb.cell/sizeof.exp
12089 * gdb.cell/solib-symbol.exp
12090 * gdb.cell/solib.exp
12091 * gdb.compile/compile-tls.exp
12092 * gdb.cp/exception.exp
12093 * gdb.cp/gdb2495.exp
12094 * gdb.cp/local.exp
12095 * gdb.cp/mb-inline.exp
12096 * gdb.cp/mb-templates.exp
12097 * gdb.cp/pr10687.exp
12098 * gdb.cp/pr9167.exp
12099 * gdb.cp/scope-err.exp
12100 * gdb.cp/templates.exp
12101 * gdb.cp/virtfunc.exp
12102 * gdb.dwarf2/dw2-dir-file-name.exp
12103 * gdb.dwarf2/dw2-single-line-discriminators.exp
12104 * gdb.fortran/complex.exp
12105 * gdb.fortran/library-module.exp
12106 * gdb.guile/guile.exp
12107 * gdb.guile/scm-cmd.exp
12108 * gdb.guile/scm-frame-inline.exp
12109 * gdb.guile/scm-objfile.exp
12110 * gdb.guile/scm-pretty-print.exp
12111 * gdb.guile/scm-symbol.exp
12112 * gdb.guile/scm-type.exp
12113 * gdb.guile/scm-value.exp
12114 * gdb.linespec/keywords.exp
12115 * gdb.linespec/ls-errs.exp
12116 * gdb.linespec/macro-relative.exp
12117 * gdb.linespec/thread.exp
12118 * gdb.mi/mi-breakpoint-changed.exp
12119 * gdb.mi/mi-dprintf-pending.exp
12120 * gdb.mi/mi-fullname-deleted.exp
12121 * gdb.mi/mi-logging.exp
12122 * gdb.mi/mi-pending.exp
12123 * gdb.mi/mi-solib.exp
12124 * gdb.mi/new-ui-mi-sync.exp
12125 * gdb.mi/user-selected-context-sync.exp
12126 * gdb.multi/dummy-frame-restore.exp
12127 * gdb.multi/multi-arch-exec.exp
12128 * gdb.multi/remove-inferiors.exp
12129 * gdb.multi/watchpoint-multi-exit.exp
12130 * gdb.opt/solib-intra-step.exp
12131 * gdb.perf/backtrace.exp
12132 * gdb.perf/single-step.exp
12133 * gdb.perf/skip-command.exp
12134 * gdb.perf/skip-prologue.exp
12135 * gdb.perf/solib.exp
12136 * gdb.python/lib-types.exp
12137 * gdb.python/py-as-string.exp
12138 * gdb.python/py-bad-printers.exp
12139 * gdb.python/py-block.exp
12140 * gdb.python/py-breakpoint.exp
12141 * gdb.python/py-cmd.exp
12142 * gdb.python/py-events.exp
12143 * gdb.python/py-evthreads.exp
12144 * gdb.python/py-finish-breakpoint.exp
12145 * gdb.python/py-finish-breakpoint2.exp
12146 * gdb.python/py-frame-inline.exp
12147 * gdb.python/py-frame.exp
12148 * gdb.python/py-inferior.exp
12149 * gdb.python/py-infthread.exp
12150 * gdb.python/py-mi.exp
12151 * gdb.python/py-objfile.exp
12152 * gdb.python/py-pp-maint.exp
12153 * gdb.python/py-pp-registration.exp
12154 * gdb.python/py-prettyprint.exp
12155 * gdb.python/py-recurse-unwind.exp
12156 * gdb.python/py-shared.exp
12157 * gdb.python/py-symbol.exp
12158 * gdb.python/py-symtab.exp
12159 * gdb.python/py-template.exp
12160 * gdb.python/py-type.exp
12161 * gdb.python/py-unwind-maint.exp
12162 * gdb.python/py-unwind.exp
12163 * gdb.python/py-value.exp
12164 * gdb.python/python.exp
12165 * gdb.reverse/finish-reverse-bkpt.exp
12166 * gdb.reverse/insn-reverse.exp
12167 * gdb.reverse/next-reverse-bkpt-over-sr.exp
12168 * gdb.reverse/solib-precsave.exp
12169 * gdb.reverse/solib-reverse.exp
12170 * gdb.stabs/gdb11479.exp
12171 * gdb.stabs/weird.exp
12172 * gdb.threads/fork-child-threads.exp
12173 * gdb.threads/fork-plus-threads.exp
12174 * gdb.threads/fork-thread-pending.exp
12175 * gdb.threads/forking-threads-plus-breakpoint.exp
12176 * gdb.threads/hand-call-in-threads.exp
12177 * gdb.threads/interrupted-hand-call.exp
12178 * gdb.threads/linux-dp.exp
12179 * gdb.threads/local-watch-wrong-thread.exp
12180 * gdb.threads/next-while-other-thread-longjmps.exp
12181 * gdb.threads/non-ldr-exit.exp
12182 * gdb.threads/pending-step.exp
12183 * gdb.threads/print-threads.exp
12184 * gdb.threads/process-dies-while-detaching.exp
12185 * gdb.threads/process-dies-while-handling-bp.exp
12186 * gdb.threads/pthreads.exp
12187 * gdb.threads/queue-signal.exp
12188 * gdb.threads/reconnect-signal.exp
12189 * gdb.threads/signal-command-handle-nopass.exp
12190 * gdb.threads/signal-command-multiple-signals-pending.exp
12191 * gdb.threads/signal-delivered-right-thread.exp
12192 * gdb.threads/signal-sigtrap.exp
12193 * gdb.threads/sigthread.exp
12194 * gdb.threads/staticthreads.exp
12195 * gdb.threads/stepi-random-signal.exp
12196 * gdb.threads/thread-unwindonsignal.exp
12197 * gdb.threads/thread_check.exp
12198 * gdb.threads/thread_events.exp
12199 * gdb.threads/tid-reuse.exp
12200 * gdb.threads/tls-nodebug.exp
12201 * gdb.threads/tls-shared.exp
12202 * gdb.threads/tls-so_extern.exp
12203 * gdb.threads/tls.exp
12204 * gdb.threads/wp-replication.exp
12205 * gdb.trace/actions-changed.exp
12206 * gdb.trace/actions.exp
12207 * gdb.trace/backtrace.exp
12208 * gdb.trace/change-loc.exp
12209 * gdb.trace/collection.exp
12210 * gdb.trace/deltrace.exp
12211 * gdb.trace/disconnected-tracing.exp
12212 * gdb.trace/entry-values.exp
12213 * gdb.trace/ftrace-lock.exp
12214 * gdb.trace/ftrace.exp
12215 * gdb.trace/infotrace.exp
12216 * gdb.trace/mi-trace-frame-collected.exp
12217 * gdb.trace/mi-trace-unavailable.exp
12218 * gdb.trace/mi-traceframe-changed.exp
12219 * gdb.trace/mi-tracepoint-changed.exp
12220 * gdb.trace/mi-tsv-changed.exp
12221 * gdb.trace/no-attach-trace.exp
12222 * gdb.trace/packetlen.exp
12223 * gdb.trace/passc-dyn.exp
12224 * gdb.trace/passcount.exp
12225 * gdb.trace/pending.exp
12226 * gdb.trace/pr16508.exp
12227 * gdb.trace/qtro.exp
12228 * gdb.trace/range-stepping.exp
12229 * gdb.trace/read-memory.exp
12230 * gdb.trace/report.exp
12231 * gdb.trace/save-trace.exp
12232 * gdb.trace/signal.exp
12233 * gdb.trace/stap-trace.exp
12234 * gdb.trace/status-stop.exp
12235 * gdb.trace/strace.exp
12236 * gdb.trace/tfile.exp
12237 * gdb.trace/tfind.exp
12238 * gdb.trace/trace-break.exp
12239 * gdb.trace/trace-condition.exp
12240 * gdb.trace/trace-enable-disable.exp
12241 * gdb.trace/trace-mt.exp
12242 * gdb.trace/tracecmd.exp
12243 * gdb.trace/tracefile-pseudo-reg.exp
12244 * gdb.trace/tspeed.exp
12245 * gdb.trace/tstatus.exp
12246 * gdb.trace/tsv.exp
12247 * gdb.trace/unavailable.exp
12248 * gdb.trace/while-dyn.exp
12249 * gdb.trace/while-stepping.exp
12250 * lib/gdb-guile.exp
12251 * lib/gdb.exp
12252 * lib/mi-support.exp
12253 * lib/pascal.exp
12254 * lib/perftest.exp
12255 * lib/prelink-support.exp
12256 * lib/selftest-support.exp
12257
12258 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
12259
12260 * Makefile.in: Include disable-implicit-rules.mk.
12261
12262 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12263
12264 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
12265 non-byte-aligned bit fields.
12266
12267 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12268
12269 PR gdb/12616
12270 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
12271 respects the DW_AT_data_bit_offset attribute.
12272
12273 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
12274
12275 * gdb.base/default.exp: Fix output of "set language".
12276
12277 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
12278
12279 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
12280 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
12281 make.
12282 * configure.ac: Remove checks for the make program.
12283 * configure: Re-generate.
12284
12285 2016-11-16 Kevin Buettner <kevinb@redhat.com>
12286
12287 * gdb.python/py-recurse-unwind.c (main): Add loop.
12288 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
12289 to read_register() and gdb.parse_and_eval(). Make each code
12290 call a separate case that can be individually tested.
12291 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
12292 proc. Call cont_and_backtrace for each of the code paths that
12293 we want to test in the unwinder.
12294
12295 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
12296
12297 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
12298 the definition of struct S.
12299
12300 2016-11-11 Catherine Moore <clm@codesourcery.com>
12301
12302 * gdb.base/dump.exp: Identify verilog format dump tests as such.
12303
12304 2016-11-09 Pedro Alves <palves@redhat.com>
12305
12306 * gdb.base/commands.exp (runto_or_return): New procedure.
12307 (gdbvar_simple_if_test, gdbvar_simple_while_test)
12308 (gdbvar_complex_if_while_test, progvar_simple_if_test)
12309 (progvar_simple_while_test, progvar_complex_if_while_test)
12310 (if_while_breakpoint_command_test)
12311 (infrun_breakpoint_command_test, breakpoint_command_test)
12312 (user_defined_command_test, watchpoint_command_test)
12313 (test_command_prompt_position, redefine_hook_test)
12314 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
12315 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
12316 multi_line_input and multi_line. Remove gdb_expect and
12317 gdb_stop_suppressing_tests uses.
12318 * lib/gdb.exp (valnum_re): New global.
12319 (multi_line_input): New procedure.
12320
12321 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
12322
12323 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
12324 Remove.
12325 (test_setup): Define with proc_with_prefix.
12326 (test_cli_inferior): Likewise.
12327 (test_cli_thread): Likewise.
12328 (test_cli_frame): Likewise.
12329 (test_cli_select_frame): Likewise.
12330 (test_cli_up_down): Likewise.
12331 (test_mi_thread_select): Likewise.
12332 (test_mi_stack_select_frame): Likewise.
12333 (test_cli_in_mi_inferior): Likewise.
12334 (test_cli_in_mi_thread): Likewise.
12335 (test_cli_in_mi_frame): Likewise.
12336 (top level): Do not use with_test_prefix_procname.
12337
12338 2016-11-09 Pedro Alves <palves@redhat.com>
12339
12340 * gdb.base/commands.exp (gdbvar_simple_if_test)
12341 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
12342 (progvar_simple_if_test, progvar_simple_while_test)
12343 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
12344 (infrun_breakpoint_command_test, breakpoint_command_test)
12345 (user_defined_command_test, watchpoint_command_test)
12346 (test_command_prompt_position, deprecated_command_test)
12347 (bp_deleted_in_command, temporary_breakpoint_commands)
12348 (stray_arg0_test, source_file_with_indented_comment)
12349 (recursive_source_test, if_commands_test)
12350 (error_clears_commands_left, redefine_hook_test)
12351 (redefine_backtrace_test): Use proc_with_prefix.
12352 * lib/gdb.exp (proc_with_prefix): New proc.
12353
12354 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
12355
12356 * gdb.base/tui-layout.c: New file.
12357 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
12358 disassembly window contains very long lines.
12359
12360 2016-11-08 Tom Tromey <tom@tromey.com>
12361
12362 * gdb.python/py-value.exp (test_value_creation): Make "long" test
12363 depend on Python 2.
12364
12365 2016-11-08 Tom Tromey <tom@tromey.com>
12366
12367 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
12368 New method.
12369
12370 2016-10-29 Manish Goregaokar <manish@mozilla.com>
12371
12372 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
12373
12374 2016-10-27 Manish Goregaokar <manish@mozilla.com>
12375
12376 * gdb.rust/simple.rs: Add test for univariant enums without
12377 discriminants and for encoded struct-like enums.
12378
12379 2016-10-28 Pedro Alves <palves@redhat.com>
12380
12381 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
12382 gdb_test_multiple, tighten regexps and match symtabs and line
12383 tables incrementally.
12384
12385 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
12386
12387 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
12388 general.
12389
12390 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
12391
12392 * gdb.base/exec-invalid-sysroot.exp: New file.
12393
12394 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12395
12396 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
12397
12398 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12399
12400 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
12401
12402 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
12403
12404 * gdb.base/killed-outside.exp: Remove $options from a call to
12405 `prepare_for_testing'.
12406
12407 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12408
12409 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
12410 Change test message.
12411
12412 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12413
12414 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
12415 Update comment.
12416
12417 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12418
12419 * gdb.trace/mi-trace-save.exp: New file.
12420
12421 2016-10-13 Yao Qi <yao.qi@linaro.org>
12422
12423 * gdb.base/code_elim.exp (get_var_address): Remove.
12424 * gdb.base/relocate.exp: Likewise.
12425 * gdb.base/shreloc.exp: Likewise.
12426 * lib/gdb.exp (get_var_address): New.
12427
12428 2016-10-13 Yao Qi <yao.qi@linaro.org>
12429
12430 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
12431 floating point tests if $skip_float_test is false.
12432
12433 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
12434
12435 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
12436 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
12437 argc values.
12438 Add 1 to argc so we guarantee distinct initial/modified argc values.
12439
12440 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12441
12442 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
12443
12444 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12445
12446 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
12447 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
12448 * gdb.arch/vsx-regs.exp: Likewise.
12449
12450 2016-10-07 Yao Qi <yao.qi@linaro.org>
12451
12452 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
12453
12454 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
12455
12456 * gdb.python/python.exp: Test decode_line("*0").
12457
12458 2016-10-06 Doug Evans <dje@google.com>
12459
12460 * gdb.python/py-value.exp (test_value_creation): Add test for large
12461 unsigned 64-bit value.
12462
12463 2016-10-06 Tom Tromey <tom@tromey.com>
12464
12465 * gdb.compile/compile.exp: Change java tests to rust.
12466 * gdb.base/setshow.exp: Change java tests to rust.
12467 * gdb.base/default.exp: Remove java from language list.
12468 * README (Examples): Update language example.
12469 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
12470 test.
12471 * lib/gdb.exp (skip_java_tests): Remove.
12472 * lib/java.exp: Remove.
12473 * gdb.java: Remove.
12474
12475 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
12476
12477 * gdb.arch/mips-fcr.exp: New test.
12478 * gdb.arch/mips-fcr.c: Source for the new test.
12479
12480 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
12481
12482 * gdb.base/solib-disc.exp: Use `standard_output_file'
12483 throughout.
12484
12485 2016-10-06 Pedro Alves <palves@redhat.com>
12486
12487 * gdb.base/jit-simple-dl.c: New file.
12488 * gdb.base/jit-simple-jit.c: New file, factored out from ...
12489 * gdb.base/jit-simple.c: ... this.
12490 * gdb.base/jit-simple.exp (jit_run): Delete.
12491 (build_jit): New proc.
12492 (jit_test_reread): Recompile either the main program or the shared
12493 library, depending on what is being tested. Skip changing address
12494 if caller wants to. Compare before/after addresses. If testing
12495 standalone, explicitly load the binary. Test "maint info
12496 breakpoints".
12497 (top level): Add "standalone vs shared lib" and "change address"
12498 vs "same address" axes.
12499
12500 2016-10-06 Pedro Alves <palves@redhat.com>
12501
12502 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
12503 call.
12504 (jit_run): Delete.
12505 (jit_test_reread): Use with_test_prefix. Reload the main binary
12506 explicitly. Compare the before/after addresses of the JIT
12507 descriptor.
12508
12509 2016-08-15 Doug Evans <dje@google.com>
12510
12511 * gdb.xml/extra-regs.xml: Update, end field now required, default type
12512 for single bitfields is bool.
12513 * gdb.xml/tdesc-regs.exp: Ditto.
12514
12515 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12516
12517 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
12518
12519 2016-10-05 Yao Qi <yao.qi@linaro.org>
12520
12521 * lib/gdb.exp (support_complex_tests): Return zero if
12522 gdb_skip_float_test return true.
12523
12524 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
12525 Simon Marchi <simon.marchi@ericsson.com>
12526
12527 PR gdb/20487
12528 * gdb.mi/user-selected-context-sync.exp: New file.
12529 * gdb.mi/user-selected-context-sync.c: New file.
12530
12531 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
12532 Simon Marchi <simon.marchi@ericsson.com>
12533
12534 PR gdb/20487
12535 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
12536 =thread-select-event check.
12537
12538 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
12539
12540 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
12541 the compulsory L operand changes.
12542 * gdb.arch/powerpc-power.s: Likewise.
12543
12544 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12545
12546 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
12547 * gdb.base/jit-attach-pie.c: New file.
12548 * gdb.base/jit-attach-pie.exp: New file.
12549
12550 2016-09-28 Pedro Alves <palves@redhat.com>
12551
12552 * gdb.base/infcall-input.c: New file.
12553 * gdb.base/infcall-input.exp: New file.
12554
12555 2016-09-22 Yao Qi <yao.qi@linaro.org>
12556
12557 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
12558 (gdb_exit): Rename it to ...
12559 (gdbserver_gdb_exit): ... Close GDBserver.
12560 (gdb_exit): New proc, call gdbserver_gdb_exit.
12561 (mi_gdb_exit): Likewise.
12562
12563 2016-09-22 Yao Qi <yao.qi@linaro.org>
12564
12565 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
12566 path.
12567 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
12568 Remove duplication.
12569
12570 2016-09-22 Yao Qi <yao.qi@linaro.org>
12571
12572 * lib/gdbserver-support.exp: Check the existence of
12573 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
12574
12575 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
12576
12577 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
12578
12579 2016-09-21 Tom Tromey <tom@tromey.com>
12580
12581 PR gdb/20604:
12582 * gdb.base/quit.exp: New file.
12583
12584 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
12585
12586 * .gitignore: New file.
12587
12588 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
12589
12590 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
12591 throughout.
12592
12593 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12594
12595 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
12596
12597 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12598
12599 * gdb.cp/casts.cc (decltype): Move it ...
12600 (main): ... with its call to ...
12601 * gdb.cp/casts03.cc: ... a new file.
12602 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
12603
12604 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12605
12606 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
12607
12608 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
12609
12610 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
12611 and sync up the test with tests in gas/testsuite/gas/ppc.
12612 * gdb.arch/powerpc-power.exp: Likewise.
12613
12614 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12615
12616 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
12617
12618 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
12619 Jan Kratochvil <jan.kratochvil@redhat.com>
12620
12621 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
12622 make m1's definition to be different from m2's. Use 'dummy' as an
12623 argument for probe 'two'.
12624
12625 2016-09-10 Jon Beniston <jon@beniston.com>
12626
12627 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
12628 for sim target.
12629
12630 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
12631
12632 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
12633 variable declaration.
12634 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
12635 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
12636 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
12637 received HWCAP as its argument.
12638
12639 2016-09-06 Pedro Alves <palves@redhat.com>
12640
12641 * gdb.base/new-ui-pending-input.c: New file.
12642 * gdb.base/new-ui-pending-input.exp: New file.
12643 * gdb.exp (clear_gdb_spawn_id): New procedure.
12644 (with_spawn_id): Check whether gdb_spawn_id exists before
12645 referencing it. If gdb_spawn_id didn't exist on entry, clear it
12646 on exit.
12647
12648 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
12649
12650 * gdb.base/float128.c: New file.
12651 * gdb.base/float128.exp: Likewise.
12652 * gdb.base/floatn.c: Likewise.
12653 * gdb.base/floatn.exp: Likewise.
12654
12655 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
12656
12657 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
12658
12659 2016-09-05 Pedro Alves <palves@redhat.com>
12660
12661 PR backtrace/19927
12662 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
12663 unwinders are immediately called as side effect of "source" or
12664 "disable unwinder" commands.
12665 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
12666
12667 2016-09-02 Yao Qi <yao.qi@linaro.org>
12668
12669 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
12670 is true and $type is "float" or "double".
12671
12672 2016-09-02 Yao Qi <yao.qi@linaro.org>
12673
12674 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
12675 true.
12676 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
12677 * gdb.base/call-rt-st.exp: Likewise.
12678 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
12679 return value instead of gdb,skip_float_test.
12680 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
12681 (do_function_calls): Use its return value instead of
12682 gdb,skip_float_test.
12683 * gdb.base/finish.exp: Likewise.
12684 * gdb.base/funcargs.exp: Likewise.
12685 * gdb.base/return.exp: Likewise.
12686 * gdb.base/return2.exp: Likewise.
12687 * gdb.base/varargs.exp: Likewise.
12688 * lib/gdb.exp (gdb_skip_float_test): Change it to
12689 gdb_caching_proc. Detect the broken ptrace on arm-linux.
12690
12691 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12692
12693 * gdb.multi/tids.exp: Test "thread apply all".
12694
12695 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12696
12697 * gdb.base/default.exp (tty): Remove.
12698
12699 2016-08-24 Kevin Buettner <kevinb@redhat.com>
12700
12701 * gdb.python/py-recurse-unwind.c: New file.
12702 * gdb.python/py-recurse-unwind.py: New file.
12703 * gdb.python/py-recurse-unwind.exp: New file.
12704
12705 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
12706
12707 * gdb.base/set-inferior-tty.exp: New file.
12708 * gdb.base/set-inferior-tty.c: New file.
12709
12710 2016-08-23 Pedro Alves <palves@redhat.com>
12711
12712 PR gdb/20494
12713 * gdb.base/new-ui-echo.c: New file.
12714 * gdb.base/new-ui-echo.exp: New file.
12715
12716 2016-08-23 Yao Qi <yao.qi@linaro.org>
12717
12718 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
12719 gdbserver_spawn.
12720 * gdb.server/connect-without-multi-process.exp (do_test):
12721 Likewise.
12722
12723 2016-08-23 Yao Qi <yao.qi@linaro.org>
12724
12725 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
12726 standalone_txt. Delete gdb_txt and standalone_txt on host
12727 and target. Spawn the binary on target. Copy files from
12728 target to host.
12729
12730 2016-08-22 Pedro Alves <palves@redhat.com>
12731
12732 PR gdb/20505
12733 * gdb.base/vdso-warning.exp: Test core dumps too. Use
12734 with_test_prefix. Factor out bits to ...
12735 (test_no_vdso): ... this new procedure.
12736
12737 2016-08-19 Carl Love <cel@us.ibm.com>
12738
12739 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
12740 maintaining separate logic for constructing the output path.
12741 * gdb.arch/powerpc-d128-regs.exp: Likewise.
12742 * gdb.arch/ppc-dfp.exp: Likewise.
12743 * gdb.arch/ppc-fp.exp: Likewise.
12744 * gdb.arch/vsx-regs.exp: Likewise.
12745 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
12746 binprefix for generating the additional binary files.
12747
12748 2016-08-19 Pedro Alves <palves@redhat.com>
12749
12750 * gdb.trace/mi-trace-frame-collected.exp
12751 (test_trace_frame_collected): On x32, expect two registers.
12752
12753 2016-08-18 Carl Love <cel@us.ibm.com>
12754
12755 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
12756 and sync up the test with tests in gas/testsuite/gas/ppc.
12757 * gdb.arch/powerpc-power.exp: Likewise.
12758
12759 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12760
12761 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
12762 expected error message.
12763
12764 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12765
12766 * gdb.multi/remove-inferiors.exp: New file.
12767 * gdb.multi/remove-inferiors.c: New file.
12768
12769 2016-08-12 Yao Qi <yao.qi@linaro.org>
12770
12771 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
12772 argument list.
12773
12774 2016-08-10 Pedro Alves <palves@redhat.com>
12775
12776 PR gdb/19187
12777 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
12778 setup_kfails.
12779
12780 2016-08-09 Pedro Alves <palves@redhat.com>
12781 Simon Marchi <simon.marchi@ericsson.com>
12782
12783 PR gdb/20418
12784 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
12785 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
12786
12787 2016-08-09 Pedro Alves <palves@redhat.com>
12788
12789 PR mi/20431
12790 * gdb.mi/mi-cmd-error.exp: New file.
12791
12792 2016-08-09 Pedro Alves <palves@redhat.com>
12793
12794 PR gdb/18653
12795 * gdb.base/signals-state-child.c: New file.
12796 * gdb.base/signals-state-child.exp: New file.
12797 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
12798
12799 2016-08-09 Pedro Alves <palves@redhat.com>
12800
12801 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
12802
12803 2016-08-03 Tom Tromey <tom@tromey.com>
12804
12805 PR python/18565:
12806 * gdb.python/py-frame-inline.exp: Add Frame.function test.
12807
12808 2016-08-01 Yao Qi <yao.qi@linaro.org>
12809
12810 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
12811 variable mode to "multi-process" if $multi_process is 1, otherwise
12812 set it to "single-process".
12813
12814 2016-08-01 Yao Qi <yao.qi@linaro.org>
12815
12816 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
12817 * gdb.cp/cpexprs.exp: Likewise.
12818 * gdb.cp/m-static.exp: Likewise.
12819
12820 2016-07-26 Tom Tromey <tom@tromey.com>
12821
12822 PR python/20190:
12823 * gdb.threads/tls.exp (check_thread_local): Add python symbol
12824 test.
12825
12826 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
12827
12828 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
12829 selecting assembly source files.
12830 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
12831 assembly source files.
12832 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
12833 assembly source files.
12834 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
12835 selecting assembly source files.
12836
12837 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
12838
12839 * gdb.base/new-ui.exp (do_test_invalid_args): New
12840 procedure.
12841
12842 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
12843
12844 * gdb.btrace/reconnect.c: New file.
12845 * gdb.btrace/reconnect.exp: New file.
12846
12847 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
12848
12849 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
12850 to test_catch_syscall_group.
12851 (test_catch_syscall_group): New.
12852
12853 2016-07-21 Tom Tromey <tom@tromey.com>
12854
12855 * gdb.rust/simple.rs (main): Use empty struct expression.
12856 * gdb.rust/simple.exp: Add tests for empty struct expression.
12857
12858 2016-07-21 Yao Qi <yao.qi@linaro.org>
12859
12860 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
12861 if gdb_skip_xml_test is true on some targets.
12862
12863 2016-07-21 Yao Qi <yao.qi@linaro.org>
12864
12865 * gdb.server/solib-list.exp: Unset last_loaded_file.
12866
12867 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12868
12869 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
12870 "step into captured_main (args)".
12871
12872 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12873
12874 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
12875
12876 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12877
12878 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
12879
12880 2016-07-19 Pedro Alves <palves@redhat.com>
12881
12882 * gdb.opt/inline-break.exp: Remove optimize=-O2.
12883 * gdb.opt/inline-bt.exp: Likewise.
12884 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
12885 additional_flags=-Winline.
12886 * gdb.opt/inline-locals.exp: Likewise.
12887 * gdb.opt/inline-markers.c (ATTR): Define.
12888 (inlined_fn): Use it.
12889
12890 2016-07-19 Yao Qi <yao.qi@linaro.org>
12891
12892 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
12893 (test_with_self): Remove some code. Remove argument executable.
12894 (top-level): Use do_self_tests.
12895
12896 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
12897 Don Breazeal <donb@codesourcery.com>
12898
12899 * gdb.base/maint.exp: Escape paths used in regular expressions.
12900 * gdb.stabs/weird.exp: Likewise.
12901
12902 2016-07-13 Tom Tromey <tom@tromey.com>
12903
12904 PR python/15620, PR python/18620:
12905 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
12906 (test_bkpt_events): New procs.
12907
12908 2016-07-13 Tom Tromey <tom@tromey.com>
12909
12910 PR python/17698:
12911 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
12912 test.
12913 (test_watchpoints): Likewise.
12914 (test_bkpt_pending): New proc.
12915
12916 2016-07-13 Tom Tromey <tom@tromey.com>
12917
12918 PR cli/18053:
12919 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
12920 completion test.
12921
12922 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12923
12924 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
12925 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
12926 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
12927 f_label.
12928 (g): Rename g_end_lbl to g_label.
12929 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
12930 low_pc and high_pc.
12931 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
12932
12933 2016-07-12 Tom Tromey <tom@tromey.com>
12934
12935 PR python/19293:
12936 * gdb.python/py-unwind-maint.exp: Update tests.
12937
12938 2016-07-12 Yao Qi <yao.qi@linaro.org>
12939
12940 * lib/selftest-support.exp (selftest_setup): Match the output
12941 when captured_main is inlined.
12942
12943 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
12944
12945 * gdb.fortran/derived-types.exp (result_line, result_line_2):
12946 New variables.
12947 (print this%a, print this%b, print this): New tests.
12948 * gdb.fortran/derived-types.f90 (this): New object and
12949 initialization.
12950
12951 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12952
12953 * gdb.ada/arraydim.exp: Remove extra directory level in build
12954 directory.
12955
12956 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12957
12958 * lib/ada.exp: Remove extra directory level in build directory.
12959 * gdb.ada/cond_lang.exp: Likewise.
12960 * gdb.ada/exec_changed.exp: Likewise.
12961 * gdb.ada/lang_switch.exp: Likewise.
12962
12963 2016-07-06 Manish Goregaokar <manish@mozilla.com>
12964
12965 * simple.rs: Add test for raw pointer subscripting.
12966 * simple.exp: Add test expectations.
12967
12968 2016-07-05 Yao Qi <yao.qi@linaro.org>
12969
12970 * gdb.mi/mi-reverse.exp: Match =record-started output.
12971
12972 2016-07-01 Pedro Alves <palves@redhat.com>
12973
12974 * gdb.base/jit-reader.exp (info_registers_current_frame): New
12975 procedure.
12976 (jit_reader_test): Test the jit reader's unwinder.
12977 * gdb.base/jithost.c (jit_function_00_code): New global.
12978 (main): Use memcpy to fill in the mmapped code, instead of poking
12979 bytes manually here.
12980 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
12981 value.
12982 (read_debug_info): Save the function's range.
12983 (read_sp): New function.
12984 (unwind_frame): Use it. Also unwind RBP.
12985 (get_frame_id): Use read_sp.
12986 (gdb_init_reader): Use calloc instead of malloc.
12987 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
12988 parameter. Use gdb_test_multiple.
12989
12990 2016-07-01 Pedro Alves <palves@redhat.com>
12991 Antoine Tremblay <antoine.tremblay@ericsson.com>
12992
12993 * gdb.threads/process-dies-while-detaching.c: New file.
12994 * gdb.threads/process-dies-while-detaching.exp: New file.
12995
12996 2016-07-01 Pedro Alves <palves@redhat.com>
12997
12998 * gdb.multi/watchpoint-multi-exit.c: New file.
12999 * gdb.multi/watchpoint-multi-exit.exp: New file.
13000
13001 2016-06-30 Pedro Alves <palves@redhat.com>
13002
13003 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
13004 unset inferior_spawn_id.
13005
13006 2016-06-30 Pedro Alves <palves@redhat.com>
13007
13008 * lib/mi-support.exp (default_mi_gdb_start): Declare global
13009 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
13010
13011 2016-06-29 Yao Qi <yao.qi@linaro.org>
13012
13013 * gdb.base/return.c: Add copyright header.
13014
13015 2016-06-29 Tom Tromey <tom@tromey.com>
13016
13017 PR python/20129:
13018 * gdb.python/py-framefilter.exp: Add tests for setting priority
13019 and disabling of non-existent frame filter.
13020
13021 2016-06-29 Yao Qi <yao.qi@linaro.org>
13022
13023 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
13024 0x0f07ff.
13025
13026 2016-06-28 Yao Qi <yao.qi@linaro.org>
13027
13028 * gdb.base/catch-syscall.exp: Remove check on isnative and target
13029 triplets. Start gdb, execute catch syscall, and continue. Check
13030 gdb's output to determine catch syscall is supported.
13031
13032 2016-06-27 Manish Goregaokar <manish@mozilla.com>
13033
13034 * gdb.rust/simple.rs: Add test for returning unit in a function.
13035 * gdb.rust/simple.exp: Add expectation for functions returning
13036 unit.
13037
13038 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
13039
13040 * gdb.python/py-breakpoint-create-fail.c,
13041 gdb.python/py-breakpoint-create-fail.exp,
13042 gdb.python/py-breakpoint-create-fail.py: New testcase.
13043
13044 2016-06-25 Manish Goregaokar <manish@mozilla.com>
13045
13046 PR gdb/20239
13047 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
13048 * gdb.rust/simple.exp: Add test expectations for new NonZero
13049 tests.
13050
13051 2016-06-24 David Taylor <dtaylor@emc.com>
13052
13053 * gdb.base/offsets.exp: New file.
13054 * gdb.base/offsets.c: New file.
13055
13056 2016-06-23 Tom Tromey <tom@tromey.com>
13057
13058 PR gdb/16483:
13059 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
13060 before any filters are loaded.
13061
13062 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
13063
13064 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
13065 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
13066 structs.
13067 * gdb.fortran/derived-type-function.exp: New file.
13068 * gdb.fortran/derived-type-function.f90: New file.
13069
13070
13071 2016-06-21 Pedro Alves <palves@redhat.com>
13072
13073 * gdb.base/new-ui.exp: New file.
13074 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
13075 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
13076 (with_spawn_id): New procedure.
13077
13078 2016-06-21 Pedro Alves <palves@redhat.com>
13079
13080 * gdb.mi/mi-exec-run.exp: New file.
13081
13082 2016-06-21 Pedro Alves <palves@redhat.com>
13083
13084 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
13085 breakpoint command's output on the main UI.
13086 (test_break): New procedure, factored out from calls in the top
13087 level.
13088 (top level): Use foreach_with_prefix to test MI as main UI and as
13089 separate UI.
13090
13091 2016-06-21 Pedro Alves <palves@redhat.com>
13092
13093 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
13094 (test_awatch_creation_and_listing)
13095 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
13096 Remove 'type' parameter.
13097 (test_watchpoint_all): New parameter mi_mode. Remove
13098 with_test_prefix.
13099 (top level): Use foreach_with_prefix, and add main/separate UI MI
13100 testing axis.
13101
13102 2016-06-21 Pedro Alves <palves@redhat.com>
13103
13104 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
13105 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
13106 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
13107 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
13108 (gdb_main_spawn_id, mi_spawn_id): Declare and
13109 comment.
13110 (mi_create_inferior_pty): New procedure,
13111 factored out from default_mi_gdb_start.
13112 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
13113 procedures.
13114 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
13115 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
13116 Use mi_create_inferior_pty.
13117 (mi_gdb_start): Use eval to pass down args list.
13118
13119 2016-06-21 Pedro Alves <palves@redhat.com>
13120
13121 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
13122 * gdb.opt/inline-cmds.exp: Add MI tests.
13123
13124 2016-06-21 Pedro Alves <palves@redhat.com>
13125
13126 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
13127
13128 2016-06-21 Pedro Alves <palves@redhat.com>
13129
13130 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
13131 (top level): Use it instead of mi_execute_to.
13132
13133 2016-06-21 Pedro Alves <palves@redhat.com>
13134
13135 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
13136 (cont_handler_str): New.
13137 (signal_stop_handler): Set stop_handler_str instead of printing to
13138 stdout.
13139 (continue_handler): Set cont_handler_str instead of printing to
13140 stdout.
13141 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
13142 mi_send_resuming_command. Print stop_handler_str and
13143 cont_handler_str instead of expecting the python events print
13144 directly.
13145
13146 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
13147
13148 * gdb.base/jit-reader.exp: New file.
13149 * gdb.base/jithost.c: New file.
13150 * gdb.base/jithost.h: New file.
13151 * gdb.base/jitreader.c : New file.
13152 * gdb.base/jit-protocol.h: New file.
13153
13154 2016-06-17 Yao Qi <yao.qi@linaro.org>
13155
13156 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
13157 parameters follow_fork and detach_on_fork. Set follow-fork-mode
13158 and detach-on-fork. Adjust tests.
13159 (top level): Invoke break_cond_on_syscall with combinations of
13160 syscall, follow-fork-mode and detach-on-fork.
13161
13162 2016-06-17 Yao Qi <yao.qi@linaro.org>
13163
13164 * gdb.base/step-over-exit.c: New.
13165 * gdb.base/step-over-exit.exp: New.
13166
13167 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
13168
13169 * gdb.base/float.exp: Add target check for nds32*-*-*.
13170 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
13171
13172 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
13173
13174 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
13175 for unsupported target features.
13176 * gdb.base/call-rt-st.exp: Likewise.
13177 * gdb.base/call-sc.exp: Likewise.
13178 * gdb.base/call-signal-resume.exp: Likewise.
13179 * gdb.base/call-strs.exp: Likewise.
13180 * gdb.base/callexit.exp: Likewise.
13181 * gdb.base/callfuncs.exp: Likewise.
13182 * gdb.base/nodebug.exp: Likewise.
13183 * gdb.base/printcmds.exp: Likewise.
13184 * gdb.base/ptype.exp: Likewise.
13185 * gdb.base/structs.exp: Likewise.
13186 * gdb.base/unwindonsignal.exp: Likewise.
13187 * gdb.cp/gdb2495.exp: Likewise.
13188 * gdb.cp/templates.exp: Likewise.
13189 * gdb.cp/virtfunc.exp: Likewise.
13190 * gdb.threads/hand-call-in-threads.exp: Likewise.
13191 * gdb.threads/interrupted-hand-call.exp: Likewise.
13192 * gdb.threads/thread-unwindonsignal.exp: Likewise.
13193
13194 2016-06-10 Tom Tromey <tom@tromey.com>
13195
13196 PR rust/20110:
13197 * gdb.rust/expr.exp: Add test for integer constant larger than
13198 i32.
13199
13200 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
13201
13202 * gdb.fortran/nested-funcs.exp: New.
13203 * gdb.fortran/nested-funcs.f90: New.
13204
13205 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
13206
13207 * gdb.base/examine-backward.c: New file.
13208 * gdb.base/examine-backward.exp: New file.
13209
13210 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
13211
13212 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
13213 matching.
13214
13215 2016-06-02 Tom Tromey <tom@tromey.com>
13216
13217 PR python/18984:
13218 * gdb.python/py-shared.exp: Add solib_name test.
13219
13220 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
13221
13222 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
13223
13224 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
13225
13226 PR c++/19893
13227 * gdb.dwarf2/implref.exp: Rename to...
13228 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
13229 * gdb.dwarf2/implref-array.c: New file.
13230 * gdb.dwarf2/implref-array.exp: Likewise.
13231 * gdb.dwarf2/implref-global.c: Likewise.
13232 * gdb.dwarf2/implref-global.exp: Likewise.
13233 * gdb.dwarf2/implref-struct.c: Likewise.
13234 * gdb.dwarf2/implref-struct.exp: Likewise.
13235
13236 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13237
13238 * gdb.trace/trace-condition.exp: Add 64bit tests.
13239
13240 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13241
13242 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
13243 bits types.
13244 (main): Adapt to 8 to 64 bits types.
13245 * gdb.trace/trace-condition.exp: Add new tests.
13246
13247 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13248
13249 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
13250
13251 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13252
13253 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
13254 Move condition tests...
13255 * gdb.trace/trace-condition.exp: Here.
13256
13257 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13258
13259 * gdb.trace/trace-condition.exp: Add counter-case tests.
13260
13261 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13262
13263 PR c++/15231
13264 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
13265 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
13266
13267 2016-05-27 Pedro Alves <palves@redhat.com>
13268
13269 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
13270 New procedure.
13271 (top level): Call it, and bail out of DejaGnu is known to be bad.
13272
13273 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
13274
13275 * gdb.base/whatis.c: Extend the test case.
13276 * gdb.base/whatis.exp: Add additional tests.
13277
13278 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13279
13280 * gdb.fortran/type.f90: Add pointer variable.
13281 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
13282
13283 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13284
13285 * gdb.fortran/vla-type.exp: Fix testcase name.
13286
13287 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13288
13289 * gdb.fortran/vla-type.exp: Access elements in nested structs.
13290
13291 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13292
13293 * gdb.fortran/type.f90: Add nested structures.
13294 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
13295 * gdb.fortran/derived-type.exp: Adapt expected output.
13296 * gdb.fortran/vla-type.exp: Adapt expected output.
13297
13298 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13299
13300 * gdb.fortran/whatis_type.exp: Adapt expected output.
13301
13302 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13303
13304 * gdb.fortran/print_type.exp: Fix expected output.
13305 * gdb.fortran/whatis_type.exp: Fix expected output.
13306
13307 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13308
13309 * gdb.fortran/whatis_type.exp: Use multi_line.
13310
13311 2016-05-24 Tom Tromey <tom@tromey.com>
13312
13313 PR python/17386:
13314 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
13315 use value as an index.
13316
13317 2016-05-23 Tom Tromey <tom@tromey.com>
13318
13319 PR python/17981:
13320 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
13321 no-breakpoint case.
13322
13323 2016-05-24 Pedro Alves <palves@redhat.com>
13324
13325 PR gdb/19828
13326 * gdb.threads/clone-attach-detach.c: New file.
13327 * gdb.threads/clone-attach-detach.exp: New file.
13328
13329 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
13330
13331 * gdb.base/annota-input-while-running.exp: Fix syntax error.
13332
13333 2016-05-23 Tom Tromey <tom@tromey.com>
13334
13335 PR python/19438, PR python/18393:
13336 * gdb.python/py-progspace.exp: Add "dir" test.
13337 * gdb.python/py-objfile.exp: Add "dir" test.
13338
13339 2016-05-23 Yao Qi <yao.qi@linaro.org>
13340
13341 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
13342 * gdb.arch/thumb2-it.exp: Likewise.
13343
13344 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
13345
13346 * gdb.mi/mi-threads-interrupt.c: New file.
13347 * gdb.mi/mi-threads-interrupt.exp: New file.
13348
13349 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
13350
13351 PR gdb/18077
13352 * gdb.mi/mi-async-run.exp: New file.
13353 * gdb.mi/mi-async-run.c: New file.
13354
13355 2016-05-17 Tom Tromey <tom@tromey.com>
13356 Manish Goregaokar <manishsmail@gmail.com>
13357
13358 * lib/rust-support.exp: New file.
13359 * lib/gdb.exp (skip_rust_tests): New proc.
13360 (build_executable_from_specs): Handle rust.
13361 * lib/future.exp (gdb_find_rustc): New proc.
13362 (gdb_default_target_compile): Handle rust.
13363 * gdb.rust/expr.exp: New file.
13364 * gdb.rust/generics.exp: New file.
13365 * gdb.rust/generics.rs: New file.
13366 * gdb.rust/methods.exp: New file.
13367 * gdb.rust/methods.rs: New file.
13368 * gdb.rust/modules.exp: New file.
13369 * gdb.rust/modules.rs: New file.
13370 * gdb.rust/simple.exp: New file.
13371 * gdb.rust/simple.rs: New file.
13372
13373 2016-05-17 Tom Tromey <tom@tromey.com>
13374
13375 * gdb.base/default.exp (set language): Add rust.
13376
13377 2016-05-17 Tom Tromey <tom@tromey.com>
13378
13379 * gdb.gdb/unittest.exp: New file.
13380
13381 2016-05-16 Yao Qi <yao.qi@linaro.org>
13382
13383 * gdb.base/batch-preserve-term-settings.exp: Remove variable
13384 shell_prompt. Update shell_prompt_re.
13385
13386 2016-05-12 Doug Evans <dje@google.com>
13387
13388 PR symtab/19999
13389 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
13390 $options when building executable.
13391 * gdb.dwarf2/fission-loclists-pie.S: New file.
13392 * gdb.dwarf2/fission-loclists-pie.exp: New file.
13393
13394 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
13395
13396 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
13397 of [is_remote target],
13398
13399 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
13400
13401 * lib/gdb.exp (use_gdb_stub): New procedure.
13402
13403 2016-05-03 Yunlian Jiang <yunlian@google.com>
13404 Doug Evans <dje@google.com>
13405
13406 PR symtab/19914
13407 * gdb.dwarf2/dwp-sepdebug.c: New file.
13408 * gdb.dwarf2/dwp-sepdebug.exp: New file.
13409
13410 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
13411
13412 * gdb.base/detach.exp: Remove is_remote check.
13413
13414 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
13415
13416 * gdb.base/annota-input-while-running.exp: Don't check for
13417 [is_remote target]. Enable annotations after running to main.
13418 Remove unused "set test..." line.
13419
13420 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
13421
13422 * gdb.trace/trace-enable-disable.exp: New file.
13423 * gdb.trace/trace-enable-disable.c: New file.
13424
13425 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
13426
13427 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
13428 use it in info sharedlibrary test.
13429 * gdb.trace/ftrace-lock.exp: Likewise.
13430 * gdb.trace/ftrace.exp: Likewise.
13431 * gdb.trace/range-stepping.exp: Likewise.
13432 * gdb.trace/trace-break.exp: Likewise.
13433 * gdb.trace/trace-condition.exp: Likewise.
13434 * gdb.trace/trace-mt.exp: Likewise.
13435
13436 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
13437
13438 * lib/gdb.exp (gdb_load_shlibs): Rename to...
13439 (gdb_load_shlib): ... this.
13440 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
13441 gdb_load_shlib.
13442 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
13443 * gdb.base/ctxobj.exp: Likewise.
13444 * gdb.base/dprintf-pending.exp: Likewise.
13445 * gdb.base/dso2dso.exp: Likewise.
13446 * gdb.base/fixsection.exp: Likewise.
13447 * gdb.base/gcore-relro.exp: Likewise.
13448 * gdb.base/gdb1555.exp: Likewise.
13449 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13450 * gdb.base/gnu-ifunc.exp: Likewise.
13451 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
13452 * gdb.base/jit-so.exp (one_jit_test): Likewise.
13453 * gdb.base/pending.exp: Likewise.
13454 * gdb.base/print-file-var.exp: Likewise.
13455 * gdb.base/print-symbol-loading.exp: Likewise.
13456 * gdb.base/shlib-call.exp: Likewise.
13457 * gdb.base/shreloc.exp: Likewise.
13458 * gdb.base/so-impl-ld.exp: Likewise.
13459 * gdb.base/solib-disc.exp: Likewise.
13460 * gdb.base/solib-nodir.exp: Likewise.
13461 * gdb.base/solib-overlap.exp: Likewise.
13462 * gdb.base/solib-symbol.exp: Likewise.
13463 * gdb.base/solib-weak.exp (do_test): Likewise.
13464 * gdb.base/sym-file.exp: Likewise.
13465 * gdb.base/symtab-search-order.exp: Likewise.
13466 * gdb.base/type-opaque.exp: Likewise.
13467 * gdb.base/unload.exp: Likewise.
13468 * gdb.base/watchpoint-solib.exp: Likewise.
13469 * gdb.compile/compile.exp: Likewise.
13470 * gdb.cp/gdb2384.exp: Likewise.
13471 * gdb.cp/infcall-dlopen.exp: Likewise.
13472 * gdb.cp/re-set-overloaded.exp: Likewise.
13473 * gdb.fortran/library-module.exp: Likewise.
13474 * gdb.opt/solib-intra-step.exp: Likewise.
13475 * gdb.python/py-finish-breakpoint.exp: Likewise.
13476 * gdb.python/py-shared.exp: Likewise.
13477 * gdb.reverse/solib-precsave.exp: Likewise.
13478 * gdb.reverse/solib-reverse.exp: Likewise.
13479 * gdb.server/solib-list.exp: Likewise.
13480 * gdb.threads/dlopen-libpthread.exp: Likewise.
13481 * gdb.threads/tls-shared.exp: Likewise.
13482 * gdb.threads/tls-so_extern.exp: Likewise.
13483 * gdb.trace/change-loc.exp: Likewise.
13484 * gdb.trace/ftrace-lock.exp: Likewise.
13485 * gdb.trace/ftrace.exp: Likewise.
13486 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
13487 * gdb.trace/pending.exp: Likewise.
13488 * gdb.trace/range-stepping.exp: Likewise.
13489 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
13490 (strace_info_marker): Likewise.
13491 (strace_probe_marker): Likewise.
13492 (strace_trace_on_same_addr): Likewise.
13493 (strace_trace_on_diff_addr): Likewise.
13494 * gdb.trace/trace-break.exp: Likewise.
13495 * gdb.trace/trace-condition.exp: Likewise.
13496 * gdb.trace/trace-mt.exp: Likewise.
13497
13498 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
13499
13500 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
13501 result of gdb_remote_download.
13502 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
13503 * gdb.base/dso2dso.exp: Likewise.
13504 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13505 * gdb.base/print-file-var.exp: Likewise.
13506 * gdb.base/shlib-call.exp: Likewise.
13507 * gdb.base/shreloc.exp: Likewise.
13508 * gdb.base/solib-overlap.exp: Likewise.
13509 * gdb.base/solib-weak.exp (do_test): Likewise.
13510 * gdb.base/unload.exp: Likewise.
13511
13512 2016-04-27 Yao Qi <yao.qi@linaro.org>
13513
13514 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
13515 exists.
13516
13517 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13518
13519 * vla-type.exp: Print structure from toplevel.
13520
13521 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13522
13523 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
13524 of dynamic types.
13525 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
13526 of dynamic types.
13527
13528 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13529
13530 * gdb.fortran/vla-type.f90: New file.
13531 * gdb.fortran/vla-type.exp: New file.
13532
13533 2016-04-25 Yao Qi <yao.qi@linaro.org>
13534
13535 * gdb.base/branch-to-self.c: New file.
13536 * gdb.base/branch-to-self.exp: New file.
13537
13538 2016-04-22 Yao Qi <yao.qi@linaro.org>
13539
13540 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
13541 more after $hex.
13542
13543 2016-04-22 Yao Qi <yao.qi@linaro.org>
13544
13545 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
13546 * gdb.base/annota3.exp: Likewise.
13547
13548 2016-04-22 Yao Qi <yao.qi@linaro.org>
13549
13550 * gdb.reverse/step-precsave.exp: Do one step and test program
13551 stops in "callee" and do multiple steps until program goes out
13552 of "callee".
13553 * gdb.reverse/step-reverse.exp: Likewise.
13554
13555 2016-04-22 Yao Qi <yao.qi@linaro.org>
13556
13557 * gdb.trace/signal.exp: Also pass if
13558 $tracepoint_hits($i) > $iterations.
13559
13560 2016-04-22 Yao Qi <yao.qi@linaro.org>
13561
13562 * gdb.trace/signal.c: New file.
13563 * gdb.trace/signal.exp: New file.
13564
13565 2016-04-19 Doug Evans <xdje42@gmail.com>
13566
13567 * gdb.base/bad-file.exp: New file.
13568
13569 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
13570
13571 * gdb.dwarf2/implref.exp: New file.
13572
13573 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
13574
13575 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
13576 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
13577 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
13578 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
13579 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
13580 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
13581 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
13582 * lib/fortran.exp (fortran_int4): New procedure.
13583 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
13584 (fortran_logical4): Likewise.
13585
13586 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
13587
13588 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
13589
13590 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
13591
13592 * lib/compiler.c: Add Intel specific preprocessor macros.
13593 * lib/compiler.cc: Likewise.
13594
13595 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
13596
13597 * gdb.server/connect-with-no-symbol-file.c: New file.
13598 * gdb.server/connect-with-no-symbol-file.exp: New file.
13599
13600 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
13601
13602 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
13603
13604 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
13605
13606 * boards/gdbserver-base.exp (${board}_download): Copy source file to
13607 standard output directory.
13608
13609 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
13610
13611 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
13612
13613 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
13614
13615 * gdb.btrace/instruction_history.c (loop): Add declaration.
13616
13617 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13618
13619 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
13620
13621 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
13622
13623 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
13624 parentheses to print.
13625 (continue_handler): Likewise.
13626
13627 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
13628
13629 * gdb.server/solib-list.exp: Remove is_remote check.
13630 Pass shlib= to gdb_compile. Don't link shared library with
13631 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
13632 Run binary filename through "readlink -f" on the target.
13633
13634 2016-04-08 Pedro Alves <palves@redhat.com>
13635
13636 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
13637 interpreter filename as argument to gdbserver_spawn.
13638 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
13639 Return empty if $last_loaded_file does not exist.
13640
13641 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13642
13643 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
13644 * gdb.base/jit-main.c: Use exit after usage.
13645
13646 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13647
13648 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
13649 GDBHISTSIZE prior to the tests.
13650 * gdb.base/gdbinit-history.exp: Likewise.
13651
13652 2016-04-07 Pedro Alves <palves@redhat.com>
13653
13654 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
13655 instead of build_executable. Use gdb_load_shlibs.
13656
13657 2016-04-07 Yao Qi <yao.qi@linaro.org>
13658
13659 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
13660 Execute "si" command.
13661
13662 2016-04-07 Yao Qi <yao.qi@linaro.org>
13663
13664 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
13665 number instead of the comments on some line.
13666
13667 2016-04-06 Don Breazeal <donb@codesourcery.com>
13668
13669 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
13670 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
13671
13672 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
13673
13674 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
13675 standard_output_file. Remove unused binfile variable.
13676
13677 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
13678
13679 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
13680 * gdb.python/py-mi-objfile.exp: Match "list main" output
13681 in console format.
13682
13683 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
13684
13685 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
13686 absolute.
13687
13688 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
13689
13690 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
13691 absolute.
13692 * gdb.trace/ftrace.exp: Likewise.
13693 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
13694 targets as well.
13695 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
13696 (gdb_load_shlibs): Copy libraries to test directory when testing
13697 natively. Only set solib-search-path if testing remotely.
13698 * lib/mi-support.exp (mi_load_shlibs): Likewise.
13699
13700 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
13701
13702 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
13703 gdb_download. Use it even if the target is not remote.
13704 * gdb.base/jit.exp (compile_jit_test): Likewise.
13705 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
13706 output directory if the destination board is local, otherwise use
13707 the standard remote_download from DejaGnu.
13708 (gdb_download): Remove.
13709 (gdb_load_shlibs): Use gdb_remote_download instead of
13710 gdb_download.
13711 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
13712 Use gdb_remote_download instead of gdb_download. Use it even if
13713 the target is not remote.
13714 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
13715 instead of gdb_download.
13716
13717 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
13718
13719 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
13720 (test_insert_delete_modify): Call mi_load_shlibs before trying to
13721 run.
13722
13723 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
13724
13725 PR gdb/19820
13726 * gdb.base/printcmds.exp: Add artificial arrays tests.
13727
13728 2016-03-31 Pedro Alves <palves@redhat.com>
13729
13730 PR gdb/19858
13731 * gdb.base/jit-main.c: Include unistd.h.
13732 (ATTACH): Define to 0 if not already defined.
13733 (wait_for_gdb, mypid): New globals.
13734 (WAIT_FOR_GDB): New macro.
13735 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
13736 some breakpoint locations.
13737 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
13738 New procedures.
13739 (one_jit_test): Add REATTACH parameter, and handle it. Use
13740 continue_to_test_location.
13741 (top level): Test attach, and adjusts calls to one_jit_test.
13742
13743 2016-03-31 Pedro Alves <palves@redhat.com>
13744
13745 PR gdb/19858
13746 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
13747 BINSUFFIX parameter, and handle it.
13748 (top level): Adjust calls compile_jit_test.
13749
13750 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
13751
13752 PR python/19743
13753 * gdb.python/py-mi-events-gdb.py: New file.
13754 * gdb.python/py-mi-events.c: New file.
13755 * gdb.python/py-mi-events.exp: New file.
13756
13757 2016-03-30 Yao Qi <yao.qi@linaro.org>
13758
13759 * gdb.reverse/until-precsave.exp: Match function name only.
13760 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
13761 Move malloc to a condition block.
13762 * gdb.reverse/until-reverse.exp: Match function name only.
13763
13764 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
13765
13766 * gdb.trace/ftrace.exp: Set arg0exp for s390.
13767 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
13768 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
13769 variable for GPR 0 instead of assuming it is register 0.
13770 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
13771 * lib/trace-support.exp: Add s390 registers.
13772
13773 2016-03-29 Yao Qi <yao.qi@linaro.org>
13774
13775 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
13776
13777 2016-03-24 Yao Qi <yao.qi@linaro.org>
13778
13779 * gdb.reverse/break-reverse.exp: Add quotation mark in the
13780 test message.
13781
13782 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13783
13784 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
13785 maintaining separate logic for constructing the output path.
13786
13787 2016-03-16 Don Breazeal <donb@codesourcery.com>
13788
13789 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
13790 Retry fork and waitpid on interrupted system call errors.
13791 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13792 Use with_timeout_factor to increase timeout by factor of 10.
13793
13794 2016-03-15 Don Breazeal <donb@codesourcery.com>
13795
13796 * gdb.cp/scope-err.cc: New test program.
13797 * gdb.cp/scope-err.exp: New test script.
13798 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
13799 lines and "set breakpoint here" comment.
13800 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
13801 Fixed some whitespace and format issues.
13802 * gdb.mi/mi-linespec-err-cp.cc: New test program.
13803 * gdb.mi/mi-linespec-err-cp.exp: New test script.
13804
13805 2016-03-15 Doug Evans <dje@google.com>
13806
13807 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
13808 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
13809 All callers updated. Add tests for enums, mixed flags register.
13810
13811 2016-03-15 Doug Evans <dje@google.com>
13812
13813 * gdb.base/skip.c (main): Call test_skip_file_and_function.
13814 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
13815
13816 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
13817
13818 * gdb.base/default.exp: Add $_as_string to the list of expected
13819 convenience functions.
13820
13821 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
13822
13823 * gdb.base/maint.exp: New tests for 'maint info line-table'.
13824
13825 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
13826
13827 * gdb.python/py-as-string.exp: New file.
13828 * gdb.python/py-as-string.c: New file.
13829
13830 2016-03-09 Pedro Alves <palves@redhat.com>
13831
13832 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
13833 signal" -> "Thread NN received signal" output change.
13834 * gdb.threads/ia64-sigill.exp: Likewise.
13835 * gdb.threads/linux-dp.exp: Likewise.
13836 * gdb.threads/manythreads.exp: Likewise.
13837 * gdb.threads/pending-step.exp: Likewise.
13838 * gdb.threads/print-threads.exp: Likewise.
13839 * gdb.threads/sigstep-threads.exp: Likewise.
13840 * gdb.threads/staticthreads.exp: Likewise.
13841 * gdb.threads/tls.exp: Likewise.
13842
13843 2016-03-09 Pedro Alves <palves@redhat.com>
13844
13845 * gdb.base/command-line-input.exp: New file.
13846
13847 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13848
13849 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
13850 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
13851 * gdb.trace/pending.exp: Accept leading dot before function name.
13852 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
13853 * lib/trace-support.exp: Set registers for ppc.
13854
13855 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13856
13857 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
13858 use it for disassembly; accept .main in addition to main in backtrace.
13859
13860 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
13861 Marcin Kościelnicki <koriakin@0x04.net>
13862
13863 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
13864 (gdb_recursion_test_ptr): New global variable.
13865 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
13866 gdb_recursion_test.
13867 (gdb_c_test): Ditto.
13868
13869 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13870
13871 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
13872 ordering.
13873
13874 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13875
13876 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
13877 (bar): Add bar_start_lbl label.
13878 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
13879 of foo/bar for emitting DWARF and tracing.
13880
13881 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
13882
13883 * analyze-racy-logs.py: Set executable bit.
13884
13885 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
13886
13887 * Makefile.in (DEFAULT_RACY_ITER): New variable.
13888 (CHECK_TARGET_TMP): Likewise.
13889 (check-single-racy): New rule.
13890 (check-parallel-racy): Likewise.
13891 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
13892 (do-check-parallel-racy): New rule.
13893 (check-racy/%.exp): Likewise.
13894 * README (Racy testcases): New section.
13895 * analyze-racy-logs.py: New file.
13896
13897 2016-03-03 Doug Evans <dje@google.com>
13898
13899 * gdb.base/skip.exp: Use with_test_prefix.
13900
13901 2016-03-03 Yao Qi <yao.qi@linaro.org>
13902
13903 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
13904 Invoke step_over_syscall "clone" and break_cond_on_syscall
13905 "clone".
13906 * gdb.base/step-over-clone.c: New file.
13907
13908 2016-03-03 Yao Qi <yao.qi@linaro.org>
13909
13910 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
13911 code format.
13912
13913 2016-03-03 Yao Qi <yao.qi@linaro.org>
13914
13915 * gdb.base/disp-step-fork.c: Rename to ...
13916 * gdb.base/step-over-fork.c: ... it. New file.
13917 * gdb.base/disp-step-vfork.c: Rename to ...
13918 * gdb.base/step-over-vfork.c: ... it. New file.
13919 * gdb.base/disp-step-syscall.exp: Rename to ...
13920 * gdb.base/step-over-syscall.exp: ... it. New file.
13921 (disp_step_cross_syscall): Rename to ...
13922 (step_over_syscall): ... it.
13923
13924 2016-03-03 Yao Qi <yao.qi@linaro.org>
13925
13926 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
13927 If target supports condition evaluation on target, invoke
13928 break_cond_on_syscall for fork and vfork.
13929
13930 2016-03-03 Yao Qi <yao.qi@linaro.org>
13931
13932 * gdb.base/disp-step-syscall.exp: Don't invoke
13933 support_displaced_stepping.
13934 (disp_step_cross_syscall): Test with displaced stepping off and
13935 on if supported.
13936
13937 2016-03-03 Yao Qi <yao.qi@linaro.org>
13938
13939 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
13940 proc.
13941 (setup): New proc.
13942 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
13943 and setup.
13944
13945 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13946
13947 * gdb.fortran/vla-history.exp: Remove breakpoint.
13948
13949 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13950
13951 * gdb.fortran/vla-history.exp: Lookup array elements and printing
13952 exceeds timeout.
13953
13954 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13955
13956 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
13957 breakpoint.
13958
13959 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13960
13961 * gdb.mi/vla.f90: Nullify pointer after declaration.
13962
13963 2016-03-01 Pedro Alves <palves@redhat.com>
13964
13965 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
13966
13967 2016-03-01 Pedro Alves <palves@redhat.com>
13968
13969 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
13970 before anything else.
13971 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
13972 _GNU_SOURCE here.
13973 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
13974 before anything else.
13975 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
13976
13977 2016-03-01 Pedro Alves <palves@redhat.com>
13978
13979 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
13980
13981 2016-03-01 Yao Qi <yao.qi@linaro.org>
13982
13983 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
13984 prepare_for_testing.
13985
13986 2016-03-01 Yao Qi <yao.qi@linaro.org>
13987
13988 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
13989
13990 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13991
13992 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
13993 manually constructing the output path.
13994
13995 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13996
13997 * gdb.arch/s390-stackless.S: New.
13998 * gdb.arch/s390-stackless.exp: New.
13999
14000 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
14001
14002 * gdb.dlang/circular.c: New file.
14003 * gdb.dlang/circular.exp: New file.
14004
14005 2016-02-26 Yao Qi <yao.qi@linaro.org>
14006
14007 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
14008 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
14009 (testcases): Update.
14010
14011 2016-02-26 Yao Qi <yao.qi@linaro.org>
14012
14013 * gdb.reverse/aarch64.c: Rename to ...
14014 * gdb.reverse/insn-reverse.c: ... it.
14015 * gdb.reverse/aarch64.exp: Rename to ...
14016 * gdb.reverse/insn-reverse.exp: ... it.
14017
14018 2016-02-26 Yao Qi <yao.qi@linaro.org>
14019
14020 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
14021 (testcase_ftype): New.
14022 (testcases): New array.
14023 (n_testcases): New.
14024 (main): Call each element in testcases.
14025 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
14026 (read_testcase): New.
14027 Do the tests in a loop.
14028
14029 2016-02-25 Yao Qi <yao.qi@linaro.org>
14030
14031 * gdb.base/branches.c: Remove.
14032
14033 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
14034
14035 PR gdb/13808
14036 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
14037
14038 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
14039
14040 * gdb.trace/ftrace.exp: Remove unnecessary target check.
14041
14042 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
14043
14044 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
14045 change x86_64 call_insn to 'callq'.
14046
14047 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14048
14049 * gdb.trace/tfile-avx.c: Move to...
14050 * gdb.trace/tracefile-pseudo-reg.c: Here.
14051 * gdb.trace/tfile-avx.exp: Move to...
14052 * gdb.trace/tracefile-pseudo-reg.exp: Here.
14053
14054 2016-02-24 Gary Benson <gbenson@redhat.com>
14055
14056 * gdb.base/attach-pie-noexec.exp: Do not expect an error
14057 message on attach.
14058
14059 2016-02-23 Doug Evans <dje@google.com>
14060
14061 * gdb.base/skip.c (test_skip): New function.
14062 (end_test_skip_file_and_function): New function.
14063 (test_skip_file_and_function): New function.
14064 * gdb.base/skip1.c (test_skip): New function.
14065 (skip1_test_skip_file_and_function): New function.
14066 * gdb.base/skip.exp: Add tests for new skip options.
14067 * gdb.base/skip-solib.exp: Update expected output.
14068 * gdb.perf/skip-command.cc: New file.
14069 * gdb.perf/skip-command.exp: New file.
14070 * gdb.perf/skip-command.py: New file.
14071
14072 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
14073
14074 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
14075 info registers pattern.
14076
14077 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
14078
14079 * lib/future.exp: Add D support.
14080 (gdb_find_gdc): New proc.
14081 (gdb_default_target_compile): Add D support.
14082
14083 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
14084
14085 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
14086 user+system time.
14087 (trace_speed_test): Determine the iteration count for a time
14088 between 15..30 seconds.
14089
14090 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
14091
14092 * gdb.arch/i386-mpx-sigsegv.c: New file.
14093 * gdb.arch/i386-mpx-sigsegv.exp: New file.
14094 * gdb.arch/i386-mpx-simple_segv.c: New file.
14095 * gdb.arch/i386-mpx-simple_segv.exp: New file.
14096
14097 2016-02-18 Yao Qi <yao.qi@linaro.org>
14098
14099 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14100 Don't call setup_kfail.
14101
14102 2016-02-18 Yao Qi <yao.qi@linaro.org>
14103
14104 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
14105 Set "set breakpoint condition-evaluation" per $cond_bp_target.
14106
14107 2016-02-16 Doug Evans <dje@google.com>
14108
14109 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
14110 * gdb.base/skip1.c: Ditto.
14111 * gdb.base/skip.exp: Whitespace cleanup.
14112
14113 2016-02-16 Don Breazeal <donb@codesourcery.com>
14114
14115 PR remote/19496
14116 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
14117 Remove kfail for PR remote/19496.
14118
14119 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
14120
14121 * lib/gdb.exp (standard_temp_file): Return a path specific to
14122 the runtest invocation.
14123
14124 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
14125
14126 * gdb.trace/save-trace.exp: Change relative path to be in the
14127 standard output directory.
14128
14129 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14130
14131 * gdb.arch/i386-prologue.c: Add missing prototypes.
14132
14133 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14134
14135 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
14136 * gdb.arch/i386-prologue.exp: Likewise.
14137 * gdb.arch/i386-size.exp: Likewise.
14138
14139 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
14140
14141 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
14142 define object file path.
14143 * gdb.btrace/gcore.exp: Use standard_output_file to define core
14144 file path.
14145 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
14146 standard_output_file to define binfile.
14147
14148 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14149
14150 Fix compatibility with recent gfortran-5.3.1.
14151 * gdb.fortran/vla-history.exp (print vla1 allocated)
14152 (print vla2 allocated, print $2, print $3): Remove
14153 (print $4): Rename to ...
14154 (print $2): ... here.
14155 (print $9): Rename to ...
14156 (print $5): ... here.
14157 (print $10): Rename to ...
14158 (print $6): ... here.
14159 * gdb.fortran/vla.f90: Add pvla initialization.
14160
14161 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14162
14163 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
14164 New test.
14165 * gdb.fortran/vla-value-sub.exp: Likewise.
14166
14167 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
14168
14169 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
14170
14171 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
14172
14173 * i386-biarch-core.exp: Define corefile using
14174 standard_output_file.
14175
14176 2016-02-12 Yao Qi <yao.qi@linaro.org>
14177
14178 * gdb.arch/arm-single-step-kernel-helper.c: New.
14179 * gdb.arch/arm-single-step-kernel-helper.exp: New.
14180
14181 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
14182
14183 * gdb.btrace/tailcall-only.exp: New.
14184 * gdb.btrace/tailcall-only.c: New.
14185 * gdb.btrace/x86_64-tailcall-only.S: New.
14186 * gdb.btrace/i686-tailcall-only.S: New.
14187
14188 2016-02-11 Pedro Alves <palves@redhat.com>
14189
14190 * README (Parallel testing): Add missing double quotes.
14191
14192 2016-02-11 Pedro Alves <palves@redhat.com>
14193
14194 * README (Parallel testing): New section.
14195 (GDB_PARALLEL): Rewrite.
14196 (FORCE_PARALLEL): Document.
14197
14198 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
14199
14200 * gdb.trace/tfile-avx.c: New test.
14201 * gdb.trace/tfile-avx.exp: New test.
14202
14203 2016-02-09 Keith Seitz <keiths@redhat.com>
14204
14205 PR breakpoints/19546
14206 * gdb.base/infcall-exec.c: New file.
14207 * gdb.base/infcall-exec2.c: New file.
14208 * gdb.base/infcall-exec.exp: New file.
14209
14210 2016-02-09 Keith Seitz <keiths@redhat.com>
14211
14212 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
14213 (toplevel): Call test_bkpt_address.
14214
14215 2016-02-09 Keith Seitz <keiths@redhat.com>
14216
14217 PR python/19506
14218 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
14219 (toplevel): Call test_bkpt_address.
14220
14221 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
14222
14223 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
14224 to AC_OUTPUT.
14225 * configure: Regenerate.
14226
14227 2016-02-09 Pedro Alves <palves@redhat.com>
14228
14229 PR breakpoints/19548
14230 * gdb.base/execl-update-breakpoints.c (some_function): New
14231 function.
14232 (main): Call it.
14233 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
14234 Tighten expected GDB output.
14235
14236 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
14237
14238 * Makefile.in (ALL_SUBDIRS): Remove.
14239 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
14240 (distclean maintainer-clean realclean): Likewise.
14241 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
14242 * configure: Regenerate.
14243 * gdb.ada/Makefile.in: Delete.
14244 * gdb.arch/Makefile.in: Likewise.
14245 * gdb.asm/Makefile.in: Likewise.
14246 * gdb.base/Makefile.in: Likewise.
14247 * gdb.btrace/Makefile.in: Likewise.
14248 * gdb.cell/Makefile.in: Likewise.
14249 * gdb.compile/Makefile.in: Likewise.
14250 * gdb.cp/Makefile.in: Likewise.
14251 * gdb.disasm/Makefile.in: Likewise.
14252 * gdb.dlang/Makefile.in: Likewise.
14253 * gdb.dwarf2/Makefile.in: Likewise.
14254 * gdb.fortran/Makefile.in: Likewise.
14255 * gdb.gdb/Makefile.in: Likewise.
14256 * gdb.go/Makefile.in: Likewise.
14257 * gdb.guile/Makefile.in: Likewise.
14258 * gdb.java/Makefile.in: Likewise.
14259 * gdb.linespec/Makefile.in: Likewise.
14260 * gdb.mi/Makefile.in: Likewise.
14261 * gdb.modula2/Makefile.in: Likewise.
14262 * gdb.multi/Makefile.in: Likewise.
14263 * gdb.objc/Makefile.in: Likewise.
14264 * gdb.opencl/Makefile.in: Likewise.
14265 * gdb.opt/Makefile.in: Likewise.
14266 * gdb.pascal/Makefile.in: Likewise.
14267 * gdb.perf/Makefile.in: Likewise.
14268 * gdb.python/Makefile.in: Likewise.
14269 * gdb.reverse/Makefile.in: Likewise.
14270 * gdb.server/Makefile.in: Likewise.
14271 * gdb.stabs/Makefile.in: Likewise.
14272 * gdb.threads/Makefile.in: Likewise.
14273 * gdb.trace/Makefile.in: Likewise.
14274 * gdb.xml/Makefile.in: Likewise.
14275 * lib/gdb.exp (make_gdb_parallel_path): Add check for
14276 GDB_PARALLEL.
14277 (standard_output_file): Remove check for GDB_PARALLEL, always
14278 return path in outputs/$subdir/$testname.
14279
14280 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
14281
14282 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
14283 (site.exp): Assign abs_srcdir to tcl's srcdir.
14284
14285 2016-02-04 Yao Qi <yao.qi@linaro.org>
14286
14287 * gdb.base/foll-exec-mode.c: Include limits.h.
14288 (main): Add parameters argc and argv. Get directory from
14289 argv[0].
14290 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
14291 compilation.
14292 * gdb.base/foll-exec.c: Include limits.h.
14293 (main): Add parameters argc and argv.
14294 Get directory from argv[0].
14295 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
14296 Adjust tests on the number of lines as source code changed.
14297 * gdb.base/foll-vfork-exit.c: Include limits.h.
14298 (main): Add one line of statement before vfork.
14299 * gdb.base/foll-vfork.c: Include limits.h and string.h.
14300 (main): Add parameters argc and argv. Get directory from
14301 argv[0].
14302 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
14303 (setup_gdb): Set tbreak to skip some source lines.
14304 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
14305 (main): Add parameters argc and argv. Get directory from
14306 argv[0].
14307 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
14308 compilation.
14309 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
14310 (main): Add parameters argc and argv. Get directory from
14311 argv[0].
14312 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
14313 compilation.
14314
14315 2016-02-01 Doug Evans <dje@google.com>
14316
14317 * gdb.base/skip.exp: Clean up multiple references to same test name.
14318
14319 2016-02-01 Pedro Alves <palves@redhat.com>
14320
14321 PR remote/19496
14322 * gdb.threads/forking-threads-plus-breakpoint.exp
14323 (displaced_stepping_supported): New global.
14324 (probe_displaced_stepping_support): New procedure.
14325 (do_test): Add 'displaced' parameter, and use it.
14326 (top level): Check for displaced stepping support. Add displaced
14327 stepping on/off testing axis.
14328
14329 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
14330
14331 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
14332 pointer. Don't perform further tests on the unassociated pointer
14333 if the first test fails.
14334
14335 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
14336
14337 * gdb.base/max-value-size.c: New file.
14338 * gdb.base/max-value-size.exp: New file.
14339 * gdb.base/huge.exp: Disable max-value-size for this test.
14340
14341 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
14342
14343 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14344
14345 2016-01-28 Yao Qi <yao.qi@linaro.org>
14346
14347 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
14348
14349 2016-01-25 Pedro Alves <palves@redhat.com>
14350
14351 PR threads/19461
14352 * gdb.base/fork-running-state.c: New file.
14353 * gdb.base/fork-running-state.exp: New file.
14354
14355 2016-01-25 Pedro Alves <palves@redhat.com>
14356
14357 PR gdb/19494
14358 * gdb.base/catch-fork-kill.c: New file.
14359 * gdb.base/catch-fork-kill.exp: New file.
14360
14361 2016-01-25 Pedro Alves <palves@redhat.com>
14362
14363 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
14364 Delete, moved to lib/gdb.exp.
14365 * gdb.threads/forking-threads-plus-breakpoint.exp
14366 (foreach_with_prefix): Likewise.
14367 * gdb.threads/process-dies-while-handling-bp.exp
14368 (foreach_with_prefix): Likewise.
14369 * lib/gdb.exp (foreach_with_prefix): New procedure.
14370
14371 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
14372
14373 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
14374 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
14375
14376 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
14377
14378 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
14379 endian targets.
14380
14381 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14382 Pedro Alves <palves@redhat.com>
14383
14384 Fix testsuite compatibility with Guile.
14385 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
14386 number.
14387
14388 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14389
14390 Fix testsuite compatibility with Guile.
14391 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
14392 (thread 1): New test for backtrace through signal handler.
14393
14394 2016-01-22 Yao Qi <yao.qi@linaro.org>
14395
14396 PR testsuite/19491
14397 * gdb.base/multi-forks.c: Include
14398 ../lib/unbuffer_output.c
14399 (main): Call gdb_unbuffer_output.
14400
14401 2016-01-21 Doug Evans <dje@google.com>
14402
14403 * lib/ada.exp (gdb_compile_ada): Fix typo.
14404
14405 2016-01-21 Joel Brobecker <brobecker@adacore.com>
14406
14407 * gdb.base/break-fun-addr.exp: New file.
14408 * gdb.base/break-fun-addr1.c: New file.
14409 * gdb.base/break-fun-addr2.c: New file.
14410
14411 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
14412
14413 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
14414 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
14415 enum flag values.
14416
14417 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
14418
14419 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
14420 when GDB can not set the vector return value. Add more comments
14421 for clarification.
14422
14423 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
14424
14425 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
14426 command.
14427
14428 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14429
14430 * Makefile.in (DO_RUNTEST): Add --status and update usages.
14431
14432 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14433
14434 * Makefile.in (check-single): Pass --status to runtest.
14435 (check/%.exp): Likewise.
14436
14437 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14438
14439 * Makefile.in (check-parallel): Propagate return code from make
14440 do-check-parallel.
14441
14442 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
14443
14444 * gdb.trace/ftrace.exp: Fix expected message on continue.
14445 * gdb.trace/pending.exp: Fix expected message on continue.
14446 * gdb.trace/trace-break.exp: Fix expected message on continue.
14447
14448 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
14449
14450 * lib/gdb.exp (gdb_test): Remove unused global references.
14451
14452 2016-01-18 Pedro Alves <palves@redhat.com>
14453
14454 * gdb.base/async-shell.exp: Adjust expected output.
14455 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
14456 * gdb.base/siginfo-thread.exp: Adjust expected output.
14457 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
14458 * gdb.java/jnpe.exp: Adjust expected output.
14459 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
14460 * gdb.threads/continue-pending-status.exp: Adjust expected output.
14461 * gdb.threads/leader-exit.exp: Adjust expected output.
14462 * gdb.threads/manythreads.exp: Adjust expected output.
14463 * gdb.threads/pthreads.exp: Adjust expected output.
14464 * gdb.threads/schedlock.exp: Adjust expected output.
14465 * gdb.threads/siginfo-threads.exp: Adjust expected output.
14466 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
14467 expected output.
14468 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
14469 output.
14470 * gdb.threads/sigthread.exp: Adjust expected output.
14471 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
14472
14473 2016-01-18 Yao Qi <yao.qi@linaro.org>
14474
14475 * gdb.guile/scm-section-script.c: Replace @progbits with
14476 %progbits.
14477 * gdb.python/py-section-script.c: Likewise.
14478
14479 2016-01-15 Pedro Alves <palves@redhat.com>
14480
14481 * gdb.multi/tids.exp: Test star wildcard ranges.
14482
14483 2016-01-15 Pedro Alves <palves@redhat.com>
14484
14485 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
14486 command from "thread apply" invocation.
14487 (thr_apply_info_thr_invalid): Default the expected output to the
14488 input tid list.
14489 (top level): Add tests that use convenience variables. Add tests
14490 for "thread apply" with a valid TID list, but missing the command.
14491
14492 2016-01-13 Pedro Alves <palves@redhat.com>
14493
14494 * gdb.base/default.exp: Expect $_gthread as well.
14495 * gdb.multi/tids.exp: Test $_gthread.
14496 * gdb.threads/thread-specific.exp: Test $_gthread.
14497
14498 2016-01-13 Pedro Alves <palves@redhat.com>
14499
14500 * gdb.multi/tids.exp: Test "info threads -gid".
14501
14502 2016-01-13 Pedro Alves <palves@redhat.com>
14503
14504 * gdb.multi/tids.exp: Test InferiorThread.global_num and
14505 Breakpoint.thread.
14506 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
14507
14508 2016-01-07 Pedro Alves <palves@redhat.com>
14509
14510 * gdb.base/break.exp: Adjust to output changes.
14511 * gdb.base/hbreak2.exp: Likewise.
14512 * gdb.base/sepdebug.exp: Likewise.
14513 * gdb.base/watch_thread_num.exp: Likewise.
14514 * gdb.linespec/keywords.exp: Likewise.
14515 * gdb.multi/info-threads.exp: Likewise.
14516 * gdb.threads/thread-find.exp: Likewise.
14517 * gdb.multi/tids.c: New file.
14518 * gdb.multi/tids.exp: New file.
14519
14520 2016-01-13 Pedro Alves <palves@redhat.com>
14521
14522 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
14523
14524 2016-01-13 Pedro Alves <palves@redhat.com>
14525
14526 * gdb.base/default.exp: Expect $_inferior as well.
14527 * gdb.multi/base.exp: Test $_inferior.
14528
14529 2016-01-13 Pedro Alves <palves@redhat.com>
14530
14531 PR breakpoints/19388
14532 * gdb.base/catch-signal-siginfo-cond.c: New file.
14533 * gdb.base/catch-signal-siginfo-cond.exp: New file.
14534
14535 2016-01-12 Josh Stone <jistone@redhat.com>
14536 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14537
14538 * gdb.base/catch-syscall.c (do_execve): New variable.
14539 (main): Conditionally trigger an execve.
14540 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
14541 (test_catch_syscall_execve): New, check entry/return across execve.
14542 (do_syscall_tests): Call test_catch_syscall_execve.
14543
14544 2016-01-12 Pedro Alves <palves@redhat.com>
14545
14546 * gdb.base/random-signal.exp (do_test): New procedure, with body
14547 of testcase moved in.
14548
14549 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14550 Pedro Alves <palves@redhat.com>
14551
14552 * gdb.base/funcargs.exp (finish from indirectly called function):
14553 Reintroduce the case for 'First'.
14554
14555 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14556 Pedro Alves <palves@redhat.com>
14557
14558 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
14559 (tcatch_vfork_then_child_follow_exec)
14560 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
14561 identification.
14562
14563 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14564
14565 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
14566 and repeats to unlimited.
14567 * gdb.python/py-value.exp: Likewise.
14568 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
14569 and repeats to unlimited.
14570
14571 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14572
14573 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
14574 and reordering the functions.
14575 * gdb.multi/hangout.c: Likewise.
14576 * gdb.multi/hello.c: Likewise.
14577
14578 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
14579
14580 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
14581 absolute.
14582 (SingleStatisticTestResult.report): Use dict.keys instead of
14583 dict.iterkeys.
14584
14585 2016-01-06 Pedro Alves <palves@redhat.com>
14586
14587 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
14588
14589 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
14590
14591 * gdb.btrace/dlopen.exp: New.
14592 * gdb.btrace/dlopen.c: New.
14593 * gdb.btrace/dlopen-dso.c: New.
14594
14595 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
14596
14597 * lib/gdb.exp (gdb_test): Update comments to clarify that the
14598 PATTERN argument is optional.
14599
14600 2015-12-24 Joel Brobecker <brobecker@adacore.com>
14601
14602 * lib/ada.exp (target_compile_ada_from_dir): New function.
14603 (gdb_compile_ada): Reimplement avoiding the use of project files.
14604 * gdb.ada/gnat_ada.gpr: Delete.
14605 * gdb.ada/cond_lang.exp: Adjust test to make path before
14606 filename optional.
14607 * gdb.ada/small_reg_param.exp: Likewise.
14608
14609 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
14610
14611 * gdb.base/foll-vork.exp: Remove HP-UX special case.
14612
14613 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
14614
14615 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
14616 case.
14617
14618 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
14619
14620 * gdb.base/break.exp: Remove dead code.
14621 * gdb.base/sepdebug.exp: Likewise.
14622
14623 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
14624
14625 * gdb.asm/asm-source.exp: Remove HP-UX references.
14626 * gdb.base/annota1.exp: Likewise.
14627 * gdb.base/annota3.exp: Likewise.
14628 * gdb.base/attach.exp: Likewise.
14629 * gdb.base/bigcore.exp: Likewise.
14630 * gdb.base/break.exp: Likewise.
14631 * gdb.base/call-ar-st.exp: Likewise.
14632 * gdb.base/callfuncs.exp: Likewise.
14633 * gdb.base/catch-fork-static.exp: Likewise.
14634 * gdb.base/display.exp: Likewise.
14635 * gdb.base/foll-exec-mode.exp: Likewise.
14636 * gdb.base/foll-exec.exp: Likewise.
14637 * gdb.base/foll-fork.exp: Likewise.
14638 * gdb.base/foll-vfork.exp: Likewise.
14639 * gdb.base/funcargs.exp: Likewise.
14640 * gdb.base/hbreak2.exp: Likewise.
14641 * gdb.base/inferior-died.exp: Likewise.
14642 * gdb.base/interrupt.exp: Likewise.
14643 * gdb.base/multi-forks.exp: Likewise.
14644 * gdb.base/nodebug.exp: Likewise.
14645 * gdb.base/sepdebug.exp: Likewise.
14646 * gdb.base/solib1.c: Likewise.
14647 * gdb.base/step-test.exp: Likewise.
14648 * gdb.mi/non-stop.c: Likewise.
14649 * gdb.mi/pthreads.c: Likewise.
14650 * gdb.multi/bkpt-multi-exec.ex: Likewise.
14651 * gdb.threads/pthreads.c: Likewise.
14652 * gdb.threads/staticthreads.exp: Likewise.
14653 * lib/future.exp: Likewise.
14654 * lib/gdb.exp: Likewise.
14655 * gdb.base/so-indr-cl.c: Remove.
14656 * gdb.base/so-indr-cl.exp: Likewise.
14657 * gdb.base/solib.c: Likewise.
14658 * gdb.base/solib.exp: Likewise.
14659 * gdb.base/solib2.c: Likewise.
14660
14661 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
14662
14663 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
14664 * gdb.base/call-ar-st.exp: Likewise.
14665 * gdb.base/callfuncs.exp: Likewise.
14666 * gdb.base/condbreak.exp: Likewise.
14667 * gdb.base/constvars.exp: Likewise.
14668 * gdb.base/hbreak2.exp: Likewise.
14669 * gdb.base/langs.exp: Likewise.
14670 * gdb.base/list.exp: Likewise.
14671 * gdb.base/long_long.exp: Likewise.
14672 * gdb.base/ptype.exp: Likewise.
14673 * gdb.base/scope.exp: Likewise.
14674 * gdb.base/signals.exp: Likewise.
14675 * gdb.base/so-impl-ld.exp: Likewise.
14676 * gdb.base/varargs.exp: Likewise.
14677 * gdb.base/volatile.exp: Likewise.
14678 * gdb.base/whatis.exp: Likewise.
14679 * gdb.cp/cplusfuncs.exp: Likewise.
14680 * gdb.cp/inherit.exp: Likewise.
14681 * gdb.cp/local.exp: Likewise.
14682 * gdb.cp/member-ptr.exp: Likewise.
14683 * gdb.cp/method.exp: Likewise.
14684 * gdb.cp/overload.exp: Likewise.
14685 * gdb.cp/templates.exp: Likewise.
14686 * gdb.stabs/weird.exp: Likewise.
14687 * lib/compiler.c: Likewise.
14688 * lib/compiler.cc: Likewise.
14689 * lib/cp-support.exp: Likewise.
14690 * lib/gdb.exp: Likewise.
14691
14692 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
14693
14694 * configure.ac: Remove HP-UX case.
14695 * configure: Regenerate.
14696
14697 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
14698
14699 * lib/gdb.exp (gdb_compile): Add function doc.
14700
14701 2015-12-17 Pedro Alves <palves@redhat.com>
14702
14703 PR threads/19354
14704 * gdb.multi/info-threads.exp: New file.
14705
14706 2015-12-15 Yao Qi <yao.qi@linaro.org>
14707
14708 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
14709 is aarch64*-*-*.
14710
14711 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14712
14713 * gdb.base/history-duplicates.exp: Skip if no readline support.
14714
14715 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14716
14717 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
14718
14719 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14720
14721 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
14722
14723 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14724
14725 * gdb.base/completion.exp: Skip tests that interrupt GDB with
14726 ctrl-C if nointerrupts target property is set.
14727 * gdb.base/double-prompt-target-event-error.exp: Likewise.
14728 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
14729 * gdb.base/paginate-bg-execution.exp: Likewise.
14730 * gdb.base/paginate-execution-startup.exp: Likewise.
14731 * gdb.base/random-signal.exp: Likewise.
14732 * gdb.base/range-stepping.exp: Likewise.
14733 * gdb.cp/annota2.exp: Likewise.
14734 * gdb.cp/annota3.exp: Likewise.
14735 * gdb.gdb/selftest.exp: Likewise.
14736 * gdb.threads/continue-pending-status.exp: Likewise.
14737 * gdb.threads/leader-exit.exp: Likewise.
14738 * gdb.threads/manythreads.exp: Likewise.
14739 * gdb.threads/pthreads.exp: Likewise.
14740 * gdb.threads/schedlock.exp: Likewise.
14741 * gdb.threads/sigthread.exp: Likewise.
14742
14743 2015-12-11 Don Breazeal <donb@codesourcery.com>
14744
14745 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
14746 remote.
14747 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
14748 * gdb.base/foll-exec.exp (main): Enable for target remote.
14749 * gdb.base/foll-fork.exp (main): Likewise.
14750 * gdb.base/foll-vfork.exp (main): Likewise.
14751 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
14752 (proc continue_to_exit_bp_loc): Use clean_restart.
14753 * gdb.base/pie-execl.exp (main): Disable for target remote.
14754 * gdb.base/watch-vfork.exp (main): Enable for target remote.
14755 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
14756 * gdb.threads/execl.exp (main): Likewise.
14757 * gdb.threads/fork-child-threads.exp (main): Likewise.
14758 * gdb.threads/fork-plus-threads.exp (main): Disable for target
14759 remote.
14760 * gdb.threads/fork-thread-pending.exp (main): Enable for target
14761 remote.
14762 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
14763 pid.tid style ptids, instead of just tid.
14764 * gdb.threads/thread-execl.exp (main): Enable for target remote.
14765 * gdb.threads/watchpoint-fork.exp (main): Likewise.
14766 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
14767 ptids, instead of just tid.
14768
14769 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14770
14771 * gdb.base/list.exp (test_list_forward): Add end of file error
14772 test.
14773 (test_repeat_list_command): Add end of file error test.
14774 (test_list_backwards): Add beginning of file error test.
14775
14776 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14777
14778 * gdb.base/list.exp (test_list_invalid_args): New function,
14779 defined, and called.
14780
14781 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14782
14783 * gdb.base/list.exp (test_list): Make test names unique.
14784
14785 2015-12-11 Yao Qi <yao.qi@linaro.org>
14786
14787 * gdb.base/coremaker2.c: Remove.
14788
14789 2015-12-10 Pedro Alves <palves@redhat.com>
14790
14791 * gdb.multi/base.exp: Remove stale "spaces" references.
14792
14793 2015-12-10 Pedro Alves <palves@redhat.com>
14794
14795 * gdb.multi/base.exp: Don't use nowarnings.
14796 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
14797 * gdb.multi/hangout.c: Include stdio.h.
14798 * gdb.multi/hello.c: Include stdlib.h.
14799 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
14800 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
14801 * gdb.multi/multi-arch.exp: Don't use nowarnings.
14802
14803 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
14804
14805 * gdb.dwarf2/dw2-ranges-base.c: New file.
14806 * gdb.dwarf2/dw2-ranges-base.exp: New file.
14807 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
14808 support additional line table, and debug ranges generation.
14809 (Dwarf::ranges): New function, generate .debug_ranges.
14810 (Dwarf::lines): Support generating simple line table programs.
14811 (Dwarf::assemble): Initialise new namespace variables.
14812
14813 2015-12-09 Kevin Buettner <kevinb@redhat.com>
14814
14815 * gdb.base/async.exp (proc test_background): Add case for
14816 asynchronous execution not supported.
14817
14818 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
14819
14820 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
14821 format and change test names to make them unique.
14822
14823 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
14824 Pedro Alves <pedro@redhat.com>
14825
14826 PR gdb/18702
14827 Add checking of floatformats setup on x86_64 hosts.
14828 * gdb.arch/i386-float.S (main): Load bigval and smallval.
14829 (smallval, bigval): New labels/constants.
14830 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
14831 float" after loading bigval and smallval.
14832
14833 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
14834
14835 * gdb.ada/fun_overload_menu.exp: New testcase.
14836 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
14837
14838 2015-12-04 Josh Stone <jistone@redhat.com>
14839
14840 * gdb.base/catch-fork-static.exp: New.
14841
14842 2015-12-03 Yao Qi <yao.qi@linaro.org>
14843
14844 * gdb.base/sizeof.c: Don't include stdio.h and
14845 ../lib/unbuffer_output.c.
14846 (main): New variable 'size' and 'value'. Remove printf and
14847 gdb_unbuffer_output. Assign return value to size and value.
14848 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
14849 at the beginning.
14850 (check_sizeof): Check the result by printing variable 'size'.
14851 (check_valueof): Check the result by printing variable 'value'.
14852
14853 2015-12-01 Yao Qi <yao.qi@linaro.org>
14854
14855 * gdb.base/disp-step-syscall.exp: Define syscall instruction
14856 for aarch64*-*-linux* target.
14857
14858 2015-11-30 Pedro Alves <palves@redhat.com>
14859
14860 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
14861
14862 2015-11-30 Pedro Alves <palves@redhat.com>
14863
14864 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
14865 Handle non-stop mode vCont replies.
14866
14867 2015-11-30 Pedro Alves <palves@redhat.com>
14868
14869 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
14870 prepare_for_testing. Start gdb with "set non-stop on" appended to
14871 GDBFLAGS. Lax expected stop output.
14872
14873 2015-11-27 Yao Qi <yao.qi@linaro.org>
14874
14875 * gdb.arch/arm-neon.exp: New.
14876 * gdb.arch/arm-neon.c: New.
14877
14878 2015-11-27 Yao Qi <yao.qi@linaro.org>
14879
14880 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
14881
14882 2015-11-27 Yao Qi <yao.qi@linaro.org>
14883
14884 * gdb.cp/annota2.exp: Allow multiple occurrences of the
14885 frames-invalid annotation.
14886
14887 2015-11-27 Yao Qi <yao.qi@linaro.org>
14888
14889 * gdb.cp/annota2.exp: Use ${frames_invalid}.
14890
14891 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
14892
14893 * gdb.threads/names.exp: New file.
14894 * gdb.threads/names.c: New file.
14895 * README: Mention gdb,no_thread_names.
14896
14897 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
14898
14899 PR 19297
14900 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
14901 support" error.
14902
14903 2015-11-24 Pedro Alves <palves@redhat.com>
14904
14905 PR 17539
14906 * gdb.base/display.exp: Expect displays to be sorted in ascending
14907 order. Use multi_line.
14908 * gdb.base/solib-display.exp: Likewise.
14909
14910 2015-11-24 Pedro Alves <palves@redhat.com>
14911
14912 PR 17539
14913 * gdb.base/display.exp: Expect displays to be sorted in ascending
14914 order. Use multi_line.
14915 * gdb.base/solib-display.exp: Likewise.
14916
14917 2015-11-24 Pedro Alves <palves@redhat.com>
14918
14919 PR 17539
14920 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
14921 threads in ascending order.
14922 * gdb.base/foll-fork.exp: Likewise.
14923 * gdb.base/foll-vfork.exp: Likewise.
14924 * gdb.base/multi-forks.exp: Likewise.
14925 * gdb.mi/mi-nonstop.exp: Likewise.
14926 * gdb.mi/mi-nsintrall.exp: Likewise.
14927 * gdb.multi/base.exp: Likewise.
14928 * gdb.multi/multi-arch.exp: Likewise.
14929 * gdb.python/py-inferior.exp: Likewise.
14930 * gdb.threads/break-while-running.exp: Likewise.
14931 * gdb.threads/execl.exp: Likewise.
14932 * gdb.threads/gcore-thread.exp: Likewise.
14933 * gdb.threads/info-threads-cur-sal.exp: Likewise.
14934 * gdb.threads/kill.exp: Likewise.
14935 * gdb.threads/linux-dp.exp: Likewise.
14936 * gdb.threads/multiple-step-overs.exp: Likewise.
14937 * gdb.threads/next-bp-other-thread.exp: Likewise.
14938 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
14939 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
14940 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
14941 * gdb.threads/thread-find.exp: Likewise.
14942 * gdb.threads/tls.exp: Likewise.
14943 * lib/mi-support.exp (mi_reverse_list): Delete.
14944 (mi_check_thread_states): No longer reverse list.
14945
14946 2015-11-24 Pedro Alves <palves@redhat.com>
14947
14948 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
14949 use lowercase.
14950
14951 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14952
14953 * gdb.trace/actions.c: Include trace-common.h.
14954 (main): Add a location for a fast tracepoint.
14955 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
14956 the normal tracepoints.
14957 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
14958
14959 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14960
14961 * save-trace.exp: Factor out code to these...
14962 (gdb_save_tracepoints): New.
14963 (gdb_load_tracepoints): New.
14964 (do_save_load_test): New.
14965
14966 2015-11-23 Kevin Buettner <kevinb@redhat.com>
14967
14968 * gdb.base/asmlabel.exp: New test.
14969 * gdb.base/asmlabel.c: New test case.
14970
14971 2015-11-23 Joel Brobecker <brobecker@adacore.com>
14972
14973 * gdb.base/wrong_frame_bt_full-main.c: New file.
14974 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
14975 * gdb.base/wrong_frame_bt_full.exp: New file.
14976
14977 2015-11-23 Joel Brobecker <brobecker@adacore.com>
14978
14979 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
14980
14981 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14982
14983 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
14984 pstate register when comparing registers values in
14985 sparc64-*-linux-gnu targets to avoid spurious differences.
14986
14987 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14988
14989 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
14990
14991 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
14992
14993 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
14994 as type argument to gdb_compile.
14995 * gdb.base/nested-subp2.exp: Likewise.
14996 * gdb.base/nested-subp3.exp: Likewise.
14997
14998 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
14999
15000 * lib/dwarf.exp (_note): Fix left shift of negative value.
15001 * gdb.trace/trace-condition.exp: Likewise.
15002
15003 2015-11-13 Yao Qi <yao.qi@linaro.org>
15004
15005 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
15006 comments about d10v.
15007 (test_scalar_returns): Likewise.
15008 * gdb.base/d10v.ld: Remove.
15009 * gdb.base/overlays.exp: Remove the target triplet checking for
15010 d10v-*-*.
15011 * gdb.base/structs.exp (test_struct_returns): Remove the
15012 comments about d10v.
15013 (test_struct_calls): Likewise.
15014
15015 2015-11-13 Yao Qi <yao.qi@linaro.org>
15016
15017 * gdb.base/gnu_vector.exp: Check the return value by "p res".
15018 * gdb.base/gnu_vector.c: Don't include stdio.h.
15019 (main): Don't print res and call add_some_intvecs.
15020
15021 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
15022
15023 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
15024 macro.
15025 (func5): Removed.
15026 (func4): Use FAST_TRACEPOINT_LABEL.
15027 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
15028 macro.
15029 (func): Removed.
15030 (thread_function): Use FAST_TRACEPOINT_LABEL.
15031 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
15032 (func): Remove.
15033 (marker): Use FAST_TRACEPOINT_LABEL.
15034 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
15035 (pendfunc1): Remove.
15036 (pendfunc): Use FAST_TRACEPOINT_LABEL.
15037 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
15038 (foo): Remove.
15039 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
15040 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
15041 macro.
15042 (func): Remove.
15043 (marker): Use FAST_TRACEPOINT_LABEL.
15044 * gdb.trace/trace-common.h: New header.
15045 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
15046 macro.
15047 (func): Remove.
15048 (marker): Use FAST_TRACEPOINT_LABEL.
15049 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
15050 (func): Remove.
15051 (thread_function): Use FAST_TRACEPOINT_LABEL.
15052
15053 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
15054
15055 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
15056 in front.
15057 * gdb.trace/change-loc.exp: Use global pcreg definition.
15058 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
15059 * gdb.trace/entry-values.exp: Use global spreg definition, add $
15060 in front.
15061 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
15062 * gdb.trace/pending.exp: Likewise.
15063 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
15064 * gdb.trace/trace-break.exp: Likewise.
15065 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
15066 in front.
15067 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
15068 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
15069 in front.
15070 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
15071
15072 2015-11-09 Joel Brobecker <brobecker@adacore.com>
15073
15074 * gdb.ada/fin_fun_out: New testcase.
15075
15076 2015-11-07 Kevin Buettner <kevinb@redhat.com>
15077
15078 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
15079 value associated with DW_AT_byte_size.
15080 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
15081 constants for DW_AT_byte_size, DW_AT_lower_bound, and
15082 DW_AT_upper_bound.
15083
15084 2015-11-07 Kevin Buettner <kevinb@redhat.com>
15085
15086 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
15087 (gdb_target_symbol_prefix_flags): Define in terms of _asm
15088 version.
15089 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
15090 gdb.dwarf2/dw2-canonicalize-type.exp,
15091 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
15092 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
15093 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
15094 provided by gdb_target_symbol_prefix_flags_asm.
15095 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
15096 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
15097 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
15098 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
15099 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
15100 macros where needed). Use this macro for symbols which require
15101 the prefix provided by SYMBOL_PREFIX.
15102
15103 2015-11-05 Kevin Buettner <kevinb@redhat.com>
15104
15105 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
15106 New procs.
15107 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
15108 representing expressions, of more than one list element.
15109 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
15110 to prepend linker symbol prefix to f.
15111 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
15112 table_1 and table_2.
15113 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
15114 Likewise, for f and g.
15115 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
15116 for ptr.
15117 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
15118 for main.
15119 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
15120 table_1_ptr and table_2_ptr.
15121
15122 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15123 Joel Brobecker <brobecker@adacore.com>
15124
15125 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
15126
15127 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
15128
15129 * gdb.reverse/s390-mvcle.c: New test.
15130 * gdb.reverse/s390-mvcle.exp: New file.
15131 * lib/gdb.exp: Enable reverse tests on s390*-linux.
15132
15133 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
15134
15135 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
15136
15137 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
15138
15139 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
15140 reaching marker2.
15141 * gdb.reverse/getresuid-reverse.exp: Likewise.
15142 * gdb.reverse/pipe-reverse.exp: Likewise.
15143 * gdb.reverse/readv-reverse.exp: Likewise.
15144 * gdb.reverse/recvmsg-reverse.exp: Likewise.
15145 * gdb.reverse/time-reverse.exp: Likewise.
15146 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
15147
15148 2015-10-30 Yao Qi <yao.qi@linaro.org>
15149
15150 * gdb.threads/wp-replication.c (watch_count_done): Remove.
15151 (empty_cycle): Remove.
15152 (main): Don't call empty_cycle. Don't use watch_count_done.
15153 * gdb.threads/wp-replication.exp: Don't set breakpoint on
15154 empty_cycle. Rewrite the code counting HW watchpoints.
15155
15156 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
15157
15158 * gdb.reverse/fstatat-reverse.c: New test.
15159 * gdb.reverse/fstatat-reverse.exp: New file.
15160 * gdb.reverse/getresuid-reverse.c: New test.
15161 * gdb.reverse/getresuid-reverse.exp: New file.
15162 * gdb.reverse/pipe-reverse.c: New test.
15163 * gdb.reverse/pipe-reverse.exp: New file.
15164 * gdb.reverse/readv-reverse.c: New test.
15165 * gdb.reverse/readv-reverse.exp: New file.
15166 * gdb.reverse/recvmsg-reverse.c: New test.
15167 * gdb.reverse/recvmsg-reverse.exp: New file.
15168 * gdb.reverse/time-reverse.c: New test.
15169 * gdb.reverse/time-reverse.exp: New file.
15170 * gdb.reverse/waitpid-reverse.c: New test.
15171 * gdb.reverse/waitpid-reverse.exp: New file.
15172
15173 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
15174
15175 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
15176
15177 2015-10-26 Doug Evans <dje@google.com>
15178
15179 PR symtab/17391
15180 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
15181 * gdb.dwarf2/bad-regnum.c: New file.
15182 * gdb.dwarf2/bad-regnum.exp: New file.
15183
15184 2015-10-26 Doug Evans <dje@google.com>
15185
15186 PR python/18938
15187 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
15188 file.
15189
15190 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15191
15192 * gdb.compile/compile.exp (compile code globalvar): Update expectation
15193 for a change by "Mention language in compile error message".
15194
15195 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
15196
15197 PR python/18073
15198 * gdb.python/py-type.c (C::a_method): New.
15199 (C::a_const_method): New.
15200 (C::a_static_method): New.
15201 (a_function): New.
15202 * gdb.python/py-type.exp (test_fields): Test getting fields
15203 from function and method.
15204
15205 2015-10-21 Keven Boell <keven.boell@intel.com>
15206
15207 * gdb.fortran/vla-alloc-assoc.exp: New file.
15208 * gdb.fortran/vla-datatypes.exp: New file.
15209 * gdb.fortran/vla-datatypes.f90: New file.
15210 * gdb.fortran/vla-history.exp: New file.
15211 * gdb.fortran/vla-ptype-sub.exp: New file.
15212 * gdb.fortran/vla-ptype.exp: New file.
15213 * gdb.fortran/vla-sizeof.exp: New file.
15214 * gdb.fortran/vla-sub.f90: New file.
15215 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
15216 * gdb.fortran/vla-value-sub-finish.exp: New file.
15217 * gdb.fortran/vla-value-sub.exp: New file.
15218 * gdb.fortran/vla-value.exp: New file.
15219 * gdb.fortran/vla-ptr-info.exp: New file.
15220 * gdb.mi/mi-vla-fortran.exp: New file.
15221 * gdb.mi/vla.f90: New file.
15222
15223 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
15224
15225 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
15226 of hardwired timeout value.
15227
15228 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15229 Pedro Alves <palves@redhat.com>
15230
15231 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
15232 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
15233
15234 2015-10-19 Josh Stone <jistone@redhat.com>
15235
15236 * gdb.base/catch-syscall.c: Include <sched.h>.
15237 (unknown_syscall): New variable.
15238 (main): Trigger a vfork and an unknown syscall.
15239 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
15240 (unknown_syscall_number): Likewise.
15241 (check_call_to_syscall): Accept an optional syscall pattern.
15242 (check_return_from_syscall): Likewise.
15243 (check_continue): Likewise.
15244 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
15245 (test_catch_syscall_skipping_return): New test toggling off 'catch
15246 syscall' to step over the syscall return, then toggling back on.
15247 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
15248 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
15249 (do_syscall_tests): Call test_catch_syscall_without_args and
15250 test_catch_syscall_mid_vfork.
15251 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
15252 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
15253
15254 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
15255
15256 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
15257 print g_vE): Add new pass patterns.
15258 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
15259 print various symbol names for vptr fields.
15260
15261 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
15262
15263 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
15264 results.
15265
15266 2015-10-12 Yao Qi <yao.qi@linaro.org>
15267
15268 * gdb.arch/disp-step-insn-reloc.exp: New test case.
15269
15270 2015-10-12 Yao Qi <yao.qi@linaro.org>
15271
15272 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
15273 is aarch64*-*-linux*.
15274
15275 2015-10-12 Yao Qi <yao.qi@linaro.org>
15276
15277 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
15278 (can_relocate_bcond_true): ... it.
15279 (can_relocate_bcond_false): New function.
15280 (foo): Likewise.
15281 (can_relocate_bl): Likewise.
15282 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
15283 can_relocate_bl.
15284
15285 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
15286
15287 * gdb.base/nested-addr.c: New file.
15288 * gdb.base/nested-addr.exp: New testcase.
15289
15290 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
15291
15292 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
15293 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
15294 its output. Ignore the output of "record goto begin" and instead
15295 check that GDB is replaying.
15296
15297 2015-10-09 Pedro Alves <palves@redhat.com>
15298
15299 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
15300 (top level): Use it in the run with no args test.
15301
15302 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
15303
15304 * gdb.dlang/properties.exp: New file.
15305
15306 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
15307
15308 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
15309 whether or not address 0x1000 is mapped on the target.
15310
15311 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
15312
15313 * gdb.python/py-type.exp: Do not run tests if binaries fail to
15314 build.
15315
15316 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
15317
15318 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
15319 instruction-history test.
15320
15321 2015-09-28 Doug Evans <dje@google.com>
15322
15323 * gdb.base/gcore.c (array_func): Add reference to static_array.
15324
15325 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
15326
15327 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
15328 source line.
15329
15330 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
15331
15332 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
15333 short or char as base type.
15334
15335 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
15336
15337 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
15338 to allow any size enum.
15339
15340 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
15341
15342 * gdb.ada/array_ptr_renaming.exp: New testcase.
15343 * gdb.ada/array_ptr_renaming/foo.adb: New file.
15344 * gdb.ada/array_ptr_renaming/pack.ads: New file.
15345
15346 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15347
15348 * gdb.trace/ftrace-lock.c: New file.
15349 * gdb.trace/ftrace-lock.exp: New file.
15350
15351 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15352
15353 * gdb.arch/insn-reloc.c: New file.
15354 * gdb.arch/ftrace-insn-reloc.exp: New file.
15355
15356 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15357
15358 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
15359 instruction.
15360 * gdb.trace/pendshr1.c (pendfunc): Likewise.
15361 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
15362 * gdb.trace/range-stepping.c: Likewise.
15363 * gdb.trace/trace-break.c: Likewise.
15364 * gdb.trace/trace-mt.c (thread_function): Likewise.
15365 * gdb.trace/ftrace.c (marker): Likewise.
15366 * gdb.trace/trace-condition.c (marker): Likewise.
15367 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
15368 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
15369 is_aarch64_target.
15370
15371 2015-09-18 Doug Evans <xdje42@gmail.com>
15372
15373 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
15374 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
15375
15376 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15377
15378 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
15379 the breakpoint.
15380
15381 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15382
15383 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
15384 the pending breakpoint. Remove timeout override for "Run till
15385 MI pending breakpoint on pendfunc3 on thread 2" test.
15386
15387 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15388
15389 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
15390 filename pattern.
15391
15392 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15393
15394 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
15395 in breakpoint filename pattern.
15396
15397 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15398
15399 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
15400
15401 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15402
15403 * gdb.linespec/explicit.exp: Check for readline support for
15404 tab-completion tests. Fix obvious typo.
15405
15406 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
15407
15408 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
15409 and replay.
15410
15411 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
15412
15413 * gdb.btrace/non-stop.c: New.
15414 * gdb.btrace/non-stop.exp: New.
15415
15416 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
15417 Yao Qi <yao.qi@linaro.org>
15418
15419 * gdb.trace/trace-condition.c: New file.
15420 * gdb.trace/trace-condition.exp: New file.
15421
15422 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
15423
15424 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
15425 for testing bytecode compilation.
15426
15427 2015-09-16 Pedro Alves <palves@redhat.com>
15428 Sandra Loosemore <sandra@codesourcery.com>
15429
15430 * gdb.threads/non-stop-fair-events.c (timeout): New global.
15431 (SECONDS): Redefine.
15432 (main): Call pthread_kill and alarm early.
15433 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
15434 support.
15435 (test): If the target can't hardware step and doesn't support
15436 displaced stepping, increase the timeout.
15437
15438 2015-09-16 Pedro Alves <palves@redhat.com>
15439
15440 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
15441 (enable_debug): New procedures.
15442 (test): Use them. Bail out if waiting for threads fails.
15443 (top level): Bail out if a test fails.
15444
15445 2015-09-16 Yao Qi <yao.qi@linaro.org>
15446
15447 * gdb.asm/asm-source.exp: Set asm-arch for
15448 aarch64*-*-* target.
15449 * gdb.asm/aarch64.inc: New file.
15450
15451 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
15452
15453 * gdb.ada/array_of_variable_length.exp: New testcase.
15454 * gdb.ada/array_of_variable_length/foo.adb: New file.
15455 * gdb.ada/array_of_variable_length/pck.adb: New file.
15456 * gdb.ada/array_of_variable_length/pck.ads: New file.
15457
15458 2015-09-15 Doug Evans <dje@google.com>
15459
15460 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
15461 of function static local variable.
15462
15463 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15464
15465 * gdb.threads/tls-so_extern.exp: New test file.
15466 * gdb.threads/tls-so_extern.c: New test file.
15467 * gdb.threads/tls-so_extern_main.c: New test file.
15468
15469 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15470
15471 * gdb.opt/solib-intra-step-lib.c: New file.
15472 * gdb.opt/solib-intra-step-main.c: New file.
15473 * gdb.opt/solib-intra-step.exp: New file.
15474
15475 2015-09-15 Pedro Alves <palves@redhat.com>
15476
15477 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
15478 gdb_continue_to_breakpoint instead of gdb_test_multiple.
15479
15480 2015-09-14 Pedro Alves <palves@redhat.com>
15481
15482 * gdb.base/hook-stop-continue.c: Delete.
15483 * gdb.base/hook-stop-continue.exp: Delete.
15484 * gdb.base/hook-stop-frame.c: Delete.
15485 * gdb.base/hook-stop-frame.exp: Delete.
15486 * gdb.base/hook-stop.c: New file.
15487 * gdb.base/hook-stop.exp: New file.
15488
15489 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
15490
15491 * gdb.ada/access_to_packed_array.exp: New testcase.
15492 * gdb.ada/access_to_packed_array/foo.adb: New file.
15493 * gdb.ada/access_to_packed_array/pack.adb: New file.
15494 * gdb.ada/access_to_packed_array/pack.ads: New file.
15495
15496 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
15497
15498 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
15499 buffer size test.
15500
15501 2015-09-11 Don Breazeal <donb@codesourcery.com>
15502
15503 * gdb.base/foll-exec.c: Add copyright header. Fix
15504 formatting issues.
15505 * gdb.base/foll-exec.exp (zap_session): Delete proc.
15506 (do_exec_tests): Use clean_restart in place of zap_session,
15507 and for test initialization. Fix formatting issues. Use
15508 fail in place of perror.
15509 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
15510 an expect statement to match an expression with output from
15511 the program under debug.
15512 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
15513 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
15514 * gdb.threads/non-ldr-exc-2.exp: Likewise.
15515 * gdb.threads/non-ldr-exc-3.exp: Likewise.
15516 * gdb.threads/non-ldr-exc-4.exp: Likewise.
15517
15518 2015-09-09 Doug Evans <dje@google.com>
15519
15520 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
15521
15522 2015-09-09 Doug Evans <dje@google.com>
15523
15524 * gdb.base/pie-execl.exp: Fix result test of build_executable.
15525
15526 2015-09-09 Doug Evans <dje@google.com>
15527
15528 * gdb.base/savedregs.exp: Fix typo.
15529
15530 2015-09-09 Pedro Alves <palves@redhat.com>
15531
15532 * gdb.mi/mi-cli.exp: Add CLI finish tests.
15533
15534 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
15535
15536 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
15537 command actually switches threads. Give up on remaining
15538 tests if target fails to stop at breakpoint.
15539
15540 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
15541
15542 * gdb.ada/funcall_char.exp: New testcase.
15543 * gdb.ada/funcall_char/foo.adb: New file.
15544
15545 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
15546
15547 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
15548 expected outputs. Add two testcases for completing ambiguous
15549 functions.
15550 * gdb.ada/complete/aux_pck.adb: New file.
15551 * gdb.ada/complete/aux_pck.ads: New file.
15552 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
15553 Ambiguous_Func functions.
15554 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
15555 * gdb.ada/complete/pck.adb: Likewise.
15556
15557 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
15558
15559 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
15560 failures to run the test program under GDB.
15561
15562 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
15563
15564 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
15565 to C.
15566
15567 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
15568
15569 * gdb.base/run-after-attach.exp: New test file.
15570 * gdb.base/run-after-attach.c: New test file.
15571
15572 2015-08-26 Don Breazeal <donb@codesourcery.com>
15573
15574 * gdb.base/foll-exec-2.c: New test program.
15575 * gdb.base/foll-exec-2.exp: New test.
15576
15577 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
15578
15579 * gdb.base/nested-subp1.exp: New file.
15580 * gdb.base/nested-subp1.c: New file.
15581 * gdb.base/nested-subp2.exp: New file.
15582 * gdb.base/nested-subp2.c: New file.
15583 * gdb.base/nested-subp3.exp: New file.
15584 * gdb.base/nested-subp3.c: New file.
15585
15586 2015-08-24 Pedro Alves <palves@redhat.com>
15587
15588 * gdb.server/connect-without-multi-process.c: New file.
15589 * gdb.server/connect-without-multi-process.exp: New file.
15590
15591 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
15592
15593 * gdb.opt/inline-markers.c: Make z int.
15594
15595 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
15596
15597 * gdb.opt/inline-markers.c: Make z volatile.
15598
15599 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
15600
15601 * gdb.opt/inline-bt.c: New volatile global z.
15602 * gdb.opt/inline-cmds.c: Likewise.
15603 * gdb.opt/inline-locals.c: Likewise.
15604 * gdb.opt/inline-markers.c: New extern global z.
15605 (marker): Use z.
15606 (inline_fn): Likewise.
15607
15608 2015-08-24 Pedro Alves <palves@redhat.com>
15609
15610 * config/m32r-stub.exp: Remove file.
15611 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
15612 * gdb.base/call-rt-st.exp: Likewise.
15613 * gdb.base/call-strs.exp: Likewise.
15614 * gdb.base/default.exp: Remove references to h8300-*-hms and
15615 *-*-udi*.
15616 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
15617
15618 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15619
15620 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
15621 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
15622 and "return" use KFAIL when GDB can not read/write the vector
15623 return value.
15624
15625 2015-08-21 Gary Benson <gbenson@redhat.com>
15626
15627 * gdb.trace/pending.exp: Cope with remote transfer warnings.
15628
15629 2015-08-20 Pedro Alves <palves@redhat.com>
15630
15631 * gdb.server/solib-list.exp: No longer expect an interior stop in
15632 non-stop mode.
15633
15634 2015-08-20 Pedro Alves <palves@redhat.com>
15635
15636 * gdb.server/connect-stopped-target.c: New file.
15637 * gdb.server/connect-stopped-target.exp: New file.
15638
15639 2015-08-20 Pedro Alves <palves@redhat.com>
15640
15641 * gdb.dwarf2/comp-unit-lang.exp: New file.
15642 * gdb.dwarf2/comp-unit-lang.c: New file.
15643
15644 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
15645
15646 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
15647 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
15648
15649 2015-08-19 Kevin Buettner <kevinb@redhat.com>
15650
15651 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
15652 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
15653
15654 2015-08-18 Doug Evans <dje@google.com>
15655 Adrian Sendroiu <adrian.sendroiu@freescale.com>
15656
15657 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
15658 skip_python_tests. New arg prompt_regexp.
15659 (skip_python_tests): New function.
15660 * lib/mi-support.exp (mi_skip_python_tests): New function.
15661 * gdb.python/py-mi-objfile-gdb.py: New file.
15662 * gdb.python/py-mi-objfile.c: New file.
15663 * gdb.python/py-mi-objfile.exp: New file.
15664
15665 2015-08-17 Keith Seitz <keiths@redhat.com>
15666
15667 * gdb.linespec/explicit.exp: Move strace test from here ...
15668 * gdb.trace/strace.exp: ... to here.
15669
15670 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
15671
15672 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
15673 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
15674
15675 2015-08-14 Doug Evans <xdje42@gmail.com>
15676
15677 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
15678 inferior before selecting a new file.
15679
15680 2015-08-14 Doug Evans <xdje42@gmail.com>
15681
15682 * gdb.mi/mi-disassemble.exp: Update.
15683 * gdb.base/disasm-optim.S: New file.
15684 * gdb.base/disasm-optim.c: New file.
15685 * gdb.base/disasm-optim.h: New file.
15686 * gdb.base/disasm-optim.exp: New file.
15687
15688 2015-08-14 Keith Seitz <keiths@redhat.com>
15689
15690 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
15691 "evaluated-by".
15692
15693 2015-08-13 Joel Brobecker <brobecker@adacore.com>
15694
15695 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
15696
15697 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
15698
15699 * gdb.ada/fun_renaming.exp: New testcase.
15700 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
15701 * gdb.ada/fun_renaming/pack.adb: New file.
15702 * gdb.ada/fun_renaming/pack.ads: New file.
15703
15704 2015-08-12 Keith Seitz <keiths@redhat.com>
15705
15706 * gdb.base/dso2dso.exp: Pass basename of source file in call to
15707 gdb_get_line_number.
15708
15709 2015-08-12 Joel Brobecker <brobecker@adacore.com>
15710
15711 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
15712 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
15713 gdb.base/dso2dso.exp: New files.
15714
15715 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
15716 Pedro Alves <palves@redhat.com>
15717 Keith Seitz <keiths@redhat.com>
15718
15719 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
15720 GDBFLAGS.
15721
15722 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
15723
15724 * gdb.base/gdbhistsize-history.exp
15725 (test_histsize_history_setting): Use save_vars.
15726 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15727 Use save_vars.
15728 (test_no_truncation_of_unlimited_history_file): Use save_vars.
15729 * gdb.base/readline.exp: Use save_vars.
15730
15731 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
15732
15733 * lib/gdb.exp (save_vars): New proc.
15734
15735 2015-08-11 Keith Seitz <keiths@redhat.com>
15736
15737 * gdb.base/help.exp: Update help_breakpoint_text.
15738
15739 2015-08-11 Keith Seitz <keiths@redhat.com>
15740
15741 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
15742 (at toplevel): Call test_explicit_breakpoints.
15743 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
15744 breakpoints.
15745 * lib/mi-support.exp (mi_make_breakpoint): Add support for
15746 breakpoint conditions, "-cond".
15747
15748 2015-08-11 Keith Seitz <keiths@redhat.com>
15749
15750 * gdb.linespec/3explicit.c: New file.
15751 * gdb.linespec/cpexplicit.cc: New file.
15752 * gdb.linespec/cpexplicit.exp: New file.
15753 * gdb.linespec/explicit.c: New file.
15754 * gdb.linespec/explicit.exp: New file.
15755 * gdb.linespec/explicit2.c: New file.
15756 * gdb.linespec/ls-errs.exp: Add explicit location tests.
15757 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
15758 before using in the matching pattern.
15759 Clarify that `prefix' is a regular expression.
15760
15761 2015-08-11 Keith Seitz <keiths@redhat.com>
15762
15763 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
15764 test.
15765 Add tests for missing ",FMT" and ",".
15766
15767 2015-08-10 Doug Evans <dje@google.com>
15768 Keith Seitz <keiths@redhat.com>
15769
15770 PR gdb/17960
15771 * gdb.base/completion.exp: Add location completer tests.
15772
15773 2015-08-07 Pedro Alves <palves@redhat.com>
15774
15775 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
15776 tests here.
15777 (top level): Run do_test with and without displaced stepping.
15778
15779 2015-08-07 Pedro Alves <palves@redhat.com>
15780
15781 * gdb.base/valgrind-disp-step.c: New file.
15782 * gdb.base/valgrind-disp-step.exp: New file.
15783
15784 2015-08-07 Pedro Alves <palves@redhat.com>
15785
15786 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
15787 Delete function.
15788 (main): Add alarm. Run an infinite loop instead of calling
15789 wait_threads.
15790 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
15791 comment.
15792 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
15793 Delete function.
15794 (main): Add alarm. Run an infinite loop instead of calling
15795 wait_threads.
15796 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
15797 comment.
15798
15799 2015-08-07 Pedro Alves <palves@redhat.com>
15800
15801 * gdb.base/checkpoint-ns.exp: New file.
15802 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
15803 standard_testfile.
15804
15805 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
15806
15807 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
15808 * gdb.btrace/instruction_history.exp: Update.
15809 * gdb.btrace/tsx.exp: New.
15810 * gdb.btrace/tsx.c: New.
15811
15812 2015-08-06 Pedro Alves <palves@redhat.com>
15813
15814 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
15815 increase timeout.
15816 * gdb.reverse/until-precsave.exp: Bump timeouts.
15817
15818 2015-08-06 Pedro Alves <palves@redhat.com>
15819
15820 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
15821
15822 2015-08-06 Pedro Alves <palves@redhat.com>
15823
15824 PR gdb/18749
15825 * gdb.threads/process-dies-while-handling-bp.c: New file.
15826 * gdb.threads/process-dies-while-handling-bp.exp: New file.
15827
15828 2015-08-06 Pedro Alves <palves@redhat.com>
15829
15830 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
15831 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
15832
15833 2015-08-05 Pedro Alves <palves@redhat.com>
15834
15835 * gdb.threads/next-while-other-thread-longjmps.c: New file.
15836 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
15837
15838 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
15839
15840 * gdb.base/bp-permanent.exp: Report test as unsupported if
15841 the target cannot stop at the permanent breakpoint.
15842
15843 2015-08-03 Doug Evans <dje@google.com>
15844
15845 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
15846 10000.
15847
15848 2015-08-03 Doug Evans <dje@google.com>
15849
15850 * Makefile.in (workers/%.worker, build-perf): New rule.
15851 (GDB_PERFTEST_MODE): New variable.
15852 (check-perf): Use it.
15853 (clean): Clean up gdb.perf parallel build subdirs.
15854 * lib/build-piece.exp: New file.
15855 * lib/gdb.exp (make_gdb_parallel_path): New function
15856 (standard_output_file, standard_temp_file): Call it.
15857 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15858 of $GDB_PARALLEL.
15859 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
15860
15861 2015-08-03 Doug Evans <dje@google.com>
15862
15863 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
15864 (LOG_FILE_NAME): New global.
15865 (TextReporter.__init__): Initialize self.txt_sum.
15866 (TextReporter.report): Add support for multiple data-points.
15867 Move report to perftest.sum, put raw data in perftest.log.
15868 (TextReporter.start): Open sum and log files.
15869 (TextReporter.end): Close sum and log files.
15870 * gdb.perf/lib/perftest/testresult.py
15871 (SingleStatisticTestResult.record): Handle multiple data-points.
15872
15873 2015-07-31 Pedro Alves <palves@redhat.com>
15874
15875 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
15876 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15877 kill_wait_spawned_process instead of explicit "kill -9".
15878 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
15879 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15880 kill_wait_spawned_process.
15881 * gdb.base/attach-twice.exp: Likewise.
15882 * gdb.base/attach.exp: Likewise.
15883 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
15884 gdb_test_multiple.
15885 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
15886 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15887 kill_wait_spawned_process.
15888 * gdb.base/valgrind-infcall.exp: Likewise.
15889 * gdb.multi/multi-attach.exp: Likewise.
15890 * gdb.python/py-prompt.exp: Likewise.
15891 * gdb.python/py-sync-interp.exp: Likewise.
15892 * gdb.server/ext-attach.exp: Likewise.
15893 * gdb.threads/attach-into-signal.exp (corefunc): Use
15894 spawn_wait_for_attach, spawn_id_get_pid and
15895 kill_wait_spawned_process.
15896 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
15897 spawn_wait_for_attach returning a spawn id instead of a pid. Use
15898 spawn_id_get_pid and kill_wait_spawned_process.
15899 * gdb.threads/attach-stopped.exp (corefunc): Use
15900 spawn_wait_for_attach, spawn_id_get_pid and
15901 kill_wait_spawned_process.
15902 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
15903 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15904 kill_wait_spawned_process instead of explicit "kill -9".
15905 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
15906 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
15907 (spawn_wait_for_attach): Use spawn instead of exec to spawn
15908 processes. Don't map cygwin/windows pids here. Now returns a
15909 spawn id list.
15910
15911 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15912
15913 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
15914 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
15915 correct patch.
15916
15917 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15918
15919 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
15920
15921 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15922
15923 Reapply:
15924 2014-05-21 Mark Wielaard <mjw@redhat.com>
15925
15926 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15927
15928 2015-07-30 Pedro Alves <palves@redhat.com>
15929
15930 * linux-low.c (handle_extended_wait): Set the child's last
15931 reported status to TARGET_WAITKIND_STOPPED.
15932
15933 2015-07-30 Pedro Alves <palves@redhat.com>
15934
15935 PR threads/18600
15936 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
15937 only shows inferior 1.
15938
15939 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
15940 Pedro Alves <palves@redhat.com>
15941
15942 PR threads/18600
15943 * gdb.threads/fork-plus-threads.c: New file.
15944 * gdb.threads/fork-plus-threads.exp: New file.
15945
15946 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15947
15948 * gdb.base/batch-preserve-term-settings.exp
15949 (test_terminal_settings_preserved_after_cli_exit): Use
15950 send_quit_command.
15951
15952 2015-07-29 Pedro Alves <palves@redhat.com>
15953 Don Breazeal <donb@codesourcery.com>
15954
15955 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
15956 output from both inferior_spawn_id and gdb_spawn_id.
15957
15958 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15959
15960 * gdb.threads/attach-into-signal.exp (corefunc): Use
15961 with_test_prefix on nested loops, uniquefying the test messages.
15962
15963 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15964
15965 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
15966 commit.
15967
15968 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15969
15970 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
15971 New proc.
15972 (test_terminal_settings_preserved_after_sigterm): New test.
15973
15974 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15975
15976 * gdb.base/batch-preserve-term-settings.exp
15977 (test_terminal_settings_preserved_after_cli_exit): New test.
15978
15979 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15980
15981 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
15982 manipulation of saved_gdbflags.
15983 (test_terminal_settings_preserved): Remove global declaration of
15984 the unused variable pagination_prompt. Remove manipulation of
15985 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
15986 GDBFLAGS.
15987
15988 2015-07-29 Pedro Alves <palves@redhat.com>
15989
15990 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
15991
15992 2015-07-29 Pedro Alves <palves@redhat.com>
15993
15994 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
15995 at the top.
15996
15997 2015-07-29 Pedro Alves <palves@redhat.com>
15998
15999 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
16000 (main): Call gdb_unbuffer_output.
16001 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
16002 (main): Call gdb_unbuffer_output.
16003 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
16004 (main): Call gdb_unbuffer_output.
16005 * gdb.base/call-strs.exp: Adjust to step over the
16006 gdb_unbuffer_output call.
16007 * gdb.base/catch-gdb-caused-signals.c: Include
16008 "../lib/unbuffer_output.c".
16009 (main): Call gdb_unbuffer_output.
16010 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
16011 (main): Call gdb_unbuffer_output.
16012 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
16013 (main): Call gdb_unbuffer_output.
16014 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
16015 (main): Call gdb_unbuffer_output.
16016 * gdb.base/shlib-call.exp: Adjust to step over the
16017 gdb_unbuffer_output call.
16018 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
16019 (main): Call gdb_unbuffer_output.
16020 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
16021 (main): Call gdb_unbuffer_output.
16022 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
16023 (main): Rename to ...
16024 (test): ... this.
16025 (main): Reimplement.
16026 * gdb.base/varargs.exp: Run to test instead of to main.
16027 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
16028 (main): Call gdb_unbuffer_output.
16029
16030 2015-07-29 Pedro Alves <palves@redhat.com>
16031
16032 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
16033 factore out from mi_continue_dprintf. For call-style dprintfs,
16034 expect dprintf output out of $inferior_spawn_id.
16035 (mi_continue_dprintf): Use mi_expect_dprintf.
16036 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
16037 (main): Call gdb_unbuffer_output.
16038
16039 2015-07-29 Pedro Alves <palves@redhat.com>
16040
16041 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
16042 (default_mi_gdb_start): Set inferior_spawn_id instead of
16043 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
16044 gdb_spawn_id.
16045 (mi_gdb_test): Always expect inferior output from both
16046 $inferior_spawn_id and $gdb_spawn_id.
16047
16048 2015-07-29 Pedro Alves <palves@redhat.com>
16049
16050 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
16051 send_inferior and $inferior_spawn_id.
16052
16053 2015-07-29 Pedro Alves <palves@redhat.com>
16054
16055 * gdb.gdb/complaints.exp (test_initial_complaints)
16056 (test_serial_complaints, test_short_complaints): Use
16057 gdb_test_stdio.
16058 (test_empty_complaint): Handle $inferior_spawn_id !=
16059 $gdb_spawn_id.
16060
16061 2015-07-29 Pedro Alves <palves@redhat.com>
16062
16063 * gdb.base/varargs.exp: Use gdb_test_stdio.
16064
16065 2015-07-29 Pedro Alves <palves@redhat.com>
16066
16067 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
16068
16069 2015-07-29 Pedro Alves <palves@redhat.com>
16070
16071 * gdb.base/ending-run.exp: Use gdb_test_stdio.
16072
16073 2015-07-29 Pedro Alves <palves@redhat.com>
16074
16075 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
16076 parameter into two new parameters, "inf_result" and "gdb_result".
16077 Expect inferior output and gdb output from $inferior_spawn_id and
16078 $gdb_spawn_id, respectively. Adjust all callers.
16079
16080 2015-07-29 Pedro Alves <palves@redhat.com>
16081
16082 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
16083 of gdb_test_sequence.
16084
16085 2015-07-29 Pedro Alves <palves@redhat.com>
16086
16087 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
16088 (saw_spurious_output): Expect inferior output from
16089 $inferior_spawn_id. Use gdb_test_stdio.
16090
16091 2015-07-29 Pedro Alves <palves@redhat.com>
16092
16093 * gdb.base/dprintf.exp: Use standard_testfile. Change
16094 prepare_for_testing call.
16095 (srcfile): Don't set.
16096 (restart): New procedure.
16097 (test_dprintf): New procecure, use to continue over dprintfs.
16098 (test_call, test_agent): New procedures, tests moved here.
16099 Restart gdb and recreate dprintfs. Adjust expected output.
16100
16101 2015-07-29 Pedro Alves <palves@redhat.com>
16102
16103 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
16104
16105 2015-07-29 Pedro Alves <palves@redhat.com>
16106
16107 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
16108
16109 2015-07-29 Pedro Alves <palves@redhat.com>
16110
16111 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
16112 gdb_test_stdio.
16113
16114 2015-07-29 Pedro Alves <palves@redhat.com>
16115
16116 * lib/gdb.exp (gdb_test_stdio): New procedure.
16117
16118 2015-07-29 Pedro Alves <palves@redhat.com>
16119
16120 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
16121
16122 2015-07-29 Pedro Alves <palves@redhat.com>
16123
16124 * gdb.base/call-signal-resume.exp: Remove check for
16125 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
16126 * gdb.base/unwindonsignal.exp: Likewise.
16127 * gdb.base/call-signals.c (gen_signal): Remove printf call.
16128 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
16129
16130 2015-07-29 Pedro Alves <palves@redhat.com>
16131
16132 * gdb.base/siginfo-addr.c (pass): New function.
16133 (handler): Call it iff si_addr is correct.
16134 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
16135 Set a breakpoint at "pass" and continue to it.
16136
16137 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
16138
16139 * gdb.python/py-objfile.exp: Make some tests have unique names.
16140 * gdb.python/py-pp-registration.exp: Likewise.
16141
16142 2015-07-28 Pedro Alves <palves@redhat.com>
16143
16144 * gdb.server/server-exec-info.exp: Issue a "disconnect".
16145
16146 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
16147
16148 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
16149
16150 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
16151
16152 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
16153
16154 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
16155
16156 * gdb.base/gdb-sigterm-2.exp: New test.
16157
16158 2015-07-25 Doug Evans <xdje42@gmail.com>
16159
16160 Revert:
16161 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
16162 (workers/%.worker, build-perf): New rule.
16163 (GDB_PERFTEST_MODE): New variable.
16164 (check-perf): Use it.
16165 (clean): Clean up gdb.perf parallel build subdirs.
16166 * lib/build-piece.exp: New file.
16167 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
16168 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
16169 name.
16170 (standard_temp_file): Ditto.
16171 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
16172 of $GDB_PARALLEL.
16173
16174 2015-07-24 Doug Evans <dje@google.com>
16175
16176 * gdb.perf/lib/perftest/utils.py: New file.
16177 * gdb.perf/gm-hello.cc: New file.
16178 * gdb.perf/gm-pervasive-typedef.cc: New file.
16179 * gdb.perf/gm-pervasive-typedef.h: New file.
16180 * gdb.perf/gm-std.cc: New file.
16181 * gdb.perf/gm-std.h: New file.
16182 * gdb.perf/gm-use-cerr.cc: New file.
16183 * gdb.perf/gm-utils.h: New file.
16184 * gdb.perf/gmonster-null-lookup.py: New file.
16185 * gdb.perf/gmonster-pervasive-typedef.py: New file.
16186 * gdb.perf/gmonster-print-cerr.py: New file.
16187 * gdb.perf/gmonster-ptype-string.py: New file.
16188 * gdb.perf/gmonster-runto-main.py: New file.
16189 * gdb.perf/gmonster-select-file.py: New file.
16190 * gdb.perf/gmonster1-null-lookup.exp: New file.
16191 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
16192 * gdb.perf/gmonster1-print-cerr.exp: New file.
16193 * gdb.perf/gmonster1-ptype-string.exp: New file.
16194 * gdb.perf/gmonster1-runto-main.exp: New file.
16195 * gdb.perf/gmonster1-select-file.exp: New file.
16196 * gdb.perf/gmonster1.cc: New file.
16197 * gdb.perf/gmonster1.exp: New file.
16198 * gdb.perf/gmonster2-null-lookup.exp: New file.
16199 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
16200 * gdb.perf/gmonster2-print-cerr.exp: New file.
16201 * gdb.perf/gmonster2-ptype-string.exp: New file.
16202 * gdb.perf/gmonster2-runto-main.exp: New file.
16203 * gdb.perf/gmonster2-select-file.exp: New file.
16204 * gdb.perf/gmonster2.cc: New file.
16205 * gdb.perf/gmonster2.exp: New file.
16206
16207 2015-07-24 Doug Evans <dje@google.com>
16208
16209 * gdb.perf/README: New file.
16210 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
16211 * lib/gen-perf-test.exp: New file.
16212
16213 2015-07-24 Doug Evans <dje@google.com>
16214
16215 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
16216 (PerfTest::startup): New function.
16217 (PerfTest::run): Return result of calling body.
16218 (PerfTest::assemble): Rewrite.
16219 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
16220 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
16221 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
16222 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
16223 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
16224
16225 2015-07-24 Doug Evans <dje@google.com>
16226
16227 * lib/gdb.exp (clean_restart): Make executable optional.
16228
16229 2015-07-24 Doug Evans <dje@google.com>
16230
16231 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
16232 compiler_info references.
16233 * gdb.cp/temargs.exp: Ditto.
16234 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
16235 (get_compiler_info): Early exit if already computed. Set compiler_info
16236 to "unknown" if there was a problem.
16237 (test_compiler_info): Add function comment. Call get_compiler_info.
16238
16239 2015-07-24 Doug Evans <dje@google.com>
16240
16241 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
16242 (workers/%.worker, build-perf): New rule.
16243 (GDB_PERFTEST_MODE): New variable.
16244 (check-perf): Use it.
16245 (clean): Clean up gdb.perf parallel build subdirs.
16246 * lib/build-piece.exp: New file.
16247 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
16248 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
16249 name.
16250 (standard_temp_file): Ditto.
16251 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
16252 of $GDB_PARALLEL.
16253
16254 2015-07-24 Doug Evans <dje@google.com>
16255
16256 * lib/future.exp (gdb_default_target_compile): New option
16257 "early_flags".
16258 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
16259 --as-needed.
16260
16261 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
16262
16263 * gdb.base/catch-syscall.exp: Call gdb_exit before
16264 gdb_skip_xml_test.
16265
16266 2015-07-24 Pedro Alves <palves@redhat.com>
16267
16268 * gdb.python/py-events.exp: Accept output between the stop event
16269 and the prompt.
16270 * gdb.python/py-evsignal.exp: Likewise.
16271 * gdb.python/py-evthreads.exp: Likewise.
16272
16273 2015-07-24 Pedro Alves <palves@redhat.com>
16274
16275 PR gdb/18717
16276 * gdb.threads/non-ldr-exit.c: New file.
16277 * gdb.threads/non-ldr-exit.exp: New file.
16278
16279 2015-07-24 Yao Qi <yao.qi@linaro.org>
16280
16281 * gdb.server/ext-wrapper.exp: Test --wrapper option when
16282 restarting process.
16283
16284 2015-07-24 Yao Qi <yao.qi@linaro.org>
16285
16286 * gdb.server/ext-restart.exp: New file.
16287
16288 2015-07-24 Yao Qi <yao.qi@linaro.org>
16289
16290 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
16291 argument options.
16292 * gdb.server/ext-wrapper.exp: New file.
16293
16294 2015-07-23 Doug Evans <dje@google.com>
16295
16296 * gdb.dwarf2/dw2-dummy-cu.S: New file.
16297 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
16298
16299 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
16300
16301 * gdb.ada/var_arr_typedef.exp: New testcase.
16302 * gdb.ada/var_arr_typedef/pack.adb: New file.
16303 * gdb.ada/var_arr_typedef/pack.ads: New file.
16304 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
16305
16306 2015-07-20 Joel Brobecker <brobecker@adacore.com>
16307
16308 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
16309
16310 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16311
16312 * gdb.arch/i386-biarch-core.exp: Replace istarget
16313 by "complete set gnutarget". Remove expectation for the "core-file"
16314 command.
16315
16316 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16317
16318 Revert the previous commit:
16319 Tests for validate symbol file using build-id.
16320
16321 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
16322
16323 Tests for validate symbol file using build-id.
16324 * gdb.base/solib-mismatch-lib.c: New file.
16325 * gdb.base/solib-mismatch-libmod.c: New file.
16326 * gdb.base/solib-mismatch.c: New file.
16327 * gdb.base/solib-mismatch.exp: New file.
16328
16329 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
16330
16331 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
16332 nios2-*-linux*.
16333 * gdb.base/sigbpt.exp (stepi_out): Likewise.
16334 * gdb.base/siginfo.exp: Likewise.
16335 * gdb.base/sigstep.exp (advance, advancei): Likewise.
16336
16337 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
16338
16339 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
16340 Move it to ...
16341 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
16342 ... here.
16343 * gdb.trace/range-stepping.exp: Check that the target supports
16344 range stepping.
16345
16346 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16347
16348 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
16349
16350 2015-07-14 Pedro Alves <palves@redhat.com>
16351
16352 * gdb.base/killed-outside.exp: New file.
16353 * gdb.base/killed-outside.c: New file.
16354
16355 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16356
16357 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
16358 (n at main): New.
16359 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
16360
16361 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16362
16363 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
16364 infcall tests instead of setting up for KFAIL.
16365
16366 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
16367
16368 * gdb.btrace/record_goto-step.exp: New.
16369
16370 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16371
16372 PR compile/18484
16373 * gdb.compile/compile.c (struct struct_type): Add volatile to
16374 selffield's type.
16375 * gdb.compile/compile.exp
16376 (compile code struct_object.selffield = &struct_object): Skip further
16377 struct_object tests if this one xfails.
16378
16379 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
16380
16381 PR exp/18617
16382 * gdb.trace/ax.exp: Add test.
16383
16384 2015-07-07 Yao Qi <yao.qi@linaro.org>
16385
16386 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
16387 instead of istarget "aarch64*-*-*".
16388 * gdb.arch/aarch64-fp.exp: Likewise.
16389 * gdb.base/float.exp: Likewise.
16390 * gdb.reverse/aarch64.exp: Likewise.
16391 * lib/gdb.exp (is_aarch64_target): New proc.
16392
16393 2015-07-07 Yao Qi <yao.qi@linaro.org>
16394
16395 * lib/gdb.exp (is_aarch32_target): New proc.
16396 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
16397 instead of "istarget "arm*-*-*"".
16398 * gdb.arch/arm-disp-step.exp: Likewise.
16399 * gdb.arch/thumb-bx-pc.exp: Likewise.
16400 * gdb.arch/thumb-prologue.exp: Likewise.
16401 * gdb.arch/thumb-singlestep.exp: Likewise.
16402 * gdb.base/disp-step-syscall.exp: Likewise.
16403 * gdb.base/float.exp: Likewise.
16404
16405 2015-07-07 Yao Qi <yao.qi@linaro.org>
16406
16407 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
16408 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
16409
16410 2015-07-07 Yao Qi <yao.qi@linaro.org>
16411
16412 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
16413 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
16414 if it exists.
16415 * gdb.multi/multi-arch.exp: Likewise.
16416
16417 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
16418
16419 * gdb.python/py-lazy-string.exp: Add missing parentheses to
16420 print.
16421
16422 2015-07-07 Yao Qi <yao.qi@linaro.org>
16423
16424 * gdb.arch/thumb-singlestep.exp: Do one more single step.
16425
16426 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
16427
16428 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
16429 '[' and ']' characters.
16430
16431 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
16432
16433 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
16434
16435 2015-06-29 Pedro Alves <palves@redhat.com>
16436
16437 PR threads/18127
16438 * gdb.threads/hand-call-new-thread.c: New file.
16439 * gdb.threads/hand-call-new-thread.c: New file.
16440
16441 2015-06-26 Keith Seitz <keiths@redhat.com>
16442 Doug Evans <dje@google.com>
16443
16444 PR 16253
16445 * gdb.cp/var-tag-2.cc: New file.
16446 * gdb.cp/var-tag-3.cc: New file.
16447 * gdb.cp/var-tag-4.cc: New file.
16448 * gdb.cp/var-tag.cc: New file.
16449 * gdb.cp/var-tag.exp: New file.
16450
16451 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
16452
16453 * gdb.base/history-duplicates.exp: New test.
16454
16455 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
16456
16457 * gdb.base/completion.exp: Test the completion of the "focus"
16458 command.
16459
16460 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16461
16462 * gdb.arch/amd64-prologue-skip.S: New file.
16463 * gdb.arch/amd64-prologue-skip.exp: New file.
16464
16465 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
16466
16467 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
16468 is_address_zero_readable check.
16469
16470 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
16471
16472 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
16473 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
16474
16475 2015-06-24 Yao Qi <yao.qi@linaro.org>
16476
16477 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
16478 linux targets.
16479
16480 2015-06-24 Yao Qi <yao.qi@linaro.org>
16481
16482 * lib/gdb.exp (supports_get_siginfo_type): New proc.
16483 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
16484 * gdb.base/siginfo-thread.exp: Likewise.
16485
16486 2015-06-22 Yao Qi <yao.qi@linaro.org>
16487
16488 * boards/remote-gdbserver-on-localhost.exp: Add comments.
16489
16490 2015-06-22 Yao Qi <yao.qi@linaro.org>
16491
16492 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
16493 aarch64*-*-*.
16494 (skip_hw_watchpoint_tests): Likewise.
16495
16496 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
16497
16498 * gdb.base/gdbinit-history.exp: Test the interaction between
16499 setting GDBHISTSIZE and setting the history size via .gdbinit.
16500
16501 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16502
16503 PR gdb/16999
16504 * gdb.base/gdbhistsize-history.exp: New test.
16505
16506 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16507
16508 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
16509 with GDBHISTSIZE.
16510 * gdb.base/readline.exp: Likewise.
16511
16512 2015-06-17 Yao Qi <yao.qi@linaro.org>
16513
16514 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
16515 line.
16516
16517 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16518
16519 * gdb.base/gdbinit-history.exp: Add test case to check that
16520 an unlimited history file does not get truncated on exit.
16521
16522 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16523
16524 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
16525 (VECTOR): New macro. Use it...
16526 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
16527 ...for these typedefs.
16528 (int8, char1, int1, double1): New typedefs.
16529 (struct just_int2, struct two_int2): New structures.
16530 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
16531 (add_structvecs, add_singlevecs): New functions.
16532 (main): Call add_some_intvecs twice.
16533 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
16534 the compile and exit upon failure. Try compiling for the "native"
16535 architecture. Test inferior function calls with vector arguments
16536 and vector return value handling with "finish" and "return".
16537
16538 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
16539
16540 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
16541 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
16542 PE file.
16543 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
16544
16545 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
16546
16547 PR breakpoints/16465
16548 * gdb.mi/mi-dprintf-pending.c: New file.
16549 * gdb.mi/mi-dprintf-pending.exp: New test.
16550 * gdb.mi/mi-dprintf-pendshr.c: New file.
16551
16552 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16553 Mircea Gherzan <mircea.gherzan@intel.com>
16554
16555 * gdb.arch/i386-mpx-map.c: New file.
16556 * gdb.arch/i386-mpx-map.exp: New File.
16557
16558 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16559
16560 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
16561 * gdb.arch/i386-mpx.exp: Indentation fixed.
16562
16563 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16564
16565 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
16566 function and improved indentation.
16567 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
16568 gdb_test_multiple. Added additional tests to skip the test.
16569
16570 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16571
16572 * gdb.arch/i386-avx512.c: Change path in include file.
16573 * gdb.arch/i386-avx512.exp: Change include dir path
16574 compilation flag.
16575 * gdb.arch/i386-mpx.c: Change path in include file.
16576 * gdb.arch/i386-mpx.exp: Change include dir path compilation
16577 flag.
16578
16579 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
16580
16581 * gdb.compile/compile-print.exp (compile print *vararray@3)
16582 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
16583
16584 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16585
16586 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
16587 (do not keep jit in memory): ... this.
16588 (expect 5): Change it to ...
16589 (expect no 5): ... this.
16590
16591 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
16592
16593 PR gdb/15564
16594 * gdb.mi/mi-detach.exp: New file.
16595
16596 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
16597
16598 PR symtab/18392
16599 * gdb.arch/amd64-tailcall-self.S: New file.
16600 * gdb.arch/amd64-tailcall-self.c: New file.
16601 * gdb.arch/amd64-tailcall-self.exp: New file.
16602
16603 2015-05-28 Don Breazeal <donb@codesourcery.com>
16604
16605 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
16606 tests for remote targets by checking is_target_gdbserver.
16607
16608 2015-05-27 Doug Evans <dje@google.com>
16609
16610 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
16611 * gdb.dwarf2/opaque-type-lookup.c: New file.
16612 * gdb.dwarf2/opaque-type-lookup.exp: New file.
16613
16614 2015-05-26 Doug Evans <dje@google.com>
16615
16616 * gdb.cp/iostream.cc: New file.
16617 * gdb.cp/iostream.exp: New file.
16618
16619 2015-05-26 Doug Evans <dje@google.com>
16620
16621 * gdb.dwarf2/dw2-op-call.exp: Update.
16622 * gdb.dwarf2/dw4-sig-types.exp: Update.
16623 * gdb.dwarf2/implptr.exp: Update.
16624 * gdb.mi/mi-cmd-param-changed.exp: Update.
16625
16626 2015-05-26 Doug Evans <dje@google.com>
16627
16628 * gdb.python/py-lazy-string.c: New file.
16629 * gdb.python/py-lazy-string.exp: New file.
16630 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
16631 (main): Update. Add estring3.
16632 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
16633 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
16634
16635 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
16636 Yao Qi <yao.qi@linaro.org>
16637
16638 * gdb.reverse/aarch64.c: New.
16639 * gdb.reverse/aarch64.exp: New.
16640
16641 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
16642
16643 * lib/gdb.exp (supports_process_record): Return true for
16644 aarch64*-linux*.
16645 (supports_reverse): Likewise.
16646
16647 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
16648
16649 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
16650 Use with_test_prefix.
16651
16652 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
16653
16654 * gdb.base/completion.exp: Add test for completion of layout
16655 names.
16656
16657 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
16658
16659 * lib/gdb.exp (skip_tui_tests): New proc.
16660 * gdb.base/tui-layout.exp: Check skip_tui_tests.
16661
16662 2015-05-19 Pedro Alves <palves@redhat.com>
16663
16664 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
16665 Save the whole env array instead of just HOME. Unset HISTSIZE in
16666 the environment while testing. Restore whole environment
16667 afterwards.
16668
16669 2015-05-16 Doug Evans <xdje42@gmail.com>
16670
16671 * gdb.guile/scm-ports.c: New file.
16672 * gdb.guile/scm-ports.exp: Add memory port tests.
16673
16674 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16675
16676 * gdb.compile/compile-print.c: New file.
16677 * gdb.compile/compile-print.exp: New file.
16678
16679 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16680
16681 * gdb.compile/compile-ops.exp: Cast param to void.
16682 * gdb.compile/compile.exp: Complete type for _gdb_expr.
16683 (compile code struct_object.selffield = &struct_object): Add xfail.
16684
16685 2015-05-15 Joel Brobecker <brobecker@adacore.com>
16686
16687 * gdb.ada/arr_enum_with_gap: New testcase.
16688
16689 2015-05-15 Joel Brobecker <brobecker@adacore.com>
16690
16691 * gdb.ada/byte_packed_arr: New testcase.
16692
16693 2015-05-15 Joel Brobecker <brobecker@adacore.com>
16694
16695 * gdb.ada/pckd_neg: New testcase.
16696
16697 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
16698
16699 PR gdb/17820
16700 * gdb.base/gdbinit-history.exp: New test.
16701 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
16702 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
16703
16704 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
16705
16706 * gdb.python/py-xmethods.cc: Enhance test case.
16707 * gdb.python/py-xmethods.exp: New tests.
16708 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
16709 function.
16710 (B_indexoper): Likewise.
16711 (global_dm_list) : Add new xmethod worker functions.
16712
16713 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
16714
16715 * gdb.base/coredump-filter.exp: Correctly unset
16716 "coredump_var_addr" array.
16717
16718 2015-05-08 Pedro Alves <palves@redhat.com>
16719
16720 * gdb.server/non-existing-program.exp: Unset spawn_id.
16721
16722 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
16723
16724 PR python/18291
16725 * gdb.python/py-xmethods.exp: Add tests.
16726
16727 2015-05-08 Yao Qi <yao.qi@linaro.org>
16728
16729 PR gdb/18208
16730 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
16731 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
16732 function set_coredump_filter, and remove remote_exec call.
16733 Remove argument ipid. Callers update.
16734 (top level): Don't get inferior's PID.
16735
16736 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
16737
16738 * gdb.base/watch_thread_num.exp: Skip test on targets without
16739 access watchpoints.
16740
16741 2015-05-06 Pedro Alves <palves@redhat.com>
16742
16743 PR server/18081
16744 * gdb.server/non-existing-program.exp: New file.
16745
16746 2015-05-05 Joel Brobecker <brobecker@adacore.com>
16747
16748 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
16749
16750 2015-05-05 Joel Brobecker <brobecker@adacore.com>
16751
16752 * gdb.ada/out_of_line_in_inlined: New testcase.
16753
16754 2015-05-05 Joel Brobecker <brobecker@adacore.com>
16755
16756 * gdb.ada/var_rec_arr: New testcase.
16757
16758 2015-04-30 Yao Qi <yao.qi@linaro.org>
16759
16760 * gdb.base/break-idempotent.exp: If
16761 skip_hw_watchpoint_multi_tests returns true, skip the tests
16762 on "rwatch" and "awatch".
16763
16764 2015-04-30 Yao Qi <yao.qi@linaro.org>
16765
16766 * gdb.base/relativedebug.exp: Invoke gdb command
16767 "info sharedlibrary", and if libc.so doesn't have debug info,
16768 skip the test.
16769
16770 2015-04-29 Doug Evans <dje@google.com>
16771
16772 * gdb.python/py-xmethods.exp: Add ptype tests.
16773 * gdb.python/py-xmethods.py (E_method_char_worker): Add
16774 get_result_type method.
16775
16776 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
16777
16778 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
16779 the target does not support hardware watchpoints.
16780
16781 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
16782
16783 * gdb.base/break-always.exp: Abort testing if writing to memory
16784 causes an error.
16785
16786 2015-04-28 Doug Evans <dje@google.com>
16787
16788 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
16789 * gdb.python/py-pp-registration.exp: ... here. New file.
16790 * gdb.python/py-pp-registration.c: New file.
16791 * gdb.python/py-pp-registration.py: New file.
16792
16793 2015-04-28 Doug Evans <dje@google.com>
16794
16795 * gdb.python/py-bad-printers.c: New file.
16796 * gdb.python/py-bad-printers.py: New file.
16797 * gdb.python/py-bad-printers.exp: New file.
16798
16799 2015-04-28 Sasha Smundak <asmundak@google.com>
16800
16801 * gdb.python/py-type.exp: New test.
16802
16803 2015-04-28 Andy Wingo <wingo@igalia.com>
16804
16805 * gdb.python/py-parameter.exp:
16806 * gdb.guile/scm-parameter.exp: Escape the path that we are
16807 matching against, as it might contain characters that are special
16808 to regular expressions.
16809
16810 2015-04-27 Joel Brobecker <brobecker@adacore.com>
16811
16812 * gdb.ada/rec_comp: New testcase.
16813
16814 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
16815
16816 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
16817 before using it.
16818
16819 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
16820
16821 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
16822 new tests for verilog output.
16823
16824 2015-04-24 Yao Qi <yao.qi@linaro.org>
16825
16826 * boards/remote-gdbserver-on-localhost.exp: New file.
16827
16828 2015-04-23 Pedro Alves <palves@redhat.com>
16829
16830 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
16831 $inferior_spawn_id instead of $inferior_spawn_id directly. On
16832 "end of file", remove $inferior_spawn_id from the indirect list.
16833
16834 2015-04-23 Pedro Alves <palves@redhat.com>
16835
16836 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
16837
16838 2015-04-23 Pedro Alves <palves@redhat.com>
16839
16840 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
16841 on $any_spawn_id instead of only on $gdb_spawn_id.
16842
16843 2015-04-21 Pierre Muller <muller@sourceware.org>
16844
16845 PR pascal/17815
16846 * lib/pascal.exp (gpc_compile): Add new option "class".
16847 (fpc_compile): Likewise.
16848 * gdb.pascal/case-insensitive-symbols.pas: New file.
16849 * gdb.pascal/case-insensitive-symbols.exp: New file.
16850
16851 2015-04-20 Gary Benson <gbenson@redhat.com>
16852
16853 * gdb.base/attach.exp: Fix three extended remote failures.
16854
16855 2015-04-17 Gary Benson <gbenson@redhat.com>
16856
16857 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
16858 the main executable over the remote protocol.
16859
16860 2015-04-16 Pedro Alves <palves@redhat.com>
16861
16862 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
16863 a new gdbserver if gdbserver_reconnect_p is set.
16864
16865 2015-04-16 Pedro Alves <palves@redhat.com>
16866
16867 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
16868 is set, don't exit gdbserver.
16869
16870 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16871
16872 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
16873 appropriate .insn, such that an older assembler can be used.
16874 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
16875 the z/Architecture instruction set on 31-bit targets as well.
16876
16877 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16878
16879 * gdb.go/handcall.exp: Remove all logic related to the first
16880 breakpoint and rely on go_runto_main instead.
16881 * gdb.go/strings.exp: Likewise.
16882 * gdb.go/unsafe.exp: Likewise.
16883 * gdb.go/hello.exp: Likewise. Also rename the remaining
16884 breakpoint marker to "breakpoint 1".
16885 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
16886 * gdb.go/strings.go: Likewise.
16887 * gdb.go/unsafe.go: Likewise.
16888 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
16889 "set breakpoint 2 here" and rename the remaining breakpoint marker
16890 to "breakpoint 1".
16891
16892 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
16893
16894 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
16895 if itertools.imap is not present.
16896 * gdb.python/py-objfile.exp: Add parentheses.
16897 * gdb.python/py-type.exp: Same.
16898 * gdb.python/py-unwind-maint.py: Same.
16899
16900 2015-04-15 Yao Qi <yao.qi@linaro.org>
16901
16902 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
16903 of ":$ptr_size" and set its form explicitly.
16904
16905 2015-04-15 Pedro Alves <palves@redhat.com>
16906 Yao Qi <yao.qi@linaro.org>
16907
16908 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
16909 timeout by factor of 4.
16910 (test_regular_watch): Likewise.
16911 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
16912 * gdb.reverse/sigall-reverse.exp: Likewise.
16913 * gdb.reverse/until-precsave.exp: Likewise.
16914 * lib/gdb.exp (with_timeout_factor): New proc.
16915 (gdb_expect): Move some code to ...
16916 (get_largest_timeout): ... here. New procedure.
16917
16918 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
16919
16920 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
16921
16922 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
16923
16924 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
16925 to write to the .text section.
16926
16927 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
16928
16929 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
16930 Handle the case of targets that do not provide PID information.
16931
16932 2015-04-13 Yao Qi <yao.qi@linaro.org>
16933
16934 * lib/gdbserver-support.exp (gdb_exit): Catch exception
16935 and use expect instead of gdb_expect.
16936
16937 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
16938
16939 * gdb.base/coredump-filter.exp: Rename variable "addr" to
16940 "coredump_var_addr" to avoid naming conflict with other testcases.
16941
16942 2015-04-10 Pedro Alves <palves@redhat.com>
16943
16944 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
16945 gdb_test_sequence and gdb_assert.
16946
16947 2015-04-10 Pedro Alves <palves@redhat.com>
16948
16949 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
16950 test messages that don't include the breakpoint address.
16951
16952 2015-04-10 Yao Qi <yao.qi@linaro.org>
16953
16954 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
16955 false for some offset and width combinations which aren't
16956 supported by linux kernel.
16957
16958 2015-04-10 Pedro Alves <palves@redhat.com>
16959
16960 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
16961 procedure, factored out from ...
16962 (top level): ... here. Add "set displaced-stepping" testing axis.
16963 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
16964 parameter "displaced". Use it.
16965 (top level): Use foreach and add "set displaced-stepping" testing
16966 axis.
16967
16968 2015-04-10 Pedro Alves <palves@redhat.com>
16969
16970 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
16971 Remove comment.
16972 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
16973 both the address of the instruction that triggers the watchpoint
16974 and the address of the instruction immediately after, and use
16975 those addresses for the test. Fix comment.
16976
16977 2015-04-10 Pedro Alves <palves@redhat.com>
16978
16979 * gdb.base/sigstep.exp (breakpoint_to_handler)
16980 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
16981 Test "backtrace" in handler.
16982 (breakpoint_over_handler): New parameter 'displaced'. Use it.
16983 (top level): Add new "displaced" test axis to
16984 breakpoint_to_handler, breakpoint_to_handler_entry and
16985 breakpoint_over_handler.
16986
16987 2015-04-10 Pedro Alves <palves@redhat.com>
16988
16989 PR gdb/18216
16990 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
16991
16992 2015-04-10 Yao Qi <yao.qi@linaro.org>
16993
16994 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
16995 (test_add_rn_pc): New function.
16996 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
16997 (top level): Invoke test_add_rn_pc.
16998
16999 2015-04-10 Pedro Alves <palves@redhat.com>
17000
17001 PR gdb/13858
17002 * gdb.base/step-over-no-symbols.exp: New file.
17003
17004 2015-04-09 Andy Wingo <wingo@igalia.com>
17005
17006 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
17007 after the Python tests.
17008
17009 2015-04-08 Keith Seitz <keiths@redhat.com>
17010
17011 PR python/16699
17012 * gdb.python/py-completion.exp: New tests for completion.
17013 * gdb.python/py-completion.py (CompleteLimit1): New class.
17014 (CompleteLimit2): Likewise.
17015 (CompleteLimit3): Likewise.
17016 (CompleteLimit4): Likewise.
17017 (CompleteLimit5): Likewise.
17018 (CompleteLimit6): Likewise.
17019 (CompleteLimit7): Likewise.
17020
17021 2015-04-08 Pedro Alves <palves@redhat.com>
17022
17023 PR gdb/18214
17024 PR gdb/18216
17025 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
17026 function.
17027 (main): Install it as SIGUSR1 handler.
17028 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
17029 parameter. Always use "setup" as prefix. Toggle "set
17030 displaced-stepping" off/on depending on global. Don't switch to
17031 thread 1 here.
17032 (top level): Add displaced stepping "off/on" test axis. Update
17033 "setup" calls. Wrap each subtest with with_test_prefix. Test
17034 continuing with a queued signal in each thread.
17035
17036 2015-04-08 Pedro Alves <palves@redhat.com>
17037
17038 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
17039 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
17040 gdb_breakpoint instead of gdb_test that doesn't expect anything.
17041 Return early if running to main fails.
17042 * gdb.trace/while-stepping.exp: Likewise.
17043
17044 2015-04-07 Pedro Alves <palves@redhat.com>
17045
17046 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
17047 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
17048 interact with inferior program.
17049
17050 2015-04-07 Pedro Alves <palves@redhat.com>
17051
17052 * lib/gdb.exp (inferior_spawn_id): New global.
17053 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
17054 spawn id after processing the user code.
17055 (default_gdb_start): Set inferior_spawn_id.
17056 (send_inferior): New procedure.
17057 * lib/gdbserver-support.exp (gdbserver_start): Set
17058 inferior_spawn_id.
17059 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
17060
17061 2015-04-07 Pedro Alves <palves@redhat.com>
17062
17063 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
17064 * lib/gdbserver-support.exp (gdbserver_start): Make
17065 $server_spawn_id global.
17066 (gdbserver_start): Don't wait for gdbserver's spawn id with
17067 expect_background.
17068 (close_gdbserver): New procedure.
17069 (gdb_exit): Rename the default version and reimplement.
17070
17071 2015-04-07 Pedro Alves <palves@redhat.com>
17072
17073 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
17074 append the substituted item, not the original item.
17075
17076 2015-04-07 Pedro Alves <palves@redhat.com>
17077
17078 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
17079 gdb_expect.
17080
17081 2015-04-07 Pedro Alves <palves@redhat.com>
17082
17083 * gdb.base/interrupt.exp: Don't handle the case of the inferior
17084 output appearing once only.
17085
17086 2015-04-07 Pedro Alves <palves@redhat.com>
17087
17088 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
17089 that doesn't expect anything. Return early if running to main
17090 fails.
17091
17092 2015-04-07 Yao Qi <yao.qi@linaro.org>
17093
17094 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
17095 (child_function): Call alarm.
17096 (main): Move call to alarm into the loop.
17097 * gdb.threads/non-stop-fair-events.exp: Build program with
17098 -DTIMEOUT=$timeout.
17099
17100 2015-04-06 Doug Evans <xdje42@gmail.com>
17101
17102 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
17103 Fix dest parameter to board_info.
17104 (fpc_compile): Ditto.
17105 (gdb_compile_pascal): Rename dest arg to destfile.
17106
17107 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
17108
17109 * gdb.ada/funcall_ref.exp: New file.
17110 * gdb.ada/funcall_ref/foo.adb: New file.
17111
17112 2015-04-02 Yao Qi <yao.qi@linaro.org>
17113
17114 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
17115 is remote.
17116
17117 2015-04-02 Gary Benson <gbenson@redhat.com>
17118
17119 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
17120
17121 2015-04-01 Sasha Smundak <asmundak@google.com>
17122
17123 * gdb.python/py-unwind-maint.c: New file.
17124 * gdb.python/py-unwind-maint.exp: New test.
17125 * gdb.python/py-unwind-maint.py: New file.
17126 * gdb.python/py-unwind.c: New file.
17127 * gdb.python/py-unwind.exp: New test.
17128 * gdb.python/py-unwind.py: New test.
17129
17130 2015-04-01 Pedro Alves <palves@redhat.com>
17131
17132 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
17133 to fail instead of non-existent $test.
17134
17135 2015-04-01 Pedro Alves <palves@redhat.com>
17136
17137 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
17138 GDBFLAGS if not empty.
17139
17140 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
17141
17142 * gdb.ada/complete.exp: Remove "multi_line".
17143 * gdb.ada/info_exc.exp: Remove "multi_line".
17144 * gdb.ada/packed_tagged.exp: Remove "multi_line".
17145 * gdb.ada/ptype_field.exp: Remove "multi_line".
17146 * gdb.ada/sym_print_name.exp: Remove "multi_line".
17147 * gdb.ada/tagged.exp: Remove "multi_line".
17148 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
17149 [multi_line ...]
17150 * gdb.btrace/delta.exp: Likewise.
17151 * gdb.btrace/exception.exp: Likewise.
17152 * gdb.btrace/function_call_history.exp: Likewise.
17153 * gdb.btrace/instruction_history.exp: Likewise.
17154 * gdb.btrace/nohist.exp: Likewise.
17155 * gdb.btrace/record_goto.exp: Likewise.
17156 * gdb.btrace/segv.exp: Likewise.
17157 * gdb.btrace/stepi.exp: Likewise.
17158 * gdb.btrace/tailcall.exp: Likewise.
17159 * gdb.btrace/unknown_functions.exp: Likewise.
17160 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
17161 * lib/gdb.exp: Add the "multi_line" helper.
17162
17163 2015-04-01 Pedro Alves <palves@redhat.com>
17164
17165 * gdb.threads/tid-reuse.c: New file.
17166 * gdb.threads/tid-reuse.exp: New file.
17167
17168 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
17169
17170 PR corefiles/16092
17171 * gdb.base/coredump-filter.c: New file.
17172 * gdb.base/coredump-filter.exp: Likewise.
17173
17174 2015-03-27 Petr Machata <pmachata@redhat.com>
17175
17176 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
17177 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
17178 (Dwarf::assemble): Initialize them.
17179 (Dwarf::lines): New function.
17180
17181 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
17182
17183 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
17184 SYMBOL_PREFIX for x86_64-*-cygwin.
17185
17186 2015-03-26 Andy Wingo <wingo@igalia.com>
17187
17188 PR symtab/18148
17189 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
17190 const_value but not a location.
17191 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
17192 location defined in non-main CUs are visible.
17193
17194 2015-03-26 Yao Qi <yao.qi@linaro.org>
17195
17196 PR testsuite/18139
17197 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
17198 Add a line number entry for the same line.
17199 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
17200 Add a line number entry for the same line.
17201
17202 2015-03-26 Yao Qi <yao.qi@linaro.org>
17203
17204 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
17205 .int 0.
17206 (func): Likewise. Add .Lfunc_1 label.
17207 Use .Lfunc_1 label.
17208 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
17209 .int 0.
17210 (func): Likewise.
17211 Use .Lfunc_1 label.
17212
17213 2015-03-26 Yao Qi <yao.qi@linaro.org>
17214
17215 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
17216 Call gdb_compile instead to compile each .s files without debug
17217 information.
17218
17219 2015-03-26 Yao Qi <yao.qi@linaro.org>
17220
17221 * gdb.base/savedregs.exp (process_saved_regs): Make
17222 "Saved registers:" optional in the pattern.
17223
17224 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
17225
17226 * gdb.btrace/next.exp: Merged into step.exp.
17227 * gdb.btrace/finish.exp: Merged into step.exp.
17228 * gdb.btrace/nexti.exp: Merged into stepi.exp.
17229 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
17230 "record goto" and checking the exact replay position.
17231 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
17232 check for "Recording format" in "info record" output.
17233 * gdb.btrace/record_goto.exp: Choose test file based on target.
17234 * gdb.btrace/x86-record_goto.S: Renamed into ...
17235 * gdb.btrace/x86_64-record_goto.S: ... this.
17236 * gdb.btrace/i686-record_goto.S: New.
17237 * gdb.btrace/x86-tailcall.S: Renamed into ...
17238 * gdb.btrace/x86_64-tailcall.S: ... this.
17239 * gdb.btrace/i686-tailcall.S: New.
17240 * gdb.btrace/x86-tailcall.c: Renamed into ...
17241 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
17242 separate statements. Update test.
17243 * gdb.btrace/delta.exp: Use record_goto.c as test file.
17244 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
17245 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
17246 * gdb.btrace/tailcall.exp: Choose test file based on target.
17247 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
17248
17249 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
17250
17251 * gdb.btrace/exception.exp: Increase BTS buffer size.
17252
17253 2015-03-24 Pedro Alves <palves@redhat.com>
17254
17255 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
17256
17257 2015-03-24 Pedro Alves <palves@redhat.com>
17258
17259 * gdb.threads/schedlock.exp (test_step): No longer expect that
17260 "set scheduler-locking step" with "next" over a function call runs
17261 threads unlocked.
17262
17263 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17264
17265 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
17266
17267 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17268
17269 PR breakpoints/16466
17270 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
17271 * gdb.mi/mi-pending.c (thread_func): New function.
17272 (int main): Add threading support required.
17273 * gdb.mi/mi-pending.exp: Add tests for this issue.
17274 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
17275 (pendfunc2): Remove stdio dependency.
17276 * gdb.mi/mi-pendshr2.c: New file.
17277
17278 2015-03-23 Keith Seitz <keiths@redhat.com>
17279
17280 * gdb.linespec/keywords.c: New file.
17281 * gdb.linespec/keywords.exp: New file.
17282
17283 2015-03-23 Keith Seitz <keiths@redhat.com>
17284
17285 PR gdb/18021
17286 * gdb.dwarf2/staticvirtual.exp: New test.
17287
17288 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
17289
17290 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
17291 * README: Remove HP-UX and gdb.hp.
17292 (configuration):
17293 * configure: Regenerate.
17294 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
17295 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
17296 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
17297 gdb.hp/gdb.defects/Makefile.
17298 * gdb.hp/Makefile.in: File deleted.
17299 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
17300 * gdb.hp/gdb.aCC/optimize.c: File deleted.
17301 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
17302 * gdb.hp/gdb.aCC/run.c: File deleted.
17303 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
17304 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
17305 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
17306 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
17307 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
17308 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
17309 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
17310 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
17311 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
17312 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
17313 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
17314 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
17315 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
17316 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
17317 * gdb.hp/gdb.base-hp/reg.s: File deleted.
17318 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
17319 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
17320 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
17321 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
17322 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
17323 * gdb.hp/gdb.compat/Makefile.in: File deleted.
17324 * gdb.hp/gdb.compat/average.c: File deleted.
17325 * gdb.hp/gdb.compat/sum.c: File deleted.
17326 * gdb.hp/gdb.compat/xdb.c: File deleted.
17327 * gdb.hp/gdb.compat/xdb0.c: File deleted.
17328 * gdb.hp/gdb.compat/xdb0.h: File deleted.
17329 * gdb.hp/gdb.compat/xdb1.c: File deleted.
17330 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
17331 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
17332 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
17333 * gdb.hp/gdb.defects/Makefile.in: File deleted.
17334 * gdb.hp/gdb.defects/bs14602.c: File deleted.
17335 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
17336 * gdb.hp/gdb.defects/solib-d.c: File deleted.
17337 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
17338 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
17339 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
17340 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
17341 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
17342 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
17343 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
17344 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
17345 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
17346 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
17347 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
17348 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
17349 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
17350 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
17351 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
17352 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
17353 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
17354 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
17355 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
17356 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
17357 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
17358 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
17359 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
17360 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
17361 * gdb.hp/tools/odump: File deleted.
17362
17363 2015-03-19 Pedro Alves <palves@redhat.com>
17364
17365 * gdb.threads/continue-pending-status.exp (saw_thread_2)
17366 (saw_thread_3): New globals.
17367 (top level): Increment them when an event for the corresponding
17368 thread is seen.
17369 (no thread starvation): New test.
17370
17371 2015-03-19 Pedro Alves <palves@redhat.com>
17372
17373 * gdb.threads/continue-pending-status.c: New file.
17374 * gdb.threads/continue-pending-status.exp: New file.
17375
17376 2015-03-18 Pedro Alves <palves@redhat.com>
17377
17378 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
17379 Use gdb_is_target_remote instead of is_remote. Use
17380 gdb_test_multiple instead of gdb_expect. Exit early if
17381 gdb_test_multiple hits its internal matches. Tighten stepi tests
17382 expected output. Fail on exit with any signal, instead of just
17383 SIGILL.
17384
17385 2015-03-18 Yao Qi <yao.qi@linaro.org>
17386
17387 PR tdep/18107
17388 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
17389 variable.
17390 * gdb.base/catch-syscall.exp: Don't skip it on
17391 aarch64*-*-linux* target. Remove elements in all_syscalls.
17392 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
17393 target.
17394 (setup_all_syscalls): New proc.
17395
17396 2015-03-16 Yao Qi <yao.qi@linaro.org>
17397
17398 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
17399 (top level): Skip tests if valid_addr_p returns false for
17400 $cmd1 or $cmd2.
17401
17402 2015-03-11 Andy Wingo <wingo@igalia.com>
17403
17404 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
17405
17406 2015-03-11 Yao Qi <yao.qi@linaro.org>
17407
17408 * gdb.base/catch-syscall.exp: Fix typo in comments.
17409
17410 2015-03-11 Yao Qi <yao.qi@linaro.org>
17411
17412 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
17413
17414 2015-03-09 Pedro Alves <palves@redhat.com>
17415
17416 * dg-extract-results.py: Delete.
17417
17418 2015-03-09 Pedro Alves <palves@redhat.com>
17419
17420 Merge dg-extract-results.sh from GCC upstream (r218843).
17421
17422 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
17423 * dg-extract-results.sh: Use --text with grep to avoid issues with
17424 binary files. Fall back to cat -v, if that doesn't work.
17425
17426 2015-03-05 Pedro Alves <palves@redhat.com>
17427
17428 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
17429
17430 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
17431
17432 * lib/mi-support.exp (mi_expect_interrupt): Accept
17433 alternative event for when in all-stop mode.
17434
17435 2015-03-04 Pedro Alves <palves@redhat.com>
17436
17437 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
17438
17439 2015-03-04 Mark Kettenis <kettenis@gnu.org>
17440
17441 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
17442
17443 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
17444
17445 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
17446 regexps for GDB's current line display, accept a hex address
17447 preceding the line number.
17448
17449 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
17450
17451 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
17452 the 'arch1' variable for "s390*-linux*" targets.
17453
17454 2015-03-04 Pedro Alves <palves@redhat.com>
17455
17456 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
17457 (main): Pass missing retval argument to pthread_join call.
17458
17459 2015-03-02 Pedro Alves <palves@redhat.com>
17460
17461 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
17462 (top level): Call do_test with non-stop as well.
17463
17464 2015-03-02 Pedro Alves <palves@redhat.com>
17465
17466 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
17467 -1.
17468
17469 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17470
17471 * gdb.arch/s390-vregs.exp: New test.
17472 * gdb.arch/s390-vregs.S: New file.
17473
17474 2015-02-27 Pedro Alves <palves@redhat.com>
17475
17476 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
17477 call to catch_command_errors.
17478 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
17479 catch_command_errors.
17480
17481 2015-02-27 Pedro Alves <palves@redhat.com>
17482
17483 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
17484 "true" for boolean result.
17485 * gdb.gdb/selftest.exp (test_with_self): Also accept full
17486 prototype of main.
17487
17488 2015-02-27 Pedro Alves <palves@redhat.com>
17489
17490 * lib/unbuffer_output.c: New file.
17491 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
17492 (main): Call gdb_unbuffer_output.
17493
17494 2015-02-27 Yao Qi <yao.qi@linaro.org>
17495
17496 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
17497 target.
17498
17499 2015-02-26 Doug Evans <dje@google.com>
17500
17501 * gdb.cp/class2.cc (Dbase, D): New classes.
17502 (main): New local delta.
17503 * gdb.cp/class2.exp: Test printing delta.
17504 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
17505 (dynbar): New global.
17506 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
17507
17508 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17509
17510 * gdb.compile/compile-ifunc.c: New file.
17511 * gdb.compile/compile-ifunc.exp: New file.
17512
17513 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
17514
17515 * gdb.base/structs.exp: Check for correct struct on finish.
17516
17517 2015-02-26 Yao Qi <yao.qi@linaro.org>
17518
17519 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
17520 is zero.
17521
17522 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17523
17524 * gdb.arch/cordic.ko.bz2: New file.
17525 * gdb.arch/cordic.ko.debug.bz2: New file.
17526 * gdb.arch/ppc64-symtab-cordic.exp: New file.
17527
17528 2015-02-25 Yao Qi <yao.qi@linaro.org>
17529
17530 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
17531 aarch64*-*-* target.
17532
17533 2015-02-23 Pedro Alves <palves@redhat.com>
17534
17535 * lib/gdb.exp (delete_breakpoints): Rewrite using
17536 gdb_test_multiple.
17537
17538 2015-02-23 Pedro Alves <palves@redhat.com>
17539
17540 * gdb.base/info-os.c: Include stdlib.h.
17541
17542 2015-02-22 Doug Evans <xdje42@gmail.com>
17543
17544 PR symtab/17855
17545 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
17546 is read after symbols have been re-read.
17547 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
17548 * gdb.ada/exec_changed/second.adb (Second): Ditto.
17549
17550 2015-02-21 Doug Evans <dje@google.com>
17551
17552 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
17553
17554 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17555
17556 PR corefiles/17808
17557 * gdb.arch/i386-biarch-core.core.bz2: New file.
17558 * gdb.arch/i386-biarch-core.exp: New file.
17559
17560 2015-02-21 Pedro Alves <palves@redhat.com>
17561
17562 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
17563 runto_main fails.
17564
17565 2015-02-20 Pedro Alves <palves@redhat.com>
17566
17567 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
17568 info probes.
17569
17570 2015-02-20 Pedro Alves <palves@redhat.com>
17571
17572 * gdb.threads/multi-create-ns-info-thr.exp: New file.
17573
17574 2015-02-20 Pedro Alves <palves@redhat.com>
17575
17576 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
17577 clean_restart before gdb_target_supports_trace.
17578
17579 2015-02-20 Pedro Alves <palves@redhat.com>
17580
17581 PR threads/18006
17582 * gdb.threads/clone-thread_db.c: New file.
17583 * gdb.threads/clone-thread_db.exp: New file.
17584
17585 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
17586
17587 PR breakpoints/16812
17588 * gdb.base/catch-gdb-caused-signals.c: New file.
17589 * gdb.base/catch-gdb-caused-signals.exp: New file.
17590
17591 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
17592
17593 * configure: Regenerated.
17594 * configure.ac: Use GDB_AC_TRANSFORM.
17595 * aclocal.m4: sinclude ../transform.m4.
17596
17597 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
17598
17599 * lib/dtrace.exp: New file.
17600 * gdb.base/dtrace-probe.exp: Likewise.
17601 * gdb.base/dtrace-probe.d: Likewise.
17602 * gdb.base/dtrace-probe.c: Likewise.
17603 * lib/pdtrace.in: Likewise.
17604 * configure.ac: Output variables with the transformed names of
17605 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
17606 * configure: Regenerated.
17607
17608 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
17609
17610 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
17611 expected message when trying to access $_probe_* convenience
17612 variables while not on a probe.
17613
17614 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17615
17616 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
17617
17618 2015-02-11 Pedro Alves <pedro@codesourcery.com>
17619
17620 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
17621 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
17622
17623 2015-02-10 Doug Evans <xdje42@gmail.com>
17624
17625 * lib/gdb.exp (gdb_load): Always return a result.
17626
17627 2015-02-10 Pedro Alves <palves@redhat.com>
17628
17629 * gdb.threads/signal-sigtrap.c: New file.
17630 * gdb.threads/signal-sigtrap.exp: New file.
17631
17632 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
17633
17634 * gdb.trace/no-attach-trace.c: New file.
17635 * gdb.trace/no-attach-trace.exp: New file.
17636
17637 2015-02-09 Mark Wielaard <mjw@redhat.com>
17638
17639 * gdb.dwarf2/atomic.c: New file.
17640 * gdb.dwarf2/atomic-type.exp: Likewise.
17641
17642 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17643
17644 * gdb.btrace/buffer-size.exp: Update "info record" output.
17645 * gdb.btrace/delta.exp: Update "info record" output.
17646 * gdb.btrace/enable.exp: Update "info record" output.
17647 * gdb.btrace/finish.exp: Update "info record" output.
17648 * gdb.btrace/instruction_history.exp: Update "info record" output.
17649 * gdb.btrace/next.exp: Update "info record" output.
17650 * gdb.btrace/nexti.exp: Update "info record" output.
17651 * gdb.btrace/step.exp: Update "info record" output.
17652 * gdb.btrace/stepi.exp: Update "info record" output.
17653 * gdb.btrace/nohist.exp: Update "info record" output.
17654
17655 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17656
17657 * gdb.btrace/buffer-size: New.
17658
17659 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17660
17661 * gdb.btrace/delta.exp: Update "info record" output.
17662 * gdb.btrace/enable.exp: Update "info record" output.
17663 * gdb.btrace/finish.exp: Update "info record" output.
17664 * gdb.btrace/instruction_history.exp: Update "info record" output.
17665 * gdb.btrace/next.exp: Update "info record" output.
17666 * gdb.btrace/nexti.exp: Update "info record" output.
17667 * gdb.btrace/step.exp: Update "info record" output.
17668 * gdb.btrace/stepi.exp: Update "info record" output.
17669 * gdb.btrace/nohist.exp: Update "info record" output.
17670
17671 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
17672
17673 PR gdb/15678
17674 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
17675
17676 2015-02-06 Pedro Alves <palves@redhat.com>
17677
17678 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
17679 macro.
17680 (seconds_left, again): New globals.
17681 (main): Wait seconds_left in a 1-second sleep loop instead of
17682 sleeping 180 seconds. If 'again' is set, reset the seconds
17683 counter.
17684 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
17685 'again' in the inferior before detaching. Print the seconds left.
17686 (options): New global.
17687 (top level): Build program with -DTIMEOUT=$timeout.
17688
17689 2015-02-06 Pedro Alves <palves@redhat.com>
17690
17691 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
17692 determine how many seconds to pass to 'alarm'.
17693 * gdb.base/gdb-sigterm.exp (top level): Build program with
17694 -DTIMEOUT=$timeout.
17695 (do_test): Return success/failure indication. Add more verbose
17696 logging. Don't fail if 200 single steps are seen. Instead, fail
17697 when the test times out.
17698 (passes): New global.
17699 (top level): Break the testing loop if testing fails on any
17700 iteration. Use gdb_assert.
17701
17702 2015-02-04 Don Breazeal <donb@codesourcery.com>
17703
17704 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
17705 and initialize them.
17706 (ipc_cleanup): New function.
17707 (main): Don't declare shmid, semid, and msqid. Add a call to
17708 atexit so that we call ipc_cleanup on exit.
17709
17710 2015-02-04 Pedro Alves <palves@redhat.com>
17711
17712 * boards/native-extended-gdbserver.exp: Remove any target variant
17713 specifications from the board name before clearing the isremote
17714 flag from board_info.
17715
17716 2015-01-31 Doug Evans <xdje42@gmail.com>
17717
17718 * gdb.base/maint.exp <maint print type argc>: Update expected output.
17719
17720 2015-01-31 Gary Benson <gbenson@redhat.com>
17721
17722 * gdb.base/completion.exp: Disable completion limiting for
17723 existing tests. Add new tests to check completion limiting.
17724 * gdb.linespec/ls-errs.exp: Disable completion limiting.
17725
17726 2015-01-31 Doug Evans <xdje42@gmail.com>
17727
17728 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
17729
17730 2015-01-31 Doug Evans <xdje42@gmail.com>
17731
17732 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
17733 entries. Duplicate file section script entries.
17734 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
17735 inlined entries. Add test for safe-path rejection.
17736 * gdb.python/py-section-script.c: Add duplicate inlined section script
17737 entries. Duplicate file section script entries.
17738 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
17739 inlined entries. Add test for safe-path rejection.
17740
17741 2015-01-29 Joel Brobecker <brobecker@adacore.com>
17742
17743 * gdb.ada/disc_arr_bound: New testcase.
17744
17745 2015-01-29 Joel Brobecker <brobecker@adacore.com>
17746
17747 * gdb.ada/mi_var_array: New testcase.
17748
17749 2015-01-27 Doug Evans <dje@google.com>
17750
17751 * gdb.python/py-objfile.exp: Add tests for objfile.username.
17752 Add test for objfile.filename, objfile.username after objfile
17753 has been unloaded.
17754
17755 2015-01-26 Joel Brobecker <brobecker@adacore.com>
17756
17757 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
17758 the second test to print the name attribute of value
17759 returned by the call to gdb.lookup_type, and adjust
17760 the expected output accordingly.
17761
17762 2015-01-25 Mark Wielaard <mjw@redhat.com>
17763
17764 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
17765 * gdb.base/disp-step-fork.c: Include unistd.h.
17766 * gdb.base/siginfo-obj.c: Include stdio.h.
17767 * gdb.base/siginfo-thread.c: Likewise.
17768 * gdb.mi/non-stop.c: Include unistd.h.
17769 * gdb.mi/nsthrexec.c: Include stdio.h.
17770 * gdb.mi/pthreads.c: Include unistd.h.
17771 * gdb.modula2/unbounded1.c (main): Declare returns int.
17772 * gdb.reverse/consecutive-reverse.c: Likewise.
17773 * gdb.threads/create-fail.c: Include unistd.h.
17774 * gdb.threads/killed.c: Likewise.
17775 * gdb.threads/linux-dp.c: Likewise.
17776 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
17777 * gdb.threads/non-ldr-exc-2.c: Likewise.
17778 * gdb.threads/non-ldr-exc-3.c: Likewise.
17779 * gdb.threads/non-ldr-exc-4.c: Likewise.
17780 * gdb.threads/pthreads.c: Include unistd.h.
17781 (main): Declare returns int.
17782 * gdb.threads/tls-main.c (foo): New declaration.
17783 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
17784
17785 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
17786
17787 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
17788 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
17789
17790 2015-01-15 Mark Wielaard <mjw@redhat.com>
17791
17792 * gdb.base/noreturn-return.c: New file.
17793 * gdb.base/noreturn-return.exp: New file.
17794 * gdb.base/noreturn-finish.c: New file.
17795 * gdb.base/noreturn-finish.exp: New file.
17796
17797 2015-01-23 Pedro Alves <palves@redhat.com>
17798
17799 * gdb.threads/continue-pending-after-query.c: New file.
17800 * gdb.threads/continue-pending-after-query.exp: New file.
17801
17802 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
17803 Simon Marchi <simon.marchi@ericsson.com>
17804
17805 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
17806 * gdb.base/valgrind-db-attach.exp: Same.
17807 * gdb.base/valgrind-infcall.exp: Same.
17808 * lib/mi-support.exp (default_mi_gdb_start): Same.
17809 * lib/prompt.exp (default_prompt_gdb_start): Same.
17810 * lib/gdb.exp (default_gdb_spawn): Same.
17811 (gdb_interact): New.
17812
17813
17814 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17815
17816 * gdb.compile/compile.exp (pointer to jit function): New test.
17817
17818 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
17819
17820 * lib/gdb.exp (supports_process_record): Return true for
17821 powerpc*-*-linux*.
17822 (supports_reverse): Likewise.
17823
17824 2015-01-15 Don Breazeal <donb@codesourcery.com>
17825
17826 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
17827 instead of checking whether the target board is remote and
17828 use spawn_wait_for_attach instead of exec/sleep.
17829 * gdb.base/attach-twice.exp: Likewise.
17830
17831 2015-01-15 Joel Brobecker <brobecker@adacore.com>
17832
17833 * gdb.ada/var_arr_attrs: New testcase.
17834
17835 2015-01-14 Pedro Alves <palves@redhat.com>
17836 Joel Brobecker <brobecker@adacore.com>
17837
17838 PR gdb/17525
17839 * gdb.base/bp-cmds-execution-x-script.c: New file.
17840 * gdb.base/bp-cmds-execution-x-script.exp: New file.
17841 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
17842
17843 2015-01-14 Pedro Alves <palves@redhat.com>
17844
17845 PR cli/17828
17846 * gdb.base/batch-preserve-term-settings.c: New file.
17847 * gdb.base/batch-preserve-term-settings.exp: New file.
17848
17849 2015-01-13 Doug Evans <dje@google.com>
17850
17851 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
17852 binary.
17853
17854 2015-01-13 Joel Brobecker <brobecker@adacore.com>
17855
17856 * Makefile.in (clean mostlyclean): Do not delete *.py.
17857
17858 2015-01-13 Joel Brobecker <brobecker@adacore.com>
17859
17860 * gdb.python/py-lookup-type.exp: New file.
17861
17862 2015-01-12 Pedro Alves <palves@redhat.com>
17863
17864 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
17865 restore GDBFLAGS before returning.
17866
17867 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17868
17869 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
17870 is_amd64_regs_target and is_x86_like_target.
17871
17872 2015-01-11 Doug Evans <xdje42@gmail.com>
17873
17874 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
17875 is given without an explicit form.
17876 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
17877 attributes.
17878 * gdb.dwarf/corrupt.exp: Ditto.
17879 * gdb.dwarf2/enum-type.exp: Ditto.
17880 * gdb.trace/entry-values.exp: Ditto.
17881 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
17882
17883 2015-01-11 Doug Evans <xdje42@gmail.com>
17884
17885 PR gdb/15830
17886 * gdb.base/maint.exp: Remove references to "maint demangle".
17887 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
17888 Add tests for explicitly specifying language to demangle.
17889 * gdb.dlang/demangle.exp: Ditto.
17890
17891 2015-01-09 Pedro Alves <palves@redhat.com>
17892
17893 * gdb.threads/non-stop-fair-events.c: New file.
17894 * gdb.threads/non-stop-fair-events.exp: New file.
17895
17896 2015-01-09 Pedro Alves <palves@redhat.com>
17897
17898 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
17899 the global scope. Set a breakpoint after all threads are started
17900 rather than stepping over two source lines. Expect the prompt.
17901 * gdb.base/watch_thread_num.c (threads_started_barrier): New
17902 global.
17903 (NUM): Now 15.
17904 (main): Use threads_started_barrier to wait for all threads to
17905 start. Main thread no longer calls thread_function. Exit after
17906 180 seconds.
17907 (loop): New function.
17908 (thread_function): Wait on threads_started_barrier barrier. Call
17909 'loop' at each iteration.
17910 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
17911 threads have started, instead of hardcoding number of "next"
17912 steps. Use an access watchpoint instead of a write watchpoint.
17913
17914 2015-01-09 Pedro Alves <palves@redhat.com>
17915
17916 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
17917 (thread_func): Wait on barrier.
17918 (main): Wait for all threads to start before stopping GDB.
17919 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
17920 global.
17921 (thread1_func, thread2_func): Wait on barrier.
17922 (main): Wait for all threads to start before stopping GDB.
17923 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
17924 New global.
17925 (thread1_func, thread2_func): Wait on barrier.
17926 (main): Wait for all threads to start before stopping GDB.
17927
17928 2015-01-09 Pedro Alves <palves@redhat.com>
17929
17930 * gdb.threads/attach-many-short-lived-threads.c: New file.
17931 * gdb.threads/attach-many-short-lived-threads.exp: New file.
17932
17933 2014-01-09 Pedro Alves <palves@redhat.com>
17934
17935 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
17936 instead of to thread 2.
17937 * gdb.threads/signal-command-multiple-signals-pending.c (main):
17938 Add barrier around each pthread_create call instead of around all
17939 calls.
17940 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
17941 Set a break on thread_function and have the child threads hit it
17942 one at at a time.
17943
17944 2015-01-09 Pedro Alves <palves@redhat.com>
17945
17946 * lib/gdb.exp (can_spawn_for_attach): New procedure.
17947 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
17948 false.
17949 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
17950 checking whether the target board is remote.
17951 * gdb.multi/multi-attach.exp: Likewise.
17952 * gdb.python/py-sync-interp.exp: Likewise.
17953 * gdb.server/ext-attach.exp: Likewise.
17954 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
17955 tests that need to attach, instead of checking whether the target
17956 board is remote at the top of the file.
17957
17958 2015-01-08 Yao Qi <yao@codesourcery.com>
17959
17960 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
17961
17962 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17963
17964 Fix testcase compilation.
17965 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
17966
17967 2015-01-06 Joel Brobecker <brobecker@adacore.com>
17968
17969 * gdb.python/py-type.exp: Add a couple test about empty
17970 array creation, and negative-length array creation.
17971
17972 2015-01-02 Doug Evans <xdje42@gmail.com>
17973
17974 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
17975
17976 2015-01-02 Doug Evans <dje@google.com>
17977
17978 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
17979
17980 2014-12-29 Yao Qi <yao@codesourcery.com>
17981
17982 * gdb.trace/entry-values.exp: Update comments. Rename variable
17983 bar_call_foo to returned_from_foo.
17984
17985 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
17986
17987 PR gdb/17394
17988 * gdb.linespec/break-asm-file.c: New file.
17989 * gdb.linespec/break-asm-file.exp: New file.
17990 * gdb.linespec/break-asm-file0.s: New file.
17991 * gdb.linespec/break-asm-file1.s: New file.
17992
17993 2014-12-18 Nigel Stephens <nigel@mips.com>
17994 Maciej W. Rozycki <macro@codesourcery.com>
17995
17996 * gdb.base/float.exp: Handle the new output from "info float" on
17997 MIPS targets.
17998
17999 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18000
18001 Fix MinGW compilation.
18002 * gdb.compile/compile-ops.exp: Update untested message if
18003 !skip_compile_feature_tests.
18004 * gdb.compile/compile-setjmp.exp: Likewise.
18005 * gdb.compile/compile-tls.exp: Likewise.
18006 * gdb.compile/compile.exp: Likewise.
18007 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
18008 supported on this host".
18009
18010 2014-12-16 Doug Evans <xdje42@gmail.com>
18011
18012 * boards/stabs.exp: New file.
18013
18014 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
18015
18016 * gdb.base/completion.exp: Adjust to format changes of "maint
18017 print user-registers".
18018
18019 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
18020
18021 PR server/17457
18022 * gdb.arch/aarch64-fp.c: New file.
18023 * gdb.arch/aarch64-fp.exp: New file.
18024
18025 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
18026
18027 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
18028 r210637, r210913, r211666, r215400, r215817).
18029
18030 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
18031 * dg-extract-results.py: New file.
18032 * dg-extract-results.sh: Use it if the environment seems
18033 suitable.
18034
18035 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
18036
18037 * dg-extract-results.py (parse_run): Handle warnings that
18038 are printed before a test harness is run.
18039
18040 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
18041
18042 * dg-extract-results.py (Named): Remove __cmp__ method.
18043 (output_variation): Use a key to sort variation.harnesses.
18044
18045 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
18046
18047 * dg-extract-results.py: For Python 3, force sys.stdout to
18048 handle surrogate escape sequences.
18049 (safe_open): New function.
18050 (output_segment, main): Use it.
18051
18052 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
18053
18054 * dg-extract-results.py (Prog.result_re): Include options
18055 in test name.
18056
18057 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
18058
18059 * dg-extract-results.py (output_variation): Always sort if
18060 do_sum.
18061
18062 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
18063
18064 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
18065 as long as we get pagination notifications.
18066
18067 2014-12-15 Jason Merrill <jason@redhat.com>
18068
18069 * Makefile.in (check-gdb.%): Restore.
18070 * README: Mention it.
18071
18072 2014-12-13 Joel Brobecker <brobecker@adacore.com>
18073
18074 * gdb.ada/str_uninit: New testcase.
18075
18076 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
18077
18078 PR symtab/17642
18079 * gdb.base/vla-stub-define.c: New file.
18080 * gdb.base/vla-stub.c: New file.
18081 * gdb.base/vla-stub.exp: New file.
18082
18083 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
18084 Jan Kratochvil <jan.kratochvil@redhat.com>
18085 Tom Tromey <tromey@redhat.com>
18086
18087 * configure.ac: Add gdb.compile/.
18088 * configure: Regenerate.
18089 * gdb.compile/Makefile.in: New file.
18090 * gdb.compile/compile-ops.exp: New file.
18091 * gdb.compile/compile-ops.c: New file.
18092 * gdb.compile/compile-tls.c: New file.
18093 * gdb.compile/compile-tls.exp: New file.
18094 * gdb.compile/compile-constvar.S: New file.
18095 * gdb.compile/compile-constvar.c: New file.
18096 * gdb.compile/compile-mod.c: New file.
18097 * gdb.compile/compile-nodebug.c: New file.
18098 * gdb.compile/compile-setjmp-mod.c: New file.
18099 * gdb.compile/compile-setjmp.c: New file.
18100 * gdb.compile/compile-setjmp.exp: New file.
18101 * gdb.compile/compile-shlib.c: New file.
18102 * gdb.compile/compile.c: New file.
18103 * gdb.compile/compile.exp: New file.
18104 * lib/gdb.exp (skip_compile_feature_tests): New proc.
18105
18106 2014-12-12 Tom Tromey <tromey@redhat.com>
18107
18108 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
18109 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
18110
18111 2014-12-12 Doug Evans <dje@google.com>
18112
18113 * lib/gdb-python.exp (get_python_valueof): New function.
18114 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
18115
18116 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18117
18118 * gdb.base/completion.exp: Add test for completion of "info
18119 registers ".
18120
18121 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
18122
18123 * gdb.base/func-ptrs.c: New file.
18124 * gdb.base/func-ptrs.exp: New file.
18125
18126 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
18127
18128 PR breakpoints/17012
18129 * gdb.base/dprintf-detach.c: New file.
18130 * gdb.base/dprintf-detach.exp: New file.
18131
18132 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
18133
18134 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
18135 * lib/gdb.exp (target_is_gdbserver): New procedure.
18136
18137 2014-12-08 Doug Evans <dje@google.com>
18138
18139 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
18140
18141 2014-12-05 Yao Qi <yao@codesourcery.com>
18142
18143 * gdb.guile/scm-error.exp: Remove the third argument to
18144 gdb_remote_download.
18145 * gdb.guile/scm-frame-args.exp: Likewise.
18146 * gdb.guile/scm-section-script.exp: Likewise.
18147
18148 2014-12-05 Yao Qi <yao@codesourcery.com>
18149
18150 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
18151
18152 2014-12-04 Doug Evans <dje@google.com>
18153
18154 * gdb.python/py-objfile.exp: Add tests for
18155 objfile.add_separate_debug_file.
18156
18157 2014-12-04 Doug Evans <dje@google.com>
18158
18159 * lib/gdb.exp (get_build_id): New function.
18160 (build_id_debug_filename_get): Rewrite to use it.
18161 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
18162
18163 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
18164
18165 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
18166 `method(long)', not just 0x0.
18167 * gdb.cp/nsalias.exp: Align code labels to 4.
18168 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
18169 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
18170 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
18171 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
18172 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
18173 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
18174
18175 2014-12-02 Doug Evans <dje@google.com>
18176
18177 PR symtab/17602
18178 * gdb.cp/anon-ns.cc: Move guts of this file to ...
18179 * gdb.cp/anon-ns2.cc: ... here. New file.
18180 * gdb.cp/anon-ns.exp: Update.
18181
18182 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
18183
18184 * gdb.python/py-events.py (inferior_call_handler): New.
18185 (register_changed_handler, memory_changed_handler): New.
18186 (test_events.invoke): Register new handlers.
18187 * gdb.python/py-events.exp: Add tests for inferior call,
18188 memory_changed and register_changed events.
18189
18190 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
18191
18192 * gdb.base/execl-update-breakpoints.exp: Specify the link address
18193 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
18194 if the linker doesn't understand this.
18195
18196 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
18197
18198 * gdb.python/python.exp: Change expected reply to help().
18199
18200 2014-12-01 Yao Qi <yao@codesourcery.com>
18201
18202 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
18203 AC_CONFIG_SUBDIRS(gdb.gdbtk).
18204 * configure: Re-generated.
18205
18206 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
18207
18208 * gdb.cp/chained-calls.cc: New file.
18209 * gdb.cp/chained-calls.exp: New file.
18210 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
18211
18212 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
18213
18214 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
18215 * gdb.dwarf2/symtab-producer.exp: Same.
18216 * gdb.gdb/python-interrupts.exp: Same.
18217 * gdb.gdb/python-selftest.exp: Same.
18218 * gdb.python/py-linetable.exp: Same.
18219 * gdb.python/py-type.exp: Same.
18220 * gdb.python/py-value-cc.exp: Same.
18221 * gdb.python/py-value.exp: Same.
18222
18223 2014-11-28 Yao Qi <yao@codesourcery.com>
18224
18225 * gdb.base/break-probes.exp: Match library name prefixed with
18226 sysroot.
18227
18228 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
18229
18230 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
18231 test expected output. Add parentheses for the call to print.
18232 Remove L suffix from integers.
18233
18234 2014-11-26 Doug Evans <dje@google.com>
18235
18236 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
18237
18238 2014-11-22 Yao Qi <yao@codesourcery.com>
18239
18240 * gdb.trace/entry-values.c: Remove asms.
18241 (foo): Add foo_label.
18242 (bar): Add bar_label.
18243 * gdb.trace/entry-values.exp: Remove code computing foo's
18244 length and bar's length.
18245 (Dwarf::assemble): Invoke function_range for bar and use
18246 MACRO_AT_func for foo.
18247
18248 2014-11-22 Yao Qi <yao@codesourcery.com>
18249
18250 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
18251 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
18252 Use .Lgcc43_procstart instead of gcc43.
18253
18254 2014-11-21 Joel Brobecker <brobecker@adacore.com>
18255
18256 * gdb.ada/n_arr_bound: New testcase.
18257
18258 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
18259
18260 PR breakpoints/10737
18261 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
18262 test_catch_syscall_multi_arch.
18263 (test_catch_syscall_multi_arch): New function.
18264
18265 2014-11-20 Doug Evans <xdje42@gmail.com>
18266
18267 * gdb.base/maint.exp: Update expected output.
18268
18269 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
18270
18271 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
18272 4-byte instruction on S390.
18273
18274 2014-11-19 Joel Brobecker <brobecker@adacore.com>
18275
18276 * gdb.ada/arr_arr: New testcase.
18277
18278 2014-11-19 Joel Brobecker <brobecker@adacore.com>
18279
18280 * gdb.ada/pkd_arr_elem: New Testcase.
18281
18282 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
18283
18284 * gdb.reverse/break-precsave: Expect completion message for
18285 core file reads.
18286 * gdb.reverse/consecutive-precsave.exp: Likewise.
18287 * gdb.reverse/finish-precsave.exp: Likewise.
18288 * gdb.reverse/i386-precsave.exp: Likewise.
18289 * gdb.reverse/machinestate-precsave.exp: Likewise.
18290 * gdb.reverse/sigall-precsave.exp: Likewise.
18291 * gdb.reverse/solib-precsave.exp: Likewise.
18292 * gdb.reverse/step-precsave.exp: Likewise.
18293 * gdb.reverse/until-precsave.exp: Likewise.
18294 * gdb.reverse/watch-precsave.exp: Likewise.
18295
18296 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18297
18298 * gdb.base/bp-permanent.c: Include unistd.h.
18299 * gdb.python/py-framefilter-mi.c (main): Add return type.
18300 * gdb.python/py-framefilter.c (main): Likewise.
18301 * gdb.trace/actions-changed.c (main): Likewise.
18302
18303 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18304
18305 * gdb.mi/until.c: Add eye-catchers.
18306 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
18307 line numbers.
18308
18309 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18310
18311 * gdb.base/condbreak.exp: Drop references to removed non-prototype
18312 function header variants in break1.c.
18313 * gdb.base/ena-dis-br.exp: Likewise.
18314 * gdb.base/hbreak2.exp: Likewise.
18315 * gdb.reverse/until-precsave.exp: Drop references to removed
18316 non-prototype function header variants in ur1.c.
18317 * gdb.reverse/until-reverse.exp: Likewise.
18318
18319 2014-11-17 Petr Machata <pmachata@redhat.com>
18320
18321 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
18322 ${_cu_offset_size} bytes abbrev offset.
18323
18324 2014-11-15 Doug Evans <xdje42@gmail.com>
18325
18326 PR symtab/17559
18327 * gdb.base/line-symtabs.exp: New file.
18328 * gdb.base/line-symtabs.c: New file.
18329 * gdb.base/line-symtabs.h: New file.
18330
18331 2014-11-14 Yao Qi <yao@codesourcery.com>
18332
18333 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
18334 (func): Add label func_label.
18335 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
18336 Replace low_pc and high_pc with MACRO_AT_range.
18337 Replace name, low_pc and high_pc with MACRO_AT_func.
18338
18339 2014-11-14 Yao Qi <yao@codesourcery.com>
18340
18341 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
18342 Replace name, low_pc and high_pc with MACRO_AT_func.
18343
18344 2014-11-14 Yao Qi <yao@codesourcery.com>
18345
18346 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
18347 produce debug information.
18348 * gdb.dwarf2/implptr-optimized-out.S: Removed.
18349
18350 2014-11-14 Yao Qi <yao@codesourcery.com>
18351
18352 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
18353 object and get function length.
18354 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
18355 with MACRO_AT_func.
18356 (top-level): Replace gdb_compile and clean_restart with
18357 prepare_for_testing.
18358 * gdb.dwarf2/main.c (main): Add label main_label.
18359
18360 2014-11-14 Yao Qi <yao@codesourcery.com>
18361
18362 * lib/dwarf.exp (function_range): New procedure.
18363 (Dwarf::_handle_macro_at_func): New procedure.
18364 (Dwarf::_handle_macro_at_range): New procedure.
18365 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
18366
18367 2014-11-14 Yao Qi <yao@codesourcery.com>
18368
18369 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
18370 (_handle_attribute): New procedure.
18371
18372 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18373
18374 * gdb.ada/cond_lang/foo.c (callme): Add return type.
18375 * gdb.base/call-sc.c (zed): Likewise.
18376 * gdb.base/checkpoint.c (main): Likewise.
18377 * gdb.base/dump.c (main): Likewise.
18378 * gdb.base/gcore.c (main): Likewise.
18379 * gdb.base/huge.c (main): Likewise.
18380 * gdb.base/multi-forks.c (main): Likewise.
18381 * gdb.base/pr10179-a.c (main): Likewise.
18382 * gdb.base/savedregs.c (main): Likewise.
18383 * gdb.base/sigaltstack.c (main): Likewise.
18384 * gdb.base/siginfo.c (main): Likewise.
18385 * gdb.base/structs.c (zed): Likewise.
18386 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
18387 * gdb.mi/mi-syn-frame.c (main): Likewise.
18388 * gdb.mi/until.c (foo, main): Likewise.
18389 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
18390 * gdb.base/solib-weak.c (foo): Declare.
18391 * gdb.base/attach-twice.c: Include stdio.h.
18392 * gdb.base/weaklib1.c: Likewise.
18393 * gdb.base/weaklib2.c: Likewise.
18394 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
18395 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
18396 unistd.h.
18397 * gdb.base/attach-pie-misread.c: Include stdlib.h.
18398 * gdb.mi/mi-exit-code.c: Likewise.
18399 * gdb.base/break-interp-lib.c: Include string.h.
18400 * gdb.base/coremaker.c: Likewise.
18401 * gdb.base/testenv.c: Likewise.
18402 * gdb.python/py-finish-breakpoint.c: Likewise.
18403 * gdb.base/inferior-died.c: Include sys/wait.h.
18404 * gdb.base/fileio.c: Include time.h.
18405 * gdb.base/async-shell.c: Include unistd.h.
18406 * gdb.base/dprintf-non-stop.c: Likewise.
18407 * gdb.base/info-os.c: Likewise.
18408 * gdb.mi/mi-console.c: Likewise.
18409 * gdb.mi/watch-nonstop.c: Likewise.
18410 * gdb.python/py-events.c: Likewise.
18411 * gdb.base/async.c (baz): Move up before its invocation.
18412 * gdb.base/code_elim2.c (my_global_func): Likewise.
18413 * gdb.base/skip-solib-lib.c (multiply): Likewise.
18414 * gdb.base/advance.c (func2): Likewise.
18415
18416 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18417
18418 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
18419 variant.
18420 * gdb.base/annota3.c: Likewise.
18421 * gdb.base/async.c: Likewise.
18422 * gdb.base/average.c: Likewise.
18423 * gdb.base/call-ar-st.c: Likewise.
18424 * gdb.base/call-rt-st.c: Likewise.
18425 * gdb.base/call-sc.c: Likewise.
18426 * gdb.base/call-strs.c: Likewise.
18427 * gdb.base/ending-run.c: Likewise.
18428 * gdb.base/execd-prog.c: Likewise.
18429 * gdb.base/exprs.c: Likewise.
18430 * gdb.base/foll-exec.c: Likewise.
18431 * gdb.base/foll-fork.c: Likewise.
18432 * gdb.base/foll-vfork.c: Likewise.
18433 * gdb.base/funcargs.c: Likewise.
18434 * gdb.base/gcore.c: Likewise.
18435 * gdb.base/jump.c: Likewise.
18436 * gdb.base/langs0.c: Likewise.
18437 * gdb.base/langs1.c: Likewise.
18438 * gdb.base/langs2.c: Likewise.
18439 * gdb.base/mips_pro.c: Likewise.
18440 * gdb.base/nodebug.c: Likewise.
18441 * gdb.base/opaque0.c: Likewise.
18442 * gdb.base/opaque1.c: Likewise.
18443 * gdb.base/recurse.c: Likewise.
18444 * gdb.base/run.c: Likewise.
18445 * gdb.base/scope0.c: Likewise.
18446 * gdb.base/scope1.c: Likewise.
18447 * gdb.base/setshow.c: Likewise.
18448 * gdb.base/setvar.c: Likewise.
18449 * gdb.base/shmain.c: Likewise.
18450 * gdb.base/shr1.c: Likewise.
18451 * gdb.base/shr2.c: Likewise.
18452 * gdb.base/sigall.c: Likewise.
18453 * gdb.base/signals.c: Likewise.
18454 * gdb.base/so-indr-cl.c: Likewise.
18455 * gdb.base/solib2.c: Likewise.
18456 * gdb.base/structs.c: Likewise.
18457 * gdb.base/sum.c: Likewise.
18458 * gdb.base/vforked-prog.c: Likewise.
18459 * gdb.base/watchpoint.c: Likewise.
18460 * gdb.reverse/shr2.c: Likewise.
18461 * gdb.reverse/until-reverse.c: Likewise.
18462 * gdb.reverse/ur1.c: Likewise.
18463 * gdb.reverse/watch-reverse.c: Likewise.
18464
18465 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18466
18467 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
18468 variant.
18469 * gdb.base/sepdebug.exp: Drop references to removed code.
18470
18471 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18472
18473 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
18474 variant. Preserve original line numbering.
18475 * gdb.base/list1.c: Likewise.
18476
18477 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18478
18479 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
18480 variant.
18481 * gdb.base/break1.c: Likewise.
18482 * gdb.base/break.exp: Drop references to removed code.
18483
18484 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18485
18486 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
18487 variant.
18488
18489 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18490
18491 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
18492
18493 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18494
18495 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
18496 logic into perform_all_tests() and invoke it with and without
18497 function header prototypes.
18498 (do_function_calls): Remove conditional XFAIL for PR 5318.
18499 (rerun_and_prepare): Remove duplicate code.
18500 (perform_all_tests): New. Main logic moved here.
18501
18502 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18503
18504 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
18505 code guarded by #ifdef NO_PROTOTYPES.
18506 (t_double_many_args): Likewise.
18507 (DEF_FUNC_MANY_ARGS_1): Likewise.
18508 (DEF_FUNC_VALUES_1): Likewise.
18509 (t_structs_ldc): Renamed from t_structs_fc in conditional code
18510 guarded by #ifdef PROTOTYPES.
18511
18512 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18513
18514 * gdb.mi/mi-console.c: Add eye-catcher.
18515 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
18516 instead of literal line number.
18517
18518 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18519
18520 * gdb.base/shr2.c: Add eye-catcher.
18521 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
18522 line number.
18523
18524 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18525
18526 * gdb.base/jump.c: Add eye-catchers.
18527 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
18528 numbers.
18529
18530 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18531
18532 * gdb.base/execd-prog.c: Add eye-catchers.
18533 * gdb.base/foll-exec.c: Likewise.
18534 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
18535 line numbers.
18536
18537 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18538
18539 * gdb.base/ending-run.c: Add eye-catchers.
18540 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
18541 literal line numbers.
18542
18543 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18544
18545 * gdb.base/call-rt-st.c: Add eye-catchers.
18546 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
18547 literal line numbers.
18548
18549 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18550
18551 * gdb.base/call-ar-st.c: Add eye-catchers.
18552 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
18553 literal line numbers.
18554
18555 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18556
18557 * gdb.base/average.c: Add eye-catchers.
18558 * gdb.base/sum.c: Likewise.
18559 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
18560 regexps dynamically.
18561
18562 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18563
18564 * gdb.base/solib1.c: Add eye-catchers.
18565 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
18566 literal line numbers.
18567
18568 2014-11-12 Pedro Alves <palves@redhat.com>
18569
18570 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
18571 leader has exited.
18572
18573 2014-11-12 Pedro Alves <palves@redhat.com>
18574
18575 * gdb.arch/i386-bp_permanent.c: New file.
18576 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
18577 (srcfile): Set to i386-bp_permanent.c.
18578 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
18579 that stepi does not execute the 'leave' instruction, instead of
18580 testing it does execute.
18581 * gdb.base/bp-permanent.c: New file.
18582 * gdb.base/bp-permanent.exp: New file.
18583
18584 2014-11-10 Doug Evans <xdje42@gmail.com>
18585
18586 PR symtab/17564
18587 * gdb.base/symtab-search-order.exp: New file.
18588 * gdb.base/symtab-search-order.c: New file.
18589 * gdb.base/symtab-search-order-1.c: New file.
18590 * gdb.base/symtab-search-order-shlib-1.c: New file.
18591
18592 2014-11-07 Pedro Alves <palves@redhat.com>
18593
18594 PR gdb/17511
18595 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
18596 i?86-*-linux*.
18597
18598 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
18599
18600 PR c++/17494
18601 * gdb.cp/pr17494.cc: New file.
18602 * gdb.cp/pr17494.exp: New file.
18603
18604 2014-11-02 Yao Qi <yao@codesourcery.com>
18605
18606 * gdb.python/python.exp: Get working directory and match the
18607 output of "set extended-prompt \\w " with it.
18608
18609 2014-10-30 Doug Evans <dje@google.com>
18610
18611 * gdb.python/py-objfile.exp: Add tests for setting random attributes
18612 in objfiles.
18613 * gdb.python/py-progspace.exp: Add tests for setting random attributes
18614 in progspaces.
18615
18616 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
18617
18618 * gdb.base/fullpath-expand.exp: Skip for a remote host.
18619 * gdb.base/realname-expand.exp: Likewise.
18620 * gdb.linespec/macro-relative.exp: Likewise.
18621
18622 2014-10-29 Pedro Alves <palves@redhat.com>
18623
18624 PR gdb/17408
18625 * gdb.threads/schedlock.c (some_function): New function.
18626 (call_function): New global.
18627 (MAYBE_CALL_SOME_FUNCTION): New macro.
18628 (thread_function): Call it.
18629 * gdb.threads/schedlock.exp (get_args): Add description parameter,
18630 and use it instead of a global counter. Adjust all callers.
18631 (get_current_thread): Use "find current thread" for test message
18632 here rather than having all callers pass down the same string.
18633 (goto_loop): New procedure, factored out from ...
18634 (my_continue): ... this.
18635 (step_ten_loops): Change parameter from test message to command to
18636 use. Adjust.
18637 (list_count): Delete global.
18638 (check_result): New procedure, factored out from duplicate top
18639 level code.
18640 (continue tests): Wrap in with_test_prefix.
18641 (test_step): New procedure, factored out from duplicate top level
18642 code.
18643 (top level): Test "step" in combination with all scheduler-locking
18644 modes. Test "next" in combination with all scheduler-locking
18645 modes, and in combination with stepping over a function call or
18646 not.
18647 * gdb.threads/next-bp-other-thread.c: New file.
18648 * gdb.threads/next-bp-other-thread.exp: New file.
18649
18650 2014-10-29 Pedro Alves <palves@redhat.com>
18651
18652 PR python/17372
18653 * gdb.python/python.exp: Test a multi-line command that spawns
18654 interactive Python.
18655 * gdb.base/multi-line-starts-subshell.exp: New file.
18656
18657 2014-10-29 Yao Qi <yao@codesourcery.com>
18658
18659 * gdb.base/fileio.exp: Make directories on host.
18660
18661 2014-10-29 Yao Qi <yao@codesourcery.com>
18662
18663 * gdb.base/fileio.c (test_write): Close the file.
18664
18665 2014-10-28 Pedro Alves <palves@redhat.com>
18666
18667 PR gdb/12623
18668 * gdb.base/sigstep.c (no_handler): New global.
18669 (main): If 'no_handler is true, set the signal handlers to
18670 SIG_IGN.
18671 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
18672 with_sw_watch and no_handler parameters. Handle them.
18673 (top level) <stepping over handler when stopped at a breakpoint
18674 test>: Add a test axis for testing with a software watchpoint, and
18675 another for testing with the signal handler set to SIG_IGN.
18676 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
18677 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
18678
18679 2014-10-28 Pedro Alves <palves@redhat.com>
18680
18681 PR gdb/17511
18682 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
18683 * gdb.base/sigstep.exp (other_handler_location): New global.
18684 (advance): Support stepping into the signal handler, and running
18685 commands while in the handler.
18686 (in_handler_map): New global.
18687 (top level): In the advance test, add combinations for getting
18688 into the handler with stepping commands, and for running commands
18689 in the handler. Add comment descripting the advancei tests.
18690
18691 2014-10-28 Pedro Alves <palves@redhat.com>
18692
18693 * gdb.base/sigstep.exp: Use build_executable instead of
18694 prepare_for_testing.
18695 (top level): Move code that starts GDB, runs to main and creates a
18696 display to ...
18697 (restart): ... this new procedure.
18698 (top level): Move backtrace from signal handler test to ...
18699 (validate_backtrace): ... this new procedure.
18700 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
18701 with_test_prefix. Always restart GDB.
18702 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
18703 with_test_prefix. Always restart GDB. No need to delete
18704 breakpoints after the test.
18705 (test_skip_handler): Remove prefix parameter.
18706 (skip_over_handler, breakpoint_to_handler)
18707 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
18708 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
18709 restart GDB. No need to delete breakpoints after the test.
18710 (top level): Use foreach to call the test procedures with
18711 different commands.
18712
18713 2014-10-28 Pedro Alves <palves@redhat.com>
18714
18715 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
18716 instead of GNATS numbers.
18717 * gdb.base/sigbpt.exp: Likewise.
18718 * gdb.base/siginfo.exp: Likewise.
18719 * gdb.base/sigstep.exp: Likewise.
18720
18721 2014-10-27 Pedro Alves <palves@redhat.com>
18722
18723 * gdb.base/sigstep.c (dummy): New global.
18724 (main): Issue a couple writes to the new global.
18725 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
18726 procedures.
18727 (skip_over_handler): Use test_skip_handler.
18728 (top level): Call skip_over_handler for stepi and nexti too.
18729 (breakpoint_over_handler): Use test_skip_handler.
18730 (top level): Call breakpoint_over_handler for stepi and nexti too.
18731
18732 2014-10-27 Yao Qi <yao@codesourcery.com>
18733
18734 * gdb.trace/tfile.c (adjust_function_address)
18735 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
18736 function descriptor.
18737
18738 2014-10-24 Don Breazeal <donb@codesourcery.com>
18739
18740 * gdb.base/foll-fork.exp (test_follow_fork,
18741 catch_fork_child_follow): Check for updated fork messages emitted
18742 from infrun.c.
18743 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
18744 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
18745 vfork_and_exec_child_follow_through_step): Check for updated vfork
18746 messages emitted from infrun.c.
18747
18748 2014-10-24 Pedro Alves <palves@redhat.com>
18749
18750 * gdb.base/corefile.exp: Remove references to ultrix.
18751 * gdb.base/interrupt.exp: Likewise.
18752 * gdb.base/whatis.exp: Likewise.
18753 * gdb.gdb/selftest.exp: Likewise.
18754 * gdb.threads/manythreads.exp: Likewise.
18755 * gdb.threads/print-threads.exp: Likewise.
18756 * gdb.threads/pthreads.exp:: Likewise.
18757 * gdb.threads/schedlock.exp: Likewise.
18758
18759 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
18760
18761 * gdb.cp/non-trivial-retval.cc: Add a test case.
18762 * gdb.cp/non-trivial-retval.exp: Add a test.
18763
18764 2014-10-20 Yao Qi <yao@codesourcery.com>
18765
18766 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
18767 * gdb.python/py-objfile-script-gdb.py: New file.
18768 * gdb.python/py-objfile-script.exp: Update reference to
18769 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
18770 of remote_download. Remove the dest file.
18771
18772 2014-10-20 Yao Qi <yao@codesourcery.com>
18773
18774 * gdb.base/checkpoint.exp: Don't remove file copied on host.
18775 * gdb.base/step-line.exp: Likewise.
18776 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18777 * gdb.dwarf2/dw2-basic.exp: Likewise.
18778 * gdb.dwarf2/dw2-compressed.exp: Likewise.
18779 * gdb.dwarf2/dw2-filename.exp: Likewise.
18780 * gdb.dwarf2/dw2-intercu.exp: Likewise.
18781 * gdb.dwarf2/dw2-intermix.exp: Likewise.
18782 * gdb.dwarf2/dw2-producer.exp: Likewise.
18783 * gdb.dwarf2/mac-fileno.exp: Likewise.
18784 * gdb.python/py-frame-args.exp: Likewise.
18785 * gdb.python/py-framefilter.exp: Likewise.
18786 * gdb.python/py-mi.exp: Likewise.
18787 * gdb.python/py-objfile-script.exp: Likewise
18788 * gdb.python/py-pp-integral.exp: Likewise.
18789 * gdb.python/py-pp-re-notag.exp: Likewise.
18790 * gdb.python/py-prettyprint.exp: Likewise.
18791 * gdb.python/py-section-script.exp: Likewise.
18792 * gdb.python/py-typeprint.exp: Likewise.
18793 * gdb.python/py-xmethods.exp: Likewise.
18794 * gdb.stabs/weird.exp: Likewise.
18795 * gdb.xml/tdesc-regs.exp: Likewise.
18796
18797 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
18798
18799 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
18800 (out_cu): Use addr_len for the size of addresses.
18801 (out_line): Likewise. Size DW_LNE_set_address instruction
18802 according to addr_len.
18803 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
18804 (FUNC): Add START_INSNS to definition.
18805
18806 2014-10-18 Yao Qi <yao@codesourcery.com>
18807
18808 * gdb.base/argv0-symlink.exp: Check argv[0] value if
18809 gdb_has_argv0 return true.
18810 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
18811 check [target_info exists noargs], check [gdb_has_argv0]
18812 instead.
18813 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18814 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
18815 procedures.
18816
18817 2014-10-17 Doug Evans <dje@google.com>
18818
18819 * gdb.python/py-events.exp: Update expected output for clear_objfiles
18820 event.
18821 * gdb.python/py-events.py: Add clear_objfiles event.
18822
18823 2014-10-17 Doug Evans <dje@google.com>
18824
18825 * gdb.python/py-objfile.exp: Test progspace attribute.
18826
18827 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
18828
18829 * gdb.guile/scm-breakpoint.exp: Do not assume any
18830 directory separators when matching source file paths.
18831 * gdb.python/py-breakpoint.exp: Likewise.
18832 * gdb.reverse/break-precsave.exp: Likewise.
18833 * gdb.reverse/break-reverse.exp: Likewise.
18834 * gdb.reverse/consecutive-precsave.exp: Likewise.
18835 * gdb.reverse/finish-precsave.exp: Likewise.
18836 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
18837 * gdb.reverse/finish-reverse.exp: Likewise.
18838 * gdb.reverse/i386-precsave.exp: Likewise.
18839 * gdb.reverse/i387-env-reverse.exp: Likewise.
18840 * gdb.reverse/i387-stack-reverse.exp: Likewise.
18841 * gdb.reverse/machinestate-precsave.exp: Likewise.
18842 * gdb.reverse/machinestate.exp: Likewise.
18843 * gdb.reverse/sigall-precsave.exp: Likewise.
18844 * gdb.reverse/solib-precsave.exp: Likewise.
18845 * gdb.reverse/step-precsave.exp: Likewise.
18846 * gdb.reverse/until-precsave.exp: Likewise.
18847 * gdb.reverse/watch-precsave.exp: Likewise.
18848 * gdb.reverse/watch-reverse.exp: Likewise.
18849
18850 2014-10-17 Yao Qi <yao@codesourcery.com>
18851
18852 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
18853 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
18854
18855 2014-10-17 Pedro Alves <palves@redhat.com>
18856
18857 PR gdb/17471
18858 * gdb.base/bg-execution-repeat.c: New file.
18859 * gdb.base/bg-execution-repeat.exp: New file.
18860
18861 2014-10-17 Pedro Alves <palves@redhat.com>
18862
18863 PR gdb/17300
18864 * gdb.base/continue-all-already-running.c: New file.
18865 * gdb.base/continue-all-already-running.exp: New file.
18866
18867 2014-10-17 Pedro Alves <palves@redhat.com>
18868
18869 PR gdb/17472
18870 * gdb.base/annota-input-while-running.c: New file.
18871 * gdb.base/annota-input-while-running.exp: New file.
18872
18873 2014-10-17 Pedro Alves <palves@redhat.com>
18874
18875 * gdb.base/callfuncs.exp: emove references to osf.
18876 * gdb.base/sigall.exp: Likewise.
18877 * gdb.gdb/selftest.exp: Likewise.
18878 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
18879 * gdb.mi/non-stop.c: Likewise.
18880 * gdb.mi/pthreads.c: Likewise.
18881 * gdb.reverse/sigall-precsave.exp: Likewise.
18882 * gdb.reverse/sigall-reverse.exp: Likewise.
18883 * gdb.threads/pthreads.c: Likewise.
18884 * gdb.threads/pthreads.exp: Likewise.
18885
18886 2014-10-17 Yao Qi <yao@codesourcery.com>
18887
18888 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
18889 check 'target_info exists noargs'.
18890 (test_command_prompt_position): Likewise.
18891 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
18892 Remove "set args".
18893 (progvar_simple_while_test): Likewise.
18894 (progvar_complex_if_while_test): Likewise.
18895 (if_while_breakpoint_command_test): Likewise.
18896 (infrun_breakpoint_command_test): Likewise.
18897 (breakpoint_command_test): Likewise.
18898 (watchpoint_command_test): Likewise.
18899 (bp_deleted_in_command_test): Likewise.
18900 (temporary_breakpoint_commands): Likewise.
18901
18902 2014-10-16 Yao Qi <yao@codesourcery.com>
18903
18904 * gdb.base/remotetimeout.exp: Remove noargs checking.
18905
18906 2014-10-15 Pedro Alves <palves@redhat.com>
18907
18908 PR breakpoints/9649
18909 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
18910 * gdb.base/breakpoint-in-ro-region.exp
18911 (probe_target_hardware_step): New procedure.
18912 (top level): Probe hardware stepping and hardware breakpoint
18913 support. Test stepping through a read-only region, with both
18914 "breakpoint auto-hw" on and off and both "always-inserted" on and
18915 off.
18916
18917 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
18918
18919 * gdb.dlang/demangle.exp: Update for demangling changes.
18920
18921 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18922
18923 * gdb.cp/non-trivial-retval.cc: Add new test cases.
18924 * gdb.cp/non-trivial-retval.exp: Add new tests.
18925
18926 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18927
18928 PR c++/13403
18929 PR c++/15154
18930 * gdb.cp/non-trivial-retval.cc: New file.
18931 * gdb.cp/non-trivial-retval.exp: New file.
18932
18933 2014-10-15 Yao Qi <yao@codesourcery.com>
18934
18935 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
18936 remote host.
18937
18938 2014-10-15 Yao Qi <yao@codesourcery.com>
18939
18940 * gdb.python/py-symbol.exp: Match file base name if host is
18941 remote, otherwise match file name with dir name.
18942 * gdb.python/py-symtab.exp: Likewise.
18943 * gdb.python/python.exp: Likewise.
18944
18945 2014-10-15 Yao Qi <yao@codesourcery.com>
18946
18947 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
18948 pattern.
18949 * gdb.python/py-symtab.exp: Likewise.
18950 * gdb.python/python.exp: Remove trailing ".*". Fix typo
18951 locationn.
18952
18953 2014-10-14 Joel Brobecker <brobecker@adacore.com>
18954
18955 * gdb.ada/addr_arith: New testcase.
18956
18957 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
18958
18959 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
18960 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
18961 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
18962 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
18963
18964 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
18965
18966 * gdb.arch/stap-eval-lang-ada.S: Likewise.
18967 * gdb.arch/stap-eval-lang-ada.c: Likewise.
18968 * gdb.arch/stap-eval-lang-ada.exp: New file.
18969
18970 2014-10-14 Yao Qi <yao@codesourcery.com>
18971
18972 * gdb.mi/mi-var-child.c (nothing1): New function.
18973 (nothing2): New function.
18974 (do_children_tests): Set function pointers by nothing1 and
18975 nothing2.
18976 * gdb.mi/mi-var-child.exp: Step over new added statements.
18977 Update test to match the new output.
18978 * gdb.mi/var-cmd.c (nothing1): New function.
18979 (nothing2): New function.
18980 (do_children_tests): Set function pointers by nothing1 and
18981 nothing2.
18982 * gdb.mi/mi-var-display.exp: Update test to match output.
18983 Step to the line specified by $line_dct_nothing.
18984 Increase the number of lines to step.
18985
18986 2014-10-14 Yao Qi <yao@codesourcery.com>
18987
18988 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
18989 tests.
18990 * gdb.mi/mi2-var-child.exp: Likewise.
18991
18992 2014-10-13 Doug Evans <dje@google.com>
18993
18994 * gdb.python/py-objfile.exp: Change name of file name test.
18995
18996 2014-10-13 Doug Evans <dje@google.com>
18997
18998 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
18999 from the start of the CU.
19000
19001 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
19002 Yao Qi <yao@codesourcery.com>
19003
19004 Fix "save breakpoints" for "catch" command.
19005 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
19006 Remove -nonewline. Match also the added "main" line.
19007
19008 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
19009
19010 Fix "save breakpoints" for "disable $bpnum" command.
19011 * gdb.base/save-bp.c (main): Add label.
19012 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
19013
19014 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
19015
19016 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
19017
19018 2014-10-11 Yao Qi <yao@codesourcery.com>
19019
19020 * gdb.server/server-kill.exp: Execute command
19021 "set remote trace-status-packet on" before "tstatus".
19022
19023 2014-10-11 Yao Qi <yao@codesourcery.com>
19024
19025 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
19026 (main): Call getppid.
19027 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
19028 and continue to it. Read variable "server_pid".
19029
19030 2014-10-11 Yao Qi <yao@codesourcery.com>
19031
19032 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
19033
19034 2014-10-11 Yao Qi <yao@codesourcery.com>
19035
19036 * gdb.threads/thread-find.exp: Don't execute command
19037 "info threads".
19038 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
19039 * gdb.threads/linux-dp.exp: Don't check the condition
19040 $threads_created equals to zero.
19041
19042 2014-10-10 Pedro Alves <palves@redhat.com>
19043
19044 * gdb.base/bigcore.exp: Remove references to IRIX.
19045 * gdb.base/funcargs.exp: Likewise.
19046 * gdb.base/interrupt.exp: Likewise.
19047 * gdb.base/mips_pro.exp: Likewise.
19048 * gdb.base/nodebug.exp: Likewise.
19049 * gdb.base/setvar.exp: Likewise.
19050 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
19051
19052 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
19053 Pedro Alves <palves@redhat.com>
19054
19055 PR symtab/14466
19056 * gdb.base/vdso-warning.c: New file.
19057 * gdb.base/vdso-warning.exp: New file.
19058
19059 2014-10-02 Doug Evans <dje@google.com>
19060
19061 * gdb.base/structs.c (main): Don't run forever.
19062
19063 2014-10-02 Pedro Alves <palves@redhat.com>
19064
19065 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
19066 (top level) <stop threads 1, stop threads 2>: Use it.
19067
19068 2014-10-02 Pedro Alves <palves@redhat.com>
19069
19070 * gdb.threads/break-while-running.exp (test): Add new
19071 'update_thread_list' argument. Skip "info threads" if false.
19072 (top level): Add new 'update_thread_list' axis.
19073
19074 2014-10-02 Pedro Alves <palves@redhat.com>
19075
19076 PR breakpoints/17431
19077 * gdb.base/execl-update-breakpoints.c: New file.
19078 * gdb.base/execl-update-breakpoints.exp: New file.
19079
19080 2014-10-01 Pedro Alves <palves@redhat.com>
19081
19082 * gdb.base/breakpoint-in-ro-region.c: New file.
19083 * gdb.base/breakpoint-in-ro-region.exp: New file.
19084
19085 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
19086
19087 * gdb.mi/mi-exit-code.exp: New file.
19088 * gdb.mi/mi-exit-code.c: New file.
19089
19090 2014-09-30 Yao Qi <yao@codesourcery.com>
19091
19092 * lib/prelink-support.exp (build_executable_own_libs): Error if
19093 the target isn't native.
19094
19095 2014-09-30 Yao Qi <yao@codesourcery.com>
19096
19097 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
19098 false.
19099
19100 2014-09-22 Pedro Alves <palves@redhat.com>
19101
19102 * gdb.threads/break-while-running.exp: New file.
19103 * gdb.threads/break-while-running.c: New file.
19104
19105 2014-09-19 Yao Qi <yao@codesourcery.com>
19106
19107 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
19108 Invoke test. Restart GDB with --readnow and invoke test again.
19109
19110 2014-09-19 Yao Qi <yao@codesourcery.com>
19111
19112 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
19113 proc set_breakpoint_on_gcd_function. Invoke
19114 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
19115 invoke set_breakpoint_on_gcd_function again.
19116
19117 2014-09-18 Doug Evans <dje@google.com>
19118
19119 * gdb.dwarf2/symtab-producer.exp: New file.
19120
19121 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
19122
19123 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
19124 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
19125 * gdb.base/global-var-nested-by-dso.c: Likewise.
19126 * gdb.base/global-var-nested-by-dso.exp: Likewise.
19127
19128 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
19129 Pedro Alves <palves@redhat.com>
19130
19131 * gdb.base/watch-bitfields.exp: Pass string other than test file
19132 name to prepare_for_testing.
19133 (watch): New procedure.
19134 (expect_watchpoint): Use with_test_prefix.
19135 (top level): Factor out tests to ...
19136 (test_watch_location, test_regular_watch): ... these new
19137 procedures, and use with_test_prefix and gdb_continue_to_end.
19138
19139 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
19140
19141 PR breakpoints/12526
19142 * gdb.base/watch-bitfields.exp: New file.
19143 * gdb.base/watch-bitfields.c: New file.
19144
19145 2014-09-16 Pedro Alves <palves@redhat.com>
19146
19147 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
19148 software and hardware addresses, not software address against
19149 itself.
19150
19151 2014-09-16 Pedro Alves <palves@redhat.com>
19152
19153 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
19154 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
19155
19156 2014-09-16 Pedro Alves <palves@redhat.com>
19157
19158 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
19159 files.
19160 * gdb.base/a2-run.exp: Remove all code guarded by istarget
19161 "*-*-vxworks*" throughout.
19162 * gdb.base/break.exp: Likewise.
19163 * gdb.base/default.exp: Likewise.
19164 * gdb.base/scope.exp: Likewise.
19165 * gdb.base/sepdebug.exp: Likewise.
19166 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
19167 throughout.
19168 * gdb.base/run.c: Likewise.
19169 * gdb.base/sepdebug.c: Likewise.
19170 * gdb.hp/gdb.aCC/run.c: Likewise.
19171 * gdb.reverse/until-reverse.c: Likewise.
19172 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
19173
19174 2014-09-16 Yao Qi <yao@codesourcery.com>
19175
19176 * boards/local-remote-host-native.exp: New file.
19177
19178 2014-09-14 Doug Evans <xdje42@gmail.com>
19179
19180 * gdb.threads/queue-signal.c (thread_count): New variable.
19181 (thread_count_mutex, thread_count_condvar): New variables.
19182 (incr_thread_count, wait_all_threads_running): New functions.
19183 (main): Wait for all threads to be in their thread functions.
19184
19185 2014-09-13 Doug Evans <xdje42@gmail.com>
19186
19187 * gdb.threads/queue-signal.c: New file.
19188 * gdb.threads/queue-signal.exp: New file.
19189
19190 2014-09-13 Doug Evans <xdje42@gmail.com>
19191
19192 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
19193 be consistent with what default_gdb_init uses.
19194 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
19195 the plain text of the prompt. Add some logging printfs.
19196 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
19197
19198 2014-09-12 Pedro Alves <palves@redhat.com>
19199
19200 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
19201 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
19202 * gdb.arch/i386-size-overlap.exp: Likewise.
19203 * gdb.arch/i386-size.exp: Likewise.
19204 * gdb.arch/i386-unwind.exp: Likewise.
19205 * gdb.base/a2-run.exp: Likewise.
19206 * gdb.base/break.exp: Likewise.
19207 * gdb.base/charset.exp: Likewise.
19208 * gdb.base/chng-syms.exp: Likewise.
19209 * gdb.base/commands.exp: Likewise.
19210 * gdb.base/dbx.exp: Likewise.
19211 * gdb.base/find.exp: Likewise.
19212 * gdb.base/funcargs.exp: Likewise.
19213 * gdb.base/jit-simple.exp: Likewise.
19214 * gdb.base/reread.exp: Likewise.
19215 * gdb.base/sepdebug.exp: Likewise.
19216 * gdb.base/step-bt.exp: Likewise.
19217 * gdb.cp/mb-inline.exp: Likewise.
19218 * gdb.cp/mb-templates.exp: Likewise.
19219 * gdb.objc/basicclass.exp: Likewise.
19220 * gdb.threads/killed.exp: Likewise.
19221
19222 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19223
19224 PR tdep/17379
19225 * gdb.arch/powerpc-stackless.S: New file.
19226 * gdb.arch/powerpc-stackless.exp: New file.
19227
19228 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
19229
19230 * gdb.base/attach.c: Include unistd.h.
19231 (main): Call alarm. Add label postloop.
19232 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
19233 gdb_breakpoint, gdb_continue_to_breakpoint.
19234 (test_command_line_attach_run): Kill ${testpid} in one exit path.
19235
19236 2014-09-11 Pedro Alves <palves@redhat.com>
19237
19238 PR gdb/17347
19239 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
19240 * gdb.base/attach.exp (test_command_line_attach_run): New
19241 procedure.
19242 (top level): Call it.
19243
19244 2014-09-11 Pedro Alves <palves@redhat.com>
19245
19246 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
19247 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
19248 (do_command_attach_tests): Use spawn_wait_for_attach.
19249 * gdb.base/solib-overlap.exp: Likewise.
19250 * gdb.multi/multi-attach.exp: Likewise.
19251 * gdb.python/py-prompt.exp: Likewise.
19252 * gdb.python/py-sync-interp.exp: Likewise.
19253 * gdb.server/ext-attach.exp: Likewise.
19254
19255 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
19256
19257 * gdb.fortran/array-element.exp: Remove unexpected "continue"
19258 command in testcase. Simplify testcase.
19259
19260 2014-09-10 Joel Brobecker <brobecker@adacore.com>
19261
19262 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
19263
19264 2014-09-10 Joel Brobecker <brobecker@adacore.com>
19265
19266 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
19267
19268 2014-09-10 Joel Brobecker <brobecker@adacore.com>
19269
19270 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
19271
19272 2014-09-10 Joel Brobecker <brobecker@adacore.com>
19273
19274 * gdb.dwarf2/dynarr-ptr.c: New file.
19275 * gdb.dwarf2/dynarr-ptr.exp: New file.
19276
19277 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19278
19279 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
19280 of 30 rather than hardcoding 120 for a slow test case. Take the
19281 `gdb,timeout' target setting into account for this calculation.
19282 Don't extend the timeout for the test cases that don't need it.
19283
19284 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19285
19286 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
19287 a factor of 2 for a slow test case. Take the `gdb,timeout'
19288 target setting into account for this calculation.
19289 * gdb.reverse/until-precsave.exp: Increase the timeout by
19290 a factor of 15 and 3 respectively rather than adding 120
19291 for a pair of slow test cases. Take the `gdb,timeout'
19292 target setting into account for this calculation.
19293
19294 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19295
19296 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
19297 timeout, don't pass one down to gdb_expect.
19298 (gdb_expect): Rework timeout selection.
19299
19300 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19301
19302 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
19303 exception on timeout.
19304 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
19305 (gdbserver_start_extended): Catch any `gdbserver_start' error
19306 exceptions.
19307 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
19308 * lib/mi-support.exp (mi_gdb_target_load): Catch any
19309 `gdbserver_gdb_load' error exceptions.
19310
19311 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19312
19313 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
19314 120 on waiting for the TCP socket to open.
19315
19316 2014-09-09 Doug Evans <xdje42@gmail.com>
19317
19318 * gdb.base/default.exp (show_conv_list): Add _caller_is,
19319 _caller_matches, _any_caller_is, _any_caller_matches.
19320
19321 2014-09-09 Doug Evans <xdje42@gmail.com>
19322
19323 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
19324
19325 2014-09-09 Yao Qi <yao@codesourcery.com>
19326
19327 * gdb.mi/mi-var-display.exp: Set print symbol off.
19328
19329 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
19330
19331 PR gdb/17035
19332 * gdb.base/commands.exp: Add tests to verify user-defined
19333 commands with empty bodies.
19334 * gdb.python/py-cmd.exp: Test that we don't show user-defined
19335 python commands in `show user command`.
19336 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
19337 scheme commands in `show user command`.
19338
19339 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19340
19341 PR python/17355
19342 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
19343 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
19344 * gdb.python/py-framefilter-invalidarg.exp: New file.
19345 * gdb.python/py-framefilter-invalidarg.py: New file.
19346
19347 2014-09-06 Doug Evans <xdje42@gmail.com>
19348
19349 PR 15276
19350 * gdb.python/py-caller-is.c: New file.
19351 * gdb.python/py-caller-is.exp: New file.
19352
19353 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
19354
19355 PR gdb/17235
19356 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
19357 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
19358
19359 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
19360
19361 PR fortran/17237
19362 * gdb.fortran/print-formatted.exp: New file.
19363 * gdb.fortran/print-formatted.f90: Likewise.
19364
19365 2014-09-03 Sasha Smundak <asmundak@google.com>
19366
19367 * gdb.python/py-frame.exp: Test Frame.read_register.
19368
19369 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
19370
19371 PR python/16699
19372 * gdb.python/py-completion.exp: New file.
19373 * gdb.python/py-completion.py: Likewise.
19374
19375 2014-08-28 Doug Evans <dje@google.com>
19376
19377 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
19378 eax,etc. are live with values set by gdb and thus the compiler can't
19379 use them.
19380 * gdb.arch/i386-pseudo.c (main): Ditto.
19381
19382 2014-08-27 Doug Evans <dje@google.com>
19383
19384 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
19385
19386 2014-08-25 Doug Evans <dje@google.com>
19387
19388 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
19389 (main): Ditto.
19390
19391 2014-08-25 Doug Evans <dje@google.com>
19392
19393 * gdb.threads/thread-execl.exp: #include <stdio.h>.
19394
19395 2014-08-24 Yao Qi <yao@codesourcery.com>
19396
19397 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
19398 symbol off.
19399 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
19400
19401 2014-08-22 Doug Evans <dje@google.com>
19402
19403 PR 17276
19404 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
19405 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
19406 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
19407
19408 2014-08-22 Yao Qi <yao@codesourcery.com>
19409
19410 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
19411 * gdb.python/py-finish-breakpoint2.exp: Likewise.
19412 * gdb.python/python.exp: Likewise. Use .py file on the host
19413 instead of the build.
19414
19415 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19416
19417 * gdb.threads/gcore-stale-thread.c: New file.
19418 * gdb.threads/gcore-stale-thread.exp: New file.
19419
19420 2014-08-21 Pedro Alves <palves@redhat.com>
19421
19422 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
19423 * gdb.base/gcore-relro-pie.exp: Likewise.
19424 * gdb.base/gcore-relro.exp: Likewise.
19425 * gdb.base/gcore.exp: Likewise.
19426 * gdb.base/print-symbol-loading.exp: Likewise.
19427 * gdb.threads/gcore-thread.exp: Likewise.
19428 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
19429
19430 2014-08-20 Pedro Alves <palves@redhat.com>
19431 Jan Kratochvil <jan.kratochvil@redhat.com>
19432
19433 * Makefile.in (EXTRA_RULES, CC): New variables, get from
19434 configure.
19435 (EXPECT): Handle READ1 being set.
19436 (all): Depend on EXTRA_RULES.
19437 (check-read1, expect-read1, read1.so, read1): New rules.
19438 * README (Testsuite Parameters): Document the READ1 make variable.
19439 (Race detection): New section.
19440 * configure: Regenerate.
19441 * configure.ac: If build==host==target, and running under a
19442 GNU/glibc system, add read1 to the extra Makefile rules.
19443 (EXTRA_RULES): AC_SUBST it.
19444 * lib/read1.c: New file.
19445
19446 2014-08-20 Joel Brobecker <brobecker@adacore.com>
19447
19448 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
19449 the handling of variables declared as a typedef to an array
19450 which a DW_AT_data_location attribute.
19451
19452 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
19453 Pedro Alves <palves@redhat.com>
19454
19455 PR symtab/14604
19456 PR symtab/14605
19457 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
19458 gdb_test.
19459
19460 2014-08-19 Pedro Alves <palves@redhat.com>
19461
19462 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
19463
19464 2014-08-19 Yao Qi <yao@codesourcery.com>
19465
19466 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
19467 right line.
19468
19469 2014-08-18 David Blaikie <dblaikie@gmail.com>
19470
19471 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
19472
19473 2014-08-18 Joel Brobecker <brobecker@adacore.com>
19474
19475 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
19476 attribute in array range.
19477
19478 2014-08-18 Joel Brobecker <brobecker@adacore.com>
19479
19480 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
19481
19482 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
19483
19484 PR c++/17132
19485 * gdb.cp/pr17132.cc: New file.
19486 * gdb.cp/pr17132.exp: New file.
19487
19488 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
19489
19490 * gdb.python/py-xmethods.py (A_getarrayind)
19491 (E_method_char_worker.__call__, E_method_int_worker.__call__):
19492 Use 'print' with function call syntax.
19493 (E_method_matcher.match): Fix tab vs space indentation mixup.
19494
19495 2014-08-15 Yao Qi <yao@codesourcery.com>
19496
19497 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
19498 false.
19499
19500 2014-08-15 Yao Qi <yao@codesourcery.com>
19501
19502 * gdb.cp/casts.exp: Set print symbol off.
19503 * gdb.cp/class2.exp: Likewise.
19504 * gdb.cp/overload.exp: Likewise.
19505 * gdb.cp/templates.exp: Likewise.
19506
19507 2014-08-11 Doug Evans <dje@google.com>
19508
19509 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
19510 (test_load_shlib): Update.
19511
19512 2014-08-09 Yao Qi <yao@codesourcery.com>
19513
19514 * gdb.base/display.exp: Invoke is_address_zero_readable.
19515 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
19516 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
19517 * gdb.base/hbreak-unmapped.exp: Return if
19518 is_address_zero_readable returns true.
19519 * gdb.base/signest.exp: Likewise.
19520 * gdb.base/signull.exp: Likewise.
19521 * gdb.base/sigbpt.exp: Likewise.
19522 * gdb.guile/scm-disasm.exp: Do the test if
19523 is_address_zero_readable returns false.
19524 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
19525 * gdb.python/py-arch.exp: Likewise.
19526 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
19527 * lib/gdb.exp (is_address_zero_readable): New proc.
19528
19529 2014-08-09 Yao Qi <yao@codesourcery.com>
19530
19531 PR testsuite/13443
19532 * gdb.mi/mi-var-display.exp: Make test messages unique.
19533
19534 2014-08-04 Tom Tromey <tromey@redhat.com>
19535
19536 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
19537 target 0".
19538
19539 2014-08-04 Tom Tromey <tromey@redhat.com>
19540
19541 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
19542 "target_resume".
19543
19544 2014-08-01 Joel Brobecker <brobecker@adacore.com>
19545
19546 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
19547 inner_vla_struct_object_size.
19548 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
19549 as xfail.
19550
19551 2014-07-30 Pedro Alves <palves@redhat.com>
19552
19553 * gdb.threads/signal-command-handle-nopass.exp (test): Add
19554 comment.
19555
19556 2014-07-29 Yao Qi <yao@codesourcery.com>
19557
19558 PR gdb/17206
19559 * gdb.base/until-nodebug.exp: New.
19560
19561 2014-07-28 Doug Evans <xdje42@gmail.com>
19562
19563 PR guile/17203
19564 * gdb.guile/scm-parameter.exp: Add tests for trying to create
19565 previously existing parameter, and previously ambiguously spelled
19566 parameter.
19567
19568 2014-07-28 Will Newton <will.newton@linaro.org>
19569
19570 * gdb.base/varargs.exp: Remove KFAILs for ARM.
19571
19572 2014-07-26 Ludovic Courtès <ludo@gnu.org>
19573 Doug Evans <xdje42@gmail.com>
19574
19575 PR guile/17146
19576 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
19577
19578 2014-07-25 Pedro Alves <palves@redhat.com>
19579
19580 * gdb.threads/signal-command-handle-nopass.c: New file.
19581 * gdb.threads/signal-command-handle-nopass.exp: New file.
19582 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
19583 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
19584 * gdb.threads/signal-delivered-right-thread.c: New file.
19585 * gdb.threads/signal-delivered-right-thread.exp: New file.
19586
19587 2014-07-25 Pedro Alves <palves@redhat.com>
19588
19589 * gdb.base/double-prompt-target-event-error.exp
19590 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
19591 match.
19592 (cancel_pagination_in_target_event): Rework double prompt
19593 detection.
19594 * gdb.base/paginate-after-ctrl-c-running.exp
19595 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
19596 <return>' match.
19597 * gdb.base/paginate-bg-execution.exp
19598 (test_bg_execution_pagination_return)
19599 (test_bg_execution_pagination_cancel): Remove '-notransfer
19600 <return>' matches.
19601 * gdb.base/paginate-execution-startup.exp
19602 (test_fg_execution_pagination_return)
19603 (test_fg_execution_pagination_cancel): Remove '-notransfer
19604 <return>' matches.
19605 * gdb.base/paginate-inferior-exit.exp
19606 (test_paginate_inferior_exited): Remove '-notransfer <return>'
19607 match.
19608 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
19609 * lib/gdb.exp (pagination_prompt): Run text through
19610 string_to_regexp.
19611 (gdb_test_multiple): Match $pagination_prompt instead of
19612 "<return>".
19613 (string_to_regexp): Move to lib/gdb-utils.exp.
19614
19615 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
19616
19617 * gdb.arch/amd64-entry-value-paramref.S: New file.
19618 * gdb.arch/amd64-entry-value-paramref.cc: New file.
19619 * gdb.arch/amd64-entry-value-paramref.exp: New file.
19620 * gdb.arch/amd64-optimout-repeat.S: New file.
19621 * gdb.arch/amd64-optimout-repeat.c: New file.
19622 * gdb.arch/amd64-optimout-repeat.exp: New file.
19623
19624 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
19625
19626 PR gdb/17170
19627 * gdb.base/statistics.exp: New file.
19628
19629 2014-07-17 Doug Evans <dje@google.com>
19630
19631 PR gdb/17170
19632 * gdb.base/maint.exp: Update testing of per-command stats.
19633
19634 2014-07-16 Pedro Alves <palves@redhat.com>
19635
19636 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
19637 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
19638 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
19639 (tfile_write_buf): New functions.
19640 (add_memory_block): Rewrite using the above.
19641 (adjust_function_address): New function.
19642 (FUNCTION_ADDRESS): New macro.
19643 (write_basic_trace_file): Remove short_x local, and use
19644 tfile_write_16. Change type of func_addr local to unsigned long
19645 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
19646 here. Cast argument of add_memory_block to char pointer.
19647 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
19648 (main): Remove parameters.
19649 * gdb.trace/tfile.exp: Remove nowarnings.
19650
19651 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
19652
19653 * gdb.base/debug-expr.exp: Test string evaluation with
19654 "debug expression" on.
19655
19656 2014-07-15 Pedro Alves <palves@redhat.com>
19657
19658 * gdb.base/reread.exp: Use clean_restart.
19659
19660 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
19661
19662 * gdb.arch/avr-flash-qualifer.c: New.
19663 * gdb.arch/avr-flash-qualifer.exp: New.
19664
19665 2014-07-14 Pedro Alves <palves@redhat.com>
19666
19667 * gdb.base/paginate-after-ctrl-c-running.c: New file.
19668 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
19669
19670 2014-07-14 Pedro Alves <palves@redhat.com>
19671
19672 * gdb.base/double-prompt-target-event-error.c: New file.
19673 * gdb.base/double-prompt-target-event-error.exp: New file.
19674
19675 2014-07-14 Pedro Alves <palves@redhat.com>
19676
19677 PR gdb/17072
19678 * gdb.base/paginate-inferior-exit.c: New file.
19679 * gdb.base/paginate-inferior-exit.exp: New file.
19680
19681 2014-07-14 Pedro Alves <palves@redhat.com>
19682
19683 PR gdb/17072
19684 * gdb.base/paginate-bg-execution.c: New file.
19685 * gdb.base/paginate-bg-execution.exp: New file.
19686
19687 2014-07-14 Pedro Alves <palves@redhat.com>
19688
19689 PR gdb/17072
19690 * gdb.base/paginate-execution-startup.c: New file.
19691 * gdb.base/paginate-execution-startup.exp: New file.
19692 * lib/gdb.exp (pagination_prompt): New global.
19693 (default_gdb_spawn): New procedure, factored out from
19694 default_gdb_spawn.
19695 (default_gdb_start): Adjust to call default_gdb_spawn.
19696 (gdb_spawn): New procedure.
19697
19698 2014-07-14 Pedro Alves <palves@redhat.com>
19699
19700 * lib/gdb.exp (gdb_assert): New procedure.
19701 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
19702
19703 2014-07-14 Pedro Alves <palves@redhat.com>
19704
19705 * gdb.base/execution-termios.c: New file.
19706 * gdb.base/execution-termios.exp: New file.
19707
19708 2014-07-14 Tom Tromey <tromey@redhat.com>
19709
19710 * gdb.cp/vla-cxx.cc: New file.
19711 * gdb.cp/vla-cxx.exp: New file.
19712
19713 2014-07-14 Tom Tromey <tromey@redhat.com>
19714
19715 * gdb.reverse/rerun-prec.c: New file.
19716 * gdb.reverse/rerun-prec.exp: New file.
19717
19718 2014-07-12 Maciej W. Rozycki <macro@mips.com>
19719 Maciej W. Rozycki <macro@codesourcery.com>
19720
19721 * lib/gdb-utils.exp: New file.
19722 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
19723 inline `gdb_init_command' processing.
19724 (gdb_start_cmd): Likewise.
19725 * lib/mi-support.exp (mi_run_cmd): Likewise.
19726 * README: Document `gdb_init_command' and `gdb_init_commands'.
19727
19728 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19729
19730 Fix false FAIL running under a very long directory name.
19731 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
19732 and "set print elements 10000". Twice.
19733
19734 2014-07-11 Yao Qi <yao@codesourcery.com>
19735
19736 * gdb.base/exprs.exp: "set print symbol off".
19737
19738 2014-07-11 Pedro Alves <palves@redhat.com>
19739
19740 * gdb.threads/kill.c: New file.
19741 * gdb.threads/kill.exp: New file.
19742
19743 2014-07-10 Yao Qi <yao@codesourcery.com>
19744
19745 * gdb.trace/tfile.c (write_basic_trace_file)
19746 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
19747 address written to trace file.
19748
19749 2014-07-09 Pedro Alves <palves@redhat.com>
19750
19751 * gdb.base/attach-wait-input.exp: New file.
19752 * gdb.base/attach-wait-input.c: New file.
19753
19754 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
19755
19756 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
19757 setting up test structures.
19758 (main): Call new test function.
19759 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
19760 test function, continue into test function and walk test
19761 structures.
19762
19763 2014-07-02 Yao Qi <yao@codesourcery.com>
19764
19765 * gdb.trace/entry-values.c: Define labels 'foo_start' and
19766 'bar_start' at the beginning of functions 'foo' and 'bar'
19767 respectively.
19768 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
19769 instead of 'foo' and 'bar'.
19770
19771 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
19772
19773 * gdb.btrace/segv.exp: New.
19774 * gdb.btrace/segv.c: New.
19775
19776 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
19777
19778 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
19779 instruction.
19780
19781 2014-06-30 Mark Wielaard <mjw@redhat.com>
19782
19783 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
19784 vulture, vilify, villar): New volatile array constants.
19785 (vindictive, vegetation): New const volatile array constants.
19786 * gdb.base/volatile.exp: Test volatile and const volatile array
19787 types.
19788
19789 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
19790
19791 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
19792 target lacks support for awatch, rwatch, or hbreak.
19793
19794 2014-06-27 Yao Qi <yao@codesourcery.com>
19795
19796 * gdb.multi/dummy-frame-restore.exp: New.
19797 * gdb.multi/dummy-frame-restore.c: New.
19798
19799 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
19800
19801 * gdb.btrace/gcore.exp: New.
19802
19803 2014-06-23 Pedro Alves <palves@redhat.com>
19804
19805 * gdb.base/watchpoint-reuse-slot.c: New file.
19806 * gdb.base/watchpoint-reuse-slot.exp: New file.
19807
19808 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
19809
19810 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
19811 progspace's filename in 'info', 'enable' and 'disable' command
19812 tests.
19813
19814 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
19815
19816 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
19817 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19818 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
19819
19820 2014-06-20 Gary Benson <gbenson@redhat.com>
19821
19822 * gdb.arch/i386-avx.exp: Fix include file location.
19823 * gdb.arch/i386-sse.exp: Likewise.
19824
19825 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
19826
19827 * gdb.dlang/expression.exp: New file.
19828
19829 2014-06-19 Pedro Alves <palves@redhat.com>
19830
19831 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
19832 out from ...
19833 (top level): ... here. Iterate running tests under different
19834 scheduler-locking settings.
19835
19836 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
19837
19838 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
19839 to DW_FORM_addr and use non-zero addresses.
19840
19841 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
19842
19843 PR gdb/17017
19844 * gdb.python/py-xmethods.cc: Add global function call counters and
19845 increment them in their respective functions. Remove "cout"
19846 statements.
19847 * gdb.python/py-xmethods.exp: Make tests check the global function
19848 call counters instead of depending on inferior IO.
19849
19850 2014-06-18 Don Breazeal <donb@codesourcery.com>
19851
19852 * gdb.base/foll-fork.exp (default_fork_parent_follow):
19853 Deleted procedure.
19854 (explicit_fork_parent_follow): Deleted procedure.
19855 (explicit_fork_child_follow): Deleted procedure.
19856 (test_follow_fork): New procedure.
19857 (do_fork_tests): Replace calls to deleted procedures with
19858 calls to test_follow_fork and reset GDB for subsequent
19859 procedure calls.
19860
19861 2014-06-17 Yao Qi <yao@codesourcery.com>
19862
19863 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
19864 CP1252.
19865
19866 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
19867
19868 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
19869 Initialize ptr and S explicitly.
19870 (skip_type_update_when_not_use_rtti_test): Likewise.
19871
19872 2014-06-16 Keith Seitz <keiths@redhat.com>
19873
19874 PR mi/15863
19875 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
19876 the inferior is started.
19877
19878 2014-06-16 Pedro Alves <palves@redhat.com>
19879
19880 * gdb.base/break-main-file-remove-fail.c: New file.
19881 * gdb.base/break-main-file-remove-fail.exp: New file.
19882 * gdb.base/break-unload-file.exp: Use build_executable instead of
19883 prepare_for_testing.
19884 (test_break): New parameter "initial_load". Handle it.
19885 (top level): Add initial_load cmdline/file axis.
19886
19887 2014-06-12 Tom Tromey <tromey@redhat.com>
19888
19889 * gdb.base/completion.exp: Don't use directory name in test.
19890
19891 2014-06-09 Gary Benson <gbenson@redhat.com>
19892
19893 * gdb.base/sigall.c [Functions to send signals]: Reorder to
19894 separate the always-available ANSI-standard signals from the
19895 signals that require checking.
19896 (main): Likewise.
19897 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
19898 Likewise.
19899 (main): Likewise.
19900
19901 2014-06-07 Keith Seitz <keiths@redhat.com>
19902
19903 Revert:
19904 PR c++/16253
19905 * gdb.cp/var-tag.cc: New file.
19906 * gdb.cp/var-tag.exp: New file.
19907 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19908 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19909 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19910 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19911
19912 2014-06-06 Doug Evans <xdje42@gmail.com>
19913
19914 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
19915
19916 2014-06-06 Pedro Alves <palves@redhat.com>
19917
19918 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
19919 in target debug output instead of looking at RSP packets,
19920 disabling the test on any target that uses hardware stepping.
19921 Update comments.
19922
19923 2014-06-06 Pedro Alves <palves@redhat.com>
19924
19925 * gdb.base/break-unload-file.exp: Fix typo.
19926
19927 2014-06-06 Yao Qi <yao@codesourcery.com>
19928
19929 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
19930 from "jit_function" to "^jit_function".
19931
19932 2014-06-06 Yao Qi <yao@codesourcery.com>
19933
19934 * gdb.base/async.c (foo): Add one statement.
19935 * gdb.base/async.exp: Get the next instruction address and
19936 match the output of "nexti" by instruction address. Match
19937 the hex address in the output of "finish".
19938
19939 2014-06-06 Gary Benson <gbenson@redhat.com>
19940
19941 * gdb.base/call-signals.c: Remove preprocessor conditionals
19942 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
19943 SIGSEGV and SIGTERM.
19944 * gdb.base/sigall.c: Likewise.
19945 * gdb.base/unwindonsignal.c: Likewise.
19946 * gdb.reverse/sigall-reverse.c: Likewise.
19947
19948 2014-06-06 Yao Qi <yao@codesourcery.com>
19949
19950 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
19951 readable, skip the test.
19952
19953 2014-06-06 Yao Qi <yao@codesourcery.com>
19954
19955 * gdb.threads/staticthreads.c (thread_function): Move the line
19956 setting breakpoint on forward.
19957 * gdb.threads/staticthreads.exp: Update comments.
19958
19959 2014-06-05 Ludovic Courtès <ludo@gnu.org>
19960
19961 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
19962 "history-append! type error".
19963
19964 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
19965
19966 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
19967 erroneous dprintf expected input.
19968
19969 2014-06-04 Doug Evans <xdje42@gmail.com>
19970
19971 * gdb.guile/scm-generics.exp: Delete.
19972
19973 2014-06-04 Doug Evans <xdje42@gmail.com>
19974
19975 * gdb.guile/scm-breakpoint.exp: Update.
19976 Add tests for breakpoint registration.
19977
19978 2014-06-04 Tom Tromey <tromey@redhat.com>
19979
19980 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
19981 VLA-in-union.
19982 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
19983 inner_vla_struct, vla_union types. Initialize objects of those
19984 types and compute their sizes.
19985
19986 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
19987 Hui Zhu <hui@codesourcery.com>
19988
19989 * gdb.base/fileio.exp: Add test for shell not available as well as
19990 available.
19991 * gdb.base/fileio.c (test_system): Check for shell twice.
19992
19993 2014-06-04 Yao Qi <yao@codesourcery.com>
19994
19995 * gdb.base/auto-connect-native-target.exp: Remove redundant
19996 space from the regexp pattern.
19997
19998 2014-06-04 Yao Qi <yao@codesourcery.com>
19999
20000 * gdb.base/default.exp: Replace "child" with "native" in
20001 regexp pattern.
20002
20003 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
20004
20005 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
20006 * gdb.python/py-xmethods.exp: New tests to test xmethods.
20007 * gdb.python/py-xmethods.py: Python script supporting the
20008 new testcase and tests.
20009
20010 2014-06-03 Joel Brobecker <brobecker@adacore.com>
20011 Pedro Alves <palves@redhat.com>
20012
20013 PR breakpoints/17000
20014 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
20015 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
20016
20017 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
20018
20019 * gdb.base/subst.exp: Add tests to verify partial path matching
20020 output.
20021
20022 2014-06-03 Pedro Alves <palves@redhat.com>
20023
20024 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
20025 target that doesn't use software single-stepping.
20026
20027 2014-06-03 Pedro Alves <palves@redhat.com>
20028
20029 PR breakpoints/17000
20030 * gdb.base/sss-bp-on-user-bp-2.c: New file.
20031 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
20032
20033 2014-06-02 Doug Evans <xdje42@gmail.com>
20034
20035 * gdb.guile/scm-parameter.exp: New file.
20036
20037 2014-06-02 Doug Evans <xdje42@gmail.com>
20038
20039 * gdb.guile/scm-cmd.c: New file.
20040 * gdb.guile/scm-cmd.exp: New file.
20041
20042 2014-06-02 Doug Evans <xdje42@gmail.com>
20043
20044 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
20045 pretty-printer lookup.
20046 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
20047 (make-pp_s-printer): Call it.
20048 (make-pretty-printer-from-dict): New function.
20049 (lookup-pretty-printer-maker-from-dict): New function.
20050 (*pretty-printer*): Simplify.
20051 (make-objfile-pp_s-printer): New function.
20052 (install-objfile-pretty-printers!): New function.
20053 (make-progspace-pp_s-printer): New function.
20054 (install-progspace-pretty-printers!): New function.
20055 * gdb.guile/scm-progspace.c: New file.
20056 * gdb.guile/scm-progspace.exp: New file.
20057
20058 2014-06-02 Pedro Alves <palves@redhat.com>
20059
20060 * gdb.base/dprintf-bp-same-addr.c: New file.
20061 * gdb.base/dprintf-bp-same-addr.exp: New file.
20062
20063 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20064
20065 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
20066 * gdb.arch/powerpc-power.s: Likewise.
20067
20068 2014-06-02 Joel Brobecker <brobecker@adacore.com>
20069
20070 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
20071
20072 2014-06-01 Yao Qi <yao@codesourcery.com>
20073
20074 * gdb.base/watchpoint.exp (test_watch_location): Check null
20075 pointer can be dereferenced. If not, do the test, otherwise
20076 skip it.
20077
20078 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
20079
20080 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
20081 results.
20082 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
20083
20084 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
20085
20086 * gdb.arch/amd64-invalid-stack-middle.S: New file.
20087 * gdb.arch/amd64-invalid-stack-middle.c: New file.
20088 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
20089 * gdb.arch/amd64-invalid-stack-top.c: New file.
20090 * gdb.arch/amd64-invalid-stack-top.exp: New file.
20091
20092 2014-05-30 Pedro Alves <palves@redhat.com>
20093
20094 PR breakpoints/17000
20095 * gdb.base/sss-bp-on-user-bp.c: New file.
20096 * gdb.base/sss-bp-on-user-bp.exp: New file.
20097
20098 2014-05-30 David Blaikie <dblaikie@gmail.com>
20099
20100 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
20101 gnu_inline semantics via attribute.
20102 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
20103 source explicitly specifies the required semantics.
20104
20105 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
20106
20107 * gdb.reverse/sigall-reverse.exp: Fix a typo.
20108
20109 2014-05-29 Pedro Alves <palves@redhat.com>
20110 Tom Tromey <tromey@redhat.com>
20111
20112 * gdb.base/async-shell.exp: Don't enable target-async.
20113 * gdb.base/async.exp
20114 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
20115 parameter. Adjust.
20116 (top level): Don't test with "target-async".
20117 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
20118 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
20119 * gdb.base/inferior-died.exp: Don't enable target-async.
20120 * gdb.base/interrupt-noterm.exp: Likewise.
20121 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
20122 * gdb.mi/mi-nonstop-exit.exp: Likewise.
20123 * gdb.mi/mi-nonstop.exp: Likewise.
20124 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
20125 * gdb.mi/mi-nsintrall.exp: Likewise.
20126 * gdb.mi/mi-nsmoribund.exp: Likewise.
20127 * gdb.mi/mi-nsthrexec.exp: Likewise.
20128 * gdb.mi/mi-watch-nonstop.exp: Likewise.
20129 * gdb.multi/watchpoint-multi.exp: Adjust comment.
20130 * gdb.python/py-evsignal.exp: Don't enable target-async.
20131 * gdb.python/py-evthreads.exp: Likewise.
20132 * gdb.python/py-prompt.exp: Likewise.
20133 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
20134 * gdb.server/solib-list.exp: Don't enable target-async.
20135 * gdb.threads/thread-specific-bp.exp: Likewise.
20136 * lib/mi-support.exp: Adjust to use mi-async.
20137
20138 2014-05-29 Pedro Alves <palves@redhat.com>
20139
20140 PR gdb/13860
20141 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
20142 reason, even in sync mode.
20143
20144 2014-05-29 Pedro Alves <palves@redhat.com>
20145 Hui Zhu <hui@codesourcery.com>
20146
20147 PR PR15693
20148 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
20149 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
20150 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
20151 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
20152
20153 2014-05-28 Joel Brobecker <brobecker@adacore.com>
20154
20155 * config/monitor.exp (gdb_target_monitor): Replace use of
20156 "set remotebaud" by "set serial baud".
20157
20158 2014-05-26 Andy Wingo <wingo@igalia.com>
20159
20160 * gdb.guile/scm-breakpoint.exp:
20161 * gdb.guile/scm-gsmob.exp: Update to use plain old object
20162 properties instead of gdb-object-properties.
20163
20164 2014-05-26 Yao Qi <yao@codesourcery.com>
20165
20166 * gdb.server/no-thread-db.exp: Specify source file name
20167 explicitly when setting a breakpoint.
20168
20169 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
20170
20171 * gdb.btrace/vdso.c: New.
20172 * gdb.btrace/vdso.exp: New.
20173
20174 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
20175
20176 * gdb.base/gcore.exp (capture_command_output): Move ...
20177 * lib/gdb.exp (capture_command_output): ... here.
20178
20179 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
20180
20181 * gdb.btrace/data.exp: Test memory access during btrace replay.
20182
20183 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
20184
20185 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
20186
20187 2014-05-21 Pedro Alves <palves@redhat.com>
20188
20189 PR gdb/13860
20190 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
20191 (top level): Test that output related to execution commands is
20192 sent to the console with CLI commands, but not with MI commands.
20193 Test that breakpoint events are always mirrored to the console.
20194 Also expect the new source line to be output after a "next" in
20195 async mode too. Make it a pass/fail test.
20196 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
20197 output.
20198 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
20199
20200 2014-05-21 Pedro Alves <palves@redhat.com>
20201
20202 * gdb.base/list.exp (build_pattern, test_list): New procedures.
20203 Use them to test variations of "list" after reaching a breakpoint.
20204 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
20205 Test "list" with listsize 10 after reaching a breakpoint.
20206 * gdb.python/python.exp (decode_line current location line
20207 number): Adjust expected line number.
20208
20209 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
20210
20211 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
20212 behavior for $args, pass it directly to "run".
20213
20214 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
20215
20216 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
20217 30000 to 65536.
20218
20219 2014-05-21 Pedro Alves <palves@redhat.com>
20220
20221 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
20222 auto-connect-native-target off".
20223 * gdb.base/auto-connect-native-target.c: New file.
20224 * gdb.base/auto-connect-native-target.exp: New file.
20225
20226 2014-05-21 Pedro Alves <palves@redhat.com>
20227
20228 * gdb.base/default.exp: Test "target native" instead of "target
20229 child".
20230
20231 2014-05-21 Mark Wielaard <mjw@redhat.com>
20232
20233 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
20234
20235 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
20236
20237 Fix TLS access for -static -pthread.
20238 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
20239 <HAVE_TLS> (thread_function, main): Initialize it.
20240 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
20241 Add clean_restart.
20242 <$have_tls != "">: Check TLSVAR.
20243
20244 2014-05-21 Pedro Alves <palves@redhat.com>
20245
20246 * gdb.base/dcache-line-read-error.c: New.
20247 * gdb.base/dcache-line-read-error.exp: New.
20248
20249 2014-05-20 Pedro Alves <palves@redhat.com>
20250
20251 * gdb.base/compare-sections.c: New file.
20252 * gdb.base/compare-sections.exp: New file.
20253
20254 2014-05-20 Pedro Alves <palves@redhat.com>
20255
20256 * gdb.base/break-idempotent.c: New file.
20257 * gdb.base/break-idempotent.exp: New file.
20258
20259 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
20260
20261 * gdb.btrace/nohist.exp: New.
20262
20263 2014-05-20 Yao Qi <yao@codesourcery.com>
20264
20265 * lib/gdb.exp (gdb_init): Set timeout if test file is under
20266 gdb.reverse directory and gdb_reverse_timeout exists in board
20267 setting.
20268 * README: Document gdb_reverse_timeout.
20269
20270 2014-05-20 Yao Qi <yao@codesourcery.com>
20271
20272 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
20273 'test_file_name'. Treat args as a string instead of a list.
20274 (gdb_init): Rename argument 'args' by 'test_file_name'.
20275
20276 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
20277
20278 * gdb.arch/powerpc-power.exp: New file.
20279 * gdb.arch/powerpc-power.s: New file.
20280
20281 2014-05-16 Doug Evans <dje@google.com>
20282
20283 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
20284 * gdb.base/completion.exp: Check that all expected files exist
20285 before doing file completion.
20286
20287 2014-05-16 Doug Evans <dje@google.com>
20288
20289 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
20290 Update.
20291 (do_syscall_tests_without_xml): Update.
20292
20293 2014-05-16 Pedro Alves <palves@redhat.com>
20294
20295 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
20296 instead of "unknown output after running".
20297
20298 2014-05-16 Yao Qi <yao@codesourcery.com>
20299
20300 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
20301 file1.txt from host at the end.
20302 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
20303
20304 2014-05-15 Doug Evans <dje@google.com>
20305
20306 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
20307 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
20308 loading file. Add test for TU lookup.
20309
20310 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
20311
20312 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
20313 calling "-exec-arguments" or "set args" before running the
20314 inferior.
20315
20316 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
20317
20318 * lib/mi-support.exp (mi_expect_stop): Expect message for
20319 inferiors that exit with non-zero exit code.
20320
20321 2014-05-14 Yao Qi <yao@codesourcery.com>
20322
20323 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
20324 match absolute path on remote host.
20325 (test_file_list_exec_source_files): Remove "/" from the
20326 pattern.
20327
20328 2014-05-14 Yao Qi <yao@codesourcery.com>
20329
20330 * boards/local-remote-host-notty.exp (${board}_file): New
20331 proc.
20332
20333 2014-05-07 Kyle McMartin <kyle@redhat.com>
20334
20335 Pushed by Joel Brobecker <brobecker@adacore.com>.
20336 * gdb.arch/aarch64-atomic-inst.c: New file.
20337 * gdb.arch/aarch64-atomic-inst.exp: New file.
20338
20339 2014-05-07 Yao Qi <yao@codesourcery.com>
20340
20341 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
20342 in current context" too.
20343
20344 2014-05-05 Keith Seitz <keiths@redhat.com>
20345
20346 * gdb.linespec/ls-dollar.exp: Add test for linespec
20347 file:convenience_variable.
20348
20349 2014-05-05 Yao Qi <yao@codesourcery.com>
20350
20351 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
20352 traceframes into tfile and ctf trace files. Read data from
20353 trace file and test collected data.
20354 (gdb_collect_locals_test): Likewise.
20355 (gdb_unavailable_registers_test): Likewise.
20356 (gdb_unavailable_floats): Likewise.
20357 (gdb_collect_globals_test): Likewise.
20358 (top-level): Append "ctf" to trace_file_targets if GDB
20359 supports.
20360
20361 2014-05-05 Yao Qi <yao@codesourcery.com>
20362
20363 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
20364 code to ...
20365 (gdb_collect_args_test_1): ... it. New proc.
20366 (gdb_collect_locals_test): Move some code to ...
20367 (gdb_collect_locals_test_1): ... it. New proc.
20368 (gdb_unavailable_registers_test): Move some code to ...
20369 (gdb_unavailable_registers_test_1): ... it. New proc.
20370 (gdb_unavailable_floats): Move some code to ...
20371 (gdb_unavailable_floats_1): ... it. New proc.
20372
20373 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
20374
20375 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
20376 probes to test for bitness recognition.
20377 * gdb.arch/amd64-stap-optional-prefix.exp
20378 (test_probe_value_without_reg): New procedure.
20379 Add code to test for different kinds of bitness.
20380
20381 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
20382
20383 PR breakpoints/16889
20384 * gdb.arch/amd64-stap-optional-prefix.S: New file.
20385 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
20386
20387 2014-05-01 Pedro Alves <palves@redhat.com>
20388
20389 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
20390 gdb_file_cmd if no file is specified.
20391 * boards/native-extended-gdbserver.exp (gdb_load): Use the
20392 last_loaded_file to set the remote exec-file.
20393
20394 2014-05-01 Pedro Alves <palves@redhat.com>
20395
20396 * boards/local-remote-host.exp: New file.
20397
20398 2014-05-01 Pedro Alves <palves@redhat.com>
20399
20400 * boards/local-remote-host.exp: Rename to ...
20401 * boards/local-remote-host-notty.exp: ... this.
20402
20403 2014-04-28 Joel Brobecker <brobecker@adacore.com>
20404
20405 * gdb.ada/dyn_arrayidx: New testcase.
20406
20407 2014-04-26 Yao Qi <yao@codesourcery.com>
20408
20409 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
20410 and compute the length of function main. Save it in
20411 $main_length.
20412 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
20413 (top-level): Use gdb_compile to compile objects into
20414 executable and restart GDB. Remove invocation to
20415 prepare_for_testing.
20416
20417 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
20418 Pedro Alves <palves@redhat.com>
20419
20420 PR server/16255
20421 * gdb.multi/multi-attach.c: New file.
20422 * gdb.multi/multi-attach.exp: New file.
20423
20424 2014-04-25 Pedro Alves <palves@redhat.com>
20425
20426 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
20427 user.
20428 (top level): Test that "set remote conditional-breakpoints-packet
20429 off" works as intended.
20430 * gdb.base/dprintf.exp: Test that "set remote
20431 breakpoint-commands-packet off" works as intended.
20432 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
20433 New function.
20434 (top level): Call it.
20435 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
20436 remote fast-tracepoints-packet off" works as intended.
20437 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
20438 * lib/gdb.exp (gdb_is_target_remote): ... here.
20439
20440 2014-04-24 David Blaikie <dblaikie@gmail.com>
20441
20442 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
20443 ensure clang would not discard them.
20444 * gdb.base/gdbvars.c: Ditto.
20445 * gdb.base/memattr.c: Ditto.
20446 * gdb.base/whatis.c: Ditto.
20447 * gdb.python/py-prettyprint.c: Ditto.
20448 * gdb.trace/actions.c: Ditto.
20449 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
20450 ensure clang would not discard it.
20451
20452 2014-04-24 David Blaikie <dblaikie@gmail.com>
20453
20454 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
20455 clang to emit the full definition of type required by the test
20456 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
20457
20458 2014-04-24 David Blaikie <dblaikie@gmail.com>
20459
20460 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
20461 coax Clang into emitting the definition of the type.
20462 * gdb.cp/pr10728-x.h (y): Ditto.
20463 * gdb.cp/pr10728-y.cc (y): Ditto.
20464
20465 2014-04-24 David Blaikie <dblaikie@gmail.com>
20466
20467 * gdb.base/label.exp: XFAIL label related tests under Clang.
20468 * gdb.cp/cplabel.exp: Ditto.
20469 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
20470 under Clang those using labels.
20471
20472 2014-04-25 Yao Qi <yao@codesourcery.com>
20473
20474 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
20475 double_label.
20476 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
20477 partial_label and double_label.
20478
20479 2014-04-24 David Blaikie <dblaikie@gmail.com>
20480
20481 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
20482
20483 2014-04-24 David Blaikie <dblaikie@gmail.com>
20484
20485 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
20486 of the function to work across GCC and Clang.
20487 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
20488 pointer types (const void ** const V void **).
20489
20490 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
20491 Walfred Tedeschi <walfred.tedeschi@intel.com>
20492
20493 * Makefile.in (EXECUTABLES): Added i386-avx512.
20494 * gdb.arch/i386-avx512.c: New file.
20495 * gdb.arch/i386-avx512.exp: Likewise.
20496
20497 2014-04-23 Keith Seitz <keiths@redhat.com>
20498
20499 * lib/mi-support.exp (mi_list_breakpoints): Delete.
20500 (mi_make_breakpoint_table): New procedure.
20501 (mi_create_breakpoint): Use mi_make_breakpoint
20502 and return the result.
20503 (mi_make_breakpoint): New procedure.
20504 (mi_build_kv_pairs): New procedure.
20505
20506 * gdb.mi/mi-break.exp: Remove unused globals,
20507 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
20508 All callers updated.
20509 * gdb.mi/mi-dprintf.exp: Use variable to track command
20510 number.
20511 Update all callers of mi_create_breakpoint and use
20512 mi_make_breakpoint_table.
20513 Remove any unused global variables.
20514 * gdb.mi/mi-nonstop.exp: Likewise.
20515 * gdb.mi/mi-nsintrall.exp: Likewise.
20516 * gdb.mi/mi-nsmoribund.exp: Likewise.
20517 * gdb.mi/mi-nsthrexec.exp: Likewise.
20518 * gdb.mi/mi-reverse.exp: Likewise.
20519 * gdb.mi/mi-simplerun.exp: Likewise.
20520 * gdb.mi/mi-stepn.exp: Likewise.
20521 * gdb.mi/mi-syn-frame.exp: Likewise.
20522 * gdb.mi/mi-until.exp: Likewise.
20523 * gdb.mi/mi-var-cp.exp: Likewise.
20524 * gdb.mi/mi-var-display.exp: Likewise.
20525 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
20526 * gdb.mi/mi2-var-child.exp: Likewise.
20527 * gdb.mi/mi-vla-c99.exp: Likewise.
20528 * lib/mi-support.exp: Likewise.
20529
20530 From Ian Lance Taylor <iant@cygnus.com>:
20531 * lib/gdb.exp (parse_args): New procedure.
20532
20533 2014-04-23 Pedro Alves <palves@redhat.com>
20534
20535 * gdb.base/break-unload-file.c: New file.
20536 * gdb.base/break-unload-file.exp: New file.
20537 * gdb.base/sym-file-lib.c (baz): New function.
20538 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
20539 field.
20540 (load): Store the segment's mapped size.
20541 (unload): New function.
20542 (unload_shlib): New function.
20543 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
20544 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
20545 set a breakpoint at baz, and call it.
20546 * gdb.base/sym-file.exp: New tests for stale breakpoint
20547 instructions.
20548
20549 2014-04-23 Pedro Alves <palves@redhat.com>
20550
20551 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
20552 * gdb.base/hbreak-in-shr-unsupported.c: New file.
20553 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
20554 * gdb.base/hbreak-unmapped.c: New file.
20555 * gdb.base/hbreak-unmapped.exp: New file.
20556 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
20557 * lib/gdb.exp (gdb_is_target_remote): ... here.
20558
20559 2014-04-22 Pedro Alves <palves@redhat.com>
20560
20561 * gdb.base/consecutive-step-over.c: New file.
20562 * gdb.base/consecutive-step-over.exp: New file.
20563
20564 2014-04-22 Pedro Alves <palves@redhat.com>
20565
20566 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
20567 instead of send_gdb/gdb_expect.
20568
20569 2014-04-22 Yao Qi <yao@codesourcery.com>
20570
20571 * lib/trace-support.exp (generate_tracefile): New procedure.
20572 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
20573 return 0.
20574 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
20575 if generate_tracefile returns 1.
20576
20577 2014-04-18 Tom Tromey <palves@redhat.com>
20578 Pedro alves <tromey@redhat.com>
20579
20580 PR backtrace/15558
20581 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
20582 with a backtrace limit.
20583 * gdb.python/py-frame-inline.exp: Test running to an inline
20584 function with a backtrace limit, and printing the newest frame.
20585 * gdb.python/py-frame-inline.c (main): Call f.
20586
20587 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
20588
20589 * gdb.java/jnpe.exp: Drop srcdir from untested path.
20590
20591 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
20592
20593 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
20594 Drop prefix from unsupported source file path.
20595
20596 2014-04-17 Yao Qi <yao@codesourcery.com>
20597
20598 * lib/gdb.exp (with_target_charset): New proc.
20599 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
20600 with_target_charset.
20601 (test_print_strings): Likewise.
20602 (test_repeat_bytes): Likewise.
20603 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
20604 for some tests.
20605
20606 2014-04-16 Keith Seitz <keiths@redhat.com>
20607
20608 PR gdb/15827
20609 * gdb.dwarf2/corrupt.c: New file.
20610 * gdb.dwarf2/corrupt.exp: New file.
20611
20612 2014-04-16 Keith Seitz <keiths@redhat.com>
20613
20614 PR c++/16597
20615 * gdb.cp/namelessclass.cc: New file.
20616 * gdb.cp/namelessclass.exp: New file.
20617 * gdb.cp/namelessclass.S: New file.
20618
20619 2014-04-16 Doug Evans <dje@google.com>
20620
20621 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
20622 Add comment.
20623 (gdbserver_default_get_comm_port): New function.
20624 (gdbserver_start): Check if board file provided
20625 "gdbserver,get_comm_port" and use it if so.
20626 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
20627 (gdb,socketport): Set to "stdio".
20628 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
20629 (stdio_gdbserver_template): Delete.
20630 (${board}_get_remote_address): Update.
20631 (${board}_build_remote_cmd): Delete.
20632 (${board}_get_comm_port): New function.
20633 (${board}_spawn): Update.
20634 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
20635 Delete.
20636 (${board}_get_remote_address): Update.
20637 (${board}_get_comm_port): New function.
20638
20639 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
20640
20641 * gdb.base/memattr.exp: Improve regexps to handle memory regions
20642 appearing in any order.
20643
20644 2014-04-15 Doug Evans <dje@google.com>
20645
20646 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
20647 uninitialized value of "description".
20648
20649 2014-04-15 Keith Seitz <keiths@redhat.com>
20650
20651 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
20652 Remove unused globals.
20653 (test_running_the_program): Likewise.
20654 (test_controlled_execution): Likewise.
20655 (test_controlling_breakpoints): Likewise.
20656 (test_program_termination): Likewise.
20657
20658 2014-04-15 Keith Seitz <keiths@redhat.com>
20659
20660 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
20661 unused globals.
20662 (test_rbreak_creation_and_listing): Likewise.
20663 (test_ignore_count): Likewise.
20664 (test_error): Likewise.
20665
20666 2014-04-15 Pedro Alves <palves@redhat.com>
20667
20668 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
20669 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
20670 sym-file-loader.c.
20671 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
20672 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
20673 to sym-file-loader.c.
20674 (struct library): Forward declare.
20675 (load_shlib, lookup_function): Change prototypes.
20676 (find_shstrtab, find_strtab, find_shdr, find_symtab)
20677 (translate_offset): Remove declarations.
20678 (get_text_addr): New declaration.
20679 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
20680 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
20681 sym-file-loader.h.
20682 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
20683 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
20684 here from sym-file-loader.h.
20685 (struct library): New structure.
20686 (load_shlib, lookup_function): Change prototypes and adjust to
20687 work with a struct library.
20688 (find_shstrtab, find_strtab, find_shdr, find_symtab)
20689 (translate_offset): Make static.
20690 (get_text_addr): New function.
20691 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
20692
20693 2014-04-15 Pedro Alves <palves@redhat.com>
20694
20695 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
20696
20697 2014-04-15 Pedro Alves <palves@redhat.com>
20698
20699 * gdb.base/sym-file-loader.c: Include <limits.h>.
20700 (SELF_LINK): New define.
20701 (get_origin): New function.
20702 (load_shlib): Use it.
20703 * gdb.base/sym-file.exp: Don't early return if the target is
20704 remote. Use runto_main, and issue fail is that fails. Use
20705 gdb_load_shlibs.
20706 (shlib_name): Delete.
20707 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
20708
20709 2014-04-15 Pedro Alves <palves@redhat.com>
20710
20711 * gdb.base/sym-file.exp: Remove regex characters from test
20712 message. Don't refer to breakpoint numbers in test messages.
20713
20714 2014-04-14 Keith Seitz <keiths@redhat.com>
20715
20716 PR c++/16253
20717 * gdb.cp/var-tag.cc: New file.
20718 * gdb.cp/var-tag.exp: New file.
20719 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
20720 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
20721 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
20722 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
20723
20724 2014-04-14 Tom Tromey <tromey@redhat.com>
20725
20726 * gdb.cp/classes.exp (test_enums): Handle underlying type.
20727 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
20728 type.
20729 * gdb.cp/enum-class.exp: New file.
20730 * gdb.cp/enum-class.cc: New file.
20731
20732 2014-04-14 Tom Tromey <tromey@redhat.com>
20733
20734 * gdb.dwarf2/enum-type.exp: New file.
20735
20736 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20737
20738 * gdb.mi/mi-vla-c99.exp: New file.
20739 * gdb.mi/vla.c: New file.
20740
20741 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20742
20743 * gdb.base/vla-datatypes.c: New file.
20744 * gdb.base/vla-datatypes.exp: New file.
20745
20746 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20747
20748 * gdb.base/vla-ptr.c: New file.
20749 * gdb.base/vla-ptr.exp: New file.
20750
20751 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20752
20753 * gdb.dwarf2/count.exp: New file.
20754
20755 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20756
20757 * gdb.base/vla-sideeffect.c: New file.
20758 * gdb.base/vla-sideeffect.exp: New file.
20759
20760 2014-04-14 David Blaikie <dblaikie@gmail.com>
20761
20762 * gdb.mi/non-stop.c: Add return value for non-void function return
20763 statement.
20764 * gdb.threads/staticthreads.c: Ditto.
20765
20766 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
20767 Doug Evans <xdje42@gmail.com>
20768
20769 * gdb.guile/scm-value.c: Improve test case.
20770 * gdb.guile/scm-value.exp: Add new test.
20771
20772 2014-04-11 David Blaikie <dblaikie@gmail.com>
20773
20774 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
20775 override Clang's default.
20776
20777 2014-04-11 Joel Brobecker <brobecker@adacore.com>
20778
20779 Revert the following changes (regressions):
20780
20781 * gdb.base/vla-sideeffect.c: New file.
20782 * gdb.base/vla-sideeffect.exp: New file.
20783
20784 * gdb.dwarf2/count.exp: New file.
20785
20786 * gdb.base/vla-multi.c: New file.
20787 * gdb.base/vla-multi.exp: New file.
20788
20789 * gdb.base/vla-ptr.c: New file.
20790 * gdb.base/vla-ptr.exp: New file.
20791
20792 * gdb.base/vla-datatypes.c: New file.
20793 * gdb.base/vla-datatypes.exp: New file.
20794
20795 * gdb.mi/mi-vla-c99.exp: New file.
20796 * gdb.mi/vla.c: New file.
20797
20798 2014-04-11 Keith Seitz <keiths@redhat.com>
20799
20800 PR c++/16675
20801 * gdb.cp/cpsizeof.exp: New file.
20802 * gdb.cp/cpsizeof.cc: New file.
20803
20804 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20805
20806 * gdb.mi/mi-vla-c99.exp: New file.
20807 * gdb.mi/vla.c: New file.
20808
20809 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20810
20811 * gdb.base/vla-datatypes.c: New file.
20812 * gdb.base/vla-datatypes.exp: New file.
20813
20814 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20815
20816 * gdb.base/vla-ptr.c: New file.
20817 * gdb.base/vla-ptr.exp: New file.
20818
20819 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20820
20821 * gdb.base/vla-multi.c: New file.
20822 * gdb.base/vla-multi.exp: New file.
20823
20824 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20825
20826 * gdb.dwarf2/count.exp: New file.
20827
20828 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20829
20830 * gdb.base/vla-sideeffect.c: New file.
20831 * gdb.base/vla-sideeffect.exp: New file.
20832
20833 2014-04-11 Yao Qi <yao@codesourcery.com>
20834
20835 * gdb.base/completion.exp: Check file exists before running tests
20836 on file completion.
20837
20838 2014-04-10 Pedro Alves <palves@redhat.com>
20839
20840 * gdb.base/cond-eval-mode.c: New file.
20841 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
20842 prepare_for_testing to build the new file. Check result of
20843 runto_main.
20844 (test_break, test_watch): New procedures.
20845 (top level): Use them.
20846
20847 2014-04-08 Pierre Muller <muller@sourceware.org>
20848
20849 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
20850 Ctrl-V use for mingw hosts.
20851
20852 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
20853
20854 * gdb.python/py-value.c: Improve test case.
20855 * gdb.python/py-value.exp: Add new test.
20856
20857 2014-04-07 David Blaikie <dblaikie@gmail.com>
20858
20859 * lib/compiler.c: Identify the clang compiler.
20860 * lib/compiler.cc: Ditto.
20861
20862 2014-04-03 Yao Qi <yao@codesourcery.com>
20863
20864 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
20865
20866 2014-04-01 Anton Blanchard <anton@samba.org>
20867
20868 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
20869 messages unique.
20870
20871 2014-04-01 Anton Blanchard <anton@samba.org>
20872
20873 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
20874 prepare_for_testing.
20875
20876 2014-04-01 Anton Blanchard <anton@samba.org>
20877
20878 * gdb.arch/ppc64-atomic-inst.c: Remove.
20879 * gdb.arch/ppc64-atomic-inst.S: New file.
20880 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
20881
20882 2014-03-31 Doug Evans <dje@google.com>
20883
20884 * gdb.base/print-symbol-loading-lib.c: New file.
20885 * gdb.base/print-symbol-loading-main.c: New file.
20886 * gdb.base/print-symbol-loading.exp: New file.
20887
20888 2014-03-31 Yao Qi <yao@codesourcery.com>
20889
20890 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
20891
20892 2014-03-28 Joel Brobecker <brobecker@adacore.com>
20893
20894 * gdb.ada/mi_dyn_arr: New testcase.
20895
20896 2014-03-27 Doug Evans <dje@google.com>
20897
20898 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
20899
20900 2014-03-27 Yao Qi <yao@codesourcery.com>
20901
20902 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
20903 if target is nios2-*-*.
20904
20905 2014-03-26 Yao Qi <yao@codesourcery.com>
20906
20907 * lib/gdb.exp (readline_is_used): New proc.
20908 * gdb.base/completion.exp: Move tests on command complete up.
20909 Skip the rest of tests if readline is not used.
20910 * gdb.ada/complete.exp: Skp the test if readline is not
20911 used.
20912 * gdb.base/filesym.exp: Likewise.
20913 * gdb.base/macscp.exp: Likewise.
20914 * gdb.base/readline-ask.exp: Likewise.
20915 * gdb.base/readline.exp: Likewise.
20916 * gdb.python/py-cmd.exp: Likewise.
20917 * gdb.trace/tfile.exp: Likewise.
20918
20919 2014-03-26 Yao Qi <yao@codesourcery.com>
20920
20921 * gdb.base/macscp.exp: Fix code format issues.
20922
20923 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
20924
20925 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
20926 * gdb.asm/powerpc64le.inc: New file.
20927
20928 2014-03-25 Pedro Alves <palves@redhat.com>
20929 Doug Evans <dje@google.com>
20930
20931 * gdb.base/source-execution.c: New file.
20932 * gdb.base/source-execution.exp: New file.
20933 * gdb.base/source-execution.gdb: New file.
20934
20935 2014-03-24 Doug Evans <dje@google.com>
20936
20937 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
20938 using fission.
20939
20940 2014-03-24 Hui Zhu <hui@codesourcery.com>
20941 Pedro Alves <palves@redhat.com>
20942
20943 PR breakpoints/16101
20944 * gdb.base/dprintf.exp: Use unsupported rather than changing the
20945 test pass/fail messages. Detect missing support for dprintf when
20946 breakpoints are actually inserted.
20947 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
20948 breakpoints are actually inserted.
20949 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
20950 fails.
20951
20952 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
20953
20954 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
20955
20956 2014-03-22 Doug Evans <xdje42@gmail.com>
20957
20958 * gdb.python/python.exp (python not supported): Verify multi-line
20959 python command issues an error.
20960 * gdb.guile/guile.exp (guile not supported): Verify multi-line
20961 guile command issues an error.
20962
20963 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
20964
20965 * gdb.threads/thread-specific.exp: Handle the lack of usable
20966 $this_breakpoint and $this_thread.
20967
20968 2014-03-21 Hui Zhu <hui@codesourcery.com>
20969
20970 * gdb.base/attach.exp (do_command_attach_tests): New.
20971
20972 2014-03-20 Tom Tromey <tromey@redhat.com>
20973 Pedro Alves <palves@redhat.com>
20974
20975 PR cli/15718
20976 * gdb.base/condbreak-call-false.c: New file.
20977 * gdb.base/condbreak-call-false.exp: New file.
20978
20979 2014-03-20 Pedro Alves <palves@redhat.com>
20980
20981 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
20982 Delete.
20983 (block_signals, unblock_signals): Delete.
20984 (child_function_2, main): Remove references to deleted variable
20985 and functions.
20986
20987 2014-03-20 Pedro Alves <palves@redhat.com>
20988
20989 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
20990 Use pthread_kill to signal thread 2.
20991 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20992 Adjust to make the test send itself a signal rather than using the
20993 host's "kill" command.
20994
20995 2014-03-20 Pedro Alves <palves@redhat.com>
20996
20997 * gdb.threads/multiple-step-overs.c: New file.
20998 * gdb.threads/multiple-step-overs.exp: New file.
20999 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
21000 Adjust expected infrun debug output.
21001
21002 2014-03-20 Pedro Alves <palves@redhat.com>
21003
21004 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
21005 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
21006
21007 2014-03-20 Pedro Alves <palves@redhat.com>
21008
21009 PR breakpoints/7143
21010 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
21011 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
21012 of gdb_test_multiple.
21013 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
21014 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
21015
21016 2014-03-20 Pedro Alves <palves@redhat.com>
21017
21018 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
21019 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
21020
21021 2014-03-19 Pedro Alves <palves@redhat.com>
21022
21023 * gdb.base/async.exp: Remove early return.
21024
21025 2014-03-19 Pedro Alves <palves@redhat.com>
21026
21027 * gdb.base/async.exp (step& tests): Pass explicit test messages.
21028
21029 2014-03-19 Pedro Alves <palves@redhat.com>
21030
21031 * gdb.base/async.exp (test_background): Expect \r\n after
21032 "completed." in the fail pattern.
21033
21034 2014-03-19 Pedro Alves <palves@redhat.com>
21035
21036 * gdb.base/async.exp (test_background): New procedure.
21037 Use it for all background execution command tests.
21038
21039 2014-03-19 Pedro Alves <palves@redhat.com>
21040
21041 * gdb.base/async.exp: Use prepare_for_testing.
21042
21043 2014-03-19 Pedro Alves <palves@redhat.com>
21044
21045 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
21046 the same line.
21047
21048 2014-03-19 Pedro Alves <palves@redhat.com>
21049
21050 * gdb.base/async.c (main): Add "jump here" and "until here" line
21051 marker comments.
21052 * gdb.base/async.exp (jump_here): New global.
21053 (jump& test): Use it.
21054 (until_here): New global.
21055 (until& test): Use it.
21056
21057 2014-03-19 Pedro Alves <palves@redhat.com>
21058
21059 * gdb.base/async.exp: Don't frob gdb_protocol.
21060
21061 2014-03-18 Doug Evans <xdje42@gmail.com>
21062
21063 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
21064 Fix spelling of exec-done-display.
21065
21066 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
21067
21068 PR gdb/15358
21069 * gdb.base/gdb-sigterm.c: New file.
21070 * gdb.base/gdb-sigterm.exp: New file.
21071
21072 2014-03-18 Pedro Alves <palves@redhat.com>
21073
21074 PR gdb/13860
21075 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
21076 * lib/mi-support.exp (mi_expect_stop): Add special handling for
21077 solib-event.
21078
21079 2014-03-17 Joel Brobecker <brobecker@adacore.com>
21080
21081 * gdb.ada/pckd_arr_ren: New testcase.
21082
21083 2014-03-13 Doug Evans <xdje42@gmail.com>
21084
21085 PR guile/16612
21086 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
21087 collect after discarding symbols.
21088
21089 2014-03-13 Ludovic Courtès <ludo@gnu.org>
21090 Doug Evans <xdje42@gmail.com>
21091
21092 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
21093 to history survives a gc.
21094
21095 2014-03-13 Pedro Alves <palves@redhat.com>
21096
21097 * gdb.base/default.exp: Don't test "target procfs".
21098
21099 2014-03-13 Pedro Alves <palves@redhat.com>
21100
21101 * gdb.base/default.exp: Update "target child" and "target procfs"
21102 tests to not expect "Unix".
21103
21104 2014-03-12 Tom Tromey <tromey@redhat.com>
21105
21106 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
21107 New procs. Add target-async tests.
21108 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
21109 Add target-async tests.
21110
21111 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21112
21113 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
21114 'func_start' and 'func_end' for the beginning and end of the
21115 function code, respectively.
21116 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
21117 'func_end' instead of 'func' and 'main'.
21118
21119 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21120
21121 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
21122 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
21123 generate the debug info assembler source.
21124
21125 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21126
21127 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
21128 * gdb.dwarf2/arr-subrange.exp: Likewise.
21129 * gdb.dwarf2/dwz.exp: Likewise.
21130 * gdb.dwarf2/method-ptr.exp: Likewise.
21131 * gdb.dwarf2/missing-sig-type.exp: Likewise.
21132 * gdb.dwarf2/subrange.exp: Likewise.
21133 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
21134 * gdb.dwarf2/implptrpiece.exp: Likewise.
21135 * gdb.dwarf2/nostaticblock.exp: Likewise.
21136
21137 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21138
21139 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
21140 directory to absolute path name arguments.
21141
21142 2014-03-10 Joel Brobecker <brobecker@adacore.com>
21143
21144 * gdb.ada/tagged_access: New testcase.
21145
21146 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
21147
21148 * gdb.btrace/data.exp: Update expected output.
21149
21150 2014-03-06 Yao Qi <yao@codesourcery.com>
21151
21152 * gdb.trace/pr16508.exp: New file.
21153
21154 2014-03-05 Pedro Alves <palves@redhat.com>
21155
21156 PR gdb/16575
21157 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
21158 procedure.
21159 (top level): Adjust to use it. Add tests that exercise breakpoint
21160 interaction with the code-cache.
21161
21162 2014-02-26 Ludovic Courtès <ludo@gnu.org>
21163
21164 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
21165 test for 'history-append!'.
21166
21167 2014-02-26 Joel Brobecker <brobecker@adacore.com>
21168
21169 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
21170 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
21171 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
21172 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
21173 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
21174 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
21175
21176 2014-02-26 Joel Brobecker <brobecker@adacore.com>
21177
21178 * testsuite/gdb.python/py-pp-re-notag.c: New file.
21179 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
21180 * testsuite/gdb.python/py-pp-re-notag.p: New file.
21181
21182 2014-02-26 Joel Brobecker <brobecker@adacore.com>
21183
21184 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
21185
21186 2014-02-26 Joel Brobecker <brobecker@adacore.com>
21187
21188 * gdb.dwarf2/arr-stride.c: New file.
21189 * gdb.dwarf2/arr-stride.exp: New file.
21190
21191 2014-02-26 Pedro Alves <palves@redhat.com>
21192
21193 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
21194 that won't ever trigger. Make sure that GDB reports the correct
21195 breakpoint that caused the stop.
21196
21197 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
21198
21199 PR gdb/16626
21200 * gdb.base/auto-load-script: New file.
21201 * gdb.base/auto-load.c: New file.
21202 * gdb.base/auto-load.exp: New file.
21203
21204 PR gdb/16626
21205 * gdb.base/auto-load.exp: Fix out-of-srctree run.
21206
21207 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
21208
21209 Fix dw2-icycle.exp -fsanitize=address GDB crash.
21210 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
21211
21212 2014-02-24 Doug Evans <dje@google.com>
21213
21214 * lib/gdb.exp (run_on_host): Log error output if program fails.
21215
21216 2014-02-21 Pedro Alves <palves@redhat.com>
21217
21218 * gdb.threads/step-after-sr-lock.c: Rename to ...
21219 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
21220 * gdb.threads/step-after-sr-lock.exp: Rename to ...
21221 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
21222 ... this.
21223
21224 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
21225
21226 PR tdep/16397
21227 * gdb.arch/amd64-stap-special-operands.exp: New file.
21228 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
21229 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
21230 * gdb.arch/amd64-stap-triplet.S: Likewise.
21231 * gdb.arch/amd64-stap-triplet.c: Likewise.
21232
21233 2014-02-20 Joel Brobecker <brobecker@adacore.com>
21234
21235 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
21236 in .section pseudo-op.
21237
21238 2014-02-20 lin zuojian <manjian2006@gmail.com>
21239 Joel Brobecker <brobecker@adacore.com>
21240 Doug Evans <xdje42@gmail.com>
21241
21242 PR symtab/16581
21243 * gdb.dwarf2/dw2-icycle.S: New file.
21244 * gdb.dwarf2/dw2-icycle.c: New file.
21245 * gdb.dwarf2/dw2-icycle.exp: New file.
21246
21247 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
21248
21249 * gdb.python/py-value-cc.cc: Improve test case to enable testing
21250 operations on gdb.Value objects.
21251 * gdb.python/py-value-cc.exp: Add new test to test operations on
21252 gdb.Value objects.
21253
21254 2014-02-18 Doug Evans <dje@google.com>
21255
21256 * Makefile.in (TESTS): New variable.
21257 (expanded_tests, expanded_tests_or_none): New variables
21258 (check-single): Pass $(expanded_tests_or_none) to runtest.
21259 (check-parallel): Only run tests in $(TESTS) if non-empty.
21260 (check/no-matching-tests-found): New rule.
21261 * README: Document TESTS makefile variable.
21262
21263 2014-02-18 Doug Evans <dje@google.com>
21264
21265 * Makefile.in (check-parallel): rm -rf outputs temp.
21266
21267 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
21268
21269 Fix "ERROR: no fileid for" in the testsuite.
21270 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
21271
21272 2014-02-12 Doug Evans <dje@google.com>
21273
21274 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
21275 (MISCELLANEOUS): New variable.
21276 (clean): rm -rf $(MISCELLANEOUS).
21277 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
21278 dwp live in the same directory as symlinks, with each symlink pointed
21279 to a differently named file in a different directory.
21280
21281 2014-02-11 Doug Evans <dje@google.com>
21282
21283 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
21284 of Tcl file commands.
21285
21286 2014-02-10 Mark Kettenis <kettenis@gnu.org>
21287
21288 * gdb.threads/step-after-sr-lock.exp: Avoid executing
21289 "kill -SIGUSR1 -1".
21290
21291 2014-02-10 Joel Brobecker <brobecker@adacore.com>
21292
21293 * gdb.ada/tick_length_array_enum_idx: New testcase.
21294
21295 2014-02-10 Doug Evans <xdje42@gmail.com>
21296
21297 * configure.ac (AC_OUTPUT): Add gdb.guile.
21298 * configure: Regenerate.
21299 * lib/gdb-guile.exp: New file.
21300 * lib/gdb.exp (get_target_charset): New function.
21301 * gdb.base/help.exp: Update expected output from "apropos apropos".
21302 * gdb.guile/Makefile.in: New file.
21303 * gdb.guile/guile.exp: New file.
21304 * gdb.guile/scm-arch.c: New file.
21305 * gdb.guile/scm-arch.exp: New file.
21306 * gdb.guile/scm-block.c: New file.
21307 * gdb.guile/scm-block.exp: New file.
21308 * gdb.guile/scm-breakpoint.c: New file.
21309 * gdb.guile/scm-breakpoint.exp: New file.
21310 * gdb.guile/scm-disasm.c: New file.
21311 * gdb.guile/scm-disasm.exp: New file.
21312 * gdb.guile/scm-equal.c: New file.
21313 * gdb.guile/scm-equal.exp: New file.
21314 * gdb.guile/scm-error.exp: New file.
21315 * gdb.guile/scm-error.scm: New file.
21316 * gdb.guile/scm-frame-args.c: New file.
21317 * gdb.guile/scm-frame-args.exp: New file.
21318 * gdb.guile/scm-frame-args.scm: New file.
21319 * gdb.guile/scm-frame-inline.c: New file.
21320 * gdb.guile/scm-frame-inline.exp: New file.
21321 * gdb.guile/scm-frame.c: New file.
21322 * gdb.guile/scm-frame.exp: New file.
21323 * gdb.guile/scm-generics.exp: New file.
21324 * gdb.guile/scm-gsmob.exp: New file.
21325 * gdb.guile/scm-iterator.c: New file.
21326 * gdb.guile/scm-iterator.exp: New file.
21327 * gdb.guile/scm-math.c: New file.
21328 * gdb.guile/scm-math.exp: New file.
21329 * gdb.guile/scm-objfile-script-gdb.in: New file.
21330 * gdb.guile/scm-objfile-script.c: New file.
21331 * gdb.guile/scm-objfile-script.exp: New file.
21332 * gdb.guile/scm-objfile.c: New file.
21333 * gdb.guile/scm-objfile.exp: New file.
21334 * gdb.guile/scm-ports.exp: New file.
21335 * gdb.guile/scm-pretty-print.c: New file.
21336 * gdb.guile/scm-pretty-print.exp: New file.
21337 * gdb.guile/scm-pretty-print.scm: New file.
21338 * gdb.guile/scm-section-script.c: New file.
21339 * gdb.guile/scm-section-script.exp: New file.
21340 * gdb.guile/scm-section-script.scm: New file.
21341 * gdb.guile/scm-symbol.c: New file.
21342 * gdb.guile/scm-symbol.exp: New file.
21343 * gdb.guile/scm-symtab-2.c: New file.
21344 * gdb.guile/scm-symtab.c: New file.
21345 * gdb.guile/scm-symtab.exp: New file.
21346 * gdb.guile/scm-type.c: New file.
21347 * gdb.guile/scm-type.exp: New file.
21348 * gdb.guile/scm-value-cc.cc: New file.
21349 * gdb.guile/scm-value-cc.exp: New file.
21350 * gdb.guile/scm-value.c: New file.
21351 * gdb.guile/scm-value.exp: New file.
21352 * gdb.guile/source2.scm: New file.
21353 * gdb.guile/types-module.cc: New file.
21354 * gdb.guile/types-module.exp: New file.
21355
21356 2014-02-10 Yao Qi <yao@codesourcery.com>
21357
21358 PR testsuite/16543
21359 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
21360 * configure: Regenerated.
21361 * Makefile.in: New file.
21362
21363 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
21364
21365 * gdb.python/py-framefilter.exp: Fix typo.
21366
21367 2014-02-08 Yao Qi <yao@codesourcery.com>
21368
21369 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
21370 that no =breakpoint-modified is emitted when breakpoints are
21371 modified through MI commands.
21372
21373 2014-02-07 Pedro Alves <pedro@codesourcery.com>
21374 Pedro Alves <palves@redhat.com>
21375
21376 * gdb.threads/step-after-sr-lock.c: New file.
21377 * gdb.threads/step-after-sr-lock.exp: New file.
21378
21379 2014-02-07 Pedro Alves <palves@redhat.com>
21380
21381 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
21382
21383 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
21384
21385 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
21386 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
21387
21388 2014-02-06 Doug Evans <xdje42@gmail.com>
21389
21390 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
21391 output.
21392
21393 * gdb.gdb/python-interrupts.exp: New file.
21394
21395 2014-02-05 Yao Qi <yao@codesourcery.com>
21396
21397 * gdb.trace/report.exp (use_collected_data): Test the output
21398 of "info threads" and "info inferiors".
21399
21400 2014-02-05 Yao Qi <yao@codesourcery.com>
21401
21402 Revert this patch:
21403
21404 2013-05-24 Yao Qi <yao@codesourcery.com>
21405
21406 * gdb.trace/tfile.exp: Test inferior and thread.
21407
21408 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21409
21410 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
21411 on a function.
21412 * gdb.base/step-bt.c: Call hello via function pointer to make
21413 sure its first instruction is executed on powerpc64le-linux.
21414
21415 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21416
21417 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
21418
21419 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21420
21421 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
21422 of the test patterns for use on little-endian systems.
21423
21424 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21425
21426 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
21427 (decimal_vector): Fix for little-endian.
21428
21429 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
21430
21431 * gdb.arch/sparc-sysstep.exp: New file.
21432 * gdb.arch/sparc-sysstep.c: Likewise.
21433
21434 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
21435
21436 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21437
21438 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
21439
21440 2014-01-23 Tom Tromey <tromey@redhat.com>
21441
21442 * gdb.ada/array_char_idx: New testcase.
21443
21444 2014-01-23 Tom Tromey <tromey@redhat.com>
21445
21446 PR python/16487:
21447 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
21448 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
21449 classes.
21450
21451 2014-01-23 Tom Tromey <tromey@redhat.com>
21452
21453 PR python/16491:
21454 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
21455 string from an inferior frame.
21456 * gdb.python/py-framefilter-mi.exp: Update.
21457
21458 2014-01-22 Doug Evans <dje@google.com>
21459
21460 * gdb.server/server-mon.exp: Add tests for "set debug-format".
21461
21462 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21463
21464 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
21465
21466 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21467
21468 * gdb.trace/entry-values.exp: Remove excess space character from
21469 regex patterns. Handle s390 call instruction.
21470
21471 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21472
21473 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
21474 define "*_start" label. Make "name" static.
21475 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
21476 ${name} by references to ${name}_start.
21477
21478 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21479
21480 * gdb.base/info-macros.exp: Remove "debug" from the compile
21481 options.
21482
21483 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21484
21485 * gdb.dlang/demangle.exp: New file.
21486
21487 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21488
21489 * gdb.dlang/primitive-types.exp: New file.
21490
21491 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21492
21493 * configure.ac: Create gdb.dlang/Makefile.
21494 * configure: Regenerate.
21495 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
21496 * gdb.dlang/Makefile.in: New file.
21497 * lib/d-support.exp: New file.
21498 * lib/gdb.exp (skip_d_tests): New proc.
21499
21500 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21501
21502 * gdb.btrace/delta.exp: Check reverse stepi.
21503 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
21504 * gdb.btrace/finish.exp: New.
21505 * gdb.btrace/next.exp: New.
21506 * gdb.btrace/nexti.exp: New.
21507 * gdb.btrace/record_goto.c: Add comments.
21508 * gdb.btrace/step.exp: New.
21509 * gdb.btrace/stepi.exp: New.
21510 * gdb.btrace/multi-thread-step.c: New.
21511 * gdb.btrace/multi-thread-step.exp: New.
21512 * gdb.btrace/rn-dl-bind.c: New.
21513 * gdb.btrace/rn-dl-bind.exp: New.
21514 * gdb.btrace/data.c: New.
21515 * gdb.btrace/data.exp: New.
21516 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
21517
21518 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21519
21520 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
21521 * gdb.btrace/exception.exp: Update.
21522 * gdb.btrace/instruction_history.exp: Update.
21523 * gdb.btrace/record_goto.exp: Update.
21524 * gdb.btrace/tailcall.exp: Update.
21525 * gdb.btrace/unknown_functions.exp: Update.
21526 * gdb.btrace/delta.exp: New.
21527
21528 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21529
21530 * gdb.btrace/record_goto.exp: Add backtrace test.
21531 * gdb.btrace/tailcall.exp: Add backtrace test.
21532
21533 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21534
21535 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
21536 * gdb.btrace/record_goto.c: New.
21537 * gdb.btrace/record_goto.exp: New.
21538 * gdb.btrace/x86-record_goto.S: New.
21539
21540 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21541
21542 * gdb.btrace/function_call_history.exp: Update tests.
21543 * gdb.btrace/instruction_history.exp: Update tests.
21544
21545 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21546
21547 * gdb.btrace/function_call_history.exp: Fix expected field
21548 order for "record function-call-history".
21549 Add new tests for "record function-call-history /c".
21550 * gdb.btrace/exception.cc: New.
21551 * gdb.btrace/exception.exp: New.
21552 * gdb.btrace/tailcall.exp: New.
21553 * gdb.btrace/x86-tailcall.S: New.
21554 * gdb.btrace/x86-tailcall.c: New.
21555 * gdb.btrace/unknown_functions.c: New.
21556 * gdb.btrace/unknown_functions.exp: New.
21557 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
21558
21559 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21560
21561 * gdb.btrace/instruction_history.exp: Update.
21562 * gdb.btrace/function_call_history.exp: Update.
21563
21564 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21565
21566 * gdb.btrace/function_call_history.exp: Fix expected function
21567 trace.
21568 * gdb.btrace/instruction_history.exp: Initialize traced.
21569 Remove traced_functions.
21570
21571 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21572
21573 * gdb.btrace/function_call_history.exp: Update
21574 * gdb.btrace/instruction_history.exp: Update.
21575
21576 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21577
21578 * gdb.btrace/enable.exp: Update expected text.
21579
21580 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
21581
21582 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
21583 bytes.
21584
21585 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
21586
21587 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
21588
21589 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
21590
21591 * lib/gdb.exp (supports_process_record): Return true for
21592 arm*-linux*. (supports_reverse): Likewise.
21593
21594 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
21595
21596 PR python/15464
21597 PR python/16113
21598 * gdb.python/py-type.c: Enhance test case.
21599 * gdb.python/py-value-cc.cc: Likewise
21600 * gdb.python/py-type.exp: Add new tests.
21601 * gdb.python/py-value-cc.exp: Likewise
21602
21603 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
21604 Pedro Alves <palves@redhat.com>
21605
21606 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
21607 Make "name" extern.
21608 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
21609 references to ${name}_start by references to ${name}.
21610
21611 2014-01-10 Joel Brobecker <brobecker@adacore.com>
21612
21613 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
21614
21615 2014-01-10 Joel Brobecker <brobecker@adacore.com>
21616
21617 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
21618
21619 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
21620 Pedro Alves <palves@redhat.com>
21621
21622 * gdb.mi/mi-info-os.exp: Connect to the target with
21623 mi_gdb_target_load.
21624
21625 2014-01-08 Pedro Alves <palves@redhat.com>
21626
21627 * gdb.threads/reconnect-signal.c: New file.
21628 * gdb.threads/reconnect-signal.exp: New file.
21629
21630 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21631
21632 * gdb.base/source-dir.exp: New file.
21633
21634 2014-01-07 Joel Brobecker <brobecker@adacore.com>
21635
21636 * gdb.ada/mi_interface: New testcase.
21637
21638 2014-01-07 Joel Brobecker <brobecker@adacore.com>
21639
21640 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
21641 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
21642 gdb.ada/pp-rec-component/pck.ads: New files.
21643
21644 2014-01-07 Joel Brobecker <brobecker@adacore.com>
21645
21646 * gdb.python/py-pp-integral.c: New file.
21647 * gdb.python/py-pp-integral.py: New file.
21648 * gdb.python/py-pp-integral.exp: New file.
21649
21650 For older changes see ChangeLog-1993-2013.
21651 \f
21652 ;; Local Variables:
21653 ;; mode: change-log
21654 ;; left-margin: 8
21655 ;; fill-column: 74
21656 ;; version-control: never
21657 ;; End:
21658
21659 Copyright 2014-2020 Free Software Foundation, Inc.
21660 Copying and distribution of this file, with or without modification,
21661 are permitted provided the copyright notice and this notice are preserved.
This page took 0.466262 seconds and 5 git commands to generate.