Fix gdb.base/list.exp with Clang
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-10-06 Gary Benson <gbenson@redhat.com>
2
3 * gdb.base/list0.c (unused): Add __attribute__ ((used)).
4 * gdb.base/list1.c (unused): Likewise.
5
6 2020-10-06 Gary Benson <gbenson@redhat.com>
7
8 * gdb.base/list-ambiguous0.c (ambiguous_var): Add
9 __attribute__ ((used)).
10 * gdb.base/list-ambiguous1.c (ambiguous_var): Likewise.
11
12 2020-10-06 Andrew Burgess <andrew.burgess@embecosm.com>
13
14 * gdb.base/m32r.ld: Remove SEARCH_DIR line. Add MEMORY regions,
15 make use of regions throughout.
16 * gdb.base/overlays.exp: Enclose string with variableds in "..",
17 not {...}.
18 * gdb.base/ovlymgr.c: Add 'string.h' and 'stdlib.h' includes.
19
20 2020-10-05 Hannes Domani <ssbssa@yahoo.de>
21
22 * gdb.base/call-sc.c: Fix return struct on stack test case.
23 * gdb.base/call-sc.exp: Likewise.
24
25 2020-10-02 Gary Benson <gbenson@redhat.com>
26
27 * README: Fix "paralell".
28
29 2020-09-30 Gary Benson <gbenson@redhat.com>
30
31 * gdb.dwarf2/dw2-double-set-die-type.S (.Ldie_3e0):
32 Convert directive to lowercase.
33 (.Labbrev1_begin): Add missing label.
34 (abbrev code 0x1): Remove DW_AT_stmt_list.
35 (.Ldie_b): Likewise.
36
37 2020-09-27 Tom Tromey <tom@tromey.com>
38
39 * gdb.tui/new-layout.exp: Use with_test_prefix.
40
41 2020-09-26 Gareth Rees <grees@undo.io> (tiny change)
42
43 PR python/26586
44 * gdb.python/python.exp: add test cases for the from_tty
45 argument to gdb.execute.
46
47 2020-09-25 Gary Benson <gbenson@redhat.com>
48
49 * gdb.base/infcall-nested-structs.exp.tcl: Add
50 additional_flags=-Wno-tautological-compare for C++
51 tests when compiling using Clang.
52
53 2020-09-25 Gary Benson <gbenson@redhat.com>
54
55 * lib/gdb.exp (gdb_compile): Pass "-x c++" earlier, and only
56 for .c files.
57
58 2020-09-24 Tom Tromey <tromey@adacore.com>
59
60 PR tui/26638:
61 * gdb.tui/list.exp: Check output of "focus next".
62
63 2020-09-23 Tom Tromey <tom@tromey.com>
64
65 * gdb.dwarf2/intbits.exp: New file.
66 * gdb.dwarf2/intbits.c: New file.
67
68 2020-09-20 Pedro Alves <pedro@palves.net>
69
70 * lib/mi-support.exp (mi_uncatched_gdb_exit) Switch to the main
71 spawn_id before calling remote_close. Close secondary MI channel.
72
73 2020-09-20 Pedro Alves <pedro@palves.net>
74
75 * gdb.base/testenv.exp (find_env): Bail out if printing 'envp[$i]'
76 fails.
77
78 2020-09-19 Andrew Burgess <andrew.burgess@embecosm.com>
79
80 * gdb.fortran/array-slices.exp: Update expected results.
81 * gdb.fortran/class-allocatable-array.exp: Likewise.
82 * gdb.fortran/multi-dim.exp: Likewise.
83 * gdb.fortran/vla-type.exp: Likewise.
84 * gdb.mi/mi-vla-fortran.exp: Likewise.
85
86 2020-09-18 Victor Collod <vcollod@nvidia.com>
87
88 PR gdb/26635
89 * gdb.arch/amd64-prologue-skip-cf-protection.exp: Make the test
90 compatible with i386, and move it to...
91 * gdb.arch/i386-prologue-skip-cf-protection.exp: ... here.
92 * gdb.arch/amd64-prologue-skip-cf-protection.c: Move to...
93 * gdb.arch/i386-prologue-skip-cf-protection.c: ... here.
94
95 2020-09-18 Pedro Alves <pedro@palves.net>
96
97 PR gdb/26631
98 * gdb.multi/multi-target-thread-find.exp: New file.
99
100 2020-09-18 Pedro Alves <pedro@palves.net>
101
102 * gdb.multi/multi-target-continue.exp: New file, factored out from
103 multi-target.exp.
104 * gdb.multi/multi-target-info-inferiors.exp: New file, factored out from
105 multi-target.exp.
106 * gdb.multi/multi-target-interrupt.exp: New file, factored out from
107 multi-target.exp.
108 * gdb.multi/multi-target-no-resumed.exp: New file, factored out from
109 multi-target.exp.
110 * gdb.multi/multi-target-ping-pong-next.exp: New file, factored out from
111 multi-target.exp.
112 * gdb.multi/multi-target.exp.tcl: New file, factored out from
113 multi-target.exp.
114 * gdb.multi/multi-target.exp: Delete.
115
116 2020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
117
118 * gdb.fortran/array-slices.exp: Add missing message data.
119
120 2020-09-17 Pedro Alves <pedro@palves.net>
121
122 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
123
124 2020-09-17 Pedro Alves <pedro@palves.net>
125
126 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
127 full prototype.
128
129 2020-09-17 Pedro Alves <pedro@palves.net>
130
131 * gdb.python/py-as-string.c: Add cast.
132
133 2020-09-17 Pedro Alves <pedro@palves.net>
134
135 * gdb.base/sizeof.c (fill): Add cast.
136
137 2020-09-17 Pedro Alves <pedro@palves.net>
138
139 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
140
141 2020-09-17 Pedro Alves <pedro@palves.net>
142
143 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
144 linkage name.
145 * gdb.base/prologue.exp: Use print /d.
146 * gdb.base/symbol-alias.exp: Handle C++ output.
147 * gdb.base/symbol-alias2.c: Handle C++ output.
148 [__cplusplus] (func): Explicitly specify linkage name.
149
150 2020-09-17 Pedro Alves <pedro@palves.net>
151
152 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
153 (struct my_key_t): ... this. Adjust all references.
154 (struct value_t): Rename to ...
155 (struct my_value_t): ... this. Adjust all references.
156 (create_map, add_map_element, create_map_map)
157 (add_map_map_element): Add casts.
158
159 2020-09-17 Pedro Alves <pedro@palves.net>
160
161 * gdb.python/py-framefilter-mi.c (funca): Add casts.
162 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
163
164 2020-09-17 Pedro Alves <pedro@palves.net>
165
166 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
167
168 2020-09-17 Pedro Alves <pedro@palves.net>
169
170 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
171 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
172 (charfoo, intfoo): Define full prototype.
173 * gdb.base/ptype1.c (charfoo): Define full prototype.
174 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
175 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
176
177 2020-09-17 Pedro Alves <pedro@palves.net>
178
179 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
180 Don't define.
181 (utf_32_string): Compile for both C and C++.
182 * gdb.base/charset.exp: Use "print /d".
183
184 2020-09-17 Pedro Alves <pedro@palves.net>
185
186 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
187 (nullptr): Rename to ...
188 (null_ptr): ... this.
189 * gdb.base/watchpoint.exp: Adjust to rename.
190
191 2020-09-17 Pedro Alves <pedro@palves.net>
192
193 * gdb.base/printcmds.c (three, flag_enum_without_zero)
194 (three_not_flag): Add casts.
195
196 2020-09-17 Pedro Alves <pedro@palves.net>
197
198 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
199 char array.
200 (main): Add references to Barrier, TestStrings, TestStringsH and
201 TestStringsW.
202 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
203 and expect a full prototype in C++.
204
205 2020-09-17 Pedro Alves <pedro@palves.net>
206
207 * gdb.base/nested-addr.c (main): Add cast.
208 * gdb.base/nested-addr.exp: Use "print /d".
209
210 2020-09-17 Pedro Alves <pedro@palves.net>
211
212 * gdb.base/break.exp (func): New. Use it throughout when
213 expecting a function name.
214
215 2020-09-17 Pedro Alves <pedro@palves.net>
216
217 * gdb.base/display.exp: Issue "set print asm-demangle on".
218
219 2020-09-17 Pedro Alves <pedro@palves.net>
220
221 * gdb.base/find.c: Include <string.h>.
222 (init_bufs): Add cast.
223 * gdb.base/find.exp: Issue "set print asm-demangle on".
224
225 2020-09-16 Tom Tromey <tromey@adacore.com>
226
227 PR gdb/26598:
228 * gdb.base/skipcxx.exp: New file.
229 * gdb.base/skipcxx.cc: New file.
230
231 2020-09-16 Tom de Vries <tdevries@suse.de>
232
233 PR testsuite/26617
234 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
235 WITH_DEBUG_SECTIONS is defined.
236 (xstr, str): New macro.
237 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
238 to get start and size of _Dmain.
239 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
240 using additional_flags.
241
242 2020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
243
244 * gdb.base/bp-cmds-sourced-script.c: New file.
245 * gdb.base/bp-cmds-sourced-script.exp: New test.
246 * gdb.base/bp-cmds-sourced-script.gdb: New file.
247
248 2020-09-16 Tom de Vries <tdevries@suse.de>
249
250 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
251 get the gdb prompt after issuing "monitor exit".
252
253 2020-09-16 Tom de Vries <tdevries@suse.de>
254
255 PR testsuite/26624
256 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
257
258 2020-09-16 Tom de Vries <tdevries@suse.de>
259
260 PR testsuite/26618
261 * gdb.tui/new-layout.exp: Escape unbalanced braces.
262
263 2020-09-15 Tom Tromey <tromey@adacore.com>
264
265 PR rust/26197:
266 * lib/rust-support.exp (rust_llvm_version): New proc.
267 * gdb.rust/simple.exp: Check rust_llvm_version.
268
269 2020-09-14 Tom de Vries <tdevries@suse.de>
270
271 * gdb.rust/traits.exp: Fix PATH warning.
272
273 2020-09-13 Pedro Alves <pedro@palves.net>
274
275 * gdb.base/catch-follow-exec.c (main): Add explicit return
276 statement.
277 * gdb.base/catch-signal.c (main): Likewise.
278 * gdb.base/condbreak-call-false.c (main): Likewise.
279 * gdb.base/consecutive.c (main): Add explicit return
280 statement and return type.
281 * gdb.base/cursal.c (main): Add explicit return statement.
282 * gdb.base/cvexpr.c (main): Likewise.
283 * gdb.base/display.c (main): Add explicit return statement and
284 return type.
285 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
286 * gdb.base/endianity.c (main): Likewise.
287 * gdb.base/execd-prog.c (main): Likewise.
288 * gdb.base/gdb1090.c (main): Likewise.
289 * gdb.base/info_qt.c (main): Likewise.
290 * gdb.base/lineinc.c (main): Likewise.
291 * gdb.base/load-command.c (main): Likewise.
292 * gdb.base/macscp1.c (main): Likewise.
293 * gdb.base/pr10179-a.c (main): Likewise.
294 * gdb.base/quit-live.c (main): Likewise.
295 * gdb.base/scope0.c (main): Likewise.
296 * gdb.base/settings.c (main): Likewise.
297 * gdb.base/stack-checking.c (main): Return int.
298 * gdb.base/varargs.c (main): Add explicit return statement.
299 * gdb.cp/ambiguous.cc (main): Likewise.
300 * gdb.cp/anon-struct.cc (main): Likewise.
301 * gdb.cp/anon-union.cc (main): Likewise.
302 * gdb.cp/bool.cc (main): Likewise.
303 * gdb.cp/bs15503.cc (main): Likewise.
304 * gdb.cp/cplusfuncs.cc (main): Likewise.
305 * gdb.cp/cttiadd.cc (main): Likewise.
306 * gdb.cp/extern-c.cc (main): Likewise.
307 * gdb.cp/filename.cc (main): Likewise.
308 * gdb.cp/formatted-ref.cc (main): Likewise.
309 * gdb.cp/mb-ctor.cc (main): Likewise.
310 * gdb.cp/member-ptr.cc (main): Likewise.
311 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
312 * gdb.cp/overload-const.cc (main): Likewise.
313 * gdb.cp/paren-type.cc (main): Likewise.
314 * gdb.cp/parse-lang.cc (main): Likewise.
315 * gdb.cp/pr-1023.cc (main): Likewise.
316 * gdb.cp/psmang1.cc (main): Likewise.
317 * gdb.cp/readnow-language.cc (main): Likewise.
318 * gdb.cp/ref-params.cc (main): Likewise.
319 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
320 * gdb.cp/virtbase2.cc (main): Likewise.
321 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
322 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
323 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
324 * gdb.mi/mi-console.c (main): Likewise.
325 * gdb.mi/mi-read-memory.c (main): Likewise.
326 * gdb.modula2/multidim.c (main): Likewise.
327 * gdb.opt/inline-small-func.c (main): Likewise.
328 * gdb.python/py-rbreak.c (main): Likewise.
329 * gdb.stabs/exclfwd1.c (main): Likewise.
330 * gdb.trace/qtro.c (main): Likewise.
331
332 2020-09-13 Pedro Alves <pedro@palves.net>
333
334 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
335 instead of getenv.
336
337 2020-09-13 Pedro Alves <pedro@palves.net>
338
339 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
340 instead of spawning GDB with remote_spawn.
341 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
342 gdb_spawn instead of spawning GDB with remote_spawn.
343
344 2020-09-13 Pedro Alves <pedro@palves.net>
345
346 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
347 file and add calls to first and second.
348 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
349 add call to f.
350
351 2020-09-13 Pedro Alves <pedro@palves.net>
352
353 * gdb.mi/mi-break-qualified.cc: New file.
354 * gdb.mi/mi-break-qualified.exp: New file.
355 * lib/mi-support.exp (mi_create_breakpoint_multi)
356 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
357 procedures.
358 (mi_create_breakpoint_1): New, factored out from
359 mi_create_breakpoint.
360
361 2020-09-13 Pedro Alves <pedro@palves.net>
362
363 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
364 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
365 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
366 (register_class): Delete.
367 (main): Don't call register_class.
368
369 2020-09-13 Pedro Alves <pedro@palves.net>
370
371 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
372 (do_tests): Remove "calling method for small class" test.
373 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
374 (register_class): Delete.
375 (main): Don't call register_class.
376 * gdb.cp/call-method-register.exp: New file, based on bits removed
377 from classes.exp.
378 * gdb.cp/call-method-register.cc: New file, based on bits removed
379 from classes.cc.
380
381 2020-09-13 Pedro Alves <pedro@palves.net>
382
383 * gdb.base/msym-bp-2.c: New.
384 * gdb.base/msym-bp-shl-lib.c: New file.
385 * gdb.base/msym-bp-shl-main-2.c: New file.
386 * gdb.base/msym-bp-shl-main.c: New file.
387 * gdb.base/msym-bp-shl.exp: New file.
388 * gdb.base/msym-bp.c: New file.
389 * gdb.base/msym-bp.exp: New file.
390
391 2020-09-13 Joel Brobecker <brobecker@adacore.com>
392
393 * gdb.base/default.exp: Change $_gdb_major to 11.
394
395 2020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
396 Felix Willgerodt <Felix.Willgerodt@intel.com>
397
398 * x86-avx512bf16.c: New file.
399 * x86-avx512bf16.exp: Likewise.
400 * lib/gdb.exp (skip_avx512bf16_tests): New function.
401
402 2020-09-11 Tom de Vries <tdevries@suse.de>
403
404 PR exp/26602
405 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
406
407 2020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
408
409 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
410
411 2020-09-10 Alan Modra <amodra@gmail.com>
412
413 PR 26597
414 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
415
416 2020-09-08 Tom de Vries <tdevries@suse.de>
417
418 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
419 after gdb_starti_cmd.
420
421 2020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
422
423 * lib/fortran.exp (fortran_complex8): New proc.
424 (fortran_complex16): New proc.
425 * gdb.fortran/complex.exp: Use routines from fortran.exp
426 * gdb.fortran/pointer-to-pointer.exp: Likewise.
427 * gdb.fortran/vla-ptr-info.exp: Likewise.
428
429 2020-09-03 Tom de Vries <tdevries@suse.de>
430
431 PR breakpoint/26546
432 * gdb.base/label-without-address.exp: Runto main first.
433
434 2020-09-02 Tom Tromey <tromey@adacore.com>
435
436 * gdb.ada/mi_var_access.exp: Test children of access variable.
437 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
438 * gdb.ada/mi_var_array.exp: Update.
439
440 2020-08-31 Kevin Buettner <kevinb@redhat.com>
441
442 * gdb.base/corefile.exp (warning-free): XFAIL test when running
443 on docker w/ AUFS storage driver.
444
445 2020-08-31 Kevin Buettner <kevinb@redhat.com>
446
447 * gdb.base/corefile2.exp (renamed binfile): New tests.
448
449 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
450
451 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
452
453 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
454
455 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
456 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
457
458 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
459
460 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
461 output, printing a "not saved" value from history and printing a
462 convenience variable created from a "not saved" value.
463
464 2020-08-31 Tom de Vries <tdevries@suse.de>
465
466 * gdb.base/eh_return.exp: Use nopie.
467
468 2020-08-28 Pedro Alves <pedro@palves.net>
469
470 * gdb.base/advance-until-multiple-locations.exp
471 (advance_overload, until_overload): Adjust to match the
472 frame/function header instead of the source line text.
473
474 2020-08-28 Tom de Vries <tdevries@suse.de>
475
476 * gdb.base/label-without-address.c: New test.
477 * gdb.base/label-without-address.exp: New file.
478
479 2020-08-27 Pedro Alves <pedro@palves.net>
480
481 PR gdb/26523
482 PR gdb/26524
483 * gdb.base/advance-until-multiple-locations.cc: New.
484 * gdb.base/advance-until-multiple-locations.exp: New.
485
486 2020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
487
488 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
489
490 2020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
491
492 * gdb.arch/amd64-byte.exp: Make test names unique, use
493 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
494 * gdb.arch/amd64-dword.exp: Likewise.
495 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
496 * gdb.arch/amd64-stap-special-operands.exp: Make test names
497 unique.
498 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
499 * gdb.arch/amd64-word.exp: Make test names unique, use
500 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
501 * gdb.arch/i386-byte.exp: Make test names unique, use
502 gdb_breakpoint.
503 * gdb.arch/i386-word.exp: Likewise.
504
505 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
506
507 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
508
509 2020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
510
511 PR gdb/26532
512 * gdb.threads/stepi-random-signal.exp: Update pattern.
513
514 2020-08-25 Simon Marchi <simon.marchi@efficios.com>
515
516 PR gdb/26532
517 * gdb.base/ui-redirect.exp: Update pattern.
518
519 2020-08-25 Gary Benson <gbenson@redhat.com>
520
521 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
522 when compiling with clang.
523 * gdb.dwarf2/dw2-restore.exp: Likewise.
524
525 2020-08-25 Gary Benson <gbenson@redhat.com>
526
527 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
528 Add additional_flags=-Wno-inaccessible-base when compiling
529 with GCC >= 10.1 or clang. Add additional_flags=-w when
530 compiling with GCC < 10.
531
532 2020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
533
534 PR m2/26372
535 * gdb.modula2/multidim.c: New file.
536 * gdb.modula2/multidim.exp: New file.
537
538 2020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
539
540 * lib/gdb.exp (runto): Always emit fail on internal error.
541
542 2020-08-24 Simon Marchi <simon.marchi@efficios.com>
543
544 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
545 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
546 Likewise.
547 * gdb.threads/stepi-random-signal.exp: Likewise.
548
549 2020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
550
551 * gdb.base/print-file-var.exp: Fix typo "breapoint".
552 * gdb.trace/strace.exp: Ditto.
553
554 2020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
555
556 * gdb.fortran/vla-type.exp: Skip commands not required for
557 the Flang compiled binaries after prologue fix.
558
559 2020-08-17 Tom de Vries <tdevries@suse.de>
560 Tom Tromey <tromey@adacore.com>
561
562 PR rust/26197:
563 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
564
565 2020-08-17 Tom Tromey <tromey@adacore.com>
566
567 * gdb.ada/mi_var_access.exp: New file.
568 * gdb.ada/mi_var_access/mi_access.adb: New file.
569 * gdb.ada/mi_var_access/pck.adb: New file.
570 * gdb.ada/mi_var_access/pck.ads: New file.
571
572 2020-08-16 Tom de Vries <tdevries@suse.de>
573
574 PR gdb/25350
575 * gdb.base/eh_return.c: New test.
576 * gdb.base/eh_return.exp: New file.
577
578 2020-08-15 Tom de Vries <tdevries@suse.de>
579
580 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
581 (mixed_func_1d_): Use fortran_charlen_t in decl.
582
583 2020-08-15 Tom de Vries <tdevries@suse.de>
584
585 PR backtrace/26390
586 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
587 Update expected pattern.
588
589 2020-08-13 Pedro Alves <pedro@palves.net>
590
591 * gdb.fortran/complex.exp: Check skip_fortran_tests.
592 * gdb.fortran/library-module.exp: Likewise.
593 * gdb.fortran/logical.exp: Likewise.
594 * gdb.fortran/module.exp: Likewise.
595 * gdb.fortran/print_type.exp: Likewise.
596 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
597 * gdb.fortran/vla-datatypes.exp: Likewise.
598 * gdb.fortran/vla-history.exp: Likewise.
599 * gdb.fortran/vla-ptr-info.exp: Likewise.
600 * gdb.fortran/vla-ptype-sub.exp: Likewise.
601 * gdb.fortran/vla-ptype.exp: Likewise.
602 * gdb.fortran/vla-sizeof.exp: Likewise.
603 * gdb.fortran/vla-type.exp: Likewise.
604 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
605 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
606 * gdb.fortran/vla-value-sub.exp: Likewise.
607 * gdb.fortran/vla-value.exp: Likewise.
608
609 2020-08-13 Pedro Alves <pedro@palves.net>
610
611 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
612 * gdb.ada/access_to_packed_array.exp: Likewise.
613 * gdb.ada/access_to_unbounded_array.exp: Likewise.
614 * gdb.ada/addr_arith.exp: Likewise.
615 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
616 * gdb.ada/arr_arr.exp: Likewise.
617 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
618 * gdb.ada/array_bounds.exp: Likewise.
619 * gdb.ada/array_of_variable_length.exp: Likewise.
620 * gdb.ada/array_ptr_renaming.exp: Likewise.
621 * gdb.ada/array_subscript_addr.exp: Likewise.
622 * gdb.ada/arraydim.exp: Likewise.
623 * gdb.ada/arrayparam.exp: Likewise.
624 * gdb.ada/arrayptr.exp: Likewise.
625 * gdb.ada/assign_1.exp: Likewise.
626 * gdb.ada/assign_arr.exp: Likewise.
627 * gdb.ada/atomic_enum.exp: Likewise.
628 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
629 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
630 * gdb.ada/bias.exp: Likewise.
631 * gdb.ada/boolean_expr.exp: Likewise.
632 * gdb.ada/bp_c_mixed_case.exp: Likewise.
633 * gdb.ada/bp_enum_homonym.exp: Likewise.
634 * gdb.ada/bp_inlined_func.exp: Likewise.
635 * gdb.ada/bp_on_var.exp: Likewise.
636 * gdb.ada/bp_range_type.exp: Likewise.
637 * gdb.ada/bp_reset.exp: Likewise.
638 * gdb.ada/call_pn.exp: Likewise.
639 * gdb.ada/catch_assert_if.exp: Likewise.
640 * gdb.ada/catch_ex.exp: Likewise.
641 * gdb.ada/catch_ex_std.exp: Likewise.
642 * gdb.ada/char_enum.exp: Likewise.
643 * gdb.ada/char_param.exp: Likewise.
644 * gdb.ada/complete.exp: Likewise.
645 * gdb.ada/cond_lang.exp: Likewise.
646 * gdb.ada/convvar_comp.exp: Likewise.
647 * gdb.ada/dgopt.exp: Likewise.
648 * gdb.ada/disc_arr_bound.exp: Likewise.
649 * gdb.ada/display_nested.exp: Likewise.
650 * gdb.ada/dot_all.exp: Likewise.
651 * gdb.ada/dyn_loc.exp: Likewise.
652 * gdb.ada/dyn_stride.exp: Likewise.
653 * gdb.ada/excep_handle.exp: Likewise.
654 * gdb.ada/expr_delims.exp: Likewise.
655 * gdb.ada/expr_with_funcall.exp: Likewise.
656 * gdb.ada/exprs.exp: Likewise.
657 * gdb.ada/fin_fun_out.exp: Likewise.
658 * gdb.ada/fixed_cmp.exp: Likewise.
659 * gdb.ada/formatted_ref.exp: Likewise.
660 * gdb.ada/frame_arg_lang.exp: Likewise.
661 * gdb.ada/frame_args.exp: Likewise.
662 * gdb.ada/fullname_bp.exp: Likewise.
663 * gdb.ada/fun_addr.exp: Likewise.
664 * gdb.ada/fun_in_declare.exp: Likewise.
665 * gdb.ada/fun_overload_menu.exp: Likewise.
666 * gdb.ada/fun_renaming.exp: Likewise.
667 * gdb.ada/funcall_char.exp: Likewise.
668 * gdb.ada/funcall_param.exp: Likewise.
669 * gdb.ada/funcall_ptr.exp: Likewise.
670 * gdb.ada/funcall_ref.exp: Likewise.
671 * gdb.ada/homonym.exp: Likewise.
672 * gdb.ada/info_addr_mixed_case.exp: Likewise.
673 * gdb.ada/info_auto_lang.exp: Likewise.
674 * gdb.ada/info_exc.exp: Likewise.
675 * gdb.ada/info_types.exp: Likewise.
676 * gdb.ada/int_deref.exp: Likewise.
677 * gdb.ada/interface.exp: Likewise.
678 * gdb.ada/iwide.exp: Likewise.
679 * gdb.ada/lang_switch.exp: Likewise.
680 * gdb.ada/length_cond.exp: Likewise.
681 * gdb.ada/maint_with_ada.exp: Likewise.
682 * gdb.ada/mi_catch_assert.exp: Likewise.
683 * gdb.ada/mi_catch_ex.exp: Likewise.
684 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
685 * gdb.ada/mi_dyn_arr.exp: Likewise.
686 * gdb.ada/mi_ex_cond.exp: Likewise.
687 * gdb.ada/mi_exc_info.exp: Likewise.
688 * gdb.ada/mi_interface.exp: Likewise.
689 * gdb.ada/mi_prot.exp: Likewise.
690 * gdb.ada/mi_ref_changeable.exp: Likewise.
691 * gdb.ada/mi_string_access.exp: Likewise.
692 * gdb.ada/mi_task_arg.exp: Likewise.
693 * gdb.ada/mi_task_info.exp: Likewise.
694 * gdb.ada/mi_var_array.exp: Likewise.
695 * gdb.ada/mi_var_union.exp: Likewise.
696 * gdb.ada/mi_variant.exp: Likewise.
697 * gdb.ada/minsyms.exp: Likewise.
698 * gdb.ada/mod_from_name.exp: Likewise.
699 * gdb.ada/nested.exp: Likewise.
700 * gdb.ada/null_array.exp: Likewise.
701 * gdb.ada/optim_drec.exp: Likewise.
702 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
703 * gdb.ada/packed_array_assign.exp: Likewise.
704 * gdb.ada/packed_tagged.exp: Likewise.
705 * gdb.ada/pp-rec-component.exp: Likewise.
706 * gdb.ada/print_chars.exp: Likewise.
707 * gdb.ada/print_pc.exp: Likewise.
708 * gdb.ada/ptr_typedef.exp: Likewise.
709 * gdb.ada/ptype_arith_binop.exp: Likewise.
710 * gdb.ada/ptype_array.exp: Likewise.
711 * gdb.ada/ptype_field.exp: Likewise.
712 * gdb.ada/ptype_tagged_param.exp: Likewise.
713 * gdb.ada/ptype_union.exp: Likewise.
714 * gdb.ada/py_range.exp: Likewise.
715 * gdb.ada/py_taft.exp: Likewise.
716 * gdb.ada/rdv_wait.exp: Likewise.
717 * gdb.ada/rec_comp.exp: Likewise.
718 * gdb.ada/rec_return.exp: Likewise.
719 * gdb.ada/ref_param.exp: Likewise.
720 * gdb.ada/ref_tick_size.exp: Likewise.
721 * gdb.ada/rename_subscript_param.exp: Likewise.
722 * gdb.ada/repeat_dyn.exp: Likewise.
723 * gdb.ada/same_component_name.exp: Likewise.
724 * gdb.ada/same_enum.exp: Likewise.
725 * gdb.ada/scalar_storage.exp: Likewise.
726 * gdb.ada/set_wstr.exp: Likewise.
727 * gdb.ada/small_reg_param.exp: Likewise.
728 * gdb.ada/str_binop_equal.exp: Likewise.
729 * gdb.ada/str_ref_cmp.exp: Likewise.
730 * gdb.ada/str_uninit.exp: Likewise.
731 * gdb.ada/sub_variant.exp: Likewise.
732 * gdb.ada/sym_print_name.exp: Likewise.
733 * gdb.ada/taft_type.exp: Likewise.
734 * gdb.ada/tagged.exp: Likewise.
735 * gdb.ada/tagged_access.exp: Likewise.
736 * gdb.ada/task_bp.exp: Likewise.
737 * gdb.ada/task_switch_in_core.exp: Likewise.
738 * gdb.ada/tasks.exp: Likewise.
739 * gdb.ada/tick_last_segv.exp: Likewise.
740 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
741 * gdb.ada/type_coercion.exp: Likewise.
742 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
743 * gdb.ada/unchecked_union.exp: Likewise.
744 * gdb.ada/uninitialized_vars.exp: Likewise.
745 * gdb.ada/var_arr_attrs.exp: Likewise.
746 * gdb.ada/var_arr_typedef.exp: Likewise.
747 * gdb.ada/var_rec_arr.exp: Likewise.
748 * gdb.ada/variant-record.exp: Likewise.
749 * gdb.ada/variant.exp: Likewise.
750 * gdb.ada/variant_record_packed_array.exp: Likewise.
751 * gdb.ada/varsize_limit.exp: Likewise.
752 * gdb.ada/whatis_array_val.exp: Likewise.
753 * gdb.ada/widewide.exp: Likewise.
754 * gdb.ada/win_fu_syms.exp: Likewise.
755
756 2020-08-12 Gary Benson <gbenson@redhat.com>
757
758 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
759
760 2020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
761
762 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
763 unset the array variable.
764
765 2020-08-03 Tom de Vries <tdevries@suse.de>
766
767 PR symtab/26333
768 * lib/dwarf.exp (DW_LNE_user): New proc.
769 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
770 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
771
772 2020-07-31 Kevin Buettner <kevinb@redhat.com>
773
774 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
775 to 'uintptr_t'
776 (inttypes.h): Include.
777
778 2020-07-31 Kevin Buettner <kevinb@redhat.com>
779
780 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
781 (C5_24k): Delete.
782 (C5_8k, C5_64k, C5_256k): New macros.
783 (buf_ro): Allocate 256 KiB of initialized data.
784
785 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
786
787 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
788 that attempt to overwrite an existing condition with a condition
789 that fails parsing and also with a condition that parses fine
790 but contains junk at the end.
791
792 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
793
794 * gdb.base/condbreak-bad.c: New test.
795 * gdb.base/condbreak-bad.exp: New file.
796
797 2020-07-30 Tom de Vries <tdevries@suse.de>
798
799 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
800 out of ...
801 (GDBInfoModuleSymbols::check_entry): ... here.
802 (GDBInfoModuleSymbols::check_optional_entry): New proc.
803 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
804 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
805
806 2020-07-30 Tom de Vries <tdevries@suse.de>
807
808 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
809 "__class_some_module_Number_t" optional.
810
811 2020-07-29 Tom de Vries <tdevries@suse.de>
812
813 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
814 multiple locations.
815
816 2020-07-29 Tom de Vries <tdevries@suse.de>
817
818 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
819 rather than function name.
820
821 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
822
823 PR symtab/26270:
824 * gdb.cp/disasm-func-name.cc: New file.
825 * gdb.cp/disasm-func-name.exp: New file.
826
827 2020-07-28 Tom Tromey <tromey@adacore.com>
828
829 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
830 'varval' location.
831
832 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
833
834 * gdb.python/py-unwind.py: Update to make use of a register
835 descriptor.
836
837 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
838
839 * gdb.python/py-arch-reg-names.exp: Add additional tests.
840
841 2020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
842
843 PR fortran/23051
844 PR fortran/26139
845 * gdb.fortran/class-allocatable-array.exp: New file.
846 * gdb.fortran/class-allocatable-array.f90: New file.
847 * gdb.fortran/pointer-to-pointer.exp: New file.
848 * gdb.fortran/pointer-to-pointer.f90: New file.
849
850 2020-07-25 Tom de Vries <tdevries@suse.de>
851
852 PR symtab/26243
853 * gdb.dwarf2/dw2-line-number-zero.c: New test.
854 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
855
856 2020-07-24 Tom de Vries <tdevries@suse.de>
857
858 PR testsuite/26293
859 * gdb.ada/mi_prot.exp: Require gnatmake-8.
860
861 2020-07-23 Pedro Alves <pedro@palves.net>
862
863 * gdb.server/server-kill.exp (prepare): New, factored out from the
864 top level.
865 (kill_server): New.
866 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
867 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
868
869 2020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
870
871 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
872
873 2020-07-22 Sandra Loosemore <sandra@codesourcery.com>
874
875 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
876 Initialize to empty string at top level.
877 (gdb_wrapper_init): Revert check for file existence on build.
878 Build the wrapper in its default place, not a build-specific
879 location. When host == build, make the pathname absolute.
880 (gdb_compile): Delete leftover declaration of
881 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
882 string instead of uninitialized.
883
884 2020-07-22 Kevin Buettner <kevinb@redhat.com>
885
886 * gdb.base/corefile2.exp: New file.
887 * gdb.base/coremaker2.exp: New file.
888
889 2020-07-22 Kevin Buettner <kevinb@redhat.com>
890
891 * gdb.base/coredump-filter.exp: Add second
892 non-Private-Shared-Anon-File test.
893 (test_disasm): Rename binfile for test which is expected
894 to fail.
895
896 2020-07-22 Kevin Buettner <kevinb@redhat.com>
897
898 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
899 data in core file".
900 * gdb.base/coremaker.c (buf2ro): New global.
901 (mmapdata): Add a read-only mmap mapping.
902
903 2020-07-22 Kevin Buettner <kevinb@redhat.com>
904
905 PR corefiles/25631
906 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
907 New test.
908 * gdb.base/coremaker.c (buf3): New global.
909 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
910 flags.
911
912 2020-07-22 Kevin Buettner <kevinb@redhat.com>
913
914 * gdb.base/coremaker.c (filler_ro): New global constant.
915
916 2020-07-22 Tom Tromey <tromey@adacore.com>
917
918 * gdb.ada/mi_prot.exp: New file.
919 * gdb.ada/mi_prot/pkg.adb: New file.
920 * gdb.ada/mi_prot/pkg.ads: New file.
921 * gdb.ada/mi_prot/prot.adb: New file.
922
923 2020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
924
925 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
926 loads two JITers.
927
928 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
929
930 * gdb.python/py-arch-reg-groups.exp: Additional tests.
931
932 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
933
934 * gdb.python/py-arch-reg-names.exp: Additional tests.
935
936 2020-07-21 Tom de Vries <tdevries@suse.de>
937
938 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
939 breakpoint locations".
940 * gdb.reverse/solib-reverse.exp: Same.
941
942 2020-07-21 Tom de Vries <tdevries@suse.de>
943
944 * gdb.reverse/step-reverse.c (callee): Merge statements.
945
946 2020-07-21 Tom de Vries <tdevries@suse.de>
947
948 * gdb.fortran/info-modules.exp (info module variables): Allow missing
949 line numbers for some variables.
950
951 2020-07-21 Tom de Vries <tdevries@suse.de>
952
953 * gdb.opt/inline-locals.c (init_array): New func.
954 (func1): Use init_array.
955 * gdb.opt/inline-locals.exp: Update pattern.
956
957 2020-07-21 Tom de Vries <tdevries@suse.de>
958
959 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
960 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
961
962 2020-07-20 Ludovic Courtès <ludo@gnu.org>
963
964 * gdb.guile/source2.scm: Add #f first argument to 'format'.
965 * gdb.guile/types-module.exp: Remove "ERROR:" from
966 regexps since Guile 3.0 no longer prints that.
967
968 2020-07-20 Ludovic Courtès <ludo@gnu.org>
969
970 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
971 error regexp to match on Guile 2.2.
972
973 2020-07-20 Gary Benson <gbenson@redhat.com>
974
975 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
976 with clang.
977
978 2020-07-20 Tom de Vries <tdevries@suse.de>
979
980 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
981 (omp_set_lock_in_order): New function.
982 (single_scope, multi_scope, nested_func, nested_parallel): Use
983 omp_set_lock_in_order and omp_unset_lock.
984 (main): Init and destroy lock and lock2.
985
986 2020-07-20 Tom de Vries <tdevries@suse.de>
987
988 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
989
990 2020-07-20 Tom de Vries <tdevries@suse.de>
991
992 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
993
994 2020-07-17 Tom de Vries <tdevries@suse.de>
995
996 * gdb.base/valgrind-infcall-2.c: New test.
997 * gdb.base/valgrind-infcall-2.exp: New file.
998 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
999
1000 2020-07-17 Tom de Vries <tdevries@suse.de>
1001
1002 * gdb.dlang/circular.c (found): Use found_label as label name.
1003 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
1004 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
1005 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
1006 * gdb.dwarf2/ada-linkage-name.exp: Same.
1007 * gdb.dwarf2/arr-subrange.exp: Same.
1008 * gdb.dwarf2/atomic-type.exp: Same.
1009 * gdb.dwarf2/comp-unit-lang.exp: Same.
1010 * gdb.dwarf2/cpp-linkage-name.exp: Same.
1011 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
1012 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
1013 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
1014 * gdb.dwarf2/implptr-64bit.exp: Same.
1015 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
1016 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
1017 * gdb.dwarf2/imported-unit.exp: Same.
1018 * gdb.dwarf2/main-subprogram.exp: Same.
1019 * gdb.dwarf2/missing-type-name.exp: Same.
1020 * gdb.dwarf2/nonvar-access.exp: Same.
1021 * gdb.dwarf2/struct-with-sig.exp: Same.
1022 * gdb.dwarf2/typedef-void-finish.exp: Same.
1023 * gdb.dwarf2/void-type.exp: Same.
1024
1025 2020-07-17 Tom de Vries <tdevries@suse.de>
1026
1027 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
1028 src parameter.
1029 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
1030 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
1031 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
1032 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
1033 * gdb.dwarf2/dwz.exp: Same.
1034 * gdb.dwarf2/implptr-optimized-out.exp: Same.
1035 * gdb.dwarf2/implref-array.exp: Same.
1036 * gdb.dwarf2/implref-const.exp: Same.
1037 * gdb.dwarf2/implref-global.exp: Same.
1038 * gdb.dwarf2/implref-struct.exp: Same.
1039 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
1040 * gdb.dwarf2/opaque-type-lookup.exp: Same.
1041 * gdb.dwarf2/var-access.exp: Same.
1042 * gdb.dwarf2/varval.exp: Same.
1043 * gdb.trace/entry-values.exp: Same.
1044
1045 2020-07-17 Tom de Vries <tdevries@suse.de>
1046
1047 * lib/dwarf.exp (Dwarf::extern): Remove.
1048 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
1049 * gdb.dlang/circular.exp: Same.
1050 * gdb.dwarf2/comp-unit-lang.exp: Same.
1051 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
1052 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
1053 * gdb.dwarf2/dwz.exp: Same.
1054 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
1055 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
1056 * gdb.dwarf2/imported-unit.exp: Same.
1057 * gdb.dwarf2/opaque-type-lookup.exp: Same.
1058
1059 2020-07-16 Sandra Loosemore <sandra@codesourcery.com>
1060
1061 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
1062 Use double quotes instead of single quotes.
1063
1064 2020-07-16 Caroline Tice <cmtice@google.com>
1065
1066 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
1067 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
1068
1069 2020-07-16 Tom de Vries <tdevries@suse.de>
1070
1071 * lib/dwarf.exp (program): Initialize _line.
1072 (DW_LNE_end_sequence): Reinitialize _line.
1073 (DW_LNS_advance_line): Update _line.
1074 (line): New proc.
1075 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
1076 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
1077 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
1078 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
1079 * gdb.dwarf2/dw2-is-stmt.exp: Same.
1080 * gdb.dwarf2/dw2-ranges-func.exp: Same.
1081
1082 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
1083
1084 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
1085 generic.
1086
1087 2020-07-15 Tom de Vries <tdevries@suse.de>
1088
1089 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
1090 is_amd64_regs_target.
1091
1092 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
1093
1094 * gdb.fortran/ptype-on-functions.exp: Add more tests.
1095 * gdb.fortran/ptype-on-functions.f90: Likewise.
1096
1097 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
1098
1099 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
1100 values in documentation for addr_size to 4 and 8.
1101
1102 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
1103
1104 * gdb.arch/amd64-osabi.exp: Update.
1105 * gdb.arch/arm-disassembler-options.exp: Update.
1106 * gdb.arch/powerpc-disassembler-options.exp: Update.
1107 * gdb.arch/ppc64-symtab-cordic.exp: Update.
1108 * gdb.arch/s390-disassembler-options.exp: Update.
1109 * gdb.base/all-architectures.exp.tcl: Update.
1110 * gdb.base/attach-pie-noexec.exp: Update.
1111 * gdb.base/catch-syscall.exp: Update.
1112 * gdb.xml/tdesc-arch.exp: Update.
1113
1114 2020-07-14 Tom de Vries <tdevries@suse.de>
1115
1116 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
1117 (local_gettid): ... this.
1118 (fn): Update.
1119
1120 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
1121
1122 * gdb.base/info_sources.exp: Skip directory match tests on
1123 remote hosts.
1124
1125 2020-07-13 Gary Benson <gbenson@redhat.com>
1126
1127 * gdb.base/savedregs.exp (caller): Use parentheses to
1128 make expected expression evaluation ordering explicit.
1129
1130 2020-07-13 Gary Benson <gbenson@redhat.com>
1131
1132 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
1133
1134 2020-07-13 Gary Benson <gbenson@redhat.com>
1135
1136 * gdb.base/bigcore.c (main): Use a volatile pointer when
1137 attempting to trigger a SIGSEGV.
1138 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
1139 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
1140 * gdb.base/savedregs.c (thrower): Likewise.
1141 * gdb.mi/mi-syn-frame.c (bar): Likewise.
1142
1143 2020-07-13 Gary Benson <gbenson@redhat.com>
1144
1145 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
1146 defining and using VLA structure fields into...
1147 * gdb.base/vla-struct-fields.c: New file.
1148 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
1149 tests into...
1150 * gdb.base/vla-struct-fields.exp: New file.
1151
1152 2020-07-13 Tom de Vries <tdevries@suse.de>
1153
1154 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
1155 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
1156 * gdb.base/gold-gdb-index.exp: Same.
1157 * gdb.base/morestack.exp: Same.
1158
1159 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
1160
1161 PR rust/26121
1162 * gdb.rust/modules.rs: Prevent linker from discarding test
1163 symbol.
1164
1165 2020-07-10 Pedro Alves <pedro@palves.net>
1166
1167 PR gdb/26199
1168 * gdb.multi/multi-target.c (exit_thread): New.
1169 (thread_start): Break loop if EXIT_THREAD.
1170 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
1171 (top level) Call test_no_resumed.
1172
1173 2020-07-08 Tom Tromey <tromey@adacore.com>
1174
1175 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
1176 * gdb.ada/catch_ex.exp: Examine catchpoint text.
1177
1178 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1179
1180 PR python/22748
1181 * gdb.opt/inline-frame-tailcall.c: New file.
1182 * gdb.opt/inline-frame-tailcall.exp: New file.
1183 * gdb.python/py-unwind-inline.c: New file.
1184 * gdb.python/py-unwind-inline.exp: New file.
1185 * gdb.python/py-unwind-inline.py: New file.
1186
1187 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1188
1189 * gdb.python/py-arch-reg-groups.exp: New file.
1190
1191 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1192
1193 * gdb.python/py-arch-reg-names.exp: New file.
1194
1195 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1196
1197 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
1198 gdb.PendingFrame.architecture method.
1199
1200 2020-07-06 Tom de Vries <tdevries@suse.de>
1201
1202 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
1203
1204 2020-07-03 Pedro Alves <palves@redhat.com>
1205
1206 * gdb.base/structs2.c (main): Adjust second parem_reg call to
1207 explicitly write negative numbers.
1208 * gdb.base/structs2.exp: Adjust expected output.
1209
1210 2020-07-03 Pedro Alves <palves@redhat.com>
1211
1212 * gdb.base/charset.c (init_string): Change all char parameters to
1213 unsigned char parameters.
1214
1215 2020-07-03 Pedro Alves <palves@redhat.com>
1216
1217 * gdb.base/call-sc.exp (start_scalars_test): Use
1218 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1219 * gdb.base/overlays.c: Remove references to PARAMS.
1220 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
1221 * gdb.base/reread.exp: Don't set 'prototypes' global.
1222 * gdb.base/structs.exp (start_structs_test): Use
1223 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1224 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
1225 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1226 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
1227 call.
1228 * gdb.base/varargs.exp: Don't set 'prototypes' global.
1229
1230 2020-07-03 Pedro Alves <palves@redhat.com>
1231
1232 * gdb.base/m32rovly.c: Delete.
1233 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
1234
1235 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1236
1237 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
1238 of gdb_py_test_multiple.
1239 * gdb.python/py-cmd.exp: Likewise.
1240 * gdb.python/py-events.exp: Likewise.
1241 * gdb.python/py-function.exp: Likewise.
1242 * gdb.python/py-inferior.exp: Likewise.
1243 * gdb.python/py-infthread.exp: Likewise.
1244 * gdb.python/py-linetable.exp: Likewise.
1245 * gdb.python/py-parameter.exp: Likewise.
1246 * gdb.python/py-value.exp: Likewise.
1247
1248 2020-06-30 Tom de Vries <tdevries@suse.de>
1249
1250 PR testsuite/26175
1251 * lib/future.exp (gdb_default_target_compile): Detect and handle
1252 early_flags.
1253
1254 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
1255
1256 * boards/simavr.exp (gdb_load): Catch errors when closing
1257 previous connection. Close connection, wait for process and
1258 unset simavr_spawn_id on failure.
1259
1260 2020-06-29 Tom de Vries <tdevries@suse.de>
1261
1262 * lib/gdb.exp (unknown): Make test-case unresolved.
1263
1264 2020-06-29 Tom de Vries <tdevries@suse.de>
1265
1266 PR gdb/25475
1267 * gdb.server/solib-list.exp: Verify that the symbol reload
1268 confirmation question is asked.
1269
1270 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1271
1272 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
1273 have a input seq nr in each pass message.
1274 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
1275 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
1276 * gdb.python/python.exp: Make test names unique,
1277 use gdb_test_multiline instead of gdb_py_test_multiple,
1278 use $gdb_test_name.
1279 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
1280
1281 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
1282
1283 * configure.ac: Add --enable-libctf.
1284 * aclocal.m4: sinclude ../config/enable.m4.
1285 * Makefile.in (site.exp): Add enable_libctf to site.exp.
1286 * lib/gdb.exp (skip_ctf_tests): Use it.
1287 * gdb.base/ctf-constvars.exp: Error message tweak.
1288 * gdb.base/ctf-ptype.exp: Likewise.
1289 * configure: Regenerate.
1290
1291 2020-06-26 Gary Benson <gbenson@redhat.com>
1292
1293 * gdb.cp/try_catch.cc: Include string.h.
1294 (main): Replace comparison against string literal with
1295 strcmp, avoiding build failure with -Wstring-compare.
1296 Add "marker test-complete".
1297 * gdb.cp/try_catch.exp: Run the test to the above marker,
1298 then verify that the value of "test" is still true.
1299
1300 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1301
1302 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
1303
1304 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1305
1306 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
1307
1308 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1309
1310 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
1311 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
1312 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
1313 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
1314 * gdb.arch/riscv-tdesc-loading.exp: New file.
1315
1316 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1317
1318 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
1319
1320 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1321
1322 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
1323 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
1324 * gdb.arch/riscv-tdesc-regs.c: New file.
1325 * gdb.arch/riscv-tdesc-regs.exp: New file.
1326
1327 2020-06-24 Pedro Alves <palves@redhat.com>
1328
1329 * gdb.arch/amd64-entry-value-paramref.exp: Use
1330 prepare_for_testing_full and don't pass "c++" for the .S file
1331 build spec.
1332 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
1333 $options, since it's an assembly file. Remove -Wno-deprecated.
1334 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
1335 compiling C++ programs.
1336
1337 2020-06-24 Pedro Alves <palves@redhat.com>
1338
1339 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
1340 Clang, add "-Wno-unknown-warning-option" to the options.
1341
1342 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
1343
1344 * gdb.xml/tdesc-reload.c: New file.
1345 * gdb.xml/tdesc-reload.exp: New file.
1346 * gdb.xml/maint-xml-dump-01.xml: New file.
1347 * gdb.xml/maint-xml-dump-02.xml: New file.
1348 * gdb.xml/maint-xml-dump.exp: New file.
1349
1350 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
1351
1352 * lib/completion-support.exp (test_gdb_completion_offers_commands):
1353 Adjust for omitted commands when TUI is disabled.
1354
1355 2020-06-23 Gary Benson <gbenson@redhat.com>
1356 Pedro Alves <palves@redhat.com>
1357
1358 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
1359 * gdb.cp/nsimport.cc: Likewise.
1360 * gdb.cp/nsnested.cc: Likewise.
1361 * gdb.cp/nsnoimports.cc: Likewise.
1362 * gdb.cp/nsusing.cc: Likewise.
1363 * gdb.cp/smartp.cc: Likewise.
1364 * gdb.python/py-pp-integral.c: Likewise.
1365 * gdb.python/py-pp-re-notag.c: Likewise.
1366
1367 2020-06-23 Gary Benson <gbenson@redhat.com>
1368
1369 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
1370 * gdb.cp/nsimport.cc: Likewise.
1371 * gdb.cp/nsnested.cc: Likewise.
1372 * gdb.cp/nsnoimports.cc: Likewise.
1373 * gdb.cp/nsusing.cc: Likewise.
1374 * gdb.cp/smartp.cc: Likewise.
1375 * gdb.python/py-pp-integral.c: Likewise.
1376 * gdb.python/py-pp-re-notag.c: Likewise.
1377
1378 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1379
1380 * gdb.base/default-args.exp: New test.
1381 * gdb.base/default-args.c: New file.
1382 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
1383 * gdb.base/default.exp: Update to new help text.
1384 * gdb.base/help.exp: Likewise.
1385 * gdb.base/page.exp: Likewise.
1386 * gdb.base/style.exp: Likewise.
1387 * gdb.guile/guile.exp: Likewise.
1388 * gdb.python/python.exp: Likewise.
1389
1390 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
1391
1392 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
1393 remote host. Fix search path syntax on Windows host.
1394
1395 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1396
1397 * gdb.base/attach.exp: Test priority of 'exec-file' changed
1398 over 'exec-file-mismatch'.
1399 * gdb.base/attach.c: Mark should_exit volatile.
1400 * gdb.base/attach2.c: Likewise. Add a comment explaining
1401 why the sleep cannot be big.
1402 * gdb.base/attach3.c: New file.
1403
1404 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
1405
1406 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
1407 prefix optional.
1408
1409 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
1410
1411 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
1412 for remote host.
1413
1414 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
1415 Hafiz Abid Qadeer <abidh@codesourcery.com>
1416
1417 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
1418 file sent to remote host.
1419 (top level): Allow int32_t as type of 32-bit register.
1420
1421 2020-06-19 Tom de Vries <tdevries@suse.de>
1422
1423 * lib/gdb.exp (gdb_note): New proc.
1424 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
1425 (gdb_default_target_compile): ... here. Only call
1426 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
1427 (use_gdb_compile): Change to array.
1428 (toplevel): Update sets of use_gdb_compile to specify language.
1429 Warn about default_target_compile override. Store dejagnu's version
1430 of default_target_compile in dejagnu_default_target_compile.
1431
1432 2020-06-18 Tom de Vries <tdevries@suse.de>
1433
1434 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
1435 (default_gdb_init): ... here.
1436
1437 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
1438
1439 Fix TUI support checks in gdb.tui tests.
1440
1441 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
1442 just say UNSUPPORTED.
1443 * gdb.tui/corefile-run.exp: Likewise.
1444 * gdb.tui/empty.exp: Likewise.
1445 * gdb.tui/list-before.exp: Likewise.
1446 * gdb.tui/list.exp: Likewise.
1447 * gdb.tui/main.exp: Likewise.
1448 * gdb.tui/regs.exp: Likewise.
1449 * gdb.tui/resize.exp: Likewise.
1450 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
1451 * gdb.tui/tui-layout-asm.exp: Likewise.
1452 * gdb.tui/tui-missing-src.exp: Likewise.
1453 * gdb.tui/winheight.exp: Likewise.
1454 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
1455
1456 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
1457
1458 Fix TCL error in gdb.python/py-format-string.exp.
1459
1460 * gdb.python/py-format-string.exp: Move test for python support
1461 earlier, out of function body.
1462
1463 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
1464
1465 * gdb.base/index-cache-load-twice.c: New.
1466 * gdb.base/index-cache-load-twice.exp: New.
1467
1468 2020-06-17 Keith Seitz <keiths@redhat.com>
1469
1470 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
1471 when executing "gdb --configuration".
1472
1473 2020-06-17 Tom de Vries <tdevries@suse.de>
1474
1475 * lib/gdb.exp (gdb_tcl_unknown): New proc.
1476 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
1477 conditional on presence of gdb_tcl_unknown.
1478 (gdb_finish): Make override undo conditional on presence of
1479 gdb_tcl_unknown.
1480
1481 2020-06-16 Tom Tromey <tom@tromey.com>
1482
1483 * gdb.python/tui-window.py (failwin): New function. Register it
1484 as a TUI window type.
1485 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
1486
1487 2020-06-16 Gary Benson <gbenson@redhat.com>
1488
1489 * gdb.python/py-nested-maps.c (create_map): Add missing return
1490 value.
1491 (create_map_map): Likewise.
1492
1493 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1494
1495 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
1496 variable.
1497 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
1498 and use the already-defined 'options' variable.
1499
1500 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1501 Tom de Vries <tdevries@suse.de>
1502
1503 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
1504 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
1505 (gdb_setup_known_globals): New proc.
1506 (gdb_cleanup_globals): New proc.
1507 * lib/gdb.exp (load_lib): New override proc.
1508 (gdb_stdin_log_init): Set var in_file as persistent global.
1509 * lib/pascal.exp (gdb_stdin_log_init): Set vars
1510 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
1511 fpc_compiler as persistent global.
1512
1513 2020-06-12 Tom de Vries <tdevries@suse.de>
1514
1515 * lib/tuiterm.exp (spawn): Rename to ...
1516 (tui_spawn): ... this.
1517 (toplevel): Move rename of spawn ...
1518 (gdb_init_tuiterm): ... here. New proc.
1519 (gdb_finish_tuiterm): New proc.
1520 * lib/gdb.exp (gdb_finish_hooks): New global var.
1521 (gdb_finish): Handle gdb_finish_hooks.
1522 (tuiterm_env): New proc.
1523 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
1524 tuiterm_env.
1525 * gdb.tui/basic.exp: Same.
1526 * gdb.tui/corefile-run.exp: Same.
1527 * gdb.tui/empty.exp: Same.
1528 * gdb.tui/list-before.exp: Same.
1529 * gdb.tui/list.exp: Same.
1530 * gdb.tui/main.exp: Same.
1531 * gdb.tui/new-layout.exp: Same.
1532 * gdb.tui/regs.exp: Same.
1533 * gdb.tui/resize.exp: Same.
1534 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
1535 * gdb.tui/tui-layout-asm.exp: Same.
1536 * gdb.tui/tui-missing-src.exp: Same.
1537 * gdb.tui/winheight.exp: Same.
1538
1539 2020-06-12 Tom de Vries <tdevries@suse.de>
1540
1541 PR testsuite/26110
1542 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
1543 (gdb_finish): Reinstall dejagnu's override of ::unknown.
1544
1545 2020-06-11 Tom Tromey <tom@tromey.com>
1546
1547 PR gdb/18318:
1548 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
1549 floating point tests.
1550
1551 2020-06-11 Keith Seitz <keiths@redhat.com>
1552
1553 PR gdb/21356
1554 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
1555 vla_struct.
1556 Add new struct vla_typedef and union vla_typedef_union and
1557 corresponding instantiation objects.
1558 Initialize new objects.
1559 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
1560 and vla_typedef_union_object.
1561 Fixup type for vla_struct_object.
1562
1563 2020-06-11 Tom de Vries <tdevries@suse.de>
1564
1565 * lib/gdb.exp (with_override): New proc, factored out of ...
1566 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
1567
1568 2020-06-10 Tom de Vries <tdevries@suse.de>
1569
1570 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
1571
1572 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
1573
1574 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
1575 parameter, update callers.
1576
1577 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
1578
1579 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
1580 * gdb.dwarf2/share-psymtabs-bt.c: New file.
1581 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
1582
1583 2020-06-04 Tom de Vries <tdevries@suse.de>
1584
1585 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
1586
1587 2020-06-04 Tom de Vries <tdevries@suse.de>
1588
1589 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
1590 exp_continue.
1591
1592 2020-06-04 Tom de Vries <tdevries@suse.de>
1593
1594 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
1595
1596 2020-06-03 Tom de Vries <tdevries@suse.de>
1597
1598 PR symtab/26046
1599 * gdb.cp/breakpoint-locs-2.cc: New test.
1600 * gdb.cp/breakpoint-locs.cc: New test.
1601 * gdb.cp/breakpoint-locs.exp: New file.
1602 * gdb.cp/breakpoint-locs.h: New test.
1603
1604 2020-06-03 Tom de Vries <tdevries@suse.de>
1605
1606 PR testsuite/25609
1607 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
1608 value of global verbose.
1609 * gdb.base/jit-elf.exp: Same.
1610 * gdb.base/jit-reader.exp: Same.
1611
1612 2020-06-02 Tom de Vries <tdevries@suse.de>
1613
1614 * gdb.dwarf2/multidictionary.exp: Don't use
1615 gdb_spawn_with_cmdline_opts.
1616
1617 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
1618
1619 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
1620 use_header case.
1621 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
1622 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
1623 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
1624 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
1625 * gdb.dwarf2/dw2-inline-header.c: New file.
1626 * gdb.dwarf2/dw2-inline-header.h: New file.
1627
1628 2020-05-30 Pedro Alves <palves@redhat.com>
1629
1630 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
1631 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
1632
1633 2020-05-29 Gary Benson <gbenson@redhat.com>
1634
1635 * gdb.compile/compile-cplus.exp (additional_flags): Also
1636 set when building with clang.
1637 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
1638 when building with clang.
1639
1640 2020-05-29 Gary Benson <gbenson@redhat.com>
1641
1642 * gdb.arch/i386-avx.exp (additional_flags): Also set when
1643 building with clang.
1644 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
1645
1646 2020-05-29 Gary Benson <gbenson@redhat.com>
1647
1648 * gdb.cp/koenig.exp (prepare_for_testing): Add
1649 additional_flags=-Wno-unused-comparison.
1650 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
1651
1652 2020-05-28 Gary Benson <gbenson@redhat.com>
1653
1654 * gdb.base/sigaltstack.c (catcher): Add default case to switch
1655 statement.
1656
1657 2020-05-28 Gary Benson <gbenson@redhat.com>
1658
1659 * gdb.cp/classes.exp (prepare_for_testing): Add
1660 additional_flags=-Wno-deprecated-register.
1661 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
1662 * gdb.cp/misc.exp: Likewise.
1663
1664 2020-05-28 Gary Benson <gbenson@redhat.com>
1665
1666 * gdb.linespec/cpls-ops.cc (dummy): New static global.
1667 (test_op_new::operator new): Add return statement.
1668 (test_op_new_array::operator new[]): Likewise.
1669
1670 2020-05-27 Pedro Alves <palves@redhat.com>
1671
1672 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
1673 check. Use test_gdb_complete_unique instead of
1674 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
1675 test_gdb_complete_multiple instead of
1676 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
1677
1678 2020-05-27 Luis Machado <luis.machado@linaro.org>
1679
1680 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
1681 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
1682 * gdb.arch/arm-disassembler-options.exp: Likewise.
1683 * gdb.arch/arm-disp-step.exp: Likewise.
1684 * gdb.arch/thumb-prologue.exp: Likewise.
1685 * gdb.base/async.exp: Likewise.
1686 * gdb.base/auxv.exp: Likewise.
1687 * gdb.base/complex-parts.exp: Likewise.
1688 * gdb.base/ena-dis-br.exp: Likewise.
1689 * gdb.base/foll-exec.exp: Likewise.
1690 * gdb.base/permissions.exp: Likewise.
1691 * gdb.base/relocate.exp: Likewise.
1692 * gdb.base/return2.exp: Likewise.
1693 * gdb.base/sigbpt.exp: Likewise.
1694 * gdb.base/siginfo-obj.exp: Likewise.
1695 * gdb.cp/converts.exp: Likewise.
1696 * gdb.cp/exceptprint.exp: Likewise.
1697 * gdb.cp/inherit.exp: Likewise.
1698 * gdb.cp/nsnoimports.exp: Likewise.
1699 * gdb.cp/virtbase2.exp: Likewise.
1700 * gdb.mi/mi-var-cmd.exp: Likewise.
1701 * gdb.mi/var-cmd.c: Likewise.
1702
1703 2020-05-26 Tom Tromey <tromey@adacore.com>
1704
1705 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
1706
1707 2020-05-26 Tom Tromey <tromey@adacore.com>
1708
1709 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
1710 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
1711 type.
1712 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
1713 variable.
1714
1715 2020-05-26 Christian Biesinger <cbiesinger@google.com>
1716
1717 * Makefile.in: Use = instead of == for the test command
1718 for portability.
1719
1720 2020-05-26 Tom de Vries <tdevries@suse.de>
1721
1722 * gdb.base/gold-gdb-index-2.c: New test.
1723 * gdb.base/gold-gdb-index.c: New test.
1724 * gdb.base/gold-gdb-index.exp: New file.
1725 * gdb.base/gold-gdb-index.h: New test.
1726
1727 2020-05-25 Tom de Vries <tdevries@suse.de>
1728
1729 * boards/gold-gdb-index.exp: New file.
1730
1731 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
1732
1733 * boards/simavr.exp: New file.
1734
1735 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
1736
1737 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
1738 * gdb.base/inferior-args.exp: New file.
1739 * gdb.base/inferior-args.c: New file.
1740
1741 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
1742
1743 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
1744 inferior_args. Pass it to gdb_reload.
1745 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
1746 inferior_args.
1747 (gdb_reload): Add inferior_args argument.
1748 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
1749 pass it to gdbserver_run.
1750 * boards/native-gdbserver.exp: Do not set noargs.
1751 * boards/native-extended-gdbserver.exp (gdb_reload): Add
1752 inferior_args argument.
1753 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
1754 * gdb.base/a2-run.exp: Check for use_gdb_stub.
1755 * gdb.base/args.exp: Likewise.
1756
1757 2020-05-25 Tom de Vries <tdevries@suse.de>
1758
1759 * lib/gdb.exp (exec_is_pie): Add comment.
1760
1761 2020-05-25 Tom de Vries <tdevries@suse.de>
1762
1763 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
1764 instead of $binfile in the untested message.
1765
1766 2020-05-25 Tom de Vries <tdevries@suse.de>
1767
1768 PR testsuite/26031
1769 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
1770
1771 2020-05-25 Tom de Vries <tdevries@suse.de>
1772
1773 * boards/gold.exp: New file.
1774
1775 2020-05-23 Tom Tromey <tom@tromey.com>
1776
1777 * gdb.base/style.exp: Remove completion styling test.
1778 * lib/gdb-utils.exp (style): Remove completion styles.
1779
1780 2020-05-23 Tom Tromey <tom@tromey.com>
1781
1782 * gdb.base/style.exp: Add completion styling test.
1783 * lib/gdb-utils.exp (style): Add completion styles.
1784
1785 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1786
1787 * gdb.base/annota1.exp: Update expected results.
1788 * gdb.cp/annota2.exp: Update expected results, remove duplicate
1789 test name.
1790 * gdb.cp/annota3.exp: Update expected results.
1791
1792 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
1793
1794 PR gdb/26016
1795 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
1796 against MAP_FAILED.
1797 * gdb.base/coremaker.c (mmapdata): Likewise.
1798 * gdb.base/jit-reader-host.c (main): Likewise.
1799 * gdb.base/sym-file-loader.c (load): Likewise.
1800 (load_shlib): Likewise.
1801
1802 2020-05-20 Tom Tromey <tromey@adacore.com>
1803
1804 * gdb.ada/array_char_idx.exp: Recognize initialized array.
1805
1806 2020-05-20 Tom de Vries <tdevries@suse.de>
1807
1808 PR symtab/25833
1809 * gdb.base/with-mf-inc.c: New test.
1810 * gdb.base/with-mf-main.c: New test.
1811 * gdb.base/with-mf.exp: New file.
1812
1813 2020-05-19 Tom Tromey <tromey@adacore.com>
1814
1815 * gdb.rust/simple.exp: Restore missing test result.
1816
1817 2020-05-19 Tom de Vries <tdevries@suse.de>
1818
1819 * gdb.base/gdb-caching-proc.exp: Fix typo.
1820
1821 2020-05-19 Tom Tromey <tromey@adacore.com>
1822
1823 * gdb.rust/simple.exp: Add some test descriptions.
1824 (test_one_slice): Use with_test_prefix.
1825
1826 2020-05-18 Tom de Vries <tdevries@suse.de>
1827
1828 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
1829
1830 2020-05-17 Pedro Alves <palves@redhat.com>
1831
1832 PR gdb/25741
1833 * gdb.base/hw-sw-break-same-address.exp: New file.
1834
1835 2020-05-16 Pedro Alves <palves@redhat.com>
1836
1837 * gdb.multi/multi-re-run.exp (test_re_run): Switch
1838 LAST_LOADED_FILE accordingly.
1839
1840 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1841
1842 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
1843
1844 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1845
1846 * gdb.base/help.exp: Test apropos and help for commands
1847 having aliases. Fixed comments not starting with an
1848 upper-case letter or not finishing with a dot.
1849
1850 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1851
1852 * gdb.base/alias.exp: Update help output check.
1853
1854 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1855
1856 * gdb.base/default.exp: Update output following fixes.
1857
1858 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1859
1860 * gdb.base/alias.exp: Test aliases starting with a prefix of
1861 another alias.
1862
1863 2020-05-15 Gary Benson <gbenson@redhat.com>
1864
1865 * gdb.base/info-os.c (main): Add return statement.
1866 * gdb.base/info_minsym.c (minsym_fun): Likewise.
1867 * gdb.base/large-frame-2.c (func): Likewise.
1868 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
1869 * gdb.base/pr10179-b.c (foo2): Likewise.
1870 * gdb.base/valgrind-disp-step.c (foo): Likewise.
1871 * gdb.base/watch-cond.c (func): Likewise.
1872 * gdb.multi/goodbye.c (verylongfun): Likewise.
1873 * gdb.multi/hello.c (commonfun): Likewise.
1874 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
1875 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
1876 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
1877 Likewise.
1878 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
1879 * gdb.threads/interrupt-while-step-over.c (child_function):
1880 Likewise.
1881 * gdb.trace/actions-changed.c (end): Likewise.
1882
1883 2020-05-15 Gary Benson <gbenson@redhat.com>
1884
1885 * gdb.opencl/callfuncs.exp: Report when test skipped.
1886 * gdb.opencl/convs_casts.exp: Likewise.
1887 * gdb.opencl/datatypes.exp: Likewise.
1888 * gdb.opencl/operators.exp: Likewise.
1889 * gdb.opencl/vec_comps.exp: Likewise.
1890
1891 2020-05-15 Tom de Vries <tdevries@suse.de>
1892
1893 * gdb.base/align.exp.in: Rename to ...
1894 * gdb.base/align.exp.tcl: ... this.
1895 * gdb.base/align-c++.exp: Update.
1896 * gdb.base/align-c.exp: Update.
1897 * gdb.base/all-architectures.exp.in: Rename to ...
1898 * gdb.base/all-architectures.exp: ... this.
1899 * gdb.base/all-architectures-0.exp: Update.
1900 * gdb.base/all-architectures-1.exp: Update.
1901 * gdb.base/all-architectures-2.exp: Update.
1902 * gdb.base/all-architectures-3.exp: Update.
1903 * gdb.base/all-architectures-4.exp: Update.
1904 * gdb.base/all-architectures-5.exp: Update.
1905 * gdb.base/all-architectures-6.exp: Update.
1906 * gdb.base/all-architectures-7.exp: Update.
1907 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
1908 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
1909 * gdb.base/infcall-nested-structs-c++.exp: Update.
1910 * gdb.base/infcall-nested-structs-c.exp: Update.
1911 * gdb.base/info-types.exp.in: Rename to ...
1912 * gdb.base/info-types.exp.tcl: ... this.
1913 * gdb.base/info-types-c++.exp: Update.
1914 * gdb.base/info-types-c.exp: Update.
1915 * gdb.base/max-depth.exp.in: Rename to ...
1916 * gdb.base/max-depth.exp.tcl: ... this.
1917 * gdb.base/max-depth-c++.exp: Update.
1918 * gdb.base/max-depth-c.exp: Update.
1919 * gdb.cp/cpexprs.exp.in: Rename to ...
1920 * gdb.cp/cpexprs.exp.tcl: ... this.
1921 * gdb.cp/cpexprs-debug-types.exp: Update.
1922 * gdb.cp/cpexprs.exp: Update.
1923 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
1924 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
1925 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
1926 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
1927 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
1928 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
1929 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
1930 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
1931 * gdb.dwarf2/clang-debug-names-2.exp: Update.
1932 * gdb.dwarf2/clang-debug-names.exp: Update.
1933
1934 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
1935
1936 * lib/check-test-names.exp: Remove code that prevents this file
1937 loading when tests are run in parallel.
1938
1939 2020-05-15 Pedro Alves <palves@redhat.com>
1940
1941 * gdb.multi/multi-kill.exp (start_inferior): Remove
1942 'testpid' parameter. Refer to namespace variable directly.
1943 (testpid): Declare as namespace variable.
1944
1945 2020-05-15 Pedro Alves <palves@redhat.com>
1946
1947 * gdb.multi/multi-kill.exp: Wrap in namespace.
1948 (start_inferior): Add TESTPID parameter. Use it instead of the
1949 testpid global.
1950 (top level): Define empty TESTPID array, and pass it down to
1951 start_inferior.
1952
1953 2020-05-14 Tom de Vries <tdevries@suse.de>
1954
1955 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
1956 output.
1957
1958 2020-05-14 Tom de Vries <tdevries@suse.de>
1959
1960 * gdb.base/align.exp: Split into ...
1961 * gdb.base/align.exp.in: ...
1962 * gdb.base/align-c++.exp: ...
1963 * gdb.base/align-c.exp: ... these.
1964 * gdb.base/infcall-nested-structs.exp: Split into ...
1965 * gdb.base/infcall-nested-structs.exp.in: ...
1966 * gdb.base/infcall-nested-structs-c++.exp: ...
1967 * gdb.base/infcall-nested-structs-c.exp: ... these.
1968 * gdb.base/info-types.exp: Split into ...
1969 * gdb.base/info-types.exp.in: ...
1970 * gdb.base/info-types-c++.exp: ...
1971 * gdb.base/info-types-c.exp: ... these.
1972 * gdb.base/max-depth.exp: Split into ...
1973 * gdb.base/max-depth.exp.in: ...
1974 * gdb.base/max-depth-c++.exp: ...
1975 * gdb.base/max-depth-c.exp: ... these.
1976 * gdb.cp/infcall-nodebug.exp: Split into ...
1977 * gdb.cp/infcall-nodebug.exp.in: ...
1978 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
1979 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
1980 * gdb.cp/infcall-nodebug-c-d0.exp: ...
1981 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
1982
1983 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1984 Pedro Alves <palves@redhat.com>
1985
1986 * gdb.multi/multi-exit.c: New file.
1987 * gdb.multi/multi-exit.exp: New file.
1988 * gdb.multi/multi-kill.c: New file.
1989 * gdb.multi/multi-kill.exp: New file.
1990
1991 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1992
1993 * gdb.base/annota1.exp: Update the expected output.
1994 * gdb.cp/annota2.exp: Ditto.
1995
1996 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
1997
1998 * lib/check-test-names.exp: Disable when testing is being run in
1999 parallel.
2000
2001 2020-05-12 Tom de Vries <tdevries@suse.de>
2002
2003 * gdb.base/jit-elf.exp: Fix string concat.
2004
2005 2020-05-12 Tom de Vries <tdevries@suse.de>
2006
2007 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
2008 messages.
2009
2010 2020-05-12 Tom de Vries <tdevries@suse.de>
2011
2012 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
2013
2014 2020-05-12 Tom de Vries <tdevries@suse.de>
2015
2016 * gdb.ada/catch_ex.exp: Use with_test_prefix.
2017 * gdb.ada/mi_catch_ex.exp: Same.
2018 * gdb.ada/mi_catch_ex_hand.exp: Same.
2019
2020 2020-05-12 Tom de Vries <tdevries@suse.de>
2021
2022 * gdb.fortran/complex.exp: Use with_test_prefix.
2023
2024 2020-05-12 Tom de Vries <tdevries@suse.de>
2025
2026 * gdb.trace/passcount.exp: Fix test-names.
2027
2028 2020-05-12 Tom de Vries <tdevries@suse.de>
2029
2030 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
2031
2032 2020-05-12 Tom de Vries <tdevries@suse.de>
2033
2034 * gdb.gdb/complaints.exp: Use with_test_prefix.
2035 * gdb.xml/tdesc-regs.exp: Same.
2036 * gdb.opt/inline-locals.exp: Fix test name.
2037
2038 2020-05-12 Tom de Vries <tdevries@suse.de>
2039
2040 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
2041 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
2042 * gdb.dwarf2/implref-struct.exp: Same.
2043 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
2044 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
2045
2046 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
2047
2048 * gdb.base/jit-so.exp (one_jit_test): Change test name.
2049
2050 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
2051
2052 * lib/check-test-names.exp (all_test_names): New module variable.
2053 (counts): Add 'duplicates' field.
2054 (_check_duplicates): New procedure.
2055 (check): Also check for duplicates.
2056 (do_log_summary): Print duplicates count.
2057 (do_reset_vars): Reset counter for duplicate test names, and
2058 discard all know test names.
2059
2060 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
2061
2062 * lib/gdb.exp: Include check-test-names.exp library.
2063 * lib/check-test-names.exp: New file.
2064
2065 2020-05-11 Tom de Vries <tdevries@suse.de>
2066
2067 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
2068
2069 2020-05-11 Keith Seitz <keiths@redhat.com>
2070
2071 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
2072
2073 2020-05-11 Tom de Vries <tdevries@suse.de>
2074
2075 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
2076 * gdb.cp/cpexprs.exp.in: .. here.
2077 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
2078 cpexprs.exp.
2079
2080 2020-05-11 Keith Seitz <keiths@redhat.com>
2081
2082 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
2083 test names.
2084 * gdb.ada/arrayptr.exp: Likewise.
2085 * gdb.ada/assign_arr.exp: Likewise.
2086 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
2087 * gdb.ada/bp_on_var.exp: Likewise.
2088 * gdb.ada/call_pn.exp: Likewise.
2089 * gdb.ada/complete.exp: Likewise.
2090 * gdb.ada/fun_overload_menu.exp: Likewise.
2091 * gdb.ada/funcall_param.exp: Likewise.
2092 * gdb.ada/funcall_ref.exp: Likewise.
2093 * gdb.ada/packed_array_assign.exp: Likewise.
2094 * gdb.ada/same_component_name.exp: Likewise.
2095 * gdb.ada/type_coercion.exp: Likewise.
2096 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
2097 * gdb.ada/variant_record_packed_array.exp: Likewise.
2098
2099 2020-05-11 Tom de Vries <tdevries@suse.de>
2100
2101 PR symtab/25941
2102 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
2103 out of ...
2104 * gdb.dwarf2/clang-debug-names.exp: ... here.
2105 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
2106 clang-debug-names.exp.in.
2107 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
2108 * gdb.dwarf2/clang-debug-names-2.c: New test.
2109
2110 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2111
2112 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
2113 (fortran_runto_main): New Proc, fortran version of runto_main.
2114 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
2115 * gdb.fortran/array-bounds.exp: Likewise.
2116 * gdb.fortran/array-slices.exp: Likewise.
2117 * gdb.fortran/block-data.exp: Likewise.
2118 * gdb.fortran/charset.exp: Likewise.
2119 * gdb.fortran/common-block.exp: Likewise.
2120 * gdb.fortran/complex.exp: Likewise.
2121 * gdb.fortran/derived-type-function.exp: Likewise.
2122 * gdb.fortran/derived-type.exp: Likewise.
2123 * gdb.fortran/info-modules.exp: Likewise.
2124 * gdb.fortran/info-types.exp: Likewise.
2125 * gdb.fortran/intrinsics.exp: Likewise.
2126 * gdb.fortran/library-module.exp: Likewise.
2127 * gdb.fortran/logical.exp: Likewise.
2128 * gdb.fortran/max-depth.exp: Likewise.
2129 * gdb.fortran/module.exp: Likewise.
2130 * gdb.fortran/multi-dim.exp: Likewise.
2131 * gdb.fortran/nested-funcs.exp: Likewise.
2132 * gdb.fortran/print-formatted.exp: Likewise.
2133 * gdb.fortran/print_type.exp: Likewise.
2134 * gdb.fortran/printing-types.exp: Likewise.
2135 * gdb.fortran/ptr-indentation.exp: Likewise.
2136 * gdb.fortran/ptype-on-functions.exp: Likewise.
2137 * gdb.fortran/subarray.exp: Likewise.
2138 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
2139 * gdb.fortran/vla-datatypes.exp: Likewise.
2140 * gdb.fortran/vla-history.exp: Likewise.
2141 * gdb.fortran/vla-ptr-info.exp: Likewise.
2142 * gdb.fortran/vla-ptype-sub.exp: Likewise.
2143 * gdb.fortran/vla-ptype.exp: Likewise.
2144 * gdb.fortran/vla-sizeof.exp: Likewise.
2145 * gdb.fortran/vla-type.exp: Likewise.
2146 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
2147 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
2148 * gdb.fortran/vla-value-sub.exp: Likewise.
2149 * gdb.fortran/vla-value.exp: Likewise.
2150 * gdb.fortran/whatis_type.exp: Likewise.
2151 * gdb.mi/mi-var-child-f.exp: Likewise.
2152
2153 2020-05-09 Tom de Vries <tdevries@suse.de>
2154
2155 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
2156
2157 2020-05-08 Tom de Vries <tdevries@suse.de>
2158
2159 * gdb.dwarf2/clang-debug-names.c: New test.
2160 * gdb.dwarf2/clang-debug-names.exp: New file.
2161
2162 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
2163
2164 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
2165 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
2166
2167 2020-05-06 Tom de Vries <tdevries@suse.de>
2168
2169 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
2170 breakpoint is at a "recommended breakpoint location".
2171 * gdb.reverse/consecutive-reverse.exp: Same.
2172
2173 2020-05-06 Tom de Vries <tdevries@suse.de>
2174
2175 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
2176 address.
2177
2178 2020-05-06 Tom de Vries <tdevries@suse.de>
2179
2180 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
2181
2182 2020-05-06 Tom de Vries <tdevries@suse.de>
2183
2184 * gdb.base/store.exp (check_set, up_set): Allowing missing location
2185 info for r.
2186
2187 2020-05-06 Tom de Vries <tdevries@suse.de>
2188
2189 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
2190 necessary.
2191
2192 2020-05-06 Tom de Vries <tdevries@suse.de>
2193
2194 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
2195 void.
2196
2197 2020-05-06 Tom de Vries <tdevries@suse.de>
2198
2199 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
2200 of ...
2201 * gdb.base/async.exp: ... here.
2202 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
2203 "recommended breakpoint location".
2204
2205 2020-05-06 Tom de Vries <tdevries@suse.de>
2206
2207 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
2208
2209 2020-05-04 Tom de Vries <tdevries@suse.de>
2210
2211 * gdb.base/async.exp: Check whether instruction addresses are a
2212 "recommended breakpoint location".
2213
2214 2020-05-03 Tom Tromey <tom@tromey.com>
2215
2216 * gdb.base/sepdebug.exp: Remove "catch" test.
2217 * gdb.base/break.exp: Remove "catch" test.
2218 * gdb.base/default.exp: Update expected output.
2219
2220 2020-05-02 Tom de Vries <tdevries@suse.de>
2221
2222 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
2223 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
2224 * gdb.arch/i386-mpx-map.exp: Same.
2225 * gdb.arch/i386-mpx-sigsegv.exp: Same.
2226 * gdb.arch/i386-mpx-simple_segv.exp: Same.
2227 * gdb.arch/i386-mpx.exp: Same.
2228
2229 2020-05-02 Tom de Vries <tdevries@suse.de>
2230
2231 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
2232
2233 2020-05-01 Tom de Vries <tdevries@suse.de>
2234
2235 * gdb.ada/operator_bp.exp: Allow more than required amount of
2236 breakpoint.
2237
2238 2020-05-01 Tom de Vries <tdevries@suse.de>
2239
2240 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
2241
2242 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
2243
2244 PR gdb/18706
2245 * gdb.cp/stub-array-size.cc: New test.
2246 * gdb.cp/stub-array-size.exp: New file.
2247 * gdb.cp/stub-array-size.h: New test.
2248 * gdb.cp/stub-array-size2.cc: New test.
2249
2250 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
2251
2252 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
2253 output to the new format.
2254
2255 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
2256
2257 * gdb.base/break.exp: Use with_test_prefix.
2258
2259 2020-04-29 Tom de Vries <tdevries@suse.de>
2260
2261 * lib/gdb.exp (debug_types): New proc.
2262 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
2263 * gdb.python/py-symtab.exp: Same.
2264
2265 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
2266
2267 PR gdb/17320
2268 * gdb.base/pretty-array.c: New test.
2269 * gdb.base/pretty-array.exp: New file.
2270
2271 2020-04-29 Tom de Vries <tdevries@suse.de>
2272
2273 PR symtab/25889
2274 * gdb.cp/cpexprs.exp: Adapt for inclusion.
2275 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
2276 and include cpexprs.exp.
2277
2278 2020-04-28 Mark Williams <mark@myosotissp.com>
2279
2280 PR gdb/24480
2281 * dw4-toplevel-types.exp: Test for top level types.
2282 * dw4-toplevel-types.cc: Test for top level types.
2283
2284 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2285
2286 * gdb.threads/stop-with-handle.exp: Fix typo in comment
2287 (theads -> threads).
2288
2289 2020-04-28 Tom de Vries <tdevries@suse.de>
2290
2291 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
2292
2293 2020-04-28 Tom de Vries <tdevries@suse.de>
2294
2295 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
2296
2297 2020-04-28 Tom de Vries <tdevries@suse.de>
2298
2299 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
2300
2301 2020-04-28 Tom de Vries <tdevries@suse.de>
2302
2303 * gdb.dwarf2/main-foo.c: New test.
2304 * gdb.dwarf2/struct-with-sig.exp: New file.
2305
2306 2020-04-25 Tom de Vries <tdevries@suse.de>
2307
2308 * boards/debug-types.exp: New file.
2309
2310 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
2311
2312 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
2313
2314 2020-04-24 Tom Tromey <tom@tromey.com>
2315
2316 PR symtab/12707:
2317 * gdb.python/py-symbol.exp: Update expected results for
2318 linkage_name test.
2319 * gdb.cp/print-demangle.exp: New file.
2320 * gdb.base/c-linkage-name.exp: Fix test.
2321 * gdb.guile/scm-symbol.exp: Update expected results for
2322 linkage_name test.
2323
2324 2020-04-24 Tom Tromey <tom@tromey.com>
2325
2326 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
2327 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
2328 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
2329 assembler.
2330
2331 2020-04-24 Tom de Vries <tdevries@suse.de>
2332
2333 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
2334 C++.
2335
2336 2020-04-24 Tom Tromey <tromey@adacore.com>
2337
2338 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
2339 values.
2340 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
2341 values. Update test for minimal encodings.
2342 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
2343 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
2344 values. Update test for minimal encodings.
2345
2346 2020-04-24 Tom Tromey <tromey@adacore.com>
2347
2348 PR python/23662:
2349 * gdb.ada/variant.exp: Add Python checks.
2350 * gdb.rust/simple.exp: Add dynamic type checks.
2351
2352 2020-04-24 Tom Tromey <tromey@adacore.com>
2353
2354 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
2355 Make array type matching more lax.
2356 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
2357 * gdb.ada/mi_variant.exp: New file.
2358 * gdb.ada/mi_variant/pck.ads: New file.
2359 * gdb.ada/mi_variant/pkg.adb: New file.
2360 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
2361 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
2362
2363 2020-04-24 Tom Tromey <tromey@adacore.com>
2364
2365 * gdb.ada/variant.exp: Add dynamic field offset tests.
2366 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
2367 * gdb.ada/variant/pkg.adb: Add new variables.
2368
2369 2020-04-24 Tom Tromey <tromey@adacore.com>
2370
2371 * gdb.ada/variant.exp: New file
2372 * gdb.ada/variant/pkg.adb: New file
2373 * gdb.ada/variant/pck.adb: New file
2374
2375 2020-04-24 Tom de Vries <tdevries@suse.de>
2376
2377 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
2378
2379 2020-04-24 Tom de Vries <tdevries@suse.de>
2380
2381 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
2382 flags.
2383
2384 2020-04-24 Tom de Vries <tdevries@suse.de>
2385
2386 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
2387
2388 2020-04-24 Tom de Vries <tdevries@suse.de>
2389
2390 * lib/gdb.exp (default_gdb_start): Handle eof.
2391 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
2392 failure.
2393 * gdb.base/readnever.exp: Handle clean_restart failure.
2394
2395 2020-04-23 Tom de Vries <tdevries@suse.de>
2396
2397 * gdb.base/decl-before-def.exp: Run to main and print a again.
2398
2399 2020-04-23 Tom de Vries <tdevries@suse.de>
2400
2401 * gdb.base/decl-before-def-decl.c: New test.
2402 * gdb.base/decl-before-def-def.c: New test.
2403 * gdb.base/decl-before-def.exp: New file.
2404
2405 2020-04-23 Tom de Vries <tdevries@suse.de>
2406
2407 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
2408
2409 2020-04-22 Tom de Vries <tdevries@suse.de>
2410
2411 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
2412 debug_info_offset.
2413 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
2414 before $objsfile in the line line.
2415
2416 2020-04-22 Tom de Vries <tdevries@suse.de>
2417
2418 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
2419
2420 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2421
2422 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
2423 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
2424 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
2425 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
2426 * gdb.base/jit-protocol.h: Update definitions to match all usage
2427 contexts.
2428
2429 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2430
2431 * gdb.base: Rename all jit related test and source files.
2432
2433 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2434
2435 * gdb.base/jit-reader.exp: Relax register output check.
2436
2437 2020-04-22 Tom de Vries <tdevries@suse.de>
2438
2439 PR symtab/25764
2440 * gdb.base/psym-external-decl-2.c: New test.
2441 * gdb.base/psym-external-decl.c: New test.
2442 * gdb.base/psym-external-decl.exp: New file.
2443 * gdb.threads/tls.exp: Add PR25807 kfail.
2444
2445 2020-04-22 Tom de Vries <tdevries@suse.de>
2446
2447 PR symtab/25801
2448 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
2449 in "info source" output.
2450
2451 2020-04-22 Tom de Vries <tdevries@suse.de>
2452
2453 PR symtab/25700
2454 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
2455 symtab for imported_unit.c.
2456
2457 2020-04-21 Gary Benson <gbenson@redhat.com>
2458
2459 * gdb.base/advance.c (func): New argument, to match call site.
2460 (func2, func3): Add return statements.
2461
2462 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2463
2464 * gdb.multi/run-only-second-inf.c: New file.
2465 * gdb.multi/run-only-second-inf.exp: New file.
2466
2467 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
2468
2469 * gdb.btrace/multi-inferior.c: New test.
2470 * gdb.btrace/multi-inferior.exp: New file.
2471
2472 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
2473
2474 * gdb.btrace/enable-new-thread.c: New test.
2475 * gdb.btrace/enable-new-thread.exp: New file.
2476
2477 2020-04-21 Tom de Vries <tdevries@suse.de>
2478
2479 PR gdb/25471
2480 * gdb.threads/killed-outside.c: New test.
2481 * gdb.threads/killed-outside.exp: New file.
2482
2483 2020-04-20 Gary Benson <gbenson@redhat.com>
2484
2485 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
2486 * gdb.base/nested-subp2.exp: Likewise.
2487 * gdb.base/nested-subp3.exp: Likewise.
2488
2489 2020-04-20 Gary Benson <gbenson@redhat.com>
2490
2491 * gdb.base/nested-subp1.exp: Disable test when using clang.
2492 * gdb.base/nested-subp2.exp: Likewise.
2493 * gdb.base/nested-subp3.exp: Likewise.
2494
2495 2020-04-20 Gary Benson <gbenson@redhat.com>
2496
2497 * gdb.cp/exception.cc: Fix compilation error with clang.
2498
2499 2020-04-20 Gary Benson <gbenson@redhat.com>
2500
2501 * gdb.trace/tspeed.c: Fix compilation error with clang.
2502
2503 2020-04-20 Gary Benson <gbenson@redhat.com>
2504
2505 * gdb.base/jit-main.c: Fix compilation error with clang.
2506
2507 2020-04-17 Kamil Rytarowski <n54@gmx.com>
2508
2509 * gdb.base/attach-twice.c: Include "sys/types.h".
2510 (PTRACE_ATTACH): Add fallback definition.
2511 (main): Pass `0' to the 4th argument of `ptrace'.
2512
2513 2020-04-17 Kamil Rytarowski <n54@gmx.com>
2514
2515 * gdb.base/fork-running-state.c: Include "signal.h".
2516
2517 2020-04-17 Tom Tromey <tromey@adacore.com>
2518
2519 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
2520 Update tests.
2521 * gdb.btrace/cpu.exp: Update tests.
2522 * gdb.base/maint.exp: Update tests.
2523 * gdb.base/default.exp: Update tests.
2524 * gdb.base/completion.exp: Update tests.
2525
2526 2020-04-16 Tom de Vries <tdevries@suse.de>
2527
2528 PR symtab/25791
2529 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
2530 (ensure_gdb_index): and factor out and move ...
2531 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
2532 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
2533
2534 2020-04-16 Tom de Vries <tdevries@suse.de>
2535
2536 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
2537 loading exec.
2538
2539 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
2540
2541 * gdb.base/many-completions.exp: New file.
2542
2543 2020-04-14 Tom de Vries <tdevries@suse.de>
2544
2545 PR symtab/25718
2546 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
2547
2548 2020-04-14 Tom de Vries <tdevries@suse.de>
2549
2550 PR symtab/25720
2551 * gdb.base/maint-expand-symbols-header-file.c: New test.
2552 * gdb.base/maint-expand-symbols-header-file.exp: New file.
2553 * gdb.base/maint-expand-symbols-header-file.h: New test.
2554
2555 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
2556
2557 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
2558 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
2559 get_func_info.
2560 (get_func_info): Delete.
2561 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
2562 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
2563 * lib/dwarf.exp (get_func_info): New function.
2564
2565 2020-04-13 Tom de Vries <tdevries@suse.de>
2566
2567 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
2568 to what find_gnatmake does.
2569
2570 2020-04-10 Tom de Vries <tdevries@suse.de>
2571
2572 * gdb.base/style.exp: Expect "Expanding full symbols" message for
2573 -readnow.
2574
2575 2020-04-10 Tom de Vries <tdevries@suse.de>
2576
2577 PR cli/25808
2578 * gdb.base/style.c: Add leading newlines.
2579 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
2580 Check listing of main's one-line body.
2581
2582 2020-04-08 Tom de Vries <tdevries@suse.de>
2583
2584 * lib/gdb.exp (psymtabs_p): New proc.
2585 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
2586 importing unit" unsupported if there are no partial symbols.
2587
2588 2020-04-08 Tom de Vries <tdevries@suse.de>
2589
2590 PR testsuite/25760
2591 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
2592
2593 2020-04-07 Tom de Vries <tdevries@suse.de>
2594
2595 PR symtab/25796
2596 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
2597
2598 2020-04-07 Tom de Vries <tdevries@suse.de>
2599
2600 * gdb.base/check-psymtab.c: New test.
2601 * gdb.base/check-psymtab.exp: New file.
2602
2603 2020-04-06 Tom Tromey <tromey@adacore.com>
2604
2605 * gdb.ada/variant-record/proc.adb: New file.
2606 * gdb.ada/variant-record/value.adb: New file.
2607 * gdb.ada/variant-record/value.s: New file.
2608 * gdb.ada/variant-record.exp: New file.
2609
2610 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
2611
2612 PR gdb/25325
2613 * gdb.cp/typed-enum.cc: New test.
2614 * gdb.cp/typed-enum.exp: New file.
2615
2616 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2617
2618 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
2619 * gdb.dwarf2/dw2-inline-small-func.c: New file.
2620 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
2621 * gdb.dwarf2/dw2-inline-small-func.h: New file.
2622 * gdb.opt/inline-small-func.c: New file.
2623 * gdb.opt/inline-small-func.exp: New file.
2624 * gdb.opt/inline-small-func.h: New file.
2625
2626 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2627
2628 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
2629 function.
2630
2631 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2632
2633 * lib/dwarf.exp (function_range): Allow compiler options to be
2634 specified.
2635
2636 2020-04-02 Tom de Vries <tdevries@suse.de>
2637
2638 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
2639 __attribute__((always_inline)).
2640 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
2641
2642 2020-04-02 Tom de Vries <tdevries@suse.de>
2643
2644 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
2645 (gdbserver_gdb_exit): ... here. Add timeout warning.
2646 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
2647 (connect_target_extended_remote): Append new server_spawn_id to
2648 server_spawn_ids.
2649 (cleanup): New proc.
2650 (setup, <toplevel>): Call cleanup.
2651
2652 2020-04-02 Tom de Vries <tdevries@suse.de>
2653
2654 * gdb.base/main-psymtab.exp: New file.
2655
2656 2020-04-02 Tom de Vries <tdevries@suse.de>
2657
2658 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
2659
2660 2020-04-01 Tom Tromey <tom@tromey.com>
2661
2662 * gdb.base/complex-parts.exp: Add type tests.
2663
2664 2020-04-01 Tom Tromey <tom@tromey.com>
2665
2666 * gdb.base/complex-parts.exp: Add arithmetic tests.
2667
2668 2020-04-01 Tom Tromey <tom@tromey.com>
2669
2670 * gdb.compile/compile.exp: Update.
2671 * gdb.compile/compile-cplus.exp: Update.
2672 * gdb.base/varargs.exp: Update.
2673 * gdb.base/floatn.exp: Update.
2674 * gdb.base/endianity.exp: Update.
2675 * gdb.base/callfuncs.exp (do_function_calls): Update.
2676 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
2677 (complex_float_integral_args): Update.
2678 * gdb.base/complex.exp: Update.
2679 * gdb.base/complex-parts.exp: Update.
2680
2681 2020-04-01 Tom Tromey <tromey@adacore.com>
2682
2683 * gdb.rust/union.rs: New file.
2684 * gdb.rust/union.exp: New file.
2685 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
2686 (main): Update.
2687 * gdb.rust/simple.exp: Move union tests to union.exp.
2688
2689 2020-04-01 Tom Tromey <tromey@adacore.com>
2690
2691 * gdb.rust/simple.rs (main): Remove "y0".
2692
2693 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2694
2695 * gdb.multi/stop-all-on-exit.c: New test.
2696 * gdb.multi/stop-all-on-exit.exp: New file.
2697
2698 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
2699
2700 PR gdb/24789
2701 * gdb.cp/misc.cc: Add integer reference variable.
2702 * gdb.cp/misc.exp: Add test.
2703
2704 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2705
2706 * gdb.server/stop-reply-no-thread.exp: Enhance the test
2707 scenario to cover execution until the end and also the case
2708
2709 2020-03-31 Tom de Vries <tdevries@suse.de>
2710
2711 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
2712 c. Use "maint info symtabs" to check symtab expansion.
2713
2714 2020-03-30 Tom de Vries <tdevries@suse.de>
2715
2716 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
2717 unsupported.
2718 (verify_psymtab_expanded): Move ...
2719 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
2720 test.
2721 (readnow): New proc.
2722
2723 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2724
2725 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
2726 with $hex.
2727
2728 2020-03-20 Tom Tromey <tromey@adacore.com>
2729
2730 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
2731
2732 2020-03-20 Tom Tromey <tromey@adacore.com>
2733
2734 * gdb.ada/sub_variant/subv.adb: New file.
2735 * gdb.ada/sub_variant.exp: New file.
2736
2737 2020-03-20 Tom de Vries <tdevries@suse.de>
2738
2739 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
2740 first break fails.
2741 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
2742
2743 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2744
2745 * gdb.server/exit-multiple-threads.c: New file.
2746 * gdb.server/exit-multiple-threads.exp: New file.
2747
2748 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2749
2750 * gdb.fortran/mixed-lang-stack.c: New file.
2751 * gdb.fortran/mixed-lang-stack.cpp: New file.
2752 * gdb.fortran/mixed-lang-stack.exp: New file.
2753 * gdb.fortran/mixed-lang-stack.f90: New file.
2754
2755 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2756
2757 * gdb.linespec/cp-completion-aliases.cc: New file.
2758 * gdb.linespec/cp-completion-aliases.exp: New file.
2759
2760 2020-03-19 Tom de Vries <tdevries@suse.de>
2761
2762 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
2763 more precise.
2764
2765 2020-03-18 Tom de Vries <tdevries@suse.de>
2766
2767 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
2768 * gdb.dwarf2/break-inline-psymtab.c: New test.
2769 * gdb.dwarf2/break-inline-psymtab.exp: New file.
2770
2771 2020-03-16 Tom de Vries <tdevries@suse.de>
2772
2773 * lib/cache.exp (gdb_do_cache): Add and handle local variables
2774 cache_verify and cache_verify_proc.
2775
2776 2020-03-15 Tom de Vries <tdevries@suse.de>
2777
2778 * gdb.server/solib-list.exp: Handle
2779 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
2780
2781 2020-03-15 Tom de Vries <tdevries@suse.de>
2782
2783 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
2784 objfiles".
2785
2786 2020-03-14 Tom Tromey <tom@tromey.com>
2787
2788 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
2789
2790 2020-03-14 Tom de Vries <tdevries@suse.de>
2791
2792 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
2793
2794 2020-03-14 Tom de Vries <tdevries@suse.de>
2795
2796 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
2797 result in line-by-line fashion.
2798
2799 2020-03-14 Tom de Vries <tdevries@suse.de>
2800
2801 * lib/gdb.exp (supports_statement_frontiers): New proc.
2802 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
2803
2804 2020-03-14 Tom de Vries <tdevries@suse.de>
2805
2806 * gdb.base/printcmds.exp: Add missing quoting for "print
2807 teststring2".
2808
2809 2020-03-13 Tom Tromey <tom@tromey.com>
2810
2811 * gdb.base/printcmds.exp (test_print_strings): Add regression
2812 test.
2813 * gdb.base/printcmds.c (charptr): New typedef.
2814 (teststring2): New global.
2815
2816 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
2817
2818 * gdb.base/break-interp.exp: Use the tail of the filename, not the
2819 full path in the test name.
2820 (test_ld): Add some with_test_prefix blocks to make test names
2821 unique.
2822
2823 2020-03-13 Tom de Vries <tdevries@suse.de>
2824
2825 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
2826
2827 2020-03-13 Tom de Vries <tdevries@suse.de>
2828
2829 * gdb.mi/mi-sym-info.exp: Make matching more precise.
2830
2831 2020-03-13 Tom de Vries <tdevries@suse.de>
2832
2833 PR symtab/25646
2834 * gdb.dwarf2/imported-unit.exp: Add test.
2835
2836 2020-03-13 Tom de Vries <tdevries@suse.de>
2837
2838 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
2839 (var1, var2): New variable.
2840 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
2841 matching symbols.
2842
2843 2020-03-13 Tom de Vries <tdevries@suse.de>
2844
2845 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
2846 (Term::command): Use prompt prefix.
2847 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
2848 * gdb.tui/tui-layout-asm-short-prog.exp: Use
2849 command_no_prompt_prefix instead of prefix.
2850 * gdb.tui/tui-layout-asm.exp: Same.
2851
2852 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
2853
2854 * gdb.base/break-interp.exp: Use foreach_with_prefix.
2855
2856 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
2857
2858 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
2859 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
2860 on" while stepping over the test instruction, match printed
2861 message.
2862
2863 2020-03-12 Tom de Vries <tdevries@suse.de>
2864
2865 * gdb.base/info-types.exp: Use exp_continue during matching of output
2866 of "info types".
2867
2868 2020-03-12 Tom de Vries <tdevries@suse.de>
2869
2870 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
2871
2872 2020-03-12 Tom de Vries <tdevries@suse.de>
2873
2874 * gdb.fortran/module.exp: Use exp_continue during matching of output
2875 of "info variable -n".
2876
2877 2020-03-12 Tom de Vries <tdevries@suse.de>
2878
2879 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
2880 gdb.dwarf2/dw2-ranges-base.c.
2881
2882 2020-03-12 Tom de Vries <tdevries@suse.de>
2883
2884 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
2885 in presence of GLIBC debuginfo.
2886
2887 2020-03-12 Tom de Vries <tdevries@suse.de>
2888
2889 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
2890 $core.
2891
2892 2020-03-12 Tom de Vries <tdevries@suse.de>
2893
2894 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
2895 more precise.
2896
2897 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
2898
2899 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
2900 from Unix to Windows path.
2901
2902 2020-03-11 Tom de Vries <tdevries@suse.de>
2903
2904 * gdb.ada/minsyms.exp: Set language to ada.
2905
2906 2020-03-11 Tom de Vries <tdevries@suse.de>
2907
2908 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
2909
2910 2020-03-11 Tom de Vries <tdevries@suse.de>
2911
2912 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
2913
2914 2020-03-11 Tom Tromey <tromey@adacore.com>
2915
2916 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
2917
2918 2020-03-11 Tom de Vries <tdevries@suse.de>
2919
2920 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
2921
2922 2020-03-11 Tom de Vries <tdevries@suse.de>
2923
2924 * gdb.base/break-interp.exp: Limit verbose scope.
2925
2926 2020-03-11 Tom de Vries <tdevries@suse.de>
2927
2928 * gdb.fortran/logical.f90: Define variable with character type.
2929 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
2930
2931 2020-03-11 Tom de Vries <tdevries@suse.de>
2932
2933 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
2934
2935 2020-03-11 Tom de Vries <tdevries@suse.de>
2936
2937 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
2938 symtabs.
2939
2940 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2941 Bernd Edlinger <bernd.edlinger@hotmail.de>
2942
2943 * gdb.cp/step-and-next-inline.cc: New file.
2944 * gdb.cp/step-and-next-inline.exp: New file.
2945 * gdb.cp/step-and-next-inline.h: New file.
2946 * gdb.dwarf2/dw2-is-stmt.c: New file.
2947 * gdb.dwarf2/dw2-is-stmt.exp: New file.
2948 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
2949 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
2950 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
2951
2952 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2953
2954 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
2955 is-stmt flag in the line table.
2956
2957 2020-03-09 Tom de Vries <tdevries@suse.de>
2958
2959 * lib/gdb.exp (cached_file): Create cache dir.
2960
2961 2020-03-07 Tom de Vries <tdevries@suse.de>
2962
2963 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
2964 * gdb.cp/rvalue-ref-params.exp: Same.
2965
2966 2020-03-06 Tom de Vries <tdevries@suse.de>
2967
2968 * lib/gdb.exp (tentative_rename, cached_file): New proc.
2969 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
2970
2971 2020-03-06 Tom de Vries <tdevries@suse.de>
2972
2973 * README: Fix "the the".
2974 * gdb.base/dprintf.exp: Same.
2975
2976 2020-03-05 Tom de Vries <tdevries@suse.de>
2977
2978 * gdb.base/maint.exp: Update "main print statistics" expected output.
2979
2980 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2981
2982 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
2983 (fortran_int8): Likewise.
2984 (fortran_real4): Likewise.
2985 (fortran_real8): Likewise.
2986 (fortran_complex4): Likewise.
2987 (fortran_logical4): Likewise.
2988 (fortran_character1): Likewise.
2989
2990 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
2991
2992 * gdb.fortran/logical.exp: Add tests that any non-zero value is
2993 printed as true.
2994
2995 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
2996
2997 * gdb.base/printcmds.exp: Add test to verify printf of a
2998 variable holding an address.
2999
3000 2020-03-03 Tom de Vries <tdevries@suse.de>
3001
3002 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
3003
3004 2020-03-03 Tom de Vries <tdevries@suse.de>
3005
3006 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
3007 gdb_test_multiple call.
3008
3009 2020-03-03 Tom de Vries <tdevries@suse.de>
3010
3011 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
3012 gdb_test_multiple calls.
3013
3014 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
3015
3016 * gdb.base/default.exp: Remove test of 'set history filename'.
3017 * gdb.base/gdbinit-history.exp: Add tests for setting the history
3018 filename to the empty string.
3019 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
3020 and GDBHISTSIZE.
3021
3022 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
3023
3024 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
3025 disabled.
3026
3027 2020-03-02 Pedro Alves <palves@redhat.com>
3028 Tom de Vries <tdevries@suse.de>
3029
3030 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
3031 -prompt prefix, before user_code argument. Add -lbl option likewise.
3032 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
3033 (gdb_is_target_1): Add -prompt prefix and move to before user_code
3034 argument.
3035 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
3036 have "\r\n" at start-of-line, instead of at end-of-line.
3037
3038 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
3039
3040 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
3041 libinproctrace.so.
3042
3043 2020-02-28 Luis Machado <luis.machado@linaro.org>
3044
3045 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
3046 to "p/x".
3047
3048 2020-02-28 Luis Machado <luis.machado@linaro.org>
3049
3050 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
3051 asm/ptrace.h and error.h.
3052
3053 2020-02-28 Tom de Vries <tdevries@suse.de>
3054
3055 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
3056 (struct wrapper, do_something, mundane/symada__cS): Move ...
3057 * gdb.base/c-linkage-name-2.c: ... here. New source file.
3058 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
3059 Update "print symada__cS before partial symtab expansion" regexp.
3060 Update breakpoint location. Flush symbol cache after expansion.
3061
3062 2020-02-28 Luis Machado <luis.machado@linaro.org>
3063
3064 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
3065
3066 2020-02-27 Tom de Vries <tdevries@suse.de>
3067
3068 * config/sid.exp: Remove unused globals.
3069 * gdb.base/attach.exp: Same.
3070 * gdb.base/catch-load.exp: Same.
3071 * gdb.base/dbx.exp: Same.
3072 * lib/gdb.exp: Same.
3073 * lib/mi-support.exp: Same.
3074 * lib/prompt.exp: Same.
3075
3076 2020-02-27 Tom de Vries <tdevries@suse.de>
3077
3078 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
3079 not set.
3080
3081 2020-02-26 Aaron Merey <amerey@redhat.com>
3082
3083 * gdb.debuginfod: New directory for debuginfod tests.
3084 * gdb.debuginfod/main.c: New test file.
3085 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
3086
3087 2020-02-26 Tom de Vries <tdevries@suse.de>
3088
3089 PR gdb/25603
3090 * gdb.base/persistent-lang.cc: New test.
3091 * gdb.base/persistent-lang.exp: New file.
3092
3093 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
3094
3095 * gdb.fortran/derived-type-striding.exp: Add a new test.
3096 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
3097 new test.
3098
3099 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
3100
3101 * gdb.base/cached-source-file.exp: Avoid source file paths in test
3102 names.
3103
3104 2020-02-25 Tom de Vries <tdevries@suse.de>
3105
3106 PR go/18926
3107 * gdb.go/methods.exp: Remove gcc/93866 xfail.
3108
3109 2020-02-24 Tom de Vries <tdevries@suse.de>
3110
3111 PR gdb/25592
3112 * gdb.base/info-locals-unused-static-var.c: New test.
3113 * gdb.base/info-locals-unused-static-var.exp: New file.
3114
3115 2020-02-22 Tom Tromey <tom@tromey.com>
3116
3117 * gdb.python/tui-window.exp: New file.
3118 * gdb.python/tui-window.py: New file.
3119
3120 2020-02-22 Tom Tromey <tom@tromey.com>
3121
3122 PR tui/17850:
3123 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
3124 tests.
3125
3126 2020-02-22 Tom Tromey <tom@tromey.com>
3127
3128 * gdb.tui/new-layout.exp: Add sub-layout tests.
3129
3130 2020-02-22 Tom Tromey <tom@tromey.com>
3131
3132 * gdb.tui/new-layout.exp: New file.
3133
3134 2020-02-22 Tom Tromey <tom@tromey.com>
3135
3136 * gdb.rust/rust-style.rs: New file.
3137 * gdb.rust/rust-style.exp: New file.
3138 * gdb.base/style.exp: Test structure printing.
3139 * gdb.base/style.c (struct some_struct): New type.
3140 (enum etype): New type.
3141 (struct_value): New global.
3142
3143 2020-02-21 Tom de Vries <tdevries@suse.de>
3144
3145 PR go/18926
3146 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
3147 Remove blanket xfails. Use message argument for gdb_breakpoint.
3148 Make continuing to breakpoint test conditional on setting breakpoint.
3149 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
3150 DW_AT_name attribute. Add xfail for GCC PR93866.
3151
3152 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
3153
3154 * gdb.dwarf2/cpp-linkage-name.c: New file.
3155 * gdb.dwarf2/cpp-linkage-name.exp: New file.
3156
3157 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
3158
3159 * lib/gdb.exp (gdb_wrapper_init): Reset
3160 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
3161 not exist.
3162
3163 2020-02-20 Tom de Vries <tdevries@suse.de>
3164
3165 PR go/17018
3166 * gdb.go/hello.exp: Copy ...
3167 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
3168 print of st to print value of global definition. Add xfail for GCC
3169 PR93844.
3170 * gdb.go/hello.exp: Remove printing of st before definition.
3171 * gdb.go/hello.go: Copy ...
3172 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
3173 to st.
3174 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
3175
3176 2020-02-20 Tom de Vries <tdevries@suse.de>
3177
3178 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
3179 (gdb_simple_compile): Handle compile_flags go by using .go extension
3180 for source file.
3181 * gdb.go/chan.exp: Use support_go_compile.
3182 * gdb.go/handcall.exp: Same.
3183 * gdb.go/hello.exp: Same.
3184 * gdb.go/integers.exp: Same.
3185 * gdb.go/max-depth.exp: Same.
3186 * gdb.go/methods.exp: Same.
3187 * gdb.go/package.exp: Same.
3188 * gdb.go/strings.exp: Same.
3189 * gdb.go/types.exp: Same.
3190 * gdb.go/unsafe.exp: Same.
3191
3192 2020-02-19 Tom de Vries <tdevries@suse.de>
3193
3194 * gdb.python/lib-types.exp: Make xfail more strict.
3195
3196 2020-02-19 Tom de Vries <tdevries@suse.de>
3197
3198 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
3199
3200 2020-02-19 Doug Evans <dje@google.com>
3201
3202 PR rust/25535
3203 * gdb.rust/simple.exp: Add test.
3204 * gdb.rust/simple.rs: Add test.
3205
3206 2020-02-19 Tom de Vries <tdevries@suse.de>
3207
3208 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
3209 output line-by-line.
3210
3211 2020-02-19 Tom de Vries <tdevries@suse.de>
3212
3213 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
3214
3215 2020-02-19 Tom de Vries <tdevries@suse.de>
3216
3217 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
3218 prelink.
3219
3220 2020-02-19 Tom de Vries <tdevries@suse.de>
3221
3222 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
3223 (gdb_do_cache): Use gdb_do_cache_wrap.
3224 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
3225
3226 2020-02-19 Tom de Vries <tdevries@suse.de>
3227
3228 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
3229 gdb_compile option.
3230
3231 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
3232
3233 * gdb.base/printcmds.exp (test_print_enums): Update expected
3234 output.
3235
3236 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
3237
3238 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
3239 for "unknown".
3240
3241 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
3242
3243 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
3244 enumerator.
3245
3246 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
3247
3248 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
3249 FE_, add FE_NONE.
3250 (three): Update.
3251 (enum flag_enum_without_zero): New enum.
3252 (flag_enum_without_zero): New variable.
3253 (enum not_flag_enum): New enum.
3254 (three_not_flag): New variable.
3255 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
3256 (test_print_enums): Add more tests for printing flag enums.
3257
3258 2020-02-18 Tom de Vries <tdevries@suse.de>
3259
3260 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
3261 (gdb_compile_ada): ... here.
3262 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
3263 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
3264
3265 2020-02-14 Tom Tromey <tom@tromey.com>
3266
3267 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
3268 build directory.
3269 * boards/gdbserver-base.exp: Update path to gdbserver.
3270
3271 2020-02-13 Tom de Vries <tdevries@suse.de>
3272
3273 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
3274
3275 2020-02-13 Tom de Vries <tdevries@suse.de>
3276
3277 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
3278 are missing.
3279
3280 2020-02-13 Tom de Vries <tdevries@suse.de>
3281
3282 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
3283 call.
3284
3285 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
3286
3287 PR tui/25126
3288 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
3289 * gdb.base/cached-source-file.c: New file.
3290 * gdb.base/cached-source-file.exp: New file.
3291
3292 2020-02-11 Tom de Vries <tdevries@suse.de>
3293
3294 PR testsuite/25488
3295 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
3296
3297 2020-02-10 Tom de Vries <tdevries@suse.de>
3298
3299 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
3300
3301 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
3302
3303 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
3304 and $after_addr are both integers before making a comparison.
3305
3306 2020-02-09 Tom de Vries <tdevries@suse.de>
3307
3308 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
3309 command output and paste it into gdb.log. If any, paste catch message
3310 to gdb.log.
3311
3312 2020-02-07 Tom Tromey <tromey@adacore.com>
3313
3314 PR breakpoints/24915:
3315 * gdb.base/annotate-symlink.exp: Use setup_xfail.
3316
3317 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
3318
3319 * gdb.tui/tui-missing-src.exp: Add the "missing source
3320 file" test for the TUI.
3321
3322 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
3323
3324 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
3325 including a port number in the output.
3326
3327 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
3328
3329 * lib/fortran.exp (fortran_int4): Handle clang.
3330 (fortran_int8): Likewise.
3331 (fortran_real4): Likewise.
3332 (fortran_real8): Likewise.
3333 (fortran_complex4): Likewise.
3334 (fortran_logical4): Likewise.
3335 (fortran_character1): Likewise.
3336
3337 2020-02-04 Tom de Vries <tdevries@suse.de>
3338
3339 * README (Race detection): Add note.
3340
3341 2020-02-04 Tom de Vries <tdevries@suse.de>
3342
3343 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
3344
3345 2020-02-04 Tom de Vries <tdevries@suse.de>
3346
3347 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
3348
3349 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
3350
3351 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
3352 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
3353 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
3354 blttar, bnetarl.
3355 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
3356 binary for blttar, bnetarl.
3357 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
3358 wait instruction. Delete ldmx test.
3359 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
3360
3361 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3362
3363 * gdb.fortran/array-bounds-high.exp: New file.
3364 * gdb.fortran/array-bounds-high.f90: New file.
3365
3366 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
3367
3368 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
3369 Replace #include of <sys/fcntl.h> by <fcntl.h>.
3370
3371 2020-02-01 Tom de Vries <tdevries@suse.de>
3372
3373 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
3374
3375 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
3376
3377 PR tui/9765
3378 * gdb.tui/tui-layout-asm-short-prog.S: New file.
3379 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
3380
3381 2020-01-29 Luis Machado <luis.machado@linaro.org>
3382
3383 * gdb.arch/aarch64-brk-patterns.c: New source file.
3384 * gdb.arch/aarch64-brk-patterns.exp: New test.
3385
3386 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3387
3388 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
3389 GCC/Clang version.
3390 * gdb.cp/pass-by-ref.exp: Ditto.
3391
3392 2020-01-29 Tom de Vries <tdevries@suse.de>
3393
3394 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
3395 * gdb.threads/watchpoint-fork-mt.c: Same.
3396 * gdb.threads/watchpoint-fork-parent.c: Same.
3397 * gdb.threads/watchpoint-fork-st.c: Same.
3398 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
3399
3400 2020-01-27 Luis Machado <luis.machado@linaro.org>
3401
3402 * gdb.base/step-over-syscall.exp (setup): Check if we're already
3403 sitting at a syscall instruction when we hit the syscall function's
3404 breakpoint.
3405 Check PC against one obtained with the x command.
3406 Validate syscall number.
3407 (step_over_syscall): Don't continue to the syscall instruction if
3408 we're already there.
3409
3410 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3411
3412 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
3413
3414 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3415
3416 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
3417 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
3418
3419 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3420
3421 * gdb.dwarf2/dw2-inline-stepping.c: New file.
3422 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
3423
3424 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3425
3426 * gdb.base/maint.exp: Update line table parsing test.
3427 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
3428
3429 2020-01-24 Pedro Alves <palves@redhat.com>
3430
3431 PR gdb/25410
3432 * gdb.multi/multi-re-run-1.c: New.
3433 * gdb.multi/multi-re-run-2.c: New.
3434 * gdb.multi/multi-re-run.exp: New.
3435
3436 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3437
3438 PR gdb/23718
3439 * gdb.server/server-kill-python.exp: New file.
3440
3441 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3442
3443 * gdb.server/multi-ui-errors.c: New file.
3444 * gdb.server/multi-ui-errors.exp: New file.
3445
3446 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3447
3448 PR tui/9765
3449 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
3450
3451 2020-01-19 Tom Tromey <tom@tromey.com>
3452
3453 * gdb.tui/main.exp: Add check for plain "file".
3454
3455 2020-01-16 Christian Biesinger <cbiesinger@google.com>
3456
3457 * lib/gdb.exp: Fix spelling error (seperatelly).
3458
3459 2020-01-14 Tom Tromey <tom@tromey.com>
3460
3461 PR symtab/12535:
3462 * gdb.python/python.exp: Test decode_line with empty string
3463 argument.
3464
3465 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
3466
3467 * gdb.base/skip-inline.exp: Extend test.
3468
3469 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3470
3471 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
3472 * gdb.dwarf2/dw2-bad-elf.c: New file.
3473 * gdb.dwarf2/dw2-bad-elf.exp: New file.
3474
3475 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3476
3477 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
3478 _line_saw_file.
3479
3480 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3481
3482 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
3483 border.
3484
3485 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3486
3487 * gdb.multi/multi-target.exp (setup): Factor out "info
3488 connections" and "info inferiors" tests to ...
3489 (test_info_inferiors): ... this new procedure.
3490 (top level): Run new "info-inferiors" tests.
3491
3492 2020-01-10 Pedro Alves <palves@redhat.com>
3493
3494 * gdb.server/bkpt-other-inferior.exp: New file.
3495
3496 2020-01-10 Pedro Alves <palves@redhat.com>
3497
3498 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
3499 of "add-inferior".
3500 * gdb.base/quit-live.exp: Likewise.
3501 * gdb.base/remote-exec-file.exp: Likewise.
3502 * gdb.guile/scm-progspace.exp: Likewise.
3503 * gdb.linespec/linespec.exp: Likewise.
3504 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3505 * gdb.mi/user-selected-context-sync.exp: Likewise.
3506 * gdb.multi/multi-target.exp (setup): Add "info connection" and
3507 "info inferiors" tests.
3508 * gdb.multi/remove-inferiors.exp: Adjust expected output of
3509 "add-inferior".
3510 * gdb.multi/watchpoint-multi.exp: Likewise.
3511 * gdb.python/py-inferior.exp: Likewise.
3512 * gdb.server/extended-remote-restart.exp: Likewise.
3513 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
3514 "info inferiors".
3515 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
3516 * gdb.trace/report.exp: Likewise.
3517
3518 2020-01-10 Pedro Alves <palves@redhat.com>
3519
3520 * gdb.multi/multi-target.c: New file.
3521 * gdb.multi/multi-target.exp: New file.
3522 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
3523 mode requested, but remote does not support non-stop".
3524
3525 2020-01-10 Pedro Alves <palves@redhat.com>
3526
3527 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
3528 disconnect before reconnecting.
3529
3530 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3531 Pedro Alves <palves@redhat.com>
3532
3533 * gdb.server/connect-without-multi-process.exp: Also test
3534 continuing to end.
3535
3536 2020-01-10 Pedro Alves <palves@redhat.com>
3537
3538 * gdb.base/remote-exec-file.exp: New file.
3539
3540 2020-01-10 Pedro Alves <palves@redhat.com>
3541
3542 * gdb.base/fork-running-state.exp (do_test): Adjust expected
3543 output.
3544 * gdb.threads/async.c: New.
3545 * gdb.threads/async.exp: New.
3546 * gdb.multi/tids-gid-reset.c: New.
3547 * gdb.multi/tids-gid-reset.exp: New.
3548
3549 2020-01-10 George Barrett <bob@bob131.so>
3550
3551 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
3552 to help in finding the image relocation offset.
3553 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
3554 options in arguments.
3555 (stap_test_no_debuginfo): Likewise.
3556 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
3557 test variants.
3558 (stap_test): Add null semaphore relocation test.
3559
3560 2020-01-10 George Barrett <bob@bob131.so>
3561
3562 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
3563 * gdb.base/stap-probe.exp: Likewise.
3564 (stap_test): Pass argument as an additional flag.
3565 (stap_test_no_debuginfo): Likewise.
3566 (stap_test): Check `info probes stap' output for semaphore
3567 addresses if the test binary is supposed to have them.
3568
3569 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3570
3571 * gdb.tui/basic.exp: Add more scrolling tests.
3572
3573 2020-01-09 Tom Tromey <tom@tromey.com>
3574
3575 PR tui/18932:
3576 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
3577 meangingful value.
3578 (Term::command, Term::resize): Update.
3579 * gdb.tui/basic.exp: Add scrolling test.
3580
3581 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3582
3583 * gdb.tui/tui-layout-asm.exp: New file.
3584
3585 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3586
3587 * lib/tuiterm.exp (Term::check_box_contents): New proc.
3588
3589 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3590
3591 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
3592 (Term::enter_tui): Use Term::prepare_for_tui.
3593
3594 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3595
3596 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
3597 called.
3598
3599 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3600
3601 * gdb.base/skip.exp: Fix race condition in test.
3602
3603 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
3604
3605 * gdb.base/backtrace.c: New file.
3606 * gdb.base/backtrace.exp: New file.
3607
3608 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
3609
3610 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
3611
3612 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3613
3614 * gdb.base/style.exp: Test that warnings are styled.
3615
3616 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
3617
3618 * gdb.base/line65535.exp: New file.
3619 * gdb.base/line65535.c: New file.
3620
3621 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
3622
3623 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
3624 * lib/gnat_debug_info_test.adb: New file.
3625 * gdb.ada/ptype_tagged_param.exp: Use
3626 gnat_runtime_has_debug_info, expect a different output if
3627 runtime does not have debug info.
3628
3629 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
3630
3631 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
3632 (another) quote in test name.
3633
3634 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
3635
3636 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
3637 Add quote in test name.
3638
3639 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3640
3641 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
3642 directory instead.
3643 * gdb.cp/pass-by-ref.exp: Extend with more cases.
3644 * gdb.cp/pass-by-ref-2.cc: New file.
3645 * gdb.cp/pass-by-ref-2.exp: New file.
3646
3647 2019-12-20 Tom Tromey <tom@tromey.com>
3648
3649 * gdb.tui/list-before.exp: New file.
3650
3651 2019-12-20 Tom Tromey <tom@tromey.com>
3652
3653 * gdb.tui/list.exp: Check for source on initial listing.
3654
3655 2019-12-11 Tom Tromey <tromey@adacore.com>
3656
3657 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
3658 Add crlf test.
3659
3660 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
3661
3662 * gdb.base/default.exp: Update value of $_gdb_major.
3663
3664 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
3665
3666 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
3667
3668 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
3669
3670 * gdb.base/skip.exp: Whitespace fix.
3671
3672 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
3673
3674 * gdb.base/skip-inline.c: New file.
3675 * gdb.base/skip-inline.exp: New file.
3676
3677 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
3678
3679 * gdb.base/jit-reader.exp (jit_reader_test): Rename
3680 jit_function_00 to jit_function_stack_mangle.
3681 * gdb.base/jithost.c (jit_function_t): Rename to...
3682 (jit_function_stack_mangle_t): ... this.
3683 (jit_function_add_t): New typedef.
3684 (jit_function_00_code): Rename to...
3685 (jit_function_stack_mangle_code): ... this, make static.
3686 (jit_function_add_code): New.
3687 (main): Generate "add" function and call it. Adjust to changes
3688 in jithost_abi.
3689 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
3690 (struct jithost_abi) <begin, end>: Remove fields.
3691 <object, function_stack_mangle, function_add>: New fields.
3692 * gdb.base/jitreader.c (struct reader_state) <code_begin,
3693 code_end>: Remove fields.
3694 <func_stack_mangle>: New field.
3695 (read_debug_info): Adjust to renaming, create block for "add"
3696 function.
3697 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
3698
3699 2019-12-11 Tom Tromey <tom@tromey.com>
3700
3701 * gdb.tui/resize.exp: Fix regexp.
3702 * gdb.tui/regs.exp: Fix regexps.
3703 * gdb.tui/main.exp: Fix regexp.
3704
3705 2019-12-11 Tom Tromey <tom@tromey.com>
3706
3707 * gdb.tui/resize.exp: Update.
3708 * gdb.tui/empty.exp (layouts): Update.
3709
3710 2019-12-11 Tom Tromey <tom@tromey.com>
3711
3712 * gdb.tui/regs.exp: Update.
3713 * gdb.tui/empty.exp (layouts): Update.
3714 * gdb.tui/basic.exp: Update.
3715 * lib/tuiterm.exp (_check_box): Don't check bottom border.
3716
3717 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3718
3719 * gdb.base/options.exp: Add -raw-values in the print completion list.
3720 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
3721
3722 2019-12-10 Kevin Buettner <kevinb@redhat.com>
3723
3724 * gdb.threads/omp-par-scope.c: New file.
3725 * gdb/threads/omp-par-scope.exp: New file.
3726
3727 2019-12-10 Kevin Buettner <kevinb@redhat.com>
3728
3729 * lib/gdb.exp (support_nested_function_tests): New proc.
3730
3731 2019-12-10 Kevin Buettner <kevinb@redhat.com>
3732
3733 * lib/gdb.exp (gdb_compile_openmp): New proc.
3734 (build_executable_from_specs): Add an "openmp" option.
3735 (gdb_compile_pthreads): Add non-executable case.
3736
3737 2019-12-10 Tom Tromey <tromey@adacore.com>
3738
3739 * gdb.ada/unchecked_union.exp: New file.
3740 * gdb.ada/unchecked_union/pck.adb: New file.
3741 * gdb.ada/unchecked_union/pck.ads: New file.
3742 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
3743 * gdb-utils.exp (string_to_regexp): Also quote "?".
3744
3745 2019-12-10 George Barrett <bob@bob131.so>
3746
3747 Test scripted probe breakpoints.
3748 * gdb.guile/scm-breakpoint.c (main): Add probe point.
3749 * gdb.python/py-breakpoint.c (main): Likewise.
3750 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
3751 specifier test.
3752 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
3753
3754 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3755
3756 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
3757 an rvalue parameter.
3758 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
3759 parameter.
3760
3761 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3762
3763 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
3764 modules.
3765
3766 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3767
3768 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
3769 broken version of GCC.
3770
3771 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3772
3773 * gdb.fortran/info-modules.exp: Rewrite to make use of new
3774 sym-info-cmds library.
3775 * gdb.fortran/info-types.exp: Likewise.
3776 * lib/sym-info-cmds.exp: New file.
3777
3778 2019-12-08 Tom de Vries <tdevries@suse.de>
3779
3780 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
3781
3782 2019-12-07 Keith Seitz <keiths@redhat.com>
3783
3784 * gdb.base/corefile-buildid-shlib-shr.c: New file.
3785 * gdb.base/corefile-buildid-shlib.c: New file.
3786 * gdb.base/corefile-buildid.c: New file.
3787 * gdb.base/corefile-buildid.exp: New file.
3788
3789 2019-12-06 Tom de Vries <tdevries@suse.de>
3790
3791 * gdb.dwarf2/varval.exp: Add decl before def test.
3792
3793 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3794
3795 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
3796
3797 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3798
3799 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
3800 CV and reference conversion for overload resolution.
3801 * gdb.cp/rvalue-ref-overload.exp: Test it.
3802
3803 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3804
3805 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
3806 * gdb.base/frameapply.exp: Test faas without command.
3807
3808 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3809
3810 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
3811 Fortran tests.
3812 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
3813 order.
3814
3815 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3816
3817 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
3818 casting to type with no kind specified.
3819 (test_basic_parsing_of_type_kinds): Additional tests for types
3820 with no kind specified, and add tests for single/double
3821 precision/complex types.
3822
3823 2019-12-04 Tom Tromey <tromey@adacore.com>
3824
3825 * gdb.base/endianity.c (struct other) <x>: New field.
3826 (main): Initialize it.
3827 * gdb.base/endianity.exp: Update.
3828
3829 2019-12-04 Tom Tromey <tromey@adacore.com>
3830
3831 * gdb.ada/scalar_storage/storage.adb: New file.
3832 * gdb.ada/scalar_storage/pck.adb: New file.
3833 * gdb.ada/scalar_storage/pck.ads: New file.
3834 * gdb.ada/scalar_storage.exp: New file.
3835
3836 2019-12-04 Tom Tromey <tromey@adacore.com>
3837
3838 * gdb.base/endianity.c (struct otherendian) <f>: New field.
3839 (main): Initialize it.
3840 * gdb.base/endianity.exp: Update.
3841
3842 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3843
3844 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
3845
3846 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3847
3848 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
3849 -symbol-info-module-functions and -symbol-info-module-variables.
3850
3851 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
3852
3853 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
3854
3855 2019-12-01 Richard Bunt <richard.bunt@arm.com>
3856 Andrew Burgess <andrew.burgess@embecosm.com>
3857
3858 * gdb.fortran/derived-type-striding.exp: New file.
3859 * gdb.fortran/derived-type-striding.f90: New file.
3860 * gdb.fortran/array-slices.exp: New file.
3861 * gdb.fortran/array-slices.f90: New file.
3862
3863 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3864
3865 * gdb.base/define.exp: Test . in command names.
3866 * gdb.base/setshow.exp: Update test, as . is now part of
3867 command name.
3868
3869 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3870
3871 * gdb.base/define-prefix.exp: New file.
3872
3873 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
3874
3875 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
3876 compile.
3877 (skip_btrace_pt_tests): Likewise.
3878
3879 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3880
3881 * gdb.fortran/info-modules.exp: Compile source files in correct
3882 order.
3883
3884 2019-11-27 Kevin Buettner <kevinb@redhat.com>
3885
3886 * gdb.dwarf2/imported-unit.exp: New file.
3887 * gdb.dwarf2/imported-unit.c: New file.
3888
3889 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3890
3891 * gdb.mi/mi-fortran-modules-2.f90: New file.
3892 * gdb.mi/mi-fortran-modules.exp: New file.
3893 * gdb.mi/mi-fortran-modules.f90: New file.
3894
3895 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3896
3897 * gdb.mi/mi-sym-info-1.c: New file.
3898 * gdb.mi/mi-sym-info-2.c: New file.
3899 * gdb.mi/mi-sym-info.exp: New file.
3900
3901 2019-11-22 Tom Tromey <tromey@adacore.com>
3902
3903 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
3904 * gdb.ada/tasks/foo.adb: Add another stopping location.
3905
3906 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
3907
3908 * gdb.base/endianity.c: New test.
3909 * gdb.base/endianity.exp: New file.
3910
3911 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
3912
3913 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
3914
3915 2019-11-21 Tom de Vries <tdevries@suse.de>
3916
3917 PR gdb/24956
3918 * gdb.base/ui-redirect.exp: Test output of user-defined command.
3919
3920 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
3921
3922 * gdb.python/py-progspace.exp: Add missing parentheses on some
3923 'print' commands.
3924
3925 2019-11-19 Tom Tromey <tom@tromey.com>
3926
3927 * gdb.tui/winheight.exp: New file.
3928
3929 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3930
3931 * gdb.base/ctf-whatis.c: Delete.
3932 * gdb.base/ctf-whatis.exp: Delete.
3933 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
3934
3935 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3936
3937 * gdb.base/ctf-cvexpr.exp: Delete.
3938 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
3939
3940 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3941
3942 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
3943 the compiler. Clean up header comment a little.
3944 * gdb.base/ctf-ptype.exp: Likewise.
3945 * gdb.base/ctf-whatis.exp: Likewise.
3946 * lib/gdb.exp (skip_ctf_tests): New proc.
3947
3948 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
3949
3950 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
3951 * gdb.tui/corefile-run.exp: New file.
3952
3953 2019-11-14 Tom Tromey <tromey@adacore.com>
3954
3955 * gdb.base/gdbvars.exp (test_convenience_variables): Add
3956 regression tests.
3957
3958 2019-11-12 Tom Tromey <tom@tromey.com>
3959
3960 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
3961 after any command. Expect prompt after WAIT_FOR is seen.
3962 (enter_tui): Enable resize messages.
3963 (command): Expect command in output.
3964 (get_line): Avoid error when cursor appears to be off-screen.
3965 (dump_screen): Include screen size in title.
3966 (_do_resize): New proc, from "resize".
3967 (resize): Rewrite. Do resize in two steps.
3968 * gdb.tui/empty.exp (layouts): Fix entries.
3969 (check_boxes): Remove xfail.
3970 (check_text): Dump screen on failure.
3971
3972 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3973
3974 * gdb.python/py-symbol.exp: Add test for
3975 gdb.lookup_static_symbols.
3976
3977 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3978
3979 * gdb.python/py-symbol.c: Declare and call function from new
3980 py-symbol-2.c file.
3981 * gdb.python/py-symbol.exp: Compile both source files, and add new
3982 tests for gdb.lookup_static_symbol.
3983 * gdb.python/py-symbol-2.c: New file.
3984
3985 2019-11-02 Tom de Vries <tdevries@suse.de>
3986
3987 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
3988 * gdb.base/anon.exp: Same.
3989 * gdb.base/auto-connect-native-target.exp: Same.
3990 * gdb.base/call-ar-st.exp: Same.
3991 * gdb.base/catch-syscall.exp: Same.
3992 * gdb.base/commands.exp: Same.
3993 * gdb.base/default.exp: Same.
3994 * gdb.base/display.exp: Same.
3995 * gdb.base/float.exp: Same.
3996 * gdb.base/foll-fork.exp: Same.
3997 * gdb.base/help.exp: Same.
3998 * gdb.base/info-macros.exp: Same.
3999 * gdb.base/info-proc.exp: Same.
4000 * gdb.base/info-target.exp: Same.
4001 * gdb.base/long_long.exp: Same.
4002 * gdb.base/macscp.exp: Same.
4003 * gdb.base/memattr.exp: Same.
4004 * gdb.base/nofield.exp: Same.
4005 * gdb.base/pointers.exp: Same.
4006 * gdb.base/printcmds.exp: Same.
4007 * gdb.base/ptype.exp: Same.
4008 * gdb.base/restore.exp: Same.
4009 * gdb.base/return.exp: Same.
4010 * gdb.base/scope.exp: Same.
4011 * gdb.base/set-noassign.exp: Same.
4012 * gdb.base/setshow.exp: Same.
4013 * gdb.base/shlib-call.exp: Same.
4014 * gdb.base/signals.exp: Same.
4015 * gdb.base/sigstep.exp: Same.
4016 * gdb.base/skip.exp: Same.
4017 * gdb.base/solib-symbol.exp: Same.
4018 * gdb.base/stap-probe.exp: Same.
4019 * gdb.base/step-line.exp: Same.
4020 * gdb.base/step-test.exp: Same.
4021 * gdb.base/style.exp: Same.
4022 * gdb.base/varargs.exp: Same.
4023 * gdb.base/vla-datatypes.exp: Same.
4024 * gdb.base/vla-ptr.exp: Same.
4025 * gdb.base/vla-sideeffect.exp: Same.
4026 * gdb.base/volatile.exp: Same.
4027 * gdb.base/watch-cond-infcall.exp: Same.
4028 * gdb.base/watchpoint.exp: Same.
4029
4030 2019-11-02 Tom de Vries <tdevries@suse.de>
4031
4032 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
4033 * gdb.cp/cpexprs.exp: Same.
4034 * gdb.cp/except-multi-location.exp: Same.
4035 * gdb.cp/exceptprint.exp: Same.
4036 * gdb.cp/gdb2384.exp: Same.
4037 * gdb.cp/inherit.exp: Same.
4038 * gdb.cp/m-static.exp: Same.
4039 * gdb.cp/meth-typedefs.exp: Same.
4040 * gdb.cp/misc.exp: Same.
4041 * gdb.cp/namespace.exp: Same.
4042 * gdb.cp/non-trivial-retval.exp: Same.
4043 * gdb.cp/overload.exp: Same.
4044 * gdb.cp/pr17132.exp: Same.
4045 * gdb.cp/re-set-overloaded.exp: Same.
4046 * gdb.cp/rvalue-ref-types.exp: Same.
4047 * gdb.cp/templates.exp: Same.
4048
4049 2019-11-01 Luis Machado <luis.machado@linaro.org>
4050
4051 PR gdb/25124
4052
4053 * gdb.arch/pr25124.S: New file.
4054 * gdb.arch/pr25124.exp: New file.
4055
4056 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4057
4058 * gdb.fortran/info-modules.exp: Update expected results, and add
4059 additional tests for 'info module functinos', and 'info module
4060 variables'.
4061 * gdb.fortran/info-types.exp: Update expected results.
4062 * gdb.fortran/info-types.f90: Extend testcase with additional
4063 module variables and functions.
4064
4065 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4066
4067 * gdb.fortran/info-modules.exp: New file.
4068 * gdb.fortran/info-types.exp: Build with new file.
4069 * gdb.fortran/info-types.f90: Include and use new module.
4070 * gdb.fortran/info-types-2.f90: New file.
4071
4072 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4073
4074 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
4075 * gdb.base/settings.exp: Test all settings types using
4076 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
4077 that now verifies that the value of "maint show" is the same as
4078 returned by the settings functions. Test the type of the
4079 maintenance settings.
4080 * gdb.base/default.exp: Update show_conv_list.
4081
4082 2019-10-31 Tom de Vries <tdevries@suse.de>
4083
4084 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
4085 gdb_test.
4086 * gdb.arch/amd64-disp-step.exp: Same.
4087 * gdb.asm/asm-source.exp: Same.
4088 * gdb.btrace/buffer-size.exp: Same.
4089 * gdb.btrace/cpu.exp: Same.
4090 * gdb.btrace/enable.exp: Same.
4091 * gdb.dwarf2/count.exp: Same.
4092 * gdb.dwarf2/dw2-ranges-func.exp: Same.
4093 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
4094 * gdb.fortran/vla-datatypes.exp: Same.
4095 * gdb.fortran/vla-history.exp: Same.
4096 * gdb.fortran/vla-ptype.exp: Same.
4097 * gdb.fortran/vla-value.exp: Same.
4098 * gdb.fortran/whatis_type.exp: Same.
4099 * gdb.guile/guile.exp: Same.
4100 * gdb.multi/tids.exp: Same.
4101 * gdb.python/py-finish-breakpoint.exp: Same.
4102 * gdb.python/py-framefilter.exp: Same.
4103 * gdb.python/py-pp-registration.exp: Same.
4104 * gdb.python/py-xmethods.exp: Same.
4105 * gdb.python/python.exp: Same.
4106 * gdb.server/connect-with-no-symbol-file.exp: Same.
4107 * gdb.server/no-thread-db.exp: Same.
4108 * gdb.server/run-without-local-binary.exp: Same.
4109 * gdb.stabs/weird.exp: Same.
4110 * gdb.threads/attach-many-short-lived-threads.exp: Same.
4111 * gdb.threads/thread-find.exp: Same.
4112 * gdb.threads/tls-shared.exp: Same.
4113 * gdb.threads/tls.exp: Same.
4114 * gdb.threads/wp-replication.exp: Same.
4115 * gdb.trace/ax.exp: Same.
4116 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
4117
4118 2019-10-31 Tom de Vries <tdevries@suse.de>
4119
4120 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
4121 * gdb.ada/array_subscript_addr.exp: Same.
4122 * gdb.ada/arrayidx.exp: Same.
4123 * gdb.ada/arrayparam.exp: Same.
4124 * gdb.ada/arrayptr.exp: Same.
4125 * gdb.ada/boolean_expr.exp: Same.
4126 * gdb.ada/call_pn.exp: Same.
4127 * gdb.ada/complete.exp: Same.
4128 * gdb.ada/fixed_cmp.exp: Same.
4129 * gdb.ada/fun_addr.exp: Same.
4130 * gdb.ada/funcall_param.exp: Same.
4131 * gdb.ada/interface.exp: Same.
4132 * gdb.ada/mod_from_name.exp: Same.
4133 * gdb.ada/null_array.exp: Same.
4134 * gdb.ada/packed_array.exp: Same.
4135 * gdb.ada/packed_tagged.exp: Same.
4136 * gdb.ada/print_chars.exp: Same.
4137 * gdb.ada/print_pc.exp: Same.
4138 * gdb.ada/ptype_arith_binop.exp: Same.
4139 * gdb.ada/ptype_field.exp: Same.
4140 * gdb.ada/ptype_tagged_param.exp: Same.
4141 * gdb.ada/rec_return.exp: Same.
4142 * gdb.ada/ref_tick_size.exp: Same.
4143 * gdb.ada/str_ref_cmp.exp: Same.
4144 * gdb.ada/taft_type.exp: Same.
4145 * gdb.ada/tagged.exp: Same.
4146 * gdb.ada/type_coercion.exp: Same.
4147 * gdb.ada/uninitialized_vars.exp: Same.
4148
4149 2019-10-30 Tom de Vries <tdevries@suse.de>
4150
4151 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
4152
4153 2019-10-26 Tom de Vries <tdevries@suse.de>
4154
4155 * gdb.base/bigcore.c: Fix typos in comments.
4156 * gdb.base/ctf-ptype.c: Same.
4157 * gdb.base/long_long.c: Same.
4158 * gdb.dwarf2/dw2-op-out-param.S: Same.
4159 * gdb.python/py-evthreads.c: Same.
4160 * gdb.reverse/i387-stack-reverse.c: Same.
4161 * gdb.trace/tfile.c: Same.
4162 * lib/compiler.c: Same.
4163 * lib/compiler.cc: Same.
4164
4165 2019-10-25 Tom de Vries <tdevries@suse.de>
4166
4167 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
4168 gdb_test_multiple calls.
4169 * gdb.reverse/sigall-reverse.exp: Same.
4170 * gdb.reverse/solib-precsave.exp: Same.
4171 * gdb.reverse/solib-reverse.exp: Same.
4172 * gdb.reverse/until-precsave.exp: Same.
4173 * gdb.reverse/until-reverse.exp: Same.
4174
4175 2019-10-24 Tom de Vries <tdevries@suse.de>
4176
4177 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
4178 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
4179 kfail using -wrap pattern flag and convenience variable
4180 gdb_test_name.
4181
4182 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
4183
4184 * gdb.python/py-progspace.exp: Add tests for the
4185 Progspace.block_for_pc method.
4186
4187 2019-10-23 Tom Tromey <tom@tromey.com>
4188
4189 * configure: Rebuild.
4190 * aclocal.m4: Use m4_include, not sinclude.
4191
4192 2019-10-21 Tom de Vries <tdevries@suse.de>
4193
4194 * gdb.base/infcall-nested-structs.c: Add
4195 __attribute__((noinline,noclone)) to all functions.
4196 (call_all): Add missing variable initialization. Simplify return value.
4197 (breakpt): Increment volatile variable, to prevent call from being
4198 optimized out.
4199 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
4200
4201 2019-10-17 Tom de Vries <tdevries@suse.de>
4202
4203 * gdb.fortran/module.exp: Allow info variables to print info for files
4204 other than module.f90.
4205
4206 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
4207
4208 * gdb.fortran/module.exp: Extend with 'info variables' test.
4209
4210 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
4211
4212 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
4213 F77_FOR_TARGET.
4214
4215 2019-10-16 Tom de Vries <tdevries@suse.de>
4216
4217 PR tdep/25096
4218 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
4219
4220 2019-10-16 Tom de Vries <tdevries@suse.de>
4221
4222 PR tdep/24104
4223 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
4224 Add KFAIL for PR tdep/25096.
4225
4226 2019-10-16 Tom de Vries <tdevries@suse.de>
4227
4228 PR testsuite/25059
4229 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
4230
4231 2019-10-16 Tom de Vries <tdevries@suse.de>
4232
4233 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
4234 as signed.
4235
4236 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
4237
4238 * gdb.mi/list-thread-groups-available.exp: Read entries one by
4239 one instead of increasing timeout.
4240
4241 2019-10-13 Tom de Vries <tdevries@suse.de>
4242
4243 PR record/25038
4244 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
4245 * gdb.reverse/sigall-reverse.exp: Same.
4246 * gdb.reverse/solib-precsave.exp: Same.
4247 * gdb.reverse/solib-reverse.exp: Same.
4248 * gdb.reverse/step-precsave.exp: Same.
4249 * gdb.reverse/until-precsave.exp: Same.
4250 * gdb.reverse/until-reverse.exp: Same.
4251 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
4252
4253 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
4254
4255 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
4256 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
4257 (cmp_struct_05_01, cmp_struct_static_02_01)
4258 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
4259 comparisons.
4260
4261 2019-10-10 Tom de Vries <tdevries@suse.de>
4262
4263 PR testsuite/24888
4264 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
4265 gnatlink.
4266
4267 2019-10-09 Tom de Vries <tdevries@suse.de>
4268
4269 PR testsuite/25048
4270 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
4271
4272 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
4273
4274 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
4275 exceptions due to missing debug information.
4276
4277 2019-10-07 Tom de Vries <tdevries@suse.de>
4278
4279 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
4280
4281 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
4282
4283 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
4284 * gdb.base/annota1.exp: Update to use gdb_test_name.
4285
4286 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
4287
4288 * gdb.base/ctf-whatis.exp: New file.
4289 * gdb.base/ctf-whatis.c: New file.
4290 * gdb.base/ctf-ptype.exp: New file.
4291 * gdb.base/ctf-ptype.c: New file.
4292 * gdb.base/ctf-constvars.exp: New file.
4293 * gdb.base/ctf-constvars.c: New file.
4294 * gdb.base/ctf-cvexpr.exp: New file.
4295
4296 2019-10-04 Tom de Vries <tdevries@suse.de>
4297
4298 * gdb.cp/local-static.c (main): Move declaration of int i out of the
4299 for loop.
4300
4301 2019-10-03 Tom Tromey <tom@tromey.com>
4302
4303 PR rust/24976:
4304 * gdb.rust/simple.rs (Union2): New type.
4305 (main): Use Union2.
4306 * gdb.rust/simple.exp: Add test.
4307
4308 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4309
4310 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
4311 nested function prefix.
4312
4313 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
4314 Richard Bunt <richard.bunt@arm.com>
4315 Andrew Burgess <andrew.burgess@embecosm.com>
4316
4317 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
4318 nested functions.
4319 * gdb.fortran/nested-funcs.f90: Update expected results.
4320 * gdb.fortran/nested-funcs-2.exp: New file.
4321 * gdb.fortran/nested-funcs-2.f90: New file.
4322
4323 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4324
4325 * gdb.python/py-parameter.exp: Make test names unique.
4326 * gdb.python/py-template.exp: Likewise.
4327 * gdb.python/py-value.exp: Likewise.
4328
4329 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4330
4331 * gdb.base/break-interp.exp: Reduce test name duplication.
4332 * gdb.base/call-sc.exp: Likewise.
4333 * gdb.base/callfuncs.exp: Likewise.
4334 * gdb.base/charset.exp: Likewise.
4335 * gdb.base/dump.exp: Likewise.
4336 * gdb.base/ena-dis-br.exp: Likewise.
4337 * gdb.base/relational.exp: Likewise.
4338 * gdb.base/step-over-syscall.exp: Likewise.
4339 * gdb.base/structs.exp: Likewise.
4340
4341 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4342
4343 * gdb.linespec/explicit.exp: Make test names unique.
4344 * gdb.linespec/ls-errs.exp: Likewise.
4345
4346 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4347
4348 * gdb.reverse/break-precsave.exp: Make test names unique.
4349 * gdb.reverse/break-reverse.exp: Likewise.
4350 * gdb.reverse/finish-precsave.exp: Likewise.
4351 * gdb.reverse/finish-reverse.exp: Likewise.
4352 * gdb.reverse/machinestate-precsave.exp: Likewise.
4353 * gdb.reverse/machinestate.exp: Likewise.
4354 * gdb.reverse/readv-reverse.exp: Likewise.
4355 * gdb.reverse/recvmsg-reverse.exp: Likewise.
4356 * gdb.reverse/sigall-precsave.exp: Likewise.
4357 * gdb.reverse/sigall-reverse.exp: Likewise.
4358 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
4359 * gdb.reverse/watch-precsave.exp: Likewise.
4360 * gdb.reverse/watch-reverse.exp: Likewise.
4361
4362 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4363
4364 * gdb.threads/stop-with-handle.c: New file.
4365 * gdb.threads/stop-with-handle.exp: New file.
4366
4367 2019-10-03 Tom de Vries <tdevries@suse.de>
4368
4369 PR testsuite/25059
4370 * gdb.base/list-missing-source.exp: Allowing the "Compilation
4371 directory" line to be missing.
4372
4373 2019-10-03 Tom de Vries <tdevries@suse.de>
4374
4375 PR testsuite/25059
4376 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
4377 type optional.
4378
4379 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
4380
4381 * gdb.python/py-format-string.c (string.h): New include.
4382 (main): Fill a_struct_with_union.the_union.an_int with bytes of
4383 the same value, for endianness-independence.
4384 * gdb.python/py-format-string.exp (default_regexp_dict)
4385 (test_pretty_structs, test_format): Adjust expected output to the
4386 changed initialization.
4387
4388 2019-10-02 Tom Tromey <tromey@adacore.com>
4389
4390 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
4391
4392 2019-10-02 Pedro Alves <palves@redhat.com>
4393 Andrew Burgess <andrew.burgess@embecosm.com>
4394
4395 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
4396 "print-file-var.h".
4397 (this_version_id) Use ATTRIBUTE_VISIBILITY.
4398 (get_version_1): Print this_version_id and its address.
4399 Add extern "C" wrappers around interface functions.
4400 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
4401 "print-file-var.h".
4402 (this_version_id) Use ATTRIBUTE_VISIBILITY.
4403 (get_version_2): Print this_version_id and its address.
4404 Add extern "C" wrappers around interface functions.
4405 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
4406 <stddef.h> and "print-file-var.h".
4407 Add extern "C" wrappers around interface functions.
4408 [VERSION_ID_MAIN] (this_version_id): Define.
4409 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
4410 * gdb.base/print-file-var.h: Add some #defines to simplify setting
4411 up extern "C" blocks.
4412 * gdb.base/print-file-var.exp (test): New, factored out from top
4413 level.
4414 (top level): Test all combinations of attribute hidden or not,
4415 dlopen or not, and this_version_id symbol in main file or not.
4416 Compile tests as both C++ and C, make test names unique.
4417
4418 2019-10-01 Tom Tromey <tom@tromey.com>
4419
4420 * gdb.base/style.exp: Test "show logging filename".
4421
4422 2019-10-01 Tom Tromey <tom@tromey.com>
4423
4424 * lib/gdb-utils.exp (style): Handle "metadata" argument.
4425 * gdb.base/style.exp: Add metadata style test.
4426
4427 2019-10-01 Tom Tromey <tom@tromey.com>
4428
4429 * gdb.base/style.exp: Test "pwd".
4430
4431 2019-10-01 Tom Tromey <tom@tromey.com>
4432
4433 * gdb.base/style.exp: Update tests.
4434
4435 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
4436
4437 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
4438 'six' to unsigned.
4439 (s1): Initialize fields 'four' and 'six' instead of 'three' and
4440 'five'. Use an all-ones bit pattern for each.
4441 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
4442 to its changed values.
4443
4444 2019-09-30 Tom Tromey <tromey@adacore.com>
4445
4446 * gdb.rust/traits.rs: Disable all warnings.
4447
4448 2019-09-29 Tom de Vries <tdevries@suse.de>
4449
4450 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
4451
4452 2019-09-29 Tom de Vries <tdevries@suse.de>
4453
4454 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
4455
4456 2019-09-27 Tom de Vries <tdevries@suse.de>
4457
4458 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
4459
4460 2019-09-27 Tom de Vries <tdevries@suse.de>
4461
4462 PR record/23188
4463 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
4464
4465 2019-09-26 Tom Tromey <tromey@adacore.com>
4466
4467 * gdb.ada/py_taft.exp: New file.
4468 * gdb.ada/py_taft/main.adb: New file.
4469 * gdb.ada/py_taft/pkg.adb: New file.
4470 * gdb.ada/py_taft/pkg.ads: New file.
4471
4472 2019-09-24 Tom de Vries <tdevries@suse.de>
4473
4474 PR gdb/24598
4475 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
4476
4477 2019-09-22 Tom de Vries <tdevries@suse.de>
4478
4479 * gdb.base/restore.exp: Allow register variables to be optimized out at
4480 -O0.
4481
4482 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
4483
4484 * gdb.arch/spu-info.exp: Remove file.
4485 * gdb.arch/spu-info.c: Remove file.
4486 * gdb.arch/spu-ls.exp: Remove file.
4487 * gdb.arch/spu-ls.c: Remove file.
4488
4489 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
4490 * gdb.asm/spu.inc: Remove file.
4491
4492 * gdb.base/dump.exp: Remove support for spu*-*-*.
4493 * gdb.base/stack-checking.exp: Likewise.
4494 * gdb.base/overlays.exp: Likewise.
4495 * gdb.base/ovlymgr.c: Likewise.
4496 * gdb.base/spu.ld: Remove file.
4497
4498 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
4499 * gdb.cp/cpexprs.exp: Likewise.
4500 * gdb.cp/exception.exp: Likewise.
4501 * gdb.cp/gdb2495.exp: Likewise.
4502 * gdb.cp/mb-templates.exp: Likewise.
4503 * gdb.cp/pr9167.exp: Likewise.
4504 * gdb.cp/userdef.exp: Likewise.
4505
4506 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
4507
4508 * gdb.cell: Remove directory.
4509 * lib/cell.exp: Remove file.
4510
4511 2019-09-19 Tom de Vries <tdevries@suse.de>
4512
4513 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
4514
4515 2019-09-19 Tom de Vries <tdevries@suse.de>
4516
4517 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
4518
4519 2019-09-19 Tom de Vries <tdevries@suse.de>
4520
4521 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
4522 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
4523 (gdb_target_cmd): ... here.
4524 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
4525 value 2.
4526
4527 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
4528
4529 * gdb.base/source-dir.exp: Avoid having directory names in test
4530 names.
4531
4532 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4533
4534 * gdb.base/source-dir.exp: Add extra test for mapped compilation
4535 directory.
4536
4537 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4538
4539 * gdb.base/list-missing-source.exp: New file.
4540
4541 2019-09-14 Tom de Vries <tdevries@suse.de>
4542
4543 PR teststuite/24599
4544 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
4545 * lib/ada.exp (gnatmake_version_at_least): New proc.
4546
4547 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4548
4549 * gdb.base/maint.exp: Use exec_has_index_section.
4550
4551 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4552
4553 * gdb.base/maint.exp: Add test for 'maint info sections'.
4554
4555 2019-09-12 Tom de Vries <tdevries@suse.de>
4556
4557 * gdb.base/store.exp: Allow register variables to be optimized out at
4558 -O0.
4559
4560 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4561
4562 * gdb.ada/rdv_wait.exp: Update to new task names.
4563 * gdb.base/task_switch_in_core.exp: Likewise.
4564 * gdb.base/info_sources_base.c: Likewise.
4565
4566 2019-09-10 Tom Tromey <tromey@adacore.com>
4567
4568 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
4569
4570 2019-09-10 Tom Tromey <tromey@adacore.com>
4571
4572 * gdb.ada/dgopt.exp: New file.
4573 * gdb.ada/dgopt/x.adb: New file.
4574
4575 2019-09-08 Tom Tromey <tom@tromey.com>
4576
4577 * gdb.tui/resize.exp: Remove setup_xfail.
4578 * gdb.tui/regs.exp: Remove setup_xfail.
4579 * gdb.tui/basic.exp: Remove setup_xfail.
4580
4581 2019-09-06 David Blaikie <dblaikie@gmail.com>
4582
4583 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
4584 * gdb.cp/cplabel.exp: Ditto.
4585 * gdb.linespec/ls-errs.exp: Ditto.
4586
4587 2019-09-05 Tom de Vries <tdevries@suse.de>
4588
4589 * lib/gdb.exp (cmp_file_string): New proc.
4590 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
4591 runto_main. Verify save breakpoints output.
4592
4593 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4594
4595 * gdb.base/info-var.exp: Test info variables without running
4596 to main, to avoid expect's buffer overflow.
4597
4598 2019-09-03 Tom Tromey <tromey@adacore.com>
4599
4600 * gdb.ada/bias.exp: New file.
4601 * gdb.ada/bias/bias.adb: New file.
4602 * gdb.ada/print_chars.exp: Add regression test.
4603 * gdb.ada/print_chars/foo.adb (My_Character): New type.
4604 (MC): New variable.
4605
4606 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
4607
4608 * gdb.base/argv0-symlink.exp: Run only on native target
4609 and local host.
4610
4611 2019-08-29 Tom de Vries <tdevries@suse.de>
4612
4613 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
4614 diverse debug info.
4615 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
4616
4617 2019-08-28 Tom de Vries <tdevries@suse.de>
4618
4619 * gdb.base/info-var.exp: Allow info variables to print info for files
4620 other than info-var-f1.c and info-var-f2.c.
4621
4622 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4623
4624 * gdb.fortran/info-types.exp: Add module.
4625 * gdb.fortran/info-types.f90: Update expected results.
4626
4627 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4628
4629 * gdb.fortran/info-types.exp: New file.
4630 * gdb.fortran/info-types.f90: New file.
4631 * lib/fortran.exp (fortran_character1): New proc.
4632
4633 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
4634
4635 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
4636 functions'. Reindent as needed.
4637 * gdb.base/info-var-f1.c: New file.
4638 * gdb.base/info-var-f2.c: New file.
4639 * gdb.base/info-var.exp: New file.
4640 * gdb.base/info-var.h: New file.
4641
4642 2019-08-26 Tom de Vries <tdevries@suse.de>
4643
4644 PR c++/24852
4645 * gdb.cp/no-libstdcxx-probe.exp: New test.
4646
4647 2019-08-26 Tom de Vries <tdevries@suse.de>
4648
4649 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
4650 * tests need to be skipped.
4651 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
4652 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
4653 mi_skip_libstdcxx_probe_tests.
4654
4655 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
4656
4657 * gdb.python/py-xmethods.exp: Use raw strings when passing
4658 arguments to SimpleXMethodMatcher.
4659
4660 2019-08-22 Tom de Vries <tdevries@suse.de>
4661
4662 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
4663 more informative.
4664
4665 2019-08-21 Pedro Alves <palves@redhat.com>
4666
4667 * gdb.base/with.exp: Test "with" with no arguments.
4668
4669 2019-08-21 Tom de Vries <tdevries@suse.de>
4670
4671 * gdb.base/gdb-caching-proc.exp: Sort files.
4672
4673 2019-08-20 Tom de Vries <tdevries@suse.de>
4674
4675 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
4676 compilation.
4677
4678 2019-08-16 Tom de Vries <tdevries@suse.de>
4679
4680 * gdb.base/compare-sections.exp ("after run to main"): Allow
4681 mismatched read-only sections for PIE executables.
4682
4683 2019-08-16 Tom Tromey <tom@tromey.com>
4684
4685 * lib/tuiterm.exp (_csi_Z): New proc.
4686 * gdb.tui/basic.exp: Update window positions.
4687 * gdb.tui/empty.exp: Update window positions.
4688
4689 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4690
4691 * gdb.base/examine-backward.exp: Correct regexp for
4692 "examine 3 bytes backward from ${address_zero}".
4693
4694 2019-08-15 Tom Tromey <tom@tromey.com>
4695
4696 * gdb.tui/empty.exp: Enable resizing tests.
4697
4698 2019-08-15 Tom Tromey <tromey@adacore.com>
4699
4700 * gdb.ada/char_enum.exp: Add regression tests.
4701 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
4702 and '0'.
4703 (Char, Gchar): Update.
4704 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
4705
4706 2019-08-15 Christian Biesinger <cbiesinger@google.com>
4707
4708 * gdb.python/python.exp: Expect a leading underscore on
4709 GdbOutput{,Error}File.
4710
4711 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4712
4713 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
4714 Windows host.
4715
4716 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4717
4718 * gdb.base/batch-preserve-term-settings.exp
4719 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
4720
4721 2019-08-15 Christian Biesinger <cbiesinger@google.com>
4722
4723 * lib/gdb.exp: When running on a mingw target, replace
4724 /x/ with x:/.
4725
4726 2019-08-14 Alan Hayward <alan.hayward@arm.com>
4727
4728 * gdb.arch/aarch64-prologue.c: New test.
4729 * gdb.arch/aarch64-prologue.exp: New file.
4730
4731 2019-08-13 Tom de Vries <tdevries@suse.de>
4732
4733 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
4734 Thread.
4735
4736 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
4737
4738 * gdb.python/py-completion.exp: Download the .py file to the host
4739 and use its host pathname. Conditionalize tests that use
4740 tab completion and manipulate files on the build machine.
4741 * gdb.python/py-events.exp: Download the .py file to the host
4742 and use its host pathname.
4743 * gdb.python/py-evsignal.exp: Likewise.
4744 * gdb.python/py-evthreads.exp: Likewise.
4745 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
4746 pathname syntax.
4747 * gdb.python/py-framefilter.exp: Download the .py file to the right
4748 place on the host. Match Windows pathname syntax.
4749 * gdb.python/py-mi-var-info-path-expression.exp: Download the
4750 .py file to the host and use its host pathname.
4751 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
4752 * gdb.python/py-objfile.exp: Expect a host pathname, not a
4753 build pathname. Skip symlink test on Windows host. Add missing
4754 newline at end of file.
4755 * gdb.python/py-pp-maint.exp: Download the .py file to the host
4756 and use its host pathname.
4757 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
4758 * gdb.python/py-section-script.exp: Use host location of binfile
4759 on safe-path. Use correct path separator on Windows host.
4760 Reorder alternatives in gdb_test_multiple to prevent matching
4761 the wrong alternative on success.
4762 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
4763
4764 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
4765
4766 * gdb.gdb/selftest.exp (test_with_self): Update test to now
4767 expect the GDB inferior to no longer immediately stop after
4768 being resumed with "signal SIGINT".
4769
4770 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
4771
4772 * gdb.linespec/break-ask.exp: Generalize regexps to match
4773 Windows pathnames too.
4774
4775 2019-08-08 Tom de Vries <tdevries@suse.de>
4776
4777 PR testsuite/24862
4778 * lib/tuiterm.exp (_accept): Fix CSI regexp.
4779
4780 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4781
4782 * gdb.base/style.exp: Update tests for help doc new invariants.
4783 * gdb.base/help.exp: Likewise.
4784
4785 2019-08-06 Tom Tromey <tom@tromey.com>
4786
4787 * gdb.base/style.exp: Add disassemble test.
4788 * gdb.base/style.c (some_called_function): New function.
4789 (main): Use it.
4790
4791 2019-08-05 Christian Biesinger <cbiesinger@google.com>
4792
4793 * gdb.python/py-block.exp: Test dictionary access on blocks.
4794
4795 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
4796
4797 PR gdb/24863
4798 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
4799 -list-thread-groups --available test when running under
4800 check-read1.
4801
4802 2019-08-05 Tom de Vries <tdevries@suse.de>
4803
4804 PR testsuite/24863
4805 * lib/gdb.exp (with_read1_timeout_factor): New proc.
4806 * gdb.base/help.exp: Use with_read1_timeout_factor.
4807 * gdb.base/info-macros.exp: Same.
4808 * gdb.cp/nested-types.exp: Same.
4809
4810 2019-08-05 Tom de Vries <tdevries@suse.de>
4811
4812 * lib/gdb.exp (version_at_least): Factor out of ...
4813 (tcl_version_at_least): ... here.
4814 (gdb_compile): Fail if pie results in non-PIE executable.
4815 (readelf_version, readelf_prints_pie): New proc.
4816 (exec_is_pie): Return -1 if unknown.
4817
4818 2019-08-05 Tom de Vries <tdevries@suse.de>
4819
4820 * lib/gdb.exp (tcl_version_at_least): Fix typo.
4821
4822 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4823
4824 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
4825
4826 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4827
4828 * lib/completion-support.exp (test_gdb_complete_none): Skip
4829 tab completion tests if no readline support.
4830 (test_gdb_complete_unique_re): Likewise.
4831 (test_gdb_complete_multiple): Likewise.
4832
4833 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4834
4835 * gdb.base/info_sources.exp: New file.
4836 * gdb.base/info_sources.c: New file.
4837 * gdb.base/info_sources_base.c: New file.
4838
4839 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4840
4841 * gdb.base/batch-exit-status.exp: Call test_exit_status with
4842 prefix argument.
4843 (test_exit_status): Add prefix argument.
4844
4845 2019-08-01 Tom de Vries <tdevries@suse.de>
4846
4847 PR testsuite/24863
4848 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
4849 calling exp_continue for new thread and thread exited messages.
4850
4851 2019-08-01 Tom de Vries <tdevries@suse.de>
4852
4853 PR testsuite/24863
4854 * gdb.base/structs.exp: Fix check-read1 timeout using
4855 gdb_test_sequence.
4856 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
4857
4858 2019-08-01 Tom de Vries <tdevries@suse.de>
4859
4860 PR testsuite/24863
4861 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
4862 line.
4863
4864 2019-08-01 Tom de Vries <tdevries@suse.de>
4865
4866 PR testsuite/24863
4867 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
4868
4869 2019-07-30 Tom Tromey <tromey@adacore.com>
4870
4871 * gdb.ada/display_nested.exp: New file.
4872 * gdb.ada/display_nested/foo.adb: New file.
4873 * gdb.ada/display_nested/pack.adb: New file.
4874 * gdb.ada/display_nested/pack.ads: New file.
4875
4876 2019-07-30 Christian Biesinger <cbiesinger@google.com>
4877
4878 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
4879 namespace.
4880 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
4881
4882 2019-07-30 Tom de Vries <tdevries@suse.de>
4883
4884 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
4885 instead.
4886
4887 2019-07-30 Tom de Vries <tdevries@suse.de>
4888
4889 PR testsuite/24834
4890 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
4891 (exec_is_pie): New proc.
4892
4893 2019-07-29 Christian Biesinger <cbiesinger@google.com>
4894
4895 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
4896
4897 2019-07-29 Christian Biesinger <cbiesinger@google.com>
4898
4899 * gdb.python/py-objfile.c: Add global and static vars.
4900 * gdb.python/py-objfile.exp: Test new functions Objfile.
4901 lookup_global_symbol and lookup_static_symbol.
4902
4903 2019-07-29 Tom Tromey <tom@tromey.com>
4904
4905 * lib/tuiterm.exp (Term::_csi_@): New proc.
4906 (Term::_csi_X): Don't move cursor.
4907
4908 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4909
4910 * gdb.base/options.exp: Update backtrace - completion to
4911 new option -frame-info.
4912 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
4913 Test new 'set print frame-info'. Test backtrace -frame-info
4914 overriding 'set print frame-info'.
4915 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
4916 Test new 'set print frame-info'.
4917 Verify consistency of backtrace with and without filters, with and
4918 without -no-filters.
4919 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
4920 default.
4921
4922 2019-07-29 Tom de Vries <tdevries@suse.de>
4923
4924 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
4925 no arguments".
4926
4927 2019-07-29 Tom de Vries <tdevries@suse.de>
4928
4929 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
4930 is a substring of the first for "complete non-unique file name".
4931
4932 2019-07-29 Tom de Vries <tdevries@suse.de>
4933
4934 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
4935 with ".*".
4936
4937 2019-07-29 Tom de Vries <tdevries@suse.de>
4938
4939 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
4940 Pass prompt_regexp parameter to gdb_test_multiple calls.
4941
4942 2019-07-29 Tom de Vries <tdevries@suse.de>
4943
4944 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
4945 print registers" regexps.
4946
4947 2019-07-29 Tom de Vries <tdevries@suse.de>
4948
4949 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
4950
4951 2019-07-29 Tom de Vries <tdevries@suse.de>
4952
4953 PR gdb/24855
4954 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
4955 (skip_python_tests_prompt): Add prompt_regexp argument to
4956 gdb_test_multiple calls.
4957
4958 2019-07-27 Tom Tromey <tom@tromey.com>
4959
4960 * gdb.tui/main.exp: New file.
4961
4962 2019-07-27 Tom Tromey <tom@tromey.com>
4963
4964 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
4965 optional.
4966 * gdb.tui/empty.exp: New file.
4967
4968 2019-07-27 Tom Tromey <tom@tromey.com>
4969
4970 * lib/tuiterm.exp (spawn): New proc.
4971 (Term::resize): New proc.
4972 * gdb.tui/resize.exp: New file.
4973
4974 2019-07-27 Tom Tromey <tom@tromey.com>
4975
4976 * gdb.tui/list.exp: New file.
4977
4978 2019-07-27 Tom Tromey <tom@tromey.com>
4979
4980 * gdb.tui/regs.exp: New file.
4981
4982 2019-07-27 Tom Tromey <tom@tromey.com>
4983
4984 * gdb.tui/basic.exp: Add "layout split" test.
4985
4986 2019-07-27 Tom Tromey <tom@tromey.com>
4987
4988 * gdb.tui/basic.exp: Add "layout asm" test.
4989
4990 2019-07-27 Tom Tromey <tom@tromey.com>
4991
4992 * lib/tuiterm.exp: New file.
4993 * gdb.tui/basic.exp: New file.
4994
4995 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4996
4997 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
4998 Enable tests associated with this flag. Adjust regex
4999 referencing "foo_low" to now refer to "foo_cold" instead.
5000
5001 2019-07-27 Kevin Buettner <kevinb@redhat.com>
5002
5003 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
5004 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
5005 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
5006 foo_cold. Revise comments to match.
5007 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
5008 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
5009 were wrapped into this proc; Call do_test in loop from outermost
5010 level.
5011 (foo_low): Rename all occurrences to "foo_cold".
5012 (backtrace from baz): New test.
5013 (x2/i foo_cold): New test.
5014 (info line *foo_cold): New test.
5015
5016 2019-07-26 Tom de Vries <tdevries@suse.de>
5017
5018 * gdb.arch/i386-pkru.exp: Fix unterminated string.
5019
5020 2019-07-25 Tom de Vries <tdevries@suse.de>
5021
5022 PR testsuite/24830
5023 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
5024 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
5025 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
5026 (skip_libstdcxx_probe_tests): ... here.
5027 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
5028
5029 2019-07-24 Tom de Vries <tdevries@suse.de>
5030
5031 PR testsuite/24807
5032 * gdb.objc/basicclass.m: Include stdio.h.
5033 * gdb.objc/nondebug.m: Same.
5034 * gdb.objc/objcdecode.m: Same.
5035
5036 2019-07-24 Tom de Vries <tdevries@suse.de>
5037
5038 PR testsuite/24612
5039 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
5040 additional_flags.
5041
5042 2019-07-24 Tom de Vries <tdevries@suse.de>
5043
5044 PR testsuite/24831
5045 * gdb.multi/tids.exp: Update error messages for info threads.
5046
5047 2019-07-24 Tom de Vries <tdevries@suse.de>
5048
5049 * gdb.base/info-types.exp: Allow info types to print info for more than
5050 one file.
5051
5052 2019-07-23 Tom de Vries <tdevries@suse.de>
5053
5054 PR testsuite/24842
5055 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
5056 gdb_spawn_with_cmdline_opts.
5057
5058 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
5059
5060 * gdb.arch/arm-cmse-sgstubs.c: New test.
5061 * gdb.arch/arm-cmse-sgstubs.exp: New file.
5062
5063 2019-07-23 Tom de Vries <tdevries@suse.de>
5064
5065 PR testsuite/24711
5066 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
5067 issuing next command.
5068
5069 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5070
5071 * gdb.ada/info_auto_lang.exp: Update expected results.
5072 * gdb.base/info-types.c: Add additional types to check.
5073 * gdb.base/info-types.exp: Update expected results.
5074
5075 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5076
5077 * gdb.base/info-types.c: New file.
5078 * gdb.base/info-types.exp: New file.
5079
5080 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
5081
5082 * gdb.arch/riscv-bp-infcall.c: New file.
5083 * gdb.arch/riscv-bp-infcall.exp: New file.
5084
5085 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
5086
5087 PR breakpoints/24541
5088 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
5089
5090 2019-07-14 Tom de Vries <tdevries@suse.de>
5091
5092 PR testsuite/24760
5093 * gdb.objc/basicclass.exp: Fix unterminated string.
5094
5095 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
5096 Andrew Burgess <andrew.burgess@embecosm.com>
5097
5098 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
5099 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
5100 negative bounds.
5101 * gdb.fortran/vla-value.exp: Print elements of an array with
5102 negative bounds.
5103 * gdb.fortran/vla.f90: Setup an array with negative bounds for
5104 testing.
5105
5106 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
5107
5108 * gdb.base/options.exp (expect_string): Dequote strings in
5109 results.
5110 (test-string): Test strings with different quoting and reindent.
5111
5112 2019-07-10 Tom Tromey <tromey@adacore.com>
5113
5114 * gdb.ada/mi_ex_cond.exp: Update expected results.
5115 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
5116 * gdb.ada/mi_catch_ex.exp: Update expected results.
5117 * gdb.ada/mi_catch_assert.exp: Update expected results.
5118 * gdb.ada/catch_ex.exp (catch_exception_info)
5119 (catch_exception_entry, catch_assert_entry)
5120 (catch_unhandled_entry): Update.
5121 * gdb.ada/catch_assert_if.exp: Update expected results.
5122
5123 2019-07-10 Richard Bunt <richard.bunt@arm.com>
5124 Stephen Roberts <stephen.roberts@arm.com>
5125
5126 * gdb.base/define.exp: Restore original prompt.
5127
5128 2019-07-09 Pedro Alves <palves@redhat.com>
5129
5130 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
5131 breakpoints" output.
5132 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
5133 * gdb.python/py-breakpoint.exp: No longer expect that "catch
5134 throw" creates breakpoint.
5135 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
5136 'type="catchpoint"'.
5137
5138 2019-07-09 Pedro Alves <palves@redhat.com>
5139
5140 PR c++/15468
5141 * gdb.cp/except-multi-location-lib.cc: New.
5142 * gdb.cp/except-multi-location-main.cc: New.
5143 * gdb.cp/except-multi-location.exp: New.
5144
5145 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
5146
5147 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
5148 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
5149 argument and update callers.
5150
5151 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5152
5153 * gdb.arch/amd64-break-on-asm-line.S: New file.
5154 * gdb.arch/amd64-break-on-asm-line.exp: New file.
5155
5156 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5157
5158 * gdb.base/printcmds.exp: Test printing C string and
5159 C wide string convenience vars without transiting via the inferior.
5160 Also make test names unique.
5161
5162 2019-07-08 Alan Hayward <alan.hayward@arm.com>
5163
5164 PR breakpoints/25011
5165 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
5166
5167 2019-07-04 Pedro Alves <palves@redhat.com>
5168
5169 * lib/gdb.exp (foreach_with_prefix): Don't return early if
5170 body returned ok(0), break(3) or continue(4).
5171 * gdb.testsuite/foreach_with_prefix.exp: New file.
5172
5173 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5174
5175 * gdb.server/unittest.exp: Allow 0 unit tests to run.
5176
5177 2019-07-03 Pedro Alves <palves@redhat.com>
5178
5179 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
5180 "return -code".
5181
5182 2019-07-03 Pedro Alves <palves@redhat.com>
5183
5184 PR cli/24732
5185 * gdb.base/shell.exp: Load completion-support.exp.
5186 Adjust expected error output. Add completion tests.
5187
5188 2019-07-03 Pedro Alves <palves@redhat.com>
5189
5190 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
5191 string_to_regexp.
5192
5193 2019-07-03 Pedro Alves <palves@redhat.com>
5194
5195 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
5196 (expect_integer): Adjust to expect "-string".
5197 (expect_string): New.
5198 (all_options): Expect "-string".
5199 (test-flag, test-boolean): Adjust to expect "-string".
5200 (test-string): New proc.
5201 (top level): Call it.
5202
5203 2019-07-03 Pedro Alves <palves@redhat.com>
5204
5205 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
5206 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
5207 the expected output in the success.
5208
5209 2019-07-03 Pedro Alves <palves@redhat.com>
5210
5211 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5212 Split one gdb_test_multiple call in two to avoid a race.
5213
5214 2019-07-03 Pedro Alves <palves@redhat.com>
5215
5216 * gdb.base/with.c: New file.
5217 * gdb.base/with.exp: New file.
5218
5219 2019-07-03 Pedro Alves <palves@redhat.com>
5220
5221 * gdb.base/settings.exp: Replace all references to "maint
5222 test-settings set" with references to "maint set test-settings",
5223 and all references to "maint test-settings show" with references
5224 to "maint show test-settings".
5225
5226 2019-07-03 Pedro Alves <palves@redhat.com>
5227
5228 * gdb.base/settings.exp (test-string): Adjust expected out when
5229 testing "maint test-settings show filename"
5230
5231 2019-07-02 Pedro Alves <palves@redhat.com>
5232
5233 * gdb.base/options.exp (test-info-threads): New procedure.
5234 (top level): Call it.
5235
5236 2019-06-28 Tom Tromey <tromey@adacore.com>
5237
5238 * gdb.dwarf2/ada-linkage-name.c: New file.
5239 * gdb.dwarf2/ada-linkage-name.exp: New file.
5240
5241 2019-06-27 Tom Tromey <tromey@adacore.com>
5242
5243 PR c++/20020:
5244 * gdb.cp/constexpr-field.exp: Use setup_xfail.
5245
5246 2019-06-26 Tom de Vries <tdevries@suse.de>
5247
5248 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
5249
5250 2019-06-26 Tom de Vries <tdevries@suse.de>
5251
5252 * gdb.base/index-cache.exp: Add back missing debug option.
5253
5254 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5255
5256 * gdb.base/alias.exp: Test non matching/non existing prefixes.
5257
5258 2019-06-25 Tom de Vries <tdevries@suse.de>
5259
5260 PR testsuite/24727
5261 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
5262
5263 2019-06-24 Tom de Vries <tdevries@suse.de>
5264
5265 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
5266
5267 2019-06-24 Tom de Vries <tdevries@suse.de>
5268
5269 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
5270 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
5271 * gdb.trace/unavailable-dwarf-piece.exp: Same.
5272
5273 2019-06-24 Tom de Vries <tdevries@suse.de>
5274
5275 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
5276
5277 2019-06-21 Tom de Vries <tdevries@suse.de>
5278
5279 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
5280
5281 2019-06-21 Tom de Vries <tdevries@suse.de>
5282
5283 PR testsuite/24518
5284 PR ada/24713
5285 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
5286 index.
5287
5288 2019-06-19 Tom Tromey <tromey@adacore.com>
5289
5290 * gdb.ada/length_cond.exp: Add intro comment.
5291
5292 2019-06-19 Tom Tromey <tromey@adacore.com>
5293
5294 * gdb.ada/length_cond.exp: New file.
5295 * gdb.ada/length_cond/length_cond.adb: New file.
5296 * gdb.ada/length_cond/pck.adb: New file.
5297 * gdb.ada/length_cond/pck.ads: New file.
5298
5299 2019-06-18 Tom de Vries <tdevries@suse.de>
5300
5301 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
5302
5303 2019-06-18 Tom Tromey <tromey@adacore.com>
5304
5305 * gdb.base/list0.h: Add comment explaining control character.
5306
5307 2019-06-18 Tom de Vries <tdevries@suse.de>
5308
5309 * boards/fission.exp: Break up long debug_flags line.
5310
5311 2019-06-16 Tom de Vries <tdevries@suse.de>
5312
5313 PR gdb/24445
5314 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
5315 generated index.
5316
5317 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5318
5319 PR gdb/24686
5320 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
5321 improve detection of bug gdb/24541.
5322
5323 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
5324
5325 PR gdb/24669
5326 * gdb.base/index-cache.exp (uses_readnow,
5327 expecting_index_cache_use): Define global variable.
5328 (test_cache_enabled_miss, test_cache_enabled_hit): Use
5329 expecting_index_cache_use.
5330
5331 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
5332 Andrew Burgess <andrew.burgess@embecosm.com>
5333
5334 * gdb.fortran/pointers.f90: New file.
5335 * gdb.fortran/print_type.exp: New file.
5336 * gdb.fortran/vla-ptype.exp: Adapt expected results.
5337 * gdb.fortran/vla-type.exp: Likewise.
5338 * gdb.fortran/vla-value.exp: Likewise.
5339 * gdb.mi/mi-vla-fortran.exp: Likewise.
5340
5341 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5342
5343 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
5344 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
5345 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
5346 as a stop reason.
5347
5348 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5349
5350 * gdb.base/annota1.exp: Update expected results.
5351 * gdb.cp/annota2.exp: Likewise.
5352 * gdb.cp/annota3.exp: Likewise.
5353
5354 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5355
5356 * gdb.base/style-logging.exp: Remove path from test name.
5357
5358 2019-06-14 Tom Tromey <tromey@adacore.com>
5359
5360 PR gdb/24502:
5361 * gdb.base/style-logging.exp: New file.
5362
5363 2019-06-14 Tom Tromey <tromey@adacore.com>
5364
5365 * gdb.base/symfile-warn.exp: New file.
5366 * gdb.base/symfile-warn.c: New file.
5367
5368 2019-06-14 Tom Tromey <tromey@adacore.com>
5369
5370 * gdb.base/annotate-symlink.exp: New file.
5371
5372 2019-06-14 Tom Tromey <tromey@adacore.com>
5373
5374 * gdb.ada/set_wstr.exp: Add reassignment test.
5375
5376 2019-06-14 Tom Tromey <tromey@adacore.com>
5377
5378 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
5379 'unchecked_access and 'unrestricted_access as well.
5380
5381 2019-06-14 Tom Tromey <tromey@adacore.com>
5382
5383 PR ada/24539:
5384 * gdb.ada/vla.exp: Update tests.
5385 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
5386 pragma.
5387
5388 2019-06-13 Pedro Alves <palves@redhat.com>
5389
5390 * gdb.base/settings.exp (test-integer): Test junk after
5391 "unlimited".
5392
5393 2019-06-13 Pedro Alves <palves@redhat.com>
5394
5395 * gdb.base/options.exp (test-thread-apply): New.
5396 (top level): Call it.
5397
5398 2019-06-13 Pedro Alves <palves@redhat.com>
5399
5400 * gdb.base/options.exp (test-frame-apply): New.
5401 (top level): Test print commands with different "frame apply"
5402 prefixes.
5403
5404 2019-06-13 Pedro Alves <palves@redhat.com>
5405
5406 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
5407 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
5408 'max_completions' parameter and handle it.
5409 (test_gdb_completion_offers_commands): New.
5410
5411 2019-06-13 Pedro Alves <palves@redhat.com>
5412
5413 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
5414
5415 2019-06-13 Pedro Alves <palves@redhat.com>
5416
5417 * gdb.base/options.exp (test-backtrace): New.
5418 (top level): Call it.
5419
5420 2019-06-13 Pedro Alves <palves@redhat.com>
5421
5422 * gdb.guile/scm-frame-args.exp: Use "set print
5423 raw-frame-arguments" instead of "set print raw frame-arguments".
5424 * gdb.python/py-frame-args.exp: Likewise.
5425
5426 2019-06-13 Pedro Alves <palves@redhat.com>
5427
5428 * gdb.compile/compile.exp: Adjust expected output to option
5429 processing changes.
5430
5431 2019-06-13 Pedro Alves <palves@redhat.com>
5432
5433 * gdb.base/options.exp: Build executable.
5434 (test-print): New procedure.
5435 (top level): Call it, once for "print" and another for "compile
5436 print".
5437
5438 2019-06-13 Pedro Alves <palves@redhat.com>
5439
5440 * gdb.base/options.c: New file.
5441 * gdb.base/options.exp: New file.
5442
5443 2019-06-13 Pedro Alves <palves@redhat.com>
5444
5445 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
5446 that "o" is ambiguous.
5447
5448 2019-06-13 Pedro Alves <palves@redhat.com>
5449
5450 * gdb.base/settings.c: New file.
5451 * gdb.base/settings.exp: New file.
5452
5453 2019-06-13 Pedro Alves <palves@redhat.com>
5454
5455 * gdb.base/completion.exp: Fix comment typo.
5456
5457 2019-06-13 Pedro Alves <palves@redhat.com>
5458
5459 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
5460 foo --1" test.
5461
5462 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
5463
5464 * gdb.fortran/block-data.f: New.
5465 * gdb.fortran/block-data.exp: New.
5466
5467 2019-06-11 Tom de Vries <tdevries@suse.de>
5468
5469 PR testsuite/24521
5470 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
5471 message.
5472
5473 2019-06-11 Tom de Vries <tdevries@suse.de>
5474
5475 PR testsuite/24521
5476 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
5477
5478 2019-06-11 Tom de Vries <tdevries@suse.de>
5479
5480 * boards/readnow.exp: New file.
5481
5482 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
5483
5484 * gdb.fortran/vla-sizeof.exp: Update expected results.
5485
5486 2019-06-06 Amos Bird <amosbird@gmail.com>
5487
5488 * gdb.base/annota1.exp (thread_switch): Add test for
5489 thread-exited annotation.
5490
5491 2019-06-06 Tom Tromey <tromey@adacore.com>
5492
5493 * gdb.base/maint.exp: Expect command started/finished output.
5494
5495 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
5496
5497 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
5498 comment.
5499 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
5500
5501 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
5502
5503 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
5504 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
5505 * gdb.arch/riscv-unwind-long-insn.c: New file.
5506 * gdb.arch/riscv-unwind-long-insn.exp: New file.
5507
5508 2019-06-04 Christian Biesinger <cbiesinger@google.com>
5509
5510 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
5511
5512 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5513
5514 * lib/gdb.exp (help_list_trailer): New regexp variable
5515 factorizing the help trailer message.
5516 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
5517 arg to allow to better factorize various tests.
5518 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
5519 (test_prefix_command_help): Use help_list_trailer.
5520 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
5521 * gdb.guile/scm-cmd.exp: Likewise.
5522 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
5523 * gdb.base/help.exp: Use test_user_defined_class_help.
5524 * gdb.base/style.exp: Add tests for styling of help and apropos.
5525 * lib/gdb-utils.exp (style): Add title and highlight styles.
5526
5527 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5528
5529 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
5530 $_shell_exitsignal.
5531 * gdb.base/default.exp: Update for new convenience variables.
5532
5533 2019-05-29 Tom Tromey <tromey@adacore.com>
5534
5535 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
5536 to "break complete ada" test case's regexp.
5537
5538 2019-05-29 Tom Tromey <tromey@adacore.com>
5539
5540 PR c++/20020:
5541 * gdb.cp/constexpr-field.exp: New file.
5542 * gdb.cp/constexpr-field.cc: New file.
5543
5544 2019-05-29 Tom Tromey <tromey@adacore.com>
5545
5546 * gdb.base/finish.exp (finish_no_print): New proc.
5547 (finish_tests): Call it.
5548
5549 2019-05-24 Tom de Vries <tdevries@suse.de>
5550
5551 * gdb.dwarf2/gdb-add-index.exp: New file.
5552
5553 2019-05-22 Tom Tromey <tromey@adacore.com>
5554
5555 * gdb.base/info-shared.exp (check_info_shared): Use "style".
5556 * gdb.base/style.exp: Use "style".
5557 * lib/gdb-utils.exp (style): New proc.
5558
5559 2019-05-22 Tom de Vries <tdevries@suse.de>
5560
5561 * gdb.base/align.exp: Require c++11.
5562
5563 2019-05-22 Tom de Vries <tdevries@suse.de>
5564
5565 PR testsuite/24586
5566 * gdb.python/py-mi-var-info-path-expression.exp: Call
5567 mi_skip_python_tests to check if python is supported.
5568
5569 2019-05-22 Alan Hayward <alan.hayward@arm.com>
5570
5571 * gdb.arch/aarch64-pauth.c: New test.
5572 * gdb.arch/aarch64-pauth.exp: New file.
5573
5574 2019-05-22 Alan Hayward <alan.hayward@arm.com>
5575
5576 * README (Re-running Tests Outside The Testsuite): New section.
5577
5578 2019-05-21 Tom de Vries <tdevries@suse.de>
5579
5580 * gdb.arch/amd64-eval.exp: Require c++11.
5581 * gdb.base/max-depth.exp: Same.
5582 * gdb.compile/compile-cplus-array-decay.exp: Same.
5583 * gdb.cp/meth-typedefs.exp: Same.
5584 * gdb.cp/subtypes.exp: Same.
5585 * gdb.cp/temargs.exp: Same.
5586
5587 2019-05-21 Alan Hayward <alan.hayward@arm.com>
5588
5589 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
5590
5591 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
5592
5593 PR gdb/18644
5594 * gdb.fortran/complex.exp: Remove setup_kfail calls.
5595 * gdb.fortran/printing-types.exp: Add new test.
5596 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
5597 testing.
5598 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
5599 setup_kfail call.
5600
5601 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5602
5603 * README (Running the Testsuite): Change example.
5604 (Testsuite Parameters): Remove TRANSCRIPT.
5605 * lib/gdb.exp: Remove TRANSCRIPT check.
5606
5607 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5608
5609 * README (Testsuite Parameters): Add replay logging to
5610 GDBSERVER_DEBUG.
5611 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
5612 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
5613 as a comma separated list.
5614 (gdb_debug_init): Override procedure.
5615
5616 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5617
5618 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
5619 (gdb_write_cmd_file): New procedure.
5620 * lib/gdbserver-support.exp (gdbserver_start): Call
5621 gdbserver_write_cmd_file.
5622 (gdbserver_write_cmd_file): New procedure.
5623
5624 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5625
5626 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
5627 (delete_breakpoints): Likewise.
5628 (gdb_run_cmd): Likewise.
5629 (gdb_start_cmd): Likewise.
5630 (gdb_starti_cmd): Likewise.
5631 (gdb_internal_error_resync): Likewise.
5632 (gdb_test_multiple): Likewise.
5633 (gdb_reinitialize_dir): Likewise.
5634 (default_gdb_exit): Likewise.
5635 (gdb_file_cmd): Mark kill as optional.
5636 (default_gdb_start): Call gdb_stdin_log_init.
5637 (send_gdb): Call gdb_stdin_log_write.
5638 (rerun_to_main): Mark Y as an answer.
5639 (gdb_stdin_log_init): New function.
5640 (gdb_stdin_log_write): Likewise.
5641
5642 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5643
5644 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
5645 * gdb.base/debug-expr.exp: Likewise.
5646 * gdb.base/foll-fork.exp: Likewise.
5647 * gdb.base/foll-vfork.exp: Likewise.
5648 * gdb.base/fork-print-inferior-events.exp: Likewise.
5649 * gdb.base/gdb-sigterm.exp: Likewise.
5650 * gdb.base/gdbinit-history.exp: Likewise.
5651 * gdb.base/osabi.exp: Likewise.
5652 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5653 * gdb.base/ui-redirect.exp: Likewise.
5654 * gdb.gdb/unittest.exp: Likewise.
5655 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
5656 * gdb.mi/mi-watch.exp: Likewise.
5657 * gdb.mi/new-ui-mi-sync.exp: Likewise.
5658 * gdb.mi/user-selected-context-sync.exp: Likewise.
5659 * gdb.python/python.exp: Disable debug test when debugging.
5660 * gdb.threads/check-libthread-db.exp: Disable when debugging.
5661 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5662 Likewise.
5663 * gdb.threads/stepi-random-signal.exp: Likewise.
5664
5665 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5666
5667 * Makefile.in: Pass through GDB_DEBUG.
5668 * README (Testsuite Parameters): Add GDB_DEBUG.
5669 (gdb,debug): Add board setting.
5670 * lib/gdb.exp (default_gdb_start): Start debugging.
5671 (gdb_debug_enabled): New procedure.
5672 (gdb_debug_init): Likewise.
5673
5674 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5675
5676 * Makefile.in: Pass through GDB_DEBUG.
5677 * README (Testsuite Parameters): Add GDB_DEBUG.
5678 (gdb,debug): Add board setting.
5679 * lib/gdb.exp (default_gdb_start): Start debugging.
5680 (gdb_debug_enabled): New procedure.
5681 (gdb_debug_init): Likewise.
5682
5683 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5684
5685 * gdb.base/ui-redirect.exp: Add debug redirect tests.
5686
5687 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5688
5689 * gdb.base/ui-redirect.exp: Test redirection.
5690
5691 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
5692
5693 * gdb.mi/mi-complete.exp: New file.
5694 * gdb.mi/mi-complete.cc: Likewise.
5695
5696 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
5697
5698 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
5699 indexed and sliced arrays, and pointers to arrays.
5700
5701 2019-05-14 Tom Tromey <tromey@adacore.com>
5702
5703 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
5704 styling test.
5705
5706 2019-05-14 Tom de Vries <tdevries@suse.de>
5707
5708 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
5709 selection entry encoding.
5710
5711 2019-05-10 Tom Tromey <tromey@adacore.com>
5712
5713 * gdb.ada/info_exc.exp: Add "complete" test.
5714
5715 2019-05-09 Tom de Vries <tdevries@suse.de>
5716
5717 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
5718 CU-relative.
5719
5720 2019-05-09 Tom de Vries <tdevries@suse.de>
5721
5722 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
5723 CU-relative.
5724
5725 2019-05-08 Joel Brobecker <brobecker@adacore.com>
5726
5727 * gdb.ada/frame_arg_lang.exp: New testcase.
5728 * gdb.ada/frame_arg_lang/bla.adb: New file.
5729 * gdb.ada/frame_arg_lang/pck.ads: New file.
5730 * gdb.ada/frame_arg_lang/pck.adb: New file.
5731 * gdb.ada/frame_arg_lang/foo.c: New file.
5732
5733 2019-05-08 Tom Tromey <tromey@adacore.com>
5734
5735 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
5736
5737 2019-05-08 Tom Tromey <tromey@adacore.com>
5738
5739 * gdb.base/ptype-offsets.exp: Update tests.
5740
5741 2019-05-08 Tom Tromey <tromey@adacore.com>
5742
5743 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
5744 cases.
5745 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
5746 "short".
5747
5748 2019-05-08 Tom Tromey <tromey@adacore.com>
5749
5750 * gdb.ada/vla.exp: New file.
5751 * gdb.ada/vla/vla.adb: New file.
5752
5753 2019-05-07 Tom de Vries <tdevries@suse.de>
5754
5755 * gdb.base/index-cache.exp (ls_host): Fix return statement.
5756
5757 2019-05-07 Tom de Vries <tdevries@suse.de>
5758
5759 PR testsuite/24522
5760 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
5761 section.
5762
5763 2019-05-07 Tom de Vries <tdevries@suse.de>
5764
5765 PR testsuite/24522
5766 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
5767 .debug_aranges section.
5768
5769 2019-05-07 Tom de Vries <tdevries@suse.de>
5770
5771 PR testsuite/24159
5772 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
5773
5774 2019-05-06 Tom de Vries <tdevries@suse.de>
5775
5776 * lib/gdb.exp (exec_has_index_section): New proc.
5777 * gdb.base/index-cache.exp: Handle case that binfile contains an index
5778 section.
5779
5780 2019-05-04 Tom de Vries <tdevries@suse.de>
5781
5782 * boards/cc-with-debug-names.exp: New file.
5783
5784 2019-05-03 Tom Tromey <tromey@adacore.com>
5785
5786 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
5787 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
5788 * gdb.ada/char_enum.exp: Add test.
5789
5790 2019-05-03 Tom de Vries <tdevries@suse.de>
5791
5792 * boards/cc-with-gdb-index.exp: New file.
5793
5794 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
5795
5796 * gdb.rust/simple.exp: Add new test case.
5797 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
5798 (main): Initialise an instance of the new struct.
5799
5800 2019-05-01 Tom Tromey <tromey@adacore.com>
5801
5802 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
5803 record.
5804 (NPR): New variable.
5805 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
5806 test.
5807
5808 2019-05-01 Tom Tromey <tromey@adacore.com>
5809
5810 * gdb.ada/packed_array_assign.exp: Add packed assignment
5811 regression test.
5812
5813 2019-05-01 Tom de Vries <tdevries@suse.de>
5814
5815 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
5816
5817 2019-05-01 Tom de Vries <tdevries@suse.de>
5818
5819 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
5820
5821 2019-04-30 Ali Tamur <tamur@google.com>
5822
5823 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
5824
5825 2019-04-30 Tom Tromey <tromey@adacore.com>
5826
5827 * lib/ada.exp (find_ada_tool): New proc.
5828 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
5829 * gdb.ada/catch_ex_std.exp: New file.
5830 * gdb.ada/catch_ex_std/foo.adb: New file.
5831 * gdb.ada/catch_ex_std/some_package.adb: New file.
5832 * gdb.ada/catch_ex_std/some_package.ads: New file.
5833
5834 2019-04-30 Tom Tromey <tromey@adacore.com>
5835
5836 PR c++/24470:
5837 * gdb.cp/temargs.cc: Add test code from PR.
5838
5839 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5840
5841 * gdb.fortran/vla-datatypes.exp: Update expected results.
5842 * gdb.fortran/vla-ptype.exp: Likewise.
5843 * gdb.fortran/vla-type.exp: Likewise.
5844 * gdb.fortran/vla-value.exp: Likewise.
5845
5846 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5847
5848 * gdb.fortran/ptr-indentation.exp: Update expected results.
5849 * gdb.fortran/ptype-on-functions.exp: Likewise.
5850 * gdb.fortran/vla-ptr-info.exp: Likewise.
5851 * gdb.fortran/vla-value.exp: Likewise.
5852
5853 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5854
5855 * gdb.fortran/ptype-on-functions.exp: New file.
5856 * gdb.fortran/ptype-on-functions.f90: New file.
5857
5858 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5859
5860 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
5861 case void string.
5862
5863 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5864
5865 * gdb.fortran/complex.exp: Expand.
5866 * gdb.fortran/complex.f: Renamed to...
5867 * gdb.fortran/complex.f90: ...this, and extended to add more
5868 complex values.
5869
5870 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5871
5872 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
5873 MODULO, CMPLX.
5874
5875 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
5876 Richard Bunt <richard.bunt@arm.com>
5877
5878 * gdb.base/max-depth.c: New file.
5879 * gdb.base/max-depth.exp: New file.
5880 * gdb.python/py-nested-maps.c: New file.
5881 * gdb.python/py-nested-maps.exp: New file.
5882 * gdb.python/py-nested-maps.py: New file.
5883 * gdb.python/py-format-string.exp (test_max_depth): New proc.
5884 (test_all_common): Call test_max_depth.
5885 * gdb.fortran/max-depth.exp: New file.
5886 * gdb.fortran/max-depth.f90: New file.
5887 * gdb.go/max-depth.exp: New file.
5888 * gdb.go/max-depth.go: New file.
5889 * gdb.modula2/max-depth.exp: New file.
5890 * gdb.modula2/max-depth.c: New file.
5891 * lib/gdb.exp (get_print_expr_at_depths): New proc.
5892
5893 2019-04-29 Tom de Vries <tdevries@suse.de>
5894
5895 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
5896
5897 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5898
5899 * gdb.base/callexit.exp: Test may-call-functions off.
5900
5901 2019-04-25 Keith Seitz <keiths@redhat.com>
5902
5903 PR c++/24367
5904 * gdb.cp/meth-typedefs.cc (incomplete_struct)
5905 (another_incomplete_struct, test_incomplete): New definitions.
5906 (main): Use new definitions.
5907 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
5908 functions.
5909
5910 2019-04-25 Ali Tamur <tamur@google.com>
5911
5912 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
5913
5914 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
5915
5916 PR corefiles/11608
5917 PR corefiles/18187
5918 * gdb.base/coredump-filter-build-id.exp: New file.
5919
5920 2019-04-25 Alan Hayward <alan.hayward@arm.com>
5921
5922 * Makefile.in: Pass through GDBSERVER_DEBUG.
5923 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
5924 (gdbserver,debug): Add board setting.
5925 * gdb.trace/tspeed.exp: Skip when debugging.
5926 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
5927 * lib/gdbserver-support.exp: Likewise
5928
5929 2019-04-24 Tom Tromey <tromey@adacore.com>
5930
5931 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
5932 Rust.
5933
5934 2019-04-24 Tom Tromey <tromey@adacore.com>
5935
5936 * gdb.arch/amd64-eval.exp: Test bitfield return.
5937 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
5938 (class Foo) <return_bitfields>: New method.
5939 (main): Call it.
5940
5941 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
5942
5943 * gdb.cp/many-args.cc: New file.
5944 * gdb.cp/many-args.exp: New file.
5945
5946 2019-04-23 Tom de Vries <tdevries@suse.de>
5947
5948 PR gdb/24433
5949 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
5950
5951 2019-04-23 Alan Hayward <alan.hayward@arm.com>
5952
5953 * gdb.trace/backtrace.exp: Use nopie flag.
5954 * gdb.trace/circ.exp: Likewise.
5955 * gdb.trace/collection.exp: Likewise.
5956 * gdb.trace/ftrace.exp: Likewise.
5957 * gdb.trace/mi-trace-unavailable.exp: Likewise.
5958 * gdb.trace/mi-traceframe-changed.exp: Likewise.
5959 * gdb.trace/qtro.exp: Likewise.
5960 * gdb.trace/read-memory.exp: Likewise.
5961 * gdb.trace/report.exp: Likewise.
5962 * gdb.trace/tfile.exp: Likewise.
5963 * gdb.trace/tfind.exp: Likewise.
5964 * gdb.trace/unavailable.exp: Likewise.
5965
5966 2019-04-22 Pedro Alves <palves@redhat.com>
5967
5968 * gdb.base/solib-probes-nosharedlibrary.c,
5969 gdb.base/solib-probes-nosharedlibrary.exp: New files.
5970
5971 2019-04-19 Tom Tromey <tromey@adacore.com>
5972
5973 * gdb.ada/ptype_union.c: New file.
5974 * gdb.ada/ptype_union.exp: New file.
5975
5976 2019-04-19 Tom Tromey <tromey@adacore.com>
5977
5978 PR symtab/24423:
5979 * gdb.base/list0.h (foo): Add a control-l character.
5980
5981 2019-04-18 Tom de Vries <tdevries@suse.de>
5982
5983 PR gdb/24433
5984 * boards/local-board.exp: Set sysroot to "".
5985
5986 2019-04-18 Tom de Vries <tdevries@suse.de>
5987 Pedro Alves <palves@redhat.com>
5988
5989 PR gdb/24454
5990 * gdb.threads/vfork-follow-child-exec.c: New file.
5991 * gdb.threads/vfork-follow-child-exec.exp: New file.
5992 * gdb.threads/vfork-follow-child-exit.c: New file.
5993 * gdb.threads/vfork-follow-child-exit.exp: New file.
5994
5995 2019-04-15 Leszek Swirski <leszeks@google.com>
5996
5997 * gdb.arch/amd64-eval.cc: New file.
5998 * gdb.arch/amd64-eval.exp: New file.
5999
6000 2019-04-11 Alan Hayward <alan.hayward@arm.com>
6001
6002 * gdb.server/sysroot.c: New test.
6003 * gdb.server/sysroot.exp: New file.
6004 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
6005 matching param.
6006
6007 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
6008
6009 * gdb.base/align.exp: Extend test to cover structures containing
6010 only static fields.
6011
6012 2019-04-11 Tom de Vries <tdevries@suse.de>
6013
6014 * boards/cc-with-dwz-m.exp: New file.
6015 * boards/cc-with-dwz.exp: New file.
6016 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
6017
6018 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
6019
6020 * gdb.base/start-cpp.exp: New file.
6021 * gdb.base/start-cpp.cc: New file.
6022
6023 2019-04-08 Kevin Buettner <kevinb@redhat.com>
6024
6025 * gdb.python/py-thrhandle.exp: Adjust tests to call
6026 thread_from_handle instead of thread_from_thread_handle.
6027
6028 2019-04-08 Kevin Buettner <kevinb@redhat.com>
6029
6030 * gdb.python/py-thrhandle.exp: Add tests for
6031 gdb.InferiorThread.handle.
6032
6033 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
6034
6035 * gdb.python/py-function.exp: Check calling helper function from
6036 all languages.
6037 * lib/gdb.exp (gdb_supported_languages): New proc.
6038
6039 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
6040
6041 * gdb.base/complex-parts.c: New file.
6042 * gdb.base/complex-parts.exp: New file.
6043
6044 2019-04-01 Tom Tromey <tromey@adacore.com>
6045
6046 PR symtab/23331:
6047 * gdb.dwarf2/dw2-ranges-main.c: New file.
6048 * gdb.dwarf2/dw2-ranges-psym.c: New file.
6049 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
6050
6051 2019-03-30 Simon Marchi <simark@simark.ca>
6052
6053 * gdb.base/default.exp: Add values for $_gdb_major and
6054 $_gdb_minor.
6055
6056 2019-03-29 Tom Tromey <tromey@adacore.com>
6057
6058 * gdb.base/help.exp: Tighten apropos regexp.
6059
6060 2019-03-29 Keith Seitz <keiths@redhat.com>
6061
6062 * gdb.fortran/array-bounds.exp: New file.
6063 * gdb.fortran/array-bounds.f90: New file.
6064
6065 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6066
6067 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
6068
6069 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6070
6071 * gdb.multi/hello.c (main): Increase alarm timer.
6072
6073 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
6074
6075 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
6076 factor when no hardware watchpoint support.
6077
6078 2019-03-28 Alan Hayward <alan.hayward@arm.com>
6079 Pedro Alves <palves@redhat.com>
6080
6081 * boards/local-board.exp: set sysroot to /.
6082
6083 2019-03-27 Alan Hayward <alan.hayward@arm.com>
6084
6085 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
6086 in child.
6087
6088 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
6089
6090 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
6091 field.
6092 (make_container): Initialise new field.
6093 * gdb.python/py-prettyprint.exp: Add new tests.
6094 * gdb.python/py-prettyprint.py (class ContainerPrinter)
6095 <display_hint>: New method.
6096
6097 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
6098
6099 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
6100 gdb_continue_to_breakpoint more throughout this test.
6101 (run_lang_tests) Supply unique test names, and use
6102 gdb_test_no_output.
6103
6104 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
6105
6106 * gdb.base/finish-pretty.exp: Update expected results.
6107 * gdb.base/pretty-print.c: New file.
6108 * gdb.base/pretty-print.exp: New file.
6109
6110 2019-03-25 Pedro Alves <palves@redhat.com>
6111
6112 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
6113 move comments outside list. Append '-i "" eof' section.
6114
6115 2019-03-22 Alan Hayward <alan.hayward@arm.com>
6116
6117 PR testsuite/25016
6118 * README: Add pie options.
6119 * gdb.base/break-interp.exp: Ensure pie is disabled.
6120 * gdb.base/dump.exp: Likewise.
6121 * lib/gdb.exp (gdb_compile): Add pie option.
6122
6123 2019-03-19 Tom Tromey <tromey@adacore.com>
6124
6125 * gdb.mi/mi2-cli-display.c: New file.
6126 * gdb.mi/mi2-cli-display.exp: New file.
6127
6128 2019-03-18 Joel Brobecker <brobecker@adacore.com>
6129 Tom Tromey <tromey@adacore.com>
6130
6131 * gdb.ada/ptype_array/pck.adb: New file.
6132 * gdb.ada/ptype_array/pck.ads: New file.
6133 * gdb.ada/ptype_array/foo.adb: New file.
6134 * gdb.ada/ptype_array.exp: New file.
6135
6136 2019-03-14 Tom Tromey <tromey@adacore.com>
6137
6138 * gdb.base/style.exp: Add "set style sources" test.
6139
6140 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
6141
6142 * mi-breakpoint-location-ena-dis.exp: Rename to ...
6143 * mi-breakpoint-multiple-locations.exp: ... this.
6144 (make_breakpoints_pattern): New proc.
6145 (do_test): Add mi_version parameter, test -break-insert,
6146 -break-info and =breakpoint-created.
6147
6148 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
6149
6150 * config/default.exp: Remove 'load_lib gdb.exp'.
6151 * config/monitor.exp: Likewise.
6152 * config/sid.exp: Likewise.
6153 * config/sim.exp: Likewise.
6154 * config/slite.exp: Likewise.
6155 * config/unix.exp: Likewise.
6156 * gdb.base/default.exp: Remove unhelpful comment.
6157
6158 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6159
6160 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
6161
6162 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6163
6164 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
6165
6166 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6167
6168 * gdb.fortran/type-kinds.exp: Update expected results.
6169
6170 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6171
6172 * gdb.fortran/type-kinds.exp: Test new integer type kind.
6173
6174 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6175
6176 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
6177 function.
6178 (test_basic_parsing_of_type_kinds): Expand types tested.
6179 (test_parsing_invalid_type_kinds): New function.
6180
6181 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6182
6183 * gdb.fortran/intrinsics.exp: New file.
6184 * gdb.fortran/intrinsics.f90: New file.
6185 * gdb.fortran/type-kinds.exp: New file.
6186
6187 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6188
6189 * gdb.fortran/dot-ops.exp: New file.
6190
6191 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6192
6193 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
6194 Check upper and lower case logical literals.
6195
6196 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6197
6198 * gdb.fortran/types.exp (test_float_literal_types_accepted):
6199 Remove duplicate tests.
6200
6201 2019-03-06 Alan Hayward <alan.hayward@arm.com>
6202
6203 * lib/gdb.exp (builtin_cd): rename of cd.
6204 (cd): Override builtin.
6205
6206 2019-03-06 Richard Bunt <richard.bunt@arm.com>
6207
6208 * gdb.fortran/function-calls.exp: New file.
6209 * gdb.fortran/function-calls.f90: New test.
6210
6211 2019-03-04 Richard Bunt <richard.bunt@arm.com>
6212
6213 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
6214 on user program standard output.
6215 * gdb.fortran/short-circuit-argument-list.f90: Record function
6216 calls.
6217
6218 2019-02-28 Alan Hayward <alan.hayward@arm.com>
6219
6220 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
6221 failure.
6222
6223 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6224
6225 PR gdb/8527
6226 * gdb.base/interrupt-daemon-attach.c,
6227 gdb.base/interrupt-daemon-attach.exp: New test.
6228
6229 2019-02-27 Pedro Alves <palves@redhat.com>
6230
6231 * gdb.base/page.exp: Add tests for "set width/height -1".
6232
6233 2019-02-27 Pedro Alves <palves@redhat.com>
6234
6235 * gdb.base/page.exp: Add tests for "set/show width/height" with
6236 "infinite" values.
6237
6238 2019-02-27 Tom Tromey <tromey@adacore.com>
6239
6240 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
6241 2.4.
6242 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
6243 workaround.
6244
6245 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
6246
6247 * gdb.base/align.exp: Extend to compile in both C and C++, and add
6248 tests for structs with static members.
6249
6250 2019-02-26 Tom Tromey <tromey@adacore.com>
6251
6252 * gdb.python/py-value.exp (test_value_from_buffer): Check for
6253 ValueError, not TypeError.
6254
6255 2019-02-26 Kevin Buettner <kevinb@redhat.com>
6256
6257 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
6258 call from main program.
6259
6260 2019-02-23 Joel Brobecker <brobecker@adacore.com>
6261
6262 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
6263 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
6264 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
6265 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
6266 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
6267
6268 2019-02-22 Keith Seitz <keiths@redhat.com>
6269
6270 PR symtab/23853
6271 * gdb.base/symlink-sourcefile.c: New file.
6272 * gdb.base/symlink-sourcefile.exp: New file.
6273
6274 2019-02-20 Tom Tromey <tom@tromey.com>
6275
6276 * gdb.base/info_qt.exp: Update.
6277
6278 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
6279
6280 * gdb.base/source.exp: Move "error in sourced script" code to
6281 the end.
6282 * gdb.base/source-error.gdb: Move contents to
6283 source-error-1.gdb. Add new code to source source-error-1.gdb.
6284 * gdb.base/source-error-1.gdb: New file, from previous
6285 source-error.gdb.
6286
6287 2019-02-17 Tom Tromey <tom@tromey.com>
6288
6289 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
6290 for macro styling.
6291 * gdb.base/style.c (SOME_MACRO): New macro.
6292
6293 2019-02-17 Tom Tromey <tom@tromey.com>
6294
6295 * gdb.base/style.exp: Add line-wrapping tests.
6296 * gdb.base/page.exp: Add test for quitting during pagination.
6297
6298 2019-02-17 Joel Brobecker <brobecker@adacore.com>
6299
6300 * gdb.ada/big_packed_array: New testcase.
6301 * gdb.ada/homonym.exp: Fix incorrect expected output for
6302 "break <homonym__get_value>" test.
6303
6304 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
6305
6306 PR breakpoints/21870
6307 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
6308 and prepare_for_testing. Add comment.
6309 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
6310 redundant cleanup call. Clean up comment.
6311
6312 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
6313
6314 PR breakpoints/21870
6315 * gdb.arch/aarch64-dbreg-contents.exp: New file.
6316 * gdb.arch/aarch64-dbreg-contents.c: New file.
6317
6318 2019-02-10 Joel Brobecker <brobecker@adacore.com>
6319
6320 * gdb.ada/mi_ref_changeable: New testcase.
6321
6322 2019-02-07 Alan Hayward <alan.hayward@arm.com>
6323
6324 * gdb.base/attach.exp: Add double attach test.
6325
6326 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
6327
6328 * lib/gdb.exp (default_gdb_start): Don't match pagination
6329 prompt.
6330 (gdb_init): Set stty_init.
6331
6332 2019-01-27 Tom Tromey <tom@tromey.com>
6333
6334 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
6335 skip_python_tests.
6336
6337 2019-01-24 Alan Hayward <alan.hayward@arm.com>
6338
6339 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
6340 New structure.
6341 (struct struct_static_02_02): Likewise.
6342 (struct struct_static_02_03): Likewise.
6343 (struct struct_static_02_04): Likewise.
6344 (struct struct_static_04_01): Likewise.
6345 (struct struct_static_04_02): Likewise.
6346 (struct struct_static_04_03): Likewise.
6347 (struct struct_static_04_04): Likewise.
6348 (struct struct_static_06_01): Likewise.
6349 (struct struct_static_06_02): Likewise.
6350 (struct struct_static_06_03): Likewise.
6351 (struct struct_static_06_04): Likewise.
6352 (cmp_struct_static_02_01): Likewise.
6353 (cmp_struct_static_02_02): Likewise.
6354 (cmp_struct_static_02_03): Likewise.
6355 (cmp_struct_static_02_04): Likewise.
6356 (cmp_struct_static_04_01): Likewise.
6357 (cmp_struct_static_04_02): Likewise.
6358 (cmp_struct_static_04_03): Likewise.
6359 (cmp_struct_static_04_04): Likewise.
6360 (cmp_struct_static_06_01): Likewise.
6361 (cmp_struct_static_06_02): Likewise.
6362 (cmp_struct_static_06_03): Likewise.
6363 (cmp_struct_static_06_04): Likewise.
6364 (call_all): Test new structs.
6365 * gdb.base/infcall-nested-structs.exp: Likewise.
6366
6367 2019-01-21 Alan Hayward <alan.hayward@arm.com>
6368 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
6369
6370 2019-01-21 Alan Hayward <alan.hayward@arm.com>
6371 * gdb.base/stack-protector.c: New test.
6372 * gdb.base/stack-protector.exp: New file.
6373 * gdb.cp/ovldbreak.exp: Only allow a single break line.
6374 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
6375 option.
6376 (gdb_compile): Remove stack protector for GCC and prevent
6377 recursion.
6378
6379 2019-01-16 Keith Seitz <keiths@redhat.com>
6380
6381 PR gdb/23773
6382 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
6383
6384 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6385
6386 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
6387 aliases.
6388 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
6389 tests.
6390 * gdb.arch/powerpc-vector-regs.c: New file.
6391 * gdb.arch/powerpc-vector-regs.exp: New file.
6392
6393 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6394
6395 * gdb.arch/altivec-regs.exp: Fix the list passed to
6396 gdb_expect_list when testing "info vector".
6397
6398 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6399
6400 * gdb.base/style.exp: Don't include path in testname.
6401
6402 2019-01-10 Keith Seitz <keiths@redhat.com>
6403
6404 PR gdb/23712
6405 PR symtab/23010
6406 * gdb.dwarf2/multidictionary.exp: New file.
6407
6408 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
6409
6410 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
6411 (test_gnuv3_style_demangling): ... this.
6412 (test_lucid_style_demangling): Remove.
6413 (test_arm_style_demangling): Remove.
6414 (test_hp_style_demangling): Remove.
6415 (do_tests): Remove calls to the above.
6416
6417 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6418
6419 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
6420 case.
6421
6422 2019-01-06 Tom Tromey <tom@tromey.com>
6423
6424 PR gdb/28155:
6425 * gdb.dwarf2/typedef-void-finish.exp: New file.
6426
6427 2018-12-28 Tom Tromey <tom@tromey.com>
6428 Simon Marchi <simark@simark.ca>
6429
6430 * gdb.base/jit-exec.exp: New file.
6431 * gdb.base/jit-exec.c: New file.
6432 * gdb.base/jit-execd.c: New file.
6433
6434 2018-12-28 Tom Tromey <tom@tromey.com>
6435
6436 * gdb.base/style.exp: Update test to check for address styling.
6437
6438 2018-12-28 Tom Tromey <tom@tromey.com>
6439
6440 * gdb.base/style.exp: Add test for styling of "Reading symbols"
6441 message.
6442
6443 2018-12-28 Tom Tromey <tom@tromey.com>
6444
6445 * gdb.base/style.exp: Add test for version number styling.
6446
6447 2018-12-28 Tom Tromey <tom@tromey.com>
6448
6449 * gdb.base/style.exp: Add test for print_address_symbolic.
6450
6451 2018-12-28 Tom Tromey <tom@tromey.com>
6452
6453 * gdb.base/style.exp: Add test for breakpoint setting.
6454
6455 2018-12-28 Tom Tromey <tom@tromey.com>
6456
6457 * gdb.base/style.exp: Add test for variable names.
6458
6459 2018-12-28 Tom Tromey <tom@tromey.com>
6460
6461 * gdb.base/style.exp: New file.
6462 * gdb.base/style.c: New file.
6463
6464 2018-12-28 Tom Tromey <tom@tromey.com>
6465
6466 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
6467 "dumb".
6468 * gdb.base/readline.exp (operate_and_get_next): Save and restore
6469 the TERM environment variable.
6470
6471 2018-12-27 Tom Tromey <tom@tromey.com>
6472
6473 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
6474 pagination test.
6475
6476 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
6477
6478 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
6479 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
6480
6481 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6482
6483 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
6484 Filename a.adb changed to bp_fun_addr.adb.
6485 gdb.ada/bp_fun_addr.exp: Update test accordingly.
6486
6487 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
6488
6489 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
6490 non-PIE executables.
6491 * README: Mention the gdb,nopie_flag board setting.
6492 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
6493 non-PIE executable.
6494 * gdb.arch/amd64-entry-value.exp: Likewise.
6495 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
6496 * gdb.arch/i386-float.exp: Likewise.
6497 * gdb.arch/i386-signal.exp: Likewise.
6498 * gdb.mi/mi-reg-undefined.exp: Likewise.
6499
6500 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
6501
6502 PR gdb/23974
6503 * gdb.base/info-os.exp: Check return for unknown "info os" type.
6504
6505 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6506
6507 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
6508 Update order of results accordingly.
6509
6510 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
6511
6512 * gdb.base/annota1.exp: Update a test regexp.
6513
6514 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6515
6516 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
6517
6518 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6519
6520 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
6521 (reuse_time): Initialize to REUSE_TIME_CAP.
6522 (check_rc): New function.
6523 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
6524 Check pthread_create rc.
6525 (spawner_thread_func): Check pthread_create and pthread_join rc.
6526
6527 2018-12-08 Pedro Alves <palves@redhat.com>
6528
6529 * gdb.base/list.exp (test_forward_search): Rename to ...
6530 (test_forward_reverse_search): ... this. Also test reverse-search
6531 and the forward-search alias.
6532
6533 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
6534
6535 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
6536 local timeout variable before return, and remove all local timeout
6537 variable entirely.
6538 (gdb_load): Likewise.
6539
6540 2018-12-01 Tom de Vries <tdevries@suse.de>
6541
6542 * gdb.base/gdb-caching-proc.exp: New file.
6543
6544 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
6545
6546 * Makefile.in (TIMESTAMP): New variable.
6547 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
6548 command.
6549 (check-single-racy): Likewise.
6550 (check/%.exp): Likewise.
6551 (check-racy/%.exp): Likewise.
6552 (workers/%.worker): Likewise.
6553 (build-perf): Likewise.
6554 (check-perf): Likewise.
6555 * README: Describe new "TS" and "TS_FORMAT" variables.
6556 * print-ts.py: New file.
6557
6558 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
6559
6560 PR python/23714
6561 * gdb.python/python.exp: Test command repetition after
6562 gdb.execute.
6563
6564 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
6565
6566 * gdb.opt/inline-break.exp: Add test that info breakpoint output
6567 is correctly aligned.
6568
6569 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6570
6571 * gdb.ada/info_auto_lang.exp: New testcase.
6572 * gdb.ada/info_auto_lang/global_pack.ads: New file.
6573 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
6574 * gdb.ada/info_auto_lang/some_c.c: New file.
6575
6576 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6577
6578 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
6579 FUNC_lang language syntax.
6580
6581 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6582
6583 * gdb.base/info_minsym.c: New file.
6584 * gdb.base/info_minsym.exp: New file.
6585
6586 2018-11-19 Tom Tromey <tom@tromey.com>
6587
6588 PR rust/23625:
6589 * gdb.rust/simple.exp: Add ptype test. Update expected output.
6590 * gdb.rust/expr.exp: Update expected output. Change one test.
6591
6592 2018-11-19 Tom Tromey <tom@tromey.com>
6593
6594 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
6595
6596 2018-11-19 Pedro Alves <palves@redhat.com>
6597
6598 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
6599 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
6600 see the expected warning.
6601
6602 2018-11-16 Alan Hayward <alan.hayward@arm.com>
6603
6604 PR gdb/22736:
6605 * gdb.cp/infcall-nodebug-lib.c: New test.
6606 * gdb.cp/infcall-nodebug-main.c: New test.
6607 * gdb.cp/infcall-nodebug.exp: New file.
6608
6609 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
6610
6611 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
6612 completer tests.
6613
6614 2018-11-09 Tom de Vries <tdevries@suse.de>
6615
6616 * gdb.base/msym-lang.c: New test.
6617 * gdb.base/msym-lang.exp: New file.
6618 * gdb.base/msym-lang-main.c: New test.
6619
6620 2018-11-08 Tom Tromey <tom@tromey.com>
6621
6622 PR gdb/23555:
6623 PR gdb/23838:
6624 * gdb.base/warning.exp: New file.
6625
6626 2018-11-08 Jan Beulich <jbeulich@suse.com>
6627
6628 * testsuite/gdb.arch/i386-avx512.c,
6629 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
6630
6631 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
6632
6633 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
6634 point hardware.
6635
6636 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
6637
6638 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
6639 * gdb.dwarf2/missing-type-name.exp: New file.
6640
6641 2018-11-06 Tom de Vries <tdevries@suse.de>
6642
6643 * gdb.base/many-headers.c: New test.
6644 * gdb.base/many-headers.exp: New file.
6645
6646 2018-11-06 Jim Wilson <jimw@sifive.com>
6647
6648 * gdb.base/code_elim.exp: For riscv, set additional_flags
6649 to include -msmall-data-limit=0.
6650
6651 2018-11-01 Joel Brobecker <brobecker@adacore.com>
6652
6653 * gdb.ada/watch_minus_l: New testcase.
6654
6655 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
6656
6657 * gdb.arch/aix-sighandle.c: New file.
6658 * gdb.arch/aix-sighandle.exp: New file.
6659
6660 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6661
6662 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
6663 registers being unions.
6664
6665 2018-10-31 Tom de Vries <tdevries@suse.de>
6666
6667 * lib/valgrind.exp: New file.
6668 (vgdb_start, vgdb_stop): New procs, factored out of ...
6669 * gdb.base/valgrind-bt.exp: ... here, ...
6670 * gdb.base/valgrind-disp-step.exp: ... here and ...
6671 * gdb.base/valgrind-infcall.exp: ... here.
6672
6673 2018-10-31 Tom de Vries <tdevries@suse.de>
6674
6675 * lib/gdb.exp (get_valueof): Don't output read value in test name.
6676
6677 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6678
6679 * gdb.dwarf2/void-type.c: New file.
6680 * gdb.dwarf2/void-type.exp: New file.
6681
6682 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6683
6684 * gdb.base/info_qt.c: New file.
6685 * gdb.base/info_qt.exp: New file.
6686
6687 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6688
6689 * gdb.arch/powerpc-htm-regs.c: New file.
6690 * gdb.arch/powerpc-htm-regs.exp: New file.
6691
6692 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6693
6694 * gdb.arch/powerpc-tar.c: New file.
6695 * gdb.arch/powerpc-tar.exp: New file.
6696
6697 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6698
6699 * gdb.arch/powerpc-ppr-dscr.c: New file.
6700 * gdb.arch/powerpc-ppr-dscr.exp: New file.
6701
6702 2018-10-25 Tom de Vries <tdevries@suse.de>
6703
6704 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
6705
6706 2018-10-24 Tom de Vries <tdevries@suse.de>
6707
6708 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
6709 longer exists error.
6710
6711 2018-10-24 Tom de Vries <tdevries@suse.de>
6712
6713 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
6714
6715 2018-10-24 Tom de Vries <tdevries@suse.de>
6716
6717 * gdb.base/valgrind-db-attach.exp: Handle removed support for
6718 --db-attach in valgrind.
6719
6720 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
6721
6722 * gdb.arch/riscv-reg-aliases.c: New file.
6723 * gdb.arch/riscv-reg-aliases.exp: New file.
6724
6725 2018-10-19 Alan Hayward <alan.hayward@arm.com>
6726
6727 * gdb.python/py-cmd.exp: Check for gdb_prompt.
6728
6729 2018-10-19 Alan Hayward <alan.hayward@arm.com>
6730
6731 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
6732
6733 2018-10-19 Alan Hayward <alan.hayward@arm.com>
6734
6735 * gdb.cp/ovldbreak.exp: Fix regexps.
6736
6737 2018-10-19 Alan Hayward <alan.hayward@arm.com>
6738
6739 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
6740
6741 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
6742
6743 PR cli/23785
6744 * gdb.base/restore.exp: New test to check if "restore" with an
6745 invalid file doesn't segfault.
6746
6747 2018-10-18 Tom de Vries <tdevries@suse.de>
6748
6749 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
6750 * gdb.ada/excep_handle.exp: Same.
6751 * gdb.ada/mi_string_access.exp: Same.
6752 * gdb.ada/mi_var_union.exp: Same.
6753 * gdb.arch/arc-analyze-prologue.exp: Same.
6754 * gdb.arch/arc-decode-insn.exp: Same.
6755 * gdb.base/readnever.exp: Same.
6756 * gdb.fortran/printing-types.exp: Same.
6757 * gdb.guile/scm-lazy-string.exp: Same.
6758
6759 2018-10-16 Tom de Vries <tdevries@suse.de>
6760
6761 PR gdb/23730
6762 * gdb.base/catch-follow-exec.c: Add copyright notice.
6763 * gdb.base/catch-follow-exec.exp: Rewrite to use
6764 gdb_spawn_with_cmdline_opts. Require gdb-native.
6765
6766 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
6767
6768 * gdb.trace/actions-changed.exp: Check for arch support.
6769 * gdb.trace/actions.exp: Likewise.
6770 * gdb.trace/ax.exp: Likewise.
6771 * gdb.trace/backtrace.exp: Likewise.
6772 * gdb.trace/change-loc.exp: Likewise.
6773 * gdb.trace/deltrace.exp: Likewise.
6774 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
6775 * gdb.trace/ftrace.exp: Likewise.
6776 * gdb.trace/infotrace.exp: Check for arch support.
6777 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
6778 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
6779 * gdb.trace/mi-tsv-changed.exp: Likewise.
6780 * gdb.trace/packetlen.exp: Likewise.
6781 * gdb.trace/passc-dyn.exp: Likewise.
6782 * gdb.trace/passcount.exp: Likewise.
6783 * gdb.trace/pending.exp: Likewise.
6784 * gdb.trace/range-stepping.exp: Check for shlib support.
6785 * gdb.trace/report.exp: Check for arch support.
6786 * gdb.trace/save-trace.exp: Likewise.
6787 * gdb.trace/signal.exp: Check for signal support.
6788 * gdb.trace/tfind.exp: Check for arch support.
6789 * gdb.trace/trace-break.exp: Check for arch and shlib support.
6790 * gdb.trace/trace-common.h: Add comment.
6791 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
6792 * gdb.trace/trace-enable-disable.exp: Likewise.
6793 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
6794 * gdb.trace/tracecmd.exp: Check for arch support.
6795 * gdb.trace/tspeed.exp: Check for shlib and target support.
6796 * gdb.trace/tstatus.exp: Check for arch support.
6797 * gdb.trace/tsv.exp: Likewise.
6798 * gdb.trace/while-dyn.exp: Likewise.
6799 * gdb.trace/while-stepping.exp: Likewise.
6800 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
6801
6802 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
6803
6804 * gdb.trace/tspeed.exp: Remove nowarnings.
6805 (prepare_for_trace_test): Declare "global ipalib".
6806 * gdb.trace/tspeed.c: Include unistd.h.
6807 (main): Remove superfluous printf argument.
6808
6809 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
6810
6811 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
6812 directory prefix on the filename.
6813
6814 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
6815
6816 * gdb.gdb/unittest.exp: Update expected message informing that
6817 selftests have been disabled.
6818 * gdb.server/unittest.exp: Likewise.
6819
6820 2018-10-09 Tom de Vries <tdevries@suse.de>
6821
6822 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
6823 with runto_main.
6824
6825 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
6826
6827 PR c++/16841
6828 * gdb.cp/virtbase2.cc: New file.
6829 * gdb.cp/virtbase2.exp: New file.
6830
6831 2018-10-06 Tom Tromey <tom@tromey.com>
6832
6833 PR python/19399:
6834 * gdb.python/py-inferior.exp: Add architecture test.
6835
6836 2018-10-06 Tom Tromey <tom@tromey.com>
6837
6838 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
6839 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
6840
6841 2018-10-06 Tom Tromey <tom@tromey.com>
6842
6843 * gdb.python/py-breakpoint.exp (check_last_event): Check location
6844 of a "throw" catchpoint.
6845
6846 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
6847
6848 * gdb.base/info-proc.exp: Update string expected from "help info
6849 proc".
6850
6851 2018-10-04 Tom Tromey <tom@tromey.com>
6852
6853 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
6854 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
6855 (test_initial_complaints, test_empty_complaints): Update.
6856 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6857
6858 2018-10-04 Tom Tromey <tom@tromey.com>
6859
6860 PR cli/19551:
6861 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
6862 * lib/gdb.exp (gdb_file_cmd): Update.
6863 * gdb.stabs/weird.exp (print_weird_var): Update.
6864 * gdb.server/solib-list.exp: Update.
6865 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
6866 * gdb.mi/mi-cli.exp: Update.
6867 * gdb.linespec/linespec.exp: Update.
6868 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6869 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
6870 * gdb.cp/cp-relocate.exp: Update.
6871 * gdb.base/sym-file.exp: Update.
6872 * gdb.base/relocate.exp: Update.
6873 * gdb.base/readnever.exp: Update.
6874 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6875 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
6876 * gdb.base/dbx.exp (gdb_file_cmd): Update.
6877 * gdb.base/code_elim.exp: Update.
6878 * gdb.base/break-unload-file.exp (test_break): Update.
6879 * gdb.base/break-interp.exp (test_attach_gdb): Update.
6880 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
6881 Update.
6882 * gdb.base/attach.exp (do_attach_tests): Update.
6883 * gdb.base/sepdebug.exp: Update.
6884 * gdb.python/py-section-script.exp: Update.
6885
6886 2018-10-04 Tom Tromey <tom@tromey.com>
6887
6888 PR cli/22234:
6889 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
6890 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
6891 output.
6892
6893 2018-10-04 Tom Tromey <tom@tromey.com>
6894
6895 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
6896 set width and height to 0.
6897 (test_command_line_attach_run): Use -quiet.
6898
6899 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
6900
6901 * lib/gdb.exp (skip_ifunc_tests): New.
6902 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
6903 other compile failures.
6904 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
6905
6906 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
6907
6908 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
6909 is_amd64_regs_target.
6910
6911 2018-10-01 Alan Hayward <alan.hayward@arm.com>
6912
6913 * gdb.arch/aarch64-sighandler-regs.c: New test.
6914 * gdb.arch/aarch64-sighandler-regs.exp: New file.
6915 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
6916
6917 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
6918
6919 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
6920 assembly.
6921
6922 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
6923
6924 * gdb.base/frame-selection.exp: New file.
6925 * gdb.base/frame-selection.c: New file.
6926
6927 2018-09-27 Alan Hayward <alan.hayward@arm.com>
6928
6929 * gdb.threads/check-libthread-db.c (thread_routine): Use a
6930 pthread barrier.
6931 (main): Likewise.
6932
6933 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
6934
6935 * gdb.base/large-frame-1.c: New file.
6936 * gdb.base/large-frame-2.c: New file.
6937 * gdb.base/large-frame.exp: New file.
6938 * gdb.base/large-frame.h: New file.
6939
6940 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
6941
6942 PR gdb/20948
6943 * gdb.base/write_mem.exp: New test.
6944 * gdb.base/write_mem.c: Likewise.
6945
6946 2018-09-23 Tom Tromey <tom@tromey.com>
6947
6948 PR python/18852:
6949 * gdb.python/py-parameter.exp: Add test for parameter that throws
6950 on "set".
6951
6952 2018-09-23 Tom Tromey <tom@tromey.com>
6953
6954 PR python/17284:
6955 * gdb.python/py-template.exp (test_template_arg): Add test for
6956 negative template argument number.
6957
6958 2018-09-23 Tom Tromey <tom@tromey.com>
6959
6960 PR python/14062:
6961 * gdb.python/python.exp: Add test for post_event error.
6962
6963 2018-09-23 Tom Tromey <tom@tromey.com>
6964
6965 PR python/18170:
6966 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
6967 convert pointers to int and long.
6968
6969 2018-09-23 Tom Tromey <tom@tromey.com>
6970
6971 PR python/20126:
6972 * gdb.python/py-value.exp (test_value_numeric_ops): Add
6973 signed-ness conversion tests.
6974
6975 2018-09-23 Tom Tromey <tom@tromey.com>
6976
6977 PR python/18352;
6978 * gdb.python/py-value.exp (test_float_conversion): New proc.
6979 Use it.
6980
6981 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
6982
6983 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
6984
6985 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
6986
6987 * gdb.base/complete-empty.exp: Skip tab-completion tests if
6988 no readline.
6989 * gdb.base/utf8-identifiers.exp: Likewise.
6990 * gdb.cp/cpcompletion.exp: Likewise.
6991 * gdb.linespec/cpcompletion.exp: Likewise.
6992 * gdb.linespec/cpls-abi-tag.exp: Likewise.
6993 * gdb.linespec/cpls-ops.exp: Likewise.
6994
6995 2018-09-19 Richard Bunt <richard.bunt@arm.com>
6996 Chris January <chris.january@arm.com>
6997
6998 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
6999 * gdb.fortran/short-circuit-argument-list.exp: New file.
7000 * gdb.fortran/short-circuit-argument-list.f90: New test.
7001
7002 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
7003
7004 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
7005 "arch=" keyword when executing "-stack-list-frames".
7006
7007 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
7008
7009 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
7010 "arch=" keyword when executing "-stack-list-frames".
7011
7012 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
7013
7014 * gdb.ada/complete.exp: Expect for "@" when doing "complete
7015 break ada".
7016
7017 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
7018
7019 PR python/23669
7020 * gdb.python/python.exp: Test gdb.execute("show commands").
7021
7022 2018-09-16 Tom Tromey <tom@tromey.com>
7023
7024 * gdb.base/new-ui.exp (do_execution_tests): Update.
7025 * gdb.base/dbx.exp (test_breakpoints): Update.
7026
7027 2018-09-14 Alan Hayward <alan.hayward@arm.com>
7028
7029 * lib/gdb.exp (gdb_simple_compile): Add proc.
7030 (is_elf_target): Use gdb_simple_compile.
7031 (skip_altivec_tests): Likewise.
7032 (skip_vsx_tests): Likewise.
7033 (skip_tsx_tests): Likewise.
7034 (skip_btrace_tests): Likewise.
7035 (skip_btrace_pt_tests): Likewise.
7036 (gdb_can_simple_compile): Likewise.
7037 (gdb_has_argv0): Likewise.
7038 (gdb_target_symbol_prefix): Likewise.
7039 (target_supports_scheduler_locking): Likewise.
7040
7041 2018-09-13 Tom Tromey <tom@tromey.com>
7042
7043 * Makefile.in (TAGS): Recognize proc_with_prefix and
7044 gdb_caching_proc.
7045
7046 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
7047
7048 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
7049 method.
7050
7051 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
7052
7053 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
7054 and a few other Inferior properties when the Inferior is no
7055 longer valid.
7056
7057 2018-09-13 Tom Tromey <tom@tromey.com>
7058
7059 PR rust/23650:
7060 * gdb.rust/simple.exp: Add test for enum field access error.
7061
7062 2018-09-13 Tom Tromey <tom@tromey.com>
7063
7064 PR rust/23626:
7065 * gdb.rust/simple.rs (EmptyEnum): New type.
7066 (main): Use it.
7067 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
7068
7069 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
7070
7071 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
7072 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
7073 * gdb.python/py-symtab.exp: Update test printing an objfile.
7074
7075 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
7076
7077 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
7078 object.
7079
7080 2018-09-12 Alan Hayward <alan.hayward@arm.com>
7081
7082 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
7083 (support_complex_tests): Use gdb_can_simple_compile.
7084 (is_ilp32_target): Likewise.
7085 (is_lp64_target): Likewise.
7086 (is_64_target): Likewise.
7087 (is_amd64_regs_target): Likewise.
7088 (is_aarch32_target): Likewise.
7089 (gdb_int128_helper): Likewise.
7090
7091 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7092
7093 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
7094
7095 2018-09-10 Jerome Guitton <guitton@adacore.com>
7096
7097 * gdb.ada/same_component_name: Add test for case of tagged record
7098 with variable-length fields.
7099
7100 2018-09-10 Xavier Roirand <roirand@adacore.com>
7101
7102 * gdb.ada/access_to_unbounded_array.exp: New testcase.
7103 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
7104 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
7105 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
7106
7107 2018-09-10 Xavier Roirand <roirand@adacore.com>
7108
7109 * gdb.ada/mi_string_access.exp: New testcase.
7110 * gdb.ada/mi_string_access/bar.adb: New file.
7111 * gdb.ada/mi_string_access/pck.adb: New file.
7112 * gdb.ada/mi_string_access/pck.asd: New file.
7113
7114 2018-09-10 Xavier Roirand <roirand@adacore.com>
7115
7116 * gdb.ada/mi_var_union.exp: New testcase.
7117 * gdb.ada/mi_var_union/bar.adb: New file.
7118 * gdb.ada/mi_var_union/pck.adb: New file.
7119 * gdb.ada/mi_var_union/pck.asd: New file.
7120
7121 2018-09-08 Tom Tromey <tom@tromey.com>
7122
7123 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
7124
7125 2018-09-08 Tom Tromey <tom@tromey.com>
7126
7127 PR python/16047:
7128 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
7129 (register_pretty_printers): Register new printer.
7130 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
7131 test.
7132 * gdb.python/py-prettyprint.c (int_type3): New typedef.
7133 (an_int_type3): New global.
7134
7135 2018-09-08 Joel Brobecker <brobecker@adacore.com>
7136
7137 * gdb.ada/expr_with_funcall: New testcase.
7138
7139 2018-09-08 Joel Brobecker <brobecker@adacore.com>
7140
7141 * gdb.ada/packed_array_assign: New testcase.
7142
7143 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
7144
7145 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
7146 names, and add test prefixes to make test names unique.
7147
7148 2018-09-05 Tom de Vries <tdevries@suse.de>
7149
7150 * gdb.dwarf2/varval.exp: Add test.
7151
7152 2018-09-04 Gary Benson <gbenson@redhat.com>
7153
7154 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
7155 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
7156
7157 2018-08-31 Tom Tromey <tom@tromey.com>
7158
7159 * gdb.rust/simple.rs: Rename second variable "v".
7160
7161 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
7162
7163 * gdb.base/funcargs.c (use_a): New function.
7164 (recurse): Call use_a.
7165
7166 2018-08-29 Keith Seitz <keiths@redhat.com>
7167
7168 * gdb.compile/compile-cplus-anonymous.cc: New file.
7169 * gdb.compile/compile-cplus-anonymous.exp: New file.
7170 * gdb.compile/compile-cplus-array-decay.cc: New file.
7171 * gdb.compile/compile-cplus-array-decay.exp: New file.
7172 * gdb.compile/compile-cplus-inherit.cc: New file.
7173 * gdb.compile/compile-cplus-inherit.exp: New file.
7174 * gdb.compile/compile-cplus-member.cc: New file.
7175 * gdb.compile/compile-cplus-member.exp: New file.
7176 * gdb.compile/compile-cplus-method.cc: New file.
7177 * gdb.compile/compile-cplus-method.exp: New file.
7178 * gdb.compile/compile-cplus-mod.c: "New" file.
7179 * gdb.compile/compile-cplus-namespace.cc: New file.
7180 * gdb.compile/compile-cplus-namespace.exp: New file.
7181 * gdb.compile/compile-cplus-nested.cc: New file.
7182 * gdb.compile/compile-cplus-nested.exp: New file.
7183 * gdb.compile/compile-cplus-print.c: "New" file.
7184 * gdb.compile/compile-cplus-print.exp: "New" file.
7185 * gdb.compile/compile-cplus-virtual.cc: New file.
7186 * gdb.compile/compile-cplus-virtual.exp: New file.
7187 * gdb.compile/compile-cplus.c: "New" file.
7188 * gdb.compile/compile-cplus.exp: "New" file.
7189 * lib/compile-support.exp: New file.
7190
7191 2018-08-16 Gary Benson <gbenson@redhat.com>
7192
7193 PR gdb/13000:
7194 * gdb.base/batch-exit-status.exp: New file.
7195 * gdb.base/batch-exit-status.good-commands: Likewise.
7196 * gdb.base/batch-exit-status.bad-commands: Likewise.
7197
7198 2018-08-29 Alan Hayward <alan.hayward@arm.com>
7199
7200 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
7201 (struct struct02): Likewise.
7202 (struct struct03): Likewise.
7203 (struct struct04): Likewise.
7204 (struct struct_01_01): New struct.
7205 (struct struct_01_02): Likewise.
7206 (struct struct_01_03): Likewise.
7207 (struct struct_01_04): Likewise.
7208 (struct struct_02_01): Likewise.
7209 (struct struct_02_02): Likewise.
7210 (struct struct_02_03): Likewise.
7211 (struct struct_02_04): Likewise.
7212 (struct struct_04_01): Likewise.
7213 (struct struct_04_02): Likewise.
7214 (struct struct_04_03): Likewise.
7215 (struct struct_04_04): Likewise.
7216 (struct struct_05_01): Likewise.
7217 (struct struct_05_02): Likewise.
7218 (struct struct_05_03): Likewise.
7219 (struct struct_05_04): Likewise.
7220 (cmp_struct01): Remove function.
7221 (cmp_struct02): Likewise.
7222 (cmp_struct03): Likewise.
7223 (cmp_struct04): Likewise.
7224 (cmp_struct_01_01): Add Function.
7225 (cmp_struct_01_02): Likewise.
7226 (cmp_struct_01_03): Likewise.
7227 (cmp_struct_01_04): Likewise.
7228 (cmp_struct_02_01): Likewise.
7229 (cmp_struct_02_02): Likewise.
7230 (cmp_struct_02_03): Likewise.
7231 (cmp_struct_02_04): Likewise.
7232 (cmp_struct_04_01): Likewise.
7233 (cmp_struct_04_02): Likewise.
7234 (cmp_struct_04_03): Likewise.
7235 (cmp_struct_04_04): Likewise.
7236 (cmp_struct_05_01): Likewise.
7237 (cmp_struct_05_02): Likewise.
7238 (cmp_struct_05_03): Likewise.
7239 (cmp_struct_05_04): Likewise.
7240 (call_all): Add new structs.
7241 * gdb.base/infcall-nested-structs.exp: Likewise.
7242
7243 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
7244
7245 * gdb.python/py-framefilter-mi.exp: Update regexp to
7246 check for "arch" field in frame output.
7247
7248 2018-08-23 Kevin Buettner <kevinb@redhat.com>
7249
7250 * gdb.dwarf2/dw2-ranges-func.c: New file.
7251 * gdb.dwarf2/dw2-ranges-func.exp: New file.
7252
7253 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
7254
7255 * gdb.base/term.exp: Compare terminal settings with values from
7256 the inferior.
7257 * gdb.base/term.c: Get and set terminal settings.
7258
7259 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
7260
7261 * lib/mi-support.exp (mi_expect_stop): Update regexp to
7262 accommodate new "arch" field in frame output.
7263 * gdb.mi/mi-return.exp: Likewise.
7264 * gdb.mi/mi-stack.exp: Likewise.
7265 * gdb.mi/mi-syn-frame.exp: Likewise.
7266 * gdb.mi/user-selected-context-sync.exp: Likewise.
7267
7268 2018-08-19 Michael Spang <spang@google.com>
7269
7270 PR gdb/11786
7271 * gdb.base/gcore-tls-pie.c: New file.
7272 * gdb.base/gcore-tls-pie.exp: New file.
7273
7274 2018-08-18 Kevin Buettner <kevinb@redhat.com>
7275
7276 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7277 * gdb.dwarf2/varval.c: New file.
7278 * gdb.dwarf2/varval.exp: New file.
7279
7280 2018-08-17 Alan Hayward <alan.hayward@arm.com>
7281
7282 PR gdb/18931
7283 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
7284
7285 2018-08-16 Keith Seitz <keiths@redhat.com>
7286
7287 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
7288 tests expected to pass.
7289
7290 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
7291
7292 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
7293 -data-disassemble -a.
7294 (test_disassembly_bogus_args): Likewise.
7295
7296 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
7297
7298 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
7299
7300 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
7301
7302 * gdb.base/vla-optimized-out.exp: Add new test.
7303
7304 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
7305
7306 * gdb.base/vla-optimized-out-o3.exp: Delete.
7307 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
7308 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
7309 deleted tests.
7310
7311 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
7312
7313 PR gdb/18050:
7314 * gdb.server/extended-remote-restart.c: New file.
7315 * gdb.server/extended-remote-restart.exp: New file.
7316
7317 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
7318
7319 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
7320 "set variable index = 42".
7321
7322 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
7323
7324 * boards/index-cache-gdb.exp: New file.
7325 * gdb.dwarf2/index-cache.exp: New file.
7326 * gdb.dwarf2/index-cache.c: New file.
7327 * gdb.base/maint.exp: Check if we are using the index cache.
7328
7329 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7330
7331 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
7332 MAKEFLAGS.
7333
7334 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7335
7336 * dg-extract-results.sh: Move to toplevel contrib.
7337 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
7338 * Makefile.in (check-parallel-racy): Likewise.
7339
7340 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
7341
7342 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
7343 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
7344 tests if the target supports scheduler locking.
7345
7346 2018-08-04 Tom de Vries <tdevries@suse.de>
7347
7348 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
7349
7350 2018-08-02 Tom Tromey <tom@tromey.com>
7351
7352 PR symtab/16842.
7353 * gdb.cp/temargs.exp: Test "info address" of a template
7354 parameter.
7355
7356 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
7357
7358 * gdb.python/py-mi-var-info-path-expression.c: New file.
7359 * gdb.python/py-mi-var-info-path-expression.py: New file.
7360 * gdb.python/py-mi-var-info-path-expression.exp: New file.
7361
7362 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
7363
7364 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
7365 error after "cannot resolve name" string.
7366
7367 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
7368
7369 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
7370 started.
7371 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
7372
7373 2018-07-28 Tom de Vries <tdevries@suse.de>
7374
7375 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
7376
7377 2018-07-26 Tom de Vries <tdevries@suse.de>
7378
7379 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
7380
7381 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
7382
7383 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
7384 is visible.
7385
7386 2018-07-26 Tom de Vries <tdevries@suse.de>
7387
7388 PR breakpoints/23366
7389 * gdb.base/catch-follow-exec.c: New test.
7390 * gdb.base/catch-follow-exec.exp: New file.
7391
7392 2018-07-25 Tom de Vries <tdevries@suse.de>
7393
7394 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
7395 vla-optimized-out.c.
7396
7397 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
7398
7399 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
7400 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
7401
7402 2018-07-20 Tom de Vries <tdevries@suse.de>
7403
7404 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
7405 NOCLONE macro.
7406 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
7407
7408 2018-07-19 Tom de Vries <tdevries@suse.de>
7409
7410 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
7411 regular expression.
7412
7413 2018-07-18 Tom de Vries <tdevries@suse.de>
7414
7415 * gdb.base/vla-optimized-out.c: New test.
7416 * gdb.base/vla-optimized-out.exp: New file.
7417
7418 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
7419
7420 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
7421 message "No address associated with hostname" when gdbserver
7422 cannot resolve the hostname.
7423
7424 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7425
7426 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
7427 Add some test prefixes to make tests unique.
7428
7429 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7430
7431 * gdb.base/frameapply.c: New file.
7432 * gdb.base/frameapply.exp: New file.
7433
7434 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7435
7436 * gdb.base/skip.exp: Update expected error message.
7437
7438 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7439 Jan Kratochvil <jan.kratochvil@redhat.com>
7440 Paul Fertser <fercerpav@gmail.com>
7441 Tsutomu Seki <sekiriki@gmail.com>
7442
7443 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
7444 parameter.
7445 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
7446 by default.
7447 * boards/native-gdbserver.exp: Likewise.
7448 * gdb.server/run-without-local-binary.exp: Improve regexp used
7449 for detecting when a remote debugging connection succeeds.
7450 * gdb.server/server-connect.exp: New file.
7451 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
7452 Do not prefix the port number with ":".
7453 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
7454 support for detecting and using it. Add '$debughost_gdbserver'
7455 to the list of arguments used to start gdbserver. Handle case
7456 when gdbserver cannot resolve a network name.
7457
7458 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7459
7460 PR c++/23373
7461 * gdb.base/ptype-offsets.cc (struct static_member): New
7462 struct.
7463 (main) <stmember>: New variable.
7464 * gdb.base/ptype-offsets.exp: Add test for printing a struct
7465 with a static member in it.
7466
7467 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
7468
7469 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
7470 watchpoints enabled and disabled.
7471
7472 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7473
7474 * gdb.base/examine-backward.exp: Still run tests around address
7475 0x0, even if address 0x0 is not readable. Update the pattern for
7476 matching address 0x0 in expected output.
7477
7478 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7479
7480 * gdb.base/share-env-with-gdbserver.c (main): Add call to
7481 malloc/free.
7482
7483 2018-07-04 Tom de Vries <tdevries@suse.de>
7484
7485 * gdb.dwarf2/dw2-error.exp: Update expected error message.
7486
7487 2018-07-02 Maciej W. Rozycki <macro@mips.com>
7488
7489 PR tdep/8282
7490 * gdb.arch/mips-disassembler-options.exp: New test.
7491 * gdb.arch/mips-disassembler-options.s: New test source.
7492
7493 2018-06-29 Pedro Alves <palves@redhat.com>
7494
7495 * gdb.threads/names.exp: Adjust expected "info threads" output.
7496
7497 2018-06-29 Pedro Alves <palves@redhat.com>
7498
7499 * gdb.opt/inline-break.exp (line number, address): Add "info
7500 break" tests.
7501
7502 2018-06-29 Pedro Alves <palves@redhat.com>
7503
7504 * gdb.opt/inline-break.c (func1): Add "break here" marker.
7505 * gdb.opt/inline-break.exp: Test setting breakpoints by line
7506 number and address and running to them.
7507
7508 2018-06-29 Richard Bunt <richard.bunt@arm.com>
7509
7510 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
7511
7512 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7513
7514 * lib/compiler.c: Remove executable permission flag.
7515
7516 2018-06-28 Richard Bunt <richard.bunt@arm.com>
7517
7518 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
7519 code.
7520 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
7521
7522 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
7523
7524 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
7525
7526 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
7527
7528 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
7529 address argument is omitted.
7530
7531 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
7532
7533 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
7534
7535 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
7536
7537 PR gdb/21695
7538 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
7539 * gdb.base/infoline-reloc-main-from-zero.c: New file.
7540
7541 2018-06-26 Tom Tromey <tom@tromey.com>
7542
7543 PR rust/22574:
7544 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
7545 * gdb.rust/simple.rs (struct SimpleLayout): New.
7546
7547 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
7548
7549 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
7550 "info registers" output.
7551
7552 2018-06-21 Richard Bunt <richard.bunt@arm.com>
7553
7554 * gdb.base/watchpoint-hw-attach.c: New test.
7555 * gdb.base/watchpoint-hw-attach.exp: New file.
7556
7557 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
7558
7559 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
7560 through /bin/sh.
7561 * boards/dwarf4-gdb-index.exp: Likewise.
7562 * boards/fission-dwp.exp: Likewise.
7563
7564 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
7565
7566 * gdb.base/float128.exp: Add comment and improved fail message
7567 to the failure case of "print large128" test.
7568
7569 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
7570
7571 * configure.ac: Remove AC_PREREQ.
7572 * configure: Re-generate.
7573
7574 2018-06-19 Pedro Alves <palves@redhat.com>
7575
7576 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
7577 (func_extern_caller): New.
7578 (main): Call func_extern_caller.
7579 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
7580 logic change.
7581
7582 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
7583
7584 PR gdb/16841
7585 * gdb.cp/typedef-base.cc: New file.
7586 * gdb.cp/typedef-base.exp: New file.
7587
7588 2018-06-18 Tom de Vries <tdevries@suse.de>
7589
7590 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
7591
7592 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
7593 Richard Bunt <Richard.Bunt@arm.com>
7594
7595 * gdb.threads/attach-slow-waitpid.c: New file.
7596 * gdb.threads/attach-slow-waitpid.exp: New file.
7597 * gdb.threads/slow-waitpid.c: New file.
7598
7599 2018-06-14 Pedro Alves <palves@redhat.com>
7600
7601 * gdb.base/fork-running-state.c: Include <errno.h>.
7602 (exit_if_relative_exits): New.
7603 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
7604 exits.
7605 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
7606 child exits.
7607
7608 2018-06-14 Tom de Vries <tdevries@suse.de>
7609
7610 PR cli/22573
7611 * gdb.base/finish-pretty.c: New test.
7612 * gdb.base/finish-pretty.exp: New file.
7613
7614 2018-06-14 Pedro Alves <palves@redhat.com>
7615
7616 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
7617 gdb's expected startup output.
7618
7619 2018-06-14 Pedro Alves <palves@redhat.com>
7620
7621 * lib/selftest-support.exp (selftest_setup): Remove inlined
7622 function handling.
7623
7624 2018-06-14 Tom de Vries <tdevries@suse.de>
7625
7626 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
7627 matching of breakpoint printing.
7628
7629 2018-06-13 Tom de Vries <tdevries@suse.de>
7630
7631 PR testsuite/23269
7632 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
7633 (fork_child): ... here, and ...
7634 (fork_parent): ... here.
7635
7636 2018-06-12 Tom de Vries <tdevries@suse.de>
7637
7638 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
7639
7640 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
7641 Stephen Roberts <stephen.roberts@arm.com>
7642
7643 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
7644 rewrite test to describe action performed, rather than possible
7645 failure.
7646
7647 2018-06-08 Gary Benson <gbenson@redhat.com>
7648
7649 * gdb.threads/check-libthread-db.exp: New file.
7650 * gdb.threads/check-libthread-db.c: Likewise.
7651
7652 2018-06-05 Tom Tromey <tom@tromey.com>
7653
7654 * gdb.base/default.exp: Update expected "show version" output.
7655
7656 2018-06-05 Tom Tromey <tom@tromey.com>
7657
7658 PR cli/12326:
7659 * gdb.cp/static-print-quit.exp: Update.
7660 * lib/gdb.exp (pagination_prompt): Update.
7661 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
7662 * gdb.python/python.exp: Update.
7663
7664 2018-06-04 Joel Brobecker <brobecker@adacore.com>
7665
7666 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
7667
7668 2018-06-01 Joel Brobecker <brobecker@adacore.com>
7669
7670 * gdb.ada/bp_fun_addr: New testcase.
7671
7672 2018-06-01 Tom Tromey <tom@tromey.com>
7673
7674 * gdb.xml/tdesc-regs.exp (load_description): Update expected
7675 results.
7676 * gdb.dwarf2/method-ptr.exp: Set language to C++.
7677 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
7678 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
7679 * gdb.base/maint.exp (maint_pass_if): Update.
7680
7681 2018-05-31 Maciej W. Rozycki <macro@mips.com>
7682
7683 * gdb.base/endian.exp: New test.
7684 * gdb.base/endian.c: New test source.
7685
7686 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
7687
7688 PR gdb/23203
7689 * gdb.base/bt-selected-frame.c: New file.
7690 * gdb.base/bt-selected-frame.exp: New file.
7691 * lib/gdb.exp (get_current_frame_number): New function.
7692
7693 2018-05-24 Maciej W. Rozycki <macro@mips.com>
7694 Pedro Alves <palves@redhat.com>
7695
7696 * gdb.threads/tls-core.c: Include <stdlib.h>
7697 (thread_proc): Call `abort'.
7698 * gdb.threads/tls-core.exp: Generate a core with core_find too.
7699 (tls_core_test): New procedure, bits factored out from ...
7700 (top level): ... here. Test both native cores and gcore cores.
7701
7702 2018-05-23 Tom Tromey <tom@tromey.com>
7703
7704 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
7705
7706 2018-05-23 Tom Tromey <tom@tromey.com>
7707
7708 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
7709 symfile_complaints.
7710 (test_short_complaints): Likewise.
7711 (test_empty_complaints): Likewise.
7712 (test_initial_complaints): Update.
7713
7714 2018-05-23 Tom Tromey <tom@tromey.com>
7715
7716 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
7717
7718 2018-05-23 Tom Tromey <tom@tromey.com>
7719
7720 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
7721 (test_short_complaints): Update.
7722
7723 2018-05-22 Pedro Alves <palves@redhat.com>
7724
7725 * gdb.base/remote.exp: Only gdb_start after compiling the
7726 testcase. Issue "disconnect" before testing "set remote" command
7727 defaults. Issue clean_restart before running to main.
7728
7729 2018-05-22 Pedro Alves <palves@redhat.com>
7730
7731 * gdb.base/remote.exp: Adjust expected output of "show remote
7732 memory-write-packet-size". Add tests for "set remote
7733 memory-write-packet-size 0" and "set remote
7734 memory-write-packet-size fixed/limit".
7735
7736 2018-05-22 Pedro Alves <palves@redhat.com>
7737
7738 PR gdb/22973
7739 * gdb.base/utf8-identifiers.c: New file.
7740 * gdb.base/utf8-identifiers.exp: New file.
7741
7742 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7743
7744 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
7745
7746 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7747
7748 * gdb.arch/powerpc-vsx-gcore.exp: New file.
7749
7750 2018-05-18 Tom Tromey <tom@tromey.com>
7751
7752 * gdb.base/ptype-offsets.exp: Update.
7753
7754 2018-05-17 Keith Seitz <keiths@redhat.com>
7755
7756 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
7757 in expected breakpoint stop locations.
7758 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
7759 move to proper scope to test variable values.
7760 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
7761 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
7762 New functions.
7763 (main): Call not_inline_func3.
7764 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
7765 inline_func1, inline_func2, and inline_func3. Test that when each
7766 breakpoint is hit, GDB properly reports both the stop location
7767 and the backtrace. Repeat tests for temporary breakpoints.
7768
7769 2018-05-15 Maciej W. Rozycki <macro@mips.com>
7770
7771 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
7772 rather then trying to access it in determining whether the PID
7773 of `gdbserver' could have been retrieved.
7774
7775 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
7776
7777 * gdb.arch/amd64-init-x87-values.S: New file.
7778 * gdb.arch/amd64-init-x87-values.exp: New file.
7779
7780 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7781
7782 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
7783
7784 2018-05-04 Tom Tromey <tom@tromey.com>
7785
7786 PR python/22730:
7787 * gdb.python/python.exp: Test multi-line execute.
7788
7789 2018-05-04 Tom Tromey <tom@tromey.com>
7790
7791 PR python/22731:
7792 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
7793
7794 2018-05-04 Tom Tromey <tom@tromey.com>
7795
7796 PR gdb/11750:
7797 * gdb.base/define.exp: Test defining a user command inside a user
7798 command.
7799 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
7800
7801 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7802 Pedro Alves <palves@redhat.com>
7803
7804 PR breakpoints/19806 and support for PR external/20207.
7805 * gdb.base/watchpoint-unaligned.c: New file.
7806 * gdb.base/watchpoint-unaligned.exp: New file.
7807
7808 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7809
7810 * gdb.base/maint.exp: Make test names unique, use
7811 test_prefix_command_help to test 'help maint info', and remove
7812 repeated test of 'help maint'.
7813
7814 2018-05-04 Tom Tromey <tom@tromey.com>
7815
7816 PR gdb/22619:
7817 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
7818 behavior.
7819
7820 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7821
7822 * gdb.base/maint.exp: Process output from 'maint print registers'
7823 line at a time.
7824
7825 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7826
7827 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
7828 timeout.
7829
7830 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
7831
7832 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
7833 filter pattern.
7834
7835 2018-05-02 Pedro Alves <palves@redhat.com>
7836
7837 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
7838 to_log_command renames.
7839 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
7840
7841 2018-05-02 Tom Tromey <tom@tromey.com>
7842
7843 * gdb.python/py-parameter.exp: Set test message.
7844
7845 2018-05-02 Tom Tromey <tom@tromey.com>
7846
7847 PR python/20084:
7848 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
7849 PARAM_ZUINTEGER_UNLIMITED tests.
7850
7851 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
7852
7853 PR rust/23124
7854 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
7855 when casting.
7856
7857 2018-04-30 Tom Tromey <tom@tromey.com>
7858
7859 * gdb.python/py-type.exp: Check align attribute.
7860 * gdb.python/py-type.c: New "aligncheck" global.
7861
7862 2018-04-30 Tom Tromey <tom@tromey.com>
7863
7864 PR exp/17095:
7865 * gdb.dwarf2/dw2-align.exp: New file.
7866 * gdb.cp/align.exp: New file.
7867 * gdb.base/align.exp: New file.
7868 * lib/gdb.exp (gdb_int128_helper): New proc.
7869 (has_int128_c, has_int128_cxx): New caching procs.
7870
7871 2018-04-27 Tom Tromey <tom@tromey.com>
7872
7873 PR rust/22545:
7874 * gdb.rust/simple.exp: Add inclusive range tests.
7875
7876 2018-04-26 Pedro Alves <palves@redhat.com>
7877
7878 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
7879 ifunc breakpoint locations correctly of ifunc breakpoints set
7880 while the program resolves the ifunc.
7881
7882 2018-04-26 Pedro Alves <palves@redhat.com>
7883
7884 * gdb.base/gnu-ifunc-final.c: New file.
7885 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
7886 * gdb.base/gnu-ifunc.exp (executable): Delete.
7887 (staticexecutable): Adjust.
7888 (lib_opts, exec_opts): Delete.
7889 (make_binsuffix, build, set-break): New procedures.
7890 (misc_tests): New, with tests factored out from the top level.
7891 (top level): Test different combinations of ifunc resolver name,
7892 resolver with and with debug info, and ifunc target with and
7893 without debug info. Wrap static tests with with_target_prefix.
7894
7895 2018-04-26 Pedro Alves <palves@redhat.com>
7896
7897 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
7898 return type" warnings.
7899
7900 2018-04-25 Pedro Alves <palves@redhat.com>
7901
7902 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
7903 killed".
7904 * gdb.base/kill-after-signal.exp: Likewise.
7905 * gdb.threads/kill.exp: Likewise.
7906
7907 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7908 Sergio Durigan Junior <sergiodj@redhat.com>
7909 Pedro Alves <palves@redhat.com>
7910
7911 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
7912 regexps to expect for '[Inferior ... detached]' as well.
7913 * gdb.base/attach.exp: Likewise.
7914 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
7915 "gdb_continue_to_end".
7916 (test_catch_syscall_with_wrong_args): Likewise.
7917 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
7918 ']'. Don't set 'verbose' on.
7919 * gdb.base/foll-vfork.exp: Likewise.
7920 * gdb.base/fork-print-inferior-events.c: New file.
7921 * gdb.base/fork-print-inferior-events.exp: New file.
7922 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
7923 '[Inferior ... has been killed]' message.
7924 * gdb.base/kill-after-signal.exp: Likewise.
7925 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
7926 detach message.
7927 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
7928 message.
7929 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
7930 regexps to expect for '[Inferior ... detached]' as well.
7931 * gdb.threads/process-dies-while-detaching.exp: Likewise.
7932
7933 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
7934
7935 PR gdb/23104
7936 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
7937
7938 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
7939
7940 PR gdb/23095
7941 * gdb.base/break-probes.exp: Pass shlib_load to
7942 prepare_for_testing. Set normal_bp to r_debug_state if target is
7943 bsd.
7944
7945 2018-04-19 Richard Bunt <richard.bunt@arm.com>
7946
7947 * gdb.threads/multiple-successive-infcall.c: New test.
7948 * gdb.threads/multiple-successive-infcall.exp: New file.
7949
7950 2018-04-17 Tom Tromey <tom@tromey.com>
7951
7952 * gdb.rust/simple.rs (Union): New type.
7953 (main): New local "u".
7954 * gdb.rust/simple.exp (test_one_slice): Add new test case.
7955
7956 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7957
7958 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
7959 number information in output of "whereis" command.
7960 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
7961
7962 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7963
7964 * gdb.ada/info_types.exp: Adjust expected output to the line
7965 numbers now printed by "info var/func/type".
7966 * gdb.base/completion.exp: Likewise.
7967 * gdb.base/included.exp: Likewise.
7968 * gdb.cp/cp-relocate.exp: Likewise.
7969 * gdb.cp/cplusfuncs.exp: Likewise.
7970 * gdb.cp/namespace.exp: Likewise.
7971 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
7972
7973 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7974
7975 * gdb.btrace/cpu.exp: New.
7976
7977 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7978
7979 * gdb.base/step-indirect-call-thunk.exp: New.
7980 * gdb.base/step-indirect-call-thunk.c: New.
7981 * gdb.reverse/step-indirect-call-thunk.exp: New.
7982 * gdb.reverse/step-indirect-call-thunk.c: New.
7983
7984 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
7985
7986 * gdb.base/pie-fork.c: New file.
7987 * gdb.base/pie-fork.exp: New file.
7988
7989 2018-04-11 Tom Tromey <tom@tromey.com>
7990
7991 * gdb.rust/simple.exp: Add test for ".." struct initializer.
7992
7993 2018-04-10 Pedro Alves <palves@redhat.com>
7994
7995 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
7996 exits. Instead loop running forever.
7997 (fork_parent): Run forever too.
7998
7999 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
8000
8001 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
8002 mi_continue_to_line.
8003 * gdb.mi/mi-stack.c (callee4): Add comment.
8004
8005 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
8006
8007 * gdb.mi/mi-stack.exp: Fix indentation.
8008
8009 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
8010
8011 PR gdb/22979
8012 * gdb.arch/amd64-osabi.exp: New file.
8013
8014 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
8015
8016 PR gdb/22980
8017 * gdb.base/osabi.exp: New file.
8018
8019 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
8020
8021 * gdb.cp/static-typedef-print.exp: New file.
8022 * gdb.cp/static-typedef-print.cc: New file.
8023
8024 2018-03-27 Joel Brobecker <brobecker@adacore.com>
8025
8026 * gdb.ada/varsize_limit: New testcase.
8027
8028 2018-03-27 Joel Brobecker <brobecker@adacore.com>
8029
8030 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
8031
8032 * gdb.ada/notcplusplus: New testcase.
8033
8034 * gdb.base/c-linkage-name.c: New file.
8035 * gdb.base/c-linkage-name.exp: New testcase.
8036
8037 2018-03-26 Tom Tromey <tom@tromey.com>
8038
8039 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
8040 * gdb.python/py-framefilter.py (name_error): New global.
8041 (ErrorInName.function): Use name_error.
8042
8043 2018-03-26 Tom Tromey <tom@tromey.com>
8044
8045 PR backtrace/15582:
8046 * gdb.python/py-framefilter.exp: Add "bt hide" test.
8047
8048 2018-03-23 Keith Seitz <keiths@redhat.com>
8049
8050 PR c++/22968
8051 * gdb.cp/subtypes.exp: New file.
8052 * gdb.cp/subtypes.h: New file.
8053 * gdb.cp/subtypes.cc: New file.
8054 * gdb.cp/subtypes-2.cc: New file.
8055
8056 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
8057
8058 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
8059 (done): Call '_exit' not 'exit' to avoid atexit handlers.
8060 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
8061 -nostartfiles when compiling the test. Confirm that all registers
8062 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
8063
8064 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
8065
8066 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
8067 option, syntax was wrong anyway.
8068 * gdb.arch/arm-disp-step.exp: Likewise.
8069 * gdb.arch/sparc64-regs.exp: Likewise.
8070 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
8071 option, syntax was wrong anyway, switch to use
8072 prepare_for_testing.
8073 * gdb.arch/i386-disp-step.exp: Likewise.
8074
8075 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
8076
8077 * gdb.ada/exec_changed.exp: Replace "target_info exists
8078 use_gdb_stub" by "use_gdb_stub".
8079 * gdb.ada/start.exp: Likewise.
8080 * gdb.base/async-shell.exp: Likewise.
8081 * gdb.base/attach-pie-misread.exp: Likewise.
8082 * gdb.base/attach-wait-input.exp: Likewise.
8083 * gdb.base/break-entry.exp: Likewise.
8084 * gdb.base/break-interp.exp: Likewise.
8085 * gdb.base/dprintf-detach.exp: Likewise.
8086 * gdb.base/nostdlib.exp: Likewise.
8087 * gdb.base/solib-nodir.exp: Likewise.
8088 * gdb.base/statistics.exp: Likewise.
8089 * gdb.base/testenv.exp: Likewise.
8090 * gdb.mi/mi-exec-run.exp: Likewise.
8091 * gdb.mi/mi-start.exp: Likewise.
8092 * gdb.multi/dummy-frame-restore.exp: Likewise.
8093 * gdb.multi/multi-arch-exec.exp: Likewise.
8094 * gdb.multi/multi-arch.exp: Likewise.
8095 * gdb.multi/tids.exp: Likewise.
8096 * gdb.multi/watchpoint-multi.exp: Likewise.
8097 * gdb.python/py-events.exp: Likewise.
8098 * gdb.threads/attach-into-signal.exp: Likewise.
8099 * gdb.threads/attach-stopped.exp: Likewise.
8100 * gdb.threads/threadapply.exp: Likewise.
8101 * lib/selftest-support.exp: Likewise.
8102
8103 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
8104
8105 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
8106
8107 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
8108
8109 * gdb.perf/template-breakpoints.cc: New file.
8110 * gdb.perf/template-breakpoints.exp: New file.
8111 * gdb.perf/template-breakpoints.py: New file.
8112
8113 2018-03-19 Tom Tromey <tom@tromey.com>
8114
8115 * gdb.rust/simple.rs (main): Add local variables field1, field2,
8116 y0.
8117 * gdb.rust/simple.exp: Test bare identifier form of struct
8118 initializer.
8119
8120 2018-03-19 Tom Tromey <tom@tromey.com>
8121
8122 * gdb.gdb/observer.exp: Remove.
8123
8124 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8125
8126 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
8127 "qualified" option when setting breakpoints.
8128 * gdb.trace/backtrace.exp: Likewise.
8129 * gdb.trace/circ.exp: Likewise.
8130 * gdb.trace/collection.exp: Likewise.
8131 * gdb.trace/disconnected-tracing.exp: Likewise.
8132 * gdb.trace/ftrace-lock.exp: Likewise.
8133 * gdb.trace/ftrace.exp: Likewise.
8134 * gdb.trace/infotrace.exp: Likewise.
8135 * gdb.trace/packetlen.exp: Likewise.
8136 * gdb.trace/passc-dyn.exp: Likewise.
8137 * gdb.trace/qtro.exp: Likewise.
8138 * gdb.trace/read-memory.exp: Likewise.
8139 * gdb.trace/report.exp: Likewise.
8140 * gdb.trace/signal.exp: Likewise.
8141 * gdb.trace/status-stop.exp: Likewise.
8142 * gdb.trace/strace.exp: Likewise.
8143 * gdb.trace/tfind.exp: Likewise.
8144 * gdb.trace/trace-break.exp: Likewise.
8145 * gdb.trace/trace-condition.exp: Likewise.
8146 * gdb.trace/trace-mt.exp: Likewise.
8147 * gdb.trace/tstatus.exp: Likewise.
8148 * gdb.trace/tsv.exp: Likewise.
8149 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8150 * gdb.trace/unavailable.exp: Likewise.
8151 * gdb.trace/while-dyn.exp: Likewise.
8152
8153 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8154
8155 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
8156 that libinproctrace is copied to the target.
8157
8158 2018-03-14 Tom Tromey <tom@tromey.com>
8159
8160 PR cli/14977:
8161 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
8162 a null pointer.
8163 * gdb.base/wchar.exp: Likewise.
8164
8165 2018-03-14 Tom Tromey <tom@tromey.com>
8166
8167 PR cli/19918:
8168 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
8169 flag.
8170
8171 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
8172
8173 PR gdb/22841
8174 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
8175 "target" to remote_exec.
8176
8177 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
8178
8179 PR gdb/22841
8180 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
8181 ${board}_upload): Remove.
8182
8183 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
8184
8185 * gdb.cp/watch-cp.cc: New test.
8186 * gdb.cp/watch-cp.exp: New file.
8187
8188 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8189
8190 * gdb.base/infcall-nested-structs.exp: New file.
8191 * gdb.base/infcall-nested-structs.c: New file.
8192 * gdb.base/float.exp: Add riscv support.
8193
8194 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
8195
8196 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
8197 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
8198
8199 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
8200
8201 * gdb.server/abspath.exp: New file.
8202 * lib/gdb.exp (with_cwd): New procedure.
8203
8204 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
8205
8206 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
8207 use it.
8208 (gdb_is_target_remote_prompt): New proc.
8209 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
8210 (gdb_is_target_native): Pass prompt parameter to
8211 gdb_is_target_1.
8212
8213 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
8214
8215 * gdb.base/load-command.c: New file.
8216 * gdb.base/load-command.exp: New file.
8217 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
8218 (gdb_is_target_1): ...this, and generalize for other targets
8219 than just remote.
8220 (gdb_is_target_remote): Use gdb_is_target_1.
8221 (gdb_is_target_native): use gdb_is_target_1.
8222
8223 2018-02-26 Tom Tromey <tom@tromey.com>
8224
8225 PR python/16497:
8226 * gdb.python/py-framefilter.exp: Update test.
8227
8228 2018-02-26 Tom Tromey <tom@tromey.com>
8229
8230 * gdb.dwarf2/variant.c: New file.
8231 * gdb.dwarf2/variant.exp: New file.
8232
8233 2018-02-26 Tom Tromey <tom@tromey.com>
8234
8235 * gdb.rust/simple.exp: Accept more possible results in enum test.
8236
8237 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
8238
8239 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
8240 parentheses.
8241
8242 2018-02-23 Maciej W. Rozycki <macro@mips.com>
8243
8244 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
8245 name of a variable: $actual_linejj -> $actual_line.
8246
8247 2018-02-21 John Baldwin <jhb@FreeBSD.org>
8248
8249 * gdb.arch/amd64-i386-address.exp: Fix a typo.
8250
8251 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
8252
8253 * gdb.btrace/buffer-size.exp: Do not force BTS.
8254
8255 2018-02-14 Pedro Alves <palves@redhat.com>
8256
8257 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
8258 getting a "Quit".
8259
8260 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
8261
8262 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
8263 Fix test name.
8264
8265 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
8266
8267 * gdb.cp/m-static.exp: Check type of optimized out static
8268 member.
8269
8270 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
8271
8272 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
8273 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
8274
8275 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
8276 Leszek Swirski <leszeks@google.com>
8277
8278 * gdb.python/py-prettyprint.c
8279 (struct to_string_returns_value_inner,
8280 struct to_string_returns_value_wrapper): New.
8281 (main): Add tsrvw variable.
8282 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
8283 ToStringReturnsValueWrapper): New classes.
8284 (register_pretty_printers): Register new pretty-printers.
8285 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
8286 recursive pretty printer.
8287 * gdb.python/py-mi.exp: Likewise.
8288
8289 2018-02-01 Leszek Swirski <leszeks@google.com>
8290
8291 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
8292 functions with the same name as an include file are parsed
8293 correctly.
8294
8295 2018-02-01 Yao Qi <yao.qi@linaro.org>
8296
8297 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
8298 "\[^\r\n\]*".
8299
8300 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
8301
8302 * gdb.arch/powerpc-prologue-frame.s: New file.
8303 * gdb.arch/powerpc-prologue-frame.c: Likewise.
8304 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
8305
8306 2018-01-31 Joel Brobecker <brobecker@adacore.com>
8307
8308 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
8309
8310 2018-01-30 Pedro Alves <palves@redhat.com>
8311
8312 PR gdb/13211
8313 * gdb.base/interrupt-daemon.c: New.
8314 * gdb.base/interrupt-daemon.exp: New.
8315 * gdb.multi/multi-term-settings.c: New.
8316 * gdb.multi/multi-term-settings.exp: New.
8317
8318 2018-01-30 Joel Brobecker <brobecker@adacore.com>
8319
8320 * gdb.base/break.exp: Save the location where the breakpoint
8321 on break.c:47 was actually inserted when debugging the version
8322 compiled at -O2 and use it in the expected output of the "info
8323 break" test performed soon after.
8324
8325 2018-01-22 Pedro Alves <palves@redhat.com>
8326 Sergio Durigan Junior <sergiodj@redhat.com>
8327
8328 * gdb.base/whatis.exp: Add tests for 'set print object on' +
8329 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
8330
8331 2018-01-22 Joel Brobecker <brobecker@adacore.com>
8332
8333 * gdb.base/break-include.c, gdb.base/break-include.inc,
8334 gdb.base/break-include.exp: New files.
8335 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
8336 line number now being the actual line number where the breakpoint
8337 was inserted.
8338 * gdb.mi/mi-break.exp: Likewise.
8339 * gdb.mi/mi-reverse.exp: Likewise.
8340 * gdb.mi/mi-simplerun.exp: Ditto.
8341
8342 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
8343
8344 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
8345 varobj.
8346 * gdb.mi/mi-var-create-rtti.exp: Likewise.
8347
8348 2018-01-21 Don Breazeal <donb@codesourcery.com>
8349 Andrew Burgess <andrew.burgess@embecosm.com>
8350
8351 * gdb.mi/basics.c: Add new global.
8352 * gdb.mi/mi-frame-regs.exp: New file.
8353 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
8354 case.
8355
8356 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
8357
8358 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
8359 non-parameter, and on an unknown symbol.
8360
8361 2018-01-19 Tom Tromey <tom@tromey.com>
8362
8363 * gdb.rust/modules.rs (TWENTY_THREE): New global.
8364 * gdb.rust/modules.exp: Add ::-qualified lookup test.
8365
8366 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8367
8368 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
8369 setrlimit and chdir to int.
8370
8371 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8372
8373 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
8374 function.
8375 (my_tend): Likewise.
8376 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
8377 rationale of avoiding FP- and vector instructions.
8378
8379 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
8380
8381 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
8382 "info reg" with "\[ \t\]*".
8383 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
8384 "\[ \t\]+".
8385 * gdb.arch/s390-multiarch.exp: Ditto.
8386 * gdb.base/pc-fp.exp: Ditto.
8387 * gdb.reverse/i386-precsave.exp: Ditto.
8388 * gdb.reverse/i386-reverse.exp: Ditto.
8389 * gdb.reverse/i387-env-reverse.exp: Ditto.
8390 * gdb.reverse/i387-stack-reverse.exp: Ditto.
8391
8392 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
8393
8394 * lib/gdb.exp (gdb_compile): Re-enable use of
8395 universal_compile_options for languages other than Rust.
8396
8397 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
8398
8399 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
8400
8401 2018-01-17 Mike Gulick <mgulick@mathworks.com>
8402
8403 PR gdb/16577
8404 * gdb.base/solib-vanish.exp: New.
8405 * gdb.base/solib-vanish-main.c: New.
8406 * gdb.base/solib-vanish-lib1.c: New.
8407 * gdb.base/solib-vanish-lib2.c: New.
8408
8409 2018-01-17 Yao Qi <yao.qi@linaro.org>
8410
8411 * gdb.compile/compile.exp: Match the address printed for
8412 frame in the output of command "bt".
8413
8414 2018-01-15 Tom Tromey <tom@tromey.com>
8415
8416 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
8417 compute sp_reg.
8418
8419 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
8420
8421 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
8422 to prepare.
8423 (prepare): Return 0 on error, 1 on success.
8424
8425 2018-01-12 Pedro Alves <palves@redhat.com>
8426
8427 * gdb.base/continue-after-aborted-step-over.c: New.
8428 * gdb.base/continue-after-aborted-step-over.exp: New.
8429
8430 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
8431
8432 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
8433 options when not creating an executable.
8434
8435 2018-01-11 Pedro Alves <palves@redhat.com>
8436
8437 PR remote/22597
8438 * gdb.server/stop-reply-no-thread.c: New file.
8439 * gdb.server/stop-reply-no-thread.exp: New file.
8440
8441 2018-01-10 Pedro Alves <palves@redhat.com>
8442
8443 PR gdb/22670
8444 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
8445 functions too. Test setting breakpoints and printing C functions
8446 with no debug info too.
8447 * gdb.ada/bp_c_mixed_case/qux.c: New file.
8448
8449 2018-01-10 Pedro Alves <palves@redhat.com>
8450
8451 PR gdb/22670
8452 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
8453 a fail.
8454
8455 2018-01-10 Pedro Alves <palves@redhat.com>
8456
8457 PR gdb/22670
8458 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
8459
8460 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
8461
8462 * gdb.server/unittest.exp: Match the output in non-development
8463 mode.
8464
8465 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
8466
8467 * gdb.gdb/unittest.exp: Match output in non-development mode.
8468
8469 2018-01-08 Joel Brobecker <brobecker@adacore.com>
8470
8471 * gdb.ada/access_tagged_param.exp: Relax expected output
8472 for value of "ObjL" in "continue" to pck.inspect breakpoint
8473 test.
8474
8475 2018-01-08 Joel Brobecker <brobecker@adacore.com>
8476
8477 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
8478 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
8479
8480 2018-01-05 Pedro Alves <palves@redhat.com>
8481
8482 PR gdb/18653
8483 * gdb.base/libsegfault.exp: New.
8484
8485 2018-01-05 Joel Brobecker <brobecker@adacore.com>
8486
8487 PR gdb/22670
8488 * gdb.ada/access_tagged_param.exp: New file.
8489 * gdb.ada/access_tagged_param/foo.adb: New file.
8490
8491 2018-01-05 Pedro Alves <palves@redhat.com>
8492
8493 PR gdb/22670
8494 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
8495 exercise lower case too, and to exercise both full matching and
8496 wild matching.
8497
8498 2018-01-05 Joel Brobecker <brobecker@adacore.com>
8499
8500 * gdb.ada/rename_subscript_param: New testcase.
8501
8502 2018-01-05 Jerome Guitton <guitton@adacore.com>
8503
8504 * gdb.ada/arr_acc_idx_w_gap: New testcase.
8505
8506 2018-01-05 Joel Brobecker <brobecker@adacore.com>
8507
8508 * gdb.ada/convvar_comp: New testcase.
8509
8510 2018-01-05 Xavier Roirand <roirand@adacore.com>
8511
8512 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
8513 (My_Table): New global variable.
8514 * testsuite/gdb.ada/array_char_idx.exp: Add test.
8515
8516 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8517
8518 PR gdb/22670
8519 * gdb.ada/maint_with_ada: New testcase.
8520
8521 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8522
8523 PR gdb/22670
8524 * gdb.ada/bp_c_mixed_case: New testcase.
8525
8526 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8527
8528 PR gdb/22670
8529 * gdb.ada/complete.exp: Add "complete break ada" test.
8530
8531 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8532
8533 PR gdb/22670
8534 * gdb.ada/info_addr_mixed_case: New testcase.
8535
8536 2018-01-03 Xavier Roirand <roirand@adacore.com>
8537
8538 * gdb.ada/excep_handle.exp: New testcase.
8539 * gdb.ada/excep_handle/foo.adb: New file.
8540 * gdb.ada/excep_handle/pck.ads: New file.
8541
8542 2018-01-03 Joel Brobecker <brobecker@adacore.com>
8543
8544 * gdb.base/step-line.c: Add extra empty line in copyright header.
8545 * gdb.base/step-line.inp: Likewise.
8546
8547 2018-01-02 Joel Brobecker <brobecker@adacore.com>
8548
8549 * gdb.ada/dyn_stride.exp: Add slice test.
8550
8551 2018-01-02 Joel Brobecker <brobecker@adacore.com>
8552
8553 * gdb.ada/dyn_stride: New testcase.
8554
8555 2017-12-27 Stafford Horne <shorne@gmail.com>
8556
8557 * gdb.xml/extra-regs.xml: Add example foo reggroup.
8558 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
8559
8560 2017-12-27 Stafford Horne <shorne@gmail.com>
8561
8562 * gdb.base/reggroups.c: New file.
8563 * gdb.base/reggroups.exp: New file.
8564
8565 2017-12-18 Joel Brobecker <brobecker@adacore.com>
8566
8567 * gdb.dwarf2/ada-valprint-error.c: New file.
8568 * gdb.dwarf2/ada-valprint-error.exp: New file.
8569
8570 2017-12-18 Joel Brobecker <brobecker@adacore.com>
8571
8572 * gdb.ada/assign_arr: New testcase.
8573
8574 2017-12-18 Xavier Roirand <roirand@adacore.com>
8575
8576 * gdb.ada/funcall_ptr: New testcase.
8577
8578 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8579
8580 PR cli/16224
8581 * gdb.base/ptype-offsets.cc: New file.
8582 * gdb.base/ptype-offsets.exp: New file.
8583
8584 2017-12-15 Yao Qi <yao.qi@linaro.org>
8585
8586 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
8587 if XML is disabled.
8588
8589 2017-12-15 Xavier Roirand <roirand@adacore.com>
8590
8591 * gdb.ada/same_component_name: New testcase.
8592
8593 2017-12-14 Joel Brobecker <brobecker@adacore.com>
8594
8595 * gdb.ada/str_binop_equal: New testcase.
8596
8597 2017-12-14 Joel Brobecker <brobecker@adacore.com>
8598
8599 * gdb.ada/task_switch_in_core: New testcase.
8600
8601 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
8602
8603 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
8604 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
8605 call test_bkpt_qualified.
8606 (test_bkpt_qualified): New proc.
8607
8608 2017-12-13 Pedro Alves <palves@redhat.com>
8609
8610 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
8611 Tighten regexp by matching with an anchor.
8612
8613 2017-12-13 Pedro Alves <palves@redhat.com>
8614
8615 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
8616 ("expression with namespace"): New set of tests.
8617 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
8618 (Nested::Test_NS::qux): New.
8619 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
8620 defaults to 'start_quote_char' and 'end_quote_char' parameters.
8621
8622 2017-12-13 Joel Brobecker <brobecker@adacore.com>
8623
8624 * gdb.base/server-del-break.c: New file.
8625 * gdb.base/server-del-break.exp: New file.
8626
8627 2017-12-12 Stafford Horne <shorne@gmail.com>
8628
8629 * gdb.xml/tdesc-regs.exp: Add or1k support.
8630
8631 2017-12-12 Stafford Horne <shorne@gmail.com>
8632
8633 * gdb.base/bp-permanent.c: Define nop of or1k.
8634
8635 2017-12-11 Joel Brobecker <brobecker@adacore.com>
8636
8637 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
8638 output with components being reordered.
8639
8640 2017-12-11 Joel Brobecker <brobecker@adacore.com>
8641
8642 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
8643 output with components being reordered.
8644
8645 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8646 Pedro Alves <palves@redhat.com>
8647
8648 * gdb.base/maint.exp (check for .gdb_index): Check also for
8649 .debug_names.
8650 * gdb.dlang/watch-loc.c (.debug_aranges): New.
8651 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
8652 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
8653 (.gdb_index used after symbol reloading): Support also .debug_names.
8654 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
8655
8656 2017-12-08 Yao Qi <yao.qi@linaro.org>
8657
8658 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
8659 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
8660
8661 2017-12-08 Yao Qi <yao.qi@linaro.org>
8662
8663 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
8664 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
8665
8666 2017-12-08 Yao Qi <yao.qi@linaro.org>
8667
8668 * gdb.arch/aarch64-tagged-pointer.c: New file.
8669 * gdb.arch/aarch64-tagged-pointer.exp: New file.
8670
8671 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
8672
8673 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
8674 "int".
8675
8676 2017-12-07 Keith Seitz <keiths@redhat.com>
8677
8678 PR breakpoints/22569
8679 * gdb.linespec/ls-errs.exp: Change expected result of "break
8680 -source this file has spaces.c -line 3".
8681 Check that an explicit source file followed by whitespace is
8682 identified as an invalid explicit location.
8683
8684 2017-12-07 Keith Seitz <keiths@redhat.com>
8685
8686 * gdb.cp/nested-types.cc: New file.
8687 * gdb.cp/nested-types.exp: New file.
8688 * lib/cp-support.exp: Load data-structures.exp library.
8689 (debug_cp_test_ptype_class): New global.
8690 (cp_ptype_class_verbose, next_line): New procedures.
8691 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
8692 Add and document new return value.
8693 Switch the list of lines to a queue.
8694 Add support for new `type' key for nested type definitions.
8695 Add debugging/troubleshooting messages.
8696 * lib/data-structures.exp: New file.
8697
8698 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
8699
8700 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
8701 with proc_with_prefix, don't use with_test_prefix.
8702
8703 2017-12-07 Tom Tromey <tom@tromey.com>
8704
8705 * gdb.base/break.exp: Add test for empty "commands".
8706
8707 2017-12-07 Yao Qi <yao.qi@linaro.org>
8708
8709 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
8710 malloc and catch syscall.
8711
8712 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
8713
8714 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
8715 tests for explicit locations.
8716
8717 2017-12-06 Pedro Alves <palves@redhat.com>
8718
8719 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
8720 force-disabling XML descriptions.
8721
8722 2017-12-04 Pedro Alves <palves@redhat.com>
8723
8724 PR gdb/22499
8725 * gdb.arch/amd64-disp-step-avx.S: New file.
8726 * gdb.arch/amd64-disp-step-avx.exp: New file.
8727
8728 2017-12-03 Pedro Alves <palves@redhat.com>
8729
8730 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
8731 and <string.h>.
8732 (parent_function): Print distinct messages when waitpid fails, or
8733 the child exits with a signal, or the child exits for an unhandled
8734 reason.
8735 * gdb.threads/process-dies-while-detaching.exp
8736 (detach_and_expect_exit): New 'inf_output_re' parameter and use
8737 it. Wait for both inferior output and GDB's prompt. Use an
8738 indirect spawn id list.
8739 (do_detach): New parameter 'child_exit'. Use it to compute
8740 expected inferior output.
8741 (test_detach, test_detach_watch, test_detach_killed_outside):
8742 Adjust to pass down the expected child exit kind.
8743
8744 2017-12-01 Joel Brobecker <brobecker@adacore.com>
8745 Sergio Durigan Junior <sergiodj@redhat.com>
8746 Pedro Alves <palves@redhat.com>
8747
8748 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
8749
8750 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
8751
8752 * gdb.base/relocate.exp: Add tests to guarantee that arguments
8753 to 'symbol-file' and 'add-symbol-file' can be
8754 position-independent.
8755
8756 2017-12-01 Yao Qi <yao.qi@linaro.org>
8757
8758 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
8759 the URL in copyright header.
8760 * gdb.arch/aarch64-fp.exp: Likewise.
8761 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
8762 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
8763 * gdb.base/expand-psymtabs.exp: Likewise.
8764 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
8765 * gdb.fortran/common-block.exp: Likewise.
8766 * gdb.fortran/common-block.f90: Likewise.
8767 * gdb.fortran/logical.exp: Likewise.
8768 * gdb.fortran/vla-datatypes.f90: Likewise.
8769 * gdb.fortran/vla-sub.f90: Likewise.
8770
8771 2017-11-30 Joel Brobecker <brobecker@adacore.com>
8772
8773 * gdb.ada/repeat_dyn: New testcase.
8774
8775 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
8776
8777 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
8778 Update for changed thread numbering.
8779 * gdb.cell/bt.exp: Update for changed GDB output.
8780
8781 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
8782
8783 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
8784 setting isremote by hand.
8785 * boards/dwarf4-gdb-index.exp: Likewise.
8786 * boards/fission.exp: Likewise.
8787 * boards/stabs.exp: Likewise.
8788
8789 2017-11-30 Pedro Alves <palves@redhat.com>
8790
8791 * gdb.linespec/cpls-ops.exp
8792 (check_explicit_skips_function_argument): Extract the underlying
8793 type of size_t instead of hardcoding it.
8794
8795 2017-11-29 Pedro Alves <palves@redhat.com>
8796
8797 PR c++/19436
8798 * gdb.linespec/cpls-abi-tag.cc: New file.
8799 * gdb.linespec/cpls-abi-tag.exp: New file.
8800
8801 2017-11-29 Pedro Alves <palves@redhat.com>
8802
8803 * gdb.base/langs.exp: Use -qualified.
8804 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
8805 it.
8806 * gdb.cp/namespace.exp: Use -qualified.
8807 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
8808 (overload-3, template-overload, template-ret-type, const-overload)
8809 (const-overload-quoted, anon-ns, ambiguous-prefix): New
8810 procedures.
8811 (test_driver): Call them.
8812 * gdb.cp/save-bp-qualified.cc: New.
8813 * gdb.cp/save-bp-qualified.exp: New.
8814 * gdb.linespec/explicit.exp: Test -qualified.
8815 * lib/completion-support.exp (completion::explicit_opts_list): Add
8816 "-qualified".
8817 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
8818
8819 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
8820
8821 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
8822
8823 2017-11-29 Tom Tromey <tom@tromey.com>
8824
8825 * gdb.base/relocate.exp: Update invalid argument test.
8826 Add new tests for invalid arguments.
8827
8828 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8829
8830 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
8831 Return 0 as a long.
8832 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
8833
8834 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8835
8836 * gdb.cp/breakpoint.cc (bar): Set return type to void.
8837 * gdb.cp/psymtab-parameter.cc (func): Likewise.
8838 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
8839 func ().
8840 * gdb.cp/shadow.cc (B.func): Return 0.
8841
8842 2017-11-27 Joel Brobecker <brobecker@adacore.com>
8843
8844 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
8845 expected output in gdb_expect call to allow the exception
8846 message to be present as well. Fix syntax confusion to avoid
8847 TCL thinking that exception_name is an array.
8848
8849 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
8850
8851 * gdb.arch/spu-info.c: Include <unistd.h>.
8852 (do_signal_test): Fix broken calls to write.
8853 * gdb.arch/spu-info.exp: Use prepare_for_testing.
8854 Fix checks for empty mailboxes. Update signal tests for corrected
8855 do_signal_test routine. Allow nonzero event status.
8856 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
8857 * gdb.cell/arch.exp: Use standard_output_file.
8858 * gdb.cell/break.exp: Likewise.
8859 * gdb.cell/bt.exp: Likewise.
8860 * gdb.cell/core.exp: Likewise.
8861 * gdb.cell/dwarfaddr.exp: Likewise.
8862 * gdb.cell/ea-cache.exp: Likewise.
8863 * gdb.cell/ea-standalone.exp: Likewise.
8864 * gdb.cell/f-regs.exp: Likewise.
8865 * gdb.cell/fork.exp: Likewise.
8866 * gdb.cell/gcore.exp: Likewise.
8867 * gdb.cell/mem-access.exp: Likewise.
8868 * gdb.cell/ptype.exp: Likewise.
8869 * gdb.cell/registers.exp: Likewise.
8870 * gdb.cell/sizeof.exp: Likewise.
8871 * gdb.cell/solib-symbol.exp: Likewise.
8872 * gdb.cell/solib.exp: Likewise.
8873
8874 2017-11-25 Pedro Alves <palves@redhat.com>
8875
8876 * gdb.base/complete-empty.exp: New file.
8877 * gdb.base/completion.exp: Adjust.
8878
8879 2017-11-25 Pedro Alves <palves@redhat.com>
8880
8881 * gdb.linespec/cpls-ops.cc: New file.
8882 * gdb.linespec/cpls-ops.exp: New file.
8883 * lib/completion-support.exp (test_complete_prefix_range_re): New,
8884 factored out from ...
8885 (test_complete_prefix_range): ... this.
8886
8887 2017-11-24 Pedro Alves <palves@redhat.com>
8888
8889 * gdb.linespec/cpcompletion.exp: New file.
8890 * gdb.linespec/cpls-hyphen.cc: New file.
8891 * gdb.linespec/cpls.cc: New file.
8892 * gdb.linespec/cpls2.cc: New file.
8893 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
8894 test to use test_gdb_complete_unique. Add label completion,
8895 keyword completion and explicit location completion tests.
8896 * lib/completion-support.exp: New file.
8897
8898 2017-11-24 Joel Brobecker <brobecker@adacore.com>
8899
8900 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
8901 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
8902 when hitting an exception catchpoint.
8903
8904 2017-11-22 Yao Qi <yao.qi@linaro.org>
8905
8906 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
8907
8908 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
8909
8910 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
8911 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
8912 * gdb.dwarf2/info-locals-optimized-out.c: New file.
8913
8914 2017-11-22 Yao Qi <yao.qi@linaro.org>
8915
8916 * gdb.base/info-os.exp: Pass pthreads.
8917 * gdb.multi/multi-attach.exp: Likewise.
8918
8919 2017-11-22 Yao Qi <yao.qi@linaro.org>
8920
8921 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
8922 compiler.
8923
8924 2017-11-22 Yao Qi <yao.qi@linaro.org>
8925
8926 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
8927 * gdb.base/break-interp.exp: Likewise.
8928 * gdb.base/jit-attach-pie.exp: Likewise.
8929
8930 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8931
8932 * gdb.base/float128.c (large128): New variable.
8933 * gdb.base/float128.exp: Add test to print largest __float128 value.
8934
8935 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8936
8937 * gdb.arch/vsx-regs.exp: Update register content checks.
8938
8939 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
8940
8941 * gdb.arch/ppc-longdouble.exp: New file.
8942 * gdb.arch/ppc-longdouble.c: Likewise.
8943
8944 2017-11-21 Pedro Alves <palves@redhat.com>
8945
8946 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
8947
8948 2017-11-20 Pedro Alves <palves@redhat.com>
8949
8950 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
8951 (long_double_typedef): New typedefs.
8952 Use DEF on double and long double.
8953 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
8954 cases.
8955 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
8956 and 'long_double_ptr_same_size' locals. Use them to decide
8957 whether cast from array/function to float is valid/invalid.
8958
8959 2017-11-17 Tom Tromey <tom@tromey.com>
8960
8961 * gdb.rust/traits.rs: New file.
8962 * gdb.rust/traits.exp: New file.
8963
8964 2017-11-17 Joel Brobecker <brobecker@adacore.com>
8965
8966 * gdb.ada/minsyms: New testcase.
8967
8968 2017-11-16 Pedro Alves <palves@redhat.com>
8969
8970 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
8971 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
8972
8973 2017-11-16 Pedro Alves <palves@redhat.com>
8974
8975 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
8976 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
8977
8978 2017-11-16 Pedro Alves <palves@redhat.com>
8979
8980 * gdb.server/reconnect-ctrl-c.c: New file.
8981 * gdb.server/reconnect-ctrl-c.exp: New file.
8982
8983 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
8984
8985 * gdb.python/py-rbreak.exp: New file.
8986 * gdb.python/py-rbreak.c: New file.
8987 * gdb.python/py-rbreak-func2.c: New file.
8988
8989 2017-11-16 Pedro Alves <palves@redhat.com>
8990
8991 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
8992 pattern.
8993 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
8994 GDB.
8995
8996 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
8997
8998 * gdb.tui/completionn.exp (test_tab_completion): Add space in
8999 regex.
9000
9001 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
9002
9003 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
9004 test names.
9005
9006 2017-11-09 Pedro Alves <palves@redhat.com>
9007
9008 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
9009 factored out from ...
9010 (top level): ... here, and adjusted to avoid expecting beyond the
9011 prompt in a single gdb_test_multiple.
9012
9013 2017-11-09 Pedro Alves <palves@redhat.com>
9014
9015 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
9016 output.
9017 * gdb.server/ext-attach.exp ("kill" test): Likewise.
9018 * gdb.server/ext-restart.exp ("kill" test): Likewise.
9019 * gdb.server/ext-run.exp ("kill" test): Likewise.
9020 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
9021
9022 2017-11-09 Pedro Alves <palves@redhat.com>
9023
9024 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
9025 match till end of line.
9026
9027 2017-11-09 Pedro Alves <palves@redhat.com>
9028
9029 * gdb.base/memattr.exp: Tighten regexes to match the end line.
9030
9031 2017-11-09 Pedro Alves <palves@redhat.com>
9032
9033 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
9034 New procedures, factored out from ...
9035 (top level): ... here, and adjusted to avoid expecting beyond the
9036 prompt in one go.
9037
9038 2017-11-09 Pedro Alves <palves@redhat.com>
9039
9040 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
9041 output. Fix '?' match.
9042
9043 2017-11-08 Joel Brobecker <brobecker@adacore.com>
9044
9045 * gdb.ada/scoped_watch: New testcase.
9046 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
9047 which is actually correct.
9048 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
9049 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
9050
9051 2017-11-08 Pedro Alves <palves@redhat.com>
9052
9053 * gdb.gdb/complaints.exp (test_initial_complaints)
9054 (test_serial_complaints, test_short_complaints): Call
9055 complaint_internal instead of complaint.
9056
9057 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
9058
9059 * gdb.threads/tls-core.c: New file.
9060 * gdb.threads/tls-core.exp: Likewise.
9061
9062 2017-11-08 Pedro Alves <palves@redhat.com>
9063
9064 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
9065 (p Exported_Capitalized): New test.
9066 (p exported_capitalized): New test.
9067
9068 2017-11-07 Pedro Alves <palves@redhat.com>
9069
9070 * gdb.cp/ena-dis-br-range.exp: Add more tests.
9071
9072 2017-11-07 Pedro Alves <palves@redhat.com>
9073
9074 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
9075 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
9076 (disable_invalid, disable_inverted, disable_negative): New
9077 procedures.
9078 ("bad numbers"): New set of tests.
9079
9080 2017-11-07 Pedro Alves <palves@redhat.com>
9081
9082 * gdb.cp/ena-dis-br-range.exp: Add tests.
9083
9084 2017-11-07 Pedro Alves <palves@redhat.com>
9085
9086 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
9087
9088 2017-11-07 Xavier Roirand <roirand@adacore.com>
9089 Pedro Alves <palves@redhat.com>
9090
9091 * gdb.base/ena-dis-br.exp: Add reference to
9092 gdb.cp/ena-dis-br-range.exp.
9093 * gdb.cp/ena-dis-br-range.exp: New file.
9094 * gdb.cp/ena-dis-br-range.cc: New file.
9095
9096 2017-11-06 Pedro Alves <palves@redhat.com>
9097
9098 * gdb.base/attach-non-pgrp-leader.c: New.
9099 * gdb.base/attach-non-pgrp-leader.exp: New.
9100
9101 2017-11-06 Pedro Alves <palves@redhat.com>
9102
9103 * configure.ac: No longer check for termio.h and sgtty.h.
9104 * configure: Regenerate.
9105 * remote-utils.c: Include termios.h instead of gdb_termios.h.
9106 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
9107 Remove termio and sgtty code.
9108
9109 2017-11-03 Yao Qi <yao.qi@linaro.org>
9110
9111 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
9112 in GDB is disabled.
9113
9114 2017-11-03 Yao Qi <yao.qi@linaro.org>
9115
9116 * gdb.python/py-thrhandle.exp: Skip it if python is not
9117 enabled.
9118
9119 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
9120
9121 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
9122 as a breakpoint command.
9123
9124 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
9125
9126 PR python/21213
9127 * gdb.python/py-infthread.exp: Test calling
9128 InferiorThread.inferior () multiple times in a row.
9129
9130 2017-10-27 Keith Seitz <keiths@redhat.com>
9131
9132 * gdb.opt/inline-break.exp (break_info_1): New procedure.
9133 Test "info break" for every inlined function breakpoint.
9134
9135 2017-10-27 Yao Qi <yao.qi@linaro.org>
9136
9137 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
9138
9139 2017-10-26 Patrick Frants <osscontribute@gmail.com>
9140
9141 * gdb.cp/classes.exp (test_static_members): Test printing
9142 Outer::instance.
9143 * gdb.cp/classes.c (struct Inner, struct Outer): New.
9144 (Inner::instance, Outer::instance): New.
9145
9146 2017-10-24 Pedro Alves <palves@redhat.com>
9147
9148 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
9149 extra console" test in two stages.
9150
9151 2017-10-24 Pedro Alves <palves@redhat.com>
9152
9153 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
9154
9155 2017-10-24 Pedro Alves <palves@redhat.com>
9156
9157 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
9158 loop.
9159
9160 2017-10-24 Pedro Alves <palves@redhat.com>
9161
9162 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
9163 $attempt" and "stoppedtry $stoppedtry" test prefixes.
9164
9165 2017-10-24 Pedro Alves <palves@redhat.com>
9166
9167 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
9168 parameter and handle it. Don't output read value in test name.
9169
9170 2017-10-24 Pedro Alves <palves@redhat.com>
9171
9172 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
9173 custom test name.
9174
9175 2017-10-24 Pedro Alves <palves@redhat.com>
9176
9177 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
9178 include the unstable output directory name in the test's name.
9179 (initial_setup_simple) <'set args'>: Use custom test name.
9180
9181 2017-10-24 Pedro Alves <palves@redhat.com>
9182
9183 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
9184 with explicit test name.
9185
9186 2017-10-20 Pedro Alves <palves@redhat.com>
9187
9188 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
9189 'wait -i'. Use gdb_assert and remote_close.
9190
9191 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
9192
9193 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
9194 number from variable rather than hard-coded.
9195
9196 2017-10-19 Pedro Alves <palves@redhat.com>
9197
9198 * gdb.base/long-inferior-output.c: New file.
9199 * gdb.base/long-inferior-output.exp: New file.
9200
9201 2017-11-18 Keith Seitz <keiths@redhat.com>
9202
9203 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
9204 method.
9205 (main): Call it.
9206 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
9207 Add additional user-defined conversion operator tests.
9208
9209 2017-10-17 Pedro Alves <palves@redhat.com>
9210
9211 * boards/native-stdio-gdbserver.exp: Load "local-board".
9212
9213 2017-10-17 Pedro Alves <palves@redhat.com>
9214
9215 * gdb.base/quit-live.c: New file.
9216 * gdb.base/quit-live.exp: New file.
9217
9218 2017-10-16 Keith Seitz <keiths@redhat.com>
9219
9220 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
9221 (class_with_protected_typedef, class_with_private_typedef)
9222 (struct_with_public_typedef, struct_with_protected_typedef)
9223 (struct_with_private_typedef): New classes/structs.
9224 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
9225 typedefs and access specifiers.
9226
9227 2017-10-16 Pedro Alves <palves@redhat.com>
9228 Simon Marchi <simon.marchi@polymtl.ca>
9229
9230 * README (Local vs Remote vs Native): New section.
9231 * boards/local-board.exp: New file, with bits factored out from
9232 ...
9233 * boards/native-extended-gdbserver.exp: ... here. Load
9234 "local-board".
9235 * boards/native-gdbserver.exp: Load "local-board".
9236 (${board}_spawn, ${board}_exec): Delete.
9237 * boards/native-stdio-gdbserver.exp: Most contents factored out to
9238 ...
9239 * boards/stdio-gdbserver-base.exp: ... this new file.
9240 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
9241 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
9242 procedure.
9243 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
9244 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
9245 stdio_gdbserver_command.
9246 (${board}_get_remote_address, ${board}_get_comm_port)
9247 (${board}_download, ${board}_upload): Delete.
9248 (get_target_remote_pipe_cmd): New.
9249
9250 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
9251
9252 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
9253 test_bkpt_deletion, test_bkpt_cond_and_cmds,
9254 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
9255 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
9256 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
9257 remove with_test_prefix.
9258
9259 2017-10-13 Pedro Alves <palves@redhat.com>
9260
9261 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
9262 * gdb.base/annota1.exp: Use it instead of is_remote.
9263 * gdb.base/annota3.exp: Use it instead of is_remote.
9264 * gdb.cp/annota2.exp: Use it instead of is_remote.
9265 * gdb.cp/annota3.exp: Use it instead of is_remote.
9266 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
9267
9268 2017-10-13 Pedro Alves <palves@redhat.com>
9269
9270 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
9271 (test_num_test_vars, run_and_count_vars, find_env)
9272 (test_set_unset_env, test_inherit_env_var): New procedures.
9273 (top level): Use them.
9274
9275 2017-10-13 Pedro Alves <palves@redhat.com>
9276
9277 * lib/selftest-support.exp (selftest_setup): Extend comments, and
9278 also skip on stub-like targets.
9279
9280 2017-10-13 Pedro Alves <palves@redhat.com>
9281
9282 PR gdb/22293
9283 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
9284 (top level): Move some tests to ...
9285 (test_not_found): ... this new procedure.
9286 (top level): Call it.
9287
9288 2017-10-13 Pedro Alves <palves@redhat.com>
9289
9290 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
9291 expect different "info terminal" output if testing with a
9292 non-native target.
9293
9294 2017-10-13 Pedro Alves <palves@redhat.com>
9295 Simon Marchi <simon.marchi@polymtl.ca>
9296
9297 PR python/12966
9298 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
9299
9300 2017-10-13 Pedro Alves <palves@redhat.com>
9301
9302 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
9303 already.
9304
9305 2017-10-13 Pedro Alves <palves@redhat.com>
9306
9307 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
9308 is_remote.
9309
9310 2017-10-13 Pedro Alves <palves@redhat.com>
9311
9312 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
9313 is_remote.
9314
9315 2017-10-13 Pedro Alves <palves@redhat.com>
9316
9317 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
9318 is set.
9319 (corefile_test_attach): Likewise. Check can_spawn_for_attach
9320 instead of is_remote.
9321
9322 2017-10-13 Pedro Alves <palves@redhat.com>
9323
9324 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
9325 (top level): Add comment.
9326
9327 2017-10-13 Pedro Alves <palves@redhat.com>
9328
9329 * gdb.base/remote.exp (top level): Fix comment typo and add
9330 missing return.
9331
9332 2017-10-13 Pedro Alves <palves@redhat.com>
9333 Simon Marchi <simon.marchi@polymtl.ca>
9334
9335 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
9336 calls and add comments. Skip test if use_gdb_stub is set.
9337 (top level): Use "set cwd" command instead of "cd" command.
9338
9339 2017-10-13 Pedro Alves <palves@redhat.com>
9340
9341 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
9342 is_remote target check.
9343
9344 2017-10-13 Pedro Alves <palves@redhat.com>
9345
9346 * gdb.base/scope.exp: Use build_executable + clean_restart +
9347 gdb_file_cmd instead of prepare_for_testing and no longer skip
9348 "before run" tests on is_remote target boards. Update comments.
9349 * boards/native-extended-gdbserver.exp
9350 (extended_gdbserver_load_last_file): New, factored out from ...
9351 (gdb_load): ... this. Move further below and add comment.
9352 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
9353
9354 2017-10-12 Pedro Alves <palves@redhat.com>
9355
9356 * gdb.base/attach.exp: Remove references to gdb64.
9357 * gdb.base/dbx.exp: Remove references to gdb64.
9358
9359 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
9360 Pedro Alves <palves@redhat.com>
9361
9362 * gdb.base/label.exp: Remove is_remote target check.
9363
9364 2017-10-12 Pedro Alves <palves@redhat.com>
9365
9366 * gdb.base/auvx.exp (coredir): Update comment.
9367 (top level) <core_works>: Use "set cwd" command instead of "cd"
9368 command.
9369
9370 2017-10-12 Pedro Alves <palves@redhat.com>
9371 Simon Marchi <simon.marchi@polymtl.ca>
9372
9373 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
9374 target boards.
9375
9376 2017-10-12 Pedro Alves <palves@redhat.com>
9377 Simon Marchi <simon.marchi@polymtl.ca>
9378
9379 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
9380 Instead skip if there's any gdb_protocol set.
9381
9382 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
9383 Pedro Alves <palves@redhat.com>
9384
9385 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
9386
9387 2017-10-12 Pedro Alves <palves@redhat.com>
9388 Simon Marchi <simon.marchi@polymtl.ca>
9389
9390 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
9391 instead of on dejagnu remote boards.
9392
9393 2017-10-12 Pedro Alves <palves@redhat.com>
9394 Simon Marchi <simon.marchi@polymtl.ca>
9395
9396 * gdb.base/inferior-died.exp: Remove is_remote and isnative
9397 checks. Use build_executable + clean_restart instead of
9398 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
9399 of enabling non-stop after starting gdb.
9400
9401 2017-10-12 Pedro Alves <palves@redhat.com>
9402
9403 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
9404 * gdb.threads/non-ldr-exc-2.exp: Ditto.
9405 * gdb.threads/non-ldr-exc-3.exp: Ditto.
9406 * gdb.threads/non-ldr-exc-4.exp: Ditto.
9407
9408 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
9409
9410 * gdb.arch/arc-tdesc-cpu.exp: New file.
9411 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
9412
9413 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
9414
9415 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
9416
9417 2017-10-10 Pedro Alves <palves@redhat.com>
9418
9419 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
9420 expect CLI output.
9421
9422 2017-10-10 Pedro Alves <palves@redhat.com>
9423
9424 * lib/selftest-support.exp (selftest_setup): Update for
9425 captured_command_loop's prototype change.
9426
9427 2017-10-09 Pedro Alves <palves@redhat.com>
9428
9429 Test both arch1=>arch2 and arch2=>arch1.
9430
9431 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
9432 (srcfile2, binfile2, march1, march2): Remove globals. Largely
9433 factored out to...
9434 (append_arch1_options, append_arch2_options, append_arch_options)
9435 (build_executables): New procedures.
9436 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
9437 local.
9438 (top level): Add new 'first_arch' testing axis.
9439
9440 2017-10-09 Pedro Alves <palves@redhat.com>
9441
9442 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
9443 (barrier): New.
9444 (thread_start, all_started): New functions.
9445 (main): Spawn new thread and wait until it is scheduled.
9446 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
9447 option.
9448 (do_test): Add 'selected_thread' parameter. Run to all_started
9449 instead of main. Explicitly set the breakpoint at main. Switch
9450 to the SELECTED_THREAD thread.
9451 (top level): Test handling the exec event with either the main
9452 thread or the second thread selected.
9453
9454 2017-10-09 Pedro Alves <palves@redhat.com>
9455
9456 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
9457 logic. Move STOP marker after the value checks.
9458 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
9459 regexp.
9460
9461 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
9462
9463 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
9464
9465 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
9466
9467 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
9468 integer-to-dfp conversion.
9469 * gdb.base/dfp-test.exp: Likewise.
9470
9471 2017-10-04 Pedro Alves <palves@redhat.com>
9472
9473 * gdb.multi/hangout.c: Include <unistd.h>.
9474 (hangout_loop): New function.
9475 (main): Call alarm. Call hangout_loop in a loop.
9476 * gdb.multi/hello.c: Include <unistd.h>.
9477 (hello_loop): New function.
9478 (main): Call alarm. Call hangout_loop in a loop.
9479 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
9480 inferior with the other selected.
9481
9482 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
9483
9484 * gdb.mi/list-thread-groups-available.exp: New file.
9485 * gdb.mi/list-thread-groups-available.c: New file.
9486
9487 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
9488
9489 * gdb.base/set-cwd.exp: Make it available on
9490 native-extended-gdbserver.
9491
9492 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
9493
9494 * gdb.base/set-cwd.c: New file.
9495 * gdb.base/set-cwd.exp: Likewise.
9496
9497 2017-10-02 Tom Tromey <tom@tromey.com>
9498
9499 PR rust/22236:
9500 * gdb.rust/simple.rs (main): New variable "fslice".
9501 * gdb.rust/simple.exp: Add slice tests. Update string tests.
9502
9503 2017-10-02 Tom Tromey <tom@tromey.com>
9504
9505 * gdb.rust/simple.exp: Test ptype of a slice.
9506
9507 2017-10-02 Tom Tromey <tom@tromey.com>
9508
9509 * gdb.rust/simple.exp: Test index of slice.
9510
9511 2017-09-27 Tom Tromey <tom@tromey.com>
9512
9513 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
9514
9515 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
9516 Pedro Alves <palves@redhat.com>
9517
9518 * gdb.base/compare-sections.exp (get value of read-only section): Read
9519 as unsigned value.
9520 (corrupt read-only section): Likewise and don't set written if patching
9521 failed.
9522
9523 2017-09-21 Kevin Buettner <kevinb@redhat.com>
9524
9525 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
9526 files.
9527
9528 2017-09-20 Pedro Alves <palves@redhat.com>
9529
9530 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
9531 symbol names in gdb's output.
9532 * gdb.cp/overload.exp ("list all overloads"): Likewise.
9533
9534 2017-09-20 Pedro Alves <palves@redhat.com>
9535
9536 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
9537 Rename to ...
9538 (test_list_ambiguous_symbol): ... this and add a symbol name
9539 parameter. Adjust.
9540 (test_list_ambiguous_function): Reimplement on top of
9541 test_list_ambiguous_symbol and also test listing ambiguous
9542 variables.
9543 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
9544 (ambiguous_fun): ... this.
9545 (ambiguous_var): New.
9546 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
9547 (ambiguous_fun): ... this.
9548 (ambiguous_var): New.
9549
9550 2017-09-19 John Baldwin <jhb@FreeBSD.org>
9551
9552 * gdb.base/starti.c: New file.
9553 * gdb.base/starti.exp: New file.
9554 * lib/gdb.exp (gdb_starti_cmd): New procedure.
9555
9556 2017-09-14 Pedro Alves <palves@redhat.com>
9557
9558 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
9559 (top level): Use it instead of runto.
9560
9561 2017-09-11 Tom Tromey <tom@tromey.com>
9562
9563 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
9564
9565 2017-09-11 Tom Tromey <tom@tromey.com>
9566
9567 * gdb.python/py-infthread.exp: Add tests for new_thread event.
9568 * gdb.python/py-inferior.exp: Add tests for new inferior events.
9569
9570 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
9571
9572 * gdb.fortran/printing-types.exp: New file.
9573 * gdb.fortran/printing-types.exp: New file.
9574
9575 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
9576
9577 * gdb.fortran/vla-ptype.exp: Fix typos.
9578 * gdb.fortran/vla-value.exp: Same.
9579
9580 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
9581
9582 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
9583 * gdb.mi/mi-var-child-f.exp: Likewise.
9584 * gdb.mi/mi-vla-fortran.exp: Likewise.
9585
9586 2017-09-08 Frank Penczek <frank.penczek@intel.com>
9587 Christoph Weinmann <christoph.t.weinmann@intel.com>
9588 Bernhard Heckel <bernhard.heckel@intel.com>
9589
9590 * gdb.fortran/ptr-indentation.f90: New file.
9591 * gdb.fortran/ptr-indentation.exp: New file.
9592
9593 2017-09-05 Tom Tromey <tom@tromey.com>
9594
9595 PR gdb/22010:
9596 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
9597
9598 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
9599
9600 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
9601
9602 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9603
9604 * gdb.threads/tls-nodebug-pie.c: New file.
9605 * gdb.threads/tls-nodebug-pie.exp: New file.
9606
9607 2017-09-05 Tom Tromey <tom@tromey.com>
9608
9609 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
9610 for rust.
9611
9612 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
9613
9614 * gdb.multi/multi-arch-exec.exp: Test with different
9615 "follow-exec-mode" settings.
9616 (do_test): New procedure.
9617
9618 2017-09-04 Pedro Alves <palves@redhat.com>
9619
9620 * gdb.base/func-static.c (S::method const, S::method volatile)
9621 (S::method volatile const): New methods.
9622 (c_s, v_s, cv_s): New instances.
9623 (main): Call method() on them.
9624 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
9625 (cannot_resolve): New procedure.
9626 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
9627 print-quote-unquoted columns.
9628 (do_test): Test printing each scope too.
9629
9630 2017-09-04 Pedro Alves <palves@redhat.com>
9631
9632 * gdb.base/local-static.exp: Also test with
9633 class::method::variable wholly quoted.
9634 * gdb.cp/m-static.exp (class::method::variable): Remove test.
9635
9636 2017-09-04 Pedro Alves <palves@redhat.com>
9637
9638 * gdb.base/local-static.c: New.
9639 * gdb.base/local-static.cc: New.
9640 * gdb.base/local-static.exp: New.
9641
9642 2017-09-04 Pedro Alves <palves@redhat.com>
9643
9644 * gdb.asm/asm-source.exp: Add casts to int.
9645 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
9646 (dataglobal64_1, dataglobal64_2): New globals.
9647 * gdb.base/nodebug.exp: Test different expressions involving the
9648 new globals, with print, whatis and ptype. Add casts to int.
9649 * gdb.base/solib-display.exp: Add casts to int.
9650 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
9651 * gdb.cp/m-static.exp: Add cast to int.
9652 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
9653 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
9654 tls variable with no debug info without a cast. Test with a cast
9655 to int too.
9656 * gdb.trace/entry-values.exp: Add casts.
9657
9658 2017-09-04 Pedro Alves <palves@redhat.com>
9659
9660 * gdb.base/nodebug.exp: Test that ptype's error about functions
9661 with unknown return type includes the function name too.
9662
9663 2017-09-04 Pedro Alves <palves@redhat.com>
9664
9665 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
9666 return type of munmap in infcall.
9667 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
9668 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
9669 type of ftell in infcall.
9670 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
9671 type of getpid in infcall.
9672 * gdb.base/infcall-exec.exp: Cast return type of execlp in
9673 infcall.
9674 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
9675 Bail on failure to extract the pid.
9676 * gdb.base/nodebug.c: #include <stdint.h>.
9677 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
9678 New functions.
9679 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
9680 Change expected output of print/whatis/ptype with functions with
9681 no debug info. Test all supported languages. Call
9682 test_call_promotion.
9683 * gdb.compile/compile.exp: Adjust expected output to expect
9684 warning.
9685 * gdb.threads/siginfo-threads.exp: Likewise.
9686
9687 2017-09-04 Pedro Alves <palves@redhat.com>
9688
9689 * gdb.base/callfuncs.exp (do_function_calls): New parameter
9690 "prototypes". Test calling float functions via prototyped and
9691 unprototyped function pointers.
9692 (perform_all_tests): New parameter "prototypes". Pass it down.
9693 (top level): Pass down "prototypes" parameter to
9694 perform_all_tests.
9695
9696 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9697
9698 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
9699 Test with nested loops.
9700
9701 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9702
9703 * gdb.base/commands.exp: Call the new procedures.
9704 (loop_break_test, loop_continue_test): New procedures.
9705
9706 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9707
9708 * gdb.base/commands.exp: Call new procedure.
9709 (define_if_without_arg_test): New procedure.
9710
9711 2017-09-04 Pedro Alves <palves@redhat.com>
9712
9713 * gdb.base/list-ambiguous.exp: New file.
9714 * gdb.base/list-ambiguous0.c: New file.
9715 * gdb.base/list-ambiguous1.c: New file.
9716 * gdb.base/list.exp (test_list_range): Adjust expected output.
9717
9718 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
9719
9720 * gdb.base/share-env-with-gdbserver.c: New file.
9721 * gdb.base/share-env-with-gdbserver.exp: Likewise.
9722
9723 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
9724
9725 * gdb.base/commands.exp (gdbvar_simple_if_test,
9726 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
9727 progvar_simple_if_test, progvar_simple_while_test,
9728 progvar_complex_if_while_test, user_defined_command_test,
9729 user_defined_command_args_eval,
9730 user_defined_command_args_stack_test,
9731 user_defined_command_manyargs_test, bp_deleted_in_command_test,
9732 temporary_breakpoint_commands,
9733 gdb_test_no_prompt, redefine_hook_test,
9734 redefine_backtrace_test): Remove "global gdb_prompt".
9735
9736 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
9737
9738 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
9739 New proc, call it from toplevel.
9740
9741 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
9742
9743 PR remote/21852
9744 * gdb.server/normal.c: New file, copied from gdb.base.
9745 * gdb.server/run-without-local-binary.exp: New file.
9746
9747 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
9748
9749 * gdb.arch/sparc64-adi.exp: New file.
9750 * gdb.arch/sparc64-adi.c: New file.
9751
9752 2017-08-22 Pedro Alves <palves@redhat.com>
9753
9754 * gdb.cp/overload.exp (line_range_pattern): New procedure.
9755 (top level): Add "list all overloads" tests.
9756
9757 2017-08-22 Tom Tromey <tom@tromey.com>
9758
9759 * gdb.gdb/xfullpath.exp: Remove.
9760
9761 2017-08-21 Pedro Alves <palves@redhat.com>
9762
9763 PR gdb/19487
9764 * gdb.base/symbol-alias.c: New.
9765 * gdb.base/symbol-alias2.c: New.
9766 * gdb.base/symbol-alias.exp: New.
9767
9768 2017-08-21 Pedro Alves <palves@redhat.com>
9769
9770 * gdb.base/dfp-test.c
9771 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
9772 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
9773 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
9774 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
9775 * gdb.base/whatis-ptype-typedefs.c: New.
9776 * gdb.base/whatis-ptype-typedefs.exp: New.
9777 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
9778 (an_int, an_int_type, an_int_type2): New globals.
9779 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
9780 involving typedefs and cast expressions.
9781 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
9782 (lookup_typedefs_function): New.
9783 (typedefs_pretty_printers_dict): New.
9784 (top level): Register lookup_typedefs_function in
9785 gdb.pretty_printers.
9786
9787 2017-08-18 Yao Qi <yao.qi@linaro.org>
9788
9789 * gdb.server/unittest.exp: New.
9790
9791 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
9792
9793 PR gdb/21954
9794 * gdb.base/environ.exp: Add test to check if 'unset environment'
9795 works.
9796
9797 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9798
9799 * lib/gdb.exp (universal_compile_options): New caching proc.
9800 (gdb_compile): Suppress GCC's coloring of messages.
9801
9802 2017-08-14 Tom Tromey <tom@tromey.com>
9803
9804 PR gdb/21675:
9805 * gdb.base/printcmds.exp (test_radices): New function.
9806 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
9807 * gdb.base/sizeof.exp (check_valueof): Use p/d.
9808 * lib/gdb.exp (get_integer_valueof): Use p/d.
9809
9810 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
9811
9812 * lib/gdb.exp (get_valueof): Don't capture end-of-line
9813 characters.
9814
9815 2017-08-05 Tom Tromey <tom@tromey.com>
9816
9817 * gdb.rust/simple.exp: Allow String to appear in a different
9818 namespace.
9819
9820 2017-07-26 Yao Qi <yao.qi@linaro.org>
9821
9822 * gdb.gdb/unittest.exp: Invoke command
9823 "maintenance check xml-descriptions".
9824
9825 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9826
9827 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
9828 calling context.
9829 (hex128): Drop erroneous calculation of parameters.
9830
9831 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
9832
9833 * gdb.python/py-unwind.exp: Disable stack protection when
9834 building test file.
9835
9836 2017-07-20 Pedro Alves <palves@redhat.com>
9837
9838 * gdb.base/default.exp (set language): Adjust expected output.
9839
9840 2017-07-20 Pedro Alves <palves@redhat.com>
9841
9842 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
9843 (test_minsym): ... this, and make static.
9844 (get_pck__foo__bar__minsym): Rename to ...
9845 (get_test_minsym): ... this.
9846 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
9847 symbol names and comments.
9848 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
9849 (get_test_minsym): ... this.
9850 (pck__foo__bar__minsym__2): Rename to ...
9851 (test_minsym): ... this.
9852 (main): Adjust.
9853
9854 2017-07-17 Pedro Alves <palves@redhat.com>
9855
9856 * gdb.base/completion.exp: Adjust expected output.
9857 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
9858 the completer works.
9859
9860 2017-07-17 Pedro Alves <palves@redhat.com>
9861
9862 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
9863
9864 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
9865
9866 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
9867
9868 2017-07-14 Tom Tromey <tom@tromey.com>
9869
9870 PR rust/21764:
9871 * gdb.rust/simple.exp: Add tests.
9872
9873 2017-07-14 Tom Tromey <tom@tromey.com>
9874
9875 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
9876
9877 2017-07-14 Pedro Alves <palves@redhat.com>
9878
9879 * gdb.linespec/base/one/thefile.cc (z1): New function.
9880 * gdb.linespec/base/two/thefile.cc (z2): New function.
9881 * gdb.linespec/linespec.exp: Add tests.
9882
9883 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9884
9885 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
9886 to mi_create_breakpoint.
9887
9888 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9889
9890 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
9891 mi_create_breakpoint.
9892
9893 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
9894
9895 * gdb.dlang/demangle.exp: Update for demangling changes.
9896
9897 2017-07-09 Tom Tromey <tom@tromey.com>
9898
9899 * gdb.dwarf2/shortpiece.exp: New file.
9900
9901 2017-07-06 David Blaikie <dblaikie@gmail.com>
9902
9903 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
9904 built from fissiont-multi-cu{1,2}.c.
9905 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
9906 except putting 'main' and 'func' in separate CUs in the same DWO file.
9907 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
9908 test.
9909 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
9910 test.
9911
9912 2017-07-06 Pedro Alves <palves@redhat.com>
9913
9914 * gdb.python/py-unwind.exp: Test flushregs.
9915
9916 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9917
9918 PR cli/21688
9919 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
9920 tests for alias commands and trailing whitespace.
9921
9922 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9923
9924 PR cli/21688
9925 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
9926 procedure. Call it.
9927
9928 2017-06-29 Pedro Alves <palves@redhat.com>
9929
9930 * gdb.base/printcmds.exp: Add tests.
9931
9932 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
9933
9934 PR gdb/21337
9935 * gdb.base/reread-readsym.exp: New file.
9936 * gdb.base/reread-readsym.c: New file.
9937
9938 2017-06-21 Kevin Buettner <kevinb@redhat.com>
9939
9940 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
9941 subpattern.
9942
9943 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
9944
9945 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
9946 extended mnemonic.
9947 * gdb.arch/powerpc-power9.s: Likewise.
9948
9949 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9950
9951 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
9952 on 32-bit x86 targets. Exploit is_*_target macros where
9953 appropriate.
9954
9955 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9956
9957 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
9958 register pieces.
9959
9960 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9961
9962 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
9963 located in one or more DWARF pieces.
9964
9965 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9966
9967 * lib/gdb.exp (get_endianness): New proc.
9968 * gdb.arch/aarch64-fp.exp: Use it.
9969 * gdb.arch/altivec-regs.exp: Likewise.
9970 * gdb.arch/e500-regs.exp: Likewise.
9971 * gdb.arch/vsx-regs.exp: Likewise.
9972 * gdb.base/dump.exp: Likewise.
9973 * gdb.base/funcargs.exp: Likewise.
9974 * gdb.base/gnu_vector.exp: Likewise.
9975 * gdb.dwarf2/formdata16.exp: Likewise.
9976 * gdb.dwarf2/implptrpiece.exp: Likewise.
9977 * gdb.dwarf2/nonvar-access.exp: Likewise.
9978 * gdb.python/py-inferior.exp: Likewise.
9979 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9980
9981 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9982
9983 PR gdb/21226
9984 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
9985 stack value pieces are taken from the LSB end.
9986
9987 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9988
9989 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
9990 variable at nonzero offset.
9991
9992 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9993
9994 * gdb.dwarf2/var-access.c: New file.
9995 * gdb.dwarf2/var-access.exp: New test.
9996 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
9997
9998 2017-06-12 Tom Tromey <tom@tromey.com>
9999
10000 * gdb.dwarf2/formdata16.exp: Add tests.
10001
10002 2017-06-12 Tom Tromey <tom@tromey.com>
10003
10004 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
10005
10006 2017-06-12 Tom Tromey <tom@tromey.com>
10007
10008 PR exp/16225:
10009 * gdb.reverse/i386-sse-reverse.exp: Update tests.
10010 * gdb.arch/vsx-regs.exp: Update tests.
10011 * gdb.arch/s390-vregs.exp (hex128): New proc.
10012 Update test.
10013 * gdb.arch/altivec-regs.exp: Update tests.
10014
10015 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
10016
10017 * gdb.base/startup-with-shell.c: New file.
10018 * gdb.base/startup-with-shell.exp: Likewise.
10019
10020 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
10021
10022 * gdb.server/non-existing-program.exp: Update regex in order to
10023 reflect the fact that gdbserver is now using fork_inferior (with a
10024 shell) to startup the inferior.
10025
10026 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
10027
10028 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
10029 support function calls from GDB.
10030
10031 2017-05-21 Tom Tromey <tom@tromey.com>
10032
10033 PR rust/21466:
10034 * gdb.rust/unsized.exp: New file.
10035 * gdb.rust/unsized.rs: New file.
10036
10037 2017-05-19 Tom Tromey <tom@tromey.com>
10038
10039 PR rust/21484:
10040 * gdb.rust/watch.exp: New file.
10041 * gdb.rust/watch.rs: New file.
10042
10043 2017-05-18 Tom Tromey <tom@tromey.com>
10044
10045 * gdb.rust/simple.exp: Allow Box to be qualified.
10046
10047 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
10048
10049 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
10050
10051 2017-05-18 Pedro Alves <palves@redhat.com>
10052
10053 * gdb.base/fileio.c (test_write, test_read, test_close)
10054 (test_fstat): Don't print 'ret' in the fail path.
10055
10056 2017-05-18 Pedro Alves <palves@redhat.com>
10057
10058 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
10059 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
10060 (test_system, test_rename, test_unlink, test_time): Change
10061 prototypes.
10062 * gdb.base/fileio.exp (stop_msg): Adjust.
10063
10064 2017-05-18 Pedro Alves <palves@redhat.com>
10065
10066 * gdb.base/fileio.c (null_str): New global.
10067 (test_stat): Use it.
10068 * gdb.base/fileio.exp: Remove nowarnings.
10069
10070 2017-05-17 Yao Qi <yao.qi@linaro.org>
10071
10072 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
10073
10074 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
10075
10076 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
10077 argument command.
10078 (top-level): Invoke test_set_inferior_tty.
10079
10080 2017-05-04 Pedro Alves <palves@redhat.com>
10081
10082 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
10083 Add parens to print call for Python 3.
10084
10085 2017-05-03 Keith Seitz <keiths@redhat.com>
10086
10087 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
10088 (main): Call it.
10089
10090 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10091
10092 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
10093 to prev and next.
10094
10095 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10096
10097 * gdb.python/py-record-btrace.exp: Remove test for
10098 gdb.BtraceInstruction.error.
10099
10100 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10101
10102 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
10103
10104 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10105
10106 * gdb.python/py-record-btrace-threads.c: New file.
10107 * gdb.python/py-record-btrace-threads.exp: New file.
10108
10109 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
10110
10111 PR testsuite/8595
10112 * gdb.base/environ.exp: Make test available in all architectures.
10113 Move bits related to "info program" testing to
10114 gdb.base/info-program.exp. Rewrite tests to use the two new
10115 procedures mentione below.
10116 (test_set_show_env_var) New procedure.
10117 (test_set_show_env_var_equal): Likewise.
10118 * gdb.base/info-program.exp: New file.
10119
10120 2017-04-27 Keith Seitz <keiths@redhat.com>
10121
10122 * gdb.cp/oranking.cc (test15): New function.
10123 (main): Call test15 and declare additional variables for testing.
10124 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
10125 "p foo101('abc')" tests.
10126 Add tests for cv qualifier overloads.
10127 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
10128 "lvalue reference overload" test.
10129 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
10130 "print value of f1 on Child&& in f2" test.
10131
10132 2017-04-19 Pedro Alves <palves@redhat.com>
10133
10134 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
10135 procedure.
10136 (top level): Call it.
10137 * lib/gdb.exp (gdb_define_cmd): New procedure.
10138
10139 2017-04-12 Pedro Alves <palves@redhat.com>
10140
10141 PR gdb/21323
10142 * gdb.cp/wide_char_types.c: Include <wchar.h>.
10143 (wchar): New global.
10144 * gdb.cp/wide_char_types.exp (wide_char_types_program)
10145 (do_test_wide_char, wide_char_types_no_program, top level): Add
10146 wchar_t testing.
10147
10148 2017-04-12 Pedro Alves <palves@redhat.com>
10149
10150 PR c++/21323
10151 * gdb.cp/wide_char_types.c: New file.
10152 * gdb.cp/wide_char_types.exp: New file.
10153
10154 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
10155
10156 PR gdb/21352
10157 * gdb.trace/tsv.exp: Add test for "tsave -r".
10158
10159 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
10160
10161 * gdb.dlang/watch-loc.c: New file.
10162 * gdb.dlang/watch-loc.exp: New file.
10163
10164 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10165
10166 * gdb.python/py-section-script.exp (sepdebug): New testcases.
10167
10168 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
10169
10170 * gdb.arch/arc-analyze-prologue.S: New file.
10171 * gdb.arch/arc-analyze-prologue.exp: Likewise.
10172
10173 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
10174
10175 * gdb.arch/arc-decode-insn.S: New file.
10176 * gdb.arch/arc-decode-insn.exp: Likewise.
10177
10178 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
10179
10180 PR tdep/20928
10181 * gdb.arch/sparc64-regs.exp: New file.
10182 * gdb.arch/sparc64-regs.S: Likewise.
10183
10184 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
10185
10186 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
10187 and memory view on Python 3.
10188
10189 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
10190 Keith Seitz <keiths@redhat.com>
10191
10192 PR gdb/14441
10193 * gdb.cp/demangle.exp: Add rvalue reference tests.
10194 * gdb.cp/rvalue-ref-casts.cc: New file.
10195 * gdb.cp/rvalue-ref-casts.exp: New file.
10196 * gdb.cp/rvalue-ref-overload.cc: New file.
10197 * gdb.cp/rvalue-ref-overload.exp: New file.
10198 * gdb.cp/rvalue-ref-params.cc: New file.
10199 * gdb.cp/rvalue-ref-params.exp: New file.
10200 * gdb.cp/rvalue-ref-sizeof.cc: New file.
10201 * gdb.cp/rvalue-ref-sizeof.exp: New file.
10202 * gdb.cp/rvalue-ref-types.cc: New file.
10203 * gdb.cp/rvalue-ref-types.exp: New file.
10204 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
10205 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
10206
10207 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
10208
10209 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
10210 New procedure.
10211
10212 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
10213
10214 * lib/mi-support.exp (mi_gdb_test): Add additional message
10215 for unexpected output.
10216
10217 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10218
10219 * gdb.base/examine-backward.c (Barrier): New character array
10220 constant, to ensure that TestStrings is preceded by a string
10221 terminator.
10222
10223 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10224
10225 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
10226 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
10227 and implicit pointer into such a location.
10228
10229 2017-03-16 Doug Evans <dje@google.com>
10230
10231 * gdb.python/py-lazy-string (pointer): Really add new typedef.
10232
10233 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
10234
10235 * gdb.cp/m-static.exp: Fix expectation for prototype of
10236 test5.single_constructor and single_constructor::single_constructor.
10237
10238 2017-03-16 Doug Evans <dje@google.com>
10239
10240 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
10241 * gdb.guile/scm-lazy-string.c: New file.
10242 * gdb.guile/scm-value.exp: Move lazy string tests to ...
10243 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
10244 for pointer, array, typedef lazy strings.
10245
10246 2017-03-16 Doug Evans <dje@google.com>
10247
10248 PR python/17728, python/18439, python/18779
10249 * gdb.python/py-value.c (main) Delete locals sptr, sn.
10250 * gdb.python/py-lazy-string.c (pointer): New typedef.
10251 (main): New locals ptr, array, typedef_ptr.
10252 * gdb.python/py-value.exp: Move lazy string tests to ...
10253 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
10254 array, typedef lazy strings.
10255
10256 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
10257
10258 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
10259 Add optional 'test' parameter.
10260
10261 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
10262
10263 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
10264 Skip for versions of DejaGnu < 1.5.
10265
10266 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
10267
10268 * lib/gdb.exp (dejagnu_version): New proc.
10269 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10270 Use dejagnu_version.
10271
10272 2017-03-10 Keith Seitz <keiths@redhat.com>
10273
10274 PR c++/8128
10275 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
10276 type from destructor regexps.
10277 Add a branch which actually passes the test.
10278 Adjust "ptype t5i" test names.
10279
10280 2017-03-08 Pedro Alves <palves@redhat.com>
10281
10282 * gdb.base/step-over-exit.exp: Add explicit test message.
10283
10284 2017-03-08 Pedro Alves <palves@redhat.com>
10285
10286 PR gdb/18360
10287 * gdb.threads/interrupt-while-step-over.c: New file.
10288 * gdb.threads/interrupt-while-step-over.exp: New file.
10289
10290 2017-03-08 Pedro Alves <palves@redhat.com>
10291
10292 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
10293 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
10294
10295 2017-03-08 Pedro Alves <palves@redhat.com>
10296
10297 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
10298 PKRU as not supported as a PASS.
10299
10300 2017-03-08 Pedro Alves <palves@redhat.com>
10301
10302 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
10303 prefix instead of $binfile1/$binfile2.
10304 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
10305 in test message.
10306 * gdb.python/py-completion.exp: Use "load python file" as test
10307 messages instead of unstable path names.
10308
10309 2017-03-08 Pedro Alves <palves@redhat.com>
10310 Jan Kratochvil <jan.kratochvil@redhat.com>
10311
10312 PR cli/21218
10313 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
10314 New proc.
10315 (top level): Call it.
10316
10317 2017-03-08 Pedro Alves <palves@redhat.com>
10318
10319 PR tui/21216
10320 * gdb.tui/tui-nl-filtered-output.exp: New file.
10321
10322 2017-03-08 Pedro Alves <palves@redhat.com>
10323
10324 * gdb.base/completion.exp: Move TUI completion tests to ...
10325 * gdb.tui/completion.exp: ... this new file.
10326
10327 2017-03-08 Pedro Alves <palves@redhat.com>
10328
10329 * gdb.base/tui-disasm-long-lines.c,
10330 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
10331 gdb.base/tui-layout.exp: Move to ...
10332 * gdb.tui/: ... this new directory.
10333
10334 2017-03-07 Pedro Alves <palves@redhat.com>
10335
10336 * gdb.base/tui-layout.c: New file.
10337 * gdb.base/tui-layout.exp: New file.
10338
10339 2017-03-07 Pedro Alves <palves@redhat.com>
10340
10341 * gdb.base/tui-layout.c: Rename to ...
10342 * gdb.base/tui-disasm-long-lines.c: ... this.
10343 * gdb.base/tui-layout.exp: Rename to ...
10344 * gdb.base/tui-disasm-long-lines.exp: ... this.
10345
10346 2017-03-07 Pedro Alves <palves@redhat.com>
10347
10348 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
10349
10350 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
10351
10352 * i386-mpx-call.c: New file.
10353 * i386-mpx-call.exp: New file.
10354
10355 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
10356
10357 * gdb.arch/powerpc-power.exp: Delete test.
10358 * gdb.arch/powerpc-power.s: Likewise.
10359 * gdb.disasm/disassembler-options.exp: New test.
10360 * gdb.arch/powerpc-altivec.exp: Likewise.
10361 * gdb.arch/powerpc-altivec.s: Likewise.
10362 * gdb.arch/powerpc-altivec2.exp: Likewise.
10363 * gdb.arch/powerpc-altivec2.s: Likewise.
10364 * gdb.arch/powerpc-altivec3.exp: Likewise.
10365 * gdb.arch/powerpc-altivec3.s: Likewise.
10366 * gdb.arch/powerpc-power7.exp: Likewise.
10367 * gdb.arch/powerpc-power7.s: Likewise.
10368 * gdb.arch/powerpc-power8.exp: Likewise.
10369 * gdb.arch/powerpc-power8.s: Likewise.
10370 * gdb.arch/powerpc-power9.exp: Likewise.
10371 * gdb.arch/powerpc-power9.s: Likewise.
10372 * gdb.arch/powerpc-vsx.exp: Likewise.
10373 * gdb.arch/powerpc-vsx.s: Likewise.
10374 * gdb.arch/powerpc-vsx2.exp: Likewise.
10375 * gdb.arch/powerpc-vsx2.s: Likewise.
10376 * gdb.arch/powerpc-vsx3.exp: Likewise.
10377 * gdb.arch/powerpc-vsx3.s: Likewise.
10378 * gdb.arch/arm-disassembler-options.exp: Likewise.
10379 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
10380 * gdb.arch/s390-disassembler-options.exp: Likewise.
10381
10382 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
10383
10384 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
10385 (check_supported_features): ... this. Changed return type to void.
10386 (supports_rdseed): New static global.
10387 (rdseed): Check supports_rdseed.
10388 (initialize): Call check_supported_features.
10389
10390 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10391
10392 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
10393 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
10394 and lqarx/stqcx.
10395 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
10396 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
10397
10398 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10399
10400 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
10401 uppercase.
10402
10403 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10404
10405 * gdb.dwarf2/formdata16.c: New file.
10406 * gdb.dwarf2/formdata16.exp: New file.
10407 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
10408
10409 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10410
10411 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
10412 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
10413 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
10414 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
10415 DW_AT_GNU_*.
10416
10417 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10418
10419 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
10420
10421 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
10422
10423 PR gdb/21164
10424 * gdb.base/maint.exp: Add testcases for when the commands do
10425 not have arguments.
10426
10427 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
10428
10429 * gdb.cp/chained-calls.exp: Use p instead of P.
10430
10431 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
10432
10433 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
10434 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
10435
10436 2017-02-14 Tom Tromey <tom@tromey.com>
10437
10438 PR python/13598:
10439 * gdb.python/py-events.exp: Add before_prompt event tests.
10440
10441 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
10442
10443 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
10444
10445 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
10446
10447 * gdb.linespec/explicit.c (my_unique_function_name): New function.
10448 (main): Call my_unique_function_name.
10449 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
10450 completion of patterns with a single match.
10451 Add missing -re switches to gdb_test_multiple calls.
10452
10453 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
10454
10455 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
10456 return if core file is not recognized.
10457
10458 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
10459
10460 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
10461 and extra UIs.
10462
10463 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
10464
10465 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
10466 proc_with_prefix.
10467
10468 2017-02-10 Tom Tromey <tom@tromey.com>
10469
10470 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
10471
10472 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
10473
10474 PR gdb/21122
10475 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
10476
10477 2017-02-08 Jerome Guitton <guitton@adacore.com>
10478
10479 * gdb.base/define.exp: Add test for command abbreviations
10480 in define.
10481
10482 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
10483
10484 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
10485 * gdb.reverse/insn-reverse-x86.c: New file.
10486
10487 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
10488
10489 PR tdep/20936
10490 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
10491
10492 2017-02-03 Tom Tromey <tom@tromey.com>
10493
10494 PR rust/21097:
10495 * gdb.rust/simple.exp: Add new tests.
10496
10497 2017-02-02 Pedro Alves <palves@redhat.com>
10498
10499 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
10500 tests.
10501
10502 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10503
10504 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
10505 taking a 2-byte value out of a 4-byte DWARF implicit value on
10506 big-endian targets.
10507 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
10508 logic. Add test cases for DW_OP_implicit.
10509
10510 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10511
10512 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
10513
10514 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10515
10516 * gdb.btrace/enable.exp: Call gdb_exit before
10517 skip_gdbserver_tests.
10518
10519 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10520
10521 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
10522 GDBFLAGS.
10523
10524 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10525
10526 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
10527 the test is skipped.
10528 * gdb.btrace/data.exp: Likewise.
10529 * gdb.btrace/delta.exp: Likewise.
10530 * gdb.btrace/dlopen.exp: Likewise.
10531 * gdb.btrace/enable-running.exp: Likewise.
10532 * gdb.btrace/enable.exp: Likewise.
10533 * gdb.btrace/exception.exp: Likewise.
10534 * gdb.btrace/function_call_history.exp: Likewise.
10535 * gdb.btrace/gcore.exp: Likewise.
10536 * gdb.btrace/instruction_history.exp: Likewise.
10537 * gdb.btrace/multi-thread-step.exp: Likewise.
10538 * gdb.btrace/nohist.exp: Likewise.
10539 * gdb.btrace/non-stop.exp: Likewise.
10540 * gdb.btrace/reconnect.exp: Likewise.
10541 * gdb.btrace/record_goto-step.exp: Likewise.
10542 * gdb.btrace/record_goto.exp: Likewise.
10543 * gdb.btrace/rn-dl-bind.exp: Likewise.
10544 * gdb.btrace/segv.exp: Likewise.
10545 * gdb.btrace/step.exp: Likewise.
10546 * gdb.btrace/stepi.exp: Likewise.
10547 * gdb.btrace/tailcall-only.exp: Likewise.
10548 * gdb.btrace/tailcall.exp: Likewise.
10549 * gdb.btrace/tsx.exp: Likewise.
10550 * gdb.btrace/unknown_functions.exp: Likewise.
10551 * gdb.btrace/vdso.exp: Likewise.
10552
10553 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10554
10555 * gdb.btrace/enable-running.c: New.
10556 * gdb.btrace/enable-running.exp: New.
10557
10558 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
10559
10560 * gdb.arch/amd64-gs_base.c: New file.
10561 * gdb.arch/amd64-gs_base.exp: New file.
10562
10563 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
10564
10565 * lib/memory.exp: Remove spurious empty newlines.
10566
10567 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
10568
10569 * gdb.python/py-bad-printers.exp: Load python file using "source".
10570 * gdb.python/py-events.exp: Likewise.
10571 * gdb.python/py-evsignal.exp: Likewise.
10572 * gdb.python/py-evthreads.exp: Likewise.
10573 * gdb.python/py-frame-args.exp: Likewise.
10574 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
10575 * gdb.python/py-framefilter-mi.exp: Likewise.
10576 * gdb.python/py-framefilter.exp: Likewise.
10577 * gdb.python/py-mi.exp: Likewise.
10578 * gdb.python/py-pp-maint.exp: Likewise.
10579 * gdb.python/py-pp-registration.exp: Likewise.
10580 * gdb.python/py-prettyprint.exp: Likewise.
10581 (run_lang_tests): Likewise.
10582 * gdb.python/py-typeprint.exp: Likewise.
10583
10584 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
10585
10586 * lib/memory.exp: New file.
10587 * lib/gdb.exp: Load memory.exp.
10588 * gdb.base/memattr.exp (delete_memory): Move proc to
10589 lib/memory.exp and rename to delete_memory_regions.
10590 Replace delete_memory with delete_memory_regions.
10591 Cleanup memory regions before tests.
10592 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
10593 before tests.
10594
10595 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
10596
10597 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
10598 files.
10599 (initialize): New function conditionally defined.
10600 (testcases): Move within conditional block.
10601 (main): Call initialize.
10602 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
10603 of gdb.reverse/insn-reverse.c.
10604 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
10605 gdb.reverse/insn-reverse.c.
10606
10607 2017-01-26 Yao Qi <yao.qi@linaro.org>
10608
10609 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
10610 disassemble on address 0.
10611
10612 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
10613 Yao Qi <yao.qi@linaro.org>
10614
10615 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
10616 * gdb.dwarf2/implptr-64bit.S: Remove.
10617 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
10618 variables in caller's context. Add DW_OP_implicit_value.
10619
10620 2017-01-25 Yao Qi <yao.qi@linaro.org>
10621
10622 * lib/dwarf.exp (Dwarf::_location): Handle
10623 DW_OP_GNU_implicit_pointer with proper size.
10624
10625 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
10626
10627 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
10628 and add untested calls.
10629
10630 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
10631
10632 * gdb.python/python.exp: Check line number against what GDB thinks
10633 the line number is for func1.
10634
10635 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
10636
10637 * gdb.dlang/debug-expr.exp: New file.
10638
10639 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
10640
10641 Fix test names for the following files:
10642
10643 * gdb.ada/exec_changed.exp
10644 * gdb.ada/info_types.exp
10645 * gdb.arch/aarch64-atomic-inst.exp
10646 * gdb.arch/aarch64-fp.exp
10647 * gdb.arch/altivec-abi.exp
10648 * gdb.arch/altivec-regs.exp
10649 * gdb.arch/amd64-byte.exp
10650 * gdb.arch/amd64-disp-step.exp
10651 * gdb.arch/amd64-dword.exp
10652 * gdb.arch/amd64-entry-value-inline.exp
10653 * gdb.arch/amd64-entry-value-param.exp
10654 * gdb.arch/amd64-entry-value-paramref.exp
10655 * gdb.arch/amd64-entry-value.exp
10656 * gdb.arch/amd64-i386-address.exp
10657 * gdb.arch/amd64-invalid-stack-middle.exp
10658 * gdb.arch/amd64-invalid-stack-top.exp
10659 * gdb.arch/amd64-optimout-repeat.exp
10660 * gdb.arch/amd64-prologue-skip.exp
10661 * gdb.arch/amd64-prologue-xmm.exp
10662 * gdb.arch/amd64-stap-special-operands.exp
10663 * gdb.arch/amd64-stap-wrong-subexp.exp
10664 * gdb.arch/amd64-tailcall-cxx.exp
10665 * gdb.arch/amd64-tailcall-noret.exp
10666 * gdb.arch/amd64-tailcall-ret.exp
10667 * gdb.arch/amd64-tailcall-self.exp
10668 * gdb.arch/amd64-word.exp
10669 * gdb.arch/arm-bl-branch-dest.exp
10670 * gdb.arch/arm-disp-step.exp
10671 * gdb.arch/arm-neon.exp
10672 * gdb.arch/arm-single-step-kernel-helper.exp
10673 * gdb.arch/avr-flash-qualifier.exp
10674 * gdb.arch/disp-step-insn-reloc.exp
10675 * gdb.arch/e500-abi.exp
10676 * gdb.arch/e500-regs.exp
10677 * gdb.arch/ftrace-insn-reloc.exp
10678 * gdb.arch/i386-avx512.exp
10679 * gdb.arch/i386-bp_permanent.exp
10680 * gdb.arch/i386-byte.exp
10681 * gdb.arch/i386-cfi-notcurrent.exp
10682 * gdb.arch/i386-disp-step.exp
10683 * gdb.arch/i386-dr3-watch.exp
10684 * gdb.arch/i386-float.exp
10685 * gdb.arch/i386-gnu-cfi.exp
10686 * gdb.arch/i386-mpx-map.exp
10687 * gdb.arch/i386-mpx-sigsegv.exp
10688 * gdb.arch/i386-mpx-simple_segv.exp
10689 * gdb.arch/i386-mpx.exp
10690 * gdb.arch/i386-permbkpt.exp
10691 * gdb.arch/i386-prologue.exp
10692 * gdb.arch/i386-signal.exp
10693 * gdb.arch/i386-size-overlap.exp
10694 * gdb.arch/i386-unwind.exp
10695 * gdb.arch/i386-word.exp
10696 * gdb.arch/mips-fcr.exp
10697 * gdb.arch/powerpc-d128-regs.exp
10698 * gdb.arch/powerpc-stackless.exp
10699 * gdb.arch/ppc64-atomic-inst.exp
10700 * gdb.arch/s390-stackless.exp
10701 * gdb.arch/s390-tdbregs.exp
10702 * gdb.arch/s390-vregs.exp
10703 * gdb.arch/sparc-sysstep.exp
10704 * gdb.arch/thumb-bx-pc.exp
10705 * gdb.arch/thumb-singlestep.exp
10706 * gdb.arch/thumb2-it.exp
10707 * gdb.arch/vsx-regs.exp
10708 * gdb.asm/asm-source.exp
10709 * gdb.base/a2-run.exp
10710 * gdb.base/advance.exp
10711 * gdb.base/all-bin.exp
10712 * gdb.base/anon.exp
10713 * gdb.base/args.exp
10714 * gdb.base/arithmet.exp
10715 * gdb.base/async-shell.exp
10716 * gdb.base/async.exp
10717 * gdb.base/attach-pie-noexec.exp
10718 * gdb.base/attach-twice.exp
10719 * gdb.base/auto-load.exp
10720 * gdb.base/bang.exp
10721 * gdb.base/bitfields.exp
10722 * gdb.base/break-always.exp
10723 * gdb.base/break-caller-line.exp
10724 * gdb.base/break-entry.exp
10725 * gdb.base/break-inline.exp
10726 * gdb.base/break-on-linker-gcd-function.exp
10727 * gdb.base/break-probes.exp
10728 * gdb.base/break.exp
10729 * gdb.base/breakpoint-shadow.exp
10730 * gdb.base/call-ar-st.exp
10731 * gdb.base/call-sc.exp
10732 * gdb.base/call-signal-resume.exp
10733 * gdb.base/call-strs.exp
10734 * gdb.base/callfuncs.exp
10735 * gdb.base/catch-fork-static.exp
10736 * gdb.base/catch-gdb-caused-signals.exp
10737 * gdb.base/catch-load.exp
10738 * gdb.base/catch-signal-fork.exp
10739 * gdb.base/catch-signal.exp
10740 * gdb.base/catch-syscall.exp
10741 * gdb.base/charset.exp
10742 * gdb.base/checkpoint.exp
10743 * gdb.base/chng-syms.exp
10744 * gdb.base/code-expr.exp
10745 * gdb.base/code_elim.exp
10746 * gdb.base/commands.exp
10747 * gdb.base/completion.exp
10748 * gdb.base/complex.exp
10749 * gdb.base/cond-expr.exp
10750 * gdb.base/condbreak.exp
10751 * gdb.base/consecutive.exp
10752 * gdb.base/continue-all-already-running.exp
10753 * gdb.base/coredump-filter.exp
10754 * gdb.base/corefile.exp
10755 * gdb.base/dbx.exp
10756 * gdb.base/debug-expr.exp
10757 * gdb.base/define.exp
10758 * gdb.base/del.exp
10759 * gdb.base/disabled-location.exp
10760 * gdb.base/disasm-end-cu.exp
10761 * gdb.base/disasm-optim.exp
10762 * gdb.base/display.exp
10763 * gdb.base/duplicate-bp.exp
10764 * gdb.base/ena-dis-br.exp
10765 * gdb.base/ending-run.exp
10766 * gdb.base/enumval.exp
10767 * gdb.base/environ.exp
10768 * gdb.base/eu-strip-infcall.exp
10769 * gdb.base/eval-avoid-side-effects.exp
10770 * gdb.base/eval-skip.exp
10771 * gdb.base/exitsignal.exp
10772 * gdb.base/expand-psymtabs.exp
10773 * gdb.base/filesym.exp
10774 * gdb.base/find-unmapped.exp
10775 * gdb.base/finish.exp
10776 * gdb.base/float.exp
10777 * gdb.base/foll-exec-mode.exp
10778 * gdb.base/foll-exec.exp
10779 * gdb.base/foll-fork.exp
10780 * gdb.base/fortran-sym-case.exp
10781 * gdb.base/freebpcmd.exp
10782 * gdb.base/func-ptr.exp
10783 * gdb.base/func-ptrs.exp
10784 * gdb.base/funcargs.exp
10785 * gdb.base/gcore-buffer-overflow.exp
10786 * gdb.base/gcore-relro-pie.exp
10787 * gdb.base/gcore-relro.exp
10788 * gdb.base/gcore.exp
10789 * gdb.base/gdb1090.exp
10790 * gdb.base/gdb11530.exp
10791 * gdb.base/gdb11531.exp
10792 * gdb.base/gdb1821.exp
10793 * gdb.base/gdbindex-stabs.exp
10794 * gdb.base/gdbvars.exp
10795 * gdb.base/hbreak.exp
10796 * gdb.base/hbreak2.exp
10797 * gdb.base/included.exp
10798 * gdb.base/infcall-input.exp
10799 * gdb.base/inferior-died.exp
10800 * gdb.base/infnan.exp
10801 * gdb.base/info-macros.exp
10802 * gdb.base/info-os.exp
10803 * gdb.base/info-proc.exp
10804 * gdb.base/info-shared.exp
10805 * gdb.base/info-target.exp
10806 * gdb.base/infoline.exp
10807 * gdb.base/interp.exp
10808 * gdb.base/interrupt.exp
10809 * gdb.base/jit-reader.exp
10810 * gdb.base/jit-simple.exp
10811 * gdb.base/kill-after-signal.exp
10812 * gdb.base/kill-detach-inferiors-cmd.exp
10813 * gdb.base/label.exp
10814 * gdb.base/langs.exp
10815 * gdb.base/ldbl_e308.exp
10816 * gdb.base/line-symtabs.exp
10817 * gdb.base/linespecs.exp
10818 * gdb.base/list.exp
10819 * gdb.base/long_long.exp
10820 * gdb.base/longest-types.exp
10821 * gdb.base/maint.exp
10822 * gdb.base/max-value-size.exp
10823 * gdb.base/memattr.exp
10824 * gdb.base/mips_pro.exp
10825 * gdb.base/morestack.exp
10826 * gdb.base/moribund-step.exp
10827 * gdb.base/multi-forks.exp
10828 * gdb.base/nested-addr.exp
10829 * gdb.base/nextoverexit.exp
10830 * gdb.base/noreturn-finish.exp
10831 * gdb.base/noreturn-return.exp
10832 * gdb.base/nostdlib.exp
10833 * gdb.base/offsets.exp
10834 * gdb.base/opaque.exp
10835 * gdb.base/pc-fp.exp
10836 * gdb.base/permissions.exp
10837 * gdb.base/print-symbol-loading.exp
10838 * gdb.base/prologue-include.exp
10839 * gdb.base/psymtab.exp
10840 * gdb.base/ptype.exp
10841 * gdb.base/random-signal.exp
10842 * gdb.base/randomize.exp
10843 * gdb.base/range-stepping.exp
10844 * gdb.base/readline-ask.exp
10845 * gdb.base/recpar.exp
10846 * gdb.base/recurse.exp
10847 * gdb.base/relational.exp
10848 * gdb.base/restore.exp
10849 * gdb.base/return-nodebug.exp
10850 * gdb.base/return.exp
10851 * gdb.base/run-after-attach.exp
10852 * gdb.base/save-bp.exp
10853 * gdb.base/scope.exp
10854 * gdb.base/sect-cmd.exp
10855 * gdb.base/set-lang-auto.exp
10856 * gdb.base/set-noassign.exp
10857 * gdb.base/setvar.exp
10858 * gdb.base/sigall.exp
10859 * gdb.base/sigbpt.exp
10860 * gdb.base/siginfo-addr.exp
10861 * gdb.base/siginfo-infcall.exp
10862 * gdb.base/siginfo-obj.exp
10863 * gdb.base/siginfo.exp
10864 * gdb.base/signals-state-child.exp
10865 * gdb.base/signest.exp
10866 * gdb.base/sigstep.exp
10867 * gdb.base/sizeof.exp
10868 * gdb.base/skip.exp
10869 * gdb.base/solib-corrupted.exp
10870 * gdb.base/solib-nodir.exp
10871 * gdb.base/solib-search.exp
10872 * gdb.base/stack-checking.exp
10873 * gdb.base/stale-infcall.exp
10874 * gdb.base/stap-probe.exp
10875 * gdb.base/start.exp
10876 * gdb.base/step-break.exp
10877 * gdb.base/step-bt.exp
10878 * gdb.base/step-line.exp
10879 * gdb.base/step-over-exit.exp
10880 * gdb.base/step-over-syscall.exp
10881 * gdb.base/step-resume-infcall.exp
10882 * gdb.base/step-test.exp
10883 * gdb.base/store.exp
10884 * gdb.base/structs3.exp
10885 * gdb.base/sym-file.exp
10886 * gdb.base/symbol-without-target_section.exp
10887 * gdb.base/term.exp
10888 * gdb.base/testenv.exp
10889 * gdb.base/ui-redirect.exp
10890 * gdb.base/until.exp
10891 * gdb.base/unwindonsignal.exp
10892 * gdb.base/value-double-free.exp
10893 * gdb.base/vla-datatypes.exp
10894 * gdb.base/vla-ptr.exp
10895 * gdb.base/vla-sideeffect.exp
10896 * gdb.base/volatile.exp
10897 * gdb.base/watch-cond-infcall.exp
10898 * gdb.base/watch-cond.exp
10899 * gdb.base/watch-non-mem.exp
10900 * gdb.base/watch-read.exp
10901 * gdb.base/watch-vfork.exp
10902 * gdb.base/watchpoint-cond-gone.exp
10903 * gdb.base/watchpoint-delete.exp
10904 * gdb.base/watchpoint-hw-hit-once.exp
10905 * gdb.base/watchpoint-hw.exp
10906 * gdb.base/watchpoint-stops-at-right-insn.exp
10907 * gdb.base/watchpoints.exp
10908 * gdb.base/wchar.exp
10909 * gdb.base/whatis-exp.exp
10910 * gdb.btrace/buffer-size.exp
10911 * gdb.btrace/data.exp
10912 * gdb.btrace/delta.exp
10913 * gdb.btrace/dlopen.exp
10914 * gdb.btrace/enable.exp
10915 * gdb.btrace/exception.exp
10916 * gdb.btrace/function_call_history.exp
10917 * gdb.btrace/gcore.exp
10918 * gdb.btrace/instruction_history.exp
10919 * gdb.btrace/nohist.exp
10920 * gdb.btrace/reconnect.exp
10921 * gdb.btrace/record_goto-step.exp
10922 * gdb.btrace/record_goto.exp
10923 * gdb.btrace/rn-dl-bind.exp
10924 * gdb.btrace/segv.exp
10925 * gdb.btrace/step.exp
10926 * gdb.btrace/stepi.exp
10927 * gdb.btrace/tailcall-only.exp
10928 * gdb.btrace/tailcall.exp
10929 * gdb.btrace/tsx.exp
10930 * gdb.btrace/unknown_functions.exp
10931 * gdb.btrace/vdso.exp
10932 * gdb.compile/compile-ifunc.exp
10933 * gdb.compile/compile-ops.exp
10934 * gdb.compile/compile-print.exp
10935 * gdb.compile/compile-setjmp.exp
10936 * gdb.cp/abstract-origin.exp
10937 * gdb.cp/ambiguous.exp
10938 * gdb.cp/annota2.exp
10939 * gdb.cp/annota3.exp
10940 * gdb.cp/anon-ns.exp
10941 * gdb.cp/anon-struct.exp
10942 * gdb.cp/anon-union.exp
10943 * gdb.cp/arg-reference.exp
10944 * gdb.cp/baseenum.exp
10945 * gdb.cp/bool.exp
10946 * gdb.cp/breakpoint.exp
10947 * gdb.cp/bs15503.exp
10948 * gdb.cp/call-c.exp
10949 * gdb.cp/casts.exp
10950 * gdb.cp/chained-calls.exp
10951 * gdb.cp/class2.exp
10952 * gdb.cp/classes.exp
10953 * gdb.cp/cmpd-minsyms.exp
10954 * gdb.cp/converts.exp
10955 * gdb.cp/cp-relocate.exp
10956 * gdb.cp/cpcompletion.exp
10957 * gdb.cp/cpexprs.exp
10958 * gdb.cp/cplabel.exp
10959 * gdb.cp/cplusfuncs.exp
10960 * gdb.cp/cpsizeof.exp
10961 * gdb.cp/ctti.exp
10962 * gdb.cp/derivation.exp
10963 * gdb.cp/destrprint.exp
10964 * gdb.cp/dispcxx.exp
10965 * gdb.cp/enum-class.exp
10966 * gdb.cp/exception.exp
10967 * gdb.cp/exceptprint.exp
10968 * gdb.cp/expand-psymtabs-cxx.exp
10969 * gdb.cp/expand-sals.exp
10970 * gdb.cp/extern-c.exp
10971 * gdb.cp/filename.exp
10972 * gdb.cp/formatted-ref.exp
10973 * gdb.cp/fpointer.exp
10974 * gdb.cp/gdb1355.exp
10975 * gdb.cp/gdb2495.exp
10976 * gdb.cp/hang.exp
10977 * gdb.cp/impl-this.exp
10978 * gdb.cp/infcall-dlopen.exp
10979 * gdb.cp/inherit.exp
10980 * gdb.cp/iostream.exp
10981 * gdb.cp/koenig.exp
10982 * gdb.cp/local.exp
10983 * gdb.cp/m-data.exp
10984 * gdb.cp/m-static.exp
10985 * gdb.cp/mb-ctor.exp
10986 * gdb.cp/mb-inline.exp
10987 * gdb.cp/mb-templates.exp
10988 * gdb.cp/member-name.exp
10989 * gdb.cp/member-ptr.exp
10990 * gdb.cp/meth-typedefs.exp
10991 * gdb.cp/method.exp
10992 * gdb.cp/method2.exp
10993 * gdb.cp/minsym-fallback.exp
10994 * gdb.cp/misc.exp
10995 * gdb.cp/namelessclass.exp
10996 * gdb.cp/namespace-enum.exp
10997 * gdb.cp/namespace-nested-import.exp
10998 * gdb.cp/namespace.exp
10999 * gdb.cp/nextoverthrow.exp
11000 * gdb.cp/no-dmgl-verbose.exp
11001 * gdb.cp/non-trivial-retval.exp
11002 * gdb.cp/noparam.exp
11003 * gdb.cp/nsdecl.exp
11004 * gdb.cp/nsimport.exp
11005 * gdb.cp/nsnested.exp
11006 * gdb.cp/nsnoimports.exp
11007 * gdb.cp/nsrecurs.exp
11008 * gdb.cp/nsstress.exp
11009 * gdb.cp/nsusing.exp
11010 * gdb.cp/operator.exp
11011 * gdb.cp/oranking.exp
11012 * gdb.cp/overload-const.exp
11013 * gdb.cp/overload.exp
11014 * gdb.cp/ovldbreak.exp
11015 * gdb.cp/ovsrch.exp
11016 * gdb.cp/paren-type.exp
11017 * gdb.cp/parse-lang.exp
11018 * gdb.cp/pass-by-ref.exp
11019 * gdb.cp/pr-1023.exp
11020 * gdb.cp/pr-1210.exp
11021 * gdb.cp/pr-574.exp
11022 * gdb.cp/pr10687.exp
11023 * gdb.cp/pr12028.exp
11024 * gdb.cp/pr17132.exp
11025 * gdb.cp/pr17494.exp
11026 * gdb.cp/pr9067.exp
11027 * gdb.cp/pr9167.exp
11028 * gdb.cp/pr9631.exp
11029 * gdb.cp/printmethod.exp
11030 * gdb.cp/psmang.exp
11031 * gdb.cp/psymtab-parameter.exp
11032 * gdb.cp/ptype-cv-cp.exp
11033 * gdb.cp/ptype-flags.exp
11034 * gdb.cp/re-set-overloaded.exp
11035 * gdb.cp/ref-types.exp
11036 * gdb.cp/rtti.exp
11037 * gdb.cp/scope-err.exp
11038 * gdb.cp/shadow.exp
11039 * gdb.cp/smartp.exp
11040 * gdb.cp/static-method.exp
11041 * gdb.cp/static-print-quit.exp
11042 * gdb.cp/temargs.exp
11043 * gdb.cp/templates.exp
11044 * gdb.cp/try_catch.exp
11045 * gdb.cp/typedef-operator.exp
11046 * gdb.cp/typeid.exp
11047 * gdb.cp/userdef.exp
11048 * gdb.cp/using-crash.exp
11049 * gdb.cp/var-tag.exp
11050 * gdb.cp/virtbase.exp
11051 * gdb.cp/virtfunc.exp
11052 * gdb.cp/virtfunc2.exp
11053 * gdb.cp/vla-cxx.exp
11054 * gdb.disasm/t01_mov.exp
11055 * gdb.disasm/t02_mova.exp
11056 * gdb.disasm/t03_add.exp
11057 * gdb.disasm/t04_sub.exp
11058 * gdb.disasm/t05_cmp.exp
11059 * gdb.disasm/t06_ari2.exp
11060 * gdb.disasm/t07_ari3.exp
11061 * gdb.disasm/t08_or.exp
11062 * gdb.disasm/t09_xor.exp
11063 * gdb.disasm/t10_and.exp
11064 * gdb.disasm/t11_logs.exp
11065 * gdb.disasm/t12_bit.exp
11066 * gdb.disasm/t13_otr.exp
11067 * gdb.dlang/circular.exp
11068 * gdb.dwarf2/arr-stride.exp
11069 * gdb.dwarf2/arr-subrange.exp
11070 * gdb.dwarf2/atomic-type.exp
11071 * gdb.dwarf2/bad-regnum.exp
11072 * gdb.dwarf2/bitfield-parent-optimized-out.exp
11073 * gdb.dwarf2/callframecfa.exp
11074 * gdb.dwarf2/clztest.exp
11075 * gdb.dwarf2/corrupt.exp
11076 * gdb.dwarf2/data-loc.exp
11077 * gdb.dwarf2/dup-psym.exp
11078 * gdb.dwarf2/dw2-anon-mptr.exp
11079 * gdb.dwarf2/dw2-anonymous-func.exp
11080 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
11081 * gdb.dwarf2/dw2-bad-unresolved.exp
11082 * gdb.dwarf2/dw2-basic.exp
11083 * gdb.dwarf2/dw2-canonicalize-type.exp
11084 * gdb.dwarf2/dw2-case-insensitive.exp
11085 * gdb.dwarf2/dw2-common-block.exp
11086 * gdb.dwarf2/dw2-compdir-oldgcc.exp
11087 * gdb.dwarf2/dw2-compressed.exp
11088 * gdb.dwarf2/dw2-const.exp
11089 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
11090 * gdb.dwarf2/dw2-cu-size.exp
11091 * gdb.dwarf2/dw2-dup-frame.exp
11092 * gdb.dwarf2/dw2-entry-value.exp
11093 * gdb.dwarf2/dw2-icycle.exp
11094 * gdb.dwarf2/dw2-ifort-parameter.exp
11095 * gdb.dwarf2/dw2-inline-break.exp
11096 * gdb.dwarf2/dw2-inline-param.exp
11097 * gdb.dwarf2/dw2-intercu.exp
11098 * gdb.dwarf2/dw2-intermix.exp
11099 * gdb.dwarf2/dw2-lexical-block-bare.exp
11100 * gdb.dwarf2/dw2-linkage-name-trust.exp
11101 * gdb.dwarf2/dw2-minsym-in-cu.exp
11102 * gdb.dwarf2/dw2-noloc.exp
11103 * gdb.dwarf2/dw2-op-call.exp
11104 * gdb.dwarf2/dw2-op-out-param.exp
11105 * gdb.dwarf2/dw2-opt-structptr.exp
11106 * gdb.dwarf2/dw2-param-error.exp
11107 * gdb.dwarf2/dw2-producer.exp
11108 * gdb.dwarf2/dw2-ranges-base.exp
11109 * gdb.dwarf2/dw2-ref-missing-frame.exp
11110 * gdb.dwarf2/dw2-reg-undefined.exp
11111 * gdb.dwarf2/dw2-regno-invalid.exp
11112 * gdb.dwarf2/dw2-restore.exp
11113 * gdb.dwarf2/dw2-restrict.exp
11114 * gdb.dwarf2/dw2-single-line-discriminators.exp
11115 * gdb.dwarf2/dw2-strp.exp
11116 * gdb.dwarf2/dw2-undefined-ret-addr.exp
11117 * gdb.dwarf2/dw2-unresolved.exp
11118 * gdb.dwarf2/dw2-var-zero-addr.exp
11119 * gdb.dwarf2/dw4-sig-types.exp
11120 * gdb.dwarf2/dwz.exp
11121 * gdb.dwarf2/dynarr-ptr.exp
11122 * gdb.dwarf2/enum-type.exp
11123 * gdb.dwarf2/gdb-index.exp
11124 * gdb.dwarf2/implptr-64bit.exp
11125 * gdb.dwarf2/implptr-optimized-out.exp
11126 * gdb.dwarf2/implptr.exp
11127 * gdb.dwarf2/implref-array.exp
11128 * gdb.dwarf2/implref-const.exp
11129 * gdb.dwarf2/implref-global.exp
11130 * gdb.dwarf2/implref-struct.exp
11131 * gdb.dwarf2/mac-fileno.exp
11132 * gdb.dwarf2/main-subprogram.exp
11133 * gdb.dwarf2/member-ptr-forwardref.exp
11134 * gdb.dwarf2/method-ptr.exp
11135 * gdb.dwarf2/missing-sig-type.exp
11136 * gdb.dwarf2/nonvar-access.exp
11137 * gdb.dwarf2/opaque-type-lookup.exp
11138 * gdb.dwarf2/pieces-optimized-out.exp
11139 * gdb.dwarf2/pieces.exp
11140 * gdb.dwarf2/pr10770.exp
11141 * gdb.dwarf2/pr13961.exp
11142 * gdb.dwarf2/staticvirtual.exp
11143 * gdb.dwarf2/subrange.exp
11144 * gdb.dwarf2/symtab-producer.exp
11145 * gdb.dwarf2/trace-crash.exp
11146 * gdb.dwarf2/typeddwarf.exp
11147 * gdb.dwarf2/valop.exp
11148 * gdb.dwarf2/watch-notconst.exp
11149 * gdb.fortran/array-element.exp
11150 * gdb.fortran/charset.exp
11151 * gdb.fortran/common-block.exp
11152 * gdb.fortran/complex.exp
11153 * gdb.fortran/derived-type-function.exp
11154 * gdb.fortran/derived-type.exp
11155 * gdb.fortran/logical.exp
11156 * gdb.fortran/module.exp
11157 * gdb.fortran/multi-dim.exp
11158 * gdb.fortran/nested-funcs.exp
11159 * gdb.fortran/print-formatted.exp
11160 * gdb.fortran/subarray.exp
11161 * gdb.fortran/vla-alloc-assoc.exp
11162 * gdb.fortran/vla-datatypes.exp
11163 * gdb.fortran/vla-history.exp
11164 * gdb.fortran/vla-ptr-info.exp
11165 * gdb.fortran/vla-ptype-sub.exp
11166 * gdb.fortran/vla-ptype.exp
11167 * gdb.fortran/vla-sizeof.exp
11168 * gdb.fortran/vla-type.exp
11169 * gdb.fortran/vla-value-sub-arbitrary.exp
11170 * gdb.fortran/vla-value-sub-finish.exp
11171 * gdb.fortran/vla-value-sub.exp
11172 * gdb.fortran/vla-value.exp
11173 * gdb.fortran/whatis_type.exp
11174 * gdb.go/chan.exp
11175 * gdb.go/handcall.exp
11176 * gdb.go/hello.exp
11177 * gdb.go/integers.exp
11178 * gdb.go/methods.exp
11179 * gdb.go/package.exp
11180 * gdb.go/strings.exp
11181 * gdb.go/types.exp
11182 * gdb.go/unsafe.exp
11183 * gdb.guile/scm-arch.exp
11184 * gdb.guile/scm-block.exp
11185 * gdb.guile/scm-breakpoint.exp
11186 * gdb.guile/scm-cmd.exp
11187 * gdb.guile/scm-disasm.exp
11188 * gdb.guile/scm-equal.exp
11189 * gdb.guile/scm-frame-args.exp
11190 * gdb.guile/scm-frame-inline.exp
11191 * gdb.guile/scm-frame.exp
11192 * gdb.guile/scm-iterator.exp
11193 * gdb.guile/scm-math.exp
11194 * gdb.guile/scm-objfile.exp
11195 * gdb.guile/scm-ports.exp
11196 * gdb.guile/scm-symbol.exp
11197 * gdb.guile/scm-symtab.exp
11198 * gdb.guile/scm-value-cc.exp
11199 * gdb.guile/types-module.exp
11200 * gdb.linespec/break-ask.exp
11201 * gdb.linespec/cpexplicit.exp
11202 * gdb.linespec/explicit.exp
11203 * gdb.linespec/keywords.exp
11204 * gdb.linespec/linespec.exp
11205 * gdb.linespec/ls-dollar.exp
11206 * gdb.linespec/ls-errs.exp
11207 * gdb.linespec/skip-two.exp
11208 * gdb.linespec/thread.exp
11209 * gdb.mi/mi-async.exp
11210 * gdb.mi/mi-basics.exp
11211 * gdb.mi/mi-break.exp
11212 * gdb.mi/mi-catch-load.exp
11213 * gdb.mi/mi-cli.exp
11214 * gdb.mi/mi-cmd-param-changed.exp
11215 * gdb.mi/mi-console.exp
11216 * gdb.mi/mi-detach.exp
11217 * gdb.mi/mi-disassemble.exp
11218 * gdb.mi/mi-eval.exp
11219 * gdb.mi/mi-file-transfer.exp
11220 * gdb.mi/mi-file.exp
11221 * gdb.mi/mi-fill-memory.exp
11222 * gdb.mi/mi-inheritance-syntax-error.exp
11223 * gdb.mi/mi-linespec-err-cp.exp
11224 * gdb.mi/mi-logging.exp
11225 * gdb.mi/mi-memory-changed.exp
11226 * gdb.mi/mi-read-memory.exp
11227 * gdb.mi/mi-record-changed.exp
11228 * gdb.mi/mi-reg-undefined.exp
11229 * gdb.mi/mi-regs.exp
11230 * gdb.mi/mi-return.exp
11231 * gdb.mi/mi-reverse.exp
11232 * gdb.mi/mi-simplerun.exp
11233 * gdb.mi/mi-solib.exp
11234 * gdb.mi/mi-stack.exp
11235 * gdb.mi/mi-stepi.exp
11236 * gdb.mi/mi-syn-frame.exp
11237 * gdb.mi/mi-until.exp
11238 * gdb.mi/mi-var-block.exp
11239 * gdb.mi/mi-var-child.exp
11240 * gdb.mi/mi-var-cmd.exp
11241 * gdb.mi/mi-var-cp.exp
11242 * gdb.mi/mi-var-display.exp
11243 * gdb.mi/mi-var-invalidate.exp
11244 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
11245 * gdb.mi/mi-vla-fortran.exp
11246 * gdb.mi/mi-watch.exp
11247 * gdb.mi/mi2-var-child.exp
11248 * gdb.mi/user-selected-context-sync.exp
11249 * gdb.modula2/unbounded-array.exp
11250 * gdb.multi/dummy-frame-restore.exp
11251 * gdb.multi/multi-arch-exec.exp
11252 * gdb.multi/multi-arch.exp
11253 * gdb.multi/tids.exp
11254 * gdb.multi/watchpoint-multi.exp
11255 * gdb.opencl/callfuncs.exp
11256 * gdb.opencl/convs_casts.exp
11257 * gdb.opencl/datatypes.exp
11258 * gdb.opencl/operators.exp
11259 * gdb.opencl/vec_comps.exp
11260 * gdb.opt/clobbered-registers-O2.exp
11261 * gdb.opt/inline-break.exp
11262 * gdb.opt/inline-bt.exp
11263 * gdb.opt/inline-cmds.exp
11264 * gdb.opt/inline-locals.exp
11265 * gdb.pascal/case-insensitive-symbols.exp
11266 * gdb.pascal/floats.exp
11267 * gdb.pascal/gdb11492.exp
11268 * gdb.python/lib-types.exp
11269 * gdb.python/py-arch.exp
11270 * gdb.python/py-as-string.exp
11271 * gdb.python/py-bad-printers.exp
11272 * gdb.python/py-block.exp
11273 * gdb.python/py-breakpoint-create-fail.exp
11274 * gdb.python/py-breakpoint.exp
11275 * gdb.python/py-caller-is.exp
11276 * gdb.python/py-cmd.exp
11277 * gdb.python/py-explore-cc.exp
11278 * gdb.python/py-explore.exp
11279 * gdb.python/py-finish-breakpoint.exp
11280 * gdb.python/py-finish-breakpoint2.exp
11281 * gdb.python/py-frame-args.exp
11282 * gdb.python/py-frame-inline.exp
11283 * gdb.python/py-frame.exp
11284 * gdb.python/py-framefilter-mi.exp
11285 * gdb.python/py-infthread.exp
11286 * gdb.python/py-lazy-string.exp
11287 * gdb.python/py-linetable.exp
11288 * gdb.python/py-mi-events.exp
11289 * gdb.python/py-mi-objfile.exp
11290 * gdb.python/py-mi.exp
11291 * gdb.python/py-objfile.exp
11292 * gdb.python/py-pp-integral.exp
11293 * gdb.python/py-pp-maint.exp
11294 * gdb.python/py-pp-re-notag.exp
11295 * gdb.python/py-pp-registration.exp
11296 * gdb.python/py-recurse-unwind.exp
11297 * gdb.python/py-strfns.exp
11298 * gdb.python/py-symbol.exp
11299 * gdb.python/py-symtab.exp
11300 * gdb.python/py-sync-interp.exp
11301 * gdb.python/py-typeprint.exp
11302 * gdb.python/py-unwind-maint.exp
11303 * gdb.python/py-unwind.exp
11304 * gdb.python/py-value-cc.exp
11305 * gdb.python/py-xmethods.exp
11306 * gdb.reverse/amd64-tailcall-reverse.exp
11307 * gdb.reverse/break-precsave.exp
11308 * gdb.reverse/break-reverse.exp
11309 * gdb.reverse/consecutive-precsave.exp
11310 * gdb.reverse/consecutive-reverse.exp
11311 * gdb.reverse/finish-precsave.exp
11312 * gdb.reverse/finish-reverse-bkpt.exp
11313 * gdb.reverse/finish-reverse.exp
11314 * gdb.reverse/fstatat-reverse.exp
11315 * gdb.reverse/getresuid-reverse.exp
11316 * gdb.reverse/i386-precsave.exp
11317 * gdb.reverse/i386-reverse.exp
11318 * gdb.reverse/i386-sse-reverse.exp
11319 * gdb.reverse/i387-env-reverse.exp
11320 * gdb.reverse/i387-stack-reverse.exp
11321 * gdb.reverse/insn-reverse.exp
11322 * gdb.reverse/machinestate-precsave.exp
11323 * gdb.reverse/machinestate.exp
11324 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11325 * gdb.reverse/pipe-reverse.exp
11326 * gdb.reverse/readv-reverse.exp
11327 * gdb.reverse/recvmsg-reverse.exp
11328 * gdb.reverse/rerun-prec.exp
11329 * gdb.reverse/s390-mvcle.exp
11330 * gdb.reverse/step-precsave.exp
11331 * gdb.reverse/step-reverse.exp
11332 * gdb.reverse/time-reverse.exp
11333 * gdb.reverse/until-precsave.exp
11334 * gdb.reverse/until-reverse.exp
11335 * gdb.reverse/waitpid-reverse.exp
11336 * gdb.reverse/watch-precsave.exp
11337 * gdb.reverse/watch-reverse.exp
11338 * gdb.rust/generics.exp
11339 * gdb.rust/methods.exp
11340 * gdb.rust/modules.exp
11341 * gdb.rust/simple.exp
11342 * gdb.server/connect-with-no-symbol-file.exp
11343 * gdb.server/ext-attach.exp
11344 * gdb.server/ext-restart.exp
11345 * gdb.server/ext-wrapper.exp
11346 * gdb.server/file-transfer.exp
11347 * gdb.server/server-exec-info.exp
11348 * gdb.server/server-kill.exp
11349 * gdb.server/server-mon.exp
11350 * gdb.server/wrapper.exp
11351 * gdb.stabs/exclfwd.exp
11352 * gdb.stabs/gdb11479.exp
11353 * gdb.threads/clone-new-thread-event.exp
11354 * gdb.threads/corethreads.exp
11355 * gdb.threads/current-lwp-dead.exp
11356 * gdb.threads/dlopen-libpthread.exp
11357 * gdb.threads/gcore-thread.exp
11358 * gdb.threads/sigstep-threads.exp
11359 * gdb.threads/watchpoint-fork.exp
11360 * gdb.trace/actions-changed.exp
11361 * gdb.trace/backtrace.exp
11362 * gdb.trace/change-loc.exp
11363 * gdb.trace/circ.exp
11364 * gdb.trace/collection.exp
11365 * gdb.trace/disconnected-tracing.exp
11366 * gdb.trace/ftrace.exp
11367 * gdb.trace/mi-trace-frame-collected.exp
11368 * gdb.trace/mi-trace-unavailable.exp
11369 * gdb.trace/mi-traceframe-changed.exp
11370 * gdb.trace/mi-tsv-changed.exp
11371 * gdb.trace/no-attach-trace.exp
11372 * gdb.trace/passc-dyn.exp
11373 * gdb.trace/qtro.exp
11374 * gdb.trace/range-stepping.exp
11375 * gdb.trace/read-memory.exp
11376 * gdb.trace/save-trace.exp
11377 * gdb.trace/signal.exp
11378 * gdb.trace/status-stop.exp
11379 * gdb.trace/tfile.exp
11380 * gdb.trace/trace-break.exp
11381 * gdb.trace/trace-buffer-size.exp
11382 * gdb.trace/trace-condition.exp
11383 * gdb.trace/tracefile-pseudo-reg.exp
11384 * gdb.trace/tstatus.exp
11385 * gdb.trace/unavailable.exp
11386 * gdb.trace/while-dyn.exp
11387 * gdb.trace/while-stepping.exp
11388
11389 2016-12-22 Doug Evans <xdje42@gmail.com>
11390
11391 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
11392 and msymbols.
11393
11394 2016-12-19 Yao Qi <yao.qi@linaro.org>
11395
11396 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
11397 (test_with_self): Don't call do_steps_and_nexts, and remove
11398 code about stepping into xmalloc.
11399
11400 2016-12-09 Yao Qi <yao.qi@linaro.org>
11401
11402 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
11403
11404 2016-12-09 Yao Qi <yao.qi@linaro.org>
11405
11406 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
11407
11408 2016-12-09 Pedro Alves <palves@redhat.com>
11409
11410 * gdb.base/all-architectures-0.exp: New file.
11411 * gdb.base/all-architectures-1.exp: New file.
11412 * gdb.base/all-architectures-2.exp: New file.
11413 * gdb.base/all-architectures-3.exp: New file.
11414 * gdb.base/all-architectures-4.exp: New file.
11415 * gdb.base/all-architectures-5.exp: New file.
11416 * gdb.base/all-architectures-6.exp: New file.
11417 * gdb.base/all-architectures-7.exp: New file.
11418 * gdb.base/all-architectures.exp.in: New file.
11419
11420 2016-12-09 Yao Qi <yao.qi@linaro.org>
11421
11422 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
11423
11424 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
11425
11426 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
11427 possible.
11428 Remove useless pattern-matching code.
11429
11430 2016-12-02 Pedro Alves <palves@redhat.com>
11431
11432 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
11433 procedure.
11434 (top level): Call it.
11435
11436 2016-12-02 Pedro Alves <palves@redhat.com>
11437
11438 * gdb.base/commands.exp (user_defined_command_args_stack_test):
11439 New procedure.
11440 (top level): Call it.
11441
11442 2016-12-02 Pedro Alves <palves@redhat.com>
11443
11444 PR cli/20559
11445 * gdb.base/commands.exp (user_defined_command_args_eval): New
11446 procedure.
11447 (top level): Call it.
11448
11449 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
11450
11451 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
11452 timeout handling.
11453
11454 2016-12-02 Tom Tromey <tom@tromey.com>
11455
11456 * gdb.dwarf2/main-subprogram.c: New file.
11457 * gdb.dwarf2/main-subprogram.exp: New file.
11458
11459 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11460
11461 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
11462 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
11463 gdb_test_no_output for a couple of cases.
11464 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
11465
11466 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11467
11468 Fix test names and standardize compilation error messages throughout
11469 the following files:
11470
11471 * gdb.ada/start.exp
11472 * gdb.arch/alpha-step.exp
11473 * gdb.arch/e500-prologue.exp
11474 * gdb.arch/ftrace-insn-reloc.exp
11475 * gdb.arch/gdb1291.exp
11476 * gdb.arch/gdb1431.exp
11477 * gdb.arch/gdb1558.exp
11478 * gdb.arch/i386-dr3-watch.exp
11479 * gdb.arch/i386-sse-stack-align.exp
11480 * gdb.arch/ia64-breakpoint-shadow.exp
11481 * gdb.arch/pa-nullify.exp
11482 * gdb.arch/powerpc-aix-prologue.exp
11483 * gdb.arch/thumb-bx-pc.exp
11484 * gdb.base/annota1.exp
11485 * gdb.base/annota3.exp
11486 * gdb.base/arrayidx.exp
11487 * gdb.base/assign.exp
11488 * gdb.base/attach.exp
11489 * gdb.base/auxv.exp
11490 * gdb.base/bang.exp
11491 * gdb.base/bfp-test.exp
11492 * gdb.base/bigcore.exp
11493 * gdb.base/bitfields2.exp
11494 * gdb.base/break-fun-addr.exp
11495 * gdb.base/break-probes.exp
11496 * gdb.base/call-rt-st.exp
11497 * gdb.base/callexit.exp
11498 * gdb.base/catch-fork-kill.exp
11499 * gdb.base/charset.exp
11500 * gdb.base/checkpoint.exp
11501 * gdb.base/comprdebug.exp
11502 * gdb.base/constvars.exp
11503 * gdb.base/coredump-filter.exp
11504 * gdb.base/cursal.exp
11505 * gdb.base/cvexpr.exp
11506 * gdb.base/detach.exp
11507 * gdb.base/display.exp
11508 * gdb.base/dmsym.exp
11509 * gdb.base/dprintf-pending.exp
11510 * gdb.base/dso2dso.exp
11511 * gdb.base/dtrace-probe.exp
11512 * gdb.base/dump.exp
11513 * gdb.base/enum_cond.exp
11514 * gdb.base/exe-lock.exp
11515 * gdb.base/exec-invalid-sysroot.exp
11516 * gdb.base/execl-update-breakpoints.exp
11517 * gdb.base/exprs.exp
11518 * gdb.base/fileio.exp
11519 * gdb.base/find.exp
11520 * gdb.base/finish.exp
11521 * gdb.base/fixsection.exp
11522 * gdb.base/foll-vfork.exp
11523 * gdb.base/frame-args.exp
11524 * gdb.base/gcore.exp
11525 * gdb.base/gdb1250.exp
11526 * gdb.base/global-var-nested-by-dso.exp
11527 * gdb.base/gnu-ifunc.exp
11528 * gdb.base/hashline1.exp
11529 * gdb.base/hashline2.exp
11530 * gdb.base/hashline3.exp
11531 * gdb.base/hbreak-in-shr-unsupported.exp
11532 * gdb.base/huge.exp
11533 * gdb.base/infcall-input.exp
11534 * gdb.base/info-fun.exp
11535 * gdb.base/info-shared.exp
11536 * gdb.base/jit-simple.exp
11537 * gdb.base/jit-so.exp
11538 * gdb.base/jit.exp
11539 * gdb.base/jump.exp
11540 * gdb.base/label.exp
11541 * gdb.base/lineinc.exp
11542 * gdb.base/logical.exp
11543 * gdb.base/longjmp.exp
11544 * gdb.base/macscp.exp
11545 * gdb.base/miscexprs.exp
11546 * gdb.base/new-ui-echo.exp
11547 * gdb.base/new-ui-pending-input.exp
11548 * gdb.base/new-ui.exp
11549 * gdb.base/nodebug.exp
11550 * gdb.base/nofield.exp
11551 * gdb.base/offsets.exp
11552 * gdb.base/overlays.exp
11553 * gdb.base/pending.exp
11554 * gdb.base/pointers.exp
11555 * gdb.base/pr11022.exp
11556 * gdb.base/printcmds.exp
11557 * gdb.base/prologue.exp
11558 * gdb.base/ptr-typedef.exp
11559 * gdb.base/realname-expand.exp
11560 * gdb.base/relativedebug.exp
11561 * gdb.base/relocate.exp
11562 * gdb.base/remote.exp
11563 * gdb.base/reread.exp
11564 * gdb.base/return2.exp
11565 * gdb.base/savedregs.exp
11566 * gdb.base/sep.exp
11567 * gdb.base/sepdebug.exp
11568 * gdb.base/sepsymtab.exp
11569 * gdb.base/set-inferior-tty.exp
11570 * gdb.base/setshow.exp
11571 * gdb.base/shlib-call.exp
11572 * gdb.base/sigaltstack.exp
11573 * gdb.base/siginfo-addr.exp
11574 * gdb.base/signals.exp
11575 * gdb.base/signull.exp
11576 * gdb.base/sigrepeat.exp
11577 * gdb.base/so-impl-ld.exp
11578 * gdb.base/solib-display.exp
11579 * gdb.base/solib-overlap.exp
11580 * gdb.base/solib-search.exp
11581 * gdb.base/solib-symbol.exp
11582 * gdb.base/structs.exp
11583 * gdb.base/structs2.exp
11584 * gdb.base/symtab-search-order.exp
11585 * gdb.base/twice.exp
11586 * gdb.base/unload.exp
11587 * gdb.base/varargs.exp
11588 * gdb.base/watchpoint-solib.exp
11589 * gdb.base/watchpoint.exp
11590 * gdb.base/whatis.exp
11591 * gdb.base/wrong_frame_bt_full.exp
11592 * gdb.btrace/dlopen.exp
11593 * gdb.cell/ea-standalone.exp
11594 * gdb.cell/ea-test.exp
11595 * gdb.cp/dispcxx.exp
11596 * gdb.cp/gdb2384.exp
11597 * gdb.cp/method2.exp
11598 * gdb.cp/nextoverthrow.exp
11599 * gdb.cp/pr10728.exp
11600 * gdb.disasm/am33.exp
11601 * gdb.disasm/h8300s.exp
11602 * gdb.disasm/mn10300.exp
11603 * gdb.disasm/sh3.exp
11604 * gdb.dwarf2/dw2-dir-file-name.exp
11605 * gdb.fortran/complex.exp
11606 * gdb.fortran/library-module.exp
11607 * gdb.guile/scm-pretty-print.exp
11608 * gdb.guile/scm-symbol.exp
11609 * gdb.guile/scm-type.exp
11610 * gdb.guile/scm-value.exp
11611 * gdb.linespec/linespec.exp
11612 * gdb.mi/gdb701.exp
11613 * gdb.mi/gdb792.exp
11614 * gdb.mi/mi-breakpoint-changed.exp
11615 * gdb.mi/mi-dprintf-pending.exp
11616 * gdb.mi/mi-dprintf.exp
11617 * gdb.mi/mi-exit-code.exp
11618 * gdb.mi/mi-pending.exp
11619 * gdb.mi/mi-solib.exp
11620 * gdb.mi/new-ui-mi-sync.exp
11621 * gdb.mi/pr11022.exp
11622 * gdb.mi/user-selected-context-sync.exp
11623 * gdb.opt/solib-intra-step.exp
11624 * gdb.python/py-events.exp
11625 * gdb.python/py-finish-breakpoint.exp
11626 * gdb.python/py-mi.exp
11627 * gdb.python/py-prettyprint.exp
11628 * gdb.python/py-shared.exp
11629 * gdb.python/py-symbol.exp
11630 * gdb.python/py-template.exp
11631 * gdb.python/py-type.exp
11632 * gdb.python/py-value.exp
11633 * gdb.reverse/solib-precsave.exp
11634 * gdb.reverse/solib-reverse.exp
11635 * gdb.server/solib-list.exp
11636 * gdb.stabs/weird.exp
11637 * gdb.threads/reconnect-signal.exp
11638 * gdb.threads/stepi-random-signal.exp
11639 * gdb.trace/actions.exp
11640 * gdb.trace/ax.exp
11641 * gdb.trace/backtrace.exp
11642 * gdb.trace/change-loc.exp
11643 * gdb.trace/deltrace.exp
11644 * gdb.trace/ftrace-lock.exp
11645 * gdb.trace/ftrace.exp
11646 * gdb.trace/infotrace.exp
11647 * gdb.trace/mi-tracepoint-changed.exp
11648 * gdb.trace/packetlen.exp
11649 * gdb.trace/passcount.exp
11650 * gdb.trace/pending.exp
11651 * gdb.trace/range-stepping.exp
11652 * gdb.trace/report.exp
11653 * gdb.trace/stap-trace.exp
11654 * gdb.trace/tfind.exp
11655 * gdb.trace/trace-break.exp
11656 * gdb.trace/trace-condition.exp
11657 * gdb.trace/trace-enable-disable.exp
11658 * gdb.trace/trace-mt.exp
11659 * gdb.trace/tracecmd.exp
11660 * gdb.trace/tspeed.exp
11661 * gdb.trace/tsv.exp
11662 * lib/perftest.exp
11663
11664 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11665
11666 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
11667 with gdb_test_no_output.
11668 Use command as test name.
11669
11670 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11671
11672 Fix test names starting with uppercase throughout the files.
11673
11674 * gdb.ada/assign_1.exp
11675 * gdb.ada/boolean_expr.exp
11676 * gdb.base/arrayidx.exp
11677 * gdb.base/del.exp
11678 * gdb.base/gcore-buffer-overflow.exp
11679 * gdb.base/testenv.exp
11680 * gdb.compile/compile.exp
11681 * gdb.python/py-framefilter-invalidarg.exp
11682 * gdb.python/py-framefilter.exp
11683
11684 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11685
11686 Fix test names starting with uppercase throughout the files.
11687
11688 * gdb.ada/array_return.exp
11689 * gdb.ada/expr_delims.exp
11690 * gdb.ada/mi_dyn_arr.exp
11691 * gdb.ada/mi_interface.exp
11692 * gdb.ada/mi_var_array.exp
11693 * gdb.ada/watch_arg.exp
11694 * gdb.arch/alpha-step.exp
11695 * gdb.arch/altivec-regs.exp
11696 * gdb.arch/e500-regs.exp
11697 * gdb.arch/powerpc-d128-regs.exp
11698 * gdb.base/arrayidx.exp
11699 * gdb.base/break.exp
11700 * gdb.base/checkpoint.exp
11701 * gdb.base/debug-expr.exp
11702 * gdb.base/dmsym.exp
11703 * gdb.base/radix.exp
11704 * gdb.base/sepdebug.exp
11705 * gdb.base/testenv.exp
11706 * gdb.base/watch_thread_num.exp
11707 * gdb.base/watchpoint-cond-gone.exp
11708 * gdb.cell/break.exp
11709 * gdb.cell/ea-cache.exp
11710 * gdb.compile/compile.exp
11711 * gdb.cp/gdb2495.exp
11712 * gdb.gdb/selftest.exp
11713 * gdb.gdb/xfullpath.exp
11714 * gdb.go/hello.exp
11715 * gdb.go/integers.exp
11716 * gdb.objc/basicclass.exp
11717 * gdb.pascal/hello.exp
11718 * gdb.pascal/integers.exp
11719 * gdb.python/py-breakpoint.exp
11720 * gdb.python/py-cmd.exp
11721 * gdb.python/py-linetable.exp
11722 * gdb.python/py-xmethods.exp
11723 * gdb.python/python.exp
11724 * gdb.reverse/consecutive-precsave.exp
11725 * gdb.reverse/finish-precsave.exp
11726 * gdb.reverse/i386-precsave.exp
11727 * gdb.reverse/machinestate-precsave.exp
11728 * gdb.reverse/sigall-precsave.exp
11729 * gdb.reverse/solib-precsave.exp
11730 * gdb.reverse/step-precsave.exp
11731 * gdb.reverse/until-precsave.exp
11732 * gdb.reverse/watch-precsave.exp
11733 * gdb.threads/leader-exit.exp
11734 * gdb.threads/pthreads.exp
11735 * gdb.threads/wp-replication.exp
11736 * gdb.trace/actions.exp
11737 * gdb.trace/mi-tsv-changed.exp
11738 * gdb.trace/tsv.exp
11739
11740 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11741
11742 Fix test names starting with uppercase throughout the files.
11743
11744 * gdb.arch/i386-bp_permanent.exp
11745 * gdb.arch/i386-gnu-cfi.exp
11746 * gdb.base/disasm-end-cu.exp
11747 * gdb.base/macscp.exp
11748 * gdb.base/pending.exp
11749 * gdb.base/watch_thread_num.exp
11750 * gdb.cp/exception.exp
11751 * gdb.cp/gdb2495.exp
11752 * gdb.cp/local.exp
11753 * gdb.python/py-evsignal.exp
11754 * gdb.python/python.exp
11755 * gdb.trace/tracecmd.exp
11756
11757 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11758
11759 Fix test names starting with uppercase throughout the files.
11760
11761 * gdb.base/charset.exp
11762 * gdb.base/eval.exp
11763 * gdb.base/multi-forks.exp
11764 * gdb.guile/scm-progspace.exp
11765 * gdb.opencl/datatypes.exp
11766 * gdb.python/py-block.exp
11767 * gdb.python/py-function.exp
11768 * gdb.python/py-symbol.exp
11769 * gdb.python/py-symtab.exp
11770 * gdb.python/py-xmethods.exp
11771 * gdb.reverse/break-precsave.exp
11772 * gdb.reverse/break-reverse.exp
11773 * gdb.reverse/consecutive-precsave.exp
11774 * gdb.reverse/consecutive-reverse.exp
11775 * gdb.reverse/finish-precsave.exp
11776 * gdb.reverse/finish-reverse-bkpt.exp
11777 * gdb.reverse/finish-reverse.exp
11778 * gdb.reverse/fstatat-reverse.exp
11779 * gdb.reverse/getresuid-reverse.exp
11780 * gdb.reverse/i386-precsave.exp
11781 * gdb.reverse/i386-reverse.exp
11782 * gdb.reverse/i386-sse-reverse.exp
11783 * gdb.reverse/i387-stack-reverse.exp
11784 * gdb.reverse/insn-reverse.exp
11785 * gdb.reverse/machinestate-precsave.exp
11786 * gdb.reverse/machinestate.exp
11787 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11788 * gdb.reverse/pipe-reverse.exp
11789 * gdb.reverse/readv-reverse.exp
11790 * gdb.reverse/recvmsg-reverse.exp
11791 * gdb.reverse/rerun-prec.exp
11792 * gdb.reverse/s390-mvcle.exp
11793 * gdb.reverse/sigall-precsave.exp
11794 * gdb.reverse/sigall-reverse.exp
11795 * gdb.reverse/solib-precsave.exp
11796 * gdb.reverse/solib-reverse.exp
11797 * gdb.reverse/step-precsave.exp
11798 * gdb.reverse/step-reverse.exp
11799 * gdb.reverse/time-reverse.exp
11800 * gdb.reverse/until-precsave.exp
11801 * gdb.reverse/until-reverse.exp
11802 * gdb.reverse/waitpid-reverse.exp
11803 * gdb.reverse/watch-precsave.exp
11804 * gdb.reverse/watch-reverse.exp
11805
11806 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11807
11808 Fix test names starting with uppercase throughout the files.
11809
11810 * gdb.arch/i386-mpx-simple_segv.exp
11811 * gdb.arch/i386-mpx.exp
11812 * gdb.arch/i386-permbkpt.exp
11813 * gdb.arch/pa-nullify.exp
11814 * gdb.arch/powerpc-d128-regs.exp
11815 * gdb.arch/vsx-regs.exp
11816 * gdb.base/bfp-test.exp
11817 * gdb.base/break.exp
11818 * gdb.base/breakpoint-shadow.exp
11819 * gdb.base/callfuncs.exp
11820 * gdb.base/charset.exp
11821 * gdb.base/commands.exp
11822 * gdb.base/completion.exp
11823 * gdb.base/dfp-test.exp
11824 * gdb.base/echo.exp
11825 * gdb.base/ending-run.exp
11826 * gdb.base/eval.exp
11827 * gdb.base/expand-psymtabs.exp
11828 * gdb.base/float128.exp
11829 * gdb.base/floatn.exp
11830 * gdb.base/foll-exec-mode.exp
11831 * gdb.base/gdb1056.exp
11832 * gdb.base/gdb11531.exp
11833 * gdb.base/kill-after-signal.exp
11834 * gdb.base/multi-forks.exp
11835 * gdb.base/overlays.exp
11836 * gdb.base/pending.exp
11837 * gdb.base/sepdebug.exp
11838 * gdb.base/testenv.exp
11839 * gdb.base/valgrind-db-attach.exp
11840 * gdb.base/watch_thread_num.exp
11841 * gdb.base/watchpoint-cond-gone.exp
11842 * gdb.base/watchpoint.exp
11843 * gdb.base/watchpoints.exp
11844 * gdb.cp/arg-reference.exp
11845 * gdb.cp/baseenum.exp
11846 * gdb.cp/operator.exp
11847 * gdb.cp/shadow.exp
11848 * gdb.dwarf2/dw2-op-out-param.exp
11849 * gdb.dwarf2/dw2-reg-undefined.exp
11850 * gdb.go/chan.exp
11851 * gdb.go/hello.exp
11852 * gdb.go/integers.exp
11853 * gdb.go/methods.exp
11854 * gdb.go/package.exp
11855 * gdb.guile/scm-parameter.exp
11856 * gdb.guile/scm-progspace.exp
11857 * gdb.guile/scm-value.exp
11858 * gdb.mi/mi-pending.exp
11859 * gdb.mi/user-selected-context-sync.exp
11860 * gdb.multi/multi-attach.exp
11861 * gdb.multi/tids.exp
11862 * gdb.opt/clobbered-registers-O2.exp
11863 * gdb.pascal/floats.exp
11864 * gdb.pascal/integers.exp
11865 * gdb.python/py-block.exp
11866 * gdb.python/py-events.exp
11867 * gdb.python/py-parameter.exp
11868 * gdb.python/py-symbol.exp
11869 * gdb.python/py-symtab.exp
11870 * gdb.python/py-type.exp
11871 * gdb.python/py-value.exp
11872 * gdb.python/py-xmethods.exp
11873 * gdb.python/python.exp
11874 * gdb.reverse/break-precsave.exp
11875 * gdb.reverse/consecutive-precsave.exp
11876 * gdb.reverse/finish-precsave.exp
11877 * gdb.reverse/i386-precsave.exp
11878 * gdb.reverse/machinestate-precsave.exp
11879 * gdb.reverse/sigall-precsave.exp
11880 * gdb.reverse/solib-precsave.exp
11881 * gdb.reverse/step-precsave.exp
11882 * gdb.reverse/until-precsave.exp
11883 * gdb.reverse/watch-precsave.exp
11884 * gdb.server/ext-attach.exp
11885 * gdb.server/ext-restart.exp
11886 * gdb.server/ext-run.exp
11887 * gdb.server/ext-wrapper.exp
11888 * gdb.stabs/gdb11479.exp
11889 * gdb.stabs/weird.exp
11890 * gdb.threads/attach-many-short-lived-threads.exp
11891 * gdb.threads/kill.exp
11892 * gdb.threads/watchpoint-fork.exp
11893
11894 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11895
11896 Fix test names starting with uppercase throughout all the files below.
11897
11898 * gdb.ada/array_return.exp
11899 * gdb.ada/catch_ex.exp
11900 * gdb.ada/info_exc.exp
11901 * gdb.ada/mi_catch_ex.exp
11902 * gdb.ada/mi_dyn_arr.exp
11903 * gdb.ada/mi_ex_cond.exp
11904 * gdb.ada/mi_exc_info.exp
11905 * gdb.ada/mi_interface.exp
11906 * gdb.ada/mi_task_arg.exp
11907 * gdb.ada/mi_task_info.exp
11908 * gdb.ada/mi_var_array.exp
11909 * gdb.arch/alpha-step.exp
11910 * gdb.arch/amd64-disp-step.exp
11911 * gdb.arch/arm-disp-step.exp
11912 * gdb.arch/disp-step-insn-reloc.exp
11913 * gdb.arch/e500-prologue.exp
11914 * gdb.arch/ftrace-insn-reloc.exp
11915 * gdb.arch/gdb1558.exp
11916 * gdb.arch/i386-bp_permanent.exp
11917 * gdb.arch/i386-disp-step.exp
11918 * gdb.arch/i386-float.exp
11919 * gdb.arch/i386-gnu-cfi.exp
11920 * gdb.arch/ia64-breakpoint-shadow.exp
11921 * gdb.arch/mips16-thunks.exp
11922 * gdb.arch/pa-nullify.exp
11923 * gdb.arch/powerpc-aix-prologue.exp
11924 * gdb.arch/powerpc-power.exp
11925 * gdb.arch/ppc-dfp.exp
11926 * gdb.arch/s390-tdbregs.exp
11927 * gdb.arch/spu-info.exp
11928 * gdb.arch/spu-ls.exp
11929 * gdb.arch/thumb-bx-pc.exp
11930 * gdb.base/advance.exp
11931 * gdb.base/annota-input-while-running.exp
11932 * gdb.base/arrayidx.exp
11933 * gdb.base/asmlabel.exp
11934 * gdb.base/async.exp
11935 * gdb.base/attach-wait-input.exp
11936 * gdb.base/auto-connect-native-target.exp
11937 * gdb.base/batch-preserve-term-settings.exp
11938 * gdb.base/bfp-test.exp
11939 * gdb.base/bigcore.exp
11940 * gdb.base/bp-permanent.exp
11941 * gdb.base/break-always.exp
11942 * gdb.base/break-fun-addr.exp
11943 * gdb.base/break-idempotent.exp
11944 * gdb.base/break-main-file-remove-fail.exp
11945 * gdb.base/break-probes.exp
11946 * gdb.base/break-unload-file.exp
11947 * gdb.base/break.exp
11948 * gdb.base/call-ar-st.exp
11949 * gdb.base/call-rt-st.exp
11950 * gdb.base/call-sc.exp
11951 * gdb.base/call-signal-resume.exp
11952 * gdb.base/call-strs.exp
11953 * gdb.base/callexit.exp
11954 * gdb.base/callfuncs.exp
11955 * gdb.base/catch-gdb-caused-signals.exp
11956 * gdb.base/catch-signal-siginfo-cond.exp
11957 * gdb.base/catch-syscall.exp
11958 * gdb.base/compare-sections.exp
11959 * gdb.base/cond-eval-mode.exp
11960 * gdb.base/condbreak-call-false.exp
11961 * gdb.base/consecutive-step-over.exp
11962 * gdb.base/cursal.exp
11963 * gdb.base/disabled-location.exp
11964 * gdb.base/disasm-end-cu.exp
11965 * gdb.base/display.exp
11966 * gdb.base/double-prompt-target-event-error.exp
11967 * gdb.base/dprintf-bp-same-addr.exp
11968 * gdb.base/dprintf-detach.exp
11969 * gdb.base/dprintf-next.exp
11970 * gdb.base/dprintf-non-stop.exp
11971 * gdb.base/dprintf-pending.exp
11972 * gdb.base/dso2dso.exp
11973 * gdb.base/ending-run.exp
11974 * gdb.base/enum_cond.exp
11975 * gdb.base/examine-backward.exp
11976 * gdb.base/exe-lock.exp
11977 * gdb.base/exec-invalid-sysroot.exp
11978 * gdb.base/execl-update-breakpoints.exp
11979 * gdb.base/execution-termios.exp
11980 * gdb.base/fileio.exp
11981 * gdb.base/fixsection.exp
11982 * gdb.base/foll-exec-mode.exp
11983 * gdb.base/foll-exec.exp
11984 * gdb.base/fork-running-state.exp
11985 * gdb.base/frame-args.exp
11986 * gdb.base/fullpath-expand.exp
11987 * gdb.base/func-ptr.exp
11988 * gdb.base/gcore-relro-pie.exp
11989 * gdb.base/gdb1090.exp
11990 * gdb.base/gdb1555.exp
11991 * gdb.base/global-var-nested-by-dso.exp
11992 * gdb.base/gnu-ifunc.exp
11993 * gdb.base/hbreak-in-shr-unsupported.exp
11994 * gdb.base/hbreak-unmapped.exp
11995 * gdb.base/hook-stop.exp
11996 * gdb.base/infcall-input.exp
11997 * gdb.base/info-fun.exp
11998 * gdb.base/info-shared.exp
11999 * gdb.base/interrupt-noterm.exp
12000 * gdb.base/jit-so.exp
12001 * gdb.base/jit.exp
12002 * gdb.base/line-symtabs.exp
12003 * gdb.base/list.exp
12004 * gdb.base/longjmp.exp
12005 * gdb.base/macscp.exp
12006 * gdb.base/max-value-size.exp
12007 * gdb.base/nodebug.exp
12008 * gdb.base/nofield.exp
12009 * gdb.base/overlays.exp
12010 * gdb.base/paginate-after-ctrl-c-running.exp
12011 * gdb.base/paginate-bg-execution.exp
12012 * gdb.base/paginate-inferior-exit.exp
12013 * gdb.base/pending.exp
12014 * gdb.base/pr11022.exp
12015 * gdb.base/printcmds.exp
12016 * gdb.base/ptr-typedef.exp
12017 * gdb.base/ptype.exp
12018 * gdb.base/randomize.exp
12019 * gdb.base/range-stepping.exp
12020 * gdb.base/realname-expand.exp
12021 * gdb.base/relativedebug.exp
12022 * gdb.base/remote.exp
12023 * gdb.base/savedregs.exp
12024 * gdb.base/sepdebug.exp
12025 * gdb.base/set-noassign.exp
12026 * gdb.base/shlib-call.exp
12027 * gdb.base/shreloc.exp
12028 * gdb.base/sigaltstack.exp
12029 * gdb.base/sigbpt.exp
12030 * gdb.base/siginfo-addr.exp
12031 * gdb.base/siginfo-obj.exp
12032 * gdb.base/siginfo-thread.exp
12033 * gdb.base/signest.exp
12034 * gdb.base/signull.exp
12035 * gdb.base/sigrepeat.exp
12036 * gdb.base/skip.exp
12037 * gdb.base/so-impl-ld.exp
12038 * gdb.base/solib-corrupted.exp
12039 * gdb.base/solib-disc.exp
12040 * gdb.base/solib-display.exp
12041 * gdb.base/solib-overlap.exp
12042 * gdb.base/solib-search.exp
12043 * gdb.base/solib-symbol.exp
12044 * gdb.base/source-execution.exp
12045 * gdb.base/sss-bp-on-user-bp-2.exp
12046 * gdb.base/sss-bp-on-user-bp.exp
12047 * gdb.base/stack-checking.exp
12048 * gdb.base/stale-infcall.exp
12049 * gdb.base/step-break.exp
12050 * gdb.base/step-line.exp
12051 * gdb.base/step-over-exit.exp
12052 * gdb.base/step-test.exp
12053 * gdb.base/structs.exp
12054 * gdb.base/sym-file.exp
12055 * gdb.base/symtab-search-order.exp
12056 * gdb.base/term.exp
12057 * gdb.base/type-opaque.exp
12058 * gdb.base/unload.exp
12059 * gdb.base/until-nodebug.exp
12060 * gdb.base/until.exp
12061 * gdb.base/unwindonsignal.exp
12062 * gdb.base/watch-cond.exp
12063 * gdb.base/watch-non-mem.exp
12064 * gdb.base/watch_thread_num.exp
12065 * gdb.base/watchpoint-reuse-slot.exp
12066 * gdb.base/watchpoint-solib.exp
12067 * gdb.base/watchpoint.exp
12068 * gdb.btrace/dlopen.exp
12069 * gdb.cell/arch.exp
12070 * gdb.cell/break.exp
12071 * gdb.cell/bt.exp
12072 * gdb.cell/core.exp
12073 * gdb.cell/data.exp
12074 * gdb.cell/dwarfaddr.exp
12075 * gdb.cell/ea-cache.exp
12076 * gdb.cell/ea-standalone.exp
12077 * gdb.cell/ea-test.exp
12078 * gdb.cell/f-regs.exp
12079 * gdb.cell/fork.exp
12080 * gdb.cell/gcore.exp
12081 * gdb.cell/mem-access.exp
12082 * gdb.cell/ptype.exp
12083 * gdb.cell/registers.exp
12084 * gdb.cell/sizeof.exp
12085 * gdb.cell/solib-symbol.exp
12086 * gdb.cell/solib.exp
12087 * gdb.compile/compile-tls.exp
12088 * gdb.cp/exception.exp
12089 * gdb.cp/gdb2495.exp
12090 * gdb.cp/local.exp
12091 * gdb.cp/mb-inline.exp
12092 * gdb.cp/mb-templates.exp
12093 * gdb.cp/pr10687.exp
12094 * gdb.cp/pr9167.exp
12095 * gdb.cp/scope-err.exp
12096 * gdb.cp/templates.exp
12097 * gdb.cp/virtfunc.exp
12098 * gdb.dwarf2/dw2-dir-file-name.exp
12099 * gdb.dwarf2/dw2-single-line-discriminators.exp
12100 * gdb.fortran/complex.exp
12101 * gdb.fortran/library-module.exp
12102 * gdb.guile/guile.exp
12103 * gdb.guile/scm-cmd.exp
12104 * gdb.guile/scm-frame-inline.exp
12105 * gdb.guile/scm-objfile.exp
12106 * gdb.guile/scm-pretty-print.exp
12107 * gdb.guile/scm-symbol.exp
12108 * gdb.guile/scm-type.exp
12109 * gdb.guile/scm-value.exp
12110 * gdb.linespec/keywords.exp
12111 * gdb.linespec/ls-errs.exp
12112 * gdb.linespec/macro-relative.exp
12113 * gdb.linespec/thread.exp
12114 * gdb.mi/mi-breakpoint-changed.exp
12115 * gdb.mi/mi-dprintf-pending.exp
12116 * gdb.mi/mi-fullname-deleted.exp
12117 * gdb.mi/mi-logging.exp
12118 * gdb.mi/mi-pending.exp
12119 * gdb.mi/mi-solib.exp
12120 * gdb.mi/new-ui-mi-sync.exp
12121 * gdb.mi/user-selected-context-sync.exp
12122 * gdb.multi/dummy-frame-restore.exp
12123 * gdb.multi/multi-arch-exec.exp
12124 * gdb.multi/remove-inferiors.exp
12125 * gdb.multi/watchpoint-multi-exit.exp
12126 * gdb.opt/solib-intra-step.exp
12127 * gdb.perf/backtrace.exp
12128 * gdb.perf/single-step.exp
12129 * gdb.perf/skip-command.exp
12130 * gdb.perf/skip-prologue.exp
12131 * gdb.perf/solib.exp
12132 * gdb.python/lib-types.exp
12133 * gdb.python/py-as-string.exp
12134 * gdb.python/py-bad-printers.exp
12135 * gdb.python/py-block.exp
12136 * gdb.python/py-breakpoint.exp
12137 * gdb.python/py-cmd.exp
12138 * gdb.python/py-events.exp
12139 * gdb.python/py-evthreads.exp
12140 * gdb.python/py-finish-breakpoint.exp
12141 * gdb.python/py-finish-breakpoint2.exp
12142 * gdb.python/py-frame-inline.exp
12143 * gdb.python/py-frame.exp
12144 * gdb.python/py-inferior.exp
12145 * gdb.python/py-infthread.exp
12146 * gdb.python/py-mi.exp
12147 * gdb.python/py-objfile.exp
12148 * gdb.python/py-pp-maint.exp
12149 * gdb.python/py-pp-registration.exp
12150 * gdb.python/py-prettyprint.exp
12151 * gdb.python/py-recurse-unwind.exp
12152 * gdb.python/py-shared.exp
12153 * gdb.python/py-symbol.exp
12154 * gdb.python/py-symtab.exp
12155 * gdb.python/py-template.exp
12156 * gdb.python/py-type.exp
12157 * gdb.python/py-unwind-maint.exp
12158 * gdb.python/py-unwind.exp
12159 * gdb.python/py-value.exp
12160 * gdb.python/python.exp
12161 * gdb.reverse/finish-reverse-bkpt.exp
12162 * gdb.reverse/insn-reverse.exp
12163 * gdb.reverse/next-reverse-bkpt-over-sr.exp
12164 * gdb.reverse/solib-precsave.exp
12165 * gdb.reverse/solib-reverse.exp
12166 * gdb.stabs/gdb11479.exp
12167 * gdb.stabs/weird.exp
12168 * gdb.threads/fork-child-threads.exp
12169 * gdb.threads/fork-plus-threads.exp
12170 * gdb.threads/fork-thread-pending.exp
12171 * gdb.threads/forking-threads-plus-breakpoint.exp
12172 * gdb.threads/hand-call-in-threads.exp
12173 * gdb.threads/interrupted-hand-call.exp
12174 * gdb.threads/linux-dp.exp
12175 * gdb.threads/local-watch-wrong-thread.exp
12176 * gdb.threads/next-while-other-thread-longjmps.exp
12177 * gdb.threads/non-ldr-exit.exp
12178 * gdb.threads/pending-step.exp
12179 * gdb.threads/print-threads.exp
12180 * gdb.threads/process-dies-while-detaching.exp
12181 * gdb.threads/process-dies-while-handling-bp.exp
12182 * gdb.threads/pthreads.exp
12183 * gdb.threads/queue-signal.exp
12184 * gdb.threads/reconnect-signal.exp
12185 * gdb.threads/signal-command-handle-nopass.exp
12186 * gdb.threads/signal-command-multiple-signals-pending.exp
12187 * gdb.threads/signal-delivered-right-thread.exp
12188 * gdb.threads/signal-sigtrap.exp
12189 * gdb.threads/sigthread.exp
12190 * gdb.threads/staticthreads.exp
12191 * gdb.threads/stepi-random-signal.exp
12192 * gdb.threads/thread-unwindonsignal.exp
12193 * gdb.threads/thread_check.exp
12194 * gdb.threads/thread_events.exp
12195 * gdb.threads/tid-reuse.exp
12196 * gdb.threads/tls-nodebug.exp
12197 * gdb.threads/tls-shared.exp
12198 * gdb.threads/tls-so_extern.exp
12199 * gdb.threads/tls.exp
12200 * gdb.threads/wp-replication.exp
12201 * gdb.trace/actions-changed.exp
12202 * gdb.trace/actions.exp
12203 * gdb.trace/backtrace.exp
12204 * gdb.trace/change-loc.exp
12205 * gdb.trace/collection.exp
12206 * gdb.trace/deltrace.exp
12207 * gdb.trace/disconnected-tracing.exp
12208 * gdb.trace/entry-values.exp
12209 * gdb.trace/ftrace-lock.exp
12210 * gdb.trace/ftrace.exp
12211 * gdb.trace/infotrace.exp
12212 * gdb.trace/mi-trace-frame-collected.exp
12213 * gdb.trace/mi-trace-unavailable.exp
12214 * gdb.trace/mi-traceframe-changed.exp
12215 * gdb.trace/mi-tracepoint-changed.exp
12216 * gdb.trace/mi-tsv-changed.exp
12217 * gdb.trace/no-attach-trace.exp
12218 * gdb.trace/packetlen.exp
12219 * gdb.trace/passc-dyn.exp
12220 * gdb.trace/passcount.exp
12221 * gdb.trace/pending.exp
12222 * gdb.trace/pr16508.exp
12223 * gdb.trace/qtro.exp
12224 * gdb.trace/range-stepping.exp
12225 * gdb.trace/read-memory.exp
12226 * gdb.trace/report.exp
12227 * gdb.trace/save-trace.exp
12228 * gdb.trace/signal.exp
12229 * gdb.trace/stap-trace.exp
12230 * gdb.trace/status-stop.exp
12231 * gdb.trace/strace.exp
12232 * gdb.trace/tfile.exp
12233 * gdb.trace/tfind.exp
12234 * gdb.trace/trace-break.exp
12235 * gdb.trace/trace-condition.exp
12236 * gdb.trace/trace-enable-disable.exp
12237 * gdb.trace/trace-mt.exp
12238 * gdb.trace/tracecmd.exp
12239 * gdb.trace/tracefile-pseudo-reg.exp
12240 * gdb.trace/tspeed.exp
12241 * gdb.trace/tstatus.exp
12242 * gdb.trace/tsv.exp
12243 * gdb.trace/unavailable.exp
12244 * gdb.trace/while-dyn.exp
12245 * gdb.trace/while-stepping.exp
12246 * lib/gdb-guile.exp
12247 * lib/gdb.exp
12248 * lib/mi-support.exp
12249 * lib/pascal.exp
12250 * lib/perftest.exp
12251 * lib/prelink-support.exp
12252 * lib/selftest-support.exp
12253
12254 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
12255
12256 * Makefile.in: Include disable-implicit-rules.mk.
12257
12258 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12259
12260 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
12261 non-byte-aligned bit fields.
12262
12263 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12264
12265 PR gdb/12616
12266 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
12267 respects the DW_AT_data_bit_offset attribute.
12268
12269 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
12270
12271 * gdb.base/default.exp: Fix output of "set language".
12272
12273 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
12274
12275 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
12276 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
12277 make.
12278 * configure.ac: Remove checks for the make program.
12279 * configure: Re-generate.
12280
12281 2016-11-16 Kevin Buettner <kevinb@redhat.com>
12282
12283 * gdb.python/py-recurse-unwind.c (main): Add loop.
12284 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
12285 to read_register() and gdb.parse_and_eval(). Make each code
12286 call a separate case that can be individually tested.
12287 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
12288 proc. Call cont_and_backtrace for each of the code paths that
12289 we want to test in the unwinder.
12290
12291 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
12292
12293 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
12294 the definition of struct S.
12295
12296 2016-11-11 Catherine Moore <clm@codesourcery.com>
12297
12298 * gdb.base/dump.exp: Identify verilog format dump tests as such.
12299
12300 2016-11-09 Pedro Alves <palves@redhat.com>
12301
12302 * gdb.base/commands.exp (runto_or_return): New procedure.
12303 (gdbvar_simple_if_test, gdbvar_simple_while_test)
12304 (gdbvar_complex_if_while_test, progvar_simple_if_test)
12305 (progvar_simple_while_test, progvar_complex_if_while_test)
12306 (if_while_breakpoint_command_test)
12307 (infrun_breakpoint_command_test, breakpoint_command_test)
12308 (user_defined_command_test, watchpoint_command_test)
12309 (test_command_prompt_position, redefine_hook_test)
12310 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
12311 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
12312 multi_line_input and multi_line. Remove gdb_expect and
12313 gdb_stop_suppressing_tests uses.
12314 * lib/gdb.exp (valnum_re): New global.
12315 (multi_line_input): New procedure.
12316
12317 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
12318
12319 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
12320 Remove.
12321 (test_setup): Define with proc_with_prefix.
12322 (test_cli_inferior): Likewise.
12323 (test_cli_thread): Likewise.
12324 (test_cli_frame): Likewise.
12325 (test_cli_select_frame): Likewise.
12326 (test_cli_up_down): Likewise.
12327 (test_mi_thread_select): Likewise.
12328 (test_mi_stack_select_frame): Likewise.
12329 (test_cli_in_mi_inferior): Likewise.
12330 (test_cli_in_mi_thread): Likewise.
12331 (test_cli_in_mi_frame): Likewise.
12332 (top level): Do not use with_test_prefix_procname.
12333
12334 2016-11-09 Pedro Alves <palves@redhat.com>
12335
12336 * gdb.base/commands.exp (gdbvar_simple_if_test)
12337 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
12338 (progvar_simple_if_test, progvar_simple_while_test)
12339 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
12340 (infrun_breakpoint_command_test, breakpoint_command_test)
12341 (user_defined_command_test, watchpoint_command_test)
12342 (test_command_prompt_position, deprecated_command_test)
12343 (bp_deleted_in_command, temporary_breakpoint_commands)
12344 (stray_arg0_test, source_file_with_indented_comment)
12345 (recursive_source_test, if_commands_test)
12346 (error_clears_commands_left, redefine_hook_test)
12347 (redefine_backtrace_test): Use proc_with_prefix.
12348 * lib/gdb.exp (proc_with_prefix): New proc.
12349
12350 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
12351
12352 * gdb.base/tui-layout.c: New file.
12353 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
12354 disassembly window contains very long lines.
12355
12356 2016-11-08 Tom Tromey <tom@tromey.com>
12357
12358 * gdb.python/py-value.exp (test_value_creation): Make "long" test
12359 depend on Python 2.
12360
12361 2016-11-08 Tom Tromey <tom@tromey.com>
12362
12363 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
12364 New method.
12365
12366 2016-10-29 Manish Goregaokar <manish@mozilla.com>
12367
12368 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
12369
12370 2016-10-27 Manish Goregaokar <manish@mozilla.com>
12371
12372 * gdb.rust/simple.rs: Add test for univariant enums without
12373 discriminants and for encoded struct-like enums.
12374
12375 2016-10-28 Pedro Alves <palves@redhat.com>
12376
12377 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
12378 gdb_test_multiple, tighten regexps and match symtabs and line
12379 tables incrementally.
12380
12381 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
12382
12383 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
12384 general.
12385
12386 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
12387
12388 * gdb.base/exec-invalid-sysroot.exp: New file.
12389
12390 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12391
12392 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
12393
12394 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12395
12396 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
12397
12398 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
12399
12400 * gdb.base/killed-outside.exp: Remove $options from a call to
12401 `prepare_for_testing'.
12402
12403 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12404
12405 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
12406 Change test message.
12407
12408 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12409
12410 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
12411 Update comment.
12412
12413 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12414
12415 * gdb.trace/mi-trace-save.exp: New file.
12416
12417 2016-10-13 Yao Qi <yao.qi@linaro.org>
12418
12419 * gdb.base/code_elim.exp (get_var_address): Remove.
12420 * gdb.base/relocate.exp: Likewise.
12421 * gdb.base/shreloc.exp: Likewise.
12422 * lib/gdb.exp (get_var_address): New.
12423
12424 2016-10-13 Yao Qi <yao.qi@linaro.org>
12425
12426 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
12427 floating point tests if $skip_float_test is false.
12428
12429 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
12430
12431 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
12432 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
12433 argc values.
12434 Add 1 to argc so we guarantee distinct initial/modified argc values.
12435
12436 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12437
12438 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
12439
12440 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12441
12442 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
12443 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
12444 * gdb.arch/vsx-regs.exp: Likewise.
12445
12446 2016-10-07 Yao Qi <yao.qi@linaro.org>
12447
12448 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
12449
12450 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
12451
12452 * gdb.python/python.exp: Test decode_line("*0").
12453
12454 2016-10-06 Doug Evans <dje@google.com>
12455
12456 * gdb.python/py-value.exp (test_value_creation): Add test for large
12457 unsigned 64-bit value.
12458
12459 2016-10-06 Tom Tromey <tom@tromey.com>
12460
12461 * gdb.compile/compile.exp: Change java tests to rust.
12462 * gdb.base/setshow.exp: Change java tests to rust.
12463 * gdb.base/default.exp: Remove java from language list.
12464 * README (Examples): Update language example.
12465 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
12466 test.
12467 * lib/gdb.exp (skip_java_tests): Remove.
12468 * lib/java.exp: Remove.
12469 * gdb.java: Remove.
12470
12471 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
12472
12473 * gdb.arch/mips-fcr.exp: New test.
12474 * gdb.arch/mips-fcr.c: Source for the new test.
12475
12476 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
12477
12478 * gdb.base/solib-disc.exp: Use `standard_output_file'
12479 throughout.
12480
12481 2016-10-06 Pedro Alves <palves@redhat.com>
12482
12483 * gdb.base/jit-simple-dl.c: New file.
12484 * gdb.base/jit-simple-jit.c: New file, factored out from ...
12485 * gdb.base/jit-simple.c: ... this.
12486 * gdb.base/jit-simple.exp (jit_run): Delete.
12487 (build_jit): New proc.
12488 (jit_test_reread): Recompile either the main program or the shared
12489 library, depending on what is being tested. Skip changing address
12490 if caller wants to. Compare before/after addresses. If testing
12491 standalone, explicitly load the binary. Test "maint info
12492 breakpoints".
12493 (top level): Add "standalone vs shared lib" and "change address"
12494 vs "same address" axes.
12495
12496 2016-10-06 Pedro Alves <palves@redhat.com>
12497
12498 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
12499 call.
12500 (jit_run): Delete.
12501 (jit_test_reread): Use with_test_prefix. Reload the main binary
12502 explicitly. Compare the before/after addresses of the JIT
12503 descriptor.
12504
12505 2016-08-15 Doug Evans <dje@google.com>
12506
12507 * gdb.xml/extra-regs.xml: Update, end field now required, default type
12508 for single bitfields is bool.
12509 * gdb.xml/tdesc-regs.exp: Ditto.
12510
12511 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12512
12513 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
12514
12515 2016-10-05 Yao Qi <yao.qi@linaro.org>
12516
12517 * lib/gdb.exp (support_complex_tests): Return zero if
12518 gdb_skip_float_test return true.
12519
12520 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
12521 Simon Marchi <simon.marchi@ericsson.com>
12522
12523 PR gdb/20487
12524 * gdb.mi/user-selected-context-sync.exp: New file.
12525 * gdb.mi/user-selected-context-sync.c: New file.
12526
12527 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
12528 Simon Marchi <simon.marchi@ericsson.com>
12529
12530 PR gdb/20487
12531 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
12532 =thread-select-event check.
12533
12534 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
12535
12536 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
12537 the compulsory L operand changes.
12538 * gdb.arch/powerpc-power.s: Likewise.
12539
12540 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12541
12542 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
12543 * gdb.base/jit-attach-pie.c: New file.
12544 * gdb.base/jit-attach-pie.exp: New file.
12545
12546 2016-09-28 Pedro Alves <palves@redhat.com>
12547
12548 * gdb.base/infcall-input.c: New file.
12549 * gdb.base/infcall-input.exp: New file.
12550
12551 2016-09-22 Yao Qi <yao.qi@linaro.org>
12552
12553 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
12554 (gdb_exit): Rename it to ...
12555 (gdbserver_gdb_exit): ... Close GDBserver.
12556 (gdb_exit): New proc, call gdbserver_gdb_exit.
12557 (mi_gdb_exit): Likewise.
12558
12559 2016-09-22 Yao Qi <yao.qi@linaro.org>
12560
12561 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
12562 path.
12563 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
12564 Remove duplication.
12565
12566 2016-09-22 Yao Qi <yao.qi@linaro.org>
12567
12568 * lib/gdbserver-support.exp: Check the existence of
12569 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
12570
12571 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
12572
12573 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
12574
12575 2016-09-21 Tom Tromey <tom@tromey.com>
12576
12577 PR gdb/20604:
12578 * gdb.base/quit.exp: New file.
12579
12580 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
12581
12582 * .gitignore: New file.
12583
12584 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
12585
12586 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
12587 throughout.
12588
12589 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12590
12591 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
12592
12593 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12594
12595 * gdb.cp/casts.cc (decltype): Move it ...
12596 (main): ... with its call to ...
12597 * gdb.cp/casts03.cc: ... a new file.
12598 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
12599
12600 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12601
12602 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
12603
12604 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
12605
12606 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
12607 and sync up the test with tests in gas/testsuite/gas/ppc.
12608 * gdb.arch/powerpc-power.exp: Likewise.
12609
12610 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12611
12612 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
12613
12614 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
12615 Jan Kratochvil <jan.kratochvil@redhat.com>
12616
12617 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
12618 make m1's definition to be different from m2's. Use 'dummy' as an
12619 argument for probe 'two'.
12620
12621 2016-09-10 Jon Beniston <jon@beniston.com>
12622
12623 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
12624 for sim target.
12625
12626 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
12627
12628 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
12629 variable declaration.
12630 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
12631 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
12632 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
12633 received HWCAP as its argument.
12634
12635 2016-09-06 Pedro Alves <palves@redhat.com>
12636
12637 * gdb.base/new-ui-pending-input.c: New file.
12638 * gdb.base/new-ui-pending-input.exp: New file.
12639 * gdb.exp (clear_gdb_spawn_id): New procedure.
12640 (with_spawn_id): Check whether gdb_spawn_id exists before
12641 referencing it. If gdb_spawn_id didn't exist on entry, clear it
12642 on exit.
12643
12644 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
12645
12646 * gdb.base/float128.c: New file.
12647 * gdb.base/float128.exp: Likewise.
12648 * gdb.base/floatn.c: Likewise.
12649 * gdb.base/floatn.exp: Likewise.
12650
12651 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
12652
12653 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
12654
12655 2016-09-05 Pedro Alves <palves@redhat.com>
12656
12657 PR backtrace/19927
12658 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
12659 unwinders are immediately called as side effect of "source" or
12660 "disable unwinder" commands.
12661 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
12662
12663 2016-09-02 Yao Qi <yao.qi@linaro.org>
12664
12665 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
12666 is true and $type is "float" or "double".
12667
12668 2016-09-02 Yao Qi <yao.qi@linaro.org>
12669
12670 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
12671 true.
12672 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
12673 * gdb.base/call-rt-st.exp: Likewise.
12674 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
12675 return value instead of gdb,skip_float_test.
12676 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
12677 (do_function_calls): Use its return value instead of
12678 gdb,skip_float_test.
12679 * gdb.base/finish.exp: Likewise.
12680 * gdb.base/funcargs.exp: Likewise.
12681 * gdb.base/return.exp: Likewise.
12682 * gdb.base/return2.exp: Likewise.
12683 * gdb.base/varargs.exp: Likewise.
12684 * lib/gdb.exp (gdb_skip_float_test): Change it to
12685 gdb_caching_proc. Detect the broken ptrace on arm-linux.
12686
12687 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12688
12689 * gdb.multi/tids.exp: Test "thread apply all".
12690
12691 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12692
12693 * gdb.base/default.exp (tty): Remove.
12694
12695 2016-08-24 Kevin Buettner <kevinb@redhat.com>
12696
12697 * gdb.python/py-recurse-unwind.c: New file.
12698 * gdb.python/py-recurse-unwind.py: New file.
12699 * gdb.python/py-recurse-unwind.exp: New file.
12700
12701 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
12702
12703 * gdb.base/set-inferior-tty.exp: New file.
12704 * gdb.base/set-inferior-tty.c: New file.
12705
12706 2016-08-23 Pedro Alves <palves@redhat.com>
12707
12708 PR gdb/20494
12709 * gdb.base/new-ui-echo.c: New file.
12710 * gdb.base/new-ui-echo.exp: New file.
12711
12712 2016-08-23 Yao Qi <yao.qi@linaro.org>
12713
12714 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
12715 gdbserver_spawn.
12716 * gdb.server/connect-without-multi-process.exp (do_test):
12717 Likewise.
12718
12719 2016-08-23 Yao Qi <yao.qi@linaro.org>
12720
12721 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
12722 standalone_txt. Delete gdb_txt and standalone_txt on host
12723 and target. Spawn the binary on target. Copy files from
12724 target to host.
12725
12726 2016-08-22 Pedro Alves <palves@redhat.com>
12727
12728 PR gdb/20505
12729 * gdb.base/vdso-warning.exp: Test core dumps too. Use
12730 with_test_prefix. Factor out bits to ...
12731 (test_no_vdso): ... this new procedure.
12732
12733 2016-08-19 Carl Love <cel@us.ibm.com>
12734
12735 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
12736 maintaining separate logic for constructing the output path.
12737 * gdb.arch/powerpc-d128-regs.exp: Likewise.
12738 * gdb.arch/ppc-dfp.exp: Likewise.
12739 * gdb.arch/ppc-fp.exp: Likewise.
12740 * gdb.arch/vsx-regs.exp: Likewise.
12741 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
12742 binprefix for generating the additional binary files.
12743
12744 2016-08-19 Pedro Alves <palves@redhat.com>
12745
12746 * gdb.trace/mi-trace-frame-collected.exp
12747 (test_trace_frame_collected): On x32, expect two registers.
12748
12749 2016-08-18 Carl Love <cel@us.ibm.com>
12750
12751 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
12752 and sync up the test with tests in gas/testsuite/gas/ppc.
12753 * gdb.arch/powerpc-power.exp: Likewise.
12754
12755 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12756
12757 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
12758 expected error message.
12759
12760 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12761
12762 * gdb.multi/remove-inferiors.exp: New file.
12763 * gdb.multi/remove-inferiors.c: New file.
12764
12765 2016-08-12 Yao Qi <yao.qi@linaro.org>
12766
12767 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
12768 argument list.
12769
12770 2016-08-10 Pedro Alves <palves@redhat.com>
12771
12772 PR gdb/19187
12773 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
12774 setup_kfails.
12775
12776 2016-08-09 Pedro Alves <palves@redhat.com>
12777 Simon Marchi <simon.marchi@ericsson.com>
12778
12779 PR gdb/20418
12780 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
12781 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
12782
12783 2016-08-09 Pedro Alves <palves@redhat.com>
12784
12785 PR mi/20431
12786 * gdb.mi/mi-cmd-error.exp: New file.
12787
12788 2016-08-09 Pedro Alves <palves@redhat.com>
12789
12790 PR gdb/18653
12791 * gdb.base/signals-state-child.c: New file.
12792 * gdb.base/signals-state-child.exp: New file.
12793 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
12794
12795 2016-08-09 Pedro Alves <palves@redhat.com>
12796
12797 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
12798
12799 2016-08-03 Tom Tromey <tom@tromey.com>
12800
12801 PR python/18565:
12802 * gdb.python/py-frame-inline.exp: Add Frame.function test.
12803
12804 2016-08-01 Yao Qi <yao.qi@linaro.org>
12805
12806 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
12807 variable mode to "multi-process" if $multi_process is 1, otherwise
12808 set it to "single-process".
12809
12810 2016-08-01 Yao Qi <yao.qi@linaro.org>
12811
12812 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
12813 * gdb.cp/cpexprs.exp: Likewise.
12814 * gdb.cp/m-static.exp: Likewise.
12815
12816 2016-07-26 Tom Tromey <tom@tromey.com>
12817
12818 PR python/20190:
12819 * gdb.threads/tls.exp (check_thread_local): Add python symbol
12820 test.
12821
12822 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
12823
12824 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
12825 selecting assembly source files.
12826 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
12827 assembly source files.
12828 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
12829 assembly source files.
12830 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
12831 selecting assembly source files.
12832
12833 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
12834
12835 * gdb.base/new-ui.exp (do_test_invalid_args): New
12836 procedure.
12837
12838 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
12839
12840 * gdb.btrace/reconnect.c: New file.
12841 * gdb.btrace/reconnect.exp: New file.
12842
12843 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
12844
12845 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
12846 to test_catch_syscall_group.
12847 (test_catch_syscall_group): New.
12848
12849 2016-07-21 Tom Tromey <tom@tromey.com>
12850
12851 * gdb.rust/simple.rs (main): Use empty struct expression.
12852 * gdb.rust/simple.exp: Add tests for empty struct expression.
12853
12854 2016-07-21 Yao Qi <yao.qi@linaro.org>
12855
12856 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
12857 if gdb_skip_xml_test is true on some targets.
12858
12859 2016-07-21 Yao Qi <yao.qi@linaro.org>
12860
12861 * gdb.server/solib-list.exp: Unset last_loaded_file.
12862
12863 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12864
12865 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
12866 "step into captured_main (args)".
12867
12868 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12869
12870 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
12871
12872 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12873
12874 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
12875
12876 2016-07-19 Pedro Alves <palves@redhat.com>
12877
12878 * gdb.opt/inline-break.exp: Remove optimize=-O2.
12879 * gdb.opt/inline-bt.exp: Likewise.
12880 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
12881 additional_flags=-Winline.
12882 * gdb.opt/inline-locals.exp: Likewise.
12883 * gdb.opt/inline-markers.c (ATTR): Define.
12884 (inlined_fn): Use it.
12885
12886 2016-07-19 Yao Qi <yao.qi@linaro.org>
12887
12888 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
12889 (test_with_self): Remove some code. Remove argument executable.
12890 (top-level): Use do_self_tests.
12891
12892 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
12893 Don Breazeal <donb@codesourcery.com>
12894
12895 * gdb.base/maint.exp: Escape paths used in regular expressions.
12896 * gdb.stabs/weird.exp: Likewise.
12897
12898 2016-07-13 Tom Tromey <tom@tromey.com>
12899
12900 PR python/15620, PR python/18620:
12901 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
12902 (test_bkpt_events): New procs.
12903
12904 2016-07-13 Tom Tromey <tom@tromey.com>
12905
12906 PR python/17698:
12907 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
12908 test.
12909 (test_watchpoints): Likewise.
12910 (test_bkpt_pending): New proc.
12911
12912 2016-07-13 Tom Tromey <tom@tromey.com>
12913
12914 PR cli/18053:
12915 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
12916 completion test.
12917
12918 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12919
12920 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
12921 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
12922 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
12923 f_label.
12924 (g): Rename g_end_lbl to g_label.
12925 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
12926 low_pc and high_pc.
12927 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
12928
12929 2016-07-12 Tom Tromey <tom@tromey.com>
12930
12931 PR python/19293:
12932 * gdb.python/py-unwind-maint.exp: Update tests.
12933
12934 2016-07-12 Yao Qi <yao.qi@linaro.org>
12935
12936 * lib/selftest-support.exp (selftest_setup): Match the output
12937 when captured_main is inlined.
12938
12939 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
12940
12941 * gdb.fortran/derived-types.exp (result_line, result_line_2):
12942 New variables.
12943 (print this%a, print this%b, print this): New tests.
12944 * gdb.fortran/derived-types.f90 (this): New object and
12945 initialization.
12946
12947 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12948
12949 * gdb.ada/arraydim.exp: Remove extra directory level in build
12950 directory.
12951
12952 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12953
12954 * lib/ada.exp: Remove extra directory level in build directory.
12955 * gdb.ada/cond_lang.exp: Likewise.
12956 * gdb.ada/exec_changed.exp: Likewise.
12957 * gdb.ada/lang_switch.exp: Likewise.
12958
12959 2016-07-06 Manish Goregaokar <manish@mozilla.com>
12960
12961 * simple.rs: Add test for raw pointer subscripting.
12962 * simple.exp: Add test expectations.
12963
12964 2016-07-05 Yao Qi <yao.qi@linaro.org>
12965
12966 * gdb.mi/mi-reverse.exp: Match =record-started output.
12967
12968 2016-07-01 Pedro Alves <palves@redhat.com>
12969
12970 * gdb.base/jit-reader.exp (info_registers_current_frame): New
12971 procedure.
12972 (jit_reader_test): Test the jit reader's unwinder.
12973 * gdb.base/jithost.c (jit_function_00_code): New global.
12974 (main): Use memcpy to fill in the mmapped code, instead of poking
12975 bytes manually here.
12976 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
12977 value.
12978 (read_debug_info): Save the function's range.
12979 (read_sp): New function.
12980 (unwind_frame): Use it. Also unwind RBP.
12981 (get_frame_id): Use read_sp.
12982 (gdb_init_reader): Use calloc instead of malloc.
12983 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
12984 parameter. Use gdb_test_multiple.
12985
12986 2016-07-01 Pedro Alves <palves@redhat.com>
12987 Antoine Tremblay <antoine.tremblay@ericsson.com>
12988
12989 * gdb.threads/process-dies-while-detaching.c: New file.
12990 * gdb.threads/process-dies-while-detaching.exp: New file.
12991
12992 2016-07-01 Pedro Alves <palves@redhat.com>
12993
12994 * gdb.multi/watchpoint-multi-exit.c: New file.
12995 * gdb.multi/watchpoint-multi-exit.exp: New file.
12996
12997 2016-06-30 Pedro Alves <palves@redhat.com>
12998
12999 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
13000 unset inferior_spawn_id.
13001
13002 2016-06-30 Pedro Alves <palves@redhat.com>
13003
13004 * lib/mi-support.exp (default_mi_gdb_start): Declare global
13005 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
13006
13007 2016-06-29 Yao Qi <yao.qi@linaro.org>
13008
13009 * gdb.base/return.c: Add copyright header.
13010
13011 2016-06-29 Tom Tromey <tom@tromey.com>
13012
13013 PR python/20129:
13014 * gdb.python/py-framefilter.exp: Add tests for setting priority
13015 and disabling of non-existent frame filter.
13016
13017 2016-06-29 Yao Qi <yao.qi@linaro.org>
13018
13019 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
13020 0x0f07ff.
13021
13022 2016-06-28 Yao Qi <yao.qi@linaro.org>
13023
13024 * gdb.base/catch-syscall.exp: Remove check on isnative and target
13025 triplets. Start gdb, execute catch syscall, and continue. Check
13026 gdb's output to determine catch syscall is supported.
13027
13028 2016-06-27 Manish Goregaokar <manish@mozilla.com>
13029
13030 * gdb.rust/simple.rs: Add test for returning unit in a function.
13031 * gdb.rust/simple.exp: Add expectation for functions returning
13032 unit.
13033
13034 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
13035
13036 * gdb.python/py-breakpoint-create-fail.c,
13037 gdb.python/py-breakpoint-create-fail.exp,
13038 gdb.python/py-breakpoint-create-fail.py: New testcase.
13039
13040 2016-06-25 Manish Goregaokar <manish@mozilla.com>
13041
13042 PR gdb/20239
13043 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
13044 * gdb.rust/simple.exp: Add test expectations for new NonZero
13045 tests.
13046
13047 2016-06-24 David Taylor <dtaylor@emc.com>
13048
13049 * gdb.base/offsets.exp: New file.
13050 * gdb.base/offsets.c: New file.
13051
13052 2016-06-23 Tom Tromey <tom@tromey.com>
13053
13054 PR gdb/16483:
13055 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
13056 before any filters are loaded.
13057
13058 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
13059
13060 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
13061 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
13062 structs.
13063 * gdb.fortran/derived-type-function.exp: New file.
13064 * gdb.fortran/derived-type-function.f90: New file.
13065
13066
13067 2016-06-21 Pedro Alves <palves@redhat.com>
13068
13069 * gdb.base/new-ui.exp: New file.
13070 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
13071 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
13072 (with_spawn_id): New procedure.
13073
13074 2016-06-21 Pedro Alves <palves@redhat.com>
13075
13076 * gdb.mi/mi-exec-run.exp: New file.
13077
13078 2016-06-21 Pedro Alves <palves@redhat.com>
13079
13080 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
13081 breakpoint command's output on the main UI.
13082 (test_break): New procedure, factored out from calls in the top
13083 level.
13084 (top level): Use foreach_with_prefix to test MI as main UI and as
13085 separate UI.
13086
13087 2016-06-21 Pedro Alves <palves@redhat.com>
13088
13089 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
13090 (test_awatch_creation_and_listing)
13091 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
13092 Remove 'type' parameter.
13093 (test_watchpoint_all): New parameter mi_mode. Remove
13094 with_test_prefix.
13095 (top level): Use foreach_with_prefix, and add main/separate UI MI
13096 testing axis.
13097
13098 2016-06-21 Pedro Alves <palves@redhat.com>
13099
13100 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
13101 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
13102 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
13103 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
13104 (gdb_main_spawn_id, mi_spawn_id): Declare and
13105 comment.
13106 (mi_create_inferior_pty): New procedure,
13107 factored out from default_mi_gdb_start.
13108 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
13109 procedures.
13110 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
13111 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
13112 Use mi_create_inferior_pty.
13113 (mi_gdb_start): Use eval to pass down args list.
13114
13115 2016-06-21 Pedro Alves <palves@redhat.com>
13116
13117 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
13118 * gdb.opt/inline-cmds.exp: Add MI tests.
13119
13120 2016-06-21 Pedro Alves <palves@redhat.com>
13121
13122 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
13123
13124 2016-06-21 Pedro Alves <palves@redhat.com>
13125
13126 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
13127 (top level): Use it instead of mi_execute_to.
13128
13129 2016-06-21 Pedro Alves <palves@redhat.com>
13130
13131 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
13132 (cont_handler_str): New.
13133 (signal_stop_handler): Set stop_handler_str instead of printing to
13134 stdout.
13135 (continue_handler): Set cont_handler_str instead of printing to
13136 stdout.
13137 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
13138 mi_send_resuming_command. Print stop_handler_str and
13139 cont_handler_str instead of expecting the python events print
13140 directly.
13141
13142 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
13143
13144 * gdb.base/jit-reader.exp: New file.
13145 * gdb.base/jithost.c: New file.
13146 * gdb.base/jithost.h: New file.
13147 * gdb.base/jitreader.c : New file.
13148 * gdb.base/jit-protocol.h: New file.
13149
13150 2016-06-17 Yao Qi <yao.qi@linaro.org>
13151
13152 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
13153 parameters follow_fork and detach_on_fork. Set follow-fork-mode
13154 and detach-on-fork. Adjust tests.
13155 (top level): Invoke break_cond_on_syscall with combinations of
13156 syscall, follow-fork-mode and detach-on-fork.
13157
13158 2016-06-17 Yao Qi <yao.qi@linaro.org>
13159
13160 * gdb.base/step-over-exit.c: New.
13161 * gdb.base/step-over-exit.exp: New.
13162
13163 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
13164
13165 * gdb.base/float.exp: Add target check for nds32*-*-*.
13166 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
13167
13168 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
13169
13170 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
13171 for unsupported target features.
13172 * gdb.base/call-rt-st.exp: Likewise.
13173 * gdb.base/call-sc.exp: Likewise.
13174 * gdb.base/call-signal-resume.exp: Likewise.
13175 * gdb.base/call-strs.exp: Likewise.
13176 * gdb.base/callexit.exp: Likewise.
13177 * gdb.base/callfuncs.exp: Likewise.
13178 * gdb.base/nodebug.exp: Likewise.
13179 * gdb.base/printcmds.exp: Likewise.
13180 * gdb.base/ptype.exp: Likewise.
13181 * gdb.base/structs.exp: Likewise.
13182 * gdb.base/unwindonsignal.exp: Likewise.
13183 * gdb.cp/gdb2495.exp: Likewise.
13184 * gdb.cp/templates.exp: Likewise.
13185 * gdb.cp/virtfunc.exp: Likewise.
13186 * gdb.threads/hand-call-in-threads.exp: Likewise.
13187 * gdb.threads/interrupted-hand-call.exp: Likewise.
13188 * gdb.threads/thread-unwindonsignal.exp: Likewise.
13189
13190 2016-06-10 Tom Tromey <tom@tromey.com>
13191
13192 PR rust/20110:
13193 * gdb.rust/expr.exp: Add test for integer constant larger than
13194 i32.
13195
13196 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
13197
13198 * gdb.fortran/nested-funcs.exp: New.
13199 * gdb.fortran/nested-funcs.f90: New.
13200
13201 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
13202
13203 * gdb.base/examine-backward.c: New file.
13204 * gdb.base/examine-backward.exp: New file.
13205
13206 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
13207
13208 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
13209 matching.
13210
13211 2016-06-02 Tom Tromey <tom@tromey.com>
13212
13213 PR python/18984:
13214 * gdb.python/py-shared.exp: Add solib_name test.
13215
13216 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
13217
13218 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
13219
13220 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
13221
13222 PR c++/19893
13223 * gdb.dwarf2/implref.exp: Rename to...
13224 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
13225 * gdb.dwarf2/implref-array.c: New file.
13226 * gdb.dwarf2/implref-array.exp: Likewise.
13227 * gdb.dwarf2/implref-global.c: Likewise.
13228 * gdb.dwarf2/implref-global.exp: Likewise.
13229 * gdb.dwarf2/implref-struct.c: Likewise.
13230 * gdb.dwarf2/implref-struct.exp: Likewise.
13231
13232 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13233
13234 * gdb.trace/trace-condition.exp: Add 64bit tests.
13235
13236 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13237
13238 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
13239 bits types.
13240 (main): Adapt to 8 to 64 bits types.
13241 * gdb.trace/trace-condition.exp: Add new tests.
13242
13243 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13244
13245 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
13246
13247 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13248
13249 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
13250 Move condition tests...
13251 * gdb.trace/trace-condition.exp: Here.
13252
13253 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13254
13255 * gdb.trace/trace-condition.exp: Add counter-case tests.
13256
13257 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13258
13259 PR c++/15231
13260 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
13261 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
13262
13263 2016-05-27 Pedro Alves <palves@redhat.com>
13264
13265 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
13266 New procedure.
13267 (top level): Call it, and bail out of DejaGnu is known to be bad.
13268
13269 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
13270
13271 * gdb.base/whatis.c: Extend the test case.
13272 * gdb.base/whatis.exp: Add additional tests.
13273
13274 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13275
13276 * gdb.fortran/type.f90: Add pointer variable.
13277 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
13278
13279 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13280
13281 * gdb.fortran/vla-type.exp: Fix testcase name.
13282
13283 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13284
13285 * gdb.fortran/vla-type.exp: Access elements in nested structs.
13286
13287 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13288
13289 * gdb.fortran/type.f90: Add nested structures.
13290 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
13291 * gdb.fortran/derived-type.exp: Adapt expected output.
13292 * gdb.fortran/vla-type.exp: Adapt expected output.
13293
13294 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13295
13296 * gdb.fortran/whatis_type.exp: Adapt expected output.
13297
13298 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13299
13300 * gdb.fortran/print_type.exp: Fix expected output.
13301 * gdb.fortran/whatis_type.exp: Fix expected output.
13302
13303 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13304
13305 * gdb.fortran/whatis_type.exp: Use multi_line.
13306
13307 2016-05-24 Tom Tromey <tom@tromey.com>
13308
13309 PR python/17386:
13310 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
13311 use value as an index.
13312
13313 2016-05-23 Tom Tromey <tom@tromey.com>
13314
13315 PR python/17981:
13316 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
13317 no-breakpoint case.
13318
13319 2016-05-24 Pedro Alves <palves@redhat.com>
13320
13321 PR gdb/19828
13322 * gdb.threads/clone-attach-detach.c: New file.
13323 * gdb.threads/clone-attach-detach.exp: New file.
13324
13325 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
13326
13327 * gdb.base/annota-input-while-running.exp: Fix syntax error.
13328
13329 2016-05-23 Tom Tromey <tom@tromey.com>
13330
13331 PR python/19438, PR python/18393:
13332 * gdb.python/py-progspace.exp: Add "dir" test.
13333 * gdb.python/py-objfile.exp: Add "dir" test.
13334
13335 2016-05-23 Yao Qi <yao.qi@linaro.org>
13336
13337 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
13338 * gdb.arch/thumb2-it.exp: Likewise.
13339
13340 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
13341
13342 * gdb.mi/mi-threads-interrupt.c: New file.
13343 * gdb.mi/mi-threads-interrupt.exp: New file.
13344
13345 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
13346
13347 PR gdb/18077
13348 * gdb.mi/mi-async-run.exp: New file.
13349 * gdb.mi/mi-async-run.c: New file.
13350
13351 2016-05-17 Tom Tromey <tom@tromey.com>
13352 Manish Goregaokar <manishsmail@gmail.com>
13353
13354 * lib/rust-support.exp: New file.
13355 * lib/gdb.exp (skip_rust_tests): New proc.
13356 (build_executable_from_specs): Handle rust.
13357 * lib/future.exp (gdb_find_rustc): New proc.
13358 (gdb_default_target_compile): Handle rust.
13359 * gdb.rust/expr.exp: New file.
13360 * gdb.rust/generics.exp: New file.
13361 * gdb.rust/generics.rs: New file.
13362 * gdb.rust/methods.exp: New file.
13363 * gdb.rust/methods.rs: New file.
13364 * gdb.rust/modules.exp: New file.
13365 * gdb.rust/modules.rs: New file.
13366 * gdb.rust/simple.exp: New file.
13367 * gdb.rust/simple.rs: New file.
13368
13369 2016-05-17 Tom Tromey <tom@tromey.com>
13370
13371 * gdb.base/default.exp (set language): Add rust.
13372
13373 2016-05-17 Tom Tromey <tom@tromey.com>
13374
13375 * gdb.gdb/unittest.exp: New file.
13376
13377 2016-05-16 Yao Qi <yao.qi@linaro.org>
13378
13379 * gdb.base/batch-preserve-term-settings.exp: Remove variable
13380 shell_prompt. Update shell_prompt_re.
13381
13382 2016-05-12 Doug Evans <dje@google.com>
13383
13384 PR symtab/19999
13385 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
13386 $options when building executable.
13387 * gdb.dwarf2/fission-loclists-pie.S: New file.
13388 * gdb.dwarf2/fission-loclists-pie.exp: New file.
13389
13390 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
13391
13392 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
13393 of [is_remote target],
13394
13395 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
13396
13397 * lib/gdb.exp (use_gdb_stub): New procedure.
13398
13399 2016-05-03 Yunlian Jiang <yunlian@google.com>
13400 Doug Evans <dje@google.com>
13401
13402 PR symtab/19914
13403 * gdb.dwarf2/dwp-sepdebug.c: New file.
13404 * gdb.dwarf2/dwp-sepdebug.exp: New file.
13405
13406 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
13407
13408 * gdb.base/detach.exp: Remove is_remote check.
13409
13410 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
13411
13412 * gdb.base/annota-input-while-running.exp: Don't check for
13413 [is_remote target]. Enable annotations after running to main.
13414 Remove unused "set test..." line.
13415
13416 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
13417
13418 * gdb.trace/trace-enable-disable.exp: New file.
13419 * gdb.trace/trace-enable-disable.c: New file.
13420
13421 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
13422
13423 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
13424 use it in info sharedlibrary test.
13425 * gdb.trace/ftrace-lock.exp: Likewise.
13426 * gdb.trace/ftrace.exp: Likewise.
13427 * gdb.trace/range-stepping.exp: Likewise.
13428 * gdb.trace/trace-break.exp: Likewise.
13429 * gdb.trace/trace-condition.exp: Likewise.
13430 * gdb.trace/trace-mt.exp: Likewise.
13431
13432 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
13433
13434 * lib/gdb.exp (gdb_load_shlibs): Rename to...
13435 (gdb_load_shlib): ... this.
13436 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
13437 gdb_load_shlib.
13438 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
13439 * gdb.base/ctxobj.exp: Likewise.
13440 * gdb.base/dprintf-pending.exp: Likewise.
13441 * gdb.base/dso2dso.exp: Likewise.
13442 * gdb.base/fixsection.exp: Likewise.
13443 * gdb.base/gcore-relro.exp: Likewise.
13444 * gdb.base/gdb1555.exp: Likewise.
13445 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13446 * gdb.base/gnu-ifunc.exp: Likewise.
13447 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
13448 * gdb.base/jit-so.exp (one_jit_test): Likewise.
13449 * gdb.base/pending.exp: Likewise.
13450 * gdb.base/print-file-var.exp: Likewise.
13451 * gdb.base/print-symbol-loading.exp: Likewise.
13452 * gdb.base/shlib-call.exp: Likewise.
13453 * gdb.base/shreloc.exp: Likewise.
13454 * gdb.base/so-impl-ld.exp: Likewise.
13455 * gdb.base/solib-disc.exp: Likewise.
13456 * gdb.base/solib-nodir.exp: Likewise.
13457 * gdb.base/solib-overlap.exp: Likewise.
13458 * gdb.base/solib-symbol.exp: Likewise.
13459 * gdb.base/solib-weak.exp (do_test): Likewise.
13460 * gdb.base/sym-file.exp: Likewise.
13461 * gdb.base/symtab-search-order.exp: Likewise.
13462 * gdb.base/type-opaque.exp: Likewise.
13463 * gdb.base/unload.exp: Likewise.
13464 * gdb.base/watchpoint-solib.exp: Likewise.
13465 * gdb.compile/compile.exp: Likewise.
13466 * gdb.cp/gdb2384.exp: Likewise.
13467 * gdb.cp/infcall-dlopen.exp: Likewise.
13468 * gdb.cp/re-set-overloaded.exp: Likewise.
13469 * gdb.fortran/library-module.exp: Likewise.
13470 * gdb.opt/solib-intra-step.exp: Likewise.
13471 * gdb.python/py-finish-breakpoint.exp: Likewise.
13472 * gdb.python/py-shared.exp: Likewise.
13473 * gdb.reverse/solib-precsave.exp: Likewise.
13474 * gdb.reverse/solib-reverse.exp: Likewise.
13475 * gdb.server/solib-list.exp: Likewise.
13476 * gdb.threads/dlopen-libpthread.exp: Likewise.
13477 * gdb.threads/tls-shared.exp: Likewise.
13478 * gdb.threads/tls-so_extern.exp: Likewise.
13479 * gdb.trace/change-loc.exp: Likewise.
13480 * gdb.trace/ftrace-lock.exp: Likewise.
13481 * gdb.trace/ftrace.exp: Likewise.
13482 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
13483 * gdb.trace/pending.exp: Likewise.
13484 * gdb.trace/range-stepping.exp: Likewise.
13485 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
13486 (strace_info_marker): Likewise.
13487 (strace_probe_marker): Likewise.
13488 (strace_trace_on_same_addr): Likewise.
13489 (strace_trace_on_diff_addr): Likewise.
13490 * gdb.trace/trace-break.exp: Likewise.
13491 * gdb.trace/trace-condition.exp: Likewise.
13492 * gdb.trace/trace-mt.exp: Likewise.
13493
13494 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
13495
13496 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
13497 result of gdb_remote_download.
13498 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
13499 * gdb.base/dso2dso.exp: Likewise.
13500 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13501 * gdb.base/print-file-var.exp: Likewise.
13502 * gdb.base/shlib-call.exp: Likewise.
13503 * gdb.base/shreloc.exp: Likewise.
13504 * gdb.base/solib-overlap.exp: Likewise.
13505 * gdb.base/solib-weak.exp (do_test): Likewise.
13506 * gdb.base/unload.exp: Likewise.
13507
13508 2016-04-27 Yao Qi <yao.qi@linaro.org>
13509
13510 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
13511 exists.
13512
13513 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13514
13515 * vla-type.exp: Print structure from toplevel.
13516
13517 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13518
13519 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
13520 of dynamic types.
13521 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
13522 of dynamic types.
13523
13524 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13525
13526 * gdb.fortran/vla-type.f90: New file.
13527 * gdb.fortran/vla-type.exp: New file.
13528
13529 2016-04-25 Yao Qi <yao.qi@linaro.org>
13530
13531 * gdb.base/branch-to-self.c: New file.
13532 * gdb.base/branch-to-self.exp: New file.
13533
13534 2016-04-22 Yao Qi <yao.qi@linaro.org>
13535
13536 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
13537 more after $hex.
13538
13539 2016-04-22 Yao Qi <yao.qi@linaro.org>
13540
13541 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
13542 * gdb.base/annota3.exp: Likewise.
13543
13544 2016-04-22 Yao Qi <yao.qi@linaro.org>
13545
13546 * gdb.reverse/step-precsave.exp: Do one step and test program
13547 stops in "callee" and do multiple steps until program goes out
13548 of "callee".
13549 * gdb.reverse/step-reverse.exp: Likewise.
13550
13551 2016-04-22 Yao Qi <yao.qi@linaro.org>
13552
13553 * gdb.trace/signal.exp: Also pass if
13554 $tracepoint_hits($i) > $iterations.
13555
13556 2016-04-22 Yao Qi <yao.qi@linaro.org>
13557
13558 * gdb.trace/signal.c: New file.
13559 * gdb.trace/signal.exp: New file.
13560
13561 2016-04-19 Doug Evans <xdje42@gmail.com>
13562
13563 * gdb.base/bad-file.exp: New file.
13564
13565 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
13566
13567 * gdb.dwarf2/implref.exp: New file.
13568
13569 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
13570
13571 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
13572 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
13573 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
13574 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
13575 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
13576 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
13577 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
13578 * lib/fortran.exp (fortran_int4): New procedure.
13579 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
13580 (fortran_logical4): Likewise.
13581
13582 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
13583
13584 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
13585
13586 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
13587
13588 * lib/compiler.c: Add Intel specific preprocessor macros.
13589 * lib/compiler.cc: Likewise.
13590
13591 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
13592
13593 * gdb.server/connect-with-no-symbol-file.c: New file.
13594 * gdb.server/connect-with-no-symbol-file.exp: New file.
13595
13596 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
13597
13598 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
13599
13600 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
13601
13602 * boards/gdbserver-base.exp (${board}_download): Copy source file to
13603 standard output directory.
13604
13605 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
13606
13607 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
13608
13609 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
13610
13611 * gdb.btrace/instruction_history.c (loop): Add declaration.
13612
13613 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13614
13615 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
13616
13617 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
13618
13619 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
13620 parentheses to print.
13621 (continue_handler): Likewise.
13622
13623 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
13624
13625 * gdb.server/solib-list.exp: Remove is_remote check.
13626 Pass shlib= to gdb_compile. Don't link shared library with
13627 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
13628 Run binary filename through "readlink -f" on the target.
13629
13630 2016-04-08 Pedro Alves <palves@redhat.com>
13631
13632 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
13633 interpreter filename as argument to gdbserver_spawn.
13634 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
13635 Return empty if $last_loaded_file does not exist.
13636
13637 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13638
13639 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
13640 * gdb.base/jit-main.c: Use exit after usage.
13641
13642 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13643
13644 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
13645 GDBHISTSIZE prior to the tests.
13646 * gdb.base/gdbinit-history.exp: Likewise.
13647
13648 2016-04-07 Pedro Alves <palves@redhat.com>
13649
13650 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
13651 instead of build_executable. Use gdb_load_shlibs.
13652
13653 2016-04-07 Yao Qi <yao.qi@linaro.org>
13654
13655 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
13656 Execute "si" command.
13657
13658 2016-04-07 Yao Qi <yao.qi@linaro.org>
13659
13660 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
13661 number instead of the comments on some line.
13662
13663 2016-04-06 Don Breazeal <donb@codesourcery.com>
13664
13665 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
13666 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
13667
13668 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
13669
13670 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
13671 standard_output_file. Remove unused binfile variable.
13672
13673 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
13674
13675 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
13676 * gdb.python/py-mi-objfile.exp: Match "list main" output
13677 in console format.
13678
13679 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
13680
13681 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
13682 absolute.
13683
13684 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
13685
13686 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
13687 absolute.
13688 * gdb.trace/ftrace.exp: Likewise.
13689 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
13690 targets as well.
13691 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
13692 (gdb_load_shlibs): Copy libraries to test directory when testing
13693 natively. Only set solib-search-path if testing remotely.
13694 * lib/mi-support.exp (mi_load_shlibs): Likewise.
13695
13696 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
13697
13698 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
13699 gdb_download. Use it even if the target is not remote.
13700 * gdb.base/jit.exp (compile_jit_test): Likewise.
13701 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
13702 output directory if the destination board is local, otherwise use
13703 the standard remote_download from DejaGnu.
13704 (gdb_download): Remove.
13705 (gdb_load_shlibs): Use gdb_remote_download instead of
13706 gdb_download.
13707 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
13708 Use gdb_remote_download instead of gdb_download. Use it even if
13709 the target is not remote.
13710 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
13711 instead of gdb_download.
13712
13713 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
13714
13715 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
13716 (test_insert_delete_modify): Call mi_load_shlibs before trying to
13717 run.
13718
13719 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
13720
13721 PR gdb/19820
13722 * gdb.base/printcmds.exp: Add artificial arrays tests.
13723
13724 2016-03-31 Pedro Alves <palves@redhat.com>
13725
13726 PR gdb/19858
13727 * gdb.base/jit-main.c: Include unistd.h.
13728 (ATTACH): Define to 0 if not already defined.
13729 (wait_for_gdb, mypid): New globals.
13730 (WAIT_FOR_GDB): New macro.
13731 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
13732 some breakpoint locations.
13733 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
13734 New procedures.
13735 (one_jit_test): Add REATTACH parameter, and handle it. Use
13736 continue_to_test_location.
13737 (top level): Test attach, and adjusts calls to one_jit_test.
13738
13739 2016-03-31 Pedro Alves <palves@redhat.com>
13740
13741 PR gdb/19858
13742 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
13743 BINSUFFIX parameter, and handle it.
13744 (top level): Adjust calls compile_jit_test.
13745
13746 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
13747
13748 PR python/19743
13749 * gdb.python/py-mi-events-gdb.py: New file.
13750 * gdb.python/py-mi-events.c: New file.
13751 * gdb.python/py-mi-events.exp: New file.
13752
13753 2016-03-30 Yao Qi <yao.qi@linaro.org>
13754
13755 * gdb.reverse/until-precsave.exp: Match function name only.
13756 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
13757 Move malloc to a condition block.
13758 * gdb.reverse/until-reverse.exp: Match function name only.
13759
13760 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
13761
13762 * gdb.trace/ftrace.exp: Set arg0exp for s390.
13763 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
13764 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
13765 variable for GPR 0 instead of assuming it is register 0.
13766 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
13767 * lib/trace-support.exp: Add s390 registers.
13768
13769 2016-03-29 Yao Qi <yao.qi@linaro.org>
13770
13771 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
13772
13773 2016-03-24 Yao Qi <yao.qi@linaro.org>
13774
13775 * gdb.reverse/break-reverse.exp: Add quotation mark in the
13776 test message.
13777
13778 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13779
13780 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
13781 maintaining separate logic for constructing the output path.
13782
13783 2016-03-16 Don Breazeal <donb@codesourcery.com>
13784
13785 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
13786 Retry fork and waitpid on interrupted system call errors.
13787 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13788 Use with_timeout_factor to increase timeout by factor of 10.
13789
13790 2016-03-15 Don Breazeal <donb@codesourcery.com>
13791
13792 * gdb.cp/scope-err.cc: New test program.
13793 * gdb.cp/scope-err.exp: New test script.
13794 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
13795 lines and "set breakpoint here" comment.
13796 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
13797 Fixed some whitespace and format issues.
13798 * gdb.mi/mi-linespec-err-cp.cc: New test program.
13799 * gdb.mi/mi-linespec-err-cp.exp: New test script.
13800
13801 2016-03-15 Doug Evans <dje@google.com>
13802
13803 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
13804 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
13805 All callers updated. Add tests for enums, mixed flags register.
13806
13807 2016-03-15 Doug Evans <dje@google.com>
13808
13809 * gdb.base/skip.c (main): Call test_skip_file_and_function.
13810 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
13811
13812 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
13813
13814 * gdb.base/default.exp: Add $_as_string to the list of expected
13815 convenience functions.
13816
13817 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
13818
13819 * gdb.base/maint.exp: New tests for 'maint info line-table'.
13820
13821 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
13822
13823 * gdb.python/py-as-string.exp: New file.
13824 * gdb.python/py-as-string.c: New file.
13825
13826 2016-03-09 Pedro Alves <palves@redhat.com>
13827
13828 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
13829 signal" -> "Thread NN received signal" output change.
13830 * gdb.threads/ia64-sigill.exp: Likewise.
13831 * gdb.threads/linux-dp.exp: Likewise.
13832 * gdb.threads/manythreads.exp: Likewise.
13833 * gdb.threads/pending-step.exp: Likewise.
13834 * gdb.threads/print-threads.exp: Likewise.
13835 * gdb.threads/sigstep-threads.exp: Likewise.
13836 * gdb.threads/staticthreads.exp: Likewise.
13837 * gdb.threads/tls.exp: Likewise.
13838
13839 2016-03-09 Pedro Alves <palves@redhat.com>
13840
13841 * gdb.base/command-line-input.exp: New file.
13842
13843 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13844
13845 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
13846 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
13847 * gdb.trace/pending.exp: Accept leading dot before function name.
13848 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
13849 * lib/trace-support.exp: Set registers for ppc.
13850
13851 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13852
13853 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
13854 use it for disassembly; accept .main in addition to main in backtrace.
13855
13856 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
13857 Marcin Kościelnicki <koriakin@0x04.net>
13858
13859 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
13860 (gdb_recursion_test_ptr): New global variable.
13861 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
13862 gdb_recursion_test.
13863 (gdb_c_test): Ditto.
13864
13865 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13866
13867 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
13868 ordering.
13869
13870 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13871
13872 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
13873 (bar): Add bar_start_lbl label.
13874 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
13875 of foo/bar for emitting DWARF and tracing.
13876
13877 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
13878
13879 * analyze-racy-logs.py: Set executable bit.
13880
13881 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
13882
13883 * Makefile.in (DEFAULT_RACY_ITER): New variable.
13884 (CHECK_TARGET_TMP): Likewise.
13885 (check-single-racy): New rule.
13886 (check-parallel-racy): Likewise.
13887 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
13888 (do-check-parallel-racy): New rule.
13889 (check-racy/%.exp): Likewise.
13890 * README (Racy testcases): New section.
13891 * analyze-racy-logs.py: New file.
13892
13893 2016-03-03 Doug Evans <dje@google.com>
13894
13895 * gdb.base/skip.exp: Use with_test_prefix.
13896
13897 2016-03-03 Yao Qi <yao.qi@linaro.org>
13898
13899 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
13900 Invoke step_over_syscall "clone" and break_cond_on_syscall
13901 "clone".
13902 * gdb.base/step-over-clone.c: New file.
13903
13904 2016-03-03 Yao Qi <yao.qi@linaro.org>
13905
13906 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
13907 code format.
13908
13909 2016-03-03 Yao Qi <yao.qi@linaro.org>
13910
13911 * gdb.base/disp-step-fork.c: Rename to ...
13912 * gdb.base/step-over-fork.c: ... it. New file.
13913 * gdb.base/disp-step-vfork.c: Rename to ...
13914 * gdb.base/step-over-vfork.c: ... it. New file.
13915 * gdb.base/disp-step-syscall.exp: Rename to ...
13916 * gdb.base/step-over-syscall.exp: ... it. New file.
13917 (disp_step_cross_syscall): Rename to ...
13918 (step_over_syscall): ... it.
13919
13920 2016-03-03 Yao Qi <yao.qi@linaro.org>
13921
13922 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
13923 If target supports condition evaluation on target, invoke
13924 break_cond_on_syscall for fork and vfork.
13925
13926 2016-03-03 Yao Qi <yao.qi@linaro.org>
13927
13928 * gdb.base/disp-step-syscall.exp: Don't invoke
13929 support_displaced_stepping.
13930 (disp_step_cross_syscall): Test with displaced stepping off and
13931 on if supported.
13932
13933 2016-03-03 Yao Qi <yao.qi@linaro.org>
13934
13935 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
13936 proc.
13937 (setup): New proc.
13938 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
13939 and setup.
13940
13941 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13942
13943 * gdb.fortran/vla-history.exp: Remove breakpoint.
13944
13945 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13946
13947 * gdb.fortran/vla-history.exp: Lookup array elements and printing
13948 exceeds timeout.
13949
13950 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13951
13952 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
13953 breakpoint.
13954
13955 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13956
13957 * gdb.mi/vla.f90: Nullify pointer after declaration.
13958
13959 2016-03-01 Pedro Alves <palves@redhat.com>
13960
13961 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
13962
13963 2016-03-01 Pedro Alves <palves@redhat.com>
13964
13965 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
13966 before anything else.
13967 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
13968 _GNU_SOURCE here.
13969 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
13970 before anything else.
13971 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
13972
13973 2016-03-01 Pedro Alves <palves@redhat.com>
13974
13975 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
13976
13977 2016-03-01 Yao Qi <yao.qi@linaro.org>
13978
13979 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
13980 prepare_for_testing.
13981
13982 2016-03-01 Yao Qi <yao.qi@linaro.org>
13983
13984 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
13985
13986 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13987
13988 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
13989 manually constructing the output path.
13990
13991 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13992
13993 * gdb.arch/s390-stackless.S: New.
13994 * gdb.arch/s390-stackless.exp: New.
13995
13996 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
13997
13998 * gdb.dlang/circular.c: New file.
13999 * gdb.dlang/circular.exp: New file.
14000
14001 2016-02-26 Yao Qi <yao.qi@linaro.org>
14002
14003 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
14004 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
14005 (testcases): Update.
14006
14007 2016-02-26 Yao Qi <yao.qi@linaro.org>
14008
14009 * gdb.reverse/aarch64.c: Rename to ...
14010 * gdb.reverse/insn-reverse.c: ... it.
14011 * gdb.reverse/aarch64.exp: Rename to ...
14012 * gdb.reverse/insn-reverse.exp: ... it.
14013
14014 2016-02-26 Yao Qi <yao.qi@linaro.org>
14015
14016 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
14017 (testcase_ftype): New.
14018 (testcases): New array.
14019 (n_testcases): New.
14020 (main): Call each element in testcases.
14021 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
14022 (read_testcase): New.
14023 Do the tests in a loop.
14024
14025 2016-02-25 Yao Qi <yao.qi@linaro.org>
14026
14027 * gdb.base/branches.c: Remove.
14028
14029 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
14030
14031 PR gdb/13808
14032 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
14033
14034 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
14035
14036 * gdb.trace/ftrace.exp: Remove unnecessary target check.
14037
14038 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
14039
14040 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
14041 change x86_64 call_insn to 'callq'.
14042
14043 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14044
14045 * gdb.trace/tfile-avx.c: Move to...
14046 * gdb.trace/tracefile-pseudo-reg.c: Here.
14047 * gdb.trace/tfile-avx.exp: Move to...
14048 * gdb.trace/tracefile-pseudo-reg.exp: Here.
14049
14050 2016-02-24 Gary Benson <gbenson@redhat.com>
14051
14052 * gdb.base/attach-pie-noexec.exp: Do not expect an error
14053 message on attach.
14054
14055 2016-02-23 Doug Evans <dje@google.com>
14056
14057 * gdb.base/skip.c (test_skip): New function.
14058 (end_test_skip_file_and_function): New function.
14059 (test_skip_file_and_function): New function.
14060 * gdb.base/skip1.c (test_skip): New function.
14061 (skip1_test_skip_file_and_function): New function.
14062 * gdb.base/skip.exp: Add tests for new skip options.
14063 * gdb.base/skip-solib.exp: Update expected output.
14064 * gdb.perf/skip-command.cc: New file.
14065 * gdb.perf/skip-command.exp: New file.
14066 * gdb.perf/skip-command.py: New file.
14067
14068 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
14069
14070 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
14071 info registers pattern.
14072
14073 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
14074
14075 * lib/future.exp: Add D support.
14076 (gdb_find_gdc): New proc.
14077 (gdb_default_target_compile): Add D support.
14078
14079 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
14080
14081 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
14082 user+system time.
14083 (trace_speed_test): Determine the iteration count for a time
14084 between 15..30 seconds.
14085
14086 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
14087
14088 * gdb.arch/i386-mpx-sigsegv.c: New file.
14089 * gdb.arch/i386-mpx-sigsegv.exp: New file.
14090 * gdb.arch/i386-mpx-simple_segv.c: New file.
14091 * gdb.arch/i386-mpx-simple_segv.exp: New file.
14092
14093 2016-02-18 Yao Qi <yao.qi@linaro.org>
14094
14095 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14096 Don't call setup_kfail.
14097
14098 2016-02-18 Yao Qi <yao.qi@linaro.org>
14099
14100 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
14101 Set "set breakpoint condition-evaluation" per $cond_bp_target.
14102
14103 2016-02-16 Doug Evans <dje@google.com>
14104
14105 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
14106 * gdb.base/skip1.c: Ditto.
14107 * gdb.base/skip.exp: Whitespace cleanup.
14108
14109 2016-02-16 Don Breazeal <donb@codesourcery.com>
14110
14111 PR remote/19496
14112 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
14113 Remove kfail for PR remote/19496.
14114
14115 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
14116
14117 * lib/gdb.exp (standard_temp_file): Return a path specific to
14118 the runtest invocation.
14119
14120 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
14121
14122 * gdb.trace/save-trace.exp: Change relative path to be in the
14123 standard output directory.
14124
14125 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14126
14127 * gdb.arch/i386-prologue.c: Add missing prototypes.
14128
14129 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14130
14131 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
14132 * gdb.arch/i386-prologue.exp: Likewise.
14133 * gdb.arch/i386-size.exp: Likewise.
14134
14135 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
14136
14137 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
14138 define object file path.
14139 * gdb.btrace/gcore.exp: Use standard_output_file to define core
14140 file path.
14141 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
14142 standard_output_file to define binfile.
14143
14144 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14145
14146 Fix compatibility with recent gfortran-5.3.1.
14147 * gdb.fortran/vla-history.exp (print vla1 allocated)
14148 (print vla2 allocated, print $2, print $3): Remove
14149 (print $4): Rename to ...
14150 (print $2): ... here.
14151 (print $9): Rename to ...
14152 (print $5): ... here.
14153 (print $10): Rename to ...
14154 (print $6): ... here.
14155 * gdb.fortran/vla.f90: Add pvla initialization.
14156
14157 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14158
14159 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
14160 New test.
14161 * gdb.fortran/vla-value-sub.exp: Likewise.
14162
14163 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
14164
14165 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
14166
14167 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
14168
14169 * i386-biarch-core.exp: Define corefile using
14170 standard_output_file.
14171
14172 2016-02-12 Yao Qi <yao.qi@linaro.org>
14173
14174 * gdb.arch/arm-single-step-kernel-helper.c: New.
14175 * gdb.arch/arm-single-step-kernel-helper.exp: New.
14176
14177 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
14178
14179 * gdb.btrace/tailcall-only.exp: New.
14180 * gdb.btrace/tailcall-only.c: New.
14181 * gdb.btrace/x86_64-tailcall-only.S: New.
14182 * gdb.btrace/i686-tailcall-only.S: New.
14183
14184 2016-02-11 Pedro Alves <palves@redhat.com>
14185
14186 * README (Parallel testing): Add missing double quotes.
14187
14188 2016-02-11 Pedro Alves <palves@redhat.com>
14189
14190 * README (Parallel testing): New section.
14191 (GDB_PARALLEL): Rewrite.
14192 (FORCE_PARALLEL): Document.
14193
14194 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
14195
14196 * gdb.trace/tfile-avx.c: New test.
14197 * gdb.trace/tfile-avx.exp: New test.
14198
14199 2016-02-09 Keith Seitz <keiths@redhat.com>
14200
14201 PR breakpoints/19546
14202 * gdb.base/infcall-exec.c: New file.
14203 * gdb.base/infcall-exec2.c: New file.
14204 * gdb.base/infcall-exec.exp: New file.
14205
14206 2016-02-09 Keith Seitz <keiths@redhat.com>
14207
14208 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
14209 (toplevel): Call test_bkpt_address.
14210
14211 2016-02-09 Keith Seitz <keiths@redhat.com>
14212
14213 PR python/19506
14214 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
14215 (toplevel): Call test_bkpt_address.
14216
14217 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
14218
14219 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
14220 to AC_OUTPUT.
14221 * configure: Regenerate.
14222
14223 2016-02-09 Pedro Alves <palves@redhat.com>
14224
14225 PR breakpoints/19548
14226 * gdb.base/execl-update-breakpoints.c (some_function): New
14227 function.
14228 (main): Call it.
14229 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
14230 Tighten expected GDB output.
14231
14232 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
14233
14234 * Makefile.in (ALL_SUBDIRS): Remove.
14235 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
14236 (distclean maintainer-clean realclean): Likewise.
14237 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
14238 * configure: Regenerate.
14239 * gdb.ada/Makefile.in: Delete.
14240 * gdb.arch/Makefile.in: Likewise.
14241 * gdb.asm/Makefile.in: Likewise.
14242 * gdb.base/Makefile.in: Likewise.
14243 * gdb.btrace/Makefile.in: Likewise.
14244 * gdb.cell/Makefile.in: Likewise.
14245 * gdb.compile/Makefile.in: Likewise.
14246 * gdb.cp/Makefile.in: Likewise.
14247 * gdb.disasm/Makefile.in: Likewise.
14248 * gdb.dlang/Makefile.in: Likewise.
14249 * gdb.dwarf2/Makefile.in: Likewise.
14250 * gdb.fortran/Makefile.in: Likewise.
14251 * gdb.gdb/Makefile.in: Likewise.
14252 * gdb.go/Makefile.in: Likewise.
14253 * gdb.guile/Makefile.in: Likewise.
14254 * gdb.java/Makefile.in: Likewise.
14255 * gdb.linespec/Makefile.in: Likewise.
14256 * gdb.mi/Makefile.in: Likewise.
14257 * gdb.modula2/Makefile.in: Likewise.
14258 * gdb.multi/Makefile.in: Likewise.
14259 * gdb.objc/Makefile.in: Likewise.
14260 * gdb.opencl/Makefile.in: Likewise.
14261 * gdb.opt/Makefile.in: Likewise.
14262 * gdb.pascal/Makefile.in: Likewise.
14263 * gdb.perf/Makefile.in: Likewise.
14264 * gdb.python/Makefile.in: Likewise.
14265 * gdb.reverse/Makefile.in: Likewise.
14266 * gdb.server/Makefile.in: Likewise.
14267 * gdb.stabs/Makefile.in: Likewise.
14268 * gdb.threads/Makefile.in: Likewise.
14269 * gdb.trace/Makefile.in: Likewise.
14270 * gdb.xml/Makefile.in: Likewise.
14271 * lib/gdb.exp (make_gdb_parallel_path): Add check for
14272 GDB_PARALLEL.
14273 (standard_output_file): Remove check for GDB_PARALLEL, always
14274 return path in outputs/$subdir/$testname.
14275
14276 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
14277
14278 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
14279 (site.exp): Assign abs_srcdir to tcl's srcdir.
14280
14281 2016-02-04 Yao Qi <yao.qi@linaro.org>
14282
14283 * gdb.base/foll-exec-mode.c: Include limits.h.
14284 (main): Add parameters argc and argv. Get directory from
14285 argv[0].
14286 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
14287 compilation.
14288 * gdb.base/foll-exec.c: Include limits.h.
14289 (main): Add parameters argc and argv.
14290 Get directory from argv[0].
14291 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
14292 Adjust tests on the number of lines as source code changed.
14293 * gdb.base/foll-vfork-exit.c: Include limits.h.
14294 (main): Add one line of statement before vfork.
14295 * gdb.base/foll-vfork.c: Include limits.h and string.h.
14296 (main): Add parameters argc and argv. Get directory from
14297 argv[0].
14298 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
14299 (setup_gdb): Set tbreak to skip some source lines.
14300 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
14301 (main): Add parameters argc and argv. Get directory from
14302 argv[0].
14303 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
14304 compilation.
14305 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
14306 (main): Add parameters argc and argv. Get directory from
14307 argv[0].
14308 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
14309 compilation.
14310
14311 2016-02-01 Doug Evans <dje@google.com>
14312
14313 * gdb.base/skip.exp: Clean up multiple references to same test name.
14314
14315 2016-02-01 Pedro Alves <palves@redhat.com>
14316
14317 PR remote/19496
14318 * gdb.threads/forking-threads-plus-breakpoint.exp
14319 (displaced_stepping_supported): New global.
14320 (probe_displaced_stepping_support): New procedure.
14321 (do_test): Add 'displaced' parameter, and use it.
14322 (top level): Check for displaced stepping support. Add displaced
14323 stepping on/off testing axis.
14324
14325 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
14326
14327 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
14328 pointer. Don't perform further tests on the unassociated pointer
14329 if the first test fails.
14330
14331 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
14332
14333 * gdb.base/max-value-size.c: New file.
14334 * gdb.base/max-value-size.exp: New file.
14335 * gdb.base/huge.exp: Disable max-value-size for this test.
14336
14337 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
14338
14339 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14340
14341 2016-01-28 Yao Qi <yao.qi@linaro.org>
14342
14343 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
14344
14345 2016-01-25 Pedro Alves <palves@redhat.com>
14346
14347 PR threads/19461
14348 * gdb.base/fork-running-state.c: New file.
14349 * gdb.base/fork-running-state.exp: New file.
14350
14351 2016-01-25 Pedro Alves <palves@redhat.com>
14352
14353 PR gdb/19494
14354 * gdb.base/catch-fork-kill.c: New file.
14355 * gdb.base/catch-fork-kill.exp: New file.
14356
14357 2016-01-25 Pedro Alves <palves@redhat.com>
14358
14359 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
14360 Delete, moved to lib/gdb.exp.
14361 * gdb.threads/forking-threads-plus-breakpoint.exp
14362 (foreach_with_prefix): Likewise.
14363 * gdb.threads/process-dies-while-handling-bp.exp
14364 (foreach_with_prefix): Likewise.
14365 * lib/gdb.exp (foreach_with_prefix): New procedure.
14366
14367 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
14368
14369 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
14370 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
14371
14372 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
14373
14374 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
14375 endian targets.
14376
14377 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14378 Pedro Alves <palves@redhat.com>
14379
14380 Fix testsuite compatibility with Guile.
14381 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
14382 number.
14383
14384 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14385
14386 Fix testsuite compatibility with Guile.
14387 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
14388 (thread 1): New test for backtrace through signal handler.
14389
14390 2016-01-22 Yao Qi <yao.qi@linaro.org>
14391
14392 PR testsuite/19491
14393 * gdb.base/multi-forks.c: Include
14394 ../lib/unbuffer_output.c
14395 (main): Call gdb_unbuffer_output.
14396
14397 2016-01-21 Doug Evans <dje@google.com>
14398
14399 * lib/ada.exp (gdb_compile_ada): Fix typo.
14400
14401 2016-01-21 Joel Brobecker <brobecker@adacore.com>
14402
14403 * gdb.base/break-fun-addr.exp: New file.
14404 * gdb.base/break-fun-addr1.c: New file.
14405 * gdb.base/break-fun-addr2.c: New file.
14406
14407 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
14408
14409 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
14410 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
14411 enum flag values.
14412
14413 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
14414
14415 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
14416 when GDB can not set the vector return value. Add more comments
14417 for clarification.
14418
14419 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
14420
14421 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
14422 command.
14423
14424 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14425
14426 * Makefile.in (DO_RUNTEST): Add --status and update usages.
14427
14428 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14429
14430 * Makefile.in (check-single): Pass --status to runtest.
14431 (check/%.exp): Likewise.
14432
14433 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14434
14435 * Makefile.in (check-parallel): Propagate return code from make
14436 do-check-parallel.
14437
14438 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
14439
14440 * gdb.trace/ftrace.exp: Fix expected message on continue.
14441 * gdb.trace/pending.exp: Fix expected message on continue.
14442 * gdb.trace/trace-break.exp: Fix expected message on continue.
14443
14444 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
14445
14446 * lib/gdb.exp (gdb_test): Remove unused global references.
14447
14448 2016-01-18 Pedro Alves <palves@redhat.com>
14449
14450 * gdb.base/async-shell.exp: Adjust expected output.
14451 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
14452 * gdb.base/siginfo-thread.exp: Adjust expected output.
14453 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
14454 * gdb.java/jnpe.exp: Adjust expected output.
14455 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
14456 * gdb.threads/continue-pending-status.exp: Adjust expected output.
14457 * gdb.threads/leader-exit.exp: Adjust expected output.
14458 * gdb.threads/manythreads.exp: Adjust expected output.
14459 * gdb.threads/pthreads.exp: Adjust expected output.
14460 * gdb.threads/schedlock.exp: Adjust expected output.
14461 * gdb.threads/siginfo-threads.exp: Adjust expected output.
14462 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
14463 expected output.
14464 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
14465 output.
14466 * gdb.threads/sigthread.exp: Adjust expected output.
14467 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
14468
14469 2016-01-18 Yao Qi <yao.qi@linaro.org>
14470
14471 * gdb.guile/scm-section-script.c: Replace @progbits with
14472 %progbits.
14473 * gdb.python/py-section-script.c: Likewise.
14474
14475 2016-01-15 Pedro Alves <palves@redhat.com>
14476
14477 * gdb.multi/tids.exp: Test star wildcard ranges.
14478
14479 2016-01-15 Pedro Alves <palves@redhat.com>
14480
14481 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
14482 command from "thread apply" invocation.
14483 (thr_apply_info_thr_invalid): Default the expected output to the
14484 input tid list.
14485 (top level): Add tests that use convenience variables. Add tests
14486 for "thread apply" with a valid TID list, but missing the command.
14487
14488 2016-01-13 Pedro Alves <palves@redhat.com>
14489
14490 * gdb.base/default.exp: Expect $_gthread as well.
14491 * gdb.multi/tids.exp: Test $_gthread.
14492 * gdb.threads/thread-specific.exp: Test $_gthread.
14493
14494 2016-01-13 Pedro Alves <palves@redhat.com>
14495
14496 * gdb.multi/tids.exp: Test "info threads -gid".
14497
14498 2016-01-13 Pedro Alves <palves@redhat.com>
14499
14500 * gdb.multi/tids.exp: Test InferiorThread.global_num and
14501 Breakpoint.thread.
14502 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
14503
14504 2016-01-07 Pedro Alves <palves@redhat.com>
14505
14506 * gdb.base/break.exp: Adjust to output changes.
14507 * gdb.base/hbreak2.exp: Likewise.
14508 * gdb.base/sepdebug.exp: Likewise.
14509 * gdb.base/watch_thread_num.exp: Likewise.
14510 * gdb.linespec/keywords.exp: Likewise.
14511 * gdb.multi/info-threads.exp: Likewise.
14512 * gdb.threads/thread-find.exp: Likewise.
14513 * gdb.multi/tids.c: New file.
14514 * gdb.multi/tids.exp: New file.
14515
14516 2016-01-13 Pedro Alves <palves@redhat.com>
14517
14518 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
14519
14520 2016-01-13 Pedro Alves <palves@redhat.com>
14521
14522 * gdb.base/default.exp: Expect $_inferior as well.
14523 * gdb.multi/base.exp: Test $_inferior.
14524
14525 2016-01-13 Pedro Alves <palves@redhat.com>
14526
14527 PR breakpoints/19388
14528 * gdb.base/catch-signal-siginfo-cond.c: New file.
14529 * gdb.base/catch-signal-siginfo-cond.exp: New file.
14530
14531 2016-01-12 Josh Stone <jistone@redhat.com>
14532 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14533
14534 * gdb.base/catch-syscall.c (do_execve): New variable.
14535 (main): Conditionally trigger an execve.
14536 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
14537 (test_catch_syscall_execve): New, check entry/return across execve.
14538 (do_syscall_tests): Call test_catch_syscall_execve.
14539
14540 2016-01-12 Pedro Alves <palves@redhat.com>
14541
14542 * gdb.base/random-signal.exp (do_test): New procedure, with body
14543 of testcase moved in.
14544
14545 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14546 Pedro Alves <palves@redhat.com>
14547
14548 * gdb.base/funcargs.exp (finish from indirectly called function):
14549 Reintroduce the case for 'First'.
14550
14551 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14552 Pedro Alves <palves@redhat.com>
14553
14554 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
14555 (tcatch_vfork_then_child_follow_exec)
14556 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
14557 identification.
14558
14559 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14560
14561 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
14562 and repeats to unlimited.
14563 * gdb.python/py-value.exp: Likewise.
14564 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
14565 and repeats to unlimited.
14566
14567 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14568
14569 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
14570 and reordering the functions.
14571 * gdb.multi/hangout.c: Likewise.
14572 * gdb.multi/hello.c: Likewise.
14573
14574 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
14575
14576 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
14577 absolute.
14578 (SingleStatisticTestResult.report): Use dict.keys instead of
14579 dict.iterkeys.
14580
14581 2016-01-06 Pedro Alves <palves@redhat.com>
14582
14583 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
14584
14585 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
14586
14587 * gdb.btrace/dlopen.exp: New.
14588 * gdb.btrace/dlopen.c: New.
14589 * gdb.btrace/dlopen-dso.c: New.
14590
14591 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
14592
14593 * lib/gdb.exp (gdb_test): Update comments to clarify that the
14594 PATTERN argument is optional.
14595
14596 2015-12-24 Joel Brobecker <brobecker@adacore.com>
14597
14598 * lib/ada.exp (target_compile_ada_from_dir): New function.
14599 (gdb_compile_ada): Reimplement avoiding the use of project files.
14600 * gdb.ada/gnat_ada.gpr: Delete.
14601 * gdb.ada/cond_lang.exp: Adjust test to make path before
14602 filename optional.
14603 * gdb.ada/small_reg_param.exp: Likewise.
14604
14605 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
14606
14607 * gdb.base/foll-vork.exp: Remove HP-UX special case.
14608
14609 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
14610
14611 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
14612 case.
14613
14614 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
14615
14616 * gdb.base/break.exp: Remove dead code.
14617 * gdb.base/sepdebug.exp: Likewise.
14618
14619 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
14620
14621 * gdb.asm/asm-source.exp: Remove HP-UX references.
14622 * gdb.base/annota1.exp: Likewise.
14623 * gdb.base/annota3.exp: Likewise.
14624 * gdb.base/attach.exp: Likewise.
14625 * gdb.base/bigcore.exp: Likewise.
14626 * gdb.base/break.exp: Likewise.
14627 * gdb.base/call-ar-st.exp: Likewise.
14628 * gdb.base/callfuncs.exp: Likewise.
14629 * gdb.base/catch-fork-static.exp: Likewise.
14630 * gdb.base/display.exp: Likewise.
14631 * gdb.base/foll-exec-mode.exp: Likewise.
14632 * gdb.base/foll-exec.exp: Likewise.
14633 * gdb.base/foll-fork.exp: Likewise.
14634 * gdb.base/foll-vfork.exp: Likewise.
14635 * gdb.base/funcargs.exp: Likewise.
14636 * gdb.base/hbreak2.exp: Likewise.
14637 * gdb.base/inferior-died.exp: Likewise.
14638 * gdb.base/interrupt.exp: Likewise.
14639 * gdb.base/multi-forks.exp: Likewise.
14640 * gdb.base/nodebug.exp: Likewise.
14641 * gdb.base/sepdebug.exp: Likewise.
14642 * gdb.base/solib1.c: Likewise.
14643 * gdb.base/step-test.exp: Likewise.
14644 * gdb.mi/non-stop.c: Likewise.
14645 * gdb.mi/pthreads.c: Likewise.
14646 * gdb.multi/bkpt-multi-exec.ex: Likewise.
14647 * gdb.threads/pthreads.c: Likewise.
14648 * gdb.threads/staticthreads.exp: Likewise.
14649 * lib/future.exp: Likewise.
14650 * lib/gdb.exp: Likewise.
14651 * gdb.base/so-indr-cl.c: Remove.
14652 * gdb.base/so-indr-cl.exp: Likewise.
14653 * gdb.base/solib.c: Likewise.
14654 * gdb.base/solib.exp: Likewise.
14655 * gdb.base/solib2.c: Likewise.
14656
14657 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
14658
14659 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
14660 * gdb.base/call-ar-st.exp: Likewise.
14661 * gdb.base/callfuncs.exp: Likewise.
14662 * gdb.base/condbreak.exp: Likewise.
14663 * gdb.base/constvars.exp: Likewise.
14664 * gdb.base/hbreak2.exp: Likewise.
14665 * gdb.base/langs.exp: Likewise.
14666 * gdb.base/list.exp: Likewise.
14667 * gdb.base/long_long.exp: Likewise.
14668 * gdb.base/ptype.exp: Likewise.
14669 * gdb.base/scope.exp: Likewise.
14670 * gdb.base/signals.exp: Likewise.
14671 * gdb.base/so-impl-ld.exp: Likewise.
14672 * gdb.base/varargs.exp: Likewise.
14673 * gdb.base/volatile.exp: Likewise.
14674 * gdb.base/whatis.exp: Likewise.
14675 * gdb.cp/cplusfuncs.exp: Likewise.
14676 * gdb.cp/inherit.exp: Likewise.
14677 * gdb.cp/local.exp: Likewise.
14678 * gdb.cp/member-ptr.exp: Likewise.
14679 * gdb.cp/method.exp: Likewise.
14680 * gdb.cp/overload.exp: Likewise.
14681 * gdb.cp/templates.exp: Likewise.
14682 * gdb.stabs/weird.exp: Likewise.
14683 * lib/compiler.c: Likewise.
14684 * lib/compiler.cc: Likewise.
14685 * lib/cp-support.exp: Likewise.
14686 * lib/gdb.exp: Likewise.
14687
14688 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
14689
14690 * configure.ac: Remove HP-UX case.
14691 * configure: Regenerate.
14692
14693 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
14694
14695 * lib/gdb.exp (gdb_compile): Add function doc.
14696
14697 2015-12-17 Pedro Alves <palves@redhat.com>
14698
14699 PR threads/19354
14700 * gdb.multi/info-threads.exp: New file.
14701
14702 2015-12-15 Yao Qi <yao.qi@linaro.org>
14703
14704 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
14705 is aarch64*-*-*.
14706
14707 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14708
14709 * gdb.base/history-duplicates.exp: Skip if no readline support.
14710
14711 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14712
14713 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
14714
14715 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14716
14717 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
14718
14719 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14720
14721 * gdb.base/completion.exp: Skip tests that interrupt GDB with
14722 ctrl-C if nointerrupts target property is set.
14723 * gdb.base/double-prompt-target-event-error.exp: Likewise.
14724 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
14725 * gdb.base/paginate-bg-execution.exp: Likewise.
14726 * gdb.base/paginate-execution-startup.exp: Likewise.
14727 * gdb.base/random-signal.exp: Likewise.
14728 * gdb.base/range-stepping.exp: Likewise.
14729 * gdb.cp/annota2.exp: Likewise.
14730 * gdb.cp/annota3.exp: Likewise.
14731 * gdb.gdb/selftest.exp: Likewise.
14732 * gdb.threads/continue-pending-status.exp: Likewise.
14733 * gdb.threads/leader-exit.exp: Likewise.
14734 * gdb.threads/manythreads.exp: Likewise.
14735 * gdb.threads/pthreads.exp: Likewise.
14736 * gdb.threads/schedlock.exp: Likewise.
14737 * gdb.threads/sigthread.exp: Likewise.
14738
14739 2015-12-11 Don Breazeal <donb@codesourcery.com>
14740
14741 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
14742 remote.
14743 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
14744 * gdb.base/foll-exec.exp (main): Enable for target remote.
14745 * gdb.base/foll-fork.exp (main): Likewise.
14746 * gdb.base/foll-vfork.exp (main): Likewise.
14747 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
14748 (proc continue_to_exit_bp_loc): Use clean_restart.
14749 * gdb.base/pie-execl.exp (main): Disable for target remote.
14750 * gdb.base/watch-vfork.exp (main): Enable for target remote.
14751 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
14752 * gdb.threads/execl.exp (main): Likewise.
14753 * gdb.threads/fork-child-threads.exp (main): Likewise.
14754 * gdb.threads/fork-plus-threads.exp (main): Disable for target
14755 remote.
14756 * gdb.threads/fork-thread-pending.exp (main): Enable for target
14757 remote.
14758 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
14759 pid.tid style ptids, instead of just tid.
14760 * gdb.threads/thread-execl.exp (main): Enable for target remote.
14761 * gdb.threads/watchpoint-fork.exp (main): Likewise.
14762 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
14763 ptids, instead of just tid.
14764
14765 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14766
14767 * gdb.base/list.exp (test_list_forward): Add end of file error
14768 test.
14769 (test_repeat_list_command): Add end of file error test.
14770 (test_list_backwards): Add beginning of file error test.
14771
14772 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14773
14774 * gdb.base/list.exp (test_list_invalid_args): New function,
14775 defined, and called.
14776
14777 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14778
14779 * gdb.base/list.exp (test_list): Make test names unique.
14780
14781 2015-12-11 Yao Qi <yao.qi@linaro.org>
14782
14783 * gdb.base/coremaker2.c: Remove.
14784
14785 2015-12-10 Pedro Alves <palves@redhat.com>
14786
14787 * gdb.multi/base.exp: Remove stale "spaces" references.
14788
14789 2015-12-10 Pedro Alves <palves@redhat.com>
14790
14791 * gdb.multi/base.exp: Don't use nowarnings.
14792 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
14793 * gdb.multi/hangout.c: Include stdio.h.
14794 * gdb.multi/hello.c: Include stdlib.h.
14795 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
14796 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
14797 * gdb.multi/multi-arch.exp: Don't use nowarnings.
14798
14799 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
14800
14801 * gdb.dwarf2/dw2-ranges-base.c: New file.
14802 * gdb.dwarf2/dw2-ranges-base.exp: New file.
14803 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
14804 support additional line table, and debug ranges generation.
14805 (Dwarf::ranges): New function, generate .debug_ranges.
14806 (Dwarf::lines): Support generating simple line table programs.
14807 (Dwarf::assemble): Initialise new namespace variables.
14808
14809 2015-12-09 Kevin Buettner <kevinb@redhat.com>
14810
14811 * gdb.base/async.exp (proc test_background): Add case for
14812 asynchronous execution not supported.
14813
14814 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
14815
14816 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
14817 format and change test names to make them unique.
14818
14819 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
14820 Pedro Alves <pedro@redhat.com>
14821
14822 PR gdb/18702
14823 Add checking of floatformats setup on x86_64 hosts.
14824 * gdb.arch/i386-float.S (main): Load bigval and smallval.
14825 (smallval, bigval): New labels/constants.
14826 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
14827 float" after loading bigval and smallval.
14828
14829 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
14830
14831 * gdb.ada/fun_overload_menu.exp: New testcase.
14832 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
14833
14834 2015-12-04 Josh Stone <jistone@redhat.com>
14835
14836 * gdb.base/catch-fork-static.exp: New.
14837
14838 2015-12-03 Yao Qi <yao.qi@linaro.org>
14839
14840 * gdb.base/sizeof.c: Don't include stdio.h and
14841 ../lib/unbuffer_output.c.
14842 (main): New variable 'size' and 'value'. Remove printf and
14843 gdb_unbuffer_output. Assign return value to size and value.
14844 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
14845 at the beginning.
14846 (check_sizeof): Check the result by printing variable 'size'.
14847 (check_valueof): Check the result by printing variable 'value'.
14848
14849 2015-12-01 Yao Qi <yao.qi@linaro.org>
14850
14851 * gdb.base/disp-step-syscall.exp: Define syscall instruction
14852 for aarch64*-*-linux* target.
14853
14854 2015-11-30 Pedro Alves <palves@redhat.com>
14855
14856 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
14857
14858 2015-11-30 Pedro Alves <palves@redhat.com>
14859
14860 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
14861 Handle non-stop mode vCont replies.
14862
14863 2015-11-30 Pedro Alves <palves@redhat.com>
14864
14865 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
14866 prepare_for_testing. Start gdb with "set non-stop on" appended to
14867 GDBFLAGS. Lax expected stop output.
14868
14869 2015-11-27 Yao Qi <yao.qi@linaro.org>
14870
14871 * gdb.arch/arm-neon.exp: New.
14872 * gdb.arch/arm-neon.c: New.
14873
14874 2015-11-27 Yao Qi <yao.qi@linaro.org>
14875
14876 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
14877
14878 2015-11-27 Yao Qi <yao.qi@linaro.org>
14879
14880 * gdb.cp/annota2.exp: Allow multiple occurrences of the
14881 frames-invalid annotation.
14882
14883 2015-11-27 Yao Qi <yao.qi@linaro.org>
14884
14885 * gdb.cp/annota2.exp: Use ${frames_invalid}.
14886
14887 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
14888
14889 * gdb.threads/names.exp: New file.
14890 * gdb.threads/names.c: New file.
14891 * README: Mention gdb,no_thread_names.
14892
14893 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
14894
14895 PR 19297
14896 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
14897 support" error.
14898
14899 2015-11-24 Pedro Alves <palves@redhat.com>
14900
14901 PR 17539
14902 * gdb.base/display.exp: Expect displays to be sorted in ascending
14903 order. Use multi_line.
14904 * gdb.base/solib-display.exp: Likewise.
14905
14906 2015-11-24 Pedro Alves <palves@redhat.com>
14907
14908 PR 17539
14909 * gdb.base/display.exp: Expect displays to be sorted in ascending
14910 order. Use multi_line.
14911 * gdb.base/solib-display.exp: Likewise.
14912
14913 2015-11-24 Pedro Alves <palves@redhat.com>
14914
14915 PR 17539
14916 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
14917 threads in ascending order.
14918 * gdb.base/foll-fork.exp: Likewise.
14919 * gdb.base/foll-vfork.exp: Likewise.
14920 * gdb.base/multi-forks.exp: Likewise.
14921 * gdb.mi/mi-nonstop.exp: Likewise.
14922 * gdb.mi/mi-nsintrall.exp: Likewise.
14923 * gdb.multi/base.exp: Likewise.
14924 * gdb.multi/multi-arch.exp: Likewise.
14925 * gdb.python/py-inferior.exp: Likewise.
14926 * gdb.threads/break-while-running.exp: Likewise.
14927 * gdb.threads/execl.exp: Likewise.
14928 * gdb.threads/gcore-thread.exp: Likewise.
14929 * gdb.threads/info-threads-cur-sal.exp: Likewise.
14930 * gdb.threads/kill.exp: Likewise.
14931 * gdb.threads/linux-dp.exp: Likewise.
14932 * gdb.threads/multiple-step-overs.exp: Likewise.
14933 * gdb.threads/next-bp-other-thread.exp: Likewise.
14934 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
14935 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
14936 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
14937 * gdb.threads/thread-find.exp: Likewise.
14938 * gdb.threads/tls.exp: Likewise.
14939 * lib/mi-support.exp (mi_reverse_list): Delete.
14940 (mi_check_thread_states): No longer reverse list.
14941
14942 2015-11-24 Pedro Alves <palves@redhat.com>
14943
14944 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
14945 use lowercase.
14946
14947 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14948
14949 * gdb.trace/actions.c: Include trace-common.h.
14950 (main): Add a location for a fast tracepoint.
14951 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
14952 the normal tracepoints.
14953 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
14954
14955 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14956
14957 * save-trace.exp: Factor out code to these...
14958 (gdb_save_tracepoints): New.
14959 (gdb_load_tracepoints): New.
14960 (do_save_load_test): New.
14961
14962 2015-11-23 Kevin Buettner <kevinb@redhat.com>
14963
14964 * gdb.base/asmlabel.exp: New test.
14965 * gdb.base/asmlabel.c: New test case.
14966
14967 2015-11-23 Joel Brobecker <brobecker@adacore.com>
14968
14969 * gdb.base/wrong_frame_bt_full-main.c: New file.
14970 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
14971 * gdb.base/wrong_frame_bt_full.exp: New file.
14972
14973 2015-11-23 Joel Brobecker <brobecker@adacore.com>
14974
14975 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
14976
14977 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14978
14979 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
14980 pstate register when comparing registers values in
14981 sparc64-*-linux-gnu targets to avoid spurious differences.
14982
14983 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14984
14985 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
14986
14987 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
14988
14989 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
14990 as type argument to gdb_compile.
14991 * gdb.base/nested-subp2.exp: Likewise.
14992 * gdb.base/nested-subp3.exp: Likewise.
14993
14994 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
14995
14996 * lib/dwarf.exp (_note): Fix left shift of negative value.
14997 * gdb.trace/trace-condition.exp: Likewise.
14998
14999 2015-11-13 Yao Qi <yao.qi@linaro.org>
15000
15001 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
15002 comments about d10v.
15003 (test_scalar_returns): Likewise.
15004 * gdb.base/d10v.ld: Remove.
15005 * gdb.base/overlays.exp: Remove the target triplet checking for
15006 d10v-*-*.
15007 * gdb.base/structs.exp (test_struct_returns): Remove the
15008 comments about d10v.
15009 (test_struct_calls): Likewise.
15010
15011 2015-11-13 Yao Qi <yao.qi@linaro.org>
15012
15013 * gdb.base/gnu_vector.exp: Check the return value by "p res".
15014 * gdb.base/gnu_vector.c: Don't include stdio.h.
15015 (main): Don't print res and call add_some_intvecs.
15016
15017 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
15018
15019 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
15020 macro.
15021 (func5): Removed.
15022 (func4): Use FAST_TRACEPOINT_LABEL.
15023 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
15024 macro.
15025 (func): Removed.
15026 (thread_function): Use FAST_TRACEPOINT_LABEL.
15027 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
15028 (func): Remove.
15029 (marker): Use FAST_TRACEPOINT_LABEL.
15030 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
15031 (pendfunc1): Remove.
15032 (pendfunc): Use FAST_TRACEPOINT_LABEL.
15033 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
15034 (foo): Remove.
15035 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
15036 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
15037 macro.
15038 (func): Remove.
15039 (marker): Use FAST_TRACEPOINT_LABEL.
15040 * gdb.trace/trace-common.h: New header.
15041 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
15042 macro.
15043 (func): Remove.
15044 (marker): Use FAST_TRACEPOINT_LABEL.
15045 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
15046 (func): Remove.
15047 (thread_function): Use FAST_TRACEPOINT_LABEL.
15048
15049 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
15050
15051 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
15052 in front.
15053 * gdb.trace/change-loc.exp: Use global pcreg definition.
15054 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
15055 * gdb.trace/entry-values.exp: Use global spreg definition, add $
15056 in front.
15057 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
15058 * gdb.trace/pending.exp: Likewise.
15059 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
15060 * gdb.trace/trace-break.exp: Likewise.
15061 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
15062 in front.
15063 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
15064 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
15065 in front.
15066 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
15067
15068 2015-11-09 Joel Brobecker <brobecker@adacore.com>
15069
15070 * gdb.ada/fin_fun_out: New testcase.
15071
15072 2015-11-07 Kevin Buettner <kevinb@redhat.com>
15073
15074 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
15075 value associated with DW_AT_byte_size.
15076 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
15077 constants for DW_AT_byte_size, DW_AT_lower_bound, and
15078 DW_AT_upper_bound.
15079
15080 2015-11-07 Kevin Buettner <kevinb@redhat.com>
15081
15082 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
15083 (gdb_target_symbol_prefix_flags): Define in terms of _asm
15084 version.
15085 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
15086 gdb.dwarf2/dw2-canonicalize-type.exp,
15087 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
15088 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
15089 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
15090 provided by gdb_target_symbol_prefix_flags_asm.
15091 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
15092 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
15093 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
15094 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
15095 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
15096 macros where needed). Use this macro for symbols which require
15097 the prefix provided by SYMBOL_PREFIX.
15098
15099 2015-11-05 Kevin Buettner <kevinb@redhat.com>
15100
15101 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
15102 New procs.
15103 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
15104 representing expressions, of more than one list element.
15105 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
15106 to prepend linker symbol prefix to f.
15107 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
15108 table_1 and table_2.
15109 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
15110 Likewise, for f and g.
15111 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
15112 for ptr.
15113 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
15114 for main.
15115 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
15116 table_1_ptr and table_2_ptr.
15117
15118 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15119 Joel Brobecker <brobecker@adacore.com>
15120
15121 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
15122
15123 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
15124
15125 * gdb.reverse/s390-mvcle.c: New test.
15126 * gdb.reverse/s390-mvcle.exp: New file.
15127 * lib/gdb.exp: Enable reverse tests on s390*-linux.
15128
15129 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
15130
15131 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
15132
15133 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
15134
15135 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
15136 reaching marker2.
15137 * gdb.reverse/getresuid-reverse.exp: Likewise.
15138 * gdb.reverse/pipe-reverse.exp: Likewise.
15139 * gdb.reverse/readv-reverse.exp: Likewise.
15140 * gdb.reverse/recvmsg-reverse.exp: Likewise.
15141 * gdb.reverse/time-reverse.exp: Likewise.
15142 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
15143
15144 2015-10-30 Yao Qi <yao.qi@linaro.org>
15145
15146 * gdb.threads/wp-replication.c (watch_count_done): Remove.
15147 (empty_cycle): Remove.
15148 (main): Don't call empty_cycle. Don't use watch_count_done.
15149 * gdb.threads/wp-replication.exp: Don't set breakpoint on
15150 empty_cycle. Rewrite the code counting HW watchpoints.
15151
15152 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
15153
15154 * gdb.reverse/fstatat-reverse.c: New test.
15155 * gdb.reverse/fstatat-reverse.exp: New file.
15156 * gdb.reverse/getresuid-reverse.c: New test.
15157 * gdb.reverse/getresuid-reverse.exp: New file.
15158 * gdb.reverse/pipe-reverse.c: New test.
15159 * gdb.reverse/pipe-reverse.exp: New file.
15160 * gdb.reverse/readv-reverse.c: New test.
15161 * gdb.reverse/readv-reverse.exp: New file.
15162 * gdb.reverse/recvmsg-reverse.c: New test.
15163 * gdb.reverse/recvmsg-reverse.exp: New file.
15164 * gdb.reverse/time-reverse.c: New test.
15165 * gdb.reverse/time-reverse.exp: New file.
15166 * gdb.reverse/waitpid-reverse.c: New test.
15167 * gdb.reverse/waitpid-reverse.exp: New file.
15168
15169 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
15170
15171 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
15172
15173 2015-10-26 Doug Evans <dje@google.com>
15174
15175 PR symtab/17391
15176 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
15177 * gdb.dwarf2/bad-regnum.c: New file.
15178 * gdb.dwarf2/bad-regnum.exp: New file.
15179
15180 2015-10-26 Doug Evans <dje@google.com>
15181
15182 PR python/18938
15183 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
15184 file.
15185
15186 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15187
15188 * gdb.compile/compile.exp (compile code globalvar): Update expectation
15189 for a change by "Mention language in compile error message".
15190
15191 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
15192
15193 PR python/18073
15194 * gdb.python/py-type.c (C::a_method): New.
15195 (C::a_const_method): New.
15196 (C::a_static_method): New.
15197 (a_function): New.
15198 * gdb.python/py-type.exp (test_fields): Test getting fields
15199 from function and method.
15200
15201 2015-10-21 Keven Boell <keven.boell@intel.com>
15202
15203 * gdb.fortran/vla-alloc-assoc.exp: New file.
15204 * gdb.fortran/vla-datatypes.exp: New file.
15205 * gdb.fortran/vla-datatypes.f90: New file.
15206 * gdb.fortran/vla-history.exp: New file.
15207 * gdb.fortran/vla-ptype-sub.exp: New file.
15208 * gdb.fortran/vla-ptype.exp: New file.
15209 * gdb.fortran/vla-sizeof.exp: New file.
15210 * gdb.fortran/vla-sub.f90: New file.
15211 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
15212 * gdb.fortran/vla-value-sub-finish.exp: New file.
15213 * gdb.fortran/vla-value-sub.exp: New file.
15214 * gdb.fortran/vla-value.exp: New file.
15215 * gdb.fortran/vla-ptr-info.exp: New file.
15216 * gdb.mi/mi-vla-fortran.exp: New file.
15217 * gdb.mi/vla.f90: New file.
15218
15219 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
15220
15221 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
15222 of hardwired timeout value.
15223
15224 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15225 Pedro Alves <palves@redhat.com>
15226
15227 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
15228 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
15229
15230 2015-10-19 Josh Stone <jistone@redhat.com>
15231
15232 * gdb.base/catch-syscall.c: Include <sched.h>.
15233 (unknown_syscall): New variable.
15234 (main): Trigger a vfork and an unknown syscall.
15235 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
15236 (unknown_syscall_number): Likewise.
15237 (check_call_to_syscall): Accept an optional syscall pattern.
15238 (check_return_from_syscall): Likewise.
15239 (check_continue): Likewise.
15240 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
15241 (test_catch_syscall_skipping_return): New test toggling off 'catch
15242 syscall' to step over the syscall return, then toggling back on.
15243 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
15244 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
15245 (do_syscall_tests): Call test_catch_syscall_without_args and
15246 test_catch_syscall_mid_vfork.
15247 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
15248 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
15249
15250 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
15251
15252 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
15253 print g_vE): Add new pass patterns.
15254 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
15255 print various symbol names for vptr fields.
15256
15257 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
15258
15259 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
15260 results.
15261
15262 2015-10-12 Yao Qi <yao.qi@linaro.org>
15263
15264 * gdb.arch/disp-step-insn-reloc.exp: New test case.
15265
15266 2015-10-12 Yao Qi <yao.qi@linaro.org>
15267
15268 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
15269 is aarch64*-*-linux*.
15270
15271 2015-10-12 Yao Qi <yao.qi@linaro.org>
15272
15273 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
15274 (can_relocate_bcond_true): ... it.
15275 (can_relocate_bcond_false): New function.
15276 (foo): Likewise.
15277 (can_relocate_bl): Likewise.
15278 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
15279 can_relocate_bl.
15280
15281 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
15282
15283 * gdb.base/nested-addr.c: New file.
15284 * gdb.base/nested-addr.exp: New testcase.
15285
15286 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
15287
15288 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
15289 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
15290 its output. Ignore the output of "record goto begin" and instead
15291 check that GDB is replaying.
15292
15293 2015-10-09 Pedro Alves <palves@redhat.com>
15294
15295 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
15296 (top level): Use it in the run with no args test.
15297
15298 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
15299
15300 * gdb.dlang/properties.exp: New file.
15301
15302 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
15303
15304 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
15305 whether or not address 0x1000 is mapped on the target.
15306
15307 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
15308
15309 * gdb.python/py-type.exp: Do not run tests if binaries fail to
15310 build.
15311
15312 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
15313
15314 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
15315 instruction-history test.
15316
15317 2015-09-28 Doug Evans <dje@google.com>
15318
15319 * gdb.base/gcore.c (array_func): Add reference to static_array.
15320
15321 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
15322
15323 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
15324 source line.
15325
15326 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
15327
15328 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
15329 short or char as base type.
15330
15331 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
15332
15333 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
15334 to allow any size enum.
15335
15336 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
15337
15338 * gdb.ada/array_ptr_renaming.exp: New testcase.
15339 * gdb.ada/array_ptr_renaming/foo.adb: New file.
15340 * gdb.ada/array_ptr_renaming/pack.ads: New file.
15341
15342 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15343
15344 * gdb.trace/ftrace-lock.c: New file.
15345 * gdb.trace/ftrace-lock.exp: New file.
15346
15347 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15348
15349 * gdb.arch/insn-reloc.c: New file.
15350 * gdb.arch/ftrace-insn-reloc.exp: New file.
15351
15352 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15353
15354 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
15355 instruction.
15356 * gdb.trace/pendshr1.c (pendfunc): Likewise.
15357 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
15358 * gdb.trace/range-stepping.c: Likewise.
15359 * gdb.trace/trace-break.c: Likewise.
15360 * gdb.trace/trace-mt.c (thread_function): Likewise.
15361 * gdb.trace/ftrace.c (marker): Likewise.
15362 * gdb.trace/trace-condition.c (marker): Likewise.
15363 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
15364 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
15365 is_aarch64_target.
15366
15367 2015-09-18 Doug Evans <xdje42@gmail.com>
15368
15369 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
15370 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
15371
15372 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15373
15374 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
15375 the breakpoint.
15376
15377 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15378
15379 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
15380 the pending breakpoint. Remove timeout override for "Run till
15381 MI pending breakpoint on pendfunc3 on thread 2" test.
15382
15383 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15384
15385 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
15386 filename pattern.
15387
15388 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15389
15390 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
15391 in breakpoint filename pattern.
15392
15393 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15394
15395 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
15396
15397 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15398
15399 * gdb.linespec/explicit.exp: Check for readline support for
15400 tab-completion tests. Fix obvious typo.
15401
15402 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
15403
15404 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
15405 and replay.
15406
15407 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
15408
15409 * gdb.btrace/non-stop.c: New.
15410 * gdb.btrace/non-stop.exp: New.
15411
15412 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
15413 Yao Qi <yao.qi@linaro.org>
15414
15415 * gdb.trace/trace-condition.c: New file.
15416 * gdb.trace/trace-condition.exp: New file.
15417
15418 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
15419
15420 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
15421 for testing bytecode compilation.
15422
15423 2015-09-16 Pedro Alves <palves@redhat.com>
15424 Sandra Loosemore <sandra@codesourcery.com>
15425
15426 * gdb.threads/non-stop-fair-events.c (timeout): New global.
15427 (SECONDS): Redefine.
15428 (main): Call pthread_kill and alarm early.
15429 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
15430 support.
15431 (test): If the target can't hardware step and doesn't support
15432 displaced stepping, increase the timeout.
15433
15434 2015-09-16 Pedro Alves <palves@redhat.com>
15435
15436 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
15437 (enable_debug): New procedures.
15438 (test): Use them. Bail out if waiting for threads fails.
15439 (top level): Bail out if a test fails.
15440
15441 2015-09-16 Yao Qi <yao.qi@linaro.org>
15442
15443 * gdb.asm/asm-source.exp: Set asm-arch for
15444 aarch64*-*-* target.
15445 * gdb.asm/aarch64.inc: New file.
15446
15447 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
15448
15449 * gdb.ada/array_of_variable_length.exp: New testcase.
15450 * gdb.ada/array_of_variable_length/foo.adb: New file.
15451 * gdb.ada/array_of_variable_length/pck.adb: New file.
15452 * gdb.ada/array_of_variable_length/pck.ads: New file.
15453
15454 2015-09-15 Doug Evans <dje@google.com>
15455
15456 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
15457 of function static local variable.
15458
15459 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15460
15461 * gdb.threads/tls-so_extern.exp: New test file.
15462 * gdb.threads/tls-so_extern.c: New test file.
15463 * gdb.threads/tls-so_extern_main.c: New test file.
15464
15465 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15466
15467 * gdb.opt/solib-intra-step-lib.c: New file.
15468 * gdb.opt/solib-intra-step-main.c: New file.
15469 * gdb.opt/solib-intra-step.exp: New file.
15470
15471 2015-09-15 Pedro Alves <palves@redhat.com>
15472
15473 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
15474 gdb_continue_to_breakpoint instead of gdb_test_multiple.
15475
15476 2015-09-14 Pedro Alves <palves@redhat.com>
15477
15478 * gdb.base/hook-stop-continue.c: Delete.
15479 * gdb.base/hook-stop-continue.exp: Delete.
15480 * gdb.base/hook-stop-frame.c: Delete.
15481 * gdb.base/hook-stop-frame.exp: Delete.
15482 * gdb.base/hook-stop.c: New file.
15483 * gdb.base/hook-stop.exp: New file.
15484
15485 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
15486
15487 * gdb.ada/access_to_packed_array.exp: New testcase.
15488 * gdb.ada/access_to_packed_array/foo.adb: New file.
15489 * gdb.ada/access_to_packed_array/pack.adb: New file.
15490 * gdb.ada/access_to_packed_array/pack.ads: New file.
15491
15492 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
15493
15494 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
15495 buffer size test.
15496
15497 2015-09-11 Don Breazeal <donb@codesourcery.com>
15498
15499 * gdb.base/foll-exec.c: Add copyright header. Fix
15500 formatting issues.
15501 * gdb.base/foll-exec.exp (zap_session): Delete proc.
15502 (do_exec_tests): Use clean_restart in place of zap_session,
15503 and for test initialization. Fix formatting issues. Use
15504 fail in place of perror.
15505 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
15506 an expect statement to match an expression with output from
15507 the program under debug.
15508 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
15509 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
15510 * gdb.threads/non-ldr-exc-2.exp: Likewise.
15511 * gdb.threads/non-ldr-exc-3.exp: Likewise.
15512 * gdb.threads/non-ldr-exc-4.exp: Likewise.
15513
15514 2015-09-09 Doug Evans <dje@google.com>
15515
15516 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
15517
15518 2015-09-09 Doug Evans <dje@google.com>
15519
15520 * gdb.base/pie-execl.exp: Fix result test of build_executable.
15521
15522 2015-09-09 Doug Evans <dje@google.com>
15523
15524 * gdb.base/savedregs.exp: Fix typo.
15525
15526 2015-09-09 Pedro Alves <palves@redhat.com>
15527
15528 * gdb.mi/mi-cli.exp: Add CLI finish tests.
15529
15530 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
15531
15532 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
15533 command actually switches threads. Give up on remaining
15534 tests if target fails to stop at breakpoint.
15535
15536 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
15537
15538 * gdb.ada/funcall_char.exp: New testcase.
15539 * gdb.ada/funcall_char/foo.adb: New file.
15540
15541 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
15542
15543 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
15544 expected outputs. Add two testcases for completing ambiguous
15545 functions.
15546 * gdb.ada/complete/aux_pck.adb: New file.
15547 * gdb.ada/complete/aux_pck.ads: New file.
15548 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
15549 Ambiguous_Func functions.
15550 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
15551 * gdb.ada/complete/pck.adb: Likewise.
15552
15553 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
15554
15555 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
15556 failures to run the test program under GDB.
15557
15558 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
15559
15560 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
15561 to C.
15562
15563 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
15564
15565 * gdb.base/run-after-attach.exp: New test file.
15566 * gdb.base/run-after-attach.c: New test file.
15567
15568 2015-08-26 Don Breazeal <donb@codesourcery.com>
15569
15570 * gdb.base/foll-exec-2.c: New test program.
15571 * gdb.base/foll-exec-2.exp: New test.
15572
15573 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
15574
15575 * gdb.base/nested-subp1.exp: New file.
15576 * gdb.base/nested-subp1.c: New file.
15577 * gdb.base/nested-subp2.exp: New file.
15578 * gdb.base/nested-subp2.c: New file.
15579 * gdb.base/nested-subp3.exp: New file.
15580 * gdb.base/nested-subp3.c: New file.
15581
15582 2015-08-24 Pedro Alves <palves@redhat.com>
15583
15584 * gdb.server/connect-without-multi-process.c: New file.
15585 * gdb.server/connect-without-multi-process.exp: New file.
15586
15587 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
15588
15589 * gdb.opt/inline-markers.c: Make z int.
15590
15591 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
15592
15593 * gdb.opt/inline-markers.c: Make z volatile.
15594
15595 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
15596
15597 * gdb.opt/inline-bt.c: New volatile global z.
15598 * gdb.opt/inline-cmds.c: Likewise.
15599 * gdb.opt/inline-locals.c: Likewise.
15600 * gdb.opt/inline-markers.c: New extern global z.
15601 (marker): Use z.
15602 (inline_fn): Likewise.
15603
15604 2015-08-24 Pedro Alves <palves@redhat.com>
15605
15606 * config/m32r-stub.exp: Remove file.
15607 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
15608 * gdb.base/call-rt-st.exp: Likewise.
15609 * gdb.base/call-strs.exp: Likewise.
15610 * gdb.base/default.exp: Remove references to h8300-*-hms and
15611 *-*-udi*.
15612 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
15613
15614 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15615
15616 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
15617 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
15618 and "return" use KFAIL when GDB can not read/write the vector
15619 return value.
15620
15621 2015-08-21 Gary Benson <gbenson@redhat.com>
15622
15623 * gdb.trace/pending.exp: Cope with remote transfer warnings.
15624
15625 2015-08-20 Pedro Alves <palves@redhat.com>
15626
15627 * gdb.server/solib-list.exp: No longer expect an interior stop in
15628 non-stop mode.
15629
15630 2015-08-20 Pedro Alves <palves@redhat.com>
15631
15632 * gdb.server/connect-stopped-target.c: New file.
15633 * gdb.server/connect-stopped-target.exp: New file.
15634
15635 2015-08-20 Pedro Alves <palves@redhat.com>
15636
15637 * gdb.dwarf2/comp-unit-lang.exp: New file.
15638 * gdb.dwarf2/comp-unit-lang.c: New file.
15639
15640 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
15641
15642 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
15643 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
15644
15645 2015-08-19 Kevin Buettner <kevinb@redhat.com>
15646
15647 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
15648 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
15649
15650 2015-08-18 Doug Evans <dje@google.com>
15651 Adrian Sendroiu <adrian.sendroiu@freescale.com>
15652
15653 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
15654 skip_python_tests. New arg prompt_regexp.
15655 (skip_python_tests): New function.
15656 * lib/mi-support.exp (mi_skip_python_tests): New function.
15657 * gdb.python/py-mi-objfile-gdb.py: New file.
15658 * gdb.python/py-mi-objfile.c: New file.
15659 * gdb.python/py-mi-objfile.exp: New file.
15660
15661 2015-08-17 Keith Seitz <keiths@redhat.com>
15662
15663 * gdb.linespec/explicit.exp: Move strace test from here ...
15664 * gdb.trace/strace.exp: ... to here.
15665
15666 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
15667
15668 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
15669 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
15670
15671 2015-08-14 Doug Evans <xdje42@gmail.com>
15672
15673 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
15674 inferior before selecting a new file.
15675
15676 2015-08-14 Doug Evans <xdje42@gmail.com>
15677
15678 * gdb.mi/mi-disassemble.exp: Update.
15679 * gdb.base/disasm-optim.S: New file.
15680 * gdb.base/disasm-optim.c: New file.
15681 * gdb.base/disasm-optim.h: New file.
15682 * gdb.base/disasm-optim.exp: New file.
15683
15684 2015-08-14 Keith Seitz <keiths@redhat.com>
15685
15686 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
15687 "evaluated-by".
15688
15689 2015-08-13 Joel Brobecker <brobecker@adacore.com>
15690
15691 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
15692
15693 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
15694
15695 * gdb.ada/fun_renaming.exp: New testcase.
15696 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
15697 * gdb.ada/fun_renaming/pack.adb: New file.
15698 * gdb.ada/fun_renaming/pack.ads: New file.
15699
15700 2015-08-12 Keith Seitz <keiths@redhat.com>
15701
15702 * gdb.base/dso2dso.exp: Pass basename of source file in call to
15703 gdb_get_line_number.
15704
15705 2015-08-12 Joel Brobecker <brobecker@adacore.com>
15706
15707 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
15708 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
15709 gdb.base/dso2dso.exp: New files.
15710
15711 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
15712 Pedro Alves <palves@redhat.com>
15713 Keith Seitz <keiths@redhat.com>
15714
15715 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
15716 GDBFLAGS.
15717
15718 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
15719
15720 * gdb.base/gdbhistsize-history.exp
15721 (test_histsize_history_setting): Use save_vars.
15722 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15723 Use save_vars.
15724 (test_no_truncation_of_unlimited_history_file): Use save_vars.
15725 * gdb.base/readline.exp: Use save_vars.
15726
15727 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
15728
15729 * lib/gdb.exp (save_vars): New proc.
15730
15731 2015-08-11 Keith Seitz <keiths@redhat.com>
15732
15733 * gdb.base/help.exp: Update help_breakpoint_text.
15734
15735 2015-08-11 Keith Seitz <keiths@redhat.com>
15736
15737 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
15738 (at toplevel): Call test_explicit_breakpoints.
15739 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
15740 breakpoints.
15741 * lib/mi-support.exp (mi_make_breakpoint): Add support for
15742 breakpoint conditions, "-cond".
15743
15744 2015-08-11 Keith Seitz <keiths@redhat.com>
15745
15746 * gdb.linespec/3explicit.c: New file.
15747 * gdb.linespec/cpexplicit.cc: New file.
15748 * gdb.linespec/cpexplicit.exp: New file.
15749 * gdb.linespec/explicit.c: New file.
15750 * gdb.linespec/explicit.exp: New file.
15751 * gdb.linespec/explicit2.c: New file.
15752 * gdb.linespec/ls-errs.exp: Add explicit location tests.
15753 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
15754 before using in the matching pattern.
15755 Clarify that `prefix' is a regular expression.
15756
15757 2015-08-11 Keith Seitz <keiths@redhat.com>
15758
15759 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
15760 test.
15761 Add tests for missing ",FMT" and ",".
15762
15763 2015-08-10 Doug Evans <dje@google.com>
15764 Keith Seitz <keiths@redhat.com>
15765
15766 PR gdb/17960
15767 * gdb.base/completion.exp: Add location completer tests.
15768
15769 2015-08-07 Pedro Alves <palves@redhat.com>
15770
15771 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
15772 tests here.
15773 (top level): Run do_test with and without displaced stepping.
15774
15775 2015-08-07 Pedro Alves <palves@redhat.com>
15776
15777 * gdb.base/valgrind-disp-step.c: New file.
15778 * gdb.base/valgrind-disp-step.exp: New file.
15779
15780 2015-08-07 Pedro Alves <palves@redhat.com>
15781
15782 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
15783 Delete function.
15784 (main): Add alarm. Run an infinite loop instead of calling
15785 wait_threads.
15786 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
15787 comment.
15788 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
15789 Delete function.
15790 (main): Add alarm. Run an infinite loop instead of calling
15791 wait_threads.
15792 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
15793 comment.
15794
15795 2015-08-07 Pedro Alves <palves@redhat.com>
15796
15797 * gdb.base/checkpoint-ns.exp: New file.
15798 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
15799 standard_testfile.
15800
15801 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
15802
15803 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
15804 * gdb.btrace/instruction_history.exp: Update.
15805 * gdb.btrace/tsx.exp: New.
15806 * gdb.btrace/tsx.c: New.
15807
15808 2015-08-06 Pedro Alves <palves@redhat.com>
15809
15810 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
15811 increase timeout.
15812 * gdb.reverse/until-precsave.exp: Bump timeouts.
15813
15814 2015-08-06 Pedro Alves <palves@redhat.com>
15815
15816 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
15817
15818 2015-08-06 Pedro Alves <palves@redhat.com>
15819
15820 PR gdb/18749
15821 * gdb.threads/process-dies-while-handling-bp.c: New file.
15822 * gdb.threads/process-dies-while-handling-bp.exp: New file.
15823
15824 2015-08-06 Pedro Alves <palves@redhat.com>
15825
15826 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
15827 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
15828
15829 2015-08-05 Pedro Alves <palves@redhat.com>
15830
15831 * gdb.threads/next-while-other-thread-longjmps.c: New file.
15832 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
15833
15834 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
15835
15836 * gdb.base/bp-permanent.exp: Report test as unsupported if
15837 the target cannot stop at the permanent breakpoint.
15838
15839 2015-08-03 Doug Evans <dje@google.com>
15840
15841 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
15842 10000.
15843
15844 2015-08-03 Doug Evans <dje@google.com>
15845
15846 * Makefile.in (workers/%.worker, build-perf): New rule.
15847 (GDB_PERFTEST_MODE): New variable.
15848 (check-perf): Use it.
15849 (clean): Clean up gdb.perf parallel build subdirs.
15850 * lib/build-piece.exp: New file.
15851 * lib/gdb.exp (make_gdb_parallel_path): New function
15852 (standard_output_file, standard_temp_file): Call it.
15853 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15854 of $GDB_PARALLEL.
15855 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
15856
15857 2015-08-03 Doug Evans <dje@google.com>
15858
15859 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
15860 (LOG_FILE_NAME): New global.
15861 (TextReporter.__init__): Initialize self.txt_sum.
15862 (TextReporter.report): Add support for multiple data-points.
15863 Move report to perftest.sum, put raw data in perftest.log.
15864 (TextReporter.start): Open sum and log files.
15865 (TextReporter.end): Close sum and log files.
15866 * gdb.perf/lib/perftest/testresult.py
15867 (SingleStatisticTestResult.record): Handle multiple data-points.
15868
15869 2015-07-31 Pedro Alves <palves@redhat.com>
15870
15871 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
15872 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15873 kill_wait_spawned_process instead of explicit "kill -9".
15874 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
15875 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15876 kill_wait_spawned_process.
15877 * gdb.base/attach-twice.exp: Likewise.
15878 * gdb.base/attach.exp: Likewise.
15879 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
15880 gdb_test_multiple.
15881 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
15882 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15883 kill_wait_spawned_process.
15884 * gdb.base/valgrind-infcall.exp: Likewise.
15885 * gdb.multi/multi-attach.exp: Likewise.
15886 * gdb.python/py-prompt.exp: Likewise.
15887 * gdb.python/py-sync-interp.exp: Likewise.
15888 * gdb.server/ext-attach.exp: Likewise.
15889 * gdb.threads/attach-into-signal.exp (corefunc): Use
15890 spawn_wait_for_attach, spawn_id_get_pid and
15891 kill_wait_spawned_process.
15892 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
15893 spawn_wait_for_attach returning a spawn id instead of a pid. Use
15894 spawn_id_get_pid and kill_wait_spawned_process.
15895 * gdb.threads/attach-stopped.exp (corefunc): Use
15896 spawn_wait_for_attach, spawn_id_get_pid and
15897 kill_wait_spawned_process.
15898 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
15899 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15900 kill_wait_spawned_process instead of explicit "kill -9".
15901 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
15902 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
15903 (spawn_wait_for_attach): Use spawn instead of exec to spawn
15904 processes. Don't map cygwin/windows pids here. Now returns a
15905 spawn id list.
15906
15907 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15908
15909 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
15910 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
15911 correct patch.
15912
15913 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15914
15915 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
15916
15917 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15918
15919 Reapply:
15920 2014-05-21 Mark Wielaard <mjw@redhat.com>
15921
15922 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15923
15924 2015-07-30 Pedro Alves <palves@redhat.com>
15925
15926 * linux-low.c (handle_extended_wait): Set the child's last
15927 reported status to TARGET_WAITKIND_STOPPED.
15928
15929 2015-07-30 Pedro Alves <palves@redhat.com>
15930
15931 PR threads/18600
15932 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
15933 only shows inferior 1.
15934
15935 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
15936 Pedro Alves <palves@redhat.com>
15937
15938 PR threads/18600
15939 * gdb.threads/fork-plus-threads.c: New file.
15940 * gdb.threads/fork-plus-threads.exp: New file.
15941
15942 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15943
15944 * gdb.base/batch-preserve-term-settings.exp
15945 (test_terminal_settings_preserved_after_cli_exit): Use
15946 send_quit_command.
15947
15948 2015-07-29 Pedro Alves <palves@redhat.com>
15949 Don Breazeal <donb@codesourcery.com>
15950
15951 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
15952 output from both inferior_spawn_id and gdb_spawn_id.
15953
15954 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15955
15956 * gdb.threads/attach-into-signal.exp (corefunc): Use
15957 with_test_prefix on nested loops, uniquefying the test messages.
15958
15959 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15960
15961 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
15962 commit.
15963
15964 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15965
15966 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
15967 New proc.
15968 (test_terminal_settings_preserved_after_sigterm): New test.
15969
15970 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15971
15972 * gdb.base/batch-preserve-term-settings.exp
15973 (test_terminal_settings_preserved_after_cli_exit): New test.
15974
15975 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15976
15977 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
15978 manipulation of saved_gdbflags.
15979 (test_terminal_settings_preserved): Remove global declaration of
15980 the unused variable pagination_prompt. Remove manipulation of
15981 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
15982 GDBFLAGS.
15983
15984 2015-07-29 Pedro Alves <palves@redhat.com>
15985
15986 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
15987
15988 2015-07-29 Pedro Alves <palves@redhat.com>
15989
15990 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
15991 at the top.
15992
15993 2015-07-29 Pedro Alves <palves@redhat.com>
15994
15995 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
15996 (main): Call gdb_unbuffer_output.
15997 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
15998 (main): Call gdb_unbuffer_output.
15999 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
16000 (main): Call gdb_unbuffer_output.
16001 * gdb.base/call-strs.exp: Adjust to step over the
16002 gdb_unbuffer_output call.
16003 * gdb.base/catch-gdb-caused-signals.c: Include
16004 "../lib/unbuffer_output.c".
16005 (main): Call gdb_unbuffer_output.
16006 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
16007 (main): Call gdb_unbuffer_output.
16008 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
16009 (main): Call gdb_unbuffer_output.
16010 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
16011 (main): Call gdb_unbuffer_output.
16012 * gdb.base/shlib-call.exp: Adjust to step over the
16013 gdb_unbuffer_output call.
16014 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
16015 (main): Call gdb_unbuffer_output.
16016 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
16017 (main): Call gdb_unbuffer_output.
16018 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
16019 (main): Rename to ...
16020 (test): ... this.
16021 (main): Reimplement.
16022 * gdb.base/varargs.exp: Run to test instead of to main.
16023 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
16024 (main): Call gdb_unbuffer_output.
16025
16026 2015-07-29 Pedro Alves <palves@redhat.com>
16027
16028 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
16029 factore out from mi_continue_dprintf. For call-style dprintfs,
16030 expect dprintf output out of $inferior_spawn_id.
16031 (mi_continue_dprintf): Use mi_expect_dprintf.
16032 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
16033 (main): Call gdb_unbuffer_output.
16034
16035 2015-07-29 Pedro Alves <palves@redhat.com>
16036
16037 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
16038 (default_mi_gdb_start): Set inferior_spawn_id instead of
16039 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
16040 gdb_spawn_id.
16041 (mi_gdb_test): Always expect inferior output from both
16042 $inferior_spawn_id and $gdb_spawn_id.
16043
16044 2015-07-29 Pedro Alves <palves@redhat.com>
16045
16046 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
16047 send_inferior and $inferior_spawn_id.
16048
16049 2015-07-29 Pedro Alves <palves@redhat.com>
16050
16051 * gdb.gdb/complaints.exp (test_initial_complaints)
16052 (test_serial_complaints, test_short_complaints): Use
16053 gdb_test_stdio.
16054 (test_empty_complaint): Handle $inferior_spawn_id !=
16055 $gdb_spawn_id.
16056
16057 2015-07-29 Pedro Alves <palves@redhat.com>
16058
16059 * gdb.base/varargs.exp: Use gdb_test_stdio.
16060
16061 2015-07-29 Pedro Alves <palves@redhat.com>
16062
16063 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
16064
16065 2015-07-29 Pedro Alves <palves@redhat.com>
16066
16067 * gdb.base/ending-run.exp: Use gdb_test_stdio.
16068
16069 2015-07-29 Pedro Alves <palves@redhat.com>
16070
16071 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
16072 parameter into two new parameters, "inf_result" and "gdb_result".
16073 Expect inferior output and gdb output from $inferior_spawn_id and
16074 $gdb_spawn_id, respectively. Adjust all callers.
16075
16076 2015-07-29 Pedro Alves <palves@redhat.com>
16077
16078 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
16079 of gdb_test_sequence.
16080
16081 2015-07-29 Pedro Alves <palves@redhat.com>
16082
16083 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
16084 (saw_spurious_output): Expect inferior output from
16085 $inferior_spawn_id. Use gdb_test_stdio.
16086
16087 2015-07-29 Pedro Alves <palves@redhat.com>
16088
16089 * gdb.base/dprintf.exp: Use standard_testfile. Change
16090 prepare_for_testing call.
16091 (srcfile): Don't set.
16092 (restart): New procedure.
16093 (test_dprintf): New procecure, use to continue over dprintfs.
16094 (test_call, test_agent): New procedures, tests moved here.
16095 Restart gdb and recreate dprintfs. Adjust expected output.
16096
16097 2015-07-29 Pedro Alves <palves@redhat.com>
16098
16099 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
16100
16101 2015-07-29 Pedro Alves <palves@redhat.com>
16102
16103 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
16104
16105 2015-07-29 Pedro Alves <palves@redhat.com>
16106
16107 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
16108 gdb_test_stdio.
16109
16110 2015-07-29 Pedro Alves <palves@redhat.com>
16111
16112 * lib/gdb.exp (gdb_test_stdio): New procedure.
16113
16114 2015-07-29 Pedro Alves <palves@redhat.com>
16115
16116 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
16117
16118 2015-07-29 Pedro Alves <palves@redhat.com>
16119
16120 * gdb.base/call-signal-resume.exp: Remove check for
16121 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
16122 * gdb.base/unwindonsignal.exp: Likewise.
16123 * gdb.base/call-signals.c (gen_signal): Remove printf call.
16124 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
16125
16126 2015-07-29 Pedro Alves <palves@redhat.com>
16127
16128 * gdb.base/siginfo-addr.c (pass): New function.
16129 (handler): Call it iff si_addr is correct.
16130 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
16131 Set a breakpoint at "pass" and continue to it.
16132
16133 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
16134
16135 * gdb.python/py-objfile.exp: Make some tests have unique names.
16136 * gdb.python/py-pp-registration.exp: Likewise.
16137
16138 2015-07-28 Pedro Alves <palves@redhat.com>
16139
16140 * gdb.server/server-exec-info.exp: Issue a "disconnect".
16141
16142 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
16143
16144 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
16145
16146 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
16147
16148 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
16149
16150 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
16151
16152 * gdb.base/gdb-sigterm-2.exp: New test.
16153
16154 2015-07-25 Doug Evans <xdje42@gmail.com>
16155
16156 Revert:
16157 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
16158 (workers/%.worker, build-perf): New rule.
16159 (GDB_PERFTEST_MODE): New variable.
16160 (check-perf): Use it.
16161 (clean): Clean up gdb.perf parallel build subdirs.
16162 * lib/build-piece.exp: New file.
16163 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
16164 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
16165 name.
16166 (standard_temp_file): Ditto.
16167 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
16168 of $GDB_PARALLEL.
16169
16170 2015-07-24 Doug Evans <dje@google.com>
16171
16172 * gdb.perf/lib/perftest/utils.py: New file.
16173 * gdb.perf/gm-hello.cc: New file.
16174 * gdb.perf/gm-pervasive-typedef.cc: New file.
16175 * gdb.perf/gm-pervasive-typedef.h: New file.
16176 * gdb.perf/gm-std.cc: New file.
16177 * gdb.perf/gm-std.h: New file.
16178 * gdb.perf/gm-use-cerr.cc: New file.
16179 * gdb.perf/gm-utils.h: New file.
16180 * gdb.perf/gmonster-null-lookup.py: New file.
16181 * gdb.perf/gmonster-pervasive-typedef.py: New file.
16182 * gdb.perf/gmonster-print-cerr.py: New file.
16183 * gdb.perf/gmonster-ptype-string.py: New file.
16184 * gdb.perf/gmonster-runto-main.py: New file.
16185 * gdb.perf/gmonster-select-file.py: New file.
16186 * gdb.perf/gmonster1-null-lookup.exp: New file.
16187 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
16188 * gdb.perf/gmonster1-print-cerr.exp: New file.
16189 * gdb.perf/gmonster1-ptype-string.exp: New file.
16190 * gdb.perf/gmonster1-runto-main.exp: New file.
16191 * gdb.perf/gmonster1-select-file.exp: New file.
16192 * gdb.perf/gmonster1.cc: New file.
16193 * gdb.perf/gmonster1.exp: New file.
16194 * gdb.perf/gmonster2-null-lookup.exp: New file.
16195 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
16196 * gdb.perf/gmonster2-print-cerr.exp: New file.
16197 * gdb.perf/gmonster2-ptype-string.exp: New file.
16198 * gdb.perf/gmonster2-runto-main.exp: New file.
16199 * gdb.perf/gmonster2-select-file.exp: New file.
16200 * gdb.perf/gmonster2.cc: New file.
16201 * gdb.perf/gmonster2.exp: New file.
16202
16203 2015-07-24 Doug Evans <dje@google.com>
16204
16205 * gdb.perf/README: New file.
16206 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
16207 * lib/gen-perf-test.exp: New file.
16208
16209 2015-07-24 Doug Evans <dje@google.com>
16210
16211 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
16212 (PerfTest::startup): New function.
16213 (PerfTest::run): Return result of calling body.
16214 (PerfTest::assemble): Rewrite.
16215 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
16216 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
16217 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
16218 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
16219 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
16220
16221 2015-07-24 Doug Evans <dje@google.com>
16222
16223 * lib/gdb.exp (clean_restart): Make executable optional.
16224
16225 2015-07-24 Doug Evans <dje@google.com>
16226
16227 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
16228 compiler_info references.
16229 * gdb.cp/temargs.exp: Ditto.
16230 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
16231 (get_compiler_info): Early exit if already computed. Set compiler_info
16232 to "unknown" if there was a problem.
16233 (test_compiler_info): Add function comment. Call get_compiler_info.
16234
16235 2015-07-24 Doug Evans <dje@google.com>
16236
16237 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
16238 (workers/%.worker, build-perf): New rule.
16239 (GDB_PERFTEST_MODE): New variable.
16240 (check-perf): Use it.
16241 (clean): Clean up gdb.perf parallel build subdirs.
16242 * lib/build-piece.exp: New file.
16243 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
16244 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
16245 name.
16246 (standard_temp_file): Ditto.
16247 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
16248 of $GDB_PARALLEL.
16249
16250 2015-07-24 Doug Evans <dje@google.com>
16251
16252 * lib/future.exp (gdb_default_target_compile): New option
16253 "early_flags".
16254 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
16255 --as-needed.
16256
16257 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
16258
16259 * gdb.base/catch-syscall.exp: Call gdb_exit before
16260 gdb_skip_xml_test.
16261
16262 2015-07-24 Pedro Alves <palves@redhat.com>
16263
16264 * gdb.python/py-events.exp: Accept output between the stop event
16265 and the prompt.
16266 * gdb.python/py-evsignal.exp: Likewise.
16267 * gdb.python/py-evthreads.exp: Likewise.
16268
16269 2015-07-24 Pedro Alves <palves@redhat.com>
16270
16271 PR gdb/18717
16272 * gdb.threads/non-ldr-exit.c: New file.
16273 * gdb.threads/non-ldr-exit.exp: New file.
16274
16275 2015-07-24 Yao Qi <yao.qi@linaro.org>
16276
16277 * gdb.server/ext-wrapper.exp: Test --wrapper option when
16278 restarting process.
16279
16280 2015-07-24 Yao Qi <yao.qi@linaro.org>
16281
16282 * gdb.server/ext-restart.exp: New file.
16283
16284 2015-07-24 Yao Qi <yao.qi@linaro.org>
16285
16286 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
16287 argument options.
16288 * gdb.server/ext-wrapper.exp: New file.
16289
16290 2015-07-23 Doug Evans <dje@google.com>
16291
16292 * gdb.dwarf2/dw2-dummy-cu.S: New file.
16293 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
16294
16295 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
16296
16297 * gdb.ada/var_arr_typedef.exp: New testcase.
16298 * gdb.ada/var_arr_typedef/pack.adb: New file.
16299 * gdb.ada/var_arr_typedef/pack.ads: New file.
16300 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
16301
16302 2015-07-20 Joel Brobecker <brobecker@adacore.com>
16303
16304 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
16305
16306 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16307
16308 * gdb.arch/i386-biarch-core.exp: Replace istarget
16309 by "complete set gnutarget". Remove expectation for the "core-file"
16310 command.
16311
16312 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16313
16314 Revert the previous commit:
16315 Tests for validate symbol file using build-id.
16316
16317 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
16318
16319 Tests for validate symbol file using build-id.
16320 * gdb.base/solib-mismatch-lib.c: New file.
16321 * gdb.base/solib-mismatch-libmod.c: New file.
16322 * gdb.base/solib-mismatch.c: New file.
16323 * gdb.base/solib-mismatch.exp: New file.
16324
16325 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
16326
16327 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
16328 nios2-*-linux*.
16329 * gdb.base/sigbpt.exp (stepi_out): Likewise.
16330 * gdb.base/siginfo.exp: Likewise.
16331 * gdb.base/sigstep.exp (advance, advancei): Likewise.
16332
16333 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
16334
16335 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
16336 Move it to ...
16337 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
16338 ... here.
16339 * gdb.trace/range-stepping.exp: Check that the target supports
16340 range stepping.
16341
16342 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16343
16344 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
16345
16346 2015-07-14 Pedro Alves <palves@redhat.com>
16347
16348 * gdb.base/killed-outside.exp: New file.
16349 * gdb.base/killed-outside.c: New file.
16350
16351 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16352
16353 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
16354 (n at main): New.
16355 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
16356
16357 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16358
16359 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
16360 infcall tests instead of setting up for KFAIL.
16361
16362 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
16363
16364 * gdb.btrace/record_goto-step.exp: New.
16365
16366 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16367
16368 PR compile/18484
16369 * gdb.compile/compile.c (struct struct_type): Add volatile to
16370 selffield's type.
16371 * gdb.compile/compile.exp
16372 (compile code struct_object.selffield = &struct_object): Skip further
16373 struct_object tests if this one xfails.
16374
16375 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
16376
16377 PR exp/18617
16378 * gdb.trace/ax.exp: Add test.
16379
16380 2015-07-07 Yao Qi <yao.qi@linaro.org>
16381
16382 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
16383 instead of istarget "aarch64*-*-*".
16384 * gdb.arch/aarch64-fp.exp: Likewise.
16385 * gdb.base/float.exp: Likewise.
16386 * gdb.reverse/aarch64.exp: Likewise.
16387 * lib/gdb.exp (is_aarch64_target): New proc.
16388
16389 2015-07-07 Yao Qi <yao.qi@linaro.org>
16390
16391 * lib/gdb.exp (is_aarch32_target): New proc.
16392 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
16393 instead of "istarget "arm*-*-*"".
16394 * gdb.arch/arm-disp-step.exp: Likewise.
16395 * gdb.arch/thumb-bx-pc.exp: Likewise.
16396 * gdb.arch/thumb-prologue.exp: Likewise.
16397 * gdb.arch/thumb-singlestep.exp: Likewise.
16398 * gdb.base/disp-step-syscall.exp: Likewise.
16399 * gdb.base/float.exp: Likewise.
16400
16401 2015-07-07 Yao Qi <yao.qi@linaro.org>
16402
16403 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
16404 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
16405
16406 2015-07-07 Yao Qi <yao.qi@linaro.org>
16407
16408 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
16409 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
16410 if it exists.
16411 * gdb.multi/multi-arch.exp: Likewise.
16412
16413 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
16414
16415 * gdb.python/py-lazy-string.exp: Add missing parentheses to
16416 print.
16417
16418 2015-07-07 Yao Qi <yao.qi@linaro.org>
16419
16420 * gdb.arch/thumb-singlestep.exp: Do one more single step.
16421
16422 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
16423
16424 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
16425 '[' and ']' characters.
16426
16427 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
16428
16429 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
16430
16431 2015-06-29 Pedro Alves <palves@redhat.com>
16432
16433 PR threads/18127
16434 * gdb.threads/hand-call-new-thread.c: New file.
16435 * gdb.threads/hand-call-new-thread.c: New file.
16436
16437 2015-06-26 Keith Seitz <keiths@redhat.com>
16438 Doug Evans <dje@google.com>
16439
16440 PR 16253
16441 * gdb.cp/var-tag-2.cc: New file.
16442 * gdb.cp/var-tag-3.cc: New file.
16443 * gdb.cp/var-tag-4.cc: New file.
16444 * gdb.cp/var-tag.cc: New file.
16445 * gdb.cp/var-tag.exp: New file.
16446
16447 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
16448
16449 * gdb.base/history-duplicates.exp: New test.
16450
16451 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
16452
16453 * gdb.base/completion.exp: Test the completion of the "focus"
16454 command.
16455
16456 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16457
16458 * gdb.arch/amd64-prologue-skip.S: New file.
16459 * gdb.arch/amd64-prologue-skip.exp: New file.
16460
16461 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
16462
16463 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
16464 is_address_zero_readable check.
16465
16466 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
16467
16468 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
16469 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
16470
16471 2015-06-24 Yao Qi <yao.qi@linaro.org>
16472
16473 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
16474 linux targets.
16475
16476 2015-06-24 Yao Qi <yao.qi@linaro.org>
16477
16478 * lib/gdb.exp (supports_get_siginfo_type): New proc.
16479 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
16480 * gdb.base/siginfo-thread.exp: Likewise.
16481
16482 2015-06-22 Yao Qi <yao.qi@linaro.org>
16483
16484 * boards/remote-gdbserver-on-localhost.exp: Add comments.
16485
16486 2015-06-22 Yao Qi <yao.qi@linaro.org>
16487
16488 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
16489 aarch64*-*-*.
16490 (skip_hw_watchpoint_tests): Likewise.
16491
16492 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
16493
16494 * gdb.base/gdbinit-history.exp: Test the interaction between
16495 setting GDBHISTSIZE and setting the history size via .gdbinit.
16496
16497 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16498
16499 PR gdb/16999
16500 * gdb.base/gdbhistsize-history.exp: New test.
16501
16502 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16503
16504 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
16505 with GDBHISTSIZE.
16506 * gdb.base/readline.exp: Likewise.
16507
16508 2015-06-17 Yao Qi <yao.qi@linaro.org>
16509
16510 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
16511 line.
16512
16513 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16514
16515 * gdb.base/gdbinit-history.exp: Add test case to check that
16516 an unlimited history file does not get truncated on exit.
16517
16518 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16519
16520 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
16521 (VECTOR): New macro. Use it...
16522 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
16523 ...for these typedefs.
16524 (int8, char1, int1, double1): New typedefs.
16525 (struct just_int2, struct two_int2): New structures.
16526 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
16527 (add_structvecs, add_singlevecs): New functions.
16528 (main): Call add_some_intvecs twice.
16529 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
16530 the compile and exit upon failure. Try compiling for the "native"
16531 architecture. Test inferior function calls with vector arguments
16532 and vector return value handling with "finish" and "return".
16533
16534 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
16535
16536 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
16537 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
16538 PE file.
16539 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
16540
16541 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
16542
16543 PR breakpoints/16465
16544 * gdb.mi/mi-dprintf-pending.c: New file.
16545 * gdb.mi/mi-dprintf-pending.exp: New test.
16546 * gdb.mi/mi-dprintf-pendshr.c: New file.
16547
16548 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16549 Mircea Gherzan <mircea.gherzan@intel.com>
16550
16551 * gdb.arch/i386-mpx-map.c: New file.
16552 * gdb.arch/i386-mpx-map.exp: New File.
16553
16554 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16555
16556 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
16557 * gdb.arch/i386-mpx.exp: Indentation fixed.
16558
16559 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16560
16561 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
16562 function and improved indentation.
16563 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
16564 gdb_test_multiple. Added additional tests to skip the test.
16565
16566 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16567
16568 * gdb.arch/i386-avx512.c: Change path in include file.
16569 * gdb.arch/i386-avx512.exp: Change include dir path
16570 compilation flag.
16571 * gdb.arch/i386-mpx.c: Change path in include file.
16572 * gdb.arch/i386-mpx.exp: Change include dir path compilation
16573 flag.
16574
16575 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
16576
16577 * gdb.compile/compile-print.exp (compile print *vararray@3)
16578 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
16579
16580 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16581
16582 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
16583 (do not keep jit in memory): ... this.
16584 (expect 5): Change it to ...
16585 (expect no 5): ... this.
16586
16587 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
16588
16589 PR gdb/15564
16590 * gdb.mi/mi-detach.exp: New file.
16591
16592 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
16593
16594 PR symtab/18392
16595 * gdb.arch/amd64-tailcall-self.S: New file.
16596 * gdb.arch/amd64-tailcall-self.c: New file.
16597 * gdb.arch/amd64-tailcall-self.exp: New file.
16598
16599 2015-05-28 Don Breazeal <donb@codesourcery.com>
16600
16601 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
16602 tests for remote targets by checking is_target_gdbserver.
16603
16604 2015-05-27 Doug Evans <dje@google.com>
16605
16606 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
16607 * gdb.dwarf2/opaque-type-lookup.c: New file.
16608 * gdb.dwarf2/opaque-type-lookup.exp: New file.
16609
16610 2015-05-26 Doug Evans <dje@google.com>
16611
16612 * gdb.cp/iostream.cc: New file.
16613 * gdb.cp/iostream.exp: New file.
16614
16615 2015-05-26 Doug Evans <dje@google.com>
16616
16617 * gdb.dwarf2/dw2-op-call.exp: Update.
16618 * gdb.dwarf2/dw4-sig-types.exp: Update.
16619 * gdb.dwarf2/implptr.exp: Update.
16620 * gdb.mi/mi-cmd-param-changed.exp: Update.
16621
16622 2015-05-26 Doug Evans <dje@google.com>
16623
16624 * gdb.python/py-lazy-string.c: New file.
16625 * gdb.python/py-lazy-string.exp: New file.
16626 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
16627 (main): Update. Add estring3.
16628 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
16629 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
16630
16631 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
16632 Yao Qi <yao.qi@linaro.org>
16633
16634 * gdb.reverse/aarch64.c: New.
16635 * gdb.reverse/aarch64.exp: New.
16636
16637 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
16638
16639 * lib/gdb.exp (supports_process_record): Return true for
16640 aarch64*-linux*.
16641 (supports_reverse): Likewise.
16642
16643 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
16644
16645 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
16646 Use with_test_prefix.
16647
16648 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
16649
16650 * gdb.base/completion.exp: Add test for completion of layout
16651 names.
16652
16653 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
16654
16655 * lib/gdb.exp (skip_tui_tests): New proc.
16656 * gdb.base/tui-layout.exp: Check skip_tui_tests.
16657
16658 2015-05-19 Pedro Alves <palves@redhat.com>
16659
16660 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
16661 Save the whole env array instead of just HOME. Unset HISTSIZE in
16662 the environment while testing. Restore whole environment
16663 afterwards.
16664
16665 2015-05-16 Doug Evans <xdje42@gmail.com>
16666
16667 * gdb.guile/scm-ports.c: New file.
16668 * gdb.guile/scm-ports.exp: Add memory port tests.
16669
16670 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16671
16672 * gdb.compile/compile-print.c: New file.
16673 * gdb.compile/compile-print.exp: New file.
16674
16675 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16676
16677 * gdb.compile/compile-ops.exp: Cast param to void.
16678 * gdb.compile/compile.exp: Complete type for _gdb_expr.
16679 (compile code struct_object.selffield = &struct_object): Add xfail.
16680
16681 2015-05-15 Joel Brobecker <brobecker@adacore.com>
16682
16683 * gdb.ada/arr_enum_with_gap: New testcase.
16684
16685 2015-05-15 Joel Brobecker <brobecker@adacore.com>
16686
16687 * gdb.ada/byte_packed_arr: New testcase.
16688
16689 2015-05-15 Joel Brobecker <brobecker@adacore.com>
16690
16691 * gdb.ada/pckd_neg: New testcase.
16692
16693 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
16694
16695 PR gdb/17820
16696 * gdb.base/gdbinit-history.exp: New test.
16697 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
16698 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
16699
16700 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
16701
16702 * gdb.python/py-xmethods.cc: Enhance test case.
16703 * gdb.python/py-xmethods.exp: New tests.
16704 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
16705 function.
16706 (B_indexoper): Likewise.
16707 (global_dm_list) : Add new xmethod worker functions.
16708
16709 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
16710
16711 * gdb.base/coredump-filter.exp: Correctly unset
16712 "coredump_var_addr" array.
16713
16714 2015-05-08 Pedro Alves <palves@redhat.com>
16715
16716 * gdb.server/non-existing-program.exp: Unset spawn_id.
16717
16718 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
16719
16720 PR python/18291
16721 * gdb.python/py-xmethods.exp: Add tests.
16722
16723 2015-05-08 Yao Qi <yao.qi@linaro.org>
16724
16725 PR gdb/18208
16726 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
16727 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
16728 function set_coredump_filter, and remove remote_exec call.
16729 Remove argument ipid. Callers update.
16730 (top level): Don't get inferior's PID.
16731
16732 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
16733
16734 * gdb.base/watch_thread_num.exp: Skip test on targets without
16735 access watchpoints.
16736
16737 2015-05-06 Pedro Alves <palves@redhat.com>
16738
16739 PR server/18081
16740 * gdb.server/non-existing-program.exp: New file.
16741
16742 2015-05-05 Joel Brobecker <brobecker@adacore.com>
16743
16744 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
16745
16746 2015-05-05 Joel Brobecker <brobecker@adacore.com>
16747
16748 * gdb.ada/out_of_line_in_inlined: New testcase.
16749
16750 2015-05-05 Joel Brobecker <brobecker@adacore.com>
16751
16752 * gdb.ada/var_rec_arr: New testcase.
16753
16754 2015-04-30 Yao Qi <yao.qi@linaro.org>
16755
16756 * gdb.base/break-idempotent.exp: If
16757 skip_hw_watchpoint_multi_tests returns true, skip the tests
16758 on "rwatch" and "awatch".
16759
16760 2015-04-30 Yao Qi <yao.qi@linaro.org>
16761
16762 * gdb.base/relativedebug.exp: Invoke gdb command
16763 "info sharedlibrary", and if libc.so doesn't have debug info,
16764 skip the test.
16765
16766 2015-04-29 Doug Evans <dje@google.com>
16767
16768 * gdb.python/py-xmethods.exp: Add ptype tests.
16769 * gdb.python/py-xmethods.py (E_method_char_worker): Add
16770 get_result_type method.
16771
16772 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
16773
16774 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
16775 the target does not support hardware watchpoints.
16776
16777 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
16778
16779 * gdb.base/break-always.exp: Abort testing if writing to memory
16780 causes an error.
16781
16782 2015-04-28 Doug Evans <dje@google.com>
16783
16784 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
16785 * gdb.python/py-pp-registration.exp: ... here. New file.
16786 * gdb.python/py-pp-registration.c: New file.
16787 * gdb.python/py-pp-registration.py: New file.
16788
16789 2015-04-28 Doug Evans <dje@google.com>
16790
16791 * gdb.python/py-bad-printers.c: New file.
16792 * gdb.python/py-bad-printers.py: New file.
16793 * gdb.python/py-bad-printers.exp: New file.
16794
16795 2015-04-28 Sasha Smundak <asmundak@google.com>
16796
16797 * gdb.python/py-type.exp: New test.
16798
16799 2015-04-28 Andy Wingo <wingo@igalia.com>
16800
16801 * gdb.python/py-parameter.exp:
16802 * gdb.guile/scm-parameter.exp: Escape the path that we are
16803 matching against, as it might contain characters that are special
16804 to regular expressions.
16805
16806 2015-04-27 Joel Brobecker <brobecker@adacore.com>
16807
16808 * gdb.ada/rec_comp: New testcase.
16809
16810 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
16811
16812 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
16813 before using it.
16814
16815 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
16816
16817 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
16818 new tests for verilog output.
16819
16820 2015-04-24 Yao Qi <yao.qi@linaro.org>
16821
16822 * boards/remote-gdbserver-on-localhost.exp: New file.
16823
16824 2015-04-23 Pedro Alves <palves@redhat.com>
16825
16826 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
16827 $inferior_spawn_id instead of $inferior_spawn_id directly. On
16828 "end of file", remove $inferior_spawn_id from the indirect list.
16829
16830 2015-04-23 Pedro Alves <palves@redhat.com>
16831
16832 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
16833
16834 2015-04-23 Pedro Alves <palves@redhat.com>
16835
16836 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
16837 on $any_spawn_id instead of only on $gdb_spawn_id.
16838
16839 2015-04-21 Pierre Muller <muller@sourceware.org>
16840
16841 PR pascal/17815
16842 * lib/pascal.exp (gpc_compile): Add new option "class".
16843 (fpc_compile): Likewise.
16844 * gdb.pascal/case-insensitive-symbols.pas: New file.
16845 * gdb.pascal/case-insensitive-symbols.exp: New file.
16846
16847 2015-04-20 Gary Benson <gbenson@redhat.com>
16848
16849 * gdb.base/attach.exp: Fix three extended remote failures.
16850
16851 2015-04-17 Gary Benson <gbenson@redhat.com>
16852
16853 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
16854 the main executable over the remote protocol.
16855
16856 2015-04-16 Pedro Alves <palves@redhat.com>
16857
16858 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
16859 a new gdbserver if gdbserver_reconnect_p is set.
16860
16861 2015-04-16 Pedro Alves <palves@redhat.com>
16862
16863 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
16864 is set, don't exit gdbserver.
16865
16866 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16867
16868 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
16869 appropriate .insn, such that an older assembler can be used.
16870 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
16871 the z/Architecture instruction set on 31-bit targets as well.
16872
16873 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16874
16875 * gdb.go/handcall.exp: Remove all logic related to the first
16876 breakpoint and rely on go_runto_main instead.
16877 * gdb.go/strings.exp: Likewise.
16878 * gdb.go/unsafe.exp: Likewise.
16879 * gdb.go/hello.exp: Likewise. Also rename the remaining
16880 breakpoint marker to "breakpoint 1".
16881 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
16882 * gdb.go/strings.go: Likewise.
16883 * gdb.go/unsafe.go: Likewise.
16884 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
16885 "set breakpoint 2 here" and rename the remaining breakpoint marker
16886 to "breakpoint 1".
16887
16888 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
16889
16890 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
16891 if itertools.imap is not present.
16892 * gdb.python/py-objfile.exp: Add parentheses.
16893 * gdb.python/py-type.exp: Same.
16894 * gdb.python/py-unwind-maint.py: Same.
16895
16896 2015-04-15 Yao Qi <yao.qi@linaro.org>
16897
16898 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
16899 of ":$ptr_size" and set its form explicitly.
16900
16901 2015-04-15 Pedro Alves <palves@redhat.com>
16902 Yao Qi <yao.qi@linaro.org>
16903
16904 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
16905 timeout by factor of 4.
16906 (test_regular_watch): Likewise.
16907 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
16908 * gdb.reverse/sigall-reverse.exp: Likewise.
16909 * gdb.reverse/until-precsave.exp: Likewise.
16910 * lib/gdb.exp (with_timeout_factor): New proc.
16911 (gdb_expect): Move some code to ...
16912 (get_largest_timeout): ... here. New procedure.
16913
16914 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
16915
16916 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
16917
16918 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
16919
16920 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
16921 to write to the .text section.
16922
16923 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
16924
16925 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
16926 Handle the case of targets that do not provide PID information.
16927
16928 2015-04-13 Yao Qi <yao.qi@linaro.org>
16929
16930 * lib/gdbserver-support.exp (gdb_exit): Catch exception
16931 and use expect instead of gdb_expect.
16932
16933 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
16934
16935 * gdb.base/coredump-filter.exp: Rename variable "addr" to
16936 "coredump_var_addr" to avoid naming conflict with other testcases.
16937
16938 2015-04-10 Pedro Alves <palves@redhat.com>
16939
16940 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
16941 gdb_test_sequence and gdb_assert.
16942
16943 2015-04-10 Pedro Alves <palves@redhat.com>
16944
16945 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
16946 test messages that don't include the breakpoint address.
16947
16948 2015-04-10 Yao Qi <yao.qi@linaro.org>
16949
16950 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
16951 false for some offset and width combinations which aren't
16952 supported by linux kernel.
16953
16954 2015-04-10 Pedro Alves <palves@redhat.com>
16955
16956 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
16957 procedure, factored out from ...
16958 (top level): ... here. Add "set displaced-stepping" testing axis.
16959 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
16960 parameter "displaced". Use it.
16961 (top level): Use foreach and add "set displaced-stepping" testing
16962 axis.
16963
16964 2015-04-10 Pedro Alves <palves@redhat.com>
16965
16966 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
16967 Remove comment.
16968 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
16969 both the address of the instruction that triggers the watchpoint
16970 and the address of the instruction immediately after, and use
16971 those addresses for the test. Fix comment.
16972
16973 2015-04-10 Pedro Alves <palves@redhat.com>
16974
16975 * gdb.base/sigstep.exp (breakpoint_to_handler)
16976 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
16977 Test "backtrace" in handler.
16978 (breakpoint_over_handler): New parameter 'displaced'. Use it.
16979 (top level): Add new "displaced" test axis to
16980 breakpoint_to_handler, breakpoint_to_handler_entry and
16981 breakpoint_over_handler.
16982
16983 2015-04-10 Pedro Alves <palves@redhat.com>
16984
16985 PR gdb/18216
16986 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
16987
16988 2015-04-10 Yao Qi <yao.qi@linaro.org>
16989
16990 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
16991 (test_add_rn_pc): New function.
16992 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
16993 (top level): Invoke test_add_rn_pc.
16994
16995 2015-04-10 Pedro Alves <palves@redhat.com>
16996
16997 PR gdb/13858
16998 * gdb.base/step-over-no-symbols.exp: New file.
16999
17000 2015-04-09 Andy Wingo <wingo@igalia.com>
17001
17002 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
17003 after the Python tests.
17004
17005 2015-04-08 Keith Seitz <keiths@redhat.com>
17006
17007 PR python/16699
17008 * gdb.python/py-completion.exp: New tests for completion.
17009 * gdb.python/py-completion.py (CompleteLimit1): New class.
17010 (CompleteLimit2): Likewise.
17011 (CompleteLimit3): Likewise.
17012 (CompleteLimit4): Likewise.
17013 (CompleteLimit5): Likewise.
17014 (CompleteLimit6): Likewise.
17015 (CompleteLimit7): Likewise.
17016
17017 2015-04-08 Pedro Alves <palves@redhat.com>
17018
17019 PR gdb/18214
17020 PR gdb/18216
17021 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
17022 function.
17023 (main): Install it as SIGUSR1 handler.
17024 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
17025 parameter. Always use "setup" as prefix. Toggle "set
17026 displaced-stepping" off/on depending on global. Don't switch to
17027 thread 1 here.
17028 (top level): Add displaced stepping "off/on" test axis. Update
17029 "setup" calls. Wrap each subtest with with_test_prefix. Test
17030 continuing with a queued signal in each thread.
17031
17032 2015-04-08 Pedro Alves <palves@redhat.com>
17033
17034 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
17035 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
17036 gdb_breakpoint instead of gdb_test that doesn't expect anything.
17037 Return early if running to main fails.
17038 * gdb.trace/while-stepping.exp: Likewise.
17039
17040 2015-04-07 Pedro Alves <palves@redhat.com>
17041
17042 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
17043 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
17044 interact with inferior program.
17045
17046 2015-04-07 Pedro Alves <palves@redhat.com>
17047
17048 * lib/gdb.exp (inferior_spawn_id): New global.
17049 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
17050 spawn id after processing the user code.
17051 (default_gdb_start): Set inferior_spawn_id.
17052 (send_inferior): New procedure.
17053 * lib/gdbserver-support.exp (gdbserver_start): Set
17054 inferior_spawn_id.
17055 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
17056
17057 2015-04-07 Pedro Alves <palves@redhat.com>
17058
17059 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
17060 * lib/gdbserver-support.exp (gdbserver_start): Make
17061 $server_spawn_id global.
17062 (gdbserver_start): Don't wait for gdbserver's spawn id with
17063 expect_background.
17064 (close_gdbserver): New procedure.
17065 (gdb_exit): Rename the default version and reimplement.
17066
17067 2015-04-07 Pedro Alves <palves@redhat.com>
17068
17069 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
17070 append the substituted item, not the original item.
17071
17072 2015-04-07 Pedro Alves <palves@redhat.com>
17073
17074 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
17075 gdb_expect.
17076
17077 2015-04-07 Pedro Alves <palves@redhat.com>
17078
17079 * gdb.base/interrupt.exp: Don't handle the case of the inferior
17080 output appearing once only.
17081
17082 2015-04-07 Pedro Alves <palves@redhat.com>
17083
17084 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
17085 that doesn't expect anything. Return early if running to main
17086 fails.
17087
17088 2015-04-07 Yao Qi <yao.qi@linaro.org>
17089
17090 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
17091 (child_function): Call alarm.
17092 (main): Move call to alarm into the loop.
17093 * gdb.threads/non-stop-fair-events.exp: Build program with
17094 -DTIMEOUT=$timeout.
17095
17096 2015-04-06 Doug Evans <xdje42@gmail.com>
17097
17098 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
17099 Fix dest parameter to board_info.
17100 (fpc_compile): Ditto.
17101 (gdb_compile_pascal): Rename dest arg to destfile.
17102
17103 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
17104
17105 * gdb.ada/funcall_ref.exp: New file.
17106 * gdb.ada/funcall_ref/foo.adb: New file.
17107
17108 2015-04-02 Yao Qi <yao.qi@linaro.org>
17109
17110 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
17111 is remote.
17112
17113 2015-04-02 Gary Benson <gbenson@redhat.com>
17114
17115 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
17116
17117 2015-04-01 Sasha Smundak <asmundak@google.com>
17118
17119 * gdb.python/py-unwind-maint.c: New file.
17120 * gdb.python/py-unwind-maint.exp: New test.
17121 * gdb.python/py-unwind-maint.py: New file.
17122 * gdb.python/py-unwind.c: New file.
17123 * gdb.python/py-unwind.exp: New test.
17124 * gdb.python/py-unwind.py: New test.
17125
17126 2015-04-01 Pedro Alves <palves@redhat.com>
17127
17128 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
17129 to fail instead of non-existent $test.
17130
17131 2015-04-01 Pedro Alves <palves@redhat.com>
17132
17133 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
17134 GDBFLAGS if not empty.
17135
17136 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
17137
17138 * gdb.ada/complete.exp: Remove "multi_line".
17139 * gdb.ada/info_exc.exp: Remove "multi_line".
17140 * gdb.ada/packed_tagged.exp: Remove "multi_line".
17141 * gdb.ada/ptype_field.exp: Remove "multi_line".
17142 * gdb.ada/sym_print_name.exp: Remove "multi_line".
17143 * gdb.ada/tagged.exp: Remove "multi_line".
17144 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
17145 [multi_line ...]
17146 * gdb.btrace/delta.exp: Likewise.
17147 * gdb.btrace/exception.exp: Likewise.
17148 * gdb.btrace/function_call_history.exp: Likewise.
17149 * gdb.btrace/instruction_history.exp: Likewise.
17150 * gdb.btrace/nohist.exp: Likewise.
17151 * gdb.btrace/record_goto.exp: Likewise.
17152 * gdb.btrace/segv.exp: Likewise.
17153 * gdb.btrace/stepi.exp: Likewise.
17154 * gdb.btrace/tailcall.exp: Likewise.
17155 * gdb.btrace/unknown_functions.exp: Likewise.
17156 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
17157 * lib/gdb.exp: Add the "multi_line" helper.
17158
17159 2015-04-01 Pedro Alves <palves@redhat.com>
17160
17161 * gdb.threads/tid-reuse.c: New file.
17162 * gdb.threads/tid-reuse.exp: New file.
17163
17164 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
17165
17166 PR corefiles/16092
17167 * gdb.base/coredump-filter.c: New file.
17168 * gdb.base/coredump-filter.exp: Likewise.
17169
17170 2015-03-27 Petr Machata <pmachata@redhat.com>
17171
17172 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
17173 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
17174 (Dwarf::assemble): Initialize them.
17175 (Dwarf::lines): New function.
17176
17177 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
17178
17179 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
17180 SYMBOL_PREFIX for x86_64-*-cygwin.
17181
17182 2015-03-26 Andy Wingo <wingo@igalia.com>
17183
17184 PR symtab/18148
17185 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
17186 const_value but not a location.
17187 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
17188 location defined in non-main CUs are visible.
17189
17190 2015-03-26 Yao Qi <yao.qi@linaro.org>
17191
17192 PR testsuite/18139
17193 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
17194 Add a line number entry for the same line.
17195 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
17196 Add a line number entry for the same line.
17197
17198 2015-03-26 Yao Qi <yao.qi@linaro.org>
17199
17200 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
17201 .int 0.
17202 (func): Likewise. Add .Lfunc_1 label.
17203 Use .Lfunc_1 label.
17204 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
17205 .int 0.
17206 (func): Likewise.
17207 Use .Lfunc_1 label.
17208
17209 2015-03-26 Yao Qi <yao.qi@linaro.org>
17210
17211 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
17212 Call gdb_compile instead to compile each .s files without debug
17213 information.
17214
17215 2015-03-26 Yao Qi <yao.qi@linaro.org>
17216
17217 * gdb.base/savedregs.exp (process_saved_regs): Make
17218 "Saved registers:" optional in the pattern.
17219
17220 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
17221
17222 * gdb.btrace/next.exp: Merged into step.exp.
17223 * gdb.btrace/finish.exp: Merged into step.exp.
17224 * gdb.btrace/nexti.exp: Merged into stepi.exp.
17225 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
17226 "record goto" and checking the exact replay position.
17227 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
17228 check for "Recording format" in "info record" output.
17229 * gdb.btrace/record_goto.exp: Choose test file based on target.
17230 * gdb.btrace/x86-record_goto.S: Renamed into ...
17231 * gdb.btrace/x86_64-record_goto.S: ... this.
17232 * gdb.btrace/i686-record_goto.S: New.
17233 * gdb.btrace/x86-tailcall.S: Renamed into ...
17234 * gdb.btrace/x86_64-tailcall.S: ... this.
17235 * gdb.btrace/i686-tailcall.S: New.
17236 * gdb.btrace/x86-tailcall.c: Renamed into ...
17237 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
17238 separate statements. Update test.
17239 * gdb.btrace/delta.exp: Use record_goto.c as test file.
17240 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
17241 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
17242 * gdb.btrace/tailcall.exp: Choose test file based on target.
17243 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
17244
17245 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
17246
17247 * gdb.btrace/exception.exp: Increase BTS buffer size.
17248
17249 2015-03-24 Pedro Alves <palves@redhat.com>
17250
17251 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
17252
17253 2015-03-24 Pedro Alves <palves@redhat.com>
17254
17255 * gdb.threads/schedlock.exp (test_step): No longer expect that
17256 "set scheduler-locking step" with "next" over a function call runs
17257 threads unlocked.
17258
17259 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17260
17261 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
17262
17263 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17264
17265 PR breakpoints/16466
17266 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
17267 * gdb.mi/mi-pending.c (thread_func): New function.
17268 (int main): Add threading support required.
17269 * gdb.mi/mi-pending.exp: Add tests for this issue.
17270 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
17271 (pendfunc2): Remove stdio dependency.
17272 * gdb.mi/mi-pendshr2.c: New file.
17273
17274 2015-03-23 Keith Seitz <keiths@redhat.com>
17275
17276 * gdb.linespec/keywords.c: New file.
17277 * gdb.linespec/keywords.exp: New file.
17278
17279 2015-03-23 Keith Seitz <keiths@redhat.com>
17280
17281 PR gdb/18021
17282 * gdb.dwarf2/staticvirtual.exp: New test.
17283
17284 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
17285
17286 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
17287 * README: Remove HP-UX and gdb.hp.
17288 (configuration):
17289 * configure: Regenerate.
17290 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
17291 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
17292 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
17293 gdb.hp/gdb.defects/Makefile.
17294 * gdb.hp/Makefile.in: File deleted.
17295 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
17296 * gdb.hp/gdb.aCC/optimize.c: File deleted.
17297 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
17298 * gdb.hp/gdb.aCC/run.c: File deleted.
17299 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
17300 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
17301 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
17302 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
17303 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
17304 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
17305 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
17306 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
17307 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
17308 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
17309 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
17310 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
17311 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
17312 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
17313 * gdb.hp/gdb.base-hp/reg.s: File deleted.
17314 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
17315 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
17316 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
17317 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
17318 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
17319 * gdb.hp/gdb.compat/Makefile.in: File deleted.
17320 * gdb.hp/gdb.compat/average.c: File deleted.
17321 * gdb.hp/gdb.compat/sum.c: File deleted.
17322 * gdb.hp/gdb.compat/xdb.c: File deleted.
17323 * gdb.hp/gdb.compat/xdb0.c: File deleted.
17324 * gdb.hp/gdb.compat/xdb0.h: File deleted.
17325 * gdb.hp/gdb.compat/xdb1.c: File deleted.
17326 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
17327 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
17328 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
17329 * gdb.hp/gdb.defects/Makefile.in: File deleted.
17330 * gdb.hp/gdb.defects/bs14602.c: File deleted.
17331 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
17332 * gdb.hp/gdb.defects/solib-d.c: File deleted.
17333 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
17334 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
17335 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
17336 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
17337 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
17338 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
17339 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
17340 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
17341 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
17342 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
17343 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
17344 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
17345 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
17346 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
17347 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
17348 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
17349 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
17350 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
17351 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
17352 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
17353 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
17354 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
17355 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
17356 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
17357 * gdb.hp/tools/odump: File deleted.
17358
17359 2015-03-19 Pedro Alves <palves@redhat.com>
17360
17361 * gdb.threads/continue-pending-status.exp (saw_thread_2)
17362 (saw_thread_3): New globals.
17363 (top level): Increment them when an event for the corresponding
17364 thread is seen.
17365 (no thread starvation): New test.
17366
17367 2015-03-19 Pedro Alves <palves@redhat.com>
17368
17369 * gdb.threads/continue-pending-status.c: New file.
17370 * gdb.threads/continue-pending-status.exp: New file.
17371
17372 2015-03-18 Pedro Alves <palves@redhat.com>
17373
17374 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
17375 Use gdb_is_target_remote instead of is_remote. Use
17376 gdb_test_multiple instead of gdb_expect. Exit early if
17377 gdb_test_multiple hits its internal matches. Tighten stepi tests
17378 expected output. Fail on exit with any signal, instead of just
17379 SIGILL.
17380
17381 2015-03-18 Yao Qi <yao.qi@linaro.org>
17382
17383 PR tdep/18107
17384 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
17385 variable.
17386 * gdb.base/catch-syscall.exp: Don't skip it on
17387 aarch64*-*-linux* target. Remove elements in all_syscalls.
17388 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
17389 target.
17390 (setup_all_syscalls): New proc.
17391
17392 2015-03-16 Yao Qi <yao.qi@linaro.org>
17393
17394 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
17395 (top level): Skip tests if valid_addr_p returns false for
17396 $cmd1 or $cmd2.
17397
17398 2015-03-11 Andy Wingo <wingo@igalia.com>
17399
17400 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
17401
17402 2015-03-11 Yao Qi <yao.qi@linaro.org>
17403
17404 * gdb.base/catch-syscall.exp: Fix typo in comments.
17405
17406 2015-03-11 Yao Qi <yao.qi@linaro.org>
17407
17408 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
17409
17410 2015-03-09 Pedro Alves <palves@redhat.com>
17411
17412 * dg-extract-results.py: Delete.
17413
17414 2015-03-09 Pedro Alves <palves@redhat.com>
17415
17416 Merge dg-extract-results.sh from GCC upstream (r218843).
17417
17418 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
17419 * dg-extract-results.sh: Use --text with grep to avoid issues with
17420 binary files. Fall back to cat -v, if that doesn't work.
17421
17422 2015-03-05 Pedro Alves <palves@redhat.com>
17423
17424 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
17425
17426 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
17427
17428 * lib/mi-support.exp (mi_expect_interrupt): Accept
17429 alternative event for when in all-stop mode.
17430
17431 2015-03-04 Pedro Alves <palves@redhat.com>
17432
17433 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
17434
17435 2015-03-04 Mark Kettenis <kettenis@gnu.org>
17436
17437 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
17438
17439 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
17440
17441 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
17442 regexps for GDB's current line display, accept a hex address
17443 preceding the line number.
17444
17445 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
17446
17447 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
17448 the 'arch1' variable for "s390*-linux*" targets.
17449
17450 2015-03-04 Pedro Alves <palves@redhat.com>
17451
17452 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
17453 (main): Pass missing retval argument to pthread_join call.
17454
17455 2015-03-02 Pedro Alves <palves@redhat.com>
17456
17457 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
17458 (top level): Call do_test with non-stop as well.
17459
17460 2015-03-02 Pedro Alves <palves@redhat.com>
17461
17462 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
17463 -1.
17464
17465 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17466
17467 * gdb.arch/s390-vregs.exp: New test.
17468 * gdb.arch/s390-vregs.S: New file.
17469
17470 2015-02-27 Pedro Alves <palves@redhat.com>
17471
17472 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
17473 call to catch_command_errors.
17474 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
17475 catch_command_errors.
17476
17477 2015-02-27 Pedro Alves <palves@redhat.com>
17478
17479 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
17480 "true" for boolean result.
17481 * gdb.gdb/selftest.exp (test_with_self): Also accept full
17482 prototype of main.
17483
17484 2015-02-27 Pedro Alves <palves@redhat.com>
17485
17486 * lib/unbuffer_output.c: New file.
17487 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
17488 (main): Call gdb_unbuffer_output.
17489
17490 2015-02-27 Yao Qi <yao.qi@linaro.org>
17491
17492 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
17493 target.
17494
17495 2015-02-26 Doug Evans <dje@google.com>
17496
17497 * gdb.cp/class2.cc (Dbase, D): New classes.
17498 (main): New local delta.
17499 * gdb.cp/class2.exp: Test printing delta.
17500 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
17501 (dynbar): New global.
17502 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
17503
17504 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17505
17506 * gdb.compile/compile-ifunc.c: New file.
17507 * gdb.compile/compile-ifunc.exp: New file.
17508
17509 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
17510
17511 * gdb.base/structs.exp: Check for correct struct on finish.
17512
17513 2015-02-26 Yao Qi <yao.qi@linaro.org>
17514
17515 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
17516 is zero.
17517
17518 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17519
17520 * gdb.arch/cordic.ko.bz2: New file.
17521 * gdb.arch/cordic.ko.debug.bz2: New file.
17522 * gdb.arch/ppc64-symtab-cordic.exp: New file.
17523
17524 2015-02-25 Yao Qi <yao.qi@linaro.org>
17525
17526 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
17527 aarch64*-*-* target.
17528
17529 2015-02-23 Pedro Alves <palves@redhat.com>
17530
17531 * lib/gdb.exp (delete_breakpoints): Rewrite using
17532 gdb_test_multiple.
17533
17534 2015-02-23 Pedro Alves <palves@redhat.com>
17535
17536 * gdb.base/info-os.c: Include stdlib.h.
17537
17538 2015-02-22 Doug Evans <xdje42@gmail.com>
17539
17540 PR symtab/17855
17541 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
17542 is read after symbols have been re-read.
17543 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
17544 * gdb.ada/exec_changed/second.adb (Second): Ditto.
17545
17546 2015-02-21 Doug Evans <dje@google.com>
17547
17548 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
17549
17550 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17551
17552 PR corefiles/17808
17553 * gdb.arch/i386-biarch-core.core.bz2: New file.
17554 * gdb.arch/i386-biarch-core.exp: New file.
17555
17556 2015-02-21 Pedro Alves <palves@redhat.com>
17557
17558 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
17559 runto_main fails.
17560
17561 2015-02-20 Pedro Alves <palves@redhat.com>
17562
17563 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
17564 info probes.
17565
17566 2015-02-20 Pedro Alves <palves@redhat.com>
17567
17568 * gdb.threads/multi-create-ns-info-thr.exp: New file.
17569
17570 2015-02-20 Pedro Alves <palves@redhat.com>
17571
17572 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
17573 clean_restart before gdb_target_supports_trace.
17574
17575 2015-02-20 Pedro Alves <palves@redhat.com>
17576
17577 PR threads/18006
17578 * gdb.threads/clone-thread_db.c: New file.
17579 * gdb.threads/clone-thread_db.exp: New file.
17580
17581 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
17582
17583 PR breakpoints/16812
17584 * gdb.base/catch-gdb-caused-signals.c: New file.
17585 * gdb.base/catch-gdb-caused-signals.exp: New file.
17586
17587 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
17588
17589 * configure: Regenerated.
17590 * configure.ac: Use GDB_AC_TRANSFORM.
17591 * aclocal.m4: sinclude ../transform.m4.
17592
17593 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
17594
17595 * lib/dtrace.exp: New file.
17596 * gdb.base/dtrace-probe.exp: Likewise.
17597 * gdb.base/dtrace-probe.d: Likewise.
17598 * gdb.base/dtrace-probe.c: Likewise.
17599 * lib/pdtrace.in: Likewise.
17600 * configure.ac: Output variables with the transformed names of
17601 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
17602 * configure: Regenerated.
17603
17604 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
17605
17606 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
17607 expected message when trying to access $_probe_* convenience
17608 variables while not on a probe.
17609
17610 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17611
17612 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
17613
17614 2015-02-11 Pedro Alves <pedro@codesourcery.com>
17615
17616 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
17617 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
17618
17619 2015-02-10 Doug Evans <xdje42@gmail.com>
17620
17621 * lib/gdb.exp (gdb_load): Always return a result.
17622
17623 2015-02-10 Pedro Alves <palves@redhat.com>
17624
17625 * gdb.threads/signal-sigtrap.c: New file.
17626 * gdb.threads/signal-sigtrap.exp: New file.
17627
17628 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
17629
17630 * gdb.trace/no-attach-trace.c: New file.
17631 * gdb.trace/no-attach-trace.exp: New file.
17632
17633 2015-02-09 Mark Wielaard <mjw@redhat.com>
17634
17635 * gdb.dwarf2/atomic.c: New file.
17636 * gdb.dwarf2/atomic-type.exp: Likewise.
17637
17638 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17639
17640 * gdb.btrace/buffer-size.exp: Update "info record" output.
17641 * gdb.btrace/delta.exp: Update "info record" output.
17642 * gdb.btrace/enable.exp: Update "info record" output.
17643 * gdb.btrace/finish.exp: Update "info record" output.
17644 * gdb.btrace/instruction_history.exp: Update "info record" output.
17645 * gdb.btrace/next.exp: Update "info record" output.
17646 * gdb.btrace/nexti.exp: Update "info record" output.
17647 * gdb.btrace/step.exp: Update "info record" output.
17648 * gdb.btrace/stepi.exp: Update "info record" output.
17649 * gdb.btrace/nohist.exp: Update "info record" output.
17650
17651 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17652
17653 * gdb.btrace/buffer-size: New.
17654
17655 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17656
17657 * gdb.btrace/delta.exp: Update "info record" output.
17658 * gdb.btrace/enable.exp: Update "info record" output.
17659 * gdb.btrace/finish.exp: Update "info record" output.
17660 * gdb.btrace/instruction_history.exp: Update "info record" output.
17661 * gdb.btrace/next.exp: Update "info record" output.
17662 * gdb.btrace/nexti.exp: Update "info record" output.
17663 * gdb.btrace/step.exp: Update "info record" output.
17664 * gdb.btrace/stepi.exp: Update "info record" output.
17665 * gdb.btrace/nohist.exp: Update "info record" output.
17666
17667 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
17668
17669 PR gdb/15678
17670 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
17671
17672 2015-02-06 Pedro Alves <palves@redhat.com>
17673
17674 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
17675 macro.
17676 (seconds_left, again): New globals.
17677 (main): Wait seconds_left in a 1-second sleep loop instead of
17678 sleeping 180 seconds. If 'again' is set, reset the seconds
17679 counter.
17680 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
17681 'again' in the inferior before detaching. Print the seconds left.
17682 (options): New global.
17683 (top level): Build program with -DTIMEOUT=$timeout.
17684
17685 2015-02-06 Pedro Alves <palves@redhat.com>
17686
17687 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
17688 determine how many seconds to pass to 'alarm'.
17689 * gdb.base/gdb-sigterm.exp (top level): Build program with
17690 -DTIMEOUT=$timeout.
17691 (do_test): Return success/failure indication. Add more verbose
17692 logging. Don't fail if 200 single steps are seen. Instead, fail
17693 when the test times out.
17694 (passes): New global.
17695 (top level): Break the testing loop if testing fails on any
17696 iteration. Use gdb_assert.
17697
17698 2015-02-04 Don Breazeal <donb@codesourcery.com>
17699
17700 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
17701 and initialize them.
17702 (ipc_cleanup): New function.
17703 (main): Don't declare shmid, semid, and msqid. Add a call to
17704 atexit so that we call ipc_cleanup on exit.
17705
17706 2015-02-04 Pedro Alves <palves@redhat.com>
17707
17708 * boards/native-extended-gdbserver.exp: Remove any target variant
17709 specifications from the board name before clearing the isremote
17710 flag from board_info.
17711
17712 2015-01-31 Doug Evans <xdje42@gmail.com>
17713
17714 * gdb.base/maint.exp <maint print type argc>: Update expected output.
17715
17716 2015-01-31 Gary Benson <gbenson@redhat.com>
17717
17718 * gdb.base/completion.exp: Disable completion limiting for
17719 existing tests. Add new tests to check completion limiting.
17720 * gdb.linespec/ls-errs.exp: Disable completion limiting.
17721
17722 2015-01-31 Doug Evans <xdje42@gmail.com>
17723
17724 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
17725
17726 2015-01-31 Doug Evans <xdje42@gmail.com>
17727
17728 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
17729 entries. Duplicate file section script entries.
17730 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
17731 inlined entries. Add test for safe-path rejection.
17732 * gdb.python/py-section-script.c: Add duplicate inlined section script
17733 entries. Duplicate file section script entries.
17734 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
17735 inlined entries. Add test for safe-path rejection.
17736
17737 2015-01-29 Joel Brobecker <brobecker@adacore.com>
17738
17739 * gdb.ada/disc_arr_bound: New testcase.
17740
17741 2015-01-29 Joel Brobecker <brobecker@adacore.com>
17742
17743 * gdb.ada/mi_var_array: New testcase.
17744
17745 2015-01-27 Doug Evans <dje@google.com>
17746
17747 * gdb.python/py-objfile.exp: Add tests for objfile.username.
17748 Add test for objfile.filename, objfile.username after objfile
17749 has been unloaded.
17750
17751 2015-01-26 Joel Brobecker <brobecker@adacore.com>
17752
17753 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
17754 the second test to print the name attribute of value
17755 returned by the call to gdb.lookup_type, and adjust
17756 the expected output accordingly.
17757
17758 2015-01-25 Mark Wielaard <mjw@redhat.com>
17759
17760 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
17761 * gdb.base/disp-step-fork.c: Include unistd.h.
17762 * gdb.base/siginfo-obj.c: Include stdio.h.
17763 * gdb.base/siginfo-thread.c: Likewise.
17764 * gdb.mi/non-stop.c: Include unistd.h.
17765 * gdb.mi/nsthrexec.c: Include stdio.h.
17766 * gdb.mi/pthreads.c: Include unistd.h.
17767 * gdb.modula2/unbounded1.c (main): Declare returns int.
17768 * gdb.reverse/consecutive-reverse.c: Likewise.
17769 * gdb.threads/create-fail.c: Include unistd.h.
17770 * gdb.threads/killed.c: Likewise.
17771 * gdb.threads/linux-dp.c: Likewise.
17772 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
17773 * gdb.threads/non-ldr-exc-2.c: Likewise.
17774 * gdb.threads/non-ldr-exc-3.c: Likewise.
17775 * gdb.threads/non-ldr-exc-4.c: Likewise.
17776 * gdb.threads/pthreads.c: Include unistd.h.
17777 (main): Declare returns int.
17778 * gdb.threads/tls-main.c (foo): New declaration.
17779 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
17780
17781 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
17782
17783 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
17784 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
17785
17786 2015-01-15 Mark Wielaard <mjw@redhat.com>
17787
17788 * gdb.base/noreturn-return.c: New file.
17789 * gdb.base/noreturn-return.exp: New file.
17790 * gdb.base/noreturn-finish.c: New file.
17791 * gdb.base/noreturn-finish.exp: New file.
17792
17793 2015-01-23 Pedro Alves <palves@redhat.com>
17794
17795 * gdb.threads/continue-pending-after-query.c: New file.
17796 * gdb.threads/continue-pending-after-query.exp: New file.
17797
17798 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
17799 Simon Marchi <simon.marchi@ericsson.com>
17800
17801 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
17802 * gdb.base/valgrind-db-attach.exp: Same.
17803 * gdb.base/valgrind-infcall.exp: Same.
17804 * lib/mi-support.exp (default_mi_gdb_start): Same.
17805 * lib/prompt.exp (default_prompt_gdb_start): Same.
17806 * lib/gdb.exp (default_gdb_spawn): Same.
17807 (gdb_interact): New.
17808
17809
17810 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17811
17812 * gdb.compile/compile.exp (pointer to jit function): New test.
17813
17814 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
17815
17816 * lib/gdb.exp (supports_process_record): Return true for
17817 powerpc*-*-linux*.
17818 (supports_reverse): Likewise.
17819
17820 2015-01-15 Don Breazeal <donb@codesourcery.com>
17821
17822 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
17823 instead of checking whether the target board is remote and
17824 use spawn_wait_for_attach instead of exec/sleep.
17825 * gdb.base/attach-twice.exp: Likewise.
17826
17827 2015-01-15 Joel Brobecker <brobecker@adacore.com>
17828
17829 * gdb.ada/var_arr_attrs: New testcase.
17830
17831 2015-01-14 Pedro Alves <palves@redhat.com>
17832 Joel Brobecker <brobecker@adacore.com>
17833
17834 PR gdb/17525
17835 * gdb.base/bp-cmds-execution-x-script.c: New file.
17836 * gdb.base/bp-cmds-execution-x-script.exp: New file.
17837 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
17838
17839 2015-01-14 Pedro Alves <palves@redhat.com>
17840
17841 PR cli/17828
17842 * gdb.base/batch-preserve-term-settings.c: New file.
17843 * gdb.base/batch-preserve-term-settings.exp: New file.
17844
17845 2015-01-13 Doug Evans <dje@google.com>
17846
17847 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
17848 binary.
17849
17850 2015-01-13 Joel Brobecker <brobecker@adacore.com>
17851
17852 * Makefile.in (clean mostlyclean): Do not delete *.py.
17853
17854 2015-01-13 Joel Brobecker <brobecker@adacore.com>
17855
17856 * gdb.python/py-lookup-type.exp: New file.
17857
17858 2015-01-12 Pedro Alves <palves@redhat.com>
17859
17860 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
17861 restore GDBFLAGS before returning.
17862
17863 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17864
17865 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
17866 is_amd64_regs_target and is_x86_like_target.
17867
17868 2015-01-11 Doug Evans <xdje42@gmail.com>
17869
17870 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
17871 is given without an explicit form.
17872 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
17873 attributes.
17874 * gdb.dwarf/corrupt.exp: Ditto.
17875 * gdb.dwarf2/enum-type.exp: Ditto.
17876 * gdb.trace/entry-values.exp: Ditto.
17877 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
17878
17879 2015-01-11 Doug Evans <xdje42@gmail.com>
17880
17881 PR gdb/15830
17882 * gdb.base/maint.exp: Remove references to "maint demangle".
17883 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
17884 Add tests for explicitly specifying language to demangle.
17885 * gdb.dlang/demangle.exp: Ditto.
17886
17887 2015-01-09 Pedro Alves <palves@redhat.com>
17888
17889 * gdb.threads/non-stop-fair-events.c: New file.
17890 * gdb.threads/non-stop-fair-events.exp: New file.
17891
17892 2015-01-09 Pedro Alves <palves@redhat.com>
17893
17894 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
17895 the global scope. Set a breakpoint after all threads are started
17896 rather than stepping over two source lines. Expect the prompt.
17897 * gdb.base/watch_thread_num.c (threads_started_barrier): New
17898 global.
17899 (NUM): Now 15.
17900 (main): Use threads_started_barrier to wait for all threads to
17901 start. Main thread no longer calls thread_function. Exit after
17902 180 seconds.
17903 (loop): New function.
17904 (thread_function): Wait on threads_started_barrier barrier. Call
17905 'loop' at each iteration.
17906 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
17907 threads have started, instead of hardcoding number of "next"
17908 steps. Use an access watchpoint instead of a write watchpoint.
17909
17910 2015-01-09 Pedro Alves <palves@redhat.com>
17911
17912 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
17913 (thread_func): Wait on barrier.
17914 (main): Wait for all threads to start before stopping GDB.
17915 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
17916 global.
17917 (thread1_func, thread2_func): Wait on barrier.
17918 (main): Wait for all threads to start before stopping GDB.
17919 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
17920 New global.
17921 (thread1_func, thread2_func): Wait on barrier.
17922 (main): Wait for all threads to start before stopping GDB.
17923
17924 2015-01-09 Pedro Alves <palves@redhat.com>
17925
17926 * gdb.threads/attach-many-short-lived-threads.c: New file.
17927 * gdb.threads/attach-many-short-lived-threads.exp: New file.
17928
17929 2014-01-09 Pedro Alves <palves@redhat.com>
17930
17931 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
17932 instead of to thread 2.
17933 * gdb.threads/signal-command-multiple-signals-pending.c (main):
17934 Add barrier around each pthread_create call instead of around all
17935 calls.
17936 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
17937 Set a break on thread_function and have the child threads hit it
17938 one at at a time.
17939
17940 2015-01-09 Pedro Alves <palves@redhat.com>
17941
17942 * lib/gdb.exp (can_spawn_for_attach): New procedure.
17943 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
17944 false.
17945 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
17946 checking whether the target board is remote.
17947 * gdb.multi/multi-attach.exp: Likewise.
17948 * gdb.python/py-sync-interp.exp: Likewise.
17949 * gdb.server/ext-attach.exp: Likewise.
17950 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
17951 tests that need to attach, instead of checking whether the target
17952 board is remote at the top of the file.
17953
17954 2015-01-08 Yao Qi <yao@codesourcery.com>
17955
17956 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
17957
17958 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17959
17960 Fix testcase compilation.
17961 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
17962
17963 2015-01-06 Joel Brobecker <brobecker@adacore.com>
17964
17965 * gdb.python/py-type.exp: Add a couple test about empty
17966 array creation, and negative-length array creation.
17967
17968 2015-01-02 Doug Evans <xdje42@gmail.com>
17969
17970 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
17971
17972 2015-01-02 Doug Evans <dje@google.com>
17973
17974 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
17975
17976 2014-12-29 Yao Qi <yao@codesourcery.com>
17977
17978 * gdb.trace/entry-values.exp: Update comments. Rename variable
17979 bar_call_foo to returned_from_foo.
17980
17981 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
17982
17983 PR gdb/17394
17984 * gdb.linespec/break-asm-file.c: New file.
17985 * gdb.linespec/break-asm-file.exp: New file.
17986 * gdb.linespec/break-asm-file0.s: New file.
17987 * gdb.linespec/break-asm-file1.s: New file.
17988
17989 2014-12-18 Nigel Stephens <nigel@mips.com>
17990 Maciej W. Rozycki <macro@codesourcery.com>
17991
17992 * gdb.base/float.exp: Handle the new output from "info float" on
17993 MIPS targets.
17994
17995 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17996
17997 Fix MinGW compilation.
17998 * gdb.compile/compile-ops.exp: Update untested message if
17999 !skip_compile_feature_tests.
18000 * gdb.compile/compile-setjmp.exp: Likewise.
18001 * gdb.compile/compile-tls.exp: Likewise.
18002 * gdb.compile/compile.exp: Likewise.
18003 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
18004 supported on this host".
18005
18006 2014-12-16 Doug Evans <xdje42@gmail.com>
18007
18008 * boards/stabs.exp: New file.
18009
18010 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
18011
18012 * gdb.base/completion.exp: Adjust to format changes of "maint
18013 print user-registers".
18014
18015 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
18016
18017 PR server/17457
18018 * gdb.arch/aarch64-fp.c: New file.
18019 * gdb.arch/aarch64-fp.exp: New file.
18020
18021 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
18022
18023 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
18024 r210637, r210913, r211666, r215400, r215817).
18025
18026 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
18027 * dg-extract-results.py: New file.
18028 * dg-extract-results.sh: Use it if the environment seems
18029 suitable.
18030
18031 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
18032
18033 * dg-extract-results.py (parse_run): Handle warnings that
18034 are printed before a test harness is run.
18035
18036 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
18037
18038 * dg-extract-results.py (Named): Remove __cmp__ method.
18039 (output_variation): Use a key to sort variation.harnesses.
18040
18041 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
18042
18043 * dg-extract-results.py: For Python 3, force sys.stdout to
18044 handle surrogate escape sequences.
18045 (safe_open): New function.
18046 (output_segment, main): Use it.
18047
18048 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
18049
18050 * dg-extract-results.py (Prog.result_re): Include options
18051 in test name.
18052
18053 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
18054
18055 * dg-extract-results.py (output_variation): Always sort if
18056 do_sum.
18057
18058 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
18059
18060 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
18061 as long as we get pagination notifications.
18062
18063 2014-12-15 Jason Merrill <jason@redhat.com>
18064
18065 * Makefile.in (check-gdb.%): Restore.
18066 * README: Mention it.
18067
18068 2014-12-13 Joel Brobecker <brobecker@adacore.com>
18069
18070 * gdb.ada/str_uninit: New testcase.
18071
18072 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
18073
18074 PR symtab/17642
18075 * gdb.base/vla-stub-define.c: New file.
18076 * gdb.base/vla-stub.c: New file.
18077 * gdb.base/vla-stub.exp: New file.
18078
18079 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
18080 Jan Kratochvil <jan.kratochvil@redhat.com>
18081 Tom Tromey <tromey@redhat.com>
18082
18083 * configure.ac: Add gdb.compile/.
18084 * configure: Regenerate.
18085 * gdb.compile/Makefile.in: New file.
18086 * gdb.compile/compile-ops.exp: New file.
18087 * gdb.compile/compile-ops.c: New file.
18088 * gdb.compile/compile-tls.c: New file.
18089 * gdb.compile/compile-tls.exp: New file.
18090 * gdb.compile/compile-constvar.S: New file.
18091 * gdb.compile/compile-constvar.c: New file.
18092 * gdb.compile/compile-mod.c: New file.
18093 * gdb.compile/compile-nodebug.c: New file.
18094 * gdb.compile/compile-setjmp-mod.c: New file.
18095 * gdb.compile/compile-setjmp.c: New file.
18096 * gdb.compile/compile-setjmp.exp: New file.
18097 * gdb.compile/compile-shlib.c: New file.
18098 * gdb.compile/compile.c: New file.
18099 * gdb.compile/compile.exp: New file.
18100 * lib/gdb.exp (skip_compile_feature_tests): New proc.
18101
18102 2014-12-12 Tom Tromey <tromey@redhat.com>
18103
18104 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
18105 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
18106
18107 2014-12-12 Doug Evans <dje@google.com>
18108
18109 * lib/gdb-python.exp (get_python_valueof): New function.
18110 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
18111
18112 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18113
18114 * gdb.base/completion.exp: Add test for completion of "info
18115 registers ".
18116
18117 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
18118
18119 * gdb.base/func-ptrs.c: New file.
18120 * gdb.base/func-ptrs.exp: New file.
18121
18122 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
18123
18124 PR breakpoints/17012
18125 * gdb.base/dprintf-detach.c: New file.
18126 * gdb.base/dprintf-detach.exp: New file.
18127
18128 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
18129
18130 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
18131 * lib/gdb.exp (target_is_gdbserver): New procedure.
18132
18133 2014-12-08 Doug Evans <dje@google.com>
18134
18135 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
18136
18137 2014-12-05 Yao Qi <yao@codesourcery.com>
18138
18139 * gdb.guile/scm-error.exp: Remove the third argument to
18140 gdb_remote_download.
18141 * gdb.guile/scm-frame-args.exp: Likewise.
18142 * gdb.guile/scm-section-script.exp: Likewise.
18143
18144 2014-12-05 Yao Qi <yao@codesourcery.com>
18145
18146 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
18147
18148 2014-12-04 Doug Evans <dje@google.com>
18149
18150 * gdb.python/py-objfile.exp: Add tests for
18151 objfile.add_separate_debug_file.
18152
18153 2014-12-04 Doug Evans <dje@google.com>
18154
18155 * lib/gdb.exp (get_build_id): New function.
18156 (build_id_debug_filename_get): Rewrite to use it.
18157 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
18158
18159 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
18160
18161 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
18162 `method(long)', not just 0x0.
18163 * gdb.cp/nsalias.exp: Align code labels to 4.
18164 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
18165 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
18166 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
18167 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
18168 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
18169 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
18170
18171 2014-12-02 Doug Evans <dje@google.com>
18172
18173 PR symtab/17602
18174 * gdb.cp/anon-ns.cc: Move guts of this file to ...
18175 * gdb.cp/anon-ns2.cc: ... here. New file.
18176 * gdb.cp/anon-ns.exp: Update.
18177
18178 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
18179
18180 * gdb.python/py-events.py (inferior_call_handler): New.
18181 (register_changed_handler, memory_changed_handler): New.
18182 (test_events.invoke): Register new handlers.
18183 * gdb.python/py-events.exp: Add tests for inferior call,
18184 memory_changed and register_changed events.
18185
18186 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
18187
18188 * gdb.base/execl-update-breakpoints.exp: Specify the link address
18189 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
18190 if the linker doesn't understand this.
18191
18192 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
18193
18194 * gdb.python/python.exp: Change expected reply to help().
18195
18196 2014-12-01 Yao Qi <yao@codesourcery.com>
18197
18198 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
18199 AC_CONFIG_SUBDIRS(gdb.gdbtk).
18200 * configure: Re-generated.
18201
18202 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
18203
18204 * gdb.cp/chained-calls.cc: New file.
18205 * gdb.cp/chained-calls.exp: New file.
18206 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
18207
18208 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
18209
18210 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
18211 * gdb.dwarf2/symtab-producer.exp: Same.
18212 * gdb.gdb/python-interrupts.exp: Same.
18213 * gdb.gdb/python-selftest.exp: Same.
18214 * gdb.python/py-linetable.exp: Same.
18215 * gdb.python/py-type.exp: Same.
18216 * gdb.python/py-value-cc.exp: Same.
18217 * gdb.python/py-value.exp: Same.
18218
18219 2014-11-28 Yao Qi <yao@codesourcery.com>
18220
18221 * gdb.base/break-probes.exp: Match library name prefixed with
18222 sysroot.
18223
18224 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
18225
18226 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
18227 test expected output. Add parentheses for the call to print.
18228 Remove L suffix from integers.
18229
18230 2014-11-26 Doug Evans <dje@google.com>
18231
18232 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
18233
18234 2014-11-22 Yao Qi <yao@codesourcery.com>
18235
18236 * gdb.trace/entry-values.c: Remove asms.
18237 (foo): Add foo_label.
18238 (bar): Add bar_label.
18239 * gdb.trace/entry-values.exp: Remove code computing foo's
18240 length and bar's length.
18241 (Dwarf::assemble): Invoke function_range for bar and use
18242 MACRO_AT_func for foo.
18243
18244 2014-11-22 Yao Qi <yao@codesourcery.com>
18245
18246 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
18247 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
18248 Use .Lgcc43_procstart instead of gcc43.
18249
18250 2014-11-21 Joel Brobecker <brobecker@adacore.com>
18251
18252 * gdb.ada/n_arr_bound: New testcase.
18253
18254 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
18255
18256 PR breakpoints/10737
18257 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
18258 test_catch_syscall_multi_arch.
18259 (test_catch_syscall_multi_arch): New function.
18260
18261 2014-11-20 Doug Evans <xdje42@gmail.com>
18262
18263 * gdb.base/maint.exp: Update expected output.
18264
18265 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
18266
18267 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
18268 4-byte instruction on S390.
18269
18270 2014-11-19 Joel Brobecker <brobecker@adacore.com>
18271
18272 * gdb.ada/arr_arr: New testcase.
18273
18274 2014-11-19 Joel Brobecker <brobecker@adacore.com>
18275
18276 * gdb.ada/pkd_arr_elem: New Testcase.
18277
18278 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
18279
18280 * gdb.reverse/break-precsave: Expect completion message for
18281 core file reads.
18282 * gdb.reverse/consecutive-precsave.exp: Likewise.
18283 * gdb.reverse/finish-precsave.exp: Likewise.
18284 * gdb.reverse/i386-precsave.exp: Likewise.
18285 * gdb.reverse/machinestate-precsave.exp: Likewise.
18286 * gdb.reverse/sigall-precsave.exp: Likewise.
18287 * gdb.reverse/solib-precsave.exp: Likewise.
18288 * gdb.reverse/step-precsave.exp: Likewise.
18289 * gdb.reverse/until-precsave.exp: Likewise.
18290 * gdb.reverse/watch-precsave.exp: Likewise.
18291
18292 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18293
18294 * gdb.base/bp-permanent.c: Include unistd.h.
18295 * gdb.python/py-framefilter-mi.c (main): Add return type.
18296 * gdb.python/py-framefilter.c (main): Likewise.
18297 * gdb.trace/actions-changed.c (main): Likewise.
18298
18299 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18300
18301 * gdb.mi/until.c: Add eye-catchers.
18302 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
18303 line numbers.
18304
18305 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18306
18307 * gdb.base/condbreak.exp: Drop references to removed non-prototype
18308 function header variants in break1.c.
18309 * gdb.base/ena-dis-br.exp: Likewise.
18310 * gdb.base/hbreak2.exp: Likewise.
18311 * gdb.reverse/until-precsave.exp: Drop references to removed
18312 non-prototype function header variants in ur1.c.
18313 * gdb.reverse/until-reverse.exp: Likewise.
18314
18315 2014-11-17 Petr Machata <pmachata@redhat.com>
18316
18317 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
18318 ${_cu_offset_size} bytes abbrev offset.
18319
18320 2014-11-15 Doug Evans <xdje42@gmail.com>
18321
18322 PR symtab/17559
18323 * gdb.base/line-symtabs.exp: New file.
18324 * gdb.base/line-symtabs.c: New file.
18325 * gdb.base/line-symtabs.h: New file.
18326
18327 2014-11-14 Yao Qi <yao@codesourcery.com>
18328
18329 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
18330 (func): Add label func_label.
18331 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
18332 Replace low_pc and high_pc with MACRO_AT_range.
18333 Replace name, low_pc and high_pc with MACRO_AT_func.
18334
18335 2014-11-14 Yao Qi <yao@codesourcery.com>
18336
18337 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
18338 Replace name, low_pc and high_pc with MACRO_AT_func.
18339
18340 2014-11-14 Yao Qi <yao@codesourcery.com>
18341
18342 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
18343 produce debug information.
18344 * gdb.dwarf2/implptr-optimized-out.S: Removed.
18345
18346 2014-11-14 Yao Qi <yao@codesourcery.com>
18347
18348 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
18349 object and get function length.
18350 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
18351 with MACRO_AT_func.
18352 (top-level): Replace gdb_compile and clean_restart with
18353 prepare_for_testing.
18354 * gdb.dwarf2/main.c (main): Add label main_label.
18355
18356 2014-11-14 Yao Qi <yao@codesourcery.com>
18357
18358 * lib/dwarf.exp (function_range): New procedure.
18359 (Dwarf::_handle_macro_at_func): New procedure.
18360 (Dwarf::_handle_macro_at_range): New procedure.
18361 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
18362
18363 2014-11-14 Yao Qi <yao@codesourcery.com>
18364
18365 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
18366 (_handle_attribute): New procedure.
18367
18368 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18369
18370 * gdb.ada/cond_lang/foo.c (callme): Add return type.
18371 * gdb.base/call-sc.c (zed): Likewise.
18372 * gdb.base/checkpoint.c (main): Likewise.
18373 * gdb.base/dump.c (main): Likewise.
18374 * gdb.base/gcore.c (main): Likewise.
18375 * gdb.base/huge.c (main): Likewise.
18376 * gdb.base/multi-forks.c (main): Likewise.
18377 * gdb.base/pr10179-a.c (main): Likewise.
18378 * gdb.base/savedregs.c (main): Likewise.
18379 * gdb.base/sigaltstack.c (main): Likewise.
18380 * gdb.base/siginfo.c (main): Likewise.
18381 * gdb.base/structs.c (zed): Likewise.
18382 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
18383 * gdb.mi/mi-syn-frame.c (main): Likewise.
18384 * gdb.mi/until.c (foo, main): Likewise.
18385 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
18386 * gdb.base/solib-weak.c (foo): Declare.
18387 * gdb.base/attach-twice.c: Include stdio.h.
18388 * gdb.base/weaklib1.c: Likewise.
18389 * gdb.base/weaklib2.c: Likewise.
18390 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
18391 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
18392 unistd.h.
18393 * gdb.base/attach-pie-misread.c: Include stdlib.h.
18394 * gdb.mi/mi-exit-code.c: Likewise.
18395 * gdb.base/break-interp-lib.c: Include string.h.
18396 * gdb.base/coremaker.c: Likewise.
18397 * gdb.base/testenv.c: Likewise.
18398 * gdb.python/py-finish-breakpoint.c: Likewise.
18399 * gdb.base/inferior-died.c: Include sys/wait.h.
18400 * gdb.base/fileio.c: Include time.h.
18401 * gdb.base/async-shell.c: Include unistd.h.
18402 * gdb.base/dprintf-non-stop.c: Likewise.
18403 * gdb.base/info-os.c: Likewise.
18404 * gdb.mi/mi-console.c: Likewise.
18405 * gdb.mi/watch-nonstop.c: Likewise.
18406 * gdb.python/py-events.c: Likewise.
18407 * gdb.base/async.c (baz): Move up before its invocation.
18408 * gdb.base/code_elim2.c (my_global_func): Likewise.
18409 * gdb.base/skip-solib-lib.c (multiply): Likewise.
18410 * gdb.base/advance.c (func2): Likewise.
18411
18412 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18413
18414 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
18415 variant.
18416 * gdb.base/annota3.c: Likewise.
18417 * gdb.base/async.c: Likewise.
18418 * gdb.base/average.c: Likewise.
18419 * gdb.base/call-ar-st.c: Likewise.
18420 * gdb.base/call-rt-st.c: Likewise.
18421 * gdb.base/call-sc.c: Likewise.
18422 * gdb.base/call-strs.c: Likewise.
18423 * gdb.base/ending-run.c: Likewise.
18424 * gdb.base/execd-prog.c: Likewise.
18425 * gdb.base/exprs.c: Likewise.
18426 * gdb.base/foll-exec.c: Likewise.
18427 * gdb.base/foll-fork.c: Likewise.
18428 * gdb.base/foll-vfork.c: Likewise.
18429 * gdb.base/funcargs.c: Likewise.
18430 * gdb.base/gcore.c: Likewise.
18431 * gdb.base/jump.c: Likewise.
18432 * gdb.base/langs0.c: Likewise.
18433 * gdb.base/langs1.c: Likewise.
18434 * gdb.base/langs2.c: Likewise.
18435 * gdb.base/mips_pro.c: Likewise.
18436 * gdb.base/nodebug.c: Likewise.
18437 * gdb.base/opaque0.c: Likewise.
18438 * gdb.base/opaque1.c: Likewise.
18439 * gdb.base/recurse.c: Likewise.
18440 * gdb.base/run.c: Likewise.
18441 * gdb.base/scope0.c: Likewise.
18442 * gdb.base/scope1.c: Likewise.
18443 * gdb.base/setshow.c: Likewise.
18444 * gdb.base/setvar.c: Likewise.
18445 * gdb.base/shmain.c: Likewise.
18446 * gdb.base/shr1.c: Likewise.
18447 * gdb.base/shr2.c: Likewise.
18448 * gdb.base/sigall.c: Likewise.
18449 * gdb.base/signals.c: Likewise.
18450 * gdb.base/so-indr-cl.c: Likewise.
18451 * gdb.base/solib2.c: Likewise.
18452 * gdb.base/structs.c: Likewise.
18453 * gdb.base/sum.c: Likewise.
18454 * gdb.base/vforked-prog.c: Likewise.
18455 * gdb.base/watchpoint.c: Likewise.
18456 * gdb.reverse/shr2.c: Likewise.
18457 * gdb.reverse/until-reverse.c: Likewise.
18458 * gdb.reverse/ur1.c: Likewise.
18459 * gdb.reverse/watch-reverse.c: Likewise.
18460
18461 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18462
18463 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
18464 variant.
18465 * gdb.base/sepdebug.exp: Drop references to removed code.
18466
18467 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18468
18469 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
18470 variant. Preserve original line numbering.
18471 * gdb.base/list1.c: Likewise.
18472
18473 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18474
18475 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
18476 variant.
18477 * gdb.base/break1.c: Likewise.
18478 * gdb.base/break.exp: Drop references to removed code.
18479
18480 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18481
18482 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
18483 variant.
18484
18485 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18486
18487 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
18488
18489 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18490
18491 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
18492 logic into perform_all_tests() and invoke it with and without
18493 function header prototypes.
18494 (do_function_calls): Remove conditional XFAIL for PR 5318.
18495 (rerun_and_prepare): Remove duplicate code.
18496 (perform_all_tests): New. Main logic moved here.
18497
18498 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18499
18500 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
18501 code guarded by #ifdef NO_PROTOTYPES.
18502 (t_double_many_args): Likewise.
18503 (DEF_FUNC_MANY_ARGS_1): Likewise.
18504 (DEF_FUNC_VALUES_1): Likewise.
18505 (t_structs_ldc): Renamed from t_structs_fc in conditional code
18506 guarded by #ifdef PROTOTYPES.
18507
18508 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18509
18510 * gdb.mi/mi-console.c: Add eye-catcher.
18511 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
18512 instead of literal line number.
18513
18514 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18515
18516 * gdb.base/shr2.c: Add eye-catcher.
18517 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
18518 line number.
18519
18520 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18521
18522 * gdb.base/jump.c: Add eye-catchers.
18523 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
18524 numbers.
18525
18526 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18527
18528 * gdb.base/execd-prog.c: Add eye-catchers.
18529 * gdb.base/foll-exec.c: Likewise.
18530 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
18531 line numbers.
18532
18533 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18534
18535 * gdb.base/ending-run.c: Add eye-catchers.
18536 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
18537 literal line numbers.
18538
18539 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18540
18541 * gdb.base/call-rt-st.c: Add eye-catchers.
18542 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
18543 literal line numbers.
18544
18545 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18546
18547 * gdb.base/call-ar-st.c: Add eye-catchers.
18548 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
18549 literal line numbers.
18550
18551 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18552
18553 * gdb.base/average.c: Add eye-catchers.
18554 * gdb.base/sum.c: Likewise.
18555 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
18556 regexps dynamically.
18557
18558 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18559
18560 * gdb.base/solib1.c: Add eye-catchers.
18561 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
18562 literal line numbers.
18563
18564 2014-11-12 Pedro Alves <palves@redhat.com>
18565
18566 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
18567 leader has exited.
18568
18569 2014-11-12 Pedro Alves <palves@redhat.com>
18570
18571 * gdb.arch/i386-bp_permanent.c: New file.
18572 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
18573 (srcfile): Set to i386-bp_permanent.c.
18574 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
18575 that stepi does not execute the 'leave' instruction, instead of
18576 testing it does execute.
18577 * gdb.base/bp-permanent.c: New file.
18578 * gdb.base/bp-permanent.exp: New file.
18579
18580 2014-11-10 Doug Evans <xdje42@gmail.com>
18581
18582 PR symtab/17564
18583 * gdb.base/symtab-search-order.exp: New file.
18584 * gdb.base/symtab-search-order.c: New file.
18585 * gdb.base/symtab-search-order-1.c: New file.
18586 * gdb.base/symtab-search-order-shlib-1.c: New file.
18587
18588 2014-11-07 Pedro Alves <palves@redhat.com>
18589
18590 PR gdb/17511
18591 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
18592 i?86-*-linux*.
18593
18594 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
18595
18596 PR c++/17494
18597 * gdb.cp/pr17494.cc: New file.
18598 * gdb.cp/pr17494.exp: New file.
18599
18600 2014-11-02 Yao Qi <yao@codesourcery.com>
18601
18602 * gdb.python/python.exp: Get working directory and match the
18603 output of "set extended-prompt \\w " with it.
18604
18605 2014-10-30 Doug Evans <dje@google.com>
18606
18607 * gdb.python/py-objfile.exp: Add tests for setting random attributes
18608 in objfiles.
18609 * gdb.python/py-progspace.exp: Add tests for setting random attributes
18610 in progspaces.
18611
18612 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
18613
18614 * gdb.base/fullpath-expand.exp: Skip for a remote host.
18615 * gdb.base/realname-expand.exp: Likewise.
18616 * gdb.linespec/macro-relative.exp: Likewise.
18617
18618 2014-10-29 Pedro Alves <palves@redhat.com>
18619
18620 PR gdb/17408
18621 * gdb.threads/schedlock.c (some_function): New function.
18622 (call_function): New global.
18623 (MAYBE_CALL_SOME_FUNCTION): New macro.
18624 (thread_function): Call it.
18625 * gdb.threads/schedlock.exp (get_args): Add description parameter,
18626 and use it instead of a global counter. Adjust all callers.
18627 (get_current_thread): Use "find current thread" for test message
18628 here rather than having all callers pass down the same string.
18629 (goto_loop): New procedure, factored out from ...
18630 (my_continue): ... this.
18631 (step_ten_loops): Change parameter from test message to command to
18632 use. Adjust.
18633 (list_count): Delete global.
18634 (check_result): New procedure, factored out from duplicate top
18635 level code.
18636 (continue tests): Wrap in with_test_prefix.
18637 (test_step): New procedure, factored out from duplicate top level
18638 code.
18639 (top level): Test "step" in combination with all scheduler-locking
18640 modes. Test "next" in combination with all scheduler-locking
18641 modes, and in combination with stepping over a function call or
18642 not.
18643 * gdb.threads/next-bp-other-thread.c: New file.
18644 * gdb.threads/next-bp-other-thread.exp: New file.
18645
18646 2014-10-29 Pedro Alves <palves@redhat.com>
18647
18648 PR python/17372
18649 * gdb.python/python.exp: Test a multi-line command that spawns
18650 interactive Python.
18651 * gdb.base/multi-line-starts-subshell.exp: New file.
18652
18653 2014-10-29 Yao Qi <yao@codesourcery.com>
18654
18655 * gdb.base/fileio.exp: Make directories on host.
18656
18657 2014-10-29 Yao Qi <yao@codesourcery.com>
18658
18659 * gdb.base/fileio.c (test_write): Close the file.
18660
18661 2014-10-28 Pedro Alves <palves@redhat.com>
18662
18663 PR gdb/12623
18664 * gdb.base/sigstep.c (no_handler): New global.
18665 (main): If 'no_handler is true, set the signal handlers to
18666 SIG_IGN.
18667 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
18668 with_sw_watch and no_handler parameters. Handle them.
18669 (top level) <stepping over handler when stopped at a breakpoint
18670 test>: Add a test axis for testing with a software watchpoint, and
18671 another for testing with the signal handler set to SIG_IGN.
18672 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
18673 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
18674
18675 2014-10-28 Pedro Alves <palves@redhat.com>
18676
18677 PR gdb/17511
18678 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
18679 * gdb.base/sigstep.exp (other_handler_location): New global.
18680 (advance): Support stepping into the signal handler, and running
18681 commands while in the handler.
18682 (in_handler_map): New global.
18683 (top level): In the advance test, add combinations for getting
18684 into the handler with stepping commands, and for running commands
18685 in the handler. Add comment descripting the advancei tests.
18686
18687 2014-10-28 Pedro Alves <palves@redhat.com>
18688
18689 * gdb.base/sigstep.exp: Use build_executable instead of
18690 prepare_for_testing.
18691 (top level): Move code that starts GDB, runs to main and creates a
18692 display to ...
18693 (restart): ... this new procedure.
18694 (top level): Move backtrace from signal handler test to ...
18695 (validate_backtrace): ... this new procedure.
18696 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
18697 with_test_prefix. Always restart GDB.
18698 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
18699 with_test_prefix. Always restart GDB. No need to delete
18700 breakpoints after the test.
18701 (test_skip_handler): Remove prefix parameter.
18702 (skip_over_handler, breakpoint_to_handler)
18703 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
18704 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
18705 restart GDB. No need to delete breakpoints after the test.
18706 (top level): Use foreach to call the test procedures with
18707 different commands.
18708
18709 2014-10-28 Pedro Alves <palves@redhat.com>
18710
18711 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
18712 instead of GNATS numbers.
18713 * gdb.base/sigbpt.exp: Likewise.
18714 * gdb.base/siginfo.exp: Likewise.
18715 * gdb.base/sigstep.exp: Likewise.
18716
18717 2014-10-27 Pedro Alves <palves@redhat.com>
18718
18719 * gdb.base/sigstep.c (dummy): New global.
18720 (main): Issue a couple writes to the new global.
18721 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
18722 procedures.
18723 (skip_over_handler): Use test_skip_handler.
18724 (top level): Call skip_over_handler for stepi and nexti too.
18725 (breakpoint_over_handler): Use test_skip_handler.
18726 (top level): Call breakpoint_over_handler for stepi and nexti too.
18727
18728 2014-10-27 Yao Qi <yao@codesourcery.com>
18729
18730 * gdb.trace/tfile.c (adjust_function_address)
18731 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
18732 function descriptor.
18733
18734 2014-10-24 Don Breazeal <donb@codesourcery.com>
18735
18736 * gdb.base/foll-fork.exp (test_follow_fork,
18737 catch_fork_child_follow): Check for updated fork messages emitted
18738 from infrun.c.
18739 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
18740 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
18741 vfork_and_exec_child_follow_through_step): Check for updated vfork
18742 messages emitted from infrun.c.
18743
18744 2014-10-24 Pedro Alves <palves@redhat.com>
18745
18746 * gdb.base/corefile.exp: Remove references to ultrix.
18747 * gdb.base/interrupt.exp: Likewise.
18748 * gdb.base/whatis.exp: Likewise.
18749 * gdb.gdb/selftest.exp: Likewise.
18750 * gdb.threads/manythreads.exp: Likewise.
18751 * gdb.threads/print-threads.exp: Likewise.
18752 * gdb.threads/pthreads.exp:: Likewise.
18753 * gdb.threads/schedlock.exp: Likewise.
18754
18755 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
18756
18757 * gdb.cp/non-trivial-retval.cc: Add a test case.
18758 * gdb.cp/non-trivial-retval.exp: Add a test.
18759
18760 2014-10-20 Yao Qi <yao@codesourcery.com>
18761
18762 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
18763 * gdb.python/py-objfile-script-gdb.py: New file.
18764 * gdb.python/py-objfile-script.exp: Update reference to
18765 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
18766 of remote_download. Remove the dest file.
18767
18768 2014-10-20 Yao Qi <yao@codesourcery.com>
18769
18770 * gdb.base/checkpoint.exp: Don't remove file copied on host.
18771 * gdb.base/step-line.exp: Likewise.
18772 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18773 * gdb.dwarf2/dw2-basic.exp: Likewise.
18774 * gdb.dwarf2/dw2-compressed.exp: Likewise.
18775 * gdb.dwarf2/dw2-filename.exp: Likewise.
18776 * gdb.dwarf2/dw2-intercu.exp: Likewise.
18777 * gdb.dwarf2/dw2-intermix.exp: Likewise.
18778 * gdb.dwarf2/dw2-producer.exp: Likewise.
18779 * gdb.dwarf2/mac-fileno.exp: Likewise.
18780 * gdb.python/py-frame-args.exp: Likewise.
18781 * gdb.python/py-framefilter.exp: Likewise.
18782 * gdb.python/py-mi.exp: Likewise.
18783 * gdb.python/py-objfile-script.exp: Likewise
18784 * gdb.python/py-pp-integral.exp: Likewise.
18785 * gdb.python/py-pp-re-notag.exp: Likewise.
18786 * gdb.python/py-prettyprint.exp: Likewise.
18787 * gdb.python/py-section-script.exp: Likewise.
18788 * gdb.python/py-typeprint.exp: Likewise.
18789 * gdb.python/py-xmethods.exp: Likewise.
18790 * gdb.stabs/weird.exp: Likewise.
18791 * gdb.xml/tdesc-regs.exp: Likewise.
18792
18793 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
18794
18795 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
18796 (out_cu): Use addr_len for the size of addresses.
18797 (out_line): Likewise. Size DW_LNE_set_address instruction
18798 according to addr_len.
18799 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
18800 (FUNC): Add START_INSNS to definition.
18801
18802 2014-10-18 Yao Qi <yao@codesourcery.com>
18803
18804 * gdb.base/argv0-symlink.exp: Check argv[0] value if
18805 gdb_has_argv0 return true.
18806 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
18807 check [target_info exists noargs], check [gdb_has_argv0]
18808 instead.
18809 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18810 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
18811 procedures.
18812
18813 2014-10-17 Doug Evans <dje@google.com>
18814
18815 * gdb.python/py-events.exp: Update expected output for clear_objfiles
18816 event.
18817 * gdb.python/py-events.py: Add clear_objfiles event.
18818
18819 2014-10-17 Doug Evans <dje@google.com>
18820
18821 * gdb.python/py-objfile.exp: Test progspace attribute.
18822
18823 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
18824
18825 * gdb.guile/scm-breakpoint.exp: Do not assume any
18826 directory separators when matching source file paths.
18827 * gdb.python/py-breakpoint.exp: Likewise.
18828 * gdb.reverse/break-precsave.exp: Likewise.
18829 * gdb.reverse/break-reverse.exp: Likewise.
18830 * gdb.reverse/consecutive-precsave.exp: Likewise.
18831 * gdb.reverse/finish-precsave.exp: Likewise.
18832 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
18833 * gdb.reverse/finish-reverse.exp: Likewise.
18834 * gdb.reverse/i386-precsave.exp: Likewise.
18835 * gdb.reverse/i387-env-reverse.exp: Likewise.
18836 * gdb.reverse/i387-stack-reverse.exp: Likewise.
18837 * gdb.reverse/machinestate-precsave.exp: Likewise.
18838 * gdb.reverse/machinestate.exp: Likewise.
18839 * gdb.reverse/sigall-precsave.exp: Likewise.
18840 * gdb.reverse/solib-precsave.exp: Likewise.
18841 * gdb.reverse/step-precsave.exp: Likewise.
18842 * gdb.reverse/until-precsave.exp: Likewise.
18843 * gdb.reverse/watch-precsave.exp: Likewise.
18844 * gdb.reverse/watch-reverse.exp: Likewise.
18845
18846 2014-10-17 Yao Qi <yao@codesourcery.com>
18847
18848 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
18849 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
18850
18851 2014-10-17 Pedro Alves <palves@redhat.com>
18852
18853 PR gdb/17471
18854 * gdb.base/bg-execution-repeat.c: New file.
18855 * gdb.base/bg-execution-repeat.exp: New file.
18856
18857 2014-10-17 Pedro Alves <palves@redhat.com>
18858
18859 PR gdb/17300
18860 * gdb.base/continue-all-already-running.c: New file.
18861 * gdb.base/continue-all-already-running.exp: New file.
18862
18863 2014-10-17 Pedro Alves <palves@redhat.com>
18864
18865 PR gdb/17472
18866 * gdb.base/annota-input-while-running.c: New file.
18867 * gdb.base/annota-input-while-running.exp: New file.
18868
18869 2014-10-17 Pedro Alves <palves@redhat.com>
18870
18871 * gdb.base/callfuncs.exp: emove references to osf.
18872 * gdb.base/sigall.exp: Likewise.
18873 * gdb.gdb/selftest.exp: Likewise.
18874 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
18875 * gdb.mi/non-stop.c: Likewise.
18876 * gdb.mi/pthreads.c: Likewise.
18877 * gdb.reverse/sigall-precsave.exp: Likewise.
18878 * gdb.reverse/sigall-reverse.exp: Likewise.
18879 * gdb.threads/pthreads.c: Likewise.
18880 * gdb.threads/pthreads.exp: Likewise.
18881
18882 2014-10-17 Yao Qi <yao@codesourcery.com>
18883
18884 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
18885 check 'target_info exists noargs'.
18886 (test_command_prompt_position): Likewise.
18887 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
18888 Remove "set args".
18889 (progvar_simple_while_test): Likewise.
18890 (progvar_complex_if_while_test): Likewise.
18891 (if_while_breakpoint_command_test): Likewise.
18892 (infrun_breakpoint_command_test): Likewise.
18893 (breakpoint_command_test): Likewise.
18894 (watchpoint_command_test): Likewise.
18895 (bp_deleted_in_command_test): Likewise.
18896 (temporary_breakpoint_commands): Likewise.
18897
18898 2014-10-16 Yao Qi <yao@codesourcery.com>
18899
18900 * gdb.base/remotetimeout.exp: Remove noargs checking.
18901
18902 2014-10-15 Pedro Alves <palves@redhat.com>
18903
18904 PR breakpoints/9649
18905 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
18906 * gdb.base/breakpoint-in-ro-region.exp
18907 (probe_target_hardware_step): New procedure.
18908 (top level): Probe hardware stepping and hardware breakpoint
18909 support. Test stepping through a read-only region, with both
18910 "breakpoint auto-hw" on and off and both "always-inserted" on and
18911 off.
18912
18913 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
18914
18915 * gdb.dlang/demangle.exp: Update for demangling changes.
18916
18917 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18918
18919 * gdb.cp/non-trivial-retval.cc: Add new test cases.
18920 * gdb.cp/non-trivial-retval.exp: Add new tests.
18921
18922 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18923
18924 PR c++/13403
18925 PR c++/15154
18926 * gdb.cp/non-trivial-retval.cc: New file.
18927 * gdb.cp/non-trivial-retval.exp: New file.
18928
18929 2014-10-15 Yao Qi <yao@codesourcery.com>
18930
18931 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
18932 remote host.
18933
18934 2014-10-15 Yao Qi <yao@codesourcery.com>
18935
18936 * gdb.python/py-symbol.exp: Match file base name if host is
18937 remote, otherwise match file name with dir name.
18938 * gdb.python/py-symtab.exp: Likewise.
18939 * gdb.python/python.exp: Likewise.
18940
18941 2014-10-15 Yao Qi <yao@codesourcery.com>
18942
18943 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
18944 pattern.
18945 * gdb.python/py-symtab.exp: Likewise.
18946 * gdb.python/python.exp: Remove trailing ".*". Fix typo
18947 locationn.
18948
18949 2014-10-14 Joel Brobecker <brobecker@adacore.com>
18950
18951 * gdb.ada/addr_arith: New testcase.
18952
18953 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
18954
18955 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
18956 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
18957 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
18958 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
18959
18960 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
18961
18962 * gdb.arch/stap-eval-lang-ada.S: Likewise.
18963 * gdb.arch/stap-eval-lang-ada.c: Likewise.
18964 * gdb.arch/stap-eval-lang-ada.exp: New file.
18965
18966 2014-10-14 Yao Qi <yao@codesourcery.com>
18967
18968 * gdb.mi/mi-var-child.c (nothing1): New function.
18969 (nothing2): New function.
18970 (do_children_tests): Set function pointers by nothing1 and
18971 nothing2.
18972 * gdb.mi/mi-var-child.exp: Step over new added statements.
18973 Update test to match the new output.
18974 * gdb.mi/var-cmd.c (nothing1): New function.
18975 (nothing2): New function.
18976 (do_children_tests): Set function pointers by nothing1 and
18977 nothing2.
18978 * gdb.mi/mi-var-display.exp: Update test to match output.
18979 Step to the line specified by $line_dct_nothing.
18980 Increase the number of lines to step.
18981
18982 2014-10-14 Yao Qi <yao@codesourcery.com>
18983
18984 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
18985 tests.
18986 * gdb.mi/mi2-var-child.exp: Likewise.
18987
18988 2014-10-13 Doug Evans <dje@google.com>
18989
18990 * gdb.python/py-objfile.exp: Change name of file name test.
18991
18992 2014-10-13 Doug Evans <dje@google.com>
18993
18994 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
18995 from the start of the CU.
18996
18997 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
18998 Yao Qi <yao@codesourcery.com>
18999
19000 Fix "save breakpoints" for "catch" command.
19001 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
19002 Remove -nonewline. Match also the added "main" line.
19003
19004 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
19005
19006 Fix "save breakpoints" for "disable $bpnum" command.
19007 * gdb.base/save-bp.c (main): Add label.
19008 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
19009
19010 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
19011
19012 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
19013
19014 2014-10-11 Yao Qi <yao@codesourcery.com>
19015
19016 * gdb.server/server-kill.exp: Execute command
19017 "set remote trace-status-packet on" before "tstatus".
19018
19019 2014-10-11 Yao Qi <yao@codesourcery.com>
19020
19021 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
19022 (main): Call getppid.
19023 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
19024 and continue to it. Read variable "server_pid".
19025
19026 2014-10-11 Yao Qi <yao@codesourcery.com>
19027
19028 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
19029
19030 2014-10-11 Yao Qi <yao@codesourcery.com>
19031
19032 * gdb.threads/thread-find.exp: Don't execute command
19033 "info threads".
19034 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
19035 * gdb.threads/linux-dp.exp: Don't check the condition
19036 $threads_created equals to zero.
19037
19038 2014-10-10 Pedro Alves <palves@redhat.com>
19039
19040 * gdb.base/bigcore.exp: Remove references to IRIX.
19041 * gdb.base/funcargs.exp: Likewise.
19042 * gdb.base/interrupt.exp: Likewise.
19043 * gdb.base/mips_pro.exp: Likewise.
19044 * gdb.base/nodebug.exp: Likewise.
19045 * gdb.base/setvar.exp: Likewise.
19046 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
19047
19048 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
19049 Pedro Alves <palves@redhat.com>
19050
19051 PR symtab/14466
19052 * gdb.base/vdso-warning.c: New file.
19053 * gdb.base/vdso-warning.exp: New file.
19054
19055 2014-10-02 Doug Evans <dje@google.com>
19056
19057 * gdb.base/structs.c (main): Don't run forever.
19058
19059 2014-10-02 Pedro Alves <palves@redhat.com>
19060
19061 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
19062 (top level) <stop threads 1, stop threads 2>: Use it.
19063
19064 2014-10-02 Pedro Alves <palves@redhat.com>
19065
19066 * gdb.threads/break-while-running.exp (test): Add new
19067 'update_thread_list' argument. Skip "info threads" if false.
19068 (top level): Add new 'update_thread_list' axis.
19069
19070 2014-10-02 Pedro Alves <palves@redhat.com>
19071
19072 PR breakpoints/17431
19073 * gdb.base/execl-update-breakpoints.c: New file.
19074 * gdb.base/execl-update-breakpoints.exp: New file.
19075
19076 2014-10-01 Pedro Alves <palves@redhat.com>
19077
19078 * gdb.base/breakpoint-in-ro-region.c: New file.
19079 * gdb.base/breakpoint-in-ro-region.exp: New file.
19080
19081 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
19082
19083 * gdb.mi/mi-exit-code.exp: New file.
19084 * gdb.mi/mi-exit-code.c: New file.
19085
19086 2014-09-30 Yao Qi <yao@codesourcery.com>
19087
19088 * lib/prelink-support.exp (build_executable_own_libs): Error if
19089 the target isn't native.
19090
19091 2014-09-30 Yao Qi <yao@codesourcery.com>
19092
19093 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
19094 false.
19095
19096 2014-09-22 Pedro Alves <palves@redhat.com>
19097
19098 * gdb.threads/break-while-running.exp: New file.
19099 * gdb.threads/break-while-running.c: New file.
19100
19101 2014-09-19 Yao Qi <yao@codesourcery.com>
19102
19103 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
19104 Invoke test. Restart GDB with --readnow and invoke test again.
19105
19106 2014-09-19 Yao Qi <yao@codesourcery.com>
19107
19108 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
19109 proc set_breakpoint_on_gcd_function. Invoke
19110 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
19111 invoke set_breakpoint_on_gcd_function again.
19112
19113 2014-09-18 Doug Evans <dje@google.com>
19114
19115 * gdb.dwarf2/symtab-producer.exp: New file.
19116
19117 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
19118
19119 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
19120 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
19121 * gdb.base/global-var-nested-by-dso.c: Likewise.
19122 * gdb.base/global-var-nested-by-dso.exp: Likewise.
19123
19124 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
19125 Pedro Alves <palves@redhat.com>
19126
19127 * gdb.base/watch-bitfields.exp: Pass string other than test file
19128 name to prepare_for_testing.
19129 (watch): New procedure.
19130 (expect_watchpoint): Use with_test_prefix.
19131 (top level): Factor out tests to ...
19132 (test_watch_location, test_regular_watch): ... these new
19133 procedures, and use with_test_prefix and gdb_continue_to_end.
19134
19135 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
19136
19137 PR breakpoints/12526
19138 * gdb.base/watch-bitfields.exp: New file.
19139 * gdb.base/watch-bitfields.c: New file.
19140
19141 2014-09-16 Pedro Alves <palves@redhat.com>
19142
19143 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
19144 software and hardware addresses, not software address against
19145 itself.
19146
19147 2014-09-16 Pedro Alves <palves@redhat.com>
19148
19149 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
19150 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
19151
19152 2014-09-16 Pedro Alves <palves@redhat.com>
19153
19154 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
19155 files.
19156 * gdb.base/a2-run.exp: Remove all code guarded by istarget
19157 "*-*-vxworks*" throughout.
19158 * gdb.base/break.exp: Likewise.
19159 * gdb.base/default.exp: Likewise.
19160 * gdb.base/scope.exp: Likewise.
19161 * gdb.base/sepdebug.exp: Likewise.
19162 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
19163 throughout.
19164 * gdb.base/run.c: Likewise.
19165 * gdb.base/sepdebug.c: Likewise.
19166 * gdb.hp/gdb.aCC/run.c: Likewise.
19167 * gdb.reverse/until-reverse.c: Likewise.
19168 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
19169
19170 2014-09-16 Yao Qi <yao@codesourcery.com>
19171
19172 * boards/local-remote-host-native.exp: New file.
19173
19174 2014-09-14 Doug Evans <xdje42@gmail.com>
19175
19176 * gdb.threads/queue-signal.c (thread_count): New variable.
19177 (thread_count_mutex, thread_count_condvar): New variables.
19178 (incr_thread_count, wait_all_threads_running): New functions.
19179 (main): Wait for all threads to be in their thread functions.
19180
19181 2014-09-13 Doug Evans <xdje42@gmail.com>
19182
19183 * gdb.threads/queue-signal.c: New file.
19184 * gdb.threads/queue-signal.exp: New file.
19185
19186 2014-09-13 Doug Evans <xdje42@gmail.com>
19187
19188 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
19189 be consistent with what default_gdb_init uses.
19190 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
19191 the plain text of the prompt. Add some logging printfs.
19192 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
19193
19194 2014-09-12 Pedro Alves <palves@redhat.com>
19195
19196 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
19197 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
19198 * gdb.arch/i386-size-overlap.exp: Likewise.
19199 * gdb.arch/i386-size.exp: Likewise.
19200 * gdb.arch/i386-unwind.exp: Likewise.
19201 * gdb.base/a2-run.exp: Likewise.
19202 * gdb.base/break.exp: Likewise.
19203 * gdb.base/charset.exp: Likewise.
19204 * gdb.base/chng-syms.exp: Likewise.
19205 * gdb.base/commands.exp: Likewise.
19206 * gdb.base/dbx.exp: Likewise.
19207 * gdb.base/find.exp: Likewise.
19208 * gdb.base/funcargs.exp: Likewise.
19209 * gdb.base/jit-simple.exp: Likewise.
19210 * gdb.base/reread.exp: Likewise.
19211 * gdb.base/sepdebug.exp: Likewise.
19212 * gdb.base/step-bt.exp: Likewise.
19213 * gdb.cp/mb-inline.exp: Likewise.
19214 * gdb.cp/mb-templates.exp: Likewise.
19215 * gdb.objc/basicclass.exp: Likewise.
19216 * gdb.threads/killed.exp: Likewise.
19217
19218 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19219
19220 PR tdep/17379
19221 * gdb.arch/powerpc-stackless.S: New file.
19222 * gdb.arch/powerpc-stackless.exp: New file.
19223
19224 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
19225
19226 * gdb.base/attach.c: Include unistd.h.
19227 (main): Call alarm. Add label postloop.
19228 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
19229 gdb_breakpoint, gdb_continue_to_breakpoint.
19230 (test_command_line_attach_run): Kill ${testpid} in one exit path.
19231
19232 2014-09-11 Pedro Alves <palves@redhat.com>
19233
19234 PR gdb/17347
19235 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
19236 * gdb.base/attach.exp (test_command_line_attach_run): New
19237 procedure.
19238 (top level): Call it.
19239
19240 2014-09-11 Pedro Alves <palves@redhat.com>
19241
19242 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
19243 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
19244 (do_command_attach_tests): Use spawn_wait_for_attach.
19245 * gdb.base/solib-overlap.exp: Likewise.
19246 * gdb.multi/multi-attach.exp: Likewise.
19247 * gdb.python/py-prompt.exp: Likewise.
19248 * gdb.python/py-sync-interp.exp: Likewise.
19249 * gdb.server/ext-attach.exp: Likewise.
19250
19251 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
19252
19253 * gdb.fortran/array-element.exp: Remove unexpected "continue"
19254 command in testcase. Simplify testcase.
19255
19256 2014-09-10 Joel Brobecker <brobecker@adacore.com>
19257
19258 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
19259
19260 2014-09-10 Joel Brobecker <brobecker@adacore.com>
19261
19262 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
19263
19264 2014-09-10 Joel Brobecker <brobecker@adacore.com>
19265
19266 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
19267
19268 2014-09-10 Joel Brobecker <brobecker@adacore.com>
19269
19270 * gdb.dwarf2/dynarr-ptr.c: New file.
19271 * gdb.dwarf2/dynarr-ptr.exp: New file.
19272
19273 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19274
19275 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
19276 of 30 rather than hardcoding 120 for a slow test case. Take the
19277 `gdb,timeout' target setting into account for this calculation.
19278 Don't extend the timeout for the test cases that don't need it.
19279
19280 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19281
19282 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
19283 a factor of 2 for a slow test case. Take the `gdb,timeout'
19284 target setting into account for this calculation.
19285 * gdb.reverse/until-precsave.exp: Increase the timeout by
19286 a factor of 15 and 3 respectively rather than adding 120
19287 for a pair of slow test cases. Take the `gdb,timeout'
19288 target setting into account for this calculation.
19289
19290 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19291
19292 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
19293 timeout, don't pass one down to gdb_expect.
19294 (gdb_expect): Rework timeout selection.
19295
19296 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19297
19298 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
19299 exception on timeout.
19300 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
19301 (gdbserver_start_extended): Catch any `gdbserver_start' error
19302 exceptions.
19303 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
19304 * lib/mi-support.exp (mi_gdb_target_load): Catch any
19305 `gdbserver_gdb_load' error exceptions.
19306
19307 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19308
19309 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
19310 120 on waiting for the TCP socket to open.
19311
19312 2014-09-09 Doug Evans <xdje42@gmail.com>
19313
19314 * gdb.base/default.exp (show_conv_list): Add _caller_is,
19315 _caller_matches, _any_caller_is, _any_caller_matches.
19316
19317 2014-09-09 Doug Evans <xdje42@gmail.com>
19318
19319 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
19320
19321 2014-09-09 Yao Qi <yao@codesourcery.com>
19322
19323 * gdb.mi/mi-var-display.exp: Set print symbol off.
19324
19325 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
19326
19327 PR gdb/17035
19328 * gdb.base/commands.exp: Add tests to verify user-defined
19329 commands with empty bodies.
19330 * gdb.python/py-cmd.exp: Test that we don't show user-defined
19331 python commands in `show user command`.
19332 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
19333 scheme commands in `show user command`.
19334
19335 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19336
19337 PR python/17355
19338 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
19339 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
19340 * gdb.python/py-framefilter-invalidarg.exp: New file.
19341 * gdb.python/py-framefilter-invalidarg.py: New file.
19342
19343 2014-09-06 Doug Evans <xdje42@gmail.com>
19344
19345 PR 15276
19346 * gdb.python/py-caller-is.c: New file.
19347 * gdb.python/py-caller-is.exp: New file.
19348
19349 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
19350
19351 PR gdb/17235
19352 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
19353 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
19354
19355 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
19356
19357 PR fortran/17237
19358 * gdb.fortran/print-formatted.exp: New file.
19359 * gdb.fortran/print-formatted.f90: Likewise.
19360
19361 2014-09-03 Sasha Smundak <asmundak@google.com>
19362
19363 * gdb.python/py-frame.exp: Test Frame.read_register.
19364
19365 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
19366
19367 PR python/16699
19368 * gdb.python/py-completion.exp: New file.
19369 * gdb.python/py-completion.py: Likewise.
19370
19371 2014-08-28 Doug Evans <dje@google.com>
19372
19373 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
19374 eax,etc. are live with values set by gdb and thus the compiler can't
19375 use them.
19376 * gdb.arch/i386-pseudo.c (main): Ditto.
19377
19378 2014-08-27 Doug Evans <dje@google.com>
19379
19380 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
19381
19382 2014-08-25 Doug Evans <dje@google.com>
19383
19384 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
19385 (main): Ditto.
19386
19387 2014-08-25 Doug Evans <dje@google.com>
19388
19389 * gdb.threads/thread-execl.exp: #include <stdio.h>.
19390
19391 2014-08-24 Yao Qi <yao@codesourcery.com>
19392
19393 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
19394 symbol off.
19395 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
19396
19397 2014-08-22 Doug Evans <dje@google.com>
19398
19399 PR 17276
19400 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
19401 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
19402 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
19403
19404 2014-08-22 Yao Qi <yao@codesourcery.com>
19405
19406 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
19407 * gdb.python/py-finish-breakpoint2.exp: Likewise.
19408 * gdb.python/python.exp: Likewise. Use .py file on the host
19409 instead of the build.
19410
19411 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19412
19413 * gdb.threads/gcore-stale-thread.c: New file.
19414 * gdb.threads/gcore-stale-thread.exp: New file.
19415
19416 2014-08-21 Pedro Alves <palves@redhat.com>
19417
19418 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
19419 * gdb.base/gcore-relro-pie.exp: Likewise.
19420 * gdb.base/gcore-relro.exp: Likewise.
19421 * gdb.base/gcore.exp: Likewise.
19422 * gdb.base/print-symbol-loading.exp: Likewise.
19423 * gdb.threads/gcore-thread.exp: Likewise.
19424 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
19425
19426 2014-08-20 Pedro Alves <palves@redhat.com>
19427 Jan Kratochvil <jan.kratochvil@redhat.com>
19428
19429 * Makefile.in (EXTRA_RULES, CC): New variables, get from
19430 configure.
19431 (EXPECT): Handle READ1 being set.
19432 (all): Depend on EXTRA_RULES.
19433 (check-read1, expect-read1, read1.so, read1): New rules.
19434 * README (Testsuite Parameters): Document the READ1 make variable.
19435 (Race detection): New section.
19436 * configure: Regenerate.
19437 * configure.ac: If build==host==target, and running under a
19438 GNU/glibc system, add read1 to the extra Makefile rules.
19439 (EXTRA_RULES): AC_SUBST it.
19440 * lib/read1.c: New file.
19441
19442 2014-08-20 Joel Brobecker <brobecker@adacore.com>
19443
19444 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
19445 the handling of variables declared as a typedef to an array
19446 which a DW_AT_data_location attribute.
19447
19448 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
19449 Pedro Alves <palves@redhat.com>
19450
19451 PR symtab/14604
19452 PR symtab/14605
19453 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
19454 gdb_test.
19455
19456 2014-08-19 Pedro Alves <palves@redhat.com>
19457
19458 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
19459
19460 2014-08-19 Yao Qi <yao@codesourcery.com>
19461
19462 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
19463 right line.
19464
19465 2014-08-18 David Blaikie <dblaikie@gmail.com>
19466
19467 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
19468
19469 2014-08-18 Joel Brobecker <brobecker@adacore.com>
19470
19471 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
19472 attribute in array range.
19473
19474 2014-08-18 Joel Brobecker <brobecker@adacore.com>
19475
19476 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
19477
19478 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
19479
19480 PR c++/17132
19481 * gdb.cp/pr17132.cc: New file.
19482 * gdb.cp/pr17132.exp: New file.
19483
19484 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
19485
19486 * gdb.python/py-xmethods.py (A_getarrayind)
19487 (E_method_char_worker.__call__, E_method_int_worker.__call__):
19488 Use 'print' with function call syntax.
19489 (E_method_matcher.match): Fix tab vs space indentation mixup.
19490
19491 2014-08-15 Yao Qi <yao@codesourcery.com>
19492
19493 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
19494 false.
19495
19496 2014-08-15 Yao Qi <yao@codesourcery.com>
19497
19498 * gdb.cp/casts.exp: Set print symbol off.
19499 * gdb.cp/class2.exp: Likewise.
19500 * gdb.cp/overload.exp: Likewise.
19501 * gdb.cp/templates.exp: Likewise.
19502
19503 2014-08-11 Doug Evans <dje@google.com>
19504
19505 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
19506 (test_load_shlib): Update.
19507
19508 2014-08-09 Yao Qi <yao@codesourcery.com>
19509
19510 * gdb.base/display.exp: Invoke is_address_zero_readable.
19511 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
19512 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
19513 * gdb.base/hbreak-unmapped.exp: Return if
19514 is_address_zero_readable returns true.
19515 * gdb.base/signest.exp: Likewise.
19516 * gdb.base/signull.exp: Likewise.
19517 * gdb.base/sigbpt.exp: Likewise.
19518 * gdb.guile/scm-disasm.exp: Do the test if
19519 is_address_zero_readable returns false.
19520 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
19521 * gdb.python/py-arch.exp: Likewise.
19522 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
19523 * lib/gdb.exp (is_address_zero_readable): New proc.
19524
19525 2014-08-09 Yao Qi <yao@codesourcery.com>
19526
19527 PR testsuite/13443
19528 * gdb.mi/mi-var-display.exp: Make test messages unique.
19529
19530 2014-08-04 Tom Tromey <tromey@redhat.com>
19531
19532 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
19533 target 0".
19534
19535 2014-08-04 Tom Tromey <tromey@redhat.com>
19536
19537 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
19538 "target_resume".
19539
19540 2014-08-01 Joel Brobecker <brobecker@adacore.com>
19541
19542 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
19543 inner_vla_struct_object_size.
19544 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
19545 as xfail.
19546
19547 2014-07-30 Pedro Alves <palves@redhat.com>
19548
19549 * gdb.threads/signal-command-handle-nopass.exp (test): Add
19550 comment.
19551
19552 2014-07-29 Yao Qi <yao@codesourcery.com>
19553
19554 PR gdb/17206
19555 * gdb.base/until-nodebug.exp: New.
19556
19557 2014-07-28 Doug Evans <xdje42@gmail.com>
19558
19559 PR guile/17203
19560 * gdb.guile/scm-parameter.exp: Add tests for trying to create
19561 previously existing parameter, and previously ambiguously spelled
19562 parameter.
19563
19564 2014-07-28 Will Newton <will.newton@linaro.org>
19565
19566 * gdb.base/varargs.exp: Remove KFAILs for ARM.
19567
19568 2014-07-26 Ludovic Courtès <ludo@gnu.org>
19569 Doug Evans <xdje42@gmail.com>
19570
19571 PR guile/17146
19572 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
19573
19574 2014-07-25 Pedro Alves <palves@redhat.com>
19575
19576 * gdb.threads/signal-command-handle-nopass.c: New file.
19577 * gdb.threads/signal-command-handle-nopass.exp: New file.
19578 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
19579 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
19580 * gdb.threads/signal-delivered-right-thread.c: New file.
19581 * gdb.threads/signal-delivered-right-thread.exp: New file.
19582
19583 2014-07-25 Pedro Alves <palves@redhat.com>
19584
19585 * gdb.base/double-prompt-target-event-error.exp
19586 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
19587 match.
19588 (cancel_pagination_in_target_event): Rework double prompt
19589 detection.
19590 * gdb.base/paginate-after-ctrl-c-running.exp
19591 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
19592 <return>' match.
19593 * gdb.base/paginate-bg-execution.exp
19594 (test_bg_execution_pagination_return)
19595 (test_bg_execution_pagination_cancel): Remove '-notransfer
19596 <return>' matches.
19597 * gdb.base/paginate-execution-startup.exp
19598 (test_fg_execution_pagination_return)
19599 (test_fg_execution_pagination_cancel): Remove '-notransfer
19600 <return>' matches.
19601 * gdb.base/paginate-inferior-exit.exp
19602 (test_paginate_inferior_exited): Remove '-notransfer <return>'
19603 match.
19604 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
19605 * lib/gdb.exp (pagination_prompt): Run text through
19606 string_to_regexp.
19607 (gdb_test_multiple): Match $pagination_prompt instead of
19608 "<return>".
19609 (string_to_regexp): Move to lib/gdb-utils.exp.
19610
19611 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
19612
19613 * gdb.arch/amd64-entry-value-paramref.S: New file.
19614 * gdb.arch/amd64-entry-value-paramref.cc: New file.
19615 * gdb.arch/amd64-entry-value-paramref.exp: New file.
19616 * gdb.arch/amd64-optimout-repeat.S: New file.
19617 * gdb.arch/amd64-optimout-repeat.c: New file.
19618 * gdb.arch/amd64-optimout-repeat.exp: New file.
19619
19620 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
19621
19622 PR gdb/17170
19623 * gdb.base/statistics.exp: New file.
19624
19625 2014-07-17 Doug Evans <dje@google.com>
19626
19627 PR gdb/17170
19628 * gdb.base/maint.exp: Update testing of per-command stats.
19629
19630 2014-07-16 Pedro Alves <palves@redhat.com>
19631
19632 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
19633 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
19634 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
19635 (tfile_write_buf): New functions.
19636 (add_memory_block): Rewrite using the above.
19637 (adjust_function_address): New function.
19638 (FUNCTION_ADDRESS): New macro.
19639 (write_basic_trace_file): Remove short_x local, and use
19640 tfile_write_16. Change type of func_addr local to unsigned long
19641 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
19642 here. Cast argument of add_memory_block to char pointer.
19643 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
19644 (main): Remove parameters.
19645 * gdb.trace/tfile.exp: Remove nowarnings.
19646
19647 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
19648
19649 * gdb.base/debug-expr.exp: Test string evaluation with
19650 "debug expression" on.
19651
19652 2014-07-15 Pedro Alves <palves@redhat.com>
19653
19654 * gdb.base/reread.exp: Use clean_restart.
19655
19656 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
19657
19658 * gdb.arch/avr-flash-qualifer.c: New.
19659 * gdb.arch/avr-flash-qualifer.exp: New.
19660
19661 2014-07-14 Pedro Alves <palves@redhat.com>
19662
19663 * gdb.base/paginate-after-ctrl-c-running.c: New file.
19664 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
19665
19666 2014-07-14 Pedro Alves <palves@redhat.com>
19667
19668 * gdb.base/double-prompt-target-event-error.c: New file.
19669 * gdb.base/double-prompt-target-event-error.exp: New file.
19670
19671 2014-07-14 Pedro Alves <palves@redhat.com>
19672
19673 PR gdb/17072
19674 * gdb.base/paginate-inferior-exit.c: New file.
19675 * gdb.base/paginate-inferior-exit.exp: New file.
19676
19677 2014-07-14 Pedro Alves <palves@redhat.com>
19678
19679 PR gdb/17072
19680 * gdb.base/paginate-bg-execution.c: New file.
19681 * gdb.base/paginate-bg-execution.exp: New file.
19682
19683 2014-07-14 Pedro Alves <palves@redhat.com>
19684
19685 PR gdb/17072
19686 * gdb.base/paginate-execution-startup.c: New file.
19687 * gdb.base/paginate-execution-startup.exp: New file.
19688 * lib/gdb.exp (pagination_prompt): New global.
19689 (default_gdb_spawn): New procedure, factored out from
19690 default_gdb_spawn.
19691 (default_gdb_start): Adjust to call default_gdb_spawn.
19692 (gdb_spawn): New procedure.
19693
19694 2014-07-14 Pedro Alves <palves@redhat.com>
19695
19696 * lib/gdb.exp (gdb_assert): New procedure.
19697 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
19698
19699 2014-07-14 Pedro Alves <palves@redhat.com>
19700
19701 * gdb.base/execution-termios.c: New file.
19702 * gdb.base/execution-termios.exp: New file.
19703
19704 2014-07-14 Tom Tromey <tromey@redhat.com>
19705
19706 * gdb.cp/vla-cxx.cc: New file.
19707 * gdb.cp/vla-cxx.exp: New file.
19708
19709 2014-07-14 Tom Tromey <tromey@redhat.com>
19710
19711 * gdb.reverse/rerun-prec.c: New file.
19712 * gdb.reverse/rerun-prec.exp: New file.
19713
19714 2014-07-12 Maciej W. Rozycki <macro@mips.com>
19715 Maciej W. Rozycki <macro@codesourcery.com>
19716
19717 * lib/gdb-utils.exp: New file.
19718 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
19719 inline `gdb_init_command' processing.
19720 (gdb_start_cmd): Likewise.
19721 * lib/mi-support.exp (mi_run_cmd): Likewise.
19722 * README: Document `gdb_init_command' and `gdb_init_commands'.
19723
19724 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19725
19726 Fix false FAIL running under a very long directory name.
19727 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
19728 and "set print elements 10000". Twice.
19729
19730 2014-07-11 Yao Qi <yao@codesourcery.com>
19731
19732 * gdb.base/exprs.exp: "set print symbol off".
19733
19734 2014-07-11 Pedro Alves <palves@redhat.com>
19735
19736 * gdb.threads/kill.c: New file.
19737 * gdb.threads/kill.exp: New file.
19738
19739 2014-07-10 Yao Qi <yao@codesourcery.com>
19740
19741 * gdb.trace/tfile.c (write_basic_trace_file)
19742 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
19743 address written to trace file.
19744
19745 2014-07-09 Pedro Alves <palves@redhat.com>
19746
19747 * gdb.base/attach-wait-input.exp: New file.
19748 * gdb.base/attach-wait-input.c: New file.
19749
19750 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
19751
19752 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
19753 setting up test structures.
19754 (main): Call new test function.
19755 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
19756 test function, continue into test function and walk test
19757 structures.
19758
19759 2014-07-02 Yao Qi <yao@codesourcery.com>
19760
19761 * gdb.trace/entry-values.c: Define labels 'foo_start' and
19762 'bar_start' at the beginning of functions 'foo' and 'bar'
19763 respectively.
19764 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
19765 instead of 'foo' and 'bar'.
19766
19767 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
19768
19769 * gdb.btrace/segv.exp: New.
19770 * gdb.btrace/segv.c: New.
19771
19772 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
19773
19774 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
19775 instruction.
19776
19777 2014-06-30 Mark Wielaard <mjw@redhat.com>
19778
19779 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
19780 vulture, vilify, villar): New volatile array constants.
19781 (vindictive, vegetation): New const volatile array constants.
19782 * gdb.base/volatile.exp: Test volatile and const volatile array
19783 types.
19784
19785 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
19786
19787 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
19788 target lacks support for awatch, rwatch, or hbreak.
19789
19790 2014-06-27 Yao Qi <yao@codesourcery.com>
19791
19792 * gdb.multi/dummy-frame-restore.exp: New.
19793 * gdb.multi/dummy-frame-restore.c: New.
19794
19795 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
19796
19797 * gdb.btrace/gcore.exp: New.
19798
19799 2014-06-23 Pedro Alves <palves@redhat.com>
19800
19801 * gdb.base/watchpoint-reuse-slot.c: New file.
19802 * gdb.base/watchpoint-reuse-slot.exp: New file.
19803
19804 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
19805
19806 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
19807 progspace's filename in 'info', 'enable' and 'disable' command
19808 tests.
19809
19810 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
19811
19812 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
19813 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19814 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
19815
19816 2014-06-20 Gary Benson <gbenson@redhat.com>
19817
19818 * gdb.arch/i386-avx.exp: Fix include file location.
19819 * gdb.arch/i386-sse.exp: Likewise.
19820
19821 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
19822
19823 * gdb.dlang/expression.exp: New file.
19824
19825 2014-06-19 Pedro Alves <palves@redhat.com>
19826
19827 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
19828 out from ...
19829 (top level): ... here. Iterate running tests under different
19830 scheduler-locking settings.
19831
19832 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
19833
19834 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
19835 to DW_FORM_addr and use non-zero addresses.
19836
19837 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
19838
19839 PR gdb/17017
19840 * gdb.python/py-xmethods.cc: Add global function call counters and
19841 increment them in their respective functions. Remove "cout"
19842 statements.
19843 * gdb.python/py-xmethods.exp: Make tests check the global function
19844 call counters instead of depending on inferior IO.
19845
19846 2014-06-18 Don Breazeal <donb@codesourcery.com>
19847
19848 * gdb.base/foll-fork.exp (default_fork_parent_follow):
19849 Deleted procedure.
19850 (explicit_fork_parent_follow): Deleted procedure.
19851 (explicit_fork_child_follow): Deleted procedure.
19852 (test_follow_fork): New procedure.
19853 (do_fork_tests): Replace calls to deleted procedures with
19854 calls to test_follow_fork and reset GDB for subsequent
19855 procedure calls.
19856
19857 2014-06-17 Yao Qi <yao@codesourcery.com>
19858
19859 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
19860 CP1252.
19861
19862 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
19863
19864 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
19865 Initialize ptr and S explicitly.
19866 (skip_type_update_when_not_use_rtti_test): Likewise.
19867
19868 2014-06-16 Keith Seitz <keiths@redhat.com>
19869
19870 PR mi/15863
19871 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
19872 the inferior is started.
19873
19874 2014-06-16 Pedro Alves <palves@redhat.com>
19875
19876 * gdb.base/break-main-file-remove-fail.c: New file.
19877 * gdb.base/break-main-file-remove-fail.exp: New file.
19878 * gdb.base/break-unload-file.exp: Use build_executable instead of
19879 prepare_for_testing.
19880 (test_break): New parameter "initial_load". Handle it.
19881 (top level): Add initial_load cmdline/file axis.
19882
19883 2014-06-12 Tom Tromey <tromey@redhat.com>
19884
19885 * gdb.base/completion.exp: Don't use directory name in test.
19886
19887 2014-06-09 Gary Benson <gbenson@redhat.com>
19888
19889 * gdb.base/sigall.c [Functions to send signals]: Reorder to
19890 separate the always-available ANSI-standard signals from the
19891 signals that require checking.
19892 (main): Likewise.
19893 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
19894 Likewise.
19895 (main): Likewise.
19896
19897 2014-06-07 Keith Seitz <keiths@redhat.com>
19898
19899 Revert:
19900 PR c++/16253
19901 * gdb.cp/var-tag.cc: New file.
19902 * gdb.cp/var-tag.exp: New file.
19903 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19904 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19905 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19906 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19907
19908 2014-06-06 Doug Evans <xdje42@gmail.com>
19909
19910 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
19911
19912 2014-06-06 Pedro Alves <palves@redhat.com>
19913
19914 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
19915 in target debug output instead of looking at RSP packets,
19916 disabling the test on any target that uses hardware stepping.
19917 Update comments.
19918
19919 2014-06-06 Pedro Alves <palves@redhat.com>
19920
19921 * gdb.base/break-unload-file.exp: Fix typo.
19922
19923 2014-06-06 Yao Qi <yao@codesourcery.com>
19924
19925 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
19926 from "jit_function" to "^jit_function".
19927
19928 2014-06-06 Yao Qi <yao@codesourcery.com>
19929
19930 * gdb.base/async.c (foo): Add one statement.
19931 * gdb.base/async.exp: Get the next instruction address and
19932 match the output of "nexti" by instruction address. Match
19933 the hex address in the output of "finish".
19934
19935 2014-06-06 Gary Benson <gbenson@redhat.com>
19936
19937 * gdb.base/call-signals.c: Remove preprocessor conditionals
19938 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
19939 SIGSEGV and SIGTERM.
19940 * gdb.base/sigall.c: Likewise.
19941 * gdb.base/unwindonsignal.c: Likewise.
19942 * gdb.reverse/sigall-reverse.c: Likewise.
19943
19944 2014-06-06 Yao Qi <yao@codesourcery.com>
19945
19946 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
19947 readable, skip the test.
19948
19949 2014-06-06 Yao Qi <yao@codesourcery.com>
19950
19951 * gdb.threads/staticthreads.c (thread_function): Move the line
19952 setting breakpoint on forward.
19953 * gdb.threads/staticthreads.exp: Update comments.
19954
19955 2014-06-05 Ludovic Courtès <ludo@gnu.org>
19956
19957 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
19958 "history-append! type error".
19959
19960 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
19961
19962 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
19963 erroneous dprintf expected input.
19964
19965 2014-06-04 Doug Evans <xdje42@gmail.com>
19966
19967 * gdb.guile/scm-generics.exp: Delete.
19968
19969 2014-06-04 Doug Evans <xdje42@gmail.com>
19970
19971 * gdb.guile/scm-breakpoint.exp: Update.
19972 Add tests for breakpoint registration.
19973
19974 2014-06-04 Tom Tromey <tromey@redhat.com>
19975
19976 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
19977 VLA-in-union.
19978 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
19979 inner_vla_struct, vla_union types. Initialize objects of those
19980 types and compute their sizes.
19981
19982 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
19983 Hui Zhu <hui@codesourcery.com>
19984
19985 * gdb.base/fileio.exp: Add test for shell not available as well as
19986 available.
19987 * gdb.base/fileio.c (test_system): Check for shell twice.
19988
19989 2014-06-04 Yao Qi <yao@codesourcery.com>
19990
19991 * gdb.base/auto-connect-native-target.exp: Remove redundant
19992 space from the regexp pattern.
19993
19994 2014-06-04 Yao Qi <yao@codesourcery.com>
19995
19996 * gdb.base/default.exp: Replace "child" with "native" in
19997 regexp pattern.
19998
19999 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
20000
20001 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
20002 * gdb.python/py-xmethods.exp: New tests to test xmethods.
20003 * gdb.python/py-xmethods.py: Python script supporting the
20004 new testcase and tests.
20005
20006 2014-06-03 Joel Brobecker <brobecker@adacore.com>
20007 Pedro Alves <palves@redhat.com>
20008
20009 PR breakpoints/17000
20010 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
20011 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
20012
20013 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
20014
20015 * gdb.base/subst.exp: Add tests to verify partial path matching
20016 output.
20017
20018 2014-06-03 Pedro Alves <palves@redhat.com>
20019
20020 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
20021 target that doesn't use software single-stepping.
20022
20023 2014-06-03 Pedro Alves <palves@redhat.com>
20024
20025 PR breakpoints/17000
20026 * gdb.base/sss-bp-on-user-bp-2.c: New file.
20027 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
20028
20029 2014-06-02 Doug Evans <xdje42@gmail.com>
20030
20031 * gdb.guile/scm-parameter.exp: New file.
20032
20033 2014-06-02 Doug Evans <xdje42@gmail.com>
20034
20035 * gdb.guile/scm-cmd.c: New file.
20036 * gdb.guile/scm-cmd.exp: New file.
20037
20038 2014-06-02 Doug Evans <xdje42@gmail.com>
20039
20040 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
20041 pretty-printer lookup.
20042 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
20043 (make-pp_s-printer): Call it.
20044 (make-pretty-printer-from-dict): New function.
20045 (lookup-pretty-printer-maker-from-dict): New function.
20046 (*pretty-printer*): Simplify.
20047 (make-objfile-pp_s-printer): New function.
20048 (install-objfile-pretty-printers!): New function.
20049 (make-progspace-pp_s-printer): New function.
20050 (install-progspace-pretty-printers!): New function.
20051 * gdb.guile/scm-progspace.c: New file.
20052 * gdb.guile/scm-progspace.exp: New file.
20053
20054 2014-06-02 Pedro Alves <palves@redhat.com>
20055
20056 * gdb.base/dprintf-bp-same-addr.c: New file.
20057 * gdb.base/dprintf-bp-same-addr.exp: New file.
20058
20059 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20060
20061 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
20062 * gdb.arch/powerpc-power.s: Likewise.
20063
20064 2014-06-02 Joel Brobecker <brobecker@adacore.com>
20065
20066 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
20067
20068 2014-06-01 Yao Qi <yao@codesourcery.com>
20069
20070 * gdb.base/watchpoint.exp (test_watch_location): Check null
20071 pointer can be dereferenced. If not, do the test, otherwise
20072 skip it.
20073
20074 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
20075
20076 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
20077 results.
20078 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
20079
20080 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
20081
20082 * gdb.arch/amd64-invalid-stack-middle.S: New file.
20083 * gdb.arch/amd64-invalid-stack-middle.c: New file.
20084 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
20085 * gdb.arch/amd64-invalid-stack-top.c: New file.
20086 * gdb.arch/amd64-invalid-stack-top.exp: New file.
20087
20088 2014-05-30 Pedro Alves <palves@redhat.com>
20089
20090 PR breakpoints/17000
20091 * gdb.base/sss-bp-on-user-bp.c: New file.
20092 * gdb.base/sss-bp-on-user-bp.exp: New file.
20093
20094 2014-05-30 David Blaikie <dblaikie@gmail.com>
20095
20096 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
20097 gnu_inline semantics via attribute.
20098 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
20099 source explicitly specifies the required semantics.
20100
20101 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
20102
20103 * gdb.reverse/sigall-reverse.exp: Fix a typo.
20104
20105 2014-05-29 Pedro Alves <palves@redhat.com>
20106 Tom Tromey <tromey@redhat.com>
20107
20108 * gdb.base/async-shell.exp: Don't enable target-async.
20109 * gdb.base/async.exp
20110 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
20111 parameter. Adjust.
20112 (top level): Don't test with "target-async".
20113 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
20114 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
20115 * gdb.base/inferior-died.exp: Don't enable target-async.
20116 * gdb.base/interrupt-noterm.exp: Likewise.
20117 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
20118 * gdb.mi/mi-nonstop-exit.exp: Likewise.
20119 * gdb.mi/mi-nonstop.exp: Likewise.
20120 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
20121 * gdb.mi/mi-nsintrall.exp: Likewise.
20122 * gdb.mi/mi-nsmoribund.exp: Likewise.
20123 * gdb.mi/mi-nsthrexec.exp: Likewise.
20124 * gdb.mi/mi-watch-nonstop.exp: Likewise.
20125 * gdb.multi/watchpoint-multi.exp: Adjust comment.
20126 * gdb.python/py-evsignal.exp: Don't enable target-async.
20127 * gdb.python/py-evthreads.exp: Likewise.
20128 * gdb.python/py-prompt.exp: Likewise.
20129 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
20130 * gdb.server/solib-list.exp: Don't enable target-async.
20131 * gdb.threads/thread-specific-bp.exp: Likewise.
20132 * lib/mi-support.exp: Adjust to use mi-async.
20133
20134 2014-05-29 Pedro Alves <palves@redhat.com>
20135
20136 PR gdb/13860
20137 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
20138 reason, even in sync mode.
20139
20140 2014-05-29 Pedro Alves <palves@redhat.com>
20141 Hui Zhu <hui@codesourcery.com>
20142
20143 PR PR15693
20144 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
20145 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
20146 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
20147 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
20148
20149 2014-05-28 Joel Brobecker <brobecker@adacore.com>
20150
20151 * config/monitor.exp (gdb_target_monitor): Replace use of
20152 "set remotebaud" by "set serial baud".
20153
20154 2014-05-26 Andy Wingo <wingo@igalia.com>
20155
20156 * gdb.guile/scm-breakpoint.exp:
20157 * gdb.guile/scm-gsmob.exp: Update to use plain old object
20158 properties instead of gdb-object-properties.
20159
20160 2014-05-26 Yao Qi <yao@codesourcery.com>
20161
20162 * gdb.server/no-thread-db.exp: Specify source file name
20163 explicitly when setting a breakpoint.
20164
20165 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
20166
20167 * gdb.btrace/vdso.c: New.
20168 * gdb.btrace/vdso.exp: New.
20169
20170 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
20171
20172 * gdb.base/gcore.exp (capture_command_output): Move ...
20173 * lib/gdb.exp (capture_command_output): ... here.
20174
20175 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
20176
20177 * gdb.btrace/data.exp: Test memory access during btrace replay.
20178
20179 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
20180
20181 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
20182
20183 2014-05-21 Pedro Alves <palves@redhat.com>
20184
20185 PR gdb/13860
20186 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
20187 (top level): Test that output related to execution commands is
20188 sent to the console with CLI commands, but not with MI commands.
20189 Test that breakpoint events are always mirrored to the console.
20190 Also expect the new source line to be output after a "next" in
20191 async mode too. Make it a pass/fail test.
20192 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
20193 output.
20194 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
20195
20196 2014-05-21 Pedro Alves <palves@redhat.com>
20197
20198 * gdb.base/list.exp (build_pattern, test_list): New procedures.
20199 Use them to test variations of "list" after reaching a breakpoint.
20200 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
20201 Test "list" with listsize 10 after reaching a breakpoint.
20202 * gdb.python/python.exp (decode_line current location line
20203 number): Adjust expected line number.
20204
20205 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
20206
20207 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
20208 behavior for $args, pass it directly to "run".
20209
20210 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
20211
20212 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
20213 30000 to 65536.
20214
20215 2014-05-21 Pedro Alves <palves@redhat.com>
20216
20217 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
20218 auto-connect-native-target off".
20219 * gdb.base/auto-connect-native-target.c: New file.
20220 * gdb.base/auto-connect-native-target.exp: New file.
20221
20222 2014-05-21 Pedro Alves <palves@redhat.com>
20223
20224 * gdb.base/default.exp: Test "target native" instead of "target
20225 child".
20226
20227 2014-05-21 Mark Wielaard <mjw@redhat.com>
20228
20229 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
20230
20231 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
20232
20233 Fix TLS access for -static -pthread.
20234 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
20235 <HAVE_TLS> (thread_function, main): Initialize it.
20236 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
20237 Add clean_restart.
20238 <$have_tls != "">: Check TLSVAR.
20239
20240 2014-05-21 Pedro Alves <palves@redhat.com>
20241
20242 * gdb.base/dcache-line-read-error.c: New.
20243 * gdb.base/dcache-line-read-error.exp: New.
20244
20245 2014-05-20 Pedro Alves <palves@redhat.com>
20246
20247 * gdb.base/compare-sections.c: New file.
20248 * gdb.base/compare-sections.exp: New file.
20249
20250 2014-05-20 Pedro Alves <palves@redhat.com>
20251
20252 * gdb.base/break-idempotent.c: New file.
20253 * gdb.base/break-idempotent.exp: New file.
20254
20255 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
20256
20257 * gdb.btrace/nohist.exp: New.
20258
20259 2014-05-20 Yao Qi <yao@codesourcery.com>
20260
20261 * lib/gdb.exp (gdb_init): Set timeout if test file is under
20262 gdb.reverse directory and gdb_reverse_timeout exists in board
20263 setting.
20264 * README: Document gdb_reverse_timeout.
20265
20266 2014-05-20 Yao Qi <yao@codesourcery.com>
20267
20268 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
20269 'test_file_name'. Treat args as a string instead of a list.
20270 (gdb_init): Rename argument 'args' by 'test_file_name'.
20271
20272 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
20273
20274 * gdb.arch/powerpc-power.exp: New file.
20275 * gdb.arch/powerpc-power.s: New file.
20276
20277 2014-05-16 Doug Evans <dje@google.com>
20278
20279 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
20280 * gdb.base/completion.exp: Check that all expected files exist
20281 before doing file completion.
20282
20283 2014-05-16 Doug Evans <dje@google.com>
20284
20285 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
20286 Update.
20287 (do_syscall_tests_without_xml): Update.
20288
20289 2014-05-16 Pedro Alves <palves@redhat.com>
20290
20291 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
20292 instead of "unknown output after running".
20293
20294 2014-05-16 Yao Qi <yao@codesourcery.com>
20295
20296 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
20297 file1.txt from host at the end.
20298 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
20299
20300 2014-05-15 Doug Evans <dje@google.com>
20301
20302 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
20303 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
20304 loading file. Add test for TU lookup.
20305
20306 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
20307
20308 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
20309 calling "-exec-arguments" or "set args" before running the
20310 inferior.
20311
20312 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
20313
20314 * lib/mi-support.exp (mi_expect_stop): Expect message for
20315 inferiors that exit with non-zero exit code.
20316
20317 2014-05-14 Yao Qi <yao@codesourcery.com>
20318
20319 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
20320 match absolute path on remote host.
20321 (test_file_list_exec_source_files): Remove "/" from the
20322 pattern.
20323
20324 2014-05-14 Yao Qi <yao@codesourcery.com>
20325
20326 * boards/local-remote-host-notty.exp (${board}_file): New
20327 proc.
20328
20329 2014-05-07 Kyle McMartin <kyle@redhat.com>
20330
20331 Pushed by Joel Brobecker <brobecker@adacore.com>.
20332 * gdb.arch/aarch64-atomic-inst.c: New file.
20333 * gdb.arch/aarch64-atomic-inst.exp: New file.
20334
20335 2014-05-07 Yao Qi <yao@codesourcery.com>
20336
20337 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
20338 in current context" too.
20339
20340 2014-05-05 Keith Seitz <keiths@redhat.com>
20341
20342 * gdb.linespec/ls-dollar.exp: Add test for linespec
20343 file:convenience_variable.
20344
20345 2014-05-05 Yao Qi <yao@codesourcery.com>
20346
20347 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
20348 traceframes into tfile and ctf trace files. Read data from
20349 trace file and test collected data.
20350 (gdb_collect_locals_test): Likewise.
20351 (gdb_unavailable_registers_test): Likewise.
20352 (gdb_unavailable_floats): Likewise.
20353 (gdb_collect_globals_test): Likewise.
20354 (top-level): Append "ctf" to trace_file_targets if GDB
20355 supports.
20356
20357 2014-05-05 Yao Qi <yao@codesourcery.com>
20358
20359 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
20360 code to ...
20361 (gdb_collect_args_test_1): ... it. New proc.
20362 (gdb_collect_locals_test): Move some code to ...
20363 (gdb_collect_locals_test_1): ... it. New proc.
20364 (gdb_unavailable_registers_test): Move some code to ...
20365 (gdb_unavailable_registers_test_1): ... it. New proc.
20366 (gdb_unavailable_floats): Move some code to ...
20367 (gdb_unavailable_floats_1): ... it. New proc.
20368
20369 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
20370
20371 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
20372 probes to test for bitness recognition.
20373 * gdb.arch/amd64-stap-optional-prefix.exp
20374 (test_probe_value_without_reg): New procedure.
20375 Add code to test for different kinds of bitness.
20376
20377 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
20378
20379 PR breakpoints/16889
20380 * gdb.arch/amd64-stap-optional-prefix.S: New file.
20381 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
20382
20383 2014-05-01 Pedro Alves <palves@redhat.com>
20384
20385 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
20386 gdb_file_cmd if no file is specified.
20387 * boards/native-extended-gdbserver.exp (gdb_load): Use the
20388 last_loaded_file to set the remote exec-file.
20389
20390 2014-05-01 Pedro Alves <palves@redhat.com>
20391
20392 * boards/local-remote-host.exp: New file.
20393
20394 2014-05-01 Pedro Alves <palves@redhat.com>
20395
20396 * boards/local-remote-host.exp: Rename to ...
20397 * boards/local-remote-host-notty.exp: ... this.
20398
20399 2014-04-28 Joel Brobecker <brobecker@adacore.com>
20400
20401 * gdb.ada/dyn_arrayidx: New testcase.
20402
20403 2014-04-26 Yao Qi <yao@codesourcery.com>
20404
20405 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
20406 and compute the length of function main. Save it in
20407 $main_length.
20408 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
20409 (top-level): Use gdb_compile to compile objects into
20410 executable and restart GDB. Remove invocation to
20411 prepare_for_testing.
20412
20413 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
20414 Pedro Alves <palves@redhat.com>
20415
20416 PR server/16255
20417 * gdb.multi/multi-attach.c: New file.
20418 * gdb.multi/multi-attach.exp: New file.
20419
20420 2014-04-25 Pedro Alves <palves@redhat.com>
20421
20422 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
20423 user.
20424 (top level): Test that "set remote conditional-breakpoints-packet
20425 off" works as intended.
20426 * gdb.base/dprintf.exp: Test that "set remote
20427 breakpoint-commands-packet off" works as intended.
20428 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
20429 New function.
20430 (top level): Call it.
20431 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
20432 remote fast-tracepoints-packet off" works as intended.
20433 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
20434 * lib/gdb.exp (gdb_is_target_remote): ... here.
20435
20436 2014-04-24 David Blaikie <dblaikie@gmail.com>
20437
20438 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
20439 ensure clang would not discard them.
20440 * gdb.base/gdbvars.c: Ditto.
20441 * gdb.base/memattr.c: Ditto.
20442 * gdb.base/whatis.c: Ditto.
20443 * gdb.python/py-prettyprint.c: Ditto.
20444 * gdb.trace/actions.c: Ditto.
20445 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
20446 ensure clang would not discard it.
20447
20448 2014-04-24 David Blaikie <dblaikie@gmail.com>
20449
20450 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
20451 clang to emit the full definition of type required by the test
20452 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
20453
20454 2014-04-24 David Blaikie <dblaikie@gmail.com>
20455
20456 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
20457 coax Clang into emitting the definition of the type.
20458 * gdb.cp/pr10728-x.h (y): Ditto.
20459 * gdb.cp/pr10728-y.cc (y): Ditto.
20460
20461 2014-04-24 David Blaikie <dblaikie@gmail.com>
20462
20463 * gdb.base/label.exp: XFAIL label related tests under Clang.
20464 * gdb.cp/cplabel.exp: Ditto.
20465 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
20466 under Clang those using labels.
20467
20468 2014-04-25 Yao Qi <yao@codesourcery.com>
20469
20470 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
20471 double_label.
20472 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
20473 partial_label and double_label.
20474
20475 2014-04-24 David Blaikie <dblaikie@gmail.com>
20476
20477 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
20478
20479 2014-04-24 David Blaikie <dblaikie@gmail.com>
20480
20481 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
20482 of the function to work across GCC and Clang.
20483 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
20484 pointer types (const void ** const V void **).
20485
20486 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
20487 Walfred Tedeschi <walfred.tedeschi@intel.com>
20488
20489 * Makefile.in (EXECUTABLES): Added i386-avx512.
20490 * gdb.arch/i386-avx512.c: New file.
20491 * gdb.arch/i386-avx512.exp: Likewise.
20492
20493 2014-04-23 Keith Seitz <keiths@redhat.com>
20494
20495 * lib/mi-support.exp (mi_list_breakpoints): Delete.
20496 (mi_make_breakpoint_table): New procedure.
20497 (mi_create_breakpoint): Use mi_make_breakpoint
20498 and return the result.
20499 (mi_make_breakpoint): New procedure.
20500 (mi_build_kv_pairs): New procedure.
20501
20502 * gdb.mi/mi-break.exp: Remove unused globals,
20503 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
20504 All callers updated.
20505 * gdb.mi/mi-dprintf.exp: Use variable to track command
20506 number.
20507 Update all callers of mi_create_breakpoint and use
20508 mi_make_breakpoint_table.
20509 Remove any unused global variables.
20510 * gdb.mi/mi-nonstop.exp: Likewise.
20511 * gdb.mi/mi-nsintrall.exp: Likewise.
20512 * gdb.mi/mi-nsmoribund.exp: Likewise.
20513 * gdb.mi/mi-nsthrexec.exp: Likewise.
20514 * gdb.mi/mi-reverse.exp: Likewise.
20515 * gdb.mi/mi-simplerun.exp: Likewise.
20516 * gdb.mi/mi-stepn.exp: Likewise.
20517 * gdb.mi/mi-syn-frame.exp: Likewise.
20518 * gdb.mi/mi-until.exp: Likewise.
20519 * gdb.mi/mi-var-cp.exp: Likewise.
20520 * gdb.mi/mi-var-display.exp: Likewise.
20521 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
20522 * gdb.mi/mi2-var-child.exp: Likewise.
20523 * gdb.mi/mi-vla-c99.exp: Likewise.
20524 * lib/mi-support.exp: Likewise.
20525
20526 From Ian Lance Taylor <iant@cygnus.com>:
20527 * lib/gdb.exp (parse_args): New procedure.
20528
20529 2014-04-23 Pedro Alves <palves@redhat.com>
20530
20531 * gdb.base/break-unload-file.c: New file.
20532 * gdb.base/break-unload-file.exp: New file.
20533 * gdb.base/sym-file-lib.c (baz): New function.
20534 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
20535 field.
20536 (load): Store the segment's mapped size.
20537 (unload): New function.
20538 (unload_shlib): New function.
20539 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
20540 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
20541 set a breakpoint at baz, and call it.
20542 * gdb.base/sym-file.exp: New tests for stale breakpoint
20543 instructions.
20544
20545 2014-04-23 Pedro Alves <palves@redhat.com>
20546
20547 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
20548 * gdb.base/hbreak-in-shr-unsupported.c: New file.
20549 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
20550 * gdb.base/hbreak-unmapped.c: New file.
20551 * gdb.base/hbreak-unmapped.exp: New file.
20552 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
20553 * lib/gdb.exp (gdb_is_target_remote): ... here.
20554
20555 2014-04-22 Pedro Alves <palves@redhat.com>
20556
20557 * gdb.base/consecutive-step-over.c: New file.
20558 * gdb.base/consecutive-step-over.exp: New file.
20559
20560 2014-04-22 Pedro Alves <palves@redhat.com>
20561
20562 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
20563 instead of send_gdb/gdb_expect.
20564
20565 2014-04-22 Yao Qi <yao@codesourcery.com>
20566
20567 * lib/trace-support.exp (generate_tracefile): New procedure.
20568 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
20569 return 0.
20570 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
20571 if generate_tracefile returns 1.
20572
20573 2014-04-18 Tom Tromey <palves@redhat.com>
20574 Pedro alves <tromey@redhat.com>
20575
20576 PR backtrace/15558
20577 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
20578 with a backtrace limit.
20579 * gdb.python/py-frame-inline.exp: Test running to an inline
20580 function with a backtrace limit, and printing the newest frame.
20581 * gdb.python/py-frame-inline.c (main): Call f.
20582
20583 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
20584
20585 * gdb.java/jnpe.exp: Drop srcdir from untested path.
20586
20587 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
20588
20589 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
20590 Drop prefix from unsupported source file path.
20591
20592 2014-04-17 Yao Qi <yao@codesourcery.com>
20593
20594 * lib/gdb.exp (with_target_charset): New proc.
20595 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
20596 with_target_charset.
20597 (test_print_strings): Likewise.
20598 (test_repeat_bytes): Likewise.
20599 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
20600 for some tests.
20601
20602 2014-04-16 Keith Seitz <keiths@redhat.com>
20603
20604 PR gdb/15827
20605 * gdb.dwarf2/corrupt.c: New file.
20606 * gdb.dwarf2/corrupt.exp: New file.
20607
20608 2014-04-16 Keith Seitz <keiths@redhat.com>
20609
20610 PR c++/16597
20611 * gdb.cp/namelessclass.cc: New file.
20612 * gdb.cp/namelessclass.exp: New file.
20613 * gdb.cp/namelessclass.S: New file.
20614
20615 2014-04-16 Doug Evans <dje@google.com>
20616
20617 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
20618 Add comment.
20619 (gdbserver_default_get_comm_port): New function.
20620 (gdbserver_start): Check if board file provided
20621 "gdbserver,get_comm_port" and use it if so.
20622 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
20623 (gdb,socketport): Set to "stdio".
20624 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
20625 (stdio_gdbserver_template): Delete.
20626 (${board}_get_remote_address): Update.
20627 (${board}_build_remote_cmd): Delete.
20628 (${board}_get_comm_port): New function.
20629 (${board}_spawn): Update.
20630 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
20631 Delete.
20632 (${board}_get_remote_address): Update.
20633 (${board}_get_comm_port): New function.
20634
20635 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
20636
20637 * gdb.base/memattr.exp: Improve regexps to handle memory regions
20638 appearing in any order.
20639
20640 2014-04-15 Doug Evans <dje@google.com>
20641
20642 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
20643 uninitialized value of "description".
20644
20645 2014-04-15 Keith Seitz <keiths@redhat.com>
20646
20647 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
20648 Remove unused globals.
20649 (test_running_the_program): Likewise.
20650 (test_controlled_execution): Likewise.
20651 (test_controlling_breakpoints): Likewise.
20652 (test_program_termination): Likewise.
20653
20654 2014-04-15 Keith Seitz <keiths@redhat.com>
20655
20656 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
20657 unused globals.
20658 (test_rbreak_creation_and_listing): Likewise.
20659 (test_ignore_count): Likewise.
20660 (test_error): Likewise.
20661
20662 2014-04-15 Pedro Alves <palves@redhat.com>
20663
20664 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
20665 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
20666 sym-file-loader.c.
20667 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
20668 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
20669 to sym-file-loader.c.
20670 (struct library): Forward declare.
20671 (load_shlib, lookup_function): Change prototypes.
20672 (find_shstrtab, find_strtab, find_shdr, find_symtab)
20673 (translate_offset): Remove declarations.
20674 (get_text_addr): New declaration.
20675 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
20676 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
20677 sym-file-loader.h.
20678 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
20679 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
20680 here from sym-file-loader.h.
20681 (struct library): New structure.
20682 (load_shlib, lookup_function): Change prototypes and adjust to
20683 work with a struct library.
20684 (find_shstrtab, find_strtab, find_shdr, find_symtab)
20685 (translate_offset): Make static.
20686 (get_text_addr): New function.
20687 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
20688
20689 2014-04-15 Pedro Alves <palves@redhat.com>
20690
20691 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
20692
20693 2014-04-15 Pedro Alves <palves@redhat.com>
20694
20695 * gdb.base/sym-file-loader.c: Include <limits.h>.
20696 (SELF_LINK): New define.
20697 (get_origin): New function.
20698 (load_shlib): Use it.
20699 * gdb.base/sym-file.exp: Don't early return if the target is
20700 remote. Use runto_main, and issue fail is that fails. Use
20701 gdb_load_shlibs.
20702 (shlib_name): Delete.
20703 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
20704
20705 2014-04-15 Pedro Alves <palves@redhat.com>
20706
20707 * gdb.base/sym-file.exp: Remove regex characters from test
20708 message. Don't refer to breakpoint numbers in test messages.
20709
20710 2014-04-14 Keith Seitz <keiths@redhat.com>
20711
20712 PR c++/16253
20713 * gdb.cp/var-tag.cc: New file.
20714 * gdb.cp/var-tag.exp: New file.
20715 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
20716 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
20717 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
20718 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
20719
20720 2014-04-14 Tom Tromey <tromey@redhat.com>
20721
20722 * gdb.cp/classes.exp (test_enums): Handle underlying type.
20723 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
20724 type.
20725 * gdb.cp/enum-class.exp: New file.
20726 * gdb.cp/enum-class.cc: New file.
20727
20728 2014-04-14 Tom Tromey <tromey@redhat.com>
20729
20730 * gdb.dwarf2/enum-type.exp: New file.
20731
20732 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20733
20734 * gdb.mi/mi-vla-c99.exp: New file.
20735 * gdb.mi/vla.c: New file.
20736
20737 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20738
20739 * gdb.base/vla-datatypes.c: New file.
20740 * gdb.base/vla-datatypes.exp: New file.
20741
20742 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20743
20744 * gdb.base/vla-ptr.c: New file.
20745 * gdb.base/vla-ptr.exp: New file.
20746
20747 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20748
20749 * gdb.dwarf2/count.exp: New file.
20750
20751 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20752
20753 * gdb.base/vla-sideeffect.c: New file.
20754 * gdb.base/vla-sideeffect.exp: New file.
20755
20756 2014-04-14 David Blaikie <dblaikie@gmail.com>
20757
20758 * gdb.mi/non-stop.c: Add return value for non-void function return
20759 statement.
20760 * gdb.threads/staticthreads.c: Ditto.
20761
20762 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
20763 Doug Evans <xdje42@gmail.com>
20764
20765 * gdb.guile/scm-value.c: Improve test case.
20766 * gdb.guile/scm-value.exp: Add new test.
20767
20768 2014-04-11 David Blaikie <dblaikie@gmail.com>
20769
20770 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
20771 override Clang's default.
20772
20773 2014-04-11 Joel Brobecker <brobecker@adacore.com>
20774
20775 Revert the following changes (regressions):
20776
20777 * gdb.base/vla-sideeffect.c: New file.
20778 * gdb.base/vla-sideeffect.exp: New file.
20779
20780 * gdb.dwarf2/count.exp: New file.
20781
20782 * gdb.base/vla-multi.c: New file.
20783 * gdb.base/vla-multi.exp: New file.
20784
20785 * gdb.base/vla-ptr.c: New file.
20786 * gdb.base/vla-ptr.exp: New file.
20787
20788 * gdb.base/vla-datatypes.c: New file.
20789 * gdb.base/vla-datatypes.exp: New file.
20790
20791 * gdb.mi/mi-vla-c99.exp: New file.
20792 * gdb.mi/vla.c: New file.
20793
20794 2014-04-11 Keith Seitz <keiths@redhat.com>
20795
20796 PR c++/16675
20797 * gdb.cp/cpsizeof.exp: New file.
20798 * gdb.cp/cpsizeof.cc: New file.
20799
20800 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20801
20802 * gdb.mi/mi-vla-c99.exp: New file.
20803 * gdb.mi/vla.c: New file.
20804
20805 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20806
20807 * gdb.base/vla-datatypes.c: New file.
20808 * gdb.base/vla-datatypes.exp: New file.
20809
20810 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20811
20812 * gdb.base/vla-ptr.c: New file.
20813 * gdb.base/vla-ptr.exp: New file.
20814
20815 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20816
20817 * gdb.base/vla-multi.c: New file.
20818 * gdb.base/vla-multi.exp: New file.
20819
20820 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20821
20822 * gdb.dwarf2/count.exp: New file.
20823
20824 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20825
20826 * gdb.base/vla-sideeffect.c: New file.
20827 * gdb.base/vla-sideeffect.exp: New file.
20828
20829 2014-04-11 Yao Qi <yao@codesourcery.com>
20830
20831 * gdb.base/completion.exp: Check file exists before running tests
20832 on file completion.
20833
20834 2014-04-10 Pedro Alves <palves@redhat.com>
20835
20836 * gdb.base/cond-eval-mode.c: New file.
20837 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
20838 prepare_for_testing to build the new file. Check result of
20839 runto_main.
20840 (test_break, test_watch): New procedures.
20841 (top level): Use them.
20842
20843 2014-04-08 Pierre Muller <muller@sourceware.org>
20844
20845 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
20846 Ctrl-V use for mingw hosts.
20847
20848 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
20849
20850 * gdb.python/py-value.c: Improve test case.
20851 * gdb.python/py-value.exp: Add new test.
20852
20853 2014-04-07 David Blaikie <dblaikie@gmail.com>
20854
20855 * lib/compiler.c: Identify the clang compiler.
20856 * lib/compiler.cc: Ditto.
20857
20858 2014-04-03 Yao Qi <yao@codesourcery.com>
20859
20860 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
20861
20862 2014-04-01 Anton Blanchard <anton@samba.org>
20863
20864 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
20865 messages unique.
20866
20867 2014-04-01 Anton Blanchard <anton@samba.org>
20868
20869 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
20870 prepare_for_testing.
20871
20872 2014-04-01 Anton Blanchard <anton@samba.org>
20873
20874 * gdb.arch/ppc64-atomic-inst.c: Remove.
20875 * gdb.arch/ppc64-atomic-inst.S: New file.
20876 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
20877
20878 2014-03-31 Doug Evans <dje@google.com>
20879
20880 * gdb.base/print-symbol-loading-lib.c: New file.
20881 * gdb.base/print-symbol-loading-main.c: New file.
20882 * gdb.base/print-symbol-loading.exp: New file.
20883
20884 2014-03-31 Yao Qi <yao@codesourcery.com>
20885
20886 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
20887
20888 2014-03-28 Joel Brobecker <brobecker@adacore.com>
20889
20890 * gdb.ada/mi_dyn_arr: New testcase.
20891
20892 2014-03-27 Doug Evans <dje@google.com>
20893
20894 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
20895
20896 2014-03-27 Yao Qi <yao@codesourcery.com>
20897
20898 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
20899 if target is nios2-*-*.
20900
20901 2014-03-26 Yao Qi <yao@codesourcery.com>
20902
20903 * lib/gdb.exp (readline_is_used): New proc.
20904 * gdb.base/completion.exp: Move tests on command complete up.
20905 Skip the rest of tests if readline is not used.
20906 * gdb.ada/complete.exp: Skp the test if readline is not
20907 used.
20908 * gdb.base/filesym.exp: Likewise.
20909 * gdb.base/macscp.exp: Likewise.
20910 * gdb.base/readline-ask.exp: Likewise.
20911 * gdb.base/readline.exp: Likewise.
20912 * gdb.python/py-cmd.exp: Likewise.
20913 * gdb.trace/tfile.exp: Likewise.
20914
20915 2014-03-26 Yao Qi <yao@codesourcery.com>
20916
20917 * gdb.base/macscp.exp: Fix code format issues.
20918
20919 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
20920
20921 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
20922 * gdb.asm/powerpc64le.inc: New file.
20923
20924 2014-03-25 Pedro Alves <palves@redhat.com>
20925 Doug Evans <dje@google.com>
20926
20927 * gdb.base/source-execution.c: New file.
20928 * gdb.base/source-execution.exp: New file.
20929 * gdb.base/source-execution.gdb: New file.
20930
20931 2014-03-24 Doug Evans <dje@google.com>
20932
20933 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
20934 using fission.
20935
20936 2014-03-24 Hui Zhu <hui@codesourcery.com>
20937 Pedro Alves <palves@redhat.com>
20938
20939 PR breakpoints/16101
20940 * gdb.base/dprintf.exp: Use unsupported rather than changing the
20941 test pass/fail messages. Detect missing support for dprintf when
20942 breakpoints are actually inserted.
20943 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
20944 breakpoints are actually inserted.
20945 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
20946 fails.
20947
20948 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
20949
20950 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
20951
20952 2014-03-22 Doug Evans <xdje42@gmail.com>
20953
20954 * gdb.python/python.exp (python not supported): Verify multi-line
20955 python command issues an error.
20956 * gdb.guile/guile.exp (guile not supported): Verify multi-line
20957 guile command issues an error.
20958
20959 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
20960
20961 * gdb.threads/thread-specific.exp: Handle the lack of usable
20962 $this_breakpoint and $this_thread.
20963
20964 2014-03-21 Hui Zhu <hui@codesourcery.com>
20965
20966 * gdb.base/attach.exp (do_command_attach_tests): New.
20967
20968 2014-03-20 Tom Tromey <tromey@redhat.com>
20969 Pedro Alves <palves@redhat.com>
20970
20971 PR cli/15718
20972 * gdb.base/condbreak-call-false.c: New file.
20973 * gdb.base/condbreak-call-false.exp: New file.
20974
20975 2014-03-20 Pedro Alves <palves@redhat.com>
20976
20977 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
20978 Delete.
20979 (block_signals, unblock_signals): Delete.
20980 (child_function_2, main): Remove references to deleted variable
20981 and functions.
20982
20983 2014-03-20 Pedro Alves <palves@redhat.com>
20984
20985 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
20986 Use pthread_kill to signal thread 2.
20987 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20988 Adjust to make the test send itself a signal rather than using the
20989 host's "kill" command.
20990
20991 2014-03-20 Pedro Alves <palves@redhat.com>
20992
20993 * gdb.threads/multiple-step-overs.c: New file.
20994 * gdb.threads/multiple-step-overs.exp: New file.
20995 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20996 Adjust expected infrun debug output.
20997
20998 2014-03-20 Pedro Alves <palves@redhat.com>
20999
21000 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
21001 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
21002
21003 2014-03-20 Pedro Alves <palves@redhat.com>
21004
21005 PR breakpoints/7143
21006 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
21007 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
21008 of gdb_test_multiple.
21009 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
21010 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
21011
21012 2014-03-20 Pedro Alves <palves@redhat.com>
21013
21014 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
21015 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
21016
21017 2014-03-19 Pedro Alves <palves@redhat.com>
21018
21019 * gdb.base/async.exp: Remove early return.
21020
21021 2014-03-19 Pedro Alves <palves@redhat.com>
21022
21023 * gdb.base/async.exp (step& tests): Pass explicit test messages.
21024
21025 2014-03-19 Pedro Alves <palves@redhat.com>
21026
21027 * gdb.base/async.exp (test_background): Expect \r\n after
21028 "completed." in the fail pattern.
21029
21030 2014-03-19 Pedro Alves <palves@redhat.com>
21031
21032 * gdb.base/async.exp (test_background): New procedure.
21033 Use it for all background execution command tests.
21034
21035 2014-03-19 Pedro Alves <palves@redhat.com>
21036
21037 * gdb.base/async.exp: Use prepare_for_testing.
21038
21039 2014-03-19 Pedro Alves <palves@redhat.com>
21040
21041 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
21042 the same line.
21043
21044 2014-03-19 Pedro Alves <palves@redhat.com>
21045
21046 * gdb.base/async.c (main): Add "jump here" and "until here" line
21047 marker comments.
21048 * gdb.base/async.exp (jump_here): New global.
21049 (jump& test): Use it.
21050 (until_here): New global.
21051 (until& test): Use it.
21052
21053 2014-03-19 Pedro Alves <palves@redhat.com>
21054
21055 * gdb.base/async.exp: Don't frob gdb_protocol.
21056
21057 2014-03-18 Doug Evans <xdje42@gmail.com>
21058
21059 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
21060 Fix spelling of exec-done-display.
21061
21062 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
21063
21064 PR gdb/15358
21065 * gdb.base/gdb-sigterm.c: New file.
21066 * gdb.base/gdb-sigterm.exp: New file.
21067
21068 2014-03-18 Pedro Alves <palves@redhat.com>
21069
21070 PR gdb/13860
21071 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
21072 * lib/mi-support.exp (mi_expect_stop): Add special handling for
21073 solib-event.
21074
21075 2014-03-17 Joel Brobecker <brobecker@adacore.com>
21076
21077 * gdb.ada/pckd_arr_ren: New testcase.
21078
21079 2014-03-13 Doug Evans <xdje42@gmail.com>
21080
21081 PR guile/16612
21082 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
21083 collect after discarding symbols.
21084
21085 2014-03-13 Ludovic Courtès <ludo@gnu.org>
21086 Doug Evans <xdje42@gmail.com>
21087
21088 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
21089 to history survives a gc.
21090
21091 2014-03-13 Pedro Alves <palves@redhat.com>
21092
21093 * gdb.base/default.exp: Don't test "target procfs".
21094
21095 2014-03-13 Pedro Alves <palves@redhat.com>
21096
21097 * gdb.base/default.exp: Update "target child" and "target procfs"
21098 tests to not expect "Unix".
21099
21100 2014-03-12 Tom Tromey <tromey@redhat.com>
21101
21102 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
21103 New procs. Add target-async tests.
21104 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
21105 Add target-async tests.
21106
21107 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21108
21109 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
21110 'func_start' and 'func_end' for the beginning and end of the
21111 function code, respectively.
21112 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
21113 'func_end' instead of 'func' and 'main'.
21114
21115 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21116
21117 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
21118 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
21119 generate the debug info assembler source.
21120
21121 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21122
21123 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
21124 * gdb.dwarf2/arr-subrange.exp: Likewise.
21125 * gdb.dwarf2/dwz.exp: Likewise.
21126 * gdb.dwarf2/method-ptr.exp: Likewise.
21127 * gdb.dwarf2/missing-sig-type.exp: Likewise.
21128 * gdb.dwarf2/subrange.exp: Likewise.
21129 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
21130 * gdb.dwarf2/implptrpiece.exp: Likewise.
21131 * gdb.dwarf2/nostaticblock.exp: Likewise.
21132
21133 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21134
21135 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
21136 directory to absolute path name arguments.
21137
21138 2014-03-10 Joel Brobecker <brobecker@adacore.com>
21139
21140 * gdb.ada/tagged_access: New testcase.
21141
21142 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
21143
21144 * gdb.btrace/data.exp: Update expected output.
21145
21146 2014-03-06 Yao Qi <yao@codesourcery.com>
21147
21148 * gdb.trace/pr16508.exp: New file.
21149
21150 2014-03-05 Pedro Alves <palves@redhat.com>
21151
21152 PR gdb/16575
21153 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
21154 procedure.
21155 (top level): Adjust to use it. Add tests that exercise breakpoint
21156 interaction with the code-cache.
21157
21158 2014-02-26 Ludovic Courtès <ludo@gnu.org>
21159
21160 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
21161 test for 'history-append!'.
21162
21163 2014-02-26 Joel Brobecker <brobecker@adacore.com>
21164
21165 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
21166 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
21167 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
21168 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
21169 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
21170 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
21171
21172 2014-02-26 Joel Brobecker <brobecker@adacore.com>
21173
21174 * testsuite/gdb.python/py-pp-re-notag.c: New file.
21175 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
21176 * testsuite/gdb.python/py-pp-re-notag.p: New file.
21177
21178 2014-02-26 Joel Brobecker <brobecker@adacore.com>
21179
21180 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
21181
21182 2014-02-26 Joel Brobecker <brobecker@adacore.com>
21183
21184 * gdb.dwarf2/arr-stride.c: New file.
21185 * gdb.dwarf2/arr-stride.exp: New file.
21186
21187 2014-02-26 Pedro Alves <palves@redhat.com>
21188
21189 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
21190 that won't ever trigger. Make sure that GDB reports the correct
21191 breakpoint that caused the stop.
21192
21193 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
21194
21195 PR gdb/16626
21196 * gdb.base/auto-load-script: New file.
21197 * gdb.base/auto-load.c: New file.
21198 * gdb.base/auto-load.exp: New file.
21199
21200 PR gdb/16626
21201 * gdb.base/auto-load.exp: Fix out-of-srctree run.
21202
21203 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
21204
21205 Fix dw2-icycle.exp -fsanitize=address GDB crash.
21206 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
21207
21208 2014-02-24 Doug Evans <dje@google.com>
21209
21210 * lib/gdb.exp (run_on_host): Log error output if program fails.
21211
21212 2014-02-21 Pedro Alves <palves@redhat.com>
21213
21214 * gdb.threads/step-after-sr-lock.c: Rename to ...
21215 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
21216 * gdb.threads/step-after-sr-lock.exp: Rename to ...
21217 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
21218 ... this.
21219
21220 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
21221
21222 PR tdep/16397
21223 * gdb.arch/amd64-stap-special-operands.exp: New file.
21224 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
21225 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
21226 * gdb.arch/amd64-stap-triplet.S: Likewise.
21227 * gdb.arch/amd64-stap-triplet.c: Likewise.
21228
21229 2014-02-20 Joel Brobecker <brobecker@adacore.com>
21230
21231 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
21232 in .section pseudo-op.
21233
21234 2014-02-20 lin zuojian <manjian2006@gmail.com>
21235 Joel Brobecker <brobecker@adacore.com>
21236 Doug Evans <xdje42@gmail.com>
21237
21238 PR symtab/16581
21239 * gdb.dwarf2/dw2-icycle.S: New file.
21240 * gdb.dwarf2/dw2-icycle.c: New file.
21241 * gdb.dwarf2/dw2-icycle.exp: New file.
21242
21243 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
21244
21245 * gdb.python/py-value-cc.cc: Improve test case to enable testing
21246 operations on gdb.Value objects.
21247 * gdb.python/py-value-cc.exp: Add new test to test operations on
21248 gdb.Value objects.
21249
21250 2014-02-18 Doug Evans <dje@google.com>
21251
21252 * Makefile.in (TESTS): New variable.
21253 (expanded_tests, expanded_tests_or_none): New variables
21254 (check-single): Pass $(expanded_tests_or_none) to runtest.
21255 (check-parallel): Only run tests in $(TESTS) if non-empty.
21256 (check/no-matching-tests-found): New rule.
21257 * README: Document TESTS makefile variable.
21258
21259 2014-02-18 Doug Evans <dje@google.com>
21260
21261 * Makefile.in (check-parallel): rm -rf outputs temp.
21262
21263 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
21264
21265 Fix "ERROR: no fileid for" in the testsuite.
21266 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
21267
21268 2014-02-12 Doug Evans <dje@google.com>
21269
21270 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
21271 (MISCELLANEOUS): New variable.
21272 (clean): rm -rf $(MISCELLANEOUS).
21273 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
21274 dwp live in the same directory as symlinks, with each symlink pointed
21275 to a differently named file in a different directory.
21276
21277 2014-02-11 Doug Evans <dje@google.com>
21278
21279 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
21280 of Tcl file commands.
21281
21282 2014-02-10 Mark Kettenis <kettenis@gnu.org>
21283
21284 * gdb.threads/step-after-sr-lock.exp: Avoid executing
21285 "kill -SIGUSR1 -1".
21286
21287 2014-02-10 Joel Brobecker <brobecker@adacore.com>
21288
21289 * gdb.ada/tick_length_array_enum_idx: New testcase.
21290
21291 2014-02-10 Doug Evans <xdje42@gmail.com>
21292
21293 * configure.ac (AC_OUTPUT): Add gdb.guile.
21294 * configure: Regenerate.
21295 * lib/gdb-guile.exp: New file.
21296 * lib/gdb.exp (get_target_charset): New function.
21297 * gdb.base/help.exp: Update expected output from "apropos apropos".
21298 * gdb.guile/Makefile.in: New file.
21299 * gdb.guile/guile.exp: New file.
21300 * gdb.guile/scm-arch.c: New file.
21301 * gdb.guile/scm-arch.exp: New file.
21302 * gdb.guile/scm-block.c: New file.
21303 * gdb.guile/scm-block.exp: New file.
21304 * gdb.guile/scm-breakpoint.c: New file.
21305 * gdb.guile/scm-breakpoint.exp: New file.
21306 * gdb.guile/scm-disasm.c: New file.
21307 * gdb.guile/scm-disasm.exp: New file.
21308 * gdb.guile/scm-equal.c: New file.
21309 * gdb.guile/scm-equal.exp: New file.
21310 * gdb.guile/scm-error.exp: New file.
21311 * gdb.guile/scm-error.scm: New file.
21312 * gdb.guile/scm-frame-args.c: New file.
21313 * gdb.guile/scm-frame-args.exp: New file.
21314 * gdb.guile/scm-frame-args.scm: New file.
21315 * gdb.guile/scm-frame-inline.c: New file.
21316 * gdb.guile/scm-frame-inline.exp: New file.
21317 * gdb.guile/scm-frame.c: New file.
21318 * gdb.guile/scm-frame.exp: New file.
21319 * gdb.guile/scm-generics.exp: New file.
21320 * gdb.guile/scm-gsmob.exp: New file.
21321 * gdb.guile/scm-iterator.c: New file.
21322 * gdb.guile/scm-iterator.exp: New file.
21323 * gdb.guile/scm-math.c: New file.
21324 * gdb.guile/scm-math.exp: New file.
21325 * gdb.guile/scm-objfile-script-gdb.in: New file.
21326 * gdb.guile/scm-objfile-script.c: New file.
21327 * gdb.guile/scm-objfile-script.exp: New file.
21328 * gdb.guile/scm-objfile.c: New file.
21329 * gdb.guile/scm-objfile.exp: New file.
21330 * gdb.guile/scm-ports.exp: New file.
21331 * gdb.guile/scm-pretty-print.c: New file.
21332 * gdb.guile/scm-pretty-print.exp: New file.
21333 * gdb.guile/scm-pretty-print.scm: New file.
21334 * gdb.guile/scm-section-script.c: New file.
21335 * gdb.guile/scm-section-script.exp: New file.
21336 * gdb.guile/scm-section-script.scm: New file.
21337 * gdb.guile/scm-symbol.c: New file.
21338 * gdb.guile/scm-symbol.exp: New file.
21339 * gdb.guile/scm-symtab-2.c: New file.
21340 * gdb.guile/scm-symtab.c: New file.
21341 * gdb.guile/scm-symtab.exp: New file.
21342 * gdb.guile/scm-type.c: New file.
21343 * gdb.guile/scm-type.exp: New file.
21344 * gdb.guile/scm-value-cc.cc: New file.
21345 * gdb.guile/scm-value-cc.exp: New file.
21346 * gdb.guile/scm-value.c: New file.
21347 * gdb.guile/scm-value.exp: New file.
21348 * gdb.guile/source2.scm: New file.
21349 * gdb.guile/types-module.cc: New file.
21350 * gdb.guile/types-module.exp: New file.
21351
21352 2014-02-10 Yao Qi <yao@codesourcery.com>
21353
21354 PR testsuite/16543
21355 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
21356 * configure: Regenerated.
21357 * Makefile.in: New file.
21358
21359 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
21360
21361 * gdb.python/py-framefilter.exp: Fix typo.
21362
21363 2014-02-08 Yao Qi <yao@codesourcery.com>
21364
21365 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
21366 that no =breakpoint-modified is emitted when breakpoints are
21367 modified through MI commands.
21368
21369 2014-02-07 Pedro Alves <pedro@codesourcery.com>
21370 Pedro Alves <palves@redhat.com>
21371
21372 * gdb.threads/step-after-sr-lock.c: New file.
21373 * gdb.threads/step-after-sr-lock.exp: New file.
21374
21375 2014-02-07 Pedro Alves <palves@redhat.com>
21376
21377 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
21378
21379 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
21380
21381 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
21382 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
21383
21384 2014-02-06 Doug Evans <xdje42@gmail.com>
21385
21386 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
21387 output.
21388
21389 * gdb.gdb/python-interrupts.exp: New file.
21390
21391 2014-02-05 Yao Qi <yao@codesourcery.com>
21392
21393 * gdb.trace/report.exp (use_collected_data): Test the output
21394 of "info threads" and "info inferiors".
21395
21396 2014-02-05 Yao Qi <yao@codesourcery.com>
21397
21398 Revert this patch:
21399
21400 2013-05-24 Yao Qi <yao@codesourcery.com>
21401
21402 * gdb.trace/tfile.exp: Test inferior and thread.
21403
21404 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21405
21406 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
21407 on a function.
21408 * gdb.base/step-bt.c: Call hello via function pointer to make
21409 sure its first instruction is executed on powerpc64le-linux.
21410
21411 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21412
21413 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
21414
21415 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21416
21417 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
21418 of the test patterns for use on little-endian systems.
21419
21420 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21421
21422 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
21423 (decimal_vector): Fix for little-endian.
21424
21425 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
21426
21427 * gdb.arch/sparc-sysstep.exp: New file.
21428 * gdb.arch/sparc-sysstep.c: Likewise.
21429
21430 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
21431
21432 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21433
21434 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
21435
21436 2014-01-23 Tom Tromey <tromey@redhat.com>
21437
21438 * gdb.ada/array_char_idx: New testcase.
21439
21440 2014-01-23 Tom Tromey <tromey@redhat.com>
21441
21442 PR python/16487:
21443 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
21444 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
21445 classes.
21446
21447 2014-01-23 Tom Tromey <tromey@redhat.com>
21448
21449 PR python/16491:
21450 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
21451 string from an inferior frame.
21452 * gdb.python/py-framefilter-mi.exp: Update.
21453
21454 2014-01-22 Doug Evans <dje@google.com>
21455
21456 * gdb.server/server-mon.exp: Add tests for "set debug-format".
21457
21458 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21459
21460 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
21461
21462 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21463
21464 * gdb.trace/entry-values.exp: Remove excess space character from
21465 regex patterns. Handle s390 call instruction.
21466
21467 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21468
21469 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
21470 define "*_start" label. Make "name" static.
21471 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
21472 ${name} by references to ${name}_start.
21473
21474 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21475
21476 * gdb.base/info-macros.exp: Remove "debug" from the compile
21477 options.
21478
21479 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21480
21481 * gdb.dlang/demangle.exp: New file.
21482
21483 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21484
21485 * gdb.dlang/primitive-types.exp: New file.
21486
21487 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21488
21489 * configure.ac: Create gdb.dlang/Makefile.
21490 * configure: Regenerate.
21491 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
21492 * gdb.dlang/Makefile.in: New file.
21493 * lib/d-support.exp: New file.
21494 * lib/gdb.exp (skip_d_tests): New proc.
21495
21496 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21497
21498 * gdb.btrace/delta.exp: Check reverse stepi.
21499 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
21500 * gdb.btrace/finish.exp: New.
21501 * gdb.btrace/next.exp: New.
21502 * gdb.btrace/nexti.exp: New.
21503 * gdb.btrace/record_goto.c: Add comments.
21504 * gdb.btrace/step.exp: New.
21505 * gdb.btrace/stepi.exp: New.
21506 * gdb.btrace/multi-thread-step.c: New.
21507 * gdb.btrace/multi-thread-step.exp: New.
21508 * gdb.btrace/rn-dl-bind.c: New.
21509 * gdb.btrace/rn-dl-bind.exp: New.
21510 * gdb.btrace/data.c: New.
21511 * gdb.btrace/data.exp: New.
21512 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
21513
21514 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21515
21516 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
21517 * gdb.btrace/exception.exp: Update.
21518 * gdb.btrace/instruction_history.exp: Update.
21519 * gdb.btrace/record_goto.exp: Update.
21520 * gdb.btrace/tailcall.exp: Update.
21521 * gdb.btrace/unknown_functions.exp: Update.
21522 * gdb.btrace/delta.exp: New.
21523
21524 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21525
21526 * gdb.btrace/record_goto.exp: Add backtrace test.
21527 * gdb.btrace/tailcall.exp: Add backtrace test.
21528
21529 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21530
21531 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
21532 * gdb.btrace/record_goto.c: New.
21533 * gdb.btrace/record_goto.exp: New.
21534 * gdb.btrace/x86-record_goto.S: New.
21535
21536 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21537
21538 * gdb.btrace/function_call_history.exp: Update tests.
21539 * gdb.btrace/instruction_history.exp: Update tests.
21540
21541 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21542
21543 * gdb.btrace/function_call_history.exp: Fix expected field
21544 order for "record function-call-history".
21545 Add new tests for "record function-call-history /c".
21546 * gdb.btrace/exception.cc: New.
21547 * gdb.btrace/exception.exp: New.
21548 * gdb.btrace/tailcall.exp: New.
21549 * gdb.btrace/x86-tailcall.S: New.
21550 * gdb.btrace/x86-tailcall.c: New.
21551 * gdb.btrace/unknown_functions.c: New.
21552 * gdb.btrace/unknown_functions.exp: New.
21553 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
21554
21555 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21556
21557 * gdb.btrace/instruction_history.exp: Update.
21558 * gdb.btrace/function_call_history.exp: Update.
21559
21560 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21561
21562 * gdb.btrace/function_call_history.exp: Fix expected function
21563 trace.
21564 * gdb.btrace/instruction_history.exp: Initialize traced.
21565 Remove traced_functions.
21566
21567 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21568
21569 * gdb.btrace/function_call_history.exp: Update
21570 * gdb.btrace/instruction_history.exp: Update.
21571
21572 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21573
21574 * gdb.btrace/enable.exp: Update expected text.
21575
21576 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
21577
21578 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
21579 bytes.
21580
21581 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
21582
21583 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
21584
21585 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
21586
21587 * lib/gdb.exp (supports_process_record): Return true for
21588 arm*-linux*. (supports_reverse): Likewise.
21589
21590 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
21591
21592 PR python/15464
21593 PR python/16113
21594 * gdb.python/py-type.c: Enhance test case.
21595 * gdb.python/py-value-cc.cc: Likewise
21596 * gdb.python/py-type.exp: Add new tests.
21597 * gdb.python/py-value-cc.exp: Likewise
21598
21599 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
21600 Pedro Alves <palves@redhat.com>
21601
21602 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
21603 Make "name" extern.
21604 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
21605 references to ${name}_start by references to ${name}.
21606
21607 2014-01-10 Joel Brobecker <brobecker@adacore.com>
21608
21609 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
21610
21611 2014-01-10 Joel Brobecker <brobecker@adacore.com>
21612
21613 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
21614
21615 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
21616 Pedro Alves <palves@redhat.com>
21617
21618 * gdb.mi/mi-info-os.exp: Connect to the target with
21619 mi_gdb_target_load.
21620
21621 2014-01-08 Pedro Alves <palves@redhat.com>
21622
21623 * gdb.threads/reconnect-signal.c: New file.
21624 * gdb.threads/reconnect-signal.exp: New file.
21625
21626 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21627
21628 * gdb.base/source-dir.exp: New file.
21629
21630 2014-01-07 Joel Brobecker <brobecker@adacore.com>
21631
21632 * gdb.ada/mi_interface: New testcase.
21633
21634 2014-01-07 Joel Brobecker <brobecker@adacore.com>
21635
21636 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
21637 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
21638 gdb.ada/pp-rec-component/pck.ads: New files.
21639
21640 2014-01-07 Joel Brobecker <brobecker@adacore.com>
21641
21642 * gdb.python/py-pp-integral.c: New file.
21643 * gdb.python/py-pp-integral.py: New file.
21644 * gdb.python/py-pp-integral.exp: New file.
21645
21646 For older changes see ChangeLog-1993-2013.
21647 \f
21648 ;; Local Variables:
21649 ;; mode: change-log
21650 ;; left-margin: 8
21651 ;; fill-column: 74
21652 ;; version-control: never
21653 ;; End:
21654
21655 Copyright 2014-2020 Free Software Foundation, Inc.
21656 Copying and distribution of this file, with or without modification,
21657 are permitted provided the copyright notice and this notice are preserved.
This page took 0.486891 seconds and 5 git commands to generate.