]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame_incremental - gdb/testsuite/ChangeLog
Ensure that space allocated by assembler directives converts from an octet count...
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
... / ...
CommitLineData
12020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.fortran/array-slices.exp: Add missing message data.
4
52020-09-17 Pedro Alves <pedro@palves.net>
6
7 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
8
92020-09-17 Pedro Alves <pedro@palves.net>
10
11 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
12 full prototype.
13
142020-09-17 Pedro Alves <pedro@palves.net>
15
16 * gdb.python/py-as-string.c: Add cast.
17
182020-09-17 Pedro Alves <pedro@palves.net>
19
20 * gdb.base/sizeof.c (fill): Add cast.
21
222020-09-17 Pedro Alves <pedro@palves.net>
23
24 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
25
262020-09-17 Pedro Alves <pedro@palves.net>
27
28 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
29 linkage name.
30 * gdb.base/prologue.exp: Use print /d.
31 * gdb.base/symbol-alias.exp: Handle C++ output.
32 * gdb.base/symbol-alias2.c: Handle C++ output.
33 [__cplusplus] (func): Explicitly specify linkage name.
34
352020-09-17 Pedro Alves <pedro@palves.net>
36
37 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
38 (struct my_key_t): ... this. Adjust all references.
39 (struct value_t): Rename to ...
40 (struct my_value_t): ... this. Adjust all references.
41 (create_map, add_map_element, create_map_map)
42 (add_map_map_element): Add casts.
43
442020-09-17 Pedro Alves <pedro@palves.net>
45
46 * gdb.python/py-framefilter-mi.c (funca): Add casts.
47 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
48
492020-09-17 Pedro Alves <pedro@palves.net>
50
51 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
52
532020-09-17 Pedro Alves <pedro@palves.net>
54
55 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
56 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
57 (charfoo, intfoo): Define full prototype.
58 * gdb.base/ptype1.c (charfoo): Define full prototype.
59 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
60 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
61
622020-09-17 Pedro Alves <pedro@palves.net>
63
64 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
65 Don't define.
66 (utf_32_string): Compile for both C and C++.
67 * gdb.base/charset.exp: Use "print /d".
68
692020-09-17 Pedro Alves <pedro@palves.net>
70
71 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
72 (nullptr): Rename to ...
73 (null_ptr): ... this.
74 * gdb.base/watchpoint.exp: Adjust to rename.
75
762020-09-17 Pedro Alves <pedro@palves.net>
77
78 * gdb.base/printcmds.c (three, flag_enum_without_zero)
79 (three_not_flag): Add casts.
80
812020-09-17 Pedro Alves <pedro@palves.net>
82
83 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
84 char array.
85 (main): Add references to Barrier, TestStrings, TestStringsH and
86 TestStringsW.
87 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
88 and expect a full prototype in C++.
89
902020-09-17 Pedro Alves <pedro@palves.net>
91
92 * gdb.base/nested-addr.c (main): Add cast.
93 * gdb.base/nested-addr.exp: Use "print /d".
94
952020-09-17 Pedro Alves <pedro@palves.net>
96
97 * gdb.base/break.exp (func): New. Use it throughout when
98 expecting a function name.
99
1002020-09-17 Pedro Alves <pedro@palves.net>
101
102 * gdb.base/display.exp: Issue "set print asm-demangle on".
103
1042020-09-17 Pedro Alves <pedro@palves.net>
105
106 * gdb.base/find.c: Include <string.h>.
107 (init_bufs): Add cast.
108 * gdb.base/find.exp: Issue "set print asm-demangle on".
109
1102020-09-16 Tom Tromey <tromey@adacore.com>
111
112 PR gdb/26598:
113 * gdb.base/skipcxx.exp: New file.
114 * gdb.base/skipcxx.cc: New file.
115
1162020-09-16 Tom de Vries <tdevries@suse.de>
117
118 PR testsuite/26617
119 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
120 WITH_DEBUG_SECTIONS is defined.
121 (xstr, str): New macro.
122 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
123 to get start and size of _Dmain.
124 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
125 using additional_flags.
126
1272020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
128
129 * gdb.base/bp-cmds-sourced-script.c: New file.
130 * gdb.base/bp-cmds-sourced-script.exp: New test.
131 * gdb.base/bp-cmds-sourced-script.gdb: New file.
132
1332020-09-16 Tom de Vries <tdevries@suse.de>
134
135 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
136 get the gdb prompt after issuing "monitor exit".
137
1382020-09-16 Tom de Vries <tdevries@suse.de>
139
140 PR testsuite/26624
141 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
142
1432020-09-16 Tom de Vries <tdevries@suse.de>
144
145 PR testsuite/26618
146 * gdb.tui/new-layout.exp: Escape unbalanced braces.
147
1482020-09-15 Tom Tromey <tromey@adacore.com>
149
150 PR rust/26197:
151 * lib/rust-support.exp (rust_llvm_version): New proc.
152 * gdb.rust/simple.exp: Check rust_llvm_version.
153
1542020-09-14 Tom de Vries <tdevries@suse.de>
155
156 * gdb.rust/traits.exp: Fix PATH warning.
157
1582020-09-13 Pedro Alves <pedro@palves.net>
159
160 * gdb.base/catch-follow-exec.c (main): Add explicit return
161 statement.
162 * gdb.base/catch-signal.c (main): Likewise.
163 * gdb.base/condbreak-call-false.c (main): Likewise.
164 * gdb.base/consecutive.c (main): Add explicit return
165 statement and return type.
166 * gdb.base/cursal.c (main): Add explicit return statement.
167 * gdb.base/cvexpr.c (main): Likewise.
168 * gdb.base/display.c (main): Add explicit return statement and
169 return type.
170 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
171 * gdb.base/endianity.c (main): Likewise.
172 * gdb.base/execd-prog.c (main): Likewise.
173 * gdb.base/gdb1090.c (main): Likewise.
174 * gdb.base/info_qt.c (main): Likewise.
175 * gdb.base/lineinc.c (main): Likewise.
176 * gdb.base/load-command.c (main): Likewise.
177 * gdb.base/macscp1.c (main): Likewise.
178 * gdb.base/pr10179-a.c (main): Likewise.
179 * gdb.base/quit-live.c (main): Likewise.
180 * gdb.base/scope0.c (main): Likewise.
181 * gdb.base/settings.c (main): Likewise.
182 * gdb.base/stack-checking.c (main): Return int.
183 * gdb.base/varargs.c (main): Add explicit return statement.
184 * gdb.cp/ambiguous.cc (main): Likewise.
185 * gdb.cp/anon-struct.cc (main): Likewise.
186 * gdb.cp/anon-union.cc (main): Likewise.
187 * gdb.cp/bool.cc (main): Likewise.
188 * gdb.cp/bs15503.cc (main): Likewise.
189 * gdb.cp/cplusfuncs.cc (main): Likewise.
190 * gdb.cp/cttiadd.cc (main): Likewise.
191 * gdb.cp/extern-c.cc (main): Likewise.
192 * gdb.cp/filename.cc (main): Likewise.
193 * gdb.cp/formatted-ref.cc (main): Likewise.
194 * gdb.cp/mb-ctor.cc (main): Likewise.
195 * gdb.cp/member-ptr.cc (main): Likewise.
196 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
197 * gdb.cp/overload-const.cc (main): Likewise.
198 * gdb.cp/paren-type.cc (main): Likewise.
199 * gdb.cp/parse-lang.cc (main): Likewise.
200 * gdb.cp/pr-1023.cc (main): Likewise.
201 * gdb.cp/psmang1.cc (main): Likewise.
202 * gdb.cp/readnow-language.cc (main): Likewise.
203 * gdb.cp/ref-params.cc (main): Likewise.
204 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
205 * gdb.cp/virtbase2.cc (main): Likewise.
206 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
207 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
208 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
209 * gdb.mi/mi-console.c (main): Likewise.
210 * gdb.mi/mi-read-memory.c (main): Likewise.
211 * gdb.modula2/multidim.c (main): Likewise.
212 * gdb.opt/inline-small-func.c (main): Likewise.
213 * gdb.python/py-rbreak.c (main): Likewise.
214 * gdb.stabs/exclfwd1.c (main): Likewise.
215 * gdb.trace/qtro.c (main): Likewise.
216
2172020-09-13 Pedro Alves <pedro@palves.net>
218
219 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
220 instead of getenv.
221
2222020-09-13 Pedro Alves <pedro@palves.net>
223
224 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
225 instead of spawning GDB with remote_spawn.
226 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
227 gdb_spawn instead of spawning GDB with remote_spawn.
228
2292020-09-13 Pedro Alves <pedro@palves.net>
230
231 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
232 file and add calls to first and second.
233 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
234 add call to f.
235
2362020-09-13 Pedro Alves <pedro@palves.net>
237
238 * gdb.mi/mi-break-qualified.cc: New file.
239 * gdb.mi/mi-break-qualified.exp: New file.
240 * lib/mi-support.exp (mi_create_breakpoint_multi)
241 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
242 procedures.
243 (mi_create_breakpoint_1): New, factored out from
244 mi_create_breakpoint.
245
2462020-09-13 Pedro Alves <pedro@palves.net>
247
248 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
249 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
250 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
251 (register_class): Delete.
252 (main): Don't call register_class.
253
2542020-09-13 Pedro Alves <pedro@palves.net>
255
256 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
257 (do_tests): Remove "calling method for small class" test.
258 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
259 (register_class): Delete.
260 (main): Don't call register_class.
261 * gdb.cp/call-method-register.exp: New file, based on bits removed
262 from classes.exp.
263 * gdb.cp/call-method-register.cc: New file, based on bits removed
264 from classes.cc.
265
2662020-09-13 Pedro Alves <pedro@palves.net>
267
268 * gdb.base/msym-bp-2.c: New.
269 * gdb.base/msym-bp-shl-lib.c: New file.
270 * gdb.base/msym-bp-shl-main-2.c: New file.
271 * gdb.base/msym-bp-shl-main.c: New file.
272 * gdb.base/msym-bp-shl.exp: New file.
273 * gdb.base/msym-bp.c: New file.
274 * gdb.base/msym-bp.exp: New file.
275
2762020-09-13 Joel Brobecker <brobecker@adacore.com>
277
278 * gdb.base/default.exp: Change $_gdb_major to 11.
279
2802020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
281 Felix Willgerodt <Felix.Willgerodt@intel.com>
282
283 * x86-avx512bf16.c: New file.
284 * x86-avx512bf16.exp: Likewise.
285 * lib/gdb.exp (skip_avx512bf16_tests): New function.
286
2872020-09-11 Tom de Vries <tdevries@suse.de>
288
289 PR exp/26602
290 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
291
2922020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
293
294 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
295
2962020-09-10 Alan Modra <amodra@gmail.com>
297
298 PR 26597
299 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
300
3012020-09-08 Tom de Vries <tdevries@suse.de>
302
303 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
304 after gdb_starti_cmd.
305
3062020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
307
308 * lib/fortran.exp (fortran_complex8): New proc.
309 (fortran_complex16): New proc.
310 * gdb.fortran/complex.exp: Use routines from fortran.exp
311 * gdb.fortran/pointer-to-pointer.exp: Likewise.
312 * gdb.fortran/vla-ptr-info.exp: Likewise.
313
3142020-09-03 Tom de Vries <tdevries@suse.de>
315
316 PR breakpoint/26546
317 * gdb.base/label-without-address.exp: Runto main first.
318
3192020-09-02 Tom Tromey <tromey@adacore.com>
320
321 * gdb.ada/mi_var_access.exp: Test children of access variable.
322 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
323 * gdb.ada/mi_var_array.exp: Update.
324
3252020-08-31 Kevin Buettner <kevinb@redhat.com>
326
327 * gdb.base/corefile.exp (warning-free): XFAIL test when running
328 on docker w/ AUFS storage driver.
329
3302020-08-31 Kevin Buettner <kevinb@redhat.com>
331
332 * gdb.base/corefile2.exp (renamed binfile): New tests.
333
3342020-08-31 Simon Marchi <simon.marchi@efficios.com>
335
336 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
337
3382020-08-31 Simon Marchi <simon.marchi@efficios.com>
339
340 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
341 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
342
3432020-08-31 Simon Marchi <simon.marchi@efficios.com>
344
345 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
346 output, printing a "not saved" value from history and printing a
347 convenience variable created from a "not saved" value.
348
3492020-08-31 Tom de Vries <tdevries@suse.de>
350
351 * gdb.base/eh_return.exp: Use nopie.
352
3532020-08-28 Pedro Alves <pedro@palves.net>
354
355 * gdb.base/advance-until-multiple-locations.exp
356 (advance_overload, until_overload): Adjust to match the
357 frame/function header instead of the source line text.
358
3592020-08-28 Tom de Vries <tdevries@suse.de>
360
361 * gdb.base/label-without-address.c: New test.
362 * gdb.base/label-without-address.exp: New file.
363
3642020-08-27 Pedro Alves <pedro@palves.net>
365
366 PR gdb/26523
367 PR gdb/26524
368 * gdb.base/advance-until-multiple-locations.cc: New.
369 * gdb.base/advance-until-multiple-locations.exp: New.
370
3712020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
372
373 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
374
3752020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
376
377 * gdb.arch/amd64-byte.exp: Make test names unique, use
378 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
379 * gdb.arch/amd64-dword.exp: Likewise.
380 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
381 * gdb.arch/amd64-stap-special-operands.exp: Make test names
382 unique.
383 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
384 * gdb.arch/amd64-word.exp: Make test names unique, use
385 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
386 * gdb.arch/i386-byte.exp: Make test names unique, use
387 gdb_breakpoint.
388 * gdb.arch/i386-word.exp: Likewise.
389
3902020-08-25 Shahab Vahedi <shahab@synopsys.com>
391
392 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
393
3942020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
395
396 PR gdb/26532
397 * gdb.threads/stepi-random-signal.exp: Update pattern.
398
3992020-08-25 Simon Marchi <simon.marchi@efficios.com>
400
401 PR gdb/26532
402 * gdb.base/ui-redirect.exp: Update pattern.
403
4042020-08-25 Gary Benson <gbenson@redhat.com>
405
406 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
407 when compiling with clang.
408 * gdb.dwarf2/dw2-restore.exp: Likewise.
409
4102020-08-25 Gary Benson <gbenson@redhat.com>
411
412 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
413 Add additional_flags=-Wno-inaccessible-base when compiling
414 with GCC >= 10.1 or clang. Add additional_flags=-w when
415 compiling with GCC < 10.
416
4172020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
418
419 PR m2/26372
420 * gdb.modula2/multidim.c: New file.
421 * gdb.modula2/multidim.exp: New file.
422
4232020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
424
425 * lib/gdb.exp (runto): Always emit fail on internal error.
426
4272020-08-24 Simon Marchi <simon.marchi@efficios.com>
428
429 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
430 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
431 Likewise.
432 * gdb.threads/stepi-random-signal.exp: Likewise.
433
4342020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
435
436 * gdb.base/print-file-var.exp: Fix typo "breapoint".
437 * gdb.trace/strace.exp: Ditto.
438
4392020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
440
441 * gdb.fortran/vla-type.exp: Skip commands not required for
442 the Flang compiled binaries after prologue fix.
443
4442020-08-17 Tom de Vries <tdevries@suse.de>
445 Tom Tromey <tromey@adacore.com>
446
447 PR rust/26197:
448 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
449
4502020-08-17 Tom Tromey <tromey@adacore.com>
451
452 * gdb.ada/mi_var_access.exp: New file.
453 * gdb.ada/mi_var_access/mi_access.adb: New file.
454 * gdb.ada/mi_var_access/pck.adb: New file.
455 * gdb.ada/mi_var_access/pck.ads: New file.
456
4572020-08-16 Tom de Vries <tdevries@suse.de>
458
459 PR gdb/25350
460 * gdb.base/eh_return.c: New test.
461 * gdb.base/eh_return.exp: New file.
462
4632020-08-15 Tom de Vries <tdevries@suse.de>
464
465 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
466 (mixed_func_1d_): Use fortran_charlen_t in decl.
467
4682020-08-15 Tom de Vries <tdevries@suse.de>
469
470 PR backtrace/26390
471 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
472 Update expected pattern.
473
4742020-08-13 Pedro Alves <pedro@palves.net>
475
476 * gdb.fortran/complex.exp: Check skip_fortran_tests.
477 * gdb.fortran/library-module.exp: Likewise.
478 * gdb.fortran/logical.exp: Likewise.
479 * gdb.fortran/module.exp: Likewise.
480 * gdb.fortran/print_type.exp: Likewise.
481 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
482 * gdb.fortran/vla-datatypes.exp: Likewise.
483 * gdb.fortran/vla-history.exp: Likewise.
484 * gdb.fortran/vla-ptr-info.exp: Likewise.
485 * gdb.fortran/vla-ptype-sub.exp: Likewise.
486 * gdb.fortran/vla-ptype.exp: Likewise.
487 * gdb.fortran/vla-sizeof.exp: Likewise.
488 * gdb.fortran/vla-type.exp: Likewise.
489 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
490 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
491 * gdb.fortran/vla-value-sub.exp: Likewise.
492 * gdb.fortran/vla-value.exp: Likewise.
493
4942020-08-13 Pedro Alves <pedro@palves.net>
495
496 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
497 * gdb.ada/access_to_packed_array.exp: Likewise.
498 * gdb.ada/access_to_unbounded_array.exp: Likewise.
499 * gdb.ada/addr_arith.exp: Likewise.
500 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
501 * gdb.ada/arr_arr.exp: Likewise.
502 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
503 * gdb.ada/array_bounds.exp: Likewise.
504 * gdb.ada/array_of_variable_length.exp: Likewise.
505 * gdb.ada/array_ptr_renaming.exp: Likewise.
506 * gdb.ada/array_subscript_addr.exp: Likewise.
507 * gdb.ada/arraydim.exp: Likewise.
508 * gdb.ada/arrayparam.exp: Likewise.
509 * gdb.ada/arrayptr.exp: Likewise.
510 * gdb.ada/assign_1.exp: Likewise.
511 * gdb.ada/assign_arr.exp: Likewise.
512 * gdb.ada/atomic_enum.exp: Likewise.
513 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
514 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
515 * gdb.ada/bias.exp: Likewise.
516 * gdb.ada/boolean_expr.exp: Likewise.
517 * gdb.ada/bp_c_mixed_case.exp: Likewise.
518 * gdb.ada/bp_enum_homonym.exp: Likewise.
519 * gdb.ada/bp_inlined_func.exp: Likewise.
520 * gdb.ada/bp_on_var.exp: Likewise.
521 * gdb.ada/bp_range_type.exp: Likewise.
522 * gdb.ada/bp_reset.exp: Likewise.
523 * gdb.ada/call_pn.exp: Likewise.
524 * gdb.ada/catch_assert_if.exp: Likewise.
525 * gdb.ada/catch_ex.exp: Likewise.
526 * gdb.ada/catch_ex_std.exp: Likewise.
527 * gdb.ada/char_enum.exp: Likewise.
528 * gdb.ada/char_param.exp: Likewise.
529 * gdb.ada/complete.exp: Likewise.
530 * gdb.ada/cond_lang.exp: Likewise.
531 * gdb.ada/convvar_comp.exp: Likewise.
532 * gdb.ada/dgopt.exp: Likewise.
533 * gdb.ada/disc_arr_bound.exp: Likewise.
534 * gdb.ada/display_nested.exp: Likewise.
535 * gdb.ada/dot_all.exp: Likewise.
536 * gdb.ada/dyn_loc.exp: Likewise.
537 * gdb.ada/dyn_stride.exp: Likewise.
538 * gdb.ada/excep_handle.exp: Likewise.
539 * gdb.ada/expr_delims.exp: Likewise.
540 * gdb.ada/expr_with_funcall.exp: Likewise.
541 * gdb.ada/exprs.exp: Likewise.
542 * gdb.ada/fin_fun_out.exp: Likewise.
543 * gdb.ada/fixed_cmp.exp: Likewise.
544 * gdb.ada/formatted_ref.exp: Likewise.
545 * gdb.ada/frame_arg_lang.exp: Likewise.
546 * gdb.ada/frame_args.exp: Likewise.
547 * gdb.ada/fullname_bp.exp: Likewise.
548 * gdb.ada/fun_addr.exp: Likewise.
549 * gdb.ada/fun_in_declare.exp: Likewise.
550 * gdb.ada/fun_overload_menu.exp: Likewise.
551 * gdb.ada/fun_renaming.exp: Likewise.
552 * gdb.ada/funcall_char.exp: Likewise.
553 * gdb.ada/funcall_param.exp: Likewise.
554 * gdb.ada/funcall_ptr.exp: Likewise.
555 * gdb.ada/funcall_ref.exp: Likewise.
556 * gdb.ada/homonym.exp: Likewise.
557 * gdb.ada/info_addr_mixed_case.exp: Likewise.
558 * gdb.ada/info_auto_lang.exp: Likewise.
559 * gdb.ada/info_exc.exp: Likewise.
560 * gdb.ada/info_types.exp: Likewise.
561 * gdb.ada/int_deref.exp: Likewise.
562 * gdb.ada/interface.exp: Likewise.
563 * gdb.ada/iwide.exp: Likewise.
564 * gdb.ada/lang_switch.exp: Likewise.
565 * gdb.ada/length_cond.exp: Likewise.
566 * gdb.ada/maint_with_ada.exp: Likewise.
567 * gdb.ada/mi_catch_assert.exp: Likewise.
568 * gdb.ada/mi_catch_ex.exp: Likewise.
569 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
570 * gdb.ada/mi_dyn_arr.exp: Likewise.
571 * gdb.ada/mi_ex_cond.exp: Likewise.
572 * gdb.ada/mi_exc_info.exp: Likewise.
573 * gdb.ada/mi_interface.exp: Likewise.
574 * gdb.ada/mi_prot.exp: Likewise.
575 * gdb.ada/mi_ref_changeable.exp: Likewise.
576 * gdb.ada/mi_string_access.exp: Likewise.
577 * gdb.ada/mi_task_arg.exp: Likewise.
578 * gdb.ada/mi_task_info.exp: Likewise.
579 * gdb.ada/mi_var_array.exp: Likewise.
580 * gdb.ada/mi_var_union.exp: Likewise.
581 * gdb.ada/mi_variant.exp: Likewise.
582 * gdb.ada/minsyms.exp: Likewise.
583 * gdb.ada/mod_from_name.exp: Likewise.
584 * gdb.ada/nested.exp: Likewise.
585 * gdb.ada/null_array.exp: Likewise.
586 * gdb.ada/optim_drec.exp: Likewise.
587 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
588 * gdb.ada/packed_array_assign.exp: Likewise.
589 * gdb.ada/packed_tagged.exp: Likewise.
590 * gdb.ada/pp-rec-component.exp: Likewise.
591 * gdb.ada/print_chars.exp: Likewise.
592 * gdb.ada/print_pc.exp: Likewise.
593 * gdb.ada/ptr_typedef.exp: Likewise.
594 * gdb.ada/ptype_arith_binop.exp: Likewise.
595 * gdb.ada/ptype_array.exp: Likewise.
596 * gdb.ada/ptype_field.exp: Likewise.
597 * gdb.ada/ptype_tagged_param.exp: Likewise.
598 * gdb.ada/ptype_union.exp: Likewise.
599 * gdb.ada/py_range.exp: Likewise.
600 * gdb.ada/py_taft.exp: Likewise.
601 * gdb.ada/rdv_wait.exp: Likewise.
602 * gdb.ada/rec_comp.exp: Likewise.
603 * gdb.ada/rec_return.exp: Likewise.
604 * gdb.ada/ref_param.exp: Likewise.
605 * gdb.ada/ref_tick_size.exp: Likewise.
606 * gdb.ada/rename_subscript_param.exp: Likewise.
607 * gdb.ada/repeat_dyn.exp: Likewise.
608 * gdb.ada/same_component_name.exp: Likewise.
609 * gdb.ada/same_enum.exp: Likewise.
610 * gdb.ada/scalar_storage.exp: Likewise.
611 * gdb.ada/set_wstr.exp: Likewise.
612 * gdb.ada/small_reg_param.exp: Likewise.
613 * gdb.ada/str_binop_equal.exp: Likewise.
614 * gdb.ada/str_ref_cmp.exp: Likewise.
615 * gdb.ada/str_uninit.exp: Likewise.
616 * gdb.ada/sub_variant.exp: Likewise.
617 * gdb.ada/sym_print_name.exp: Likewise.
618 * gdb.ada/taft_type.exp: Likewise.
619 * gdb.ada/tagged.exp: Likewise.
620 * gdb.ada/tagged_access.exp: Likewise.
621 * gdb.ada/task_bp.exp: Likewise.
622 * gdb.ada/task_switch_in_core.exp: Likewise.
623 * gdb.ada/tasks.exp: Likewise.
624 * gdb.ada/tick_last_segv.exp: Likewise.
625 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
626 * gdb.ada/type_coercion.exp: Likewise.
627 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
628 * gdb.ada/unchecked_union.exp: Likewise.
629 * gdb.ada/uninitialized_vars.exp: Likewise.
630 * gdb.ada/var_arr_attrs.exp: Likewise.
631 * gdb.ada/var_arr_typedef.exp: Likewise.
632 * gdb.ada/var_rec_arr.exp: Likewise.
633 * gdb.ada/variant-record.exp: Likewise.
634 * gdb.ada/variant.exp: Likewise.
635 * gdb.ada/variant_record_packed_array.exp: Likewise.
636 * gdb.ada/varsize_limit.exp: Likewise.
637 * gdb.ada/whatis_array_val.exp: Likewise.
638 * gdb.ada/widewide.exp: Likewise.
639 * gdb.ada/win_fu_syms.exp: Likewise.
640
6412020-08-12 Gary Benson <gbenson@redhat.com>
642
643 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
644
6452020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
646
647 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
648 unset the array variable.
649
6502020-08-03 Tom de Vries <tdevries@suse.de>
651
652 PR symtab/26333
653 * lib/dwarf.exp (DW_LNE_user): New proc.
654 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
655 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
656
6572020-07-31 Kevin Buettner <kevinb@redhat.com>
658
659 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
660 to 'uintptr_t'
661 (inttypes.h): Include.
662
6632020-07-31 Kevin Buettner <kevinb@redhat.com>
664
665 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
666 (C5_24k): Delete.
667 (C5_8k, C5_64k, C5_256k): New macros.
668 (buf_ro): Allocate 256 KiB of initialized data.
669
6702020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
671
672 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
673 that attempt to overwrite an existing condition with a condition
674 that fails parsing and also with a condition that parses fine
675 but contains junk at the end.
676
6772020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
678
679 * gdb.base/condbreak-bad.c: New test.
680 * gdb.base/condbreak-bad.exp: New file.
681
6822020-07-30 Tom de Vries <tdevries@suse.de>
683
684 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
685 out of ...
686 (GDBInfoModuleSymbols::check_entry): ... here.
687 (GDBInfoModuleSymbols::check_optional_entry): New proc.
688 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
689 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
690
6912020-07-30 Tom de Vries <tdevries@suse.de>
692
693 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
694 "__class_some_module_Number_t" optional.
695
6962020-07-29 Tom de Vries <tdevries@suse.de>
697
698 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
699 multiple locations.
700
7012020-07-29 Tom de Vries <tdevries@suse.de>
702
703 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
704 rather than function name.
705
7062020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
707
708 PR symtab/26270:
709 * gdb.cp/disasm-func-name.cc: New file.
710 * gdb.cp/disasm-func-name.exp: New file.
711
7122020-07-28 Tom Tromey <tromey@adacore.com>
713
714 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
715 'varval' location.
716
7172020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
718
719 * gdb.python/py-unwind.py: Update to make use of a register
720 descriptor.
721
7222020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
723
724 * gdb.python/py-arch-reg-names.exp: Add additional tests.
725
7262020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
727
728 PR fortran/23051
729 PR fortran/26139
730 * gdb.fortran/class-allocatable-array.exp: New file.
731 * gdb.fortran/class-allocatable-array.f90: New file.
732 * gdb.fortran/pointer-to-pointer.exp: New file.
733 * gdb.fortran/pointer-to-pointer.f90: New file.
734
7352020-07-25 Tom de Vries <tdevries@suse.de>
736
737 PR symtab/26243
738 * gdb.dwarf2/dw2-line-number-zero.c: New test.
739 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
740
7412020-07-24 Tom de Vries <tdevries@suse.de>
742
743 PR testsuite/26293
744 * gdb.ada/mi_prot.exp: Require gnatmake-8.
745
7462020-07-23 Pedro Alves <pedro@palves.net>
747
748 * gdb.server/server-kill.exp (prepare): New, factored out from the
749 top level.
750 (kill_server): New.
751 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
752 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
753
7542020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
755
756 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
757
7582020-07-22 Sandra Loosemore <sandra@codesourcery.com>
759
760 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
761 Initialize to empty string at top level.
762 (gdb_wrapper_init): Revert check for file existence on build.
763 Build the wrapper in its default place, not a build-specific
764 location. When host == build, make the pathname absolute.
765 (gdb_compile): Delete leftover declaration of
766 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
767 string instead of uninitialized.
768
7692020-07-22 Kevin Buettner <kevinb@redhat.com>
770
771 * gdb.base/corefile2.exp: New file.
772 * gdb.base/coremaker2.exp: New file.
773
7742020-07-22 Kevin Buettner <kevinb@redhat.com>
775
776 * gdb.base/coredump-filter.exp: Add second
777 non-Private-Shared-Anon-File test.
778 (test_disasm): Rename binfile for test which is expected
779 to fail.
780
7812020-07-22 Kevin Buettner <kevinb@redhat.com>
782
783 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
784 data in core file".
785 * gdb.base/coremaker.c (buf2ro): New global.
786 (mmapdata): Add a read-only mmap mapping.
787
7882020-07-22 Kevin Buettner <kevinb@redhat.com>
789
790 PR corefiles/25631
791 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
792 New test.
793 * gdb.base/coremaker.c (buf3): New global.
794 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
795 flags.
796
7972020-07-22 Kevin Buettner <kevinb@redhat.com>
798
799 * gdb.base/coremaker.c (filler_ro): New global constant.
800
8012020-07-22 Tom Tromey <tromey@adacore.com>
802
803 * gdb.ada/mi_prot.exp: New file.
804 * gdb.ada/mi_prot/pkg.adb: New file.
805 * gdb.ada/mi_prot/pkg.ads: New file.
806 * gdb.ada/mi_prot/prot.adb: New file.
807
8082020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
809
810 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
811 loads two JITers.
812
8132020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
814
815 * gdb.python/py-arch-reg-groups.exp: Additional tests.
816
8172020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
818
819 * gdb.python/py-arch-reg-names.exp: Additional tests.
820
8212020-07-21 Tom de Vries <tdevries@suse.de>
822
823 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
824 breakpoint locations".
825 * gdb.reverse/solib-reverse.exp: Same.
826
8272020-07-21 Tom de Vries <tdevries@suse.de>
828
829 * gdb.reverse/step-reverse.c (callee): Merge statements.
830
8312020-07-21 Tom de Vries <tdevries@suse.de>
832
833 * gdb.fortran/info-modules.exp (info module variables): Allow missing
834 line numbers for some variables.
835
8362020-07-21 Tom de Vries <tdevries@suse.de>
837
838 * gdb.opt/inline-locals.c (init_array): New func.
839 (func1): Use init_array.
840 * gdb.opt/inline-locals.exp: Update pattern.
841
8422020-07-21 Tom de Vries <tdevries@suse.de>
843
844 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
845 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
846
8472020-07-20 Ludovic Courtès <ludo@gnu.org>
848
849 * gdb.guile/source2.scm: Add #f first argument to 'format'.
850 * gdb.guile/types-module.exp: Remove "ERROR:" from
851 regexps since Guile 3.0 no longer prints that.
852
8532020-07-20 Ludovic Courtès <ludo@gnu.org>
854
855 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
856 error regexp to match on Guile 2.2.
857
8582020-07-20 Gary Benson <gbenson@redhat.com>
859
860 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
861 with clang.
862
8632020-07-20 Tom de Vries <tdevries@suse.de>
864
865 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
866 (omp_set_lock_in_order): New function.
867 (single_scope, multi_scope, nested_func, nested_parallel): Use
868 omp_set_lock_in_order and omp_unset_lock.
869 (main): Init and destroy lock and lock2.
870
8712020-07-20 Tom de Vries <tdevries@suse.de>
872
873 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
874
8752020-07-20 Tom de Vries <tdevries@suse.de>
876
877 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
878
8792020-07-17 Tom de Vries <tdevries@suse.de>
880
881 * gdb.base/valgrind-infcall-2.c: New test.
882 * gdb.base/valgrind-infcall-2.exp: New file.
883 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
884
8852020-07-17 Tom de Vries <tdevries@suse.de>
886
887 * gdb.dlang/circular.c (found): Use found_label as label name.
888 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
889 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
890 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
891 * gdb.dwarf2/ada-linkage-name.exp: Same.
892 * gdb.dwarf2/arr-subrange.exp: Same.
893 * gdb.dwarf2/atomic-type.exp: Same.
894 * gdb.dwarf2/comp-unit-lang.exp: Same.
895 * gdb.dwarf2/cpp-linkage-name.exp: Same.
896 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
897 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
898 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
899 * gdb.dwarf2/implptr-64bit.exp: Same.
900 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
901 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
902 * gdb.dwarf2/imported-unit.exp: Same.
903 * gdb.dwarf2/main-subprogram.exp: Same.
904 * gdb.dwarf2/missing-type-name.exp: Same.
905 * gdb.dwarf2/nonvar-access.exp: Same.
906 * gdb.dwarf2/struct-with-sig.exp: Same.
907 * gdb.dwarf2/typedef-void-finish.exp: Same.
908 * gdb.dwarf2/void-type.exp: Same.
909
9102020-07-17 Tom de Vries <tdevries@suse.de>
911
912 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
913 src parameter.
914 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
915 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
916 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
917 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
918 * gdb.dwarf2/dwz.exp: Same.
919 * gdb.dwarf2/implptr-optimized-out.exp: Same.
920 * gdb.dwarf2/implref-array.exp: Same.
921 * gdb.dwarf2/implref-const.exp: Same.
922 * gdb.dwarf2/implref-global.exp: Same.
923 * gdb.dwarf2/implref-struct.exp: Same.
924 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
925 * gdb.dwarf2/opaque-type-lookup.exp: Same.
926 * gdb.dwarf2/var-access.exp: Same.
927 * gdb.dwarf2/varval.exp: Same.
928 * gdb.trace/entry-values.exp: Same.
929
9302020-07-17 Tom de Vries <tdevries@suse.de>
931
932 * lib/dwarf.exp (Dwarf::extern): Remove.
933 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
934 * gdb.dlang/circular.exp: Same.
935 * gdb.dwarf2/comp-unit-lang.exp: Same.
936 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
937 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
938 * gdb.dwarf2/dwz.exp: Same.
939 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
940 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
941 * gdb.dwarf2/imported-unit.exp: Same.
942 * gdb.dwarf2/opaque-type-lookup.exp: Same.
943
9442020-07-16 Sandra Loosemore <sandra@codesourcery.com>
945
946 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
947 Use double quotes instead of single quotes.
948
9492020-07-16 Caroline Tice <cmtice@google.com>
950
951 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
952 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
953
9542020-07-16 Tom de Vries <tdevries@suse.de>
955
956 * lib/dwarf.exp (program): Initialize _line.
957 (DW_LNE_end_sequence): Reinitialize _line.
958 (DW_LNS_advance_line): Update _line.
959 (line): New proc.
960 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
961 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
962 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
963 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
964 * gdb.dwarf2/dw2-is-stmt.exp: Same.
965 * gdb.dwarf2/dw2-ranges-func.exp: Same.
966
9672020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
968
969 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
970 generic.
971
9722020-07-15 Tom de Vries <tdevries@suse.de>
973
974 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
975 is_amd64_regs_target.
976
9772020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
978
979 * gdb.fortran/ptype-on-functions.exp: Add more tests.
980 * gdb.fortran/ptype-on-functions.f90: Likewise.
981
9822020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
983
984 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
985 values in documentation for addr_size to 4 and 8.
986
9872020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
988
989 * gdb.arch/amd64-osabi.exp: Update.
990 * gdb.arch/arm-disassembler-options.exp: Update.
991 * gdb.arch/powerpc-disassembler-options.exp: Update.
992 * gdb.arch/ppc64-symtab-cordic.exp: Update.
993 * gdb.arch/s390-disassembler-options.exp: Update.
994 * gdb.base/all-architectures.exp.tcl: Update.
995 * gdb.base/attach-pie-noexec.exp: Update.
996 * gdb.base/catch-syscall.exp: Update.
997 * gdb.xml/tdesc-arch.exp: Update.
998
9992020-07-14 Tom de Vries <tdevries@suse.de>
1000
1001 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
1002 (local_gettid): ... this.
1003 (fn): Update.
1004
10052020-07-13 Sandra Loosemore <sandra@codesourcery.com>
1006
1007 * gdb.base/info_sources.exp: Skip directory match tests on
1008 remote hosts.
1009
10102020-07-13 Gary Benson <gbenson@redhat.com>
1011
1012 * gdb.base/savedregs.exp (caller): Use parentheses to
1013 make expected expression evaluation ordering explicit.
1014
10152020-07-13 Gary Benson <gbenson@redhat.com>
1016
1017 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
1018
10192020-07-13 Gary Benson <gbenson@redhat.com>
1020
1021 * gdb.base/bigcore.c (main): Use a volatile pointer when
1022 attempting to trigger a SIGSEGV.
1023 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
1024 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
1025 * gdb.base/savedregs.c (thrower): Likewise.
1026 * gdb.mi/mi-syn-frame.c (bar): Likewise.
1027
10282020-07-13 Gary Benson <gbenson@redhat.com>
1029
1030 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
1031 defining and using VLA structure fields into...
1032 * gdb.base/vla-struct-fields.c: New file.
1033 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
1034 tests into...
1035 * gdb.base/vla-struct-fields.exp: New file.
1036
10372020-07-13 Tom de Vries <tdevries@suse.de>
1038
1039 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
1040 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
1041 * gdb.base/gold-gdb-index.exp: Same.
1042 * gdb.base/morestack.exp: Same.
1043
10442020-07-11 Daniel Xu <dxu@dxuuu.xyz>
1045
1046 PR rust/26121
1047 * gdb.rust/modules.rs: Prevent linker from discarding test
1048 symbol.
1049
10502020-07-10 Pedro Alves <pedro@palves.net>
1051
1052 PR gdb/26199
1053 * gdb.multi/multi-target.c (exit_thread): New.
1054 (thread_start): Break loop if EXIT_THREAD.
1055 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
1056 (top level) Call test_no_resumed.
1057
10582020-07-08 Tom Tromey <tromey@adacore.com>
1059
1060 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
1061 * gdb.ada/catch_ex.exp: Examine catchpoint text.
1062
10632020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1064
1065 PR python/22748
1066 * gdb.opt/inline-frame-tailcall.c: New file.
1067 * gdb.opt/inline-frame-tailcall.exp: New file.
1068 * gdb.python/py-unwind-inline.c: New file.
1069 * gdb.python/py-unwind-inline.exp: New file.
1070 * gdb.python/py-unwind-inline.py: New file.
1071
10722020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1073
1074 * gdb.python/py-arch-reg-groups.exp: New file.
1075
10762020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1077
1078 * gdb.python/py-arch-reg-names.exp: New file.
1079
10802020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1081
1082 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
1083 gdb.PendingFrame.architecture method.
1084
10852020-07-06 Tom de Vries <tdevries@suse.de>
1086
1087 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
1088
10892020-07-03 Pedro Alves <palves@redhat.com>
1090
1091 * gdb.base/structs2.c (main): Adjust second parem_reg call to
1092 explicitly write negative numbers.
1093 * gdb.base/structs2.exp: Adjust expected output.
1094
10952020-07-03 Pedro Alves <palves@redhat.com>
1096
1097 * gdb.base/charset.c (init_string): Change all char parameters to
1098 unsigned char parameters.
1099
11002020-07-03 Pedro Alves <palves@redhat.com>
1101
1102 * gdb.base/call-sc.exp (start_scalars_test): Use
1103 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1104 * gdb.base/overlays.c: Remove references to PARAMS.
1105 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
1106 * gdb.base/reread.exp: Don't set 'prototypes' global.
1107 * gdb.base/structs.exp (start_structs_test): Use
1108 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1109 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
1110 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1111 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
1112 call.
1113 * gdb.base/varargs.exp: Don't set 'prototypes' global.
1114
11152020-07-03 Pedro Alves <palves@redhat.com>
1116
1117 * gdb.base/m32rovly.c: Delete.
1118 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
1119
11202020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1121
1122 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
1123 of gdb_py_test_multiple.
1124 * gdb.python/py-cmd.exp: Likewise.
1125 * gdb.python/py-events.exp: Likewise.
1126 * gdb.python/py-function.exp: Likewise.
1127 * gdb.python/py-inferior.exp: Likewise.
1128 * gdb.python/py-infthread.exp: Likewise.
1129 * gdb.python/py-linetable.exp: Likewise.
1130 * gdb.python/py-parameter.exp: Likewise.
1131 * gdb.python/py-value.exp: Likewise.
1132
11332020-06-30 Tom de Vries <tdevries@suse.de>
1134
1135 PR testsuite/26175
1136 * lib/future.exp (gdb_default_target_compile): Detect and handle
1137 early_flags.
1138
11392020-06-29 Simon Marchi <simon.marchi@efficios.com>
1140
1141 * boards/simavr.exp (gdb_load): Catch errors when closing
1142 previous connection. Close connection, wait for process and
1143 unset simavr_spawn_id on failure.
1144
11452020-06-29 Tom de Vries <tdevries@suse.de>
1146
1147 * lib/gdb.exp (unknown): Make test-case unresolved.
1148
11492020-06-29 Tom de Vries <tdevries@suse.de>
1150
1151 PR gdb/25475
1152 * gdb.server/solib-list.exp: Verify that the symbol reload
1153 confirmation question is asked.
1154
11552020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1156
1157 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
1158 have a input seq nr in each pass message.
1159 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
1160 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
1161 * gdb.python/python.exp: Make test names unique,
1162 use gdb_test_multiline instead of gdb_py_test_multiple,
1163 use $gdb_test_name.
1164 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
1165
11662020-06-26 Nick Alcock <nick.alcock@oracle.com>
1167
1168 * configure.ac: Add --enable-libctf.
1169 * aclocal.m4: sinclude ../config/enable.m4.
1170 * Makefile.in (site.exp): Add enable_libctf to site.exp.
1171 * lib/gdb.exp (skip_ctf_tests): Use it.
1172 * gdb.base/ctf-constvars.exp: Error message tweak.
1173 * gdb.base/ctf-ptype.exp: Likewise.
1174 * configure: Regenerate.
1175
11762020-06-26 Gary Benson <gbenson@redhat.com>
1177
1178 * gdb.cp/try_catch.cc: Include string.h.
1179 (main): Replace comparison against string literal with
1180 strcmp, avoiding build failure with -Wstring-compare.
1181 Add "marker test-complete".
1182 * gdb.cp/try_catch.exp: Run the test to the above marker,
1183 then verify that the value of "test" is still true.
1184
11852020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1186
1187 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
1188
11892020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1190
1191 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
1192
11932020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1194
1195 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
1196 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
1197 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
1198 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
1199 * gdb.arch/riscv-tdesc-loading.exp: New file.
1200
12012020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1202
1203 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
1204
12052020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1206
1207 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
1208 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
1209 * gdb.arch/riscv-tdesc-regs.c: New file.
1210 * gdb.arch/riscv-tdesc-regs.exp: New file.
1211
12122020-06-24 Pedro Alves <palves@redhat.com>
1213
1214 * gdb.arch/amd64-entry-value-paramref.exp: Use
1215 prepare_for_testing_full and don't pass "c++" for the .S file
1216 build spec.
1217 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
1218 $options, since it's an assembly file. Remove -Wno-deprecated.
1219 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
1220 compiling C++ programs.
1221
12222020-06-24 Pedro Alves <palves@redhat.com>
1223
1224 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
1225 Clang, add "-Wno-unknown-warning-option" to the options.
1226
12272020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
1228
1229 * gdb.xml/tdesc-reload.c: New file.
1230 * gdb.xml/tdesc-reload.exp: New file.
1231 * gdb.xml/maint-xml-dump-01.xml: New file.
1232 * gdb.xml/maint-xml-dump-02.xml: New file.
1233 * gdb.xml/maint-xml-dump.exp: New file.
1234
12352020-06-23 Sandra Loosemore <sandra@codesourcery.com>
1236
1237 * lib/completion-support.exp (test_gdb_completion_offers_commands):
1238 Adjust for omitted commands when TUI is disabled.
1239
12402020-06-23 Gary Benson <gbenson@redhat.com>
1241 Pedro Alves <palves@redhat.com>
1242
1243 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
1244 * gdb.cp/nsimport.cc: Likewise.
1245 * gdb.cp/nsnested.cc: Likewise.
1246 * gdb.cp/nsnoimports.cc: Likewise.
1247 * gdb.cp/nsusing.cc: Likewise.
1248 * gdb.cp/smartp.cc: Likewise.
1249 * gdb.python/py-pp-integral.c: Likewise.
1250 * gdb.python/py-pp-re-notag.c: Likewise.
1251
12522020-06-23 Gary Benson <gbenson@redhat.com>
1253
1254 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
1255 * gdb.cp/nsimport.cc: Likewise.
1256 * gdb.cp/nsnested.cc: Likewise.
1257 * gdb.cp/nsnoimports.cc: Likewise.
1258 * gdb.cp/nsusing.cc: Likewise.
1259 * gdb.cp/smartp.cc: Likewise.
1260 * gdb.python/py-pp-integral.c: Likewise.
1261 * gdb.python/py-pp-re-notag.c: Likewise.
1262
12632020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1264
1265 * gdb.base/default-args.exp: New test.
1266 * gdb.base/default-args.c: New file.
1267 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
1268 * gdb.base/default.exp: Update to new help text.
1269 * gdb.base/help.exp: Likewise.
1270 * gdb.base/page.exp: Likewise.
1271 * gdb.base/style.exp: Likewise.
1272 * gdb.guile/guile.exp: Likewise.
1273 * gdb.python/python.exp: Likewise.
1274
12752020-06-22 Sandra Loosemore <sandra@codesourcery.com>
1276
1277 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
1278 remote host. Fix search path syntax on Windows host.
1279
12802020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1281
1282 * gdb.base/attach.exp: Test priority of 'exec-file' changed
1283 over 'exec-file-mismatch'.
1284 * gdb.base/attach.c: Mark should_exit volatile.
1285 * gdb.base/attach2.c: Likewise. Add a comment explaining
1286 why the sleep cannot be big.
1287 * gdb.base/attach3.c: New file.
1288
12892020-06-20 Sandra Loosemore <sandra@codesourcery.com>
1290
1291 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
1292 prefix optional.
1293
12942020-06-20 Sandra Loosemore <sandra@codesourcery.com>
1295
1296 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
1297 for remote host.
1298
12992020-06-19 Sandra Loosemore <sandra@codesourcery.com>
1300 Hafiz Abid Qadeer <abidh@codesourcery.com>
1301
1302 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
1303 file sent to remote host.
1304 (top level): Allow int32_t as type of 32-bit register.
1305
13062020-06-19 Tom de Vries <tdevries@suse.de>
1307
1308 * lib/gdb.exp (gdb_note): New proc.
1309 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
1310 (gdb_default_target_compile): ... here. Only call
1311 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
1312 (use_gdb_compile): Change to array.
1313 (toplevel): Update sets of use_gdb_compile to specify language.
1314 Warn about default_target_compile override. Store dejagnu's version
1315 of default_target_compile in dejagnu_default_target_compile.
1316
13172020-06-18 Tom de Vries <tdevries@suse.de>
1318
1319 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
1320 (default_gdb_init): ... here.
1321
13222020-06-17 Sandra Loosemore <sandra@codesourcery.com>
1323
1324 Fix TUI support checks in gdb.tui tests.
1325
1326 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
1327 just say UNSUPPORTED.
1328 * gdb.tui/corefile-run.exp: Likewise.
1329 * gdb.tui/empty.exp: Likewise.
1330 * gdb.tui/list-before.exp: Likewise.
1331 * gdb.tui/list.exp: Likewise.
1332 * gdb.tui/main.exp: Likewise.
1333 * gdb.tui/regs.exp: Likewise.
1334 * gdb.tui/resize.exp: Likewise.
1335 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
1336 * gdb.tui/tui-layout-asm.exp: Likewise.
1337 * gdb.tui/tui-missing-src.exp: Likewise.
1338 * gdb.tui/winheight.exp: Likewise.
1339 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
1340
13412020-06-17 Sandra Loosemore <sandra@codesourcery.com>
1342
1343 Fix TCL error in gdb.python/py-format-string.exp.
1344
1345 * gdb.python/py-format-string.exp: Move test for python support
1346 earlier, out of function body.
1347
13482020-06-15 Simon Marchi <simon.marchi@efficios.com>
1349
1350 * gdb.base/index-cache-load-twice.c: New.
1351 * gdb.base/index-cache-load-twice.exp: New.
1352
13532020-06-17 Keith Seitz <keiths@redhat.com>
1354
1355 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
1356 when executing "gdb --configuration".
1357
13582020-06-17 Tom de Vries <tdevries@suse.de>
1359
1360 * lib/gdb.exp (gdb_tcl_unknown): New proc.
1361 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
1362 conditional on presence of gdb_tcl_unknown.
1363 (gdb_finish): Make override undo conditional on presence of
1364 gdb_tcl_unknown.
1365
13662020-06-16 Tom Tromey <tom@tromey.com>
1367
1368 * gdb.python/tui-window.py (failwin): New function. Register it
1369 as a TUI window type.
1370 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
1371
13722020-06-16 Gary Benson <gbenson@redhat.com>
1373
1374 * gdb.python/py-nested-maps.c (create_map): Add missing return
1375 value.
1376 (create_map_map): Likewise.
1377
13782020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1379
1380 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
1381 variable.
1382 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
1383 and use the already-defined 'options' variable.
1384
13852020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1386 Tom de Vries <tdevries@suse.de>
1387
1388 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
1389 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
1390 (gdb_setup_known_globals): New proc.
1391 (gdb_cleanup_globals): New proc.
1392 * lib/gdb.exp (load_lib): New override proc.
1393 (gdb_stdin_log_init): Set var in_file as persistent global.
1394 * lib/pascal.exp (gdb_stdin_log_init): Set vars
1395 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
1396 fpc_compiler as persistent global.
1397
13982020-06-12 Tom de Vries <tdevries@suse.de>
1399
1400 * lib/tuiterm.exp (spawn): Rename to ...
1401 (tui_spawn): ... this.
1402 (toplevel): Move rename of spawn ...
1403 (gdb_init_tuiterm): ... here. New proc.
1404 (gdb_finish_tuiterm): New proc.
1405 * lib/gdb.exp (gdb_finish_hooks): New global var.
1406 (gdb_finish): Handle gdb_finish_hooks.
1407 (tuiterm_env): New proc.
1408 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
1409 tuiterm_env.
1410 * gdb.tui/basic.exp: Same.
1411 * gdb.tui/corefile-run.exp: Same.
1412 * gdb.tui/empty.exp: Same.
1413 * gdb.tui/list-before.exp: Same.
1414 * gdb.tui/list.exp: Same.
1415 * gdb.tui/main.exp: Same.
1416 * gdb.tui/new-layout.exp: Same.
1417 * gdb.tui/regs.exp: Same.
1418 * gdb.tui/resize.exp: Same.
1419 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
1420 * gdb.tui/tui-layout-asm.exp: Same.
1421 * gdb.tui/tui-missing-src.exp: Same.
1422 * gdb.tui/winheight.exp: Same.
1423
14242020-06-12 Tom de Vries <tdevries@suse.de>
1425
1426 PR testsuite/26110
1427 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
1428 (gdb_finish): Reinstall dejagnu's override of ::unknown.
1429
14302020-06-11 Tom Tromey <tom@tromey.com>
1431
1432 PR gdb/18318:
1433 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
1434 floating point tests.
1435
14362020-06-11 Keith Seitz <keiths@redhat.com>
1437
1438 PR gdb/21356
1439 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
1440 vla_struct.
1441 Add new struct vla_typedef and union vla_typedef_union and
1442 corresponding instantiation objects.
1443 Initialize new objects.
1444 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
1445 and vla_typedef_union_object.
1446 Fixup type for vla_struct_object.
1447
14482020-06-11 Tom de Vries <tdevries@suse.de>
1449
1450 * lib/gdb.exp (with_override): New proc, factored out of ...
1451 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
1452
14532020-06-10 Tom de Vries <tdevries@suse.de>
1454
1455 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
1456
14572020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
1458
1459 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
1460 parameter, update callers.
1461
14622020-06-04 Simon Marchi <simon.marchi@efficios.com>
1463
1464 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
1465 * gdb.dwarf2/share-psymtabs-bt.c: New file.
1466 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
1467
14682020-06-04 Tom de Vries <tdevries@suse.de>
1469
1470 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
1471
14722020-06-04 Tom de Vries <tdevries@suse.de>
1473
1474 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
1475 exp_continue.
1476
14772020-06-04 Tom de Vries <tdevries@suse.de>
1478
1479 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
1480
14812020-06-03 Tom de Vries <tdevries@suse.de>
1482
1483 PR symtab/26046
1484 * gdb.cp/breakpoint-locs-2.cc: New test.
1485 * gdb.cp/breakpoint-locs.cc: New test.
1486 * gdb.cp/breakpoint-locs.exp: New file.
1487 * gdb.cp/breakpoint-locs.h: New test.
1488
14892020-06-03 Tom de Vries <tdevries@suse.de>
1490
1491 PR testsuite/25609
1492 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
1493 value of global verbose.
1494 * gdb.base/jit-elf.exp: Same.
1495 * gdb.base/jit-reader.exp: Same.
1496
14972020-06-02 Tom de Vries <tdevries@suse.de>
1498
1499 * gdb.dwarf2/multidictionary.exp: Don't use
1500 gdb_spawn_with_cmdline_opts.
1501
15022020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
1503
1504 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
1505 use_header case.
1506 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
1507 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
1508 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
1509 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
1510 * gdb.dwarf2/dw2-inline-header.c: New file.
1511 * gdb.dwarf2/dw2-inline-header.h: New file.
1512
15132020-05-30 Pedro Alves <palves@redhat.com>
1514
1515 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
1516 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
1517
15182020-05-29 Gary Benson <gbenson@redhat.com>
1519
1520 * gdb.compile/compile-cplus.exp (additional_flags): Also
1521 set when building with clang.
1522 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
1523 when building with clang.
1524
15252020-05-29 Gary Benson <gbenson@redhat.com>
1526
1527 * gdb.arch/i386-avx.exp (additional_flags): Also set when
1528 building with clang.
1529 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
1530
15312020-05-29 Gary Benson <gbenson@redhat.com>
1532
1533 * gdb.cp/koenig.exp (prepare_for_testing): Add
1534 additional_flags=-Wno-unused-comparison.
1535 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
1536
15372020-05-28 Gary Benson <gbenson@redhat.com>
1538
1539 * gdb.base/sigaltstack.c (catcher): Add default case to switch
1540 statement.
1541
15422020-05-28 Gary Benson <gbenson@redhat.com>
1543
1544 * gdb.cp/classes.exp (prepare_for_testing): Add
1545 additional_flags=-Wno-deprecated-register.
1546 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
1547 * gdb.cp/misc.exp: Likewise.
1548
15492020-05-28 Gary Benson <gbenson@redhat.com>
1550
1551 * gdb.linespec/cpls-ops.cc (dummy): New static global.
1552 (test_op_new::operator new): Add return statement.
1553 (test_op_new_array::operator new[]): Likewise.
1554
15552020-05-27 Pedro Alves <palves@redhat.com>
1556
1557 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
1558 check. Use test_gdb_complete_unique instead of
1559 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
1560 test_gdb_complete_multiple instead of
1561 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
1562
15632020-05-27 Luis Machado <luis.machado@linaro.org>
1564
1565 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
1566 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
1567 * gdb.arch/arm-disassembler-options.exp: Likewise.
1568 * gdb.arch/arm-disp-step.exp: Likewise.
1569 * gdb.arch/thumb-prologue.exp: Likewise.
1570 * gdb.base/async.exp: Likewise.
1571 * gdb.base/auxv.exp: Likewise.
1572 * gdb.base/complex-parts.exp: Likewise.
1573 * gdb.base/ena-dis-br.exp: Likewise.
1574 * gdb.base/foll-exec.exp: Likewise.
1575 * gdb.base/permissions.exp: Likewise.
1576 * gdb.base/relocate.exp: Likewise.
1577 * gdb.base/return2.exp: Likewise.
1578 * gdb.base/sigbpt.exp: Likewise.
1579 * gdb.base/siginfo-obj.exp: Likewise.
1580 * gdb.cp/converts.exp: Likewise.
1581 * gdb.cp/exceptprint.exp: Likewise.
1582 * gdb.cp/inherit.exp: Likewise.
1583 * gdb.cp/nsnoimports.exp: Likewise.
1584 * gdb.cp/virtbase2.exp: Likewise.
1585 * gdb.mi/mi-var-cmd.exp: Likewise.
1586 * gdb.mi/var-cmd.c: Likewise.
1587
15882020-05-26 Tom Tromey <tromey@adacore.com>
1589
1590 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
1591
15922020-05-26 Tom Tromey <tromey@adacore.com>
1593
1594 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
1595 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
1596 type.
1597 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
1598 variable.
1599
16002020-05-26 Christian Biesinger <cbiesinger@google.com>
1601
1602 * Makefile.in: Use = instead of == for the test command
1603 for portability.
1604
16052020-05-26 Tom de Vries <tdevries@suse.de>
1606
1607 * gdb.base/gold-gdb-index-2.c: New test.
1608 * gdb.base/gold-gdb-index.c: New test.
1609 * gdb.base/gold-gdb-index.exp: New file.
1610 * gdb.base/gold-gdb-index.h: New test.
1611
16122020-05-25 Tom de Vries <tdevries@suse.de>
1613
1614 * boards/gold-gdb-index.exp: New file.
1615
16162020-05-25 Simon Marchi <simon.marchi@efficios.com>
1617
1618 * boards/simavr.exp: New file.
1619
16202020-05-25 Simon Marchi <simon.marchi@efficios.com>
1621
1622 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
1623 * gdb.base/inferior-args.exp: New file.
1624 * gdb.base/inferior-args.c: New file.
1625
16262020-05-25 Simon Marchi <simon.marchi@efficios.com>
1627
1628 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
1629 inferior_args. Pass it to gdb_reload.
1630 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
1631 inferior_args.
1632 (gdb_reload): Add inferior_args argument.
1633 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
1634 pass it to gdbserver_run.
1635 * boards/native-gdbserver.exp: Do not set noargs.
1636 * boards/native-extended-gdbserver.exp (gdb_reload): Add
1637 inferior_args argument.
1638 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
1639 * gdb.base/a2-run.exp: Check for use_gdb_stub.
1640 * gdb.base/args.exp: Likewise.
1641
16422020-05-25 Tom de Vries <tdevries@suse.de>
1643
1644 * lib/gdb.exp (exec_is_pie): Add comment.
1645
16462020-05-25 Tom de Vries <tdevries@suse.de>
1647
1648 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
1649 instead of $binfile in the untested message.
1650
16512020-05-25 Tom de Vries <tdevries@suse.de>
1652
1653 PR testsuite/26031
1654 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
1655
16562020-05-25 Tom de Vries <tdevries@suse.de>
1657
1658 * boards/gold.exp: New file.
1659
16602020-05-23 Tom Tromey <tom@tromey.com>
1661
1662 * gdb.base/style.exp: Remove completion styling test.
1663 * lib/gdb-utils.exp (style): Remove completion styles.
1664
16652020-05-23 Tom Tromey <tom@tromey.com>
1666
1667 * gdb.base/style.exp: Add completion styling test.
1668 * lib/gdb-utils.exp (style): Add completion styles.
1669
16702020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1671
1672 * gdb.base/annota1.exp: Update expected results.
1673 * gdb.cp/annota2.exp: Update expected results, remove duplicate
1674 test name.
1675 * gdb.cp/annota3.exp: Update expected results.
1676
16772020-05-20 Simon Marchi <simon.marchi@efficios.com>
1678
1679 PR gdb/26016
1680 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
1681 against MAP_FAILED.
1682 * gdb.base/coremaker.c (mmapdata): Likewise.
1683 * gdb.base/jit-reader-host.c (main): Likewise.
1684 * gdb.base/sym-file-loader.c (load): Likewise.
1685 (load_shlib): Likewise.
1686
16872020-05-20 Tom Tromey <tromey@adacore.com>
1688
1689 * gdb.ada/array_char_idx.exp: Recognize initialized array.
1690
16912020-05-20 Tom de Vries <tdevries@suse.de>
1692
1693 PR symtab/25833
1694 * gdb.base/with-mf-inc.c: New test.
1695 * gdb.base/with-mf-main.c: New test.
1696 * gdb.base/with-mf.exp: New file.
1697
16982020-05-19 Tom Tromey <tromey@adacore.com>
1699
1700 * gdb.rust/simple.exp: Restore missing test result.
1701
17022020-05-19 Tom de Vries <tdevries@suse.de>
1703
1704 * gdb.base/gdb-caching-proc.exp: Fix typo.
1705
17062020-05-19 Tom Tromey <tromey@adacore.com>
1707
1708 * gdb.rust/simple.exp: Add some test descriptions.
1709 (test_one_slice): Use with_test_prefix.
1710
17112020-05-18 Tom de Vries <tdevries@suse.de>
1712
1713 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
1714
17152020-05-17 Pedro Alves <palves@redhat.com>
1716
1717 PR gdb/25741
1718 * gdb.base/hw-sw-break-same-address.exp: New file.
1719
17202020-05-16 Pedro Alves <palves@redhat.com>
1721
1722 * gdb.multi/multi-re-run.exp (test_re_run): Switch
1723 LAST_LOADED_FILE accordingly.
1724
17252020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1726
1727 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
1728
17292020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1730
1731 * gdb.base/help.exp: Test apropos and help for commands
1732 having aliases. Fixed comments not starting with an
1733 upper-case letter or not finishing with a dot.
1734
17352020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1736
1737 * gdb.base/alias.exp: Update help output check.
1738
17392020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1740
1741 * gdb.base/default.exp: Update output following fixes.
1742
17432020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1744
1745 * gdb.base/alias.exp: Test aliases starting with a prefix of
1746 another alias.
1747
17482020-05-15 Gary Benson <gbenson@redhat.com>
1749
1750 * gdb.base/info-os.c (main): Add return statement.
1751 * gdb.base/info_minsym.c (minsym_fun): Likewise.
1752 * gdb.base/large-frame-2.c (func): Likewise.
1753 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
1754 * gdb.base/pr10179-b.c (foo2): Likewise.
1755 * gdb.base/valgrind-disp-step.c (foo): Likewise.
1756 * gdb.base/watch-cond.c (func): Likewise.
1757 * gdb.multi/goodbye.c (verylongfun): Likewise.
1758 * gdb.multi/hello.c (commonfun): Likewise.
1759 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
1760 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
1761 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
1762 Likewise.
1763 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
1764 * gdb.threads/interrupt-while-step-over.c (child_function):
1765 Likewise.
1766 * gdb.trace/actions-changed.c (end): Likewise.
1767
17682020-05-15 Gary Benson <gbenson@redhat.com>
1769
1770 * gdb.opencl/callfuncs.exp: Report when test skipped.
1771 * gdb.opencl/convs_casts.exp: Likewise.
1772 * gdb.opencl/datatypes.exp: Likewise.
1773 * gdb.opencl/operators.exp: Likewise.
1774 * gdb.opencl/vec_comps.exp: Likewise.
1775
17762020-05-15 Tom de Vries <tdevries@suse.de>
1777
1778 * gdb.base/align.exp.in: Rename to ...
1779 * gdb.base/align.exp.tcl: ... this.
1780 * gdb.base/align-c++.exp: Update.
1781 * gdb.base/align-c.exp: Update.
1782 * gdb.base/all-architectures.exp.in: Rename to ...
1783 * gdb.base/all-architectures.exp: ... this.
1784 * gdb.base/all-architectures-0.exp: Update.
1785 * gdb.base/all-architectures-1.exp: Update.
1786 * gdb.base/all-architectures-2.exp: Update.
1787 * gdb.base/all-architectures-3.exp: Update.
1788 * gdb.base/all-architectures-4.exp: Update.
1789 * gdb.base/all-architectures-5.exp: Update.
1790 * gdb.base/all-architectures-6.exp: Update.
1791 * gdb.base/all-architectures-7.exp: Update.
1792 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
1793 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
1794 * gdb.base/infcall-nested-structs-c++.exp: Update.
1795 * gdb.base/infcall-nested-structs-c.exp: Update.
1796 * gdb.base/info-types.exp.in: Rename to ...
1797 * gdb.base/info-types.exp.tcl: ... this.
1798 * gdb.base/info-types-c++.exp: Update.
1799 * gdb.base/info-types-c.exp: Update.
1800 * gdb.base/max-depth.exp.in: Rename to ...
1801 * gdb.base/max-depth.exp.tcl: ... this.
1802 * gdb.base/max-depth-c++.exp: Update.
1803 * gdb.base/max-depth-c.exp: Update.
1804 * gdb.cp/cpexprs.exp.in: Rename to ...
1805 * gdb.cp/cpexprs.exp.tcl: ... this.
1806 * gdb.cp/cpexprs-debug-types.exp: Update.
1807 * gdb.cp/cpexprs.exp: Update.
1808 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
1809 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
1810 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
1811 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
1812 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
1813 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
1814 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
1815 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
1816 * gdb.dwarf2/clang-debug-names-2.exp: Update.
1817 * gdb.dwarf2/clang-debug-names.exp: Update.
1818
18192020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
1820
1821 * lib/check-test-names.exp: Remove code that prevents this file
1822 loading when tests are run in parallel.
1823
18242020-05-15 Pedro Alves <palves@redhat.com>
1825
1826 * gdb.multi/multi-kill.exp (start_inferior): Remove
1827 'testpid' parameter. Refer to namespace variable directly.
1828 (testpid): Declare as namespace variable.
1829
18302020-05-15 Pedro Alves <palves@redhat.com>
1831
1832 * gdb.multi/multi-kill.exp: Wrap in namespace.
1833 (start_inferior): Add TESTPID parameter. Use it instead of the
1834 testpid global.
1835 (top level): Define empty TESTPID array, and pass it down to
1836 start_inferior.
1837
18382020-05-14 Tom de Vries <tdevries@suse.de>
1839
1840 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
1841 output.
1842
18432020-05-14 Tom de Vries <tdevries@suse.de>
1844
1845 * gdb.base/align.exp: Split into ...
1846 * gdb.base/align.exp.in: ...
1847 * gdb.base/align-c++.exp: ...
1848 * gdb.base/align-c.exp: ... these.
1849 * gdb.base/infcall-nested-structs.exp: Split into ...
1850 * gdb.base/infcall-nested-structs.exp.in: ...
1851 * gdb.base/infcall-nested-structs-c++.exp: ...
1852 * gdb.base/infcall-nested-structs-c.exp: ... these.
1853 * gdb.base/info-types.exp: Split into ...
1854 * gdb.base/info-types.exp.in: ...
1855 * gdb.base/info-types-c++.exp: ...
1856 * gdb.base/info-types-c.exp: ... these.
1857 * gdb.base/max-depth.exp: Split into ...
1858 * gdb.base/max-depth.exp.in: ...
1859 * gdb.base/max-depth-c++.exp: ...
1860 * gdb.base/max-depth-c.exp: ... these.
1861 * gdb.cp/infcall-nodebug.exp: Split into ...
1862 * gdb.cp/infcall-nodebug.exp.in: ...
1863 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
1864 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
1865 * gdb.cp/infcall-nodebug-c-d0.exp: ...
1866 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
1867
18682020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1869 Pedro Alves <palves@redhat.com>
1870
1871 * gdb.multi/multi-exit.c: New file.
1872 * gdb.multi/multi-exit.exp: New file.
1873 * gdb.multi/multi-kill.c: New file.
1874 * gdb.multi/multi-kill.exp: New file.
1875
18762020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1877
1878 * gdb.base/annota1.exp: Update the expected output.
1879 * gdb.cp/annota2.exp: Ditto.
1880
18812020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
1882
1883 * lib/check-test-names.exp: Disable when testing is being run in
1884 parallel.
1885
18862020-05-12 Tom de Vries <tdevries@suse.de>
1887
1888 * gdb.base/jit-elf.exp: Fix string concat.
1889
18902020-05-12 Tom de Vries <tdevries@suse.de>
1891
1892 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
1893 messages.
1894
18952020-05-12 Tom de Vries <tdevries@suse.de>
1896
1897 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
1898
18992020-05-12 Tom de Vries <tdevries@suse.de>
1900
1901 * gdb.ada/catch_ex.exp: Use with_test_prefix.
1902 * gdb.ada/mi_catch_ex.exp: Same.
1903 * gdb.ada/mi_catch_ex_hand.exp: Same.
1904
19052020-05-12 Tom de Vries <tdevries@suse.de>
1906
1907 * gdb.fortran/complex.exp: Use with_test_prefix.
1908
19092020-05-12 Tom de Vries <tdevries@suse.de>
1910
1911 * gdb.trace/passcount.exp: Fix test-names.
1912
19132020-05-12 Tom de Vries <tdevries@suse.de>
1914
1915 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
1916
19172020-05-12 Tom de Vries <tdevries@suse.de>
1918
1919 * gdb.gdb/complaints.exp: Use with_test_prefix.
1920 * gdb.xml/tdesc-regs.exp: Same.
1921 * gdb.opt/inline-locals.exp: Fix test name.
1922
19232020-05-12 Tom de Vries <tdevries@suse.de>
1924
1925 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
1926 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
1927 * gdb.dwarf2/implref-struct.exp: Same.
1928 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
1929 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
1930
19312020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
1932
1933 * gdb.base/jit-so.exp (one_jit_test): Change test name.
1934
19352020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1936
1937 * lib/check-test-names.exp (all_test_names): New module variable.
1938 (counts): Add 'duplicates' field.
1939 (_check_duplicates): New procedure.
1940 (check): Also check for duplicates.
1941 (do_log_summary): Print duplicates count.
1942 (do_reset_vars): Reset counter for duplicate test names, and
1943 discard all know test names.
1944
19452020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1946
1947 * lib/gdb.exp: Include check-test-names.exp library.
1948 * lib/check-test-names.exp: New file.
1949
19502020-05-11 Tom de Vries <tdevries@suse.de>
1951
1952 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
1953
19542020-05-11 Keith Seitz <keiths@redhat.com>
1955
1956 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
1957
19582020-05-11 Tom de Vries <tdevries@suse.de>
1959
1960 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
1961 * gdb.cp/cpexprs.exp.in: .. here.
1962 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
1963 cpexprs.exp.
1964
19652020-05-11 Keith Seitz <keiths@redhat.com>
1966
1967 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
1968 test names.
1969 * gdb.ada/arrayptr.exp: Likewise.
1970 * gdb.ada/assign_arr.exp: Likewise.
1971 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
1972 * gdb.ada/bp_on_var.exp: Likewise.
1973 * gdb.ada/call_pn.exp: Likewise.
1974 * gdb.ada/complete.exp: Likewise.
1975 * gdb.ada/fun_overload_menu.exp: Likewise.
1976 * gdb.ada/funcall_param.exp: Likewise.
1977 * gdb.ada/funcall_ref.exp: Likewise.
1978 * gdb.ada/packed_array_assign.exp: Likewise.
1979 * gdb.ada/same_component_name.exp: Likewise.
1980 * gdb.ada/type_coercion.exp: Likewise.
1981 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
1982 * gdb.ada/variant_record_packed_array.exp: Likewise.
1983
19842020-05-11 Tom de Vries <tdevries@suse.de>
1985
1986 PR symtab/25941
1987 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
1988 out of ...
1989 * gdb.dwarf2/clang-debug-names.exp: ... here.
1990 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
1991 clang-debug-names.exp.in.
1992 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
1993 * gdb.dwarf2/clang-debug-names-2.c: New test.
1994
19952020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1996
1997 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
1998 (fortran_runto_main): New Proc, fortran version of runto_main.
1999 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
2000 * gdb.fortran/array-bounds.exp: Likewise.
2001 * gdb.fortran/array-slices.exp: Likewise.
2002 * gdb.fortran/block-data.exp: Likewise.
2003 * gdb.fortran/charset.exp: Likewise.
2004 * gdb.fortran/common-block.exp: Likewise.
2005 * gdb.fortran/complex.exp: Likewise.
2006 * gdb.fortran/derived-type-function.exp: Likewise.
2007 * gdb.fortran/derived-type.exp: Likewise.
2008 * gdb.fortran/info-modules.exp: Likewise.
2009 * gdb.fortran/info-types.exp: Likewise.
2010 * gdb.fortran/intrinsics.exp: Likewise.
2011 * gdb.fortran/library-module.exp: Likewise.
2012 * gdb.fortran/logical.exp: Likewise.
2013 * gdb.fortran/max-depth.exp: Likewise.
2014 * gdb.fortran/module.exp: Likewise.
2015 * gdb.fortran/multi-dim.exp: Likewise.
2016 * gdb.fortran/nested-funcs.exp: Likewise.
2017 * gdb.fortran/print-formatted.exp: Likewise.
2018 * gdb.fortran/print_type.exp: Likewise.
2019 * gdb.fortran/printing-types.exp: Likewise.
2020 * gdb.fortran/ptr-indentation.exp: Likewise.
2021 * gdb.fortran/ptype-on-functions.exp: Likewise.
2022 * gdb.fortran/subarray.exp: Likewise.
2023 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
2024 * gdb.fortran/vla-datatypes.exp: Likewise.
2025 * gdb.fortran/vla-history.exp: Likewise.
2026 * gdb.fortran/vla-ptr-info.exp: Likewise.
2027 * gdb.fortran/vla-ptype-sub.exp: Likewise.
2028 * gdb.fortran/vla-ptype.exp: Likewise.
2029 * gdb.fortran/vla-sizeof.exp: Likewise.
2030 * gdb.fortran/vla-type.exp: Likewise.
2031 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
2032 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
2033 * gdb.fortran/vla-value-sub.exp: Likewise.
2034 * gdb.fortran/vla-value.exp: Likewise.
2035 * gdb.fortran/whatis_type.exp: Likewise.
2036 * gdb.mi/mi-var-child-f.exp: Likewise.
2037
20382020-05-09 Tom de Vries <tdevries@suse.de>
2039
2040 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
2041
20422020-05-08 Tom de Vries <tdevries@suse.de>
2043
2044 * gdb.dwarf2/clang-debug-names.c: New test.
2045 * gdb.dwarf2/clang-debug-names.exp: New file.
2046
20472020-05-06 Simon Marchi <simon.marchi@efficios.com>
2048
2049 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
2050 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
2051
20522020-05-06 Tom de Vries <tdevries@suse.de>
2053
2054 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
2055 breakpoint is at a "recommended breakpoint location".
2056 * gdb.reverse/consecutive-reverse.exp: Same.
2057
20582020-05-06 Tom de Vries <tdevries@suse.de>
2059
2060 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
2061 address.
2062
20632020-05-06 Tom de Vries <tdevries@suse.de>
2064
2065 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
2066
20672020-05-06 Tom de Vries <tdevries@suse.de>
2068
2069 * gdb.base/store.exp (check_set, up_set): Allowing missing location
2070 info for r.
2071
20722020-05-06 Tom de Vries <tdevries@suse.de>
2073
2074 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
2075 necessary.
2076
20772020-05-06 Tom de Vries <tdevries@suse.de>
2078
2079 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
2080 void.
2081
20822020-05-06 Tom de Vries <tdevries@suse.de>
2083
2084 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
2085 of ...
2086 * gdb.base/async.exp: ... here.
2087 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
2088 "recommended breakpoint location".
2089
20902020-05-06 Tom de Vries <tdevries@suse.de>
2091
2092 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
2093
20942020-05-04 Tom de Vries <tdevries@suse.de>
2095
2096 * gdb.base/async.exp: Check whether instruction addresses are a
2097 "recommended breakpoint location".
2098
20992020-05-03 Tom Tromey <tom@tromey.com>
2100
2101 * gdb.base/sepdebug.exp: Remove "catch" test.
2102 * gdb.base/break.exp: Remove "catch" test.
2103 * gdb.base/default.exp: Update expected output.
2104
21052020-05-02 Tom de Vries <tdevries@suse.de>
2106
2107 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
2108 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
2109 * gdb.arch/i386-mpx-map.exp: Same.
2110 * gdb.arch/i386-mpx-sigsegv.exp: Same.
2111 * gdb.arch/i386-mpx-simple_segv.exp: Same.
2112 * gdb.arch/i386-mpx.exp: Same.
2113
21142020-05-02 Tom de Vries <tdevries@suse.de>
2115
2116 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
2117
21182020-05-01 Tom de Vries <tdevries@suse.de>
2119
2120 * gdb.ada/operator_bp.exp: Allow more than required amount of
2121 breakpoint.
2122
21232020-05-01 Tom de Vries <tdevries@suse.de>
2124
2125 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
2126
21272020-04-30 Hannes Domani <ssbssa@yahoo.de>
2128
2129 PR gdb/18706
2130 * gdb.cp/stub-array-size.cc: New test.
2131 * gdb.cp/stub-array-size.exp: New file.
2132 * gdb.cp/stub-array-size.h: New test.
2133 * gdb.cp/stub-array-size2.cc: New test.
2134
21352020-04-30 Hannes Domani <ssbssa@yahoo.de>
2136
2137 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
2138 output to the new format.
2139
21402020-04-29 Simon Marchi <simon.marchi@efficios.com>
2141
2142 * gdb.base/break.exp: Use with_test_prefix.
2143
21442020-04-29 Tom de Vries <tdevries@suse.de>
2145
2146 * lib/gdb.exp (debug_types): New proc.
2147 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
2148 * gdb.python/py-symtab.exp: Same.
2149
21502020-04-29 Hannes Domani <ssbssa@yahoo.de>
2151
2152 PR gdb/17320
2153 * gdb.base/pretty-array.c: New test.
2154 * gdb.base/pretty-array.exp: New file.
2155
21562020-04-29 Tom de Vries <tdevries@suse.de>
2157
2158 PR symtab/25889
2159 * gdb.cp/cpexprs.exp: Adapt for inclusion.
2160 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
2161 and include cpexprs.exp.
2162
21632020-04-28 Mark Williams <mark@myosotissp.com>
2164
2165 PR gdb/24480
2166 * dw4-toplevel-types.exp: Test for top level types.
2167 * dw4-toplevel-types.cc: Test for top level types.
2168
21692020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2170
2171 * gdb.threads/stop-with-handle.exp: Fix typo in comment
2172 (theads -> threads).
2173
21742020-04-28 Tom de Vries <tdevries@suse.de>
2175
2176 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
2177
21782020-04-28 Tom de Vries <tdevries@suse.de>
2179
2180 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
2181
21822020-04-28 Tom de Vries <tdevries@suse.de>
2183
2184 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
2185
21862020-04-28 Tom de Vries <tdevries@suse.de>
2187
2188 * gdb.dwarf2/main-foo.c: New test.
2189 * gdb.dwarf2/struct-with-sig.exp: New file.
2190
21912020-04-25 Tom de Vries <tdevries@suse.de>
2192
2193 * boards/debug-types.exp: New file.
2194
21952020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
2196
2197 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
2198
21992020-04-24 Tom Tromey <tom@tromey.com>
2200
2201 PR symtab/12707:
2202 * gdb.python/py-symbol.exp: Update expected results for
2203 linkage_name test.
2204 * gdb.cp/print-demangle.exp: New file.
2205 * gdb.base/c-linkage-name.exp: Fix test.
2206 * gdb.guile/scm-symbol.exp: Update expected results for
2207 linkage_name test.
2208
22092020-04-24 Tom Tromey <tom@tromey.com>
2210
2211 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
2212 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
2213 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
2214 assembler.
2215
22162020-04-24 Tom de Vries <tdevries@suse.de>
2217
2218 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
2219 C++.
2220
22212020-04-24 Tom Tromey <tromey@adacore.com>
2222
2223 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
2224 values.
2225 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
2226 values. Update test for minimal encodings.
2227 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
2228 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
2229 values. Update test for minimal encodings.
2230
22312020-04-24 Tom Tromey <tromey@adacore.com>
2232
2233 PR python/23662:
2234 * gdb.ada/variant.exp: Add Python checks.
2235 * gdb.rust/simple.exp: Add dynamic type checks.
2236
22372020-04-24 Tom Tromey <tromey@adacore.com>
2238
2239 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
2240 Make array type matching more lax.
2241 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
2242 * gdb.ada/mi_variant.exp: New file.
2243 * gdb.ada/mi_variant/pck.ads: New file.
2244 * gdb.ada/mi_variant/pkg.adb: New file.
2245 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
2246 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
2247
22482020-04-24 Tom Tromey <tromey@adacore.com>
2249
2250 * gdb.ada/variant.exp: Add dynamic field offset tests.
2251 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
2252 * gdb.ada/variant/pkg.adb: Add new variables.
2253
22542020-04-24 Tom Tromey <tromey@adacore.com>
2255
2256 * gdb.ada/variant.exp: New file
2257 * gdb.ada/variant/pkg.adb: New file
2258 * gdb.ada/variant/pck.adb: New file
2259
22602020-04-24 Tom de Vries <tdevries@suse.de>
2261
2262 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
2263
22642020-04-24 Tom de Vries <tdevries@suse.de>
2265
2266 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
2267 flags.
2268
22692020-04-24 Tom de Vries <tdevries@suse.de>
2270
2271 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
2272
22732020-04-24 Tom de Vries <tdevries@suse.de>
2274
2275 * lib/gdb.exp (default_gdb_start): Handle eof.
2276 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
2277 failure.
2278 * gdb.base/readnever.exp: Handle clean_restart failure.
2279
22802020-04-23 Tom de Vries <tdevries@suse.de>
2281
2282 * gdb.base/decl-before-def.exp: Run to main and print a again.
2283
22842020-04-23 Tom de Vries <tdevries@suse.de>
2285
2286 * gdb.base/decl-before-def-decl.c: New test.
2287 * gdb.base/decl-before-def-def.c: New test.
2288 * gdb.base/decl-before-def.exp: New file.
2289
22902020-04-23 Tom de Vries <tdevries@suse.de>
2291
2292 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
2293
22942020-04-22 Tom de Vries <tdevries@suse.de>
2295
2296 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
2297 debug_info_offset.
2298 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
2299 before $objsfile in the line line.
2300
23012020-04-22 Tom de Vries <tdevries@suse.de>
2302
2303 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
2304
23052020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2306
2307 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
2308 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
2309 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
2310 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
2311 * gdb.base/jit-protocol.h: Update definitions to match all usage
2312 contexts.
2313
23142020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2315
2316 * gdb.base: Rename all jit related test and source files.
2317
23182020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2319
2320 * gdb.base/jit-reader.exp: Relax register output check.
2321
23222020-04-22 Tom de Vries <tdevries@suse.de>
2323
2324 PR symtab/25764
2325 * gdb.base/psym-external-decl-2.c: New test.
2326 * gdb.base/psym-external-decl.c: New test.
2327 * gdb.base/psym-external-decl.exp: New file.
2328 * gdb.threads/tls.exp: Add PR25807 kfail.
2329
23302020-04-22 Tom de Vries <tdevries@suse.de>
2331
2332 PR symtab/25801
2333 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
2334 in "info source" output.
2335
23362020-04-22 Tom de Vries <tdevries@suse.de>
2337
2338 PR symtab/25700
2339 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
2340 symtab for imported_unit.c.
2341
23422020-04-21 Gary Benson <gbenson@redhat.com>
2343
2344 * gdb.base/advance.c (func): New argument, to match call site.
2345 (func2, func3): Add return statements.
2346
23472020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2348
2349 * gdb.multi/run-only-second-inf.c: New file.
2350 * gdb.multi/run-only-second-inf.exp: New file.
2351
23522020-04-21 Markus Metzger <markus.t.metzger@intel.com>
2353
2354 * gdb.btrace/multi-inferior.c: New test.
2355 * gdb.btrace/multi-inferior.exp: New file.
2356
23572020-04-21 Markus Metzger <markus.t.metzger@intel.com>
2358
2359 * gdb.btrace/enable-new-thread.c: New test.
2360 * gdb.btrace/enable-new-thread.exp: New file.
2361
23622020-04-21 Tom de Vries <tdevries@suse.de>
2363
2364 PR gdb/25471
2365 * gdb.threads/killed-outside.c: New test.
2366 * gdb.threads/killed-outside.exp: New file.
2367
23682020-04-20 Gary Benson <gbenson@redhat.com>
2369
2370 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
2371 * gdb.base/nested-subp2.exp: Likewise.
2372 * gdb.base/nested-subp3.exp: Likewise.
2373
23742020-04-20 Gary Benson <gbenson@redhat.com>
2375
2376 * gdb.base/nested-subp1.exp: Disable test when using clang.
2377 * gdb.base/nested-subp2.exp: Likewise.
2378 * gdb.base/nested-subp3.exp: Likewise.
2379
23802020-04-20 Gary Benson <gbenson@redhat.com>
2381
2382 * gdb.cp/exception.cc: Fix compilation error with clang.
2383
23842020-04-20 Gary Benson <gbenson@redhat.com>
2385
2386 * gdb.trace/tspeed.c: Fix compilation error with clang.
2387
23882020-04-20 Gary Benson <gbenson@redhat.com>
2389
2390 * gdb.base/jit-main.c: Fix compilation error with clang.
2391
23922020-04-17 Kamil Rytarowski <n54@gmx.com>
2393
2394 * gdb.base/attach-twice.c: Include "sys/types.h".
2395 (PTRACE_ATTACH): Add fallback definition.
2396 (main): Pass `0' to the 4th argument of `ptrace'.
2397
23982020-04-17 Kamil Rytarowski <n54@gmx.com>
2399
2400 * gdb.base/fork-running-state.c: Include "signal.h".
2401
24022020-04-17 Tom Tromey <tromey@adacore.com>
2403
2404 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
2405 Update tests.
2406 * gdb.btrace/cpu.exp: Update tests.
2407 * gdb.base/maint.exp: Update tests.
2408 * gdb.base/default.exp: Update tests.
2409 * gdb.base/completion.exp: Update tests.
2410
24112020-04-16 Tom de Vries <tdevries@suse.de>
2412
2413 PR symtab/25791
2414 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
2415 (ensure_gdb_index): and factor out and move ...
2416 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
2417 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
2418
24192020-04-16 Tom de Vries <tdevries@suse.de>
2420
2421 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
2422 loading exec.
2423
24242020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
2425
2426 * gdb.base/many-completions.exp: New file.
2427
24282020-04-14 Tom de Vries <tdevries@suse.de>
2429
2430 PR symtab/25718
2431 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
2432
24332020-04-14 Tom de Vries <tdevries@suse.de>
2434
2435 PR symtab/25720
2436 * gdb.base/maint-expand-symbols-header-file.c: New test.
2437 * gdb.base/maint-expand-symbols-header-file.exp: New file.
2438 * gdb.base/maint-expand-symbols-header-file.h: New test.
2439
24402020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
2441
2442 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
2443 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
2444 get_func_info.
2445 (get_func_info): Delete.
2446 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
2447 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
2448 * lib/dwarf.exp (get_func_info): New function.
2449
24502020-04-13 Tom de Vries <tdevries@suse.de>
2451
2452 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
2453 to what find_gnatmake does.
2454
24552020-04-10 Tom de Vries <tdevries@suse.de>
2456
2457 * gdb.base/style.exp: Expect "Expanding full symbols" message for
2458 -readnow.
2459
24602020-04-10 Tom de Vries <tdevries@suse.de>
2461
2462 PR cli/25808
2463 * gdb.base/style.c: Add leading newlines.
2464 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
2465 Check listing of main's one-line body.
2466
24672020-04-08 Tom de Vries <tdevries@suse.de>
2468
2469 * lib/gdb.exp (psymtabs_p): New proc.
2470 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
2471 importing unit" unsupported if there are no partial symbols.
2472
24732020-04-08 Tom de Vries <tdevries@suse.de>
2474
2475 PR testsuite/25760
2476 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
2477
24782020-04-07 Tom de Vries <tdevries@suse.de>
2479
2480 PR symtab/25796
2481 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
2482
24832020-04-07 Tom de Vries <tdevries@suse.de>
2484
2485 * gdb.base/check-psymtab.c: New test.
2486 * gdb.base/check-psymtab.exp: New file.
2487
24882020-04-06 Tom Tromey <tromey@adacore.com>
2489
2490 * gdb.ada/variant-record/proc.adb: New file.
2491 * gdb.ada/variant-record/value.adb: New file.
2492 * gdb.ada/variant-record/value.s: New file.
2493 * gdb.ada/variant-record.exp: New file.
2494
24952020-04-03 Hannes Domani <ssbssa@yahoo.de>
2496
2497 PR gdb/25325
2498 * gdb.cp/typed-enum.cc: New test.
2499 * gdb.cp/typed-enum.exp: New file.
2500
25012020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2502
2503 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
2504 * gdb.dwarf2/dw2-inline-small-func.c: New file.
2505 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
2506 * gdb.dwarf2/dw2-inline-small-func.h: New file.
2507 * gdb.opt/inline-small-func.c: New file.
2508 * gdb.opt/inline-small-func.exp: New file.
2509 * gdb.opt/inline-small-func.h: New file.
2510
25112020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2512
2513 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
2514 function.
2515
25162020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2517
2518 * lib/dwarf.exp (function_range): Allow compiler options to be
2519 specified.
2520
25212020-04-02 Tom de Vries <tdevries@suse.de>
2522
2523 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
2524 __attribute__((always_inline)).
2525 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
2526
25272020-04-02 Tom de Vries <tdevries@suse.de>
2528
2529 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
2530 (gdbserver_gdb_exit): ... here. Add timeout warning.
2531 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
2532 (connect_target_extended_remote): Append new server_spawn_id to
2533 server_spawn_ids.
2534 (cleanup): New proc.
2535 (setup, <toplevel>): Call cleanup.
2536
25372020-04-02 Tom de Vries <tdevries@suse.de>
2538
2539 * gdb.base/main-psymtab.exp: New file.
2540
25412020-04-02 Tom de Vries <tdevries@suse.de>
2542
2543 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
2544
25452020-04-01 Tom Tromey <tom@tromey.com>
2546
2547 * gdb.base/complex-parts.exp: Add type tests.
2548
25492020-04-01 Tom Tromey <tom@tromey.com>
2550
2551 * gdb.base/complex-parts.exp: Add arithmetic tests.
2552
25532020-04-01 Tom Tromey <tom@tromey.com>
2554
2555 * gdb.compile/compile.exp: Update.
2556 * gdb.compile/compile-cplus.exp: Update.
2557 * gdb.base/varargs.exp: Update.
2558 * gdb.base/floatn.exp: Update.
2559 * gdb.base/endianity.exp: Update.
2560 * gdb.base/callfuncs.exp (do_function_calls): Update.
2561 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
2562 (complex_float_integral_args): Update.
2563 * gdb.base/complex.exp: Update.
2564 * gdb.base/complex-parts.exp: Update.
2565
25662020-04-01 Tom Tromey <tromey@adacore.com>
2567
2568 * gdb.rust/union.rs: New file.
2569 * gdb.rust/union.exp: New file.
2570 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
2571 (main): Update.
2572 * gdb.rust/simple.exp: Move union tests to union.exp.
2573
25742020-04-01 Tom Tromey <tromey@adacore.com>
2575
2576 * gdb.rust/simple.rs (main): Remove "y0".
2577
25782020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2579
2580 * gdb.multi/stop-all-on-exit.c: New test.
2581 * gdb.multi/stop-all-on-exit.exp: New file.
2582
25832020-04-01 Hannes Domani <ssbssa@yahoo.de>
2584
2585 PR gdb/24789
2586 * gdb.cp/misc.cc: Add integer reference variable.
2587 * gdb.cp/misc.exp: Add test.
2588
25892020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2590
2591 * gdb.server/stop-reply-no-thread.exp: Enhance the test
2592 scenario to cover execution until the end and also the case
2593
25942020-03-31 Tom de Vries <tdevries@suse.de>
2595
2596 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
2597 c. Use "maint info symtabs" to check symtab expansion.
2598
25992020-03-30 Tom de Vries <tdevries@suse.de>
2600
2601 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
2602 unsupported.
2603 (verify_psymtab_expanded): Move ...
2604 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
2605 test.
2606 (readnow): New proc.
2607
26082020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2609
2610 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
2611 with $hex.
2612
26132020-03-20 Tom Tromey <tromey@adacore.com>
2614
2615 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
2616
26172020-03-20 Tom Tromey <tromey@adacore.com>
2618
2619 * gdb.ada/sub_variant/subv.adb: New file.
2620 * gdb.ada/sub_variant.exp: New file.
2621
26222020-03-20 Tom de Vries <tdevries@suse.de>
2623
2624 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
2625 first break fails.
2626 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
2627
26282020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2629
2630 * gdb.server/exit-multiple-threads.c: New file.
2631 * gdb.server/exit-multiple-threads.exp: New file.
2632
26332020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2634
2635 * gdb.fortran/mixed-lang-stack.c: New file.
2636 * gdb.fortran/mixed-lang-stack.cpp: New file.
2637 * gdb.fortran/mixed-lang-stack.exp: New file.
2638 * gdb.fortran/mixed-lang-stack.f90: New file.
2639
26402020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2641
2642 * gdb.linespec/cp-completion-aliases.cc: New file.
2643 * gdb.linespec/cp-completion-aliases.exp: New file.
2644
26452020-03-19 Tom de Vries <tdevries@suse.de>
2646
2647 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
2648 more precise.
2649
26502020-03-18 Tom de Vries <tdevries@suse.de>
2651
2652 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
2653 * gdb.dwarf2/break-inline-psymtab.c: New test.
2654 * gdb.dwarf2/break-inline-psymtab.exp: New file.
2655
26562020-03-16 Tom de Vries <tdevries@suse.de>
2657
2658 * lib/cache.exp (gdb_do_cache): Add and handle local variables
2659 cache_verify and cache_verify_proc.
2660
26612020-03-15 Tom de Vries <tdevries@suse.de>
2662
2663 * gdb.server/solib-list.exp: Handle
2664 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
2665
26662020-03-15 Tom de Vries <tdevries@suse.de>
2667
2668 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
2669 objfiles".
2670
26712020-03-14 Tom Tromey <tom@tromey.com>
2672
2673 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
2674
26752020-03-14 Tom de Vries <tdevries@suse.de>
2676
2677 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
2678
26792020-03-14 Tom de Vries <tdevries@suse.de>
2680
2681 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
2682 result in line-by-line fashion.
2683
26842020-03-14 Tom de Vries <tdevries@suse.de>
2685
2686 * lib/gdb.exp (supports_statement_frontiers): New proc.
2687 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
2688
26892020-03-14 Tom de Vries <tdevries@suse.de>
2690
2691 * gdb.base/printcmds.exp: Add missing quoting for "print
2692 teststring2".
2693
26942020-03-13 Tom Tromey <tom@tromey.com>
2695
2696 * gdb.base/printcmds.exp (test_print_strings): Add regression
2697 test.
2698 * gdb.base/printcmds.c (charptr): New typedef.
2699 (teststring2): New global.
2700
27012020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
2702
2703 * gdb.base/break-interp.exp: Use the tail of the filename, not the
2704 full path in the test name.
2705 (test_ld): Add some with_test_prefix blocks to make test names
2706 unique.
2707
27082020-03-13 Tom de Vries <tdevries@suse.de>
2709
2710 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
2711
27122020-03-13 Tom de Vries <tdevries@suse.de>
2713
2714 * gdb.mi/mi-sym-info.exp: Make matching more precise.
2715
27162020-03-13 Tom de Vries <tdevries@suse.de>
2717
2718 PR symtab/25646
2719 * gdb.dwarf2/imported-unit.exp: Add test.
2720
27212020-03-13 Tom de Vries <tdevries@suse.de>
2722
2723 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
2724 (var1, var2): New variable.
2725 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
2726 matching symbols.
2727
27282020-03-13 Tom de Vries <tdevries@suse.de>
2729
2730 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
2731 (Term::command): Use prompt prefix.
2732 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
2733 * gdb.tui/tui-layout-asm-short-prog.exp: Use
2734 command_no_prompt_prefix instead of prefix.
2735 * gdb.tui/tui-layout-asm.exp: Same.
2736
27372020-03-12 Simon Marchi <simon.marchi@efficios.com>
2738
2739 * gdb.base/break-interp.exp: Use foreach_with_prefix.
2740
27412020-03-12 Simon Marchi <simon.marchi@efficios.com>
2742
2743 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
2744 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
2745 on" while stepping over the test instruction, match printed
2746 message.
2747
27482020-03-12 Tom de Vries <tdevries@suse.de>
2749
2750 * gdb.base/info-types.exp: Use exp_continue during matching of output
2751 of "info types".
2752
27532020-03-12 Tom de Vries <tdevries@suse.de>
2754
2755 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
2756
27572020-03-12 Tom de Vries <tdevries@suse.de>
2758
2759 * gdb.fortran/module.exp: Use exp_continue during matching of output
2760 of "info variable -n".
2761
27622020-03-12 Tom de Vries <tdevries@suse.de>
2763
2764 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
2765 gdb.dwarf2/dw2-ranges-base.c.
2766
27672020-03-12 Tom de Vries <tdevries@suse.de>
2768
2769 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
2770 in presence of GLIBC debuginfo.
2771
27722020-03-12 Tom de Vries <tdevries@suse.de>
2773
2774 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
2775 $core.
2776
27772020-03-12 Tom de Vries <tdevries@suse.de>
2778
2779 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
2780 more precise.
2781
27822020-03-11 Simon Marchi <simon.marchi@efficios.com>
2783
2784 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
2785 from Unix to Windows path.
2786
27872020-03-11 Tom de Vries <tdevries@suse.de>
2788
2789 * gdb.ada/minsyms.exp: Set language to ada.
2790
27912020-03-11 Tom de Vries <tdevries@suse.de>
2792
2793 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
2794
27952020-03-11 Tom de Vries <tdevries@suse.de>
2796
2797 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
2798
27992020-03-11 Tom Tromey <tromey@adacore.com>
2800
2801 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
2802
28032020-03-11 Tom de Vries <tdevries@suse.de>
2804
2805 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
2806
28072020-03-11 Tom de Vries <tdevries@suse.de>
2808
2809 * gdb.base/break-interp.exp: Limit verbose scope.
2810
28112020-03-11 Tom de Vries <tdevries@suse.de>
2812
2813 * gdb.fortran/logical.f90: Define variable with character type.
2814 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
2815
28162020-03-11 Tom de Vries <tdevries@suse.de>
2817
2818 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
2819
28202020-03-11 Tom de Vries <tdevries@suse.de>
2821
2822 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
2823 symtabs.
2824
28252020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2826 Bernd Edlinger <bernd.edlinger@hotmail.de>
2827
2828 * gdb.cp/step-and-next-inline.cc: New file.
2829 * gdb.cp/step-and-next-inline.exp: New file.
2830 * gdb.cp/step-and-next-inline.h: New file.
2831 * gdb.dwarf2/dw2-is-stmt.c: New file.
2832 * gdb.dwarf2/dw2-is-stmt.exp: New file.
2833 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
2834 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
2835 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
2836
28372020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2838
2839 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
2840 is-stmt flag in the line table.
2841
28422020-03-09 Tom de Vries <tdevries@suse.de>
2843
2844 * lib/gdb.exp (cached_file): Create cache dir.
2845
28462020-03-07 Tom de Vries <tdevries@suse.de>
2847
2848 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
2849 * gdb.cp/rvalue-ref-params.exp: Same.
2850
28512020-03-06 Tom de Vries <tdevries@suse.de>
2852
2853 * lib/gdb.exp (tentative_rename, cached_file): New proc.
2854 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
2855
28562020-03-06 Tom de Vries <tdevries@suse.de>
2857
2858 * README: Fix "the the".
2859 * gdb.base/dprintf.exp: Same.
2860
28612020-03-05 Tom de Vries <tdevries@suse.de>
2862
2863 * gdb.base/maint.exp: Update "main print statistics" expected output.
2864
28652020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2866
2867 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
2868 (fortran_int8): Likewise.
2869 (fortran_real4): Likewise.
2870 (fortran_real8): Likewise.
2871 (fortran_complex4): Likewise.
2872 (fortran_logical4): Likewise.
2873 (fortran_character1): Likewise.
2874
28752020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
2876
2877 * gdb.fortran/logical.exp: Add tests that any non-zero value is
2878 printed as true.
2879
28802020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
2881
2882 * gdb.base/printcmds.exp: Add test to verify printf of a
2883 variable holding an address.
2884
28852020-03-03 Tom de Vries <tdevries@suse.de>
2886
2887 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
2888
28892020-03-03 Tom de Vries <tdevries@suse.de>
2890
2891 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
2892 gdb_test_multiple call.
2893
28942020-03-03 Tom de Vries <tdevries@suse.de>
2895
2896 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
2897 gdb_test_multiple calls.
2898
28992020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2900
2901 * gdb.base/default.exp: Remove test of 'set history filename'.
2902 * gdb.base/gdbinit-history.exp: Add tests for setting the history
2903 filename to the empty string.
2904 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
2905 and GDBHISTSIZE.
2906
29072020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2908
2909 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
2910 disabled.
2911
29122020-03-02 Pedro Alves <palves@redhat.com>
2913 Tom de Vries <tdevries@suse.de>
2914
2915 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
2916 -prompt prefix, before user_code argument. Add -lbl option likewise.
2917 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
2918 (gdb_is_target_1): Add -prompt prefix and move to before user_code
2919 argument.
2920 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
2921 have "\r\n" at start-of-line, instead of at end-of-line.
2922
29232020-02-28 Simon Marchi <simon.marchi@efficios.com>
2924
2925 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
2926 libinproctrace.so.
2927
29282020-02-28 Luis Machado <luis.machado@linaro.org>
2929
2930 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
2931 to "p/x".
2932
29332020-02-28 Luis Machado <luis.machado@linaro.org>
2934
2935 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
2936 asm/ptrace.h and error.h.
2937
29382020-02-28 Tom de Vries <tdevries@suse.de>
2939
2940 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
2941 (struct wrapper, do_something, mundane/symada__cS): Move ...
2942 * gdb.base/c-linkage-name-2.c: ... here. New source file.
2943 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
2944 Update "print symada__cS before partial symtab expansion" regexp.
2945 Update breakpoint location. Flush symbol cache after expansion.
2946
29472020-02-28 Luis Machado <luis.machado@linaro.org>
2948
2949 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
2950
29512020-02-27 Tom de Vries <tdevries@suse.de>
2952
2953 * config/sid.exp: Remove unused globals.
2954 * gdb.base/attach.exp: Same.
2955 * gdb.base/catch-load.exp: Same.
2956 * gdb.base/dbx.exp: Same.
2957 * lib/gdb.exp: Same.
2958 * lib/mi-support.exp: Same.
2959 * lib/prompt.exp: Same.
2960
29612020-02-27 Tom de Vries <tdevries@suse.de>
2962
2963 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
2964 not set.
2965
29662020-02-26 Aaron Merey <amerey@redhat.com>
2967
2968 * gdb.debuginfod: New directory for debuginfod tests.
2969 * gdb.debuginfod/main.c: New test file.
2970 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
2971
29722020-02-26 Tom de Vries <tdevries@suse.de>
2973
2974 PR gdb/25603
2975 * gdb.base/persistent-lang.cc: New test.
2976 * gdb.base/persistent-lang.exp: New file.
2977
29782020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2979
2980 * gdb.fortran/derived-type-striding.exp: Add a new test.
2981 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
2982 new test.
2983
29842020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2985
2986 * gdb.base/cached-source-file.exp: Avoid source file paths in test
2987 names.
2988
29892020-02-25 Tom de Vries <tdevries@suse.de>
2990
2991 PR go/18926
2992 * gdb.go/methods.exp: Remove gcc/93866 xfail.
2993
29942020-02-24 Tom de Vries <tdevries@suse.de>
2995
2996 PR gdb/25592
2997 * gdb.base/info-locals-unused-static-var.c: New test.
2998 * gdb.base/info-locals-unused-static-var.exp: New file.
2999
30002020-02-22 Tom Tromey <tom@tromey.com>
3001
3002 * gdb.python/tui-window.exp: New file.
3003 * gdb.python/tui-window.py: New file.
3004
30052020-02-22 Tom Tromey <tom@tromey.com>
3006
3007 PR tui/17850:
3008 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
3009 tests.
3010
30112020-02-22 Tom Tromey <tom@tromey.com>
3012
3013 * gdb.tui/new-layout.exp: Add sub-layout tests.
3014
30152020-02-22 Tom Tromey <tom@tromey.com>
3016
3017 * gdb.tui/new-layout.exp: New file.
3018
30192020-02-22 Tom Tromey <tom@tromey.com>
3020
3021 * gdb.rust/rust-style.rs: New file.
3022 * gdb.rust/rust-style.exp: New file.
3023 * gdb.base/style.exp: Test structure printing.
3024 * gdb.base/style.c (struct some_struct): New type.
3025 (enum etype): New type.
3026 (struct_value): New global.
3027
30282020-02-21 Tom de Vries <tdevries@suse.de>
3029
3030 PR go/18926
3031 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
3032 Remove blanket xfails. Use message argument for gdb_breakpoint.
3033 Make continuing to breakpoint test conditional on setting breakpoint.
3034 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
3035 DW_AT_name attribute. Add xfail for GCC PR93866.
3036
30372020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
3038
3039 * gdb.dwarf2/cpp-linkage-name.c: New file.
3040 * gdb.dwarf2/cpp-linkage-name.exp: New file.
3041
30422020-02-21 Shahab Vahedi <shahab@synopsys.com>
3043
3044 * lib/gdb.exp (gdb_wrapper_init): Reset
3045 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
3046 not exist.
3047
30482020-02-20 Tom de Vries <tdevries@suse.de>
3049
3050 PR go/17018
3051 * gdb.go/hello.exp: Copy ...
3052 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
3053 print of st to print value of global definition. Add xfail for GCC
3054 PR93844.
3055 * gdb.go/hello.exp: Remove printing of st before definition.
3056 * gdb.go/hello.go: Copy ...
3057 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
3058 to st.
3059 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
3060
30612020-02-20 Tom de Vries <tdevries@suse.de>
3062
3063 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
3064 (gdb_simple_compile): Handle compile_flags go by using .go extension
3065 for source file.
3066 * gdb.go/chan.exp: Use support_go_compile.
3067 * gdb.go/handcall.exp: Same.
3068 * gdb.go/hello.exp: Same.
3069 * gdb.go/integers.exp: Same.
3070 * gdb.go/max-depth.exp: Same.
3071 * gdb.go/methods.exp: Same.
3072 * gdb.go/package.exp: Same.
3073 * gdb.go/strings.exp: Same.
3074 * gdb.go/types.exp: Same.
3075 * gdb.go/unsafe.exp: Same.
3076
30772020-02-19 Tom de Vries <tdevries@suse.de>
3078
3079 * gdb.python/lib-types.exp: Make xfail more strict.
3080
30812020-02-19 Tom de Vries <tdevries@suse.de>
3082
3083 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
3084
30852020-02-19 Doug Evans <dje@google.com>
3086
3087 PR rust/25535
3088 * gdb.rust/simple.exp: Add test.
3089 * gdb.rust/simple.rs: Add test.
3090
30912020-02-19 Tom de Vries <tdevries@suse.de>
3092
3093 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
3094 output line-by-line.
3095
30962020-02-19 Tom de Vries <tdevries@suse.de>
3097
3098 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
3099
31002020-02-19 Tom de Vries <tdevries@suse.de>
3101
3102 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
3103 prelink.
3104
31052020-02-19 Tom de Vries <tdevries@suse.de>
3106
3107 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
3108 (gdb_do_cache): Use gdb_do_cache_wrap.
3109 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
3110
31112020-02-19 Tom de Vries <tdevries@suse.de>
3112
3113 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
3114 gdb_compile option.
3115
31162020-02-18 Simon Marchi <simon.marchi@efficios.com>
3117
3118 * gdb.base/printcmds.exp (test_print_enums): Update expected
3119 output.
3120
31212020-02-18 Simon Marchi <simon.marchi@efficios.com>
3122
3123 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
3124 for "unknown".
3125
31262020-02-18 Simon Marchi <simon.marchi@efficios.com>
3127
3128 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
3129 enumerator.
3130
31312020-02-18 Simon Marchi <simon.marchi@efficios.com>
3132
3133 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
3134 FE_, add FE_NONE.
3135 (three): Update.
3136 (enum flag_enum_without_zero): New enum.
3137 (flag_enum_without_zero): New variable.
3138 (enum not_flag_enum): New enum.
3139 (three_not_flag): New variable.
3140 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
3141 (test_print_enums): Add more tests for printing flag enums.
3142
31432020-02-18 Tom de Vries <tdevries@suse.de>
3144
3145 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
3146 (gdb_compile_ada): ... here.
3147 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
3148 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
3149
31502020-02-14 Tom Tromey <tom@tromey.com>
3151
3152 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
3153 build directory.
3154 * boards/gdbserver-base.exp: Update path to gdbserver.
3155
31562020-02-13 Tom de Vries <tdevries@suse.de>
3157
3158 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
3159
31602020-02-13 Tom de Vries <tdevries@suse.de>
3161
3162 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
3163 are missing.
3164
31652020-02-13 Tom de Vries <tdevries@suse.de>
3166
3167 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
3168 call.
3169
31702020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
3171
3172 PR tui/25126
3173 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
3174 * gdb.base/cached-source-file.c: New file.
3175 * gdb.base/cached-source-file.exp: New file.
3176
31772020-02-11 Tom de Vries <tdevries@suse.de>
3178
3179 PR testsuite/25488
3180 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
3181
31822020-02-10 Tom de Vries <tdevries@suse.de>
3183
3184 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
3185
31862020-02-10 Maciej W. Rozycki <macro@wdc.com>
3187
3188 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
3189 and $after_addr are both integers before making a comparison.
3190
31912020-02-09 Tom de Vries <tdevries@suse.de>
3192
3193 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
3194 command output and paste it into gdb.log. If any, paste catch message
3195 to gdb.log.
3196
31972020-02-07 Tom Tromey <tromey@adacore.com>
3198
3199 PR breakpoints/24915:
3200 * gdb.base/annotate-symlink.exp: Use setup_xfail.
3201
32022020-02-06 Shahab Vahedi <shahab@synopsys.com>
3203
3204 * gdb.tui/tui-missing-src.exp: Add the "missing source
3205 file" test for the TUI.
3206
32072020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
3208
3209 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
3210 including a port number in the output.
3211
32122020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
3213
3214 * lib/fortran.exp (fortran_int4): Handle clang.
3215 (fortran_int8): Likewise.
3216 (fortran_real4): Likewise.
3217 (fortran_real8): Likewise.
3218 (fortran_complex4): Likewise.
3219 (fortran_logical4): Likewise.
3220 (fortran_character1): Likewise.
3221
32222020-02-04 Tom de Vries <tdevries@suse.de>
3223
3224 * README (Race detection): Add note.
3225
32262020-02-04 Tom de Vries <tdevries@suse.de>
3227
3228 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
3229
32302020-02-04 Tom de Vries <tdevries@suse.de>
3231
3232 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
3233
32342020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
3235
3236 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
3237 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
3238 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
3239 blttar, bnetarl.
3240 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
3241 binary for blttar, bnetarl.
3242 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
3243 wait instruction. Delete ldmx test.
3244 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
3245
32462020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3247
3248 * gdb.fortran/array-bounds-high.exp: New file.
3249 * gdb.fortran/array-bounds-high.f90: New file.
3250
32512020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
3252
3253 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
3254 Replace #include of <sys/fcntl.h> by <fcntl.h>.
3255
32562020-02-01 Tom de Vries <tdevries@suse.de>
3257
3258 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
3259
32602020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
3261
3262 PR tui/9765
3263 * gdb.tui/tui-layout-asm-short-prog.S: New file.
3264 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
3265
32662020-01-29 Luis Machado <luis.machado@linaro.org>
3267
3268 * gdb.arch/aarch64-brk-patterns.c: New source file.
3269 * gdb.arch/aarch64-brk-patterns.exp: New test.
3270
32712020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3272
3273 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
3274 GCC/Clang version.
3275 * gdb.cp/pass-by-ref.exp: Ditto.
3276
32772020-01-29 Tom de Vries <tdevries@suse.de>
3278
3279 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
3280 * gdb.threads/watchpoint-fork-mt.c: Same.
3281 * gdb.threads/watchpoint-fork-parent.c: Same.
3282 * gdb.threads/watchpoint-fork-st.c: Same.
3283 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
3284
32852020-01-27 Luis Machado <luis.machado@linaro.org>
3286
3287 * gdb.base/step-over-syscall.exp (setup): Check if we're already
3288 sitting at a syscall instruction when we hit the syscall function's
3289 breakpoint.
3290 Check PC against one obtained with the x command.
3291 Validate syscall number.
3292 (step_over_syscall): Don't continue to the syscall instruction if
3293 we're already there.
3294
32952020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3296
3297 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
3298
32992020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3300
3301 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
3302 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
3303
33042020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3305
3306 * gdb.dwarf2/dw2-inline-stepping.c: New file.
3307 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
3308
33092020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3310
3311 * gdb.base/maint.exp: Update line table parsing test.
3312 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
3313
33142020-01-24 Pedro Alves <palves@redhat.com>
3315
3316 PR gdb/25410
3317 * gdb.multi/multi-re-run-1.c: New.
3318 * gdb.multi/multi-re-run-2.c: New.
3319 * gdb.multi/multi-re-run.exp: New.
3320
33212020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3322
3323 PR gdb/23718
3324 * gdb.server/server-kill-python.exp: New file.
3325
33262020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3327
3328 * gdb.server/multi-ui-errors.c: New file.
3329 * gdb.server/multi-ui-errors.exp: New file.
3330
33312020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3332
3333 PR tui/9765
3334 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
3335
33362020-01-19 Tom Tromey <tom@tromey.com>
3337
3338 * gdb.tui/main.exp: Add check for plain "file".
3339
33402020-01-16 Christian Biesinger <cbiesinger@google.com>
3341
3342 * lib/gdb.exp: Fix spelling error (seperatelly).
3343
33442020-01-14 Tom Tromey <tom@tromey.com>
3345
3346 PR symtab/12535:
3347 * gdb.python/python.exp: Test decode_line with empty string
3348 argument.
3349
33502020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
3351
3352 * gdb.base/skip-inline.exp: Extend test.
3353
33542020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3355
3356 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
3357 * gdb.dwarf2/dw2-bad-elf.c: New file.
3358 * gdb.dwarf2/dw2-bad-elf.exp: New file.
3359
33602020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3361
3362 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
3363 _line_saw_file.
3364
33652020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3366
3367 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
3368 border.
3369
33702020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3371
3372 * gdb.multi/multi-target.exp (setup): Factor out "info
3373 connections" and "info inferiors" tests to ...
3374 (test_info_inferiors): ... this new procedure.
3375 (top level): Run new "info-inferiors" tests.
3376
33772020-01-10 Pedro Alves <palves@redhat.com>
3378
3379 * gdb.server/bkpt-other-inferior.exp: New file.
3380
33812020-01-10 Pedro Alves <palves@redhat.com>
3382
3383 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
3384 of "add-inferior".
3385 * gdb.base/quit-live.exp: Likewise.
3386 * gdb.base/remote-exec-file.exp: Likewise.
3387 * gdb.guile/scm-progspace.exp: Likewise.
3388 * gdb.linespec/linespec.exp: Likewise.
3389 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3390 * gdb.mi/user-selected-context-sync.exp: Likewise.
3391 * gdb.multi/multi-target.exp (setup): Add "info connection" and
3392 "info inferiors" tests.
3393 * gdb.multi/remove-inferiors.exp: Adjust expected output of
3394 "add-inferior".
3395 * gdb.multi/watchpoint-multi.exp: Likewise.
3396 * gdb.python/py-inferior.exp: Likewise.
3397 * gdb.server/extended-remote-restart.exp: Likewise.
3398 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
3399 "info inferiors".
3400 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
3401 * gdb.trace/report.exp: Likewise.
3402
34032020-01-10 Pedro Alves <palves@redhat.com>
3404
3405 * gdb.multi/multi-target.c: New file.
3406 * gdb.multi/multi-target.exp: New file.
3407 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
3408 mode requested, but remote does not support non-stop".
3409
34102020-01-10 Pedro Alves <palves@redhat.com>
3411
3412 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
3413 disconnect before reconnecting.
3414
34152020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3416 Pedro Alves <palves@redhat.com>
3417
3418 * gdb.server/connect-without-multi-process.exp: Also test
3419 continuing to end.
3420
34212020-01-10 Pedro Alves <palves@redhat.com>
3422
3423 * gdb.base/remote-exec-file.exp: New file.
3424
34252020-01-10 Pedro Alves <palves@redhat.com>
3426
3427 * gdb.base/fork-running-state.exp (do_test): Adjust expected
3428 output.
3429 * gdb.threads/async.c: New.
3430 * gdb.threads/async.exp: New.
3431 * gdb.multi/tids-gid-reset.c: New.
3432 * gdb.multi/tids-gid-reset.exp: New.
3433
34342020-01-10 George Barrett <bob@bob131.so>
3435
3436 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
3437 to help in finding the image relocation offset.
3438 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
3439 options in arguments.
3440 (stap_test_no_debuginfo): Likewise.
3441 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
3442 test variants.
3443 (stap_test): Add null semaphore relocation test.
3444
34452020-01-10 George Barrett <bob@bob131.so>
3446
3447 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
3448 * gdb.base/stap-probe.exp: Likewise.
3449 (stap_test): Pass argument as an additional flag.
3450 (stap_test_no_debuginfo): Likewise.
3451 (stap_test): Check `info probes stap' output for semaphore
3452 addresses if the test binary is supposed to have them.
3453
34542020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3455
3456 * gdb.tui/basic.exp: Add more scrolling tests.
3457
34582020-01-09 Tom Tromey <tom@tromey.com>
3459
3460 PR tui/18932:
3461 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
3462 meangingful value.
3463 (Term::command, Term::resize): Update.
3464 * gdb.tui/basic.exp: Add scrolling test.
3465
34662020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3467
3468 * gdb.tui/tui-layout-asm.exp: New file.
3469
34702020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3471
3472 * lib/tuiterm.exp (Term::check_box_contents): New proc.
3473
34742020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3475
3476 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
3477 (Term::enter_tui): Use Term::prepare_for_tui.
3478
34792020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3480
3481 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
3482 called.
3483
34842020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3485
3486 * gdb.base/skip.exp: Fix race condition in test.
3487
34882020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
3489
3490 * gdb.base/backtrace.c: New file.
3491 * gdb.base/backtrace.exp: New file.
3492
34932020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
3494
3495 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
3496
34972020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3498
3499 * gdb.base/style.exp: Test that warnings are styled.
3500
35012019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
3502
3503 * gdb.base/line65535.exp: New file.
3504 * gdb.base/line65535.c: New file.
3505
35062019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
3507
3508 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
3509 * lib/gnat_debug_info_test.adb: New file.
3510 * gdb.ada/ptype_tagged_param.exp: Use
3511 gnat_runtime_has_debug_info, expect a different output if
3512 runtime does not have debug info.
3513
35142019-12-20 Simon Marchi <simon.marchi@efficios.com>
3515
3516 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
3517 (another) quote in test name.
3518
35192019-12-20 Simon Marchi <simon.marchi@efficios.com>
3520
3521 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
3522 Add quote in test name.
3523
35242019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3525
3526 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
3527 directory instead.
3528 * gdb.cp/pass-by-ref.exp: Extend with more cases.
3529 * gdb.cp/pass-by-ref-2.cc: New file.
3530 * gdb.cp/pass-by-ref-2.exp: New file.
3531
35322019-12-20 Tom Tromey <tom@tromey.com>
3533
3534 * gdb.tui/list-before.exp: New file.
3535
35362019-12-20 Tom Tromey <tom@tromey.com>
3537
3538 * gdb.tui/list.exp: Check for source on initial listing.
3539
35402019-12-11 Tom Tromey <tromey@adacore.com>
3541
3542 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
3543 Add crlf test.
3544
35452019-12-18 Simon Marchi <simon.marchi@efficios.com>
3546
3547 * gdb.base/default.exp: Update value of $_gdb_major.
3548
35492019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
3550
3551 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
3552
35532019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
3554
3555 * gdb.base/skip.exp: Whitespace fix.
3556
35572019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
3558
3559 * gdb.base/skip-inline.c: New file.
3560 * gdb.base/skip-inline.exp: New file.
3561
35622019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
3563
3564 * gdb.base/jit-reader.exp (jit_reader_test): Rename
3565 jit_function_00 to jit_function_stack_mangle.
3566 * gdb.base/jithost.c (jit_function_t): Rename to...
3567 (jit_function_stack_mangle_t): ... this.
3568 (jit_function_add_t): New typedef.
3569 (jit_function_00_code): Rename to...
3570 (jit_function_stack_mangle_code): ... this, make static.
3571 (jit_function_add_code): New.
3572 (main): Generate "add" function and call it. Adjust to changes
3573 in jithost_abi.
3574 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
3575 (struct jithost_abi) <begin, end>: Remove fields.
3576 <object, function_stack_mangle, function_add>: New fields.
3577 * gdb.base/jitreader.c (struct reader_state) <code_begin,
3578 code_end>: Remove fields.
3579 <func_stack_mangle>: New field.
3580 (read_debug_info): Adjust to renaming, create block for "add"
3581 function.
3582 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
3583
35842019-12-11 Tom Tromey <tom@tromey.com>
3585
3586 * gdb.tui/resize.exp: Fix regexp.
3587 * gdb.tui/regs.exp: Fix regexps.
3588 * gdb.tui/main.exp: Fix regexp.
3589
35902019-12-11 Tom Tromey <tom@tromey.com>
3591
3592 * gdb.tui/resize.exp: Update.
3593 * gdb.tui/empty.exp (layouts): Update.
3594
35952019-12-11 Tom Tromey <tom@tromey.com>
3596
3597 * gdb.tui/regs.exp: Update.
3598 * gdb.tui/empty.exp (layouts): Update.
3599 * gdb.tui/basic.exp: Update.
3600 * lib/tuiterm.exp (_check_box): Don't check bottom border.
3601
36022019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3603
3604 * gdb.base/options.exp: Add -raw-values in the print completion list.
3605 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
3606
36072019-12-10 Kevin Buettner <kevinb@redhat.com>
3608
3609 * gdb.threads/omp-par-scope.c: New file.
3610 * gdb/threads/omp-par-scope.exp: New file.
3611
36122019-12-10 Kevin Buettner <kevinb@redhat.com>
3613
3614 * lib/gdb.exp (support_nested_function_tests): New proc.
3615
36162019-12-10 Kevin Buettner <kevinb@redhat.com>
3617
3618 * lib/gdb.exp (gdb_compile_openmp): New proc.
3619 (build_executable_from_specs): Add an "openmp" option.
3620 (gdb_compile_pthreads): Add non-executable case.
3621
36222019-12-10 Tom Tromey <tromey@adacore.com>
3623
3624 * gdb.ada/unchecked_union.exp: New file.
3625 * gdb.ada/unchecked_union/pck.adb: New file.
3626 * gdb.ada/unchecked_union/pck.ads: New file.
3627 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
3628 * gdb-utils.exp (string_to_regexp): Also quote "?".
3629
36302019-12-10 George Barrett <bob@bob131.so>
3631
3632 Test scripted probe breakpoints.
3633 * gdb.guile/scm-breakpoint.c (main): Add probe point.
3634 * gdb.python/py-breakpoint.c (main): Likewise.
3635 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
3636 specifier test.
3637 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
3638
36392019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3640
3641 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
3642 an rvalue parameter.
3643 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
3644 parameter.
3645
36462019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3647
3648 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
3649 modules.
3650
36512019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3652
3653 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
3654 broken version of GCC.
3655
36562019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3657
3658 * gdb.fortran/info-modules.exp: Rewrite to make use of new
3659 sym-info-cmds library.
3660 * gdb.fortran/info-types.exp: Likewise.
3661 * lib/sym-info-cmds.exp: New file.
3662
36632019-12-08 Tom de Vries <tdevries@suse.de>
3664
3665 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
3666
36672019-12-07 Keith Seitz <keiths@redhat.com>
3668
3669 * gdb.base/corefile-buildid-shlib-shr.c: New file.
3670 * gdb.base/corefile-buildid-shlib.c: New file.
3671 * gdb.base/corefile-buildid.c: New file.
3672 * gdb.base/corefile-buildid.exp: New file.
3673
36742019-12-06 Tom de Vries <tdevries@suse.de>
3675
3676 * gdb.dwarf2/varval.exp: Add decl before def test.
3677
36782019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3679
3680 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
3681
36822019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3683
3684 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
3685 CV and reference conversion for overload resolution.
3686 * gdb.cp/rvalue-ref-overload.exp: Test it.
3687
36882019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3689
3690 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
3691 * gdb.base/frameapply.exp: Test faas without command.
3692
36932019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3694
3695 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
3696 Fortran tests.
3697 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
3698 order.
3699
37002019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3701
3702 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
3703 casting to type with no kind specified.
3704 (test_basic_parsing_of_type_kinds): Additional tests for types
3705 with no kind specified, and add tests for single/double
3706 precision/complex types.
3707
37082019-12-04 Tom Tromey <tromey@adacore.com>
3709
3710 * gdb.base/endianity.c (struct other) <x>: New field.
3711 (main): Initialize it.
3712 * gdb.base/endianity.exp: Update.
3713
37142019-12-04 Tom Tromey <tromey@adacore.com>
3715
3716 * gdb.ada/scalar_storage/storage.adb: New file.
3717 * gdb.ada/scalar_storage/pck.adb: New file.
3718 * gdb.ada/scalar_storage/pck.ads: New file.
3719 * gdb.ada/scalar_storage.exp: New file.
3720
37212019-12-04 Tom Tromey <tromey@adacore.com>
3722
3723 * gdb.base/endianity.c (struct otherendian) <f>: New field.
3724 (main): Initialize it.
3725 * gdb.base/endianity.exp: Update.
3726
37272019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3728
3729 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
3730
37312019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3732
3733 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
3734 -symbol-info-module-functions and -symbol-info-module-variables.
3735
37362019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
3737
3738 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
3739
37402019-12-01 Richard Bunt <richard.bunt@arm.com>
3741 Andrew Burgess <andrew.burgess@embecosm.com>
3742
3743 * gdb.fortran/derived-type-striding.exp: New file.
3744 * gdb.fortran/derived-type-striding.f90: New file.
3745 * gdb.fortran/array-slices.exp: New file.
3746 * gdb.fortran/array-slices.f90: New file.
3747
37482019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3749
3750 * gdb.base/define.exp: Test . in command names.
3751 * gdb.base/setshow.exp: Update test, as . is now part of
3752 command name.
3753
37542019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3755
3756 * gdb.base/define-prefix.exp: New file.
3757
37582019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
3759
3760 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
3761 compile.
3762 (skip_btrace_pt_tests): Likewise.
3763
37642019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3765
3766 * gdb.fortran/info-modules.exp: Compile source files in correct
3767 order.
3768
37692019-11-27 Kevin Buettner <kevinb@redhat.com>
3770
3771 * gdb.dwarf2/imported-unit.exp: New file.
3772 * gdb.dwarf2/imported-unit.c: New file.
3773
37742019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3775
3776 * gdb.mi/mi-fortran-modules-2.f90: New file.
3777 * gdb.mi/mi-fortran-modules.exp: New file.
3778 * gdb.mi/mi-fortran-modules.f90: New file.
3779
37802019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3781
3782 * gdb.mi/mi-sym-info-1.c: New file.
3783 * gdb.mi/mi-sym-info-2.c: New file.
3784 * gdb.mi/mi-sym-info.exp: New file.
3785
37862019-11-22 Tom Tromey <tromey@adacore.com>
3787
3788 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
3789 * gdb.ada/tasks/foo.adb: Add another stopping location.
3790
37912019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
3792
3793 * gdb.base/endianity.c: New test.
3794 * gdb.base/endianity.exp: New file.
3795
37962019-11-21 Lukas Durfina <ldurfina@tachyum.com>
3797
3798 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
3799
38002019-11-21 Tom de Vries <tdevries@suse.de>
3801
3802 PR gdb/24956
3803 * gdb.base/ui-redirect.exp: Test output of user-defined command.
3804
38052019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
3806
3807 * gdb.python/py-progspace.exp: Add missing parentheses on some
3808 'print' commands.
3809
38102019-11-19 Tom Tromey <tom@tromey.com>
3811
3812 * gdb.tui/winheight.exp: New file.
3813
38142019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3815
3816 * gdb.base/ctf-whatis.c: Delete.
3817 * gdb.base/ctf-whatis.exp: Delete.
3818 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
3819
38202019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3821
3822 * gdb.base/ctf-cvexpr.exp: Delete.
3823 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
3824
38252019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3826
3827 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
3828 the compiler. Clean up header comment a little.
3829 * gdb.base/ctf-ptype.exp: Likewise.
3830 * gdb.base/ctf-whatis.exp: Likewise.
3831 * lib/gdb.exp (skip_ctf_tests): New proc.
3832
38332019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
3834
3835 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
3836 * gdb.tui/corefile-run.exp: New file.
3837
38382019-11-14 Tom Tromey <tromey@adacore.com>
3839
3840 * gdb.base/gdbvars.exp (test_convenience_variables): Add
3841 regression tests.
3842
38432019-11-12 Tom Tromey <tom@tromey.com>
3844
3845 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
3846 after any command. Expect prompt after WAIT_FOR is seen.
3847 (enter_tui): Enable resize messages.
3848 (command): Expect command in output.
3849 (get_line): Avoid error when cursor appears to be off-screen.
3850 (dump_screen): Include screen size in title.
3851 (_do_resize): New proc, from "resize".
3852 (resize): Rewrite. Do resize in two steps.
3853 * gdb.tui/empty.exp (layouts): Fix entries.
3854 (check_boxes): Remove xfail.
3855 (check_text): Dump screen on failure.
3856
38572019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3858
3859 * gdb.python/py-symbol.exp: Add test for
3860 gdb.lookup_static_symbols.
3861
38622019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3863
3864 * gdb.python/py-symbol.c: Declare and call function from new
3865 py-symbol-2.c file.
3866 * gdb.python/py-symbol.exp: Compile both source files, and add new
3867 tests for gdb.lookup_static_symbol.
3868 * gdb.python/py-symbol-2.c: New file.
3869
38702019-11-02 Tom de Vries <tdevries@suse.de>
3871
3872 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
3873 * gdb.base/anon.exp: Same.
3874 * gdb.base/auto-connect-native-target.exp: Same.
3875 * gdb.base/call-ar-st.exp: Same.
3876 * gdb.base/catch-syscall.exp: Same.
3877 * gdb.base/commands.exp: Same.
3878 * gdb.base/default.exp: Same.
3879 * gdb.base/display.exp: Same.
3880 * gdb.base/float.exp: Same.
3881 * gdb.base/foll-fork.exp: Same.
3882 * gdb.base/help.exp: Same.
3883 * gdb.base/info-macros.exp: Same.
3884 * gdb.base/info-proc.exp: Same.
3885 * gdb.base/info-target.exp: Same.
3886 * gdb.base/long_long.exp: Same.
3887 * gdb.base/macscp.exp: Same.
3888 * gdb.base/memattr.exp: Same.
3889 * gdb.base/nofield.exp: Same.
3890 * gdb.base/pointers.exp: Same.
3891 * gdb.base/printcmds.exp: Same.
3892 * gdb.base/ptype.exp: Same.
3893 * gdb.base/restore.exp: Same.
3894 * gdb.base/return.exp: Same.
3895 * gdb.base/scope.exp: Same.
3896 * gdb.base/set-noassign.exp: Same.
3897 * gdb.base/setshow.exp: Same.
3898 * gdb.base/shlib-call.exp: Same.
3899 * gdb.base/signals.exp: Same.
3900 * gdb.base/sigstep.exp: Same.
3901 * gdb.base/skip.exp: Same.
3902 * gdb.base/solib-symbol.exp: Same.
3903 * gdb.base/stap-probe.exp: Same.
3904 * gdb.base/step-line.exp: Same.
3905 * gdb.base/step-test.exp: Same.
3906 * gdb.base/style.exp: Same.
3907 * gdb.base/varargs.exp: Same.
3908 * gdb.base/vla-datatypes.exp: Same.
3909 * gdb.base/vla-ptr.exp: Same.
3910 * gdb.base/vla-sideeffect.exp: Same.
3911 * gdb.base/volatile.exp: Same.
3912 * gdb.base/watch-cond-infcall.exp: Same.
3913 * gdb.base/watchpoint.exp: Same.
3914
39152019-11-02 Tom de Vries <tdevries@suse.de>
3916
3917 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
3918 * gdb.cp/cpexprs.exp: Same.
3919 * gdb.cp/except-multi-location.exp: Same.
3920 * gdb.cp/exceptprint.exp: Same.
3921 * gdb.cp/gdb2384.exp: Same.
3922 * gdb.cp/inherit.exp: Same.
3923 * gdb.cp/m-static.exp: Same.
3924 * gdb.cp/meth-typedefs.exp: Same.
3925 * gdb.cp/misc.exp: Same.
3926 * gdb.cp/namespace.exp: Same.
3927 * gdb.cp/non-trivial-retval.exp: Same.
3928 * gdb.cp/overload.exp: Same.
3929 * gdb.cp/pr17132.exp: Same.
3930 * gdb.cp/re-set-overloaded.exp: Same.
3931 * gdb.cp/rvalue-ref-types.exp: Same.
3932 * gdb.cp/templates.exp: Same.
3933
39342019-11-01 Luis Machado <luis.machado@linaro.org>
3935
3936 PR gdb/25124
3937
3938 * gdb.arch/pr25124.S: New file.
3939 * gdb.arch/pr25124.exp: New file.
3940
39412019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3942
3943 * gdb.fortran/info-modules.exp: Update expected results, and add
3944 additional tests for 'info module functinos', and 'info module
3945 variables'.
3946 * gdb.fortran/info-types.exp: Update expected results.
3947 * gdb.fortran/info-types.f90: Extend testcase with additional
3948 module variables and functions.
3949
39502019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3951
3952 * gdb.fortran/info-modules.exp: New file.
3953 * gdb.fortran/info-types.exp: Build with new file.
3954 * gdb.fortran/info-types.f90: Include and use new module.
3955 * gdb.fortran/info-types-2.f90: New file.
3956
39572019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3958
3959 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
3960 * gdb.base/settings.exp: Test all settings types using
3961 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
3962 that now verifies that the value of "maint show" is the same as
3963 returned by the settings functions. Test the type of the
3964 maintenance settings.
3965 * gdb.base/default.exp: Update show_conv_list.
3966
39672019-10-31 Tom de Vries <tdevries@suse.de>
3968
3969 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
3970 gdb_test.
3971 * gdb.arch/amd64-disp-step.exp: Same.
3972 * gdb.asm/asm-source.exp: Same.
3973 * gdb.btrace/buffer-size.exp: Same.
3974 * gdb.btrace/cpu.exp: Same.
3975 * gdb.btrace/enable.exp: Same.
3976 * gdb.dwarf2/count.exp: Same.
3977 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3978 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
3979 * gdb.fortran/vla-datatypes.exp: Same.
3980 * gdb.fortran/vla-history.exp: Same.
3981 * gdb.fortran/vla-ptype.exp: Same.
3982 * gdb.fortran/vla-value.exp: Same.
3983 * gdb.fortran/whatis_type.exp: Same.
3984 * gdb.guile/guile.exp: Same.
3985 * gdb.multi/tids.exp: Same.
3986 * gdb.python/py-finish-breakpoint.exp: Same.
3987 * gdb.python/py-framefilter.exp: Same.
3988 * gdb.python/py-pp-registration.exp: Same.
3989 * gdb.python/py-xmethods.exp: Same.
3990 * gdb.python/python.exp: Same.
3991 * gdb.server/connect-with-no-symbol-file.exp: Same.
3992 * gdb.server/no-thread-db.exp: Same.
3993 * gdb.server/run-without-local-binary.exp: Same.
3994 * gdb.stabs/weird.exp: Same.
3995 * gdb.threads/attach-many-short-lived-threads.exp: Same.
3996 * gdb.threads/thread-find.exp: Same.
3997 * gdb.threads/tls-shared.exp: Same.
3998 * gdb.threads/tls.exp: Same.
3999 * gdb.threads/wp-replication.exp: Same.
4000 * gdb.trace/ax.exp: Same.
4001 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
4002
40032019-10-31 Tom de Vries <tdevries@suse.de>
4004
4005 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
4006 * gdb.ada/array_subscript_addr.exp: Same.
4007 * gdb.ada/arrayidx.exp: Same.
4008 * gdb.ada/arrayparam.exp: Same.
4009 * gdb.ada/arrayptr.exp: Same.
4010 * gdb.ada/boolean_expr.exp: Same.
4011 * gdb.ada/call_pn.exp: Same.
4012 * gdb.ada/complete.exp: Same.
4013 * gdb.ada/fixed_cmp.exp: Same.
4014 * gdb.ada/fun_addr.exp: Same.
4015 * gdb.ada/funcall_param.exp: Same.
4016 * gdb.ada/interface.exp: Same.
4017 * gdb.ada/mod_from_name.exp: Same.
4018 * gdb.ada/null_array.exp: Same.
4019 * gdb.ada/packed_array.exp: Same.
4020 * gdb.ada/packed_tagged.exp: Same.
4021 * gdb.ada/print_chars.exp: Same.
4022 * gdb.ada/print_pc.exp: Same.
4023 * gdb.ada/ptype_arith_binop.exp: Same.
4024 * gdb.ada/ptype_field.exp: Same.
4025 * gdb.ada/ptype_tagged_param.exp: Same.
4026 * gdb.ada/rec_return.exp: Same.
4027 * gdb.ada/ref_tick_size.exp: Same.
4028 * gdb.ada/str_ref_cmp.exp: Same.
4029 * gdb.ada/taft_type.exp: Same.
4030 * gdb.ada/tagged.exp: Same.
4031 * gdb.ada/type_coercion.exp: Same.
4032 * gdb.ada/uninitialized_vars.exp: Same.
4033
40342019-10-30 Tom de Vries <tdevries@suse.de>
4035
4036 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
4037
40382019-10-26 Tom de Vries <tdevries@suse.de>
4039
4040 * gdb.base/bigcore.c: Fix typos in comments.
4041 * gdb.base/ctf-ptype.c: Same.
4042 * gdb.base/long_long.c: Same.
4043 * gdb.dwarf2/dw2-op-out-param.S: Same.
4044 * gdb.python/py-evthreads.c: Same.
4045 * gdb.reverse/i387-stack-reverse.c: Same.
4046 * gdb.trace/tfile.c: Same.
4047 * lib/compiler.c: Same.
4048 * lib/compiler.cc: Same.
4049
40502019-10-25 Tom de Vries <tdevries@suse.de>
4051
4052 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
4053 gdb_test_multiple calls.
4054 * gdb.reverse/sigall-reverse.exp: Same.
4055 * gdb.reverse/solib-precsave.exp: Same.
4056 * gdb.reverse/solib-reverse.exp: Same.
4057 * gdb.reverse/until-precsave.exp: Same.
4058 * gdb.reverse/until-reverse.exp: Same.
4059
40602019-10-24 Tom de Vries <tdevries@suse.de>
4061
4062 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
4063 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
4064 kfail using -wrap pattern flag and convenience variable
4065 gdb_test_name.
4066
40672019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
4068
4069 * gdb.python/py-progspace.exp: Add tests for the
4070 Progspace.block_for_pc method.
4071
40722019-10-23 Tom Tromey <tom@tromey.com>
4073
4074 * configure: Rebuild.
4075 * aclocal.m4: Use m4_include, not sinclude.
4076
40772019-10-21 Tom de Vries <tdevries@suse.de>
4078
4079 * gdb.base/infcall-nested-structs.c: Add
4080 __attribute__((noinline,noclone)) to all functions.
4081 (call_all): Add missing variable initialization. Simplify return value.
4082 (breakpt): Increment volatile variable, to prevent call from being
4083 optimized out.
4084 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
4085
40862019-10-17 Tom de Vries <tdevries@suse.de>
4087
4088 * gdb.fortran/module.exp: Allow info variables to print info for files
4089 other than module.f90.
4090
40912019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
4092
4093 * gdb.fortran/module.exp: Extend with 'info variables' test.
4094
40952019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
4096
4097 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
4098 F77_FOR_TARGET.
4099
41002019-10-16 Tom de Vries <tdevries@suse.de>
4101
4102 PR tdep/25096
4103 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
4104
41052019-10-16 Tom de Vries <tdevries@suse.de>
4106
4107 PR tdep/24104
4108 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
4109 Add KFAIL for PR tdep/25096.
4110
41112019-10-16 Tom de Vries <tdevries@suse.de>
4112
4113 PR testsuite/25059
4114 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
4115
41162019-10-16 Tom de Vries <tdevries@suse.de>
4117
4118 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
4119 as signed.
4120
41212019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
4122
4123 * gdb.mi/list-thread-groups-available.exp: Read entries one by
4124 one instead of increasing timeout.
4125
41262019-10-13 Tom de Vries <tdevries@suse.de>
4127
4128 PR record/25038
4129 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
4130 * gdb.reverse/sigall-reverse.exp: Same.
4131 * gdb.reverse/solib-precsave.exp: Same.
4132 * gdb.reverse/solib-reverse.exp: Same.
4133 * gdb.reverse/step-precsave.exp: Same.
4134 * gdb.reverse/until-precsave.exp: Same.
4135 * gdb.reverse/until-reverse.exp: Same.
4136 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
4137
41382019-10-10 Andreas Arnez <arnez@linux.ibm.com>
4139
4140 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
4141 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
4142 (cmp_struct_05_01, cmp_struct_static_02_01)
4143 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
4144 comparisons.
4145
41462019-10-10 Tom de Vries <tdevries@suse.de>
4147
4148 PR testsuite/24888
4149 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
4150 gnatlink.
4151
41522019-10-09 Tom de Vries <tdevries@suse.de>
4153
4154 PR testsuite/25048
4155 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
4156
41572019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
4158
4159 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
4160 exceptions due to missing debug information.
4161
41622019-10-07 Tom de Vries <tdevries@suse.de>
4163
4164 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
4165
41662019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
4167
4168 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
4169 * gdb.base/annota1.exp: Update to use gdb_test_name.
4170
41712019-10-07 Weimin Pan <weimin.pan@oracle.com>
4172
4173 * gdb.base/ctf-whatis.exp: New file.
4174 * gdb.base/ctf-whatis.c: New file.
4175 * gdb.base/ctf-ptype.exp: New file.
4176 * gdb.base/ctf-ptype.c: New file.
4177 * gdb.base/ctf-constvars.exp: New file.
4178 * gdb.base/ctf-constvars.c: New file.
4179 * gdb.base/ctf-cvexpr.exp: New file.
4180
41812019-10-04 Tom de Vries <tdevries@suse.de>
4182
4183 * gdb.cp/local-static.c (main): Move declaration of int i out of the
4184 for loop.
4185
41862019-10-03 Tom Tromey <tom@tromey.com>
4187
4188 PR rust/24976:
4189 * gdb.rust/simple.rs (Union2): New type.
4190 (main): Use Union2.
4191 * gdb.rust/simple.exp: Add test.
4192
41932019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4194
4195 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
4196 nested function prefix.
4197
41982019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
4199 Richard Bunt <richard.bunt@arm.com>
4200 Andrew Burgess <andrew.burgess@embecosm.com>
4201
4202 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
4203 nested functions.
4204 * gdb.fortran/nested-funcs.f90: Update expected results.
4205 * gdb.fortran/nested-funcs-2.exp: New file.
4206 * gdb.fortran/nested-funcs-2.f90: New file.
4207
42082019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4209
4210 * gdb.python/py-parameter.exp: Make test names unique.
4211 * gdb.python/py-template.exp: Likewise.
4212 * gdb.python/py-value.exp: Likewise.
4213
42142019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4215
4216 * gdb.base/break-interp.exp: Reduce test name duplication.
4217 * gdb.base/call-sc.exp: Likewise.
4218 * gdb.base/callfuncs.exp: Likewise.
4219 * gdb.base/charset.exp: Likewise.
4220 * gdb.base/dump.exp: Likewise.
4221 * gdb.base/ena-dis-br.exp: Likewise.
4222 * gdb.base/relational.exp: Likewise.
4223 * gdb.base/step-over-syscall.exp: Likewise.
4224 * gdb.base/structs.exp: Likewise.
4225
42262019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4227
4228 * gdb.linespec/explicit.exp: Make test names unique.
4229 * gdb.linespec/ls-errs.exp: Likewise.
4230
42312019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4232
4233 * gdb.reverse/break-precsave.exp: Make test names unique.
4234 * gdb.reverse/break-reverse.exp: Likewise.
4235 * gdb.reverse/finish-precsave.exp: Likewise.
4236 * gdb.reverse/finish-reverse.exp: Likewise.
4237 * gdb.reverse/machinestate-precsave.exp: Likewise.
4238 * gdb.reverse/machinestate.exp: Likewise.
4239 * gdb.reverse/readv-reverse.exp: Likewise.
4240 * gdb.reverse/recvmsg-reverse.exp: Likewise.
4241 * gdb.reverse/sigall-precsave.exp: Likewise.
4242 * gdb.reverse/sigall-reverse.exp: Likewise.
4243 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
4244 * gdb.reverse/watch-precsave.exp: Likewise.
4245 * gdb.reverse/watch-reverse.exp: Likewise.
4246
42472019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4248
4249 * gdb.threads/stop-with-handle.c: New file.
4250 * gdb.threads/stop-with-handle.exp: New file.
4251
42522019-10-03 Tom de Vries <tdevries@suse.de>
4253
4254 PR testsuite/25059
4255 * gdb.base/list-missing-source.exp: Allowing the "Compilation
4256 directory" line to be missing.
4257
42582019-10-03 Tom de Vries <tdevries@suse.de>
4259
4260 PR testsuite/25059
4261 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
4262 type optional.
4263
42642019-10-02 Andreas Arnez <arnez@linux.ibm.com>
4265
4266 * gdb.python/py-format-string.c (string.h): New include.
4267 (main): Fill a_struct_with_union.the_union.an_int with bytes of
4268 the same value, for endianness-independence.
4269 * gdb.python/py-format-string.exp (default_regexp_dict)
4270 (test_pretty_structs, test_format): Adjust expected output to the
4271 changed initialization.
4272
42732019-10-02 Tom Tromey <tromey@adacore.com>
4274
4275 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
4276
42772019-10-02 Pedro Alves <palves@redhat.com>
4278 Andrew Burgess <andrew.burgess@embecosm.com>
4279
4280 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
4281 "print-file-var.h".
4282 (this_version_id) Use ATTRIBUTE_VISIBILITY.
4283 (get_version_1): Print this_version_id and its address.
4284 Add extern "C" wrappers around interface functions.
4285 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
4286 "print-file-var.h".
4287 (this_version_id) Use ATTRIBUTE_VISIBILITY.
4288 (get_version_2): Print this_version_id and its address.
4289 Add extern "C" wrappers around interface functions.
4290 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
4291 <stddef.h> and "print-file-var.h".
4292 Add extern "C" wrappers around interface functions.
4293 [VERSION_ID_MAIN] (this_version_id): Define.
4294 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
4295 * gdb.base/print-file-var.h: Add some #defines to simplify setting
4296 up extern "C" blocks.
4297 * gdb.base/print-file-var.exp (test): New, factored out from top
4298 level.
4299 (top level): Test all combinations of attribute hidden or not,
4300 dlopen or not, and this_version_id symbol in main file or not.
4301 Compile tests as both C++ and C, make test names unique.
4302
43032019-10-01 Tom Tromey <tom@tromey.com>
4304
4305 * gdb.base/style.exp: Test "show logging filename".
4306
43072019-10-01 Tom Tromey <tom@tromey.com>
4308
4309 * lib/gdb-utils.exp (style): Handle "metadata" argument.
4310 * gdb.base/style.exp: Add metadata style test.
4311
43122019-10-01 Tom Tromey <tom@tromey.com>
4313
4314 * gdb.base/style.exp: Test "pwd".
4315
43162019-10-01 Tom Tromey <tom@tromey.com>
4317
4318 * gdb.base/style.exp: Update tests.
4319
43202019-10-01 Andreas Arnez <arnez@linux.ibm.com>
4321
4322 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
4323 'six' to unsigned.
4324 (s1): Initialize fields 'four' and 'six' instead of 'three' and
4325 'five'. Use an all-ones bit pattern for each.
4326 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
4327 to its changed values.
4328
43292019-09-30 Tom Tromey <tromey@adacore.com>
4330
4331 * gdb.rust/traits.rs: Disable all warnings.
4332
43332019-09-29 Tom de Vries <tdevries@suse.de>
4334
4335 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
4336
43372019-09-29 Tom de Vries <tdevries@suse.de>
4338
4339 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
4340
43412019-09-27 Tom de Vries <tdevries@suse.de>
4342
4343 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
4344
43452019-09-27 Tom de Vries <tdevries@suse.de>
4346
4347 PR record/23188
4348 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
4349
43502019-09-26 Tom Tromey <tromey@adacore.com>
4351
4352 * gdb.ada/py_taft.exp: New file.
4353 * gdb.ada/py_taft/main.adb: New file.
4354 * gdb.ada/py_taft/pkg.adb: New file.
4355 * gdb.ada/py_taft/pkg.ads: New file.
4356
43572019-09-24 Tom de Vries <tdevries@suse.de>
4358
4359 PR gdb/24598
4360 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
4361
43622019-09-22 Tom de Vries <tdevries@suse.de>
4363
4364 * gdb.base/restore.exp: Allow register variables to be optimized out at
4365 -O0.
4366
43672019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
4368
4369 * gdb.arch/spu-info.exp: Remove file.
4370 * gdb.arch/spu-info.c: Remove file.
4371 * gdb.arch/spu-ls.exp: Remove file.
4372 * gdb.arch/spu-ls.c: Remove file.
4373
4374 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
4375 * gdb.asm/spu.inc: Remove file.
4376
4377 * gdb.base/dump.exp: Remove support for spu*-*-*.
4378 * gdb.base/stack-checking.exp: Likewise.
4379 * gdb.base/overlays.exp: Likewise.
4380 * gdb.base/ovlymgr.c: Likewise.
4381 * gdb.base/spu.ld: Remove file.
4382
4383 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
4384 * gdb.cp/cpexprs.exp: Likewise.
4385 * gdb.cp/exception.exp: Likewise.
4386 * gdb.cp/gdb2495.exp: Likewise.
4387 * gdb.cp/mb-templates.exp: Likewise.
4388 * gdb.cp/pr9167.exp: Likewise.
4389 * gdb.cp/userdef.exp: Likewise.
4390
4391 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
4392
4393 * gdb.cell: Remove directory.
4394 * lib/cell.exp: Remove file.
4395
43962019-09-19 Tom de Vries <tdevries@suse.de>
4397
4398 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
4399
44002019-09-19 Tom de Vries <tdevries@suse.de>
4401
4402 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
4403
44042019-09-19 Tom de Vries <tdevries@suse.de>
4405
4406 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
4407 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
4408 (gdb_target_cmd): ... here.
4409 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
4410 value 2.
4411
44122019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
4413
4414 * gdb.base/source-dir.exp: Avoid having directory names in test
4415 names.
4416
44172019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4418
4419 * gdb.base/source-dir.exp: Add extra test for mapped compilation
4420 directory.
4421
44222019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4423
4424 * gdb.base/list-missing-source.exp: New file.
4425
44262019-09-14 Tom de Vries <tdevries@suse.de>
4427
4428 PR teststuite/24599
4429 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
4430 * lib/ada.exp (gnatmake_version_at_least): New proc.
4431
44322019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4433
4434 * gdb.base/maint.exp: Use exec_has_index_section.
4435
44362019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4437
4438 * gdb.base/maint.exp: Add test for 'maint info sections'.
4439
44402019-09-12 Tom de Vries <tdevries@suse.de>
4441
4442 * gdb.base/store.exp: Allow register variables to be optimized out at
4443 -O0.
4444
44452019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4446
4447 * gdb.ada/rdv_wait.exp: Update to new task names.
4448 * gdb.base/task_switch_in_core.exp: Likewise.
4449 * gdb.base/info_sources_base.c: Likewise.
4450
44512019-09-10 Tom Tromey <tromey@adacore.com>
4452
4453 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
4454
44552019-09-10 Tom Tromey <tromey@adacore.com>
4456
4457 * gdb.ada/dgopt.exp: New file.
4458 * gdb.ada/dgopt/x.adb: New file.
4459
44602019-09-08 Tom Tromey <tom@tromey.com>
4461
4462 * gdb.tui/resize.exp: Remove setup_xfail.
4463 * gdb.tui/regs.exp: Remove setup_xfail.
4464 * gdb.tui/basic.exp: Remove setup_xfail.
4465
44662019-09-06 David Blaikie <dblaikie@gmail.com>
4467
4468 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
4469 * gdb.cp/cplabel.exp: Ditto.
4470 * gdb.linespec/ls-errs.exp: Ditto.
4471
44722019-09-05 Tom de Vries <tdevries@suse.de>
4473
4474 * lib/gdb.exp (cmp_file_string): New proc.
4475 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
4476 runto_main. Verify save breakpoints output.
4477
44782019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4479
4480 * gdb.base/info-var.exp: Test info variables without running
4481 to main, to avoid expect's buffer overflow.
4482
44832019-09-03 Tom Tromey <tromey@adacore.com>
4484
4485 * gdb.ada/bias.exp: New file.
4486 * gdb.ada/bias/bias.adb: New file.
4487 * gdb.ada/print_chars.exp: Add regression test.
4488 * gdb.ada/print_chars/foo.adb (My_Character): New type.
4489 (MC): New variable.
4490
44912019-08-29 Sandra Loosemore <sandra@codesourcery.com>
4492
4493 * gdb.base/argv0-symlink.exp: Run only on native target
4494 and local host.
4495
44962019-08-29 Tom de Vries <tdevries@suse.de>
4497
4498 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
4499 diverse debug info.
4500 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
4501
45022019-08-28 Tom de Vries <tdevries@suse.de>
4503
4504 * gdb.base/info-var.exp: Allow info variables to print info for files
4505 other than info-var-f1.c and info-var-f2.c.
4506
45072019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4508
4509 * gdb.fortran/info-types.exp: Add module.
4510 * gdb.fortran/info-types.f90: Update expected results.
4511
45122019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4513
4514 * gdb.fortran/info-types.exp: New file.
4515 * gdb.fortran/info-types.f90: New file.
4516 * lib/fortran.exp (fortran_character1): New proc.
4517
45182019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
4519
4520 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
4521 functions'. Reindent as needed.
4522 * gdb.base/info-var-f1.c: New file.
4523 * gdb.base/info-var-f2.c: New file.
4524 * gdb.base/info-var.exp: New file.
4525 * gdb.base/info-var.h: New file.
4526
45272019-08-26 Tom de Vries <tdevries@suse.de>
4528
4529 PR c++/24852
4530 * gdb.cp/no-libstdcxx-probe.exp: New test.
4531
45322019-08-26 Tom de Vries <tdevries@suse.de>
4533
4534 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
4535 * tests need to be skipped.
4536 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
4537 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
4538 mi_skip_libstdcxx_probe_tests.
4539
45402019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
4541
4542 * gdb.python/py-xmethods.exp: Use raw strings when passing
4543 arguments to SimpleXMethodMatcher.
4544
45452019-08-22 Tom de Vries <tdevries@suse.de>
4546
4547 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
4548 more informative.
4549
45502019-08-21 Pedro Alves <palves@redhat.com>
4551
4552 * gdb.base/with.exp: Test "with" with no arguments.
4553
45542019-08-21 Tom de Vries <tdevries@suse.de>
4555
4556 * gdb.base/gdb-caching-proc.exp: Sort files.
4557
45582019-08-20 Tom de Vries <tdevries@suse.de>
4559
4560 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
4561 compilation.
4562
45632019-08-16 Tom de Vries <tdevries@suse.de>
4564
4565 * gdb.base/compare-sections.exp ("after run to main"): Allow
4566 mismatched read-only sections for PIE executables.
4567
45682019-08-16 Tom Tromey <tom@tromey.com>
4569
4570 * lib/tuiterm.exp (_csi_Z): New proc.
4571 * gdb.tui/basic.exp: Update window positions.
4572 * gdb.tui/empty.exp: Update window positions.
4573
45742019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4575
4576 * gdb.base/examine-backward.exp: Correct regexp for
4577 "examine 3 bytes backward from ${address_zero}".
4578
45792019-08-15 Tom Tromey <tom@tromey.com>
4580
4581 * gdb.tui/empty.exp: Enable resizing tests.
4582
45832019-08-15 Tom Tromey <tromey@adacore.com>
4584
4585 * gdb.ada/char_enum.exp: Add regression tests.
4586 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
4587 and '0'.
4588 (Char, Gchar): Update.
4589 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
4590
45912019-08-15 Christian Biesinger <cbiesinger@google.com>
4592
4593 * gdb.python/python.exp: Expect a leading underscore on
4594 GdbOutput{,Error}File.
4595
45962019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4597
4598 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
4599 Windows host.
4600
46012019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4602
4603 * gdb.base/batch-preserve-term-settings.exp
4604 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
4605
46062019-08-15 Christian Biesinger <cbiesinger@google.com>
4607
4608 * lib/gdb.exp: When running on a mingw target, replace
4609 /x/ with x:/.
4610
46112019-08-14 Alan Hayward <alan.hayward@arm.com>
4612
4613 * gdb.arch/aarch64-prologue.c: New test.
4614 * gdb.arch/aarch64-prologue.exp: New file.
4615
46162019-08-13 Tom de Vries <tdevries@suse.de>
4617
4618 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
4619 Thread.
4620
46212019-08-13 Sandra Loosemore <sandra@codesourcery.com>
4622
4623 * gdb.python/py-completion.exp: Download the .py file to the host
4624 and use its host pathname. Conditionalize tests that use
4625 tab completion and manipulate files on the build machine.
4626 * gdb.python/py-events.exp: Download the .py file to the host
4627 and use its host pathname.
4628 * gdb.python/py-evsignal.exp: Likewise.
4629 * gdb.python/py-evthreads.exp: Likewise.
4630 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
4631 pathname syntax.
4632 * gdb.python/py-framefilter.exp: Download the .py file to the right
4633 place on the host. Match Windows pathname syntax.
4634 * gdb.python/py-mi-var-info-path-expression.exp: Download the
4635 .py file to the host and use its host pathname.
4636 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
4637 * gdb.python/py-objfile.exp: Expect a host pathname, not a
4638 build pathname. Skip symlink test on Windows host. Add missing
4639 newline at end of file.
4640 * gdb.python/py-pp-maint.exp: Download the .py file to the host
4641 and use its host pathname.
4642 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
4643 * gdb.python/py-section-script.exp: Use host location of binfile
4644 on safe-path. Use correct path separator on Windows host.
4645 Reorder alternatives in gdb_test_multiple to prevent matching
4646 the wrong alternative on success.
4647 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
4648
46492019-08-12 Patrick Palka <patrick@parcs.ath.cx>
4650
4651 * gdb.gdb/selftest.exp (test_with_self): Update test to now
4652 expect the GDB inferior to no longer immediately stop after
4653 being resumed with "signal SIGINT".
4654
46552019-08-09 Sandra Loosemore <sandra@codesourcery.com>
4656
4657 * gdb.linespec/break-ask.exp: Generalize regexps to match
4658 Windows pathnames too.
4659
46602019-08-08 Tom de Vries <tdevries@suse.de>
4661
4662 PR testsuite/24862
4663 * lib/tuiterm.exp (_accept): Fix CSI regexp.
4664
46652019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4666
4667 * gdb.base/style.exp: Update tests for help doc new invariants.
4668 * gdb.base/help.exp: Likewise.
4669
46702019-08-06 Tom Tromey <tom@tromey.com>
4671
4672 * gdb.base/style.exp: Add disassemble test.
4673 * gdb.base/style.c (some_called_function): New function.
4674 (main): Use it.
4675
46762019-08-05 Christian Biesinger <cbiesinger@google.com>
4677
4678 * gdb.python/py-block.exp: Test dictionary access on blocks.
4679
46802019-08-05 Simon Marchi <simon.marchi@efficios.com>
4681
4682 PR gdb/24863
4683 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
4684 -list-thread-groups --available test when running under
4685 check-read1.
4686
46872019-08-05 Tom de Vries <tdevries@suse.de>
4688
4689 PR testsuite/24863
4690 * lib/gdb.exp (with_read1_timeout_factor): New proc.
4691 * gdb.base/help.exp: Use with_read1_timeout_factor.
4692 * gdb.base/info-macros.exp: Same.
4693 * gdb.cp/nested-types.exp: Same.
4694
46952019-08-05 Tom de Vries <tdevries@suse.de>
4696
4697 * lib/gdb.exp (version_at_least): Factor out of ...
4698 (tcl_version_at_least): ... here.
4699 (gdb_compile): Fail if pie results in non-PIE executable.
4700 (readelf_version, readelf_prints_pie): New proc.
4701 (exec_is_pie): Return -1 if unknown.
4702
47032019-08-05 Tom de Vries <tdevries@suse.de>
4704
4705 * lib/gdb.exp (tcl_version_at_least): Fix typo.
4706
47072019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4708
4709 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
4710
47112019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4712
4713 * lib/completion-support.exp (test_gdb_complete_none): Skip
4714 tab completion tests if no readline support.
4715 (test_gdb_complete_unique_re): Likewise.
4716 (test_gdb_complete_multiple): Likewise.
4717
47182019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4719
4720 * gdb.base/info_sources.exp: New file.
4721 * gdb.base/info_sources.c: New file.
4722 * gdb.base/info_sources_base.c: New file.
4723
47242019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4725
4726 * gdb.base/batch-exit-status.exp: Call test_exit_status with
4727 prefix argument.
4728 (test_exit_status): Add prefix argument.
4729
47302019-08-01 Tom de Vries <tdevries@suse.de>
4731
4732 PR testsuite/24863
4733 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
4734 calling exp_continue for new thread and thread exited messages.
4735
47362019-08-01 Tom de Vries <tdevries@suse.de>
4737
4738 PR testsuite/24863
4739 * gdb.base/structs.exp: Fix check-read1 timeout using
4740 gdb_test_sequence.
4741 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
4742
47432019-08-01 Tom de Vries <tdevries@suse.de>
4744
4745 PR testsuite/24863
4746 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
4747 line.
4748
47492019-08-01 Tom de Vries <tdevries@suse.de>
4750
4751 PR testsuite/24863
4752 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
4753
47542019-07-30 Tom Tromey <tromey@adacore.com>
4755
4756 * gdb.ada/display_nested.exp: New file.
4757 * gdb.ada/display_nested/foo.adb: New file.
4758 * gdb.ada/display_nested/pack.adb: New file.
4759 * gdb.ada/display_nested/pack.ads: New file.
4760
47612019-07-30 Christian Biesinger <cbiesinger@google.com>
4762
4763 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
4764 namespace.
4765 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
4766
47672019-07-30 Tom de Vries <tdevries@suse.de>
4768
4769 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
4770 instead.
4771
47722019-07-30 Tom de Vries <tdevries@suse.de>
4773
4774 PR testsuite/24834
4775 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
4776 (exec_is_pie): New proc.
4777
47782019-07-29 Christian Biesinger <cbiesinger@google.com>
4779
4780 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
4781
47822019-07-29 Christian Biesinger <cbiesinger@google.com>
4783
4784 * gdb.python/py-objfile.c: Add global and static vars.
4785 * gdb.python/py-objfile.exp: Test new functions Objfile.
4786 lookup_global_symbol and lookup_static_symbol.
4787
47882019-07-29 Tom Tromey <tom@tromey.com>
4789
4790 * lib/tuiterm.exp (Term::_csi_@): New proc.
4791 (Term::_csi_X): Don't move cursor.
4792
47932019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4794
4795 * gdb.base/options.exp: Update backtrace - completion to
4796 new option -frame-info.
4797 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
4798 Test new 'set print frame-info'. Test backtrace -frame-info
4799 overriding 'set print frame-info'.
4800 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
4801 Test new 'set print frame-info'.
4802 Verify consistency of backtrace with and without filters, with and
4803 without -no-filters.
4804 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
4805 default.
4806
48072019-07-29 Tom de Vries <tdevries@suse.de>
4808
4809 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
4810 no arguments".
4811
48122019-07-29 Tom de Vries <tdevries@suse.de>
4813
4814 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
4815 is a substring of the first for "complete non-unique file name".
4816
48172019-07-29 Tom de Vries <tdevries@suse.de>
4818
4819 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
4820 with ".*".
4821
48222019-07-29 Tom de Vries <tdevries@suse.de>
4823
4824 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
4825 Pass prompt_regexp parameter to gdb_test_multiple calls.
4826
48272019-07-29 Tom de Vries <tdevries@suse.de>
4828
4829 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
4830 print registers" regexps.
4831
48322019-07-29 Tom de Vries <tdevries@suse.de>
4833
4834 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
4835
48362019-07-29 Tom de Vries <tdevries@suse.de>
4837
4838 PR gdb/24855
4839 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
4840 (skip_python_tests_prompt): Add prompt_regexp argument to
4841 gdb_test_multiple calls.
4842
48432019-07-27 Tom Tromey <tom@tromey.com>
4844
4845 * gdb.tui/main.exp: New file.
4846
48472019-07-27 Tom Tromey <tom@tromey.com>
4848
4849 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
4850 optional.
4851 * gdb.tui/empty.exp: New file.
4852
48532019-07-27 Tom Tromey <tom@tromey.com>
4854
4855 * lib/tuiterm.exp (spawn): New proc.
4856 (Term::resize): New proc.
4857 * gdb.tui/resize.exp: New file.
4858
48592019-07-27 Tom Tromey <tom@tromey.com>
4860
4861 * gdb.tui/list.exp: New file.
4862
48632019-07-27 Tom Tromey <tom@tromey.com>
4864
4865 * gdb.tui/regs.exp: New file.
4866
48672019-07-27 Tom Tromey <tom@tromey.com>
4868
4869 * gdb.tui/basic.exp: Add "layout split" test.
4870
48712019-07-27 Tom Tromey <tom@tromey.com>
4872
4873 * gdb.tui/basic.exp: Add "layout asm" test.
4874
48752019-07-27 Tom Tromey <tom@tromey.com>
4876
4877 * lib/tuiterm.exp: New file.
4878 * gdb.tui/basic.exp: New file.
4879
48802019-07-27 Kevin Buettner <kevinb@redhat.com>
4881
4882 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
4883 Enable tests associated with this flag. Adjust regex
4884 referencing "foo_low" to now refer to "foo_cold" instead.
4885
48862019-07-27 Kevin Buettner <kevinb@redhat.com>
4887
4888 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
4889 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
4890 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
4891 foo_cold. Revise comments to match.
4892 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
4893 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
4894 were wrapped into this proc; Call do_test in loop from outermost
4895 level.
4896 (foo_low): Rename all occurrences to "foo_cold".
4897 (backtrace from baz): New test.
4898 (x2/i foo_cold): New test.
4899 (info line *foo_cold): New test.
4900
49012019-07-26 Tom de Vries <tdevries@suse.de>
4902
4903 * gdb.arch/i386-pkru.exp: Fix unterminated string.
4904
49052019-07-25 Tom de Vries <tdevries@suse.de>
4906
4907 PR testsuite/24830
4908 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
4909 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
4910 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
4911 (skip_libstdcxx_probe_tests): ... here.
4912 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
4913
49142019-07-24 Tom de Vries <tdevries@suse.de>
4915
4916 PR testsuite/24807
4917 * gdb.objc/basicclass.m: Include stdio.h.
4918 * gdb.objc/nondebug.m: Same.
4919 * gdb.objc/objcdecode.m: Same.
4920
49212019-07-24 Tom de Vries <tdevries@suse.de>
4922
4923 PR testsuite/24612
4924 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
4925 additional_flags.
4926
49272019-07-24 Tom de Vries <tdevries@suse.de>
4928
4929 PR testsuite/24831
4930 * gdb.multi/tids.exp: Update error messages for info threads.
4931
49322019-07-24 Tom de Vries <tdevries@suse.de>
4933
4934 * gdb.base/info-types.exp: Allow info types to print info for more than
4935 one file.
4936
49372019-07-23 Tom de Vries <tdevries@suse.de>
4938
4939 PR testsuite/24842
4940 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
4941 gdb_spawn_with_cmdline_opts.
4942
49432019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4944
4945 * gdb.arch/arm-cmse-sgstubs.c: New test.
4946 * gdb.arch/arm-cmse-sgstubs.exp: New file.
4947
49482019-07-23 Tom de Vries <tdevries@suse.de>
4949
4950 PR testsuite/24711
4951 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
4952 issuing next command.
4953
49542019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4955
4956 * gdb.ada/info_auto_lang.exp: Update expected results.
4957 * gdb.base/info-types.c: Add additional types to check.
4958 * gdb.base/info-types.exp: Update expected results.
4959
49602019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4961
4962 * gdb.base/info-types.c: New file.
4963 * gdb.base/info-types.exp: New file.
4964
49652019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
4966
4967 * gdb.arch/riscv-bp-infcall.c: New file.
4968 * gdb.arch/riscv-bp-infcall.exp: New file.
4969
49702019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
4971
4972 PR breakpoints/24541
4973 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
4974
49752019-07-14 Tom de Vries <tdevries@suse.de>
4976
4977 PR testsuite/24760
4978 * gdb.objc/basicclass.exp: Fix unterminated string.
4979
49802019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
4981 Andrew Burgess <andrew.burgess@embecosm.com>
4982
4983 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
4984 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
4985 negative bounds.
4986 * gdb.fortran/vla-value.exp: Print elements of an array with
4987 negative bounds.
4988 * gdb.fortran/vla.f90: Setup an array with negative bounds for
4989 testing.
4990
49912019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4992
4993 * gdb.base/options.exp (expect_string): Dequote strings in
4994 results.
4995 (test-string): Test strings with different quoting and reindent.
4996
49972019-07-10 Tom Tromey <tromey@adacore.com>
4998
4999 * gdb.ada/mi_ex_cond.exp: Update expected results.
5000 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
5001 * gdb.ada/mi_catch_ex.exp: Update expected results.
5002 * gdb.ada/mi_catch_assert.exp: Update expected results.
5003 * gdb.ada/catch_ex.exp (catch_exception_info)
5004 (catch_exception_entry, catch_assert_entry)
5005 (catch_unhandled_entry): Update.
5006 * gdb.ada/catch_assert_if.exp: Update expected results.
5007
50082019-07-10 Richard Bunt <richard.bunt@arm.com>
5009 Stephen Roberts <stephen.roberts@arm.com>
5010
5011 * gdb.base/define.exp: Restore original prompt.
5012
50132019-07-09 Pedro Alves <palves@redhat.com>
5014
5015 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
5016 breakpoints" output.
5017 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
5018 * gdb.python/py-breakpoint.exp: No longer expect that "catch
5019 throw" creates breakpoint.
5020 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
5021 'type="catchpoint"'.
5022
50232019-07-09 Pedro Alves <palves@redhat.com>
5024
5025 PR c++/15468
5026 * gdb.cp/except-multi-location-lib.cc: New.
5027 * gdb.cp/except-multi-location-main.cc: New.
5028 * gdb.cp/except-multi-location.exp: New.
5029
50302019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
5031
5032 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
5033 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
5034 argument and update callers.
5035
50362019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5037
5038 * gdb.arch/amd64-break-on-asm-line.S: New file.
5039 * gdb.arch/amd64-break-on-asm-line.exp: New file.
5040
50412019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5042
5043 * gdb.base/printcmds.exp: Test printing C string and
5044 C wide string convenience vars without transiting via the inferior.
5045 Also make test names unique.
5046
50472019-07-08 Alan Hayward <alan.hayward@arm.com>
5048
5049 PR breakpoints/25011
5050 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
5051
50522019-07-04 Pedro Alves <palves@redhat.com>
5053
5054 * lib/gdb.exp (foreach_with_prefix): Don't return early if
5055 body returned ok(0), break(3) or continue(4).
5056 * gdb.testsuite/foreach_with_prefix.exp: New file.
5057
50582019-07-04 Alan Hayward <alan.hayward@arm.com>
5059
5060 * gdb.server/unittest.exp: Allow 0 unit tests to run.
5061
50622019-07-03 Pedro Alves <palves@redhat.com>
5063
5064 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
5065 "return -code".
5066
50672019-07-03 Pedro Alves <palves@redhat.com>
5068
5069 PR cli/24732
5070 * gdb.base/shell.exp: Load completion-support.exp.
5071 Adjust expected error output. Add completion tests.
5072
50732019-07-03 Pedro Alves <palves@redhat.com>
5074
5075 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
5076 string_to_regexp.
5077
50782019-07-03 Pedro Alves <palves@redhat.com>
5079
5080 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
5081 (expect_integer): Adjust to expect "-string".
5082 (expect_string): New.
5083 (all_options): Expect "-string".
5084 (test-flag, test-boolean): Adjust to expect "-string".
5085 (test-string): New proc.
5086 (top level): Call it.
5087
50882019-07-03 Pedro Alves <palves@redhat.com>
5089
5090 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
5091 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
5092 the expected output in the success.
5093
50942019-07-03 Pedro Alves <palves@redhat.com>
5095
5096 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5097 Split one gdb_test_multiple call in two to avoid a race.
5098
50992019-07-03 Pedro Alves <palves@redhat.com>
5100
5101 * gdb.base/with.c: New file.
5102 * gdb.base/with.exp: New file.
5103
51042019-07-03 Pedro Alves <palves@redhat.com>
5105
5106 * gdb.base/settings.exp: Replace all references to "maint
5107 test-settings set" with references to "maint set test-settings",
5108 and all references to "maint test-settings show" with references
5109 to "maint show test-settings".
5110
51112019-07-03 Pedro Alves <palves@redhat.com>
5112
5113 * gdb.base/settings.exp (test-string): Adjust expected out when
5114 testing "maint test-settings show filename"
5115
51162019-07-02 Pedro Alves <palves@redhat.com>
5117
5118 * gdb.base/options.exp (test-info-threads): New procedure.
5119 (top level): Call it.
5120
51212019-06-28 Tom Tromey <tromey@adacore.com>
5122
5123 * gdb.dwarf2/ada-linkage-name.c: New file.
5124 * gdb.dwarf2/ada-linkage-name.exp: New file.
5125
51262019-06-27 Tom Tromey <tromey@adacore.com>
5127
5128 PR c++/20020:
5129 * gdb.cp/constexpr-field.exp: Use setup_xfail.
5130
51312019-06-26 Tom de Vries <tdevries@suse.de>
5132
5133 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
5134
51352019-06-26 Tom de Vries <tdevries@suse.de>
5136
5137 * gdb.base/index-cache.exp: Add back missing debug option.
5138
51392019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5140
5141 * gdb.base/alias.exp: Test non matching/non existing prefixes.
5142
51432019-06-25 Tom de Vries <tdevries@suse.de>
5144
5145 PR testsuite/24727
5146 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
5147
51482019-06-24 Tom de Vries <tdevries@suse.de>
5149
5150 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
5151
51522019-06-24 Tom de Vries <tdevries@suse.de>
5153
5154 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
5155 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
5156 * gdb.trace/unavailable-dwarf-piece.exp: Same.
5157
51582019-06-24 Tom de Vries <tdevries@suse.de>
5159
5160 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
5161
51622019-06-21 Tom de Vries <tdevries@suse.de>
5163
5164 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
5165
51662019-06-21 Tom de Vries <tdevries@suse.de>
5167
5168 PR testsuite/24518
5169 PR ada/24713
5170 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
5171 index.
5172
51732019-06-19 Tom Tromey <tromey@adacore.com>
5174
5175 * gdb.ada/length_cond.exp: Add intro comment.
5176
51772019-06-19 Tom Tromey <tromey@adacore.com>
5178
5179 * gdb.ada/length_cond.exp: New file.
5180 * gdb.ada/length_cond/length_cond.adb: New file.
5181 * gdb.ada/length_cond/pck.adb: New file.
5182 * gdb.ada/length_cond/pck.ads: New file.
5183
51842019-06-18 Tom de Vries <tdevries@suse.de>
5185
5186 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
5187
51882019-06-18 Tom Tromey <tromey@adacore.com>
5189
5190 * gdb.base/list0.h: Add comment explaining control character.
5191
51922019-06-18 Tom de Vries <tdevries@suse.de>
5193
5194 * boards/fission.exp: Break up long debug_flags line.
5195
51962019-06-16 Tom de Vries <tdevries@suse.de>
5197
5198 PR gdb/24445
5199 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
5200 generated index.
5201
52022019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5203
5204 PR gdb/24686
5205 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
5206 improve detection of bug gdb/24541.
5207
52082019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
5209
5210 PR gdb/24669
5211 * gdb.base/index-cache.exp (uses_readnow,
5212 expecting_index_cache_use): Define global variable.
5213 (test_cache_enabled_miss, test_cache_enabled_hit): Use
5214 expecting_index_cache_use.
5215
52162019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
5217 Andrew Burgess <andrew.burgess@embecosm.com>
5218
5219 * gdb.fortran/pointers.f90: New file.
5220 * gdb.fortran/print_type.exp: New file.
5221 * gdb.fortran/vla-ptype.exp: Adapt expected results.
5222 * gdb.fortran/vla-type.exp: Likewise.
5223 * gdb.fortran/vla-value.exp: Likewise.
5224 * gdb.mi/mi-vla-fortran.exp: Likewise.
5225
52262019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5227
5228 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
5229 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
5230 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
5231 as a stop reason.
5232
52332019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5234
5235 * gdb.base/annota1.exp: Update expected results.
5236 * gdb.cp/annota2.exp: Likewise.
5237 * gdb.cp/annota3.exp: Likewise.
5238
52392019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5240
5241 * gdb.base/style-logging.exp: Remove path from test name.
5242
52432019-06-14 Tom Tromey <tromey@adacore.com>
5244
5245 PR gdb/24502:
5246 * gdb.base/style-logging.exp: New file.
5247
52482019-06-14 Tom Tromey <tromey@adacore.com>
5249
5250 * gdb.base/symfile-warn.exp: New file.
5251 * gdb.base/symfile-warn.c: New file.
5252
52532019-06-14 Tom Tromey <tromey@adacore.com>
5254
5255 * gdb.base/annotate-symlink.exp: New file.
5256
52572019-06-14 Tom Tromey <tromey@adacore.com>
5258
5259 * gdb.ada/set_wstr.exp: Add reassignment test.
5260
52612019-06-14 Tom Tromey <tromey@adacore.com>
5262
5263 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
5264 'unchecked_access and 'unrestricted_access as well.
5265
52662019-06-14 Tom Tromey <tromey@adacore.com>
5267
5268 PR ada/24539:
5269 * gdb.ada/vla.exp: Update tests.
5270 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
5271 pragma.
5272
52732019-06-13 Pedro Alves <palves@redhat.com>
5274
5275 * gdb.base/settings.exp (test-integer): Test junk after
5276 "unlimited".
5277
52782019-06-13 Pedro Alves <palves@redhat.com>
5279
5280 * gdb.base/options.exp (test-thread-apply): New.
5281 (top level): Call it.
5282
52832019-06-13 Pedro Alves <palves@redhat.com>
5284
5285 * gdb.base/options.exp (test-frame-apply): New.
5286 (top level): Test print commands with different "frame apply"
5287 prefixes.
5288
52892019-06-13 Pedro Alves <palves@redhat.com>
5290
5291 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
5292 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
5293 'max_completions' parameter and handle it.
5294 (test_gdb_completion_offers_commands): New.
5295
52962019-06-13 Pedro Alves <palves@redhat.com>
5297
5298 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
5299
53002019-06-13 Pedro Alves <palves@redhat.com>
5301
5302 * gdb.base/options.exp (test-backtrace): New.
5303 (top level): Call it.
5304
53052019-06-13 Pedro Alves <palves@redhat.com>
5306
5307 * gdb.guile/scm-frame-args.exp: Use "set print
5308 raw-frame-arguments" instead of "set print raw frame-arguments".
5309 * gdb.python/py-frame-args.exp: Likewise.
5310
53112019-06-13 Pedro Alves <palves@redhat.com>
5312
5313 * gdb.compile/compile.exp: Adjust expected output to option
5314 processing changes.
5315
53162019-06-13 Pedro Alves <palves@redhat.com>
5317
5318 * gdb.base/options.exp: Build executable.
5319 (test-print): New procedure.
5320 (top level): Call it, once for "print" and another for "compile
5321 print".
5322
53232019-06-13 Pedro Alves <palves@redhat.com>
5324
5325 * gdb.base/options.c: New file.
5326 * gdb.base/options.exp: New file.
5327
53282019-06-13 Pedro Alves <palves@redhat.com>
5329
5330 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
5331 that "o" is ambiguous.
5332
53332019-06-13 Pedro Alves <palves@redhat.com>
5334
5335 * gdb.base/settings.c: New file.
5336 * gdb.base/settings.exp: New file.
5337
53382019-06-13 Pedro Alves <palves@redhat.com>
5339
5340 * gdb.base/completion.exp: Fix comment typo.
5341
53422019-06-13 Pedro Alves <palves@redhat.com>
5343
5344 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
5345 foo --1" test.
5346
53472019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
5348
5349 * gdb.fortran/block-data.f: New.
5350 * gdb.fortran/block-data.exp: New.
5351
53522019-06-11 Tom de Vries <tdevries@suse.de>
5353
5354 PR testsuite/24521
5355 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
5356 message.
5357
53582019-06-11 Tom de Vries <tdevries@suse.de>
5359
5360 PR testsuite/24521
5361 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
5362
53632019-06-11 Tom de Vries <tdevries@suse.de>
5364
5365 * boards/readnow.exp: New file.
5366
53672019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
5368
5369 * gdb.fortran/vla-sizeof.exp: Update expected results.
5370
53712019-06-06 Amos Bird <amosbird@gmail.com>
5372
5373 * gdb.base/annota1.exp (thread_switch): Add test for
5374 thread-exited annotation.
5375
53762019-06-06 Tom Tromey <tromey@adacore.com>
5377
5378 * gdb.base/maint.exp: Expect command started/finished output.
5379
53802019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
5381
5382 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
5383 comment.
5384 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
5385
53862019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
5387
5388 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
5389 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
5390 * gdb.arch/riscv-unwind-long-insn.c: New file.
5391 * gdb.arch/riscv-unwind-long-insn.exp: New file.
5392
53932019-06-04 Christian Biesinger <cbiesinger@google.com>
5394
5395 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
5396
53972019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5398
5399 * lib/gdb.exp (help_list_trailer): New regexp variable
5400 factorizing the help trailer message.
5401 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
5402 arg to allow to better factorize various tests.
5403 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
5404 (test_prefix_command_help): Use help_list_trailer.
5405 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
5406 * gdb.guile/scm-cmd.exp: Likewise.
5407 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
5408 * gdb.base/help.exp: Use test_user_defined_class_help.
5409 * gdb.base/style.exp: Add tests for styling of help and apropos.
5410 * lib/gdb-utils.exp (style): Add title and highlight styles.
5411
54122019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5413
5414 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
5415 $_shell_exitsignal.
5416 * gdb.base/default.exp: Update for new convenience variables.
5417
54182019-05-29 Tom Tromey <tromey@adacore.com>
5419
5420 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
5421 to "break complete ada" test case's regexp.
5422
54232019-05-29 Tom Tromey <tromey@adacore.com>
5424
5425 PR c++/20020:
5426 * gdb.cp/constexpr-field.exp: New file.
5427 * gdb.cp/constexpr-field.cc: New file.
5428
54292019-05-29 Tom Tromey <tromey@adacore.com>
5430
5431 * gdb.base/finish.exp (finish_no_print): New proc.
5432 (finish_tests): Call it.
5433
54342019-05-24 Tom de Vries <tdevries@suse.de>
5435
5436 * gdb.dwarf2/gdb-add-index.exp: New file.
5437
54382019-05-22 Tom Tromey <tromey@adacore.com>
5439
5440 * gdb.base/info-shared.exp (check_info_shared): Use "style".
5441 * gdb.base/style.exp: Use "style".
5442 * lib/gdb-utils.exp (style): New proc.
5443
54442019-05-22 Tom de Vries <tdevries@suse.de>
5445
5446 * gdb.base/align.exp: Require c++11.
5447
54482019-05-22 Tom de Vries <tdevries@suse.de>
5449
5450 PR testsuite/24586
5451 * gdb.python/py-mi-var-info-path-expression.exp: Call
5452 mi_skip_python_tests to check if python is supported.
5453
54542019-05-22 Alan Hayward <alan.hayward@arm.com>
5455
5456 * gdb.arch/aarch64-pauth.c: New test.
5457 * gdb.arch/aarch64-pauth.exp: New file.
5458
54592019-05-22 Alan Hayward <alan.hayward@arm.com>
5460
5461 * README (Re-running Tests Outside The Testsuite): New section.
5462
54632019-05-21 Tom de Vries <tdevries@suse.de>
5464
5465 * gdb.arch/amd64-eval.exp: Require c++11.
5466 * gdb.base/max-depth.exp: Same.
5467 * gdb.compile/compile-cplus-array-decay.exp: Same.
5468 * gdb.cp/meth-typedefs.exp: Same.
5469 * gdb.cp/subtypes.exp: Same.
5470 * gdb.cp/temargs.exp: Same.
5471
54722019-05-21 Alan Hayward <alan.hayward@arm.com>
5473
5474 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
5475
54762019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
5477
5478 PR gdb/18644
5479 * gdb.fortran/complex.exp: Remove setup_kfail calls.
5480 * gdb.fortran/printing-types.exp: Add new test.
5481 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
5482 testing.
5483 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
5484 setup_kfail call.
5485
54862019-05-17 Alan Hayward <alan.hayward@arm.com>
5487
5488 * README (Running the Testsuite): Change example.
5489 (Testsuite Parameters): Remove TRANSCRIPT.
5490 * lib/gdb.exp: Remove TRANSCRIPT check.
5491
54922019-05-17 Alan Hayward <alan.hayward@arm.com>
5493
5494 * README (Testsuite Parameters): Add replay logging to
5495 GDBSERVER_DEBUG.
5496 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
5497 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
5498 as a comma separated list.
5499 (gdb_debug_init): Override procedure.
5500
55012019-05-17 Alan Hayward <alan.hayward@arm.com>
5502
5503 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
5504 (gdb_write_cmd_file): New procedure.
5505 * lib/gdbserver-support.exp (gdbserver_start): Call
5506 gdbserver_write_cmd_file.
5507 (gdbserver_write_cmd_file): New procedure.
5508
55092019-05-17 Alan Hayward <alan.hayward@arm.com>
5510
5511 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
5512 (delete_breakpoints): Likewise.
5513 (gdb_run_cmd): Likewise.
5514 (gdb_start_cmd): Likewise.
5515 (gdb_starti_cmd): Likewise.
5516 (gdb_internal_error_resync): Likewise.
5517 (gdb_test_multiple): Likewise.
5518 (gdb_reinitialize_dir): Likewise.
5519 (default_gdb_exit): Likewise.
5520 (gdb_file_cmd): Mark kill as optional.
5521 (default_gdb_start): Call gdb_stdin_log_init.
5522 (send_gdb): Call gdb_stdin_log_write.
5523 (rerun_to_main): Mark Y as an answer.
5524 (gdb_stdin_log_init): New function.
5525 (gdb_stdin_log_write): Likewise.
5526
55272019-05-17 Alan Hayward <alan.hayward@arm.com>
5528
5529 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
5530 * gdb.base/debug-expr.exp: Likewise.
5531 * gdb.base/foll-fork.exp: Likewise.
5532 * gdb.base/foll-vfork.exp: Likewise.
5533 * gdb.base/fork-print-inferior-events.exp: Likewise.
5534 * gdb.base/gdb-sigterm.exp: Likewise.
5535 * gdb.base/gdbinit-history.exp: Likewise.
5536 * gdb.base/osabi.exp: Likewise.
5537 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5538 * gdb.base/ui-redirect.exp: Likewise.
5539 * gdb.gdb/unittest.exp: Likewise.
5540 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
5541 * gdb.mi/mi-watch.exp: Likewise.
5542 * gdb.mi/new-ui-mi-sync.exp: Likewise.
5543 * gdb.mi/user-selected-context-sync.exp: Likewise.
5544 * gdb.python/python.exp: Disable debug test when debugging.
5545 * gdb.threads/check-libthread-db.exp: Disable when debugging.
5546 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5547 Likewise.
5548 * gdb.threads/stepi-random-signal.exp: Likewise.
5549
55502019-05-17 Alan Hayward <alan.hayward@arm.com>
5551
5552 * Makefile.in: Pass through GDB_DEBUG.
5553 * README (Testsuite Parameters): Add GDB_DEBUG.
5554 (gdb,debug): Add board setting.
5555 * lib/gdb.exp (default_gdb_start): Start debugging.
5556 (gdb_debug_enabled): New procedure.
5557 (gdb_debug_init): Likewise.
5558
55592019-05-17 Alan Hayward <alan.hayward@arm.com>
5560
5561 * Makefile.in: Pass through GDB_DEBUG.
5562 * README (Testsuite Parameters): Add GDB_DEBUG.
5563 (gdb,debug): Add board setting.
5564 * lib/gdb.exp (default_gdb_start): Start debugging.
5565 (gdb_debug_enabled): New procedure.
5566 (gdb_debug_init): Likewise.
5567
55682019-05-17 Alan Hayward <alan.hayward@arm.com>
5569
5570 * gdb.base/ui-redirect.exp: Add debug redirect tests.
5571
55722019-05-17 Alan Hayward <alan.hayward@arm.com>
5573
5574 * gdb.base/ui-redirect.exp: Test redirection.
5575
55762019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
5577
5578 * gdb.mi/mi-complete.exp: New file.
5579 * gdb.mi/mi-complete.cc: Likewise.
5580
55812019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
5582
5583 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
5584 indexed and sliced arrays, and pointers to arrays.
5585
55862019-05-14 Tom Tromey <tromey@adacore.com>
5587
5588 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
5589 styling test.
5590
55912019-05-14 Tom de Vries <tdevries@suse.de>
5592
5593 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
5594 selection entry encoding.
5595
55962019-05-10 Tom Tromey <tromey@adacore.com>
5597
5598 * gdb.ada/info_exc.exp: Add "complete" test.
5599
56002019-05-09 Tom de Vries <tdevries@suse.de>
5601
5602 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
5603 CU-relative.
5604
56052019-05-09 Tom de Vries <tdevries@suse.de>
5606
5607 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
5608 CU-relative.
5609
56102019-05-08 Joel Brobecker <brobecker@adacore.com>
5611
5612 * gdb.ada/frame_arg_lang.exp: New testcase.
5613 * gdb.ada/frame_arg_lang/bla.adb: New file.
5614 * gdb.ada/frame_arg_lang/pck.ads: New file.
5615 * gdb.ada/frame_arg_lang/pck.adb: New file.
5616 * gdb.ada/frame_arg_lang/foo.c: New file.
5617
56182019-05-08 Tom Tromey <tromey@adacore.com>
5619
5620 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
5621
56222019-05-08 Tom Tromey <tromey@adacore.com>
5623
5624 * gdb.base/ptype-offsets.exp: Update tests.
5625
56262019-05-08 Tom Tromey <tromey@adacore.com>
5627
5628 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
5629 cases.
5630 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
5631 "short".
5632
56332019-05-08 Tom Tromey <tromey@adacore.com>
5634
5635 * gdb.ada/vla.exp: New file.
5636 * gdb.ada/vla/vla.adb: New file.
5637
56382019-05-07 Tom de Vries <tdevries@suse.de>
5639
5640 * gdb.base/index-cache.exp (ls_host): Fix return statement.
5641
56422019-05-07 Tom de Vries <tdevries@suse.de>
5643
5644 PR testsuite/24522
5645 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
5646 section.
5647
56482019-05-07 Tom de Vries <tdevries@suse.de>
5649
5650 PR testsuite/24522
5651 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
5652 .debug_aranges section.
5653
56542019-05-07 Tom de Vries <tdevries@suse.de>
5655
5656 PR testsuite/24159
5657 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
5658
56592019-05-06 Tom de Vries <tdevries@suse.de>
5660
5661 * lib/gdb.exp (exec_has_index_section): New proc.
5662 * gdb.base/index-cache.exp: Handle case that binfile contains an index
5663 section.
5664
56652019-05-04 Tom de Vries <tdevries@suse.de>
5666
5667 * boards/cc-with-debug-names.exp: New file.
5668
56692019-05-03 Tom Tromey <tromey@adacore.com>
5670
5671 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
5672 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
5673 * gdb.ada/char_enum.exp: Add test.
5674
56752019-05-03 Tom de Vries <tdevries@suse.de>
5676
5677 * boards/cc-with-gdb-index.exp: New file.
5678
56792019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
5680
5681 * gdb.rust/simple.exp: Add new test case.
5682 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
5683 (main): Initialise an instance of the new struct.
5684
56852019-05-01 Tom Tromey <tromey@adacore.com>
5686
5687 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
5688 record.
5689 (NPR): New variable.
5690 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
5691 test.
5692
56932019-05-01 Tom Tromey <tromey@adacore.com>
5694
5695 * gdb.ada/packed_array_assign.exp: Add packed assignment
5696 regression test.
5697
56982019-05-01 Tom de Vries <tdevries@suse.de>
5699
5700 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
5701
57022019-05-01 Tom de Vries <tdevries@suse.de>
5703
5704 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
5705
57062019-04-30 Ali Tamur <tamur@google.com>
5707
5708 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
5709
57102019-04-30 Tom Tromey <tromey@adacore.com>
5711
5712 * lib/ada.exp (find_ada_tool): New proc.
5713 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
5714 * gdb.ada/catch_ex_std.exp: New file.
5715 * gdb.ada/catch_ex_std/foo.adb: New file.
5716 * gdb.ada/catch_ex_std/some_package.adb: New file.
5717 * gdb.ada/catch_ex_std/some_package.ads: New file.
5718
57192019-04-30 Tom Tromey <tromey@adacore.com>
5720
5721 PR c++/24470:
5722 * gdb.cp/temargs.cc: Add test code from PR.
5723
57242019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5725
5726 * gdb.fortran/vla-datatypes.exp: Update expected results.
5727 * gdb.fortran/vla-ptype.exp: Likewise.
5728 * gdb.fortran/vla-type.exp: Likewise.
5729 * gdb.fortran/vla-value.exp: Likewise.
5730
57312019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5732
5733 * gdb.fortran/ptr-indentation.exp: Update expected results.
5734 * gdb.fortran/ptype-on-functions.exp: Likewise.
5735 * gdb.fortran/vla-ptr-info.exp: Likewise.
5736 * gdb.fortran/vla-value.exp: Likewise.
5737
57382019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5739
5740 * gdb.fortran/ptype-on-functions.exp: New file.
5741 * gdb.fortran/ptype-on-functions.f90: New file.
5742
57432019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5744
5745 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
5746 case void string.
5747
57482019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5749
5750 * gdb.fortran/complex.exp: Expand.
5751 * gdb.fortran/complex.f: Renamed to...
5752 * gdb.fortran/complex.f90: ...this, and extended to add more
5753 complex values.
5754
57552019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5756
5757 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
5758 MODULO, CMPLX.
5759
57602019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
5761 Richard Bunt <richard.bunt@arm.com>
5762
5763 * gdb.base/max-depth.c: New file.
5764 * gdb.base/max-depth.exp: New file.
5765 * gdb.python/py-nested-maps.c: New file.
5766 * gdb.python/py-nested-maps.exp: New file.
5767 * gdb.python/py-nested-maps.py: New file.
5768 * gdb.python/py-format-string.exp (test_max_depth): New proc.
5769 (test_all_common): Call test_max_depth.
5770 * gdb.fortran/max-depth.exp: New file.
5771 * gdb.fortran/max-depth.f90: New file.
5772 * gdb.go/max-depth.exp: New file.
5773 * gdb.go/max-depth.go: New file.
5774 * gdb.modula2/max-depth.exp: New file.
5775 * gdb.modula2/max-depth.c: New file.
5776 * lib/gdb.exp (get_print_expr_at_depths): New proc.
5777
57782019-04-29 Tom de Vries <tdevries@suse.de>
5779
5780 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
5781
57822019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5783
5784 * gdb.base/callexit.exp: Test may-call-functions off.
5785
57862019-04-25 Keith Seitz <keiths@redhat.com>
5787
5788 PR c++/24367
5789 * gdb.cp/meth-typedefs.cc (incomplete_struct)
5790 (another_incomplete_struct, test_incomplete): New definitions.
5791 (main): Use new definitions.
5792 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
5793 functions.
5794
57952019-04-25 Ali Tamur <tamur@google.com>
5796
5797 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
5798
57992019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
5800
5801 PR corefiles/11608
5802 PR corefiles/18187
5803 * gdb.base/coredump-filter-build-id.exp: New file.
5804
58052019-04-25 Alan Hayward <alan.hayward@arm.com>
5806
5807 * Makefile.in: Pass through GDBSERVER_DEBUG.
5808 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
5809 (gdbserver,debug): Add board setting.
5810 * gdb.trace/tspeed.exp: Skip when debugging.
5811 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
5812 * lib/gdbserver-support.exp: Likewise
5813
58142019-04-24 Tom Tromey <tromey@adacore.com>
5815
5816 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
5817 Rust.
5818
58192019-04-24 Tom Tromey <tromey@adacore.com>
5820
5821 * gdb.arch/amd64-eval.exp: Test bitfield return.
5822 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
5823 (class Foo) <return_bitfields>: New method.
5824 (main): Call it.
5825
58262019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
5827
5828 * gdb.cp/many-args.cc: New file.
5829 * gdb.cp/many-args.exp: New file.
5830
58312019-04-23 Tom de Vries <tdevries@suse.de>
5832
5833 PR gdb/24433
5834 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
5835
58362019-04-23 Alan Hayward <alan.hayward@arm.com>
5837
5838 * gdb.trace/backtrace.exp: Use nopie flag.
5839 * gdb.trace/circ.exp: Likewise.
5840 * gdb.trace/collection.exp: Likewise.
5841 * gdb.trace/ftrace.exp: Likewise.
5842 * gdb.trace/mi-trace-unavailable.exp: Likewise.
5843 * gdb.trace/mi-traceframe-changed.exp: Likewise.
5844 * gdb.trace/qtro.exp: Likewise.
5845 * gdb.trace/read-memory.exp: Likewise.
5846 * gdb.trace/report.exp: Likewise.
5847 * gdb.trace/tfile.exp: Likewise.
5848 * gdb.trace/tfind.exp: Likewise.
5849 * gdb.trace/unavailable.exp: Likewise.
5850
58512019-04-22 Pedro Alves <palves@redhat.com>
5852
5853 * gdb.base/solib-probes-nosharedlibrary.c,
5854 gdb.base/solib-probes-nosharedlibrary.exp: New files.
5855
58562019-04-19 Tom Tromey <tromey@adacore.com>
5857
5858 * gdb.ada/ptype_union.c: New file.
5859 * gdb.ada/ptype_union.exp: New file.
5860
58612019-04-19 Tom Tromey <tromey@adacore.com>
5862
5863 PR symtab/24423:
5864 * gdb.base/list0.h (foo): Add a control-l character.
5865
58662019-04-18 Tom de Vries <tdevries@suse.de>
5867
5868 PR gdb/24433
5869 * boards/local-board.exp: Set sysroot to "".
5870
58712019-04-18 Tom de Vries <tdevries@suse.de>
5872 Pedro Alves <palves@redhat.com>
5873
5874 PR gdb/24454
5875 * gdb.threads/vfork-follow-child-exec.c: New file.
5876 * gdb.threads/vfork-follow-child-exec.exp: New file.
5877 * gdb.threads/vfork-follow-child-exit.c: New file.
5878 * gdb.threads/vfork-follow-child-exit.exp: New file.
5879
58802019-04-15 Leszek Swirski <leszeks@google.com>
5881
5882 * gdb.arch/amd64-eval.cc: New file.
5883 * gdb.arch/amd64-eval.exp: New file.
5884
58852019-04-11 Alan Hayward <alan.hayward@arm.com>
5886
5887 * gdb.server/sysroot.c: New test.
5888 * gdb.server/sysroot.exp: New file.
5889 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
5890 matching param.
5891
58922019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
5893
5894 * gdb.base/align.exp: Extend test to cover structures containing
5895 only static fields.
5896
58972019-04-11 Tom de Vries <tdevries@suse.de>
5898
5899 * boards/cc-with-dwz-m.exp: New file.
5900 * boards/cc-with-dwz.exp: New file.
5901 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
5902
59032019-04-09 Simon Marchi <simon.marchi@efficios.com>
5904
5905 * gdb.base/start-cpp.exp: New file.
5906 * gdb.base/start-cpp.cc: New file.
5907
59082019-04-08 Kevin Buettner <kevinb@redhat.com>
5909
5910 * gdb.python/py-thrhandle.exp: Adjust tests to call
5911 thread_from_handle instead of thread_from_thread_handle.
5912
59132019-04-08 Kevin Buettner <kevinb@redhat.com>
5914
5915 * gdb.python/py-thrhandle.exp: Add tests for
5916 gdb.InferiorThread.handle.
5917
59182019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5919
5920 * gdb.python/py-function.exp: Check calling helper function from
5921 all languages.
5922 * lib/gdb.exp (gdb_supported_languages): New proc.
5923
59242019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5925
5926 * gdb.base/complex-parts.c: New file.
5927 * gdb.base/complex-parts.exp: New file.
5928
59292019-04-01 Tom Tromey <tromey@adacore.com>
5930
5931 PR symtab/23331:
5932 * gdb.dwarf2/dw2-ranges-main.c: New file.
5933 * gdb.dwarf2/dw2-ranges-psym.c: New file.
5934 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
5935
59362019-03-30 Simon Marchi <simark@simark.ca>
5937
5938 * gdb.base/default.exp: Add values for $_gdb_major and
5939 $_gdb_minor.
5940
59412019-03-29 Tom Tromey <tromey@adacore.com>
5942
5943 * gdb.base/help.exp: Tighten apropos regexp.
5944
59452019-03-29 Keith Seitz <keiths@redhat.com>
5946
5947 * gdb.fortran/array-bounds.exp: New file.
5948 * gdb.fortran/array-bounds.f90: New file.
5949
59502019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5951
5952 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
5953
59542019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5955
5956 * gdb.multi/hello.c (main): Increase alarm timer.
5957
59582019-03-28 Sandra Loosemore <sandra@codesourcery.com>
5959
5960 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
5961 factor when no hardware watchpoint support.
5962
59632019-03-28 Alan Hayward <alan.hayward@arm.com>
5964 Pedro Alves <palves@redhat.com>
5965
5966 * boards/local-board.exp: set sysroot to /.
5967
59682019-03-27 Alan Hayward <alan.hayward@arm.com>
5969
5970 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
5971 in child.
5972
59732019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5974
5975 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
5976 field.
5977 (make_container): Initialise new field.
5978 * gdb.python/py-prettyprint.exp: Add new tests.
5979 * gdb.python/py-prettyprint.py (class ContainerPrinter)
5980 <display_hint>: New method.
5981
59822019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5983
5984 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
5985 gdb_continue_to_breakpoint more throughout this test.
5986 (run_lang_tests) Supply unique test names, and use
5987 gdb_test_no_output.
5988
59892019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5990
5991 * gdb.base/finish-pretty.exp: Update expected results.
5992 * gdb.base/pretty-print.c: New file.
5993 * gdb.base/pretty-print.exp: New file.
5994
59952019-03-25 Pedro Alves <palves@redhat.com>
5996
5997 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
5998 move comments outside list. Append '-i "" eof' section.
5999
60002019-03-22 Alan Hayward <alan.hayward@arm.com>
6001
6002 PR testsuite/25016
6003 * README: Add pie options.
6004 * gdb.base/break-interp.exp: Ensure pie is disabled.
6005 * gdb.base/dump.exp: Likewise.
6006 * lib/gdb.exp (gdb_compile): Add pie option.
6007
60082019-03-19 Tom Tromey <tromey@adacore.com>
6009
6010 * gdb.mi/mi2-cli-display.c: New file.
6011 * gdb.mi/mi2-cli-display.exp: New file.
6012
60132019-03-18 Joel Brobecker <brobecker@adacore.com>
6014 Tom Tromey <tromey@adacore.com>
6015
6016 * gdb.ada/ptype_array/pck.adb: New file.
6017 * gdb.ada/ptype_array/pck.ads: New file.
6018 * gdb.ada/ptype_array/foo.adb: New file.
6019 * gdb.ada/ptype_array.exp: New file.
6020
60212019-03-14 Tom Tromey <tromey@adacore.com>
6022
6023 * gdb.base/style.exp: Add "set style sources" test.
6024
60252019-03-13 Simon Marchi <simon.marchi@ericsson.com>
6026
6027 * mi-breakpoint-location-ena-dis.exp: Rename to ...
6028 * mi-breakpoint-multiple-locations.exp: ... this.
6029 (make_breakpoints_pattern): New proc.
6030 (do_test): Add mi_version parameter, test -break-insert,
6031 -break-info and =breakpoint-created.
6032
60332019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
6034
6035 * config/default.exp: Remove 'load_lib gdb.exp'.
6036 * config/monitor.exp: Likewise.
6037 * config/sid.exp: Likewise.
6038 * config/sim.exp: Likewise.
6039 * config/slite.exp: Likewise.
6040 * config/unix.exp: Likewise.
6041 * gdb.base/default.exp: Remove unhelpful comment.
6042
60432019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6044
6045 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
6046
60472019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6048
6049 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
6050
60512019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6052
6053 * gdb.fortran/type-kinds.exp: Update expected results.
6054
60552019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6056
6057 * gdb.fortran/type-kinds.exp: Test new integer type kind.
6058
60592019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6060
6061 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
6062 function.
6063 (test_basic_parsing_of_type_kinds): Expand types tested.
6064 (test_parsing_invalid_type_kinds): New function.
6065
60662019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6067
6068 * gdb.fortran/intrinsics.exp: New file.
6069 * gdb.fortran/intrinsics.f90: New file.
6070 * gdb.fortran/type-kinds.exp: New file.
6071
60722019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6073
6074 * gdb.fortran/dot-ops.exp: New file.
6075
60762019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6077
6078 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
6079 Check upper and lower case logical literals.
6080
60812019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6082
6083 * gdb.fortran/types.exp (test_float_literal_types_accepted):
6084 Remove duplicate tests.
6085
60862019-03-06 Alan Hayward <alan.hayward@arm.com>
6087
6088 * lib/gdb.exp (builtin_cd): rename of cd.
6089 (cd): Override builtin.
6090
60912019-03-06 Richard Bunt <richard.bunt@arm.com>
6092
6093 * gdb.fortran/function-calls.exp: New file.
6094 * gdb.fortran/function-calls.f90: New test.
6095
60962019-03-04 Richard Bunt <richard.bunt@arm.com>
6097
6098 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
6099 on user program standard output.
6100 * gdb.fortran/short-circuit-argument-list.f90: Record function
6101 calls.
6102
61032019-02-28 Alan Hayward <alan.hayward@arm.com>
6104
6105 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
6106 failure.
6107
61082019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6109
6110 PR gdb/8527
6111 * gdb.base/interrupt-daemon-attach.c,
6112 gdb.base/interrupt-daemon-attach.exp: New test.
6113
61142019-02-27 Pedro Alves <palves@redhat.com>
6115
6116 * gdb.base/page.exp: Add tests for "set width/height -1".
6117
61182019-02-27 Pedro Alves <palves@redhat.com>
6119
6120 * gdb.base/page.exp: Add tests for "set/show width/height" with
6121 "infinite" values.
6122
61232019-02-27 Tom Tromey <tromey@adacore.com>
6124
6125 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
6126 2.4.
6127 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
6128 workaround.
6129
61302019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
6131
6132 * gdb.base/align.exp: Extend to compile in both C and C++, and add
6133 tests for structs with static members.
6134
61352019-02-26 Tom Tromey <tromey@adacore.com>
6136
6137 * gdb.python/py-value.exp (test_value_from_buffer): Check for
6138 ValueError, not TypeError.
6139
61402019-02-26 Kevin Buettner <kevinb@redhat.com>
6141
6142 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
6143 call from main program.
6144
61452019-02-23 Joel Brobecker <brobecker@adacore.com>
6146
6147 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
6148 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
6149 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
6150 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
6151 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
6152
61532019-02-22 Keith Seitz <keiths@redhat.com>
6154
6155 PR symtab/23853
6156 * gdb.base/symlink-sourcefile.c: New file.
6157 * gdb.base/symlink-sourcefile.exp: New file.
6158
61592019-02-20 Tom Tromey <tom@tromey.com>
6160
6161 * gdb.base/info_qt.exp: Update.
6162
61632019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
6164
6165 * gdb.base/source.exp: Move "error in sourced script" code to
6166 the end.
6167 * gdb.base/source-error.gdb: Move contents to
6168 source-error-1.gdb. Add new code to source source-error-1.gdb.
6169 * gdb.base/source-error-1.gdb: New file, from previous
6170 source-error.gdb.
6171
61722019-02-17 Tom Tromey <tom@tromey.com>
6173
6174 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
6175 for macro styling.
6176 * gdb.base/style.c (SOME_MACRO): New macro.
6177
61782019-02-17 Tom Tromey <tom@tromey.com>
6179
6180 * gdb.base/style.exp: Add line-wrapping tests.
6181 * gdb.base/page.exp: Add test for quitting during pagination.
6182
61832019-02-17 Joel Brobecker <brobecker@adacore.com>
6184
6185 * gdb.ada/big_packed_array: New testcase.
6186 * gdb.ada/homonym.exp: Fix incorrect expected output for
6187 "break <homonym__get_value>" test.
6188
61892019-02-13 Weimin Pan <weimin.pan@oracle.com>
6190
6191 PR breakpoints/21870
6192 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
6193 and prepare_for_testing. Add comment.
6194 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
6195 redundant cleanup call. Clean up comment.
6196
61972019-02-12 Weimin Pan <weimin.pan@oracle.com>
6198
6199 PR breakpoints/21870
6200 * gdb.arch/aarch64-dbreg-contents.exp: New file.
6201 * gdb.arch/aarch64-dbreg-contents.c: New file.
6202
62032019-02-10 Joel Brobecker <brobecker@adacore.com>
6204
6205 * gdb.ada/mi_ref_changeable: New testcase.
6206
62072019-02-07 Alan Hayward <alan.hayward@arm.com>
6208
6209 * gdb.base/attach.exp: Add double attach test.
6210
62112019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
6212
6213 * lib/gdb.exp (default_gdb_start): Don't match pagination
6214 prompt.
6215 (gdb_init): Set stty_init.
6216
62172019-01-27 Tom Tromey <tom@tromey.com>
6218
6219 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
6220 skip_python_tests.
6221
62222019-01-24 Alan Hayward <alan.hayward@arm.com>
6223
6224 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
6225 New structure.
6226 (struct struct_static_02_02): Likewise.
6227 (struct struct_static_02_03): Likewise.
6228 (struct struct_static_02_04): Likewise.
6229 (struct struct_static_04_01): Likewise.
6230 (struct struct_static_04_02): Likewise.
6231 (struct struct_static_04_03): Likewise.
6232 (struct struct_static_04_04): Likewise.
6233 (struct struct_static_06_01): Likewise.
6234 (struct struct_static_06_02): Likewise.
6235 (struct struct_static_06_03): Likewise.
6236 (struct struct_static_06_04): Likewise.
6237 (cmp_struct_static_02_01): Likewise.
6238 (cmp_struct_static_02_02): Likewise.
6239 (cmp_struct_static_02_03): Likewise.
6240 (cmp_struct_static_02_04): Likewise.
6241 (cmp_struct_static_04_01): Likewise.
6242 (cmp_struct_static_04_02): Likewise.
6243 (cmp_struct_static_04_03): Likewise.
6244 (cmp_struct_static_04_04): Likewise.
6245 (cmp_struct_static_06_01): Likewise.
6246 (cmp_struct_static_06_02): Likewise.
6247 (cmp_struct_static_06_03): Likewise.
6248 (cmp_struct_static_06_04): Likewise.
6249 (call_all): Test new structs.
6250 * gdb.base/infcall-nested-structs.exp: Likewise.
6251
62522019-01-21 Alan Hayward <alan.hayward@arm.com>
6253 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
6254
62552019-01-21 Alan Hayward <alan.hayward@arm.com>
6256 * gdb.base/stack-protector.c: New test.
6257 * gdb.base/stack-protector.exp: New file.
6258 * gdb.cp/ovldbreak.exp: Only allow a single break line.
6259 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
6260 option.
6261 (gdb_compile): Remove stack protector for GCC and prevent
6262 recursion.
6263
62642019-01-16 Keith Seitz <keiths@redhat.com>
6265
6266 PR gdb/23773
6267 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
6268
62692019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6270
6271 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
6272 aliases.
6273 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
6274 tests.
6275 * gdb.arch/powerpc-vector-regs.c: New file.
6276 * gdb.arch/powerpc-vector-regs.exp: New file.
6277
62782019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6279
6280 * gdb.arch/altivec-regs.exp: Fix the list passed to
6281 gdb_expect_list when testing "info vector".
6282
62832019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6284
6285 * gdb.base/style.exp: Don't include path in testname.
6286
62872019-01-10 Keith Seitz <keiths@redhat.com>
6288
6289 PR gdb/23712
6290 PR symtab/23010
6291 * gdb.dwarf2/multidictionary.exp: New file.
6292
62932019-01-09 Simon Marchi <simon.marchi@ericsson.com>
6294
6295 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
6296 (test_gnuv3_style_demangling): ... this.
6297 (test_lucid_style_demangling): Remove.
6298 (test_arm_style_demangling): Remove.
6299 (test_hp_style_demangling): Remove.
6300 (do_tests): Remove calls to the above.
6301
63022019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6303
6304 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
6305 case.
6306
63072019-01-06 Tom Tromey <tom@tromey.com>
6308
6309 PR gdb/28155:
6310 * gdb.dwarf2/typedef-void-finish.exp: New file.
6311
63122018-12-28 Tom Tromey <tom@tromey.com>
6313 Simon Marchi <simark@simark.ca>
6314
6315 * gdb.base/jit-exec.exp: New file.
6316 * gdb.base/jit-exec.c: New file.
6317 * gdb.base/jit-execd.c: New file.
6318
63192018-12-28 Tom Tromey <tom@tromey.com>
6320
6321 * gdb.base/style.exp: Update test to check for address styling.
6322
63232018-12-28 Tom Tromey <tom@tromey.com>
6324
6325 * gdb.base/style.exp: Add test for styling of "Reading symbols"
6326 message.
6327
63282018-12-28 Tom Tromey <tom@tromey.com>
6329
6330 * gdb.base/style.exp: Add test for version number styling.
6331
63322018-12-28 Tom Tromey <tom@tromey.com>
6333
6334 * gdb.base/style.exp: Add test for print_address_symbolic.
6335
63362018-12-28 Tom Tromey <tom@tromey.com>
6337
6338 * gdb.base/style.exp: Add test for breakpoint setting.
6339
63402018-12-28 Tom Tromey <tom@tromey.com>
6341
6342 * gdb.base/style.exp: Add test for variable names.
6343
63442018-12-28 Tom Tromey <tom@tromey.com>
6345
6346 * gdb.base/style.exp: New file.
6347 * gdb.base/style.c: New file.
6348
63492018-12-28 Tom Tromey <tom@tromey.com>
6350
6351 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
6352 "dumb".
6353 * gdb.base/readline.exp (operate_and_get_next): Save and restore
6354 the TERM environment variable.
6355
63562018-12-27 Tom Tromey <tom@tromey.com>
6357
6358 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
6359 pagination test.
6360
63612018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
6362
6363 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
6364 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
6365
63662018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6367
6368 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
6369 Filename a.adb changed to bp_fun_addr.adb.
6370 gdb.ada/bp_fun_addr.exp: Update test accordingly.
6371
63722018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
6373
6374 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
6375 non-PIE executables.
6376 * README: Mention the gdb,nopie_flag board setting.
6377 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
6378 non-PIE executable.
6379 * gdb.arch/amd64-entry-value.exp: Likewise.
6380 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
6381 * gdb.arch/i386-float.exp: Likewise.
6382 * gdb.arch/i386-signal.exp: Likewise.
6383 * gdb.mi/mi-reg-undefined.exp: Likewise.
6384
63852018-12-21 Paul Marechal <paul.marechal@ericsson.com>
6386
6387 PR gdb/23974
6388 * gdb.base/info-os.exp: Check return for unknown "info os" type.
6389
63902018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6391
6392 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
6393 Update order of results accordingly.
6394
63952018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
6396
6397 * gdb.base/annota1.exp: Update a test regexp.
6398
63992018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6400
6401 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
6402
64032018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6404
6405 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
6406 (reuse_time): Initialize to REUSE_TIME_CAP.
6407 (check_rc): New function.
6408 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
6409 Check pthread_create rc.
6410 (spawner_thread_func): Check pthread_create and pthread_join rc.
6411
64122018-12-08 Pedro Alves <palves@redhat.com>
6413
6414 * gdb.base/list.exp (test_forward_search): Rename to ...
6415 (test_forward_reverse_search): ... this. Also test reverse-search
6416 and the forward-search alias.
6417
64182018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
6419
6420 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
6421 local timeout variable before return, and remove all local timeout
6422 variable entirely.
6423 (gdb_load): Likewise.
6424
64252018-12-01 Tom de Vries <tdevries@suse.de>
6426
6427 * gdb.base/gdb-caching-proc.exp: New file.
6428
64292018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
6430
6431 * Makefile.in (TIMESTAMP): New variable.
6432 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
6433 command.
6434 (check-single-racy): Likewise.
6435 (check/%.exp): Likewise.
6436 (check-racy/%.exp): Likewise.
6437 (workers/%.worker): Likewise.
6438 (build-perf): Likewise.
6439 (check-perf): Likewise.
6440 * README: Describe new "TS" and "TS_FORMAT" variables.
6441 * print-ts.py: New file.
6442
64432018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
6444
6445 PR python/23714
6446 * gdb.python/python.exp: Test command repetition after
6447 gdb.execute.
6448
64492018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
6450
6451 * gdb.opt/inline-break.exp: Add test that info breakpoint output
6452 is correctly aligned.
6453
64542018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6455
6456 * gdb.ada/info_auto_lang.exp: New testcase.
6457 * gdb.ada/info_auto_lang/global_pack.ads: New file.
6458 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
6459 * gdb.ada/info_auto_lang/some_c.c: New file.
6460
64612018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6462
6463 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
6464 FUNC_lang language syntax.
6465
64662018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6467
6468 * gdb.base/info_minsym.c: New file.
6469 * gdb.base/info_minsym.exp: New file.
6470
64712018-11-19 Tom Tromey <tom@tromey.com>
6472
6473 PR rust/23625:
6474 * gdb.rust/simple.exp: Add ptype test. Update expected output.
6475 * gdb.rust/expr.exp: Update expected output. Change one test.
6476
64772018-11-19 Tom Tromey <tom@tromey.com>
6478
6479 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
6480
64812018-11-19 Pedro Alves <palves@redhat.com>
6482
6483 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
6484 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
6485 see the expected warning.
6486
64872018-11-16 Alan Hayward <alan.hayward@arm.com>
6488
6489 PR gdb/22736:
6490 * gdb.cp/infcall-nodebug-lib.c: New test.
6491 * gdb.cp/infcall-nodebug-main.c: New test.
6492 * gdb.cp/infcall-nodebug.exp: New file.
6493
64942018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
6495
6496 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
6497 completer tests.
6498
64992018-11-09 Tom de Vries <tdevries@suse.de>
6500
6501 * gdb.base/msym-lang.c: New test.
6502 * gdb.base/msym-lang.exp: New file.
6503 * gdb.base/msym-lang-main.c: New test.
6504
65052018-11-08 Tom Tromey <tom@tromey.com>
6506
6507 PR gdb/23555:
6508 PR gdb/23838:
6509 * gdb.base/warning.exp: New file.
6510
65112018-11-08 Jan Beulich <jbeulich@suse.com>
6512
6513 * testsuite/gdb.arch/i386-avx512.c,
6514 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
6515
65162018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
6517
6518 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
6519 point hardware.
6520
65212018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
6522
6523 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
6524 * gdb.dwarf2/missing-type-name.exp: New file.
6525
65262018-11-06 Tom de Vries <tdevries@suse.de>
6527
6528 * gdb.base/many-headers.c: New test.
6529 * gdb.base/many-headers.exp: New file.
6530
65312018-11-06 Jim Wilson <jimw@sifive.com>
6532
6533 * gdb.base/code_elim.exp: For riscv, set additional_flags
6534 to include -msmall-data-limit=0.
6535
65362018-11-01 Joel Brobecker <brobecker@adacore.com>
6537
6538 * gdb.ada/watch_minus_l: New testcase.
6539
65402018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
6541
6542 * gdb.arch/aix-sighandle.c: New file.
6543 * gdb.arch/aix-sighandle.exp: New file.
6544
65452018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6546
6547 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
6548 registers being unions.
6549
65502018-10-31 Tom de Vries <tdevries@suse.de>
6551
6552 * lib/valgrind.exp: New file.
6553 (vgdb_start, vgdb_stop): New procs, factored out of ...
6554 * gdb.base/valgrind-bt.exp: ... here, ...
6555 * gdb.base/valgrind-disp-step.exp: ... here and ...
6556 * gdb.base/valgrind-infcall.exp: ... here.
6557
65582018-10-31 Tom de Vries <tdevries@suse.de>
6559
6560 * lib/gdb.exp (get_valueof): Don't output read value in test name.
6561
65622018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6563
6564 * gdb.dwarf2/void-type.c: New file.
6565 * gdb.dwarf2/void-type.exp: New file.
6566
65672018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6568
6569 * gdb.base/info_qt.c: New file.
6570 * gdb.base/info_qt.exp: New file.
6571
65722018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6573
6574 * gdb.arch/powerpc-htm-regs.c: New file.
6575 * gdb.arch/powerpc-htm-regs.exp: New file.
6576
65772018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6578
6579 * gdb.arch/powerpc-tar.c: New file.
6580 * gdb.arch/powerpc-tar.exp: New file.
6581
65822018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6583
6584 * gdb.arch/powerpc-ppr-dscr.c: New file.
6585 * gdb.arch/powerpc-ppr-dscr.exp: New file.
6586
65872018-10-25 Tom de Vries <tdevries@suse.de>
6588
6589 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
6590
65912018-10-24 Tom de Vries <tdevries@suse.de>
6592
6593 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
6594 longer exists error.
6595
65962018-10-24 Tom de Vries <tdevries@suse.de>
6597
6598 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
6599
66002018-10-24 Tom de Vries <tdevries@suse.de>
6601
6602 * gdb.base/valgrind-db-attach.exp: Handle removed support for
6603 --db-attach in valgrind.
6604
66052018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
6606
6607 * gdb.arch/riscv-reg-aliases.c: New file.
6608 * gdb.arch/riscv-reg-aliases.exp: New file.
6609
66102018-10-19 Alan Hayward <alan.hayward@arm.com>
6611
6612 * gdb.python/py-cmd.exp: Check for gdb_prompt.
6613
66142018-10-19 Alan Hayward <alan.hayward@arm.com>
6615
6616 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
6617
66182018-10-19 Alan Hayward <alan.hayward@arm.com>
6619
6620 * gdb.cp/ovldbreak.exp: Fix regexps.
6621
66222018-10-19 Alan Hayward <alan.hayward@arm.com>
6623
6624 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
6625
66262018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
6627
6628 PR cli/23785
6629 * gdb.base/restore.exp: New test to check if "restore" with an
6630 invalid file doesn't segfault.
6631
66322018-10-18 Tom de Vries <tdevries@suse.de>
6633
6634 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
6635 * gdb.ada/excep_handle.exp: Same.
6636 * gdb.ada/mi_string_access.exp: Same.
6637 * gdb.ada/mi_var_union.exp: Same.
6638 * gdb.arch/arc-analyze-prologue.exp: Same.
6639 * gdb.arch/arc-decode-insn.exp: Same.
6640 * gdb.base/readnever.exp: Same.
6641 * gdb.fortran/printing-types.exp: Same.
6642 * gdb.guile/scm-lazy-string.exp: Same.
6643
66442018-10-16 Tom de Vries <tdevries@suse.de>
6645
6646 PR gdb/23730
6647 * gdb.base/catch-follow-exec.c: Add copyright notice.
6648 * gdb.base/catch-follow-exec.exp: Rewrite to use
6649 gdb_spawn_with_cmdline_opts. Require gdb-native.
6650
66512018-10-12 Sandra Loosemore <sandra@codesourcery.com>
6652
6653 * gdb.trace/actions-changed.exp: Check for arch support.
6654 * gdb.trace/actions.exp: Likewise.
6655 * gdb.trace/ax.exp: Likewise.
6656 * gdb.trace/backtrace.exp: Likewise.
6657 * gdb.trace/change-loc.exp: Likewise.
6658 * gdb.trace/deltrace.exp: Likewise.
6659 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
6660 * gdb.trace/ftrace.exp: Likewise.
6661 * gdb.trace/infotrace.exp: Check for arch support.
6662 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
6663 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
6664 * gdb.trace/mi-tsv-changed.exp: Likewise.
6665 * gdb.trace/packetlen.exp: Likewise.
6666 * gdb.trace/passc-dyn.exp: Likewise.
6667 * gdb.trace/passcount.exp: Likewise.
6668 * gdb.trace/pending.exp: Likewise.
6669 * gdb.trace/range-stepping.exp: Check for shlib support.
6670 * gdb.trace/report.exp: Check for arch support.
6671 * gdb.trace/save-trace.exp: Likewise.
6672 * gdb.trace/signal.exp: Check for signal support.
6673 * gdb.trace/tfind.exp: Check for arch support.
6674 * gdb.trace/trace-break.exp: Check for arch and shlib support.
6675 * gdb.trace/trace-common.h: Add comment.
6676 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
6677 * gdb.trace/trace-enable-disable.exp: Likewise.
6678 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
6679 * gdb.trace/tracecmd.exp: Check for arch support.
6680 * gdb.trace/tspeed.exp: Check for shlib and target support.
6681 * gdb.trace/tstatus.exp: Check for arch support.
6682 * gdb.trace/tsv.exp: Likewise.
6683 * gdb.trace/while-dyn.exp: Likewise.
6684 * gdb.trace/while-stepping.exp: Likewise.
6685 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
6686
66872018-10-12 Simon Marchi <simon.marchi@ericsson.com>
6688
6689 * gdb.trace/tspeed.exp: Remove nowarnings.
6690 (prepare_for_trace_test): Declare "global ipalib".
6691 * gdb.trace/tspeed.c: Include unistd.h.
6692 (main): Remove superfluous printf argument.
6693
66942018-10-11 Sandra Loosemore <sandra@codesourcery.com>
6695
6696 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
6697 directory prefix on the filename.
6698
66992018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
6700
6701 * gdb.gdb/unittest.exp: Update expected message informing that
6702 selftests have been disabled.
6703 * gdb.server/unittest.exp: Likewise.
6704
67052018-10-09 Tom de Vries <tdevries@suse.de>
6706
6707 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
6708 with runto_main.
6709
67102018-10-08 Weimin Pan <weimin.pan@oracle.com>
6711
6712 PR c++/16841
6713 * gdb.cp/virtbase2.cc: New file.
6714 * gdb.cp/virtbase2.exp: New file.
6715
67162018-10-06 Tom Tromey <tom@tromey.com>
6717
6718 PR python/19399:
6719 * gdb.python/py-inferior.exp: Add architecture test.
6720
67212018-10-06 Tom Tromey <tom@tromey.com>
6722
6723 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
6724 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
6725
67262018-10-06 Tom Tromey <tom@tromey.com>
6727
6728 * gdb.python/py-breakpoint.exp (check_last_event): Check location
6729 of a "throw" catchpoint.
6730
67312018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
6732
6733 * gdb.base/info-proc.exp: Update string expected from "help info
6734 proc".
6735
67362018-10-04 Tom Tromey <tom@tromey.com>
6737
6738 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
6739 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
6740 (test_initial_complaints, test_empty_complaints): Update.
6741 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6742
67432018-10-04 Tom Tromey <tom@tromey.com>
6744
6745 PR cli/19551:
6746 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
6747 * lib/gdb.exp (gdb_file_cmd): Update.
6748 * gdb.stabs/weird.exp (print_weird_var): Update.
6749 * gdb.server/solib-list.exp: Update.
6750 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
6751 * gdb.mi/mi-cli.exp: Update.
6752 * gdb.linespec/linespec.exp: Update.
6753 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6754 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
6755 * gdb.cp/cp-relocate.exp: Update.
6756 * gdb.base/sym-file.exp: Update.
6757 * gdb.base/relocate.exp: Update.
6758 * gdb.base/readnever.exp: Update.
6759 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6760 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
6761 * gdb.base/dbx.exp (gdb_file_cmd): Update.
6762 * gdb.base/code_elim.exp: Update.
6763 * gdb.base/break-unload-file.exp (test_break): Update.
6764 * gdb.base/break-interp.exp (test_attach_gdb): Update.
6765 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
6766 Update.
6767 * gdb.base/attach.exp (do_attach_tests): Update.
6768 * gdb.base/sepdebug.exp: Update.
6769 * gdb.python/py-section-script.exp: Update.
6770
67712018-10-04 Tom Tromey <tom@tromey.com>
6772
6773 PR cli/22234:
6774 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
6775 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
6776 output.
6777
67782018-10-04 Tom Tromey <tom@tromey.com>
6779
6780 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
6781 set width and height to 0.
6782 (test_command_line_attach_run): Use -quiet.
6783
67842018-10-03 Sandra Loosemore <sandra@codesourcery.com>
6785
6786 * lib/gdb.exp (skip_ifunc_tests): New.
6787 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
6788 other compile failures.
6789 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
6790
67912018-10-01 Simon Marchi <simon.marchi@ericsson.com>
6792
6793 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
6794 is_amd64_regs_target.
6795
67962018-10-01 Alan Hayward <alan.hayward@arm.com>
6797
6798 * gdb.arch/aarch64-sighandler-regs.c: New test.
6799 * gdb.arch/aarch64-sighandler-regs.exp: New file.
6800 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
6801
68022018-10-01 Markus Metzger <markus.t.metzger@intel.com>
6803
6804 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
6805 assembly.
6806
68072018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
6808
6809 * gdb.base/frame-selection.exp: New file.
6810 * gdb.base/frame-selection.c: New file.
6811
68122018-09-27 Alan Hayward <alan.hayward@arm.com>
6813
6814 * gdb.threads/check-libthread-db.c (thread_routine): Use a
6815 pthread barrier.
6816 (main): Likewise.
6817
68182018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
6819
6820 * gdb.base/large-frame-1.c: New file.
6821 * gdb.base/large-frame-2.c: New file.
6822 * gdb.base/large-frame.exp: New file.
6823 * gdb.base/large-frame.h: New file.
6824
68252018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
6826
6827 PR gdb/20948
6828 * gdb.base/write_mem.exp: New test.
6829 * gdb.base/write_mem.c: Likewise.
6830
68312018-09-23 Tom Tromey <tom@tromey.com>
6832
6833 PR python/18852:
6834 * gdb.python/py-parameter.exp: Add test for parameter that throws
6835 on "set".
6836
68372018-09-23 Tom Tromey <tom@tromey.com>
6838
6839 PR python/17284:
6840 * gdb.python/py-template.exp (test_template_arg): Add test for
6841 negative template argument number.
6842
68432018-09-23 Tom Tromey <tom@tromey.com>
6844
6845 PR python/14062:
6846 * gdb.python/python.exp: Add test for post_event error.
6847
68482018-09-23 Tom Tromey <tom@tromey.com>
6849
6850 PR python/18170:
6851 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
6852 convert pointers to int and long.
6853
68542018-09-23 Tom Tromey <tom@tromey.com>
6855
6856 PR python/20126:
6857 * gdb.python/py-value.exp (test_value_numeric_ops): Add
6858 signed-ness conversion tests.
6859
68602018-09-23 Tom Tromey <tom@tromey.com>
6861
6862 PR python/18352;
6863 * gdb.python/py-value.exp (test_float_conversion): New proc.
6864 Use it.
6865
68662018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
6867
6868 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
6869
68702018-09-18 Sandra Loosemore <sandra@codesourcery.com>
6871
6872 * gdb.base/complete-empty.exp: Skip tab-completion tests if
6873 no readline.
6874 * gdb.base/utf8-identifiers.exp: Likewise.
6875 * gdb.cp/cpcompletion.exp: Likewise.
6876 * gdb.linespec/cpcompletion.exp: Likewise.
6877 * gdb.linespec/cpls-abi-tag.exp: Likewise.
6878 * gdb.linespec/cpls-ops.exp: Likewise.
6879
68802018-09-19 Richard Bunt <richard.bunt@arm.com>
6881 Chris January <chris.january@arm.com>
6882
6883 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
6884 * gdb.fortran/short-circuit-argument-list.exp: New file.
6885 * gdb.fortran/short-circuit-argument-list.f90: New test.
6886
68872018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6888
6889 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
6890 "arch=" keyword when executing "-stack-list-frames".
6891
68922018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6893
6894 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
6895 "arch=" keyword when executing "-stack-list-frames".
6896
68972018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6898
6899 * gdb.ada/complete.exp: Expect for "@" when doing "complete
6900 break ada".
6901
69022018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
6903
6904 PR python/23669
6905 * gdb.python/python.exp: Test gdb.execute("show commands").
6906
69072018-09-16 Tom Tromey <tom@tromey.com>
6908
6909 * gdb.base/new-ui.exp (do_execution_tests): Update.
6910 * gdb.base/dbx.exp (test_breakpoints): Update.
6911
69122018-09-14 Alan Hayward <alan.hayward@arm.com>
6913
6914 * lib/gdb.exp (gdb_simple_compile): Add proc.
6915 (is_elf_target): Use gdb_simple_compile.
6916 (skip_altivec_tests): Likewise.
6917 (skip_vsx_tests): Likewise.
6918 (skip_tsx_tests): Likewise.
6919 (skip_btrace_tests): Likewise.
6920 (skip_btrace_pt_tests): Likewise.
6921 (gdb_can_simple_compile): Likewise.
6922 (gdb_has_argv0): Likewise.
6923 (gdb_target_symbol_prefix): Likewise.
6924 (target_supports_scheduler_locking): Likewise.
6925
69262018-09-13 Tom Tromey <tom@tromey.com>
6927
6928 * Makefile.in (TAGS): Recognize proc_with_prefix and
6929 gdb_caching_proc.
6930
69312018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6932
6933 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
6934 method.
6935
69362018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6937
6938 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
6939 and a few other Inferior properties when the Inferior is no
6940 longer valid.
6941
69422018-09-13 Tom Tromey <tom@tromey.com>
6943
6944 PR rust/23650:
6945 * gdb.rust/simple.exp: Add test for enum field access error.
6946
69472018-09-13 Tom Tromey <tom@tromey.com>
6948
6949 PR rust/23626:
6950 * gdb.rust/simple.rs (EmptyEnum): New type.
6951 (main): Use it.
6952 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
6953
69542018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6955
6956 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
6957 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
6958 * gdb.python/py-symtab.exp: Update test printing an objfile.
6959
69602018-09-12 Simon Marchi <simon.marchi@ericsson.com>
6961
6962 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
6963 object.
6964
69652018-09-12 Alan Hayward <alan.hayward@arm.com>
6966
6967 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
6968 (support_complex_tests): Use gdb_can_simple_compile.
6969 (is_ilp32_target): Likewise.
6970 (is_lp64_target): Likewise.
6971 (is_64_target): Likewise.
6972 (is_amd64_regs_target): Likewise.
6973 (is_aarch32_target): Likewise.
6974 (gdb_int128_helper): Likewise.
6975
69762018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6977
6978 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
6979
69802018-09-10 Jerome Guitton <guitton@adacore.com>
6981
6982 * gdb.ada/same_component_name: Add test for case of tagged record
6983 with variable-length fields.
6984
69852018-09-10 Xavier Roirand <roirand@adacore.com>
6986
6987 * gdb.ada/access_to_unbounded_array.exp: New testcase.
6988 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
6989 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
6990 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
6991
69922018-09-10 Xavier Roirand <roirand@adacore.com>
6993
6994 * gdb.ada/mi_string_access.exp: New testcase.
6995 * gdb.ada/mi_string_access/bar.adb: New file.
6996 * gdb.ada/mi_string_access/pck.adb: New file.
6997 * gdb.ada/mi_string_access/pck.asd: New file.
6998
69992018-09-10 Xavier Roirand <roirand@adacore.com>
7000
7001 * gdb.ada/mi_var_union.exp: New testcase.
7002 * gdb.ada/mi_var_union/bar.adb: New file.
7003 * gdb.ada/mi_var_union/pck.adb: New file.
7004 * gdb.ada/mi_var_union/pck.asd: New file.
7005
70062018-09-08 Tom Tromey <tom@tromey.com>
7007
7008 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
7009
70102018-09-08 Tom Tromey <tom@tromey.com>
7011
7012 PR python/16047:
7013 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
7014 (register_pretty_printers): Register new printer.
7015 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
7016 test.
7017 * gdb.python/py-prettyprint.c (int_type3): New typedef.
7018 (an_int_type3): New global.
7019
70202018-09-08 Joel Brobecker <brobecker@adacore.com>
7021
7022 * gdb.ada/expr_with_funcall: New testcase.
7023
70242018-09-08 Joel Brobecker <brobecker@adacore.com>
7025
7026 * gdb.ada/packed_array_assign: New testcase.
7027
70282018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
7029
7030 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
7031 names, and add test prefixes to make test names unique.
7032
70332018-09-05 Tom de Vries <tdevries@suse.de>
7034
7035 * gdb.dwarf2/varval.exp: Add test.
7036
70372018-09-04 Gary Benson <gbenson@redhat.com>
7038
7039 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
7040 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
7041
70422018-08-31 Tom Tromey <tom@tromey.com>
7043
7044 * gdb.rust/simple.rs: Rename second variable "v".
7045
70462018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
7047
7048 * gdb.base/funcargs.c (use_a): New function.
7049 (recurse): Call use_a.
7050
70512018-08-29 Keith Seitz <keiths@redhat.com>
7052
7053 * gdb.compile/compile-cplus-anonymous.cc: New file.
7054 * gdb.compile/compile-cplus-anonymous.exp: New file.
7055 * gdb.compile/compile-cplus-array-decay.cc: New file.
7056 * gdb.compile/compile-cplus-array-decay.exp: New file.
7057 * gdb.compile/compile-cplus-inherit.cc: New file.
7058 * gdb.compile/compile-cplus-inherit.exp: New file.
7059 * gdb.compile/compile-cplus-member.cc: New file.
7060 * gdb.compile/compile-cplus-member.exp: New file.
7061 * gdb.compile/compile-cplus-method.cc: New file.
7062 * gdb.compile/compile-cplus-method.exp: New file.
7063 * gdb.compile/compile-cplus-mod.c: "New" file.
7064 * gdb.compile/compile-cplus-namespace.cc: New file.
7065 * gdb.compile/compile-cplus-namespace.exp: New file.
7066 * gdb.compile/compile-cplus-nested.cc: New file.
7067 * gdb.compile/compile-cplus-nested.exp: New file.
7068 * gdb.compile/compile-cplus-print.c: "New" file.
7069 * gdb.compile/compile-cplus-print.exp: "New" file.
7070 * gdb.compile/compile-cplus-virtual.cc: New file.
7071 * gdb.compile/compile-cplus-virtual.exp: New file.
7072 * gdb.compile/compile-cplus.c: "New" file.
7073 * gdb.compile/compile-cplus.exp: "New" file.
7074 * lib/compile-support.exp: New file.
7075
70762018-08-16 Gary Benson <gbenson@redhat.com>
7077
7078 PR gdb/13000:
7079 * gdb.base/batch-exit-status.exp: New file.
7080 * gdb.base/batch-exit-status.good-commands: Likewise.
7081 * gdb.base/batch-exit-status.bad-commands: Likewise.
7082
70832018-08-29 Alan Hayward <alan.hayward@arm.com>
7084
7085 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
7086 (struct struct02): Likewise.
7087 (struct struct03): Likewise.
7088 (struct struct04): Likewise.
7089 (struct struct_01_01): New struct.
7090 (struct struct_01_02): Likewise.
7091 (struct struct_01_03): Likewise.
7092 (struct struct_01_04): Likewise.
7093 (struct struct_02_01): Likewise.
7094 (struct struct_02_02): Likewise.
7095 (struct struct_02_03): Likewise.
7096 (struct struct_02_04): Likewise.
7097 (struct struct_04_01): Likewise.
7098 (struct struct_04_02): Likewise.
7099 (struct struct_04_03): Likewise.
7100 (struct struct_04_04): Likewise.
7101 (struct struct_05_01): Likewise.
7102 (struct struct_05_02): Likewise.
7103 (struct struct_05_03): Likewise.
7104 (struct struct_05_04): Likewise.
7105 (cmp_struct01): Remove function.
7106 (cmp_struct02): Likewise.
7107 (cmp_struct03): Likewise.
7108 (cmp_struct04): Likewise.
7109 (cmp_struct_01_01): Add Function.
7110 (cmp_struct_01_02): Likewise.
7111 (cmp_struct_01_03): Likewise.
7112 (cmp_struct_01_04): Likewise.
7113 (cmp_struct_02_01): Likewise.
7114 (cmp_struct_02_02): Likewise.
7115 (cmp_struct_02_03): Likewise.
7116 (cmp_struct_02_04): Likewise.
7117 (cmp_struct_04_01): Likewise.
7118 (cmp_struct_04_02): Likewise.
7119 (cmp_struct_04_03): Likewise.
7120 (cmp_struct_04_04): Likewise.
7121 (cmp_struct_05_01): Likewise.
7122 (cmp_struct_05_02): Likewise.
7123 (cmp_struct_05_03): Likewise.
7124 (cmp_struct_05_04): Likewise.
7125 (call_all): Add new structs.
7126 * gdb.base/infcall-nested-structs.exp: Likewise.
7127
71282018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
7129
7130 * gdb.python/py-framefilter-mi.exp: Update regexp to
7131 check for "arch" field in frame output.
7132
71332018-08-23 Kevin Buettner <kevinb@redhat.com>
7134
7135 * gdb.dwarf2/dw2-ranges-func.c: New file.
7136 * gdb.dwarf2/dw2-ranges-func.exp: New file.
7137
71382018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
7139
7140 * gdb.base/term.exp: Compare terminal settings with values from
7141 the inferior.
7142 * gdb.base/term.c: Get and set terminal settings.
7143
71442018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
7145
7146 * lib/mi-support.exp (mi_expect_stop): Update regexp to
7147 accommodate new "arch" field in frame output.
7148 * gdb.mi/mi-return.exp: Likewise.
7149 * gdb.mi/mi-stack.exp: Likewise.
7150 * gdb.mi/mi-syn-frame.exp: Likewise.
7151 * gdb.mi/user-selected-context-sync.exp: Likewise.
7152
71532018-08-19 Michael Spang <spang@google.com>
7154
7155 PR gdb/11786
7156 * gdb.base/gcore-tls-pie.c: New file.
7157 * gdb.base/gcore-tls-pie.exp: New file.
7158
71592018-08-18 Kevin Buettner <kevinb@redhat.com>
7160
7161 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7162 * gdb.dwarf2/varval.c: New file.
7163 * gdb.dwarf2/varval.exp: New file.
7164
71652018-08-17 Alan Hayward <alan.hayward@arm.com>
7166
7167 PR gdb/18931
7168 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
7169
71702018-08-16 Keith Seitz <keiths@redhat.com>
7171
7172 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
7173 tests expected to pass.
7174
71752018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
7176
7177 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
7178 -data-disassemble -a.
7179 (test_disassembly_bogus_args): Likewise.
7180
71812018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
7182
7183 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
7184
71852018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
7186
7187 * gdb.base/vla-optimized-out.exp: Add new test.
7188
71892018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
7190
7191 * gdb.base/vla-optimized-out-o3.exp: Delete.
7192 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
7193 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
7194 deleted tests.
7195
71962018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
7197
7198 PR gdb/18050:
7199 * gdb.server/extended-remote-restart.c: New file.
7200 * gdb.server/extended-remote-restart.exp: New file.
7201
72022018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
7203
7204 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
7205 "set variable index = 42".
7206
72072018-08-07 Simon Marchi <simon.marchi@ericsson.com>
7208
7209 * boards/index-cache-gdb.exp: New file.
7210 * gdb.dwarf2/index-cache.exp: New file.
7211 * gdb.dwarf2/index-cache.c: New file.
7212 * gdb.base/maint.exp: Check if we are using the index cache.
7213
72142018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7215
7216 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
7217 MAKEFLAGS.
7218
72192018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7220
7221 * dg-extract-results.sh: Move to toplevel contrib.
7222 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
7223 * Makefile.in (check-parallel-racy): Likewise.
7224
72252018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
7226
7227 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
7228 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
7229 tests if the target supports scheduler locking.
7230
72312018-08-04 Tom de Vries <tdevries@suse.de>
7232
7233 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
7234
72352018-08-02 Tom Tromey <tom@tromey.com>
7236
7237 PR symtab/16842.
7238 * gdb.cp/temargs.exp: Test "info address" of a template
7239 parameter.
7240
72412018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
7242
7243 * gdb.python/py-mi-var-info-path-expression.c: New file.
7244 * gdb.python/py-mi-var-info-path-expression.py: New file.
7245 * gdb.python/py-mi-var-info-path-expression.exp: New file.
7246
72472018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
7248
7249 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
7250 error after "cannot resolve name" string.
7251
72522018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
7253
7254 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
7255 started.
7256 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
7257
72582018-07-28 Tom de Vries <tdevries@suse.de>
7259
7260 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
7261
72622018-07-26 Tom de Vries <tdevries@suse.de>
7263
7264 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
7265
72662018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
7267
7268 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
7269 is visible.
7270
72712018-07-26 Tom de Vries <tdevries@suse.de>
7272
7273 PR breakpoints/23366
7274 * gdb.base/catch-follow-exec.c: New test.
7275 * gdb.base/catch-follow-exec.exp: New file.
7276
72772018-07-25 Tom de Vries <tdevries@suse.de>
7278
7279 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
7280 vla-optimized-out.c.
7281
72822018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
7283
7284 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
7285 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
7286
72872018-07-20 Tom de Vries <tdevries@suse.de>
7288
7289 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
7290 NOCLONE macro.
7291 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
7292
72932018-07-19 Tom de Vries <tdevries@suse.de>
7294
7295 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
7296 regular expression.
7297
72982018-07-18 Tom de Vries <tdevries@suse.de>
7299
7300 * gdb.base/vla-optimized-out.c: New test.
7301 * gdb.base/vla-optimized-out.exp: New file.
7302
73032018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
7304
7305 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
7306 message "No address associated with hostname" when gdbserver
7307 cannot resolve the hostname.
7308
73092018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7310
7311 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
7312 Add some test prefixes to make tests unique.
7313
73142018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7315
7316 * gdb.base/frameapply.c: New file.
7317 * gdb.base/frameapply.exp: New file.
7318
73192018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7320
7321 * gdb.base/skip.exp: Update expected error message.
7322
73232018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7324 Jan Kratochvil <jan.kratochvil@redhat.com>
7325 Paul Fertser <fercerpav@gmail.com>
7326 Tsutomu Seki <sekiriki@gmail.com>
7327
7328 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
7329 parameter.
7330 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
7331 by default.
7332 * boards/native-gdbserver.exp: Likewise.
7333 * gdb.server/run-without-local-binary.exp: Improve regexp used
7334 for detecting when a remote debugging connection succeeds.
7335 * gdb.server/server-connect.exp: New file.
7336 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
7337 Do not prefix the port number with ":".
7338 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
7339 support for detecting and using it. Add '$debughost_gdbserver'
7340 to the list of arguments used to start gdbserver. Handle case
7341 when gdbserver cannot resolve a network name.
7342
73432018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7344
7345 PR c++/23373
7346 * gdb.base/ptype-offsets.cc (struct static_member): New
7347 struct.
7348 (main) <stmember>: New variable.
7349 * gdb.base/ptype-offsets.exp: Add test for printing a struct
7350 with a static member in it.
7351
73522018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
7353
7354 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
7355 watchpoints enabled and disabled.
7356
73572018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7358
7359 * gdb.base/examine-backward.exp: Still run tests around address
7360 0x0, even if address 0x0 is not readable. Update the pattern for
7361 matching address 0x0 in expected output.
7362
73632018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7364
7365 * gdb.base/share-env-with-gdbserver.c (main): Add call to
7366 malloc/free.
7367
73682018-07-04 Tom de Vries <tdevries@suse.de>
7369
7370 * gdb.dwarf2/dw2-error.exp: Update expected error message.
7371
73722018-07-02 Maciej W. Rozycki <macro@mips.com>
7373
7374 PR tdep/8282
7375 * gdb.arch/mips-disassembler-options.exp: New test.
7376 * gdb.arch/mips-disassembler-options.s: New test source.
7377
73782018-06-29 Pedro Alves <palves@redhat.com>
7379
7380 * gdb.threads/names.exp: Adjust expected "info threads" output.
7381
73822018-06-29 Pedro Alves <palves@redhat.com>
7383
7384 * gdb.opt/inline-break.exp (line number, address): Add "info
7385 break" tests.
7386
73872018-06-29 Pedro Alves <palves@redhat.com>
7388
7389 * gdb.opt/inline-break.c (func1): Add "break here" marker.
7390 * gdb.opt/inline-break.exp: Test setting breakpoints by line
7391 number and address and running to them.
7392
73932018-06-29 Richard Bunt <richard.bunt@arm.com>
7394
7395 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
7396
73972018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7398
7399 * lib/compiler.c: Remove executable permission flag.
7400
74012018-06-28 Richard Bunt <richard.bunt@arm.com>
7402
7403 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
7404 code.
7405 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
7406
74072018-06-28 Petr Tesarik <ptesarik@suse.cz>
7408
7409 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
7410
74112018-06-28 Petr Tesarik <ptesarik@suse.cz>
7412
7413 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
7414 address argument is omitted.
7415
74162018-06-28 Petr Tesarik <ptesarik@suse.cz>
7417
7418 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
7419
74202018-06-27 Omair Javaid <omair.javaid@linaro.org>
7421
7422 PR gdb/21695
7423 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
7424 * gdb.base/infoline-reloc-main-from-zero.c: New file.
7425
74262018-06-26 Tom Tromey <tom@tromey.com>
7427
7428 PR rust/22574:
7429 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
7430 * gdb.rust/simple.rs (struct SimpleLayout): New.
7431
74322018-06-22 Simon Marchi <simon.marchi@ericsson.com>
7433
7434 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
7435 "info registers" output.
7436
74372018-06-21 Richard Bunt <richard.bunt@arm.com>
7438
7439 * gdb.base/watchpoint-hw-attach.c: New test.
7440 * gdb.base/watchpoint-hw-attach.exp: New file.
7441
74422018-06-20 Simon Marchi <simon.marchi@ericsson.com>
7443
7444 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
7445 through /bin/sh.
7446 * boards/dwarf4-gdb-index.exp: Likewise.
7447 * boards/fission-dwp.exp: Likewise.
7448
74492018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
7450
7451 * gdb.base/float128.exp: Add comment and improved fail message
7452 to the failure case of "print large128" test.
7453
74542018-06-19 Simon Marchi <simon.marchi@ericsson.com>
7455
7456 * configure.ac: Remove AC_PREREQ.
7457 * configure: Re-generate.
7458
74592018-06-19 Pedro Alves <palves@redhat.com>
7460
7461 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
7462 (func_extern_caller): New.
7463 (main): Call func_extern_caller.
7464 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
7465 logic change.
7466
74672018-06-18 Weimin Pan <weimin.pan@oracle.com>
7468
7469 PR gdb/16841
7470 * gdb.cp/typedef-base.cc: New file.
7471 * gdb.cp/typedef-base.exp: New file.
7472
74732018-06-18 Tom de Vries <tdevries@suse.de>
7474
7475 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
7476
74772018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
7478 Richard Bunt <Richard.Bunt@arm.com>
7479
7480 * gdb.threads/attach-slow-waitpid.c: New file.
7481 * gdb.threads/attach-slow-waitpid.exp: New file.
7482 * gdb.threads/slow-waitpid.c: New file.
7483
74842018-06-14 Pedro Alves <palves@redhat.com>
7485
7486 * gdb.base/fork-running-state.c: Include <errno.h>.
7487 (exit_if_relative_exits): New.
7488 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
7489 exits.
7490 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
7491 child exits.
7492
74932018-06-14 Tom de Vries <tdevries@suse.de>
7494
7495 PR cli/22573
7496 * gdb.base/finish-pretty.c: New test.
7497 * gdb.base/finish-pretty.exp: New file.
7498
74992018-06-14 Pedro Alves <palves@redhat.com>
7500
7501 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
7502 gdb's expected startup output.
7503
75042018-06-14 Pedro Alves <palves@redhat.com>
7505
7506 * lib/selftest-support.exp (selftest_setup): Remove inlined
7507 function handling.
7508
75092018-06-14 Tom de Vries <tdevries@suse.de>
7510
7511 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
7512 matching of breakpoint printing.
7513
75142018-06-13 Tom de Vries <tdevries@suse.de>
7515
7516 PR testsuite/23269
7517 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
7518 (fork_child): ... here, and ...
7519 (fork_parent): ... here.
7520
75212018-06-12 Tom de Vries <tdevries@suse.de>
7522
7523 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
7524
75252018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
7526 Stephen Roberts <stephen.roberts@arm.com>
7527
7528 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
7529 rewrite test to describe action performed, rather than possible
7530 failure.
7531
75322018-06-08 Gary Benson <gbenson@redhat.com>
7533
7534 * gdb.threads/check-libthread-db.exp: New file.
7535 * gdb.threads/check-libthread-db.c: Likewise.
7536
75372018-06-05 Tom Tromey <tom@tromey.com>
7538
7539 * gdb.base/default.exp: Update expected "show version" output.
7540
75412018-06-05 Tom Tromey <tom@tromey.com>
7542
7543 PR cli/12326:
7544 * gdb.cp/static-print-quit.exp: Update.
7545 * lib/gdb.exp (pagination_prompt): Update.
7546 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
7547 * gdb.python/python.exp: Update.
7548
75492018-06-04 Joel Brobecker <brobecker@adacore.com>
7550
7551 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
7552
75532018-06-01 Joel Brobecker <brobecker@adacore.com>
7554
7555 * gdb.ada/bp_fun_addr: New testcase.
7556
75572018-06-01 Tom Tromey <tom@tromey.com>
7558
7559 * gdb.xml/tdesc-regs.exp (load_description): Update expected
7560 results.
7561 * gdb.dwarf2/method-ptr.exp: Set language to C++.
7562 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
7563 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
7564 * gdb.base/maint.exp (maint_pass_if): Update.
7565
75662018-05-31 Maciej W. Rozycki <macro@mips.com>
7567
7568 * gdb.base/endian.exp: New test.
7569 * gdb.base/endian.c: New test source.
7570
75712018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
7572
7573 PR gdb/23203
7574 * gdb.base/bt-selected-frame.c: New file.
7575 * gdb.base/bt-selected-frame.exp: New file.
7576 * lib/gdb.exp (get_current_frame_number): New function.
7577
75782018-05-24 Maciej W. Rozycki <macro@mips.com>
7579 Pedro Alves <palves@redhat.com>
7580
7581 * gdb.threads/tls-core.c: Include <stdlib.h>
7582 (thread_proc): Call `abort'.
7583 * gdb.threads/tls-core.exp: Generate a core with core_find too.
7584 (tls_core_test): New procedure, bits factored out from ...
7585 (top level): ... here. Test both native cores and gcore cores.
7586
75872018-05-23 Tom Tromey <tom@tromey.com>
7588
7589 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
7590
75912018-05-23 Tom Tromey <tom@tromey.com>
7592
7593 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
7594 symfile_complaints.
7595 (test_short_complaints): Likewise.
7596 (test_empty_complaints): Likewise.
7597 (test_initial_complaints): Update.
7598
75992018-05-23 Tom Tromey <tom@tromey.com>
7600
7601 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
7602
76032018-05-23 Tom Tromey <tom@tromey.com>
7604
7605 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
7606 (test_short_complaints): Update.
7607
76082018-05-22 Pedro Alves <palves@redhat.com>
7609
7610 * gdb.base/remote.exp: Only gdb_start after compiling the
7611 testcase. Issue "disconnect" before testing "set remote" command
7612 defaults. Issue clean_restart before running to main.
7613
76142018-05-22 Pedro Alves <palves@redhat.com>
7615
7616 * gdb.base/remote.exp: Adjust expected output of "show remote
7617 memory-write-packet-size". Add tests for "set remote
7618 memory-write-packet-size 0" and "set remote
7619 memory-write-packet-size fixed/limit".
7620
76212018-05-22 Pedro Alves <palves@redhat.com>
7622
7623 PR gdb/22973
7624 * gdb.base/utf8-identifiers.c: New file.
7625 * gdb.base/utf8-identifiers.exp: New file.
7626
76272018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7628
7629 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
7630
76312018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7632
7633 * gdb.arch/powerpc-vsx-gcore.exp: New file.
7634
76352018-05-18 Tom Tromey <tom@tromey.com>
7636
7637 * gdb.base/ptype-offsets.exp: Update.
7638
76392018-05-17 Keith Seitz <keiths@redhat.com>
7640
7641 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
7642 in expected breakpoint stop locations.
7643 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
7644 move to proper scope to test variable values.
7645 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
7646 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
7647 New functions.
7648 (main): Call not_inline_func3.
7649 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
7650 inline_func1, inline_func2, and inline_func3. Test that when each
7651 breakpoint is hit, GDB properly reports both the stop location
7652 and the backtrace. Repeat tests for temporary breakpoints.
7653
76542018-05-15 Maciej W. Rozycki <macro@mips.com>
7655
7656 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
7657 rather then trying to access it in determining whether the PID
7658 of `gdbserver' could have been retrieved.
7659
76602018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
7661
7662 * gdb.arch/amd64-init-x87-values.S: New file.
7663 * gdb.arch/amd64-init-x87-values.exp: New file.
7664
76652018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7666
7667 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
7668
76692018-05-04 Tom Tromey <tom@tromey.com>
7670
7671 PR python/22730:
7672 * gdb.python/python.exp: Test multi-line execute.
7673
76742018-05-04 Tom Tromey <tom@tromey.com>
7675
7676 PR python/22731:
7677 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
7678
76792018-05-04 Tom Tromey <tom@tromey.com>
7680
7681 PR gdb/11750:
7682 * gdb.base/define.exp: Test defining a user command inside a user
7683 command.
7684 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
7685
76862018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7687 Pedro Alves <palves@redhat.com>
7688
7689 PR breakpoints/19806 and support for PR external/20207.
7690 * gdb.base/watchpoint-unaligned.c: New file.
7691 * gdb.base/watchpoint-unaligned.exp: New file.
7692
76932018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7694
7695 * gdb.base/maint.exp: Make test names unique, use
7696 test_prefix_command_help to test 'help maint info', and remove
7697 repeated test of 'help maint'.
7698
76992018-05-04 Tom Tromey <tom@tromey.com>
7700
7701 PR gdb/22619:
7702 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
7703 behavior.
7704
77052018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7706
7707 * gdb.base/maint.exp: Process output from 'maint print registers'
7708 line at a time.
7709
77102018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7711
7712 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
7713 timeout.
7714
77152018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
7716
7717 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
7718 filter pattern.
7719
77202018-05-02 Pedro Alves <palves@redhat.com>
7721
7722 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
7723 to_log_command renames.
7724 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
7725
77262018-05-02 Tom Tromey <tom@tromey.com>
7727
7728 * gdb.python/py-parameter.exp: Set test message.
7729
77302018-05-02 Tom Tromey <tom@tromey.com>
7731
7732 PR python/20084:
7733 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
7734 PARAM_ZUINTEGER_UNLIMITED tests.
7735
77362018-04-28 Dan Robertson <danlrobertson89@gmail.com>
7737
7738 PR rust/23124
7739 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
7740 when casting.
7741
77422018-04-30 Tom Tromey <tom@tromey.com>
7743
7744 * gdb.python/py-type.exp: Check align attribute.
7745 * gdb.python/py-type.c: New "aligncheck" global.
7746
77472018-04-30 Tom Tromey <tom@tromey.com>
7748
7749 PR exp/17095:
7750 * gdb.dwarf2/dw2-align.exp: New file.
7751 * gdb.cp/align.exp: New file.
7752 * gdb.base/align.exp: New file.
7753 * lib/gdb.exp (gdb_int128_helper): New proc.
7754 (has_int128_c, has_int128_cxx): New caching procs.
7755
77562018-04-27 Tom Tromey <tom@tromey.com>
7757
7758 PR rust/22545:
7759 * gdb.rust/simple.exp: Add inclusive range tests.
7760
77612018-04-26 Pedro Alves <palves@redhat.com>
7762
7763 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
7764 ifunc breakpoint locations correctly of ifunc breakpoints set
7765 while the program resolves the ifunc.
7766
77672018-04-26 Pedro Alves <palves@redhat.com>
7768
7769 * gdb.base/gnu-ifunc-final.c: New file.
7770 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
7771 * gdb.base/gnu-ifunc.exp (executable): Delete.
7772 (staticexecutable): Adjust.
7773 (lib_opts, exec_opts): Delete.
7774 (make_binsuffix, build, set-break): New procedures.
7775 (misc_tests): New, with tests factored out from the top level.
7776 (top level): Test different combinations of ifunc resolver name,
7777 resolver with and with debug info, and ifunc target with and
7778 without debug info. Wrap static tests with with_target_prefix.
7779
77802018-04-26 Pedro Alves <palves@redhat.com>
7781
7782 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
7783 return type" warnings.
7784
77852018-04-25 Pedro Alves <palves@redhat.com>
7786
7787 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
7788 killed".
7789 * gdb.base/kill-after-signal.exp: Likewise.
7790 * gdb.threads/kill.exp: Likewise.
7791
77922018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7793 Sergio Durigan Junior <sergiodj@redhat.com>
7794 Pedro Alves <palves@redhat.com>
7795
7796 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
7797 regexps to expect for '[Inferior ... detached]' as well.
7798 * gdb.base/attach.exp: Likewise.
7799 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
7800 "gdb_continue_to_end".
7801 (test_catch_syscall_with_wrong_args): Likewise.
7802 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
7803 ']'. Don't set 'verbose' on.
7804 * gdb.base/foll-vfork.exp: Likewise.
7805 * gdb.base/fork-print-inferior-events.c: New file.
7806 * gdb.base/fork-print-inferior-events.exp: New file.
7807 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
7808 '[Inferior ... has been killed]' message.
7809 * gdb.base/kill-after-signal.exp: Likewise.
7810 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
7811 detach message.
7812 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
7813 message.
7814 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
7815 regexps to expect for '[Inferior ... detached]' as well.
7816 * gdb.threads/process-dies-while-detaching.exp: Likewise.
7817
78182018-04-24 Simon Marchi <simon.marchi@ericsson.com>
7819
7820 PR gdb/23104
7821 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
7822
78232018-04-22 Rajendra SY <rajendra.sy@gmail.com>
7824
7825 PR gdb/23095
7826 * gdb.base/break-probes.exp: Pass shlib_load to
7827 prepare_for_testing. Set normal_bp to r_debug_state if target is
7828 bsd.
7829
78302018-04-19 Richard Bunt <richard.bunt@arm.com>
7831
7832 * gdb.threads/multiple-successive-infcall.c: New test.
7833 * gdb.threads/multiple-successive-infcall.exp: New file.
7834
78352018-04-17 Tom Tromey <tom@tromey.com>
7836
7837 * gdb.rust/simple.rs (Union): New type.
7838 (main): New local "u".
7839 * gdb.rust/simple.exp (test_one_slice): Add new test case.
7840
78412018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7842
7843 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
7844 number information in output of "whereis" command.
7845 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
7846
78472018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7848
7849 * gdb.ada/info_types.exp: Adjust expected output to the line
7850 numbers now printed by "info var/func/type".
7851 * gdb.base/completion.exp: Likewise.
7852 * gdb.base/included.exp: Likewise.
7853 * gdb.cp/cp-relocate.exp: Likewise.
7854 * gdb.cp/cplusfuncs.exp: Likewise.
7855 * gdb.cp/namespace.exp: Likewise.
7856 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
7857
78582018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7859
7860 * gdb.btrace/cpu.exp: New.
7861
78622018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7863
7864 * gdb.base/step-indirect-call-thunk.exp: New.
7865 * gdb.base/step-indirect-call-thunk.c: New.
7866 * gdb.reverse/step-indirect-call-thunk.exp: New.
7867 * gdb.reverse/step-indirect-call-thunk.c: New.
7868
78692018-04-11 Simon Marchi <simon.marchi@ericsson.com>
7870
7871 * gdb.base/pie-fork.c: New file.
7872 * gdb.base/pie-fork.exp: New file.
7873
78742018-04-11 Tom Tromey <tom@tromey.com>
7875
7876 * gdb.rust/simple.exp: Add test for ".." struct initializer.
7877
78782018-04-10 Pedro Alves <palves@redhat.com>
7879
7880 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
7881 exits. Instead loop running forever.
7882 (fork_parent): Run forever too.
7883
78842018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7885
7886 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
7887 mi_continue_to_line.
7888 * gdb.mi/mi-stack.c (callee4): Add comment.
7889
78902018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7891
7892 * gdb.mi/mi-stack.exp: Fix indentation.
7893
78942018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7895
7896 PR gdb/22979
7897 * gdb.arch/amd64-osabi.exp: New file.
7898
78992018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7900
7901 PR gdb/22980
7902 * gdb.base/osabi.exp: New file.
7903
79042018-04-02 Weimin Pan <weimin.pan@oracle.com>
7905
7906 * gdb.cp/static-typedef-print.exp: New file.
7907 * gdb.cp/static-typedef-print.cc: New file.
7908
79092018-03-27 Joel Brobecker <brobecker@adacore.com>
7910
7911 * gdb.ada/varsize_limit: New testcase.
7912
79132018-03-27 Joel Brobecker <brobecker@adacore.com>
7914
7915 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
7916
7917 * gdb.ada/notcplusplus: New testcase.
7918
7919 * gdb.base/c-linkage-name.c: New file.
7920 * gdb.base/c-linkage-name.exp: New testcase.
7921
79222018-03-26 Tom Tromey <tom@tromey.com>
7923
7924 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
7925 * gdb.python/py-framefilter.py (name_error): New global.
7926 (ErrorInName.function): Use name_error.
7927
79282018-03-26 Tom Tromey <tom@tromey.com>
7929
7930 PR backtrace/15582:
7931 * gdb.python/py-framefilter.exp: Add "bt hide" test.
7932
79332018-03-23 Keith Seitz <keiths@redhat.com>
7934
7935 PR c++/22968
7936 * gdb.cp/subtypes.exp: New file.
7937 * gdb.cp/subtypes.h: New file.
7938 * gdb.cp/subtypes.cc: New file.
7939 * gdb.cp/subtypes-2.cc: New file.
7940
79412018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7942
7943 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
7944 (done): Call '_exit' not 'exit' to avoid atexit handlers.
7945 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
7946 -nostartfiles when compiling the test. Confirm that all registers
7947 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
7948
79492018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7950
7951 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
7952 option, syntax was wrong anyway.
7953 * gdb.arch/arm-disp-step.exp: Likewise.
7954 * gdb.arch/sparc64-regs.exp: Likewise.
7955 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
7956 option, syntax was wrong anyway, switch to use
7957 prepare_for_testing.
7958 * gdb.arch/i386-disp-step.exp: Likewise.
7959
79602018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
7961
7962 * gdb.ada/exec_changed.exp: Replace "target_info exists
7963 use_gdb_stub" by "use_gdb_stub".
7964 * gdb.ada/start.exp: Likewise.
7965 * gdb.base/async-shell.exp: Likewise.
7966 * gdb.base/attach-pie-misread.exp: Likewise.
7967 * gdb.base/attach-wait-input.exp: Likewise.
7968 * gdb.base/break-entry.exp: Likewise.
7969 * gdb.base/break-interp.exp: Likewise.
7970 * gdb.base/dprintf-detach.exp: Likewise.
7971 * gdb.base/nostdlib.exp: Likewise.
7972 * gdb.base/solib-nodir.exp: Likewise.
7973 * gdb.base/statistics.exp: Likewise.
7974 * gdb.base/testenv.exp: Likewise.
7975 * gdb.mi/mi-exec-run.exp: Likewise.
7976 * gdb.mi/mi-start.exp: Likewise.
7977 * gdb.multi/dummy-frame-restore.exp: Likewise.
7978 * gdb.multi/multi-arch-exec.exp: Likewise.
7979 * gdb.multi/multi-arch.exp: Likewise.
7980 * gdb.multi/tids.exp: Likewise.
7981 * gdb.multi/watchpoint-multi.exp: Likewise.
7982 * gdb.python/py-events.exp: Likewise.
7983 * gdb.threads/attach-into-signal.exp: Likewise.
7984 * gdb.threads/attach-stopped.exp: Likewise.
7985 * gdb.threads/threadapply.exp: Likewise.
7986 * lib/selftest-support.exp: Likewise.
7987
79882018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
7989
7990 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
7991
79922018-03-20 Stephen Roberts <stephen.roberts@arm.com>
7993
7994 * gdb.perf/template-breakpoints.cc: New file.
7995 * gdb.perf/template-breakpoints.exp: New file.
7996 * gdb.perf/template-breakpoints.py: New file.
7997
79982018-03-19 Tom Tromey <tom@tromey.com>
7999
8000 * gdb.rust/simple.rs (main): Add local variables field1, field2,
8001 y0.
8002 * gdb.rust/simple.exp: Test bare identifier form of struct
8003 initializer.
8004
80052018-03-19 Tom Tromey <tom@tromey.com>
8006
8007 * gdb.gdb/observer.exp: Remove.
8008
80092018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8010
8011 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
8012 "qualified" option when setting breakpoints.
8013 * gdb.trace/backtrace.exp: Likewise.
8014 * gdb.trace/circ.exp: Likewise.
8015 * gdb.trace/collection.exp: Likewise.
8016 * gdb.trace/disconnected-tracing.exp: Likewise.
8017 * gdb.trace/ftrace-lock.exp: Likewise.
8018 * gdb.trace/ftrace.exp: Likewise.
8019 * gdb.trace/infotrace.exp: Likewise.
8020 * gdb.trace/packetlen.exp: Likewise.
8021 * gdb.trace/passc-dyn.exp: Likewise.
8022 * gdb.trace/qtro.exp: Likewise.
8023 * gdb.trace/read-memory.exp: Likewise.
8024 * gdb.trace/report.exp: Likewise.
8025 * gdb.trace/signal.exp: Likewise.
8026 * gdb.trace/status-stop.exp: Likewise.
8027 * gdb.trace/strace.exp: Likewise.
8028 * gdb.trace/tfind.exp: Likewise.
8029 * gdb.trace/trace-break.exp: Likewise.
8030 * gdb.trace/trace-condition.exp: Likewise.
8031 * gdb.trace/trace-mt.exp: Likewise.
8032 * gdb.trace/tstatus.exp: Likewise.
8033 * gdb.trace/tsv.exp: Likewise.
8034 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8035 * gdb.trace/unavailable.exp: Likewise.
8036 * gdb.trace/while-dyn.exp: Likewise.
8037
80382018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8039
8040 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
8041 that libinproctrace is copied to the target.
8042
80432018-03-14 Tom Tromey <tom@tromey.com>
8044
8045 PR cli/14977:
8046 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
8047 a null pointer.
8048 * gdb.base/wchar.exp: Likewise.
8049
80502018-03-14 Tom Tromey <tom@tromey.com>
8051
8052 PR cli/19918:
8053 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
8054 flag.
8055
80562018-03-08 Simon Marchi <simon.marchi@ericsson.com>
8057
8058 PR gdb/22841
8059 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
8060 "target" to remote_exec.
8061
80622018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
8063
8064 PR gdb/22841
8065 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
8066 ${board}_upload): Remove.
8067
80682018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
8069
8070 * gdb.cp/watch-cp.cc: New test.
8071 * gdb.cp/watch-cp.exp: New file.
8072
80732018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8074
8075 * gdb.base/infcall-nested-structs.exp: New file.
8076 * gdb.base/infcall-nested-structs.c: New file.
8077 * gdb.base/float.exp: Add riscv support.
8078
80792018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
8080
8081 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
8082 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
8083
80842018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
8085
8086 * gdb.server/abspath.exp: New file.
8087 * lib/gdb.exp (with_cwd): New procedure.
8088
80892018-02-28 Simon Marchi <simon.marchi@ericsson.com>
8090
8091 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
8092 use it.
8093 (gdb_is_target_remote_prompt): New proc.
8094 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
8095 (gdb_is_target_native): Pass prompt parameter to
8096 gdb_is_target_1.
8097
80982018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
8099
8100 * gdb.base/load-command.c: New file.
8101 * gdb.base/load-command.exp: New file.
8102 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
8103 (gdb_is_target_1): ...this, and generalize for other targets
8104 than just remote.
8105 (gdb_is_target_remote): Use gdb_is_target_1.
8106 (gdb_is_target_native): use gdb_is_target_1.
8107
81082018-02-26 Tom Tromey <tom@tromey.com>
8109
8110 PR python/16497:
8111 * gdb.python/py-framefilter.exp: Update test.
8112
81132018-02-26 Tom Tromey <tom@tromey.com>
8114
8115 * gdb.dwarf2/variant.c: New file.
8116 * gdb.dwarf2/variant.exp: New file.
8117
81182018-02-26 Tom Tromey <tom@tromey.com>
8119
8120 * gdb.rust/simple.exp: Accept more possible results in enum test.
8121
81222018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
8123
8124 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
8125 parentheses.
8126
81272018-02-23 Maciej W. Rozycki <macro@mips.com>
8128
8129 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
8130 name of a variable: $actual_linejj -> $actual_line.
8131
81322018-02-21 John Baldwin <jhb@FreeBSD.org>
8133
8134 * gdb.arch/amd64-i386-address.exp: Fix a typo.
8135
81362018-02-20 Markus Metzger <markus.t.metzger@intel.com>
8137
8138 * gdb.btrace/buffer-size.exp: Do not force BTS.
8139
81402018-02-14 Pedro Alves <palves@redhat.com>
8141
8142 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
8143 getting a "Quit".
8144
81452018-02-09 Markus Metzger <markus.t.metzger@intel.com>
8146
8147 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
8148 Fix test name.
8149
81502018-02-07 Simon Marchi <simon.marchi@ericsson.com>
8151
8152 * gdb.cp/m-static.exp: Check type of optimized out static
8153 member.
8154
81552018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
8156
8157 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
8158 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
8159
81602018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
8161 Leszek Swirski <leszeks@google.com>
8162
8163 * gdb.python/py-prettyprint.c
8164 (struct to_string_returns_value_inner,
8165 struct to_string_returns_value_wrapper): New.
8166 (main): Add tsrvw variable.
8167 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
8168 ToStringReturnsValueWrapper): New classes.
8169 (register_pretty_printers): Register new pretty-printers.
8170 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
8171 recursive pretty printer.
8172 * gdb.python/py-mi.exp: Likewise.
8173
81742018-02-01 Leszek Swirski <leszeks@google.com>
8175
8176 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
8177 functions with the same name as an include file are parsed
8178 correctly.
8179
81802018-02-01 Yao Qi <yao.qi@linaro.org>
8181
8182 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
8183 "\[^\r\n\]*".
8184
81852018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
8186
8187 * gdb.arch/powerpc-prologue-frame.s: New file.
8188 * gdb.arch/powerpc-prologue-frame.c: Likewise.
8189 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
8190
81912018-01-31 Joel Brobecker <brobecker@adacore.com>
8192
8193 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
8194
81952018-01-30 Pedro Alves <palves@redhat.com>
8196
8197 PR gdb/13211
8198 * gdb.base/interrupt-daemon.c: New.
8199 * gdb.base/interrupt-daemon.exp: New.
8200 * gdb.multi/multi-term-settings.c: New.
8201 * gdb.multi/multi-term-settings.exp: New.
8202
82032018-01-30 Joel Brobecker <brobecker@adacore.com>
8204
8205 * gdb.base/break.exp: Save the location where the breakpoint
8206 on break.c:47 was actually inserted when debugging the version
8207 compiled at -O2 and use it in the expected output of the "info
8208 break" test performed soon after.
8209
82102018-01-22 Pedro Alves <palves@redhat.com>
8211 Sergio Durigan Junior <sergiodj@redhat.com>
8212
8213 * gdb.base/whatis.exp: Add tests for 'set print object on' +
8214 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
8215
82162018-01-22 Joel Brobecker <brobecker@adacore.com>
8217
8218 * gdb.base/break-include.c, gdb.base/break-include.inc,
8219 gdb.base/break-include.exp: New files.
8220 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
8221 line number now being the actual line number where the breakpoint
8222 was inserted.
8223 * gdb.mi/mi-break.exp: Likewise.
8224 * gdb.mi/mi-reverse.exp: Likewise.
8225 * gdb.mi/mi-simplerun.exp: Ditto.
8226
82272018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
8228
8229 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
8230 varobj.
8231 * gdb.mi/mi-var-create-rtti.exp: Likewise.
8232
82332018-01-21 Don Breazeal <donb@codesourcery.com>
8234 Andrew Burgess <andrew.burgess@embecosm.com>
8235
8236 * gdb.mi/basics.c: Add new global.
8237 * gdb.mi/mi-frame-regs.exp: New file.
8238 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
8239 case.
8240
82412018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
8242
8243 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
8244 non-parameter, and on an unknown symbol.
8245
82462018-01-19 Tom Tromey <tom@tromey.com>
8247
8248 * gdb.rust/modules.rs (TWENTY_THREE): New global.
8249 * gdb.rust/modules.exp: Add ::-qualified lookup test.
8250
82512018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8252
8253 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
8254 setrlimit and chdir to int.
8255
82562018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8257
8258 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
8259 function.
8260 (my_tend): Likewise.
8261 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
8262 rationale of avoiding FP- and vector instructions.
8263
82642018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
8265
8266 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
8267 "info reg" with "\[ \t\]*".
8268 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
8269 "\[ \t\]+".
8270 * gdb.arch/s390-multiarch.exp: Ditto.
8271 * gdb.base/pc-fp.exp: Ditto.
8272 * gdb.reverse/i386-precsave.exp: Ditto.
8273 * gdb.reverse/i386-reverse.exp: Ditto.
8274 * gdb.reverse/i387-env-reverse.exp: Ditto.
8275 * gdb.reverse/i387-stack-reverse.exp: Ditto.
8276
82772018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
8278
8279 * lib/gdb.exp (gdb_compile): Re-enable use of
8280 universal_compile_options for languages other than Rust.
8281
82822018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
8283
8284 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
8285
82862018-01-17 Mike Gulick <mgulick@mathworks.com>
8287
8288 PR gdb/16577
8289 * gdb.base/solib-vanish.exp: New.
8290 * gdb.base/solib-vanish-main.c: New.
8291 * gdb.base/solib-vanish-lib1.c: New.
8292 * gdb.base/solib-vanish-lib2.c: New.
8293
82942018-01-17 Yao Qi <yao.qi@linaro.org>
8295
8296 * gdb.compile/compile.exp: Match the address printed for
8297 frame in the output of command "bt".
8298
82992018-01-15 Tom Tromey <tom@tromey.com>
8300
8301 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
8302 compute sp_reg.
8303
83042018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
8305
8306 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
8307 to prepare.
8308 (prepare): Return 0 on error, 1 on success.
8309
83102018-01-12 Pedro Alves <palves@redhat.com>
8311
8312 * gdb.base/continue-after-aborted-step-over.c: New.
8313 * gdb.base/continue-after-aborted-step-over.exp: New.
8314
83152018-01-11 Simon Marchi <simon.marchi@ericsson.com>
8316
8317 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
8318 options when not creating an executable.
8319
83202018-01-11 Pedro Alves <palves@redhat.com>
8321
8322 PR remote/22597
8323 * gdb.server/stop-reply-no-thread.c: New file.
8324 * gdb.server/stop-reply-no-thread.exp: New file.
8325
83262018-01-10 Pedro Alves <palves@redhat.com>
8327
8328 PR gdb/22670
8329 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
8330 functions too. Test setting breakpoints and printing C functions
8331 with no debug info too.
8332 * gdb.ada/bp_c_mixed_case/qux.c: New file.
8333
83342018-01-10 Pedro Alves <palves@redhat.com>
8335
8336 PR gdb/22670
8337 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
8338 a fail.
8339
83402018-01-10 Pedro Alves <palves@redhat.com>
8341
8342 PR gdb/22670
8343 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
8344
83452018-01-08 Simon Marchi <simon.marchi@ericsson.com>
8346
8347 * gdb.server/unittest.exp: Match the output in non-development
8348 mode.
8349
83502018-01-08 Simon Marchi <simon.marchi@ericsson.com>
8351
8352 * gdb.gdb/unittest.exp: Match output in non-development mode.
8353
83542018-01-08 Joel Brobecker <brobecker@adacore.com>
8355
8356 * gdb.ada/access_tagged_param.exp: Relax expected output
8357 for value of "ObjL" in "continue" to pck.inspect breakpoint
8358 test.
8359
83602018-01-08 Joel Brobecker <brobecker@adacore.com>
8361
8362 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
8363 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
8364
83652018-01-05 Pedro Alves <palves@redhat.com>
8366
8367 PR gdb/18653
8368 * gdb.base/libsegfault.exp: New.
8369
83702018-01-05 Joel Brobecker <brobecker@adacore.com>
8371
8372 PR gdb/22670
8373 * gdb.ada/access_tagged_param.exp: New file.
8374 * gdb.ada/access_tagged_param/foo.adb: New file.
8375
83762018-01-05 Pedro Alves <palves@redhat.com>
8377
8378 PR gdb/22670
8379 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
8380 exercise lower case too, and to exercise both full matching and
8381 wild matching.
8382
83832018-01-05 Joel Brobecker <brobecker@adacore.com>
8384
8385 * gdb.ada/rename_subscript_param: New testcase.
8386
83872018-01-05 Jerome Guitton <guitton@adacore.com>
8388
8389 * gdb.ada/arr_acc_idx_w_gap: New testcase.
8390
83912018-01-05 Joel Brobecker <brobecker@adacore.com>
8392
8393 * gdb.ada/convvar_comp: New testcase.
8394
83952018-01-05 Xavier Roirand <roirand@adacore.com>
8396
8397 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
8398 (My_Table): New global variable.
8399 * testsuite/gdb.ada/array_char_idx.exp: Add test.
8400
84012018-01-04 Joel Brobecker <brobecker@adacore.com>
8402
8403 PR gdb/22670
8404 * gdb.ada/maint_with_ada: New testcase.
8405
84062018-01-04 Joel Brobecker <brobecker@adacore.com>
8407
8408 PR gdb/22670
8409 * gdb.ada/bp_c_mixed_case: New testcase.
8410
84112018-01-04 Joel Brobecker <brobecker@adacore.com>
8412
8413 PR gdb/22670
8414 * gdb.ada/complete.exp: Add "complete break ada" test.
8415
84162018-01-04 Joel Brobecker <brobecker@adacore.com>
8417
8418 PR gdb/22670
8419 * gdb.ada/info_addr_mixed_case: New testcase.
8420
84212018-01-03 Xavier Roirand <roirand@adacore.com>
8422
8423 * gdb.ada/excep_handle.exp: New testcase.
8424 * gdb.ada/excep_handle/foo.adb: New file.
8425 * gdb.ada/excep_handle/pck.ads: New file.
8426
84272018-01-03 Joel Brobecker <brobecker@adacore.com>
8428
8429 * gdb.base/step-line.c: Add extra empty line in copyright header.
8430 * gdb.base/step-line.inp: Likewise.
8431
84322018-01-02 Joel Brobecker <brobecker@adacore.com>
8433
8434 * gdb.ada/dyn_stride.exp: Add slice test.
8435
84362018-01-02 Joel Brobecker <brobecker@adacore.com>
8437
8438 * gdb.ada/dyn_stride: New testcase.
8439
84402017-12-27 Stafford Horne <shorne@gmail.com>
8441
8442 * gdb.xml/extra-regs.xml: Add example foo reggroup.
8443 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
8444
84452017-12-27 Stafford Horne <shorne@gmail.com>
8446
8447 * gdb.base/reggroups.c: New file.
8448 * gdb.base/reggroups.exp: New file.
8449
84502017-12-18 Joel Brobecker <brobecker@adacore.com>
8451
8452 * gdb.dwarf2/ada-valprint-error.c: New file.
8453 * gdb.dwarf2/ada-valprint-error.exp: New file.
8454
84552017-12-18 Joel Brobecker <brobecker@adacore.com>
8456
8457 * gdb.ada/assign_arr: New testcase.
8458
84592017-12-18 Xavier Roirand <roirand@adacore.com>
8460
8461 * gdb.ada/funcall_ptr: New testcase.
8462
84632017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8464
8465 PR cli/16224
8466 * gdb.base/ptype-offsets.cc: New file.
8467 * gdb.base/ptype-offsets.exp: New file.
8468
84692017-12-15 Yao Qi <yao.qi@linaro.org>
8470
8471 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
8472 if XML is disabled.
8473
84742017-12-15 Xavier Roirand <roirand@adacore.com>
8475
8476 * gdb.ada/same_component_name: New testcase.
8477
84782017-12-14 Joel Brobecker <brobecker@adacore.com>
8479
8480 * gdb.ada/str_binop_equal: New testcase.
8481
84822017-12-14 Joel Brobecker <brobecker@adacore.com>
8483
8484 * gdb.ada/task_switch_in_core: New testcase.
8485
84862017-12-13 Simon Marchi <simon.marchi@ericsson.com>
8487
8488 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
8489 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
8490 call test_bkpt_qualified.
8491 (test_bkpt_qualified): New proc.
8492
84932017-12-13 Pedro Alves <palves@redhat.com>
8494
8495 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
8496 Tighten regexp by matching with an anchor.
8497
84982017-12-13 Pedro Alves <palves@redhat.com>
8499
8500 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
8501 ("expression with namespace"): New set of tests.
8502 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
8503 (Nested::Test_NS::qux): New.
8504 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
8505 defaults to 'start_quote_char' and 'end_quote_char' parameters.
8506
85072017-12-13 Joel Brobecker <brobecker@adacore.com>
8508
8509 * gdb.base/server-del-break.c: New file.
8510 * gdb.base/server-del-break.exp: New file.
8511
85122017-12-12 Stafford Horne <shorne@gmail.com>
8513
8514 * gdb.xml/tdesc-regs.exp: Add or1k support.
8515
85162017-12-12 Stafford Horne <shorne@gmail.com>
8517
8518 * gdb.base/bp-permanent.c: Define nop of or1k.
8519
85202017-12-11 Joel Brobecker <brobecker@adacore.com>
8521
8522 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
8523 output with components being reordered.
8524
85252017-12-11 Joel Brobecker <brobecker@adacore.com>
8526
8527 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
8528 output with components being reordered.
8529
85302017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8531 Pedro Alves <palves@redhat.com>
8532
8533 * gdb.base/maint.exp (check for .gdb_index): Check also for
8534 .debug_names.
8535 * gdb.dlang/watch-loc.c (.debug_aranges): New.
8536 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
8537 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
8538 (.gdb_index used after symbol reloading): Support also .debug_names.
8539 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
8540
85412017-12-08 Yao Qi <yao.qi@linaro.org>
8542
8543 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
8544 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
8545
85462017-12-08 Yao Qi <yao.qi@linaro.org>
8547
8548 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
8549 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
8550
85512017-12-08 Yao Qi <yao.qi@linaro.org>
8552
8553 * gdb.arch/aarch64-tagged-pointer.c: New file.
8554 * gdb.arch/aarch64-tagged-pointer.exp: New file.
8555
85562017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
8557
8558 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
8559 "int".
8560
85612017-12-07 Keith Seitz <keiths@redhat.com>
8562
8563 PR breakpoints/22569
8564 * gdb.linespec/ls-errs.exp: Change expected result of "break
8565 -source this file has spaces.c -line 3".
8566 Check that an explicit source file followed by whitespace is
8567 identified as an invalid explicit location.
8568
85692017-12-07 Keith Seitz <keiths@redhat.com>
8570
8571 * gdb.cp/nested-types.cc: New file.
8572 * gdb.cp/nested-types.exp: New file.
8573 * lib/cp-support.exp: Load data-structures.exp library.
8574 (debug_cp_test_ptype_class): New global.
8575 (cp_ptype_class_verbose, next_line): New procedures.
8576 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
8577 Add and document new return value.
8578 Switch the list of lines to a queue.
8579 Add support for new `type' key for nested type definitions.
8580 Add debugging/troubleshooting messages.
8581 * lib/data-structures.exp: New file.
8582
85832017-12-07 Simon Marchi <simon.marchi@ericsson.com>
8584
8585 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
8586 with proc_with_prefix, don't use with_test_prefix.
8587
85882017-12-07 Tom Tromey <tom@tromey.com>
8589
8590 * gdb.base/break.exp: Add test for empty "commands".
8591
85922017-12-07 Yao Qi <yao.qi@linaro.org>
8593
8594 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
8595 malloc and catch syscall.
8596
85972017-12-07 Phil Muldoon <pmuldoon@redhat.com>
8598
8599 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
8600 tests for explicit locations.
8601
86022017-12-06 Pedro Alves <palves@redhat.com>
8603
8604 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
8605 force-disabling XML descriptions.
8606
86072017-12-04 Pedro Alves <palves@redhat.com>
8608
8609 PR gdb/22499
8610 * gdb.arch/amd64-disp-step-avx.S: New file.
8611 * gdb.arch/amd64-disp-step-avx.exp: New file.
8612
86132017-12-03 Pedro Alves <palves@redhat.com>
8614
8615 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
8616 and <string.h>.
8617 (parent_function): Print distinct messages when waitpid fails, or
8618 the child exits with a signal, or the child exits for an unhandled
8619 reason.
8620 * gdb.threads/process-dies-while-detaching.exp
8621 (detach_and_expect_exit): New 'inf_output_re' parameter and use
8622 it. Wait for both inferior output and GDB's prompt. Use an
8623 indirect spawn id list.
8624 (do_detach): New parameter 'child_exit'. Use it to compute
8625 expected inferior output.
8626 (test_detach, test_detach_watch, test_detach_killed_outside):
8627 Adjust to pass down the expected child exit kind.
8628
86292017-12-01 Joel Brobecker <brobecker@adacore.com>
8630 Sergio Durigan Junior <sergiodj@redhat.com>
8631 Pedro Alves <palves@redhat.com>
8632
8633 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
8634
86352017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
8636
8637 * gdb.base/relocate.exp: Add tests to guarantee that arguments
8638 to 'symbol-file' and 'add-symbol-file' can be
8639 position-independent.
8640
86412017-12-01 Yao Qi <yao.qi@linaro.org>
8642
8643 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
8644 the URL in copyright header.
8645 * gdb.arch/aarch64-fp.exp: Likewise.
8646 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
8647 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
8648 * gdb.base/expand-psymtabs.exp: Likewise.
8649 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
8650 * gdb.fortran/common-block.exp: Likewise.
8651 * gdb.fortran/common-block.f90: Likewise.
8652 * gdb.fortran/logical.exp: Likewise.
8653 * gdb.fortran/vla-datatypes.f90: Likewise.
8654 * gdb.fortran/vla-sub.f90: Likewise.
8655
86562017-11-30 Joel Brobecker <brobecker@adacore.com>
8657
8658 * gdb.ada/repeat_dyn: New testcase.
8659
86602017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
8661
8662 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
8663 Update for changed thread numbering.
8664 * gdb.cell/bt.exp: Update for changed GDB output.
8665
86662017-11-30 Simon Marchi <simon.marchi@ericsson.com>
8667
8668 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
8669 setting isremote by hand.
8670 * boards/dwarf4-gdb-index.exp: Likewise.
8671 * boards/fission.exp: Likewise.
8672 * boards/stabs.exp: Likewise.
8673
86742017-11-30 Pedro Alves <palves@redhat.com>
8675
8676 * gdb.linespec/cpls-ops.exp
8677 (check_explicit_skips_function_argument): Extract the underlying
8678 type of size_t instead of hardcoding it.
8679
86802017-11-29 Pedro Alves <palves@redhat.com>
8681
8682 PR c++/19436
8683 * gdb.linespec/cpls-abi-tag.cc: New file.
8684 * gdb.linespec/cpls-abi-tag.exp: New file.
8685
86862017-11-29 Pedro Alves <palves@redhat.com>
8687
8688 * gdb.base/langs.exp: Use -qualified.
8689 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
8690 it.
8691 * gdb.cp/namespace.exp: Use -qualified.
8692 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
8693 (overload-3, template-overload, template-ret-type, const-overload)
8694 (const-overload-quoted, anon-ns, ambiguous-prefix): New
8695 procedures.
8696 (test_driver): Call them.
8697 * gdb.cp/save-bp-qualified.cc: New.
8698 * gdb.cp/save-bp-qualified.exp: New.
8699 * gdb.linespec/explicit.exp: Test -qualified.
8700 * lib/completion-support.exp (completion::explicit_opts_list): Add
8701 "-qualified".
8702 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
8703
87042017-11-29 Phil Muldoon <pmuldoon@redhat.com>
8705
8706 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
8707
87082017-11-29 Tom Tromey <tom@tromey.com>
8709
8710 * gdb.base/relocate.exp: Update invalid argument test.
8711 Add new tests for invalid arguments.
8712
87132017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8714
8715 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
8716 Return 0 as a long.
8717 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
8718
87192017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8720
8721 * gdb.cp/breakpoint.cc (bar): Set return type to void.
8722 * gdb.cp/psymtab-parameter.cc (func): Likewise.
8723 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
8724 func ().
8725 * gdb.cp/shadow.cc (B.func): Return 0.
8726
87272017-11-27 Joel Brobecker <brobecker@adacore.com>
8728
8729 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
8730 expected output in gdb_expect call to allow the exception
8731 message to be present as well. Fix syntax confusion to avoid
8732 TCL thinking that exception_name is an array.
8733
87342017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
8735
8736 * gdb.arch/spu-info.c: Include <unistd.h>.
8737 (do_signal_test): Fix broken calls to write.
8738 * gdb.arch/spu-info.exp: Use prepare_for_testing.
8739 Fix checks for empty mailboxes. Update signal tests for corrected
8740 do_signal_test routine. Allow nonzero event status.
8741 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
8742 * gdb.cell/arch.exp: Use standard_output_file.
8743 * gdb.cell/break.exp: Likewise.
8744 * gdb.cell/bt.exp: Likewise.
8745 * gdb.cell/core.exp: Likewise.
8746 * gdb.cell/dwarfaddr.exp: Likewise.
8747 * gdb.cell/ea-cache.exp: Likewise.
8748 * gdb.cell/ea-standalone.exp: Likewise.
8749 * gdb.cell/f-regs.exp: Likewise.
8750 * gdb.cell/fork.exp: Likewise.
8751 * gdb.cell/gcore.exp: Likewise.
8752 * gdb.cell/mem-access.exp: Likewise.
8753 * gdb.cell/ptype.exp: Likewise.
8754 * gdb.cell/registers.exp: Likewise.
8755 * gdb.cell/sizeof.exp: Likewise.
8756 * gdb.cell/solib-symbol.exp: Likewise.
8757 * gdb.cell/solib.exp: Likewise.
8758
87592017-11-25 Pedro Alves <palves@redhat.com>
8760
8761 * gdb.base/complete-empty.exp: New file.
8762 * gdb.base/completion.exp: Adjust.
8763
87642017-11-25 Pedro Alves <palves@redhat.com>
8765
8766 * gdb.linespec/cpls-ops.cc: New file.
8767 * gdb.linespec/cpls-ops.exp: New file.
8768 * lib/completion-support.exp (test_complete_prefix_range_re): New,
8769 factored out from ...
8770 (test_complete_prefix_range): ... this.
8771
87722017-11-24 Pedro Alves <palves@redhat.com>
8773
8774 * gdb.linespec/cpcompletion.exp: New file.
8775 * gdb.linespec/cpls-hyphen.cc: New file.
8776 * gdb.linespec/cpls.cc: New file.
8777 * gdb.linespec/cpls2.cc: New file.
8778 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
8779 test to use test_gdb_complete_unique. Add label completion,
8780 keyword completion and explicit location completion tests.
8781 * lib/completion-support.exp: New file.
8782
87832017-11-24 Joel Brobecker <brobecker@adacore.com>
8784
8785 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
8786 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
8787 when hitting an exception catchpoint.
8788
87892017-11-22 Yao Qi <yao.qi@linaro.org>
8790
8791 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
8792
87932017-11-22 Simon Marchi <simon.marchi@ericsson.com>
8794
8795 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
8796 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
8797 * gdb.dwarf2/info-locals-optimized-out.c: New file.
8798
87992017-11-22 Yao Qi <yao.qi@linaro.org>
8800
8801 * gdb.base/info-os.exp: Pass pthreads.
8802 * gdb.multi/multi-attach.exp: Likewise.
8803
88042017-11-22 Yao Qi <yao.qi@linaro.org>
8805
8806 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
8807 compiler.
8808
88092017-11-22 Yao Qi <yao.qi@linaro.org>
8810
8811 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
8812 * gdb.base/break-interp.exp: Likewise.
8813 * gdb.base/jit-attach-pie.exp: Likewise.
8814
88152017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8816
8817 * gdb.base/float128.c (large128): New variable.
8818 * gdb.base/float128.exp: Add test to print largest __float128 value.
8819
88202017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8821
8822 * gdb.arch/vsx-regs.exp: Update register content checks.
8823
88242017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
8825
8826 * gdb.arch/ppc-longdouble.exp: New file.
8827 * gdb.arch/ppc-longdouble.c: Likewise.
8828
88292017-11-21 Pedro Alves <palves@redhat.com>
8830
8831 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
8832
88332017-11-20 Pedro Alves <palves@redhat.com>
8834
8835 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
8836 (long_double_typedef): New typedefs.
8837 Use DEF on double and long double.
8838 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
8839 cases.
8840 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
8841 and 'long_double_ptr_same_size' locals. Use them to decide
8842 whether cast from array/function to float is valid/invalid.
8843
88442017-11-17 Tom Tromey <tom@tromey.com>
8845
8846 * gdb.rust/traits.rs: New file.
8847 * gdb.rust/traits.exp: New file.
8848
88492017-11-17 Joel Brobecker <brobecker@adacore.com>
8850
8851 * gdb.ada/minsyms: New testcase.
8852
88532017-11-16 Pedro Alves <palves@redhat.com>
8854
8855 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
8856 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
8857
88582017-11-16 Pedro Alves <palves@redhat.com>
8859
8860 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
8861 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
8862
88632017-11-16 Pedro Alves <palves@redhat.com>
8864
8865 * gdb.server/reconnect-ctrl-c.c: New file.
8866 * gdb.server/reconnect-ctrl-c.exp: New file.
8867
88682017-11-16 Phil Muldoon <pmuldoon@redhat.com>
8869
8870 * gdb.python/py-rbreak.exp: New file.
8871 * gdb.python/py-rbreak.c: New file.
8872 * gdb.python/py-rbreak-func2.c: New file.
8873
88742017-11-16 Pedro Alves <palves@redhat.com>
8875
8876 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
8877 pattern.
8878 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
8879 GDB.
8880
88812017-11-15 Simon Marchi <simon.marchi@ericsson.com>
8882
8883 * gdb.tui/completionn.exp (test_tab_completion): Add space in
8884 regex.
8885
88862017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
8887
8888 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
8889 test names.
8890
88912017-11-09 Pedro Alves <palves@redhat.com>
8892
8893 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
8894 factored out from ...
8895 (top level): ... here, and adjusted to avoid expecting beyond the
8896 prompt in a single gdb_test_multiple.
8897
88982017-11-09 Pedro Alves <palves@redhat.com>
8899
8900 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
8901 output.
8902 * gdb.server/ext-attach.exp ("kill" test): Likewise.
8903 * gdb.server/ext-restart.exp ("kill" test): Likewise.
8904 * gdb.server/ext-run.exp ("kill" test): Likewise.
8905 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
8906
89072017-11-09 Pedro Alves <palves@redhat.com>
8908
8909 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
8910 match till end of line.
8911
89122017-11-09 Pedro Alves <palves@redhat.com>
8913
8914 * gdb.base/memattr.exp: Tighten regexes to match the end line.
8915
89162017-11-09 Pedro Alves <palves@redhat.com>
8917
8918 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
8919 New procedures, factored out from ...
8920 (top level): ... here, and adjusted to avoid expecting beyond the
8921 prompt in one go.
8922
89232017-11-09 Pedro Alves <palves@redhat.com>
8924
8925 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
8926 output. Fix '?' match.
8927
89282017-11-08 Joel Brobecker <brobecker@adacore.com>
8929
8930 * gdb.ada/scoped_watch: New testcase.
8931 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
8932 which is actually correct.
8933 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
8934 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
8935
89362017-11-08 Pedro Alves <palves@redhat.com>
8937
8938 * gdb.gdb/complaints.exp (test_initial_complaints)
8939 (test_serial_complaints, test_short_complaints): Call
8940 complaint_internal instead of complaint.
8941
89422017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
8943
8944 * gdb.threads/tls-core.c: New file.
8945 * gdb.threads/tls-core.exp: Likewise.
8946
89472017-11-08 Pedro Alves <palves@redhat.com>
8948
8949 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
8950 (p Exported_Capitalized): New test.
8951 (p exported_capitalized): New test.
8952
89532017-11-07 Pedro Alves <palves@redhat.com>
8954
8955 * gdb.cp/ena-dis-br-range.exp: Add more tests.
8956
89572017-11-07 Pedro Alves <palves@redhat.com>
8958
8959 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
8960 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
8961 (disable_invalid, disable_inverted, disable_negative): New
8962 procedures.
8963 ("bad numbers"): New set of tests.
8964
89652017-11-07 Pedro Alves <palves@redhat.com>
8966
8967 * gdb.cp/ena-dis-br-range.exp: Add tests.
8968
89692017-11-07 Pedro Alves <palves@redhat.com>
8970
8971 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
8972
89732017-11-07 Xavier Roirand <roirand@adacore.com>
8974 Pedro Alves <palves@redhat.com>
8975
8976 * gdb.base/ena-dis-br.exp: Add reference to
8977 gdb.cp/ena-dis-br-range.exp.
8978 * gdb.cp/ena-dis-br-range.exp: New file.
8979 * gdb.cp/ena-dis-br-range.cc: New file.
8980
89812017-11-06 Pedro Alves <palves@redhat.com>
8982
8983 * gdb.base/attach-non-pgrp-leader.c: New.
8984 * gdb.base/attach-non-pgrp-leader.exp: New.
8985
89862017-11-06 Pedro Alves <palves@redhat.com>
8987
8988 * configure.ac: No longer check for termio.h and sgtty.h.
8989 * configure: Regenerate.
8990 * remote-utils.c: Include termios.h instead of gdb_termios.h.
8991 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
8992 Remove termio and sgtty code.
8993
89942017-11-03 Yao Qi <yao.qi@linaro.org>
8995
8996 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
8997 in GDB is disabled.
8998
89992017-11-03 Yao Qi <yao.qi@linaro.org>
9000
9001 * gdb.python/py-thrhandle.exp: Skip it if python is not
9002 enabled.
9003
90042017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
9005
9006 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
9007 as a breakpoint command.
9008
90092017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
9010
9011 PR python/21213
9012 * gdb.python/py-infthread.exp: Test calling
9013 InferiorThread.inferior () multiple times in a row.
9014
90152017-10-27 Keith Seitz <keiths@redhat.com>
9016
9017 * gdb.opt/inline-break.exp (break_info_1): New procedure.
9018 Test "info break" for every inlined function breakpoint.
9019
90202017-10-27 Yao Qi <yao.qi@linaro.org>
9021
9022 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
9023
90242017-10-26 Patrick Frants <osscontribute@gmail.com>
9025
9026 * gdb.cp/classes.exp (test_static_members): Test printing
9027 Outer::instance.
9028 * gdb.cp/classes.c (struct Inner, struct Outer): New.
9029 (Inner::instance, Outer::instance): New.
9030
90312017-10-24 Pedro Alves <palves@redhat.com>
9032
9033 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
9034 extra console" test in two stages.
9035
90362017-10-24 Pedro Alves <palves@redhat.com>
9037
9038 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
9039
90402017-10-24 Pedro Alves <palves@redhat.com>
9041
9042 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
9043 loop.
9044
90452017-10-24 Pedro Alves <palves@redhat.com>
9046
9047 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
9048 $attempt" and "stoppedtry $stoppedtry" test prefixes.
9049
90502017-10-24 Pedro Alves <palves@redhat.com>
9051
9052 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
9053 parameter and handle it. Don't output read value in test name.
9054
90552017-10-24 Pedro Alves <palves@redhat.com>
9056
9057 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
9058 custom test name.
9059
90602017-10-24 Pedro Alves <palves@redhat.com>
9061
9062 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
9063 include the unstable output directory name in the test's name.
9064 (initial_setup_simple) <'set args'>: Use custom test name.
9065
90662017-10-24 Pedro Alves <palves@redhat.com>
9067
9068 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
9069 with explicit test name.
9070
90712017-10-20 Pedro Alves <palves@redhat.com>
9072
9073 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
9074 'wait -i'. Use gdb_assert and remote_close.
9075
90762017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
9077
9078 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
9079 number from variable rather than hard-coded.
9080
90812017-10-19 Pedro Alves <palves@redhat.com>
9082
9083 * gdb.base/long-inferior-output.c: New file.
9084 * gdb.base/long-inferior-output.exp: New file.
9085
90862017-11-18 Keith Seitz <keiths@redhat.com>
9087
9088 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
9089 method.
9090 (main): Call it.
9091 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
9092 Add additional user-defined conversion operator tests.
9093
90942017-10-17 Pedro Alves <palves@redhat.com>
9095
9096 * boards/native-stdio-gdbserver.exp: Load "local-board".
9097
90982017-10-17 Pedro Alves <palves@redhat.com>
9099
9100 * gdb.base/quit-live.c: New file.
9101 * gdb.base/quit-live.exp: New file.
9102
91032017-10-16 Keith Seitz <keiths@redhat.com>
9104
9105 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
9106 (class_with_protected_typedef, class_with_private_typedef)
9107 (struct_with_public_typedef, struct_with_protected_typedef)
9108 (struct_with_private_typedef): New classes/structs.
9109 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
9110 typedefs and access specifiers.
9111
91122017-10-16 Pedro Alves <palves@redhat.com>
9113 Simon Marchi <simon.marchi@polymtl.ca>
9114
9115 * README (Local vs Remote vs Native): New section.
9116 * boards/local-board.exp: New file, with bits factored out from
9117 ...
9118 * boards/native-extended-gdbserver.exp: ... here. Load
9119 "local-board".
9120 * boards/native-gdbserver.exp: Load "local-board".
9121 (${board}_spawn, ${board}_exec): Delete.
9122 * boards/native-stdio-gdbserver.exp: Most contents factored out to
9123 ...
9124 * boards/stdio-gdbserver-base.exp: ... this new file.
9125 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
9126 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
9127 procedure.
9128 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
9129 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
9130 stdio_gdbserver_command.
9131 (${board}_get_remote_address, ${board}_get_comm_port)
9132 (${board}_download, ${board}_upload): Delete.
9133 (get_target_remote_pipe_cmd): New.
9134
91352017-10-16 Simon Marchi <simon.marchi@ericsson.com>
9136
9137 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
9138 test_bkpt_deletion, test_bkpt_cond_and_cmds,
9139 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
9140 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
9141 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
9142 remove with_test_prefix.
9143
91442017-10-13 Pedro Alves <palves@redhat.com>
9145
9146 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
9147 * gdb.base/annota1.exp: Use it instead of is_remote.
9148 * gdb.base/annota3.exp: Use it instead of is_remote.
9149 * gdb.cp/annota2.exp: Use it instead of is_remote.
9150 * gdb.cp/annota3.exp: Use it instead of is_remote.
9151 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
9152
91532017-10-13 Pedro Alves <palves@redhat.com>
9154
9155 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
9156 (test_num_test_vars, run_and_count_vars, find_env)
9157 (test_set_unset_env, test_inherit_env_var): New procedures.
9158 (top level): Use them.
9159
91602017-10-13 Pedro Alves <palves@redhat.com>
9161
9162 * lib/selftest-support.exp (selftest_setup): Extend comments, and
9163 also skip on stub-like targets.
9164
91652017-10-13 Pedro Alves <palves@redhat.com>
9166
9167 PR gdb/22293
9168 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
9169 (top level): Move some tests to ...
9170 (test_not_found): ... this new procedure.
9171 (top level): Call it.
9172
91732017-10-13 Pedro Alves <palves@redhat.com>
9174
9175 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
9176 expect different "info terminal" output if testing with a
9177 non-native target.
9178
91792017-10-13 Pedro Alves <palves@redhat.com>
9180 Simon Marchi <simon.marchi@polymtl.ca>
9181
9182 PR python/12966
9183 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
9184
91852017-10-13 Pedro Alves <palves@redhat.com>
9186
9187 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
9188 already.
9189
91902017-10-13 Pedro Alves <palves@redhat.com>
9191
9192 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
9193 is_remote.
9194
91952017-10-13 Pedro Alves <palves@redhat.com>
9196
9197 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
9198 is_remote.
9199
92002017-10-13 Pedro Alves <palves@redhat.com>
9201
9202 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
9203 is set.
9204 (corefile_test_attach): Likewise. Check can_spawn_for_attach
9205 instead of is_remote.
9206
92072017-10-13 Pedro Alves <palves@redhat.com>
9208
9209 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
9210 (top level): Add comment.
9211
92122017-10-13 Pedro Alves <palves@redhat.com>
9213
9214 * gdb.base/remote.exp (top level): Fix comment typo and add
9215 missing return.
9216
92172017-10-13 Pedro Alves <palves@redhat.com>
9218 Simon Marchi <simon.marchi@polymtl.ca>
9219
9220 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
9221 calls and add comments. Skip test if use_gdb_stub is set.
9222 (top level): Use "set cwd" command instead of "cd" command.
9223
92242017-10-13 Pedro Alves <palves@redhat.com>
9225
9226 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
9227 is_remote target check.
9228
92292017-10-13 Pedro Alves <palves@redhat.com>
9230
9231 * gdb.base/scope.exp: Use build_executable + clean_restart +
9232 gdb_file_cmd instead of prepare_for_testing and no longer skip
9233 "before run" tests on is_remote target boards. Update comments.
9234 * boards/native-extended-gdbserver.exp
9235 (extended_gdbserver_load_last_file): New, factored out from ...
9236 (gdb_load): ... this. Move further below and add comment.
9237 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
9238
92392017-10-12 Pedro Alves <palves@redhat.com>
9240
9241 * gdb.base/attach.exp: Remove references to gdb64.
9242 * gdb.base/dbx.exp: Remove references to gdb64.
9243
92442017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
9245 Pedro Alves <palves@redhat.com>
9246
9247 * gdb.base/label.exp: Remove is_remote target check.
9248
92492017-10-12 Pedro Alves <palves@redhat.com>
9250
9251 * gdb.base/auvx.exp (coredir): Update comment.
9252 (top level) <core_works>: Use "set cwd" command instead of "cd"
9253 command.
9254
92552017-10-12 Pedro Alves <palves@redhat.com>
9256 Simon Marchi <simon.marchi@polymtl.ca>
9257
9258 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
9259 target boards.
9260
92612017-10-12 Pedro Alves <palves@redhat.com>
9262 Simon Marchi <simon.marchi@polymtl.ca>
9263
9264 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
9265 Instead skip if there's any gdb_protocol set.
9266
92672017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
9268 Pedro Alves <palves@redhat.com>
9269
9270 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
9271
92722017-10-12 Pedro Alves <palves@redhat.com>
9273 Simon Marchi <simon.marchi@polymtl.ca>
9274
9275 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
9276 instead of on dejagnu remote boards.
9277
92782017-10-12 Pedro Alves <palves@redhat.com>
9279 Simon Marchi <simon.marchi@polymtl.ca>
9280
9281 * gdb.base/inferior-died.exp: Remove is_remote and isnative
9282 checks. Use build_executable + clean_restart instead of
9283 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
9284 of enabling non-stop after starting gdb.
9285
92862017-10-12 Pedro Alves <palves@redhat.com>
9287
9288 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
9289 * gdb.threads/non-ldr-exc-2.exp: Ditto.
9290 * gdb.threads/non-ldr-exc-3.exp: Ditto.
9291 * gdb.threads/non-ldr-exc-4.exp: Ditto.
9292
92932017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
9294
9295 * gdb.arch/arc-tdesc-cpu.exp: New file.
9296 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
9297
92982017-10-10 Simon Marchi <simon.marchi@ericsson.com>
9299
9300 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
9301
93022017-10-10 Pedro Alves <palves@redhat.com>
9303
9304 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
9305 expect CLI output.
9306
93072017-10-10 Pedro Alves <palves@redhat.com>
9308
9309 * lib/selftest-support.exp (selftest_setup): Update for
9310 captured_command_loop's prototype change.
9311
93122017-10-09 Pedro Alves <palves@redhat.com>
9313
9314 Test both arch1=>arch2 and arch2=>arch1.
9315
9316 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
9317 (srcfile2, binfile2, march1, march2): Remove globals. Largely
9318 factored out to...
9319 (append_arch1_options, append_arch2_options, append_arch_options)
9320 (build_executables): New procedures.
9321 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
9322 local.
9323 (top level): Add new 'first_arch' testing axis.
9324
93252017-10-09 Pedro Alves <palves@redhat.com>
9326
9327 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
9328 (barrier): New.
9329 (thread_start, all_started): New functions.
9330 (main): Spawn new thread and wait until it is scheduled.
9331 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
9332 option.
9333 (do_test): Add 'selected_thread' parameter. Run to all_started
9334 instead of main. Explicitly set the breakpoint at main. Switch
9335 to the SELECTED_THREAD thread.
9336 (top level): Test handling the exec event with either the main
9337 thread or the second thread selected.
9338
93392017-10-09 Pedro Alves <palves@redhat.com>
9340
9341 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
9342 logic. Move STOP marker after the value checks.
9343 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
9344 regexp.
9345
93462017-10-06 Sandra Loosemore <sandra@codesourcery.com>
9347
9348 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
9349
93502017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
9351
9352 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
9353 integer-to-dfp conversion.
9354 * gdb.base/dfp-test.exp: Likewise.
9355
93562017-10-04 Pedro Alves <palves@redhat.com>
9357
9358 * gdb.multi/hangout.c: Include <unistd.h>.
9359 (hangout_loop): New function.
9360 (main): Call alarm. Call hangout_loop in a loop.
9361 * gdb.multi/hello.c: Include <unistd.h>.
9362 (hello_loop): New function.
9363 (main): Call alarm. Call hangout_loop in a loop.
9364 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
9365 inferior with the other selected.
9366
93672017-10-04 Simon Marchi <simon.marchi@ericsson.com>
9368
9369 * gdb.mi/list-thread-groups-available.exp: New file.
9370 * gdb.mi/list-thread-groups-available.c: New file.
9371
93722017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
9373
9374 * gdb.base/set-cwd.exp: Make it available on
9375 native-extended-gdbserver.
9376
93772017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
9378
9379 * gdb.base/set-cwd.c: New file.
9380 * gdb.base/set-cwd.exp: Likewise.
9381
93822017-10-02 Tom Tromey <tom@tromey.com>
9383
9384 PR rust/22236:
9385 * gdb.rust/simple.rs (main): New variable "fslice".
9386 * gdb.rust/simple.exp: Add slice tests. Update string tests.
9387
93882017-10-02 Tom Tromey <tom@tromey.com>
9389
9390 * gdb.rust/simple.exp: Test ptype of a slice.
9391
93922017-10-02 Tom Tromey <tom@tromey.com>
9393
9394 * gdb.rust/simple.exp: Test index of slice.
9395
93962017-09-27 Tom Tromey <tom@tromey.com>
9397
9398 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
9399
94002017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
9401 Pedro Alves <palves@redhat.com>
9402
9403 * gdb.base/compare-sections.exp (get value of read-only section): Read
9404 as unsigned value.
9405 (corrupt read-only section): Likewise and don't set written if patching
9406 failed.
9407
94082017-09-21 Kevin Buettner <kevinb@redhat.com>
9409
9410 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
9411 files.
9412
94132017-09-20 Pedro Alves <palves@redhat.com>
9414
9415 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
9416 symbol names in gdb's output.
9417 * gdb.cp/overload.exp ("list all overloads"): Likewise.
9418
94192017-09-20 Pedro Alves <palves@redhat.com>
9420
9421 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
9422 Rename to ...
9423 (test_list_ambiguous_symbol): ... this and add a symbol name
9424 parameter. Adjust.
9425 (test_list_ambiguous_function): Reimplement on top of
9426 test_list_ambiguous_symbol and also test listing ambiguous
9427 variables.
9428 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
9429 (ambiguous_fun): ... this.
9430 (ambiguous_var): New.
9431 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
9432 (ambiguous_fun): ... this.
9433 (ambiguous_var): New.
9434
94352017-09-19 John Baldwin <jhb@FreeBSD.org>
9436
9437 * gdb.base/starti.c: New file.
9438 * gdb.base/starti.exp: New file.
9439 * lib/gdb.exp (gdb_starti_cmd): New procedure.
9440
94412017-09-14 Pedro Alves <palves@redhat.com>
9442
9443 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
9444 (top level): Use it instead of runto.
9445
94462017-09-11 Tom Tromey <tom@tromey.com>
9447
9448 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
9449
94502017-09-11 Tom Tromey <tom@tromey.com>
9451
9452 * gdb.python/py-infthread.exp: Add tests for new_thread event.
9453 * gdb.python/py-inferior.exp: Add tests for new inferior events.
9454
94552017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
9456
9457 * gdb.fortran/printing-types.exp: New file.
9458 * gdb.fortran/printing-types.exp: New file.
9459
94602017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
9461
9462 * gdb.fortran/vla-ptype.exp: Fix typos.
9463 * gdb.fortran/vla-value.exp: Same.
9464
94652017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
9466
9467 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
9468 * gdb.mi/mi-var-child-f.exp: Likewise.
9469 * gdb.mi/mi-vla-fortran.exp: Likewise.
9470
94712017-09-08 Frank Penczek <frank.penczek@intel.com>
9472 Christoph Weinmann <christoph.t.weinmann@intel.com>
9473 Bernhard Heckel <bernhard.heckel@intel.com>
9474
9475 * gdb.fortran/ptr-indentation.f90: New file.
9476 * gdb.fortran/ptr-indentation.exp: New file.
9477
94782017-09-05 Tom Tromey <tom@tromey.com>
9479
9480 PR gdb/22010:
9481 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
9482
94832017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
9484
9485 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
9486
94872017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9488
9489 * gdb.threads/tls-nodebug-pie.c: New file.
9490 * gdb.threads/tls-nodebug-pie.exp: New file.
9491
94922017-09-05 Tom Tromey <tom@tromey.com>
9493
9494 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
9495 for rust.
9496
94972017-09-05 Simon Marchi <simon.marchi@ericsson.com>
9498
9499 * gdb.multi/multi-arch-exec.exp: Test with different
9500 "follow-exec-mode" settings.
9501 (do_test): New procedure.
9502
95032017-09-04 Pedro Alves <palves@redhat.com>
9504
9505 * gdb.base/func-static.c (S::method const, S::method volatile)
9506 (S::method volatile const): New methods.
9507 (c_s, v_s, cv_s): New instances.
9508 (main): Call method() on them.
9509 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
9510 (cannot_resolve): New procedure.
9511 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
9512 print-quote-unquoted columns.
9513 (do_test): Test printing each scope too.
9514
95152017-09-04 Pedro Alves <palves@redhat.com>
9516
9517 * gdb.base/local-static.exp: Also test with
9518 class::method::variable wholly quoted.
9519 * gdb.cp/m-static.exp (class::method::variable): Remove test.
9520
95212017-09-04 Pedro Alves <palves@redhat.com>
9522
9523 * gdb.base/local-static.c: New.
9524 * gdb.base/local-static.cc: New.
9525 * gdb.base/local-static.exp: New.
9526
95272017-09-04 Pedro Alves <palves@redhat.com>
9528
9529 * gdb.asm/asm-source.exp: Add casts to int.
9530 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
9531 (dataglobal64_1, dataglobal64_2): New globals.
9532 * gdb.base/nodebug.exp: Test different expressions involving the
9533 new globals, with print, whatis and ptype. Add casts to int.
9534 * gdb.base/solib-display.exp: Add casts to int.
9535 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
9536 * gdb.cp/m-static.exp: Add cast to int.
9537 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
9538 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
9539 tls variable with no debug info without a cast. Test with a cast
9540 to int too.
9541 * gdb.trace/entry-values.exp: Add casts.
9542
95432017-09-04 Pedro Alves <palves@redhat.com>
9544
9545 * gdb.base/nodebug.exp: Test that ptype's error about functions
9546 with unknown return type includes the function name too.
9547
95482017-09-04 Pedro Alves <palves@redhat.com>
9549
9550 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
9551 return type of munmap in infcall.
9552 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
9553 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
9554 type of ftell in infcall.
9555 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
9556 type of getpid in infcall.
9557 * gdb.base/infcall-exec.exp: Cast return type of execlp in
9558 infcall.
9559 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
9560 Bail on failure to extract the pid.
9561 * gdb.base/nodebug.c: #include <stdint.h>.
9562 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
9563 New functions.
9564 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
9565 Change expected output of print/whatis/ptype with functions with
9566 no debug info. Test all supported languages. Call
9567 test_call_promotion.
9568 * gdb.compile/compile.exp: Adjust expected output to expect
9569 warning.
9570 * gdb.threads/siginfo-threads.exp: Likewise.
9571
95722017-09-04 Pedro Alves <palves@redhat.com>
9573
9574 * gdb.base/callfuncs.exp (do_function_calls): New parameter
9575 "prototypes". Test calling float functions via prototyped and
9576 unprototyped function pointers.
9577 (perform_all_tests): New parameter "prototypes". Pass it down.
9578 (top level): Pass down "prototypes" parameter to
9579 perform_all_tests.
9580
95812017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9582
9583 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
9584 Test with nested loops.
9585
95862017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9587
9588 * gdb.base/commands.exp: Call the new procedures.
9589 (loop_break_test, loop_continue_test): New procedures.
9590
95912017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9592
9593 * gdb.base/commands.exp: Call new procedure.
9594 (define_if_without_arg_test): New procedure.
9595
95962017-09-04 Pedro Alves <palves@redhat.com>
9597
9598 * gdb.base/list-ambiguous.exp: New file.
9599 * gdb.base/list-ambiguous0.c: New file.
9600 * gdb.base/list-ambiguous1.c: New file.
9601 * gdb.base/list.exp (test_list_range): Adjust expected output.
9602
96032017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
9604
9605 * gdb.base/share-env-with-gdbserver.c: New file.
9606 * gdb.base/share-env-with-gdbserver.exp: Likewise.
9607
96082017-08-28 Simon Marchi <simon.marchi@ericsson.com>
9609
9610 * gdb.base/commands.exp (gdbvar_simple_if_test,
9611 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
9612 progvar_simple_if_test, progvar_simple_while_test,
9613 progvar_complex_if_while_test, user_defined_command_test,
9614 user_defined_command_args_eval,
9615 user_defined_command_args_stack_test,
9616 user_defined_command_manyargs_test, bp_deleted_in_command_test,
9617 temporary_breakpoint_commands,
9618 gdb_test_no_prompt, redefine_hook_test,
9619 redefine_backtrace_test): Remove "global gdb_prompt".
9620
96212017-08-28 Simon Marchi <simon.marchi@ericsson.com>
9622
9623 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
9624 New proc, call it from toplevel.
9625
96262017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
9627
9628 PR remote/21852
9629 * gdb.server/normal.c: New file, copied from gdb.base.
9630 * gdb.server/run-without-local-binary.exp: New file.
9631
96322017-08-07 Weimin Pan <weimin.pan@oracle.com>
9633
9634 * gdb.arch/sparc64-adi.exp: New file.
9635 * gdb.arch/sparc64-adi.c: New file.
9636
96372017-08-22 Pedro Alves <palves@redhat.com>
9638
9639 * gdb.cp/overload.exp (line_range_pattern): New procedure.
9640 (top level): Add "list all overloads" tests.
9641
96422017-08-22 Tom Tromey <tom@tromey.com>
9643
9644 * gdb.gdb/xfullpath.exp: Remove.
9645
96462017-08-21 Pedro Alves <palves@redhat.com>
9647
9648 PR gdb/19487
9649 * gdb.base/symbol-alias.c: New.
9650 * gdb.base/symbol-alias2.c: New.
9651 * gdb.base/symbol-alias.exp: New.
9652
96532017-08-21 Pedro Alves <palves@redhat.com>
9654
9655 * gdb.base/dfp-test.c
9656 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
9657 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
9658 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
9659 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
9660 * gdb.base/whatis-ptype-typedefs.c: New.
9661 * gdb.base/whatis-ptype-typedefs.exp: New.
9662 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
9663 (an_int, an_int_type, an_int_type2): New globals.
9664 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
9665 involving typedefs and cast expressions.
9666 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
9667 (lookup_typedefs_function): New.
9668 (typedefs_pretty_printers_dict): New.
9669 (top level): Register lookup_typedefs_function in
9670 gdb.pretty_printers.
9671
96722017-08-18 Yao Qi <yao.qi@linaro.org>
9673
9674 * gdb.server/unittest.exp: New.
9675
96762017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
9677
9678 PR gdb/21954
9679 * gdb.base/environ.exp: Add test to check if 'unset environment'
9680 works.
9681
96822017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9683
9684 * lib/gdb.exp (universal_compile_options): New caching proc.
9685 (gdb_compile): Suppress GCC's coloring of messages.
9686
96872017-08-14 Tom Tromey <tom@tromey.com>
9688
9689 PR gdb/21675:
9690 * gdb.base/printcmds.exp (test_radices): New function.
9691 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
9692 * gdb.base/sizeof.exp (check_valueof): Use p/d.
9693 * lib/gdb.exp (get_integer_valueof): Use p/d.
9694
96952017-08-12 Simon Marchi <simon.marchi@ericsson.com>
9696
9697 * lib/gdb.exp (get_valueof): Don't capture end-of-line
9698 characters.
9699
97002017-08-05 Tom Tromey <tom@tromey.com>
9701
9702 * gdb.rust/simple.exp: Allow String to appear in a different
9703 namespace.
9704
97052017-07-26 Yao Qi <yao.qi@linaro.org>
9706
9707 * gdb.gdb/unittest.exp: Invoke command
9708 "maintenance check xml-descriptions".
9709
97102017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9711
9712 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
9713 calling context.
9714 (hex128): Drop erroneous calculation of parameters.
9715
97162017-07-22 Simon Marchi <simon.marchi@ericsson.com>
9717
9718 * gdb.python/py-unwind.exp: Disable stack protection when
9719 building test file.
9720
97212017-07-20 Pedro Alves <palves@redhat.com>
9722
9723 * gdb.base/default.exp (set language): Adjust expected output.
9724
97252017-07-20 Pedro Alves <palves@redhat.com>
9726
9727 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
9728 (test_minsym): ... this, and make static.
9729 (get_pck__foo__bar__minsym): Rename to ...
9730 (get_test_minsym): ... this.
9731 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
9732 symbol names and comments.
9733 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
9734 (get_test_minsym): ... this.
9735 (pck__foo__bar__minsym__2): Rename to ...
9736 (test_minsym): ... this.
9737 (main): Adjust.
9738
97392017-07-17 Pedro Alves <palves@redhat.com>
9740
9741 * gdb.base/completion.exp: Adjust expected output.
9742 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
9743 the completer works.
9744
97452017-07-17 Pedro Alves <palves@redhat.com>
9746
9747 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
9748
97492017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
9750
9751 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
9752
97532017-07-14 Tom Tromey <tom@tromey.com>
9754
9755 PR rust/21764:
9756 * gdb.rust/simple.exp: Add tests.
9757
97582017-07-14 Tom Tromey <tom@tromey.com>
9759
9760 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
9761
97622017-07-14 Pedro Alves <palves@redhat.com>
9763
9764 * gdb.linespec/base/one/thefile.cc (z1): New function.
9765 * gdb.linespec/base/two/thefile.cc (z2): New function.
9766 * gdb.linespec/linespec.exp: Add tests.
9767
97682017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9769
9770 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
9771 to mi_create_breakpoint.
9772
97732017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9774
9775 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
9776 mi_create_breakpoint.
9777
97782017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
9779
9780 * gdb.dlang/demangle.exp: Update for demangling changes.
9781
97822017-07-09 Tom Tromey <tom@tromey.com>
9783
9784 * gdb.dwarf2/shortpiece.exp: New file.
9785
97862017-07-06 David Blaikie <dblaikie@gmail.com>
9787
9788 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
9789 built from fissiont-multi-cu{1,2}.c.
9790 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
9791 except putting 'main' and 'func' in separate CUs in the same DWO file.
9792 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
9793 test.
9794 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
9795 test.
9796
97972017-07-06 Pedro Alves <palves@redhat.com>
9798
9799 * gdb.python/py-unwind.exp: Test flushregs.
9800
98012017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9802
9803 PR cli/21688
9804 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
9805 tests for alias commands and trailing whitespace.
9806
98072017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9808
9809 PR cli/21688
9810 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
9811 procedure. Call it.
9812
98132017-06-29 Pedro Alves <palves@redhat.com>
9814
9815 * gdb.base/printcmds.exp: Add tests.
9816
98172017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
9818
9819 PR gdb/21337
9820 * gdb.base/reread-readsym.exp: New file.
9821 * gdb.base/reread-readsym.c: New file.
9822
98232017-06-21 Kevin Buettner <kevinb@redhat.com>
9824
9825 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
9826 subpattern.
9827
98282017-06-19 Peter Bergner <bergner@vnet.ibm.com>
9829
9830 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
9831 extended mnemonic.
9832 * gdb.arch/powerpc-power9.s: Likewise.
9833
98342017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9835
9836 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
9837 on 32-bit x86 targets. Exploit is_*_target macros where
9838 appropriate.
9839
98402017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9841
9842 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
9843 register pieces.
9844
98452017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9846
9847 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
9848 located in one or more DWARF pieces.
9849
98502017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9851
9852 * lib/gdb.exp (get_endianness): New proc.
9853 * gdb.arch/aarch64-fp.exp: Use it.
9854 * gdb.arch/altivec-regs.exp: Likewise.
9855 * gdb.arch/e500-regs.exp: Likewise.
9856 * gdb.arch/vsx-regs.exp: Likewise.
9857 * gdb.base/dump.exp: Likewise.
9858 * gdb.base/funcargs.exp: Likewise.
9859 * gdb.base/gnu_vector.exp: Likewise.
9860 * gdb.dwarf2/formdata16.exp: Likewise.
9861 * gdb.dwarf2/implptrpiece.exp: Likewise.
9862 * gdb.dwarf2/nonvar-access.exp: Likewise.
9863 * gdb.python/py-inferior.exp: Likewise.
9864 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9865
98662017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9867
9868 PR gdb/21226
9869 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
9870 stack value pieces are taken from the LSB end.
9871
98722017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9873
9874 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
9875 variable at nonzero offset.
9876
98772017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9878
9879 * gdb.dwarf2/var-access.c: New file.
9880 * gdb.dwarf2/var-access.exp: New test.
9881 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
9882
98832017-06-12 Tom Tromey <tom@tromey.com>
9884
9885 * gdb.dwarf2/formdata16.exp: Add tests.
9886
98872017-06-12 Tom Tromey <tom@tromey.com>
9888
9889 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
9890
98912017-06-12 Tom Tromey <tom@tromey.com>
9892
9893 PR exp/16225:
9894 * gdb.reverse/i386-sse-reverse.exp: Update tests.
9895 * gdb.arch/vsx-regs.exp: Update tests.
9896 * gdb.arch/s390-vregs.exp (hex128): New proc.
9897 Update test.
9898 * gdb.arch/altivec-regs.exp: Update tests.
9899
99002017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9901
9902 * gdb.base/startup-with-shell.c: New file.
9903 * gdb.base/startup-with-shell.exp: Likewise.
9904
99052017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9906
9907 * gdb.server/non-existing-program.exp: Update regex in order to
9908 reflect the fact that gdbserver is now using fork_inferior (with a
9909 shell) to startup the inferior.
9910
99112017-05-30 Simon Marchi <simon.marchi@ericsson.com>
9912
9913 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
9914 support function calls from GDB.
9915
99162017-05-21 Tom Tromey <tom@tromey.com>
9917
9918 PR rust/21466:
9919 * gdb.rust/unsized.exp: New file.
9920 * gdb.rust/unsized.rs: New file.
9921
99222017-05-19 Tom Tromey <tom@tromey.com>
9923
9924 PR rust/21484:
9925 * gdb.rust/watch.exp: New file.
9926 * gdb.rust/watch.rs: New file.
9927
99282017-05-18 Tom Tromey <tom@tromey.com>
9929
9930 * gdb.rust/simple.exp: Allow Box to be qualified.
9931
99322017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
9933
9934 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
9935
99362017-05-18 Pedro Alves <palves@redhat.com>
9937
9938 * gdb.base/fileio.c (test_write, test_read, test_close)
9939 (test_fstat): Don't print 'ret' in the fail path.
9940
99412017-05-18 Pedro Alves <palves@redhat.com>
9942
9943 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
9944 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
9945 (test_system, test_rename, test_unlink, test_time): Change
9946 prototypes.
9947 * gdb.base/fileio.exp (stop_msg): Adjust.
9948
99492017-05-18 Pedro Alves <palves@redhat.com>
9950
9951 * gdb.base/fileio.c (null_str): New global.
9952 (test_stat): Use it.
9953 * gdb.base/fileio.exp: Remove nowarnings.
9954
99552017-05-17 Yao Qi <yao.qi@linaro.org>
9956
9957 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
9958
99592017-05-17 Simon Marchi <simon.marchi@ericsson.com>
9960
9961 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
9962 argument command.
9963 (top-level): Invoke test_set_inferior_tty.
9964
99652017-05-04 Pedro Alves <palves@redhat.com>
9966
9967 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
9968 Add parens to print call for Python 3.
9969
99702017-05-03 Keith Seitz <keiths@redhat.com>
9971
9972 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
9973 (main): Call it.
9974
99752017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9976
9977 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
9978 to prev and next.
9979
99802017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9981
9982 * gdb.python/py-record-btrace.exp: Remove test for
9983 gdb.BtraceInstruction.error.
9984
99852017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9986
9987 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
9988
99892017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9990
9991 * gdb.python/py-record-btrace-threads.c: New file.
9992 * gdb.python/py-record-btrace-threads.exp: New file.
9993
99942017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
9995
9996 PR testsuite/8595
9997 * gdb.base/environ.exp: Make test available in all architectures.
9998 Move bits related to "info program" testing to
9999 gdb.base/info-program.exp. Rewrite tests to use the two new
10000 procedures mentione below.
10001 (test_set_show_env_var) New procedure.
10002 (test_set_show_env_var_equal): Likewise.
10003 * gdb.base/info-program.exp: New file.
10004
100052017-04-27 Keith Seitz <keiths@redhat.com>
10006
10007 * gdb.cp/oranking.cc (test15): New function.
10008 (main): Call test15 and declare additional variables for testing.
10009 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
10010 "p foo101('abc')" tests.
10011 Add tests for cv qualifier overloads.
10012 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
10013 "lvalue reference overload" test.
10014 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
10015 "print value of f1 on Child&& in f2" test.
10016
100172017-04-19 Pedro Alves <palves@redhat.com>
10018
10019 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
10020 procedure.
10021 (top level): Call it.
10022 * lib/gdb.exp (gdb_define_cmd): New procedure.
10023
100242017-04-12 Pedro Alves <palves@redhat.com>
10025
10026 PR gdb/21323
10027 * gdb.cp/wide_char_types.c: Include <wchar.h>.
10028 (wchar): New global.
10029 * gdb.cp/wide_char_types.exp (wide_char_types_program)
10030 (do_test_wide_char, wide_char_types_no_program, top level): Add
10031 wchar_t testing.
10032
100332017-04-12 Pedro Alves <palves@redhat.com>
10034
10035 PR c++/21323
10036 * gdb.cp/wide_char_types.c: New file.
10037 * gdb.cp/wide_char_types.exp: New file.
10038
100392017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
10040
10041 PR gdb/21352
10042 * gdb.trace/tsv.exp: Add test for "tsave -r".
10043
100442017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
10045
10046 * gdb.dlang/watch-loc.c: New file.
10047 * gdb.dlang/watch-loc.exp: New file.
10048
100492017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10050
10051 * gdb.python/py-section-script.exp (sepdebug): New testcases.
10052
100532017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
10054
10055 * gdb.arch/arc-analyze-prologue.S: New file.
10056 * gdb.arch/arc-analyze-prologue.exp: Likewise.
10057
100582017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
10059
10060 * gdb.arch/arc-decode-insn.S: New file.
10061 * gdb.arch/arc-decode-insn.exp: Likewise.
10062
100632017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
10064
10065 PR tdep/20928
10066 * gdb.arch/sparc64-regs.exp: New file.
10067 * gdb.arch/sparc64-regs.S: Likewise.
10068
100692017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
10070
10071 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
10072 and memory view on Python 3.
10073
100742017-03-20 Artemiy Volkov <artemiyv@acm.org>
10075 Keith Seitz <keiths@redhat.com>
10076
10077 PR gdb/14441
10078 * gdb.cp/demangle.exp: Add rvalue reference tests.
10079 * gdb.cp/rvalue-ref-casts.cc: New file.
10080 * gdb.cp/rvalue-ref-casts.exp: New file.
10081 * gdb.cp/rvalue-ref-overload.cc: New file.
10082 * gdb.cp/rvalue-ref-overload.exp: New file.
10083 * gdb.cp/rvalue-ref-params.cc: New file.
10084 * gdb.cp/rvalue-ref-params.exp: New file.
10085 * gdb.cp/rvalue-ref-sizeof.cc: New file.
10086 * gdb.cp/rvalue-ref-sizeof.exp: New file.
10087 * gdb.cp/rvalue-ref-types.cc: New file.
10088 * gdb.cp/rvalue-ref-types.exp: New file.
10089 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
10090 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
10091
100922017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
10093
10094 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
10095 New procedure.
10096
100972017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
10098
10099 * lib/mi-support.exp (mi_gdb_test): Add additional message
10100 for unexpected output.
10101
101022017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10103
10104 * gdb.base/examine-backward.c (Barrier): New character array
10105 constant, to ensure that TestStrings is preceded by a string
10106 terminator.
10107
101082017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10109
10110 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
10111 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
10112 and implicit pointer into such a location.
10113
101142017-03-16 Doug Evans <dje@google.com>
10115
10116 * gdb.python/py-lazy-string (pointer): Really add new typedef.
10117
101182017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
10119
10120 * gdb.cp/m-static.exp: Fix expectation for prototype of
10121 test5.single_constructor and single_constructor::single_constructor.
10122
101232017-03-16 Doug Evans <dje@google.com>
10124
10125 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
10126 * gdb.guile/scm-lazy-string.c: New file.
10127 * gdb.guile/scm-value.exp: Move lazy string tests to ...
10128 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
10129 for pointer, array, typedef lazy strings.
10130
101312017-03-16 Doug Evans <dje@google.com>
10132
10133 PR python/17728, python/18439, python/18779
10134 * gdb.python/py-value.c (main) Delete locals sptr, sn.
10135 * gdb.python/py-lazy-string.c (pointer): New typedef.
10136 (main): New locals ptr, array, typedef_ptr.
10137 * gdb.python/py-value.exp: Move lazy string tests to ...
10138 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
10139 array, typedef lazy strings.
10140
101412017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
10142
10143 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
10144 Add optional 'test' parameter.
10145
101462017-03-13 Simon Marchi <simon.marchi@ericsson.com>
10147
10148 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
10149 Skip for versions of DejaGnu < 1.5.
10150
101512017-03-13 Simon Marchi <simon.marchi@ericsson.com>
10152
10153 * lib/gdb.exp (dejagnu_version): New proc.
10154 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10155 Use dejagnu_version.
10156
101572017-03-10 Keith Seitz <keiths@redhat.com>
10158
10159 PR c++/8128
10160 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
10161 type from destructor regexps.
10162 Add a branch which actually passes the test.
10163 Adjust "ptype t5i" test names.
10164
101652017-03-08 Pedro Alves <palves@redhat.com>
10166
10167 * gdb.base/step-over-exit.exp: Add explicit test message.
10168
101692017-03-08 Pedro Alves <palves@redhat.com>
10170
10171 PR gdb/18360
10172 * gdb.threads/interrupt-while-step-over.c: New file.
10173 * gdb.threads/interrupt-while-step-over.exp: New file.
10174
101752017-03-08 Pedro Alves <palves@redhat.com>
10176
10177 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
10178 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
10179
101802017-03-08 Pedro Alves <palves@redhat.com>
10181
10182 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
10183 PKRU as not supported as a PASS.
10184
101852017-03-08 Pedro Alves <palves@redhat.com>
10186
10187 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
10188 prefix instead of $binfile1/$binfile2.
10189 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
10190 in test message.
10191 * gdb.python/py-completion.exp: Use "load python file" as test
10192 messages instead of unstable path names.
10193
101942017-03-08 Pedro Alves <palves@redhat.com>
10195 Jan Kratochvil <jan.kratochvil@redhat.com>
10196
10197 PR cli/21218
10198 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
10199 New proc.
10200 (top level): Call it.
10201
102022017-03-08 Pedro Alves <palves@redhat.com>
10203
10204 PR tui/21216
10205 * gdb.tui/tui-nl-filtered-output.exp: New file.
10206
102072017-03-08 Pedro Alves <palves@redhat.com>
10208
10209 * gdb.base/completion.exp: Move TUI completion tests to ...
10210 * gdb.tui/completion.exp: ... this new file.
10211
102122017-03-08 Pedro Alves <palves@redhat.com>
10213
10214 * gdb.base/tui-disasm-long-lines.c,
10215 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
10216 gdb.base/tui-layout.exp: Move to ...
10217 * gdb.tui/: ... this new directory.
10218
102192017-03-07 Pedro Alves <palves@redhat.com>
10220
10221 * gdb.base/tui-layout.c: New file.
10222 * gdb.base/tui-layout.exp: New file.
10223
102242017-03-07 Pedro Alves <palves@redhat.com>
10225
10226 * gdb.base/tui-layout.c: Rename to ...
10227 * gdb.base/tui-disasm-long-lines.c: ... this.
10228 * gdb.base/tui-layout.exp: Rename to ...
10229 * gdb.base/tui-disasm-long-lines.exp: ... this.
10230
102312017-03-07 Pedro Alves <palves@redhat.com>
10232
10233 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
10234
102352017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
10236
10237 * i386-mpx-call.c: New file.
10238 * i386-mpx-call.exp: New file.
10239
102402017-02-28 Peter Bergner <bergner@vnet.ibm.com>
10241
10242 * gdb.arch/powerpc-power.exp: Delete test.
10243 * gdb.arch/powerpc-power.s: Likewise.
10244 * gdb.disasm/disassembler-options.exp: New test.
10245 * gdb.arch/powerpc-altivec.exp: Likewise.
10246 * gdb.arch/powerpc-altivec.s: Likewise.
10247 * gdb.arch/powerpc-altivec2.exp: Likewise.
10248 * gdb.arch/powerpc-altivec2.s: Likewise.
10249 * gdb.arch/powerpc-altivec3.exp: Likewise.
10250 * gdb.arch/powerpc-altivec3.s: Likewise.
10251 * gdb.arch/powerpc-power7.exp: Likewise.
10252 * gdb.arch/powerpc-power7.s: Likewise.
10253 * gdb.arch/powerpc-power8.exp: Likewise.
10254 * gdb.arch/powerpc-power8.s: Likewise.
10255 * gdb.arch/powerpc-power9.exp: Likewise.
10256 * gdb.arch/powerpc-power9.s: Likewise.
10257 * gdb.arch/powerpc-vsx.exp: Likewise.
10258 * gdb.arch/powerpc-vsx.s: Likewise.
10259 * gdb.arch/powerpc-vsx2.exp: Likewise.
10260 * gdb.arch/powerpc-vsx2.s: Likewise.
10261 * gdb.arch/powerpc-vsx3.exp: Likewise.
10262 * gdb.arch/powerpc-vsx3.s: Likewise.
10263 * gdb.arch/arm-disassembler-options.exp: Likewise.
10264 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
10265 * gdb.arch/s390-disassembler-options.exp: Likewise.
10266
102672017-02-23 Luis Machado <lgustavo@codesourcery.com>
10268
10269 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
10270 (check_supported_features): ... this. Changed return type to void.
10271 (supports_rdseed): New static global.
10272 (rdseed): Check supports_rdseed.
10273 (initialize): Call check_supported_features.
10274
102752017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10276
10277 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
10278 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
10279 and lqarx/stqcx.
10280 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
10281 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
10282
102832017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10284
10285 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
10286 uppercase.
10287
102882017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10289
10290 * gdb.dwarf2/formdata16.c: New file.
10291 * gdb.dwarf2/formdata16.exp: New file.
10292 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
10293
102942017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10295
10296 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
10297 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
10298 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
10299 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
10300 DW_AT_GNU_*.
10301
103022017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10303
10304 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
10305
103062017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
10307
10308 PR gdb/21164
10309 * gdb.base/maint.exp: Add testcases for when the commands do
10310 not have arguments.
10311
103122017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
10313
10314 * gdb.cp/chained-calls.exp: Use p instead of P.
10315
103162017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
10317
10318 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
10319 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
10320
103212017-02-14 Tom Tromey <tom@tromey.com>
10322
10323 PR python/13598:
10324 * gdb.python/py-events.exp: Add before_prompt event tests.
10325
103262017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
10327
10328 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
10329
103302017-02-13 Luis Machado <lgustavo@codesourcery.com>
10331
10332 * gdb.linespec/explicit.c (my_unique_function_name): New function.
10333 (main): Call my_unique_function_name.
10334 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
10335 completion of patterns with a single match.
10336 Add missing -re switches to gdb_test_multiple calls.
10337
103382017-02-13 Luis Machado <lgustavo@codesourcery.com>
10339
10340 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
10341 return if core file is not recognized.
10342
103432017-02-10 Simon Marchi <simon.marchi@ericsson.com>
10344
10345 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
10346 and extra UIs.
10347
103482017-02-10 Simon Marchi <simon.marchi@ericsson.com>
10349
10350 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
10351 proc_with_prefix.
10352
103532017-02-10 Tom Tromey <tom@tromey.com>
10354
10355 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
10356
103572017-02-10 Martin Galvan <martingalvan@sourceware.org>
10358
10359 PR gdb/21122
10360 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
10361
103622017-02-08 Jerome Guitton <guitton@adacore.com>
10363
10364 * gdb.base/define.exp: Add test for command abbreviations
10365 in define.
10366
103672017-02-06 Luis Machado <lgustavo@codesourcery.com>
10368
10369 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
10370 * gdb.reverse/insn-reverse-x86.c: New file.
10371
103722017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
10373
10374 PR tdep/20936
10375 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
10376
103772017-02-03 Tom Tromey <tom@tromey.com>
10378
10379 PR rust/21097:
10380 * gdb.rust/simple.exp: Add new tests.
10381
103822017-02-02 Pedro Alves <palves@redhat.com>
10383
10384 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
10385 tests.
10386
103872017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10388
10389 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
10390 taking a 2-byte value out of a 4-byte DWARF implicit value on
10391 big-endian targets.
10392 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
10393 logic. Add test cases for DW_OP_implicit.
10394
103952017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10396
10397 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
10398
103992017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10400
10401 * gdb.btrace/enable.exp: Call gdb_exit before
10402 skip_gdbserver_tests.
10403
104042017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10405
10406 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
10407 GDBFLAGS.
10408
104092017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10410
10411 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
10412 the test is skipped.
10413 * gdb.btrace/data.exp: Likewise.
10414 * gdb.btrace/delta.exp: Likewise.
10415 * gdb.btrace/dlopen.exp: Likewise.
10416 * gdb.btrace/enable-running.exp: Likewise.
10417 * gdb.btrace/enable.exp: Likewise.
10418 * gdb.btrace/exception.exp: Likewise.
10419 * gdb.btrace/function_call_history.exp: Likewise.
10420 * gdb.btrace/gcore.exp: Likewise.
10421 * gdb.btrace/instruction_history.exp: Likewise.
10422 * gdb.btrace/multi-thread-step.exp: Likewise.
10423 * gdb.btrace/nohist.exp: Likewise.
10424 * gdb.btrace/non-stop.exp: Likewise.
10425 * gdb.btrace/reconnect.exp: Likewise.
10426 * gdb.btrace/record_goto-step.exp: Likewise.
10427 * gdb.btrace/record_goto.exp: Likewise.
10428 * gdb.btrace/rn-dl-bind.exp: Likewise.
10429 * gdb.btrace/segv.exp: Likewise.
10430 * gdb.btrace/step.exp: Likewise.
10431 * gdb.btrace/stepi.exp: Likewise.
10432 * gdb.btrace/tailcall-only.exp: Likewise.
10433 * gdb.btrace/tailcall.exp: Likewise.
10434 * gdb.btrace/tsx.exp: Likewise.
10435 * gdb.btrace/unknown_functions.exp: Likewise.
10436 * gdb.btrace/vdso.exp: Likewise.
10437
104382017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10439
10440 * gdb.btrace/enable-running.c: New.
10441 * gdb.btrace/enable-running.exp: New.
10442
104432017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
10444
10445 * gdb.arch/amd64-gs_base.c: New file.
10446 * gdb.arch/amd64-gs_base.exp: New file.
10447
104482017-01-26 Luis Machado <lgustavo@codesourcery.com>
10449
10450 * lib/memory.exp: Remove spurious empty newlines.
10451
104522017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
10453
10454 * gdb.python/py-bad-printers.exp: Load python file using "source".
10455 * gdb.python/py-events.exp: Likewise.
10456 * gdb.python/py-evsignal.exp: Likewise.
10457 * gdb.python/py-evthreads.exp: Likewise.
10458 * gdb.python/py-frame-args.exp: Likewise.
10459 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
10460 * gdb.python/py-framefilter-mi.exp: Likewise.
10461 * gdb.python/py-framefilter.exp: Likewise.
10462 * gdb.python/py-mi.exp: Likewise.
10463 * gdb.python/py-pp-maint.exp: Likewise.
10464 * gdb.python/py-pp-registration.exp: Likewise.
10465 * gdb.python/py-prettyprint.exp: Likewise.
10466 (run_lang_tests): Likewise.
10467 * gdb.python/py-typeprint.exp: Likewise.
10468
104692017-01-26 Luis Machado <lgustavo@codesourcery.com>
10470
10471 * lib/memory.exp: New file.
10472 * lib/gdb.exp: Load memory.exp.
10473 * gdb.base/memattr.exp (delete_memory): Move proc to
10474 lib/memory.exp and rename to delete_memory_regions.
10475 Replace delete_memory with delete_memory_regions.
10476 Cleanup memory regions before tests.
10477 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
10478 before tests.
10479
104802017-01-26 Luis Machado <lgustavo@codesourcery.com>
10481
10482 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
10483 files.
10484 (initialize): New function conditionally defined.
10485 (testcases): Move within conditional block.
10486 (main): Call initialize.
10487 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
10488 of gdb.reverse/insn-reverse.c.
10489 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
10490 gdb.reverse/insn-reverse.c.
10491
104922017-01-26 Yao Qi <yao.qi@linaro.org>
10493
10494 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
10495 disassemble on address 0.
10496
104972017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
10498 Yao Qi <yao.qi@linaro.org>
10499
10500 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
10501 * gdb.dwarf2/implptr-64bit.S: Remove.
10502 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
10503 variables in caller's context. Add DW_OP_implicit_value.
10504
105052017-01-25 Yao Qi <yao.qi@linaro.org>
10506
10507 * lib/dwarf.exp (Dwarf::_location): Handle
10508 DW_OP_GNU_implicit_pointer with proper size.
10509
105102017-01-20 Luis Machado <lgustavo@codesourcery.com>
10511
10512 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
10513 and add untested calls.
10514
105152017-01-20 Luis Machado <lgustavo@codesourcery.com>
10516
10517 * gdb.python/python.exp: Check line number against what GDB thinks
10518 the line number is for func1.
10519
105202017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
10521
10522 * gdb.dlang/debug-expr.exp: New file.
10523
105242016-12-23 Luis Machado <lgustavo@codesourcery.com>
10525
10526 Fix test names for the following files:
10527
10528 * gdb.ada/exec_changed.exp
10529 * gdb.ada/info_types.exp
10530 * gdb.arch/aarch64-atomic-inst.exp
10531 * gdb.arch/aarch64-fp.exp
10532 * gdb.arch/altivec-abi.exp
10533 * gdb.arch/altivec-regs.exp
10534 * gdb.arch/amd64-byte.exp
10535 * gdb.arch/amd64-disp-step.exp
10536 * gdb.arch/amd64-dword.exp
10537 * gdb.arch/amd64-entry-value-inline.exp
10538 * gdb.arch/amd64-entry-value-param.exp
10539 * gdb.arch/amd64-entry-value-paramref.exp
10540 * gdb.arch/amd64-entry-value.exp
10541 * gdb.arch/amd64-i386-address.exp
10542 * gdb.arch/amd64-invalid-stack-middle.exp
10543 * gdb.arch/amd64-invalid-stack-top.exp
10544 * gdb.arch/amd64-optimout-repeat.exp
10545 * gdb.arch/amd64-prologue-skip.exp
10546 * gdb.arch/amd64-prologue-xmm.exp
10547 * gdb.arch/amd64-stap-special-operands.exp
10548 * gdb.arch/amd64-stap-wrong-subexp.exp
10549 * gdb.arch/amd64-tailcall-cxx.exp
10550 * gdb.arch/amd64-tailcall-noret.exp
10551 * gdb.arch/amd64-tailcall-ret.exp
10552 * gdb.arch/amd64-tailcall-self.exp
10553 * gdb.arch/amd64-word.exp
10554 * gdb.arch/arm-bl-branch-dest.exp
10555 * gdb.arch/arm-disp-step.exp
10556 * gdb.arch/arm-neon.exp
10557 * gdb.arch/arm-single-step-kernel-helper.exp
10558 * gdb.arch/avr-flash-qualifier.exp
10559 * gdb.arch/disp-step-insn-reloc.exp
10560 * gdb.arch/e500-abi.exp
10561 * gdb.arch/e500-regs.exp
10562 * gdb.arch/ftrace-insn-reloc.exp
10563 * gdb.arch/i386-avx512.exp
10564 * gdb.arch/i386-bp_permanent.exp
10565 * gdb.arch/i386-byte.exp
10566 * gdb.arch/i386-cfi-notcurrent.exp
10567 * gdb.arch/i386-disp-step.exp
10568 * gdb.arch/i386-dr3-watch.exp
10569 * gdb.arch/i386-float.exp
10570 * gdb.arch/i386-gnu-cfi.exp
10571 * gdb.arch/i386-mpx-map.exp
10572 * gdb.arch/i386-mpx-sigsegv.exp
10573 * gdb.arch/i386-mpx-simple_segv.exp
10574 * gdb.arch/i386-mpx.exp
10575 * gdb.arch/i386-permbkpt.exp
10576 * gdb.arch/i386-prologue.exp
10577 * gdb.arch/i386-signal.exp
10578 * gdb.arch/i386-size-overlap.exp
10579 * gdb.arch/i386-unwind.exp
10580 * gdb.arch/i386-word.exp
10581 * gdb.arch/mips-fcr.exp
10582 * gdb.arch/powerpc-d128-regs.exp
10583 * gdb.arch/powerpc-stackless.exp
10584 * gdb.arch/ppc64-atomic-inst.exp
10585 * gdb.arch/s390-stackless.exp
10586 * gdb.arch/s390-tdbregs.exp
10587 * gdb.arch/s390-vregs.exp
10588 * gdb.arch/sparc-sysstep.exp
10589 * gdb.arch/thumb-bx-pc.exp
10590 * gdb.arch/thumb-singlestep.exp
10591 * gdb.arch/thumb2-it.exp
10592 * gdb.arch/vsx-regs.exp
10593 * gdb.asm/asm-source.exp
10594 * gdb.base/a2-run.exp
10595 * gdb.base/advance.exp
10596 * gdb.base/all-bin.exp
10597 * gdb.base/anon.exp
10598 * gdb.base/args.exp
10599 * gdb.base/arithmet.exp
10600 * gdb.base/async-shell.exp
10601 * gdb.base/async.exp
10602 * gdb.base/attach-pie-noexec.exp
10603 * gdb.base/attach-twice.exp
10604 * gdb.base/auto-load.exp
10605 * gdb.base/bang.exp
10606 * gdb.base/bitfields.exp
10607 * gdb.base/break-always.exp
10608 * gdb.base/break-caller-line.exp
10609 * gdb.base/break-entry.exp
10610 * gdb.base/break-inline.exp
10611 * gdb.base/break-on-linker-gcd-function.exp
10612 * gdb.base/break-probes.exp
10613 * gdb.base/break.exp
10614 * gdb.base/breakpoint-shadow.exp
10615 * gdb.base/call-ar-st.exp
10616 * gdb.base/call-sc.exp
10617 * gdb.base/call-signal-resume.exp
10618 * gdb.base/call-strs.exp
10619 * gdb.base/callfuncs.exp
10620 * gdb.base/catch-fork-static.exp
10621 * gdb.base/catch-gdb-caused-signals.exp
10622 * gdb.base/catch-load.exp
10623 * gdb.base/catch-signal-fork.exp
10624 * gdb.base/catch-signal.exp
10625 * gdb.base/catch-syscall.exp
10626 * gdb.base/charset.exp
10627 * gdb.base/checkpoint.exp
10628 * gdb.base/chng-syms.exp
10629 * gdb.base/code-expr.exp
10630 * gdb.base/code_elim.exp
10631 * gdb.base/commands.exp
10632 * gdb.base/completion.exp
10633 * gdb.base/complex.exp
10634 * gdb.base/cond-expr.exp
10635 * gdb.base/condbreak.exp
10636 * gdb.base/consecutive.exp
10637 * gdb.base/continue-all-already-running.exp
10638 * gdb.base/coredump-filter.exp
10639 * gdb.base/corefile.exp
10640 * gdb.base/dbx.exp
10641 * gdb.base/debug-expr.exp
10642 * gdb.base/define.exp
10643 * gdb.base/del.exp
10644 * gdb.base/disabled-location.exp
10645 * gdb.base/disasm-end-cu.exp
10646 * gdb.base/disasm-optim.exp
10647 * gdb.base/display.exp
10648 * gdb.base/duplicate-bp.exp
10649 * gdb.base/ena-dis-br.exp
10650 * gdb.base/ending-run.exp
10651 * gdb.base/enumval.exp
10652 * gdb.base/environ.exp
10653 * gdb.base/eu-strip-infcall.exp
10654 * gdb.base/eval-avoid-side-effects.exp
10655 * gdb.base/eval-skip.exp
10656 * gdb.base/exitsignal.exp
10657 * gdb.base/expand-psymtabs.exp
10658 * gdb.base/filesym.exp
10659 * gdb.base/find-unmapped.exp
10660 * gdb.base/finish.exp
10661 * gdb.base/float.exp
10662 * gdb.base/foll-exec-mode.exp
10663 * gdb.base/foll-exec.exp
10664 * gdb.base/foll-fork.exp
10665 * gdb.base/fortran-sym-case.exp
10666 * gdb.base/freebpcmd.exp
10667 * gdb.base/func-ptr.exp
10668 * gdb.base/func-ptrs.exp
10669 * gdb.base/funcargs.exp
10670 * gdb.base/gcore-buffer-overflow.exp
10671 * gdb.base/gcore-relro-pie.exp
10672 * gdb.base/gcore-relro.exp
10673 * gdb.base/gcore.exp
10674 * gdb.base/gdb1090.exp
10675 * gdb.base/gdb11530.exp
10676 * gdb.base/gdb11531.exp
10677 * gdb.base/gdb1821.exp
10678 * gdb.base/gdbindex-stabs.exp
10679 * gdb.base/gdbvars.exp
10680 * gdb.base/hbreak.exp
10681 * gdb.base/hbreak2.exp
10682 * gdb.base/included.exp
10683 * gdb.base/infcall-input.exp
10684 * gdb.base/inferior-died.exp
10685 * gdb.base/infnan.exp
10686 * gdb.base/info-macros.exp
10687 * gdb.base/info-os.exp
10688 * gdb.base/info-proc.exp
10689 * gdb.base/info-shared.exp
10690 * gdb.base/info-target.exp
10691 * gdb.base/infoline.exp
10692 * gdb.base/interp.exp
10693 * gdb.base/interrupt.exp
10694 * gdb.base/jit-reader.exp
10695 * gdb.base/jit-simple.exp
10696 * gdb.base/kill-after-signal.exp
10697 * gdb.base/kill-detach-inferiors-cmd.exp
10698 * gdb.base/label.exp
10699 * gdb.base/langs.exp
10700 * gdb.base/ldbl_e308.exp
10701 * gdb.base/line-symtabs.exp
10702 * gdb.base/linespecs.exp
10703 * gdb.base/list.exp
10704 * gdb.base/long_long.exp
10705 * gdb.base/longest-types.exp
10706 * gdb.base/maint.exp
10707 * gdb.base/max-value-size.exp
10708 * gdb.base/memattr.exp
10709 * gdb.base/mips_pro.exp
10710 * gdb.base/morestack.exp
10711 * gdb.base/moribund-step.exp
10712 * gdb.base/multi-forks.exp
10713 * gdb.base/nested-addr.exp
10714 * gdb.base/nextoverexit.exp
10715 * gdb.base/noreturn-finish.exp
10716 * gdb.base/noreturn-return.exp
10717 * gdb.base/nostdlib.exp
10718 * gdb.base/offsets.exp
10719 * gdb.base/opaque.exp
10720 * gdb.base/pc-fp.exp
10721 * gdb.base/permissions.exp
10722 * gdb.base/print-symbol-loading.exp
10723 * gdb.base/prologue-include.exp
10724 * gdb.base/psymtab.exp
10725 * gdb.base/ptype.exp
10726 * gdb.base/random-signal.exp
10727 * gdb.base/randomize.exp
10728 * gdb.base/range-stepping.exp
10729 * gdb.base/readline-ask.exp
10730 * gdb.base/recpar.exp
10731 * gdb.base/recurse.exp
10732 * gdb.base/relational.exp
10733 * gdb.base/restore.exp
10734 * gdb.base/return-nodebug.exp
10735 * gdb.base/return.exp
10736 * gdb.base/run-after-attach.exp
10737 * gdb.base/save-bp.exp
10738 * gdb.base/scope.exp
10739 * gdb.base/sect-cmd.exp
10740 * gdb.base/set-lang-auto.exp
10741 * gdb.base/set-noassign.exp
10742 * gdb.base/setvar.exp
10743 * gdb.base/sigall.exp
10744 * gdb.base/sigbpt.exp
10745 * gdb.base/siginfo-addr.exp
10746 * gdb.base/siginfo-infcall.exp
10747 * gdb.base/siginfo-obj.exp
10748 * gdb.base/siginfo.exp
10749 * gdb.base/signals-state-child.exp
10750 * gdb.base/signest.exp
10751 * gdb.base/sigstep.exp
10752 * gdb.base/sizeof.exp
10753 * gdb.base/skip.exp
10754 * gdb.base/solib-corrupted.exp
10755 * gdb.base/solib-nodir.exp
10756 * gdb.base/solib-search.exp
10757 * gdb.base/stack-checking.exp
10758 * gdb.base/stale-infcall.exp
10759 * gdb.base/stap-probe.exp
10760 * gdb.base/start.exp
10761 * gdb.base/step-break.exp
10762 * gdb.base/step-bt.exp
10763 * gdb.base/step-line.exp
10764 * gdb.base/step-over-exit.exp
10765 * gdb.base/step-over-syscall.exp
10766 * gdb.base/step-resume-infcall.exp
10767 * gdb.base/step-test.exp
10768 * gdb.base/store.exp
10769 * gdb.base/structs3.exp
10770 * gdb.base/sym-file.exp
10771 * gdb.base/symbol-without-target_section.exp
10772 * gdb.base/term.exp
10773 * gdb.base/testenv.exp
10774 * gdb.base/ui-redirect.exp
10775 * gdb.base/until.exp
10776 * gdb.base/unwindonsignal.exp
10777 * gdb.base/value-double-free.exp
10778 * gdb.base/vla-datatypes.exp
10779 * gdb.base/vla-ptr.exp
10780 * gdb.base/vla-sideeffect.exp
10781 * gdb.base/volatile.exp
10782 * gdb.base/watch-cond-infcall.exp
10783 * gdb.base/watch-cond.exp
10784 * gdb.base/watch-non-mem.exp
10785 * gdb.base/watch-read.exp
10786 * gdb.base/watch-vfork.exp
10787 * gdb.base/watchpoint-cond-gone.exp
10788 * gdb.base/watchpoint-delete.exp
10789 * gdb.base/watchpoint-hw-hit-once.exp
10790 * gdb.base/watchpoint-hw.exp
10791 * gdb.base/watchpoint-stops-at-right-insn.exp
10792 * gdb.base/watchpoints.exp
10793 * gdb.base/wchar.exp
10794 * gdb.base/whatis-exp.exp
10795 * gdb.btrace/buffer-size.exp
10796 * gdb.btrace/data.exp
10797 * gdb.btrace/delta.exp
10798 * gdb.btrace/dlopen.exp
10799 * gdb.btrace/enable.exp
10800 * gdb.btrace/exception.exp
10801 * gdb.btrace/function_call_history.exp
10802 * gdb.btrace/gcore.exp
10803 * gdb.btrace/instruction_history.exp
10804 * gdb.btrace/nohist.exp
10805 * gdb.btrace/reconnect.exp
10806 * gdb.btrace/record_goto-step.exp
10807 * gdb.btrace/record_goto.exp
10808 * gdb.btrace/rn-dl-bind.exp
10809 * gdb.btrace/segv.exp
10810 * gdb.btrace/step.exp
10811 * gdb.btrace/stepi.exp
10812 * gdb.btrace/tailcall-only.exp
10813 * gdb.btrace/tailcall.exp
10814 * gdb.btrace/tsx.exp
10815 * gdb.btrace/unknown_functions.exp
10816 * gdb.btrace/vdso.exp
10817 * gdb.compile/compile-ifunc.exp
10818 * gdb.compile/compile-ops.exp
10819 * gdb.compile/compile-print.exp
10820 * gdb.compile/compile-setjmp.exp
10821 * gdb.cp/abstract-origin.exp
10822 * gdb.cp/ambiguous.exp
10823 * gdb.cp/annota2.exp
10824 * gdb.cp/annota3.exp
10825 * gdb.cp/anon-ns.exp
10826 * gdb.cp/anon-struct.exp
10827 * gdb.cp/anon-union.exp
10828 * gdb.cp/arg-reference.exp
10829 * gdb.cp/baseenum.exp
10830 * gdb.cp/bool.exp
10831 * gdb.cp/breakpoint.exp
10832 * gdb.cp/bs15503.exp
10833 * gdb.cp/call-c.exp
10834 * gdb.cp/casts.exp
10835 * gdb.cp/chained-calls.exp
10836 * gdb.cp/class2.exp
10837 * gdb.cp/classes.exp
10838 * gdb.cp/cmpd-minsyms.exp
10839 * gdb.cp/converts.exp
10840 * gdb.cp/cp-relocate.exp
10841 * gdb.cp/cpcompletion.exp
10842 * gdb.cp/cpexprs.exp
10843 * gdb.cp/cplabel.exp
10844 * gdb.cp/cplusfuncs.exp
10845 * gdb.cp/cpsizeof.exp
10846 * gdb.cp/ctti.exp
10847 * gdb.cp/derivation.exp
10848 * gdb.cp/destrprint.exp
10849 * gdb.cp/dispcxx.exp
10850 * gdb.cp/enum-class.exp
10851 * gdb.cp/exception.exp
10852 * gdb.cp/exceptprint.exp
10853 * gdb.cp/expand-psymtabs-cxx.exp
10854 * gdb.cp/expand-sals.exp
10855 * gdb.cp/extern-c.exp
10856 * gdb.cp/filename.exp
10857 * gdb.cp/formatted-ref.exp
10858 * gdb.cp/fpointer.exp
10859 * gdb.cp/gdb1355.exp
10860 * gdb.cp/gdb2495.exp
10861 * gdb.cp/hang.exp
10862 * gdb.cp/impl-this.exp
10863 * gdb.cp/infcall-dlopen.exp
10864 * gdb.cp/inherit.exp
10865 * gdb.cp/iostream.exp
10866 * gdb.cp/koenig.exp
10867 * gdb.cp/local.exp
10868 * gdb.cp/m-data.exp
10869 * gdb.cp/m-static.exp
10870 * gdb.cp/mb-ctor.exp
10871 * gdb.cp/mb-inline.exp
10872 * gdb.cp/mb-templates.exp
10873 * gdb.cp/member-name.exp
10874 * gdb.cp/member-ptr.exp
10875 * gdb.cp/meth-typedefs.exp
10876 * gdb.cp/method.exp
10877 * gdb.cp/method2.exp
10878 * gdb.cp/minsym-fallback.exp
10879 * gdb.cp/misc.exp
10880 * gdb.cp/namelessclass.exp
10881 * gdb.cp/namespace-enum.exp
10882 * gdb.cp/namespace-nested-import.exp
10883 * gdb.cp/namespace.exp
10884 * gdb.cp/nextoverthrow.exp
10885 * gdb.cp/no-dmgl-verbose.exp
10886 * gdb.cp/non-trivial-retval.exp
10887 * gdb.cp/noparam.exp
10888 * gdb.cp/nsdecl.exp
10889 * gdb.cp/nsimport.exp
10890 * gdb.cp/nsnested.exp
10891 * gdb.cp/nsnoimports.exp
10892 * gdb.cp/nsrecurs.exp
10893 * gdb.cp/nsstress.exp
10894 * gdb.cp/nsusing.exp
10895 * gdb.cp/operator.exp
10896 * gdb.cp/oranking.exp
10897 * gdb.cp/overload-const.exp
10898 * gdb.cp/overload.exp
10899 * gdb.cp/ovldbreak.exp
10900 * gdb.cp/ovsrch.exp
10901 * gdb.cp/paren-type.exp
10902 * gdb.cp/parse-lang.exp
10903 * gdb.cp/pass-by-ref.exp
10904 * gdb.cp/pr-1023.exp
10905 * gdb.cp/pr-1210.exp
10906 * gdb.cp/pr-574.exp
10907 * gdb.cp/pr10687.exp
10908 * gdb.cp/pr12028.exp
10909 * gdb.cp/pr17132.exp
10910 * gdb.cp/pr17494.exp
10911 * gdb.cp/pr9067.exp
10912 * gdb.cp/pr9167.exp
10913 * gdb.cp/pr9631.exp
10914 * gdb.cp/printmethod.exp
10915 * gdb.cp/psmang.exp
10916 * gdb.cp/psymtab-parameter.exp
10917 * gdb.cp/ptype-cv-cp.exp
10918 * gdb.cp/ptype-flags.exp
10919 * gdb.cp/re-set-overloaded.exp
10920 * gdb.cp/ref-types.exp
10921 * gdb.cp/rtti.exp
10922 * gdb.cp/scope-err.exp
10923 * gdb.cp/shadow.exp
10924 * gdb.cp/smartp.exp
10925 * gdb.cp/static-method.exp
10926 * gdb.cp/static-print-quit.exp
10927 * gdb.cp/temargs.exp
10928 * gdb.cp/templates.exp
10929 * gdb.cp/try_catch.exp
10930 * gdb.cp/typedef-operator.exp
10931 * gdb.cp/typeid.exp
10932 * gdb.cp/userdef.exp
10933 * gdb.cp/using-crash.exp
10934 * gdb.cp/var-tag.exp
10935 * gdb.cp/virtbase.exp
10936 * gdb.cp/virtfunc.exp
10937 * gdb.cp/virtfunc2.exp
10938 * gdb.cp/vla-cxx.exp
10939 * gdb.disasm/t01_mov.exp
10940 * gdb.disasm/t02_mova.exp
10941 * gdb.disasm/t03_add.exp
10942 * gdb.disasm/t04_sub.exp
10943 * gdb.disasm/t05_cmp.exp
10944 * gdb.disasm/t06_ari2.exp
10945 * gdb.disasm/t07_ari3.exp
10946 * gdb.disasm/t08_or.exp
10947 * gdb.disasm/t09_xor.exp
10948 * gdb.disasm/t10_and.exp
10949 * gdb.disasm/t11_logs.exp
10950 * gdb.disasm/t12_bit.exp
10951 * gdb.disasm/t13_otr.exp
10952 * gdb.dlang/circular.exp
10953 * gdb.dwarf2/arr-stride.exp
10954 * gdb.dwarf2/arr-subrange.exp
10955 * gdb.dwarf2/atomic-type.exp
10956 * gdb.dwarf2/bad-regnum.exp
10957 * gdb.dwarf2/bitfield-parent-optimized-out.exp
10958 * gdb.dwarf2/callframecfa.exp
10959 * gdb.dwarf2/clztest.exp
10960 * gdb.dwarf2/corrupt.exp
10961 * gdb.dwarf2/data-loc.exp
10962 * gdb.dwarf2/dup-psym.exp
10963 * gdb.dwarf2/dw2-anon-mptr.exp
10964 * gdb.dwarf2/dw2-anonymous-func.exp
10965 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
10966 * gdb.dwarf2/dw2-bad-unresolved.exp
10967 * gdb.dwarf2/dw2-basic.exp
10968 * gdb.dwarf2/dw2-canonicalize-type.exp
10969 * gdb.dwarf2/dw2-case-insensitive.exp
10970 * gdb.dwarf2/dw2-common-block.exp
10971 * gdb.dwarf2/dw2-compdir-oldgcc.exp
10972 * gdb.dwarf2/dw2-compressed.exp
10973 * gdb.dwarf2/dw2-const.exp
10974 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
10975 * gdb.dwarf2/dw2-cu-size.exp
10976 * gdb.dwarf2/dw2-dup-frame.exp
10977 * gdb.dwarf2/dw2-entry-value.exp
10978 * gdb.dwarf2/dw2-icycle.exp
10979 * gdb.dwarf2/dw2-ifort-parameter.exp
10980 * gdb.dwarf2/dw2-inline-break.exp
10981 * gdb.dwarf2/dw2-inline-param.exp
10982 * gdb.dwarf2/dw2-intercu.exp
10983 * gdb.dwarf2/dw2-intermix.exp
10984 * gdb.dwarf2/dw2-lexical-block-bare.exp
10985 * gdb.dwarf2/dw2-linkage-name-trust.exp
10986 * gdb.dwarf2/dw2-minsym-in-cu.exp
10987 * gdb.dwarf2/dw2-noloc.exp
10988 * gdb.dwarf2/dw2-op-call.exp
10989 * gdb.dwarf2/dw2-op-out-param.exp
10990 * gdb.dwarf2/dw2-opt-structptr.exp
10991 * gdb.dwarf2/dw2-param-error.exp
10992 * gdb.dwarf2/dw2-producer.exp
10993 * gdb.dwarf2/dw2-ranges-base.exp
10994 * gdb.dwarf2/dw2-ref-missing-frame.exp
10995 * gdb.dwarf2/dw2-reg-undefined.exp
10996 * gdb.dwarf2/dw2-regno-invalid.exp
10997 * gdb.dwarf2/dw2-restore.exp
10998 * gdb.dwarf2/dw2-restrict.exp
10999 * gdb.dwarf2/dw2-single-line-discriminators.exp
11000 * gdb.dwarf2/dw2-strp.exp
11001 * gdb.dwarf2/dw2-undefined-ret-addr.exp
11002 * gdb.dwarf2/dw2-unresolved.exp
11003 * gdb.dwarf2/dw2-var-zero-addr.exp
11004 * gdb.dwarf2/dw4-sig-types.exp
11005 * gdb.dwarf2/dwz.exp
11006 * gdb.dwarf2/dynarr-ptr.exp
11007 * gdb.dwarf2/enum-type.exp
11008 * gdb.dwarf2/gdb-index.exp
11009 * gdb.dwarf2/implptr-64bit.exp
11010 * gdb.dwarf2/implptr-optimized-out.exp
11011 * gdb.dwarf2/implptr.exp
11012 * gdb.dwarf2/implref-array.exp
11013 * gdb.dwarf2/implref-const.exp
11014 * gdb.dwarf2/implref-global.exp
11015 * gdb.dwarf2/implref-struct.exp
11016 * gdb.dwarf2/mac-fileno.exp
11017 * gdb.dwarf2/main-subprogram.exp
11018 * gdb.dwarf2/member-ptr-forwardref.exp
11019 * gdb.dwarf2/method-ptr.exp
11020 * gdb.dwarf2/missing-sig-type.exp
11021 * gdb.dwarf2/nonvar-access.exp
11022 * gdb.dwarf2/opaque-type-lookup.exp
11023 * gdb.dwarf2/pieces-optimized-out.exp
11024 * gdb.dwarf2/pieces.exp
11025 * gdb.dwarf2/pr10770.exp
11026 * gdb.dwarf2/pr13961.exp
11027 * gdb.dwarf2/staticvirtual.exp
11028 * gdb.dwarf2/subrange.exp
11029 * gdb.dwarf2/symtab-producer.exp
11030 * gdb.dwarf2/trace-crash.exp
11031 * gdb.dwarf2/typeddwarf.exp
11032 * gdb.dwarf2/valop.exp
11033 * gdb.dwarf2/watch-notconst.exp
11034 * gdb.fortran/array-element.exp
11035 * gdb.fortran/charset.exp
11036 * gdb.fortran/common-block.exp
11037 * gdb.fortran/complex.exp
11038 * gdb.fortran/derived-type-function.exp
11039 * gdb.fortran/derived-type.exp
11040 * gdb.fortran/logical.exp
11041 * gdb.fortran/module.exp
11042 * gdb.fortran/multi-dim.exp
11043 * gdb.fortran/nested-funcs.exp
11044 * gdb.fortran/print-formatted.exp
11045 * gdb.fortran/subarray.exp
11046 * gdb.fortran/vla-alloc-assoc.exp
11047 * gdb.fortran/vla-datatypes.exp
11048 * gdb.fortran/vla-history.exp
11049 * gdb.fortran/vla-ptr-info.exp
11050 * gdb.fortran/vla-ptype-sub.exp
11051 * gdb.fortran/vla-ptype.exp
11052 * gdb.fortran/vla-sizeof.exp
11053 * gdb.fortran/vla-type.exp
11054 * gdb.fortran/vla-value-sub-arbitrary.exp
11055 * gdb.fortran/vla-value-sub-finish.exp
11056 * gdb.fortran/vla-value-sub.exp
11057 * gdb.fortran/vla-value.exp
11058 * gdb.fortran/whatis_type.exp
11059 * gdb.go/chan.exp
11060 * gdb.go/handcall.exp
11061 * gdb.go/hello.exp
11062 * gdb.go/integers.exp
11063 * gdb.go/methods.exp
11064 * gdb.go/package.exp
11065 * gdb.go/strings.exp
11066 * gdb.go/types.exp
11067 * gdb.go/unsafe.exp
11068 * gdb.guile/scm-arch.exp
11069 * gdb.guile/scm-block.exp
11070 * gdb.guile/scm-breakpoint.exp
11071 * gdb.guile/scm-cmd.exp
11072 * gdb.guile/scm-disasm.exp
11073 * gdb.guile/scm-equal.exp
11074 * gdb.guile/scm-frame-args.exp
11075 * gdb.guile/scm-frame-inline.exp
11076 * gdb.guile/scm-frame.exp
11077 * gdb.guile/scm-iterator.exp
11078 * gdb.guile/scm-math.exp
11079 * gdb.guile/scm-objfile.exp
11080 * gdb.guile/scm-ports.exp
11081 * gdb.guile/scm-symbol.exp
11082 * gdb.guile/scm-symtab.exp
11083 * gdb.guile/scm-value-cc.exp
11084 * gdb.guile/types-module.exp
11085 * gdb.linespec/break-ask.exp
11086 * gdb.linespec/cpexplicit.exp
11087 * gdb.linespec/explicit.exp
11088 * gdb.linespec/keywords.exp
11089 * gdb.linespec/linespec.exp
11090 * gdb.linespec/ls-dollar.exp
11091 * gdb.linespec/ls-errs.exp
11092 * gdb.linespec/skip-two.exp
11093 * gdb.linespec/thread.exp
11094 * gdb.mi/mi-async.exp
11095 * gdb.mi/mi-basics.exp
11096 * gdb.mi/mi-break.exp
11097 * gdb.mi/mi-catch-load.exp
11098 * gdb.mi/mi-cli.exp
11099 * gdb.mi/mi-cmd-param-changed.exp
11100 * gdb.mi/mi-console.exp
11101 * gdb.mi/mi-detach.exp
11102 * gdb.mi/mi-disassemble.exp
11103 * gdb.mi/mi-eval.exp
11104 * gdb.mi/mi-file-transfer.exp
11105 * gdb.mi/mi-file.exp
11106 * gdb.mi/mi-fill-memory.exp
11107 * gdb.mi/mi-inheritance-syntax-error.exp
11108 * gdb.mi/mi-linespec-err-cp.exp
11109 * gdb.mi/mi-logging.exp
11110 * gdb.mi/mi-memory-changed.exp
11111 * gdb.mi/mi-read-memory.exp
11112 * gdb.mi/mi-record-changed.exp
11113 * gdb.mi/mi-reg-undefined.exp
11114 * gdb.mi/mi-regs.exp
11115 * gdb.mi/mi-return.exp
11116 * gdb.mi/mi-reverse.exp
11117 * gdb.mi/mi-simplerun.exp
11118 * gdb.mi/mi-solib.exp
11119 * gdb.mi/mi-stack.exp
11120 * gdb.mi/mi-stepi.exp
11121 * gdb.mi/mi-syn-frame.exp
11122 * gdb.mi/mi-until.exp
11123 * gdb.mi/mi-var-block.exp
11124 * gdb.mi/mi-var-child.exp
11125 * gdb.mi/mi-var-cmd.exp
11126 * gdb.mi/mi-var-cp.exp
11127 * gdb.mi/mi-var-display.exp
11128 * gdb.mi/mi-var-invalidate.exp
11129 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
11130 * gdb.mi/mi-vla-fortran.exp
11131 * gdb.mi/mi-watch.exp
11132 * gdb.mi/mi2-var-child.exp
11133 * gdb.mi/user-selected-context-sync.exp
11134 * gdb.modula2/unbounded-array.exp
11135 * gdb.multi/dummy-frame-restore.exp
11136 * gdb.multi/multi-arch-exec.exp
11137 * gdb.multi/multi-arch.exp
11138 * gdb.multi/tids.exp
11139 * gdb.multi/watchpoint-multi.exp
11140 * gdb.opencl/callfuncs.exp
11141 * gdb.opencl/convs_casts.exp
11142 * gdb.opencl/datatypes.exp
11143 * gdb.opencl/operators.exp
11144 * gdb.opencl/vec_comps.exp
11145 * gdb.opt/clobbered-registers-O2.exp
11146 * gdb.opt/inline-break.exp
11147 * gdb.opt/inline-bt.exp
11148 * gdb.opt/inline-cmds.exp
11149 * gdb.opt/inline-locals.exp
11150 * gdb.pascal/case-insensitive-symbols.exp
11151 * gdb.pascal/floats.exp
11152 * gdb.pascal/gdb11492.exp
11153 * gdb.python/lib-types.exp
11154 * gdb.python/py-arch.exp
11155 * gdb.python/py-as-string.exp
11156 * gdb.python/py-bad-printers.exp
11157 * gdb.python/py-block.exp
11158 * gdb.python/py-breakpoint-create-fail.exp
11159 * gdb.python/py-breakpoint.exp
11160 * gdb.python/py-caller-is.exp
11161 * gdb.python/py-cmd.exp
11162 * gdb.python/py-explore-cc.exp
11163 * gdb.python/py-explore.exp
11164 * gdb.python/py-finish-breakpoint.exp
11165 * gdb.python/py-finish-breakpoint2.exp
11166 * gdb.python/py-frame-args.exp
11167 * gdb.python/py-frame-inline.exp
11168 * gdb.python/py-frame.exp
11169 * gdb.python/py-framefilter-mi.exp
11170 * gdb.python/py-infthread.exp
11171 * gdb.python/py-lazy-string.exp
11172 * gdb.python/py-linetable.exp
11173 * gdb.python/py-mi-events.exp
11174 * gdb.python/py-mi-objfile.exp
11175 * gdb.python/py-mi.exp
11176 * gdb.python/py-objfile.exp
11177 * gdb.python/py-pp-integral.exp
11178 * gdb.python/py-pp-maint.exp
11179 * gdb.python/py-pp-re-notag.exp
11180 * gdb.python/py-pp-registration.exp
11181 * gdb.python/py-recurse-unwind.exp
11182 * gdb.python/py-strfns.exp
11183 * gdb.python/py-symbol.exp
11184 * gdb.python/py-symtab.exp
11185 * gdb.python/py-sync-interp.exp
11186 * gdb.python/py-typeprint.exp
11187 * gdb.python/py-unwind-maint.exp
11188 * gdb.python/py-unwind.exp
11189 * gdb.python/py-value-cc.exp
11190 * gdb.python/py-xmethods.exp
11191 * gdb.reverse/amd64-tailcall-reverse.exp
11192 * gdb.reverse/break-precsave.exp
11193 * gdb.reverse/break-reverse.exp
11194 * gdb.reverse/consecutive-precsave.exp
11195 * gdb.reverse/consecutive-reverse.exp
11196 * gdb.reverse/finish-precsave.exp
11197 * gdb.reverse/finish-reverse-bkpt.exp
11198 * gdb.reverse/finish-reverse.exp
11199 * gdb.reverse/fstatat-reverse.exp
11200 * gdb.reverse/getresuid-reverse.exp
11201 * gdb.reverse/i386-precsave.exp
11202 * gdb.reverse/i386-reverse.exp
11203 * gdb.reverse/i386-sse-reverse.exp
11204 * gdb.reverse/i387-env-reverse.exp
11205 * gdb.reverse/i387-stack-reverse.exp
11206 * gdb.reverse/insn-reverse.exp
11207 * gdb.reverse/machinestate-precsave.exp
11208 * gdb.reverse/machinestate.exp
11209 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11210 * gdb.reverse/pipe-reverse.exp
11211 * gdb.reverse/readv-reverse.exp
11212 * gdb.reverse/recvmsg-reverse.exp
11213 * gdb.reverse/rerun-prec.exp
11214 * gdb.reverse/s390-mvcle.exp
11215 * gdb.reverse/step-precsave.exp
11216 * gdb.reverse/step-reverse.exp
11217 * gdb.reverse/time-reverse.exp
11218 * gdb.reverse/until-precsave.exp
11219 * gdb.reverse/until-reverse.exp
11220 * gdb.reverse/waitpid-reverse.exp
11221 * gdb.reverse/watch-precsave.exp
11222 * gdb.reverse/watch-reverse.exp
11223 * gdb.rust/generics.exp
11224 * gdb.rust/methods.exp
11225 * gdb.rust/modules.exp
11226 * gdb.rust/simple.exp
11227 * gdb.server/connect-with-no-symbol-file.exp
11228 * gdb.server/ext-attach.exp
11229 * gdb.server/ext-restart.exp
11230 * gdb.server/ext-wrapper.exp
11231 * gdb.server/file-transfer.exp
11232 * gdb.server/server-exec-info.exp
11233 * gdb.server/server-kill.exp
11234 * gdb.server/server-mon.exp
11235 * gdb.server/wrapper.exp
11236 * gdb.stabs/exclfwd.exp
11237 * gdb.stabs/gdb11479.exp
11238 * gdb.threads/clone-new-thread-event.exp
11239 * gdb.threads/corethreads.exp
11240 * gdb.threads/current-lwp-dead.exp
11241 * gdb.threads/dlopen-libpthread.exp
11242 * gdb.threads/gcore-thread.exp
11243 * gdb.threads/sigstep-threads.exp
11244 * gdb.threads/watchpoint-fork.exp
11245 * gdb.trace/actions-changed.exp
11246 * gdb.trace/backtrace.exp
11247 * gdb.trace/change-loc.exp
11248 * gdb.trace/circ.exp
11249 * gdb.trace/collection.exp
11250 * gdb.trace/disconnected-tracing.exp
11251 * gdb.trace/ftrace.exp
11252 * gdb.trace/mi-trace-frame-collected.exp
11253 * gdb.trace/mi-trace-unavailable.exp
11254 * gdb.trace/mi-traceframe-changed.exp
11255 * gdb.trace/mi-tsv-changed.exp
11256 * gdb.trace/no-attach-trace.exp
11257 * gdb.trace/passc-dyn.exp
11258 * gdb.trace/qtro.exp
11259 * gdb.trace/range-stepping.exp
11260 * gdb.trace/read-memory.exp
11261 * gdb.trace/save-trace.exp
11262 * gdb.trace/signal.exp
11263 * gdb.trace/status-stop.exp
11264 * gdb.trace/tfile.exp
11265 * gdb.trace/trace-break.exp
11266 * gdb.trace/trace-buffer-size.exp
11267 * gdb.trace/trace-condition.exp
11268 * gdb.trace/tracefile-pseudo-reg.exp
11269 * gdb.trace/tstatus.exp
11270 * gdb.trace/unavailable.exp
11271 * gdb.trace/while-dyn.exp
11272 * gdb.trace/while-stepping.exp
11273
112742016-12-22 Doug Evans <xdje42@gmail.com>
11275
11276 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
11277 and msymbols.
11278
112792016-12-19 Yao Qi <yao.qi@linaro.org>
11280
11281 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
11282 (test_with_self): Don't call do_steps_and_nexts, and remove
11283 code about stepping into xmalloc.
11284
112852016-12-09 Yao Qi <yao.qi@linaro.org>
11286
11287 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
11288
112892016-12-09 Yao Qi <yao.qi@linaro.org>
11290
11291 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
11292
112932016-12-09 Pedro Alves <palves@redhat.com>
11294
11295 * gdb.base/all-architectures-0.exp: New file.
11296 * gdb.base/all-architectures-1.exp: New file.
11297 * gdb.base/all-architectures-2.exp: New file.
11298 * gdb.base/all-architectures-3.exp: New file.
11299 * gdb.base/all-architectures-4.exp: New file.
11300 * gdb.base/all-architectures-5.exp: New file.
11301 * gdb.base/all-architectures-6.exp: New file.
11302 * gdb.base/all-architectures-7.exp: New file.
11303 * gdb.base/all-architectures.exp.in: New file.
11304
113052016-12-09 Yao Qi <yao.qi@linaro.org>
11306
11307 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
11308
113092016-12-02 Luis Machado <lgustavo@codesourcery.com>
11310
11311 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
11312 possible.
11313 Remove useless pattern-matching code.
11314
113152016-12-02 Pedro Alves <palves@redhat.com>
11316
11317 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
11318 procedure.
11319 (top level): Call it.
11320
113212016-12-02 Pedro Alves <palves@redhat.com>
11322
11323 * gdb.base/commands.exp (user_defined_command_args_stack_test):
11324 New procedure.
11325 (top level): Call it.
11326
113272016-12-02 Pedro Alves <palves@redhat.com>
11328
11329 PR cli/20559
11330 * gdb.base/commands.exp (user_defined_command_args_eval): New
11331 procedure.
11332 (top level): Call it.
11333
113342016-12-02 Luis Machado <lgustavo@codesourcery.com>
11335
11336 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
11337 timeout handling.
11338
113392016-12-02 Tom Tromey <tom@tromey.com>
11340
11341 * gdb.dwarf2/main-subprogram.c: New file.
11342 * gdb.dwarf2/main-subprogram.exp: New file.
11343
113442016-12-01 Luis Machado <lgustavo@codesourcery.com>
11345
11346 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
11347 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
11348 gdb_test_no_output for a couple of cases.
11349 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
11350
113512016-12-01 Luis Machado <lgustavo@codesourcery.com>
11352
11353 Fix test names and standardize compilation error messages throughout
11354 the following files:
11355
11356 * gdb.ada/start.exp
11357 * gdb.arch/alpha-step.exp
11358 * gdb.arch/e500-prologue.exp
11359 * gdb.arch/ftrace-insn-reloc.exp
11360 * gdb.arch/gdb1291.exp
11361 * gdb.arch/gdb1431.exp
11362 * gdb.arch/gdb1558.exp
11363 * gdb.arch/i386-dr3-watch.exp
11364 * gdb.arch/i386-sse-stack-align.exp
11365 * gdb.arch/ia64-breakpoint-shadow.exp
11366 * gdb.arch/pa-nullify.exp
11367 * gdb.arch/powerpc-aix-prologue.exp
11368 * gdb.arch/thumb-bx-pc.exp
11369 * gdb.base/annota1.exp
11370 * gdb.base/annota3.exp
11371 * gdb.base/arrayidx.exp
11372 * gdb.base/assign.exp
11373 * gdb.base/attach.exp
11374 * gdb.base/auxv.exp
11375 * gdb.base/bang.exp
11376 * gdb.base/bfp-test.exp
11377 * gdb.base/bigcore.exp
11378 * gdb.base/bitfields2.exp
11379 * gdb.base/break-fun-addr.exp
11380 * gdb.base/break-probes.exp
11381 * gdb.base/call-rt-st.exp
11382 * gdb.base/callexit.exp
11383 * gdb.base/catch-fork-kill.exp
11384 * gdb.base/charset.exp
11385 * gdb.base/checkpoint.exp
11386 * gdb.base/comprdebug.exp
11387 * gdb.base/constvars.exp
11388 * gdb.base/coredump-filter.exp
11389 * gdb.base/cursal.exp
11390 * gdb.base/cvexpr.exp
11391 * gdb.base/detach.exp
11392 * gdb.base/display.exp
11393 * gdb.base/dmsym.exp
11394 * gdb.base/dprintf-pending.exp
11395 * gdb.base/dso2dso.exp
11396 * gdb.base/dtrace-probe.exp
11397 * gdb.base/dump.exp
11398 * gdb.base/enum_cond.exp
11399 * gdb.base/exe-lock.exp
11400 * gdb.base/exec-invalid-sysroot.exp
11401 * gdb.base/execl-update-breakpoints.exp
11402 * gdb.base/exprs.exp
11403 * gdb.base/fileio.exp
11404 * gdb.base/find.exp
11405 * gdb.base/finish.exp
11406 * gdb.base/fixsection.exp
11407 * gdb.base/foll-vfork.exp
11408 * gdb.base/frame-args.exp
11409 * gdb.base/gcore.exp
11410 * gdb.base/gdb1250.exp
11411 * gdb.base/global-var-nested-by-dso.exp
11412 * gdb.base/gnu-ifunc.exp
11413 * gdb.base/hashline1.exp
11414 * gdb.base/hashline2.exp
11415 * gdb.base/hashline3.exp
11416 * gdb.base/hbreak-in-shr-unsupported.exp
11417 * gdb.base/huge.exp
11418 * gdb.base/infcall-input.exp
11419 * gdb.base/info-fun.exp
11420 * gdb.base/info-shared.exp
11421 * gdb.base/jit-simple.exp
11422 * gdb.base/jit-so.exp
11423 * gdb.base/jit.exp
11424 * gdb.base/jump.exp
11425 * gdb.base/label.exp
11426 * gdb.base/lineinc.exp
11427 * gdb.base/logical.exp
11428 * gdb.base/longjmp.exp
11429 * gdb.base/macscp.exp
11430 * gdb.base/miscexprs.exp
11431 * gdb.base/new-ui-echo.exp
11432 * gdb.base/new-ui-pending-input.exp
11433 * gdb.base/new-ui.exp
11434 * gdb.base/nodebug.exp
11435 * gdb.base/nofield.exp
11436 * gdb.base/offsets.exp
11437 * gdb.base/overlays.exp
11438 * gdb.base/pending.exp
11439 * gdb.base/pointers.exp
11440 * gdb.base/pr11022.exp
11441 * gdb.base/printcmds.exp
11442 * gdb.base/prologue.exp
11443 * gdb.base/ptr-typedef.exp
11444 * gdb.base/realname-expand.exp
11445 * gdb.base/relativedebug.exp
11446 * gdb.base/relocate.exp
11447 * gdb.base/remote.exp
11448 * gdb.base/reread.exp
11449 * gdb.base/return2.exp
11450 * gdb.base/savedregs.exp
11451 * gdb.base/sep.exp
11452 * gdb.base/sepdebug.exp
11453 * gdb.base/sepsymtab.exp
11454 * gdb.base/set-inferior-tty.exp
11455 * gdb.base/setshow.exp
11456 * gdb.base/shlib-call.exp
11457 * gdb.base/sigaltstack.exp
11458 * gdb.base/siginfo-addr.exp
11459 * gdb.base/signals.exp
11460 * gdb.base/signull.exp
11461 * gdb.base/sigrepeat.exp
11462 * gdb.base/so-impl-ld.exp
11463 * gdb.base/solib-display.exp
11464 * gdb.base/solib-overlap.exp
11465 * gdb.base/solib-search.exp
11466 * gdb.base/solib-symbol.exp
11467 * gdb.base/structs.exp
11468 * gdb.base/structs2.exp
11469 * gdb.base/symtab-search-order.exp
11470 * gdb.base/twice.exp
11471 * gdb.base/unload.exp
11472 * gdb.base/varargs.exp
11473 * gdb.base/watchpoint-solib.exp
11474 * gdb.base/watchpoint.exp
11475 * gdb.base/whatis.exp
11476 * gdb.base/wrong_frame_bt_full.exp
11477 * gdb.btrace/dlopen.exp
11478 * gdb.cell/ea-standalone.exp
11479 * gdb.cell/ea-test.exp
11480 * gdb.cp/dispcxx.exp
11481 * gdb.cp/gdb2384.exp
11482 * gdb.cp/method2.exp
11483 * gdb.cp/nextoverthrow.exp
11484 * gdb.cp/pr10728.exp
11485 * gdb.disasm/am33.exp
11486 * gdb.disasm/h8300s.exp
11487 * gdb.disasm/mn10300.exp
11488 * gdb.disasm/sh3.exp
11489 * gdb.dwarf2/dw2-dir-file-name.exp
11490 * gdb.fortran/complex.exp
11491 * gdb.fortran/library-module.exp
11492 * gdb.guile/scm-pretty-print.exp
11493 * gdb.guile/scm-symbol.exp
11494 * gdb.guile/scm-type.exp
11495 * gdb.guile/scm-value.exp
11496 * gdb.linespec/linespec.exp
11497 * gdb.mi/gdb701.exp
11498 * gdb.mi/gdb792.exp
11499 * gdb.mi/mi-breakpoint-changed.exp
11500 * gdb.mi/mi-dprintf-pending.exp
11501 * gdb.mi/mi-dprintf.exp
11502 * gdb.mi/mi-exit-code.exp
11503 * gdb.mi/mi-pending.exp
11504 * gdb.mi/mi-solib.exp
11505 * gdb.mi/new-ui-mi-sync.exp
11506 * gdb.mi/pr11022.exp
11507 * gdb.mi/user-selected-context-sync.exp
11508 * gdb.opt/solib-intra-step.exp
11509 * gdb.python/py-events.exp
11510 * gdb.python/py-finish-breakpoint.exp
11511 * gdb.python/py-mi.exp
11512 * gdb.python/py-prettyprint.exp
11513 * gdb.python/py-shared.exp
11514 * gdb.python/py-symbol.exp
11515 * gdb.python/py-template.exp
11516 * gdb.python/py-type.exp
11517 * gdb.python/py-value.exp
11518 * gdb.reverse/solib-precsave.exp
11519 * gdb.reverse/solib-reverse.exp
11520 * gdb.server/solib-list.exp
11521 * gdb.stabs/weird.exp
11522 * gdb.threads/reconnect-signal.exp
11523 * gdb.threads/stepi-random-signal.exp
11524 * gdb.trace/actions.exp
11525 * gdb.trace/ax.exp
11526 * gdb.trace/backtrace.exp
11527 * gdb.trace/change-loc.exp
11528 * gdb.trace/deltrace.exp
11529 * gdb.trace/ftrace-lock.exp
11530 * gdb.trace/ftrace.exp
11531 * gdb.trace/infotrace.exp
11532 * gdb.trace/mi-tracepoint-changed.exp
11533 * gdb.trace/packetlen.exp
11534 * gdb.trace/passcount.exp
11535 * gdb.trace/pending.exp
11536 * gdb.trace/range-stepping.exp
11537 * gdb.trace/report.exp
11538 * gdb.trace/stap-trace.exp
11539 * gdb.trace/tfind.exp
11540 * gdb.trace/trace-break.exp
11541 * gdb.trace/trace-condition.exp
11542 * gdb.trace/trace-enable-disable.exp
11543 * gdb.trace/trace-mt.exp
11544 * gdb.trace/tracecmd.exp
11545 * gdb.trace/tspeed.exp
11546 * gdb.trace/tsv.exp
11547 * lib/perftest.exp
11548
115492016-12-01 Luis Machado <lgustavo@codesourcery.com>
11550
11551 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
11552 with gdb_test_no_output.
11553 Use command as test name.
11554
115552016-12-01 Luis Machado <lgustavo@codesourcery.com>
11556
11557 Fix test names starting with uppercase throughout the files.
11558
11559 * gdb.ada/assign_1.exp
11560 * gdb.ada/boolean_expr.exp
11561 * gdb.base/arrayidx.exp
11562 * gdb.base/del.exp
11563 * gdb.base/gcore-buffer-overflow.exp
11564 * gdb.base/testenv.exp
11565 * gdb.compile/compile.exp
11566 * gdb.python/py-framefilter-invalidarg.exp
11567 * gdb.python/py-framefilter.exp
11568
115692016-12-01 Luis Machado <lgustavo@codesourcery.com>
11570
11571 Fix test names starting with uppercase throughout the files.
11572
11573 * gdb.ada/array_return.exp
11574 * gdb.ada/expr_delims.exp
11575 * gdb.ada/mi_dyn_arr.exp
11576 * gdb.ada/mi_interface.exp
11577 * gdb.ada/mi_var_array.exp
11578 * gdb.ada/watch_arg.exp
11579 * gdb.arch/alpha-step.exp
11580 * gdb.arch/altivec-regs.exp
11581 * gdb.arch/e500-regs.exp
11582 * gdb.arch/powerpc-d128-regs.exp
11583 * gdb.base/arrayidx.exp
11584 * gdb.base/break.exp
11585 * gdb.base/checkpoint.exp
11586 * gdb.base/debug-expr.exp
11587 * gdb.base/dmsym.exp
11588 * gdb.base/radix.exp
11589 * gdb.base/sepdebug.exp
11590 * gdb.base/testenv.exp
11591 * gdb.base/watch_thread_num.exp
11592 * gdb.base/watchpoint-cond-gone.exp
11593 * gdb.cell/break.exp
11594 * gdb.cell/ea-cache.exp
11595 * gdb.compile/compile.exp
11596 * gdb.cp/gdb2495.exp
11597 * gdb.gdb/selftest.exp
11598 * gdb.gdb/xfullpath.exp
11599 * gdb.go/hello.exp
11600 * gdb.go/integers.exp
11601 * gdb.objc/basicclass.exp
11602 * gdb.pascal/hello.exp
11603 * gdb.pascal/integers.exp
11604 * gdb.python/py-breakpoint.exp
11605 * gdb.python/py-cmd.exp
11606 * gdb.python/py-linetable.exp
11607 * gdb.python/py-xmethods.exp
11608 * gdb.python/python.exp
11609 * gdb.reverse/consecutive-precsave.exp
11610 * gdb.reverse/finish-precsave.exp
11611 * gdb.reverse/i386-precsave.exp
11612 * gdb.reverse/machinestate-precsave.exp
11613 * gdb.reverse/sigall-precsave.exp
11614 * gdb.reverse/solib-precsave.exp
11615 * gdb.reverse/step-precsave.exp
11616 * gdb.reverse/until-precsave.exp
11617 * gdb.reverse/watch-precsave.exp
11618 * gdb.threads/leader-exit.exp
11619 * gdb.threads/pthreads.exp
11620 * gdb.threads/wp-replication.exp
11621 * gdb.trace/actions.exp
11622 * gdb.trace/mi-tsv-changed.exp
11623 * gdb.trace/tsv.exp
11624
116252016-12-01 Luis Machado <lgustavo@codesourcery.com>
11626
11627 Fix test names starting with uppercase throughout the files.
11628
11629 * gdb.arch/i386-bp_permanent.exp
11630 * gdb.arch/i386-gnu-cfi.exp
11631 * gdb.base/disasm-end-cu.exp
11632 * gdb.base/macscp.exp
11633 * gdb.base/pending.exp
11634 * gdb.base/watch_thread_num.exp
11635 * gdb.cp/exception.exp
11636 * gdb.cp/gdb2495.exp
11637 * gdb.cp/local.exp
11638 * gdb.python/py-evsignal.exp
11639 * gdb.python/python.exp
11640 * gdb.trace/tracecmd.exp
11641
116422016-12-01 Luis Machado <lgustavo@codesourcery.com>
11643
11644 Fix test names starting with uppercase throughout the files.
11645
11646 * gdb.base/charset.exp
11647 * gdb.base/eval.exp
11648 * gdb.base/multi-forks.exp
11649 * gdb.guile/scm-progspace.exp
11650 * gdb.opencl/datatypes.exp
11651 * gdb.python/py-block.exp
11652 * gdb.python/py-function.exp
11653 * gdb.python/py-symbol.exp
11654 * gdb.python/py-symtab.exp
11655 * gdb.python/py-xmethods.exp
11656 * gdb.reverse/break-precsave.exp
11657 * gdb.reverse/break-reverse.exp
11658 * gdb.reverse/consecutive-precsave.exp
11659 * gdb.reverse/consecutive-reverse.exp
11660 * gdb.reverse/finish-precsave.exp
11661 * gdb.reverse/finish-reverse-bkpt.exp
11662 * gdb.reverse/finish-reverse.exp
11663 * gdb.reverse/fstatat-reverse.exp
11664 * gdb.reverse/getresuid-reverse.exp
11665 * gdb.reverse/i386-precsave.exp
11666 * gdb.reverse/i386-reverse.exp
11667 * gdb.reverse/i386-sse-reverse.exp
11668 * gdb.reverse/i387-stack-reverse.exp
11669 * gdb.reverse/insn-reverse.exp
11670 * gdb.reverse/machinestate-precsave.exp
11671 * gdb.reverse/machinestate.exp
11672 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11673 * gdb.reverse/pipe-reverse.exp
11674 * gdb.reverse/readv-reverse.exp
11675 * gdb.reverse/recvmsg-reverse.exp
11676 * gdb.reverse/rerun-prec.exp
11677 * gdb.reverse/s390-mvcle.exp
11678 * gdb.reverse/sigall-precsave.exp
11679 * gdb.reverse/sigall-reverse.exp
11680 * gdb.reverse/solib-precsave.exp
11681 * gdb.reverse/solib-reverse.exp
11682 * gdb.reverse/step-precsave.exp
11683 * gdb.reverse/step-reverse.exp
11684 * gdb.reverse/time-reverse.exp
11685 * gdb.reverse/until-precsave.exp
11686 * gdb.reverse/until-reverse.exp
11687 * gdb.reverse/waitpid-reverse.exp
11688 * gdb.reverse/watch-precsave.exp
11689 * gdb.reverse/watch-reverse.exp
11690
116912016-12-01 Luis Machado <lgustavo@codesourcery.com>
11692
11693 Fix test names starting with uppercase throughout the files.
11694
11695 * gdb.arch/i386-mpx-simple_segv.exp
11696 * gdb.arch/i386-mpx.exp
11697 * gdb.arch/i386-permbkpt.exp
11698 * gdb.arch/pa-nullify.exp
11699 * gdb.arch/powerpc-d128-regs.exp
11700 * gdb.arch/vsx-regs.exp
11701 * gdb.base/bfp-test.exp
11702 * gdb.base/break.exp
11703 * gdb.base/breakpoint-shadow.exp
11704 * gdb.base/callfuncs.exp
11705 * gdb.base/charset.exp
11706 * gdb.base/commands.exp
11707 * gdb.base/completion.exp
11708 * gdb.base/dfp-test.exp
11709 * gdb.base/echo.exp
11710 * gdb.base/ending-run.exp
11711 * gdb.base/eval.exp
11712 * gdb.base/expand-psymtabs.exp
11713 * gdb.base/float128.exp
11714 * gdb.base/floatn.exp
11715 * gdb.base/foll-exec-mode.exp
11716 * gdb.base/gdb1056.exp
11717 * gdb.base/gdb11531.exp
11718 * gdb.base/kill-after-signal.exp
11719 * gdb.base/multi-forks.exp
11720 * gdb.base/overlays.exp
11721 * gdb.base/pending.exp
11722 * gdb.base/sepdebug.exp
11723 * gdb.base/testenv.exp
11724 * gdb.base/valgrind-db-attach.exp
11725 * gdb.base/watch_thread_num.exp
11726 * gdb.base/watchpoint-cond-gone.exp
11727 * gdb.base/watchpoint.exp
11728 * gdb.base/watchpoints.exp
11729 * gdb.cp/arg-reference.exp
11730 * gdb.cp/baseenum.exp
11731 * gdb.cp/operator.exp
11732 * gdb.cp/shadow.exp
11733 * gdb.dwarf2/dw2-op-out-param.exp
11734 * gdb.dwarf2/dw2-reg-undefined.exp
11735 * gdb.go/chan.exp
11736 * gdb.go/hello.exp
11737 * gdb.go/integers.exp
11738 * gdb.go/methods.exp
11739 * gdb.go/package.exp
11740 * gdb.guile/scm-parameter.exp
11741 * gdb.guile/scm-progspace.exp
11742 * gdb.guile/scm-value.exp
11743 * gdb.mi/mi-pending.exp
11744 * gdb.mi/user-selected-context-sync.exp
11745 * gdb.multi/multi-attach.exp
11746 * gdb.multi/tids.exp
11747 * gdb.opt/clobbered-registers-O2.exp
11748 * gdb.pascal/floats.exp
11749 * gdb.pascal/integers.exp
11750 * gdb.python/py-block.exp
11751 * gdb.python/py-events.exp
11752 * gdb.python/py-parameter.exp
11753 * gdb.python/py-symbol.exp
11754 * gdb.python/py-symtab.exp
11755 * gdb.python/py-type.exp
11756 * gdb.python/py-value.exp
11757 * gdb.python/py-xmethods.exp
11758 * gdb.python/python.exp
11759 * gdb.reverse/break-precsave.exp
11760 * gdb.reverse/consecutive-precsave.exp
11761 * gdb.reverse/finish-precsave.exp
11762 * gdb.reverse/i386-precsave.exp
11763 * gdb.reverse/machinestate-precsave.exp
11764 * gdb.reverse/sigall-precsave.exp
11765 * gdb.reverse/solib-precsave.exp
11766 * gdb.reverse/step-precsave.exp
11767 * gdb.reverse/until-precsave.exp
11768 * gdb.reverse/watch-precsave.exp
11769 * gdb.server/ext-attach.exp
11770 * gdb.server/ext-restart.exp
11771 * gdb.server/ext-run.exp
11772 * gdb.server/ext-wrapper.exp
11773 * gdb.stabs/gdb11479.exp
11774 * gdb.stabs/weird.exp
11775 * gdb.threads/attach-many-short-lived-threads.exp
11776 * gdb.threads/kill.exp
11777 * gdb.threads/watchpoint-fork.exp
11778
117792016-12-01 Luis Machado <lgustavo@codesourcery.com>
11780
11781 Fix test names starting with uppercase throughout all the files below.
11782
11783 * gdb.ada/array_return.exp
11784 * gdb.ada/catch_ex.exp
11785 * gdb.ada/info_exc.exp
11786 * gdb.ada/mi_catch_ex.exp
11787 * gdb.ada/mi_dyn_arr.exp
11788 * gdb.ada/mi_ex_cond.exp
11789 * gdb.ada/mi_exc_info.exp
11790 * gdb.ada/mi_interface.exp
11791 * gdb.ada/mi_task_arg.exp
11792 * gdb.ada/mi_task_info.exp
11793 * gdb.ada/mi_var_array.exp
11794 * gdb.arch/alpha-step.exp
11795 * gdb.arch/amd64-disp-step.exp
11796 * gdb.arch/arm-disp-step.exp
11797 * gdb.arch/disp-step-insn-reloc.exp
11798 * gdb.arch/e500-prologue.exp
11799 * gdb.arch/ftrace-insn-reloc.exp
11800 * gdb.arch/gdb1558.exp
11801 * gdb.arch/i386-bp_permanent.exp
11802 * gdb.arch/i386-disp-step.exp
11803 * gdb.arch/i386-float.exp
11804 * gdb.arch/i386-gnu-cfi.exp
11805 * gdb.arch/ia64-breakpoint-shadow.exp
11806 * gdb.arch/mips16-thunks.exp
11807 * gdb.arch/pa-nullify.exp
11808 * gdb.arch/powerpc-aix-prologue.exp
11809 * gdb.arch/powerpc-power.exp
11810 * gdb.arch/ppc-dfp.exp
11811 * gdb.arch/s390-tdbregs.exp
11812 * gdb.arch/spu-info.exp
11813 * gdb.arch/spu-ls.exp
11814 * gdb.arch/thumb-bx-pc.exp
11815 * gdb.base/advance.exp
11816 * gdb.base/annota-input-while-running.exp
11817 * gdb.base/arrayidx.exp
11818 * gdb.base/asmlabel.exp
11819 * gdb.base/async.exp
11820 * gdb.base/attach-wait-input.exp
11821 * gdb.base/auto-connect-native-target.exp
11822 * gdb.base/batch-preserve-term-settings.exp
11823 * gdb.base/bfp-test.exp
11824 * gdb.base/bigcore.exp
11825 * gdb.base/bp-permanent.exp
11826 * gdb.base/break-always.exp
11827 * gdb.base/break-fun-addr.exp
11828 * gdb.base/break-idempotent.exp
11829 * gdb.base/break-main-file-remove-fail.exp
11830 * gdb.base/break-probes.exp
11831 * gdb.base/break-unload-file.exp
11832 * gdb.base/break.exp
11833 * gdb.base/call-ar-st.exp
11834 * gdb.base/call-rt-st.exp
11835 * gdb.base/call-sc.exp
11836 * gdb.base/call-signal-resume.exp
11837 * gdb.base/call-strs.exp
11838 * gdb.base/callexit.exp
11839 * gdb.base/callfuncs.exp
11840 * gdb.base/catch-gdb-caused-signals.exp
11841 * gdb.base/catch-signal-siginfo-cond.exp
11842 * gdb.base/catch-syscall.exp
11843 * gdb.base/compare-sections.exp
11844 * gdb.base/cond-eval-mode.exp
11845 * gdb.base/condbreak-call-false.exp
11846 * gdb.base/consecutive-step-over.exp
11847 * gdb.base/cursal.exp
11848 * gdb.base/disabled-location.exp
11849 * gdb.base/disasm-end-cu.exp
11850 * gdb.base/display.exp
11851 * gdb.base/double-prompt-target-event-error.exp
11852 * gdb.base/dprintf-bp-same-addr.exp
11853 * gdb.base/dprintf-detach.exp
11854 * gdb.base/dprintf-next.exp
11855 * gdb.base/dprintf-non-stop.exp
11856 * gdb.base/dprintf-pending.exp
11857 * gdb.base/dso2dso.exp
11858 * gdb.base/ending-run.exp
11859 * gdb.base/enum_cond.exp
11860 * gdb.base/examine-backward.exp
11861 * gdb.base/exe-lock.exp
11862 * gdb.base/exec-invalid-sysroot.exp
11863 * gdb.base/execl-update-breakpoints.exp
11864 * gdb.base/execution-termios.exp
11865 * gdb.base/fileio.exp
11866 * gdb.base/fixsection.exp
11867 * gdb.base/foll-exec-mode.exp
11868 * gdb.base/foll-exec.exp
11869 * gdb.base/fork-running-state.exp
11870 * gdb.base/frame-args.exp
11871 * gdb.base/fullpath-expand.exp
11872 * gdb.base/func-ptr.exp
11873 * gdb.base/gcore-relro-pie.exp
11874 * gdb.base/gdb1090.exp
11875 * gdb.base/gdb1555.exp
11876 * gdb.base/global-var-nested-by-dso.exp
11877 * gdb.base/gnu-ifunc.exp
11878 * gdb.base/hbreak-in-shr-unsupported.exp
11879 * gdb.base/hbreak-unmapped.exp
11880 * gdb.base/hook-stop.exp
11881 * gdb.base/infcall-input.exp
11882 * gdb.base/info-fun.exp
11883 * gdb.base/info-shared.exp
11884 * gdb.base/interrupt-noterm.exp
11885 * gdb.base/jit-so.exp
11886 * gdb.base/jit.exp
11887 * gdb.base/line-symtabs.exp
11888 * gdb.base/list.exp
11889 * gdb.base/longjmp.exp
11890 * gdb.base/macscp.exp
11891 * gdb.base/max-value-size.exp
11892 * gdb.base/nodebug.exp
11893 * gdb.base/nofield.exp
11894 * gdb.base/overlays.exp
11895 * gdb.base/paginate-after-ctrl-c-running.exp
11896 * gdb.base/paginate-bg-execution.exp
11897 * gdb.base/paginate-inferior-exit.exp
11898 * gdb.base/pending.exp
11899 * gdb.base/pr11022.exp
11900 * gdb.base/printcmds.exp
11901 * gdb.base/ptr-typedef.exp
11902 * gdb.base/ptype.exp
11903 * gdb.base/randomize.exp
11904 * gdb.base/range-stepping.exp
11905 * gdb.base/realname-expand.exp
11906 * gdb.base/relativedebug.exp
11907 * gdb.base/remote.exp
11908 * gdb.base/savedregs.exp
11909 * gdb.base/sepdebug.exp
11910 * gdb.base/set-noassign.exp
11911 * gdb.base/shlib-call.exp
11912 * gdb.base/shreloc.exp
11913 * gdb.base/sigaltstack.exp
11914 * gdb.base/sigbpt.exp
11915 * gdb.base/siginfo-addr.exp
11916 * gdb.base/siginfo-obj.exp
11917 * gdb.base/siginfo-thread.exp
11918 * gdb.base/signest.exp
11919 * gdb.base/signull.exp
11920 * gdb.base/sigrepeat.exp
11921 * gdb.base/skip.exp
11922 * gdb.base/so-impl-ld.exp
11923 * gdb.base/solib-corrupted.exp
11924 * gdb.base/solib-disc.exp
11925 * gdb.base/solib-display.exp
11926 * gdb.base/solib-overlap.exp
11927 * gdb.base/solib-search.exp
11928 * gdb.base/solib-symbol.exp
11929 * gdb.base/source-execution.exp
11930 * gdb.base/sss-bp-on-user-bp-2.exp
11931 * gdb.base/sss-bp-on-user-bp.exp
11932 * gdb.base/stack-checking.exp
11933 * gdb.base/stale-infcall.exp
11934 * gdb.base/step-break.exp
11935 * gdb.base/step-line.exp
11936 * gdb.base/step-over-exit.exp
11937 * gdb.base/step-test.exp
11938 * gdb.base/structs.exp
11939 * gdb.base/sym-file.exp
11940 * gdb.base/symtab-search-order.exp
11941 * gdb.base/term.exp
11942 * gdb.base/type-opaque.exp
11943 * gdb.base/unload.exp
11944 * gdb.base/until-nodebug.exp
11945 * gdb.base/until.exp
11946 * gdb.base/unwindonsignal.exp
11947 * gdb.base/watch-cond.exp
11948 * gdb.base/watch-non-mem.exp
11949 * gdb.base/watch_thread_num.exp
11950 * gdb.base/watchpoint-reuse-slot.exp
11951 * gdb.base/watchpoint-solib.exp
11952 * gdb.base/watchpoint.exp
11953 * gdb.btrace/dlopen.exp
11954 * gdb.cell/arch.exp
11955 * gdb.cell/break.exp
11956 * gdb.cell/bt.exp
11957 * gdb.cell/core.exp
11958 * gdb.cell/data.exp
11959 * gdb.cell/dwarfaddr.exp
11960 * gdb.cell/ea-cache.exp
11961 * gdb.cell/ea-standalone.exp
11962 * gdb.cell/ea-test.exp
11963 * gdb.cell/f-regs.exp
11964 * gdb.cell/fork.exp
11965 * gdb.cell/gcore.exp
11966 * gdb.cell/mem-access.exp
11967 * gdb.cell/ptype.exp
11968 * gdb.cell/registers.exp
11969 * gdb.cell/sizeof.exp
11970 * gdb.cell/solib-symbol.exp
11971 * gdb.cell/solib.exp
11972 * gdb.compile/compile-tls.exp
11973 * gdb.cp/exception.exp
11974 * gdb.cp/gdb2495.exp
11975 * gdb.cp/local.exp
11976 * gdb.cp/mb-inline.exp
11977 * gdb.cp/mb-templates.exp
11978 * gdb.cp/pr10687.exp
11979 * gdb.cp/pr9167.exp
11980 * gdb.cp/scope-err.exp
11981 * gdb.cp/templates.exp
11982 * gdb.cp/virtfunc.exp
11983 * gdb.dwarf2/dw2-dir-file-name.exp
11984 * gdb.dwarf2/dw2-single-line-discriminators.exp
11985 * gdb.fortran/complex.exp
11986 * gdb.fortran/library-module.exp
11987 * gdb.guile/guile.exp
11988 * gdb.guile/scm-cmd.exp
11989 * gdb.guile/scm-frame-inline.exp
11990 * gdb.guile/scm-objfile.exp
11991 * gdb.guile/scm-pretty-print.exp
11992 * gdb.guile/scm-symbol.exp
11993 * gdb.guile/scm-type.exp
11994 * gdb.guile/scm-value.exp
11995 * gdb.linespec/keywords.exp
11996 * gdb.linespec/ls-errs.exp
11997 * gdb.linespec/macro-relative.exp
11998 * gdb.linespec/thread.exp
11999 * gdb.mi/mi-breakpoint-changed.exp
12000 * gdb.mi/mi-dprintf-pending.exp
12001 * gdb.mi/mi-fullname-deleted.exp
12002 * gdb.mi/mi-logging.exp
12003 * gdb.mi/mi-pending.exp
12004 * gdb.mi/mi-solib.exp
12005 * gdb.mi/new-ui-mi-sync.exp
12006 * gdb.mi/user-selected-context-sync.exp
12007 * gdb.multi/dummy-frame-restore.exp
12008 * gdb.multi/multi-arch-exec.exp
12009 * gdb.multi/remove-inferiors.exp
12010 * gdb.multi/watchpoint-multi-exit.exp
12011 * gdb.opt/solib-intra-step.exp
12012 * gdb.perf/backtrace.exp
12013 * gdb.perf/single-step.exp
12014 * gdb.perf/skip-command.exp
12015 * gdb.perf/skip-prologue.exp
12016 * gdb.perf/solib.exp
12017 * gdb.python/lib-types.exp
12018 * gdb.python/py-as-string.exp
12019 * gdb.python/py-bad-printers.exp
12020 * gdb.python/py-block.exp
12021 * gdb.python/py-breakpoint.exp
12022 * gdb.python/py-cmd.exp
12023 * gdb.python/py-events.exp
12024 * gdb.python/py-evthreads.exp
12025 * gdb.python/py-finish-breakpoint.exp
12026 * gdb.python/py-finish-breakpoint2.exp
12027 * gdb.python/py-frame-inline.exp
12028 * gdb.python/py-frame.exp
12029 * gdb.python/py-inferior.exp
12030 * gdb.python/py-infthread.exp
12031 * gdb.python/py-mi.exp
12032 * gdb.python/py-objfile.exp
12033 * gdb.python/py-pp-maint.exp
12034 * gdb.python/py-pp-registration.exp
12035 * gdb.python/py-prettyprint.exp
12036 * gdb.python/py-recurse-unwind.exp
12037 * gdb.python/py-shared.exp
12038 * gdb.python/py-symbol.exp
12039 * gdb.python/py-symtab.exp
12040 * gdb.python/py-template.exp
12041 * gdb.python/py-type.exp
12042 * gdb.python/py-unwind-maint.exp
12043 * gdb.python/py-unwind.exp
12044 * gdb.python/py-value.exp
12045 * gdb.python/python.exp
12046 * gdb.reverse/finish-reverse-bkpt.exp
12047 * gdb.reverse/insn-reverse.exp
12048 * gdb.reverse/next-reverse-bkpt-over-sr.exp
12049 * gdb.reverse/solib-precsave.exp
12050 * gdb.reverse/solib-reverse.exp
12051 * gdb.stabs/gdb11479.exp
12052 * gdb.stabs/weird.exp
12053 * gdb.threads/fork-child-threads.exp
12054 * gdb.threads/fork-plus-threads.exp
12055 * gdb.threads/fork-thread-pending.exp
12056 * gdb.threads/forking-threads-plus-breakpoint.exp
12057 * gdb.threads/hand-call-in-threads.exp
12058 * gdb.threads/interrupted-hand-call.exp
12059 * gdb.threads/linux-dp.exp
12060 * gdb.threads/local-watch-wrong-thread.exp
12061 * gdb.threads/next-while-other-thread-longjmps.exp
12062 * gdb.threads/non-ldr-exit.exp
12063 * gdb.threads/pending-step.exp
12064 * gdb.threads/print-threads.exp
12065 * gdb.threads/process-dies-while-detaching.exp
12066 * gdb.threads/process-dies-while-handling-bp.exp
12067 * gdb.threads/pthreads.exp
12068 * gdb.threads/queue-signal.exp
12069 * gdb.threads/reconnect-signal.exp
12070 * gdb.threads/signal-command-handle-nopass.exp
12071 * gdb.threads/signal-command-multiple-signals-pending.exp
12072 * gdb.threads/signal-delivered-right-thread.exp
12073 * gdb.threads/signal-sigtrap.exp
12074 * gdb.threads/sigthread.exp
12075 * gdb.threads/staticthreads.exp
12076 * gdb.threads/stepi-random-signal.exp
12077 * gdb.threads/thread-unwindonsignal.exp
12078 * gdb.threads/thread_check.exp
12079 * gdb.threads/thread_events.exp
12080 * gdb.threads/tid-reuse.exp
12081 * gdb.threads/tls-nodebug.exp
12082 * gdb.threads/tls-shared.exp
12083 * gdb.threads/tls-so_extern.exp
12084 * gdb.threads/tls.exp
12085 * gdb.threads/wp-replication.exp
12086 * gdb.trace/actions-changed.exp
12087 * gdb.trace/actions.exp
12088 * gdb.trace/backtrace.exp
12089 * gdb.trace/change-loc.exp
12090 * gdb.trace/collection.exp
12091 * gdb.trace/deltrace.exp
12092 * gdb.trace/disconnected-tracing.exp
12093 * gdb.trace/entry-values.exp
12094 * gdb.trace/ftrace-lock.exp
12095 * gdb.trace/ftrace.exp
12096 * gdb.trace/infotrace.exp
12097 * gdb.trace/mi-trace-frame-collected.exp
12098 * gdb.trace/mi-trace-unavailable.exp
12099 * gdb.trace/mi-traceframe-changed.exp
12100 * gdb.trace/mi-tracepoint-changed.exp
12101 * gdb.trace/mi-tsv-changed.exp
12102 * gdb.trace/no-attach-trace.exp
12103 * gdb.trace/packetlen.exp
12104 * gdb.trace/passc-dyn.exp
12105 * gdb.trace/passcount.exp
12106 * gdb.trace/pending.exp
12107 * gdb.trace/pr16508.exp
12108 * gdb.trace/qtro.exp
12109 * gdb.trace/range-stepping.exp
12110 * gdb.trace/read-memory.exp
12111 * gdb.trace/report.exp
12112 * gdb.trace/save-trace.exp
12113 * gdb.trace/signal.exp
12114 * gdb.trace/stap-trace.exp
12115 * gdb.trace/status-stop.exp
12116 * gdb.trace/strace.exp
12117 * gdb.trace/tfile.exp
12118 * gdb.trace/tfind.exp
12119 * gdb.trace/trace-break.exp
12120 * gdb.trace/trace-condition.exp
12121 * gdb.trace/trace-enable-disable.exp
12122 * gdb.trace/trace-mt.exp
12123 * gdb.trace/tracecmd.exp
12124 * gdb.trace/tracefile-pseudo-reg.exp
12125 * gdb.trace/tspeed.exp
12126 * gdb.trace/tstatus.exp
12127 * gdb.trace/tsv.exp
12128 * gdb.trace/unavailable.exp
12129 * gdb.trace/while-dyn.exp
12130 * gdb.trace/while-stepping.exp
12131 * lib/gdb-guile.exp
12132 * lib/gdb.exp
12133 * lib/mi-support.exp
12134 * lib/pascal.exp
12135 * lib/perftest.exp
12136 * lib/prelink-support.exp
12137 * lib/selftest-support.exp
12138
121392016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
12140
12141 * Makefile.in: Include disable-implicit-rules.mk.
12142
121432016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12144
12145 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
12146 non-byte-aligned bit fields.
12147
121482016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12149
12150 PR gdb/12616
12151 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
12152 respects the DW_AT_data_bit_offset attribute.
12153
121542016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
12155
12156 * gdb.base/default.exp: Fix output of "set language".
12157
121582016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
12159
12160 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
12161 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
12162 make.
12163 * configure.ac: Remove checks for the make program.
12164 * configure: Re-generate.
12165
121662016-11-16 Kevin Buettner <kevinb@redhat.com>
12167
12168 * gdb.python/py-recurse-unwind.c (main): Add loop.
12169 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
12170 to read_register() and gdb.parse_and_eval(). Make each code
12171 call a separate case that can be individually tested.
12172 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
12173 proc. Call cont_and_backtrace for each of the code paths that
12174 we want to test in the unwinder.
12175
121762016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
12177
12178 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
12179 the definition of struct S.
12180
121812016-11-11 Catherine Moore <clm@codesourcery.com>
12182
12183 * gdb.base/dump.exp: Identify verilog format dump tests as such.
12184
121852016-11-09 Pedro Alves <palves@redhat.com>
12186
12187 * gdb.base/commands.exp (runto_or_return): New procedure.
12188 (gdbvar_simple_if_test, gdbvar_simple_while_test)
12189 (gdbvar_complex_if_while_test, progvar_simple_if_test)
12190 (progvar_simple_while_test, progvar_complex_if_while_test)
12191 (if_while_breakpoint_command_test)
12192 (infrun_breakpoint_command_test, breakpoint_command_test)
12193 (user_defined_command_test, watchpoint_command_test)
12194 (test_command_prompt_position, redefine_hook_test)
12195 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
12196 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
12197 multi_line_input and multi_line. Remove gdb_expect and
12198 gdb_stop_suppressing_tests uses.
12199 * lib/gdb.exp (valnum_re): New global.
12200 (multi_line_input): New procedure.
12201
122022016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
12203
12204 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
12205 Remove.
12206 (test_setup): Define with proc_with_prefix.
12207 (test_cli_inferior): Likewise.
12208 (test_cli_thread): Likewise.
12209 (test_cli_frame): Likewise.
12210 (test_cli_select_frame): Likewise.
12211 (test_cli_up_down): Likewise.
12212 (test_mi_thread_select): Likewise.
12213 (test_mi_stack_select_frame): Likewise.
12214 (test_cli_in_mi_inferior): Likewise.
12215 (test_cli_in_mi_thread): Likewise.
12216 (test_cli_in_mi_frame): Likewise.
12217 (top level): Do not use with_test_prefix_procname.
12218
122192016-11-09 Pedro Alves <palves@redhat.com>
12220
12221 * gdb.base/commands.exp (gdbvar_simple_if_test)
12222 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
12223 (progvar_simple_if_test, progvar_simple_while_test)
12224 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
12225 (infrun_breakpoint_command_test, breakpoint_command_test)
12226 (user_defined_command_test, watchpoint_command_test)
12227 (test_command_prompt_position, deprecated_command_test)
12228 (bp_deleted_in_command, temporary_breakpoint_commands)
12229 (stray_arg0_test, source_file_with_indented_comment)
12230 (recursive_source_test, if_commands_test)
12231 (error_clears_commands_left, redefine_hook_test)
12232 (redefine_backtrace_test): Use proc_with_prefix.
12233 * lib/gdb.exp (proc_with_prefix): New proc.
12234
122352016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
12236
12237 * gdb.base/tui-layout.c: New file.
12238 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
12239 disassembly window contains very long lines.
12240
122412016-11-08 Tom Tromey <tom@tromey.com>
12242
12243 * gdb.python/py-value.exp (test_value_creation): Make "long" test
12244 depend on Python 2.
12245
122462016-11-08 Tom Tromey <tom@tromey.com>
12247
12248 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
12249 New method.
12250
122512016-10-29 Manish Goregaokar <manish@mozilla.com>
12252
12253 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
12254
122552016-10-27 Manish Goregaokar <manish@mozilla.com>
12256
12257 * gdb.rust/simple.rs: Add test for univariant enums without
12258 discriminants and for encoded struct-like enums.
12259
122602016-10-28 Pedro Alves <palves@redhat.com>
12261
12262 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
12263 gdb_test_multiple, tighten regexps and match symtabs and line
12264 tables incrementally.
12265
122662016-10-28 Luis Machado <lgustavo@codesourcery.com>
12267
12268 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
12269 general.
12270
122712016-10-25 Luis Machado <lgustavo@codesourcery.com>
12272
12273 * gdb.base/exec-invalid-sysroot.exp: New file.
12274
122752016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12276
12277 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
12278
122792016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12280
12281 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
12282
122832016-10-19 Maciej W. Rozycki <macro@imgtec.com>
12284
12285 * gdb.base/killed-outside.exp: Remove $options from a call to
12286 `prepare_for_testing'.
12287
122882016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12289
12290 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
12291 Change test message.
12292
122932016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12294
12295 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
12296 Update comment.
12297
122982016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12299
12300 * gdb.trace/mi-trace-save.exp: New file.
12301
123022016-10-13 Yao Qi <yao.qi@linaro.org>
12303
12304 * gdb.base/code_elim.exp (get_var_address): Remove.
12305 * gdb.base/relocate.exp: Likewise.
12306 * gdb.base/shreloc.exp: Likewise.
12307 * lib/gdb.exp (get_var_address): New.
12308
123092016-10-13 Yao Qi <yao.qi@linaro.org>
12310
12311 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
12312 floating point tests if $skip_float_test is false.
12313
123142016-10-12 Luis Machado <lgustavo@codesourcery.com>
12315
12316 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
12317 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
12318 argc values.
12319 Add 1 to argc so we guarantee distinct initial/modified argc values.
12320
123212016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12322
12323 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
12324
123252016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12326
12327 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
12328 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
12329 * gdb.arch/vsx-regs.exp: Likewise.
12330
123312016-10-07 Yao Qi <yao.qi@linaro.org>
12332
12333 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
12334
123352016-10-07 Markus Metzger <markus.t.metzger@intel.com>
12336
12337 * gdb.python/python.exp: Test decode_line("*0").
12338
123392016-10-06 Doug Evans <dje@google.com>
12340
12341 * gdb.python/py-value.exp (test_value_creation): Add test for large
12342 unsigned 64-bit value.
12343
123442016-10-06 Tom Tromey <tom@tromey.com>
12345
12346 * gdb.compile/compile.exp: Change java tests to rust.
12347 * gdb.base/setshow.exp: Change java tests to rust.
12348 * gdb.base/default.exp: Remove java from language list.
12349 * README (Examples): Update language example.
12350 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
12351 test.
12352 * lib/gdb.exp (skip_java_tests): Remove.
12353 * lib/java.exp: Remove.
12354 * gdb.java: Remove.
12355
123562016-10-06 Maciej W. Rozycki <macro@imgtec.com>
12357
12358 * gdb.arch/mips-fcr.exp: New test.
12359 * gdb.arch/mips-fcr.c: Source for the new test.
12360
123612016-10-06 Maciej W. Rozycki <macro@imgtec.com>
12362
12363 * gdb.base/solib-disc.exp: Use `standard_output_file'
12364 throughout.
12365
123662016-10-06 Pedro Alves <palves@redhat.com>
12367
12368 * gdb.base/jit-simple-dl.c: New file.
12369 * gdb.base/jit-simple-jit.c: New file, factored out from ...
12370 * gdb.base/jit-simple.c: ... this.
12371 * gdb.base/jit-simple.exp (jit_run): Delete.
12372 (build_jit): New proc.
12373 (jit_test_reread): Recompile either the main program or the shared
12374 library, depending on what is being tested. Skip changing address
12375 if caller wants to. Compare before/after addresses. If testing
12376 standalone, explicitly load the binary. Test "maint info
12377 breakpoints".
12378 (top level): Add "standalone vs shared lib" and "change address"
12379 vs "same address" axes.
12380
123812016-10-06 Pedro Alves <palves@redhat.com>
12382
12383 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
12384 call.
12385 (jit_run): Delete.
12386 (jit_test_reread): Use with_test_prefix. Reload the main binary
12387 explicitly. Compare the before/after addresses of the JIT
12388 descriptor.
12389
123902016-08-15 Doug Evans <dje@google.com>
12391
12392 * gdb.xml/extra-regs.xml: Update, end field now required, default type
12393 for single bitfields is bool.
12394 * gdb.xml/tdesc-regs.exp: Ditto.
12395
123962016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12397
12398 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
12399
124002016-10-05 Yao Qi <yao.qi@linaro.org>
12401
12402 * lib/gdb.exp (support_complex_tests): Return zero if
12403 gdb_skip_float_test return true.
12404
124052016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
12406 Simon Marchi <simon.marchi@ericsson.com>
12407
12408 PR gdb/20487
12409 * gdb.mi/user-selected-context-sync.exp: New file.
12410 * gdb.mi/user-selected-context-sync.c: New file.
12411
124122016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
12413 Simon Marchi <simon.marchi@ericsson.com>
12414
12415 PR gdb/20487
12416 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
12417 =thread-select-event check.
12418
124192016-09-29 Peter Bergner <bergner@vnet.ibm.com>
12420
12421 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
12422 the compulsory L operand changes.
12423 * gdb.arch/powerpc-power.s: Likewise.
12424
124252016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12426
12427 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
12428 * gdb.base/jit-attach-pie.c: New file.
12429 * gdb.base/jit-attach-pie.exp: New file.
12430
124312016-09-28 Pedro Alves <palves@redhat.com>
12432
12433 * gdb.base/infcall-input.c: New file.
12434 * gdb.base/infcall-input.exp: New file.
12435
124362016-09-22 Yao Qi <yao.qi@linaro.org>
12437
12438 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
12439 (gdb_exit): Rename it to ...
12440 (gdbserver_gdb_exit): ... Close GDBserver.
12441 (gdb_exit): New proc, call gdbserver_gdb_exit.
12442 (mi_gdb_exit): Likewise.
12443
124442016-09-22 Yao Qi <yao.qi@linaro.org>
12445
12446 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
12447 path.
12448 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
12449 Remove duplication.
12450
124512016-09-22 Yao Qi <yao.qi@linaro.org>
12452
12453 * lib/gdbserver-support.exp: Check the existence of
12454 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
12455
124562016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
12457
12458 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
12459
124602016-09-21 Tom Tromey <tom@tromey.com>
12461
12462 PR gdb/20604:
12463 * gdb.base/quit.exp: New file.
12464
124652016-09-21 Simon Marchi <simon.marchi@ericsson.com>
12466
12467 * .gitignore: New file.
12468
124692016-09-21 Maciej W. Rozycki <macro@imgtec.com>
12470
12471 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
12472 throughout.
12473
124742016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12475
12476 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
12477
124782016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12479
12480 * gdb.cp/casts.cc (decltype): Move it ...
12481 (main): ... with its call to ...
12482 * gdb.cp/casts03.cc: ... a new file.
12483 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
12484
124852016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12486
12487 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
12488
124892016-09-15 Peter Bergner <bergner@vnet.ibm.com>
12490
12491 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
12492 and sync up the test with tests in gas/testsuite/gas/ppc.
12493 * gdb.arch/powerpc-power.exp: Likewise.
12494
124952016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12496
12497 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
12498
124992016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
12500 Jan Kratochvil <jan.kratochvil@redhat.com>
12501
12502 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
12503 make m1's definition to be different from m2's. Use 'dummy' as an
12504 argument for probe 'two'.
12505
125062016-09-10 Jon Beniston <jon@beniston.com>
12507
12508 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
12509 for sim target.
12510
125112016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
12512
12513 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
12514 variable declaration.
12515 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
12516 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
12517 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
12518 received HWCAP as its argument.
12519
125202016-09-06 Pedro Alves <palves@redhat.com>
12521
12522 * gdb.base/new-ui-pending-input.c: New file.
12523 * gdb.base/new-ui-pending-input.exp: New file.
12524 * gdb.exp (clear_gdb_spawn_id): New procedure.
12525 (with_spawn_id): Check whether gdb_spawn_id exists before
12526 referencing it. If gdb_spawn_id didn't exist on entry, clear it
12527 on exit.
12528
125292016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
12530
12531 * gdb.base/float128.c: New file.
12532 * gdb.base/float128.exp: Likewise.
12533 * gdb.base/floatn.c: Likewise.
12534 * gdb.base/floatn.exp: Likewise.
12535
125362016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
12537
12538 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
12539
125402016-09-05 Pedro Alves <palves@redhat.com>
12541
12542 PR backtrace/19927
12543 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
12544 unwinders are immediately called as side effect of "source" or
12545 "disable unwinder" commands.
12546 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
12547
125482016-09-02 Yao Qi <yao.qi@linaro.org>
12549
12550 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
12551 is true and $type is "float" or "double".
12552
125532016-09-02 Yao Qi <yao.qi@linaro.org>
12554
12555 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
12556 true.
12557 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
12558 * gdb.base/call-rt-st.exp: Likewise.
12559 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
12560 return value instead of gdb,skip_float_test.
12561 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
12562 (do_function_calls): Use its return value instead of
12563 gdb,skip_float_test.
12564 * gdb.base/finish.exp: Likewise.
12565 * gdb.base/funcargs.exp: Likewise.
12566 * gdb.base/return.exp: Likewise.
12567 * gdb.base/return2.exp: Likewise.
12568 * gdb.base/varargs.exp: Likewise.
12569 * lib/gdb.exp (gdb_skip_float_test): Change it to
12570 gdb_caching_proc. Detect the broken ptrace on arm-linux.
12571
125722016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12573
12574 * gdb.multi/tids.exp: Test "thread apply all".
12575
125762016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12577
12578 * gdb.base/default.exp (tty): Remove.
12579
125802016-08-24 Kevin Buettner <kevinb@redhat.com>
12581
12582 * gdb.python/py-recurse-unwind.c: New file.
12583 * gdb.python/py-recurse-unwind.py: New file.
12584 * gdb.python/py-recurse-unwind.exp: New file.
12585
125862016-08-24 Simon Marchi <simon.marchi@ericsson.com>
12587
12588 * gdb.base/set-inferior-tty.exp: New file.
12589 * gdb.base/set-inferior-tty.c: New file.
12590
125912016-08-23 Pedro Alves <palves@redhat.com>
12592
12593 PR gdb/20494
12594 * gdb.base/new-ui-echo.c: New file.
12595 * gdb.base/new-ui-echo.exp: New file.
12596
125972016-08-23 Yao Qi <yao.qi@linaro.org>
12598
12599 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
12600 gdbserver_spawn.
12601 * gdb.server/connect-without-multi-process.exp (do_test):
12602 Likewise.
12603
126042016-08-23 Yao Qi <yao.qi@linaro.org>
12605
12606 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
12607 standalone_txt. Delete gdb_txt and standalone_txt on host
12608 and target. Spawn the binary on target. Copy files from
12609 target to host.
12610
126112016-08-22 Pedro Alves <palves@redhat.com>
12612
12613 PR gdb/20505
12614 * gdb.base/vdso-warning.exp: Test core dumps too. Use
12615 with_test_prefix. Factor out bits to ...
12616 (test_no_vdso): ... this new procedure.
12617
126182016-08-19 Carl Love <cel@us.ibm.com>
12619
12620 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
12621 maintaining separate logic for constructing the output path.
12622 * gdb.arch/powerpc-d128-regs.exp: Likewise.
12623 * gdb.arch/ppc-dfp.exp: Likewise.
12624 * gdb.arch/ppc-fp.exp: Likewise.
12625 * gdb.arch/vsx-regs.exp: Likewise.
12626 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
12627 binprefix for generating the additional binary files.
12628
126292016-08-19 Pedro Alves <palves@redhat.com>
12630
12631 * gdb.trace/mi-trace-frame-collected.exp
12632 (test_trace_frame_collected): On x32, expect two registers.
12633
126342016-08-18 Carl Love <cel@us.ibm.com>
12635
12636 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
12637 and sync up the test with tests in gas/testsuite/gas/ppc.
12638 * gdb.arch/powerpc-power.exp: Likewise.
12639
126402016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12641
12642 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
12643 expected error message.
12644
126452016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12646
12647 * gdb.multi/remove-inferiors.exp: New file.
12648 * gdb.multi/remove-inferiors.c: New file.
12649
126502016-08-12 Yao Qi <yao.qi@linaro.org>
12651
12652 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
12653 argument list.
12654
126552016-08-10 Pedro Alves <palves@redhat.com>
12656
12657 PR gdb/19187
12658 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
12659 setup_kfails.
12660
126612016-08-09 Pedro Alves <palves@redhat.com>
12662 Simon Marchi <simon.marchi@ericsson.com>
12663
12664 PR gdb/20418
12665 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
12666 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
12667
126682016-08-09 Pedro Alves <palves@redhat.com>
12669
12670 PR mi/20431
12671 * gdb.mi/mi-cmd-error.exp: New file.
12672
126732016-08-09 Pedro Alves <palves@redhat.com>
12674
12675 PR gdb/18653
12676 * gdb.base/signals-state-child.c: New file.
12677 * gdb.base/signals-state-child.exp: New file.
12678 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
12679
126802016-08-09 Pedro Alves <palves@redhat.com>
12681
12682 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
12683
126842016-08-03 Tom Tromey <tom@tromey.com>
12685
12686 PR python/18565:
12687 * gdb.python/py-frame-inline.exp: Add Frame.function test.
12688
126892016-08-01 Yao Qi <yao.qi@linaro.org>
12690
12691 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
12692 variable mode to "multi-process" if $multi_process is 1, otherwise
12693 set it to "single-process".
12694
126952016-08-01 Yao Qi <yao.qi@linaro.org>
12696
12697 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
12698 * gdb.cp/cpexprs.exp: Likewise.
12699 * gdb.cp/m-static.exp: Likewise.
12700
127012016-07-26 Tom Tromey <tom@tromey.com>
12702
12703 PR python/20190:
12704 * gdb.threads/tls.exp (check_thread_local): Add python symbol
12705 test.
12706
127072016-07-26 Markus Metzger <markus.t.metzger@intel.com>
12708
12709 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
12710 selecting assembly source files.
12711 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
12712 assembly source files.
12713 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
12714 assembly source files.
12715 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
12716 selecting assembly source files.
12717
127182016-07-25 Simon Marchi <simon.marchi@ericsson.com>
12719
12720 * gdb.base/new-ui.exp (do_test_invalid_args): New
12721 procedure.
12722
127232016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
12724
12725 * gdb.btrace/reconnect.c: New file.
12726 * gdb.btrace/reconnect.exp: New file.
12727
127282016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
12729
12730 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
12731 to test_catch_syscall_group.
12732 (test_catch_syscall_group): New.
12733
127342016-07-21 Tom Tromey <tom@tromey.com>
12735
12736 * gdb.rust/simple.rs (main): Use empty struct expression.
12737 * gdb.rust/simple.exp: Add tests for empty struct expression.
12738
127392016-07-21 Yao Qi <yao.qi@linaro.org>
12740
12741 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
12742 if gdb_skip_xml_test is true on some targets.
12743
127442016-07-21 Yao Qi <yao.qi@linaro.org>
12745
12746 * gdb.server/solib-list.exp: Unset last_loaded_file.
12747
127482016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12749
12750 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
12751 "step into captured_main (args)".
12752
127532016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12754
12755 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
12756
127572016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12758
12759 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
12760
127612016-07-19 Pedro Alves <palves@redhat.com>
12762
12763 * gdb.opt/inline-break.exp: Remove optimize=-O2.
12764 * gdb.opt/inline-bt.exp: Likewise.
12765 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
12766 additional_flags=-Winline.
12767 * gdb.opt/inline-locals.exp: Likewise.
12768 * gdb.opt/inline-markers.c (ATTR): Define.
12769 (inlined_fn): Use it.
12770
127712016-07-19 Yao Qi <yao.qi@linaro.org>
12772
12773 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
12774 (test_with_self): Remove some code. Remove argument executable.
12775 (top-level): Use do_self_tests.
12776
127772016-07-15 Zachary Welch <zwelch@codesourcery.com>
12778 Don Breazeal <donb@codesourcery.com>
12779
12780 * gdb.base/maint.exp: Escape paths used in regular expressions.
12781 * gdb.stabs/weird.exp: Likewise.
12782
127832016-07-13 Tom Tromey <tom@tromey.com>
12784
12785 PR python/15620, PR python/18620:
12786 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
12787 (test_bkpt_events): New procs.
12788
127892016-07-13 Tom Tromey <tom@tromey.com>
12790
12791 PR python/17698:
12792 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
12793 test.
12794 (test_watchpoints): Likewise.
12795 (test_bkpt_pending): New proc.
12796
127972016-07-13 Tom Tromey <tom@tromey.com>
12798
12799 PR cli/18053:
12800 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
12801 completion test.
12802
128032016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12804
12805 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
12806 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
12807 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
12808 f_label.
12809 (g): Rename g_end_lbl to g_label.
12810 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
12811 low_pc and high_pc.
12812 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
12813
128142016-07-12 Tom Tromey <tom@tromey.com>
12815
12816 PR python/19293:
12817 * gdb.python/py-unwind-maint.exp: Update tests.
12818
128192016-07-12 Yao Qi <yao.qi@linaro.org>
12820
12821 * lib/selftest-support.exp (selftest_setup): Match the output
12822 when captured_main is inlined.
12823
128242016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
12825
12826 * gdb.fortran/derived-types.exp (result_line, result_line_2):
12827 New variables.
12828 (print this%a, print this%b, print this): New tests.
12829 * gdb.fortran/derived-types.f90 (this): New object and
12830 initialization.
12831
128322016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12833
12834 * gdb.ada/arraydim.exp: Remove extra directory level in build
12835 directory.
12836
128372016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12838
12839 * lib/ada.exp: Remove extra directory level in build directory.
12840 * gdb.ada/cond_lang.exp: Likewise.
12841 * gdb.ada/exec_changed.exp: Likewise.
12842 * gdb.ada/lang_switch.exp: Likewise.
12843
128442016-07-06 Manish Goregaokar <manish@mozilla.com>
12845
12846 * simple.rs: Add test for raw pointer subscripting.
12847 * simple.exp: Add test expectations.
12848
128492016-07-05 Yao Qi <yao.qi@linaro.org>
12850
12851 * gdb.mi/mi-reverse.exp: Match =record-started output.
12852
128532016-07-01 Pedro Alves <palves@redhat.com>
12854
12855 * gdb.base/jit-reader.exp (info_registers_current_frame): New
12856 procedure.
12857 (jit_reader_test): Test the jit reader's unwinder.
12858 * gdb.base/jithost.c (jit_function_00_code): New global.
12859 (main): Use memcpy to fill in the mmapped code, instead of poking
12860 bytes manually here.
12861 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
12862 value.
12863 (read_debug_info): Save the function's range.
12864 (read_sp): New function.
12865 (unwind_frame): Use it. Also unwind RBP.
12866 (get_frame_id): Use read_sp.
12867 (gdb_init_reader): Use calloc instead of malloc.
12868 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
12869 parameter. Use gdb_test_multiple.
12870
128712016-07-01 Pedro Alves <palves@redhat.com>
12872 Antoine Tremblay <antoine.tremblay@ericsson.com>
12873
12874 * gdb.threads/process-dies-while-detaching.c: New file.
12875 * gdb.threads/process-dies-while-detaching.exp: New file.
12876
128772016-07-01 Pedro Alves <palves@redhat.com>
12878
12879 * gdb.multi/watchpoint-multi-exit.c: New file.
12880 * gdb.multi/watchpoint-multi-exit.exp: New file.
12881
128822016-06-30 Pedro Alves <palves@redhat.com>
12883
12884 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
12885 unset inferior_spawn_id.
12886
128872016-06-30 Pedro Alves <palves@redhat.com>
12888
12889 * lib/mi-support.exp (default_mi_gdb_start): Declare global
12890 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
12891
128922016-06-29 Yao Qi <yao.qi@linaro.org>
12893
12894 * gdb.base/return.c: Add copyright header.
12895
128962016-06-29 Tom Tromey <tom@tromey.com>
12897
12898 PR python/20129:
12899 * gdb.python/py-framefilter.exp: Add tests for setting priority
12900 and disabling of non-existent frame filter.
12901
129022016-06-29 Yao Qi <yao.qi@linaro.org>
12903
12904 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
12905 0x0f07ff.
12906
129072016-06-28 Yao Qi <yao.qi@linaro.org>
12908
12909 * gdb.base/catch-syscall.exp: Remove check on isnative and target
12910 triplets. Start gdb, execute catch syscall, and continue. Check
12911 gdb's output to determine catch syscall is supported.
12912
129132016-06-27 Manish Goregaokar <manish@mozilla.com>
12914
12915 * gdb.rust/simple.rs: Add test for returning unit in a function.
12916 * gdb.rust/simple.exp: Add expectation for functions returning
12917 unit.
12918
129192016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
12920
12921 * gdb.python/py-breakpoint-create-fail.c,
12922 gdb.python/py-breakpoint-create-fail.exp,
12923 gdb.python/py-breakpoint-create-fail.py: New testcase.
12924
129252016-06-25 Manish Goregaokar <manish@mozilla.com>
12926
12927 PR gdb/20239
12928 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
12929 * gdb.rust/simple.exp: Add test expectations for new NonZero
12930 tests.
12931
129322016-06-24 David Taylor <dtaylor@emc.com>
12933
12934 * gdb.base/offsets.exp: New file.
12935 * gdb.base/offsets.c: New file.
12936
129372016-06-23 Tom Tromey <tom@tromey.com>
12938
12939 PR gdb/16483:
12940 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
12941 before any filters are loaded.
12942
129432016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
12944
12945 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
12946 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
12947 structs.
12948 * gdb.fortran/derived-type-function.exp: New file.
12949 * gdb.fortran/derived-type-function.f90: New file.
12950
12951
129522016-06-21 Pedro Alves <palves@redhat.com>
12953
12954 * gdb.base/new-ui.exp: New file.
12955 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
12956 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
12957 (with_spawn_id): New procedure.
12958
129592016-06-21 Pedro Alves <palves@redhat.com>
12960
12961 * gdb.mi/mi-exec-run.exp: New file.
12962
129632016-06-21 Pedro Alves <palves@redhat.com>
12964
12965 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
12966 breakpoint command's output on the main UI.
12967 (test_break): New procedure, factored out from calls in the top
12968 level.
12969 (top level): Use foreach_with_prefix to test MI as main UI and as
12970 separate UI.
12971
129722016-06-21 Pedro Alves <palves@redhat.com>
12973
12974 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
12975 (test_awatch_creation_and_listing)
12976 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
12977 Remove 'type' parameter.
12978 (test_watchpoint_all): New parameter mi_mode. Remove
12979 with_test_prefix.
12980 (top level): Use foreach_with_prefix, and add main/separate UI MI
12981 testing axis.
12982
129832016-06-21 Pedro Alves <palves@redhat.com>
12984
12985 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
12986 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
12987 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
12988 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
12989 (gdb_main_spawn_id, mi_spawn_id): Declare and
12990 comment.
12991 (mi_create_inferior_pty): New procedure,
12992 factored out from default_mi_gdb_start.
12993 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
12994 procedures.
12995 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
12996 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
12997 Use mi_create_inferior_pty.
12998 (mi_gdb_start): Use eval to pass down args list.
12999
130002016-06-21 Pedro Alves <palves@redhat.com>
13001
13002 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
13003 * gdb.opt/inline-cmds.exp: Add MI tests.
13004
130052016-06-21 Pedro Alves <palves@redhat.com>
13006
13007 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
13008
130092016-06-21 Pedro Alves <palves@redhat.com>
13010
13011 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
13012 (top level): Use it instead of mi_execute_to.
13013
130142016-06-21 Pedro Alves <palves@redhat.com>
13015
13016 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
13017 (cont_handler_str): New.
13018 (signal_stop_handler): Set stop_handler_str instead of printing to
13019 stdout.
13020 (continue_handler): Set cont_handler_str instead of printing to
13021 stdout.
13022 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
13023 mi_send_resuming_command. Print stop_handler_str and
13024 cont_handler_str instead of expecting the python events print
13025 directly.
13026
130272016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
13028
13029 * gdb.base/jit-reader.exp: New file.
13030 * gdb.base/jithost.c: New file.
13031 * gdb.base/jithost.h: New file.
13032 * gdb.base/jitreader.c : New file.
13033 * gdb.base/jit-protocol.h: New file.
13034
130352016-06-17 Yao Qi <yao.qi@linaro.org>
13036
13037 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
13038 parameters follow_fork and detach_on_fork. Set follow-fork-mode
13039 and detach-on-fork. Adjust tests.
13040 (top level): Invoke break_cond_on_syscall with combinations of
13041 syscall, follow-fork-mode and detach-on-fork.
13042
130432016-06-17 Yao Qi <yao.qi@linaro.org>
13044
13045 * gdb.base/step-over-exit.c: New.
13046 * gdb.base/step-over-exit.exp: New.
13047
130482016-06-17 Yan-Ting Lin <currygt52@gmail.com>
13049
13050 * gdb.base/float.exp: Add target check for nds32*-*-*.
13051 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
13052
130532016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
13054
13055 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
13056 for unsupported target features.
13057 * gdb.base/call-rt-st.exp: Likewise.
13058 * gdb.base/call-sc.exp: Likewise.
13059 * gdb.base/call-signal-resume.exp: Likewise.
13060 * gdb.base/call-strs.exp: Likewise.
13061 * gdb.base/callexit.exp: Likewise.
13062 * gdb.base/callfuncs.exp: Likewise.
13063 * gdb.base/nodebug.exp: Likewise.
13064 * gdb.base/printcmds.exp: Likewise.
13065 * gdb.base/ptype.exp: Likewise.
13066 * gdb.base/structs.exp: Likewise.
13067 * gdb.base/unwindonsignal.exp: Likewise.
13068 * gdb.cp/gdb2495.exp: Likewise.
13069 * gdb.cp/templates.exp: Likewise.
13070 * gdb.cp/virtfunc.exp: Likewise.
13071 * gdb.threads/hand-call-in-threads.exp: Likewise.
13072 * gdb.threads/interrupted-hand-call.exp: Likewise.
13073 * gdb.threads/thread-unwindonsignal.exp: Likewise.
13074
130752016-06-10 Tom Tromey <tom@tromey.com>
13076
13077 PR rust/20110:
13078 * gdb.rust/expr.exp: Add test for integer constant larger than
13079 i32.
13080
130812016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
13082
13083 * gdb.fortran/nested-funcs.exp: New.
13084 * gdb.fortran/nested-funcs.f90: New.
13085
130862016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
13087
13088 * gdb.base/examine-backward.c: New file.
13089 * gdb.base/examine-backward.exp: New file.
13090
130912016-06-06 Simon Marchi <simon.marchi@ericsson.com>
13092
13093 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
13094 matching.
13095
130962016-06-02 Tom Tromey <tom@tromey.com>
13097
13098 PR python/18984:
13099 * gdb.python/py-shared.exp: Add solib_name test.
13100
131012016-06-02 Simon Marchi <simon.marchi@ericsson.com>
13102
13103 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
13104
131052016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
13106
13107 PR c++/19893
13108 * gdb.dwarf2/implref.exp: Rename to...
13109 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
13110 * gdb.dwarf2/implref-array.c: New file.
13111 * gdb.dwarf2/implref-array.exp: Likewise.
13112 * gdb.dwarf2/implref-global.c: Likewise.
13113 * gdb.dwarf2/implref-global.exp: Likewise.
13114 * gdb.dwarf2/implref-struct.c: Likewise.
13115 * gdb.dwarf2/implref-struct.exp: Likewise.
13116
131172016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13118
13119 * gdb.trace/trace-condition.exp: Add 64bit tests.
13120
131212016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13122
13123 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
13124 bits types.
13125 (main): Adapt to 8 to 64 bits types.
13126 * gdb.trace/trace-condition.exp: Add new tests.
13127
131282016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13129
13130 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
13131
131322016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13133
13134 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
13135 Move condition tests...
13136 * gdb.trace/trace-condition.exp: Here.
13137
131382016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13139
13140 * gdb.trace/trace-condition.exp: Add counter-case tests.
13141
131422016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13143
13144 PR c++/15231
13145 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
13146 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
13147
131482016-05-27 Pedro Alves <palves@redhat.com>
13149
13150 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
13151 New procedure.
13152 (top level): Call it, and bail out of DejaGnu is known to be bad.
13153
131542016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
13155
13156 * gdb.base/whatis.c: Extend the test case.
13157 * gdb.base/whatis.exp: Add additional tests.
13158
131592016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13160
13161* gdb.fortran/type.f90: Add pointer variable.
13162* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
13163
131642016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13165
13166 * gdb.fortran/vla-type.exp: Fix testcase name.
13167
131682016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13169
13170 * gdb.fortran/vla-type.exp: Access elements in nested structs.
13171
131722016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13173
13174 * gdb.fortran/type.f90: Add nested structures.
13175 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
13176 * gdb.fortran/derived-type.exp: Adapt expected output.
13177 * gdb.fortran/vla-type.exp: Adapt expected output.
13178
131792016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13180
13181 * gdb.fortran/whatis_type.exp: Adapt expected output.
13182
131832016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13184
13185 * gdb.fortran/print_type.exp: Fix expected output.
13186 * gdb.fortran/whatis_type.exp: Fix expected output.
13187
131882016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13189
13190 * gdb.fortran/whatis_type.exp: Use multi_line.
13191
131922016-05-24 Tom Tromey <tom@tromey.com>
13193
13194 PR python/17386:
13195 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
13196 use value as an index.
13197
131982016-05-23 Tom Tromey <tom@tromey.com>
13199
13200 PR python/17981:
13201 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
13202 no-breakpoint case.
13203
132042016-05-24 Pedro Alves <palves@redhat.com>
13205
13206 PR gdb/19828
13207 * gdb.threads/clone-attach-detach.c: New file.
13208 * gdb.threads/clone-attach-detach.exp: New file.
13209
132102016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
13211
13212 * gdb.base/annota-input-while-running.exp: Fix syntax error.
13213
132142016-05-23 Tom Tromey <tom@tromey.com>
13215
13216 PR python/19438, PR python/18393:
13217 * gdb.python/py-progspace.exp: Add "dir" test.
13218 * gdb.python/py-objfile.exp: Add "dir" test.
13219
132202016-05-23 Yao Qi <yao.qi@linaro.org>
13221
13222 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
13223 * gdb.arch/thumb2-it.exp: Likewise.
13224
132252016-05-18 Simon Marchi <simon.marchi@ericsson.com>
13226
13227 * gdb.mi/mi-threads-interrupt.c: New file.
13228 * gdb.mi/mi-threads-interrupt.exp: New file.
13229
132302016-05-17 Simon Marchi <simon.marchi@ericsson.com>
13231
13232 PR gdb/18077
13233 * gdb.mi/mi-async-run.exp: New file.
13234 * gdb.mi/mi-async-run.c: New file.
13235
132362016-05-17 Tom Tromey <tom@tromey.com>
13237 Manish Goregaokar <manishsmail@gmail.com>
13238
13239 * lib/rust-support.exp: New file.
13240 * lib/gdb.exp (skip_rust_tests): New proc.
13241 (build_executable_from_specs): Handle rust.
13242 * lib/future.exp (gdb_find_rustc): New proc.
13243 (gdb_default_target_compile): Handle rust.
13244 * gdb.rust/expr.exp: New file.
13245 * gdb.rust/generics.exp: New file.
13246 * gdb.rust/generics.rs: New file.
13247 * gdb.rust/methods.exp: New file.
13248 * gdb.rust/methods.rs: New file.
13249 * gdb.rust/modules.exp: New file.
13250 * gdb.rust/modules.rs: New file.
13251 * gdb.rust/simple.exp: New file.
13252 * gdb.rust/simple.rs: New file.
13253
132542016-05-17 Tom Tromey <tom@tromey.com>
13255
13256 * gdb.base/default.exp (set language): Add rust.
13257
132582016-05-17 Tom Tromey <tom@tromey.com>
13259
13260 * gdb.gdb/unittest.exp: New file.
13261
132622016-05-16 Yao Qi <yao.qi@linaro.org>
13263
13264 * gdb.base/batch-preserve-term-settings.exp: Remove variable
13265 shell_prompt. Update shell_prompt_re.
13266
132672016-05-12 Doug Evans <dje@google.com>
13268
13269 PR symtab/19999
13270 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
13271 $options when building executable.
13272 * gdb.dwarf2/fission-loclists-pie.S: New file.
13273 * gdb.dwarf2/fission-loclists-pie.exp: New file.
13274
132752016-05-04 Simon Marchi <simon.marchi@ericsson.com>
13276
13277 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
13278 of [is_remote target],
13279
132802016-05-04 Simon Marchi <simon.marchi@ericsson.com>
13281
13282 * lib/gdb.exp (use_gdb_stub): New procedure.
13283
132842016-05-03 Yunlian Jiang <yunlian@google.com>
13285 Doug Evans <dje@google.com>
13286
13287 PR symtab/19914
13288 * gdb.dwarf2/dwp-sepdebug.c: New file.
13289 * gdb.dwarf2/dwp-sepdebug.exp: New file.
13290
132912016-05-02 Simon Marchi <simon.marchi@ericsson.com>
13292
13293 * gdb.base/detach.exp: Remove is_remote check.
13294
132952016-05-02 Simon Marchi <simon.marchi@ericsson.com>
13296
13297 * gdb.base/annota-input-while-running.exp: Don't check for
13298 [is_remote target]. Enable annotations after running to main.
13299 Remove unused "set test..." line.
13300
133012016-04-28 Simon Marchi <simon.marchi@ericsson.com>
13302
13303 * gdb.trace/trace-enable-disable.exp: New file.
13304 * gdb.trace/trace-enable-disable.c: New file.
13305
133062016-04-28 Simon Marchi <simon.marchi@ericsson.com>
13307
13308 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
13309 use it in info sharedlibrary test.
13310 * gdb.trace/ftrace-lock.exp: Likewise.
13311 * gdb.trace/ftrace.exp: Likewise.
13312 * gdb.trace/range-stepping.exp: Likewise.
13313 * gdb.trace/trace-break.exp: Likewise.
13314 * gdb.trace/trace-condition.exp: Likewise.
13315 * gdb.trace/trace-mt.exp: Likewise.
13316
133172016-04-27 Simon Marchi <simon.marchi@ericsson.com>
13318
13319 * lib/gdb.exp (gdb_load_shlibs): Rename to...
13320 (gdb_load_shlib): ... this.
13321 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
13322 gdb_load_shlib.
13323 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
13324 * gdb.base/ctxobj.exp: Likewise.
13325 * gdb.base/dprintf-pending.exp: Likewise.
13326 * gdb.base/dso2dso.exp: Likewise.
13327 * gdb.base/fixsection.exp: Likewise.
13328 * gdb.base/gcore-relro.exp: Likewise.
13329 * gdb.base/gdb1555.exp: Likewise.
13330 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13331 * gdb.base/gnu-ifunc.exp: Likewise.
13332 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
13333 * gdb.base/jit-so.exp (one_jit_test): Likewise.
13334 * gdb.base/pending.exp: Likewise.
13335 * gdb.base/print-file-var.exp: Likewise.
13336 * gdb.base/print-symbol-loading.exp: Likewise.
13337 * gdb.base/shlib-call.exp: Likewise.
13338 * gdb.base/shreloc.exp: Likewise.
13339 * gdb.base/so-impl-ld.exp: Likewise.
13340 * gdb.base/solib-disc.exp: Likewise.
13341 * gdb.base/solib-nodir.exp: Likewise.
13342 * gdb.base/solib-overlap.exp: Likewise.
13343 * gdb.base/solib-symbol.exp: Likewise.
13344 * gdb.base/solib-weak.exp (do_test): Likewise.
13345 * gdb.base/sym-file.exp: Likewise.
13346 * gdb.base/symtab-search-order.exp: Likewise.
13347 * gdb.base/type-opaque.exp: Likewise.
13348 * gdb.base/unload.exp: Likewise.
13349 * gdb.base/watchpoint-solib.exp: Likewise.
13350 * gdb.compile/compile.exp: Likewise.
13351 * gdb.cp/gdb2384.exp: Likewise.
13352 * gdb.cp/infcall-dlopen.exp: Likewise.
13353 * gdb.cp/re-set-overloaded.exp: Likewise.
13354 * gdb.fortran/library-module.exp: Likewise.
13355 * gdb.opt/solib-intra-step.exp: Likewise.
13356 * gdb.python/py-finish-breakpoint.exp: Likewise.
13357 * gdb.python/py-shared.exp: Likewise.
13358 * gdb.reverse/solib-precsave.exp: Likewise.
13359 * gdb.reverse/solib-reverse.exp: Likewise.
13360 * gdb.server/solib-list.exp: Likewise.
13361 * gdb.threads/dlopen-libpthread.exp: Likewise.
13362 * gdb.threads/tls-shared.exp: Likewise.
13363 * gdb.threads/tls-so_extern.exp: Likewise.
13364 * gdb.trace/change-loc.exp: Likewise.
13365 * gdb.trace/ftrace-lock.exp: Likewise.
13366 * gdb.trace/ftrace.exp: Likewise.
13367 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
13368 * gdb.trace/pending.exp: Likewise.
13369 * gdb.trace/range-stepping.exp: Likewise.
13370 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
13371 (strace_info_marker): Likewise.
13372 (strace_probe_marker): Likewise.
13373 (strace_trace_on_same_addr): Likewise.
13374 (strace_trace_on_diff_addr): Likewise.
13375 * gdb.trace/trace-break.exp: Likewise.
13376 * gdb.trace/trace-condition.exp: Likewise.
13377 * gdb.trace/trace-mt.exp: Likewise.
13378
133792016-04-27 Simon Marchi <simon.marchi@ericsson.com>
13380
13381 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
13382 result of gdb_remote_download.
13383 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
13384 * gdb.base/dso2dso.exp: Likewise.
13385 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13386 * gdb.base/print-file-var.exp: Likewise.
13387 * gdb.base/shlib-call.exp: Likewise.
13388 * gdb.base/shreloc.exp: Likewise.
13389 * gdb.base/solib-overlap.exp: Likewise.
13390 * gdb.base/solib-weak.exp (do_test): Likewise.
13391 * gdb.base/unload.exp: Likewise.
13392
133932016-04-27 Yao Qi <yao.qi@linaro.org>
13394
13395 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
13396 exists.
13397
133982016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13399
13400 * vla-type.exp: Print structure from toplevel.
13401
134022016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13403
13404 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
13405 of dynamic types.
13406 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
13407 of dynamic types.
13408
134092016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13410
13411 * gdb.fortran/vla-type.f90: New file.
13412 * gdb.fortran/vla-type.exp: New file.
13413
134142016-04-25 Yao Qi <yao.qi@linaro.org>
13415
13416 * gdb.base/branch-to-self.c: New file.
13417 * gdb.base/branch-to-self.exp: New file.
13418
134192016-04-22 Yao Qi <yao.qi@linaro.org>
13420
13421 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
13422 more after $hex.
13423
134242016-04-22 Yao Qi <yao.qi@linaro.org>
13425
13426 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
13427 * gdb.base/annota3.exp: Likewise.
13428
134292016-04-22 Yao Qi <yao.qi@linaro.org>
13430
13431 * gdb.reverse/step-precsave.exp: Do one step and test program
13432 stops in "callee" and do multiple steps until program goes out
13433 of "callee".
13434 * gdb.reverse/step-reverse.exp: Likewise.
13435
134362016-04-22 Yao Qi <yao.qi@linaro.org>
13437
13438 * gdb.trace/signal.exp: Also pass if
13439 $tracepoint_hits($i) > $iterations.
13440
134412016-04-22 Yao Qi <yao.qi@linaro.org>
13442
13443 * gdb.trace/signal.c: New file.
13444 * gdb.trace/signal.exp: New file.
13445
134462016-04-19 Doug Evans <xdje42@gmail.com>
13447
13448 * gdb.base/bad-file.exp: New file.
13449
134502016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
13451
13452 * gdb.dwarf2/implref.exp: New file.
13453
134542016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
13455
13456 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
13457 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
13458 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
13459 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
13460 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
13461 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
13462 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
13463 * lib/fortran.exp (fortran_int4): New procedure.
13464 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
13465 (fortran_logical4): Likewise.
13466
134672016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
13468
13469 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
13470
134712016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
13472
13473 * lib/compiler.c: Add Intel specific preprocessor macros.
13474 * lib/compiler.cc: Likewise.
13475
134762016-04-13 Luis Machado <lgustavo@codesourcery.com>
13477
13478 * gdb.server/connect-with-no-symbol-file.c: New file.
13479 * gdb.server/connect-with-no-symbol-file.exp: New file.
13480
134812016-04-13 Simon Marchi <simon.marchi@ericsson.com>
13482
13483 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
13484
134852016-04-13 Simon Marchi <simon.marchi@ericsson.com>
13486
13487 * boards/gdbserver-base.exp (${board}_download): Copy source file to
13488 standard output directory.
13489
134902016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
13491
13492 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
13493
134942016-04-13 Markus Metzger <markus.t.metzger@intel.com>
13495
13496 * gdb.btrace/instruction_history.c (loop): Add declaration.
13497
134982016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13499
13500 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
13501
135022016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
13503
13504 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
13505 parentheses to print.
13506 (continue_handler): Likewise.
13507
135082016-04-08 Simon Marchi <simon.marchi@ericsson.com>
13509
13510 * gdb.server/solib-list.exp: Remove is_remote check.
13511 Pass shlib= to gdb_compile. Don't link shared library with
13512 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
13513 Run binary filename through "readlink -f" on the target.
13514
135152016-04-08 Pedro Alves <palves@redhat.com>
13516
13517 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
13518 interpreter filename as argument to gdbserver_spawn.
13519 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
13520 Return empty if $last_loaded_file does not exist.
13521
135222016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13523
13524 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
13525 * gdb.base/jit-main.c: Use exit after usage.
13526
135272016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13528
13529 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
13530 GDBHISTSIZE prior to the tests.
13531 * gdb.base/gdbinit-history.exp: Likewise.
13532
135332016-04-07 Pedro Alves <palves@redhat.com>
13534
13535 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
13536 instead of build_executable. Use gdb_load_shlibs.
13537
135382016-04-07 Yao Qi <yao.qi@linaro.org>
13539
13540 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
13541 Execute "si" command.
13542
135432016-04-07 Yao Qi <yao.qi@linaro.org>
13544
13545 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
13546 number instead of the comments on some line.
13547
135482016-04-06 Don Breazeal <donb@codesourcery.com>
13549
13550 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
13551 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
13552
135532016-04-06 Simon Marchi <simon.marchi@ericsson.com>
13554
13555 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
13556 standard_output_file. Remove unused binfile variable.
13557
135582016-04-05 Catalin Udma <catalin.udma@freescale.com>
13559
13560 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
13561 * gdb.python/py-mi-objfile.exp: Match "list main" output
13562 in console format.
13563
135642016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
13565
13566 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
13567 absolute.
13568
135692016-04-05 Simon Marchi <simon.marchi@ericsson.com>
13570
13571 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
13572 absolute.
13573 * gdb.trace/ftrace.exp: Likewise.
13574 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
13575 targets as well.
13576 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
13577 (gdb_load_shlibs): Copy libraries to test directory when testing
13578 natively. Only set solib-search-path if testing remotely.
13579 * lib/mi-support.exp (mi_load_shlibs): Likewise.
13580
135812016-04-05 Simon Marchi <simon.marchi@ericsson.com>
13582
13583 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
13584 gdb_download. Use it even if the target is not remote.
13585 * gdb.base/jit.exp (compile_jit_test): Likewise.
13586 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
13587 output directory if the destination board is local, otherwise use
13588 the standard remote_download from DejaGnu.
13589 (gdb_download): Remove.
13590 (gdb_load_shlibs): Use gdb_remote_download instead of
13591 gdb_download.
13592 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
13593 Use gdb_remote_download instead of gdb_download. Use it even if
13594 the target is not remote.
13595 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
13596 instead of gdb_download.
13597
135982016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
13599
13600 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
13601 (test_insert_delete_modify): Call mi_load_shlibs before trying to
13602 run.
13603
136042016-04-01 Artemiy Volkov <artemiyv@acm.org>
13605
13606 PR gdb/19820
13607 * gdb.base/printcmds.exp: Add artificial arrays tests.
13608
136092016-03-31 Pedro Alves <palves@redhat.com>
13610
13611 PR gdb/19858
13612 * gdb.base/jit-main.c: Include unistd.h.
13613 (ATTACH): Define to 0 if not already defined.
13614 (wait_for_gdb, mypid): New globals.
13615 (WAIT_FOR_GDB): New macro.
13616 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
13617 some breakpoint locations.
13618 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
13619 New procedures.
13620 (one_jit_test): Add REATTACH parameter, and handle it. Use
13621 continue_to_test_location.
13622 (top level): Test attach, and adjusts calls to one_jit_test.
13623
136242016-03-31 Pedro Alves <palves@redhat.com>
13625
13626 PR gdb/19858
13627 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
13628 BINSUFFIX parameter, and handle it.
13629 (top level): Adjust calls compile_jit_test.
13630
136312016-03-31 Catalin Udma <catalin.udma@freescale.com>
13632
13633 PR python/19743
13634 * gdb.python/py-mi-events-gdb.py: New file.
13635 * gdb.python/py-mi-events.c: New file.
13636 * gdb.python/py-mi-events.exp: New file.
13637
136382016-03-30 Yao Qi <yao.qi@linaro.org>
13639
13640 * gdb.reverse/until-precsave.exp: Match function name only.
13641 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
13642 Move malloc to a condition block.
13643 * gdb.reverse/until-reverse.exp: Match function name only.
13644
136452016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
13646
13647 * gdb.trace/ftrace.exp: Set arg0exp for s390.
13648 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
13649 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
13650 variable for GPR 0 instead of assuming it is register 0.
13651 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
13652 * lib/trace-support.exp: Add s390 registers.
13653
136542016-03-29 Yao Qi <yao.qi@linaro.org>
13655
13656 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
13657
136582016-03-24 Yao Qi <yao.qi@linaro.org>
13659
13660 * gdb.reverse/break-reverse.exp: Add quotation mark in the
13661 test message.
13662
136632016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13664
13665 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
13666 maintaining separate logic for constructing the output path.
13667
136682016-03-16 Don Breazeal <donb@codesourcery.com>
13669
13670 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
13671 Retry fork and waitpid on interrupted system call errors.
13672 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13673 Use with_timeout_factor to increase timeout by factor of 10.
13674
136752016-03-15 Don Breazeal <donb@codesourcery.com>
13676
13677 * gdb.cp/scope-err.cc: New test program.
13678 * gdb.cp/scope-err.exp: New test script.
13679 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
13680 lines and "set breakpoint here" comment.
13681 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
13682 Fixed some whitespace and format issues.
13683 * gdb.mi/mi-linespec-err-cp.cc: New test program.
13684 * gdb.mi/mi-linespec-err-cp.exp: New test script.
13685
136862016-03-15 Doug Evans <dje@google.com>
13687
13688 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
13689 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
13690 All callers updated. Add tests for enums, mixed flags register.
13691
136922016-03-15 Doug Evans <dje@google.com>
13693
13694 * gdb.base/skip.c (main): Call test_skip_file_and_function.
13695 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
13696
136972016-03-14 Simon Marchi <simon.marchi@ericsson.com>
13698
13699 * gdb.base/default.exp: Add $_as_string to the list of expected
13700 convenience functions.
13701
137022016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
13703
13704 * gdb.base/maint.exp: New tests for 'maint info line-table'.
13705
137062016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
13707
13708 * gdb.python/py-as-string.exp: New file.
13709 * gdb.python/py-as-string.c: New file.
13710
137112016-03-09 Pedro Alves <palves@redhat.com>
13712
13713 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
13714 signal" -> "Thread NN received signal" output change.
13715 * gdb.threads/ia64-sigill.exp: Likewise.
13716 * gdb.threads/linux-dp.exp: Likewise.
13717 * gdb.threads/manythreads.exp: Likewise.
13718 * gdb.threads/pending-step.exp: Likewise.
13719 * gdb.threads/print-threads.exp: Likewise.
13720 * gdb.threads/sigstep-threads.exp: Likewise.
13721 * gdb.threads/staticthreads.exp: Likewise.
13722 * gdb.threads/tls.exp: Likewise.
13723
137242016-03-09 Pedro Alves <palves@redhat.com>
13725
13726 * gdb.base/command-line-input.exp: New file.
13727
137282016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13729
13730 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
13731 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
13732 * gdb.trace/pending.exp: Accept leading dot before function name.
13733 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
13734 * lib/trace-support.exp: Set registers for ppc.
13735
137362016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13737
13738 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
13739 use it for disassembly; accept .main in addition to main in backtrace.
13740
137412016-03-09 Wei-cheng Wang <cole945@gmail.com>
13742 Marcin Kościelnicki <koriakin@0x04.net>
13743
13744 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
13745 (gdb_recursion_test_ptr): New global variable.
13746 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
13747 gdb_recursion_test.
13748 (gdb_c_test): Ditto.
13749
137502016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13751
13752 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
13753 ordering.
13754
137552016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13756
13757 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
13758 (bar): Add bar_start_lbl label.
13759 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
13760 of foo/bar for emitting DWARF and tracing.
13761
137622016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
13763
13764 * analyze-racy-logs.py: Set executable bit.
13765
137662016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
13767
13768 * Makefile.in (DEFAULT_RACY_ITER): New variable.
13769 (CHECK_TARGET_TMP): Likewise.
13770 (check-single-racy): New rule.
13771 (check-parallel-racy): Likewise.
13772 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
13773 (do-check-parallel-racy): New rule.
13774 (check-racy/%.exp): Likewise.
13775 * README (Racy testcases): New section.
13776 * analyze-racy-logs.py: New file.
13777
137782016-03-03 Doug Evans <dje@google.com>
13779
13780 * gdb.base/skip.exp: Use with_test_prefix.
13781
137822016-03-03 Yao Qi <yao.qi@linaro.org>
13783
13784 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
13785 Invoke step_over_syscall "clone" and break_cond_on_syscall
13786 "clone".
13787 * gdb.base/step-over-clone.c: New file.
13788
137892016-03-03 Yao Qi <yao.qi@linaro.org>
13790
13791 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
13792 code format.
13793
137942016-03-03 Yao Qi <yao.qi@linaro.org>
13795
13796 * gdb.base/disp-step-fork.c: Rename to ...
13797 * gdb.base/step-over-fork.c: ... it. New file.
13798 * gdb.base/disp-step-vfork.c: Rename to ...
13799 * gdb.base/step-over-vfork.c: ... it. New file.
13800 * gdb.base/disp-step-syscall.exp: Rename to ...
13801 * gdb.base/step-over-syscall.exp: ... it. New file.
13802 (disp_step_cross_syscall): Rename to ...
13803 (step_over_syscall): ... it.
13804
138052016-03-03 Yao Qi <yao.qi@linaro.org>
13806
13807 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
13808 If target supports condition evaluation on target, invoke
13809 break_cond_on_syscall for fork and vfork.
13810
138112016-03-03 Yao Qi <yao.qi@linaro.org>
13812
13813 * gdb.base/disp-step-syscall.exp: Don't invoke
13814 support_displaced_stepping.
13815 (disp_step_cross_syscall): Test with displaced stepping off and
13816 on if supported.
13817
138182016-03-03 Yao Qi <yao.qi@linaro.org>
13819
13820 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
13821 proc.
13822 (setup): New proc.
13823 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
13824 and setup.
13825
138262016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13827
13828 * gdb.fortran/vla-history.exp: Remove breakpoint.
13829
138302016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13831
13832 * gdb.fortran/vla-history.exp: Lookup array elements and printing
13833 exceeds timeout.
13834
138352016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13836
13837 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
13838 breakpoint.
13839
138402016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13841
13842 * gdb.mi/vla.f90: Nullify pointer after declaration.
13843
138442016-03-01 Pedro Alves <palves@redhat.com>
13845
13846 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
13847
138482016-03-01 Pedro Alves <palves@redhat.com>
13849
13850 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
13851 before anything else.
13852 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
13853 _GNU_SOURCE here.
13854 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
13855 before anything else.
13856 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
13857
138582016-03-01 Pedro Alves <palves@redhat.com>
13859
13860 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
13861
138622016-03-01 Yao Qi <yao.qi@linaro.org>
13863
13864 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
13865 prepare_for_testing.
13866
138672016-03-01 Yao Qi <yao.qi@linaro.org>
13868
13869 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
13870
138712016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13872
13873 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
13874 manually constructing the output path.
13875
138762016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13877
13878 * gdb.arch/s390-stackless.S: New.
13879 * gdb.arch/s390-stackless.exp: New.
13880
138812016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
13882
13883 * gdb.dlang/circular.c: New file.
13884 * gdb.dlang/circular.exp: New file.
13885
138862016-02-26 Yao Qi <yao.qi@linaro.org>
13887
13888 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
13889 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
13890 (testcases): Update.
13891
138922016-02-26 Yao Qi <yao.qi@linaro.org>
13893
13894 * gdb.reverse/aarch64.c: Rename to ...
13895 * gdb.reverse/insn-reverse.c: ... it.
13896 * gdb.reverse/aarch64.exp: Rename to ...
13897 * gdb.reverse/insn-reverse.exp: ... it.
13898
138992016-02-26 Yao Qi <yao.qi@linaro.org>
13900
13901 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
13902 (testcase_ftype): New.
13903 (testcases): New array.
13904 (n_testcases): New.
13905 (main): Call each element in testcases.
13906 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
13907 (read_testcase): New.
13908 Do the tests in a loop.
13909
139102016-02-25 Yao Qi <yao.qi@linaro.org>
13911
13912 * gdb.base/branches.c: Remove.
13913
139142016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13915
13916 PR gdb/13808
13917 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
13918
139192016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13920
13921 * gdb.trace/ftrace.exp: Remove unnecessary target check.
13922
139232016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13924
13925 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
13926 change x86_64 call_insn to 'callq'.
13927
139282016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13929
13930 * gdb.trace/tfile-avx.c: Move to...
13931 * gdb.trace/tracefile-pseudo-reg.c: Here.
13932 * gdb.trace/tfile-avx.exp: Move to...
13933 * gdb.trace/tracefile-pseudo-reg.exp: Here.
13934
139352016-02-24 Gary Benson <gbenson@redhat.com>
13936
13937 * gdb.base/attach-pie-noexec.exp: Do not expect an error
13938 message on attach.
13939
139402016-02-23 Doug Evans <dje@google.com>
13941
13942 * gdb.base/skip.c (test_skip): New function.
13943 (end_test_skip_file_and_function): New function.
13944 (test_skip_file_and_function): New function.
13945 * gdb.base/skip1.c (test_skip): New function.
13946 (skip1_test_skip_file_and_function): New function.
13947 * gdb.base/skip.exp: Add tests for new skip options.
13948 * gdb.base/skip-solib.exp: Update expected output.
13949 * gdb.perf/skip-command.cc: New file.
13950 * gdb.perf/skip-command.exp: New file.
13951 * gdb.perf/skip-command.py: New file.
13952
139532016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
13954
13955 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
13956 info registers pattern.
13957
139582016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
13959
13960 * lib/future.exp: Add D support.
13961 (gdb_find_gdc): New proc.
13962 (gdb_default_target_compile): Add D support.
13963
139642016-02-18 Wei-cheng Wang <cole945@gmail.com>
13965
13966 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
13967 user+system time.
13968 (trace_speed_test): Determine the iteration count for a time
13969 between 15..30 seconds.
13970
139712016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
13972
13973 * gdb.arch/i386-mpx-sigsegv.c: New file.
13974 * gdb.arch/i386-mpx-sigsegv.exp: New file.
13975 * gdb.arch/i386-mpx-simple_segv.c: New file.
13976 * gdb.arch/i386-mpx-simple_segv.exp: New file.
13977
139782016-02-18 Yao Qi <yao.qi@linaro.org>
13979
13980 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13981 Don't call setup_kfail.
13982
139832016-02-18 Yao Qi <yao.qi@linaro.org>
13984
13985 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13986 Set "set breakpoint condition-evaluation" per $cond_bp_target.
13987
139882016-02-16 Doug Evans <dje@google.com>
13989
13990 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
13991 * gdb.base/skip1.c: Ditto.
13992 * gdb.base/skip.exp: Whitespace cleanup.
13993
139942016-02-16 Don Breazeal <donb@codesourcery.com>
13995
13996 PR remote/19496
13997 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13998 Remove kfail for PR remote/19496.
13999
140002016-02-16 Simon Marchi <simon.marchi@ericsson.com>
14001
14002 * lib/gdb.exp (standard_temp_file): Return a path specific to
14003 the runtest invocation.
14004
140052016-02-16 Simon Marchi <simon.marchi@ericsson.com>
14006
14007 * gdb.trace/save-trace.exp: Change relative path to be in the
14008 standard output directory.
14009
140102016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14011
14012 * gdb.arch/i386-prologue.c: Add missing prototypes.
14013
140142016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14015
14016 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
14017 * gdb.arch/i386-prologue.exp: Likewise.
14018 * gdb.arch/i386-size.exp: Likewise.
14019
140202016-02-15 Simon Marchi <simon.marchi@ericsson.com>
14021
14022 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
14023 define object file path.
14024 * gdb.btrace/gcore.exp: Use standard_output_file to define core
14025 file path.
14026 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
14027 standard_output_file to define binfile.
14028
140292016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14030
14031 Fix compatibility with recent gfortran-5.3.1.
14032 * gdb.fortran/vla-history.exp (print vla1 allocated)
14033 (print vla2 allocated, print $2, print $3): Remove
14034 (print $4): Rename to ...
14035 (print $2): ... here.
14036 (print $9): Rename to ...
14037 (print $5): ... here.
14038 (print $10): Rename to ...
14039 (print $6): ... here.
14040 * gdb.fortran/vla.f90: Add pvla initialization.
14041
140422016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14043
14044 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
14045 New test.
14046 * gdb.fortran/vla-value-sub.exp: Likewise.
14047
140482016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
14049
14050 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
14051
140522016-02-12 Simon Marchi <simon.marchi@ericsson.com>
14053
14054 * i386-biarch-core.exp: Define corefile using
14055 standard_output_file.
14056
140572016-02-12 Yao Qi <yao.qi@linaro.org>
14058
14059 * gdb.arch/arm-single-step-kernel-helper.c: New.
14060 * gdb.arch/arm-single-step-kernel-helper.exp: New.
14061
140622016-02-12 Markus Metzger <markus.t.metzger@intel.com>
14063
14064 * gdb.btrace/tailcall-only.exp: New.
14065 * gdb.btrace/tailcall-only.c: New.
14066 * gdb.btrace/x86_64-tailcall-only.S: New.
14067 * gdb.btrace/i686-tailcall-only.S: New.
14068
140692016-02-11 Pedro Alves <palves@redhat.com>
14070
14071 * README (Parallel testing): Add missing double quotes.
14072
140732016-02-11 Pedro Alves <palves@redhat.com>
14074
14075 * README (Parallel testing): New section.
14076 (GDB_PARALLEL): Rewrite.
14077 (FORCE_PARALLEL): Document.
14078
140792016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
14080
14081 * gdb.trace/tfile-avx.c: New test.
14082 * gdb.trace/tfile-avx.exp: New test.
14083
140842016-02-09 Keith Seitz <keiths@redhat.com>
14085
14086 PR breakpoints/19546
14087 * gdb.base/infcall-exec.c: New file.
14088 * gdb.base/infcall-exec2.c: New file.
14089 * gdb.base/infcall-exec.exp: New file.
14090
140912016-02-09 Keith Seitz <keiths@redhat.com>
14092
14093 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
14094 (toplevel): Call test_bkpt_address.
14095
140962016-02-09 Keith Seitz <keiths@redhat.com>
14097
14098 PR python/19506
14099 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
14100 (toplevel): Call test_bkpt_address.
14101
141022016-02-09 Simon Marchi <simon.marchi@ericsson.com>
14103
14104 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
14105 to AC_OUTPUT.
14106 * configure: Regenerate.
14107
141082016-02-09 Pedro Alves <palves@redhat.com>
14109
14110 PR breakpoints/19548
14111 * gdb.base/execl-update-breakpoints.c (some_function): New
14112 function.
14113 (main): Call it.
14114 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
14115 Tighten expected GDB output.
14116
141172016-02-08 Simon Marchi <simon.marchi@ericsson.com>
14118
14119 * Makefile.in (ALL_SUBDIRS): Remove.
14120 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
14121 (distclean maintainer-clean realclean): Likewise.
14122 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
14123 * configure: Regenerate.
14124 * gdb.ada/Makefile.in: Delete.
14125 * gdb.arch/Makefile.in: Likewise.
14126 * gdb.asm/Makefile.in: Likewise.
14127 * gdb.base/Makefile.in: Likewise.
14128 * gdb.btrace/Makefile.in: Likewise.
14129 * gdb.cell/Makefile.in: Likewise.
14130 * gdb.compile/Makefile.in: Likewise.
14131 * gdb.cp/Makefile.in: Likewise.
14132 * gdb.disasm/Makefile.in: Likewise.
14133 * gdb.dlang/Makefile.in: Likewise.
14134 * gdb.dwarf2/Makefile.in: Likewise.
14135 * gdb.fortran/Makefile.in: Likewise.
14136 * gdb.gdb/Makefile.in: Likewise.
14137 * gdb.go/Makefile.in: Likewise.
14138 * gdb.guile/Makefile.in: Likewise.
14139 * gdb.java/Makefile.in: Likewise.
14140 * gdb.linespec/Makefile.in: Likewise.
14141 * gdb.mi/Makefile.in: Likewise.
14142 * gdb.modula2/Makefile.in: Likewise.
14143 * gdb.multi/Makefile.in: Likewise.
14144 * gdb.objc/Makefile.in: Likewise.
14145 * gdb.opencl/Makefile.in: Likewise.
14146 * gdb.opt/Makefile.in: Likewise.
14147 * gdb.pascal/Makefile.in: Likewise.
14148 * gdb.perf/Makefile.in: Likewise.
14149 * gdb.python/Makefile.in: Likewise.
14150 * gdb.reverse/Makefile.in: Likewise.
14151 * gdb.server/Makefile.in: Likewise.
14152 * gdb.stabs/Makefile.in: Likewise.
14153 * gdb.threads/Makefile.in: Likewise.
14154 * gdb.trace/Makefile.in: Likewise.
14155 * gdb.xml/Makefile.in: Likewise.
14156 * lib/gdb.exp (make_gdb_parallel_path): Add check for
14157 GDB_PARALLEL.
14158 (standard_output_file): Remove check for GDB_PARALLEL, always
14159 return path in outputs/$subdir/$testname.
14160
141612016-02-08 Simon Marchi <simon.marchi@ericsson.com>
14162
14163 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
14164 (site.exp): Assign abs_srcdir to tcl's srcdir.
14165
141662016-02-04 Yao Qi <yao.qi@linaro.org>
14167
14168 * gdb.base/foll-exec-mode.c: Include limits.h.
14169 (main): Add parameters argc and argv. Get directory from
14170 argv[0].
14171 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
14172 compilation.
14173 * gdb.base/foll-exec.c: Include limits.h.
14174 (main): Add parameters argc and argv.
14175 Get directory from argv[0].
14176 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
14177 Adjust tests on the number of lines as source code changed.
14178 * gdb.base/foll-vfork-exit.c: Include limits.h.
14179 (main): Add one line of statement before vfork.
14180 * gdb.base/foll-vfork.c: Include limits.h and string.h.
14181 (main): Add parameters argc and argv. Get directory from
14182 argv[0].
14183 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
14184 (setup_gdb): Set tbreak to skip some source lines.
14185 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
14186 (main): Add parameters argc and argv. Get directory from
14187 argv[0].
14188 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
14189 compilation.
14190 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
14191 (main): Add parameters argc and argv. Get directory from
14192 argv[0].
14193 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
14194 compilation.
14195
141962016-02-01 Doug Evans <dje@google.com>
14197
14198 * gdb.base/skip.exp: Clean up multiple references to same test name.
14199
142002016-02-01 Pedro Alves <palves@redhat.com>
14201
14202 PR remote/19496
14203 * gdb.threads/forking-threads-plus-breakpoint.exp
14204 (displaced_stepping_supported): New global.
14205 (probe_displaced_stepping_support): New procedure.
14206 (do_test): Add 'displaced' parameter, and use it.
14207 (top level): Check for displaced stepping support. Add displaced
14208 stepping on/off testing axis.
14209
142102016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
14211
14212 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
14213 pointer. Don't perform further tests on the unassociated pointer
14214 if the first test fails.
14215
142162016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
14217
14218 * gdb.base/max-value-size.c: New file.
14219 * gdb.base/max-value-size.exp: New file.
14220 * gdb.base/huge.exp: Disable max-value-size for this test.
14221
142222016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
14223
14224 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14225
142262016-01-28 Yao Qi <yao.qi@linaro.org>
14227
14228 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
14229
142302016-01-25 Pedro Alves <palves@redhat.com>
14231
14232 PR threads/19461
14233 * gdb.base/fork-running-state.c: New file.
14234 * gdb.base/fork-running-state.exp: New file.
14235
142362016-01-25 Pedro Alves <palves@redhat.com>
14237
14238 PR gdb/19494
14239 * gdb.base/catch-fork-kill.c: New file.
14240 * gdb.base/catch-fork-kill.exp: New file.
14241
142422016-01-25 Pedro Alves <palves@redhat.com>
14243
14244 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
14245 Delete, moved to lib/gdb.exp.
14246 * gdb.threads/forking-threads-plus-breakpoint.exp
14247 (foreach_with_prefix): Likewise.
14248 * gdb.threads/process-dies-while-handling-bp.exp
14249 (foreach_with_prefix): Likewise.
14250 * lib/gdb.exp (foreach_with_prefix): New procedure.
14251
142522016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
14253
14254 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
14255 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
14256
142572016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
14258
14259 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
14260 endian targets.
14261
142622016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14263 Pedro Alves <palves@redhat.com>
14264
14265 Fix testsuite compatibility with Guile.
14266 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
14267 number.
14268
142692016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14270
14271 Fix testsuite compatibility with Guile.
14272 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
14273 (thread 1): New test for backtrace through signal handler.
14274
142752016-01-22 Yao Qi <yao.qi@linaro.org>
14276
14277 PR testsuite/19491
14278 * gdb.base/multi-forks.c: Include
14279 ../lib/unbuffer_output.c
14280 (main): Call gdb_unbuffer_output.
14281
142822016-01-21 Doug Evans <dje@google.com>
14283
14284 * lib/ada.exp (gdb_compile_ada): Fix typo.
14285
142862016-01-21 Joel Brobecker <brobecker@adacore.com>
14287
14288 * gdb.base/break-fun-addr.exp: New file.
14289 * gdb.base/break-fun-addr1.c: New file.
14290 * gdb.base/break-fun-addr2.c: New file.
14291
142922016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
14293
14294 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
14295 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
14296 enum flag values.
14297
142982016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
14299
14300 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
14301 when GDB can not set the vector return value. Add more comments
14302 for clarification.
14303
143042016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
14305
14306 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
14307 command.
14308
143092016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14310
14311 * Makefile.in (DO_RUNTEST): Add --status and update usages.
14312
143132016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14314
14315 * Makefile.in (check-single): Pass --status to runtest.
14316 (check/%.exp): Likewise.
14317
143182016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14319
14320 * Makefile.in (check-parallel): Propagate return code from make
14321 do-check-parallel.
14322
143232016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
14324
14325 * gdb.trace/ftrace.exp: Fix expected message on continue.
14326 * gdb.trace/pending.exp: Fix expected message on continue.
14327 * gdb.trace/trace-break.exp: Fix expected message on continue.
14328
143292016-01-18 Simon Marchi <simon.marchi@ericsson.com>
14330
14331 * lib/gdb.exp (gdb_test): Remove unused global references.
14332
143332016-01-18 Pedro Alves <palves@redhat.com>
14334
14335 * gdb.base/async-shell.exp: Adjust expected output.
14336 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
14337 * gdb.base/siginfo-thread.exp: Adjust expected output.
14338 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
14339 * gdb.java/jnpe.exp: Adjust expected output.
14340 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
14341 * gdb.threads/continue-pending-status.exp: Adjust expected output.
14342 * gdb.threads/leader-exit.exp: Adjust expected output.
14343 * gdb.threads/manythreads.exp: Adjust expected output.
14344 * gdb.threads/pthreads.exp: Adjust expected output.
14345 * gdb.threads/schedlock.exp: Adjust expected output.
14346 * gdb.threads/siginfo-threads.exp: Adjust expected output.
14347 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
14348 expected output.
14349 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
14350 output.
14351 * gdb.threads/sigthread.exp: Adjust expected output.
14352 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
14353
143542016-01-18 Yao Qi <yao.qi@linaro.org>
14355
14356 * gdb.guile/scm-section-script.c: Replace @progbits with
14357 %progbits.
14358 * gdb.python/py-section-script.c: Likewise.
14359
143602016-01-15 Pedro Alves <palves@redhat.com>
14361
14362 * gdb.multi/tids.exp: Test star wildcard ranges.
14363
143642016-01-15 Pedro Alves <palves@redhat.com>
14365
14366 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
14367 command from "thread apply" invocation.
14368 (thr_apply_info_thr_invalid): Default the expected output to the
14369 input tid list.
14370 (top level): Add tests that use convenience variables. Add tests
14371 for "thread apply" with a valid TID list, but missing the command.
14372
143732016-01-13 Pedro Alves <palves@redhat.com>
14374
14375 * gdb.base/default.exp: Expect $_gthread as well.
14376 * gdb.multi/tids.exp: Test $_gthread.
14377 * gdb.threads/thread-specific.exp: Test $_gthread.
14378
143792016-01-13 Pedro Alves <palves@redhat.com>
14380
14381 * gdb.multi/tids.exp: Test "info threads -gid".
14382
143832016-01-13 Pedro Alves <palves@redhat.com>
14384
14385 * gdb.multi/tids.exp: Test InferiorThread.global_num and
14386 Breakpoint.thread.
14387 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
14388
143892016-01-07 Pedro Alves <palves@redhat.com>
14390
14391 * gdb.base/break.exp: Adjust to output changes.
14392 * gdb.base/hbreak2.exp: Likewise.
14393 * gdb.base/sepdebug.exp: Likewise.
14394 * gdb.base/watch_thread_num.exp: Likewise.
14395 * gdb.linespec/keywords.exp: Likewise.
14396 * gdb.multi/info-threads.exp: Likewise.
14397 * gdb.threads/thread-find.exp: Likewise.
14398 * gdb.multi/tids.c: New file.
14399 * gdb.multi/tids.exp: New file.
14400
144012016-01-13 Pedro Alves <palves@redhat.com>
14402
14403 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
14404
144052016-01-13 Pedro Alves <palves@redhat.com>
14406
14407 * gdb.base/default.exp: Expect $_inferior as well.
14408 * gdb.multi/base.exp: Test $_inferior.
14409
144102016-01-13 Pedro Alves <palves@redhat.com>
14411
14412 PR breakpoints/19388
14413 * gdb.base/catch-signal-siginfo-cond.c: New file.
14414 * gdb.base/catch-signal-siginfo-cond.exp: New file.
14415
144162016-01-12 Josh Stone <jistone@redhat.com>
14417 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14418
14419 * gdb.base/catch-syscall.c (do_execve): New variable.
14420 (main): Conditionally trigger an execve.
14421 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
14422 (test_catch_syscall_execve): New, check entry/return across execve.
14423 (do_syscall_tests): Call test_catch_syscall_execve.
14424
144252016-01-12 Pedro Alves <palves@redhat.com>
14426
14427 * gdb.base/random-signal.exp (do_test): New procedure, with body
14428 of testcase moved in.
14429
144302016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14431 Pedro Alves <palves@redhat.com>
14432
14433 * gdb.base/funcargs.exp (finish from indirectly called function):
14434 Reintroduce the case for 'First'.
14435
144362016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14437 Pedro Alves <palves@redhat.com>
14438
14439 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
14440 (tcatch_vfork_then_child_follow_exec)
14441 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
14442 identification.
14443
144442016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14445
14446 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
14447 and repeats to unlimited.
14448 * gdb.python/py-value.exp: Likewise.
14449 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
14450 and repeats to unlimited.
14451
144522016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14453
14454 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
14455 and reordering the functions.
14456 * gdb.multi/hangout.c: Likewise.
14457 * gdb.multi/hello.c: Likewise.
14458
144592016-01-08 Simon Marchi <simon.marchi@ericsson.com>
14460
14461 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
14462 absolute.
14463 (SingleStatisticTestResult.report): Use dict.keys instead of
14464 dict.iterkeys.
14465
144662016-01-06 Pedro Alves <palves@redhat.com>
14467
14468 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
14469
144702016-01-04 Markus Metzger <markus.t.metzger@intel.com>
14471
14472 * gdb.btrace/dlopen.exp: New.
14473 * gdb.btrace/dlopen.c: New.
14474 * gdb.btrace/dlopen-dso.c: New.
14475
144762015-12-25 Sandra Loosemore <sandra@codesourcery.com>
14477
14478 * lib/gdb.exp (gdb_test): Update comments to clarify that the
14479 PATTERN argument is optional.
14480
144812015-12-24 Joel Brobecker <brobecker@adacore.com>
14482
14483 * lib/ada.exp (target_compile_ada_from_dir): New function.
14484 (gdb_compile_ada): Reimplement avoiding the use of project files.
14485 * gdb.ada/gnat_ada.gpr: Delete.
14486 * gdb.ada/cond_lang.exp: Adjust test to make path before
14487 filename optional.
14488 * gdb.ada/small_reg_param.exp: Likewise.
14489
144902015-12-22 Simon Marchi <simon.marchi@ericsson.com>
14491
14492 * gdb.base/foll-vork.exp: Remove HP-UX special case.
14493
144942015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
14495
14496 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
14497 case.
14498
144992015-12-21 Simon Marchi <simon.marchi@ericsson.com>
14500
14501 * gdb.base/break.exp: Remove dead code.
14502 * gdb.base/sepdebug.exp: Likewise.
14503
145042015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
14505
14506 * gdb.asm/asm-source.exp: Remove HP-UX references.
14507 * gdb.base/annota1.exp: Likewise.
14508 * gdb.base/annota3.exp: Likewise.
14509 * gdb.base/attach.exp: Likewise.
14510 * gdb.base/bigcore.exp: Likewise.
14511 * gdb.base/break.exp: Likewise.
14512 * gdb.base/call-ar-st.exp: Likewise.
14513 * gdb.base/callfuncs.exp: Likewise.
14514 * gdb.base/catch-fork-static.exp: Likewise.
14515 * gdb.base/display.exp: Likewise.
14516 * gdb.base/foll-exec-mode.exp: Likewise.
14517 * gdb.base/foll-exec.exp: Likewise.
14518 * gdb.base/foll-fork.exp: Likewise.
14519 * gdb.base/foll-vfork.exp: Likewise.
14520 * gdb.base/funcargs.exp: Likewise.
14521 * gdb.base/hbreak2.exp: Likewise.
14522 * gdb.base/inferior-died.exp: Likewise.
14523 * gdb.base/interrupt.exp: Likewise.
14524 * gdb.base/multi-forks.exp: Likewise.
14525 * gdb.base/nodebug.exp: Likewise.
14526 * gdb.base/sepdebug.exp: Likewise.
14527 * gdb.base/solib1.c: Likewise.
14528 * gdb.base/step-test.exp: Likewise.
14529 * gdb.mi/non-stop.c: Likewise.
14530 * gdb.mi/pthreads.c: Likewise.
14531 * gdb.multi/bkpt-multi-exec.ex: Likewise.
14532 * gdb.threads/pthreads.c: Likewise.
14533 * gdb.threads/staticthreads.exp: Likewise.
14534 * lib/future.exp: Likewise.
14535 * lib/gdb.exp: Likewise.
14536 * gdb.base/so-indr-cl.c: Remove.
14537 * gdb.base/so-indr-cl.exp: Likewise.
14538 * gdb.base/solib.c: Likewise.
14539 * gdb.base/solib.exp: Likewise.
14540 * gdb.base/solib2.c: Likewise.
14541
145422015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
14543
14544 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
14545 * gdb.base/call-ar-st.exp: Likewise.
14546 * gdb.base/callfuncs.exp: Likewise.
14547 * gdb.base/condbreak.exp: Likewise.
14548 * gdb.base/constvars.exp: Likewise.
14549 * gdb.base/hbreak2.exp: Likewise.
14550 * gdb.base/langs.exp: Likewise.
14551 * gdb.base/list.exp: Likewise.
14552 * gdb.base/long_long.exp: Likewise.
14553 * gdb.base/ptype.exp: Likewise.
14554 * gdb.base/scope.exp: Likewise.
14555 * gdb.base/signals.exp: Likewise.
14556 * gdb.base/so-impl-ld.exp: Likewise.
14557 * gdb.base/varargs.exp: Likewise.
14558 * gdb.base/volatile.exp: Likewise.
14559 * gdb.base/whatis.exp: Likewise.
14560 * gdb.cp/cplusfuncs.exp: Likewise.
14561 * gdb.cp/inherit.exp: Likewise.
14562 * gdb.cp/local.exp: Likewise.
14563 * gdb.cp/member-ptr.exp: Likewise.
14564 * gdb.cp/method.exp: Likewise.
14565 * gdb.cp/overload.exp: Likewise.
14566 * gdb.cp/templates.exp: Likewise.
14567 * gdb.stabs/weird.exp: Likewise.
14568 * lib/compiler.c: Likewise.
14569 * lib/compiler.cc: Likewise.
14570 * lib/cp-support.exp: Likewise.
14571 * lib/gdb.exp: Likewise.
14572
145732015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
14574
14575 * configure.ac: Remove HP-UX case.
14576 * configure: Regenerate.
14577
145782015-12-18 Simon Marchi <simon.marchi@ericsson.com>
14579
14580 * lib/gdb.exp (gdb_compile): Add function doc.
14581
145822015-12-17 Pedro Alves <palves@redhat.com>
14583
14584 PR threads/19354
14585 * gdb.multi/info-threads.exp: New file.
14586
145872015-12-15 Yao Qi <yao.qi@linaro.org>
14588
14589 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
14590 is aarch64*-*-*.
14591
145922015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14593
14594 * gdb.base/history-duplicates.exp: Skip if no readline support.
14595
145962015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14597
14598 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
14599
146002015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14601
14602 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
14603
146042015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14605
14606 * gdb.base/completion.exp: Skip tests that interrupt GDB with
14607 ctrl-C if nointerrupts target property is set.
14608 * gdb.base/double-prompt-target-event-error.exp: Likewise.
14609 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
14610 * gdb.base/paginate-bg-execution.exp: Likewise.
14611 * gdb.base/paginate-execution-startup.exp: Likewise.
14612 * gdb.base/random-signal.exp: Likewise.
14613 * gdb.base/range-stepping.exp: Likewise.
14614 * gdb.cp/annota2.exp: Likewise.
14615 * gdb.cp/annota3.exp: Likewise.
14616 * gdb.gdb/selftest.exp: Likewise.
14617 * gdb.threads/continue-pending-status.exp: Likewise.
14618 * gdb.threads/leader-exit.exp: Likewise.
14619 * gdb.threads/manythreads.exp: Likewise.
14620 * gdb.threads/pthreads.exp: Likewise.
14621 * gdb.threads/schedlock.exp: Likewise.
14622 * gdb.threads/sigthread.exp: Likewise.
14623
146242015-12-11 Don Breazeal <donb@codesourcery.com>
14625
14626 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
14627 remote.
14628 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
14629 * gdb.base/foll-exec.exp (main): Enable for target remote.
14630 * gdb.base/foll-fork.exp (main): Likewise.
14631 * gdb.base/foll-vfork.exp (main): Likewise.
14632 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
14633 (proc continue_to_exit_bp_loc): Use clean_restart.
14634 * gdb.base/pie-execl.exp (main): Disable for target remote.
14635 * gdb.base/watch-vfork.exp (main): Enable for target remote.
14636 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
14637 * gdb.threads/execl.exp (main): Likewise.
14638 * gdb.threads/fork-child-threads.exp (main): Likewise.
14639 * gdb.threads/fork-plus-threads.exp (main): Disable for target
14640 remote.
14641 * gdb.threads/fork-thread-pending.exp (main): Enable for target
14642 remote.
14643 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
14644 pid.tid style ptids, instead of just tid.
14645 * gdb.threads/thread-execl.exp (main): Enable for target remote.
14646 * gdb.threads/watchpoint-fork.exp (main): Likewise.
14647 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
14648 ptids, instead of just tid.
14649
146502015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14651
14652 * gdb.base/list.exp (test_list_forward): Add end of file error
14653 test.
14654 (test_repeat_list_command): Add end of file error test.
14655 (test_list_backwards): Add beginning of file error test.
14656
146572015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14658
14659 * gdb.base/list.exp (test_list_invalid_args): New function,
14660 defined, and called.
14661
146622015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14663
14664 * gdb.base/list.exp (test_list): Make test names unique.
14665
146662015-12-11 Yao Qi <yao.qi@linaro.org>
14667
14668 * gdb.base/coremaker2.c: Remove.
14669
146702015-12-10 Pedro Alves <palves@redhat.com>
14671
14672 * gdb.multi/base.exp: Remove stale "spaces" references.
14673
146742015-12-10 Pedro Alves <palves@redhat.com>
14675
14676 * gdb.multi/base.exp: Don't use nowarnings.
14677 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
14678 * gdb.multi/hangout.c: Include stdio.h.
14679 * gdb.multi/hello.c: Include stdlib.h.
14680 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
14681 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
14682 * gdb.multi/multi-arch.exp: Don't use nowarnings.
14683
146842015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
14685
14686 * gdb.dwarf2/dw2-ranges-base.c: New file.
14687 * gdb.dwarf2/dw2-ranges-base.exp: New file.
14688 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
14689 support additional line table, and debug ranges generation.
14690 (Dwarf::ranges): New function, generate .debug_ranges.
14691 (Dwarf::lines): Support generating simple line table programs.
14692 (Dwarf::assemble): Initialise new namespace variables.
14693
146942015-12-09 Kevin Buettner <kevinb@redhat.com>
14695
14696 * gdb.base/async.exp (proc test_background): Add case for
14697 asynchronous execution not supported.
14698
146992015-12-09 Luis Machado <lgustavo@codesourcery.com>
14700
14701 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
14702 format and change test names to make them unique.
14703
147042015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
14705 Pedro Alves <pedro@redhat.com>
14706
14707 PR gdb/18702
14708 Add checking of floatformats setup on x86_64 hosts.
14709 * gdb.arch/i386-float.S (main): Load bigval and smallval.
14710 (smallval, bigval): New labels/constants.
14711 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
14712 float" after loading bigval and smallval.
14713
147142015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
14715
14716 * gdb.ada/fun_overload_menu.exp: New testcase.
14717 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
14718
147192015-12-04 Josh Stone <jistone@redhat.com>
14720
14721 * gdb.base/catch-fork-static.exp: New.
14722
147232015-12-03 Yao Qi <yao.qi@linaro.org>
14724
14725 * gdb.base/sizeof.c: Don't include stdio.h and
14726 ../lib/unbuffer_output.c.
14727 (main): New variable 'size' and 'value'. Remove printf and
14728 gdb_unbuffer_output. Assign return value to size and value.
14729 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
14730 at the beginning.
14731 (check_sizeof): Check the result by printing variable 'size'.
14732 (check_valueof): Check the result by printing variable 'value'.
14733
147342015-12-01 Yao Qi <yao.qi@linaro.org>
14735
14736 * gdb.base/disp-step-syscall.exp: Define syscall instruction
14737 for aarch64*-*-linux* target.
14738
147392015-11-30 Pedro Alves <palves@redhat.com>
14740
14741 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
14742
147432015-11-30 Pedro Alves <palves@redhat.com>
14744
14745 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
14746 Handle non-stop mode vCont replies.
14747
147482015-11-30 Pedro Alves <palves@redhat.com>
14749
14750 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
14751 prepare_for_testing. Start gdb with "set non-stop on" appended to
14752 GDBFLAGS. Lax expected stop output.
14753
147542015-11-27 Yao Qi <yao.qi@linaro.org>
14755
14756 * gdb.arch/arm-neon.exp: New.
14757 * gdb.arch/arm-neon.c: New.
14758
147592015-11-27 Yao Qi <yao.qi@linaro.org>
14760
14761 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
14762
147632015-11-27 Yao Qi <yao.qi@linaro.org>
14764
14765 * gdb.cp/annota2.exp: Allow multiple occurrences of the
14766 frames-invalid annotation.
14767
147682015-11-27 Yao Qi <yao.qi@linaro.org>
14769
14770 * gdb.cp/annota2.exp: Use ${frames_invalid}.
14771
147722015-11-26 Simon Marchi <simon.marchi@ericsson.com>
14773
14774 * gdb.threads/names.exp: New file.
14775 * gdb.threads/names.c: New file.
14776 * README: Mention gdb,no_thread_names.
14777
147782015-11-26 Markus Metzger <markus.t.metzger@intel.com>
14779
14780 PR 19297
14781 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
14782 support" error.
14783
147842015-11-24 Pedro Alves <palves@redhat.com>
14785
14786 PR 17539
14787 * gdb.base/display.exp: Expect displays to be sorted in ascending
14788 order. Use multi_line.
14789 * gdb.base/solib-display.exp: Likewise.
14790
147912015-11-24 Pedro Alves <palves@redhat.com>
14792
14793 PR 17539
14794 * gdb.base/display.exp: Expect displays to be sorted in ascending
14795 order. Use multi_line.
14796 * gdb.base/solib-display.exp: Likewise.
14797
147982015-11-24 Pedro Alves <palves@redhat.com>
14799
14800 PR 17539
14801 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
14802 threads in ascending order.
14803 * gdb.base/foll-fork.exp: Likewise.
14804 * gdb.base/foll-vfork.exp: Likewise.
14805 * gdb.base/multi-forks.exp: Likewise.
14806 * gdb.mi/mi-nonstop.exp: Likewise.
14807 * gdb.mi/mi-nsintrall.exp: Likewise.
14808 * gdb.multi/base.exp: Likewise.
14809 * gdb.multi/multi-arch.exp: Likewise.
14810 * gdb.python/py-inferior.exp: Likewise.
14811 * gdb.threads/break-while-running.exp: Likewise.
14812 * gdb.threads/execl.exp: Likewise.
14813 * gdb.threads/gcore-thread.exp: Likewise.
14814 * gdb.threads/info-threads-cur-sal.exp: Likewise.
14815 * gdb.threads/kill.exp: Likewise.
14816 * gdb.threads/linux-dp.exp: Likewise.
14817 * gdb.threads/multiple-step-overs.exp: Likewise.
14818 * gdb.threads/next-bp-other-thread.exp: Likewise.
14819 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
14820 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
14821 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
14822 * gdb.threads/thread-find.exp: Likewise.
14823 * gdb.threads/tls.exp: Likewise.
14824 * lib/mi-support.exp (mi_reverse_list): Delete.
14825 (mi_check_thread_states): No longer reverse list.
14826
148272015-11-24 Pedro Alves <palves@redhat.com>
14828
14829 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
14830 use lowercase.
14831
148322015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14833
14834 * gdb.trace/actions.c: Include trace-common.h.
14835 (main): Add a location for a fast tracepoint.
14836 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
14837 the normal tracepoints.
14838 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
14839
148402015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14841
14842 * save-trace.exp: Factor out code to these...
14843 (gdb_save_tracepoints): New.
14844 (gdb_load_tracepoints): New.
14845 (do_save_load_test): New.
14846
148472015-11-23 Kevin Buettner <kevinb@redhat.com>
14848
14849 * gdb.base/asmlabel.exp: New test.
14850 * gdb.base/asmlabel.c: New test case.
14851
148522015-11-23 Joel Brobecker <brobecker@adacore.com>
14853
14854 * gdb.base/wrong_frame_bt_full-main.c: New file.
14855 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
14856 * gdb.base/wrong_frame_bt_full.exp: New file.
14857
148582015-11-23 Joel Brobecker <brobecker@adacore.com>
14859
14860 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
14861
148622015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14863
14864 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
14865 pstate register when comparing registers values in
14866 sparc64-*-linux-gnu targets to avoid spurious differences.
14867
148682015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14869
14870 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
14871
148722015-11-19 Sandra Loosemore <sandra@codesourcery.com>
14873
14874 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
14875 as type argument to gdb_compile.
14876 * gdb.base/nested-subp2.exp: Likewise.
14877 * gdb.base/nested-subp3.exp: Likewise.
14878
148792015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
14880
14881 * lib/dwarf.exp (_note): Fix left shift of negative value.
14882 * gdb.trace/trace-condition.exp: Likewise.
14883
148842015-11-13 Yao Qi <yao.qi@linaro.org>
14885
14886 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
14887 comments about d10v.
14888 (test_scalar_returns): Likewise.
14889 * gdb.base/d10v.ld: Remove.
14890 * gdb.base/overlays.exp: Remove the target triplet checking for
14891 d10v-*-*.
14892 * gdb.base/structs.exp (test_struct_returns): Remove the
14893 comments about d10v.
14894 (test_struct_calls): Likewise.
14895
148962015-11-13 Yao Qi <yao.qi@linaro.org>
14897
14898 * gdb.base/gnu_vector.exp: Check the return value by "p res".
14899 * gdb.base/gnu_vector.c: Don't include stdio.h.
14900 (main): Don't print res and call add_some_intvecs.
14901
149022015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
14903
14904 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
14905 macro.
14906 (func5): Removed.
14907 (func4): Use FAST_TRACEPOINT_LABEL.
14908 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
14909 macro.
14910 (func): Removed.
14911 (thread_function): Use FAST_TRACEPOINT_LABEL.
14912 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
14913 (func): Remove.
14914 (marker): Use FAST_TRACEPOINT_LABEL.
14915 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
14916 (pendfunc1): Remove.
14917 (pendfunc): Use FAST_TRACEPOINT_LABEL.
14918 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
14919 (foo): Remove.
14920 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
14921 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
14922 macro.
14923 (func): Remove.
14924 (marker): Use FAST_TRACEPOINT_LABEL.
14925 * gdb.trace/trace-common.h: New header.
14926 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
14927 macro.
14928 (func): Remove.
14929 (marker): Use FAST_TRACEPOINT_LABEL.
14930 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
14931 (func): Remove.
14932 (thread_function): Use FAST_TRACEPOINT_LABEL.
14933
149342015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
14935
14936 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
14937 in front.
14938 * gdb.trace/change-loc.exp: Use global pcreg definition.
14939 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
14940 * gdb.trace/entry-values.exp: Use global spreg definition, add $
14941 in front.
14942 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
14943 * gdb.trace/pending.exp: Likewise.
14944 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
14945 * gdb.trace/trace-break.exp: Likewise.
14946 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
14947 in front.
14948 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
14949 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
14950 in front.
14951 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
14952
149532015-11-09 Joel Brobecker <brobecker@adacore.com>
14954
14955 * gdb.ada/fin_fun_out: New testcase.
14956
149572015-11-07 Kevin Buettner <kevinb@redhat.com>
14958
14959 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
14960 value associated with DW_AT_byte_size.
14961 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
14962 constants for DW_AT_byte_size, DW_AT_lower_bound, and
14963 DW_AT_upper_bound.
14964
149652015-11-07 Kevin Buettner <kevinb@redhat.com>
14966
14967 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
14968 (gdb_target_symbol_prefix_flags): Define in terms of _asm
14969 version.
14970 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
14971 gdb.dwarf2/dw2-canonicalize-type.exp,
14972 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
14973 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
14974 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
14975 provided by gdb_target_symbol_prefix_flags_asm.
14976 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
14977 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
14978 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
14979 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
14980 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
14981 macros where needed). Use this macro for symbols which require
14982 the prefix provided by SYMBOL_PREFIX.
14983
149842015-11-05 Kevin Buettner <kevinb@redhat.com>
14985
14986 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
14987 New procs.
14988 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
14989 representing expressions, of more than one list element.
14990 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
14991 to prepend linker symbol prefix to f.
14992 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
14993 table_1 and table_2.
14994 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
14995 Likewise, for f and g.
14996 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
14997 for ptr.
14998 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
14999 for main.
15000 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
15001 table_1_ptr and table_2_ptr.
15002
150032015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15004 Joel Brobecker <brobecker@adacore.com>
15005
15006 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
15007
150082015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
15009
15010 * gdb.reverse/s390-mvcle.c: New test.
15011 * gdb.reverse/s390-mvcle.exp: New file.
15012 * lib/gdb.exp: Enable reverse tests on s390*-linux.
15013
150142015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
15015
15016 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
15017
150182015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
15019
15020 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
15021 reaching marker2.
15022 * gdb.reverse/getresuid-reverse.exp: Likewise.
15023 * gdb.reverse/pipe-reverse.exp: Likewise.
15024 * gdb.reverse/readv-reverse.exp: Likewise.
15025 * gdb.reverse/recvmsg-reverse.exp: Likewise.
15026 * gdb.reverse/time-reverse.exp: Likewise.
15027 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
15028
150292015-10-30 Yao Qi <yao.qi@linaro.org>
15030
15031 * gdb.threads/wp-replication.c (watch_count_done): Remove.
15032 (empty_cycle): Remove.
15033 (main): Don't call empty_cycle. Don't use watch_count_done.
15034 * gdb.threads/wp-replication.exp: Don't set breakpoint on
15035 empty_cycle. Rewrite the code counting HW watchpoints.
15036
150372015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
15038
15039 * gdb.reverse/fstatat-reverse.c: New test.
15040 * gdb.reverse/fstatat-reverse.exp: New file.
15041 * gdb.reverse/getresuid-reverse.c: New test.
15042 * gdb.reverse/getresuid-reverse.exp: New file.
15043 * gdb.reverse/pipe-reverse.c: New test.
15044 * gdb.reverse/pipe-reverse.exp: New file.
15045 * gdb.reverse/readv-reverse.c: New test.
15046 * gdb.reverse/readv-reverse.exp: New file.
15047 * gdb.reverse/recvmsg-reverse.c: New test.
15048 * gdb.reverse/recvmsg-reverse.exp: New file.
15049 * gdb.reverse/time-reverse.c: New test.
15050 * gdb.reverse/time-reverse.exp: New file.
15051 * gdb.reverse/waitpid-reverse.c: New test.
15052 * gdb.reverse/waitpid-reverse.exp: New file.
15053
150542015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
15055
15056 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
15057
150582015-10-26 Doug Evans <dje@google.com>
15059
15060 PR symtab/17391
15061 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
15062 * gdb.dwarf2/bad-regnum.c: New file.
15063 * gdb.dwarf2/bad-regnum.exp: New file.
15064
150652015-10-26 Doug Evans <dje@google.com>
15066
15067 PR python/18938
15068 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
15069 file.
15070
150712015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15072
15073 * gdb.compile/compile.exp (compile code globalvar): Update expectation
15074 for a change by "Mention language in compile error message".
15075
150762015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
15077
15078 PR python/18073
15079 * gdb.python/py-type.c (C::a_method): New.
15080 (C::a_const_method): New.
15081 (C::a_static_method): New.
15082 (a_function): New.
15083 * gdb.python/py-type.exp (test_fields): Test getting fields
15084 from function and method.
15085
150862015-10-21 Keven Boell <keven.boell@intel.com>
15087
15088 * gdb.fortran/vla-alloc-assoc.exp: New file.
15089 * gdb.fortran/vla-datatypes.exp: New file.
15090 * gdb.fortran/vla-datatypes.f90: New file.
15091 * gdb.fortran/vla-history.exp: New file.
15092 * gdb.fortran/vla-ptype-sub.exp: New file.
15093 * gdb.fortran/vla-ptype.exp: New file.
15094 * gdb.fortran/vla-sizeof.exp: New file.
15095 * gdb.fortran/vla-sub.f90: New file.
15096 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
15097 * gdb.fortran/vla-value-sub-finish.exp: New file.
15098 * gdb.fortran/vla-value-sub.exp: New file.
15099 * gdb.fortran/vla-value.exp: New file.
15100 * gdb.fortran/vla-ptr-info.exp: New file.
15101 * gdb.mi/mi-vla-fortran.exp: New file.
15102 * gdb.mi/vla.f90: New file.
15103
151042015-10-21 Sandra Loosemore <sandra@codesourcery.com>
15105
15106 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
15107 of hardwired timeout value.
15108
151092015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15110 Pedro Alves <palves@redhat.com>
15111
15112 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
15113 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
15114
151152015-10-19 Josh Stone <jistone@redhat.com>
15116
15117 * gdb.base/catch-syscall.c: Include <sched.h>.
15118 (unknown_syscall): New variable.
15119 (main): Trigger a vfork and an unknown syscall.
15120 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
15121 (unknown_syscall_number): Likewise.
15122 (check_call_to_syscall): Accept an optional syscall pattern.
15123 (check_return_from_syscall): Likewise.
15124 (check_continue): Likewise.
15125 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
15126 (test_catch_syscall_skipping_return): New test toggling off 'catch
15127 syscall' to step over the syscall return, then toggling back on.
15128 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
15129 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
15130 (do_syscall_tests): Call test_catch_syscall_without_args and
15131 test_catch_syscall_mid_vfork.
15132 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
15133 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
15134
151352015-10-19 Andrew Stubbs <ams@codesourcery.com>
15136
15137 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
15138 print g_vE): Add new pass patterns.
15139 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
15140 print various symbol names for vptr fields.
15141
151422015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
15143
15144 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
15145 results.
15146
151472015-10-12 Yao Qi <yao.qi@linaro.org>
15148
15149 * gdb.arch/disp-step-insn-reloc.exp: New test case.
15150
151512015-10-12 Yao Qi <yao.qi@linaro.org>
15152
15153 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
15154 is aarch64*-*-linux*.
15155
151562015-10-12 Yao Qi <yao.qi@linaro.org>
15157
15158 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
15159 (can_relocate_bcond_true): ... it.
15160 (can_relocate_bcond_false): New function.
15161 (foo): Likewise.
15162 (can_relocate_bl): Likewise.
15163 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
15164 can_relocate_bl.
15165
151662015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
15167
15168 * gdb.base/nested-addr.c: New file.
15169 * gdb.base/nested-addr.exp: New testcase.
15170
151712015-10-09 Markus Metzger <markus.t.metzger@intel.com>
15172
15173 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
15174 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
15175 its output. Ignore the output of "record goto begin" and instead
15176 check that GDB is replaying.
15177
151782015-10-09 Pedro Alves <palves@redhat.com>
15179
15180 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
15181 (top level): Use it in the run with no args test.
15182
151832015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
15184
15185 * gdb.dlang/properties.exp: New file.
15186
151872015-10-02 Sandra Loosemore <sandra@codesourcery.com>
15188
15189 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
15190 whether or not address 0x1000 is mapped on the target.
15191
151922015-09-30 Simon Marchi <simon.marchi@ericsson.com>
15193
15194 * gdb.python/py-type.exp: Do not run tests if binaries fail to
15195 build.
15196
151972015-09-30 Markus Metzger <markus.t.metzger@intel.com>
15198
15199 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
15200 instruction-history test.
15201
152022015-09-28 Doug Evans <dje@google.com>
15203
15204 * gdb.base/gcore.c (array_func): Add reference to static_array.
15205
152062015-09-25 Simon Marchi <simon.marchi@ericsson.com>
15207
15208 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
15209 source line.
15210
152112015-09-24 Sandra Loosemore <sandra@codesourcery.com>
15212
15213 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
15214 short or char as base type.
15215
152162015-09-23 Sandra Loosemore <sandra@codesourcery.com>
15217
15218 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
15219 to allow any size enum.
15220
152212015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
15222
15223 * gdb.ada/array_ptr_renaming.exp: New testcase.
15224 * gdb.ada/array_ptr_renaming/foo.adb: New file.
15225 * gdb.ada/array_ptr_renaming/pack.ads: New file.
15226
152272015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15228
15229 * gdb.trace/ftrace-lock.c: New file.
15230 * gdb.trace/ftrace-lock.exp: New file.
15231
152322015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15233
15234 * gdb.arch/insn-reloc.c: New file.
15235 * gdb.arch/ftrace-insn-reloc.exp: New file.
15236
152372015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15238
15239 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
15240 instruction.
15241 * gdb.trace/pendshr1.c (pendfunc): Likewise.
15242 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
15243 * gdb.trace/range-stepping.c: Likewise.
15244 * gdb.trace/trace-break.c: Likewise.
15245 * gdb.trace/trace-mt.c (thread_function): Likewise.
15246 * gdb.trace/ftrace.c (marker): Likewise.
15247 * gdb.trace/trace-condition.c (marker): Likewise.
15248 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
15249 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
15250 is_aarch64_target.
15251
152522015-09-18 Doug Evans <xdje42@gmail.com>
15253
15254 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
15255 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
15256
152572015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15258
15259 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
15260 the breakpoint.
15261
152622015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15263
15264 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
15265 the pending breakpoint. Remove timeout override for "Run till
15266 MI pending breakpoint on pendfunc3 on thread 2" test.
15267
152682015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15269
15270 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
15271 filename pattern.
15272
152732015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15274
15275 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
15276 in breakpoint filename pattern.
15277
152782015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15279
15280 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
15281
152822015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15283
15284 * gdb.linespec/explicit.exp: Check for readline support for
15285 tab-completion tests. Fix obvious typo.
15286
152872015-09-18 Markus Metzger <markus.t.metzger@intel.com>
15288
15289 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
15290 and replay.
15291
152922015-09-18 Markus Metzger <markus.t.metzger@intel.com>
15293
15294 * gdb.btrace/non-stop.c: New.
15295 * gdb.btrace/non-stop.exp: New.
15296
152972015-09-17 Pierre Langlois <pierre.langlois@arm.com>
15298 Yao Qi <yao.qi@linaro.org>
15299
15300 * gdb.trace/trace-condition.c: New file.
15301 * gdb.trace/trace-condition.exp: New file.
15302
153032015-09-16 Wei-cheng Wang <cole945@gmail.com>
15304
15305 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
15306 for testing bytecode compilation.
15307
153082015-09-16 Pedro Alves <palves@redhat.com>
15309 Sandra Loosemore <sandra@codesourcery.com>
15310
15311 * gdb.threads/non-stop-fair-events.c (timeout): New global.
15312 (SECONDS): Redefine.
15313 (main): Call pthread_kill and alarm early.
15314 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
15315 support.
15316 (test): If the target can't hardware step and doesn't support
15317 displaced stepping, increase the timeout.
15318
153192015-09-16 Pedro Alves <palves@redhat.com>
15320
15321 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
15322 (enable_debug): New procedures.
15323 (test): Use them. Bail out if waiting for threads fails.
15324 (top level): Bail out if a test fails.
15325
153262015-09-16 Yao Qi <yao.qi@linaro.org>
15327
15328 * gdb.asm/asm-source.exp: Set asm-arch for
15329 aarch64*-*-* target.
15330 * gdb.asm/aarch64.inc: New file.
15331
153322015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
15333
15334 * gdb.ada/array_of_variable_length.exp: New testcase.
15335 * gdb.ada/array_of_variable_length/foo.adb: New file.
15336 * gdb.ada/array_of_variable_length/pck.adb: New file.
15337 * gdb.ada/array_of_variable_length/pck.ads: New file.
15338
153392015-09-15 Doug Evans <dje@google.com>
15340
15341 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
15342 of function static local variable.
15343
153442015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15345
15346 * gdb.threads/tls-so_extern.exp: New test file.
15347 * gdb.threads/tls-so_extern.c: New test file.
15348 * gdb.threads/tls-so_extern_main.c: New test file.
15349
153502015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15351
15352 * gdb.opt/solib-intra-step-lib.c: New file.
15353 * gdb.opt/solib-intra-step-main.c: New file.
15354 * gdb.opt/solib-intra-step.exp: New file.
15355
153562015-09-15 Pedro Alves <palves@redhat.com>
15357
15358 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
15359 gdb_continue_to_breakpoint instead of gdb_test_multiple.
15360
153612015-09-14 Pedro Alves <palves@redhat.com>
15362
15363 * gdb.base/hook-stop-continue.c: Delete.
15364 * gdb.base/hook-stop-continue.exp: Delete.
15365 * gdb.base/hook-stop-frame.c: Delete.
15366 * gdb.base/hook-stop-frame.exp: Delete.
15367 * gdb.base/hook-stop.c: New file.
15368 * gdb.base/hook-stop.exp: New file.
15369
153702015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
15371
15372 * gdb.ada/access_to_packed_array.exp: New testcase.
15373 * gdb.ada/access_to_packed_array/foo.adb: New file.
15374 * gdb.ada/access_to_packed_array/pack.adb: New file.
15375 * gdb.ada/access_to_packed_array/pack.ads: New file.
15376
153772015-09-14 Markus Metzger <markus.t.metzger@intel.com>
15378
15379 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
15380 buffer size test.
15381
153822015-09-11 Don Breazeal <donb@codesourcery.com>
15383
15384 * gdb.base/foll-exec.c: Add copyright header. Fix
15385 formatting issues.
15386 * gdb.base/foll-exec.exp (zap_session): Delete proc.
15387 (do_exec_tests): Use clean_restart in place of zap_session,
15388 and for test initialization. Fix formatting issues. Use
15389 fail in place of perror.
15390 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
15391 an expect statement to match an expression with output from
15392 the program under debug.
15393 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
15394 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
15395 * gdb.threads/non-ldr-exc-2.exp: Likewise.
15396 * gdb.threads/non-ldr-exc-3.exp: Likewise.
15397 * gdb.threads/non-ldr-exc-4.exp: Likewise.
15398
153992015-09-09 Doug Evans <dje@google.com>
15400
15401 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
15402
154032015-09-09 Doug Evans <dje@google.com>
15404
15405 * gdb.base/pie-execl.exp: Fix result test of build_executable.
15406
154072015-09-09 Doug Evans <dje@google.com>
15408
15409 * gdb.base/savedregs.exp: Fix typo.
15410
154112015-09-09 Pedro Alves <palves@redhat.com>
15412
15413 * gdb.mi/mi-cli.exp: Add CLI finish tests.
15414
154152015-09-08 Sandra Loosemore <sandra@codesourcery.com>
15416
15417 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
15418 command actually switches threads. Give up on remaining
15419 tests if target fails to stop at breakpoint.
15420
154212015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
15422
15423 * gdb.ada/funcall_char.exp: New testcase.
15424 * gdb.ada/funcall_char/foo.adb: New file.
15425
154262015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
15427
15428 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
15429 expected outputs. Add two testcases for completing ambiguous
15430 functions.
15431 * gdb.ada/complete/aux_pck.adb: New file.
15432 * gdb.ada/complete/aux_pck.ads: New file.
15433 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
15434 Ambiguous_Func functions.
15435 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
15436 * gdb.ada/complete/pck.adb: Likewise.
15437
154382015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
15439
15440 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
15441 failures to run the test program under GDB.
15442
154432015-08-26 Luis Machado <lgustavo@codesourcery.com>
15444
15445 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
15446 to C.
15447
154482015-08-26 Patrick Palka <patrick@parcs.ath.cx>
15449
15450 * gdb.base/run-after-attach.exp: New test file.
15451 * gdb.base/run-after-attach.c: New test file.
15452
154532015-08-26 Don Breazeal <donb@codesourcery.com>
15454
15455 * gdb.base/foll-exec-2.c: New test program.
15456 * gdb.base/foll-exec-2.exp: New test.
15457
154582015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
15459
15460 * gdb.base/nested-subp1.exp: New file.
15461 * gdb.base/nested-subp1.c: New file.
15462 * gdb.base/nested-subp2.exp: New file.
15463 * gdb.base/nested-subp2.c: New file.
15464 * gdb.base/nested-subp3.exp: New file.
15465 * gdb.base/nested-subp3.c: New file.
15466
154672015-08-24 Pedro Alves <palves@redhat.com>
15468
15469 * gdb.server/connect-without-multi-process.c: New file.
15470 * gdb.server/connect-without-multi-process.exp: New file.
15471
154722015-08-24 Luis Machado <lgustavo@codesourcery.com>
15473
15474 * gdb.opt/inline-markers.c: Make z int.
15475
154762015-08-24 Luis Machado <lgustavo@codesourcery.com>
15477
15478 * gdb.opt/inline-markers.c: Make z volatile.
15479
154802015-08-24 Luis Machado <lgustavo@codesourcery.com>
15481
15482 * gdb.opt/inline-bt.c: New volatile global z.
15483 * gdb.opt/inline-cmds.c: Likewise.
15484 * gdb.opt/inline-locals.c: Likewise.
15485 * gdb.opt/inline-markers.c: New extern global z.
15486 (marker): Use z.
15487 (inline_fn): Likewise.
15488
154892015-08-24 Pedro Alves <palves@redhat.com>
15490
15491 * config/m32r-stub.exp: Remove file.
15492 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
15493 * gdb.base/call-rt-st.exp: Likewise.
15494 * gdb.base/call-strs.exp: Likewise.
15495 * gdb.base/default.exp: Remove references to h8300-*-hms and
15496 *-*-udi*.
15497 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
15498
154992015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15500
15501 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
15502 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
15503 and "return" use KFAIL when GDB can not read/write the vector
15504 return value.
15505
155062015-08-21 Gary Benson <gbenson@redhat.com>
15507
15508 * gdb.trace/pending.exp: Cope with remote transfer warnings.
15509
155102015-08-20 Pedro Alves <palves@redhat.com>
15511
15512 * gdb.server/solib-list.exp: No longer expect an interior stop in
15513 non-stop mode.
15514
155152015-08-20 Pedro Alves <palves@redhat.com>
15516
15517 * gdb.server/connect-stopped-target.c: New file.
15518 * gdb.server/connect-stopped-target.exp: New file.
15519
155202015-08-20 Pedro Alves <palves@redhat.com>
15521
15522 * gdb.dwarf2/comp-unit-lang.exp: New file.
15523 * gdb.dwarf2/comp-unit-lang.c: New file.
15524
155252015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
15526
15527 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
15528 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
15529
155302015-08-19 Kevin Buettner <kevinb@redhat.com>
15531
15532 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
15533 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
15534
155352015-08-18 Doug Evans <dje@google.com>
15536 Adrian Sendroiu <adrian.sendroiu@freescale.com>
15537
15538 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
15539 skip_python_tests. New arg prompt_regexp.
15540 (skip_python_tests): New function.
15541 * lib/mi-support.exp (mi_skip_python_tests): New function.
15542 * gdb.python/py-mi-objfile-gdb.py: New file.
15543 * gdb.python/py-mi-objfile.c: New file.
15544 * gdb.python/py-mi-objfile.exp: New file.
15545
155462015-08-17 Keith Seitz <keiths@redhat.com>
15547
15548 * gdb.linespec/explicit.exp: Move strace test from here ...
15549 * gdb.trace/strace.exp: ... to here.
15550
155512015-08-15 Patrick Palka <patrick@parcs.ath.cx>
15552
15553 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
15554 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
15555
155562015-08-14 Doug Evans <xdje42@gmail.com>
15557
15558 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
15559 inferior before selecting a new file.
15560
155612015-08-14 Doug Evans <xdje42@gmail.com>
15562
15563 * gdb.mi/mi-disassemble.exp: Update.
15564 * gdb.base/disasm-optim.S: New file.
15565 * gdb.base/disasm-optim.c: New file.
15566 * gdb.base/disasm-optim.h: New file.
15567 * gdb.base/disasm-optim.exp: New file.
15568
155692015-08-14 Keith Seitz <keiths@redhat.com>
15570
15571 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
15572 "evaluated-by".
15573
155742015-08-13 Joel Brobecker <brobecker@adacore.com>
15575
15576 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
15577
155782015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
15579
15580 * gdb.ada/fun_renaming.exp: New testcase.
15581 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
15582 * gdb.ada/fun_renaming/pack.adb: New file.
15583 * gdb.ada/fun_renaming/pack.ads: New file.
15584
155852015-08-12 Keith Seitz <keiths@redhat.com>
15586
15587 * gdb.base/dso2dso.exp: Pass basename of source file in call to
15588 gdb_get_line_number.
15589
155902015-08-12 Joel Brobecker <brobecker@adacore.com>
15591
15592 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
15593 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
15594 gdb.base/dso2dso.exp: New files.
15595
155962015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
15597 Pedro Alves <palves@redhat.com>
15598 Keith Seitz <keiths@redhat.com>
15599
15600 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
15601 GDBFLAGS.
15602
156032015-08-12 Patrick Palka <patrick@parcs.ath.cx>
15604
15605 * gdb.base/gdbhistsize-history.exp
15606 (test_histsize_history_setting): Use save_vars.
15607 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15608 Use save_vars.
15609 (test_no_truncation_of_unlimited_history_file): Use save_vars.
15610 * gdb.base/readline.exp: Use save_vars.
15611
156122015-08-12 Patrick Palka <patrick@parcs.ath.cx>
15613
15614 * lib/gdb.exp (save_vars): New proc.
15615
156162015-08-11 Keith Seitz <keiths@redhat.com>
15617
15618 * gdb.base/help.exp: Update help_breakpoint_text.
15619
156202015-08-11 Keith Seitz <keiths@redhat.com>
15621
15622 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
15623 (at toplevel): Call test_explicit_breakpoints.
15624 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
15625 breakpoints.
15626 * lib/mi-support.exp (mi_make_breakpoint): Add support for
15627 breakpoint conditions, "-cond".
15628
156292015-08-11 Keith Seitz <keiths@redhat.com>
15630
15631 * gdb.linespec/3explicit.c: New file.
15632 * gdb.linespec/cpexplicit.cc: New file.
15633 * gdb.linespec/cpexplicit.exp: New file.
15634 * gdb.linespec/explicit.c: New file.
15635 * gdb.linespec/explicit.exp: New file.
15636 * gdb.linespec/explicit2.c: New file.
15637 * gdb.linespec/ls-errs.exp: Add explicit location tests.
15638 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
15639 before using in the matching pattern.
15640 Clarify that `prefix' is a regular expression.
15641
156422015-08-11 Keith Seitz <keiths@redhat.com>
15643
15644 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
15645 test.
15646 Add tests for missing ",FMT" and ",".
15647
156482015-08-10 Doug Evans <dje@google.com>
15649 Keith Seitz <keiths@redhat.com>
15650
15651 PR gdb/17960
15652 * gdb.base/completion.exp: Add location completer tests.
15653
156542015-08-07 Pedro Alves <palves@redhat.com>
15655
15656 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
15657 tests here.
15658 (top level): Run do_test with and without displaced stepping.
15659
156602015-08-07 Pedro Alves <palves@redhat.com>
15661
15662 * gdb.base/valgrind-disp-step.c: New file.
15663 * gdb.base/valgrind-disp-step.exp: New file.
15664
156652015-08-07 Pedro Alves <palves@redhat.com>
15666
15667 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
15668 Delete function.
15669 (main): Add alarm. Run an infinite loop instead of calling
15670 wait_threads.
15671 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
15672 comment.
15673 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
15674 Delete function.
15675 (main): Add alarm. Run an infinite loop instead of calling
15676 wait_threads.
15677 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
15678 comment.
15679
156802015-08-07 Pedro Alves <palves@redhat.com>
15681
15682 * gdb.base/checkpoint-ns.exp: New file.
15683 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
15684 standard_testfile.
15685
156862015-08-07 Markus Metzger <markus.t.metzger@intel.com>
15687
15688 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
15689 * gdb.btrace/instruction_history.exp: Update.
15690 * gdb.btrace/tsx.exp: New.
15691 * gdb.btrace/tsx.c: New.
15692
156932015-08-06 Pedro Alves <palves@redhat.com>
15694
15695 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
15696 increase timeout.
15697 * gdb.reverse/until-precsave.exp: Bump timeouts.
15698
156992015-08-06 Pedro Alves <palves@redhat.com>
15700
15701 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
15702
157032015-08-06 Pedro Alves <palves@redhat.com>
15704
15705 PR gdb/18749
15706 * gdb.threads/process-dies-while-handling-bp.c: New file.
15707 * gdb.threads/process-dies-while-handling-bp.exp: New file.
15708
157092015-08-06 Pedro Alves <palves@redhat.com>
15710
15711 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
15712 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
15713
157142015-08-05 Pedro Alves <palves@redhat.com>
15715
15716 * gdb.threads/next-while-other-thread-longjmps.c: New file.
15717 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
15718
157192015-08-03 Sandra Loosemore <sandra@codesourcery.com>
15720
15721 * gdb.base/bp-permanent.exp: Report test as unsupported if
15722 the target cannot stop at the permanent breakpoint.
15723
157242015-08-03 Doug Evans <dje@google.com>
15725
15726 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
15727 10000.
15728
157292015-08-03 Doug Evans <dje@google.com>
15730
15731 * Makefile.in (workers/%.worker, build-perf): New rule.
15732 (GDB_PERFTEST_MODE): New variable.
15733 (check-perf): Use it.
15734 (clean): Clean up gdb.perf parallel build subdirs.
15735 * lib/build-piece.exp: New file.
15736 * lib/gdb.exp (make_gdb_parallel_path): New function
15737 (standard_output_file, standard_temp_file): Call it.
15738 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15739 of $GDB_PARALLEL.
15740 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
15741
157422015-08-03 Doug Evans <dje@google.com>
15743
15744 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
15745 (LOG_FILE_NAME): New global.
15746 (TextReporter.__init__): Initialize self.txt_sum.
15747 (TextReporter.report): Add support for multiple data-points.
15748 Move report to perftest.sum, put raw data in perftest.log.
15749 (TextReporter.start): Open sum and log files.
15750 (TextReporter.end): Close sum and log files.
15751 * gdb.perf/lib/perftest/testresult.py
15752 (SingleStatisticTestResult.record): Handle multiple data-points.
15753
157542015-07-31 Pedro Alves <palves@redhat.com>
15755
15756 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
15757 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15758 kill_wait_spawned_process instead of explicit "kill -9".
15759 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
15760 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15761 kill_wait_spawned_process.
15762 * gdb.base/attach-twice.exp: Likewise.
15763 * gdb.base/attach.exp: Likewise.
15764 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
15765 gdb_test_multiple.
15766 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
15767 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15768 kill_wait_spawned_process.
15769 * gdb.base/valgrind-infcall.exp: Likewise.
15770 * gdb.multi/multi-attach.exp: Likewise.
15771 * gdb.python/py-prompt.exp: Likewise.
15772 * gdb.python/py-sync-interp.exp: Likewise.
15773 * gdb.server/ext-attach.exp: Likewise.
15774 * gdb.threads/attach-into-signal.exp (corefunc): Use
15775 spawn_wait_for_attach, spawn_id_get_pid and
15776 kill_wait_spawned_process.
15777 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
15778 spawn_wait_for_attach returning a spawn id instead of a pid. Use
15779 spawn_id_get_pid and kill_wait_spawned_process.
15780 * gdb.threads/attach-stopped.exp (corefunc): Use
15781 spawn_wait_for_attach, spawn_id_get_pid and
15782 kill_wait_spawned_process.
15783 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
15784 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15785 kill_wait_spawned_process instead of explicit "kill -9".
15786 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
15787 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
15788 (spawn_wait_for_attach): Use spawn instead of exec to spawn
15789 processes. Don't map cygwin/windows pids here. Now returns a
15790 spawn id list.
15791
157922015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15793
15794 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
15795 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
15796 correct patch.
15797
157982015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15799
15800 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
15801
158022015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15803
15804 Reapply:
15805 2014-05-21 Mark Wielaard <mjw@redhat.com>
15806
15807 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15808
158092015-07-30 Pedro Alves <palves@redhat.com>
15810
15811 * linux-low.c (handle_extended_wait): Set the child's last
15812 reported status to TARGET_WAITKIND_STOPPED.
15813
158142015-07-30 Pedro Alves <palves@redhat.com>
15815
15816 PR threads/18600
15817 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
15818 only shows inferior 1.
15819
158202015-07-30 Simon Marchi <simon.marchi@ericsson.com>
15821 Pedro Alves <palves@redhat.com>
15822
15823 PR threads/18600
15824 * gdb.threads/fork-plus-threads.c: New file.
15825 * gdb.threads/fork-plus-threads.exp: New file.
15826
158272015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15828
15829 * gdb.base/batch-preserve-term-settings.exp
15830 (test_terminal_settings_preserved_after_cli_exit): Use
15831 send_quit_command.
15832
158332015-07-29 Pedro Alves <palves@redhat.com>
15834 Don Breazeal <donb@codesourcery.com>
15835
15836 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
15837 output from both inferior_spawn_id and gdb_spawn_id.
15838
158392015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15840
15841 * gdb.threads/attach-into-signal.exp (corefunc): Use
15842 with_test_prefix on nested loops, uniquefying the test messages.
15843
158442015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15845
15846 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
15847 commit.
15848
158492015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15850
15851 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
15852 New proc.
15853 (test_terminal_settings_preserved_after_sigterm): New test.
15854
158552015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15856
15857 * gdb.base/batch-preserve-term-settings.exp
15858 (test_terminal_settings_preserved_after_cli_exit): New test.
15859
158602015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15861
15862 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
15863 manipulation of saved_gdbflags.
15864 (test_terminal_settings_preserved): Remove global declaration of
15865 the unused variable pagination_prompt. Remove manipulation of
15866 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
15867 GDBFLAGS.
15868
158692015-07-29 Pedro Alves <palves@redhat.com>
15870
15871 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
15872
158732015-07-29 Pedro Alves <palves@redhat.com>
15874
15875 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
15876 at the top.
15877
158782015-07-29 Pedro Alves <palves@redhat.com>
15879
15880 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
15881 (main): Call gdb_unbuffer_output.
15882 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
15883 (main): Call gdb_unbuffer_output.
15884 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
15885 (main): Call gdb_unbuffer_output.
15886 * gdb.base/call-strs.exp: Adjust to step over the
15887 gdb_unbuffer_output call.
15888 * gdb.base/catch-gdb-caused-signals.c: Include
15889 "../lib/unbuffer_output.c".
15890 (main): Call gdb_unbuffer_output.
15891 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
15892 (main): Call gdb_unbuffer_output.
15893 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
15894 (main): Call gdb_unbuffer_output.
15895 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
15896 (main): Call gdb_unbuffer_output.
15897 * gdb.base/shlib-call.exp: Adjust to step over the
15898 gdb_unbuffer_output call.
15899 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
15900 (main): Call gdb_unbuffer_output.
15901 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
15902 (main): Call gdb_unbuffer_output.
15903 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
15904 (main): Rename to ...
15905 (test): ... this.
15906 (main): Reimplement.
15907 * gdb.base/varargs.exp: Run to test instead of to main.
15908 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15909 (main): Call gdb_unbuffer_output.
15910
159112015-07-29 Pedro Alves <palves@redhat.com>
15912
15913 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
15914 factore out from mi_continue_dprintf. For call-style dprintfs,
15915 expect dprintf output out of $inferior_spawn_id.
15916 (mi_continue_dprintf): Use mi_expect_dprintf.
15917 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15918 (main): Call gdb_unbuffer_output.
15919
159202015-07-29 Pedro Alves <palves@redhat.com>
15921
15922 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
15923 (default_mi_gdb_start): Set inferior_spawn_id instead of
15924 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
15925 gdb_spawn_id.
15926 (mi_gdb_test): Always expect inferior output from both
15927 $inferior_spawn_id and $gdb_spawn_id.
15928
159292015-07-29 Pedro Alves <palves@redhat.com>
15930
15931 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
15932 send_inferior and $inferior_spawn_id.
15933
159342015-07-29 Pedro Alves <palves@redhat.com>
15935
15936 * gdb.gdb/complaints.exp (test_initial_complaints)
15937 (test_serial_complaints, test_short_complaints): Use
15938 gdb_test_stdio.
15939 (test_empty_complaint): Handle $inferior_spawn_id !=
15940 $gdb_spawn_id.
15941
159422015-07-29 Pedro Alves <palves@redhat.com>
15943
15944 * gdb.base/varargs.exp: Use gdb_test_stdio.
15945
159462015-07-29 Pedro Alves <palves@redhat.com>
15947
15948 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
15949
159502015-07-29 Pedro Alves <palves@redhat.com>
15951
15952 * gdb.base/ending-run.exp: Use gdb_test_stdio.
15953
159542015-07-29 Pedro Alves <palves@redhat.com>
15955
15956 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
15957 parameter into two new parameters, "inf_result" and "gdb_result".
15958 Expect inferior output and gdb output from $inferior_spawn_id and
15959 $gdb_spawn_id, respectively. Adjust all callers.
15960
159612015-07-29 Pedro Alves <palves@redhat.com>
15962
15963 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
15964 of gdb_test_sequence.
15965
159662015-07-29 Pedro Alves <palves@redhat.com>
15967
15968 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
15969 (saw_spurious_output): Expect inferior output from
15970 $inferior_spawn_id. Use gdb_test_stdio.
15971
159722015-07-29 Pedro Alves <palves@redhat.com>
15973
15974 * gdb.base/dprintf.exp: Use standard_testfile. Change
15975 prepare_for_testing call.
15976 (srcfile): Don't set.
15977 (restart): New procedure.
15978 (test_dprintf): New procecure, use to continue over dprintfs.
15979 (test_call, test_agent): New procedures, tests moved here.
15980 Restart gdb and recreate dprintfs. Adjust expected output.
15981
159822015-07-29 Pedro Alves <palves@redhat.com>
15983
15984 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
15985
159862015-07-29 Pedro Alves <palves@redhat.com>
15987
15988 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
15989
159902015-07-29 Pedro Alves <palves@redhat.com>
15991
15992 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
15993 gdb_test_stdio.
15994
159952015-07-29 Pedro Alves <palves@redhat.com>
15996
15997 * lib/gdb.exp (gdb_test_stdio): New procedure.
15998
159992015-07-29 Pedro Alves <palves@redhat.com>
16000
16001 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
16002
160032015-07-29 Pedro Alves <palves@redhat.com>
16004
16005 * gdb.base/call-signal-resume.exp: Remove check for
16006 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
16007 * gdb.base/unwindonsignal.exp: Likewise.
16008 * gdb.base/call-signals.c (gen_signal): Remove printf call.
16009 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
16010
160112015-07-29 Pedro Alves <palves@redhat.com>
16012
16013 * gdb.base/siginfo-addr.c (pass): New function.
16014 (handler): Call it iff si_addr is correct.
16015 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
16016 Set a breakpoint at "pass" and continue to it.
16017
160182015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
16019
16020 * gdb.python/py-objfile.exp: Make some tests have unique names.
16021 * gdb.python/py-pp-registration.exp: Likewise.
16022
160232015-07-28 Pedro Alves <palves@redhat.com>
16024
16025 * gdb.server/server-exec-info.exp: Issue a "disconnect".
16026
160272015-07-27 Simon Marchi <simon.marchi@ericsson.com>
16028
16029 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
16030
160312015-07-27 Simon Marchi <simon.marchi@ericsson.com>
16032
16033 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
16034
160352015-07-27 Patrick Palka <patrick@parcs.ath.cx>
16036
16037 * gdb.base/gdb-sigterm-2.exp: New test.
16038
160392015-07-25 Doug Evans <xdje42@gmail.com>
16040
16041 Revert:
16042 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
16043 (workers/%.worker, build-perf): New rule.
16044 (GDB_PERFTEST_MODE): New variable.
16045 (check-perf): Use it.
16046 (clean): Clean up gdb.perf parallel build subdirs.
16047 * lib/build-piece.exp: New file.
16048 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
16049 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
16050 name.
16051 (standard_temp_file): Ditto.
16052 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
16053 of $GDB_PARALLEL.
16054
160552015-07-24 Doug Evans <dje@google.com>
16056
16057 * gdb.perf/lib/perftest/utils.py: New file.
16058 * gdb.perf/gm-hello.cc: New file.
16059 * gdb.perf/gm-pervasive-typedef.cc: New file.
16060 * gdb.perf/gm-pervasive-typedef.h: New file.
16061 * gdb.perf/gm-std.cc: New file.
16062 * gdb.perf/gm-std.h: New file.
16063 * gdb.perf/gm-use-cerr.cc: New file.
16064 * gdb.perf/gm-utils.h: New file.
16065 * gdb.perf/gmonster-null-lookup.py: New file.
16066 * gdb.perf/gmonster-pervasive-typedef.py: New file.
16067 * gdb.perf/gmonster-print-cerr.py: New file.
16068 * gdb.perf/gmonster-ptype-string.py: New file.
16069 * gdb.perf/gmonster-runto-main.py: New file.
16070 * gdb.perf/gmonster-select-file.py: New file.
16071 * gdb.perf/gmonster1-null-lookup.exp: New file.
16072 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
16073 * gdb.perf/gmonster1-print-cerr.exp: New file.
16074 * gdb.perf/gmonster1-ptype-string.exp: New file.
16075 * gdb.perf/gmonster1-runto-main.exp: New file.
16076 * gdb.perf/gmonster1-select-file.exp: New file.
16077 * gdb.perf/gmonster1.cc: New file.
16078 * gdb.perf/gmonster1.exp: New file.
16079 * gdb.perf/gmonster2-null-lookup.exp: New file.
16080 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
16081 * gdb.perf/gmonster2-print-cerr.exp: New file.
16082 * gdb.perf/gmonster2-ptype-string.exp: New file.
16083 * gdb.perf/gmonster2-runto-main.exp: New file.
16084 * gdb.perf/gmonster2-select-file.exp: New file.
16085 * gdb.perf/gmonster2.cc: New file.
16086 * gdb.perf/gmonster2.exp: New file.
16087
160882015-07-24 Doug Evans <dje@google.com>
16089
16090 * gdb.perf/README: New file.
16091 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
16092 * lib/gen-perf-test.exp: New file.
16093
160942015-07-24 Doug Evans <dje@google.com>
16095
16096 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
16097 (PerfTest::startup): New function.
16098 (PerfTest::run): Return result of calling body.
16099 (PerfTest::assemble): Rewrite.
16100 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
16101 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
16102 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
16103 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
16104 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
16105
161062015-07-24 Doug Evans <dje@google.com>
16107
16108 * lib/gdb.exp (clean_restart): Make executable optional.
16109
161102015-07-24 Doug Evans <dje@google.com>
16111
16112 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
16113 compiler_info references.
16114 * gdb.cp/temargs.exp: Ditto.
16115 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
16116 (get_compiler_info): Early exit if already computed. Set compiler_info
16117 to "unknown" if there was a problem.
16118 (test_compiler_info): Add function comment. Call get_compiler_info.
16119
161202015-07-24 Doug Evans <dje@google.com>
16121
16122 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
16123 (workers/%.worker, build-perf): New rule.
16124 (GDB_PERFTEST_MODE): New variable.
16125 (check-perf): Use it.
16126 (clean): Clean up gdb.perf parallel build subdirs.
16127 * lib/build-piece.exp: New file.
16128 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
16129 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
16130 name.
16131 (standard_temp_file): Ditto.
16132 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
16133 of $GDB_PARALLEL.
16134
161352015-07-24 Doug Evans <dje@google.com>
16136
16137 * lib/future.exp (gdb_default_target_compile): New option
16138 "early_flags".
16139 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
16140 --as-needed.
16141
161422015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
16143
16144 * gdb.base/catch-syscall.exp: Call gdb_exit before
16145 gdb_skip_xml_test.
16146
161472015-07-24 Pedro Alves <palves@redhat.com>
16148
16149 * gdb.python/py-events.exp: Accept output between the stop event
16150 and the prompt.
16151 * gdb.python/py-evsignal.exp: Likewise.
16152 * gdb.python/py-evthreads.exp: Likewise.
16153
161542015-07-24 Pedro Alves <palves@redhat.com>
16155
16156 PR gdb/18717
16157 * gdb.threads/non-ldr-exit.c: New file.
16158 * gdb.threads/non-ldr-exit.exp: New file.
16159
161602015-07-24 Yao Qi <yao.qi@linaro.org>
16161
16162 * gdb.server/ext-wrapper.exp: Test --wrapper option when
16163 restarting process.
16164
161652015-07-24 Yao Qi <yao.qi@linaro.org>
16166
16167 * gdb.server/ext-restart.exp: New file.
16168
161692015-07-24 Yao Qi <yao.qi@linaro.org>
16170
16171 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
16172 argument options.
16173 * gdb.server/ext-wrapper.exp: New file.
16174
161752015-07-23 Doug Evans <dje@google.com>
16176
16177 * gdb.dwarf2/dw2-dummy-cu.S: New file.
16178 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
16179
161802015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
16181
16182 * gdb.ada/var_arr_typedef.exp: New testcase.
16183 * gdb.ada/var_arr_typedef/pack.adb: New file.
16184 * gdb.ada/var_arr_typedef/pack.ads: New file.
16185 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
16186
161872015-07-20 Joel Brobecker <brobecker@adacore.com>
16188
16189 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
16190
161912015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16192
16193 * gdb.arch/i386-biarch-core.exp: Replace istarget
16194 by "complete set gnutarget". Remove expectation for the "core-file"
16195 command.
16196
161972015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16198
16199 Revert the previous commit:
16200 Tests for validate symbol file using build-id.
16201
162022015-07-15 Aleksandar Ristovski <aristovski@qnx.com
16203
16204 Tests for validate symbol file using build-id.
16205 * gdb.base/solib-mismatch-lib.c: New file.
16206 * gdb.base/solib-mismatch-libmod.c: New file.
16207 * gdb.base/solib-mismatch.c: New file.
16208 * gdb.base/solib-mismatch.exp: New file.
16209
162102015-07-15 Sandra Loosemore <sandra@codesourcery.com>
16211
16212 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
16213 nios2-*-linux*.
16214 * gdb.base/sigbpt.exp (stepi_out): Likewise.
16215 * gdb.base/siginfo.exp: Likewise.
16216 * gdb.base/sigstep.exp (advance, advancei): Likewise.
16217
162182015-07-15 Pierre Langlois <pierre.langlois@arm.com>
16219
16220 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
16221 Move it to ...
16222 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
16223 ... here.
16224 * gdb.trace/range-stepping.exp: Check that the target supports
16225 range stepping.
16226
162272015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16228
16229 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
16230
162312015-07-14 Pedro Alves <palves@redhat.com>
16232
16233 * gdb.base/killed-outside.exp: New file.
16234 * gdb.base/killed-outside.c: New file.
16235
162362015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16237
16238 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
16239 (n at main): New.
16240 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
16241
162422015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16243
16244 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
16245 infcall tests instead of setting up for KFAIL.
16246
162472015-07-10 Markus Metzger <markus.t.metzger@intel.com>
16248
16249 * gdb.btrace/record_goto-step.exp: New.
16250
162512015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16252
16253 PR compile/18484
16254 * gdb.compile/compile.c (struct struct_type): Add volatile to
16255 selffield's type.
16256 * gdb.compile/compile.exp
16257 (compile code struct_object.selffield = &struct_object): Skip further
16258 struct_object tests if this one xfails.
16259
162602015-07-08 Robert O'Callahan <robert@ocallahan.org>
16261
16262 PR exp/18617
16263 * gdb.trace/ax.exp: Add test.
16264
162652015-07-07 Yao Qi <yao.qi@linaro.org>
16266
16267 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
16268 instead of istarget "aarch64*-*-*".
16269 * gdb.arch/aarch64-fp.exp: Likewise.
16270 * gdb.base/float.exp: Likewise.
16271 * gdb.reverse/aarch64.exp: Likewise.
16272 * lib/gdb.exp (is_aarch64_target): New proc.
16273
162742015-07-07 Yao Qi <yao.qi@linaro.org>
16275
16276 * lib/gdb.exp (is_aarch32_target): New proc.
16277 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
16278 instead of "istarget "arm*-*-*"".
16279 * gdb.arch/arm-disp-step.exp: Likewise.
16280 * gdb.arch/thumb-bx-pc.exp: Likewise.
16281 * gdb.arch/thumb-prologue.exp: Likewise.
16282 * gdb.arch/thumb-singlestep.exp: Likewise.
16283 * gdb.base/disp-step-syscall.exp: Likewise.
16284 * gdb.base/float.exp: Likewise.
16285
162862015-07-07 Yao Qi <yao.qi@linaro.org>
16287
16288 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
16289 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
16290
162912015-07-07 Yao Qi <yao.qi@linaro.org>
16292
16293 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
16294 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
16295 if it exists.
16296 * gdb.multi/multi-arch.exp: Likewise.
16297
162982015-07-07 Simon Marchi <simon.marchi@ericsson.com>
16299
16300 * gdb.python/py-lazy-string.exp: Add missing parentheses to
16301 print.
16302
163032015-07-07 Yao Qi <yao.qi@linaro.org>
16304
16305 * gdb.arch/thumb-singlestep.exp: Do one more single step.
16306
163072015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
16308
16309 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
16310 '[' and ']' characters.
16311
163122015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
16313
16314 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
16315
163162015-06-29 Pedro Alves <palves@redhat.com>
16317
16318 PR threads/18127
16319 * gdb.threads/hand-call-new-thread.c: New file.
16320 * gdb.threads/hand-call-new-thread.c: New file.
16321
163222015-06-26 Keith Seitz <keiths@redhat.com>
16323 Doug Evans <dje@google.com>
16324
16325 PR 16253
16326 * gdb.cp/var-tag-2.cc: New file.
16327 * gdb.cp/var-tag-3.cc: New file.
16328 * gdb.cp/var-tag-4.cc: New file.
16329 * gdb.cp/var-tag.cc: New file.
16330 * gdb.cp/var-tag.exp: New file.
16331
163322015-06-26 Patrick Palka <patrick@parcs.ath.cx>
16333
16334 * gdb.base/history-duplicates.exp: New test.
16335
163362015-06-26 Patrick Palka <patrick@parcs.ath.cx>
16337
16338 * gdb.base/completion.exp: Test the completion of the "focus"
16339 command.
16340
163412015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16342
16343 * gdb.arch/amd64-prologue-skip.S: New file.
16344 * gdb.arch/amd64-prologue-skip.exp: New file.
16345
163462015-06-25 Simon Marchi <simon.marchi@ericsson.com>
16347
16348 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
16349 is_address_zero_readable check.
16350
163512015-06-24 Peter Bergner <bergner@vnet.ibm.com>
16352
16353 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
16354 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
16355
163562015-06-24 Yao Qi <yao.qi@linaro.org>
16357
16358 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
16359 linux targets.
16360
163612015-06-24 Yao Qi <yao.qi@linaro.org>
16362
16363 * lib/gdb.exp (supports_get_siginfo_type): New proc.
16364 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
16365 * gdb.base/siginfo-thread.exp: Likewise.
16366
163672015-06-22 Yao Qi <yao.qi@linaro.org>
16368
16369 * boards/remote-gdbserver-on-localhost.exp: Add comments.
16370
163712015-06-22 Yao Qi <yao.qi@linaro.org>
16372
16373 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
16374 aarch64*-*-*.
16375 (skip_hw_watchpoint_tests): Likewise.
16376
163772015-06-18 Patrick Palka <patrick@parcs.ath.cx>
16378
16379 * gdb.base/gdbinit-history.exp: Test the interaction between
16380 setting GDBHISTSIZE and setting the history size via .gdbinit.
16381
163822015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16383
16384 PR gdb/16999
16385 * gdb.base/gdbhistsize-history.exp: New test.
16386
163872015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16388
16389 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
16390 with GDBHISTSIZE.
16391 * gdb.base/readline.exp: Likewise.
16392
163932015-06-17 Yao Qi <yao.qi@linaro.org>
16394
16395 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
16396 line.
16397
163982015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16399
16400 * gdb.base/gdbinit-history.exp: Add test case to check that
16401 an unlimited history file does not get truncated on exit.
16402
164032015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16404
16405 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
16406 (VECTOR): New macro. Use it...
16407 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
16408 ...for these typedefs.
16409 (int8, char1, int1, double1): New typedefs.
16410 (struct just_int2, struct two_int2): New structures.
16411 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
16412 (add_structvecs, add_singlevecs): New functions.
16413 (main): Call add_some_intvecs twice.
16414 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
16415 the compile and exit upon failure. Try compiling for the "native"
16416 architecture. Test inferior function calls with vector arguments
16417 and vector return value handling with "finish" and "return".
16418
164192015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
16420
16421 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
16422 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
16423 PE file.
16424 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
16425
164262015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
16427
16428 PR breakpoints/16465
16429 * gdb.mi/mi-dprintf-pending.c: New file.
16430 * gdb.mi/mi-dprintf-pending.exp: New test.
16431 * gdb.mi/mi-dprintf-pendshr.c: New file.
16432
164332015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16434 Mircea Gherzan <mircea.gherzan@intel.com>
16435
16436 * gdb.arch/i386-mpx-map.c: New file.
16437 * gdb.arch/i386-mpx-map.exp: New File.
16438
164392015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16440
16441 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
16442 * gdb.arch/i386-mpx.exp: Indentation fixed.
16443
164442015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16445
16446 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
16447 function and improved indentation.
16448 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
16449 gdb_test_multiple. Added additional tests to skip the test.
16450
164512015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16452
16453 * gdb.arch/i386-avx512.c: Change path in include file.
16454 * gdb.arch/i386-avx512.exp: Change include dir path
16455 compilation flag.
16456 * gdb.arch/i386-mpx.c: Change path in include file.
16457 * gdb.arch/i386-mpx.exp: Change include dir path compilation
16458 flag.
16459
164602015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
16461
16462 * gdb.compile/compile-print.exp (compile print *vararray@3)
16463 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
16464
164652015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16466
16467 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
16468 (do not keep jit in memory): ... this.
16469 (expect 5): Change it to ...
16470 (expect no 5): ... this.
16471
164722015-06-02 Simon Marchi <simon.marchi@ericsson.com>
16473
16474 PR gdb/15564
16475 * gdb.mi/mi-detach.exp: New file.
16476
164772015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
16478
16479 PR symtab/18392
16480 * gdb.arch/amd64-tailcall-self.S: New file.
16481 * gdb.arch/amd64-tailcall-self.c: New file.
16482 * gdb.arch/amd64-tailcall-self.exp: New file.
16483
164842015-05-28 Don Breazeal <donb@codesourcery.com>
16485
16486 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
16487 tests for remote targets by checking is_target_gdbserver.
16488
164892015-05-27 Doug Evans <dje@google.com>
16490
16491 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
16492 * gdb.dwarf2/opaque-type-lookup.c: New file.
16493 * gdb.dwarf2/opaque-type-lookup.exp: New file.
16494
164952015-05-26 Doug Evans <dje@google.com>
16496
16497 * gdb.cp/iostream.cc: New file.
16498 * gdb.cp/iostream.exp: New file.
16499
165002015-05-26 Doug Evans <dje@google.com>
16501
16502 * gdb.dwarf2/dw2-op-call.exp: Update.
16503 * gdb.dwarf2/dw4-sig-types.exp: Update.
16504 * gdb.dwarf2/implptr.exp: Update.
16505 * gdb.mi/mi-cmd-param-changed.exp: Update.
16506
165072015-05-26 Doug Evans <dje@google.com>
16508
16509 * gdb.python/py-lazy-string.c: New file.
16510 * gdb.python/py-lazy-string.exp: New file.
16511 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
16512 (main): Update. Add estring3.
16513 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
16514 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
16515
165162015-05-26 Omair Javaid <omair.javaid@linaro.org>
16517 Yao Qi <yao.qi@linaro.org>
16518
16519 * gdb.reverse/aarch64.c: New.
16520 * gdb.reverse/aarch64.exp: New.
16521
165222015-05-26 Omair Javaid <omair.javaid@linaro.org>
16523
16524 * lib/gdb.exp (supports_process_record): Return true for
16525 aarch64*-linux*.
16526 (supports_reverse): Likewise.
16527
165282015-05-22 Patrick Palka <patrick@parcs.ath.cx>
16529
16530 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
16531 Use with_test_prefix.
16532
165332015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
16534
16535 * gdb.base/completion.exp: Add test for completion of layout
16536 names.
16537
165382015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
16539
16540 * lib/gdb.exp (skip_tui_tests): New proc.
16541 * gdb.base/tui-layout.exp: Check skip_tui_tests.
16542
165432015-05-19 Pedro Alves <palves@redhat.com>
16544
16545 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
16546 Save the whole env array instead of just HOME. Unset HISTSIZE in
16547 the environment while testing. Restore whole environment
16548 afterwards.
16549
165502015-05-16 Doug Evans <xdje42@gmail.com>
16551
16552 * gdb.guile/scm-ports.c: New file.
16553 * gdb.guile/scm-ports.exp: Add memory port tests.
16554
165552015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16556
16557 * gdb.compile/compile-print.c: New file.
16558 * gdb.compile/compile-print.exp: New file.
16559
165602015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16561
16562 * gdb.compile/compile-ops.exp: Cast param to void.
16563 * gdb.compile/compile.exp: Complete type for _gdb_expr.
16564 (compile code struct_object.selffield = &struct_object): Add xfail.
16565
165662015-05-15 Joel Brobecker <brobecker@adacore.com>
16567
16568 * gdb.ada/arr_enum_with_gap: New testcase.
16569
165702015-05-15 Joel Brobecker <brobecker@adacore.com>
16571
16572 * gdb.ada/byte_packed_arr: New testcase.
16573
165742015-05-15 Joel Brobecker <brobecker@adacore.com>
16575
16576 * gdb.ada/pckd_neg: New testcase.
16577
165782015-05-13 Patrick Palka <patrick@parcs.ath.cx>
16579
16580 PR gdb/17820
16581 * gdb.base/gdbinit-history.exp: New test.
16582 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
16583 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
16584
165852015-05-09 Siva Chandra Reddy <sivachandra@google.com>
16586
16587 * gdb.python/py-xmethods.cc: Enhance test case.
16588 * gdb.python/py-xmethods.exp: New tests.
16589 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
16590 function.
16591 (B_indexoper): Likewise.
16592 (global_dm_list) : Add new xmethod worker functions.
16593
165942015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
16595
16596 * gdb.base/coredump-filter.exp: Correctly unset
16597 "coredump_var_addr" array.
16598
165992015-05-08 Pedro Alves <palves@redhat.com>
16600
16601 * gdb.server/non-existing-program.exp: Unset spawn_id.
16602
166032015-05-08 Siva Chandra Reddy <sivachandra@google.com>
16604
16605 PR python/18291
16606 * gdb.python/py-xmethods.exp: Add tests.
16607
166082015-05-08 Yao Qi <yao.qi@linaro.org>
16609
16610 PR gdb/18208
16611 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
16612 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
16613 function set_coredump_filter, and remove remote_exec call.
16614 Remove argument ipid. Callers update.
16615 (top level): Don't get inferior's PID.
16616
166172015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
16618
16619 * gdb.base/watch_thread_num.exp: Skip test on targets without
16620 access watchpoints.
16621
166222015-05-06 Pedro Alves <palves@redhat.com>
16623
16624 PR server/18081
16625 * gdb.server/non-existing-program.exp: New file.
16626
166272015-05-05 Joel Brobecker <brobecker@adacore.com>
16628
16629 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
16630
166312015-05-05 Joel Brobecker <brobecker@adacore.com>
16632
16633 * gdb.ada/out_of_line_in_inlined: New testcase.
16634
166352015-05-05 Joel Brobecker <brobecker@adacore.com>
16636
16637 * gdb.ada/var_rec_arr: New testcase.
16638
166392015-04-30 Yao Qi <yao.qi@linaro.org>
16640
16641 * gdb.base/break-idempotent.exp: If
16642 skip_hw_watchpoint_multi_tests returns true, skip the tests
16643 on "rwatch" and "awatch".
16644
166452015-04-30 Yao Qi <yao.qi@linaro.org>
16646
16647 * gdb.base/relativedebug.exp: Invoke gdb command
16648 "info sharedlibrary", and if libc.so doesn't have debug info,
16649 skip the test.
16650
166512015-04-29 Doug Evans <dje@google.com>
16652
16653 * gdb.python/py-xmethods.exp: Add ptype tests.
16654 * gdb.python/py-xmethods.py (E_method_char_worker): Add
16655 get_result_type method.
16656
166572015-04-29 Luis Machado <lgustavo@codesourcery.com>
16658
16659 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
16660 the target does not support hardware watchpoints.
16661
166622015-04-29 Luis Machado <lgustavo@codesourcery.com>
16663
16664 * gdb.base/break-always.exp: Abort testing if writing to memory
16665 causes an error.
16666
166672015-04-28 Doug Evans <dje@google.com>
16668
16669 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
16670 * gdb.python/py-pp-registration.exp: ... here. New file.
16671 * gdb.python/py-pp-registration.c: New file.
16672 * gdb.python/py-pp-registration.py: New file.
16673
166742015-04-28 Doug Evans <dje@google.com>
16675
16676 * gdb.python/py-bad-printers.c: New file.
16677 * gdb.python/py-bad-printers.py: New file.
16678 * gdb.python/py-bad-printers.exp: New file.
16679
166802015-04-28 Sasha Smundak <asmundak@google.com>
16681
16682 * gdb.python/py-type.exp: New test.
16683
166842015-04-28 Andy Wingo <wingo@igalia.com>
16685
16686 * gdb.python/py-parameter.exp:
16687 * gdb.guile/scm-parameter.exp: Escape the path that we are
16688 matching against, as it might contain characters that are special
16689 to regular expressions.
16690
166912015-04-27 Joel Brobecker <brobecker@adacore.com>
16692
16693 * gdb.ada/rec_comp: New testcase.
16694
166952015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
16696
16697 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
16698 before using it.
16699
167002015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
16701
16702 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
16703 new tests for verilog output.
16704
167052015-04-24 Yao Qi <yao.qi@linaro.org>
16706
16707 * boards/remote-gdbserver-on-localhost.exp: New file.
16708
167092015-04-23 Pedro Alves <palves@redhat.com>
16710
16711 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
16712 $inferior_spawn_id instead of $inferior_spawn_id directly. On
16713 "end of file", remove $inferior_spawn_id from the indirect list.
16714
167152015-04-23 Pedro Alves <palves@redhat.com>
16716
16717 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
16718
167192015-04-23 Pedro Alves <palves@redhat.com>
16720
16721 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
16722 on $any_spawn_id instead of only on $gdb_spawn_id.
16723
167242015-04-21 Pierre Muller <muller@sourceware.org>
16725
16726 PR pascal/17815
16727 * lib/pascal.exp (gpc_compile): Add new option "class".
16728 (fpc_compile): Likewise.
16729 * gdb.pascal/case-insensitive-symbols.pas: New file.
16730 * gdb.pascal/case-insensitive-symbols.exp: New file.
16731
167322015-04-20 Gary Benson <gbenson@redhat.com>
16733
16734 * gdb.base/attach.exp: Fix three extended remote failures.
16735
167362015-04-17 Gary Benson <gbenson@redhat.com>
16737
16738 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
16739 the main executable over the remote protocol.
16740
167412015-04-16 Pedro Alves <palves@redhat.com>
16742
16743 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
16744 a new gdbserver if gdbserver_reconnect_p is set.
16745
167462015-04-16 Pedro Alves <palves@redhat.com>
16747
16748 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
16749 is set, don't exit gdbserver.
16750
167512015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16752
16753 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
16754 appropriate .insn, such that an older assembler can be used.
16755 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
16756 the z/Architecture instruction set on 31-bit targets as well.
16757
167582015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16759
16760 * gdb.go/handcall.exp: Remove all logic related to the first
16761 breakpoint and rely on go_runto_main instead.
16762 * gdb.go/strings.exp: Likewise.
16763 * gdb.go/unsafe.exp: Likewise.
16764 * gdb.go/hello.exp: Likewise. Also rename the remaining
16765 breakpoint marker to "breakpoint 1".
16766 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
16767 * gdb.go/strings.go: Likewise.
16768 * gdb.go/unsafe.go: Likewise.
16769 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
16770 "set breakpoint 2 here" and rename the remaining breakpoint marker
16771 to "breakpoint 1".
16772
167732015-04-15 Simon Marchi <simon.marchi@ericsson.com>
16774
16775 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
16776 if itertools.imap is not present.
16777 * gdb.python/py-objfile.exp: Add parentheses.
16778 * gdb.python/py-type.exp: Same.
16779 * gdb.python/py-unwind-maint.py: Same.
16780
167812015-04-15 Yao Qi <yao.qi@linaro.org>
16782
16783 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
16784 of ":$ptr_size" and set its form explicitly.
16785
167862015-04-15 Pedro Alves <palves@redhat.com>
16787 Yao Qi <yao.qi@linaro.org>
16788
16789 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
16790 timeout by factor of 4.
16791 (test_regular_watch): Likewise.
16792 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
16793 * gdb.reverse/sigall-reverse.exp: Likewise.
16794 * gdb.reverse/until-precsave.exp: Likewise.
16795 * lib/gdb.exp (with_timeout_factor): New proc.
16796 (gdb_expect): Move some code to ...
16797 (get_largest_timeout): ... here. New procedure.
16798
167992015-04-14 Luis Machado <lgustavo@codesourcery.com>
16800
16801 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
16802
168032015-04-13 Luis Machado <lgustavo@codesourcery.com>
16804
16805 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
16806 to write to the .text section.
16807
168082015-04-13 Luis Machado <lgustavo@codesourcery.com>
16809
16810 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
16811 Handle the case of targets that do not provide PID information.
16812
168132015-04-13 Yao Qi <yao.qi@linaro.org>
16814
16815 * lib/gdbserver-support.exp (gdb_exit): Catch exception
16816 and use expect instead of gdb_expect.
16817
168182015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
16819
16820 * gdb.base/coredump-filter.exp: Rename variable "addr" to
16821 "coredump_var_addr" to avoid naming conflict with other testcases.
16822
168232015-04-10 Pedro Alves <palves@redhat.com>
16824
16825 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
16826 gdb_test_sequence and gdb_assert.
16827
168282015-04-10 Pedro Alves <palves@redhat.com>
16829
16830 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
16831 test messages that don't include the breakpoint address.
16832
168332015-04-10 Yao Qi <yao.qi@linaro.org>
16834
16835 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
16836 false for some offset and width combinations which aren't
16837 supported by linux kernel.
16838
168392015-04-10 Pedro Alves <palves@redhat.com>
16840
16841 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
16842 procedure, factored out from ...
16843 (top level): ... here. Add "set displaced-stepping" testing axis.
16844 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
16845 parameter "displaced". Use it.
16846 (top level): Use foreach and add "set displaced-stepping" testing
16847 axis.
16848
168492015-04-10 Pedro Alves <palves@redhat.com>
16850
16851 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
16852 Remove comment.
16853 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
16854 both the address of the instruction that triggers the watchpoint
16855 and the address of the instruction immediately after, and use
16856 those addresses for the test. Fix comment.
16857
168582015-04-10 Pedro Alves <palves@redhat.com>
16859
16860 * gdb.base/sigstep.exp (breakpoint_to_handler)
16861 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
16862 Test "backtrace" in handler.
16863 (breakpoint_over_handler): New parameter 'displaced'. Use it.
16864 (top level): Add new "displaced" test axis to
16865 breakpoint_to_handler, breakpoint_to_handler_entry and
16866 breakpoint_over_handler.
16867
168682015-04-10 Pedro Alves <palves@redhat.com>
16869
16870 PR gdb/18216
16871 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
16872
168732015-04-10 Yao Qi <yao.qi@linaro.org>
16874
16875 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
16876 (test_add_rn_pc): New function.
16877 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
16878 (top level): Invoke test_add_rn_pc.
16879
168802015-04-10 Pedro Alves <palves@redhat.com>
16881
16882 PR gdb/13858
16883 * gdb.base/step-over-no-symbols.exp: New file.
16884
168852015-04-09 Andy Wingo <wingo@igalia.com>
16886
16887 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
16888 after the Python tests.
16889
168902015-04-08 Keith Seitz <keiths@redhat.com>
16891
16892 PR python/16699
16893 * gdb.python/py-completion.exp: New tests for completion.
16894 * gdb.python/py-completion.py (CompleteLimit1): New class.
16895 (CompleteLimit2): Likewise.
16896 (CompleteLimit3): Likewise.
16897 (CompleteLimit4): Likewise.
16898 (CompleteLimit5): Likewise.
16899 (CompleteLimit6): Likewise.
16900 (CompleteLimit7): Likewise.
16901
169022015-04-08 Pedro Alves <palves@redhat.com>
16903
16904 PR gdb/18214
16905 PR gdb/18216
16906 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
16907 function.
16908 (main): Install it as SIGUSR1 handler.
16909 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
16910 parameter. Always use "setup" as prefix. Toggle "set
16911 displaced-stepping" off/on depending on global. Don't switch to
16912 thread 1 here.
16913 (top level): Add displaced stepping "off/on" test axis. Update
16914 "setup" calls. Wrap each subtest with with_test_prefix. Test
16915 continuing with a queued signal in each thread.
16916
169172015-04-08 Pedro Alves <palves@redhat.com>
16918
16919 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
16920 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
16921 gdb_breakpoint instead of gdb_test that doesn't expect anything.
16922 Return early if running to main fails.
16923 * gdb.trace/while-stepping.exp: Likewise.
16924
169252015-04-07 Pedro Alves <palves@redhat.com>
16926
16927 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
16928 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
16929 interact with inferior program.
16930
169312015-04-07 Pedro Alves <palves@redhat.com>
16932
16933 * lib/gdb.exp (inferior_spawn_id): New global.
16934 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
16935 spawn id after processing the user code.
16936 (default_gdb_start): Set inferior_spawn_id.
16937 (send_inferior): New procedure.
16938 * lib/gdbserver-support.exp (gdbserver_start): Set
16939 inferior_spawn_id.
16940 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
16941
169422015-04-07 Pedro Alves <palves@redhat.com>
16943
16944 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
16945 * lib/gdbserver-support.exp (gdbserver_start): Make
16946 $server_spawn_id global.
16947 (gdbserver_start): Don't wait for gdbserver's spawn id with
16948 expect_background.
16949 (close_gdbserver): New procedure.
16950 (gdb_exit): Rename the default version and reimplement.
16951
169522015-04-07 Pedro Alves <palves@redhat.com>
16953
16954 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
16955 append the substituted item, not the original item.
16956
169572015-04-07 Pedro Alves <palves@redhat.com>
16958
16959 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
16960 gdb_expect.
16961
169622015-04-07 Pedro Alves <palves@redhat.com>
16963
16964 * gdb.base/interrupt.exp: Don't handle the case of the inferior
16965 output appearing once only.
16966
169672015-04-07 Pedro Alves <palves@redhat.com>
16968
16969 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
16970 that doesn't expect anything. Return early if running to main
16971 fails.
16972
169732015-04-07 Yao Qi <yao.qi@linaro.org>
16974
16975 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
16976 (child_function): Call alarm.
16977 (main): Move call to alarm into the loop.
16978 * gdb.threads/non-stop-fair-events.exp: Build program with
16979 -DTIMEOUT=$timeout.
16980
169812015-04-06 Doug Evans <xdje42@gmail.com>
16982
16983 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
16984 Fix dest parameter to board_info.
16985 (fpc_compile): Ditto.
16986 (gdb_compile_pascal): Rename dest arg to destfile.
16987
169882015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
16989
16990 * gdb.ada/funcall_ref.exp: New file.
16991 * gdb.ada/funcall_ref/foo.adb: New file.
16992
169932015-04-02 Yao Qi <yao.qi@linaro.org>
16994
16995 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
16996 is remote.
16997
169982015-04-02 Gary Benson <gbenson@redhat.com>
16999
17000 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
17001
170022015-04-01 Sasha Smundak <asmundak@google.com>
17003
17004 * gdb.python/py-unwind-maint.c: New file.
17005 * gdb.python/py-unwind-maint.exp: New test.
17006 * gdb.python/py-unwind-maint.py: New file.
17007 * gdb.python/py-unwind.c: New file.
17008 * gdb.python/py-unwind.exp: New test.
17009 * gdb.python/py-unwind.py: New test.
17010
170112015-04-01 Pedro Alves <palves@redhat.com>
17012
17013 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
17014 to fail instead of non-existent $test.
17015
170162015-04-01 Pedro Alves <palves@redhat.com>
17017
17018 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
17019 GDBFLAGS if not empty.
17020
170212015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
17022
17023 * gdb.ada/complete.exp: Remove "multi_line".
17024 * gdb.ada/info_exc.exp: Remove "multi_line".
17025 * gdb.ada/packed_tagged.exp: Remove "multi_line".
17026 * gdb.ada/ptype_field.exp: Remove "multi_line".
17027 * gdb.ada/sym_print_name.exp: Remove "multi_line".
17028 * gdb.ada/tagged.exp: Remove "multi_line".
17029 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
17030 [multi_line ...]
17031 * gdb.btrace/delta.exp: Likewise.
17032 * gdb.btrace/exception.exp: Likewise.
17033 * gdb.btrace/function_call_history.exp: Likewise.
17034 * gdb.btrace/instruction_history.exp: Likewise.
17035 * gdb.btrace/nohist.exp: Likewise.
17036 * gdb.btrace/record_goto.exp: Likewise.
17037 * gdb.btrace/segv.exp: Likewise.
17038 * gdb.btrace/stepi.exp: Likewise.
17039 * gdb.btrace/tailcall.exp: Likewise.
17040 * gdb.btrace/unknown_functions.exp: Likewise.
17041 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
17042 * lib/gdb.exp: Add the "multi_line" helper.
17043
170442015-04-01 Pedro Alves <palves@redhat.com>
17045
17046 * gdb.threads/tid-reuse.c: New file.
17047 * gdb.threads/tid-reuse.exp: New file.
17048
170492015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
17050
17051 PR corefiles/16092
17052 * gdb.base/coredump-filter.c: New file.
17053 * gdb.base/coredump-filter.exp: Likewise.
17054
170552015-03-27 Petr Machata <pmachata@redhat.com>
17056
17057 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
17058 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
17059 (Dwarf::assemble): Initialize them.
17060 (Dwarf::lines): New function.
17061
170622015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
17063
17064 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
17065 SYMBOL_PREFIX for x86_64-*-cygwin.
17066
170672015-03-26 Andy Wingo <wingo@igalia.com>
17068
17069 PR symtab/18148
17070 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
17071 const_value but not a location.
17072 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
17073 location defined in non-main CUs are visible.
17074
170752015-03-26 Yao Qi <yao.qi@linaro.org>
17076
17077 PR testsuite/18139
17078 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
17079 Add a line number entry for the same line.
17080 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
17081 Add a line number entry for the same line.
17082
170832015-03-26 Yao Qi <yao.qi@linaro.org>
17084
17085 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
17086 .int 0.
17087 (func): Likewise. Add .Lfunc_1 label.
17088 Use .Lfunc_1 label.
17089 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
17090 .int 0.
17091 (func): Likewise.
17092 Use .Lfunc_1 label.
17093
170942015-03-26 Yao Qi <yao.qi@linaro.org>
17095
17096 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
17097 Call gdb_compile instead to compile each .s files without debug
17098 information.
17099
171002015-03-26 Yao Qi <yao.qi@linaro.org>
17101
17102 * gdb.base/savedregs.exp (process_saved_regs): Make
17103 "Saved registers:" optional in the pattern.
17104
171052015-03-25 Markus Metzger <markus.t.metzger@intel.com>
17106
17107 * gdb.btrace/next.exp: Merged into step.exp.
17108 * gdb.btrace/finish.exp: Merged into step.exp.
17109 * gdb.btrace/nexti.exp: Merged into stepi.exp.
17110 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
17111 "record goto" and checking the exact replay position.
17112 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
17113 check for "Recording format" in "info record" output.
17114 * gdb.btrace/record_goto.exp: Choose test file based on target.
17115 * gdb.btrace/x86-record_goto.S: Renamed into ...
17116 * gdb.btrace/x86_64-record_goto.S: ... this.
17117 * gdb.btrace/i686-record_goto.S: New.
17118 * gdb.btrace/x86-tailcall.S: Renamed into ...
17119 * gdb.btrace/x86_64-tailcall.S: ... this.
17120 * gdb.btrace/i686-tailcall.S: New.
17121 * gdb.btrace/x86-tailcall.c: Renamed into ...
17122 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
17123 separate statements. Update test.
17124 * gdb.btrace/delta.exp: Use record_goto.c as test file.
17125 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
17126 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
17127 * gdb.btrace/tailcall.exp: Choose test file based on target.
17128 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
17129
171302015-03-25 Markus Metzger <markus.t.metzger@intel.com>
17131
17132 * gdb.btrace/exception.exp: Increase BTS buffer size.
17133
171342015-03-24 Pedro Alves <palves@redhat.com>
17135
17136 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
17137
171382015-03-24 Pedro Alves <palves@redhat.com>
17139
17140 * gdb.threads/schedlock.exp (test_step): No longer expect that
17141 "set scheduler-locking step" with "next" over a function call runs
17142 threads unlocked.
17143
171442015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17145
17146 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
17147
171482015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17149
17150 PR breakpoints/16466
17151 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
17152 * gdb.mi/mi-pending.c (thread_func): New function.
17153 (int main): Add threading support required.
17154 * gdb.mi/mi-pending.exp: Add tests for this issue.
17155 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
17156 (pendfunc2): Remove stdio dependency.
17157 * gdb.mi/mi-pendshr2.c: New file.
17158
171592015-03-23 Keith Seitz <keiths@redhat.com>
17160
17161 * gdb.linespec/keywords.c: New file.
17162 * gdb.linespec/keywords.exp: New file.
17163
171642015-03-23 Keith Seitz <keiths@redhat.com>
17165
17166 PR gdb/18021
17167 * gdb.dwarf2/staticvirtual.exp: New test.
17168
171692015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
17170
17171 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
17172 * README: Remove HP-UX and gdb.hp.
17173 (configuration):
17174 * configure: Regenerate.
17175 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
17176 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
17177 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
17178 gdb.hp/gdb.defects/Makefile.
17179 * gdb.hp/Makefile.in: File deleted.
17180 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
17181 * gdb.hp/gdb.aCC/optimize.c: File deleted.
17182 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
17183 * gdb.hp/gdb.aCC/run.c: File deleted.
17184 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
17185 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
17186 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
17187 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
17188 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
17189 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
17190 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
17191 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
17192 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
17193 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
17194 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
17195 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
17196 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
17197 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
17198 * gdb.hp/gdb.base-hp/reg.s: File deleted.
17199 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
17200 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
17201 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
17202 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
17203 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
17204 * gdb.hp/gdb.compat/Makefile.in: File deleted.
17205 * gdb.hp/gdb.compat/average.c: File deleted.
17206 * gdb.hp/gdb.compat/sum.c: File deleted.
17207 * gdb.hp/gdb.compat/xdb.c: File deleted.
17208 * gdb.hp/gdb.compat/xdb0.c: File deleted.
17209 * gdb.hp/gdb.compat/xdb0.h: File deleted.
17210 * gdb.hp/gdb.compat/xdb1.c: File deleted.
17211 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
17212 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
17213 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
17214 * gdb.hp/gdb.defects/Makefile.in: File deleted.
17215 * gdb.hp/gdb.defects/bs14602.c: File deleted.
17216 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
17217 * gdb.hp/gdb.defects/solib-d.c: File deleted.
17218 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
17219 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
17220 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
17221 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
17222 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
17223 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
17224 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
17225 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
17226 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
17227 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
17228 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
17229 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
17230 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
17231 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
17232 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
17233 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
17234 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
17235 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
17236 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
17237 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
17238 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
17239 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
17240 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
17241 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
17242 * gdb.hp/tools/odump: File deleted.
17243
172442015-03-19 Pedro Alves <palves@redhat.com>
17245
17246 * gdb.threads/continue-pending-status.exp (saw_thread_2)
17247 (saw_thread_3): New globals.
17248 (top level): Increment them when an event for the corresponding
17249 thread is seen.
17250 (no thread starvation): New test.
17251
172522015-03-19 Pedro Alves <palves@redhat.com>
17253
17254 * gdb.threads/continue-pending-status.c: New file.
17255 * gdb.threads/continue-pending-status.exp: New file.
17256
172572015-03-18 Pedro Alves <palves@redhat.com>
17258
17259 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
17260 Use gdb_is_target_remote instead of is_remote. Use
17261 gdb_test_multiple instead of gdb_expect. Exit early if
17262 gdb_test_multiple hits its internal matches. Tighten stepi tests
17263 expected output. Fail on exit with any signal, instead of just
17264 SIGILL.
17265
172662015-03-18 Yao Qi <yao.qi@linaro.org>
17267
17268 PR tdep/18107
17269 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
17270 variable.
17271 * gdb.base/catch-syscall.exp: Don't skip it on
17272 aarch64*-*-linux* target. Remove elements in all_syscalls.
17273 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
17274 target.
17275 (setup_all_syscalls): New proc.
17276
172772015-03-16 Yao Qi <yao.qi@linaro.org>
17278
17279 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
17280 (top level): Skip tests if valid_addr_p returns false for
17281 $cmd1 or $cmd2.
17282
172832015-03-11 Andy Wingo <wingo@igalia.com>
17284
17285 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
17286
172872015-03-11 Yao Qi <yao.qi@linaro.org>
17288
17289 * gdb.base/catch-syscall.exp: Fix typo in comments.
17290
172912015-03-11 Yao Qi <yao.qi@linaro.org>
17292
17293 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
17294
172952015-03-09 Pedro Alves <palves@redhat.com>
17296
17297 * dg-extract-results.py: Delete.
17298
172992015-03-09 Pedro Alves <palves@redhat.com>
17300
17301 Merge dg-extract-results.sh from GCC upstream (r218843).
17302
17303 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
17304 * dg-extract-results.sh: Use --text with grep to avoid issues with
17305 binary files. Fall back to cat -v, if that doesn't work.
17306
173072015-03-05 Pedro Alves <palves@redhat.com>
17308
17309 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
17310
173112015-03-04 Simon Marchi <simon.marchi@ericsson.com>
17312
17313 * lib/mi-support.exp (mi_expect_interrupt): Accept
17314 alternative event for when in all-stop mode.
17315
173162015-03-04 Pedro Alves <palves@redhat.com>
17317
17318 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
17319
173202015-03-04 Mark Kettenis <kettenis@gnu.org>
17321
17322 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
17323
173242015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
17325
17326 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
17327 regexps for GDB's current line display, accept a hex address
17328 preceding the line number.
17329
173302015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
17331
17332 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
17333 the 'arch1' variable for "s390*-linux*" targets.
17334
173352015-03-04 Pedro Alves <palves@redhat.com>
17336
17337 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
17338 (main): Pass missing retval argument to pthread_join call.
17339
173402015-03-02 Pedro Alves <palves@redhat.com>
17341
17342 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
17343 (top level): Call do_test with non-stop as well.
17344
173452015-03-02 Pedro Alves <palves@redhat.com>
17346
17347 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
17348 -1.
17349
173502015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17351
17352 * gdb.arch/s390-vregs.exp: New test.
17353 * gdb.arch/s390-vregs.S: New file.
17354
173552015-02-27 Pedro Alves <palves@redhat.com>
17356
17357 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
17358 call to catch_command_errors.
17359 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
17360 catch_command_errors.
17361
173622015-02-27 Pedro Alves <palves@redhat.com>
17363
17364 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
17365 "true" for boolean result.
17366 * gdb.gdb/selftest.exp (test_with_self): Also accept full
17367 prototype of main.
17368
173692015-02-27 Pedro Alves <palves@redhat.com>
17370
17371 * lib/unbuffer_output.c: New file.
17372 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
17373 (main): Call gdb_unbuffer_output.
17374
173752015-02-27 Yao Qi <yao.qi@linaro.org>
17376
17377 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
17378 target.
17379
173802015-02-26 Doug Evans <dje@google.com>
17381
17382 * gdb.cp/class2.cc (Dbase, D): New classes.
17383 (main): New local delta.
17384 * gdb.cp/class2.exp: Test printing delta.
17385 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
17386 (dynbar): New global.
17387 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
17388
173892015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17390
17391 * gdb.compile/compile-ifunc.c: New file.
17392 * gdb.compile/compile-ifunc.exp: New file.
17393
173942015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
17395
17396 * gdb.base/structs.exp: Check for correct struct on finish.
17397
173982015-02-26 Yao Qi <yao.qi@linaro.org>
17399
17400 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
17401 is zero.
17402
174032015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17404
17405 * gdb.arch/cordic.ko.bz2: New file.
17406 * gdb.arch/cordic.ko.debug.bz2: New file.
17407 * gdb.arch/ppc64-symtab-cordic.exp: New file.
17408
174092015-02-25 Yao Qi <yao.qi@linaro.org>
17410
17411 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
17412 aarch64*-*-* target.
17413
174142015-02-23 Pedro Alves <palves@redhat.com>
17415
17416 * lib/gdb.exp (delete_breakpoints): Rewrite using
17417 gdb_test_multiple.
17418
174192015-02-23 Pedro Alves <palves@redhat.com>
17420
17421 * gdb.base/info-os.c: Include stdlib.h.
17422
174232015-02-22 Doug Evans <xdje42@gmail.com>
17424
17425 PR symtab/17855
17426 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
17427 is read after symbols have been re-read.
17428 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
17429 * gdb.ada/exec_changed/second.adb (Second): Ditto.
17430
174312015-02-21 Doug Evans <dje@google.com>
17432
17433 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
17434
174352015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17436
17437 PR corefiles/17808
17438 * gdb.arch/i386-biarch-core.core.bz2: New file.
17439 * gdb.arch/i386-biarch-core.exp: New file.
17440
174412015-02-21 Pedro Alves <palves@redhat.com>
17442
17443 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
17444 runto_main fails.
17445
174462015-02-20 Pedro Alves <palves@redhat.com>
17447
17448 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
17449 info probes.
17450
174512015-02-20 Pedro Alves <palves@redhat.com>
17452
17453 * gdb.threads/multi-create-ns-info-thr.exp: New file.
17454
174552015-02-20 Pedro Alves <palves@redhat.com>
17456
17457 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
17458 clean_restart before gdb_target_supports_trace.
17459
174602015-02-20 Pedro Alves <palves@redhat.com>
17461
17462 PR threads/18006
17463 * gdb.threads/clone-thread_db.c: New file.
17464 * gdb.threads/clone-thread_db.exp: New file.
17465
174662015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
17467
17468 PR breakpoints/16812
17469 * gdb.base/catch-gdb-caused-signals.c: New file.
17470 * gdb.base/catch-gdb-caused-signals.exp: New file.
17471
174722015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
17473
17474 * configure: Regenerated.
17475 * configure.ac: Use GDB_AC_TRANSFORM.
17476 * aclocal.m4: sinclude ../transform.m4.
17477
174782015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
17479
17480 * lib/dtrace.exp: New file.
17481 * gdb.base/dtrace-probe.exp: Likewise.
17482 * gdb.base/dtrace-probe.d: Likewise.
17483 * gdb.base/dtrace-probe.c: Likewise.
17484 * lib/pdtrace.in: Likewise.
17485 * configure.ac: Output variables with the transformed names of
17486 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
17487 * configure: Regenerated.
17488
174892015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
17490
17491 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
17492 expected message when trying to access $_probe_* convenience
17493 variables while not on a probe.
17494
174952015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17496
17497 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
17498
174992015-02-11 Pedro Alves <pedro@codesourcery.com>
17500
17501 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
17502 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
17503
175042015-02-10 Doug Evans <xdje42@gmail.com>
17505
17506 * lib/gdb.exp (gdb_load): Always return a result.
17507
175082015-02-10 Pedro Alves <palves@redhat.com>
17509
17510 * gdb.threads/signal-sigtrap.c: New file.
17511 * gdb.threads/signal-sigtrap.exp: New file.
17512
175132015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
17514
17515 * gdb.trace/no-attach-trace.c: New file.
17516 * gdb.trace/no-attach-trace.exp: New file.
17517
175182015-02-09 Mark Wielaard <mjw@redhat.com>
17519
17520 * gdb.dwarf2/atomic.c: New file.
17521 * gdb.dwarf2/atomic-type.exp: Likewise.
17522
175232015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17524
17525 * gdb.btrace/buffer-size.exp: Update "info record" output.
17526 * gdb.btrace/delta.exp: Update "info record" output.
17527 * gdb.btrace/enable.exp: Update "info record" output.
17528 * gdb.btrace/finish.exp: Update "info record" output.
17529 * gdb.btrace/instruction_history.exp: Update "info record" output.
17530 * gdb.btrace/next.exp: Update "info record" output.
17531 * gdb.btrace/nexti.exp: Update "info record" output.
17532 * gdb.btrace/step.exp: Update "info record" output.
17533 * gdb.btrace/stepi.exp: Update "info record" output.
17534 * gdb.btrace/nohist.exp: Update "info record" output.
17535
175362015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17537
17538 * gdb.btrace/buffer-size: New.
17539
175402015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17541
17542 * gdb.btrace/delta.exp: Update "info record" output.
17543 * gdb.btrace/enable.exp: Update "info record" output.
17544 * gdb.btrace/finish.exp: Update "info record" output.
17545 * gdb.btrace/instruction_history.exp: Update "info record" output.
17546 * gdb.btrace/next.exp: Update "info record" output.
17547 * gdb.btrace/nexti.exp: Update "info record" output.
17548 * gdb.btrace/step.exp: Update "info record" output.
17549 * gdb.btrace/stepi.exp: Update "info record" output.
17550 * gdb.btrace/nohist.exp: Update "info record" output.
17551
175522015-02-06 Simon Marchi <simon.marchi@ericsson.com>
17553
17554 PR gdb/15678
17555 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
17556
175572015-02-06 Pedro Alves <palves@redhat.com>
17558
17559 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
17560 macro.
17561 (seconds_left, again): New globals.
17562 (main): Wait seconds_left in a 1-second sleep loop instead of
17563 sleeping 180 seconds. If 'again' is set, reset the seconds
17564 counter.
17565 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
17566 'again' in the inferior before detaching. Print the seconds left.
17567 (options): New global.
17568 (top level): Build program with -DTIMEOUT=$timeout.
17569
175702015-02-06 Pedro Alves <palves@redhat.com>
17571
17572 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
17573 determine how many seconds to pass to 'alarm'.
17574 * gdb.base/gdb-sigterm.exp (top level): Build program with
17575 -DTIMEOUT=$timeout.
17576 (do_test): Return success/failure indication. Add more verbose
17577 logging. Don't fail if 200 single steps are seen. Instead, fail
17578 when the test times out.
17579 (passes): New global.
17580 (top level): Break the testing loop if testing fails on any
17581 iteration. Use gdb_assert.
17582
175832015-02-04 Don Breazeal <donb@codesourcery.com>
17584
17585 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
17586 and initialize them.
17587 (ipc_cleanup): New function.
17588 (main): Don't declare shmid, semid, and msqid. Add a call to
17589 atexit so that we call ipc_cleanup on exit.
17590
175912015-02-04 Pedro Alves <palves@redhat.com>
17592
17593 * boards/native-extended-gdbserver.exp: Remove any target variant
17594 specifications from the board name before clearing the isremote
17595 flag from board_info.
17596
175972015-01-31 Doug Evans <xdje42@gmail.com>
17598
17599 * gdb.base/maint.exp <maint print type argc>: Update expected output.
17600
176012015-01-31 Gary Benson <gbenson@redhat.com>
17602
17603 * gdb.base/completion.exp: Disable completion limiting for
17604 existing tests. Add new tests to check completion limiting.
17605 * gdb.linespec/ls-errs.exp: Disable completion limiting.
17606
176072015-01-31 Doug Evans <xdje42@gmail.com>
17608
17609 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
17610
176112015-01-31 Doug Evans <xdje42@gmail.com>
17612
17613 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
17614 entries. Duplicate file section script entries.
17615 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
17616 inlined entries. Add test for safe-path rejection.
17617 * gdb.python/py-section-script.c: Add duplicate inlined section script
17618 entries. Duplicate file section script entries.
17619 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
17620 inlined entries. Add test for safe-path rejection.
17621
176222015-01-29 Joel Brobecker <brobecker@adacore.com>
17623
17624 * gdb.ada/disc_arr_bound: New testcase.
17625
176262015-01-29 Joel Brobecker <brobecker@adacore.com>
17627
17628 * gdb.ada/mi_var_array: New testcase.
17629
176302015-01-27 Doug Evans <dje@google.com>
17631
17632 * gdb.python/py-objfile.exp: Add tests for objfile.username.
17633 Add test for objfile.filename, objfile.username after objfile
17634 has been unloaded.
17635
176362015-01-26 Joel Brobecker <brobecker@adacore.com>
17637
17638 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
17639 the second test to print the name attribute of value
17640 returned by the call to gdb.lookup_type, and adjust
17641 the expected output accordingly.
17642
176432015-01-25 Mark Wielaard <mjw@redhat.com>
17644
17645 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
17646 * gdb.base/disp-step-fork.c: Include unistd.h.
17647 * gdb.base/siginfo-obj.c: Include stdio.h.
17648 * gdb.base/siginfo-thread.c: Likewise.
17649 * gdb.mi/non-stop.c: Include unistd.h.
17650 * gdb.mi/nsthrexec.c: Include stdio.h.
17651 * gdb.mi/pthreads.c: Include unistd.h.
17652 * gdb.modula2/unbounded1.c (main): Declare returns int.
17653 * gdb.reverse/consecutive-reverse.c: Likewise.
17654 * gdb.threads/create-fail.c: Include unistd.h.
17655 * gdb.threads/killed.c: Likewise.
17656 * gdb.threads/linux-dp.c: Likewise.
17657 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
17658 * gdb.threads/non-ldr-exc-2.c: Likewise.
17659 * gdb.threads/non-ldr-exc-3.c: Likewise.
17660 * gdb.threads/non-ldr-exc-4.c: Likewise.
17661 * gdb.threads/pthreads.c: Include unistd.h.
17662 (main): Declare returns int.
17663 * gdb.threads/tls-main.c (foo): New declaration.
17664 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
17665
176662015-01-23 Simon Marchi <simon.marchi@ericsson.com>
17667
17668 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
17669 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
17670
176712015-01-15 Mark Wielaard <mjw@redhat.com>
17672
17673 * gdb.base/noreturn-return.c: New file.
17674 * gdb.base/noreturn-return.exp: New file.
17675 * gdb.base/noreturn-finish.c: New file.
17676 * gdb.base/noreturn-finish.exp: New file.
17677
176782015-01-23 Pedro Alves <palves@redhat.com>
17679
17680 * gdb.threads/continue-pending-after-query.c: New file.
17681 * gdb.threads/continue-pending-after-query.exp: New file.
17682
176832015-01-22 Anders Granlund <anders.granlund@ericsson.com>
17684 Simon Marchi <simon.marchi@ericsson.com>
17685
17686 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
17687 * gdb.base/valgrind-db-attach.exp: Same.
17688 * gdb.base/valgrind-infcall.exp: Same.
17689 * lib/mi-support.exp (default_mi_gdb_start): Same.
17690 * lib/prompt.exp (default_prompt_gdb_start): Same.
17691 * lib/gdb.exp (default_gdb_spawn): Same.
17692 (gdb_interact): New.
17693
17694
176952015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17696
17697 * gdb.compile/compile.exp (pointer to jit function): New test.
17698
176992015-01-17 Wei-cheng Wang <cole945@gmail.com>
17700
17701 * lib/gdb.exp (supports_process_record): Return true for
17702 powerpc*-*-linux*.
17703 (supports_reverse): Likewise.
17704
177052015-01-15 Don Breazeal <donb@codesourcery.com>
17706
17707 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
17708 instead of checking whether the target board is remote and
17709 use spawn_wait_for_attach instead of exec/sleep.
17710 * gdb.base/attach-twice.exp: Likewise.
17711
177122015-01-15 Joel Brobecker <brobecker@adacore.com>
17713
17714 * gdb.ada/var_arr_attrs: New testcase.
17715
177162015-01-14 Pedro Alves <palves@redhat.com>
17717 Joel Brobecker <brobecker@adacore.com>
17718
17719 PR gdb/17525
17720 * gdb.base/bp-cmds-execution-x-script.c: New file.
17721 * gdb.base/bp-cmds-execution-x-script.exp: New file.
17722 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
17723
177242015-01-14 Pedro Alves <palves@redhat.com>
17725
17726 PR cli/17828
17727 * gdb.base/batch-preserve-term-settings.c: New file.
17728 * gdb.base/batch-preserve-term-settings.exp: New file.
17729
177302015-01-13 Doug Evans <dje@google.com>
17731
17732 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
17733 binary.
17734
177352015-01-13 Joel Brobecker <brobecker@adacore.com>
17736
17737 * Makefile.in (clean mostlyclean): Do not delete *.py.
17738
177392015-01-13 Joel Brobecker <brobecker@adacore.com>
17740
17741 * gdb.python/py-lookup-type.exp: New file.
17742
177432015-01-12 Pedro Alves <palves@redhat.com>
17744
17745 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
17746 restore GDBFLAGS before returning.
17747
177482015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17749
17750 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
17751 is_amd64_regs_target and is_x86_like_target.
17752
177532015-01-11 Doug Evans <xdje42@gmail.com>
17754
17755 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
17756 is given without an explicit form.
17757 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
17758 attributes.
17759 * gdb.dwarf/corrupt.exp: Ditto.
17760 * gdb.dwarf2/enum-type.exp: Ditto.
17761 * gdb.trace/entry-values.exp: Ditto.
17762 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
17763
177642015-01-11 Doug Evans <xdje42@gmail.com>
17765
17766 PR gdb/15830
17767 * gdb.base/maint.exp: Remove references to "maint demangle".
17768 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
17769 Add tests for explicitly specifying language to demangle.
17770 * gdb.dlang/demangle.exp: Ditto.
17771
177722015-01-09 Pedro Alves <palves@redhat.com>
17773
17774 * gdb.threads/non-stop-fair-events.c: New file.
17775 * gdb.threads/non-stop-fair-events.exp: New file.
17776
177772015-01-09 Pedro Alves <palves@redhat.com>
17778
17779 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
17780 the global scope. Set a breakpoint after all threads are started
17781 rather than stepping over two source lines. Expect the prompt.
17782 * gdb.base/watch_thread_num.c (threads_started_barrier): New
17783 global.
17784 (NUM): Now 15.
17785 (main): Use threads_started_barrier to wait for all threads to
17786 start. Main thread no longer calls thread_function. Exit after
17787 180 seconds.
17788 (loop): New function.
17789 (thread_function): Wait on threads_started_barrier barrier. Call
17790 'loop' at each iteration.
17791 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
17792 threads have started, instead of hardcoding number of "next"
17793 steps. Use an access watchpoint instead of a write watchpoint.
17794
177952015-01-09 Pedro Alves <palves@redhat.com>
17796
17797 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
17798 (thread_func): Wait on barrier.
17799 (main): Wait for all threads to start before stopping GDB.
17800 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
17801 global.
17802 (thread1_func, thread2_func): Wait on barrier.
17803 (main): Wait for all threads to start before stopping GDB.
17804 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
17805 New global.
17806 (thread1_func, thread2_func): Wait on barrier.
17807 (main): Wait for all threads to start before stopping GDB.
17808
178092015-01-09 Pedro Alves <palves@redhat.com>
17810
17811 * gdb.threads/attach-many-short-lived-threads.c: New file.
17812 * gdb.threads/attach-many-short-lived-threads.exp: New file.
17813
178142014-01-09 Pedro Alves <palves@redhat.com>
17815
17816 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
17817 instead of to thread 2.
17818 * gdb.threads/signal-command-multiple-signals-pending.c (main):
17819 Add barrier around each pthread_create call instead of around all
17820 calls.
17821 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
17822 Set a break on thread_function and have the child threads hit it
17823 one at at a time.
17824
178252015-01-09 Pedro Alves <palves@redhat.com>
17826
17827 * lib/gdb.exp (can_spawn_for_attach): New procedure.
17828 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
17829 false.
17830 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
17831 checking whether the target board is remote.
17832 * gdb.multi/multi-attach.exp: Likewise.
17833 * gdb.python/py-sync-interp.exp: Likewise.
17834 * gdb.server/ext-attach.exp: Likewise.
17835 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
17836 tests that need to attach, instead of checking whether the target
17837 board is remote at the top of the file.
17838
178392015-01-08 Yao Qi <yao@codesourcery.com>
17840
17841 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
17842
178432015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17844
17845 Fix testcase compilation.
17846 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
17847
178482015-01-06 Joel Brobecker <brobecker@adacore.com>
17849
17850 * gdb.python/py-type.exp: Add a couple test about empty
17851 array creation, and negative-length array creation.
17852
178532015-01-02 Doug Evans <xdje42@gmail.com>
17854
17855 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
17856
178572015-01-02 Doug Evans <dje@google.com>
17858
17859 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
17860
178612014-12-29 Yao Qi <yao@codesourcery.com>
17862
17863 * gdb.trace/entry-values.exp: Update comments. Rename variable
17864 bar_call_foo to returned_from_foo.
17865
178662014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
17867
17868 PR gdb/17394
17869 * gdb.linespec/break-asm-file.c: New file.
17870 * gdb.linespec/break-asm-file.exp: New file.
17871 * gdb.linespec/break-asm-file0.s: New file.
17872 * gdb.linespec/break-asm-file1.s: New file.
17873
178742014-12-18 Nigel Stephens <nigel@mips.com>
17875 Maciej W. Rozycki <macro@codesourcery.com>
17876
17877 * gdb.base/float.exp: Handle the new output from "info float" on
17878 MIPS targets.
17879
178802014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17881
17882 Fix MinGW compilation.
17883 * gdb.compile/compile-ops.exp: Update untested message if
17884 !skip_compile_feature_tests.
17885 * gdb.compile/compile-setjmp.exp: Likewise.
17886 * gdb.compile/compile-tls.exp: Likewise.
17887 * gdb.compile/compile.exp: Likewise.
17888 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
17889 supported on this host".
17890
178912014-12-16 Doug Evans <xdje42@gmail.com>
17892
17893 * boards/stabs.exp: New file.
17894
178952014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
17896
17897 * gdb.base/completion.exp: Adjust to format changes of "maint
17898 print user-registers".
17899
179002014-12-16 Catalin Udma <catalin.udma@freescale.com>
17901
17902 PR server/17457
17903 * gdb.arch/aarch64-fp.c: New file.
17904 * gdb.arch/aarch64-fp.exp: New file.
17905
179062014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
17907
17908 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
17909 r210637, r210913, r211666, r215400, r215817).
17910
17911 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
17912 * dg-extract-results.py: New file.
17913 * dg-extract-results.sh: Use it if the environment seems
17914 suitable.
17915
17916 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
17917
17918 * dg-extract-results.py (parse_run): Handle warnings that
17919 are printed before a test harness is run.
17920
17921 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
17922
17923 * dg-extract-results.py (Named): Remove __cmp__ method.
17924 (output_variation): Use a key to sort variation.harnesses.
17925
17926 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
17927
17928 * dg-extract-results.py: For Python 3, force sys.stdout to
17929 handle surrogate escape sequences.
17930 (safe_open): New function.
17931 (output_segment, main): Use it.
17932
17933 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
17934
17935 * dg-extract-results.py (Prog.result_re): Include options
17936 in test name.
17937
17938 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
17939
17940 * dg-extract-results.py (output_variation): Always sort if
17941 do_sum.
17942
179432014-12-15 Simon Marchi <simon.marchi@ericsson.com>
17944
17945 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
17946 as long as we get pagination notifications.
17947
179482014-12-15 Jason Merrill <jason@redhat.com>
17949
17950 * Makefile.in (check-gdb.%): Restore.
17951 * README: Mention it.
17952
179532014-12-13 Joel Brobecker <brobecker@adacore.com>
17954
17955 * gdb.ada/str_uninit: New testcase.
17956
179572014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17958
17959 PR symtab/17642
17960 * gdb.base/vla-stub-define.c: New file.
17961 * gdb.base/vla-stub.c: New file.
17962 * gdb.base/vla-stub.exp: New file.
17963
179642014-12-12 Phil Muldoon <pmuldoon@redhat.com>
17965 Jan Kratochvil <jan.kratochvil@redhat.com>
17966 Tom Tromey <tromey@redhat.com>
17967
17968 * configure.ac: Add gdb.compile/.
17969 * configure: Regenerate.
17970 * gdb.compile/Makefile.in: New file.
17971 * gdb.compile/compile-ops.exp: New file.
17972 * gdb.compile/compile-ops.c: New file.
17973 * gdb.compile/compile-tls.c: New file.
17974 * gdb.compile/compile-tls.exp: New file.
17975 * gdb.compile/compile-constvar.S: New file.
17976 * gdb.compile/compile-constvar.c: New file.
17977 * gdb.compile/compile-mod.c: New file.
17978 * gdb.compile/compile-nodebug.c: New file.
17979 * gdb.compile/compile-setjmp-mod.c: New file.
17980 * gdb.compile/compile-setjmp.c: New file.
17981 * gdb.compile/compile-setjmp.exp: New file.
17982 * gdb.compile/compile-shlib.c: New file.
17983 * gdb.compile/compile.c: New file.
17984 * gdb.compile/compile.exp: New file.
17985 * lib/gdb.exp (skip_compile_feature_tests): New proc.
17986
179872014-12-12 Tom Tromey <tromey@redhat.com>
17988
17989 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
17990 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
17991
179922014-12-12 Doug Evans <dje@google.com>
17993
17994 * lib/gdb-python.exp (get_python_valueof): New function.
17995 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
17996
179972014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17998
17999 * gdb.base/completion.exp: Add test for completion of "info
18000 registers ".
18001
180022014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
18003
18004 * gdb.base/func-ptrs.c: New file.
18005 * gdb.base/func-ptrs.exp: New file.
18006
180072014-12-10 Simon Marchi <simon.marchi@ericsson.com>
18008
18009 PR breakpoints/17012
18010 * gdb.base/dprintf-detach.c: New file.
18011 * gdb.base/dprintf-detach.exp: New file.
18012
180132014-12-10 Simon Marchi <simon.marchi@ericsson.com>
18014
18015 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
18016 * lib/gdb.exp (target_is_gdbserver): New procedure.
18017
180182014-12-08 Doug Evans <dje@google.com>
18019
18020 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
18021
180222014-12-05 Yao Qi <yao@codesourcery.com>
18023
18024 * gdb.guile/scm-error.exp: Remove the third argument to
18025 gdb_remote_download.
18026 * gdb.guile/scm-frame-args.exp: Likewise.
18027 * gdb.guile/scm-section-script.exp: Likewise.
18028
180292014-12-05 Yao Qi <yao@codesourcery.com>
18030
18031 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
18032
180332014-12-04 Doug Evans <dje@google.com>
18034
18035 * gdb.python/py-objfile.exp: Add tests for
18036 objfile.add_separate_debug_file.
18037
180382014-12-04 Doug Evans <dje@google.com>
18039
18040 * lib/gdb.exp (get_build_id): New function.
18041 (build_id_debug_filename_get): Rewrite to use it.
18042 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
18043
180442014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
18045
18046 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
18047 `method(long)', not just 0x0.
18048 * gdb.cp/nsalias.exp: Align code labels to 4.
18049 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
18050 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
18051 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
18052 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
18053 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
18054 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
18055
180562014-12-02 Doug Evans <dje@google.com>
18057
18058 PR symtab/17602
18059 * gdb.cp/anon-ns.cc: Move guts of this file to ...
18060 * gdb.cp/anon-ns2.cc: ... here. New file.
18061 * gdb.cp/anon-ns.exp: Update.
18062
180632014-12-02 Nick Bull <nicholaspbull@gmail.com>
18064
18065 * gdb.python/py-events.py (inferior_call_handler): New.
18066 (register_changed_handler, memory_changed_handler): New.
18067 (test_events.invoke): Register new handlers.
18068 * gdb.python/py-events.exp: Add tests for inferior call,
18069 memory_changed and register_changed events.
18070
180712014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
18072
18073 * gdb.base/execl-update-breakpoints.exp: Specify the link address
18074 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
18075 if the linker doesn't understand this.
18076
180772014-12-01 Simon Marchi <simon.marchi@ericsson.com>
18078
18079 * gdb.python/python.exp: Change expected reply to help().
18080
180812014-12-01 Yao Qi <yao@codesourcery.com>
18082
18083 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
18084 AC_CONFIG_SUBDIRS(gdb.gdbtk).
18085 * configure: Re-generated.
18086
180872014-11-28 Siva Chandra Reddy <sivachandra@google.com>
18088
18089 * gdb.cp/chained-calls.cc: New file.
18090 * gdb.cp/chained-calls.exp: New file.
18091 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
18092
180932014-11-28 Simon Marchi <simon.marchi@ericsson.com>
18094
18095 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
18096 * gdb.dwarf2/symtab-producer.exp: Same.
18097 * gdb.gdb/python-interrupts.exp: Same.
18098 * gdb.gdb/python-selftest.exp: Same.
18099 * gdb.python/py-linetable.exp: Same.
18100 * gdb.python/py-type.exp: Same.
18101 * gdb.python/py-value-cc.exp: Same.
18102 * gdb.python/py-value.exp: Same.
18103
181042014-11-28 Yao Qi <yao@codesourcery.com>
18105
18106 * gdb.base/break-probes.exp: Match library name prefixed with
18107 sysroot.
18108
181092014-11-27 Simon Marchi <simon.marchi@ericsson.com>
18110
18111 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
18112 test expected output. Add parentheses for the call to print.
18113 Remove L suffix from integers.
18114
181152014-11-26 Doug Evans <dje@google.com>
18116
18117 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
18118
181192014-11-22 Yao Qi <yao@codesourcery.com>
18120
18121 * gdb.trace/entry-values.c: Remove asms.
18122 (foo): Add foo_label.
18123 (bar): Add bar_label.
18124 * gdb.trace/entry-values.exp: Remove code computing foo's
18125 length and bar's length.
18126 (Dwarf::assemble): Invoke function_range for bar and use
18127 MACRO_AT_func for foo.
18128
181292014-11-22 Yao Qi <yao@codesourcery.com>
18130
18131 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
18132 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
18133 Use .Lgcc43_procstart instead of gcc43.
18134
181352014-11-21 Joel Brobecker <brobecker@adacore.com>
18136
18137 * gdb.ada/n_arr_bound: New testcase.
18138
181392014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
18140
18141 PR breakpoints/10737
18142 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
18143 test_catch_syscall_multi_arch.
18144 (test_catch_syscall_multi_arch): New function.
18145
181462014-11-20 Doug Evans <xdje42@gmail.com>
18147
18148 * gdb.base/maint.exp: Update expected output.
18149
181502014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
18151
18152 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
18153 4-byte instruction on S390.
18154
181552014-11-19 Joel Brobecker <brobecker@adacore.com>
18156
18157 * gdb.ada/arr_arr: New testcase.
18158
181592014-11-19 Joel Brobecker <brobecker@adacore.com>
18160
18161 * gdb.ada/pkd_arr_elem: New Testcase.
18162
181632014-11-18 Luis Machado <lgustavo@codesourcery.com>
18164
18165 * gdb.reverse/break-precsave: Expect completion message for
18166 core file reads.
18167 * gdb.reverse/consecutive-precsave.exp: Likewise.
18168 * gdb.reverse/finish-precsave.exp: Likewise.
18169 * gdb.reverse/i386-precsave.exp: Likewise.
18170 * gdb.reverse/machinestate-precsave.exp: Likewise.
18171 * gdb.reverse/sigall-precsave.exp: Likewise.
18172 * gdb.reverse/solib-precsave.exp: Likewise.
18173 * gdb.reverse/step-precsave.exp: Likewise.
18174 * gdb.reverse/until-precsave.exp: Likewise.
18175 * gdb.reverse/watch-precsave.exp: Likewise.
18176
181772014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18178
18179 * gdb.base/bp-permanent.c: Include unistd.h.
18180 * gdb.python/py-framefilter-mi.c (main): Add return type.
18181 * gdb.python/py-framefilter.c (main): Likewise.
18182 * gdb.trace/actions-changed.c (main): Likewise.
18183
181842014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18185
18186 * gdb.mi/until.c: Add eye-catchers.
18187 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
18188 line numbers.
18189
181902014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18191
18192 * gdb.base/condbreak.exp: Drop references to removed non-prototype
18193 function header variants in break1.c.
18194 * gdb.base/ena-dis-br.exp: Likewise.
18195 * gdb.base/hbreak2.exp: Likewise.
18196 * gdb.reverse/until-precsave.exp: Drop references to removed
18197 non-prototype function header variants in ur1.c.
18198 * gdb.reverse/until-reverse.exp: Likewise.
18199
182002014-11-17 Petr Machata <pmachata@redhat.com>
18201
18202 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
18203 ${_cu_offset_size} bytes abbrev offset.
18204
182052014-11-15 Doug Evans <xdje42@gmail.com>
18206
18207 PR symtab/17559
18208 * gdb.base/line-symtabs.exp: New file.
18209 * gdb.base/line-symtabs.c: New file.
18210 * gdb.base/line-symtabs.h: New file.
18211
182122014-11-14 Yao Qi <yao@codesourcery.com>
18213
18214 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
18215 (func): Add label func_label.
18216 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
18217 Replace low_pc and high_pc with MACRO_AT_range.
18218 Replace name, low_pc and high_pc with MACRO_AT_func.
18219
182202014-11-14 Yao Qi <yao@codesourcery.com>
18221
18222 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
18223 Replace name, low_pc and high_pc with MACRO_AT_func.
18224
182252014-11-14 Yao Qi <yao@codesourcery.com>
18226
18227 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
18228 produce debug information.
18229 * gdb.dwarf2/implptr-optimized-out.S: Removed.
18230
182312014-11-14 Yao Qi <yao@codesourcery.com>
18232
18233 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
18234 object and get function length.
18235 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
18236 with MACRO_AT_func.
18237 (top-level): Replace gdb_compile and clean_restart with
18238 prepare_for_testing.
18239 * gdb.dwarf2/main.c (main): Add label main_label.
18240
182412014-11-14 Yao Qi <yao@codesourcery.com>
18242
18243 * lib/dwarf.exp (function_range): New procedure.
18244 (Dwarf::_handle_macro_at_func): New procedure.
18245 (Dwarf::_handle_macro_at_range): New procedure.
18246 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
18247
182482014-11-14 Yao Qi <yao@codesourcery.com>
18249
18250 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
18251 (_handle_attribute): New procedure.
18252
182532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18254
18255 * gdb.ada/cond_lang/foo.c (callme): Add return type.
18256 * gdb.base/call-sc.c (zed): Likewise.
18257 * gdb.base/checkpoint.c (main): Likewise.
18258 * gdb.base/dump.c (main): Likewise.
18259 * gdb.base/gcore.c (main): Likewise.
18260 * gdb.base/huge.c (main): Likewise.
18261 * gdb.base/multi-forks.c (main): Likewise.
18262 * gdb.base/pr10179-a.c (main): Likewise.
18263 * gdb.base/savedregs.c (main): Likewise.
18264 * gdb.base/sigaltstack.c (main): Likewise.
18265 * gdb.base/siginfo.c (main): Likewise.
18266 * gdb.base/structs.c (zed): Likewise.
18267 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
18268 * gdb.mi/mi-syn-frame.c (main): Likewise.
18269 * gdb.mi/until.c (foo, main): Likewise.
18270 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
18271 * gdb.base/solib-weak.c (foo): Declare.
18272 * gdb.base/attach-twice.c: Include stdio.h.
18273 * gdb.base/weaklib1.c: Likewise.
18274 * gdb.base/weaklib2.c: Likewise.
18275 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
18276 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
18277 unistd.h.
18278 * gdb.base/attach-pie-misread.c: Include stdlib.h.
18279 * gdb.mi/mi-exit-code.c: Likewise.
18280 * gdb.base/break-interp-lib.c: Include string.h.
18281 * gdb.base/coremaker.c: Likewise.
18282 * gdb.base/testenv.c: Likewise.
18283 * gdb.python/py-finish-breakpoint.c: Likewise.
18284 * gdb.base/inferior-died.c: Include sys/wait.h.
18285 * gdb.base/fileio.c: Include time.h.
18286 * gdb.base/async-shell.c: Include unistd.h.
18287 * gdb.base/dprintf-non-stop.c: Likewise.
18288 * gdb.base/info-os.c: Likewise.
18289 * gdb.mi/mi-console.c: Likewise.
18290 * gdb.mi/watch-nonstop.c: Likewise.
18291 * gdb.python/py-events.c: Likewise.
18292 * gdb.base/async.c (baz): Move up before its invocation.
18293 * gdb.base/code_elim2.c (my_global_func): Likewise.
18294 * gdb.base/skip-solib-lib.c (multiply): Likewise.
18295 * gdb.base/advance.c (func2): Likewise.
18296
182972014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18298
18299 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
18300 variant.
18301 * gdb.base/annota3.c: Likewise.
18302 * gdb.base/async.c: Likewise.
18303 * gdb.base/average.c: Likewise.
18304 * gdb.base/call-ar-st.c: Likewise.
18305 * gdb.base/call-rt-st.c: Likewise.
18306 * gdb.base/call-sc.c: Likewise.
18307 * gdb.base/call-strs.c: Likewise.
18308 * gdb.base/ending-run.c: Likewise.
18309 * gdb.base/execd-prog.c: Likewise.
18310 * gdb.base/exprs.c: Likewise.
18311 * gdb.base/foll-exec.c: Likewise.
18312 * gdb.base/foll-fork.c: Likewise.
18313 * gdb.base/foll-vfork.c: Likewise.
18314 * gdb.base/funcargs.c: Likewise.
18315 * gdb.base/gcore.c: Likewise.
18316 * gdb.base/jump.c: Likewise.
18317 * gdb.base/langs0.c: Likewise.
18318 * gdb.base/langs1.c: Likewise.
18319 * gdb.base/langs2.c: Likewise.
18320 * gdb.base/mips_pro.c: Likewise.
18321 * gdb.base/nodebug.c: Likewise.
18322 * gdb.base/opaque0.c: Likewise.
18323 * gdb.base/opaque1.c: Likewise.
18324 * gdb.base/recurse.c: Likewise.
18325 * gdb.base/run.c: Likewise.
18326 * gdb.base/scope0.c: Likewise.
18327 * gdb.base/scope1.c: Likewise.
18328 * gdb.base/setshow.c: Likewise.
18329 * gdb.base/setvar.c: Likewise.
18330 * gdb.base/shmain.c: Likewise.
18331 * gdb.base/shr1.c: Likewise.
18332 * gdb.base/shr2.c: Likewise.
18333 * gdb.base/sigall.c: Likewise.
18334 * gdb.base/signals.c: Likewise.
18335 * gdb.base/so-indr-cl.c: Likewise.
18336 * gdb.base/solib2.c: Likewise.
18337 * gdb.base/structs.c: Likewise.
18338 * gdb.base/sum.c: Likewise.
18339 * gdb.base/vforked-prog.c: Likewise.
18340 * gdb.base/watchpoint.c: Likewise.
18341 * gdb.reverse/shr2.c: Likewise.
18342 * gdb.reverse/until-reverse.c: Likewise.
18343 * gdb.reverse/ur1.c: Likewise.
18344 * gdb.reverse/watch-reverse.c: Likewise.
18345
183462014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18347
18348 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
18349 variant.
18350 * gdb.base/sepdebug.exp: Drop references to removed code.
18351
183522014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18353
18354 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
18355 variant. Preserve original line numbering.
18356 * gdb.base/list1.c: Likewise.
18357
183582014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18359
18360 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
18361 variant.
18362 * gdb.base/break1.c: Likewise.
18363 * gdb.base/break.exp: Drop references to removed code.
18364
183652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18366
18367 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
18368 variant.
18369
183702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18371
18372 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
18373
183742014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18375
18376 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
18377 logic into perform_all_tests() and invoke it with and without
18378 function header prototypes.
18379 (do_function_calls): Remove conditional XFAIL for PR 5318.
18380 (rerun_and_prepare): Remove duplicate code.
18381 (perform_all_tests): New. Main logic moved here.
18382
183832014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18384
18385 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
18386 code guarded by #ifdef NO_PROTOTYPES.
18387 (t_double_many_args): Likewise.
18388 (DEF_FUNC_MANY_ARGS_1): Likewise.
18389 (DEF_FUNC_VALUES_1): Likewise.
18390 (t_structs_ldc): Renamed from t_structs_fc in conditional code
18391 guarded by #ifdef PROTOTYPES.
18392
183932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18394
18395 * gdb.mi/mi-console.c: Add eye-catcher.
18396 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
18397 instead of literal line number.
18398
183992014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18400
18401 * gdb.base/shr2.c: Add eye-catcher.
18402 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
18403 line number.
18404
184052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18406
18407 * gdb.base/jump.c: Add eye-catchers.
18408 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
18409 numbers.
18410
184112014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18412
18413 * gdb.base/execd-prog.c: Add eye-catchers.
18414 * gdb.base/foll-exec.c: Likewise.
18415 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
18416 line numbers.
18417
184182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18419
18420 * gdb.base/ending-run.c: Add eye-catchers.
18421 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
18422 literal line numbers.
18423
184242014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18425
18426 * gdb.base/call-rt-st.c: Add eye-catchers.
18427 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
18428 literal line numbers.
18429
184302014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18431
18432 * gdb.base/call-ar-st.c: Add eye-catchers.
18433 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
18434 literal line numbers.
18435
184362014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18437
18438 * gdb.base/average.c: Add eye-catchers.
18439 * gdb.base/sum.c: Likewise.
18440 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
18441 regexps dynamically.
18442
184432014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18444
18445 * gdb.base/solib1.c: Add eye-catchers.
18446 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
18447 literal line numbers.
18448
184492014-11-12 Pedro Alves <palves@redhat.com>
18450
18451 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
18452 leader has exited.
18453
184542014-11-12 Pedro Alves <palves@redhat.com>
18455
18456 * gdb.arch/i386-bp_permanent.c: New file.
18457 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
18458 (srcfile): Set to i386-bp_permanent.c.
18459 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
18460 that stepi does not execute the 'leave' instruction, instead of
18461 testing it does execute.
18462 * gdb.base/bp-permanent.c: New file.
18463 * gdb.base/bp-permanent.exp: New file.
18464
184652014-11-10 Doug Evans <xdje42@gmail.com>
18466
18467 PR symtab/17564
18468 * gdb.base/symtab-search-order.exp: New file.
18469 * gdb.base/symtab-search-order.c: New file.
18470 * gdb.base/symtab-search-order-1.c: New file.
18471 * gdb.base/symtab-search-order-shlib-1.c: New file.
18472
184732014-11-07 Pedro Alves <palves@redhat.com>
18474
18475 PR gdb/17511
18476 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
18477 i?86-*-linux*.
18478
184792014-11-03 Siva Chandra Reddy <sivachandra@google.com>
18480
18481 PR c++/17494
18482 * gdb.cp/pr17494.cc: New file.
18483 * gdb.cp/pr17494.exp: New file.
18484
184852014-11-02 Yao Qi <yao@codesourcery.com>
18486
18487 * gdb.python/python.exp: Get working directory and match the
18488 output of "set extended-prompt \\w " with it.
18489
184902014-10-30 Doug Evans <dje@google.com>
18491
18492 * gdb.python/py-objfile.exp: Add tests for setting random attributes
18493 in objfiles.
18494 * gdb.python/py-progspace.exp: Add tests for setting random attributes
18495 in progspaces.
18496
184972014-10-30 Janis Johnson <janisjo@codesourcery.com>
18498
18499 * gdb.base/fullpath-expand.exp: Skip for a remote host.
18500 * gdb.base/realname-expand.exp: Likewise.
18501 * gdb.linespec/macro-relative.exp: Likewise.
18502
185032014-10-29 Pedro Alves <palves@redhat.com>
18504
18505 PR gdb/17408
18506 * gdb.threads/schedlock.c (some_function): New function.
18507 (call_function): New global.
18508 (MAYBE_CALL_SOME_FUNCTION): New macro.
18509 (thread_function): Call it.
18510 * gdb.threads/schedlock.exp (get_args): Add description parameter,
18511 and use it instead of a global counter. Adjust all callers.
18512 (get_current_thread): Use "find current thread" for test message
18513 here rather than having all callers pass down the same string.
18514 (goto_loop): New procedure, factored out from ...
18515 (my_continue): ... this.
18516 (step_ten_loops): Change parameter from test message to command to
18517 use. Adjust.
18518 (list_count): Delete global.
18519 (check_result): New procedure, factored out from duplicate top
18520 level code.
18521 (continue tests): Wrap in with_test_prefix.
18522 (test_step): New procedure, factored out from duplicate top level
18523 code.
18524 (top level): Test "step" in combination with all scheduler-locking
18525 modes. Test "next" in combination with all scheduler-locking
18526 modes, and in combination with stepping over a function call or
18527 not.
18528 * gdb.threads/next-bp-other-thread.c: New file.
18529 * gdb.threads/next-bp-other-thread.exp: New file.
18530
185312014-10-29 Pedro Alves <palves@redhat.com>
18532
18533 PR python/17372
18534 * gdb.python/python.exp: Test a multi-line command that spawns
18535 interactive Python.
18536 * gdb.base/multi-line-starts-subshell.exp: New file.
18537
185382014-10-29 Yao Qi <yao@codesourcery.com>
18539
18540 * gdb.base/fileio.exp: Make directories on host.
18541
185422014-10-29 Yao Qi <yao@codesourcery.com>
18543
18544 * gdb.base/fileio.c (test_write): Close the file.
18545
185462014-10-28 Pedro Alves <palves@redhat.com>
18547
18548 PR gdb/12623
18549 * gdb.base/sigstep.c (no_handler): New global.
18550 (main): If 'no_handler is true, set the signal handlers to
18551 SIG_IGN.
18552 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
18553 with_sw_watch and no_handler parameters. Handle them.
18554 (top level) <stepping over handler when stopped at a breakpoint
18555 test>: Add a test axis for testing with a software watchpoint, and
18556 another for testing with the signal handler set to SIG_IGN.
18557 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
18558 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
18559
185602014-10-28 Pedro Alves <palves@redhat.com>
18561
18562 PR gdb/17511
18563 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
18564 * gdb.base/sigstep.exp (other_handler_location): New global.
18565 (advance): Support stepping into the signal handler, and running
18566 commands while in the handler.
18567 (in_handler_map): New global.
18568 (top level): In the advance test, add combinations for getting
18569 into the handler with stepping commands, and for running commands
18570 in the handler. Add comment descripting the advancei tests.
18571
185722014-10-28 Pedro Alves <palves@redhat.com>
18573
18574 * gdb.base/sigstep.exp: Use build_executable instead of
18575 prepare_for_testing.
18576 (top level): Move code that starts GDB, runs to main and creates a
18577 display to ...
18578 (restart): ... this new procedure.
18579 (top level): Move backtrace from signal handler test to ...
18580 (validate_backtrace): ... this new procedure.
18581 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
18582 with_test_prefix. Always restart GDB.
18583 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
18584 with_test_prefix. Always restart GDB. No need to delete
18585 breakpoints after the test.
18586 (test_skip_handler): Remove prefix parameter.
18587 (skip_over_handler, breakpoint_to_handler)
18588 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
18589 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
18590 restart GDB. No need to delete breakpoints after the test.
18591 (top level): Use foreach to call the test procedures with
18592 different commands.
18593
185942014-10-28 Pedro Alves <palves@redhat.com>
18595
18596 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
18597 instead of GNATS numbers.
18598 * gdb.base/sigbpt.exp: Likewise.
18599 * gdb.base/siginfo.exp: Likewise.
18600 * gdb.base/sigstep.exp: Likewise.
18601
186022014-10-27 Pedro Alves <palves@redhat.com>
18603
18604 * gdb.base/sigstep.c (dummy): New global.
18605 (main): Issue a couple writes to the new global.
18606 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
18607 procedures.
18608 (skip_over_handler): Use test_skip_handler.
18609 (top level): Call skip_over_handler for stepi and nexti too.
18610 (breakpoint_over_handler): Use test_skip_handler.
18611 (top level): Call breakpoint_over_handler for stepi and nexti too.
18612
186132014-10-27 Yao Qi <yao@codesourcery.com>
18614
18615 * gdb.trace/tfile.c (adjust_function_address)
18616 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
18617 function descriptor.
18618
186192014-10-24 Don Breazeal <donb@codesourcery.com>
18620
18621 * gdb.base/foll-fork.exp (test_follow_fork,
18622 catch_fork_child_follow): Check for updated fork messages emitted
18623 from infrun.c.
18624 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
18625 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
18626 vfork_and_exec_child_follow_through_step): Check for updated vfork
18627 messages emitted from infrun.c.
18628
186292014-10-24 Pedro Alves <palves@redhat.com>
18630
18631 * gdb.base/corefile.exp: Remove references to ultrix.
18632 * gdb.base/interrupt.exp: Likewise.
18633 * gdb.base/whatis.exp: Likewise.
18634 * gdb.gdb/selftest.exp: Likewise.
18635 * gdb.threads/manythreads.exp: Likewise.
18636 * gdb.threads/print-threads.exp: Likewise.
18637 * gdb.threads/pthreads.exp:: Likewise.
18638 * gdb.threads/schedlock.exp: Likewise.
18639
186402014-10-24 Siva Chandra Reddy <sivachandra@google.com>
18641
18642 * gdb.cp/non-trivial-retval.cc: Add a test case.
18643 * gdb.cp/non-trivial-retval.exp: Add a test.
18644
186452014-10-20 Yao Qi <yao@codesourcery.com>
18646
18647 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
18648 * gdb.python/py-objfile-script-gdb.py: New file.
18649 * gdb.python/py-objfile-script.exp: Update reference to
18650 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
18651 of remote_download. Remove the dest file.
18652
186532014-10-20 Yao Qi <yao@codesourcery.com>
18654
18655 * gdb.base/checkpoint.exp: Don't remove file copied on host.
18656 * gdb.base/step-line.exp: Likewise.
18657 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18658 * gdb.dwarf2/dw2-basic.exp: Likewise.
18659 * gdb.dwarf2/dw2-compressed.exp: Likewise.
18660 * gdb.dwarf2/dw2-filename.exp: Likewise.
18661 * gdb.dwarf2/dw2-intercu.exp: Likewise.
18662 * gdb.dwarf2/dw2-intermix.exp: Likewise.
18663 * gdb.dwarf2/dw2-producer.exp: Likewise.
18664 * gdb.dwarf2/mac-fileno.exp: Likewise.
18665 * gdb.python/py-frame-args.exp: Likewise.
18666 * gdb.python/py-framefilter.exp: Likewise.
18667 * gdb.python/py-mi.exp: Likewise.
18668 * gdb.python/py-objfile-script.exp: Likewise
18669 * gdb.python/py-pp-integral.exp: Likewise.
18670 * gdb.python/py-pp-re-notag.exp: Likewise.
18671 * gdb.python/py-prettyprint.exp: Likewise.
18672 * gdb.python/py-section-script.exp: Likewise.
18673 * gdb.python/py-typeprint.exp: Likewise.
18674 * gdb.python/py-xmethods.exp: Likewise.
18675 * gdb.stabs/weird.exp: Likewise.
18676 * gdb.xml/tdesc-regs.exp: Likewise.
18677
186782014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
18679
18680 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
18681 (out_cu): Use addr_len for the size of addresses.
18682 (out_line): Likewise. Size DW_LNE_set_address instruction
18683 according to addr_len.
18684 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
18685 (FUNC): Add START_INSNS to definition.
18686
186872014-10-18 Yao Qi <yao@codesourcery.com>
18688
18689 * gdb.base/argv0-symlink.exp: Check argv[0] value if
18690 gdb_has_argv0 return true.
18691 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
18692 check [target_info exists noargs], check [gdb_has_argv0]
18693 instead.
18694 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18695 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
18696 procedures.
18697
186982014-10-17 Doug Evans <dje@google.com>
18699
18700 * gdb.python/py-events.exp: Update expected output for clear_objfiles
18701 event.
18702 * gdb.python/py-events.py: Add clear_objfiles event.
18703
187042014-10-17 Doug Evans <dje@google.com>
18705
18706 * gdb.python/py-objfile.exp: Test progspace attribute.
18707
187082014-10-17 Luis Machado <lgustavo@codesourcery.com>
18709
18710 * gdb.guile/scm-breakpoint.exp: Do not assume any
18711 directory separators when matching source file paths.
18712 * gdb.python/py-breakpoint.exp: Likewise.
18713 * gdb.reverse/break-precsave.exp: Likewise.
18714 * gdb.reverse/break-reverse.exp: Likewise.
18715 * gdb.reverse/consecutive-precsave.exp: Likewise.
18716 * gdb.reverse/finish-precsave.exp: Likewise.
18717 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
18718 * gdb.reverse/finish-reverse.exp: Likewise.
18719 * gdb.reverse/i386-precsave.exp: Likewise.
18720 * gdb.reverse/i387-env-reverse.exp: Likewise.
18721 * gdb.reverse/i387-stack-reverse.exp: Likewise.
18722 * gdb.reverse/machinestate-precsave.exp: Likewise.
18723 * gdb.reverse/machinestate.exp: Likewise.
18724 * gdb.reverse/sigall-precsave.exp: Likewise.
18725 * gdb.reverse/solib-precsave.exp: Likewise.
18726 * gdb.reverse/step-precsave.exp: Likewise.
18727 * gdb.reverse/until-precsave.exp: Likewise.
18728 * gdb.reverse/watch-precsave.exp: Likewise.
18729 * gdb.reverse/watch-reverse.exp: Likewise.
18730
187312014-10-17 Yao Qi <yao@codesourcery.com>
18732
18733 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
18734 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
18735
187362014-10-17 Pedro Alves <palves@redhat.com>
18737
18738 PR gdb/17471
18739 * gdb.base/bg-execution-repeat.c: New file.
18740 * gdb.base/bg-execution-repeat.exp: New file.
18741
187422014-10-17 Pedro Alves <palves@redhat.com>
18743
18744 PR gdb/17300
18745 * gdb.base/continue-all-already-running.c: New file.
18746 * gdb.base/continue-all-already-running.exp: New file.
18747
187482014-10-17 Pedro Alves <palves@redhat.com>
18749
18750 PR gdb/17472
18751 * gdb.base/annota-input-while-running.c: New file.
18752 * gdb.base/annota-input-while-running.exp: New file.
18753
187542014-10-17 Pedro Alves <palves@redhat.com>
18755
18756 * gdb.base/callfuncs.exp: emove references to osf.
18757 * gdb.base/sigall.exp: Likewise.
18758 * gdb.gdb/selftest.exp: Likewise.
18759 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
18760 * gdb.mi/non-stop.c: Likewise.
18761 * gdb.mi/pthreads.c: Likewise.
18762 * gdb.reverse/sigall-precsave.exp: Likewise.
18763 * gdb.reverse/sigall-reverse.exp: Likewise.
18764 * gdb.threads/pthreads.c: Likewise.
18765 * gdb.threads/pthreads.exp: Likewise.
18766
187672014-10-17 Yao Qi <yao@codesourcery.com>
18768
18769 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
18770 check 'target_info exists noargs'.
18771 (test_command_prompt_position): Likewise.
18772 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
18773 Remove "set args".
18774 (progvar_simple_while_test): Likewise.
18775 (progvar_complex_if_while_test): Likewise.
18776 (if_while_breakpoint_command_test): Likewise.
18777 (infrun_breakpoint_command_test): Likewise.
18778 (breakpoint_command_test): Likewise.
18779 (watchpoint_command_test): Likewise.
18780 (bp_deleted_in_command_test): Likewise.
18781 (temporary_breakpoint_commands): Likewise.
18782
187832014-10-16 Yao Qi <yao@codesourcery.com>
18784
18785 * gdb.base/remotetimeout.exp: Remove noargs checking.
18786
187872014-10-15 Pedro Alves <palves@redhat.com>
18788
18789 PR breakpoints/9649
18790 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
18791 * gdb.base/breakpoint-in-ro-region.exp
18792 (probe_target_hardware_step): New procedure.
18793 (top level): Probe hardware stepping and hardware breakpoint
18794 support. Test stepping through a read-only region, with both
18795 "breakpoint auto-hw" on and off and both "always-inserted" on and
18796 off.
18797
187982014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
18799
18800 * gdb.dlang/demangle.exp: Update for demangling changes.
18801
188022014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18803
18804 * gdb.cp/non-trivial-retval.cc: Add new test cases.
18805 * gdb.cp/non-trivial-retval.exp: Add new tests.
18806
188072014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18808
18809 PR c++/13403
18810 PR c++/15154
18811 * gdb.cp/non-trivial-retval.cc: New file.
18812 * gdb.cp/non-trivial-retval.exp: New file.
18813
188142014-10-15 Yao Qi <yao@codesourcery.com>
18815
18816 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
18817 remote host.
18818
188192014-10-15 Yao Qi <yao@codesourcery.com>
18820
18821 * gdb.python/py-symbol.exp: Match file base name if host is
18822 remote, otherwise match file name with dir name.
18823 * gdb.python/py-symtab.exp: Likewise.
18824 * gdb.python/python.exp: Likewise.
18825
188262014-10-15 Yao Qi <yao@codesourcery.com>
18827
18828 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
18829 pattern.
18830 * gdb.python/py-symtab.exp: Likewise.
18831 * gdb.python/python.exp: Remove trailing ".*". Fix typo
18832 locationn.
18833
188342014-10-14 Joel Brobecker <brobecker@adacore.com>
18835
18836 * gdb.ada/addr_arith: New testcase.
18837
188382014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
18839
18840 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
18841 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
18842 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
18843 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
18844
188452014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
18846
18847 * gdb.arch/stap-eval-lang-ada.S: Likewise.
18848 * gdb.arch/stap-eval-lang-ada.c: Likewise.
18849 * gdb.arch/stap-eval-lang-ada.exp: New file.
18850
188512014-10-14 Yao Qi <yao@codesourcery.com>
18852
18853 * gdb.mi/mi-var-child.c (nothing1): New function.
18854 (nothing2): New function.
18855 (do_children_tests): Set function pointers by nothing1 and
18856 nothing2.
18857 * gdb.mi/mi-var-child.exp: Step over new added statements.
18858 Update test to match the new output.
18859 * gdb.mi/var-cmd.c (nothing1): New function.
18860 (nothing2): New function.
18861 (do_children_tests): Set function pointers by nothing1 and
18862 nothing2.
18863 * gdb.mi/mi-var-display.exp: Update test to match output.
18864 Step to the line specified by $line_dct_nothing.
18865 Increase the number of lines to step.
18866
188672014-10-14 Yao Qi <yao@codesourcery.com>
18868
18869 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
18870 tests.
18871 * gdb.mi/mi2-var-child.exp: Likewise.
18872
188732014-10-13 Doug Evans <dje@google.com>
18874
18875 * gdb.python/py-objfile.exp: Change name of file name test.
18876
188772014-10-13 Doug Evans <dje@google.com>
18878
18879 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
18880 from the start of the CU.
18881
188822014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
18883 Yao Qi <yao@codesourcery.com>
18884
18885 Fix "save breakpoints" for "catch" command.
18886 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
18887 Remove -nonewline. Match also the added "main" line.
18888
188892014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18890
18891 Fix "save breakpoints" for "disable $bpnum" command.
18892 * gdb.base/save-bp.c (main): Add label.
18893 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
18894
188952014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18896
18897 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
18898
188992014-10-11 Yao Qi <yao@codesourcery.com>
18900
18901 * gdb.server/server-kill.exp: Execute command
18902 "set remote trace-status-packet on" before "tstatus".
18903
189042014-10-11 Yao Qi <yao@codesourcery.com>
18905
18906 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
18907 (main): Call getppid.
18908 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
18909 and continue to it. Read variable "server_pid".
18910
189112014-10-11 Yao Qi <yao@codesourcery.com>
18912
18913 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
18914
189152014-10-11 Yao Qi <yao@codesourcery.com>
18916
18917 * gdb.threads/thread-find.exp: Don't execute command
18918 "info threads".
18919 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
18920 * gdb.threads/linux-dp.exp: Don't check the condition
18921 $threads_created equals to zero.
18922
189232014-10-10 Pedro Alves <palves@redhat.com>
18924
18925 * gdb.base/bigcore.exp: Remove references to IRIX.
18926 * gdb.base/funcargs.exp: Likewise.
18927 * gdb.base/interrupt.exp: Likewise.
18928 * gdb.base/mips_pro.exp: Likewise.
18929 * gdb.base/nodebug.exp: Likewise.
18930 * gdb.base/setvar.exp: Likewise.
18931 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
18932
189332014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18934 Pedro Alves <palves@redhat.com>
18935
18936 PR symtab/14466
18937 * gdb.base/vdso-warning.c: New file.
18938 * gdb.base/vdso-warning.exp: New file.
18939
189402014-10-02 Doug Evans <dje@google.com>
18941
18942 * gdb.base/structs.c (main): Don't run forever.
18943
189442014-10-02 Pedro Alves <palves@redhat.com>
18945
18946 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
18947 (top level) <stop threads 1, stop threads 2>: Use it.
18948
189492014-10-02 Pedro Alves <palves@redhat.com>
18950
18951 * gdb.threads/break-while-running.exp (test): Add new
18952 'update_thread_list' argument. Skip "info threads" if false.
18953 (top level): Add new 'update_thread_list' axis.
18954
189552014-10-02 Pedro Alves <palves@redhat.com>
18956
18957 PR breakpoints/17431
18958 * gdb.base/execl-update-breakpoints.c: New file.
18959 * gdb.base/execl-update-breakpoints.exp: New file.
18960
189612014-10-01 Pedro Alves <palves@redhat.com>
18962
18963 * gdb.base/breakpoint-in-ro-region.c: New file.
18964 * gdb.base/breakpoint-in-ro-region.exp: New file.
18965
189662014-10-01 Simon Marchi <simon.marchi@ericsson.com>
18967
18968 * gdb.mi/mi-exit-code.exp: New file.
18969 * gdb.mi/mi-exit-code.c: New file.
18970
189712014-09-30 Yao Qi <yao@codesourcery.com>
18972
18973 * lib/prelink-support.exp (build_executable_own_libs): Error if
18974 the target isn't native.
18975
189762014-09-30 Yao Qi <yao@codesourcery.com>
18977
18978 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
18979 false.
18980
189812014-09-22 Pedro Alves <palves@redhat.com>
18982
18983 * gdb.threads/break-while-running.exp: New file.
18984 * gdb.threads/break-while-running.c: New file.
18985
189862014-09-19 Yao Qi <yao@codesourcery.com>
18987
18988 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
18989 Invoke test. Restart GDB with --readnow and invoke test again.
18990
189912014-09-19 Yao Qi <yao@codesourcery.com>
18992
18993 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
18994 proc set_breakpoint_on_gcd_function. Invoke
18995 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
18996 invoke set_breakpoint_on_gcd_function again.
18997
189982014-09-18 Doug Evans <dje@google.com>
18999
19000 * gdb.dwarf2/symtab-producer.exp: New file.
19001
190022014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
19003
19004 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
19005 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
19006 * gdb.base/global-var-nested-by-dso.c: Likewise.
19007 * gdb.base/global-var-nested-by-dso.exp: Likewise.
19008
190092014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
19010 Pedro Alves <palves@redhat.com>
19011
19012 * gdb.base/watch-bitfields.exp: Pass string other than test file
19013 name to prepare_for_testing.
19014 (watch): New procedure.
19015 (expect_watchpoint): Use with_test_prefix.
19016 (top level): Factor out tests to ...
19017 (test_watch_location, test_regular_watch): ... these new
19018 procedures, and use with_test_prefix and gdb_continue_to_end.
19019
190202014-09-16 Patrick Palka <patrick@parcs.ath.cx>
19021
19022 PR breakpoints/12526
19023 * gdb.base/watch-bitfields.exp: New file.
19024 * gdb.base/watch-bitfields.c: New file.
19025
190262014-09-16 Pedro Alves <palves@redhat.com>
19027
19028 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
19029 software and hardware addresses, not software address against
19030 itself.
19031
190322014-09-16 Pedro Alves <palves@redhat.com>
19033
19034 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
19035 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
19036
190372014-09-16 Pedro Alves <palves@redhat.com>
19038
19039 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
19040 files.
19041 * gdb.base/a2-run.exp: Remove all code guarded by istarget
19042 "*-*-vxworks*" throughout.
19043 * gdb.base/break.exp: Likewise.
19044 * gdb.base/default.exp: Likewise.
19045 * gdb.base/scope.exp: Likewise.
19046 * gdb.base/sepdebug.exp: Likewise.
19047 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
19048 throughout.
19049 * gdb.base/run.c: Likewise.
19050 * gdb.base/sepdebug.c: Likewise.
19051 * gdb.hp/gdb.aCC/run.c: Likewise.
19052 * gdb.reverse/until-reverse.c: Likewise.
19053 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
19054
190552014-09-16 Yao Qi <yao@codesourcery.com>
19056
19057 * boards/local-remote-host-native.exp: New file.
19058
190592014-09-14 Doug Evans <xdje42@gmail.com>
19060
19061 * gdb.threads/queue-signal.c (thread_count): New variable.
19062 (thread_count_mutex, thread_count_condvar): New variables.
19063 (incr_thread_count, wait_all_threads_running): New functions.
19064 (main): Wait for all threads to be in their thread functions.
19065
190662014-09-13 Doug Evans <xdje42@gmail.com>
19067
19068 * gdb.threads/queue-signal.c: New file.
19069 * gdb.threads/queue-signal.exp: New file.
19070
190712014-09-13 Doug Evans <xdje42@gmail.com>
19072
19073 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
19074 be consistent with what default_gdb_init uses.
19075 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
19076 the plain text of the prompt. Add some logging printfs.
19077 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
19078
190792014-09-12 Pedro Alves <palves@redhat.com>
19080
19081 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
19082 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
19083 * gdb.arch/i386-size-overlap.exp: Likewise.
19084 * gdb.arch/i386-size.exp: Likewise.
19085 * gdb.arch/i386-unwind.exp: Likewise.
19086 * gdb.base/a2-run.exp: Likewise.
19087 * gdb.base/break.exp: Likewise.
19088 * gdb.base/charset.exp: Likewise.
19089 * gdb.base/chng-syms.exp: Likewise.
19090 * gdb.base/commands.exp: Likewise.
19091 * gdb.base/dbx.exp: Likewise.
19092 * gdb.base/find.exp: Likewise.
19093 * gdb.base/funcargs.exp: Likewise.
19094 * gdb.base/jit-simple.exp: Likewise.
19095 * gdb.base/reread.exp: Likewise.
19096 * gdb.base/sepdebug.exp: Likewise.
19097 * gdb.base/step-bt.exp: Likewise.
19098 * gdb.cp/mb-inline.exp: Likewise.
19099 * gdb.cp/mb-templates.exp: Likewise.
19100 * gdb.objc/basicclass.exp: Likewise.
19101 * gdb.threads/killed.exp: Likewise.
19102
191032014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19104
19105 PR tdep/17379
19106 * gdb.arch/powerpc-stackless.S: New file.
19107 * gdb.arch/powerpc-stackless.exp: New file.
19108
191092014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
19110
19111 * gdb.base/attach.c: Include unistd.h.
19112 (main): Call alarm. Add label postloop.
19113 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
19114 gdb_breakpoint, gdb_continue_to_breakpoint.
19115 (test_command_line_attach_run): Kill ${testpid} in one exit path.
19116
191172014-09-11 Pedro Alves <palves@redhat.com>
19118
19119 PR gdb/17347
19120 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
19121 * gdb.base/attach.exp (test_command_line_attach_run): New
19122 procedure.
19123 (top level): Call it.
19124
191252014-09-11 Pedro Alves <palves@redhat.com>
19126
19127 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
19128 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
19129 (do_command_attach_tests): Use spawn_wait_for_attach.
19130 * gdb.base/solib-overlap.exp: Likewise.
19131 * gdb.multi/multi-attach.exp: Likewise.
19132 * gdb.python/py-prompt.exp: Likewise.
19133 * gdb.python/py-sync-interp.exp: Likewise.
19134 * gdb.server/ext-attach.exp: Likewise.
19135
191362014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
19137
19138 * gdb.fortran/array-element.exp: Remove unexpected "continue"
19139 command in testcase. Simplify testcase.
19140
191412014-09-10 Joel Brobecker <brobecker@adacore.com>
19142
19143 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
19144
191452014-09-10 Joel Brobecker <brobecker@adacore.com>
19146
19147 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
19148
191492014-09-10 Joel Brobecker <brobecker@adacore.com>
19150
19151 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
19152
191532014-09-10 Joel Brobecker <brobecker@adacore.com>
19154
19155 * gdb.dwarf2/dynarr-ptr.c: New file.
19156 * gdb.dwarf2/dynarr-ptr.exp: New file.
19157
191582014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19159
19160 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
19161 of 30 rather than hardcoding 120 for a slow test case. Take the
19162 `gdb,timeout' target setting into account for this calculation.
19163 Don't extend the timeout for the test cases that don't need it.
19164
191652014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19166
19167 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
19168 a factor of 2 for a slow test case. Take the `gdb,timeout'
19169 target setting into account for this calculation.
19170 * gdb.reverse/until-precsave.exp: Increase the timeout by
19171 a factor of 15 and 3 respectively rather than adding 120
19172 for a pair of slow test cases. Take the `gdb,timeout'
19173 target setting into account for this calculation.
19174
191752014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19176
19177 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
19178 timeout, don't pass one down to gdb_expect.
19179 (gdb_expect): Rework timeout selection.
19180
191812014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19182
19183 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
19184 exception on timeout.
19185 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
19186 (gdbserver_start_extended): Catch any `gdbserver_start' error
19187 exceptions.
19188 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
19189 * lib/mi-support.exp (mi_gdb_target_load): Catch any
19190 `gdbserver_gdb_load' error exceptions.
19191
191922014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19193
19194 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
19195 120 on waiting for the TCP socket to open.
19196
191972014-09-09 Doug Evans <xdje42@gmail.com>
19198
19199 * gdb.base/default.exp (show_conv_list): Add _caller_is,
19200 _caller_matches, _any_caller_is, _any_caller_matches.
19201
192022014-09-09 Doug Evans <xdje42@gmail.com>
19203
19204 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
19205
192062014-09-09 Yao Qi <yao@codesourcery.com>
19207
19208 * gdb.mi/mi-var-display.exp: Set print symbol off.
19209
192102014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
19211
19212 PR gdb/17035
19213 * gdb.base/commands.exp: Add tests to verify user-defined
19214 commands with empty bodies.
19215 * gdb.python/py-cmd.exp: Test that we don't show user-defined
19216 python commands in `show user command`.
19217 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
19218 scheme commands in `show user command`.
19219
192202014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19221
19222 PR python/17355
19223 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
19224 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
19225 * gdb.python/py-framefilter-invalidarg.exp: New file.
19226 * gdb.python/py-framefilter-invalidarg.py: New file.
19227
192282014-09-06 Doug Evans <xdje42@gmail.com>
19229
19230 PR 15276
19231 * gdb.python/py-caller-is.c: New file.
19232 * gdb.python/py-caller-is.exp: New file.
19233
192342014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
19235
19236 PR gdb/17235
19237 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
19238 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
19239
192402014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
19241
19242 PR fortran/17237
19243 * gdb.fortran/print-formatted.exp: New file.
19244 * gdb.fortran/print-formatted.f90: Likewise.
19245
192462014-09-03 Sasha Smundak <asmundak@google.com>
19247
19248 * gdb.python/py-frame.exp: Test Frame.read_register.
19249
192502014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
19251
19252 PR python/16699
19253 * gdb.python/py-completion.exp: New file.
19254 * gdb.python/py-completion.py: Likewise.
19255
192562014-08-28 Doug Evans <dje@google.com>
19257
19258 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
19259 eax,etc. are live with values set by gdb and thus the compiler can't
19260 use them.
19261 * gdb.arch/i386-pseudo.c (main): Ditto.
19262
192632014-08-27 Doug Evans <dje@google.com>
19264
19265 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
19266
192672014-08-25 Doug Evans <dje@google.com>
19268
19269 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
19270 (main): Ditto.
19271
192722014-08-25 Doug Evans <dje@google.com>
19273
19274 * gdb.threads/thread-execl.exp: #include <stdio.h>.
19275
192762014-08-24 Yao Qi <yao@codesourcery.com>
19277
19278 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
19279 symbol off.
19280 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
19281
192822014-08-22 Doug Evans <dje@google.com>
19283
19284 PR 17276
19285 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
19286 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
19287 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
19288
192892014-08-22 Yao Qi <yao@codesourcery.com>
19290
19291 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
19292 * gdb.python/py-finish-breakpoint2.exp: Likewise.
19293 * gdb.python/python.exp: Likewise. Use .py file on the host
19294 instead of the build.
19295
192962014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19297
19298 * gdb.threads/gcore-stale-thread.c: New file.
19299 * gdb.threads/gcore-stale-thread.exp: New file.
19300
193012014-08-21 Pedro Alves <palves@redhat.com>
19302
19303 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
19304 * gdb.base/gcore-relro-pie.exp: Likewise.
19305 * gdb.base/gcore-relro.exp: Likewise.
19306 * gdb.base/gcore.exp: Likewise.
19307 * gdb.base/print-symbol-loading.exp: Likewise.
19308 * gdb.threads/gcore-thread.exp: Likewise.
19309 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
19310
193112014-08-20 Pedro Alves <palves@redhat.com>
19312 Jan Kratochvil <jan.kratochvil@redhat.com>
19313
19314 * Makefile.in (EXTRA_RULES, CC): New variables, get from
19315 configure.
19316 (EXPECT): Handle READ1 being set.
19317 (all): Depend on EXTRA_RULES.
19318 (check-read1, expect-read1, read1.so, read1): New rules.
19319 * README (Testsuite Parameters): Document the READ1 make variable.
19320 (Race detection): New section.
19321 * configure: Regenerate.
19322 * configure.ac: If build==host==target, and running under a
19323 GNU/glibc system, add read1 to the extra Makefile rules.
19324 (EXTRA_RULES): AC_SUBST it.
19325 * lib/read1.c: New file.
19326
193272014-08-20 Joel Brobecker <brobecker@adacore.com>
19328
19329 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
19330 the handling of variables declared as a typedef to an array
19331 which a DW_AT_data_location attribute.
19332
193332014-08-19 Andrew Burgess <aburgess@broadcom.com>
19334 Pedro Alves <palves@redhat.com>
19335
19336 PR symtab/14604
19337 PR symtab/14605
19338 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
19339 gdb_test.
19340
193412014-08-19 Pedro Alves <palves@redhat.com>
19342
19343 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
19344
193452014-08-19 Yao Qi <yao@codesourcery.com>
19346
19347 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
19348 right line.
19349
193502014-08-18 David Blaikie <dblaikie@gmail.com>
19351
19352 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
19353
193542014-08-18 Joel Brobecker <brobecker@adacore.com>
19355
19356 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
19357 attribute in array range.
19358
193592014-08-18 Joel Brobecker <brobecker@adacore.com>
19360
19361 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
19362
193632014-08-15 Siva Chandra Reddy <sivachandra@google.com>
19364
19365 PR c++/17132
19366 * gdb.cp/pr17132.cc: New file.
19367 * gdb.cp/pr17132.exp: New file.
19368
193692014-08-15 Siva Chandra Reddy <sivachandra@google.com>
19370
19371 * gdb.python/py-xmethods.py (A_getarrayind)
19372 (E_method_char_worker.__call__, E_method_int_worker.__call__):
19373 Use 'print' with function call syntax.
19374 (E_method_matcher.match): Fix tab vs space indentation mixup.
19375
193762014-08-15 Yao Qi <yao@codesourcery.com>
19377
19378 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
19379 false.
19380
193812014-08-15 Yao Qi <yao@codesourcery.com>
19382
19383 * gdb.cp/casts.exp: Set print symbol off.
19384 * gdb.cp/class2.exp: Likewise.
19385 * gdb.cp/overload.exp: Likewise.
19386 * gdb.cp/templates.exp: Likewise.
19387
193882014-08-11 Doug Evans <dje@google.com>
19389
19390 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
19391 (test_load_shlib): Update.
19392
193932014-08-09 Yao Qi <yao@codesourcery.com>
19394
19395 * gdb.base/display.exp: Invoke is_address_zero_readable.
19396 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
19397 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
19398 * gdb.base/hbreak-unmapped.exp: Return if
19399 is_address_zero_readable returns true.
19400 * gdb.base/signest.exp: Likewise.
19401 * gdb.base/signull.exp: Likewise.
19402 * gdb.base/sigbpt.exp: Likewise.
19403 * gdb.guile/scm-disasm.exp: Do the test if
19404 is_address_zero_readable returns false.
19405 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
19406 * gdb.python/py-arch.exp: Likewise.
19407 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
19408 * lib/gdb.exp (is_address_zero_readable): New proc.
19409
194102014-08-09 Yao Qi <yao@codesourcery.com>
19411
19412 PR testsuite/13443
19413 * gdb.mi/mi-var-display.exp: Make test messages unique.
19414
194152014-08-04 Tom Tromey <tromey@redhat.com>
19416
19417 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
19418 target 0".
19419
194202014-08-04 Tom Tromey <tromey@redhat.com>
19421
19422 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
19423 "target_resume".
19424
194252014-08-01 Joel Brobecker <brobecker@adacore.com>
19426
19427 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
19428 inner_vla_struct_object_size.
19429 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
19430 as xfail.
19431
194322014-07-30 Pedro Alves <palves@redhat.com>
19433
19434 * gdb.threads/signal-command-handle-nopass.exp (test): Add
19435 comment.
19436
194372014-07-29 Yao Qi <yao@codesourcery.com>
19438
19439 PR gdb/17206
19440 * gdb.base/until-nodebug.exp: New.
19441
194422014-07-28 Doug Evans <xdje42@gmail.com>
19443
19444 PR guile/17203
19445 * gdb.guile/scm-parameter.exp: Add tests for trying to create
19446 previously existing parameter, and previously ambiguously spelled
19447 parameter.
19448
194492014-07-28 Will Newton <will.newton@linaro.org>
19450
19451 * gdb.base/varargs.exp: Remove KFAILs for ARM.
19452
194532014-07-26 Ludovic Courtès <ludo@gnu.org>
19454 Doug Evans <xdje42@gmail.com>
19455
19456 PR guile/17146
19457 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
19458
194592014-07-25 Pedro Alves <palves@redhat.com>
19460
19461 * gdb.threads/signal-command-handle-nopass.c: New file.
19462 * gdb.threads/signal-command-handle-nopass.exp: New file.
19463 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
19464 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
19465 * gdb.threads/signal-delivered-right-thread.c: New file.
19466 * gdb.threads/signal-delivered-right-thread.exp: New file.
19467
194682014-07-25 Pedro Alves <palves@redhat.com>
19469
19470 * gdb.base/double-prompt-target-event-error.exp
19471 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
19472 match.
19473 (cancel_pagination_in_target_event): Rework double prompt
19474 detection.
19475 * gdb.base/paginate-after-ctrl-c-running.exp
19476 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
19477 <return>' match.
19478 * gdb.base/paginate-bg-execution.exp
19479 (test_bg_execution_pagination_return)
19480 (test_bg_execution_pagination_cancel): Remove '-notransfer
19481 <return>' matches.
19482 * gdb.base/paginate-execution-startup.exp
19483 (test_fg_execution_pagination_return)
19484 (test_fg_execution_pagination_cancel): Remove '-notransfer
19485 <return>' matches.
19486 * gdb.base/paginate-inferior-exit.exp
19487 (test_paginate_inferior_exited): Remove '-notransfer <return>'
19488 match.
19489 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
19490 * lib/gdb.exp (pagination_prompt): Run text through
19491 string_to_regexp.
19492 (gdb_test_multiple): Match $pagination_prompt instead of
19493 "<return>".
19494 (string_to_regexp): Move to lib/gdb-utils.exp.
19495
194962014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
19497
19498 * gdb.arch/amd64-entry-value-paramref.S: New file.
19499 * gdb.arch/amd64-entry-value-paramref.cc: New file.
19500 * gdb.arch/amd64-entry-value-paramref.exp: New file.
19501 * gdb.arch/amd64-optimout-repeat.S: New file.
19502 * gdb.arch/amd64-optimout-repeat.c: New file.
19503 * gdb.arch/amd64-optimout-repeat.exp: New file.
19504
195052014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
19506
19507 PR gdb/17170
19508 * gdb.base/statistics.exp: New file.
19509
195102014-07-17 Doug Evans <dje@google.com>
19511
19512 PR gdb/17170
19513 * gdb.base/maint.exp: Update testing of per-command stats.
19514
195152014-07-16 Pedro Alves <palves@redhat.com>
19516
19517 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
19518 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
19519 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
19520 (tfile_write_buf): New functions.
19521 (add_memory_block): Rewrite using the above.
19522 (adjust_function_address): New function.
19523 (FUNCTION_ADDRESS): New macro.
19524 (write_basic_trace_file): Remove short_x local, and use
19525 tfile_write_16. Change type of func_addr local to unsigned long
19526 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
19527 here. Cast argument of add_memory_block to char pointer.
19528 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
19529 (main): Remove parameters.
19530 * gdb.trace/tfile.exp: Remove nowarnings.
19531
195322014-07-15 Simon Marchi <simon.marchi@ericsson.com>
19533
19534 * gdb.base/debug-expr.exp: Test string evaluation with
19535 "debug expression" on.
19536
195372014-07-15 Pedro Alves <palves@redhat.com>
19538
19539 * gdb.base/reread.exp: Use clean_restart.
19540
195412014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
19542
19543 * gdb.arch/avr-flash-qualifer.c: New.
19544 * gdb.arch/avr-flash-qualifer.exp: New.
19545
195462014-07-14 Pedro Alves <palves@redhat.com>
19547
19548 * gdb.base/paginate-after-ctrl-c-running.c: New file.
19549 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
19550
195512014-07-14 Pedro Alves <palves@redhat.com>
19552
19553 * gdb.base/double-prompt-target-event-error.c: New file.
19554 * gdb.base/double-prompt-target-event-error.exp: New file.
19555
195562014-07-14 Pedro Alves <palves@redhat.com>
19557
19558 PR gdb/17072
19559 * gdb.base/paginate-inferior-exit.c: New file.
19560 * gdb.base/paginate-inferior-exit.exp: New file.
19561
195622014-07-14 Pedro Alves <palves@redhat.com>
19563
19564 PR gdb/17072
19565 * gdb.base/paginate-bg-execution.c: New file.
19566 * gdb.base/paginate-bg-execution.exp: New file.
19567
195682014-07-14 Pedro Alves <palves@redhat.com>
19569
19570 PR gdb/17072
19571 * gdb.base/paginate-execution-startup.c: New file.
19572 * gdb.base/paginate-execution-startup.exp: New file.
19573 * lib/gdb.exp (pagination_prompt): New global.
19574 (default_gdb_spawn): New procedure, factored out from
19575 default_gdb_spawn.
19576 (default_gdb_start): Adjust to call default_gdb_spawn.
19577 (gdb_spawn): New procedure.
19578
195792014-07-14 Pedro Alves <palves@redhat.com>
19580
19581 * lib/gdb.exp (gdb_assert): New procedure.
19582 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
19583
195842014-07-14 Pedro Alves <palves@redhat.com>
19585
19586 * gdb.base/execution-termios.c: New file.
19587 * gdb.base/execution-termios.exp: New file.
19588
195892014-07-14 Tom Tromey <tromey@redhat.com>
19590
19591 * gdb.cp/vla-cxx.cc: New file.
19592 * gdb.cp/vla-cxx.exp: New file.
19593
195942014-07-14 Tom Tromey <tromey@redhat.com>
19595
19596 * gdb.reverse/rerun-prec.c: New file.
19597 * gdb.reverse/rerun-prec.exp: New file.
19598
195992014-07-12 Maciej W. Rozycki <macro@mips.com>
19600 Maciej W. Rozycki <macro@codesourcery.com>
19601
19602 * lib/gdb-utils.exp: New file.
19603 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
19604 inline `gdb_init_command' processing.
19605 (gdb_start_cmd): Likewise.
19606 * lib/mi-support.exp (mi_run_cmd): Likewise.
19607 * README: Document `gdb_init_command' and `gdb_init_commands'.
19608
196092014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19610
19611 Fix false FAIL running under a very long directory name.
19612 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
19613 and "set print elements 10000". Twice.
19614
196152014-07-11 Yao Qi <yao@codesourcery.com>
19616
19617 * gdb.base/exprs.exp: "set print symbol off".
19618
196192014-07-11 Pedro Alves <palves@redhat.com>
19620
19621 * gdb.threads/kill.c: New file.
19622 * gdb.threads/kill.exp: New file.
19623
196242014-07-10 Yao Qi <yao@codesourcery.com>
19625
19626 * gdb.trace/tfile.c (write_basic_trace_file)
19627 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
19628 address written to trace file.
19629
196302014-07-09 Pedro Alves <palves@redhat.com>
19631
19632 * gdb.base/attach-wait-input.exp: New file.
19633 * gdb.base/attach-wait-input.c: New file.
19634
196352014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
19636
19637 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
19638 setting up test structures.
19639 (main): Call new test function.
19640 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
19641 test function, continue into test function and walk test
19642 structures.
19643
196442014-07-02 Yao Qi <yao@codesourcery.com>
19645
19646 * gdb.trace/entry-values.c: Define labels 'foo_start' and
19647 'bar_start' at the beginning of functions 'foo' and 'bar'
19648 respectively.
19649 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
19650 instead of 'foo' and 'bar'.
19651
196522014-07-08 Markus Metzger <markus.t.metzger@intel.com>
19653
19654 * gdb.btrace/segv.exp: New.
19655 * gdb.btrace/segv.c: New.
19656
196572014-07-02 Luis Machado <lgustavo@codesourcery.com>
19658
19659 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
19660 instruction.
19661
196622014-06-30 Mark Wielaard <mjw@redhat.com>
19663
19664 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
19665 vulture, vilify, villar): New volatile array constants.
19666 (vindictive, vegetation): New const volatile array constants.
19667 * gdb.base/volatile.exp: Test volatile and const volatile array
19668 types.
19669
196702014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
19671
19672 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
19673 target lacks support for awatch, rwatch, or hbreak.
19674
196752014-06-27 Yao Qi <yao@codesourcery.com>
19676
19677 * gdb.multi/dummy-frame-restore.exp: New.
19678 * gdb.multi/dummy-frame-restore.c: New.
19679
196802014-06-25 Markus Metzger <markus.t.metzger@intel.com>
19681
19682 * gdb.btrace/gcore.exp: New.
19683
196842014-06-23 Pedro Alves <palves@redhat.com>
19685
19686 * gdb.base/watchpoint-reuse-slot.c: New file.
19687 * gdb.base/watchpoint-reuse-slot.exp: New file.
19688
196892014-06-23 Siva Chandra Reddy <sivachandra@google.com>
19690
19691 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
19692 progspace's filename in 'info', 'enable' and 'disable' command
19693 tests.
19694
196952014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
19696
19697 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
19698 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19699 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
19700
197012014-06-20 Gary Benson <gbenson@redhat.com>
19702
19703 * gdb.arch/i386-avx.exp: Fix include file location.
19704 * gdb.arch/i386-sse.exp: Likewise.
19705
197062014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
19707
19708 * gdb.dlang/expression.exp: New file.
19709
197102014-06-19 Pedro Alves <palves@redhat.com>
19711
19712 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
19713 out from ...
19714 (top level): ... here. Iterate running tests under different
19715 scheduler-locking settings.
19716
197172014-06-18 Luis Machado <lgustavo@codesourcery.com>
19718
19719 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
19720 to DW_FORM_addr and use non-zero addresses.
19721
197222014-06-18 Siva Chandra Reddy <sivachandra@google.com>
19723
19724 PR gdb/17017
19725 * gdb.python/py-xmethods.cc: Add global function call counters and
19726 increment them in their respective functions. Remove "cout"
19727 statements.
19728 * gdb.python/py-xmethods.exp: Make tests check the global function
19729 call counters instead of depending on inferior IO.
19730
197312014-06-18 Don Breazeal <donb@codesourcery.com>
19732
19733 * gdb.base/foll-fork.exp (default_fork_parent_follow):
19734 Deleted procedure.
19735 (explicit_fork_parent_follow): Deleted procedure.
19736 (explicit_fork_child_follow): Deleted procedure.
19737 (test_follow_fork): New procedure.
19738 (do_fork_tests): Replace calls to deleted procedures with
19739 calls to test_follow_fork and reset GDB for subsequent
19740 procedure calls.
19741
197422014-06-17 Yao Qi <yao@codesourcery.com>
19743
19744 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
19745 CP1252.
19746
197472014-06-17 Luis Machado <lgustavo@codesourcery.com>
19748
19749 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
19750 Initialize ptr and S explicitly.
19751 (skip_type_update_when_not_use_rtti_test): Likewise.
19752
197532014-06-16 Keith Seitz <keiths@redhat.com>
19754
19755 PR mi/15863
19756 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
19757 the inferior is started.
19758
197592014-06-16 Pedro Alves <palves@redhat.com>
19760
19761 * gdb.base/break-main-file-remove-fail.c: New file.
19762 * gdb.base/break-main-file-remove-fail.exp: New file.
19763 * gdb.base/break-unload-file.exp: Use build_executable instead of
19764 prepare_for_testing.
19765 (test_break): New parameter "initial_load". Handle it.
19766 (top level): Add initial_load cmdline/file axis.
19767
197682014-06-12 Tom Tromey <tromey@redhat.com>
19769
19770 * gdb.base/completion.exp: Don't use directory name in test.
19771
197722014-06-09 Gary Benson <gbenson@redhat.com>
19773
19774 * gdb.base/sigall.c [Functions to send signals]: Reorder to
19775 separate the always-available ANSI-standard signals from the
19776 signals that require checking.
19777 (main): Likewise.
19778 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
19779 Likewise.
19780 (main): Likewise.
19781
197822014-06-07 Keith Seitz <keiths@redhat.com>
19783
19784 Revert:
19785 PR c++/16253
19786 * gdb.cp/var-tag.cc: New file.
19787 * gdb.cp/var-tag.exp: New file.
19788 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19789 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19790 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19791 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19792
197932014-06-06 Doug Evans <xdje42@gmail.com>
19794
19795 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
19796
197972014-06-06 Pedro Alves <palves@redhat.com>
19798
19799 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
19800 in target debug output instead of looking at RSP packets,
19801 disabling the test on any target that uses hardware stepping.
19802 Update comments.
19803
198042014-06-06 Pedro Alves <palves@redhat.com>
19805
19806 * gdb.base/break-unload-file.exp: Fix typo.
19807
198082014-06-06 Yao Qi <yao@codesourcery.com>
19809
19810 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
19811 from "jit_function" to "^jit_function".
19812
198132014-06-06 Yao Qi <yao@codesourcery.com>
19814
19815 * gdb.base/async.c (foo): Add one statement.
19816 * gdb.base/async.exp: Get the next instruction address and
19817 match the output of "nexti" by instruction address. Match
19818 the hex address in the output of "finish".
19819
198202014-06-06 Gary Benson <gbenson@redhat.com>
19821
19822 * gdb.base/call-signals.c: Remove preprocessor conditionals
19823 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
19824 SIGSEGV and SIGTERM.
19825 * gdb.base/sigall.c: Likewise.
19826 * gdb.base/unwindonsignal.c: Likewise.
19827 * gdb.reverse/sigall-reverse.c: Likewise.
19828
198292014-06-06 Yao Qi <yao@codesourcery.com>
19830
19831 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
19832 readable, skip the test.
19833
198342014-06-06 Yao Qi <yao@codesourcery.com>
19835
19836 * gdb.threads/staticthreads.c (thread_function): Move the line
19837 setting breakpoint on forward.
19838 * gdb.threads/staticthreads.exp: Update comments.
19839
198402014-06-05 Ludovic Courtès <ludo@gnu.org>
19841
19842 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
19843 "history-append! type error".
19844
198452014-06-05 Simon Marchi <simon.marchi@ericsson.com>
19846
19847 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
19848 erroneous dprintf expected input.
19849
198502014-06-04 Doug Evans <xdje42@gmail.com>
19851
19852 * gdb.guile/scm-generics.exp: Delete.
19853
198542014-06-04 Doug Evans <xdje42@gmail.com>
19855
19856 * gdb.guile/scm-breakpoint.exp: Update.
19857 Add tests for breakpoint registration.
19858
198592014-06-04 Tom Tromey <tromey@redhat.com>
19860
19861 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
19862 VLA-in-union.
19863 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
19864 inner_vla_struct, vla_union types. Initialize objects of those
19865 types and compute their sizes.
19866
198672014-06-04 Nathan Sidwell <nathan@codesourcery.com>
19868 Hui Zhu <hui@codesourcery.com>
19869
19870 * gdb.base/fileio.exp: Add test for shell not available as well as
19871 available.
19872 * gdb.base/fileio.c (test_system): Check for shell twice.
19873
198742014-06-04 Yao Qi <yao@codesourcery.com>
19875
19876 * gdb.base/auto-connect-native-target.exp: Remove redundant
19877 space from the regexp pattern.
19878
198792014-06-04 Yao Qi <yao@codesourcery.com>
19880
19881 * gdb.base/default.exp: Replace "child" with "native" in
19882 regexp pattern.
19883
198842014-06-03 Siva Chandra Reddy <sivachandra@google.com>
19885
19886 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
19887 * gdb.python/py-xmethods.exp: New tests to test xmethods.
19888 * gdb.python/py-xmethods.py: Python script supporting the
19889 new testcase and tests.
19890
198912014-06-03 Joel Brobecker <brobecker@adacore.com>
19892 Pedro Alves <palves@redhat.com>
19893
19894 PR breakpoints/17000
19895 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
19896 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
19897
198982014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
19899
19900 * gdb.base/subst.exp: Add tests to verify partial path matching
19901 output.
19902
199032014-06-03 Pedro Alves <palves@redhat.com>
19904
19905 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
19906 target that doesn't use software single-stepping.
19907
199082014-06-03 Pedro Alves <palves@redhat.com>
19909
19910 PR breakpoints/17000
19911 * gdb.base/sss-bp-on-user-bp-2.c: New file.
19912 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
19913
199142014-06-02 Doug Evans <xdje42@gmail.com>
19915
19916 * gdb.guile/scm-parameter.exp: New file.
19917
199182014-06-02 Doug Evans <xdje42@gmail.com>
19919
19920 * gdb.guile/scm-cmd.c: New file.
19921 * gdb.guile/scm-cmd.exp: New file.
19922
199232014-06-02 Doug Evans <xdje42@gmail.com>
19924
19925 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
19926 pretty-printer lookup.
19927 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
19928 (make-pp_s-printer): Call it.
19929 (make-pretty-printer-from-dict): New function.
19930 (lookup-pretty-printer-maker-from-dict): New function.
19931 (*pretty-printer*): Simplify.
19932 (make-objfile-pp_s-printer): New function.
19933 (install-objfile-pretty-printers!): New function.
19934 (make-progspace-pp_s-printer): New function.
19935 (install-progspace-pretty-printers!): New function.
19936 * gdb.guile/scm-progspace.c: New file.
19937 * gdb.guile/scm-progspace.exp: New file.
19938
199392014-06-02 Pedro Alves <palves@redhat.com>
19940
19941 * gdb.base/dprintf-bp-same-addr.c: New file.
19942 * gdb.base/dprintf-bp-same-addr.exp: New file.
19943
199442014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19945
19946 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
19947 * gdb.arch/powerpc-power.s: Likewise.
19948
199492014-06-02 Joel Brobecker <brobecker@adacore.com>
19950
19951 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
19952
199532014-06-01 Yao Qi <yao@codesourcery.com>
19954
19955 * gdb.base/watchpoint.exp (test_watch_location): Check null
19956 pointer can be dereferenced. If not, do the test, otherwise
19957 skip it.
19958
199592014-05-30 Andrew Burgess <aburgess@broadcom.com>
19960
19961 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
19962 results.
19963 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
19964
199652014-05-30 Andrew Burgess <aburgess@broadcom.com>
19966
19967 * gdb.arch/amd64-invalid-stack-middle.S: New file.
19968 * gdb.arch/amd64-invalid-stack-middle.c: New file.
19969 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
19970 * gdb.arch/amd64-invalid-stack-top.c: New file.
19971 * gdb.arch/amd64-invalid-stack-top.exp: New file.
19972
199732014-05-30 Pedro Alves <palves@redhat.com>
19974
19975 PR breakpoints/17000
19976 * gdb.base/sss-bp-on-user-bp.c: New file.
19977 * gdb.base/sss-bp-on-user-bp.exp: New file.
19978
199792014-05-30 David Blaikie <dblaikie@gmail.com>
19980
19981 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
19982 gnu_inline semantics via attribute.
19983 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
19984 source explicitly specifies the required semantics.
19985
199862014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
19987
19988 * gdb.reverse/sigall-reverse.exp: Fix a typo.
19989
199902014-05-29 Pedro Alves <palves@redhat.com>
19991 Tom Tromey <tromey@redhat.com>
19992
19993 * gdb.base/async-shell.exp: Don't enable target-async.
19994 * gdb.base/async.exp
19995 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
19996 parameter. Adjust.
19997 (top level): Don't test with "target-async".
19998 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
19999 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
20000 * gdb.base/inferior-died.exp: Don't enable target-async.
20001 * gdb.base/interrupt-noterm.exp: Likewise.
20002 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
20003 * gdb.mi/mi-nonstop-exit.exp: Likewise.
20004 * gdb.mi/mi-nonstop.exp: Likewise.
20005 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
20006 * gdb.mi/mi-nsintrall.exp: Likewise.
20007 * gdb.mi/mi-nsmoribund.exp: Likewise.
20008 * gdb.mi/mi-nsthrexec.exp: Likewise.
20009 * gdb.mi/mi-watch-nonstop.exp: Likewise.
20010 * gdb.multi/watchpoint-multi.exp: Adjust comment.
20011 * gdb.python/py-evsignal.exp: Don't enable target-async.
20012 * gdb.python/py-evthreads.exp: Likewise.
20013 * gdb.python/py-prompt.exp: Likewise.
20014 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
20015 * gdb.server/solib-list.exp: Don't enable target-async.
20016 * gdb.threads/thread-specific-bp.exp: Likewise.
20017 * lib/mi-support.exp: Adjust to use mi-async.
20018
200192014-05-29 Pedro Alves <palves@redhat.com>
20020
20021 PR gdb/13860
20022 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
20023 reason, even in sync mode.
20024
200252014-05-29 Pedro Alves <palves@redhat.com>
20026 Hui Zhu <hui@codesourcery.com>
20027
20028 PR PR15693
20029 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
20030 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
20031 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
20032 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
20033
200342014-05-28 Joel Brobecker <brobecker@adacore.com>
20035
20036 * config/monitor.exp (gdb_target_monitor): Replace use of
20037 "set remotebaud" by "set serial baud".
20038
200392014-05-26 Andy Wingo <wingo@igalia.com>
20040
20041 * gdb.guile/scm-breakpoint.exp:
20042 * gdb.guile/scm-gsmob.exp: Update to use plain old object
20043 properties instead of gdb-object-properties.
20044
200452014-05-26 Yao Qi <yao@codesourcery.com>
20046
20047 * gdb.server/no-thread-db.exp: Specify source file name
20048 explicitly when setting a breakpoint.
20049
200502014-05-23 Markus Metzger <markus.t.metzger@intel.com>
20051
20052 * gdb.btrace/vdso.c: New.
20053 * gdb.btrace/vdso.exp: New.
20054
200552014-05-23 Markus Metzger <markus.t.metzger@intel.com>
20056
20057 * gdb.base/gcore.exp (capture_command_output): Move ...
20058 * lib/gdb.exp (capture_command_output): ... here.
20059
200602014-05-23 Markus Metzger <markus.t.metzger@intel.com>
20061
20062 * gdb.btrace/data.exp: Test memory access during btrace replay.
20063
200642014-05-22 Simon Marchi <simon.marchi@ericsson.com>
20065
20066 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
20067
200682014-05-21 Pedro Alves <palves@redhat.com>
20069
20070 PR gdb/13860
20071 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
20072 (top level): Test that output related to execution commands is
20073 sent to the console with CLI commands, but not with MI commands.
20074 Test that breakpoint events are always mirrored to the console.
20075 Also expect the new source line to be output after a "next" in
20076 async mode too. Make it a pass/fail test.
20077 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
20078 output.
20079 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
20080
200812014-05-21 Pedro Alves <palves@redhat.com>
20082
20083 * gdb.base/list.exp (build_pattern, test_list): New procedures.
20084 Use them to test variations of "list" after reaching a breakpoint.
20085 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
20086 Test "list" with listsize 10 after reaching a breakpoint.
20087 * gdb.python/python.exp (decode_line current location line
20088 number): Adjust expected line number.
20089
200902014-05-21 Simon Marchi <simon.marchi@ericsson.com>
20091
20092 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
20093 behavior for $args, pass it directly to "run".
20094
200952014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
20096
20097 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
20098 30000 to 65536.
20099
201002014-05-21 Pedro Alves <palves@redhat.com>
20101
20102 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
20103 auto-connect-native-target off".
20104 * gdb.base/auto-connect-native-target.c: New file.
20105 * gdb.base/auto-connect-native-target.exp: New file.
20106
201072014-05-21 Pedro Alves <palves@redhat.com>
20108
20109 * gdb.base/default.exp: Test "target native" instead of "target
20110 child".
20111
201122014-05-21 Mark Wielaard <mjw@redhat.com>
20113
20114 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
20115
201162014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
20117
20118 Fix TLS access for -static -pthread.
20119 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
20120 <HAVE_TLS> (thread_function, main): Initialize it.
20121 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
20122 Add clean_restart.
20123 <$have_tls != "">: Check TLSVAR.
20124
201252014-05-21 Pedro Alves <palves@redhat.com>
20126
20127 * gdb.base/dcache-line-read-error.c: New.
20128 * gdb.base/dcache-line-read-error.exp: New.
20129
201302014-05-20 Pedro Alves <palves@redhat.com>
20131
20132 * gdb.base/compare-sections.c: New file.
20133 * gdb.base/compare-sections.exp: New file.
20134
201352014-05-20 Pedro Alves <palves@redhat.com>
20136
20137 * gdb.base/break-idempotent.c: New file.
20138 * gdb.base/break-idempotent.exp: New file.
20139
201402014-05-20 Markus Metzger <markus.t.metzger@intel.com>
20141
20142 * gdb.btrace/nohist.exp: New.
20143
201442014-05-20 Yao Qi <yao@codesourcery.com>
20145
20146 * lib/gdb.exp (gdb_init): Set timeout if test file is under
20147 gdb.reverse directory and gdb_reverse_timeout exists in board
20148 setting.
20149 * README: Document gdb_reverse_timeout.
20150
201512014-05-20 Yao Qi <yao@codesourcery.com>
20152
20153 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
20154 'test_file_name'. Treat args as a string instead of a list.
20155 (gdb_init): Rename argument 'args' by 'test_file_name'.
20156
201572014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
20158
20159 * gdb.arch/powerpc-power.exp: New file.
20160 * gdb.arch/powerpc-power.s: New file.
20161
201622014-05-16 Doug Evans <dje@google.com>
20163
20164 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
20165 * gdb.base/completion.exp: Check that all expected files exist
20166 before doing file completion.
20167
201682014-05-16 Doug Evans <dje@google.com>
20169
20170 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
20171 Update.
20172 (do_syscall_tests_without_xml): Update.
20173
201742014-05-16 Pedro Alves <palves@redhat.com>
20175
20176 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
20177 instead of "unknown output after running".
20178
201792014-05-16 Yao Qi <yao@codesourcery.com>
20180
20181 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
20182 file1.txt from host at the end.
20183 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
20184
201852014-05-15 Doug Evans <dje@google.com>
20186
20187 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
20188 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
20189 loading file. Add test for TU lookup.
20190
201912014-05-15 Simon Marchi <simon.marchi@ericsson.com>
20192
20193 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
20194 calling "-exec-arguments" or "set args" before running the
20195 inferior.
20196
201972014-05-15 Simon Marchi <simon.marchi@ericsson.com>
20198
20199 * lib/mi-support.exp (mi_expect_stop): Expect message for
20200 inferiors that exit with non-zero exit code.
20201
202022014-05-14 Yao Qi <yao@codesourcery.com>
20203
20204 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
20205 match absolute path on remote host.
20206 (test_file_list_exec_source_files): Remove "/" from the
20207 pattern.
20208
202092014-05-14 Yao Qi <yao@codesourcery.com>
20210
20211 * boards/local-remote-host-notty.exp (${board}_file): New
20212 proc.
20213
202142014-05-07 Kyle McMartin <kyle@redhat.com>
20215
20216 Pushed by Joel Brobecker <brobecker@adacore.com>.
20217 * gdb.arch/aarch64-atomic-inst.c: New file.
20218 * gdb.arch/aarch64-atomic-inst.exp: New file.
20219
202202014-05-07 Yao Qi <yao@codesourcery.com>
20221
20222 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
20223 in current context" too.
20224
202252014-05-05 Keith Seitz <keiths@redhat.com>
20226
20227 * gdb.linespec/ls-dollar.exp: Add test for linespec
20228 file:convenience_variable.
20229
202302014-05-05 Yao Qi <yao@codesourcery.com>
20231
20232 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
20233 traceframes into tfile and ctf trace files. Read data from
20234 trace file and test collected data.
20235 (gdb_collect_locals_test): Likewise.
20236 (gdb_unavailable_registers_test): Likewise.
20237 (gdb_unavailable_floats): Likewise.
20238 (gdb_collect_globals_test): Likewise.
20239 (top-level): Append "ctf" to trace_file_targets if GDB
20240 supports.
20241
202422014-05-05 Yao Qi <yao@codesourcery.com>
20243
20244 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
20245 code to ...
20246 (gdb_collect_args_test_1): ... it. New proc.
20247 (gdb_collect_locals_test): Move some code to ...
20248 (gdb_collect_locals_test_1): ... it. New proc.
20249 (gdb_unavailable_registers_test): Move some code to ...
20250 (gdb_unavailable_registers_test_1): ... it. New proc.
20251 (gdb_unavailable_floats): Move some code to ...
20252 (gdb_unavailable_floats_1): ... it. New proc.
20253
202542014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
20255
20256 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
20257 probes to test for bitness recognition.
20258 * gdb.arch/amd64-stap-optional-prefix.exp
20259 (test_probe_value_without_reg): New procedure.
20260 Add code to test for different kinds of bitness.
20261
202622014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
20263
20264 PR breakpoints/16889
20265 * gdb.arch/amd64-stap-optional-prefix.S: New file.
20266 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
20267
202682014-05-01 Pedro Alves <palves@redhat.com>
20269
20270 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
20271 gdb_file_cmd if no file is specified.
20272 * boards/native-extended-gdbserver.exp (gdb_load): Use the
20273 last_loaded_file to set the remote exec-file.
20274
202752014-05-01 Pedro Alves <palves@redhat.com>
20276
20277 * boards/local-remote-host.exp: New file.
20278
202792014-05-01 Pedro Alves <palves@redhat.com>
20280
20281 * boards/local-remote-host.exp: Rename to ...
20282 * boards/local-remote-host-notty.exp: ... this.
20283
202842014-04-28 Joel Brobecker <brobecker@adacore.com>
20285
20286 * gdb.ada/dyn_arrayidx: New testcase.
20287
202882014-04-26 Yao Qi <yao@codesourcery.com>
20289
20290 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
20291 and compute the length of function main. Save it in
20292 $main_length.
20293 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
20294 (top-level): Use gdb_compile to compile objects into
20295 executable and restart GDB. Remove invocation to
20296 prepare_for_testing.
20297
202982014-04-25 Simon Marchi <simon.marchi@ericsson.com>
20299 Pedro Alves <palves@redhat.com>
20300
20301 PR server/16255
20302 * gdb.multi/multi-attach.c: New file.
20303 * gdb.multi/multi-attach.exp: New file.
20304
203052014-04-25 Pedro Alves <palves@redhat.com>
20306
20307 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
20308 user.
20309 (top level): Test that "set remote conditional-breakpoints-packet
20310 off" works as intended.
20311 * gdb.base/dprintf.exp: Test that "set remote
20312 breakpoint-commands-packet off" works as intended.
20313 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
20314 New function.
20315 (top level): Call it.
20316 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
20317 remote fast-tracepoints-packet off" works as intended.
20318 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
20319 * lib/gdb.exp (gdb_is_target_remote): ... here.
20320
203212014-04-24 David Blaikie <dblaikie@gmail.com>
20322
20323 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
20324 ensure clang would not discard them.
20325 * gdb.base/gdbvars.c: Ditto.
20326 * gdb.base/memattr.c: Ditto.
20327 * gdb.base/whatis.c: Ditto.
20328 * gdb.python/py-prettyprint.c: Ditto.
20329 * gdb.trace/actions.c: Ditto.
20330 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
20331 ensure clang would not discard it.
20332
203332014-04-24 David Blaikie <dblaikie@gmail.com>
20334
20335 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
20336 clang to emit the full definition of type required by the test
20337 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
20338
203392014-04-24 David Blaikie <dblaikie@gmail.com>
20340
20341 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
20342 coax Clang into emitting the definition of the type.
20343 * gdb.cp/pr10728-x.h (y): Ditto.
20344 * gdb.cp/pr10728-y.cc (y): Ditto.
20345
203462014-04-24 David Blaikie <dblaikie@gmail.com>
20347
20348 * gdb.base/label.exp: XFAIL label related tests under Clang.
20349 * gdb.cp/cplabel.exp: Ditto.
20350 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
20351 under Clang those using labels.
20352
203532014-04-25 Yao Qi <yao@codesourcery.com>
20354
20355 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
20356 double_label.
20357 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
20358 partial_label and double_label.
20359
203602014-04-24 David Blaikie <dblaikie@gmail.com>
20361
20362 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
20363
203642014-04-24 David Blaikie <dblaikie@gmail.com>
20365
20366 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
20367 of the function to work across GCC and Clang.
20368 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
20369 pointer types (const void ** const V void **).
20370
203712014-04-24 Michael Sturm <michael.sturm@mintel.com>
20372 Walfred Tedeschi <walfred.tedeschi@intel.com>
20373
20374 * Makefile.in (EXECUTABLES): Added i386-avx512.
20375 * gdb.arch/i386-avx512.c: New file.
20376 * gdb.arch/i386-avx512.exp: Likewise.
20377
203782014-04-23 Keith Seitz <keiths@redhat.com>
20379
20380 * lib/mi-support.exp (mi_list_breakpoints): Delete.
20381 (mi_make_breakpoint_table): New procedure.
20382 (mi_create_breakpoint): Use mi_make_breakpoint
20383 and return the result.
20384 (mi_make_breakpoint): New procedure.
20385 (mi_build_kv_pairs): New procedure.
20386
20387 * gdb.mi/mi-break.exp: Remove unused globals,
20388 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
20389 All callers updated.
20390 * gdb.mi/mi-dprintf.exp: Use variable to track command
20391 number.
20392 Update all callers of mi_create_breakpoint and use
20393 mi_make_breakpoint_table.
20394 Remove any unused global variables.
20395 * gdb.mi/mi-nonstop.exp: Likewise.
20396 * gdb.mi/mi-nsintrall.exp: Likewise.
20397 * gdb.mi/mi-nsmoribund.exp: Likewise.
20398 * gdb.mi/mi-nsthrexec.exp: Likewise.
20399 * gdb.mi/mi-reverse.exp: Likewise.
20400 * gdb.mi/mi-simplerun.exp: Likewise.
20401 * gdb.mi/mi-stepn.exp: Likewise.
20402 * gdb.mi/mi-syn-frame.exp: Likewise.
20403 * gdb.mi/mi-until.exp: Likewise.
20404 * gdb.mi/mi-var-cp.exp: Likewise.
20405 * gdb.mi/mi-var-display.exp: Likewise.
20406 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
20407 * gdb.mi/mi2-var-child.exp: Likewise.
20408 * gdb.mi/mi-vla-c99.exp: Likewise.
20409 * lib/mi-support.exp: Likewise.
20410
20411 From Ian Lance Taylor <iant@cygnus.com>:
20412 * lib/gdb.exp (parse_args): New procedure.
20413
204142014-04-23 Pedro Alves <palves@redhat.com>
20415
20416 * gdb.base/break-unload-file.c: New file.
20417 * gdb.base/break-unload-file.exp: New file.
20418 * gdb.base/sym-file-lib.c (baz): New function.
20419 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
20420 field.
20421 (load): Store the segment's mapped size.
20422 (unload): New function.
20423 (unload_shlib): New function.
20424 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
20425 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
20426 set a breakpoint at baz, and call it.
20427 * gdb.base/sym-file.exp: New tests for stale breakpoint
20428 instructions.
20429
204302014-04-23 Pedro Alves <palves@redhat.com>
20431
20432 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
20433 * gdb.base/hbreak-in-shr-unsupported.c: New file.
20434 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
20435 * gdb.base/hbreak-unmapped.c: New file.
20436 * gdb.base/hbreak-unmapped.exp: New file.
20437 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
20438 * lib/gdb.exp (gdb_is_target_remote): ... here.
20439
204402014-04-22 Pedro Alves <palves@redhat.com>
20441
20442 * gdb.base/consecutive-step-over.c: New file.
20443 * gdb.base/consecutive-step-over.exp: New file.
20444
204452014-04-22 Pedro Alves <palves@redhat.com>
20446
20447 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
20448 instead of send_gdb/gdb_expect.
20449
204502014-04-22 Yao Qi <yao@codesourcery.com>
20451
20452 * lib/trace-support.exp (generate_tracefile): New procedure.
20453 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
20454 return 0.
20455 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
20456 if generate_tracefile returns 1.
20457
204582014-04-18 Tom Tromey <palves@redhat.com>
20459 Pedro alves <tromey@redhat.com>
20460
20461 PR backtrace/15558
20462 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
20463 with a backtrace limit.
20464 * gdb.python/py-frame-inline.exp: Test running to an inline
20465 function with a backtrace limit, and printing the newest frame.
20466 * gdb.python/py-frame-inline.c (main): Call f.
20467
204682014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
20469
20470 * gdb.java/jnpe.exp: Drop srcdir from untested path.
20471
204722014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
20473
20474 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
20475 Drop prefix from unsupported source file path.
20476
204772014-04-17 Yao Qi <yao@codesourcery.com>
20478
20479 * lib/gdb.exp (with_target_charset): New proc.
20480 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
20481 with_target_charset.
20482 (test_print_strings): Likewise.
20483 (test_repeat_bytes): Likewise.
20484 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
20485 for some tests.
20486
204872014-04-16 Keith Seitz <keiths@redhat.com>
20488
20489 PR gdb/15827
20490 * gdb.dwarf2/corrupt.c: New file.
20491 * gdb.dwarf2/corrupt.exp: New file.
20492
204932014-04-16 Keith Seitz <keiths@redhat.com>
20494
20495 PR c++/16597
20496 * gdb.cp/namelessclass.cc: New file.
20497 * gdb.cp/namelessclass.exp: New file.
20498 * gdb.cp/namelessclass.S: New file.
20499
205002014-04-16 Doug Evans <dje@google.com>
20501
20502 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
20503 Add comment.
20504 (gdbserver_default_get_comm_port): New function.
20505 (gdbserver_start): Check if board file provided
20506 "gdbserver,get_comm_port" and use it if so.
20507 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
20508 (gdb,socketport): Set to "stdio".
20509 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
20510 (stdio_gdbserver_template): Delete.
20511 (${board}_get_remote_address): Update.
20512 (${board}_build_remote_cmd): Delete.
20513 (${board}_get_comm_port): New function.
20514 (${board}_spawn): Update.
20515 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
20516 Delete.
20517 (${board}_get_remote_address): Update.
20518 (${board}_get_comm_port): New function.
20519
205202014-04-16 Andrew Burgess <aburgess@broadcom.com>
20521
20522 * gdb.base/memattr.exp: Improve regexps to handle memory regions
20523 appearing in any order.
20524
205252014-04-15 Doug Evans <dje@google.com>
20526
20527 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
20528 uninitialized value of "description".
20529
205302014-04-15 Keith Seitz <keiths@redhat.com>
20531
20532 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
20533 Remove unused globals.
20534 (test_running_the_program): Likewise.
20535 (test_controlled_execution): Likewise.
20536 (test_controlling_breakpoints): Likewise.
20537 (test_program_termination): Likewise.
20538
205392014-04-15 Keith Seitz <keiths@redhat.com>
20540
20541 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
20542 unused globals.
20543 (test_rbreak_creation_and_listing): Likewise.
20544 (test_ignore_count): Likewise.
20545 (test_error): Likewise.
20546
205472014-04-15 Pedro Alves <palves@redhat.com>
20548
20549 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
20550 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
20551 sym-file-loader.c.
20552 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
20553 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
20554 to sym-file-loader.c.
20555 (struct library): Forward declare.
20556 (load_shlib, lookup_function): Change prototypes.
20557 (find_shstrtab, find_strtab, find_shdr, find_symtab)
20558 (translate_offset): Remove declarations.
20559 (get_text_addr): New declaration.
20560 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
20561 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
20562 sym-file-loader.h.
20563 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
20564 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
20565 here from sym-file-loader.h.
20566 (struct library): New structure.
20567 (load_shlib, lookup_function): Change prototypes and adjust to
20568 work with a struct library.
20569 (find_shstrtab, find_strtab, find_shdr, find_symtab)
20570 (translate_offset): Make static.
20571 (get_text_addr): New function.
20572 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
20573
205742014-04-15 Pedro Alves <palves@redhat.com>
20575
20576 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
20577
205782014-04-15 Pedro Alves <palves@redhat.com>
20579
20580 * gdb.base/sym-file-loader.c: Include <limits.h>.
20581 (SELF_LINK): New define.
20582 (get_origin): New function.
20583 (load_shlib): Use it.
20584 * gdb.base/sym-file.exp: Don't early return if the target is
20585 remote. Use runto_main, and issue fail is that fails. Use
20586 gdb_load_shlibs.
20587 (shlib_name): Delete.
20588 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
20589
205902014-04-15 Pedro Alves <palves@redhat.com>
20591
20592 * gdb.base/sym-file.exp: Remove regex characters from test
20593 message. Don't refer to breakpoint numbers in test messages.
20594
205952014-04-14 Keith Seitz <keiths@redhat.com>
20596
20597 PR c++/16253
20598 * gdb.cp/var-tag.cc: New file.
20599 * gdb.cp/var-tag.exp: New file.
20600 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
20601 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
20602 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
20603 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
20604
206052014-04-14 Tom Tromey <tromey@redhat.com>
20606
20607 * gdb.cp/classes.exp (test_enums): Handle underlying type.
20608 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
20609 type.
20610 * gdb.cp/enum-class.exp: New file.
20611 * gdb.cp/enum-class.cc: New file.
20612
206132014-04-14 Tom Tromey <tromey@redhat.com>
20614
20615 * gdb.dwarf2/enum-type.exp: New file.
20616
206172014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20618
20619 * gdb.mi/mi-vla-c99.exp: New file.
20620 * gdb.mi/vla.c: New file.
20621
206222014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20623
20624 * gdb.base/vla-datatypes.c: New file.
20625 * gdb.base/vla-datatypes.exp: New file.
20626
206272014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20628
20629 * gdb.base/vla-ptr.c: New file.
20630 * gdb.base/vla-ptr.exp: New file.
20631
206322014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20633
20634 * gdb.dwarf2/count.exp: New file.
20635
206362014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20637
20638 * gdb.base/vla-sideeffect.c: New file.
20639 * gdb.base/vla-sideeffect.exp: New file.
20640
206412014-04-14 David Blaikie <dblaikie@gmail.com>
20642
20643 * gdb.mi/non-stop.c: Add return value for non-void function return
20644 statement.
20645 * gdb.threads/staticthreads.c: Ditto.
20646
206472014-04-12 Siva Chandra Reddy <sivachandra@google.com>
20648 Doug Evans <xdje42@gmail.com>
20649
20650 * gdb.guile/scm-value.c: Improve test case.
20651 * gdb.guile/scm-value.exp: Add new test.
20652
206532014-04-11 David Blaikie <dblaikie@gmail.com>
20654
20655 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
20656 override Clang's default.
20657
206582014-04-11 Joel Brobecker <brobecker@adacore.com>
20659
20660 Revert the following changes (regressions):
20661
20662 * gdb.base/vla-sideeffect.c: New file.
20663 * gdb.base/vla-sideeffect.exp: New file.
20664
20665 * gdb.dwarf2/count.exp: New file.
20666
20667 * gdb.base/vla-multi.c: New file.
20668 * gdb.base/vla-multi.exp: New file.
20669
20670 * gdb.base/vla-ptr.c: New file.
20671 * gdb.base/vla-ptr.exp: New file.
20672
20673 * gdb.base/vla-datatypes.c: New file.
20674 * gdb.base/vla-datatypes.exp: New file.
20675
20676 * gdb.mi/mi-vla-c99.exp: New file.
20677 * gdb.mi/vla.c: New file.
20678
206792014-04-11 Keith Seitz <keiths@redhat.com>
20680
20681 PR c++/16675
20682 * gdb.cp/cpsizeof.exp: New file.
20683 * gdb.cp/cpsizeof.cc: New file.
20684
206852014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20686
20687 * gdb.mi/mi-vla-c99.exp: New file.
20688 * gdb.mi/vla.c: New file.
20689
206902014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20691
20692 * gdb.base/vla-datatypes.c: New file.
20693 * gdb.base/vla-datatypes.exp: New file.
20694
206952014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20696
20697 * gdb.base/vla-ptr.c: New file.
20698 * gdb.base/vla-ptr.exp: New file.
20699
207002014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20701
20702 * gdb.base/vla-multi.c: New file.
20703 * gdb.base/vla-multi.exp: New file.
20704
207052014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20706
20707 * gdb.dwarf2/count.exp: New file.
20708
207092014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20710
20711 * gdb.base/vla-sideeffect.c: New file.
20712 * gdb.base/vla-sideeffect.exp: New file.
20713
207142014-04-11 Yao Qi <yao@codesourcery.com>
20715
20716 * gdb.base/completion.exp: Check file exists before running tests
20717 on file completion.
20718
207192014-04-10 Pedro Alves <palves@redhat.com>
20720
20721 * gdb.base/cond-eval-mode.c: New file.
20722 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
20723 prepare_for_testing to build the new file. Check result of
20724 runto_main.
20725 (test_break, test_watch): New procedures.
20726 (top level): Use them.
20727
207282014-04-08 Pierre Muller <muller@sourceware.org>
20729
20730 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
20731 Ctrl-V use for mingw hosts.
20732
207332014-04-07 Siva Chandra Reddy <sivachandra@google.com>
20734
20735 * gdb.python/py-value.c: Improve test case.
20736 * gdb.python/py-value.exp: Add new test.
20737
207382014-04-07 David Blaikie <dblaikie@gmail.com>
20739
20740 * lib/compiler.c: Identify the clang compiler.
20741 * lib/compiler.cc: Ditto.
20742
207432014-04-03 Yao Qi <yao@codesourcery.com>
20744
20745 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
20746
207472014-04-01 Anton Blanchard <anton@samba.org>
20748
20749 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
20750 messages unique.
20751
207522014-04-01 Anton Blanchard <anton@samba.org>
20753
20754 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
20755 prepare_for_testing.
20756
207572014-04-01 Anton Blanchard <anton@samba.org>
20758
20759 * gdb.arch/ppc64-atomic-inst.c: Remove.
20760 * gdb.arch/ppc64-atomic-inst.S: New file.
20761 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
20762
207632014-03-31 Doug Evans <dje@google.com>
20764
20765 * gdb.base/print-symbol-loading-lib.c: New file.
20766 * gdb.base/print-symbol-loading-main.c: New file.
20767 * gdb.base/print-symbol-loading.exp: New file.
20768
207692014-03-31 Yao Qi <yao@codesourcery.com>
20770
20771 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
20772
207732014-03-28 Joel Brobecker <brobecker@adacore.com>
20774
20775 * gdb.ada/mi_dyn_arr: New testcase.
20776
207772014-03-27 Doug Evans <dje@google.com>
20778
20779 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
20780
207812014-03-27 Yao Qi <yao@codesourcery.com>
20782
20783 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
20784 if target is nios2-*-*.
20785
207862014-03-26 Yao Qi <yao@codesourcery.com>
20787
20788 * lib/gdb.exp (readline_is_used): New proc.
20789 * gdb.base/completion.exp: Move tests on command complete up.
20790 Skip the rest of tests if readline is not used.
20791 * gdb.ada/complete.exp: Skp the test if readline is not
20792 used.
20793 * gdb.base/filesym.exp: Likewise.
20794 * gdb.base/macscp.exp: Likewise.
20795 * gdb.base/readline-ask.exp: Likewise.
20796 * gdb.base/readline.exp: Likewise.
20797 * gdb.python/py-cmd.exp: Likewise.
20798 * gdb.trace/tfile.exp: Likewise.
20799
208002014-03-26 Yao Qi <yao@codesourcery.com>
20801
20802 * gdb.base/macscp.exp: Fix code format issues.
20803
208042014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
20805
20806 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
20807 * gdb.asm/powerpc64le.inc: New file.
20808
208092014-03-25 Pedro Alves <palves@redhat.com>
20810 Doug Evans <dje@google.com>
20811
20812 * gdb.base/source-execution.c: New file.
20813 * gdb.base/source-execution.exp: New file.
20814 * gdb.base/source-execution.gdb: New file.
20815
208162014-03-24 Doug Evans <dje@google.com>
20817
20818 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
20819 using fission.
20820
208212014-03-24 Hui Zhu <hui@codesourcery.com>
20822 Pedro Alves <palves@redhat.com>
20823
20824 PR breakpoints/16101
20825 * gdb.base/dprintf.exp: Use unsupported rather than changing the
20826 test pass/fail messages. Detect missing support for dprintf when
20827 breakpoints are actually inserted.
20828 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
20829 breakpoints are actually inserted.
20830 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
20831 fails.
20832
208332014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
20834
20835 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
20836
208372014-03-22 Doug Evans <xdje42@gmail.com>
20838
20839 * gdb.python/python.exp (python not supported): Verify multi-line
20840 python command issues an error.
20841 * gdb.guile/guile.exp (guile not supported): Verify multi-line
20842 guile command issues an error.
20843
208442014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
20845
20846 * gdb.threads/thread-specific.exp: Handle the lack of usable
20847 $this_breakpoint and $this_thread.
20848
208492014-03-21 Hui Zhu <hui@codesourcery.com>
20850
20851 * gdb.base/attach.exp (do_command_attach_tests): New.
20852
208532014-03-20 Tom Tromey <tromey@redhat.com>
20854 Pedro Alves <palves@redhat.com>
20855
20856 PR cli/15718
20857 * gdb.base/condbreak-call-false.c: New file.
20858 * gdb.base/condbreak-call-false.exp: New file.
20859
208602014-03-20 Pedro Alves <palves@redhat.com>
20861
20862 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
20863 Delete.
20864 (block_signals, unblock_signals): Delete.
20865 (child_function_2, main): Remove references to deleted variable
20866 and functions.
20867
208682014-03-20 Pedro Alves <palves@redhat.com>
20869
20870 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
20871 Use pthread_kill to signal thread 2.
20872 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20873 Adjust to make the test send itself a signal rather than using the
20874 host's "kill" command.
20875
208762014-03-20 Pedro Alves <palves@redhat.com>
20877
20878 * gdb.threads/multiple-step-overs.c: New file.
20879 * gdb.threads/multiple-step-overs.exp: New file.
20880 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20881 Adjust expected infrun debug output.
20882
208832014-03-20 Pedro Alves <palves@redhat.com>
20884
20885 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
20886 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
20887
208882014-03-20 Pedro Alves <palves@redhat.com>
20889
20890 PR breakpoints/7143
20891 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
20892 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
20893 of gdb_test_multiple.
20894 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
20895 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
20896
208972014-03-20 Pedro Alves <palves@redhat.com>
20898
20899 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
20900 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
20901
209022014-03-19 Pedro Alves <palves@redhat.com>
20903
20904 * gdb.base/async.exp: Remove early return.
20905
209062014-03-19 Pedro Alves <palves@redhat.com>
20907
20908 * gdb.base/async.exp (step& tests): Pass explicit test messages.
20909
209102014-03-19 Pedro Alves <palves@redhat.com>
20911
20912 * gdb.base/async.exp (test_background): Expect \r\n after
20913 "completed." in the fail pattern.
20914
209152014-03-19 Pedro Alves <palves@redhat.com>
20916
20917 * gdb.base/async.exp (test_background): New procedure.
20918 Use it for all background execution command tests.
20919
209202014-03-19 Pedro Alves <palves@redhat.com>
20921
20922 * gdb.base/async.exp: Use prepare_for_testing.
20923
209242014-03-19 Pedro Alves <palves@redhat.com>
20925
20926 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
20927 the same line.
20928
209292014-03-19 Pedro Alves <palves@redhat.com>
20930
20931 * gdb.base/async.c (main): Add "jump here" and "until here" line
20932 marker comments.
20933 * gdb.base/async.exp (jump_here): New global.
20934 (jump& test): Use it.
20935 (until_here): New global.
20936 (until& test): Use it.
20937
209382014-03-19 Pedro Alves <palves@redhat.com>
20939
20940 * gdb.base/async.exp: Don't frob gdb_protocol.
20941
209422014-03-18 Doug Evans <xdje42@gmail.com>
20943
20944 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
20945 Fix spelling of exec-done-display.
20946
209472014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
20948
20949 PR gdb/15358
20950 * gdb.base/gdb-sigterm.c: New file.
20951 * gdb.base/gdb-sigterm.exp: New file.
20952
209532014-03-18 Pedro Alves <palves@redhat.com>
20954
20955 PR gdb/13860
20956 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
20957 * lib/mi-support.exp (mi_expect_stop): Add special handling for
20958 solib-event.
20959
209602014-03-17 Joel Brobecker <brobecker@adacore.com>
20961
20962 * gdb.ada/pckd_arr_ren: New testcase.
20963
209642014-03-13 Doug Evans <xdje42@gmail.com>
20965
20966 PR guile/16612
20967 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
20968 collect after discarding symbols.
20969
209702014-03-13 Ludovic Courtès <ludo@gnu.org>
20971 Doug Evans <xdje42@gmail.com>
20972
20973 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
20974 to history survives a gc.
20975
209762014-03-13 Pedro Alves <palves@redhat.com>
20977
20978 * gdb.base/default.exp: Don't test "target procfs".
20979
209802014-03-13 Pedro Alves <palves@redhat.com>
20981
20982 * gdb.base/default.exp: Update "target child" and "target procfs"
20983 tests to not expect "Unix".
20984
209852014-03-12 Tom Tromey <tromey@redhat.com>
20986
20987 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
20988 New procs. Add target-async tests.
20989 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
20990 Add target-async tests.
20991
209922014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20993
20994 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
20995 'func_start' and 'func_end' for the beginning and end of the
20996 function code, respectively.
20997 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
20998 'func_end' instead of 'func' and 'main'.
20999
210002014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21001
21002 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
21003 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
21004 generate the debug info assembler source.
21005
210062014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21007
21008 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
21009 * gdb.dwarf2/arr-subrange.exp: Likewise.
21010 * gdb.dwarf2/dwz.exp: Likewise.
21011 * gdb.dwarf2/method-ptr.exp: Likewise.
21012 * gdb.dwarf2/missing-sig-type.exp: Likewise.
21013 * gdb.dwarf2/subrange.exp: Likewise.
21014 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
21015 * gdb.dwarf2/implptrpiece.exp: Likewise.
21016 * gdb.dwarf2/nostaticblock.exp: Likewise.
21017
210182014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21019
21020 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
21021 directory to absolute path name arguments.
21022
210232014-03-10 Joel Brobecker <brobecker@adacore.com>
21024
21025 * gdb.ada/tagged_access: New testcase.
21026
210272014-03-07 Markus Metzger <markus.t.metzger@intel.com>
21028
21029 * gdb.btrace/data.exp: Update expected output.
21030
210312014-03-06 Yao Qi <yao@codesourcery.com>
21032
21033 * gdb.trace/pr16508.exp: New file.
21034
210352014-03-05 Pedro Alves <palves@redhat.com>
21036
21037 PR gdb/16575
21038 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
21039 procedure.
21040 (top level): Adjust to use it. Add tests that exercise breakpoint
21041 interaction with the code-cache.
21042
210432014-02-26 Ludovic Courtès <ludo@gnu.org>
21044
21045 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
21046 test for 'history-append!'.
21047
210482014-02-26 Joel Brobecker <brobecker@adacore.com>
21049
21050 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
21051 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
21052 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
21053 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
21054 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
21055 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
21056
210572014-02-26 Joel Brobecker <brobecker@adacore.com>
21058
21059 * testsuite/gdb.python/py-pp-re-notag.c: New file.
21060 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
21061 * testsuite/gdb.python/py-pp-re-notag.p: New file.
21062
210632014-02-26 Joel Brobecker <brobecker@adacore.com>
21064
21065 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
21066
210672014-02-26 Joel Brobecker <brobecker@adacore.com>
21068
21069 * gdb.dwarf2/arr-stride.c: New file.
21070 * gdb.dwarf2/arr-stride.exp: New file.
21071
210722014-02-26 Pedro Alves <palves@redhat.com>
21073
21074 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
21075 that won't ever trigger. Make sure that GDB reports the correct
21076 breakpoint that caused the stop.
21077
210782014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
21079
21080 PR gdb/16626
21081 * gdb.base/auto-load-script: New file.
21082 * gdb.base/auto-load.c: New file.
21083 * gdb.base/auto-load.exp: New file.
21084
21085 PR gdb/16626
21086 * gdb.base/auto-load.exp: Fix out-of-srctree run.
21087
210882014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
21089
21090 Fix dw2-icycle.exp -fsanitize=address GDB crash.
21091 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
21092
210932014-02-24 Doug Evans <dje@google.com>
21094
21095 * lib/gdb.exp (run_on_host): Log error output if program fails.
21096
210972014-02-21 Pedro Alves <palves@redhat.com>
21098
21099 * gdb.threads/step-after-sr-lock.c: Rename to ...
21100 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
21101 * gdb.threads/step-after-sr-lock.exp: Rename to ...
21102 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
21103 ... this.
21104
211052014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
21106
21107 PR tdep/16397
21108 * gdb.arch/amd64-stap-special-operands.exp: New file.
21109 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
21110 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
21111 * gdb.arch/amd64-stap-triplet.S: Likewise.
21112 * gdb.arch/amd64-stap-triplet.c: Likewise.
21113
211142014-02-20 Joel Brobecker <brobecker@adacore.com>
21115
21116 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
21117 in .section pseudo-op.
21118
211192014-02-20 lin zuojian <manjian2006@gmail.com>
21120 Joel Brobecker <brobecker@adacore.com>
21121 Doug Evans <xdje42@gmail.com>
21122
21123 PR symtab/16581
21124 * gdb.dwarf2/dw2-icycle.S: New file.
21125 * gdb.dwarf2/dw2-icycle.c: New file.
21126 * gdb.dwarf2/dw2-icycle.exp: New file.
21127
211282014-02-19 Siva Chandra Reddy <sivachandra@google.com>
21129
21130 * gdb.python/py-value-cc.cc: Improve test case to enable testing
21131 operations on gdb.Value objects.
21132 * gdb.python/py-value-cc.exp: Add new test to test operations on
21133 gdb.Value objects.
21134
211352014-02-18 Doug Evans <dje@google.com>
21136
21137 * Makefile.in (TESTS): New variable.
21138 (expanded_tests, expanded_tests_or_none): New variables
21139 (check-single): Pass $(expanded_tests_or_none) to runtest.
21140 (check-parallel): Only run tests in $(TESTS) if non-empty.
21141 (check/no-matching-tests-found): New rule.
21142 * README: Document TESTS makefile variable.
21143
211442014-02-18 Doug Evans <dje@google.com>
21145
21146 * Makefile.in (check-parallel): rm -rf outputs temp.
21147
211482014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
21149
21150 Fix "ERROR: no fileid for" in the testsuite.
21151 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
21152
211532014-02-12 Doug Evans <dje@google.com>
21154
21155 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
21156 (MISCELLANEOUS): New variable.
21157 (clean): rm -rf $(MISCELLANEOUS).
21158 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
21159 dwp live in the same directory as symlinks, with each symlink pointed
21160 to a differently named file in a different directory.
21161
211622014-02-11 Doug Evans <dje@google.com>
21163
21164 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
21165 of Tcl file commands.
21166
211672014-02-10 Mark Kettenis <kettenis@gnu.org>
21168
21169 * gdb.threads/step-after-sr-lock.exp: Avoid executing
21170 "kill -SIGUSR1 -1".
21171
211722014-02-10 Joel Brobecker <brobecker@adacore.com>
21173
21174 * gdb.ada/tick_length_array_enum_idx: New testcase.
21175
211762014-02-10 Doug Evans <xdje42@gmail.com>
21177
21178 * configure.ac (AC_OUTPUT): Add gdb.guile.
21179 * configure: Regenerate.
21180 * lib/gdb-guile.exp: New file.
21181 * lib/gdb.exp (get_target_charset): New function.
21182 * gdb.base/help.exp: Update expected output from "apropos apropos".
21183 * gdb.guile/Makefile.in: New file.
21184 * gdb.guile/guile.exp: New file.
21185 * gdb.guile/scm-arch.c: New file.
21186 * gdb.guile/scm-arch.exp: New file.
21187 * gdb.guile/scm-block.c: New file.
21188 * gdb.guile/scm-block.exp: New file.
21189 * gdb.guile/scm-breakpoint.c: New file.
21190 * gdb.guile/scm-breakpoint.exp: New file.
21191 * gdb.guile/scm-disasm.c: New file.
21192 * gdb.guile/scm-disasm.exp: New file.
21193 * gdb.guile/scm-equal.c: New file.
21194 * gdb.guile/scm-equal.exp: New file.
21195 * gdb.guile/scm-error.exp: New file.
21196 * gdb.guile/scm-error.scm: New file.
21197 * gdb.guile/scm-frame-args.c: New file.
21198 * gdb.guile/scm-frame-args.exp: New file.
21199 * gdb.guile/scm-frame-args.scm: New file.
21200 * gdb.guile/scm-frame-inline.c: New file.
21201 * gdb.guile/scm-frame-inline.exp: New file.
21202 * gdb.guile/scm-frame.c: New file.
21203 * gdb.guile/scm-frame.exp: New file.
21204 * gdb.guile/scm-generics.exp: New file.
21205 * gdb.guile/scm-gsmob.exp: New file.
21206 * gdb.guile/scm-iterator.c: New file.
21207 * gdb.guile/scm-iterator.exp: New file.
21208 * gdb.guile/scm-math.c: New file.
21209 * gdb.guile/scm-math.exp: New file.
21210 * gdb.guile/scm-objfile-script-gdb.in: New file.
21211 * gdb.guile/scm-objfile-script.c: New file.
21212 * gdb.guile/scm-objfile-script.exp: New file.
21213 * gdb.guile/scm-objfile.c: New file.
21214 * gdb.guile/scm-objfile.exp: New file.
21215 * gdb.guile/scm-ports.exp: New file.
21216 * gdb.guile/scm-pretty-print.c: New file.
21217 * gdb.guile/scm-pretty-print.exp: New file.
21218 * gdb.guile/scm-pretty-print.scm: New file.
21219 * gdb.guile/scm-section-script.c: New file.
21220 * gdb.guile/scm-section-script.exp: New file.
21221 * gdb.guile/scm-section-script.scm: New file.
21222 * gdb.guile/scm-symbol.c: New file.
21223 * gdb.guile/scm-symbol.exp: New file.
21224 * gdb.guile/scm-symtab-2.c: New file.
21225 * gdb.guile/scm-symtab.c: New file.
21226 * gdb.guile/scm-symtab.exp: New file.
21227 * gdb.guile/scm-type.c: New file.
21228 * gdb.guile/scm-type.exp: New file.
21229 * gdb.guile/scm-value-cc.cc: New file.
21230 * gdb.guile/scm-value-cc.exp: New file.
21231 * gdb.guile/scm-value.c: New file.
21232 * gdb.guile/scm-value.exp: New file.
21233 * gdb.guile/source2.scm: New file.
21234 * gdb.guile/types-module.cc: New file.
21235 * gdb.guile/types-module.exp: New file.
21236
212372014-02-10 Yao Qi <yao@codesourcery.com>
21238
21239 PR testsuite/16543
21240 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
21241 * configure: Regenerated.
21242 * Makefile.in: New file.
21243
212442014-02-08 Andreas Schwab <schwab@linux-m68k.org>
21245
21246 * gdb.python/py-framefilter.exp: Fix typo.
21247
212482014-02-08 Yao Qi <yao@codesourcery.com>
21249
21250 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
21251 that no =breakpoint-modified is emitted when breakpoints are
21252 modified through MI commands.
21253
212542014-02-07 Pedro Alves <pedro@codesourcery.com>
21255 Pedro Alves <palves@redhat.com>
21256
21257 * gdb.threads/step-after-sr-lock.c: New file.
21258 * gdb.threads/step-after-sr-lock.exp: New file.
21259
212602014-02-07 Pedro Alves <palves@redhat.com>
21261
21262 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
21263
212642014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
21265
21266 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
21267 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
21268
212692014-02-06 Doug Evans <xdje42@gmail.com>
21270
21271 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
21272 output.
21273
21274 * gdb.gdb/python-interrupts.exp: New file.
21275
212762014-02-05 Yao Qi <yao@codesourcery.com>
21277
21278 * gdb.trace/report.exp (use_collected_data): Test the output
21279 of "info threads" and "info inferiors".
21280
212812014-02-05 Yao Qi <yao@codesourcery.com>
21282
21283 Revert this patch:
21284
21285 2013-05-24 Yao Qi <yao@codesourcery.com>
21286
21287 * gdb.trace/tfile.exp: Test inferior and thread.
21288
212892014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21290
21291 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
21292 on a function.
21293 * gdb.base/step-bt.c: Call hello via function pointer to make
21294 sure its first instruction is executed on powerpc64le-linux.
21295
212962014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21297
21298 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
21299
213002014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21301
21302 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
21303 of the test patterns for use on little-endian systems.
21304
213052014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21306
21307 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
21308 (decimal_vector): Fix for little-endian.
21309
213102014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
21311
21312 * gdb.arch/sparc-sysstep.exp: New file.
21313 * gdb.arch/sparc-sysstep.c: Likewise.
21314
21315 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
21316
213172014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21318
21319 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
21320
213212014-01-23 Tom Tromey <tromey@redhat.com>
21322
21323 * gdb.ada/array_char_idx: New testcase.
21324
213252014-01-23 Tom Tromey <tromey@redhat.com>
21326
21327 PR python/16487:
21328 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
21329 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
21330 classes.
21331
213322014-01-23 Tom Tromey <tromey@redhat.com>
21333
21334 PR python/16491:
21335 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
21336 string from an inferior frame.
21337 * gdb.python/py-framefilter-mi.exp: Update.
21338
213392014-01-22 Doug Evans <dje@google.com>
21340
21341 * gdb.server/server-mon.exp: Add tests for "set debug-format".
21342
213432014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21344
21345 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
21346
213472014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21348
21349 * gdb.trace/entry-values.exp: Remove excess space character from
21350 regex patterns. Handle s390 call instruction.
21351
213522014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21353
21354 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
21355 define "*_start" label. Make "name" static.
21356 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
21357 ${name} by references to ${name}_start.
21358
213592014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21360
21361 * gdb.base/info-macros.exp: Remove "debug" from the compile
21362 options.
21363
213642014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21365
21366 * gdb.dlang/demangle.exp: New file.
21367
213682014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21369
21370 * gdb.dlang/primitive-types.exp: New file.
21371
213722014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21373
21374 * configure.ac: Create gdb.dlang/Makefile.
21375 * configure: Regenerate.
21376 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
21377 * gdb.dlang/Makefile.in: New file.
21378 * lib/d-support.exp: New file.
21379 * lib/gdb.exp (skip_d_tests): New proc.
21380
213812014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21382
21383 * gdb.btrace/delta.exp: Check reverse stepi.
21384 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
21385 * gdb.btrace/finish.exp: New.
21386 * gdb.btrace/next.exp: New.
21387 * gdb.btrace/nexti.exp: New.
21388 * gdb.btrace/record_goto.c: Add comments.
21389 * gdb.btrace/step.exp: New.
21390 * gdb.btrace/stepi.exp: New.
21391 * gdb.btrace/multi-thread-step.c: New.
21392 * gdb.btrace/multi-thread-step.exp: New.
21393 * gdb.btrace/rn-dl-bind.c: New.
21394 * gdb.btrace/rn-dl-bind.exp: New.
21395 * gdb.btrace/data.c: New.
21396 * gdb.btrace/data.exp: New.
21397 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
21398
213992014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21400
21401 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
21402 * gdb.btrace/exception.exp: Update.
21403 * gdb.btrace/instruction_history.exp: Update.
21404 * gdb.btrace/record_goto.exp: Update.
21405 * gdb.btrace/tailcall.exp: Update.
21406 * gdb.btrace/unknown_functions.exp: Update.
21407 * gdb.btrace/delta.exp: New.
21408
214092014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21410
21411 * gdb.btrace/record_goto.exp: Add backtrace test.
21412 * gdb.btrace/tailcall.exp: Add backtrace test.
21413
214142014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21415
21416 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
21417 * gdb.btrace/record_goto.c: New.
21418 * gdb.btrace/record_goto.exp: New.
21419 * gdb.btrace/x86-record_goto.S: New.
21420
214212014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21422
21423 * gdb.btrace/function_call_history.exp: Update tests.
21424 * gdb.btrace/instruction_history.exp: Update tests.
21425
214262014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21427
21428 * gdb.btrace/function_call_history.exp: Fix expected field
21429 order for "record function-call-history".
21430 Add new tests for "record function-call-history /c".
21431 * gdb.btrace/exception.cc: New.
21432 * gdb.btrace/exception.exp: New.
21433 * gdb.btrace/tailcall.exp: New.
21434 * gdb.btrace/x86-tailcall.S: New.
21435 * gdb.btrace/x86-tailcall.c: New.
21436 * gdb.btrace/unknown_functions.c: New.
21437 * gdb.btrace/unknown_functions.exp: New.
21438 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
21439
214402014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21441
21442 * gdb.btrace/instruction_history.exp: Update.
21443 * gdb.btrace/function_call_history.exp: Update.
21444
214452014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21446
21447 * gdb.btrace/function_call_history.exp: Fix expected function
21448 trace.
21449 * gdb.btrace/instruction_history.exp: Initialize traced.
21450 Remove traced_functions.
21451
214522014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21453
21454 * gdb.btrace/function_call_history.exp: Update
21455 * gdb.btrace/instruction_history.exp: Update.
21456
214572014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21458
21459 * gdb.btrace/enable.exp: Update expected text.
21460
214612014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
21462
21463 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
21464 bytes.
21465
214662014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
21467
21468 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
21469
214702014-01-15 Omair Javaid <omair.javaid@linaro.org>
21471
21472 * lib/gdb.exp (supports_process_record): Return true for
21473 arm*-linux*. (supports_reverse): Likewise.
21474
214752014-01-13 Siva Chandra Reddy <sivachandra@google.com>
21476
21477 PR python/15464
21478 PR python/16113
21479 * gdb.python/py-type.c: Enhance test case.
21480 * gdb.python/py-value-cc.cc: Likewise
21481 * gdb.python/py-type.exp: Add new tests.
21482 * gdb.python/py-value-cc.exp: Likewise
21483
214842014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
21485 Pedro Alves <palves@redhat.com>
21486
21487 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
21488 Make "name" extern.
21489 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
21490 references to ${name}_start by references to ${name}.
21491
214922014-01-10 Joel Brobecker <brobecker@adacore.com>
21493
21494 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
21495
214962014-01-10 Joel Brobecker <brobecker@adacore.com>
21497
21498 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
21499
215002014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
21501 Pedro Alves <palves@redhat.com>
21502
21503 * gdb.mi/mi-info-os.exp: Connect to the target with
21504 mi_gdb_target_load.
21505
215062014-01-08 Pedro Alves <palves@redhat.com>
21507
21508 * gdb.threads/reconnect-signal.c: New file.
21509 * gdb.threads/reconnect-signal.exp: New file.
21510
215112014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21512
21513 * gdb.base/source-dir.exp: New file.
21514
215152014-01-07 Joel Brobecker <brobecker@adacore.com>
21516
21517 * gdb.ada/mi_interface: New testcase.
21518
215192014-01-07 Joel Brobecker <brobecker@adacore.com>
21520
21521 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
21522 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
21523 gdb.ada/pp-rec-component/pck.ads: New files.
21524
215252014-01-07 Joel Brobecker <brobecker@adacore.com>
21526
21527 * gdb.python/py-pp-integral.c: New file.
21528 * gdb.python/py-pp-integral.py: New file.
21529 * gdb.python/py-pp-integral.exp: New file.
21530
21531For older changes see ChangeLog-1993-2013.
21532\f
21533;; Local Variables:
21534;; mode: change-log
21535;; left-margin: 8
21536;; fill-column: 74
21537;; version-control: never
21538;; End:
21539
21540 Copyright 2014-2020 Free Software Foundation, Inc.
21541 Copying and distribution of this file, with or without modification,
21542 are permitted provided the copyright notice and this notice are preserved.